01J4Z7RFJ9JWEPQ3X1D37JCPN3: 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: 01J4Z7RYCR1TQGKKRWKM9T7F5V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-10T22:51:42.005Zjob assigned to worker 01J4Z7RYAC5SV9JS3BQXCSDHXB (queued for 1 m 11 s)
 
22024-08-10T22:51:49.669Zstarting task 0: "setup"
32024-08-10T22:51:49.729Z++ uname -s
42024-08-10T22:51:49.732Z+ kern=SunOS
52024-08-10T22:51:49.732Z+ case "$kern" in
62024-08-10T22:51:49.732Z+ groupadd -g 12345 build
72024-08-10T22:51:49.734Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-10T22:51:51.744Z+ zfs create -o mountpoint=/work rpool/work
92024-08-10T22:51:51.858Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-10T22:51:51.869Z+ home_fs=zfs
112024-08-10T22:51:51.869Z+ [[ zfs == autofs ]]
122024-08-10T22:51:51.869Z+ mkdir -p /home/build
132024-08-10T22:51:51.869Z+ chown build:build /home/build /work
142024-08-10T22:51:53.864Z+ chmod 0700 /home/build /work
152024-08-10T22:51:53.866Zprocess exited: duration 4198 ms, exit code 0
 
162024-08-10T22:51:53.871Zstarting task 1: "rust-toolchain"
172024-08-10T22:51:53.877Z+ printf ' * toolchain channel = "%s"
182024-08-10T22:51:53.877Z * toolchain channel = "1.80.1"
192024-08-10T22:51:53.877Z * toolchain profile = "default"
202024-08-10T22:51:53.877Z' 1.80.1
212024-08-10T22:51:53.877Z+ printf ' * toolchain profile = "%s"
222024-08-10T22:51:53.877Z' default
232024-08-10T22:51:53.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-10T22:51:53.880Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-10T22:51:54.003Zinfo: downloading installer
262024-08-10T22:51:55.488Zinfo: profile set to 'default'
272024-08-10T22:51:55.488Zinfo: default host triple is x86_64-unknown-illumos
282024-08-10T22:51:55.491Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-10T22:51:55.638Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-10T22:51:55.638Zinfo: downloading component 'cargo'
312024-08-10T22:51:56.467Zinfo: downloading component 'clippy'
322024-08-10T22:51:56.762Zinfo: downloading component 'rust-docs'
332024-08-10T22:51:57.919Zinfo: downloading component 'rust-std'
342024-08-10T22:51:59.556Zinfo: downloading component 'rustc'
352024-08-10T22:52:04.123Zinfo: downloading component 'rustfmt'
362024-08-10T22:52:04.385Zinfo: installing component 'cargo'
372024-08-10T22:52:05.213Zinfo: installing component 'clippy'
382024-08-10T22:52:05.595Zinfo: installing component 'rust-docs'
392024-08-10T22:52:07.240Zinfo: installing component 'rust-std'
402024-08-10T22:52:08.833Zinfo: installing component 'rustc'
412024-08-10T22:52:13.138Zinfo: installing component 'rustfmt'
422024-08-10T22:52:13.481Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-10T22:52:13.481Z
442024-08-10T22:52:13.731Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-10T22:52:13.731Z
462024-08-10T22:52:13.734Z
472024-08-10T22:52:13.734ZRust is installed now. Great!
482024-08-10T22:52:13.734Z
492024-08-10T22:52:13.734ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-10T22:52:13.734Zenvironment variable. This has not been done automatically.
512024-08-10T22:52:13.734Z
522024-08-10T22:52:13.734ZTo configure your current shell, you need to source
532024-08-10T22:52:13.734Zthe corresponding env file under $HOME/.cargo.
542024-08-10T22:52:13.734Z
552024-08-10T22:52:13.734ZThis is usually done by running one of the following (note the leading DOT):
562024-08-10T22:52:13.734Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-10T22:52:13.734Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-10T22:52:13.820Z+ rustc --version
592024-08-10T22:52:13.883Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-10T22:52:13.885Zprocess exited: duration 20011 ms, exit code 0
 
612024-08-10T22:52:13.891Zstarting task 2: "authentication"
622024-08-10T22:52:13.913Zprocess exited: duration 22 ms, exit code 0
 
632024-08-10T22:52:13.921Zstarting task 3: "clone repository"
642024-08-10T22:52:13.924Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-10T22:52:13.931Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-10T22:52:14.311ZCloning into '/work/oxidecomputer/omicron'...
672024-08-10T22:52:28.517Z+ cd /work/oxidecomputer/omicron
682024-08-10T22:52:28.518Z+ git fetch origin 9cf8c43356105df63c4df515ae334ccdea910b26
692024-08-10T22:52:28.842ZFrom https://github.com/oxidecomputer/omicron
702024-08-10T22:52:28.842Z * branch 9cf8c43356105df63c4df515ae334ccdea910b26 -> FETCH_HEAD
712024-08-10T22:52:28.851Z+ [[ -n renovate/ratatui-0.x ]]
722024-08-10T22:52:28.854Z++ git branch --show-current
732024-08-10T22:52:28.856Z+ current=main
742024-08-10T22:52:28.857Z+ [[ main != renovate/ratatui-0.x ]]
752024-08-10T22:52:28.857Z+ git branch -f renovate/ratatui-0.x 9cf8c43356105df63c4df515ae334ccdea910b26
762024-08-10T22:52:28.861Z+ git checkout -f renovate/ratatui-0.x
772024-08-10T22:52:29.002ZSwitched to branch 'renovate/ratatui-0.x'
782024-08-10T22:52:29.004Z+ git reset --hard 9cf8c43356105df63c4df515ae334ccdea910b26
792024-08-10T22:52:29.016ZHEAD is now at 9cf8c4335 also update crossterm
802024-08-10T22:52:29.019Zprocess exited: duration 15096 ms, exit code 0
 
812024-08-10T22:52:29.026Zstarting task 4: "build"
822024-08-10T22:52:29.031Z+ cargo --version
832024-08-10T22:52:29.084Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-10T22:52:29.087Z+ rustc --version
852024-08-10T22:52:29.143Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-10T22:52:29.145Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-10T22:52:42.860Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-10T22:52:45.045Z Startup: Caching catalogs ... Done
892024-08-10T22:52:49.009ZPlanning: Solver setup ... Done (3.387s)
902024-08-10T22:52:49.072ZPlanning: Running solver ... Done (0.063s)
912024-08-10T22:52:49.120ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-10T22:52:49.144ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-10T22:52:49.398ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-10T22:52:49.447ZPlanning: Package planning ... Done (0.048s)
952024-08-10T22:52:49.498ZPlanning: Merging actions ... Done (0.051s)
962024-08-10T22:52:50.209ZPlanning: Checking for conflicting actions ... Done (0.710s)
972024-08-10T22:52:50.220ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-10T22:52:54.024ZPlanning: Evaluating mediators ... Done (3.803s)
992024-08-10T22:52:54.033ZPlanning: Planning completed in 8.92 seconds
1002024-08-10T22:52:54.478Z Packages to install: 4
1012024-08-10T22:52:54.478Z Mediators to change: 2
1022024-08-10T22:52:54.481Z Services to change: 1
1032024-08-10T22:52:54.481Z Estimated space available: 155.75 GB
1042024-08-10T22:52:54.481ZEstimated space to be consumed: 1.47 GB
1052024-08-10T22:52:54.481Z Create boot environment: No
1062024-08-10T22:52:54.481ZCreate backup boot environment: No
1072024-08-10T22:52:54.481Z Rebuild boot archive: No
1082024-08-10T22:52:54.481Z
1092024-08-10T22:52:54.481ZChanged mediators:
1102024-08-10T22:52:54.481Z mediator clang:
1112024-08-10T22:52:54.481Z version: None -> 15 (system default)
1122024-08-10T22:52:54.481Z
1132024-08-10T22:52:54.481Z mediator llvm:
1142024-08-10T22:52:54.481Z version: 14 (system default) -> 15 (system default)
1152024-08-10T22:52:54.481Z
1162024-08-10T22:52:54.481ZChanged packages:
1172024-08-10T22:52:54.481Zhelios-dev
1182024-08-10T22:52:54.481Z developer/build-essential
1192024-08-10T22:52:54.481Z None -> 11-2.0
1202024-08-10T22:52:54.481Z library/libxmlsec1
1212024-08-10T22:52:54.481Z None -> 1.2.35-2.0
1222024-08-10T22:52:54.481Z ooce/developer/clang-15
1232024-08-10T22:52:54.481Z None -> 15.0.7-2.0
1242024-08-10T22:52:54.481Z ooce/developer/llvm-15
1252024-08-10T22:52:54.481Z None -> 15.0.7-2.0
1262024-08-10T22:52:54.481Z
1272024-08-10T22:52:54.481ZServices:
1282024-08-10T22:52:54.481Z restart_fmri:
1292024-08-10T22:52:54.481Z svc:/system/update-man-index:default
1302024-08-10T22:52:54.614Z
1312024-08-10T22:52:54.614ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-10T22:52:59.615ZDownload: 1180/3290 items 46.7/212.6MB 21% complete (9.3M/s)
1332024-08-10T22:53:04.617ZDownload: 2121/3290 items 118.9/212.6MB 55% complete (12.0M/s)
1342024-08-10T22:53:09.618ZDownload: 3284/3290 items 209.6/212.6MB 98% complete (17.2M/s)
1352024-08-10T22:53:10.083ZDownload: Completed 212.60 MB in 15.47 seconds (13.8M/s)
1362024-08-10T22:53:10.471Z Actions: 1/3689 actions (Installing new actions)
1372024-08-10T22:53:15.493Z Actions: 3548/3689 actions (Installing new actions)
1382024-08-10T22:53:15.645Z Actions: Completed 3689 actions in 5.17 seconds.
1392024-08-10T22:53:15.793Z Done (0.143s)
1402024-08-10T22:53:15.793Z Done (0.000s)
1412024-08-10T22:53:16.152Z Done (0.359s)
1422024-08-10T22:53:21.215Z Done (4.899s)
1432024-08-10T22:53:21.377Z Done (0.096s)
1442024-08-10T22:53:21.379Z Done (0.000s)
1452024-08-10T22:53:21.536Z Done (0.000s)
1462024-08-10T22:53:22.109ZPlanning: Evaluating mediator changes ... Done
1472024-08-10T22:53:22.271ZPlanning: Checking for conflicting actions ... Done
1482024-08-10T22:53:22.274ZPlanning: Consolidating action changes ... Done
1492024-08-10T22:53:22.540ZPlanning: Evaluating mediators ... Done
1502024-08-10T22:53:22.542ZPlanning: Planning completed in 0.43 seconds
1512024-08-10T22:53:22.573Z Mediators to change: 2
1522024-08-10T22:53:22.573Z Create boot environment: No
1532024-08-10T22:53:22.576ZCreate backup boot environment: No
1542024-08-10T22:53:22.642Z Done
1552024-08-10T22:53:22.642Z Done
1562024-08-10T22:53:22.861Z Done
1572024-08-10T22:53:26.299Z Done
1582024-08-10T22:53:26.385Z Done
1592024-08-10T22:53:26.388Z Done
1602024-08-10T22:53:26.492Z Done
1612024-08-10T22:53:27.095ZPlanning: Evaluating mediator changes ... Done
1622024-08-10T22:53:27.098ZPlanning: Merging actions ... Done
1632024-08-10T22:53:27.289ZPlanning: Checking for conflicting actions ... Done
1642024-08-10T22:53:27.292ZPlanning: Consolidating action changes ... Done
1652024-08-10T22:53:27.555ZPlanning: Evaluating mediators ... Done
1662024-08-10T22:53:27.612ZPlanning: Planning completed in 0.76 seconds
1672024-08-10T22:53:27.646Z Packages to change: 1
1682024-08-10T22:53:27.646Z Mediators to change: 1
1692024-08-10T22:53:27.649Z Services to change: 1
1702024-08-10T22:53:27.649Z Create boot environment: No
1712024-08-10T22:53:27.649ZCreate backup boot environment: Yes
1722024-08-10T22:53:29.392Z Actions: 1/6 actions (Updating modified actions)
1732024-08-10T22:53:29.426Z Actions: Completed 6 actions in 0.03 seconds.
1742024-08-10T22:53:29.429Z Done
1752024-08-10T22:53:29.429Z Done
1762024-08-10T22:53:29.502Z Done
1772024-08-10T22:53:33.120Z Done
1782024-08-10T22:53:33.204Z Done
1792024-08-10T22:53:33.207Z Done
1802024-08-10T22:53:33.470Z Done
1812024-08-10T22:53:33.908ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1822024-08-10T22:53:33.908Zclang system 15 system
1832024-08-10T22:53:33.908Zcsh system system illumos
1842024-08-10T22:53:33.908Zctags system system illumos
1852024-08-10T22:53:33.908Zgcc vendor 12 vendor
1862024-08-10T22:53:33.908Zgcc system 10 system
1872024-08-10T22:53:33.908Zgcc system 7 system
1882024-08-10T22:53:33.908Zgo system 1.20 system
1892024-08-10T22:53:33.908Zgo system 1.19 system
1902024-08-10T22:53:33.908Zllvm system 15 system
1912024-08-10T22:53:33.908Zllvm system 14 system
1922024-08-10T22:53:33.908Zmariadb system 10.6 system
1932024-08-10T22:53:33.908Zmta vendor vendor dma
1942024-08-10T22:53:33.908Zopenjdk system 17 system
1952024-08-10T22:53:33.908Zopenjdk system 11 system
1962024-08-10T22:53:33.909Zopenjdk system 1.8 system
1972024-08-10T22:53:33.909Zopenssl vendor 3 vendor
1982024-08-10T22:53:33.909Zperl system 5.36 system
1992024-08-10T22:53:33.909Zpostgresql system 15 system
2002024-08-10T22:53:33.909Zpostgresql system 13 system
2012024-08-10T22:53:33.909Zpython vendor 3 vendor
2022024-08-10T22:53:33.909Zpython system 2 system
2032024-08-10T22:53:33.909Zpython3 system 3.11 system
2042024-08-10T22:53:33.909Zruby system 3.0 system
2052024-08-10T22:53:33.909Zwords vendor vendor american-english
2062024-08-10T22:53:33.909Zwords system system australian-english
2072024-08-10T22:53:33.909Zwords system system british-english
2082024-08-10T22:53:33.909Zwords system system canadian-english
2092024-08-10T22:53:33.909Zwords system system french
2102024-08-10T22:53:33.909Zwords system system italian
2112024-08-10T22:53:33.909Zwords system system ngerman
2122024-08-10T22:53:33.909Zwords system system ogerman
2132024-08-10T22:53:33.909Zwords system system spanish
2142024-08-10T22:53:34.235ZPUBLISHER TYPE STATUS P LOCATION
2152024-08-10T22:53:34.235Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2162024-08-10T22:53:35.905ZFMRI IFO
2172024-08-10T22:53:35.905Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2182024-08-10T22:53:35.905Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2192024-08-10T22:53:35.905Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2202024-08-10T22:53:35.905Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2212024-08-10T22:53:35.905Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2222024-08-10T22:53:35.905Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2232024-08-10T22:53:35.905Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2242024-08-10T22:53:35.905Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2252024-08-10T22:53:35.905Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2262024-08-10T22:53:35.905Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2272024-08-10T22:53:35.905Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2282024-08-10T22:53:35.905Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2292024-08-10T22:53:36.480Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2302024-08-10T22:53:36.739Z Updating git repository `https://github.com/oxidecomputer/zone`
2312024-08-10T22:53:37.003Z Updating crates.io index
2322024-08-10T22:53:37.093Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2332024-08-10T22:53:37.790Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2342024-08-10T22:53:38.524Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2352024-08-10T22:53:38.758Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2362024-08-10T22:53:40.198Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2372024-08-10T22:53:40.443Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382024-08-10T22:53:40.690Z Updating git repository `https://github.com/oxidecomputer/propolis`
2392024-08-10T22:53:41.902Z Updating git repository `https://github.com/oxidecomputer/crucible`
2402024-08-10T22:53:43.725Z Updating git repository `https://github.com/oxidecomputer/opte`
2412024-08-10T22:53:44.740Z Updating git repository `https://github.com/oxidecomputer/falcon`
2422024-08-10T22:53:45.386Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2432024-08-10T22:53:45.901Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442024-08-10T22:53:46.212Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2452024-08-10T22:53:46.432Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2462024-08-10T22:53:46.702Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472024-08-10T22:53:46.994Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2482024-08-10T22:53:47.250Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2492024-08-10T22:53:47.476Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2502024-08-10T22:53:47.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512024-08-10T22:53:47.995Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2522024-08-10T22:53:48.304Z Updating git repository `https://github.com/oxidecomputer/ispf`
2532024-08-10T22:53:48.589Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2542024-08-10T22:53:48.893Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552024-08-10T22:53:49.464Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562024-08-10T22:53:49.801Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2572024-08-10T22:53:50.172Z Updating git repository `https://github.com/oxidecomputer/typify`
2582024-08-10T22:53:52.190Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592024-08-10T22:53:52.429Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602024-08-10T22:53:52.659Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612024-08-10T22:53:53.047Z Updating git repository `https://github.com/oxidecomputer/rfb`
2622024-08-10T22:53:53.995Z Downloading crates ...
2632024-08-10T22:53:54.066Z Downloaded equivalent v1.0.1
2642024-08-10T22:53:54.072Z Downloaded block-buffer v0.10.4
2652024-08-10T22:53:54.075Z Downloaded colorchoice v1.0.1
2662024-08-10T22:53:54.075Z Downloaded cargo-platform v0.1.8
2672024-08-10T22:53:54.078Z Downloaded anstyle-query v1.0.3
2682024-08-10T22:53:54.078Z Downloaded byteorder v1.5.0
2692024-08-10T22:53:54.081Z Downloaded anyhow v1.0.86
2702024-08-10T22:53:54.089Z Downloaded proc-macro-error-attr v1.0.4
2712024-08-10T22:53:54.092Z Downloaded usdt-macro v0.5.0
2722024-08-10T22:53:54.092Z Downloaded pretty-hex v0.4.1
2732024-08-10T22:53:54.095Z Downloaded usdt-attr-macro v0.5.0
2742024-08-10T22:53:54.095Z Downloaded scroll_derive v0.12.0
2752024-08-10T22:53:54.095Z Downloaded swrite v0.1.0
2762024-08-10T22:53:54.098Z Downloaded crypto-common v0.1.6
2772024-08-10T22:53:54.098Z Downloaded generic-array v0.14.7
2782024-08-10T22:53:54.101Z Downloaded is_terminal_polyfill v1.70.0
2792024-08-10T22:53:54.101Z Downloaded heck v0.5.0
2802024-08-10T22:53:54.104Z Downloaded dof v0.3.0
2812024-08-10T22:53:54.107Z Downloaded thiserror v1.0.63
2822024-08-10T22:53:54.112Z Downloaded thread-id v4.2.1
2832024-08-10T22:53:54.114Z Downloaded serde_spanned v0.6.7
2842024-08-10T22:53:54.114Z Downloaded macaddr v1.0.1
2852024-08-10T22:53:54.117Z Downloaded fnv v1.0.7
2862024-08-10T22:53:54.117Z Downloaded toml_datetime v0.6.8
2872024-08-10T22:53:54.120Z Downloaded semver v1.0.23
2882024-08-10T22:53:54.120Z Downloaded tabled_derive v0.7.0
2892024-08-10T22:53:54.122Z Downloaded sha2 v0.10.8
2902024-08-10T22:53:54.122Z Downloaded memmap v0.7.0
2912024-08-10T22:53:54.125Z Downloaded quote v1.0.36
2922024-08-10T22:53:54.127Z Downloaded cargo_toml v0.20.4
2932024-08-10T22:53:54.127Z Downloaded version_check v0.9.5
2942024-08-10T22:53:54.130Z Downloaded pest_derive v2.7.10
2952024-08-10T22:53:54.133Z Downloaded clap_derive v4.5.13
2962024-08-10T22:53:54.133Z Downloaded ucd-trie v0.1.6
2972024-08-10T22:53:54.136Z Downloaded clap v4.5.13
2982024-08-10T22:53:54.142Z Downloaded anstream v0.6.14
2992024-08-10T22:53:54.144Z Downloaded typenum v1.17.0
3002024-08-10T22:53:54.147Z Downloaded pest_meta v2.7.10
3012024-08-10T22:53:54.149Z Downloaded papergrid v0.11.0
3022024-08-10T22:53:54.152Z Downloaded bitflags v2.6.0
3032024-08-10T22:53:54.156Z Downloaded anstyle v1.0.8
3042024-08-10T22:53:54.158Z Downloaded ryu v1.0.18
3052024-08-10T22:53:54.161Z Downloaded dtrace-parser v0.2.0
3062024-08-10T22:53:54.161Z Downloaded cpufeatures v0.2.12
3072024-08-10T22:53:54.163Z Downloaded anstyle-parse v0.2.4
3082024-08-10T22:53:54.166Z Downloaded serde_derive v1.0.205
3092024-08-10T22:53:54.168Z Downloaded fs-err v2.11.0
3102024-08-10T22:53:54.168Z Downloaded errno v0.3.9
3112024-08-10T22:53:54.171Z Downloaded digest v0.10.7
3122024-08-10T22:53:54.171Z Downloaded thiserror-impl v1.0.63
3132024-08-10T22:53:54.173Z Downloaded autocfg v1.3.0
3142024-08-10T22:53:54.173Z Downloaded strsim v0.11.1
3152024-08-10T22:53:54.176Z Downloaded itoa v1.0.11
3162024-08-10T22:53:54.176Z Downloaded heck v0.4.1
3172024-08-10T22:53:54.178Z Downloaded clap_lex v0.7.0
3182024-08-10T22:53:54.178Z Downloaded utf8parse v0.2.1
3192024-08-10T22:53:54.178Z Downloaded terminal_size v0.3.0
3202024-08-10T22:53:54.181Z Downloaded cfg-if v1.0.0
3212024-08-10T22:53:54.181Z Downloaded bytecount v0.6.8
3222024-08-10T22:53:54.183Z Downloaded plain v0.2.3
3232024-08-10T22:53:54.186Z Downloaded cargo_metadata v0.18.1
3242024-08-10T22:53:54.189Z Downloaded usdt-impl v0.5.0
3252024-08-10T22:53:54.191Z Downloaded scroll v0.12.0
3262024-08-10T22:53:54.194Z Downloaded camino v1.1.7
3272024-08-10T22:53:54.196Z Downloaded once_cell v1.19.0
3282024-08-10T22:53:54.201Z Downloaded proc-macro-error v1.0.4
3292024-08-10T22:53:54.204Z Downloaded usdt v0.5.0
3302024-08-10T22:53:54.206Z Downloaded pest_generator v2.7.10
3312024-08-10T22:53:54.206Z Downloaded zerocopy-derive v0.7.34
3322024-08-10T22:53:54.212Z Downloaded serde_tokenstream v0.2.1
3332024-08-10T22:53:54.220Z Downloaded toml v0.8.19
3342024-08-10T22:53:54.223Z Downloaded log v0.4.21
3352024-08-10T22:53:54.225Z Downloaded unicode-ident v1.0.12
3362024-08-10T22:53:54.228Z Downloaded proc-macro2 v1.0.86
3372024-08-10T22:53:54.248Z Downloaded indexmap v2.3.0
3382024-08-10T22:53:54.252Z Downloaded serde v1.0.205
3392024-08-10T22:53:54.263Z Downloaded memchr v2.7.2
3402024-08-10T22:53:54.273Z Downloaded zerocopy v0.7.34
3412024-08-10T22:53:54.288Z Downloaded toml_edit v0.22.20
3422024-08-10T22:53:54.308Z Downloaded pest v2.7.10
3432024-08-10T22:53:54.316Z Downloaded winnow v0.6.18
3442024-08-10T22:53:54.324Z Downloaded hashbrown v0.14.5
3452024-08-10T22:53:54.329Z Downloaded serde_json v1.0.122
3462024-08-10T22:53:54.335Z Downloaded goblin v0.8.2
3472024-08-10T22:53:54.341Z Downloaded clap_builder v4.5.13
3482024-08-10T22:53:54.347Z Downloaded tabled v0.15.0
3492024-08-10T22:53:54.362Z Downloaded syn v1.0.109
3502024-08-10T22:53:54.371Z Downloaded syn v2.0.72
3512024-08-10T22:53:54.381Z Downloaded rustix v0.38.34
3522024-08-10T22:53:54.402Z Downloaded unicode-width v0.1.13
3532024-08-10T22:53:54.408Z Downloaded libc v0.2.155
3542024-08-10T22:53:54.701Z Compiling proc-macro2 v1.0.86
3552024-08-10T22:53:54.703Z Compiling unicode-ident v1.0.12
3562024-08-10T22:53:54.703Z Compiling version_check v0.9.5
3572024-08-10T22:53:54.703Z Compiling serde v1.0.205
3582024-08-10T22:53:54.704Z Compiling thiserror v1.0.63
3592024-08-10T22:53:54.704Z Compiling memchr v2.7.2
3602024-08-10T22:53:54.704Z Compiling libc v0.2.155
3612024-08-10T22:53:54.704Z Compiling ryu v1.0.18
3622024-08-10T22:53:54.945Z Compiling itoa v1.0.11
3632024-08-10T22:53:55.159Z Compiling ucd-trie v0.1.6
3642024-08-10T22:53:55.510Z Compiling once_cell v1.19.0
3652024-08-10T22:53:55.657Z Compiling byteorder v1.5.0
3662024-08-10T22:53:55.813Z Compiling serde_json v1.0.122
3672024-08-10T22:53:56.648Z Compiling proc-macro-error-attr v1.0.4
3682024-08-10T22:53:56.700Z Compiling usdt-impl v0.5.0
3692024-08-10T22:53:56.736Z Compiling rustix v0.38.34
3702024-08-10T22:53:56.738Z Compiling syn v1.0.109
3712024-08-10T22:53:56.774Z Compiling proc-macro-error v1.0.4
3722024-08-10T22:53:57.035Z Compiling utf8parse v0.2.1
3732024-08-10T22:53:57.066Z Compiling plain v0.2.3
3742024-08-10T22:53:57.149Z Compiling bitflags v2.6.0
3752024-08-10T22:53:57.173Z Compiling log v0.4.21
3762024-08-10T22:53:57.225Z Compiling hashbrown v0.14.5
3772024-08-10T22:53:57.482Z Compiling thread-id v4.2.1
3782024-08-10T22:53:57.527Z Compiling equivalent v1.0.1
3792024-08-10T22:53:57.550Z Compiling anstyle-parse v0.2.4
3802024-08-10T22:53:57.599Z Compiling quote v1.0.36
3812024-08-10T22:53:57.644Z Compiling anstyle-query v1.0.3
3822024-08-10T22:53:57.717Z Compiling anstyle v1.0.8
3832024-08-10T22:53:57.775Z Compiling is_terminal_polyfill v1.70.0
3842024-08-10T22:53:57.872Z Compiling errno v0.3.9
3852024-08-10T22:53:57.898Z Compiling pretty-hex v0.4.1
3862024-08-10T22:53:57.946Z Compiling syn v2.0.72
3872024-08-10T22:53:58.143Z Compiling camino v1.1.7
3882024-08-10T22:53:58.167Z Compiling semver v1.0.23
3892024-08-10T22:53:58.328Z Compiling colorchoice v1.0.1
3902024-08-10T22:53:58.487Z Compiling autocfg v1.3.0
3912024-08-10T22:53:58.623Z Compiling indexmap v2.3.0
3922024-08-10T22:53:58.716Z Compiling winnow v0.6.18
3932024-08-10T22:53:59.045Z Compiling anstream v0.6.14
3942024-08-10T22:53:59.548Z Compiling fs-err v2.11.0
3952024-08-10T22:53:59.799Z Compiling terminal_size v0.3.0
3962024-08-10T22:53:59.923Z Compiling fnv v1.0.7
3972024-08-10T22:54:00.005Z Compiling bytecount v0.6.8
3982024-08-10T22:54:00.028Z Compiling heck v0.4.1
3992024-08-10T22:54:00.028Z Compiling unicode-width v0.1.13
4002024-08-10T22:54:00.068Z Compiling anyhow v1.0.86
4012024-08-10T22:54:00.068Z Compiling clap_lex v0.7.0
4022024-08-10T22:54:00.198Z Compiling strsim v0.11.1
4032024-08-10T22:54:00.262Z Compiling heck v0.5.0
4042024-08-10T22:54:00.510Z Compiling clap_builder v4.5.13
4052024-08-10T22:54:00.570Z Compiling papergrid v0.11.0
4062024-08-10T22:54:00.879Z Compiling memmap v0.7.0
4072024-08-10T22:54:01.537Z Compiling swrite v0.1.0
4082024-08-10T22:54:03.318Z Compiling tabled_derive v0.7.0
4092024-08-10T22:54:04.743Z Compiling tabled v0.15.0
4102024-08-10T22:54:06.604Z Compiling serde_derive v1.0.205
4112024-08-10T22:54:06.604Z Compiling thiserror-impl v1.0.63
4122024-08-10T22:54:06.606Z Compiling zerocopy-derive v0.7.34
4132024-08-10T22:54:06.606Z Compiling scroll_derive v0.12.0
4142024-08-10T22:54:06.607Z Compiling clap_derive v4.5.13
4152024-08-10T22:54:07.855Z Compiling scroll v0.12.0
4162024-08-10T22:54:08.253Z Compiling zerocopy v0.7.34
4172024-08-10T22:54:08.461Z Compiling goblin v0.8.2
4182024-08-10T22:54:09.371Z Compiling pest v2.7.10
4192024-08-10T22:54:10.319Z Compiling clap v4.5.13
4202024-08-10T22:54:11.412Z Compiling pest_meta v2.7.10
4212024-08-10T22:54:12.210Z Compiling pest_generator v2.7.10
4222024-08-10T22:54:13.916Z Compiling pest_derive v2.7.10
4232024-08-10T22:54:14.642Z Compiling dtrace-parser v0.2.0
4242024-08-10T22:54:16.646Z Compiling serde_tokenstream v0.2.1
4252024-08-10T22:54:16.664Z Compiling serde_spanned v0.6.7
4262024-08-10T22:54:16.666Z Compiling toml_datetime v0.6.8
4272024-08-10T22:54:16.917Z Compiling cargo-platform v0.1.8
4282024-08-10T22:54:17.031Z Compiling toml_edit v0.22.20
4292024-08-10T22:54:17.193Z Compiling macaddr v1.0.1
4302024-08-10T22:54:18.044Z Compiling dof v0.3.0
4312024-08-10T22:54:18.062Z Compiling cargo_metadata v0.18.1
4322024-08-10T22:54:19.792Z Compiling usdt-macro v0.5.0
4332024-08-10T22:54:19.792Z Compiling usdt-attr-macro v0.5.0
4342024-08-10T22:54:19.842Z Compiling toml v0.8.19
4352024-08-10T22:54:20.627Z Compiling cargo_toml v0.20.4
4362024-08-10T22:54:21.127Z Compiling usdt v0.5.0
4372024-08-10T22:54:24.284Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4382024-08-10T22:54:28.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.76s
4392024-08-10T22:54:28.277Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4402024-08-10T22:54:28.815Z Downloading crates ...
4412024-08-10T22:54:28.930Z Downloaded adler v1.0.2
4422024-08-10T22:54:28.935Z Downloaded ascii v1.1.0
4432024-08-10T22:54:28.938Z Downloaded atty v0.2.14
4442024-08-10T22:54:28.946Z Downloaded bitstruct v0.1.1
4452024-08-10T22:54:28.951Z Downloaded is_ci v1.2.0
4462024-08-10T22:54:28.954Z Downloaded instant v0.1.12
4472024-08-10T22:54:28.957Z Downloaded crucible-workspace-hack v0.1.0
4482024-08-10T22:54:28.963Z Downloaded assert_matches v1.5.0
4492024-08-10T22:54:28.966Z Downloaded ciborium-io v0.2.2
4502024-08-10T22:54:28.966Z Downloaded bitstruct_derive v0.1.0
4512024-08-10T22:54:28.968Z Downloaded normalize-line-endings v0.3.0
4522024-08-10T22:54:28.969Z Downloaded arrayref v0.3.7
4532024-08-10T22:54:28.971Z Downloaded nodrop v0.1.14
4542024-08-10T22:54:28.971Z Downloaded async-stream-impl v0.3.5
4552024-08-10T22:54:28.971Z Downloaded async-stream v0.3.5
4562024-08-10T22:54:28.974Z Downloaded new_debug_unreachable v1.0.6
4572024-08-10T22:54:28.976Z Downloaded number_prefix v0.4.0
4582024-08-10T22:54:28.976Z Downloaded oso-derive v0.27.3
4592024-08-10T22:54:28.976Z Downloaded matches v0.1.10
4602024-08-10T22:54:28.979Z Downloaded num-conv v0.1.0
4612024-08-10T22:54:28.979Z Downloaded bb8 v0.8.5
4622024-08-10T22:54:28.981Z Downloaded atomic-waker v1.1.2
4632024-08-10T22:54:28.981Z Downloaded ipnetwork v0.20.0
4642024-08-10T22:54:28.984Z Downloaded indent_write v2.2.0
4652024-08-10T22:54:28.987Z Downloaded openssl-macros v0.1.1
4662024-08-10T22:54:28.987Z Downloaded indoc v1.0.9
4672024-08-10T22:54:28.989Z Downloaded lazycell v1.3.0
4682024-08-10T22:54:28.992Z Downloaded num_cpus v1.16.0
4692024-08-10T22:54:28.994Z Downloaded lru-cache v0.1.2
4702024-08-10T22:54:28.994Z Downloaded cfg_aliases v0.1.1
4712024-08-10T22:54:28.997Z Downloaded num_enum_derive v0.5.11
4722024-08-10T22:54:28.997Z Downloaded md-5 v0.10.6
4732024-08-10T22:54:28.999Z Downloaded maplit v1.0.2
4742024-08-10T22:54:28.999Z Downloaded inout v0.1.3
4752024-08-10T22:54:29.002Z Downloaded libsw v3.3.1
4762024-08-10T22:54:29.005Z Downloaded num-integer v0.1.46
4772024-08-10T22:54:29.005Z Downloaded parse-display v0.9.1
4782024-08-10T22:54:29.007Z Downloaded olpc-cjson v0.1.3
4792024-08-10T22:54:29.007Z Downloaded crc-catalog v2.4.0
4802024-08-10T22:54:29.011Z Downloaded const_format_proc_macros v0.2.32
4812024-08-10T22:54:29.014Z Downloaded defmt v0.3.8
4822024-08-10T22:54:29.016Z Downloaded num-rational v0.4.2
4832024-08-10T22:54:29.017Z Downloaded data-encoding v2.6.0
4842024-08-10T22:54:29.020Z Downloaded cstr-argument v0.1.2
4852024-08-10T22:54:29.020Z Downloaded crunchy v0.2.2
4862024-08-10T22:54:29.029Z Downloaded argon2 v0.5.3
4872024-08-10T22:54:29.029Z Downloaded curve25519-dalek-derive v0.1.1
4882024-08-10T22:54:29.029Z Downloaded mime_guess v2.0.4
4892024-08-10T22:54:29.032Z Downloaded libloading v0.8.3
4902024-08-10T22:54:29.032Z Downloaded parking_lot v0.11.2
4912024-08-10T22:54:29.032Z Downloaded packed_struct v0.10.1
4922024-08-10T22:54:29.032Z Downloaded newtype_derive v0.1.6
4932024-08-10T22:54:29.034Z Downloaded opaque-debug v0.3.1
4942024-08-10T22:54:29.034Z Downloaded openssl-probe v0.1.5
4952024-08-10T22:54:29.034Z Downloaded newline-converter v0.3.0
4962024-08-10T22:54:29.037Z Downloaded darling_macro v0.20.9
4972024-08-10T22:54:29.037Z Downloaded ipnet v2.9.0
4982024-08-10T22:54:29.039Z Downloaded async-recursion v1.1.1
4992024-08-10T22:54:29.042Z Downloaded num_threads v0.1.7
5002024-08-10T22:54:29.044Z Downloaded memoffset v0.9.1
5012024-08-10T22:54:29.045Z Downloaded miniz_oxide v0.7.2
5022024-08-10T22:54:29.047Z Downloaded indexmap v1.9.3
5032024-08-10T22:54:29.050Z Downloaded parking_lot_core v0.8.6
5042024-08-10T22:54:29.053Z Downloaded lazy_static v1.5.0
5052024-08-10T22:54:29.055Z Downloaded waitgroup v0.1.2
5062024-08-10T22:54:29.058Z Downloaded ciborium v0.2.2
5072024-08-10T22:54:29.060Z Downloaded camino-tempfile v1.1.1
5082024-08-10T22:54:29.060Z Downloaded cobs v0.2.3
5092024-08-10T22:54:29.063Z Downloaded num-iter v0.1.45
5102024-08-10T22:54:29.063Z Downloaded maybe-uninit v2.0.0
5112024-08-10T22:54:29.065Z Downloaded cipher v0.4.4
5122024-08-10T22:54:29.068Z Downloaded match_cfg v0.1.0
5132024-08-10T22:54:29.068Z Downloaded endian-type v0.1.2
5142024-08-10T22:54:29.068Z Downloaded derive_builder_macro v0.20.0
5152024-08-10T22:54:29.071Z Downloaded bit-set v0.5.3
5162024-08-10T22:54:29.071Z Downloaded base16ct v0.2.0
5172024-08-10T22:54:29.071Z Downloaded managed v0.8.0
5182024-08-10T22:54:29.074Z Downloaded http-range v0.1.5
5192024-08-10T22:54:29.074Z Downloaded is-terminal v0.4.12
5202024-08-10T22:54:29.076Z Downloaded mockall v0.13.0
5212024-08-10T22:54:29.076Z Downloaded cassowary v0.3.0
5222024-08-10T22:54:29.079Z Downloaded atomicwrites v0.4.3
5232024-08-10T22:54:29.082Z Downloaded num-derive v0.4.2
5242024-08-10T22:54:29.082Z Downloaded nibble_vec v0.1.0
5252024-08-10T22:54:29.084Z Downloaded packed_struct_codegen v0.10.1
5262024-08-10T22:54:29.084Z Downloaded num_enum v0.5.11
5272024-08-10T22:54:29.089Z Downloaded arrayvec v0.7.4
5282024-08-10T22:54:29.091Z Downloaded parse-size v1.0.0
5292024-08-10T22:54:29.094Z Downloaded constant_time_eq v0.3.0
5302024-08-10T22:54:29.094Z Downloaded colored v2.1.0
5312024-08-10T22:54:29.096Z Downloaded ident_case v1.0.1
5322024-08-10T22:54:29.099Z Downloaded time-core v0.1.2
5332024-08-10T22:54:29.099Z Downloaded nanorand v0.7.0
5342024-08-10T22:54:29.101Z Downloaded crossbeam-deque v0.8.5
5352024-08-10T22:54:29.104Z Downloaded openssl-sys v0.9.103
5362024-08-10T22:54:29.107Z Downloaded tiny-keccak v2.0.2
5372024-08-10T22:54:29.110Z Downloaded pretty-hex v0.2.1
5382024-08-10T22:54:29.112Z Downloaded libefi-sys v0.1.0
5392024-08-10T22:54:29.115Z Downloaded memmap2 v0.9.4
5402024-08-10T22:54:29.115Z Downloaded wait-timeout v0.2.0
5412024-08-10T22:54:29.117Z Downloaded serde_path_to_error v0.1.16
5422024-08-10T22:54:29.120Z Downloaded enum-as-inner v0.5.1
5432024-08-10T22:54:29.122Z Downloaded signature v2.2.0
5442024-08-10T22:54:29.122Z Downloaded shlex v1.3.0
5452024-08-10T22:54:29.125Z Downloaded native-tls v0.2.11
5462024-08-10T22:54:29.127Z Downloaded addr2line v0.21.0
5472024-08-10T22:54:29.130Z Downloaded nu-ansi-term v0.50.0
5482024-08-10T22:54:29.132Z Downloaded http-body v0.4.6
5492024-08-10T22:54:29.135Z Downloaded strum_macros v0.26.4
5502024-08-10T22:54:29.137Z Downloaded hex v0.4.3
5512024-08-10T22:54:29.137Z Downloaded parking_lot_core v0.9.10
5522024-08-10T22:54:29.140Z Downloaded stable_deref_trait v1.2.0
5532024-08-10T22:54:29.143Z Downloaded sqlparser_derive v0.2.2
5542024-08-10T22:54:29.143Z Downloaded owo-colors v4.0.0
5552024-08-10T22:54:29.145Z Downloaded slog-envlogger v2.2.0
5562024-08-10T22:54:29.148Z Downloaded slog-json v2.6.1
5572024-08-10T22:54:29.148Z Downloaded heck v0.3.3
5582024-08-10T22:54:29.150Z Downloaded num-complex v0.4.6
5592024-08-10T22:54:29.150Z Downloaded multer v3.1.0
5602024-08-10T22:54:29.153Z Downloaded tui-tree-widget v0.22.0
5612024-08-10T22:54:29.156Z Downloaded crossbeam-epoch v0.9.18
5622024-08-10T22:54:29.158Z Downloaded structmeta v0.3.0
5632024-08-10T22:54:29.161Z Downloaded toolchain_find v0.4.0
5642024-08-10T22:54:29.161Z Downloaded cookie_store v0.20.0
5652024-08-10T22:54:29.163Z Downloaded const-oid v0.9.6
5662024-08-10T22:54:29.166Z Downloaded foreign-types-macros v0.2.3
5672024-08-10T22:54:29.166Z Downloaded fxhash v0.2.1
5682024-08-10T22:54:29.168Z Downloaded env_logger v0.10.2
5692024-08-10T22:54:29.172Z Downloaded foreign-types v0.5.0
5702024-08-10T22:54:29.173Z Downloaded erased-serde v0.3.31
5712024-08-10T22:54:29.176Z Downloaded foreign-types v0.3.2
5722024-08-10T22:54:29.176Z Downloaded rustls-pemfile v1.0.4
5732024-08-10T22:54:29.180Z Downloaded glob v0.3.1
5742024-08-10T22:54:29.180Z Downloaded slog-stdlog v4.1.1
5752024-08-10T22:54:29.183Z Downloaded siphasher v0.3.11
5762024-08-10T22:54:29.183Z Downloaded uzers v0.11.3
5772024-08-10T22:54:29.183Z Downloaded sha1 v0.10.6
5782024-08-10T22:54:29.186Z Downloaded peg-runtime v0.8.3
5792024-08-10T22:54:29.186Z Downloaded parking_lot v0.12.2
5802024-08-10T22:54:29.189Z Downloaded parse-display-derive v0.9.1
5812024-08-10T22:54:29.191Z Downloaded sqlformat v0.2.4
5822024-08-10T22:54:29.191Z Downloaded tls_codec_derive v0.4.1
5832024-08-10T22:54:29.194Z Downloaded tls_codec v0.4.1
5842024-08-10T22:54:29.196Z Downloaded tinyvec v1.6.0
5852024-08-10T22:54:29.199Z Downloaded cookie v0.17.0
5862024-08-10T22:54:29.201Z Downloaded toml v0.7.8
5872024-08-10T22:54:29.204Z Downloaded untrusted v0.9.0
5882024-08-10T22:54:29.207Z Downloaded psl-types v2.0.11
5892024-08-10T22:54:29.209Z Downloaded path-slash v0.1.5
5902024-08-10T22:54:29.209Z Downloaded fallible-iterator v0.2.0
5912024-08-10T22:54:29.212Z Downloaded dirs-next v2.0.0
5922024-08-10T22:54:29.212Z Downloaded spin v0.5.2
5932024-08-10T22:54:29.215Z Downloaded allocator-api2 v0.2.18
5942024-08-10T22:54:29.217Z Downloaded same-file v1.0.6
5952024-08-10T22:54:29.217Z Downloaded env_logger v0.9.3
5962024-08-10T22:54:29.220Z Downloaded derive_more v0.99.18
5972024-08-10T22:54:29.224Z Downloaded compact_str v0.8.0
5982024-08-10T22:54:29.228Z Downloaded downcast v0.11.0
5992024-08-10T22:54:29.231Z Downloaded hash32 v0.3.1
6002024-08-10T22:54:29.234Z Downloaded tempfile v3.10.1
6012024-08-10T22:54:29.236Z Downloaded spki v0.7.3
6022024-08-10T22:54:29.236Z Downloaded oso v0.27.3
6032024-08-10T22:54:29.240Z Downloaded darling v0.20.9
6042024-08-10T22:54:29.244Z Downloaded termtree v0.4.1
6052024-08-10T22:54:29.246Z Downloaded serde_repr v0.1.19
6062024-08-10T22:54:29.249Z Downloaded semver v0.1.20
6072024-08-10T22:54:29.251Z Downloaded portpicker v0.1.1
6082024-08-10T22:54:29.251Z Downloaded zone v0.1.8
6092024-08-10T22:54:29.251Z Downloaded vsss-rs v3.3.4
6102024-08-10T22:54:29.254Z Downloaded unarray v0.1.4
6112024-08-10T22:54:29.257Z Downloaded shell-words v1.1.0
6122024-08-10T22:54:29.257Z Downloaded dyn-clone v1.0.17
6132024-08-10T22:54:29.259Z Downloaded chacha20poly1305 v0.10.1
6142024-08-10T22:54:29.262Z Downloaded backtrace v0.3.71
6152024-08-10T22:54:29.264Z Downloaded arc-swap v1.7.1
6162024-08-10T22:54:29.268Z Downloaded serde-big-array v0.5.1
6172024-08-10T22:54:29.271Z Downloaded tabwriter v1.4.0
6182024-08-10T22:54:29.273Z Downloaded diesel_table_macro_syntax v0.2.0
6192024-08-10T22:54:29.274Z Downloaded tinyvec_macros v0.1.1
6202024-08-10T22:54:29.274Z Downloaded predicates-tree v1.0.9
6212024-08-10T22:54:29.276Z Downloaded postgres-protocol v0.6.7
6222024-08-10T22:54:29.279Z Downloaded peg v0.8.4
6232024-08-10T22:54:29.281Z Downloaded dsl_auto_type v0.1.2
6242024-08-10T22:54:29.284Z Downloaded peg-macros v0.8.4
6252024-08-10T22:54:29.286Z Downloaded paste v1.0.15
6262024-08-10T22:54:29.289Z Downloaded darling_core v0.20.9
6272024-08-10T22:54:29.291Z Downloaded pin-project-internal v1.1.5
6282024-08-10T22:54:29.294Z Downloaded headers-core v0.2.0
6292024-08-10T22:54:29.294Z Downloaded rpassword v7.3.1
6302024-08-10T22:54:29.297Z Downloaded tungstenite v0.20.1
6312024-08-10T22:54:29.300Z Downloaded futures-task v0.3.30
6322024-08-10T22:54:29.302Z Downloaded smf v0.2.3
6332024-08-10T22:54:29.302Z Downloaded test-strategy v0.3.1
6342024-08-10T22:54:29.306Z Downloaded phf_shared v0.10.0
6352024-08-10T22:54:29.309Z Downloaded radium v0.7.0
6362024-08-10T22:54:29.309Z Downloaded percent-encoding v2.3.1
6372024-08-10T22:54:29.311Z Downloaded topological-sort v0.2.2
6382024-08-10T22:54:29.311Z Downloaded foreign-types-shared v0.1.1
6392024-08-10T22:54:29.314Z Downloaded float-ord v0.3.2
6402024-08-10T22:54:29.314Z Downloaded secrecy v0.8.0
6412024-08-10T22:54:29.316Z Downloaded scopeguard v1.2.0
6422024-08-10T22:54:29.316Z Downloaded rtoolbox v0.0.2
6432024-08-10T22:54:29.319Z Downloaded itertools v0.12.1
6442024-08-10T22:54:29.323Z Downloaded prettyplease v0.2.20
6452024-08-10T22:54:29.327Z Downloaded unicode-truncate v1.0.0
6462024-08-10T22:54:29.330Z Downloaded fastrand v2.1.0
6472024-08-10T22:54:29.332Z Downloaded structmeta-derive v0.2.0
6482024-08-10T22:54:29.332Z Downloaded derive_builder v0.20.0
6492024-08-10T22:54:29.336Z Downloaded structmeta v0.2.0
6502024-08-10T22:54:29.347Z Downloaded futures-sink v0.3.30
6512024-08-10T22:54:29.349Z Downloaded precomputed-hash v0.1.1
6522024-08-10T22:54:29.349Z Downloaded postcard v1.0.8
6532024-08-10T22:54:29.352Z Downloaded socket2 v0.5.7
6542024-08-10T22:54:29.355Z Downloaded ref-cast v1.0.23
6552024-08-10T22:54:29.357Z Downloaded strum v0.26.3
6562024-08-10T22:54:29.360Z Downloaded socket2 v0.4.10
6572024-08-10T22:54:29.362Z Downloaded pem-rfc7468 v0.7.0
6582024-08-10T22:54:29.365Z Downloaded const_format v0.2.32
6592024-08-10T22:54:29.367Z Downloaded termcolor v1.4.1
6602024-08-10T22:54:29.370Z Downloaded unicode-linebreak v0.1.5
6612024-08-10T22:54:29.372Z Downloaded want v0.3.1
6622024-08-10T22:54:29.372Z Downloaded string_cache v0.8.7
6632024-08-10T22:54:29.375Z Downloaded static_assertions v1.1.0
6642024-08-10T22:54:29.375Z Downloaded float-cmp v0.9.0
6652024-08-10T22:54:29.377Z Downloaded signal-hook-tokio v0.3.1
6662024-08-10T22:54:29.377Z Downloaded thread_local v1.1.8
6672024-08-10T22:54:29.384Z Downloaded sec1 v0.7.3
6682024-08-10T22:54:29.384Z Downloaded sct v0.7.1
6692024-08-10T22:54:29.392Z Downloaded ff v0.13.0
6702024-08-10T22:54:29.392Z Downloaded pem v3.0.4
6712024-08-10T22:54:29.392Z Downloaded hyper-tls v0.5.0
6722024-08-10T22:54:29.392Z Downloaded derive-where v1.2.7
6732024-08-10T22:54:29.392Z Downloaded elliptic-curve v0.13.8
6742024-08-10T22:54:29.400Z Downloaded ref-cast-impl v1.0.23
6752024-08-10T22:54:29.400Z Downloaded ppv-lite86 v0.2.17
6762024-08-10T22:54:29.400Z Downloaded httparse v1.8.0
6772024-08-10T22:54:29.405Z Downloaded serde_urlencoded v0.7.1
6782024-08-10T22:54:29.405Z Downloaded tokio-macros v2.3.0
6792024-08-10T22:54:29.405Z Downloaded unicode_categories v0.1.1
6802024-08-10T22:54:29.408Z Downloaded rayon-core v1.12.1
6812024-08-10T22:54:29.410Z Downloaded group v0.13.0
6822024-08-10T22:54:29.413Z Downloaded structmeta-derive v0.3.0
6832024-08-10T22:54:29.413Z Downloaded slab v0.4.9
6842024-08-10T22:54:29.415Z Downloaded r2d2 v0.8.10
6852024-08-10T22:54:29.418Z Downloaded rustc-demangle v0.1.24
6862024-08-10T22:54:29.418Z Downloaded rustfmt-wrapper v0.2.1
6872024-08-10T22:54:29.420Z Downloaded smallvec v0.6.14
6882024-08-10T22:54:29.423Z Downloaded zeroize_derive v1.4.2
6892024-08-10T22:54:29.423Z Downloaded expectorate v1.1.0
6902024-08-10T22:54:29.425Z Downloaded nom v7.1.3
6912024-08-10T22:54:29.429Z Downloaded stringprep v0.1.4
6922024-08-10T22:54:29.431Z Downloaded similar v2.5.0
6932024-08-10T22:54:29.436Z Downloaded fatfs v0.3.6
6942024-08-10T22:54:29.438Z Downloaded zerocopy v0.6.6
6952024-08-10T22:54:29.441Z Downloaded tracing-core v0.1.32
6962024-08-10T22:54:29.444Z Downloaded tokio-native-tls v0.3.1
6972024-08-10T22:54:29.446Z Downloaded hubpack_derive v0.1.1
6982024-08-10T22:54:29.448Z Downloaded flume v0.11.0
6992024-08-10T22:54:29.451Z Downloaded zip v0.6.6
7002024-08-10T22:54:29.454Z Downloaded strum_macros v0.25.3
7012024-08-10T22:54:29.457Z Downloaded strum_macros v0.24.3
7022024-08-10T22:54:29.459Z Downloaded rustc-hash v1.1.0
7032024-08-10T22:54:29.462Z Downloaded hyper-rustls v0.24.2
7042024-08-10T22:54:29.462Z Downloaded yasna v0.5.2
7052024-08-10T22:54:29.464Z Downloaded fixedbitset v0.4.2
7062024-08-10T22:54:29.466Z Downloaded serde_derive_internals v0.29.1
7072024-08-10T22:54:29.469Z Downloaded funty v2.0.0
7082024-08-10T22:54:29.469Z Downloaded futures-core v0.3.30
7092024-08-10T22:54:29.471Z Downloaded steno v0.4.1
7102024-08-10T22:54:29.473Z Downloaded pkg-config v0.3.30
7112024-08-10T22:54:29.476Z Downloaded walkdir v2.5.0
7122024-08-10T22:54:29.478Z Downloaded term v0.7.0
7132024-08-10T22:54:29.480Z Downloaded tracing v0.1.40
7142024-08-10T22:54:29.484Z Downloaded difflib v0.4.0
7152024-08-10T22:54:29.487Z Downloaded rand_xorshift v0.3.0
7162024-08-10T22:54:29.487Z Downloaded which v4.4.2
7172024-08-10T22:54:29.489Z Downloaded rand_chacha v0.3.1
7182024-08-10T22:54:29.491Z Downloaded xattr v1.3.1
7192024-08-10T22:54:29.491Z Downloaded wyz v0.5.1
7202024-08-10T22:54:29.494Z Downloaded utf-8 v0.7.6
7212024-08-10T22:54:29.494Z Downloaded derive_builder_core v0.20.0
7222024-08-10T22:54:29.496Z Downloaded http v0.2.12
7232024-08-10T22:54:29.499Z Downloaded unicase v2.7.0
7242024-08-10T22:54:29.501Z Downloaded libxml v0.3.3
7252024-08-10T22:54:29.507Z Downloaded http v1.1.0
7262024-08-10T22:54:29.510Z Downloaded take_mut v0.2.2
7272024-08-10T22:54:29.513Z Downloaded snafu-derive v0.8.2
7282024-08-10T22:54:29.513Z Downloaded rustls-pki-types v1.7.0
7292024-08-10T22:54:29.515Z Downloaded headers v0.3.9
7302024-08-10T22:54:29.520Z Downloaded libm v0.2.8
7312024-08-10T22:54:29.527Z Downloaded serde_arrays v0.1.0
7322024-08-10T22:54:29.530Z Downloaded foreign-types-shared v0.3.1
7332024-08-10T22:54:29.530Z Downloaded signal-hook-registry v1.4.2
7342024-08-10T22:54:29.532Z Downloaded slog-bunyan v2.5.0
7352024-08-10T22:54:29.532Z Downloaded futures-executor v0.3.30
7362024-08-10T22:54:29.535Z Downloaded slog-async v2.8.0
7372024-08-10T22:54:29.537Z Downloaded rsa v0.9.6
7382024-08-10T22:54:29.540Z Downloaded supports-color v3.0.0
7392024-08-10T22:54:29.542Z Downloaded quick-error v1.2.3
7402024-08-10T22:54:29.544Z Downloaded futures v0.3.30
7412024-08-10T22:54:29.547Z Downloaded trust-dns-client v0.22.0
7422024-08-10T22:54:29.552Z Downloaded signal-hook-mio v0.2.4
7432024-08-10T22:54:29.554Z Downloaded humantime v2.1.0
7442024-08-10T22:54:29.557Z Downloaded form_urlencoded v1.2.1
7452024-08-10T22:54:29.557Z Downloaded der_derive v0.7.2
7462024-08-10T22:54:29.560Z Downloaded flagset v0.4.5
7472024-08-10T22:54:29.560Z Downloaded tap v1.0.1
7482024-08-10T22:54:29.563Z Downloaded textwrap v0.16.1
7492024-08-10T22:54:29.565Z Downloaded resolv-conf v0.7.0
7502024-08-10T22:54:29.565Z Downloaded schemars_derive v0.8.21
7512024-08-10T22:54:29.568Z Downloaded slog-term v2.9.1
7522024-08-10T22:54:29.570Z Downloaded rustversion v1.0.17
7532024-08-10T22:54:29.572Z Downloaded unicode-xid v0.2.4
7542024-08-10T22:54:29.572Z Downloaded samael v0.0.15
7552024-08-10T22:54:29.577Z Downloaded pin-utils v0.1.0
7562024-08-10T22:54:29.579Z Downloaded pkcs1 v0.7.5
7572024-08-10T22:54:29.582Z Downloaded typed-path v0.7.1
7582024-08-10T22:54:29.586Z Downloaded hashbrown v0.13.2
7592024-08-10T22:54:29.590Z Downloaded phf_shared v0.11.2
7602024-08-10T22:54:29.592Z Downloaded poly1305 v0.8.0
7612024-08-10T22:54:29.596Z Downloaded tokio-tungstenite v0.21.0
7622024-08-10T22:54:29.598Z Downloaded getrandom v0.2.14
7632024-08-10T22:54:29.601Z Downloaded diff v0.1.13
7642024-08-10T22:54:29.603Z Downloaded hmac v0.12.1
7652024-08-10T22:54:29.605Z Downloaded highway v1.2.0
7662024-08-10T22:54:29.605Z Downloaded idna v0.3.0
7672024-08-10T22:54:29.611Z Downloaded ron v0.7.1
7682024-08-10T22:54:29.616Z Downloaded whoami v1.5.1
7692024-08-10T22:54:29.618Z Downloaded rcgen v0.12.1
7702024-08-10T22:54:29.621Z Downloaded crossterm v0.28.1
7712024-08-10T22:54:29.627Z Downloaded tokio-tungstenite v0.20.1
7722024-08-10T22:54:29.629Z Downloaded pin-project v1.1.5
7732024-08-10T22:54:29.640Z Downloaded uuid v1.10.0
7742024-08-10T22:54:29.643Z Downloaded predicates v3.1.2
7752024-08-10T22:54:29.645Z Downloaded slog v2.7.0
7762024-08-10T22:54:29.648Z Downloaded signal-hook v0.3.17
7772024-08-10T22:54:29.651Z Downloaded unicode-bidi v0.3.15
7782024-08-10T22:54:29.654Z Downloaded tokio-stream v0.1.15
7792024-08-10T22:54:29.657Z Downloaded der v0.7.9
7802024-08-10T22:54:29.663Z Downloaded tar v0.4.41
7812024-08-10T22:54:29.665Z Downloaded unicode-segmentation v1.11.0
7822024-08-10T22:54:29.668Z Downloaded trust-dns-server v0.22.1
7832024-08-10T22:54:29.673Z Downloaded tokio-rustls v0.24.1
7842024-08-10T22:54:29.676Z Downloaded blake3 v1.5.1
7852024-08-10T22:54:29.684Z Downloaded tokio-postgres v0.7.11
7862024-08-10T22:54:29.687Z Downloaded diesel_derives v2.2.2
7872024-08-10T22:54:29.693Z Downloaded aho-corasick v1.1.3
7882024-08-10T22:54:29.697Z Downloaded toml_edit v0.19.15
7892024-08-10T22:54:29.713Z Downloaded trust-dns-resolver v0.22.0
7902024-08-10T22:54:29.717Z Downloaded snafu v0.8.2
7912024-08-10T22:54:29.722Z Downloaded publicsuffix v2.2.3
7922024-08-10T22:54:29.725Z Downloaded portable-atomic v1.6.0
7932024-08-10T22:54:29.730Z Downloaded hashbrown v0.12.3
7942024-08-10T22:54:29.735Z Downloaded url v2.5.2
7952024-08-10T22:54:29.738Z Downloaded rustyline v14.0.0
7962024-08-10T22:54:29.744Z Downloaded unicode-normalization v0.1.23
7972024-08-10T22:54:29.747Z Downloaded regex-automata v0.1.10
7982024-08-10T22:54:29.752Z Downloaded futures-util v0.3.30
7992024-08-10T22:54:29.763Z Downloaded flate2 v1.0.31
8002024-08-10T22:54:29.768Z Downloaded tokio-util v0.7.11
8012024-08-10T22:54:29.775Z Downloaded rayon v1.10.0
8022024-08-10T22:54:29.783Z Downloaded h2 v0.3.26
8032024-08-10T22:54:29.790Z Downloaded reedline v0.31.0
8042024-08-10T22:54:29.797Z Downloaded rustls-webpki v0.101.7
8052024-08-10T22:54:29.811Z Downloaded openssl v0.10.66
8062024-08-10T22:54:29.822Z Downloaded serde_with v3.8.3
8072024-08-10T22:54:29.829Z Downloaded gimli v0.28.1
8082024-08-10T22:54:29.837Z Downloaded hkdf v0.12.4
8092024-08-10T22:54:29.840Z Downloaded winnow v0.5.40
8102024-08-10T22:54:29.847Z Downloaded rustls-webpki v0.102.4
8112024-08-10T22:54:29.866Z Downloaded smoltcp v0.9.1
8122024-08-10T22:54:29.876Z Downloaded openapiv3 v2.0.0
8132024-08-10T22:54:29.887Z Downloaded idna v0.2.3
8142024-08-10T22:54:29.893Z Downloaded quick-xml v0.31.0
8152024-08-10T22:54:29.899Z Downloaded webpki-roots v0.25.4
8162024-08-10T22:54:29.902Z Downloaded hyper v0.14.30
8172024-08-10T22:54:29.910Z Downloaded curve25519-dalek v4.1.3
8182024-08-10T22:54:29.918Z Downloaded trust-dns-proto v0.22.0
8192024-08-10T22:54:29.930Z Downloaded rustls v0.21.12
8202024-08-10T22:54:29.941Z Downloaded regex-syntax v0.6.29
8212024-08-10T22:54:29.948Z Downloaded bstr v0.2.17
8222024-08-10T22:54:29.957Z Downloaded radix_trie v0.2.1
8232024-08-10T22:54:29.962Z Downloaded regex-syntax v0.8.3
8242024-08-10T22:54:29.971Z Downloaded polar-core v0.27.3
8252024-08-10T22:54:29.978Z Downloaded bstr v1.9.1
8262024-08-10T22:54:29.989Z Downloaded regress v0.9.1
8272024-08-10T22:54:29.997Z Downloaded sled v0.34.7
8282024-08-10T22:54:30.006Z Downloaded smoltcp v0.11.0
8292024-08-10T22:54:30.018Z Downloaded zerocopy-derive v0.6.6
8302024-08-10T22:54:30.027Z Downloaded ratatui v0.28.0
8312024-08-10T22:54:30.045Z Downloaded rustls v0.22.4
8322024-08-10T22:54:30.057Z Downloaded diesel v2.2.2
8332024-08-10T22:54:30.075Z Downloaded bzip2-sys v0.1.11+1.0.8
8342024-08-10T22:54:30.088Z Downloaded finl_unicode v1.2.0
8352024-08-10T22:54:30.101Z Downloaded regex-automata v0.4.6
8362024-08-10T22:54:30.118Z Downloaded tokio v1.38.1
8372024-08-10T22:54:30.155Z Downloaded csv v1.3.0
8382024-08-10T22:54:30.175Z Downloaded sha3 v0.10.8
8392024-08-10T22:54:30.180Z Downloaded encoding_rs v0.8.34
8402024-08-10T22:54:30.201Z Downloaded petgraph v0.6.5
8412024-08-10T22:54:30.219Z Downloaded reqwest v0.11.27
8422024-08-10T22:54:30.226Z Downloaded regex v1.10.6
8432024-08-10T22:54:30.240Z Downloaded vcpkg v0.2.15
8442024-08-10T22:54:30.276Z Downloaded object v0.30.4
8452024-08-10T22:54:30.286Z Downloaded nix v0.27.1
8462024-08-10T22:54:30.296Z Downloaded chrono v0.4.38
8472024-08-10T22:54:30.303Z Downloaded object v0.32.2
8482024-08-10T22:54:30.314Z Downloaded nix v0.28.0
8492024-08-10T22:54:30.325Z Downloaded bitvec v1.0.1
8502024-08-10T22:54:30.340Z Downloaded time v0.3.36
8512024-08-10T22:54:30.347Z Downloaded bindgen v0.69.4
8522024-08-10T22:54:30.354Z Downloaded idna v0.5.0
8532024-08-10T22:54:30.361Z Downloaded proptest v1.5.0
8542024-08-10T22:54:30.370Z Downloaded tough v0.17.1
8552024-08-10T22:54:30.377Z Downloaded lalrpop v0.19.12
8562024-08-10T22:54:30.388Z Downloaded sqlparser v0.45.0
8572024-08-10T22:54:30.393Z Downloaded rand v0.8.5
8582024-08-10T22:54:30.397Z Downloaded x509-cert v0.2.5
8592024-08-10T22:54:30.402Z Downloaded heapless v0.7.17
8602024-08-10T22:54:30.406Z Downloaded deranged v0.3.11
8612024-08-10T22:54:30.409Z Downloaded heapless v0.8.0
8622024-08-10T22:54:30.411Z Downloaded subtle v2.5.0
8632024-08-10T22:54:30.414Z Downloaded rusty-fork v0.3.0
8642024-08-10T22:54:30.414Z Downloaded predicates-core v1.0.6
8652024-08-10T22:54:30.416Z Downloaded gethostname v0.5.0
8662024-08-10T22:54:30.416Z Downloaded powerfmt v0.2.0
8672024-08-10T22:54:30.416Z Downloaded postgres-types v0.2.7
8682024-08-10T22:54:30.419Z Downloaded tokio-rustls v0.25.0
8692024-08-10T22:54:30.421Z Downloaded serde_yaml v0.9.34+deprecated
8702024-08-10T22:54:30.424Z Downloaded serde-hex v0.1.0
8712024-08-10T22:54:30.426Z Downloaded home v0.5.9
8722024-08-10T22:54:30.426Z Downloaded futures-channel v0.3.30
8732024-08-10T22:54:30.429Z Downloaded ron v0.8.1
8742024-08-10T22:54:30.432Z Downloaded dirs-sys-next v0.1.2
8752024-08-10T22:54:30.435Z Downloaded itertools v0.13.0
8762024-08-10T22:54:30.440Z Downloaded rustls-pemfile v2.1.3
8772024-08-10T22:54:30.443Z Downloaded sync_wrapper v0.1.2
8782024-08-10T22:54:30.445Z Downloaded getopts v0.2.21
8792024-08-10T22:54:30.445Z Downloaded slog-dtrace v0.3.0
8802024-08-10T22:54:30.448Z Downloaded hubpack v0.1.2
8812024-08-10T22:54:30.448Z Downloaded httpdate v1.0.3
8822024-08-10T22:54:30.448Z Downloaded hostname v0.3.1
8832024-08-10T22:54:30.450Z Downloaded rand_core v0.6.4
8842024-08-10T22:54:30.450Z Downloaded pkcs8 v0.10.2
8852024-08-10T22:54:30.453Z Downloaded globset v0.4.14
8862024-08-10T22:54:30.456Z Downloaded rand_seeder v0.3.0
8872024-08-10T22:54:30.456Z Downloaded zeroize v1.7.0
8882024-08-10T22:54:30.458Z Downloaded crossterm v0.27.0
8892024-08-10T22:54:30.464Z Downloaded filetime v0.2.23
8902024-08-10T22:54:30.467Z Downloaded half v2.4.1
8912024-08-10T22:54:30.470Z Downloaded crypto-bigint v0.5.5
8922024-08-10T22:54:30.474Z Downloaded base64 v0.21.7
8932024-08-10T22:54:30.478Z Downloaded fd-lock v4.0.2
8942024-08-10T22:54:30.480Z Downloaded hyper-staticfile v0.9.5
8952024-08-10T22:54:30.484Z Downloaded smallvec v1.13.2
8962024-08-10T22:54:30.484Z Downloaded spin v0.9.8
8972024-08-10T22:54:30.486Z Downloaded display-error-chain v0.2.0
8982024-08-10T22:54:30.489Z Downloaded iana-time-zone v0.1.60
8992024-08-10T22:54:30.491Z Downloaded unsafe-libyaml v0.2.11
9002024-08-10T22:54:30.494Z Downloaded itertools v0.10.5
9012024-08-10T22:54:30.498Z Downloaded crossbeam-channel v0.5.12
9022024-08-10T22:54:30.502Z Downloaded cc v1.0.97
9032024-08-10T22:54:30.505Z Downloaded phf v0.11.2
9042024-08-10T22:54:30.508Z Downloaded futures-macro v0.3.30
9052024-08-10T22:54:30.508Z Downloaded futures-io v0.3.30
9062024-08-10T22:54:30.510Z Downloaded hostname v0.4.0
9072024-08-10T22:54:30.510Z Downloaded password-hash v0.5.0
9082024-08-10T22:54:30.513Z Downloaded pin-project-lite v0.2.14
9092024-08-10T22:54:30.515Z Downloaded num-bigint v0.4.5
9102024-08-10T22:54:30.521Z Downloaded strip-ansi-escapes v0.2.0
9112024-08-10T22:54:30.523Z Downloaded thiserror-no-std v2.0.2
9122024-08-10T22:54:30.526Z Downloaded tracing-attributes v0.1.27
9132024-08-10T22:54:30.528Z Downloaded schemars v0.8.21
9142024-08-10T22:54:30.537Z Downloaded vte v0.11.1
9152024-08-10T22:54:30.540Z Downloaded termios v0.3.3
9162024-08-10T22:54:30.542Z Downloaded tungstenite v0.21.0
9172024-08-10T22:54:30.545Z Downloaded num-bigint-dig v0.8.4
9182024-08-10T22:54:30.548Z Downloaded mio v0.8.11
9192024-08-10T22:54:30.554Z Downloaded minimal-lexical v0.2.1
9202024-08-10T22:54:30.557Z Downloaded bytes v1.7.1
9212024-08-10T22:54:30.561Z Downloaded smawk v0.3.2
9222024-08-10T22:54:30.564Z Downloaded fragile v2.0.0
9232024-08-10T22:54:30.566Z Downloaded rustc_version v0.4.0
9242024-08-10T22:54:30.566Z Downloaded rustc_version v0.1.7
9252024-08-10T22:54:30.566Z Downloaded mio v1.0.1
9262024-08-10T22:54:30.571Z Downloaded base64 v0.22.1
9272024-08-10T22:54:30.577Z Downloaded crossbeam-utils v0.8.19
9282024-08-10T22:54:30.580Z Downloaded ring v0.17.8
9292024-08-10T22:54:30.650Z Downloaded time-macros v0.2.18
9302024-08-10T22:54:30.652Z Downloaded crc-any v2.5.0
9312024-08-10T22:54:30.654Z Downloaded hash32 v0.2.1
9322024-08-10T22:54:30.655Z Downloaded slog-scope v4.4.0
9332024-08-10T22:54:30.657Z Downloaded tower-service v0.3.2
9342024-08-10T22:54:30.658Z Downloaded sigpipe v0.1.3
9352024-08-10T22:54:30.660Z Downloaded bcs v0.1.6
9362024-08-10T22:54:30.660Z Downloaded untrusted v0.7.1
9372024-08-10T22:54:30.660Z Downloaded universal-hash v0.5.1
9382024-08-10T22:54:30.663Z Downloaded toml v0.5.11
9392024-08-10T22:54:30.663Z Downloaded blake2 v0.10.6
9402024-08-10T22:54:30.665Z Downloaded subprocess v0.2.9
9412024-08-10T22:54:30.668Z Downloaded thiserror-impl-no-std v2.0.2
9422024-08-10T22:54:30.671Z Downloaded serde_with_macros v3.8.3
9432024-08-10T22:54:30.671Z Downloaded clang-sys v1.7.0
9442024-08-10T22:54:30.673Z Downloaded base64 v0.13.1
9452024-08-10T22:54:30.676Z Downloaded ena v0.14.3
9462024-08-10T22:54:30.678Z Downloaded embedded-io v0.4.0
9472024-08-10T22:54:30.681Z Downloaded either v1.13.0
9482024-08-10T22:54:30.681Z Downloaded ring v0.16.20
9492024-08-10T22:54:30.761Z Downloaded omicron-zone-package v0.11.0
9502024-08-10T22:54:30.764Z Downloaded serde_plain v1.0.2
9512024-08-10T22:54:30.766Z Downloaded scheduled-thread-pool v0.2.7
9522024-08-10T22:54:30.766Z Downloaded num-traits v0.2.19
9532024-08-10T22:54:30.769Z Downloaded zone_cfg_derive v0.1.2
9542024-08-10T22:54:30.769Z Downloaded crc32fast v1.4.0
9552024-08-10T22:54:30.771Z Downloaded proc-macro-crate v1.3.1
9562024-08-10T22:54:30.771Z Downloaded console v0.15.8
9572024-08-10T22:54:30.774Z Downloaded bitfield v0.14.0
9582024-08-10T22:54:30.776Z Downloaded cookie v0.18.1
9592024-08-10T22:54:30.779Z Downloaded base64ct v1.6.0
9602024-08-10T22:54:30.781Z Downloaded async-trait v0.1.81
9612024-08-10T22:54:30.784Z Downloaded backoff v0.4.0
9622024-08-10T22:54:30.784Z Downloaded vte_generate_state_changes v0.1.1
9632024-08-10T22:54:30.787Z Downloaded defmt-macros v0.3.9
9642024-08-10T22:54:30.789Z Downloaded debug-ignore v1.0.5
9652024-08-10T22:54:30.789Z Downloaded mime v0.3.17
9662024-08-10T22:54:30.792Z Downloaded csv-core v0.1.11
9672024-08-10T22:54:30.792Z Downloaded bzip2 v0.4.4
9682024-08-10T22:54:30.794Z Downloaded ahash v0.8.11
9692024-08-10T22:54:30.796Z Downloaded lru v0.12.3
9702024-08-10T22:54:30.797Z Downloaded linked-hash-map v0.5.6
9712024-08-10T22:54:30.797Z Downloaded cancel-safe-futures v0.1.5
9722024-08-10T22:54:30.799Z Downloaded try-lock v0.2.5
9732024-08-10T22:54:30.802Z Downloaded indicatif v0.17.8
9742024-08-10T22:54:30.805Z Downloaded mockall_derive v0.13.0
9752024-08-10T22:54:30.807Z Downloaded lock_api v0.4.12
9762024-08-10T22:54:30.807Z Downloaded linear-map v1.2.0
9772024-08-10T22:54:30.810Z Downloaded bitflags v1.3.2
9782024-08-10T22:54:30.812Z Downloaded array-init v0.0.4
9792024-08-10T22:54:30.812Z Downloaded aead v0.5.2
9802024-08-10T22:54:30.812Z Downloaded instability v0.3.2
9812024-08-10T22:54:30.815Z Downloaded num v0.4.3
9822024-08-10T22:54:30.815Z Downloaded newtype-uuid v1.1.0
9832024-08-10T22:54:30.817Z Downloaded multimap v0.10.0
9842024-08-10T22:54:30.817Z Downloaded kstat-rs v0.2.4
9852024-08-10T22:54:30.817Z Downloaded chacha20 v0.9.1
9862024-08-10T22:54:30.820Z Downloaded cexpr v0.6.0
9872024-08-10T22:54:30.820Z Downloaded block-padding v0.3.3
9882024-08-10T22:54:30.823Z Downloaded bitfield-struct v0.6.1
9892024-08-10T22:54:30.823Z Downloaded ascii-canvas v3.0.0
9902024-08-10T22:54:30.823Z Downloaded lalrpop-util v0.19.12
9912024-08-10T22:54:30.825Z Downloaded keccak v0.1.5
9922024-08-10T22:54:30.825Z Downloaded crc v3.2.1
9932024-08-10T22:54:30.828Z Downloaded convert_case v0.4.0
9942024-08-10T22:54:30.828Z Downloaded ciborium-ll v0.2.2
9952024-08-10T22:54:30.830Z Downloaded buf-list v1.0.3
9962024-08-10T22:54:30.830Z Downloaded bit-vec v0.6.3
9972024-08-10T22:54:30.833Z Downloaded impl-trait-for-tuples v0.2.2
9982024-08-10T22:54:30.836Z Downloaded defmt-parser v0.3.4
9992024-08-10T22:54:30.836Z Downloaded castaway v0.2.3
10002024-08-10T22:54:30.916Z Compiling cfg-if v1.0.0
10012024-08-10T22:54:30.916Z Compiling serde v1.0.205
10022024-08-10T22:54:30.919Z Compiling lock_api v0.4.12
10032024-08-10T22:54:30.919Z Compiling scopeguard v1.2.0
10042024-08-10T22:54:31.065Z Compiling log v0.4.21
10052024-08-10T22:54:31.087Z Compiling syn v2.0.72
10062024-08-10T22:54:31.090Z Compiling cc v1.0.97
10072024-08-10T22:54:31.090Z Compiling typenum v1.17.0
10082024-08-10T22:54:31.144Z Compiling getrandom v0.2.14
10092024-08-10T22:54:31.198Z Compiling generic-array v0.14.7
10102024-08-10T22:54:31.498Z Compiling rand_core v0.6.4
10112024-08-10T22:54:31.515Z Compiling pin-project-lite v0.2.14
10122024-08-10T22:54:31.624Z Compiling parking_lot_core v0.9.10
10132024-08-10T22:54:31.639Z Compiling smallvec v1.13.2
10142024-08-10T22:54:31.668Z Compiling signal-hook-registry v1.4.2
10152024-08-10T22:54:31.895Z Compiling spin v0.9.8
10162024-08-10T22:54:32.024Z Compiling mio v0.8.11
10172024-08-10T22:54:32.042Z Compiling ahash v0.8.11
10182024-08-10T22:54:32.266Z Compiling tinyvec_macros v0.1.1
10192024-08-10T22:54:32.353Z Compiling tinyvec v1.6.0
10202024-08-10T22:54:32.427Z Compiling num_cpus v1.16.0
10212024-08-10T22:54:32.445Z Compiling socket2 v0.5.7
10222024-08-10T22:54:32.544Z Compiling parking_lot v0.12.2
10232024-08-10T22:54:32.719Z Compiling const-oid v0.9.6
10242024-08-10T22:54:33.448Z Compiling subtle v2.5.0
10252024-08-10T22:54:33.509Z Compiling serde_json v1.0.122
10262024-08-10T22:54:33.550Z Compiling futures-core v0.3.30
10272024-08-10T22:54:33.789Z Compiling libm v0.2.8
10282024-08-10T22:54:33.808Z Compiling num-traits v0.2.19
10292024-08-10T22:54:33.824Z Compiling slab v0.4.9
10302024-08-10T22:54:33.867Z Compiling unicode-bidi v0.3.15
10312024-08-10T22:54:33.954Z Compiling unicode-normalization v0.1.23
10322024-08-10T22:54:34.099Z Compiling futures-sink v0.3.30
10332024-08-10T22:54:34.122Z Compiling allocator-api2 v0.2.18
10342024-08-10T22:54:34.758Z Compiling futures-channel v0.3.30
10352024-08-10T22:54:34.815Z Compiling futures-io v0.3.30
10362024-08-10T22:54:34.950Z Compiling pin-utils v0.1.0
10372024-08-10T22:54:34.968Z Compiling futures-task v0.3.30
10382024-08-10T22:54:35.045Z Compiling vcpkg v0.2.15
10392024-08-10T22:54:35.126Z Compiling pkg-config v0.3.30
10402024-08-10T22:54:35.129Z Compiling ring v0.17.8
10412024-08-10T22:54:35.161Z Compiling percent-encoding v2.3.1
10422024-08-10T22:54:35.496Z Compiling ppv-lite86 v0.2.17
10432024-08-10T22:54:35.547Z Compiling tracing-core v0.1.32
10442024-08-10T22:54:35.721Z Compiling untrusted v0.9.0
10452024-08-10T22:54:35.891Z Compiling time-core v0.1.2
10462024-08-10T22:54:36.054Z Compiling powerfmt v0.2.0
10472024-08-10T22:54:36.370Z Compiling rand_chacha v0.3.1
10482024-08-10T22:54:36.487Z Compiling syn v1.0.109
10492024-08-10T22:54:36.769Z Compiling rustix v0.38.34
10502024-08-10T22:54:36.916Z Compiling num-conv v0.1.0
10512024-08-10T22:54:37.163Z Compiling rand v0.8.5
10522024-08-10T22:54:37.181Z Compiling time-macros v0.2.18
10532024-08-10T22:54:37.205Z Compiling openssl-sys v0.9.103
10542024-08-10T22:54:37.368Z Compiling deranged v0.3.11
10552024-08-10T22:54:37.603Z Compiling rustversion v1.0.17
10562024-08-10T22:54:38.349Z Compiling openssl v0.10.66
10572024-08-10T22:54:38.494Z Compiling num_threads v0.1.7
10582024-08-10T22:54:38.607Z Compiling httparse v1.8.0
10592024-08-10T22:54:38.719Z Compiling foreign-types-shared v0.1.1
10602024-08-10T22:54:38.759Z Compiling base64ct v1.6.0
10612024-08-10T22:54:38.818Z Compiling foreign-types v0.3.2
10622024-08-10T22:54:39.015Z Compiling form_urlencoded v1.2.1
10632024-08-10T22:54:39.140Z Compiling rustls v0.21.12
10642024-08-10T22:54:39.274Z Compiling pem-rfc7468 v0.7.0
10652024-08-10T22:54:39.319Z Compiling siphasher v0.3.11
10662024-08-10T22:54:39.407Z Compiling crossbeam-utils v0.8.19
10672024-08-10T22:54:39.668Z Compiling try-lock v0.2.5
10682024-08-10T22:54:39.809Z Compiling native-tls v0.2.11
10692024-08-10T22:54:39.954Z Compiling flagset v0.4.5
10702024-08-10T22:54:40.043Z Compiling want v0.3.1
10712024-08-10T22:54:40.172Z Compiling idna v0.5.0
10722024-08-10T22:54:40.236Z Compiling time v0.3.36
10732024-08-10T22:54:40.301Z Compiling lazy_static v1.5.0
10742024-08-10T22:54:40.410Z Compiling aho-corasick v1.1.3
10752024-08-10T22:54:40.785Z Compiling cookie v0.17.0
10762024-08-10T22:54:41.066Z Compiling slog v2.7.0
10772024-08-10T22:54:41.448Z Compiling cpufeatures v0.2.12
10782024-08-10T22:54:41.551Z Compiling finl_unicode v1.2.0
10792024-08-10T22:54:41.610Z Compiling adler v1.0.2
10802024-08-10T22:54:41.689Z Compiling iana-time-zone v0.1.60
10812024-08-10T22:54:41.820Z Compiling openssl-probe v0.1.5
10822024-08-10T22:54:42.122Z Compiling tower-service v0.3.2
10832024-08-10T22:54:42.139Z Compiling httpdate v1.0.3
10842024-08-10T22:54:42.155Z Compiling regex-syntax v0.8.3
10852024-08-10T22:54:42.239Z Compiling stringprep v0.1.4
10862024-08-10T22:54:42.588Z Compiling miniz_oxide v0.7.2
10872024-08-10T22:54:43.613Z Compiling url v2.5.2
10882024-08-10T22:54:45.179Z Compiling serde_derive v1.0.205
10892024-08-10T22:54:45.317Z Compiling zeroize_derive v1.4.2
10902024-08-10T22:54:45.406Z Compiling zerocopy-derive v0.7.34
10912024-08-10T22:54:45.423Z Compiling tokio-macros v2.3.0
10922024-08-10T22:54:45.812Z Compiling thiserror-impl v1.0.63
10932024-08-10T22:54:46.874Z Compiling futures-macro v0.3.30
10942024-08-10T22:54:46.920Z Compiling zeroize v1.7.0
10952024-08-10T22:54:47.070Z Compiling scroll_derive v0.12.0
10962024-08-10T22:54:47.667Z Compiling zerocopy v0.7.34
10972024-08-10T22:54:48.584Z Compiling tracing-attributes v0.1.27
10982024-08-10T22:54:48.667Z Compiling scroll v0.12.0
10992024-08-10T22:54:48.754Z Compiling crypto-common v0.1.6
11002024-08-10T22:54:48.866Z Compiling futures-util v0.3.30
11012024-08-10T22:54:48.989Z Compiling block-buffer v0.10.4
11022024-08-10T22:54:49.169Z Compiling thiserror v1.0.63
11032024-08-10T22:54:49.200Z Compiling goblin v0.8.2
11042024-08-10T22:54:49.302Z Compiling pest v2.7.10
11052024-08-10T22:54:49.330Z Compiling digest v0.10.7
11062024-08-10T22:54:49.792Z Compiling hashbrown v0.14.5
11072024-08-10T22:54:49.872Z Compiling hmac v0.12.1
11082024-08-10T22:54:50.101Z Compiling der_derive v0.7.2
11092024-08-10T22:54:51.164Z Compiling openssl-macros v0.1.1
11102024-08-10T22:54:51.949Z Compiling pest_meta v2.7.10
11112024-08-10T22:54:52.331Z Compiling sct v0.7.1
11122024-08-10T22:54:52.352Z Compiling tracing v0.1.40
11132024-08-10T22:54:52.616Z Compiling der v0.7.9
11142024-08-10T22:54:52.649Z Compiling rustls-webpki v0.101.7
11152024-08-10T22:54:52.848Z Compiling sha2 v0.10.8
11162024-08-10T22:54:52.868Z Compiling md-5 v0.10.6
11172024-08-10T22:54:53.109Z Compiling pest_generator v2.7.10
11182024-08-10T22:54:55.006Z Compiling spki v0.7.3
11192024-08-10T22:54:55.131Z Compiling regex-automata v0.4.6
11202024-08-10T22:54:55.386Z Compiling num-integer v0.1.46
11212024-08-10T22:54:55.891Z Compiling idna v0.3.0
11222024-08-10T22:54:56.208Z Compiling backtrace v0.3.71
11232024-08-10T22:54:56.483Z Compiling hash32 v0.2.1
11242024-08-10T22:54:56.683Z Compiling fallible-iterator v0.2.0
11252024-08-10T22:54:56.854Z Compiling gimli v0.28.1
11262024-08-10T22:54:56.952Z Compiling pest_derive v2.7.10
11272024-08-10T22:54:57.368Z Compiling signal-hook v0.3.17
11282024-08-10T22:54:57.456Z Compiling stable_deref_trait v1.2.0
11292024-08-10T22:54:57.552Z Compiling base64 v0.22.1
11302024-08-10T22:54:57.647Z Compiling smoltcp v0.9.1
11312024-08-10T22:54:57.736Z Compiling dtrace-parser v0.2.0
11322024-08-10T22:54:58.352Z Compiling psl-types v2.0.11
11332024-08-10T22:54:58.409Z Compiling crc32fast v1.4.0
11342024-08-10T22:54:58.549Z Compiling publicsuffix v2.2.3
11352024-08-10T22:54:58.890Z Compiling pkcs8 v0.10.2
11362024-08-10T22:54:59.003Z Compiling hubpack_derive v0.1.1
11372024-08-10T22:54:59.437Z Compiling bytes v1.7.1
11382024-08-10T22:54:59.489Z Compiling bitflags v2.6.0
11392024-08-10T22:54:59.892Z Compiling indexmap v2.3.0
11402024-08-10T22:54:59.896Z Compiling semver v1.0.23
11412024-08-10T22:55:00.629Z Compiling tokio v1.38.1
11422024-08-10T22:55:00.707Z Compiling http v0.2.12
11432024-08-10T22:55:01.328Z Compiling rustc_version v0.4.0
11442024-08-10T22:55:01.889Z Compiling dof v0.3.0
11452024-08-10T22:55:02.115Z Compiling heapless v0.7.17
11462024-08-10T22:55:02.570Z Compiling http-body v0.4.6
11472024-08-10T22:55:02.897Z Compiling uuid v1.10.0
11482024-08-10T22:55:03.029Z Compiling usdt-impl v0.5.0
11492024-08-10T22:55:03.201Z Compiling chrono v0.4.38
11502024-08-10T22:55:03.220Z Compiling serde_tokenstream v0.2.1
11512024-08-10T22:55:03.785Z Compiling toml_datetime v0.6.8
11522024-08-10T22:55:04.058Z Compiling serde_spanned v0.6.7
11532024-08-10T22:55:04.281Z Compiling terminal_size v0.3.0
11542024-08-10T22:55:04.379Z Compiling addr2line v0.21.0
11552024-08-10T22:55:04.497Z Compiling postgres-protocol v0.6.7
11562024-08-10T22:55:04.644Z Compiling block-padding v0.3.3
11572024-08-10T22:55:04.894Z Compiling zerocopy-derive v0.6.6
11582024-08-10T22:55:05.026Z Compiling async-trait v0.1.81
11592024-08-10T22:55:06.553Z Compiling phf_shared v0.11.2
11602024-08-10T22:55:06.665Z Compiling serde_derive_internals v0.29.1
11612024-08-10T22:55:06.914Z Compiling ff v0.13.0
11622024-08-10T22:55:06.988Z Compiling object v0.32.2
11632024-08-10T22:55:07.074Z Compiling fs-err v2.11.0
11642024-08-10T22:55:07.133Z Compiling schemars v0.8.21
11652024-08-10T22:55:07.362Z Compiling base64 v0.21.7
11662024-08-10T22:55:07.473Z Compiling rustc-demangle v0.1.24
11672024-08-10T22:55:07.807Z Compiling either v1.13.0
11682024-08-10T22:55:07.931Z Compiling winnow v0.5.40
11692024-08-10T22:55:08.039Z Compiling matches v0.1.10
11702024-08-10T22:55:08.128Z Compiling regex-automata v0.1.10
11712024-08-10T22:55:08.215Z Compiling anyhow v1.0.86
11722024-08-10T22:55:08.463Z Compiling base16ct v0.2.0
11732024-08-10T22:55:08.645Z Compiling tokio-util v0.7.11
11742024-08-10T22:55:08.859Z Compiling tokio-rustls v0.24.1
11752024-08-10T22:55:09.270Z Compiling tokio-native-tls v0.3.1
11762024-08-10T22:55:09.366Z Compiling bitflags v1.3.2
11772024-08-10T22:55:09.447Z Compiling bit-vec v0.6.3
11782024-08-10T22:55:09.469Z Compiling ipnet v2.9.0
11792024-08-10T22:55:09.538Z Compiling managed v0.8.0
11802024-08-10T22:55:09.906Z Compiling h2 v0.3.26
11812024-08-10T22:55:09.973Z Compiling clap_builder v4.5.13
11822024-08-10T22:55:10.677Z Compiling schemars_derive v0.8.21
11832024-08-10T22:55:11.444Z Compiling toml_edit v0.19.15
11842024-08-10T22:55:11.953Z Compiling sec1 v0.7.3
11852024-08-10T22:55:12.153Z Compiling bstr v0.2.17
11862024-08-10T22:55:12.541Z Compiling idna v0.2.3
11872024-08-10T22:55:14.020Z Compiling rustls-pemfile v1.0.4
11882024-08-10T22:55:14.221Z Compiling group v0.13.0
11892024-08-10T22:55:14.293Z Compiling zerocopy v0.6.6
11902024-08-10T22:55:14.441Z Compiling phf v0.11.2
11912024-08-10T22:55:14.540Z Compiling cookie_store v0.20.0
11922024-08-10T22:55:14.724Z Compiling postgres-types v0.2.7
11932024-08-10T22:55:15.135Z Compiling inout v0.1.3
11942024-08-10T22:55:15.408Z Compiling usdt-macro v0.5.0
11952024-08-10T22:55:15.820Z Compiling usdt-attr-macro v0.5.0
11962024-08-10T22:55:16.014Z Compiling regex v1.10.6
11972024-08-10T22:55:16.233Z Compiling hubpack v0.1.2
11982024-08-10T22:55:16.687Z Compiling serde_urlencoded v0.7.1
11992024-08-10T22:55:16.883Z Compiling hyper v0.14.30
12002024-08-10T22:55:17.179Z Compiling num-bigint v0.4.5
12012024-08-10T22:55:17.365Z Compiling futures-executor v0.3.30
12022024-08-10T22:55:17.427Z Compiling enum-as-inner v0.5.1
12032024-08-10T22:55:17.920Z Compiling hkdf v0.12.4
12042024-08-10T22:55:17.995Z Compiling crypto-bigint v0.5.5
12052024-08-10T22:55:18.172Z Compiling serde_repr v0.1.19
12062024-08-10T22:55:18.530Z Compiling clap_derive v4.5.13
12072024-08-10T22:55:19.214Z Compiling strum_macros v0.25.3
12082024-08-10T22:55:19.276Z Compiling phf_shared v0.10.0
12092024-08-10T22:55:19.431Z Compiling float-cmp v0.9.0
12102024-08-10T22:55:19.638Z Compiling mio v1.0.1
12112024-08-10T22:55:19.661Z Compiling encoding_rs v0.8.34
12122024-08-10T22:55:20.468Z Compiling new_debug_unreachable v1.0.6
12132024-08-10T22:55:20.532Z Compiling webpki-roots v0.25.4
12142024-08-10T22:55:20.699Z Compiling normalize-line-endings v0.3.0
12152024-08-10T22:55:20.823Z Compiling predicates-core v1.0.6
12162024-08-10T22:55:20.832Z Compiling precomputed-hash v0.1.1
12172024-08-10T22:55:20.938Z Compiling static_assertions v1.1.0
12182024-08-10T22:55:21.041Z Compiling minimal-lexical v0.2.1
12192024-08-10T22:55:21.207Z Compiling mime v0.3.17
12202024-08-10T22:55:21.559Z Compiling data-encoding v2.6.0
12212024-08-10T22:55:21.826Z Compiling fixedbitset v0.4.2
12222024-08-10T22:55:22.301Z Compiling whoami v1.5.1
12232024-08-10T22:55:22.936Z Compiling sync_wrapper v0.1.2
12242024-08-10T22:55:23.059Z Compiling dyn-clone v1.0.17
12252024-08-10T22:55:23.220Z Compiling unicode-segmentation v1.11.0
12262024-08-10T22:55:23.314Z Compiling difflib v0.4.0
12272024-08-10T22:55:23.529Z Compiling hyper-tls v0.5.0
12282024-08-10T22:55:23.891Z Compiling hyper-rustls v0.24.2
12292024-08-10T22:55:23.975Z Compiling similar v2.5.0
12302024-08-10T22:55:24.017Z Compiling predicates v3.1.2
12312024-08-10T22:55:24.082Z Compiling clap v4.5.13
12322024-08-10T22:55:24.085Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12332024-08-10T22:55:24.210Z Compiling reqwest v0.11.27
12342024-08-10T22:55:24.898Z Compiling toml_edit v0.22.20
12352024-08-10T22:55:25.744Z Compiling tokio-postgres v0.7.11
12362024-08-10T22:55:26.494Z Compiling trust-dns-proto v0.22.0
12372024-08-10T22:55:26.562Z Compiling petgraph v0.6.5
12382024-08-10T22:55:28.217Z Compiling nom v7.1.3
12392024-08-10T22:55:28.220Z Compiling string_cache v0.8.7
12402024-08-10T22:55:28.621Z Compiling elliptic-curve v0.13.8
12412024-08-10T22:55:29.472Z Compiling console v0.15.8
12422024-08-10T22:55:30.477Z Compiling usdt v0.5.0
12432024-08-10T22:55:30.596Z Compiling signal-hook-mio v0.2.4
12442024-08-10T22:55:30.770Z Compiling yasna v0.5.2
12452024-08-10T22:55:30.965Z Compiling futures v0.3.30
12462024-08-10T22:55:30.968Z Compiling flate2 v1.0.31
12472024-08-10T22:55:31.087Z Compiling cipher v0.4.4
12482024-08-10T22:55:31.297Z Compiling toml v0.7.8
12492024-08-10T22:55:31.911Z Compiling bit-set v0.5.3
12502024-08-10T22:55:32.196Z Compiling tokio-stream v0.1.15
12512024-08-10T22:55:32.474Z Compiling itertools v0.10.5
12522024-08-10T22:55:32.574Z Compiling itertools v0.12.1
12532024-08-10T22:55:32.620Z Compiling openapiv3 v2.0.0
12542024-08-10T22:55:32.999Z Compiling bstr v1.9.1
12552024-08-10T22:55:33.017Z Compiling hex v0.4.3
12562024-08-10T22:55:33.133Z Compiling num-iter v0.1.45
12572024-08-10T22:55:33.353Z Compiling crossbeam-epoch v0.9.18
12582024-08-10T22:55:33.581Z Compiling dirs-sys-next v0.1.2
12592024-08-10T22:55:34.135Z Compiling lalrpop-util v0.19.12
12602024-08-10T22:55:34.212Z Compiling peg-runtime v0.8.3
12612024-08-10T22:55:34.479Z Compiling unicode-xid v0.2.4
12622024-08-10T22:55:34.656Z Compiling dirs-next v2.0.0
12632024-08-10T22:55:34.784Z Compiling thread_local v1.1.8
12642024-08-10T22:55:34.787Z Compiling slog-async v2.8.0
12652024-08-10T22:55:34.827Z Compiling term v0.7.0
12662024-08-10T22:55:34.845Z Compiling xattr v1.3.1
12672024-08-10T22:55:35.108Z Compiling strum_macros v0.26.4
12682024-08-10T22:55:35.276Z Compiling crossbeam-channel v0.5.12
12692024-08-10T22:55:35.314Z Compiling filetime v0.2.23
12702024-08-10T22:55:35.409Z Compiling is-terminal v0.4.12
12712024-08-10T22:55:35.537Z Compiling take_mut v0.2.2
12722024-08-10T22:55:35.626Z Compiling slog-term v2.9.1
12732024-08-10T22:55:35.654Z Compiling tar v0.4.41
12742024-08-10T22:55:35.683Z Compiling camino v1.1.7
12752024-08-10T22:55:37.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12762024-08-10T22:55:38.319Z Compiling strum v0.26.3
12772024-08-10T22:55:38.398Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12782024-08-10T22:55:43.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
12792024-08-10T22:55:43.761Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12802024-08-10T22:55:43.805ZAug 10 22:55:42.898 INFO Starting download, target: Clickhouse
12812024-08-10T22:55:43.805ZAug 10 22:55:42.898 INFO Starting download, target: Cockroach
12822024-08-10T22:55:43.805ZAug 10 22:55:42.898 INFO Starting download, target: Console
12832024-08-10T22:55:43.805ZAug 10 22:55:42.898 INFO Starting download, target: DendriteOpenapi
12842024-08-10T22:55:43.805ZAug 10 22:55:42.898 INFO Starting download, target: DendriteStub
12852024-08-10T22:55:43.808ZAug 10 22:55:42.898 INFO Starting download, target: MaghemiteMgd
12862024-08-10T22:55:43.808ZAug 10 22:55:42.898 INFO Starting download, target: TransceiverControl
12872024-08-10T22:55:43.808ZAug 10 22:55:42.899 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12882024-08-10T22:55:43.808ZAug 10 22:55:42.899 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12892024-08-10T22:55:43.808ZAug 10 22:55:42.899 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12902024-08-10T22:55:43.808ZAug 10 22:55:42.899 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12912024-08-10T22:55:43.808ZAug 10 22:55:42.899 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12922024-08-10T22:55:43.808ZAug 10 22:55:42.899 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12932024-08-10T22:55:43.808ZAug 10 22:55:42.899 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12942024-08-10T22:55:43.974ZAug 10 22:55:43.061 INFO Download complete, target: DendriteOpenapi
12952024-08-10T22:55:44.103ZAug 10 22:55:43.195 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12962024-08-10T22:55:44.319ZAug 10 22:55:43.412 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12972024-08-10T22:55:44.428ZAug 10 22:55:43.520 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
12982024-08-10T22:55:44.638ZAug 10 22:55:43.731 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
12992024-08-10T22:55:44.840ZAug 10 22:55:43.933 INFO Download complete, target: Console
13002024-08-10T22:55:44.904ZAug 10 22:55:43.996 INFO Download complete, target: TransceiverControl
13012024-08-10T22:55:45.783ZAug 10 22:55:44.876 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13022024-08-10T22:55:45.827ZAug 10 22:55:44.920 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13032024-08-10T22:55:45.827ZAug 10 22:55:44.920 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13042024-08-10T22:55:47.331ZAug 10 22:55:46.423 INFO Download complete, target: DendriteStub
13052024-08-10T22:55:47.784ZAug 10 22:55:46.876 INFO Download complete, target: MaghemiteMgd
13062024-08-10T22:55:53.923ZAug 10 22:55:53.015 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13072024-08-10T22:55:54.257ZAug 10 22:55:53.348 INFO Checking that binary works, target: Cockroach
13082024-08-10T22:55:54.412ZAug 10 22:55:53.504 INFO Download complete, target: Cockroach
13092024-08-10T22:55:59.532ZAug 10 22:55:58.623 INFO Checking that binary works, target: Clickhouse
13102024-08-10T22:55:59.835ZAug 10 22:55:58.925 INFO Download complete, target: Clickhouse
13112024-08-10T22:55:59.842ZAll prerequisites installed successfully
13122024-08-10T22:55:59.845Z
13132024-08-10T22:55:59.845Zreal 3:30.621132312
13142024-08-10T22:55:59.845Zuser 10:51.606873062
13152024-08-10T22:55:59.845Zsys 2:18.947359054
13162024-08-10T22:55:59.845Ztrap 0.407924906
13172024-08-10T22:55:59.845Ztflt 3.646053887
13182024-08-10T22:55:59.845Zdflt 5.513567052
13192024-08-10T22:55:59.845Zkflt 0.149128308
13202024-08-10T22:55:59.845Zlock 21:12.408044203
13212024-08-10T22:55:59.845Zslp 41:54.745400087
13222024-08-10T22:55:59.845Zlat 41.069801481
13232024-08-10T22:55:59.845Zstop 1:36.257430870
13242024-08-10T22:55:59.845Z+ source ./tools/include/force-git-over-https.sh
13252024-08-10T22:55:59.845Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13262024-08-10T22:55:59.845Z++ (( i = 0 ))
13272024-08-10T22:55:59.845Z++ (( i < 5 ))
13282024-08-10T22:55:59.845Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13292024-08-10T22:55:59.848Z++ (( i++ ))
13302024-08-10T22:55:59.848Z++ (( i < 5 ))
13312024-08-10T22:55:59.848Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13322024-08-10T22:55:59.851Z++ (( i++ ))
13332024-08-10T22:55:59.851Z++ (( i < 5 ))
13342024-08-10T22:55:59.851Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13352024-08-10T22:55:59.854Z++ (( i++ ))
13362024-08-10T22:55:59.854Z++ (( i < 5 ))
13372024-08-10T22:55:59.854Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13382024-08-10T22:55:59.858Z++ (( i++ ))
13392024-08-10T22:55:59.858Z++ (( i < 5 ))
13402024-08-10T22:55:59.858Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13412024-08-10T22:55:59.861Z++ (( i++ ))
13422024-08-10T22:55:59.861Z++ (( i < 5 ))
13432024-08-10T22:55:59.861Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13442024-08-10T22:55:59.861Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13452024-08-10T22:55:59.861Z+ rc=0
13462024-08-10T22:55:59.861Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13472024-08-10T22:56:33.997Z+ case $rc in
13482024-08-10T22:56:33.997Z+ pfexec zfs create -p rpool/images/build/host
13492024-08-10T22:56:34.166Z+ pfexec zfs create -p rpool/images/build/recovery
13502024-08-10T22:56:34.216Z+ cargo xtask releng --output-dir /work
13512024-08-10T22:56:34.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13522024-08-10T22:56:34.766Z Running `target/debug/xtask releng --output-dir /work`
13532024-08-10T22:56:35.604Z Compiling proc-macro2 v1.0.86
13542024-08-10T22:56:35.604Z Compiling unicode-ident v1.0.12
13552024-08-10T22:56:35.604Z Compiling libc v0.2.155
13562024-08-10T22:56:35.607Z Compiling serde v1.0.205
13572024-08-10T22:56:35.607Z Compiling autocfg v1.3.0
13582024-08-10T22:56:35.607Z Compiling version_check v0.9.5
13592024-08-10T22:56:35.607Z Compiling cfg-if v1.0.0
13602024-08-10T22:56:35.820Z Compiling cc v1.0.97
13612024-08-10T22:56:35.875Z Compiling memchr v2.7.2
13622024-08-10T22:56:36.312Z Compiling ahash v0.8.11
13632024-08-10T22:56:36.659Z Compiling lock_api v0.4.12
13642024-08-10T22:56:36.796Z Compiling libm v0.2.8
13652024-08-10T22:56:37.123Z Compiling serde_json v1.0.122
13662024-08-10T22:56:37.213Z Compiling num-traits v0.2.19
13672024-08-10T22:56:37.324Z Compiling quote v1.0.36
13682024-08-10T22:56:37.464Z Compiling typenum v1.17.0
13692024-08-10T22:56:37.523Z Compiling once_cell v1.19.0
13702024-08-10T22:56:37.913Z Compiling syn v2.0.72
13712024-08-10T22:56:37.915Z Compiling getrandom v0.2.14
13722024-08-10T22:56:38.014Z Compiling parking_lot_core v0.9.10
13732024-08-10T22:56:38.286Z Compiling generic-array v0.14.7
13742024-08-10T22:56:38.329Z Compiling byteorder v1.5.0
13752024-08-10T22:56:38.434Z Compiling scopeguard v1.2.0
13762024-08-10T22:56:38.556Z Compiling log v0.4.21
13772024-08-10T22:56:38.630Z Compiling thiserror v1.0.63
13782024-08-10T22:56:38.752Z Compiling itoa v1.0.11
13792024-08-10T22:56:38.958Z Compiling slab v0.4.9
13802024-08-10T22:56:38.988Z Compiling pkg-config v0.3.30
13812024-08-10T22:56:39.005Z Compiling ring v0.17.8
13822024-08-10T22:56:39.149Z Compiling semver v1.0.23
13832024-08-10T22:56:39.320Z Compiling ryu v1.0.18
13842024-08-10T22:56:39.346Z Compiling spin v0.9.8
13852024-08-10T22:56:39.496Z Compiling smallvec v1.13.2
13862024-08-10T22:56:39.613Z Compiling pin-project-lite v0.2.14
13872024-08-10T22:56:39.668Z Compiling vcpkg v0.2.15
13882024-08-10T22:56:39.814Z Compiling allocator-api2 v0.2.18
13892024-08-10T22:56:39.978Z Compiling rand_core v0.6.4
13902024-08-10T22:56:40.554Z Compiling num-conv v0.1.0
13912024-08-10T22:56:40.608Z Compiling time-core v0.1.2
13922024-08-10T22:56:40.823Z Compiling time-macros v0.2.18
13932024-08-10T22:56:41.297Z Compiling openssl-sys v0.9.103
13942024-08-10T22:56:41.782Z Compiling signal-hook-registry v1.4.2
13952024-08-10T22:56:42.161Z Compiling httparse v1.8.0
13962024-08-10T22:56:42.561Z Compiling heck v0.5.0
13972024-08-10T22:56:42.612Z Compiling rustix v0.38.34
13982024-08-10T22:56:43.047Z Compiling schemars v0.8.21
13992024-08-10T22:56:43.350Z Compiling parking_lot v0.12.2
14002024-08-10T22:56:43.473Z Compiling mio v0.8.11
14012024-08-10T22:56:43.632Z Compiling futures-core v0.3.30
14022024-08-10T22:56:43.938Z Compiling num_cpus v1.16.0
14032024-08-10T22:56:43.983Z Compiling socket2 v0.5.7
14042024-08-10T22:56:43.986Z Compiling openssl v0.10.66
14052024-08-10T22:56:44.145Z Compiling fnv v1.0.7
14062024-08-10T22:56:44.561Z Compiling subtle v2.5.0
14072024-08-10T22:56:44.861Z Compiling equivalent v1.0.1
14082024-08-10T22:56:44.888Z Compiling const-oid v0.9.6
14092024-08-10T22:56:45.357Z Compiling serde_derive_internals v0.29.1
14102024-08-10T22:56:45.520Z Compiling rustls v0.21.12
14112024-08-10T22:56:45.573Z Compiling syn v1.0.109
14122024-08-10T22:56:45.631Z Compiling native-tls v0.2.11
14132024-08-10T22:56:45.699Z Compiling tinyvec_macros v0.1.1
14142024-08-10T22:56:45.918Z Compiling tinyvec v1.6.0
14152024-08-10T22:56:46.304Z Compiling futures-sink v0.3.30
14162024-08-10T22:56:46.515Z Compiling crossbeam-utils v0.8.19
14172024-08-10T22:56:47.380Z Compiling cookie v0.17.0
14182024-08-10T22:56:47.596Z Compiling unicode-normalization v0.1.23
14192024-08-10T22:56:47.673Z Compiling ucd-trie v0.1.6
14202024-08-10T22:56:47.837Z Compiling iana-time-zone v0.1.60
14212024-08-10T22:56:48.646Z Compiling futures-channel v0.3.30
14222024-08-10T22:56:49.088Z Compiling unicode-bidi v0.3.15
14232024-08-10T22:56:49.412Z Compiling pin-utils v0.1.0
14242024-08-10T22:56:49.637Z Compiling futures-task v0.3.30
14252024-08-10T22:56:49.861Z Compiling futures-io v0.3.30
14262024-08-10T22:56:50.192Z Compiling slog v2.7.0
14272024-08-10T22:56:50.480Z Compiling untrusted v0.9.0
14282024-08-10T22:56:50.778Z Compiling serde_derive v1.0.205
14292024-08-10T22:56:50.815Z Compiling zerocopy-derive v0.7.34
14302024-08-10T22:56:50.913Z Compiling zeroize_derive v1.4.2
14312024-08-10T22:56:50.963Z Compiling tokio-macros v2.3.0
14322024-08-10T22:56:51.128Z Compiling thiserror-impl v1.0.63
14332024-08-10T22:56:52.176Z Compiling futures-macro v0.3.30
14342024-08-10T22:56:52.435Z Compiling zeroize v1.7.0
14352024-08-10T22:56:52.886Z Compiling zerocopy v0.7.34
14362024-08-10T22:56:53.010Z Compiling tracing-attributes v0.1.27
14372024-08-10T22:56:54.400Z Compiling schemars_derive v0.8.21
14382024-08-10T22:56:55.374Z Compiling hashbrown v0.14.5
14392024-08-10T22:56:56.578Z Compiling der_derive v0.7.2
14402024-08-10T22:56:56.909Z Compiling openssl-macros v0.1.1
14412024-08-10T22:56:56.955Z Compiling scroll_derive v0.12.0
14422024-08-10T22:56:57.370Z Compiling pest v2.7.10
14432024-08-10T22:56:57.544Z Compiling crypto-common v0.1.6
14442024-08-10T22:56:57.590Z Compiling futures-util v0.3.30
14452024-08-10T22:56:58.087Z Compiling block-buffer v0.10.4
14462024-08-10T22:56:58.358Z Compiling aho-corasick v1.1.3
14472024-08-10T22:56:58.927Z Compiling dyn-clone v1.0.17
14482024-08-10T22:56:59.162Z Compiling crc32fast v1.4.0
14492024-08-10T22:56:59.968Z Compiling powerfmt v0.2.0
14502024-08-10T22:57:00.481Z Compiling pest_meta v2.7.10
14512024-08-10T22:57:00.509Z Compiling regex-syntax v0.8.3
14522024-08-10T22:57:00.595Z Compiling deranged v0.3.11
14532024-08-10T22:57:02.933Z Compiling pest_generator v2.7.10
14542024-08-10T22:57:05.046Z Compiling regex-automata v0.4.6
14552024-08-10T22:57:05.074Z Compiling digest v0.10.7
14562024-08-10T22:57:05.149Z Compiling pest_derive v2.7.10
14572024-08-10T22:57:05.964Z Compiling bytes v1.7.1
14582024-08-10T22:57:06.442Z Compiling bitflags v2.6.0
14592024-08-10T22:57:07.120Z Compiling tokio v1.38.1
14602024-08-10T22:57:07.248Z Compiling indexmap v2.3.0
14612024-08-10T22:57:08.024Z Compiling serde_tokenstream v0.2.1
14622024-08-10T22:57:08.570Z Compiling uuid v1.10.0
14632024-08-10T22:57:09.386Z Compiling chrono v0.4.38
14642024-08-10T22:57:09.424Z Compiling http v0.2.12
14652024-08-10T22:57:10.710Z Compiling rustc_version v0.4.0
14662024-08-10T22:57:12.825Z Compiling usdt-impl v0.5.0
14672024-08-10T22:57:13.034Z Compiling heck v0.4.1
14682024-08-10T22:57:13.183Z Compiling num_threads v0.1.7
14692024-08-10T22:57:13.615Z Compiling percent-encoding v2.3.1
14702024-08-10T22:57:13.682Z Compiling time v0.3.36
14712024-08-10T22:57:13.782Z Compiling heapless v0.7.17
14722024-08-10T22:57:14.752Z Compiling scroll v0.12.0
14732024-08-10T22:57:15.292Z Compiling zerocopy-derive v0.6.6
14742024-08-10T22:57:16.895Z Compiling tracing-core v0.1.32
14752024-08-10T22:57:17.256Z Compiling backtrace v0.3.71
14762024-08-10T22:57:17.807Z Compiling errno v0.3.9
14772024-08-10T22:57:18.118Z Compiling plain v0.2.3
14782024-08-10T22:57:18.290Z Compiling ppv-lite86 v0.2.17
14792024-08-10T22:57:19.124Z Compiling rand_chacha v0.3.1
14802024-08-10T22:57:19.176Z Compiling goblin v0.8.2
14812024-08-10T22:57:19.353Z Compiling tracing v0.1.40
14822024-08-10T22:57:20.354Z Compiling tokio-util v0.7.11
14832024-08-10T22:57:20.385Z Compiling regex v1.10.6
14842024-08-10T22:57:21.515Z Compiling async-trait v0.1.81
14852024-08-10T22:57:22.634Z Compiling pretty-hex v0.4.1
14862024-08-10T22:57:23.018Z Compiling rustversion v1.0.17
14872024-08-10T22:57:23.290Z Compiling strsim v0.11.1
14882024-08-10T22:57:24.141Z Compiling rand v0.8.5
14892024-08-10T22:57:25.194Z Compiling form_urlencoded v1.2.1
14902024-08-10T22:57:25.784Z Compiling dof v0.3.0
14912024-08-10T22:57:25.915Z Compiling dtrace-parser v0.2.0
14922024-08-10T22:57:26.043Z Compiling thread-id v4.2.1
14932024-08-10T22:57:26.175Z Compiling signal-hook v0.3.17
14942024-08-10T22:57:26.357Z Compiling anyhow v1.0.86
14952024-08-10T22:57:26.591Z Compiling unicode-width v0.1.13
14962024-08-10T22:57:26.843Z Compiling try-lock v0.2.5
14972024-08-10T22:57:27.039Z Compiling smoltcp v0.9.1
14982024-08-10T22:57:27.103Z Compiling foreign-types-shared v0.1.1
14992024-08-10T22:57:27.255Z Compiling base64ct v1.6.0
15002024-08-10T22:57:27.784Z Compiling foreign-types v0.3.2
15012024-08-10T22:57:27.831Z Compiling pem-rfc7468 v0.7.0
15022024-08-10T22:57:28.064Z Compiling want v0.3.1
15032024-08-10T22:57:28.982Z Compiling h2 v0.3.26
15042024-08-10T22:57:29.742Z Compiling http-body v0.4.6
15052024-08-10T22:57:30.068Z Compiling hmac v0.12.1
15062024-08-10T22:57:30.228Z Compiling clap_derive v4.5.13
15072024-08-10T22:57:31.082Z Compiling flagset v0.4.5
15082024-08-10T22:57:31.127Z Compiling httpdate v1.0.3
15092024-08-10T22:57:31.312Z Compiling siphasher v0.3.11
15102024-08-10T22:57:31.911Z Compiling base64 v0.21.7
15112024-08-10T22:57:32.743Z Compiling tower-service v0.3.2
15122024-08-10T22:57:33.008Z Compiling der v0.7.9
15132024-08-10T22:57:37.974Z Compiling hyper v0.14.30
15142024-08-10T22:57:45.573Z Compiling sct v0.7.1
15152024-08-10T22:57:45.939Z Compiling rustls-webpki v0.101.7
15162024-08-10T22:57:47.907Z Compiling openapiv3 v2.0.0
15172024-08-10T22:57:48.367Z Compiling hubpack_derive v0.1.1
15182024-08-10T22:57:50.038Z Compiling idna v0.5.0
15192024-08-10T22:57:52.487Z Compiling lazy_static v1.5.0
15202024-08-10T22:57:52.896Z Compiling fs-err v2.11.0
15212024-08-10T22:57:53.090Z Compiling anstyle v1.0.8
15222024-08-10T22:57:53.268Z Compiling openssl-probe v0.1.5
15232024-08-10T22:57:53.469Z Compiling cpufeatures v0.2.12
15242024-08-10T22:57:53.605Z Compiling utf8parse v0.2.1
15252024-08-10T22:57:53.624Z Compiling finl_unicode v1.2.0
15262024-08-10T22:57:53.808Z Compiling adler v1.0.2
15272024-08-10T22:57:54.260Z Compiling miniz_oxide v0.7.2
15282024-08-10T22:57:54.360Z Compiling stringprep v0.1.4
15292024-08-10T22:57:55.484Z Compiling anstyle-parse v0.2.4
15302024-08-10T22:57:55.589Z Compiling sha2 v0.10.8
15312024-08-10T22:57:56.294Z Compiling url v2.5.2
15322024-08-10T22:57:58.894Z Compiling spki v0.7.3
15332024-08-10T22:57:59.368Z Compiling usdt-attr-macro v0.5.0
15342024-08-10T22:57:59.456Z Compiling usdt-macro v0.5.0
15352024-08-10T22:58:00.740Z Compiling md-5 v0.10.6
15362024-08-10T22:58:00.939Z Compiling serde_spanned v0.6.7
15372024-08-10T22:58:00.965Z Compiling toml_datetime v0.6.8
15382024-08-10T22:58:01.149Z Compiling regress v0.9.1
15392024-08-10T22:58:01.385Z Compiling idna v0.3.0
15402024-08-10T22:58:03.666Z Compiling num-integer v0.1.46
15412024-08-10T22:58:04.041Z Compiling hash32 v0.2.1
15422024-08-10T22:58:04.421Z Compiling encoding_rs v0.8.34
15432024-08-10T22:58:04.439Z Compiling anstyle-query v1.0.3
15442024-08-10T22:58:04.579Z Compiling fallible-iterator v0.2.0
15452024-08-10T22:58:04.662Z Compiling gimli v0.28.1
15462024-08-10T22:58:05.304Z Compiling mime v0.3.17
15472024-08-10T22:58:05.653Z Compiling base64 v0.22.1
15482024-08-10T22:58:06.078Z Compiling colorchoice v1.0.1
15492024-08-10T22:58:06.240Z Compiling stable_deref_trait v1.2.0
15502024-08-10T22:58:06.341Z Compiling psl-types v2.0.11
15512024-08-10T22:58:06.400Z Compiling is_terminal_polyfill v1.70.0
15522024-08-10T22:58:06.527Z Compiling publicsuffix v2.2.3
15532024-08-10T22:58:06.559Z Compiling anstream v0.6.14
15542024-08-10T22:58:06.835Z Compiling postgres-protocol v0.6.7
15552024-08-10T22:58:07.959Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15562024-08-10T22:58:09.461Z Compiling addr2line v0.21.0
15572024-08-10T22:58:10.376Z Compiling tokio-rustls v0.24.1
15582024-08-10T22:58:11.046Z Compiling pkcs8 v0.10.2
15592024-08-10T22:58:11.230Z Compiling terminal_size v0.3.0
15602024-08-10T22:58:11.426Z Compiling tokio-native-tls v0.3.1
15612024-08-10T22:58:11.690Z Compiling phf_shared v0.11.2
15622024-08-10T22:58:11.867Z Compiling strum_macros v0.25.3
15632024-08-10T22:58:12.106Z Compiling serde_urlencoded v0.7.1
15642024-08-10T22:58:12.407Z Compiling enum-as-inner v0.5.1
15652024-08-10T22:58:13.443Z Compiling block-padding v0.3.3
15662024-08-10T22:58:13.594Z Compiling serde_repr v0.1.19
15672024-08-10T22:58:13.681Z Compiling ff v0.13.0
15682024-08-10T22:58:14.699Z Compiling object v0.32.2
15692024-08-10T22:58:15.088Z Compiling matches v0.1.10
15702024-08-10T22:58:15.182Z Compiling rustc-demangle v0.1.24
15712024-08-10T22:58:15.393Z Compiling regex-automata v0.1.10
15722024-08-10T22:58:15.634Z Compiling clap_lex v0.7.0
15732024-08-10T22:58:15.886Z Compiling bitflags v1.3.2
15742024-08-10T22:58:16.013Z Compiling managed v0.8.0
15752024-08-10T22:58:16.059Z Compiling either v1.13.0
15762024-08-10T22:58:16.154Z Compiling ipnet v2.9.0
15772024-08-10T22:58:17.617Z Compiling base16ct v0.2.0
15782024-08-10T22:58:17.678Z Compiling winnow v0.5.40
15792024-08-10T22:58:17.914Z Compiling bit-vec v0.6.3
15802024-08-10T22:58:18.341Z Compiling sec1 v0.7.3
15812024-08-10T22:58:19.389Z Compiling clap_builder v4.5.13
15822024-08-10T22:58:19.945Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15832024-08-10T22:58:20.027Z Compiling bstr v0.2.17
15842024-08-10T22:58:20.888Z Compiling rustls-pemfile v1.0.4
15852024-08-10T22:58:21.304Z Compiling toml_edit v0.19.15
15862024-08-10T22:58:21.457Z Compiling idna v0.2.3
15872024-08-10T22:58:22.832Z Compiling group v0.13.0
15882024-08-10T22:58:22.937Z Compiling inout v0.1.3
15892024-08-10T22:58:23.187Z Compiling phf v0.11.2
15902024-08-10T22:58:23.386Z Compiling hyper-tls v0.5.0
15912024-08-10T22:58:23.640Z Compiling hyper-rustls v0.24.2
15922024-08-10T22:58:23.828Z Compiling cookie_store v0.20.0
15932024-08-10T22:58:24.049Z Compiling postgres-types v0.2.7
15942024-08-10T22:58:24.052Z Compiling num-bigint v0.4.5
15952024-08-10T22:58:25.523Z Compiling hubpack v0.1.2
15962024-08-10T22:58:25.999Z Compiling phf_shared v0.10.0
15972024-08-10T22:58:26.386Z Compiling hkdf v0.12.4
15982024-08-10T22:58:26.636Z Compiling zerocopy v0.6.6
15992024-08-10T22:58:26.800Z Compiling futures-executor v0.3.30
16002024-08-10T22:58:27.108Z Compiling crypto-bigint v0.5.5
16012024-08-10T22:58:27.338Z Compiling float-cmp v0.9.0
16022024-08-10T22:58:27.452Z Compiling mio v1.0.1
16032024-08-10T22:58:27.545Z Compiling memmap v0.7.0
16042024-08-10T22:58:28.091Z Compiling webpki-roots v0.25.4
16052024-08-10T22:58:28.263Z Compiling winnow v0.6.18
16062024-08-10T22:58:28.280Z Compiling precomputed-hash v0.1.1
16072024-08-10T22:58:28.343Z Compiling minimal-lexical v0.2.1
16082024-08-10T22:58:28.385Z Compiling difflib v0.4.0
16092024-08-10T22:58:28.388Z Compiling new_debug_unreachable v1.0.6
16102024-08-10T22:58:28.418Z Compiling unicode-segmentation v1.11.0
16112024-08-10T22:58:28.498Z Compiling normalize-line-endings v0.3.0
16122024-08-10T22:58:28.775Z Compiling static_assertions v1.1.0
16132024-08-10T22:58:28.796Z Compiling sync_wrapper v0.1.2
16142024-08-10T22:58:28.932Z Compiling predicates-core v1.0.6
16152024-08-10T22:58:29.199Z Compiling fixedbitset v0.4.2
16162024-08-10T22:58:29.244Z Compiling data-encoding v2.6.0
16172024-08-10T22:58:29.551Z Compiling whoami v1.5.1
16182024-08-10T22:58:29.612Z Compiling petgraph v0.6.5
16192024-08-10T22:58:29.629Z Compiling predicates v3.1.2
16202024-08-10T22:58:30.083Z Compiling reqwest v0.11.27
16212024-08-10T22:58:30.482Z Compiling trust-dns-proto v0.22.0
16222024-08-10T22:58:30.905Z Compiling tokio-postgres v0.7.11
16232024-08-10T22:58:31.082Z Compiling elliptic-curve v0.13.8
16242024-08-10T22:58:31.101Z Compiling similar v2.5.0
16252024-08-10T22:58:31.806Z Compiling toml_edit v0.22.20
16262024-08-10T22:58:33.088Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16272024-08-10T22:58:34.494Z Compiling nom v7.1.3
16282024-08-10T22:58:36.031Z Compiling string_cache v0.8.7
16292024-08-10T22:58:36.452Z Compiling signal-hook-mio v0.2.4
16302024-08-10T22:58:36.637Z Compiling usdt v0.5.0
16312024-08-10T22:58:37.825Z Compiling futures v0.3.30
16322024-08-10T22:58:38.103Z Compiling yasna v0.5.2
16332024-08-10T22:58:38.701Z Compiling toml v0.7.8
16342024-08-10T22:58:38.821Z Compiling flate2 v1.0.31
16352024-08-10T22:58:39.110Z Compiling cipher v0.4.4
16362024-08-10T22:58:39.257Z Compiling clap v4.5.13
16372024-08-10T22:58:39.389Z Compiling crossbeam-epoch v0.9.18
16382024-08-10T22:58:39.606Z Compiling bit-set v0.5.3
16392024-08-10T22:58:39.714Z Compiling itertools v0.10.5
16402024-08-10T22:58:39.732Z Compiling itertools v0.12.1
16412024-08-10T22:58:39.900Z Compiling num-iter v0.1.45
16422024-08-10T22:58:40.080Z Compiling console v0.15.8
16432024-08-10T22:58:41.218Z Compiling tokio-stream v0.1.15
16442024-08-10T22:58:41.339Z Compiling bstr v1.9.1
16452024-08-10T22:58:42.125Z Compiling hex v0.4.3
16462024-08-10T22:58:42.778Z Compiling radium v0.7.0
16472024-08-10T22:58:43.023Z Compiling peg-runtime v0.8.3
16482024-08-10T22:58:43.182Z Compiling unicode-xid v0.2.4
16492024-08-10T22:58:43.227Z Compiling camino v1.1.7
16502024-08-10T22:58:43.343Z Compiling lalrpop-util v0.19.12
16512024-08-10T22:58:43.858Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16522024-08-10T22:58:48.839Z Compiling is-terminal v0.4.12
16532024-08-10T22:58:50.941Z Compiling ident_case v1.0.1
16542024-08-10T22:58:51.938Z Compiling maybe-uninit v2.0.0
16552024-08-10T22:58:52.144Z Compiling rustls-pki-types v1.7.0
16562024-08-10T22:58:53.036Z Compiling tap v1.0.1
16572024-08-10T22:58:53.229Z Compiling wyz v0.5.1
16582024-08-10T22:58:54.355Z Compiling darling_core v0.20.9
16592024-08-10T22:59:06.425Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16602024-08-10T22:59:06.762Z Compiling getopts v0.2.21
16612024-08-10T22:59:07.011Z Compiling bzip2-sys v0.1.11+1.0.8
16622024-08-10T22:59:07.457Z Compiling dirs-sys-next v0.1.2
16632024-08-10T22:59:07.519Z Compiling unsafe-libyaml v0.2.11
16642024-08-10T22:59:07.595Z Compiling funty v2.0.0
16652024-08-10T22:59:07.640Z Compiling packed_struct v0.10.1
16662024-08-10T22:59:08.074Z Compiling rustls v0.22.4
16672024-08-10T22:59:08.506Z Compiling num-bigint-dig v0.8.4
16682024-08-10T22:59:08.829Z Compiling paste v1.0.15
16692024-08-10T22:59:09.327Z Compiling serde_yaml v0.9.34+deprecated
16702024-08-10T22:59:09.374Z Compiling bitvec v1.0.1
16712024-08-10T22:59:11.325Z Compiling dirs-next v2.0.0
16722024-08-10T22:59:13.283Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16732024-08-10T22:59:15.263Z Compiling darling_macro v0.20.9
16742024-08-10T22:59:17.613Z Compiling rustls-webpki v0.102.4
16752024-08-10T22:59:19.912Z Compiling packed_struct_codegen v0.10.1
16762024-08-10T22:59:20.635Z Compiling structmeta-derive v0.3.0
16772024-08-10T22:59:21.065Z Compiling thread_local v1.1.8
16782024-08-10T22:59:21.730Z Compiling indexmap v1.9.3
16792024-08-10T22:59:21.823Z Compiling multer v3.1.0
16802024-08-10T22:59:22.045Z Compiling nodrop v0.1.14
16812024-08-10T22:59:22.138Z Compiling fastrand v2.1.0
16822024-08-10T22:59:22.173Z Compiling match_cfg v0.1.0
16832024-08-10T22:59:22.277Z Compiling crc-catalog v2.4.0
16842024-08-10T22:59:22.482Z Compiling slog-async v2.8.0
16852024-08-10T22:59:22.662Z Compiling rayon-core v1.12.1
16862024-08-10T22:59:23.053Z Compiling tempfile v3.10.1
16872024-08-10T22:59:23.153Z Compiling structmeta v0.3.0
16882024-08-10T22:59:23.541Z Compiling crc v3.2.1
16892024-08-10T22:59:25.215Z Compiling hostname v0.3.1
16902024-08-10T22:59:25.385Z Compiling array-init v0.0.4
16912024-08-10T22:59:26.200Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16922024-08-10T22:59:26.974Z Compiling smallvec v0.6.14
16932024-08-10T22:59:27.640Z Compiling darling v0.20.9
16942024-08-10T22:59:27.772Z Compiling term v0.7.0
16952024-08-10T22:59:33.014Z Compiling crossbeam-deque v0.8.5
16962024-08-10T22:59:33.408Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16972024-08-10T22:59:33.549Z Compiling pkcs1 v0.7.5
16982024-08-10T22:59:35.055Z Compiling slog-json v2.6.1
16992024-08-10T22:59:36.116Z Compiling crossbeam-channel v0.5.12
17002024-08-10T22:59:37.413Z Compiling http v1.1.0
17012024-08-10T22:59:37.672Z Compiling signature v2.2.0
17022024-08-10T22:59:40.703Z Compiling async-stream-impl v0.3.5
17032024-08-10T22:59:41.077Z Compiling pin-project-internal v1.1.5
17042024-08-10T22:59:42.193Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17052024-08-10T22:59:42.523Z Compiling same-file v1.0.6
17062024-08-10T22:59:42.799Z Compiling termcolor v1.4.1
17072024-08-10T22:59:43.683Z Compiling hashbrown v0.12.3
17082024-08-10T22:59:43.685Z Compiling bitfield v0.14.0
17092024-08-10T22:59:43.936Z Compiling atomic-waker v1.1.2
17102024-08-10T22:59:44.701Z Compiling take_mut v0.2.2
17112024-08-10T22:59:55.905Z Compiling waitgroup v0.1.2
17122024-08-10T22:59:56.147Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17132024-08-10T22:59:56.488Z Compiling pin-project v1.1.5
17142024-08-10T22:59:56.633Z Compiling env_logger v0.10.2
17152024-08-10T22:59:57.617Z Compiling walkdir v2.5.0
17162024-08-10T22:59:58.119Z Compiling async-stream v0.3.5
17172024-08-10T22:59:58.435Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17182024-08-10T22:59:59.463Z Compiling rsa v0.9.6
17192024-08-10T23:00:00.040Z Compiling slog-bunyan v2.5.0
17202024-08-10T23:00:00.644Z Compiling tokio-rustls v0.25.0
17212024-08-10T23:00:01.109Z Compiling slog-term v2.9.1
17222024-08-10T23:00:01.382Z Compiling serde_with_macros v3.8.3
17232024-08-10T23:00:02.874Z Compiling bzip2 v0.4.4
17242024-08-10T23:00:03.331Z Compiling serde-hex v0.1.0
17252024-08-10T23:00:03.835Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17262024-08-10T23:00:04.003Z Compiling parse-display-derive v0.9.1
17272024-08-10T23:00:04.235Z Compiling toml v0.8.19
17282024-08-10T23:00:04.490Z Compiling rustls-pemfile v2.1.3
17292024-08-10T23:00:07.368Z Compiling x509-cert v0.2.5
17302024-08-10T23:00:07.942Z Compiling sha1 v0.10.6
17312024-08-10T23:00:08.342Z Compiling ron v0.8.1
17322024-08-10T23:00:08.374Z Compiling newtype-uuid v1.1.0
17332024-08-10T23:00:08.451Z Compiling ipnetwork v0.20.0
17342024-08-10T23:00:08.715Z Compiling strum_macros v0.26.4
17352024-08-10T23:00:08.734Z Compiling xattr v1.3.1
17362024-08-10T23:00:10.280Z Compiling snafu-derive v0.8.2
17372024-08-10T23:00:11.020Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17382024-08-10T23:00:12.110Z Compiling serde_path_to_error v0.1.16
17392024-08-10T23:00:12.304Z Compiling hashbrown v0.13.2
17402024-08-10T23:00:13.104Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17412024-08-10T23:00:13.154Z Compiling ring v0.16.20
17422024-08-10T23:00:13.654Z Compiling blake3 v1.5.1
17432024-08-10T23:00:13.838Z Compiling hostname v0.4.0
17442024-08-10T23:00:14.103Z Compiling filetime v0.2.23
17452024-08-10T23:00:14.136Z Compiling instant v0.1.12
17462024-08-10T23:00:14.202Z Compiling buf-list v1.0.3
17472024-08-10T23:00:14.256Z Compiling debug-ignore v1.0.5
17482024-08-10T23:00:14.456Z Compiling crc-any v2.5.0
17492024-08-10T23:00:14.828Z Compiling tar v0.4.41
17502024-08-10T23:00:14.900Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17512024-08-10T23:00:14.954Z Compiling snafu v0.8.2
17522024-08-10T23:00:15.323Z Compiling backoff v0.4.0
17532024-08-10T23:00:15.774Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17542024-08-10T23:00:15.990Z Compiling object v0.30.4
17552024-08-10T23:00:16.227Z Compiling strum v0.26.3
17562024-08-10T23:00:16.410Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17572024-08-10T23:00:18.003Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17582024-08-10T23:00:18.745Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17592024-08-10T23:00:19.312Z Compiling parse-display v0.9.1
17602024-08-10T23:00:19.932Z Compiling serde_with v3.8.3
17612024-08-10T23:00:21.046Z Compiling zip v0.6.6
17622024-08-10T23:00:21.466Z Compiling rayon v1.10.0
17632024-08-10T23:00:21.755Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17642024-08-10T23:00:22.466Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17652024-08-10T23:00:23.642Z Compiling camino-tempfile v1.1.1
17662024-08-10T23:00:24.255Z Compiling globset v0.4.14
17672024-08-10T23:00:24.446Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17682024-08-10T23:00:24.636Z Compiling pem v3.0.4
17692024-08-10T23:00:26.101Z Compiling olpc-cjson v0.1.3
17702024-08-10T23:00:26.417Z Compiling serde_plain v1.0.2
17712024-08-10T23:00:26.921Z Compiling macaddr v1.0.1
17722024-08-10T23:00:27.094Z Compiling async-recursion v1.1.1
17732024-08-10T23:00:27.513Z Compiling memmap2 v0.9.4
17742024-08-10T23:00:28.075Z Compiling arrayvec v0.7.4
17752024-08-10T23:00:28.528Z Compiling path-slash v0.1.5
17762024-08-10T23:00:28.562Z Compiling spin v0.5.2
17772024-08-10T23:00:28.768Z Compiling untrusted v0.7.1
17782024-08-10T23:00:28.822Z Compiling arrayref v0.3.7
17792024-08-10T23:00:28.861Z Compiling typed-path v0.7.1
17802024-08-10T23:00:28.935Z Compiling constant_time_eq v0.3.0
17812024-08-10T23:00:31.593Z Compiling tough v0.17.1
17822024-08-10T23:00:31.822Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17832024-08-10T23:00:32.093Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17842024-08-10T23:00:36.214Z Compiling itertools v0.13.0
17852024-08-10T23:00:36.367Z Compiling cargo-platform v0.1.8
17862024-08-10T23:00:37.436Z Compiling topological-sort v0.2.2
17872024-08-10T23:00:37.704Z Compiling parse-size v1.0.0
17882024-08-10T23:00:37.997Z Compiling omicron-zone-package v0.11.0
17892024-08-10T23:00:38.318Z Compiling cargo_metadata v0.18.1
17902024-08-10T23:00:39.974Z Compiling shell-words v1.1.0
17912024-08-10T23:00:43.746Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17922024-08-10T23:00:56.935Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17932024-08-10T23:01:11.180Z Finished `release` profile [optimized] target(s) in 4m 36s
17942024-08-10T23:01:11.313Z Running `target/release/omicron-releng --output-dir /work`
17952024-08-10T23:01:11.352ZAug 10 23:01:10.400 DEBG changing working directory to /work/oxidecomputer/omicron
17962024-08-10T23:01:11.438ZAug 10 23:01:10.486 DEBG running: git rev-parse HEAD
17972024-08-10T23:01:11.444ZAug 10 23:01:10.492 DEBG process exited with exit status: 0 (6.216118ms)
17982024-08-10T23:01:11.444ZAug 10 23:01:10.492 INFO version: 10.0.0-0.ci+git9cf8c433561
17992024-08-10T23:01:11.483ZAug 10 23:01:10.531 INFO cloning helios to /work/oxidecomputer/helios
18002024-08-10T23:01:11.483ZAug 10 23:01:10.531 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18012024-08-10T23:01:11.489ZCloning into '/work/oxidecomputer/helios'...
18022024-08-10T23:01:11.934ZAug 10 23:01:10.982 DEBG process exited with exit status: 0 (450.357166ms)
18032024-08-10T23:01:11.934ZAug 10 23:01:10.982 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18042024-08-10T23:01:11.941Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18052024-08-10T23:01:11.941Z# branch.head master
18062024-08-10T23:01:11.941Z# branch.upstream origin/master
18072024-08-10T23:01:11.941Z# branch.ab +0 -0
18082024-08-10T23:01:11.944ZAug 10 23:01:10.990 DEBG process exited with exit status: 0 (7.95347ms)
18092024-08-10T23:01:11.944ZAug 10 23:01:10.990 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18102024-08-10T23:01:12.622ZAug 10 23:01:11.670 DEBG process exited with exit status: 0 (679.37398ms)
18112024-08-10T23:01:12.622ZAug 10 23:01:11.670 DEBG running: zfs list rpool/images/build/host
18122024-08-10T23:01:12.628ZNAME USED AVAIL REFER MOUNTPOINT
18132024-08-10T23:01:12.628Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18142024-08-10T23:01:12.631ZAug 10 23:01:11.677 DEBG process exited with exit status: 0 (7.195642ms)
18152024-08-10T23:01:12.631ZAug 10 23:01:11.677 DEBG running: zfs list rpool/images/build/recovery
18162024-08-10T23:01:12.634ZNAME USED AVAIL REFER MOUNTPOINT
18172024-08-10T23:01:12.635Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18182024-08-10T23:01:12.637ZAug 10 23:01:11.683 DEBG process exited with exit status: 0 (6.3855ms)
18192024-08-10T23:01:12.637ZAug 10 23:01:11.684 INFO [hubris-production] running task
18202024-08-10T23:01:12.637ZAug 10 23:01:11.684 INFO [hubris-staging] running task
18212024-08-10T23:01:12.638ZAug 10 23:01:11.685 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
18222024-08-10T23:01:12.640ZAug 10 23:01:11.688 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18232024-08-10T23:01:13.037Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18242024-08-10T23:01:13.209Z[ omicron-package] Blocking waiting for file lock on package cache
18252024-08-10T23:01:13.856ZAug 10 23:01:12.904 INFO [hubris-production] task succeeded (1.219416964s)
18262024-08-10T23:01:14.035Z[ omicron-package] Blocking waiting for file lock on package cache
18272024-08-10T23:01:14.838Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18282024-08-10T23:01:14.838Z[ omicron-package] Compiling heapless v0.8.0
18292024-08-10T23:01:14.841Z[ omicron-package] Compiling hash32 v0.3.1
18302024-08-10T23:01:14.841Z[ omicron-package] Compiling smoltcp v0.11.0
18312024-08-10T23:01:14.841Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18322024-08-10T23:01:14.841Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18332024-08-10T23:01:14.841Z[ omicron-package] Compiling cobs v0.2.3
18342024-08-10T23:01:14.841Z[ omicron-package] Compiling embedded-io v0.4.0
18352024-08-10T23:01:15.536Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18362024-08-10T23:01:15.733Z[ omicron-package] Compiling postcard v1.0.8
18372024-08-10T23:01:16.072Z[ omicron-package] Compiling num_enum_derive v0.5.11
18382024-08-10T23:01:16.318Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18392024-08-10T23:01:16.776Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18402024-08-10T23:01:16.779Z[ omicron-package] Compiling proc-macro-error v1.0.4
18412024-08-10T23:01:16.994Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18422024-08-10T23:01:17.160Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18432024-08-10T23:01:17.487Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18442024-08-10T23:01:18.168Z[ omicron-package] Compiling tabwriter v1.4.0
18452024-08-10T23:01:18.291Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18462024-08-10T23:01:18.522Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18472024-08-10T23:01:18.525Z[ omicron-package] Compiling foreign-types v0.5.0
18482024-08-10T23:01:18.746Z[ omicron-package] Compiling cstr-argument v0.1.2
18492024-08-10T23:01:19.320Z[ omicron-package] Compiling pretty-hex v0.2.1
18502024-08-10T23:01:19.524Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18512024-08-10T23:01:19.651Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18522024-08-10T23:01:19.999Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18532024-08-10T23:01:20.102Z[ omicron-package] Compiling num_enum v0.5.11
18542024-08-10T23:01:20.236Z[ omicron-package] Compiling colored v2.1.0
18552024-08-10T23:01:20.695Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18562024-08-10T23:01:20.737Z[ omicron-package] Compiling socket2 v0.4.10
18572024-08-10T23:01:20.740Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18582024-08-10T23:01:20.984Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18592024-08-10T23:01:21.430Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18602024-08-10T23:01:21.529ZAug 10 23:01:20.574 INFO [hubris-staging] task succeeded (8.889771863s)
18612024-08-10T23:01:21.558Z[ omicron-package] Compiling num-derive v0.4.2
18622024-08-10T23:01:21.727Z[ omicron-package] Compiling sigpipe v0.1.3
18632024-08-10T23:01:22.132Z[ omicron-package] Compiling libefi-sys v0.1.0
18642024-08-10T23:01:22.589Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18652024-08-10T23:01:22.662Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18662024-08-10T23:01:23.069Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18672024-08-10T23:01:23.653Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18682024-08-10T23:01:23.720Z[ omicron-package] Compiling smf v0.2.3
18692024-08-10T23:01:23.906Z[ omicron-package] Compiling bitfield-struct v0.6.1
18702024-08-10T23:01:24.329Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18712024-08-10T23:01:25.455Z[ omicron-package] Compiling portable-atomic v1.6.0
18722024-08-10T23:01:25.655Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18732024-08-10T23:01:27.153Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18742024-08-10T23:01:28.042Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18752024-08-10T23:01:28.845Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18762024-08-10T23:01:29.020Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18772024-08-10T23:01:29.194Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18782024-08-10T23:01:29.656Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18792024-08-10T23:01:30.688Z[ omicron-package] Compiling gethostname v0.5.0
18802024-08-10T23:01:30.885Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18812024-08-10T23:01:31.218Z[ omicron-package] Compiling number_prefix v0.4.0
18822024-08-10T23:01:31.994Z[ omicron-package] Compiling indicatif v0.17.8
18832024-08-10T23:01:33.387Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18842024-08-10T23:01:36.878Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18852024-08-10T23:01:37.307Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18862024-08-10T23:01:38.967Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18872024-08-10T23:01:54.239Z[ helios-setup] Aug 10 23:01:53.281 INFO helios repository root is: /work/oxidecomputer/helios
18882024-08-10T23:01:54.242Z[ helios-setup] Aug 10 23:01:53.283 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
18892024-08-10T23:01:54.242Z[ helios-setup] Aug 10 23:01:53.284 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
18902024-08-10T23:01:54.242Z[ helios-setup] Aug 10 23:01:53.284 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
18912024-08-10T23:01:54.242Z[ helios-setup] Aug 10 23:01:53.284 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
18922024-08-10T23:01:54.242Z[ helios-setup] Aug 10 23:01:53.284 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
18932024-08-10T23:01:54.247Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
18942024-08-10T23:01:58.114Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.46s
18952024-08-10T23:01:58.320Z[ omicron-package]
18962024-08-10T23:01:58.320Z[ omicron-package] real 45.639359477
18972024-08-10T23:01:58.323Z[ omicron-package] user 2:46.569767828
18982024-08-10T23:01:58.323Z[ omicron-package] sys 21.201603990
18992024-08-10T23:01:58.323Z[ omicron-package] trap 0.287423877
19002024-08-10T23:01:58.323Z[ omicron-package] tflt 0.386991128
19012024-08-10T23:01:58.323Z[ omicron-package] dflt 0.845342425
19022024-08-10T23:01:58.323Z[ omicron-package] kflt 0.000484157
19032024-08-10T23:01:58.323Z[ omicron-package] lock 5:52.152094890
19042024-08-10T23:01:58.323ZAug 10 23:01:57.363 INFO [omicron-package] process exited with exit status: 0 (45.677802873s)
19052024-08-10T23:01:58.323Z[ omicron-package] slp 9:02.257211395
19062024-08-10T23:01:58.323Z[ omicron-package] lat 1:40.698803876
19072024-08-10T23:01:58.323Z[ omicron-package] stop 59.647433083
19082024-08-10T23:01:58.323ZAug 10 23:01:57.363 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
19092024-08-10T23:01:58.359ZAug 10 23:01:57.401 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19102024-08-10T23:01:58.370Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19112024-08-10T23:01:58.373Z[ host-target] Created new build target 'host' and set it as active
19122024-08-10T23:01:58.373ZAug 10 23:01:57.415 INFO [host-target] process exited with exit status: 0 (51.503625ms)
19132024-08-10T23:01:58.373ZAug 10 23:01:57.415 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19142024-08-10T23:01:58.377Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19152024-08-10T23:01:58.377Z[ recovery-target] Created new build target 'recovery' and set it as active
19162024-08-10T23:01:58.380ZAug 10 23:01:57.421 INFO [recovery-target] process exited with exit status: 0 (20.346101ms)
19172024-08-10T23:01:58.387Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19182024-08-10T23:01:59.054Z[ helios-setup] Aug 10 23:01:58.095 INFO clone ok!, project: amd-firmware
19192024-08-10T23:01:59.057Z[ helios-setup] Aug 10 23:01:58.095 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
19202024-08-10T23:01:59.057Z[ helios-setup] Aug 10 23:01:58.095 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19212024-08-10T23:01:59.057Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19222024-08-10T23:01:59.489Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19232024-08-10T23:01:59.489Z[ host-package] Compiling camino v1.1.7
19242024-08-10T23:01:59.492Z[ host-package] Compiling password-hash v0.5.0
19252024-08-10T23:01:59.492Z[ host-package] Compiling blake2 v0.10.6
19262024-08-10T23:01:59.492Z[ host-package] Compiling derive-where v1.2.7
19272024-08-10T23:01:59.492Z[ host-package] Compiling humantime v2.1.0
19282024-08-10T23:01:59.540Z[ helios-setup] Aug 10 23:01:58.582 INFO clone ok!, project: image-builder
19292024-08-10T23:01:59.543Z[ helios-setup] Aug 10 23:01:58.582 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
19302024-08-10T23:01:59.543Z[ helios-setup] Aug 10 23:01:58.582 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19312024-08-10T23:01:59.546Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19322024-08-10T23:01:59.607Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19332024-08-10T23:01:59.621Z[ host-package] Compiling newline-converter v0.3.0
19342024-08-10T23:01:59.826Z[ host-package] Compiling expectorate v1.1.0
19352024-08-10T23:01:59.884Z[ host-package] Compiling toml v0.8.19
19362024-08-10T23:02:00.098Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19372024-08-10T23:02:00.167Z[ helios-setup] Aug 10 23:01:59.209 INFO clone ok!, project: bootserver
19382024-08-10T23:02:00.170Z[ helios-setup] Aug 10 23:01:59.209 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
19392024-08-10T23:02:00.170Z[ helios-setup] Aug 10 23:01:59.209 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19402024-08-10T23:02:00.173Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19412024-08-10T23:02:00.555Z[ host-package] Compiling argon2 v0.5.3
19422024-08-10T23:02:00.575Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19432024-08-10T23:02:00.601Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19442024-08-10T23:02:00.782Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19452024-08-10T23:02:00.785Z[ host-package] Compiling dirs-sys-next v0.1.2
19462024-08-10T23:02:00.946Z[ host-package] Compiling convert_case v0.4.0
19472024-08-10T23:02:01.075Z[ helios-setup] Aug 10 23:02:00.116 INFO clone ok!, project: chelsio-t6-roms
19482024-08-10T23:02:01.077Z[ helios-setup] Aug 10 23:02:00.116 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
19492024-08-10T23:02:01.078Z[ helios-setup] Aug 10 23:02:00.116 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19502024-08-10T23:02:01.080Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19512024-08-10T23:02:01.297Z[ host-package] Compiling dirs-next v2.0.0
19522024-08-10T23:02:01.428Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19532024-08-10T23:02:01.487Z[ host-package] Compiling prettyplease v0.2.20
19542024-08-10T23:02:01.796Z[ host-package] Compiling derive_more v0.99.18
19552024-08-10T23:02:01.822Z[ host-package] Compiling term v0.7.0
19562024-08-10T23:02:01.848Z[ helios-setup] Aug 10 23:02:00.889 INFO clone ok!, project: pinprick
19572024-08-10T23:02:01.851Z[ helios-setup] Aug 10 23:02:00.889 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
19582024-08-10T23:02:01.851Z[ helios-setup] Aug 10 23:02:00.889 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19592024-08-10T23:02:01.851Z[ host-package] Compiling semver v0.1.20
19602024-08-10T23:02:01.853Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19612024-08-10T23:02:02.033Z[ host-package] Compiling is-terminal v0.4.12
19622024-08-10T23:02:02.177Z[ host-package] Compiling home v0.5.9
19632024-08-10T23:02:02.414Z[ host-package] Compiling rustc_version v0.1.7
19642024-08-10T23:02:02.471Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19652024-08-10T23:02:02.800Z[ host-package] Compiling rustls-pki-types v1.7.0
19662024-08-10T23:02:02.866Z[ host-package] Compiling newtype_derive v0.1.6
19672024-08-10T23:02:02.869Z[ helios-setup] Aug 10 23:02:01.909 INFO clone ok!, project: pilot
19682024-08-10T23:02:02.869Z[ helios-setup] Aug 10 23:02:01.909 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
19692024-08-10T23:02:02.869Z[ helios-setup] Aug 10 23:02:01.909 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19702024-08-10T23:02:02.873Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19712024-08-10T23:02:03.105Z[ host-package] Compiling rustls v0.22.4
19722024-08-10T23:02:03.135Z[ host-package] Compiling thread_local v1.1.8
19732024-08-10T23:02:03.427Z[ host-package] Compiling steno v0.4.1
19742024-08-10T23:02:03.572Z[ host-package] Compiling rustls-webpki v0.102.4
19752024-08-10T23:02:03.613Z[ helios-setup] Aug 10 23:02:02.654 INFO clone ok!, project: phbl
19762024-08-10T23:02:03.616Z[ helios-setup] Aug 10 23:02:02.654 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
19772024-08-10T23:02:03.616Z[ helios-setup] Aug 10 23:02:02.654 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
19782024-08-10T23:02:03.619Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19792024-08-10T23:02:03.634Z[ host-package] Compiling linked-hash-map v0.5.6
19802024-08-10T23:02:04.088Z[ host-package] Compiling match_cfg v0.1.0
19812024-08-10T23:02:04.189Z[ host-package] Compiling hostname v0.3.1
19822024-08-10T23:02:04.813Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19832024-08-10T23:02:04.840Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19842024-08-10T23:02:05.509Z[ host-package] Compiling lru-cache v0.1.2
19852024-08-10T23:02:05.706Z[ host-package] Compiling multer v3.1.0
19862024-08-10T23:02:05.733Z[ host-package] Compiling slog-async v2.8.0
19872024-08-10T23:02:05.781Z[ host-package] Compiling slog-json v2.6.1
19882024-08-10T23:02:05.807Z[ host-package] Compiling crossbeam-channel v0.5.12
19892024-08-10T23:02:06.142Z[ host-package] Compiling http v1.1.0
19902024-08-10T23:02:06.927Z[ host-package] Compiling take_mut v0.2.2
19912024-08-10T23:02:06.957Z[ host-package] Compiling atomic-waker v1.1.2
19922024-08-10T23:02:07.098Z[ host-package] Compiling waitgroup v0.1.2
19932024-08-10T23:02:07.342Z[ host-package] Compiling slog-bunyan v2.5.0
19942024-08-10T23:02:07.560Z[ host-package] Compiling slog-term v2.9.1
19952024-08-10T23:02:08.495Z[ host-package] Compiling rustls-pemfile v2.1.3
19962024-08-10T23:02:08.670Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19972024-08-10T23:02:09.001Z[ host-package] Compiling tokio-rustls v0.25.0
19982024-08-10T23:02:09.068Z[ host-package] Compiling async-stream v0.3.5
19992024-08-10T23:02:09.192Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
20002024-08-10T23:02:09.224Z[ host-package] Compiling sha1 v0.10.6
20012024-08-10T23:02:09.309Z[ host-package] Compiling newtype-uuid v1.1.0
20022024-08-10T23:02:09.410Z[ host-package] Compiling ipnetwork v0.20.0
20032024-08-10T23:02:09.472Z[ host-package] Compiling serde_path_to_error v0.1.16
20042024-08-10T23:02:09.647Z[ host-package] Compiling hostname v0.4.0
20052024-08-10T23:02:09.696Z[ host-package] Compiling instant v0.1.12
20062024-08-10T23:02:09.868Z[ host-package] Compiling slog-dtrace v0.3.0
20072024-08-10T23:02:09.918Z[ host-package] Compiling debug-ignore v1.0.5
20082024-08-10T23:02:10.098Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20092024-08-10T23:02:10.313Z[ host-package] Compiling backoff v0.4.0
20102024-08-10T23:02:10.332Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20112024-08-10T23:02:10.703Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20122024-08-10T23:02:10.739Z[ host-package] Compiling parse-display v0.9.1
20132024-08-10T23:02:10.844Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20142024-08-10T23:02:11.045Z[ host-package] Compiling serde_with v3.8.3
20152024-08-10T23:02:11.169Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20162024-08-10T23:02:11.183Z[ helios-setup] Aug 10 23:02:10.223 INFO clone ok!, project: amd-host-image-builder
20172024-08-10T23:02:11.186Z[ helios-setup] Aug 10 23:02:10.224 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20182024-08-10T23:02:11.377Z[ host-package] Compiling strum v0.26.3
20192024-08-10T23:02:11.608Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20202024-08-10T23:02:12.463Z[ helios-setup] Aug 10 23:02:11.503 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20212024-08-10T23:02:12.706Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20222024-08-10T23:02:12.938Z[ host-package] Compiling num-rational v0.4.2
20232024-08-10T23:02:13.038Z[ helios-setup] Aug 10 23:02:12.078 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20242024-08-10T23:02:13.038Z[ helios-setup] Aug 10 23:02:12.078 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20252024-08-10T23:02:13.595Z[ helios-setup] Aug 10 23:02:12.635 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20262024-08-10T23:02:13.833Z[ host-package] Compiling num-complex v0.4.6
20272024-08-10T23:02:14.120Z[ helios-setup] Aug 10 23:02:13.160 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20282024-08-10T23:02:14.120Z[ helios-setup] Aug 10 23:02:13.160 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20292024-08-10T23:02:14.787Z[ helios-setup] Aug 10 23:02:13.826 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20302024-08-10T23:02:14.835Z[ host-package] Compiling macaddr v1.0.1
20312024-08-10T23:02:15.148Z[ host-package] Compiling swrite v0.1.0
20322024-08-10T23:02:15.323Z[ helios-setup] Aug 10 23:02:14.358 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20332024-08-10T23:02:15.323Z[ helios-setup] Aug 10 23:02:14.358 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20342024-08-10T23:02:15.323Z[ helios-setup] Aug 10 23:02:14.358 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20352024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.358 INFO ok!
20362024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.359 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20372024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.359 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20382024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.359 INFO ok!
20392024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.359 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20402024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.359 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20412024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.359 INFO ok!
20422024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.359 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
20432024-08-10T23:02:15.327Z[ helios-setup] Aug 10 23:02:14.359 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
20442024-08-10T23:02:15.356Z[ host-package] Compiling num v0.4.3
20452024-08-10T23:02:15.572Z[ helios-setup] Aug 10 23:02:14.611 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
20462024-08-10T23:02:15.797Z[ host-package] Compiling quick-error v1.2.3
20472024-08-10T23:02:15.960Z[ host-package] Compiling float-ord v0.3.2
20482024-08-10T23:02:16.046Z[ helios-setup] Aug 10 23:02:15.085 INFO E| From https://github.com/jclulow/rust-jmclib
20492024-08-10T23:02:16.046Z[ helios-setup] Aug 10 23:02:15.085 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
20502024-08-10T23:02:16.067Z[ helios-setup] Aug 10 23:02:15.106 INFO E| Updating crates.io index
20512024-08-10T23:02:16.146Z[ host-package] Compiling resolv-conf v0.7.0
20522024-08-10T23:02:16.294Z[ helios-setup] Aug 10 23:02:15.333 INFO E| Downloading crates ...
20532024-08-10T23:02:16.488Z[ helios-setup] Aug 10 23:02:15.527 INFO E| Downloaded unicode-width v0.1.10
20542024-08-10T23:02:16.491Z[ helios-setup] Aug 10 23:02:15.530 INFO E| Downloaded opaque-debug v0.3.0
20552024-08-10T23:02:16.493Z[ helios-setup] Aug 10 23:02:15.531 INFO E| Downloaded libdevinfo-sys v1.0.0
20562024-08-10T23:02:16.494Z[ helios-setup] Aug 10 23:02:15.532 INFO E| Downloaded block-buffer v0.9.0
20572024-08-10T23:02:16.496Z[ helios-setup] Aug 10 23:02:15.534 INFO E| Downloaded anyhow v1.0.72
20582024-08-10T23:02:16.500Z[ helios-setup] Aug 10 23:02:15.540 INFO E| Downloaded itoa v1.0.9
20592024-08-10T23:02:16.503Z[ helios-setup] Aug 10 23:02:15.542 INFO E| Downloaded fastrand v2.0.0
20602024-08-10T23:02:16.506Z[ helios-setup] Aug 10 23:02:15.544 INFO E| Downloaded digest v0.9.0
20612024-08-10T23:02:16.508Z[ helios-setup] Aug 10 23:02:15.546 INFO E| Downloaded bitflags v2.3.3
20622024-08-10T23:02:16.511Z[ helios-setup] Aug 10 23:02:15.550 INFO E| Downloaded md-5 v0.9.1
20632024-08-10T23:02:16.514Z[ helios-setup] Aug 10 23:02:15.552 INFO E| Downloaded errno v0.3.1
20642024-08-10T23:02:16.516Z[ helios-setup] Aug 10 23:02:15.554 INFO E| Downloaded cpufeatures v0.2.9
20652024-08-10T23:02:16.519Z[ helios-setup] Aug 10 23:02:15.557 INFO E| Downloaded sha-1 v0.9.8
20662024-08-10T23:02:16.527Z[ helios-setup] Aug 10 23:02:15.566 INFO E| Downloaded once_cell v1.18.0
20672024-08-10T23:02:16.532Z[ helios-setup] Aug 10 23:02:15.571 INFO E| Downloaded uuid v0.8.2
20682024-08-10T23:02:16.547Z[ helios-setup] Aug 10 23:02:15.586 INFO E| Downloaded getrandom v0.2.10
20692024-08-10T23:02:16.552Z[ helios-setup] Aug 10 23:02:15.591 INFO E| Downloaded walkdir v2.3.3
20702024-08-10T23:02:16.556Z[ helios-setup] Aug 10 23:02:15.594 INFO E| Downloaded unicode-ident v1.0.11
20712024-08-10T23:02:16.559Z[ helios-setup] Aug 10 23:02:15.598 INFO E| Downloaded serde_derive v1.0.193
20722024-08-10T23:02:16.563Z[ helios-setup] Aug 10 23:02:15.602 INFO E| Downloaded serde v1.0.193
20732024-08-10T23:02:16.568Z[ helios-setup] Aug 10 23:02:15.607 INFO E| Downloaded typenum v1.16.0
20742024-08-10T23:02:16.572Z[ helios-setup] Aug 10 23:02:15.611 INFO E| Downloaded tempfile v3.7.0
20752024-08-10T23:02:16.576Z[ helios-setup] Aug 10 23:02:15.615 INFO E| Downloaded ryu v1.0.15
20762024-08-10T23:02:16.580Z[ helios-setup] Aug 10 23:02:15.620 INFO E| Downloaded quote v1.0.31
20772024-08-10T23:02:16.584Z[ helios-setup] Aug 10 23:02:15.623 INFO E| Downloaded serde_json v1.0.103
20782024-08-10T23:02:16.596Z[ helios-setup] Aug 10 23:02:15.635 INFO E| Downloaded proc-macro2 v1.0.66
20792024-08-10T23:02:16.600Z[ helios-setup] Aug 10 23:02:15.639 INFO E| Downloaded syn v2.0.32
20802024-08-10T23:02:16.615Z[ helios-setup] Aug 10 23:02:15.654 INFO E| Downloaded rustix v0.38.4
20812024-08-10T23:02:16.662Z[ helios-setup] Aug 10 23:02:15.701 INFO E| Downloaded libc v0.2.147
20822024-08-10T23:02:16.871Z[ helios-setup] Aug 10 23:02:15.910 INFO E| Compiling libc v0.2.147
20832024-08-10T23:02:16.877Z[ helios-setup] Aug 10 23:02:15.910 INFO E| Compiling proc-macro2 v1.0.66
20842024-08-10T23:02:16.877Z[ helios-setup] Aug 10 23:02:15.911 INFO E| Compiling cfg-if v1.0.0
20852024-08-10T23:02:16.877Z[ helios-setup] Aug 10 23:02:15.911 INFO E| Compiling unicode-ident v1.0.11
20862024-08-10T23:02:16.877Z[ helios-setup] Aug 10 23:02:15.911 INFO E| Compiling typenum v1.16.0
20872024-08-10T23:02:16.877Z[ helios-setup] Aug 10 23:02:15.911 INFO E| Compiling version_check v0.9.4
20882024-08-10T23:02:16.877Z[ helios-setup] Aug 10 23:02:15.911 INFO E| Compiling serde v1.0.193
20892024-08-10T23:02:16.878Z[ helios-setup] Aug 10 23:02:15.911 INFO E| Compiling num-conv v0.1.0
20902024-08-10T23:02:16.895Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20912024-08-10T23:02:17.527Z[ helios-setup] Aug 10 23:02:16.566 INFO E| Compiling itoa v1.0.9
20922024-08-10T23:02:17.654Z[ helios-setup] Aug 10 23:02:16.692 INFO E| Compiling time-core v0.1.2
20932024-08-10T23:02:18.017Z[ helios-setup] Aug 10 23:02:17.056 INFO E| Compiling rustix v0.38.4
20942024-08-10T23:02:18.155Z[ helios-setup] Aug 10 23:02:17.193 INFO E| Compiling powerfmt v0.2.0
20952024-08-10T23:02:18.276Z[ helios-setup] Aug 10 23:02:17.315 INFO E| Compiling slog v2.7.0
20962024-08-10T23:02:18.470Z[ host-package] Compiling trust-dns-resolver v0.22.0
20972024-08-10T23:02:18.470Z[ host-package] Compiling rayon-core v1.12.1
20982024-08-10T23:02:18.586Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20992024-08-10T23:02:18.703Z[ helios-setup] Aug 10 23:02:17.742 INFO E| Compiling deranged v0.3.11
21002024-08-10T23:02:18.771Z[ helios-setup] Aug 10 23:02:17.810 INFO E| Compiling generic-array v0.14.7
21012024-08-10T23:02:19.083Z[ helios-setup] Aug 10 23:02:18.122 INFO E| Compiling time-macros v0.2.18
21022024-08-10T23:02:19.391Z[ host-package] Compiling crossbeam-deque v0.8.5
21032024-08-10T23:02:19.452Z[ helios-setup] Aug 10 23:02:18.487 INFO E| Compiling once_cell v1.18.0
21042024-08-10T23:02:19.567Z[ helios-setup] Aug 10 23:02:18.515 INFO E| Compiling num_threads v0.1.6
21052024-08-10T23:02:19.574Z[ helios-setup] Aug 10 23:02:18.613 INFO E| Compiling quote v1.0.31
21062024-08-10T23:02:19.814Z[ helios-setup] Aug 10 23:02:18.852 INFO E| Compiling bitflags v2.3.3
21072024-08-10T23:02:19.839Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21082024-08-10T23:02:20.234Z[ helios-setup] Aug 10 23:02:19.268 INFO E| Compiling thread_local v1.1.7
21092024-08-10T23:02:20.350Z[ host-package] Compiling display-error-chain v0.2.0
21102024-08-10T23:02:20.645Z[ helios-setup] Aug 10 23:02:19.683 INFO E| Compiling syn v2.0.32
21112024-08-10T23:02:20.896Z[ helios-setup] Aug 10 23:02:19.934 INFO E| Compiling dirs-sys-next v0.1.2
21122024-08-10T23:02:21.161Z[ host-package] Compiling same-file v1.0.6
21132024-08-10T23:02:21.613Z[ host-package] Compiling fastrand v2.1.0
21142024-08-10T23:02:21.672Z[ helios-setup] Aug 10 23:02:20.710 INFO E| Compiling dirs-next v2.0.0
21152024-08-10T23:02:21.727Z[ helios-setup] Aug 10 23:02:20.766 INFO E| Compiling errno v0.3.1
21162024-08-10T23:02:22.168Z[ helios-setup] Aug 10 23:02:21.206 INFO E| Compiling term v0.7.0
21172024-08-10T23:02:22.215Z[ helios-setup] Aug 10 23:02:21.253 INFO E| Compiling atty v0.2.14
21182024-08-10T23:02:22.237Z[ helios-setup] Aug 10 23:02:21.275 INFO E| Compiling fastrand v2.0.0
21192024-08-10T23:02:22.367Z[ helios-setup] Aug 10 23:02:21.406 INFO E| Compiling serde_json v1.0.103
21202024-08-10T23:02:22.441Z[ helios-setup] Aug 10 23:02:21.480 INFO E| Compiling anyhow v1.0.72
21212024-08-10T23:02:22.936Z[ host-package] Compiling tempfile v3.10.1
21222024-08-10T23:02:23.488Z[ helios-setup] Aug 10 23:02:22.526 INFO E| Compiling opaque-debug v0.3.0
21232024-08-10T23:02:23.618Z[ helios-setup] Aug 10 23:02:22.656 INFO E| Compiling getrandom v0.2.10
21242024-08-10T23:02:23.637Z[ helios-setup] Aug 10 23:02:22.675 INFO E| Compiling cpufeatures v0.2.9
21252024-08-10T23:02:23.724Z[ helios-setup] Aug 10 23:02:22.760 INFO E| Compiling unicode-width v0.1.10
21262024-08-10T23:02:23.949Z[ helios-setup] Aug 10 23:02:22.987 INFO E| Compiling digest v0.9.0
21272024-08-10T23:02:24.085Z[ helios-setup] Aug 10 23:02:23.123 INFO E| Compiling block-buffer v0.9.0
21282024-08-10T23:02:24.276Z[ helios-setup] Aug 10 23:02:23.314 INFO E| Compiling same-file v1.0.6
21292024-08-10T23:02:24.464Z[ helios-setup] Aug 10 23:02:23.502 INFO E| Compiling ryu v1.0.15
21302024-08-10T23:02:24.563Z[ helios-setup] Aug 10 23:02:23.601 INFO E| Compiling walkdir v2.3.3
21312024-08-10T23:02:24.579Z[ helios-setup] Aug 10 23:02:23.617 INFO E| Compiling time v0.3.36
21322024-08-10T23:02:24.609Z[ helios-setup] Aug 10 23:02:23.647 INFO E| Compiling md-5 v0.9.1
21332024-08-10T23:02:24.699Z[ host-package] Compiling walkdir v2.5.0
21342024-08-10T23:02:24.763Z[ helios-setup] Aug 10 23:02:23.798 INFO E| Compiling sha-1 v0.9.8
21352024-08-10T23:02:25.415Z[ helios-setup] Aug 10 23:02:24.453 INFO E| Compiling tempfile v3.7.0
21362024-08-10T23:02:25.593Z[ helios-setup] Aug 10 23:02:24.630 INFO E| Compiling getopts v0.2.21
21372024-08-10T23:02:25.878Z[ helios-setup] Aug 10 23:02:24.916 INFO E| Compiling libdevinfo-sys v1.0.0
21382024-08-10T23:02:26.343Z[ helios-setup] Aug 10 23:02:25.380 INFO E| Compiling glob v0.3.1
21392024-08-10T23:02:28.330Z[ host-package] Compiling half v2.4.1
21402024-08-10T23:02:28.454Z[ helios-setup] Aug 10 23:02:27.491 INFO E| Compiling slog-term v2.9.0
21412024-08-10T23:02:29.047Z[ helios-setup] Aug 10 23:02:28.085 INFO E| Compiling serde_derive v1.0.193
21422024-08-10T23:02:29.311Z[ host-package] Compiling utf-8 v0.7.6
21432024-08-10T23:02:29.501Z[ host-package] Compiling ciborium-io v0.2.2
21442024-08-10T23:02:29.791Z[ host-package] Compiling ciborium-ll v0.2.2
21452024-08-10T23:02:29.830Z[ host-package] Compiling blake3 v1.5.1
21462024-08-10T23:02:30.333Z[ host-package] Compiling ring v0.16.20
21472024-08-10T23:02:30.525Z[ host-package] Compiling rayon v1.10.0
21482024-08-10T23:02:32.679Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21492024-08-10T23:02:33.784Z[ host-package] Compiling xattr v1.3.1
21502024-08-10T23:02:34.108Z[ host-package] Compiling nibble_vec v0.1.0
21512024-08-10T23:02:34.427Z[ host-package] Compiling memmap2 v0.9.4
21522024-08-10T23:02:35.746Z[ host-package] Compiling filetime v0.2.23
21532024-08-10T23:02:36.112Z[ host-package] Compiling constant_time_eq v0.3.0
21542024-08-10T23:02:36.299Z[ host-package] Compiling cancel-safe-futures v0.1.5
21552024-08-10T23:02:36.731Z[ host-package] Compiling arrayvec v0.7.4
21562024-08-10T23:02:37.423Z[ host-package] Compiling arrayref v0.3.7
21572024-08-10T23:02:37.608Z[ host-package] Compiling untrusted v0.7.1
21582024-08-10T23:02:37.799Z[ host-package] Compiling endian-type v0.1.2
21592024-08-10T23:02:38.061Z[ host-package] Compiling spin v0.5.2
21602024-08-10T23:02:39.773Z[ host-package] Compiling radix_trie v0.2.1
21612024-08-10T23:02:42.097Z[ host-package] Compiling tar v0.4.41
21622024-08-10T23:02:42.131Z[ host-package] Compiling ciborium v0.2.2
21632024-08-10T23:02:44.203Z[ host-package] Compiling toolchain_find v0.4.0
21642024-08-10T23:02:44.504Z[ host-package] Compiling camino-tempfile v1.1.1
21652024-08-10T23:02:44.854Z[ host-package] Compiling maplit v1.0.2
21662024-08-10T23:02:45.022Z[ host-package] Compiling topological-sort v0.2.2
21672024-08-10T23:02:45.051Z[ helios-setup] Aug 10 23:02:44.087 INFO E| Compiling toml v0.5.11
21682024-08-10T23:02:45.051Z[ helios-setup] Aug 10 23:02:44.087 INFO E| Compiling uuid v0.8.2
21692024-08-10T23:02:45.085Z[ host-package] Compiling crunchy v0.2.2
21702024-08-10T23:02:45.378Z[ host-package] Compiling glob v0.3.1
21712024-08-10T23:02:45.969Z[ host-package] Compiling omicron-zone-package v0.11.0
21722024-08-10T23:02:46.682Z[ host-package] Compiling clang-sys v1.7.0
21732024-08-10T23:02:46.830Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21742024-08-10T23:02:46.900Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21752024-08-10T23:02:47.350Z[ helios-setup] Aug 10 23:02:46.385 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
21762024-08-10T23:02:47.670Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21772024-08-10T23:02:47.814Z[ host-package] Compiling tiny-keccak v2.0.2
21782024-08-10T23:02:48.563Z[ host-package] Compiling dsl_auto_type v0.1.2
21792024-08-10T23:02:48.606Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21802024-08-10T23:02:50.239Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21812024-08-10T23:02:50.327Z[ host-package] Compiling arc-swap v1.7.1
21822024-08-10T23:02:50.457Z[ helios-setup] Aug 10 23:02:49.492 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
21832024-08-10T23:02:50.723Z[ host-package] Compiling diesel_derives v2.2.2
21842024-08-10T23:02:51.081Z[ host-package] Compiling slog-scope v4.4.0
21852024-08-10T23:02:52.091Z[ host-package] Compiling r2d2 v0.8.10
21862024-08-10T23:02:52.249Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21872024-08-10T23:02:52.347Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21882024-08-10T23:02:52.761Z[ host-package] Compiling ascii-canvas v3.0.0
21892024-08-10T23:02:53.164Z[ host-package] Compiling ena v0.14.3
21902024-08-10T23:02:53.298Z[ host-package] Compiling libloading v0.8.3
21912024-08-10T23:02:53.658Z[ host-package] Compiling diff v0.1.13
21922024-08-10T23:02:53.732Z[ host-package] Compiling bindgen v0.69.4
21932024-08-10T23:02:54.455Z[ host-package] Compiling regex-syntax v0.6.29
21942024-08-10T23:03:00.503Z[ host-package] Compiling lalrpop v0.19.12
21952024-08-10T23:03:03.456Z[ helios-setup] Aug 10 23:03:02.487 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.05s
21962024-08-10T23:03:03.487Z[ helios-setup] Aug 10 23:03:02.520 INFO building project "image-builder" ok (48 seconds)
21972024-08-10T23:03:03.487Z[ helios-setup] Aug 10 23:03:02.520 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21982024-08-10T23:03:03.490Z[ helios-setup] Aug 10 23:03:02.520 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21992024-08-10T23:03:03.732Z[ helios-setup] Aug 10 23:03:02.764 INFO E| Downloading crates ...
22002024-08-10T23:03:03.853Z[ helios-setup] Aug 10 23:03:02.885 INFO E| Downloaded typenum v1.15.0
22012024-08-10T23:03:03.857Z[ helios-setup] Aug 10 23:03:02.889 INFO E| Downloaded generic-array v0.14.6
22022024-08-10T23:03:03.859Z[ helios-setup] Aug 10 23:03:02.892 INFO E| Downloaded sha2 v0.10.5
22032024-08-10T23:03:03.862Z[ helios-setup] Aug 10 23:03:02.895 INFO E| Downloaded digest v0.10.3
22042024-08-10T23:03:03.865Z[ helios-setup] Aug 10 23:03:02.898 INFO E| Downloaded bytes v1.2.1
22052024-08-10T23:03:03.871Z[ helios-setup] Aug 10 23:03:02.903 INFO E| Downloaded miniz_oxide v0.6.2
22062024-08-10T23:03:03.874Z[ helios-setup] Aug 10 23:03:02.907 INFO E| Downloaded flate2 v1.0.25
22072024-08-10T23:03:03.881Z[ helios-setup] Aug 10 23:03:02.914 INFO E| Downloaded cpufeatures v0.2.5
22082024-08-10T23:03:03.884Z[ helios-setup] Aug 10 23:03:02.915 INFO E| Downloaded block-buffer v0.10.3
22092024-08-10T23:03:03.886Z[ helios-setup] Aug 10 23:03:02.917 INFO E| Downloaded anyhow v1.0.62
22102024-08-10T23:03:03.897Z[ host-package] Compiling diesel v2.2.2
22112024-08-10T23:03:04.058Z[ helios-setup] Aug 10 23:03:03.091 INFO E| Compiling version_check v0.9.4
22122024-08-10T23:03:04.061Z[ helios-setup] Aug 10 23:03:03.091 INFO E| Compiling typenum v1.15.0
22132024-08-10T23:03:04.061Z[ helios-setup] Aug 10 23:03:03.091 INFO E| Compiling crc32fast v1.3.2
22142024-08-10T23:03:04.061Z[ helios-setup] Aug 10 23:03:03.091 INFO E| Compiling cfg-if v1.0.0
22152024-08-10T23:03:04.061Z[ helios-setup] Aug 10 23:03:03.091 INFO E| Compiling adler v1.0.2
22162024-08-10T23:03:04.061Z[ helios-setup] Aug 10 23:03:03.091 INFO E| Compiling anyhow v1.0.62
22172024-08-10T23:03:04.061Z[ helios-setup] Aug 10 23:03:03.091 INFO E| Compiling cpufeatures v0.2.5
22182024-08-10T23:03:04.061Z[ helios-setup] Aug 10 23:03:03.091 INFO E| Compiling unicode-width v0.1.10
22192024-08-10T23:03:04.721Z[ helios-setup] Aug 10 23:03:03.753 INFO E| Compiling bitflags v1.3.2
22202024-08-10T23:03:04.788Z[ helios-setup] Aug 10 23:03:03.820 INFO E| Compiling bytes v1.2.1
22212024-08-10T23:03:04.861Z[ helios-setup] Aug 10 23:03:03.894 INFO E| Compiling miniz_oxide v0.6.2
22222024-08-10T23:03:05.126Z[ helios-setup] Aug 10 23:03:04.158 INFO E| Compiling getopts v0.2.21
22232024-08-10T23:03:05.670Z[ helios-setup] Aug 10 23:03:04.702 INFO E| Compiling generic-array v0.14.6
22242024-08-10T23:03:06.396Z[ helios-setup] Aug 10 23:03:05.428 INFO E| Compiling flate2 v1.0.25
22252024-08-10T23:03:07.833Z[ host-package] Compiling slog-stdlog v4.1.1
22262024-08-10T23:03:08.985Z[ host-package] Compiling tungstenite v0.21.0
22272024-08-10T23:03:09.891Z[ helios-setup] Aug 10 23:03:08.923 INFO E| Compiling crypto-common v0.1.6
22282024-08-10T23:03:09.891Z[ helios-setup] Aug 10 23:03:08.923 INFO E| Compiling block-buffer v0.10.3
22292024-08-10T23:03:10.132Z[ helios-setup] Aug 10 23:03:09.164 INFO E| Compiling digest v0.10.3
22302024-08-10T23:03:10.493Z[ helios-setup] Aug 10 23:03:09.525 INFO E| Compiling sha2 v0.10.5
22312024-08-10T23:03:11.112Z[ helios-setup] Aug 10 23:03:10.144 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
22322024-08-10T23:03:11.911Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22332024-08-10T23:03:13.376Z[ host-package] Compiling which v4.4.2
22342024-08-10T23:03:13.893Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22352024-08-10T23:03:14.049Z[ host-package] Compiling cexpr v0.6.0
22362024-08-10T23:03:14.367Z[ host-package] Compiling libsw v3.3.1
22372024-08-10T23:03:15.194Z[ host-package] Compiling atty v0.2.14
22382024-08-10T23:03:15.554Z[ host-package] Compiling shlex v1.3.0
22392024-08-10T23:03:15.639Z[ host-package] Compiling lazycell v1.3.0
22402024-08-10T23:03:16.074Z[ host-package] Compiling linear-map v1.2.0
22412024-08-10T23:03:16.300Z[ host-package] Compiling ref-cast v1.0.23
22422024-08-10T23:03:16.500Z[ host-package] Compiling owo-colors v4.0.0
22432024-08-10T23:03:16.573Z[ helios-setup] Aug 10 23:03:15.604 INFO E| Finished `release` profile [optimized] target(s) in 13.00s
22442024-08-10T23:03:16.589Z[ helios-setup] Aug 10 23:03:15.620 INFO building project "bootserver" ok (13 seconds)
22452024-08-10T23:03:16.589Z[ helios-setup] Aug 10 23:03:15.620 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22462024-08-10T23:03:16.591Z[ helios-setup] Aug 10 23:03:15.620 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22472024-08-10T23:03:16.729Z[ host-package] Compiling rustc-hash v1.1.0
22482024-08-10T23:03:16.933Z[ helios-setup] Aug 10 23:03:15.962 INFO E| Compiling adler v1.0.2
22492024-08-10T23:03:17.012Z[ host-package] Compiling tokio-tungstenite v0.21.0
22502024-08-10T23:03:17.067Z[ helios-setup] Aug 10 23:03:16.098 INFO E| Compiling miniz_oxide v0.7.2
22512024-08-10T23:03:17.780Z[ host-package] Compiling slog-envlogger v2.2.0
22522024-08-10T23:03:18.181Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22532024-08-10T23:03:19.577Z[ helios-setup] Aug 10 23:03:18.608 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22542024-08-10T23:03:19.789Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22552024-08-10T23:03:20.808Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22562024-08-10T23:03:21.190Z[ helios-setup] Aug 10 23:03:20.220 INFO E| Finished `release` profile [optimized] target(s) in 4.51s
22572024-08-10T23:03:21.197Z[ helios-setup] Aug 10 23:03:20.228 INFO building project "pinprick" ok (4 seconds)
22582024-08-10T23:03:21.197Z[ helios-setup] Aug 10 23:03:20.228 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22592024-08-10T23:03:21.200Z[ helios-setup] Aug 10 23:03:20.228 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22602024-08-10T23:03:21.216Z[ host-package] Compiling derive_builder_core v0.20.0
22612024-08-10T23:03:21.679Z[ helios-setup] Aug 10 23:03:20.710 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22622024-08-10T23:03:22.284Z[ helios-setup] Aug 10 23:03:21.315 INFO E| From https://github.com/jclulow/hiercmd
22632024-08-10T23:03:22.284Z[ helios-setup] Aug 10 23:03:21.315 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22642024-08-10T23:03:22.325Z[ helios-setup] Aug 10 23:03:21.355 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22652024-08-10T23:03:22.774Z[ helios-setup] Aug 10 23:03:21.804 INFO E| From https://github.com/jclulow/network-interface
22662024-08-10T23:03:22.774Z[ helios-setup] Aug 10 23:03:21.804 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22672024-08-10T23:03:22.793Z[ helios-setup] Aug 10 23:03:21.823 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22682024-08-10T23:03:23.396Z[ helios-setup] Aug 10 23:03:22.426 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22692024-08-10T23:03:23.396Z[ helios-setup] Aug 10 23:03:22.426 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22702024-08-10T23:03:23.399Z[ host-package] Compiling headers-core v0.2.0
22712024-08-10T23:03:23.440Z[ helios-setup] Aug 10 23:03:22.470 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22722024-08-10T23:03:23.619Z[ host-package] Compiling fxhash v0.2.1
22732024-08-10T23:03:23.856Z[ host-package] Compiling libxml v0.3.3
22742024-08-10T23:03:24.133Z[ helios-setup] Aug 10 23:03:23.163 INFO E| From https://github.com/oxidecomputer/facade
22752024-08-10T23:03:24.133Z[ helios-setup] Aug 10 23:03:23.163 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22762024-08-10T23:03:24.220Z[ helios-setup] Aug 10 23:03:23.250 INFO E| Updating crates.io index
22772024-08-10T23:03:24.328Z[ host-package] Compiling ref-cast-impl v1.0.23
22782024-08-10T23:03:25.101Z[ helios-setup] Aug 10 23:03:24.130 INFO E| Downloading crates ...
22792024-08-10T23:03:25.454Z[ helios-setup] Aug 10 23:03:24.427 INFO E| Downloaded project-root v0.2.2
22802024-08-10T23:03:25.473Z[ helios-setup] Aug 10 23:03:24.502 INFO E| Downloaded sha2 v0.10.6
22812024-08-10T23:03:25.477Z[ helios-setup] Aug 10 23:03:24.507 INFO E| Downloaded semver-parser v0.10.2
22822024-08-10T23:03:25.483Z[ helios-setup] Aug 10 23:03:24.512 INFO E| Downloaded either v1.8.0
22832024-08-10T23:03:25.491Z[ helios-setup] Aug 10 23:03:24.515 INFO E| Downloaded toolchain_find v0.2.0
22842024-08-10T23:03:25.491Z[ helios-setup] Aug 10 23:03:24.517 INFO E| Downloaded serde_derive v1.0.204
22852024-08-10T23:03:25.494Z[ helios-setup] Aug 10 23:03:24.522 INFO E| Downloaded num_enum_derive v0.5.7
22862024-08-10T23:03:25.497Z[ helios-setup] Aug 10 23:03:24.524 INFO E| Downloaded percent-encoding v2.2.0
22872024-08-10T23:03:25.497Z[ helios-setup] Aug 10 23:03:24.526 INFO E| Downloaded num-integer v0.1.45
22882024-08-10T23:03:25.500Z[ helios-setup] Aug 10 23:03:24.530 INFO E| Downloaded schemars_derive v0.8.12
22892024-08-10T23:03:25.502Z[ helios-setup] Aug 10 23:03:24.532 INFO E| Downloaded try-lock v0.2.4
22902024-08-10T23:03:25.505Z[ helios-setup] Aug 10 23:03:24.534 INFO E| Downloaded want v0.3.0
22912024-08-10T23:03:25.509Z[ helios-setup] Aug 10 23:03:24.536 INFO E| Downloaded rustls-pemfile v1.0.2
22922024-08-10T23:03:25.512Z[ helios-setup] Aug 10 23:03:24.540 INFO E| Downloaded proc-macro-crate v1.2.1
22932024-08-10T23:03:25.519Z[ helios-setup] Aug 10 23:03:24.543 INFO E| Downloaded slog-bunyan v2.4.0
22942024-08-10T23:03:25.519Z[ helios-setup] Aug 10 23:03:24.545 INFO E| Downloaded toml_datetime v0.6.1
22952024-08-10T23:03:25.519Z[ helios-setup] Aug 10 23:03:24.546 INFO E| Downloaded lazy_static v1.4.0
22962024-08-10T23:03:25.522Z[ helios-setup] Aug 10 23:03:24.549 INFO E| Downloaded home v0.5.4
22972024-08-10T23:03:25.522Z[ helios-setup] Aug 10 23:03:24.551 INFO E| Downloaded futures-io v0.3.28
22982024-08-10T23:03:25.525Z[ helios-setup] Aug 10 23:03:24.552 INFO E| Downloaded futures-executor v0.3.28
22992024-08-10T23:03:25.525Z[ helios-setup] Aug 10 23:03:24.555 INFO E| Downloaded thiserror-impl v1.0.38
23002024-08-10T23:03:25.529Z[ helios-setup] Aug 10 23:03:24.557 INFO E| Downloaded memoffset v0.7.1
23012024-08-10T23:03:25.534Z[ helios-setup] Aug 10 23:03:24.560 INFO E| Downloaded form_urlencoded v1.1.0
23022024-08-10T23:03:25.534Z[ helios-setup] Aug 10 23:03:24.561 INFO E| Downloaded futures-task v0.3.28
23032024-08-10T23:03:25.534Z[ helios-setup] Aug 10 23:03:24.563 INFO E| Downloaded num_enum v0.5.7
23042024-08-10T23:03:25.542Z[ helios-setup] Aug 10 23:03:24.572 INFO E| Downloaded ahash v0.7.6
23052024-08-10T23:03:25.548Z[ helios-setup] Aug 10 23:03:24.578 INFO E| Downloaded thiserror v1.0.38
23062024-08-10T23:03:25.558Z[ helios-setup] Aug 10 23:03:24.588 INFO E| Downloaded tokio-macros v2.0.0
23072024-08-10T23:03:25.561Z[ helios-setup] Aug 10 23:03:24.591 INFO E| Downloaded smartstring v1.0.1
23082024-08-10T23:03:25.567Z[ helios-setup] Aug 10 23:03:24.595 INFO E| Downloaded serde_spanned v0.6.1
23092024-08-10T23:03:25.570Z[ helios-setup] Aug 10 23:03:24.598 INFO E| Downloaded tokio-rustls v0.24.0
23102024-08-10T23:03:25.572Z[ helios-setup] Aug 10 23:03:24.601 INFO E| Downloaded slog-async v2.7.0
23112024-08-10T23:03:25.575Z[ helios-setup] Aug 10 23:03:24.605 INFO E| Downloaded smallvec v1.10.0
23122024-08-10T23:03:25.579Z[ helios-setup] Aug 10 23:03:24.609 INFO E| Downloaded tokio-tungstenite v0.18.0
23132024-08-10T23:03:25.583Z[ helios-setup] Aug 10 23:03:24.613 INFO E| Downloaded textwrap v0.16.0
23142024-08-10T23:03:25.589Z[ helios-setup] Aug 10 23:03:24.619 INFO E| Downloaded rhai_codegen v1.5.0
23152024-08-10T23:03:25.607Z[ helios-setup] Aug 10 23:03:24.637 INFO E| Downloaded unicode-bidi v0.3.13
23162024-08-10T23:03:25.611Z[ helios-setup] Aug 10 23:03:24.641 INFO E| Downloaded uuid v1.3.0
23172024-08-10T23:03:25.625Z[ helios-setup] Aug 10 23:03:24.655 INFO E| Downloaded unsafe-libyaml v0.2.8
23182024-08-10T23:03:25.632Z[ helios-setup] Aug 10 23:03:24.662 INFO E| Downloaded unicode-linebreak v0.1.4
23192024-08-10T23:03:25.636Z[ helios-setup] Aug 10 23:03:24.666 INFO E| Downloaded url v2.3.1
23202024-08-10T23:03:25.642Z[ helios-setup] Aug 10 23:03:24.672 INFO E| Downloaded serde v1.0.204
23212024-08-10T23:03:25.653Z[ helios-setup] Aug 10 23:03:24.678 INFO E| Downloaded toml_edit v0.19.8
23222024-08-10T23:03:25.681Z[ helios-setup] Aug 10 23:03:24.710 INFO E| Downloaded winnow v0.4.1
23232024-08-10T23:03:25.693Z[ helios-setup] Aug 10 23:03:24.723 INFO E| Downloaded unicode-normalization v0.1.22
23242024-08-10T23:03:25.699Z[ helios-setup] Aug 10 23:03:24.729 INFO E| Downloaded memchr v2.5.0
23252024-08-10T23:03:25.709Z[ helios-setup] Aug 10 23:03:24.739 INFO E| Downloaded schemars v0.8.12
23262024-08-10T23:03:25.730Z[ helios-setup] Aug 10 23:03:24.759 INFO E| Downloaded tokio v1.27.0
23272024-08-10T23:03:25.788Z[ helios-setup] Aug 10 23:03:24.818 INFO E| Downloaded http v0.2.9
23282024-08-10T23:03:25.796Z[ helios-setup] Aug 10 23:03:24.826 INFO E| Downloaded mio v0.8.5
23292024-08-10T23:03:25.805Z[ helios-setup] Aug 10 23:03:24.835 INFO E| Downloaded crossbeam-channel v0.5.6
23302024-08-10T23:03:25.822Z[ helios-setup] Aug 10 23:03:24.842 INFO E| Downloaded pest v2.5.7
23312024-08-10T23:03:25.822Z[ helios-setup] Aug 10 23:03:24.851 INFO E| Downloaded aho-corasick v0.7.20
23322024-08-10T23:03:25.829Z[ helios-setup] Aug 10 23:03:24.858 INFO E| Downloaded base64 v0.21.0
23332024-08-10T23:03:25.836Z[ helios-setup] Aug 10 23:03:24.866 INFO E| Downloaded anyhow v1.0.68
23342024-08-10T23:03:25.842Z[ helios-setup] Aug 10 23:03:24.872 INFO E| Downloaded clap_builder v4.2.1
23352024-08-10T23:03:25.854Z[ helios-setup] Aug 10 23:03:24.884 INFO E| Downloaded syn v1.0.107
23362024-08-10T23:03:25.871Z[ helios-setup] Aug 10 23:03:24.901 INFO E| Downloaded rustls-webpki v0.100.1
23372024-08-10T23:03:25.879Z[ helios-setup] Aug 10 23:03:24.909 INFO E| Downloaded reqwest v0.11.16
23382024-08-10T23:03:25.882Z[ host-package] Compiling headers v0.3.9
23392024-08-10T23:03:25.891Z[ helios-setup] Aug 10 23:03:24.920 INFO E| Downloaded futures-util v0.3.28
23402024-08-10T23:03:25.907Z[ helios-setup] Aug 10 23:03:24.937 INFO E| Downloaded rayon v1.6.1
23412024-08-10T23:03:25.919Z[ helios-setup] Aug 10 23:03:24.949 INFO E| Downloaded regress v0.5.0
23422024-08-10T23:03:25.929Z[ helios-setup] Aug 10 23:03:24.958 INFO E| Downloaded regex v1.7.3
23432024-08-10T23:03:25.940Z[ helios-setup] Aug 10 23:03:24.970 INFO E| Downloaded git2 v0.16.1
23442024-08-10T23:03:25.952Z[ helios-setup] Aug 10 23:03:24.982 INFO E| Downloaded rustls v0.21.0
23452024-08-10T23:03:25.971Z[ helios-setup] Aug 10 23:03:25.001 INFO E| Downloaded rustix v0.37.3
23462024-08-10T23:03:26.003Z[ helios-setup] Aug 10 23:03:25.033 INFO E| Downloaded rhai v1.14.0
23472024-08-10T23:03:26.022Z[ helios-setup] Aug 10 23:03:25.052 INFO E| Downloaded openapiv3 v1.0.2
23482024-08-10T23:03:26.042Z[ helios-setup] Aug 10 23:03:25.072 INFO E| Downloaded chrono v0.4.24
23492024-08-10T23:03:26.054Z[ helios-setup] Aug 10 23:03:25.084 INFO E| Downloaded hyper v0.14.25
23502024-08-10T23:03:26.067Z[ helios-setup] Aug 10 23:03:25.097 INFO E| Downloaded libc v0.2.139
23512024-08-10T23:03:26.117Z[ helios-setup] Aug 10 23:03:25.147 INFO E| Downloaded h2 v0.3.16
23522024-08-10T23:03:26.128Z[ helios-setup] Aug 10 23:03:25.157 INFO E| Downloaded num-traits v0.2.15
23532024-08-10T23:03:26.132Z[ helios-setup] Aug 10 23:03:25.162 INFO E| Downloaded clap v4.2.1
23542024-08-10T23:03:26.147Z[ helios-setup] Aug 10 23:03:25.177 INFO E| Downloaded serde_json v1.0.95
23552024-08-10T23:03:26.159Z[ helios-setup] Aug 10 23:03:25.189 INFO E| Downloaded parking_lot v0.12.1
23562024-08-10T23:03:26.162Z[ helios-setup] Aug 10 23:03:25.192 INFO E| Downloaded tokio-util v0.7.7
23572024-08-10T23:03:26.172Z[ helios-setup] Aug 10 23:03:25.202 INFO E| Downloaded rayon-core v1.10.2
23582024-08-10T23:03:26.178Z[ helios-setup] Aug 10 23:03:25.208 INFO E| Downloaded futures v0.3.28
23592024-08-10T23:03:26.186Z[ helios-setup] Aug 10 23:03:25.216 INFO E| Downloaded sct v0.7.0
23602024-08-10T23:03:26.192Z[ helios-setup] Aug 10 23:03:25.222 INFO E| Downloaded crossbeam-epoch v0.9.13
23612024-08-10T23:03:26.196Z[ helios-setup] Aug 10 23:03:25.226 INFO E| Downloaded tracing v0.1.37
23622024-08-10T23:03:26.272Z[ helios-setup] Aug 10 23:03:25.302 INFO E| Downloaded once_cell v1.17.0
23632024-08-10T23:03:26.276Z[ helios-setup] Aug 10 23:03:25.306 INFO E| Downloaded iana-time-zone v0.1.56
23642024-08-10T23:03:26.279Z[ helios-setup] Aug 10 23:03:25.309 INFO E| Downloaded cc v1.0.78
23652024-08-10T23:03:26.283Z[ helios-setup] Aug 10 23:03:25.313 INFO E| Downloaded bytes v1.4.0
23662024-08-10T23:03:26.289Z[ helios-setup] Aug 10 23:03:25.319 INFO E| Downloaded unicode-ident v1.0.8
23672024-08-10T23:03:26.294Z[ helios-setup] Aug 10 23:03:25.323 INFO E| Downloaded ucd-trie v0.1.5
23682024-08-10T23:03:26.296Z[ helios-setup] Aug 10 23:03:25.326 INFO E| Downloaded tungstenite v0.18.0
23692024-08-10T23:03:26.301Z[ helios-setup] Aug 10 23:03:25.331 INFO E| Downloaded tracing-core v0.1.30
23702024-08-10T23:03:26.305Z[ helios-setup] Aug 10 23:03:25.335 INFO E| Downloaded toml v0.7.3
23712024-08-10T23:03:26.312Z[ helios-setup] Aug 10 23:03:25.341 INFO E| Downloaded serde_yaml v0.9.21
23722024-08-10T23:03:26.316Z[ helios-setup] Aug 10 23:03:25.346 INFO E| Downloaded encoding_rs v0.8.32
23732024-08-10T23:03:26.350Z[ helios-setup] Aug 10 23:03:25.380 INFO E| Downloaded ryu v1.0.13
23742024-08-10T23:03:26.354Z[ helios-setup] Aug 10 23:03:25.384 INFO E| Downloaded pkg-config v0.3.26
23752024-08-10T23:03:26.357Z[ helios-setup] Aug 10 23:03:25.387 INFO E| Downloaded paste v1.0.12
23762024-08-10T23:03:26.361Z[ helios-setup] Aug 10 23:03:25.391 INFO E| Downloaded jobserver v0.1.26
23772024-08-10T23:03:26.365Z[ helios-setup] Aug 10 23:03:25.395 INFO E| Downloaded ipnet v2.7.2
23782024-08-10T23:03:26.373Z[ helios-setup] Aug 10 23:03:25.403 INFO E| Downloaded getrandom v0.2.8
23792024-08-10T23:03:26.373Z[ helios-setup] Aug 10 23:03:25.403 INFO E| Downloaded cargo-lock v8.0.3
23802024-08-10T23:03:26.385Z[ helios-setup] Aug 10 23:03:25.404 INFO E| Downloaded socket2 v0.4.9
23812024-08-10T23:03:26.385Z[ helios-setup] Aug 10 23:03:25.415 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
23822024-08-10T23:03:26.483Z[ helios-setup] Aug 10 23:03:25.513 INFO E| Downloaded lock_api v0.4.9
23832024-08-10T23:03:26.485Z[ helios-setup] Aug 10 23:03:25.515 INFO E| Downloaded clap_derive v4.2.0
23842024-08-10T23:03:26.488Z[ helios-setup] Aug 10 23:03:25.517 INFO E| Downloaded camino v1.1.4
23852024-08-10T23:03:26.490Z[ helios-setup] Aug 10 23:03:25.519 INFO E| Downloaded bincode v1.3.3
23862024-08-10T23:03:26.493Z[ helios-setup] Aug 10 23:03:25.523 INFO E| Downloaded ahash v0.8.3
23872024-08-10T23:03:26.501Z[ helios-setup] Aug 10 23:03:25.531 INFO E| Downloaded time v0.1.45
23882024-08-10T23:03:26.503Z[ helios-setup] Aug 10 23:03:25.533 INFO E| Downloaded httpdate v1.0.2
23892024-08-10T23:03:26.506Z[ helios-setup] Aug 10 23:03:25.535 INFO E| Downloaded serde_tokenstream v0.2.0
23902024-08-10T23:03:26.509Z[ helios-setup] Aug 10 23:03:25.539 INFO E| Downloaded serde_derive_internals v0.26.0
23912024-08-10T23:03:26.512Z[ helios-setup] Aug 10 23:03:25.541 INFO E| Downloaded semver v1.0.17
23922024-08-10T23:03:26.515Z[ helios-setup] Aug 10 23:03:25.545 INFO E| Downloaded rustfmt-wrapper v0.2.0
23932024-08-10T23:03:26.517Z[ helios-setup] Aug 10 23:03:25.546 INFO E| Downloaded crossbeam-utils v0.8.14
23942024-08-10T23:03:26.520Z[ helios-setup] Aug 10 23:03:25.550 INFO E| Downloaded itoa v1.0.6
23952024-08-10T23:03:26.523Z[ helios-setup] Aug 10 23:03:25.552 INFO E| Downloaded libz-sys v1.1.8
23962024-08-10T23:03:26.635Z[ helios-setup] Aug 10 23:03:25.664 INFO E| Downloaded futures-core v0.3.28
23972024-08-10T23:03:26.637Z[ helios-setup] Aug 10 23:03:25.666 INFO E| Downloaded futures-macro v0.3.28
23982024-08-10T23:03:26.640Z[ helios-setup] Aug 10 23:03:25.668 INFO E| Downloaded slab v0.4.7
23992024-08-10T23:03:26.643Z[ helios-setup] Aug 10 23:03:25.670 INFO E| Downloaded pin-project-lite v0.2.9
24002024-08-10T23:03:26.647Z[ helios-setup] Aug 10 23:03:25.677 INFO E| Downloaded parking_lot_core v0.9.6
24012024-08-10T23:03:26.651Z[ helios-setup] Aug 10 23:03:25.681 INFO E| Downloaded log v0.4.17
24022024-08-10T23:03:26.654Z[ helios-setup] Aug 10 23:03:25.684 INFO E| Downloaded is-terminal v0.4.7
24032024-08-10T23:03:26.657Z[ helios-setup] Aug 10 23:03:25.686 INFO E| Downloaded io-lifetimes v1.0.10
24042024-08-10T23:03:26.660Z[ helios-setup] Aug 10 23:03:25.689 INFO E| Downloaded futures-channel v0.3.28
24052024-08-10T23:03:26.663Z[ helios-setup] Aug 10 23:03:25.693 INFO E| Downloaded dyn-clone v1.0.11
24062024-08-10T23:03:26.665Z[ helios-setup] Aug 10 23:03:25.695 INFO E| Downloaded digest v0.10.6
24072024-08-10T23:03:26.668Z[ helios-setup] Aug 10 23:03:25.698 INFO E| Downloaded byteorder v1.4.3
24082024-08-10T23:03:26.671Z[ helios-setup] Aug 10 23:03:25.701 INFO E| Downloaded autocfg v1.1.0
24092024-08-10T23:03:26.674Z[ helios-setup] Aug 10 23:03:25.702 INFO E| Downloaded terminal_size v0.2.6
24102024-08-10T23:03:26.676Z[ helios-setup] Aug 10 23:03:25.704 INFO E| Downloaded tempfile v3.5.0
24112024-08-10T23:03:26.679Z[ helios-setup] Aug 10 23:03:25.707 INFO E| Downloaded strsim v0.10.0
24122024-08-10T23:03:26.681Z[ helios-setup] Aug 10 23:03:25.709 INFO E| Downloaded smawk v0.3.1
24132024-08-10T23:03:26.681Z[ helios-setup] Aug 10 23:03:25.711 INFO E| Downloaded signal-hook-registry v1.4.0
24142024-08-10T23:03:26.684Z[ helios-setup] Aug 10 23:03:25.713 INFO E| Downloaded sha1 v0.10.5
24152024-08-10T23:03:26.687Z[ helios-setup] Aug 10 23:03:25.715 INFO E| Downloaded serde_path_to_error v0.1.11
24162024-08-10T23:03:26.689Z[ helios-setup] Aug 10 23:03:25.718 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24172024-08-10T23:03:26.692Z[ helios-setup] Aug 10 23:03:25.721 INFO E| Downloaded async-trait v0.1.68
24182024-08-10T23:03:26.696Z[ helios-setup] Aug 10 23:03:25.726 INFO E| Downloaded http-body v0.4.5
24192024-08-10T23:03:26.699Z[ helios-setup] Aug 10 23:03:25.728 INFO E| Downloaded num_cpus v1.15.0
24202024-08-10T23:03:26.703Z[ helios-setup] Aug 10 23:03:25.733 INFO E| Downloaded anstyle v0.3.5
24212024-08-10T23:03:26.705Z[ helios-setup] Aug 10 23:03:25.735 INFO E| Downloaded const-random v0.1.15
24222024-08-10T23:03:26.708Z[ helios-setup] Aug 10 23:03:25.736 INFO E| Downloaded crossbeam-deque v0.8.2
24232024-08-10T23:03:26.710Z[ helios-setup] Aug 10 23:03:25.739 INFO E| Downloaded built v0.6.0
24242024-08-10T23:03:26.713Z[ helios-setup] Aug 10 23:03:25.741 INFO E| Downloaded anstream v0.2.6
24252024-08-10T23:03:26.716Z[ helios-setup] Aug 10 23:03:25.744 INFO E| Downloaded semver v0.11.0
24262024-08-10T23:03:26.718Z[ helios-setup] Aug 10 23:03:25.746 INFO E| Downloaded scopeguard v1.1.0
24272024-08-10T23:03:26.721Z[ helios-setup] Aug 10 23:03:25.748 INFO E| Downloaded futures-sink v0.3.28
24282024-08-10T23:03:26.721Z[ helios-setup] Aug 10 23:03:25.749 INFO E| Downloaded fastrand v1.9.0
24292024-08-10T23:03:26.723Z[ helios-setup] Aug 10 23:03:25.751 INFO E| Downloaded const-random-macro v0.1.15
24302024-08-10T23:03:26.723Z[ helios-setup] Aug 10 23:03:25.753 INFO E| Downloaded concolor-query v0.3.3
24312024-08-10T23:03:26.726Z[ helios-setup] Aug 10 23:03:25.754 INFO E| Downloaded concolor-override v1.0.0
24322024-08-10T23:03:26.726Z[ helios-setup] Aug 10 23:03:25.755 INFO E| Downloaded clap_lex v0.4.1
24332024-08-10T23:03:26.728Z[ helios-setup] Aug 10 23:03:25.757 INFO E| Downloaded anstyle-parse v0.1.1
24342024-08-10T23:03:27.061Z[ helios-setup] Aug 10 23:03:26.090 INFO E| Compiling proc-macro2 v1.0.86
24352024-08-10T23:03:27.061Z[ helios-setup] Aug 10 23:03:26.090 INFO E| Compiling libc v0.2.139
24362024-08-10T23:03:27.064Z[ helios-setup] Aug 10 23:03:26.090 INFO E| Compiling unicode-ident v1.0.8
24372024-08-10T23:03:27.064Z[ helios-setup] Aug 10 23:03:26.090 INFO E| Compiling autocfg v1.1.0
24382024-08-10T23:03:27.064Z[ helios-setup] Aug 10 23:03:26.090 INFO E| Compiling cfg-if v1.0.0
24392024-08-10T23:03:27.064Z[ helios-setup] Aug 10 23:03:26.091 INFO E| Compiling version_check v0.9.4
24402024-08-10T23:03:27.064Z[ helios-setup] Aug 10 23:03:26.091 INFO E| Compiling serde v1.0.204
24412024-08-10T23:03:27.064Z[ helios-setup] Aug 10 23:03:26.091 INFO E| Compiling syn v1.0.107
24422024-08-10T23:03:27.801Z[ host-package] Compiling derive_builder_macro v0.20.0
24432024-08-10T23:03:28.020Z[ helios-setup] Aug 10 23:03:27.050 INFO E| Compiling memchr v2.5.0
24442024-08-10T23:03:28.337Z[ helios-setup] Aug 10 23:03:27.367 INFO E| Compiling once_cell v1.17.0
24452024-08-10T23:03:28.882Z[ helios-setup] Aug 10 23:03:27.911 INFO E| Compiling log v0.4.17
24462024-08-10T23:03:29.271Z[ helios-setup] Aug 10 23:03:28.300 INFO E| Compiling thiserror v1.0.38
24472024-08-10T23:03:29.468Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24482024-08-10T23:03:29.526Z[ helios-setup] Aug 10 23:03:28.556 INFO E| Compiling itoa v1.0.6
24492024-08-10T23:03:29.610Z[ helios-setup] Aug 10 23:03:28.636 INFO E| Compiling serde_json v1.0.95
24502024-08-10T23:03:30.810Z[ helios-setup] Aug 10 23:03:29.839 INFO E| Compiling quote v1.0.36
24512024-08-10T23:03:30.938Z[ helios-setup] Aug 10 23:03:29.967 INFO E| Compiling getrandom v0.2.8
24522024-08-10T23:03:30.965Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24532024-08-10T23:03:31.554Z[ helios-setup] Aug 10 23:03:30.583 INFO E| Compiling syn v2.0.72
24542024-08-10T23:03:31.750Z[ helios-setup] Aug 10 23:03:30.779 INFO E| Compiling indexmap v1.9.3
24552024-08-10T23:03:32.080Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24562024-08-10T23:03:32.137Z[ helios-setup] Aug 10 23:03:31.165 INFO E| Compiling jobserver v0.1.26
24572024-08-10T23:03:32.236Z[ helios-setup] Aug 10 23:03:31.265 INFO E| Compiling scopeguard v1.1.0
24582024-08-10T23:03:32.562Z[ helios-setup] Aug 10 23:03:31.590 INFO E| Compiling pin-project-lite v0.2.9
24592024-08-10T23:03:32.604Z[ helios-setup] Aug 10 23:03:31.633 INFO E| Compiling num-integer v0.1.45
24602024-08-10T23:03:32.607Z[ helios-setup] Aug 10 23:03:31.634 INFO E| Compiling bytes v1.4.0
24612024-08-10T23:03:32.753Z[ helios-setup] Aug 10 23:03:31.782 INFO E| Compiling cc v1.0.78
24622024-08-10T23:03:32.979Z[ helios-setup] Aug 10 23:03:32.008 INFO E| Compiling futures-core v0.3.28
24632024-08-10T23:03:33.719Z[ helios-setup] Aug 10 23:03:32.748 INFO E| Compiling ryu v1.0.13
24642024-08-10T23:03:34.517Z[ host-package] Compiling polar-core v0.27.3
24652024-08-10T23:03:34.712Z[ helios-setup] Aug 10 23:03:33.741 INFO E| Compiling lock_api v0.4.9
24662024-08-10T23:03:34.822Z[ helios-setup] Aug 10 23:03:33.851 INFO E| Compiling typenum v1.16.0
24672024-08-10T23:03:35.026Z[ host-package] Compiling samael v0.0.15
24682024-08-10T23:03:35.146Z[ host-package] Compiling strum_macros v0.24.3
24692024-08-10T23:03:35.308Z[ helios-setup] Aug 10 23:03:34.336 INFO E| Compiling parking_lot_core v0.9.6
24702024-08-10T23:03:35.601Z[ helios-setup] Aug 10 23:03:34.629 INFO E| Compiling bitflags v1.3.2
24712024-08-10T23:03:36.095Z[ host-package] Compiling unicase v2.7.0
24722024-08-10T23:03:36.200Z[ helios-setup] Aug 10 23:03:35.228 INFO E| Compiling num_cpus v1.15.0
24732024-08-10T23:03:36.317Z[ helios-setup] Aug 10 23:03:35.345 INFO E| Compiling generic-array v0.14.6
24742024-08-10T23:03:36.394Z[ helios-setup] Aug 10 23:03:35.422 INFO E| Compiling slab v0.4.7
24752024-08-10T23:03:36.711Z[ helios-setup] Aug 10 23:03:35.736 INFO E| Compiling futures-channel v0.3.28
24762024-08-10T23:03:36.754Z[ helios-setup] Aug 10 23:03:35.782 INFO E| Compiling futures-sink v0.3.28
24772024-08-10T23:03:36.769Z[ host-package] Compiling cookie v0.18.1
24782024-08-10T23:03:36.828Z[ helios-setup] Aug 10 23:03:35.856 INFO E| Compiling futures-task v0.3.28
24792024-08-10T23:03:37.436Z[ helios-setup] Aug 10 23:03:36.464 INFO E| Compiling tokio v1.27.0
24802024-08-10T23:03:37.671Z[ host-package] Compiling indoc v1.0.9
24812024-08-10T23:03:37.693Z[ helios-setup] Aug 10 23:03:36.721 INFO E| Compiling futures-util v0.3.28
24822024-08-10T23:03:37.764Z[ helios-setup] Aug 10 23:03:36.792 INFO E| Compiling schemars v0.8.12
24832024-08-10T23:03:38.825Z[ helios-setup] Aug 10 23:03:37.853 INFO E| Compiling mio v0.8.5
24842024-08-10T23:03:38.863Z[ helios-setup] Aug 10 23:03:37.891 INFO E| Compiling signal-hook-registry v1.4.0
24852024-08-10T23:03:38.962Z[ helios-setup] Aug 10 23:03:37.990 INFO E| Compiling socket2 v0.4.9
24862024-08-10T23:03:39.586Z[ helios-setup] Aug 10 23:03:38.614 INFO E| Compiling ahash v0.7.6
24872024-08-10T23:03:39.687Z[ helios-setup] Aug 10 23:03:38.715 INFO E| Compiling num-traits v0.2.15
24882024-08-10T23:03:39.725Z[ host-package] Compiling derive_builder v0.20.0
24892024-08-10T23:03:40.534Z[ helios-setup] Aug 10 23:03:39.562 INFO E| Compiling crunchy v0.2.2
24902024-08-10T23:03:40.740Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24912024-08-10T23:03:40.883Z[ helios-setup] Aug 10 23:03:39.911 INFO E| Compiling io-lifetimes v1.0.10
24922024-08-10T23:03:41.385Z[ host-package] Compiling crossterm v0.28.1
24932024-08-10T23:03:41.584Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24942024-08-10T23:03:41.670Z[ helios-setup] Aug 10 23:03:40.698 INFO E| Compiling pin-utils v0.1.0
24952024-08-10T23:03:41.809Z[ helios-setup] Aug 10 23:03:40.837 INFO E| Compiling futures-io v0.3.28
24962024-08-10T23:03:42.360Z[ helios-setup] Aug 10 23:03:41.387 INFO E| Compiling serde_derive_internals v0.26.0
24972024-08-10T23:03:42.654Z[ helios-setup] Aug 10 23:03:41.682 INFO E| Compiling ahash v0.8.3
24982024-08-10T23:03:42.969Z[ helios-setup] Aug 10 23:03:41.997 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
24992024-08-10T23:03:43.127Z[ helios-setup] Aug 10 23:03:42.154 INFO E| Compiling hashbrown v0.12.3
25002024-08-10T23:03:43.434Z[ helios-setup] Aug 10 23:03:42.462 INFO E| Compiling tiny-keccak v2.0.2
25012024-08-10T23:03:43.776Z[ helios-setup] Aug 10 23:03:42.803 INFO E| Compiling rustix v0.37.3
25022024-08-10T23:03:44.944Z[ helios-setup] Aug 10 23:03:43.971 INFO E| Compiling crypto-common v0.1.6
25032024-08-10T23:03:45.348Z[ helios-setup] Aug 10 23:03:44.375 INFO E| Compiling block-buffer v0.10.3
25042024-08-10T23:03:46.074Z[ helios-setup] Aug 10 23:03:45.101 INFO E| Compiling errno v0.3.1
25052024-08-10T23:03:46.471Z[ helios-setup] Aug 10 23:03:45.498 INFO E| Compiling pkg-config v0.3.26
25062024-08-10T23:03:46.647Z[ helios-setup] Aug 10 23:03:45.674 INFO E| Compiling slog v2.7.0
25072024-08-10T23:03:46.698Z[ helios-setup] Aug 10 23:03:45.725 INFO E| Compiling fnv v1.0.7
25082024-08-10T23:03:46.772Z[ helios-setup] Aug 10 23:03:45.798 INFO E| Compiling crossbeam-utils v0.8.14
25092024-08-10T23:03:46.789Z[ host-package] Compiling oso-derive v0.27.3
25102024-08-10T23:03:46.953Z[ helios-setup] Aug 10 23:03:45.980 INFO E| Compiling http v0.2.9
25112024-08-10T23:03:48.712Z[ host-package] Compiling quick-xml v0.31.0
25122024-08-10T23:03:48.774Z[ helios-setup] Aug 10 23:03:47.800 INFO E| Compiling digest v0.10.6
25132024-08-10T23:03:48.865Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25142024-08-10T23:03:49.933Z[ host-package] Compiling parking_lot_core v0.8.6
25152024-08-10T23:03:50.141Z[ helios-setup] Aug 10 23:03:49.167 INFO E| Compiling aho-corasick v0.7.20
25162024-08-10T23:03:50.278Z[ helios-setup] Aug 10 23:03:49.305 INFO E| Compiling heck v0.4.1
25172024-08-10T23:03:50.608Z[ helios-setup] Aug 10 23:03:49.634 INFO E| Compiling cpufeatures v0.2.5
25182024-08-10T23:03:50.964Z[ helios-setup] Aug 10 23:03:49.990 INFO E| Compiling anyhow v1.0.68
25192024-08-10T23:03:51.067Z[ host-package] Compiling cfg_aliases v0.1.1
25202024-08-10T23:03:51.290Z[ host-package] Compiling nix v0.28.0
25212024-08-10T23:03:51.302Z[ helios-setup] Aug 10 23:03:50.329 INFO E| Compiling regex-syntax v0.6.29
25222024-08-10T23:03:52.156Z[ helios-setup] Aug 10 23:03:51.182 INFO E| Compiling unicode-width v0.1.10
25232024-08-10T23:03:52.245Z[ helios-setup] Aug 10 23:03:51.271 INFO E| Compiling thiserror-impl v1.0.38
25242024-08-10T23:03:52.671Z[ helios-setup] Aug 10 23:03:51.697 INFO E| Compiling schemars_derive v0.8.12
25252024-08-10T23:03:52.697Z[ helios-setup] Aug 10 23:03:51.723 INFO E| Compiling tinyvec_macros v0.1.1
25262024-08-10T23:03:53.156Z[ helios-setup] Aug 10 23:03:52.181 INFO E| Compiling percent-encoding v2.2.0
25272024-08-10T23:03:53.214Z[ helios-setup] Aug 10 23:03:52.240 INFO E| Compiling httparse v1.8.0
25282024-08-10T23:03:53.757Z[ helios-setup] Aug 10 23:03:52.770 INFO E| Compiling serde_derive v1.0.204
25292024-08-10T23:03:54.086Z[ helios-setup] Aug 10 23:03:53.112 INFO E| Compiling tokio-macros v2.0.0
25302024-08-10T23:03:54.325Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25312024-08-10T23:03:54.352Z[ helios-setup] Aug 10 23:03:53.378 INFO E| Compiling futures-macro v0.3.28
25322024-08-10T23:03:54.986Z[ helios-setup] Aug 10 23:03:54.012 INFO E| Compiling form_urlencoded v1.1.0
25332024-08-10T23:03:56.069Z[ helios-setup] Aug 10 23:03:55.094 INFO E| Compiling tinyvec v1.6.0
25342024-08-10T23:03:56.659Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25352024-08-10T23:03:57.466Z[ helios-setup] Aug 10 23:03:56.491 INFO E| Compiling const-random-macro v0.1.15
25362024-08-10T23:03:58.062Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25372024-08-10T23:03:58.856Z[ host-package] Compiling bb8 v0.8.5
25382024-08-10T23:03:58.907Z[ helios-setup] Aug 10 23:03:57.933 INFO E| Compiling regex v1.7.3
25392024-08-10T23:03:59.460Z[ helios-setup] Aug 10 23:03:58.485 INFO E| Compiling hashbrown v0.13.2
25402024-08-10T23:03:59.606Z[ helios-setup] Aug 10 23:03:58.631 INFO E| Compiling chrono v0.4.24
25412024-08-10T23:03:59.643Z[ host-package] Compiling const_format_proc_macros v0.2.32
25422024-08-10T23:03:59.956Z[ helios-setup] Aug 10 23:03:58.981 INFO E| Compiling libz-sys v1.1.8
25432024-08-10T23:04:00.301Z[ host-package] Compiling curve25519-dalek v4.1.3
25442024-08-10T23:04:01.544Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25452024-08-10T23:04:03.164Z[ host-package] Compiling keccak v0.1.5
25462024-08-10T23:04:03.169Z[ helios-setup] Aug 10 23:04:02.194 INFO E| Compiling dyn-clone v1.0.11
25472024-08-10T23:04:03.349Z[ helios-setup] Aug 10 23:04:02.372 INFO E| Compiling uuid v1.3.0
25482024-08-10T23:04:03.497Z[ host-package] Compiling vte v0.11.1
25492024-08-10T23:04:03.578Z[ helios-setup] Aug 10 23:04:02.602 INFO E| Compiling regress v0.5.0
25502024-08-10T23:04:03.606Z[ host-package] Compiling const_format v0.2.32
25512024-08-10T23:04:04.531Z[ helios-setup] Aug 10 23:04:03.556 INFO E| Compiling unicode-normalization v0.1.22
25522024-08-10T23:04:04.607Z[ helios-setup] Aug 10 23:04:03.632 INFO E| Compiling const-random v0.1.15
25532024-08-10T23:04:04.880Z[ host-package] Compiling sha3 v0.10.8
25542024-08-10T23:04:06.434Z[ host-package] Compiling fd-lock v4.0.2
25552024-08-10T23:04:06.474Z[ helios-setup] Aug 10 23:04:05.499 INFO E| Compiling getopts v0.2.21
25562024-08-10T23:04:06.496Z[ host-package] Compiling universal-hash v0.5.1
25572024-08-10T23:04:06.896Z[ host-package] Compiling secrecy v0.8.0
25582024-08-10T23:04:07.024Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25592024-08-10T23:04:07.195Z[ helios-setup] Aug 10 23:04:06.219 INFO E| Compiling tracing-core v0.1.30
25602024-08-10T23:04:07.254Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25612024-08-10T23:04:07.574Z[ host-package] Compiling opaque-debug v0.3.1
25622024-08-10T23:04:07.612Z[ helios-setup] Aug 10 23:04:06.636 INFO E| Compiling memoffset v0.7.1
25632024-08-10T23:04:07.657Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25642024-08-10T23:04:07.786Z[ helios-setup] Aug 10 23:04:06.810 INFO E| Compiling unicode-bidi v0.3.13
25652024-08-10T23:04:07.911Z[ host-package] Compiling bytecount v0.6.8
25662024-08-10T23:04:08.437Z[ helios-setup] Aug 10 23:04:07.461 INFO E| Compiling powerfmt v0.2.0
25672024-08-10T23:04:08.754Z[ host-package] Compiling papergrid v0.11.0
25682024-08-10T23:04:08.890Z[ host-package] Compiling poly1305 v0.8.0
25692024-08-10T23:04:09.568Z[ helios-setup] Aug 10 23:04:08.592 INFO E| Compiling ucd-trie v0.1.5
25702024-08-10T23:04:10.083Z[ helios-setup] Aug 10 23:04:09.106 INFO E| Compiling num-conv v0.1.0
25712024-08-10T23:04:10.679Z[ helios-setup] Aug 10 23:04:09.703 INFO E| Compiling time-core v0.1.2
25722024-08-10T23:04:11.742Z[ host-package] Compiling parking_lot v0.11.2
25732024-08-10T23:04:11.957Z[ host-package] Compiling thiserror-no-std v2.0.2
25742024-08-10T23:04:12.453Z[ helios-setup] Aug 10 23:04:11.475 INFO E| Compiling idna v0.3.0
25752024-08-10T23:04:13.256Z[ helios-setup] Aug 10 23:04:12.279 INFO E| Compiling time-macros v0.2.18
25762024-08-10T23:04:13.405Z[ helios-setup] Aug 10 23:04:12.429 INFO E| Compiling pest v2.5.7
25772024-08-10T23:04:14.945Z[ helios-setup] Aug 10 23:04:13.968 INFO E| Compiling deranged v0.3.11
25782024-08-10T23:04:18.807Z[ helios-setup] Aug 10 23:04:17.830 INFO E| Compiling tracing v0.1.37
25792024-08-10T23:04:20.252Z[ helios-setup] Aug 10 23:04:19.275 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
25802024-08-10T23:04:20.832Z[ helios-setup] Aug 10 23:04:19.854 INFO E| Compiling smallvec v1.10.0
25812024-08-10T23:04:21.720Z[ helios-setup] Aug 10 23:04:20.742 INFO E| Compiling toml v0.5.11
25822024-08-10T23:04:22.057Z[ helios-setup] Aug 10 23:04:21.079 INFO E| Compiling serde_tokenstream v0.2.0
25832024-08-10T23:04:22.345Z[ host-package] Compiling oso v0.27.3
25842024-08-10T23:04:22.508Z[ helios-setup] Aug 10 23:04:21.530 INFO E| Compiling time v0.1.45
25852024-08-10T23:04:23.571Z[ helios-setup] Aug 10 23:04:22.593 INFO E| Compiling parking_lot v0.12.1
25862024-08-10T23:04:23.798Z[ helios-setup] Aug 10 23:04:22.819 INFO E| Compiling crossbeam-epoch v0.9.13
25872024-08-10T23:04:25.375Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25882024-08-10T23:04:25.621Z[ helios-setup] Aug 10 23:04:24.643 INFO E| Compiling num_threads v0.1.6
25892024-08-10T23:04:26.681Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25902024-08-10T23:04:26.795Z[ helios-setup] Aug 10 23:04:25.816 INFO E| Compiling semver v1.0.17
25912024-08-10T23:04:27.300Z[ helios-setup] Aug 10 23:04:26.321 INFO E| Compiling iana-time-zone v0.1.56
25922024-08-10T23:04:27.356Z[ helios-setup] Aug 10 23:04:26.377 INFO E| Compiling time v0.3.36
25932024-08-10T23:04:28.108Z[ host-package] Compiling trust-dns-client v0.22.0
25942024-08-10T23:04:29.879Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25952024-08-10T23:04:30.915Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25962024-08-10T23:04:31.156Z[ helios-setup] Aug 10 23:04:30.177 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25972024-08-10T23:04:31.519Z[ host-package] Compiling tabled_derive v0.7.0
25982024-08-10T23:04:31.559Z[ helios-setup] Aug 10 23:04:30.580 INFO E| Compiling semver-parser v0.10.2
25992024-08-10T23:04:31.562Z[ helios-setup] Aug 10 23:04:30.580 INFO E| Compiling url v2.3.1
26002024-08-10T23:04:35.821Z[ helios-setup] Aug 10 23:04:34.841 INFO E| Compiling crossbeam-channel v0.5.6
26012024-08-10T23:04:36.095Z[ host-package] Compiling chacha20 v0.9.1
26022024-08-10T23:04:37.300Z[ host-package] Compiling crossterm v0.27.0
26032024-08-10T23:04:39.526Z[ helios-setup] Aug 10 23:04:38.546 INFO E| Compiling dirs-sys-next v0.1.2
26042024-08-10T23:04:39.575Z[ helios-setup] Aug 10 23:04:38.595 INFO E| Compiling try-lock v0.2.4
26052024-08-10T23:04:39.661Z[ host-package] Compiling aead v0.5.2
26062024-08-10T23:04:40.557Z[ host-package] Compiling peg-macros v0.8.4
26072024-08-10T23:04:41.351Z[ helios-setup] Aug 10 23:04:40.370 INFO E| Compiling same-file v1.0.6
26082024-08-10T23:04:41.770Z[ helios-setup] Aug 10 23:04:40.789 INFO E| Compiling tokio-util v0.7.7
26092024-08-10T23:04:41.966Z[ helios-setup] Aug 10 23:04:40.985 INFO E| Compiling crc32fast v1.3.2
26102024-08-10T23:04:42.068Z[ helios-setup] Aug 10 23:04:41.087 INFO E| Compiling walkdir v2.3.3
26112024-08-10T23:04:43.506Z[ helios-setup] Aug 10 23:04:42.525 INFO E| Compiling dirs-next v2.0.0
26122024-08-10T23:04:43.608Z[ helios-setup] Aug 10 23:04:42.627 INFO E| Compiling want v0.3.0
26132024-08-10T23:04:44.193Z[ helios-setup] Aug 10 23:04:43.212 INFO E| Compiling h2 v0.3.16
26142024-08-10T23:04:46.356Z[ helios-setup] Aug 10 23:04:45.375 INFO E| Compiling semver v0.11.0
26152024-08-10T23:04:47.648Z[ host-package] Compiling kstat-rs v0.2.4
26162024-08-10T23:04:47.907Z[ helios-setup] Aug 10 23:04:46.925 INFO E| Compiling proc-macro-crate v1.2.1
26172024-08-10T23:04:48.521Z[ helios-setup] Aug 10 23:04:47.540 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26182024-08-10T23:04:49.575Z[ host-package] Compiling toml v0.5.11
26192024-08-10T23:04:49.705Z[ host-package] Compiling sqlparser_derive v0.2.2
26202024-08-10T23:04:50.037Z[ host-package] Compiling nu-ansi-term v0.50.0
26212024-08-10T23:04:50.063Z[ helios-setup] Aug 10 23:04:49.081 INFO E| Compiling futures-executor v0.3.28
26222024-08-10T23:04:51.970Z[ host-package] Compiling unicode_categories v0.1.1
26232024-08-10T23:04:52.159Z[ helios-setup] Aug 10 23:04:51.177 INFO E| Compiling http-body v0.4.5
26242024-08-10T23:04:52.795Z[ host-package] Compiling sqlformat v0.2.4
26252024-08-10T23:04:53.005Z[ helios-setup] Aug 10 23:04:52.022 INFO E| Compiling ring v0.16.20
26262024-08-10T23:04:53.211Z[ host-package] Compiling rustyline v14.0.0
26272024-08-10T23:04:53.411Z[ host-package] Compiling sqlparser v0.45.0
26282024-08-10T23:04:53.896Z[ helios-setup] Aug 10 23:04:52.914 INFO E| Compiling rand_core v0.6.4
26292024-08-10T23:04:54.864Z[ helios-setup] Aug 10 23:04:53.881 INFO E| Compiling thread_local v1.1.7
26302024-08-10T23:04:55.109Z[ helios-setup] Aug 10 23:04:54.126 INFO E| Compiling rayon-core v1.10.2
26312024-08-10T23:04:56.194Z[ helios-setup] Aug 10 23:04:55.212 INFO E| Compiling utf8parse v0.2.1
26322024-08-10T23:04:56.357Z[ helios-setup] Aug 10 23:04:55.374 INFO E| Compiling lazy_static v1.4.0
26332024-08-10T23:04:56.582Z[ helios-setup] Aug 10 23:04:55.599 INFO E| Compiling tower-service v0.3.2
26342024-08-10T23:04:56.624Z[ helios-setup] Aug 10 23:04:55.642 INFO E| Compiling adler v1.0.2
26352024-08-10T23:04:57.364Z[ helios-setup] Aug 10 23:04:56.378 INFO E| Compiling ppv-lite86 v0.2.17
26362024-08-10T23:04:57.368Z[ host-package] Compiling trust-dns-server v0.22.1
26372024-08-10T23:04:57.571Z[ helios-setup] Aug 10 23:04:56.588 INFO E| Compiling home v0.5.4
26382024-08-10T23:04:57.999Z[ helios-setup] Aug 10 23:04:57.016 INFO E| Compiling httpdate v1.0.2
26392024-08-10T23:04:58.206Z[ helios-setup] Aug 10 23:04:57.223 INFO E| Compiling fastrand v1.9.0
26402024-08-10T23:04:59.112Z[ helios-setup] Aug 10 23:04:58.129 INFO E| Compiling base64 v0.21.0
26412024-08-10T23:04:59.585Z[ helios-setup] Aug 10 23:04:58.602 INFO E| Compiling rand_chacha v0.3.1
26422024-08-10T23:05:00.039Z[ helios-setup] Aug 10 23:04:59.056 INFO E| Compiling hyper v0.14.25
26432024-08-10T23:05:01.546Z[ helios-setup] Aug 10 23:05:00.562 INFO E| Compiling tempfile v3.5.0
26442024-08-10T23:05:02.857Z[ helios-setup] Aug 10 23:05:01.874 INFO E| Compiling toolchain_find v0.2.0
26452024-08-10T23:05:03.846Z[ helios-setup] Aug 10 23:05:02.862 INFO E| Compiling miniz_oxide v0.6.2
26462024-08-10T23:05:04.321Z[ helios-setup] Aug 10 23:05:03.337 INFO E| Compiling anstyle-parse v0.1.1
26472024-08-10T23:05:06.805Z[ host-package] Compiling reedline v0.31.0
26482024-08-10T23:05:09.757Z[ helios-setup] Aug 10 23:05:08.773 INFO E| Compiling futures v0.3.28
26492024-08-10T23:05:14.373Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26502024-08-10T23:05:15.089Z[ helios-setup] Aug 10 23:05:14.104 INFO E| Compiling num_enum_derive v0.5.7
26512024-08-10T23:05:17.236Z[ host-package] Compiling peg v0.8.4
26522024-08-10T23:05:17.584Z[ host-package] Compiling chacha20poly1305 v0.10.1
26532024-08-10T23:05:18.140Z[ host-package] Compiling tabled v0.15.0
26542024-08-10T23:05:19.089Z[ helios-setup] Aug 10 23:05:18.103 INFO E| Compiling cargo-lock v8.0.3
26552024-08-10T23:05:21.454Z[ helios-setup] Aug 10 23:05:20.468 INFO E| Compiling crossbeam-deque v0.8.2
26562024-08-10T23:05:22.233Z[ helios-setup] Aug 10 23:05:21.247 INFO E| Compiling term v0.7.0
26572024-08-10T23:05:25.136Z[ helios-setup] Aug 10 23:05:24.150 INFO E| Compiling serde_urlencoded v0.7.1
26582024-08-10T23:05:25.674Z[ helios-setup] Aug 10 23:05:24.687 INFO E| Compiling is-terminal v0.4.7
26592024-08-10T23:05:26.042Z[ helios-setup] Aug 10 23:05:25.055 INFO E| Compiling sha2 v0.10.6
26602024-08-10T23:05:26.108Z[ helios-setup] Aug 10 23:05:25.121 INFO E| Compiling sha1 v0.10.5
26612024-08-10T23:05:26.581Z[ helios-setup] Aug 10 23:05:25.595 INFO E| Compiling atty v0.2.14
26622024-08-10T23:05:26.931Z[ helios-setup] Aug 10 23:05:25.944 INFO E| Compiling anstyle v0.3.5
26632024-08-10T23:05:27.416Z[ host-package] Compiling vsss-rs v3.3.4
26642024-08-10T23:05:30.381Z[ helios-setup] Aug 10 23:05:29.393 INFO E| Compiling concolor-override v1.0.0
26652024-08-10T23:05:30.574Z[ helios-setup] Aug 10 23:05:29.587 INFO E| Compiling concolor-query v0.3.3
26662024-08-10T23:05:30.663Z[ helios-setup] Aug 10 23:05:29.676 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
26672024-08-10T23:05:30.829Z[ helios-setup] Aug 10 23:05:29.842 INFO E| Compiling anstream v0.2.6
26682024-08-10T23:05:32.843Z[ helios-setup] Aug 10 23:05:31.856 INFO E| Compiling slog-term v2.9.0
26692024-08-10T23:05:32.905Z[ helios-setup] Aug 10 23:05:31.917 INFO E| Compiling flate2 v1.0.25
26702024-08-10T23:05:36.057Z[ helios-setup] Aug 10 23:05:35.069 INFO E| Compiling num_enum v0.5.7
26712024-08-10T23:05:36.413Z[ helios-setup] Aug 10 23:05:35.425 INFO E| Compiling rustfmt-wrapper v0.2.0
26722024-08-10T23:05:36.624Z[ helios-setup] Aug 10 23:05:35.636 INFO E| Compiling rand v0.8.5
26732024-08-10T23:05:37.232Z[ host-package] Compiling mime_guess v2.0.4
26742024-08-10T23:05:37.726Z[ helios-setup] Aug 10 23:05:36.738 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26752024-08-10T23:05:38.052Z[ helios-setup] Aug 10 23:05:37.064 INFO E| Compiling openapiv3 v1.0.2
26762024-08-10T23:05:38.868Z[ host-package] Compiling sled v0.34.7
26772024-08-10T23:05:38.955Z[ helios-setup] Aug 10 23:05:37.967 INFO E| Compiling encoding_rs v0.8.32
26782024-08-10T23:05:40.809Z[ helios-setup] Aug 10 23:05:39.820 INFO E| Compiling project-root v0.2.2
26792024-08-10T23:05:41.510Z[ helios-setup] Aug 10 23:05:40.521 INFO E| Compiling mime v0.3.17
26802024-08-10T23:05:43.733Z[ helios-setup] Aug 10 23:05:42.744 INFO E| Compiling utf-8 v0.7.6
26812024-08-10T23:05:44.389Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26822024-08-10T23:05:44.751Z[ helios-setup] Aug 10 23:05:43.762 INFO E| Compiling unsafe-libyaml v0.2.8
26832024-08-10T23:05:45.983Z[ helios-setup] Aug 10 23:05:44.994 INFO E| Compiling ipnet v2.7.2
26842024-08-10T23:05:46.195Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26852024-08-10T23:05:46.654Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26862024-08-10T23:05:47.018Z[ helios-setup] Aug 10 23:05:46.029 INFO E| Compiling strsim v0.10.0
26872024-08-10T23:05:48.213Z[ helios-setup] Aug 10 23:05:47.223 INFO E| Compiling byteorder v1.4.3
26882024-08-10T23:05:49.498Z[ helios-setup] Aug 10 23:05:48.508 INFO E| Compiling base64 v0.13.1
26892024-08-10T23:05:49.987Z[ helios-setup] Aug 10 23:05:48.997 INFO E| Compiling either v1.8.0
26902024-08-10T23:05:50.628Z[ helios-setup] Aug 10 23:05:49.638 INFO E| Compiling clap_lex v0.4.1
26912024-08-10T23:05:50.690Z[ helios-setup] Aug 10 23:05:49.700 INFO E| Compiling untrusted v0.7.1
26922024-08-10T23:05:50.777Z[ helios-setup] Aug 10 23:05:49.788 INFO E| Compiling spin v0.5.2
26932024-08-10T23:05:50.851Z[ helios-setup] Aug 10 23:05:49.862 INFO E| Compiling rayon v1.6.1
26942024-08-10T23:05:50.926Z[ helios-setup] Aug 10 23:05:49.936 INFO E| Compiling tungstenite v0.18.0
26952024-08-10T23:05:51.425Z[ helios-setup] Aug 10 23:05:50.434 INFO E| Compiling clap_builder v4.2.1
26962024-08-10T23:05:51.523Z[ helios-setup] Aug 10 23:05:50.533 INFO E| Compiling serde_yaml v0.9.21
26972024-08-10T23:05:52.259Z[ helios-setup] Aug 10 23:05:51.268 INFO E| Compiling reqwest v0.11.16
26982024-08-10T23:05:53.604Z[ host-package] Compiling env_logger v0.9.3
26992024-08-10T23:05:58.771Z[ helios-setup] Aug 10 23:05:57.780 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27002024-08-10T23:05:59.165Z[ host-package] Compiling tungstenite v0.20.1
27012024-08-10T23:06:00.575Z[ helios-setup] Aug 10 23:05:59.584 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27022024-08-10T23:06:00.850Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27032024-08-10T23:06:01.449Z[ helios-setup] Aug 10 23:06:00.457 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27042024-08-10T23:06:03.622Z[ helios-setup] Aug 10 23:06:02.630 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27052024-08-10T23:06:03.928Z[ helios-setup] Aug 10 23:06:02.936 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27062024-08-10T23:06:05.486Z[ helios-setup] Aug 10 23:06:04.494 INFO E| Compiling clap_derive v4.2.0
27072024-08-10T23:06:08.215Z[ helios-setup] Aug 10 23:06:07.223 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27082024-08-10T23:06:08.714Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27092024-08-10T23:06:09.765Z[ helios-setup] Aug 10 23:06:08.773 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27102024-08-10T23:06:13.343Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27112024-08-10T23:06:14.823Z[ helios-setup] Aug 10 23:06:13.830 INFO E| Compiling clap v4.2.1
27122024-08-10T23:06:23.646Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27132024-08-10T23:06:29.261Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
27142024-08-10T23:06:32.464Z[ helios-setup] Aug 10 23:06:31.468 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27152024-08-10T23:06:32.800Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27162024-08-10T23:06:34.605Z[ host-package] Compiling bcs v0.1.6
27172024-08-10T23:06:35.588Z[ helios-setup] Aug 10 23:06:34.592 INFO E| Compiling tokio-tungstenite v0.18.0
27182024-08-10T23:06:36.761Z[ helios-setup] Aug 10 23:06:35.765 INFO E| Compiling smartstring v1.0.1
27192024-08-10T23:06:36.888Z[ host-package] Compiling bitstruct_derive v0.1.0
27202024-08-10T23:06:37.409Z[ host-package] Compiling nanorand v0.7.0
27212024-08-10T23:06:38.318Z[ helios-setup] Aug 10 23:06:37.322 INFO E| Compiling rustls v0.21.0
27222024-08-10T23:06:39.134Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27232024-08-10T23:06:39.569Z[ host-package] Compiling memoffset v0.9.1
27242024-08-10T23:06:40.662Z[ helios-setup] Aug 10 23:06:39.665 INFO E| Compiling toml_datetime v0.6.1
27252024-08-10T23:06:40.734Z[ host-package] Compiling highway v1.2.0
27262024-08-10T23:06:42.203Z[ helios-setup] Aug 10 23:06:41.206 INFO E| Compiling serde_spanned v0.6.1
27272024-08-10T23:06:42.671Z[ helios-setup] Aug 10 23:06:41.674 INFO E| Compiling match_cfg v0.1.0
27282024-08-10T23:06:42.850Z[ host-package] Compiling ascii v1.1.0
27292024-08-10T23:06:42.922Z[ helios-setup] Aug 10 23:06:41.925 INFO E| Compiling slog-async v2.7.0
27302024-08-10T23:06:42.998Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312024-08-10T23:06:43.596Z[ helios-setup] Aug 10 23:06:42.598 INFO E| Compiling camino v1.1.4
27322024-08-10T23:06:43.829Z[ helios-setup] Aug 10 23:06:42.831 INFO E| Compiling async-trait v0.1.68
27332024-08-10T23:06:43.848Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27342024-08-10T23:06:44.111Z[ helios-setup] Aug 10 23:06:43.113 INFO E| Compiling static_assertions v1.1.0
27352024-08-10T23:06:44.477Z[ helios-setup] Aug 10 23:06:43.479 INFO E| Compiling paste v1.0.12
27362024-08-10T23:06:44.861Z[ helios-setup] Aug 10 23:06:43.863 INFO E| Compiling winnow v0.4.1
27372024-08-10T23:06:45.485Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27382024-08-10T23:06:46.167Z[ helios-setup] Aug 10 23:06:45.170 INFO E| Compiling hostname v0.3.1
27392024-08-10T23:06:46.402Z[ host-package] Compiling bitstruct v0.1.1
27402024-08-10T23:06:46.698Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27412024-08-10T23:06:46.839Z[ helios-setup] Aug 10 23:06:45.841 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27422024-08-10T23:06:47.439Z[ host-package] Compiling flume v0.11.0
27432024-08-10T23:06:47.478Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27442024-08-10T23:06:47.576Z[ helios-setup] Aug 10 23:06:46.578 INFO E| Compiling slog-json v2.6.1
27452024-08-10T23:06:48.605Z[ helios-setup] Aug 10 23:06:47.607 INFO E| Compiling unicode-linebreak v0.1.4
27462024-08-10T23:06:48.788Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27472024-08-10T23:06:48.850Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482024-08-10T23:06:48.986Z[ host-package] Compiling tokio-tungstenite v0.20.1
27492024-08-10T23:06:51.845Z[ helios-setup] Aug 10 23:06:50.847 INFO E| Compiling toml_edit v0.19.8
27502024-08-10T23:06:51.855Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27512024-08-10T23:06:53.115Z[ helios-setup] Aug 10 23:06:52.117 INFO E| Compiling async-stream-impl v0.3.5
27522024-08-10T23:06:54.629Z[ helios-setup] Aug 10 23:06:53.630 INFO E| Compiling rhai_codegen v1.5.0
27532024-08-10T23:06:56.614Z[ helios-setup] Aug 10 23:06:55.615 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27542024-08-10T23:06:57.693Z[ helios-setup] Aug 10 23:06:56.694 INFO E| Compiling take_mut v0.2.2
27552024-08-10T23:06:59.887Z[ helios-setup] Aug 10 23:06:58.887 INFO E| Compiling rhai v1.14.0
27562024-08-10T23:07:03.215Z[ helios-setup] Aug 10 23:07:02.215 INFO E| Compiling toml v0.7.3
27572024-08-10T23:07:03.980Z[ helios-setup] Aug 10 23:07:02.980 INFO E| Compiling async-stream v0.3.5
27582024-08-10T23:07:04.370Z[ helios-setup] Aug 10 23:07:03.370 INFO E| Compiling slog-bunyan v2.4.0
27592024-08-10T23:07:07.577Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27602024-08-10T23:07:07.600Z[ helios-setup] Aug 10 23:07:06.599 INFO E| Compiling rustls-pemfile v1.0.2
27612024-08-10T23:07:08.128Z[ helios-setup] Aug 10 23:07:07.128 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27622024-08-10T23:07:08.796Z[ helios-setup] Aug 10 23:07:07.795 INFO E| Compiling bincode v1.3.3
27632024-08-10T23:07:11.681Z[ helios-setup] Aug 10 23:07:10.680 INFO E| Compiling serde_path_to_error v0.1.11
27642024-08-10T23:07:12.159Z[ helios-setup] Aug 10 23:07:11.157 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27652024-08-10T23:07:13.150Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27662024-08-10T23:07:13.792Z[ helios-setup] Aug 10 23:07:12.791 INFO E| Compiling terminal_size v0.2.6
27672024-08-10T23:07:14.022Z[ helios-setup] Aug 10 23:07:13.021 INFO E| Compiling smawk v0.3.1
27682024-08-10T23:07:14.703Z[ helios-setup] Aug 10 23:07:13.701 INFO E| Compiling textwrap v0.16.0
27692024-08-10T23:07:16.821Z[ host-package] Compiling erased-serde v0.3.31
27702024-08-10T23:07:20.313Z[ host-package] Compiling serde_arrays v0.1.0
27712024-08-10T23:07:20.998Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27722024-08-10T23:07:21.029Z[ helios-setup] Aug 10 23:07:20.027 INFO E| Compiling sct v0.7.0
27732024-08-10T23:07:21.825Z[ helios-setup] Aug 10 23:07:20.823 INFO E| Compiling rustls-webpki v0.100.1
27742024-08-10T23:07:33.034Z[ helios-setup] Aug 10 23:07:32.030 INFO E| Compiling git2 v0.16.1
27752024-08-10T23:07:33.402Z[ helios-setup] Aug 10 23:07:32.398 INFO E| Compiling tokio-rustls v0.24.0
27762024-08-10T23:07:36.338Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27772024-08-10T23:07:39.930Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27782024-08-10T23:07:45.185Z[ helios-setup] Aug 10 23:07:44.179 INFO E| Compiling built v0.6.0
27792024-08-10T23:07:47.378Z[ helios-setup] Aug 10 23:07:46.372 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27802024-08-10T23:07:49.938Z[ helios-setup] Aug 10 23:07:48.932 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27812024-08-10T23:07:50.897Z[ helios-setup] Aug 10 23:07:49.891 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27822024-08-10T23:08:00.111Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27832024-08-10T23:08:00.679Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27842024-08-10T23:08:03.471Z[ host-package] Compiling heck v0.3.3
27852024-08-10T23:08:04.266Z[ host-package] Compiling rand_seeder v0.3.0
27862024-08-10T23:08:04.655Z[ host-package] Compiling castaway v0.2.3
27872024-08-10T23:08:04.977Z[ host-package] Compiling csv-core v0.1.11
27882024-08-10T23:08:05.335Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27892024-08-10T23:08:06.091Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27902024-08-10T23:08:06.967Z[ host-package] Compiling http-range v0.1.5
27912024-08-10T23:08:07.406Z[ host-package] Compiling hyper-staticfile v0.9.5
27922024-08-10T23:08:07.571Z[ host-package] Compiling csv v1.3.0
27932024-08-10T23:08:08.123Z[ host-package] Compiling compact_str v0.8.0
27942024-08-10T23:08:10.582Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952024-08-10T23:08:10.923Z[ host-package] Compiling zone_cfg_derive v0.1.2
27962024-08-10T23:08:11.426Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27972024-08-10T23:08:11.699Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-08-10T23:08:12.604Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27992024-08-10T23:08:12.683Z[ host-package] Compiling nix v0.27.1
28002024-08-10T23:08:15.166Z[ helios-setup] Aug 10 23:08:14.156 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28012024-08-10T23:08:16.008Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28022024-08-10T23:08:17.432Z[ helios-setup] Aug 10 23:08:16.422 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28032024-08-10T23:08:22.212Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042024-08-10T23:08:22.861Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052024-08-10T23:08:23.974Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062024-08-10T23:08:24.267Z[ host-package] Compiling unicode-truncate v1.0.0
28072024-08-10T23:08:24.308Z[ host-package] Compiling lru v0.12.3
28082024-08-10T23:08:24.863Z[ host-package] Compiling serde-big-array v0.5.1
28092024-08-10T23:08:25.152Z[ host-package] Compiling instability v0.3.2
28102024-08-10T23:08:25.318Z[ host-package] Compiling cassowary v0.3.0
28112024-08-10T23:08:25.594Z[ host-package] Compiling base64 v0.13.1
28122024-08-10T23:08:26.908Z[ host-package] Compiling ron v0.7.1
28132024-08-10T23:08:27.212Z[ host-package] Compiling ratatui v0.28.0
28142024-08-10T23:08:36.898Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28152024-08-10T23:08:58.481Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28162024-08-10T23:09:00.047Z[ helios-setup] Aug 10 23:08:59.031 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28172024-08-10T23:09:01.192Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28182024-08-10T23:09:02.304Z[ host-package] Compiling zone v0.1.8
28192024-08-10T23:09:03.180Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28202024-08-10T23:09:03.977Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212024-08-10T23:09:07.951Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28222024-08-10T23:09:16.005Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28232024-08-10T23:09:16.568Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28242024-08-10T23:09:19.694Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28252024-08-10T23:09:20.682Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28262024-08-10T23:09:28.415Z[ host-package] Compiling signal-hook-tokio v0.3.1
28272024-08-10T23:09:28.418Z[ host-package] Compiling portpicker v0.1.1
28282024-08-10T23:09:28.893Z[ host-package] Compiling unicode-linebreak v0.1.5
28292024-08-10T23:09:29.554Z[ host-package] Compiling smawk v0.3.2
28302024-08-10T23:09:29.711Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28312024-08-10T23:09:30.164Z[ host-package] Compiling textwrap v0.16.1
28322024-08-10T23:09:35.105Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28332024-08-10T23:09:44.058Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28342024-08-10T23:09:49.877Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28352024-08-10T23:09:53.304Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28362024-08-10T23:09:58.287Z[ host-package] Compiling rcgen v0.12.1
28372024-08-10T23:10:00.776Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28382024-08-10T23:10:01.432Z[ helios-setup] Aug 10 23:10:00.408 INFO E| Finished `release` profile [optimized] target(s) in 6m 40s
28392024-08-10T23:10:01.574Z[ helios-setup] Aug 10 23:10:00.550 INFO building project "pilot" ok (400 seconds)
28402024-08-10T23:10:01.577Z[ helios-setup] Aug 10 23:10:00.550 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28412024-08-10T23:10:01.577Z[ helios-setup] Aug 10 23:10:00.550 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28422024-08-10T23:10:01.584Z[ helios-setup] Aug 10 23:10:00.560 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
28432024-08-10T23:10:01.848Z[ helios-setup] Aug 10 23:10:00.824 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
28442024-08-10T23:10:01.848Z[ helios-setup] Aug 10 23:10:00.824 INFO E| info: downloading component 'cargo'
28452024-08-10T23:10:03.702Z[ helios-setup] Aug 10 23:10:02.678 INFO E| info: downloading component 'clippy'
28462024-08-10T23:10:03.927Z[ helios-setup] Aug 10 23:10:02.903 INFO E| info: downloading component 'rust-docs'
28472024-08-10T23:10:05.069Z[ helios-setup] Aug 10 23:10:04.045 INFO E| info: downloading component 'rust-src'
28482024-08-10T23:10:05.228Z[ helios-setup] Aug 10 23:10:04.203 INFO E| info: downloading component 'rust-std'
28492024-08-10T23:10:06.696Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28502024-08-10T23:10:07.066Z[ helios-setup] Aug 10 23:10:06.041 INFO E| info: downloading component 'rustc'
28512024-08-10T23:10:07.273Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522024-08-10T23:10:07.610Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28532024-08-10T23:10:08.588Z[ host-package] Compiling atomicwrites v0.4.3
28542024-08-10T23:10:08.608Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28552024-08-10T23:10:09.171Z[ host-package] Compiling fatfs v0.3.6
28562024-08-10T23:10:11.631Z[ host-package] Compiling rtoolbox v0.0.2
28572024-08-10T23:10:11.994Z[ helios-setup] Aug 10 23:10:10.969 INFO E| info: downloading component 'rustfmt'
28582024-08-10T23:10:12.121Z[ host-package] Compiling subprocess v0.2.9
28592024-08-10T23:10:12.141Z[ host-package] Compiling is_ci v1.2.0
28602024-08-10T23:10:12.212Z[ helios-setup] Aug 10 23:10:11.187 INFO E| info: installing component 'cargo'
28612024-08-10T23:10:12.439Z[ host-package] Compiling assert_matches v1.5.0
28622024-08-10T23:10:13.585Z[ helios-setup] Aug 10 23:10:12.560 INFO E| info: installing component 'clippy'
28632024-08-10T23:10:14.208Z[ helios-setup] Aug 10 23:10:13.182 INFO E| info: installing component 'rust-docs'
28642024-08-10T23:10:14.798Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28652024-08-10T23:10:17.568Z[ host-package] Compiling supports-color v3.0.0
28662024-08-10T23:10:18.420Z[ host-package] Compiling rpassword v7.3.1
28672024-08-10T23:10:18.536Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682024-08-10T23:10:19.156Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28692024-08-10T23:10:19.354Z[ helios-setup] Aug 10 23:10:18.328 INFO E| info: installing component 'rust-src'
28702024-08-10T23:10:19.421Z[ host-package] Compiling tui-tree-widget v0.22.0
28712024-08-10T23:10:20.038Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28722024-08-10T23:10:20.096Z[ helios-setup] Aug 10 23:10:19.069 INFO E| info: installing component 'rust-std'
28732024-08-10T23:10:20.105Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28742024-08-10T23:10:22.874Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28752024-08-10T23:10:22.961Z[ helios-setup] Aug 10 23:10:21.934 INFO E| info: installing component 'rustc'
28762024-08-10T23:10:23.298Z[ host-package] Compiling uzers v0.11.3
28772024-08-10T23:10:26.374Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782024-08-10T23:10:27.419Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28792024-08-10T23:10:29.463Z[ helios-setup] Aug 10 23:10:28.435 INFO E| info: installing component 'rustfmt'
28802024-08-10T23:10:29.935Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28812024-08-10T23:10:30.554Z[ helios-setup] Aug 10 23:10:29.523 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28822024-08-10T23:10:31.433Z[ helios-setup] Aug 10 23:10:30.405 INFO E| From https://github.com/oxidecomputer/amd-apcb
28832024-08-10T23:10:31.433Z[ helios-setup] Aug 10 23:10:30.405 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
28842024-08-10T23:10:31.433Z[ helios-setup] Aug 10 23:10:30.405 INFO E| * [new tag] v0.3.3 -> v0.3.3
28852024-08-10T23:10:31.462Z[ helios-setup] Aug 10 23:10:30.434 INFO E| * [new tag] v0.1.3 -> v0.1.3
28862024-08-10T23:10:31.462Z[ helios-setup] Aug 10 23:10:30.434 INFO E| * [new tag] v0.1.4 -> v0.1.4
28872024-08-10T23:10:31.465Z[ helios-setup] Aug 10 23:10:30.434 INFO E| * [new tag] v0.1.5 -> v0.1.5
28882024-08-10T23:10:31.465Z[ helios-setup] Aug 10 23:10:30.434 INFO E| * [new tag] v0.2.0 -> v0.2.0
28892024-08-10T23:10:31.465Z[ helios-setup] Aug 10 23:10:30.434 INFO E| * [new tag] v0.3.0 -> v0.3.0
28902024-08-10T23:10:31.465Z[ helios-setup] Aug 10 23:10:30.435 INFO E| * [new tag] v0.3.1 -> v0.3.1
28912024-08-10T23:10:31.465Z[ helios-setup] Aug 10 23:10:30.435 INFO E| * [new tag] v0.3.2 -> v0.3.2
28922024-08-10T23:10:31.497Z[ helios-setup] Aug 10 23:10:30.469 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
28932024-08-10T23:10:32.541Z[ helios-setup] Aug 10 23:10:31.512 INFO E| From https://github.com/oxidecomputer/amd-efs
28942024-08-10T23:10:32.541Z[ helios-setup] Aug 10 23:10:31.512 INFO E| * [new branch] empty -> origin/empty
28952024-08-10T23:10:32.541Z[ helios-setup] Aug 10 23:10:31.512 INFO E| * [new branch] issue-99 -> origin/issue-99
28962024-08-10T23:10:32.544Z[ helios-setup] Aug 10 23:10:31.512 INFO E| * [new branch] main -> origin/main
28972024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.512 INFO E| * [new branch] review -> origin/review
28982024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.512 INFO E| * [new ref] -> origin/HEAD
28992024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.513 INFO E| * [new tag] v0.2.0 -> v0.2.0
29002024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.513 INFO E| * [new tag] v0.2.1 -> v0.2.1
29012024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.513 INFO E| * [new tag] v0.2.2 -> v0.2.2
29022024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.513 INFO E| * [new tag] v0.2.3 -> v0.2.3
29032024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.513 INFO E| * [new tag] v0.2.4 -> v0.2.4
29042024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.513 INFO E| * [new tag] v0.2.5 -> v0.2.5
29052024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.514 INFO E| * [new tag] v0.2.6 -> v0.2.6
29062024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.514 INFO E| * [new tag] v0.2.7 -> v0.2.7
29072024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.514 INFO E| * [new tag] v0.3.0 -> v0.3.0
29082024-08-10T23:10:32.545Z[ helios-setup] Aug 10 23:10:31.514 INFO E| * [new tag] v0.3.1 -> v0.3.1
29092024-08-10T23:10:32.546Z[ helios-setup] Aug 10 23:10:31.514 INFO E| * [new tag] v0.4.0 -> v0.4.0
29102024-08-10T23:10:32.573Z[ helios-setup] Aug 10 23:10:31.543 INFO E| Updating crates.io index
29112024-08-10T23:10:32.949Z[ helios-setup] Aug 10 23:10:31.920 INFO E| Downloading crates ...
29122024-08-10T23:10:33.065Z[ helios-setup] Aug 10 23:10:32.036 INFO E| Downloaded cfg-if v0.1.10
29132024-08-10T23:10:33.067Z[ helios-setup] Aug 10 23:10:32.039 INFO E| Downloaded fletcher v0.1.0
29142024-08-10T23:10:33.104Z[ helios-setup] Aug 10 23:10:32.075 INFO E| Downloaded semver-parser v0.7.0
29152024-08-10T23:10:33.107Z[ helios-setup] Aug 10 23:10:32.077 INFO E| Downloaded scroll_derive v0.10.5
29162024-08-10T23:10:33.109Z[ helios-setup] Aug 10 23:10:32.078 INFO E| Downloaded proc-macro-crate v0.1.5
29172024-08-10T23:10:33.109Z[ helios-setup] Aug 10 23:10:32.080 INFO E| Downloaded pest_generator v2.7.11
29182024-08-10T23:10:33.112Z[ helios-setup] Aug 10 23:10:32.083 INFO E| Downloaded vec_map v0.8.2
29192024-08-10T23:10:33.114Z[ helios-setup] Aug 10 23:10:32.084 INFO E| Downloaded strum v0.23.0
29202024-08-10T23:10:33.114Z[ helios-setup] Aug 10 23:10:32.085 INFO E| Downloaded strsim v0.8.0
29212024-08-10T23:10:33.117Z[ helios-setup] Aug 10 23:10:32.087 INFO E| Downloaded semver v0.9.0
29222024-08-10T23:10:33.120Z[ helios-setup] Aug 10 23:10:32.090 INFO E| Downloaded strum_macros v0.23.1
29232024-08-10T23:10:33.122Z[ helios-setup] Aug 10 23:10:32.093 INFO E| Downloaded structopt-derive v0.4.18
29242024-08-10T23:10:33.125Z[ helios-setup] Aug 10 23:10:32.095 INFO E| Downloaded ansi_term v0.12.1
29252024-08-10T23:10:33.127Z[ helios-setup] Aug 10 23:10:32.098 INFO E| Downloaded textwrap v0.11.0
29262024-08-10T23:10:33.130Z[ helios-setup] Aug 10 23:10:32.101 INFO E| Downloaded scroll v0.10.2
29272024-08-10T23:10:33.133Z[ helios-setup] Aug 10 23:10:32.104 INFO E| Downloaded pest_derive v2.7.11
29282024-08-10T23:10:33.136Z[ helios-setup] Aug 10 23:10:32.108 INFO E| Downloaded modular-bitfield v0.11.2
29292024-08-10T23:10:33.154Z[ helios-setup] Aug 10 23:10:32.126 INFO E| Downloaded structopt v0.3.26
29302024-08-10T23:10:33.166Z[ helios-setup] Aug 10 23:10:32.138 INFO E| Downloaded serde_json v1.0.120
29312024-08-10T23:10:33.178Z[ helios-setup] Aug 10 23:10:32.150 INFO E| Downloaded syn v2.0.71
29322024-08-10T23:10:33.195Z[ helios-setup] Aug 10 23:10:32.166 INFO E| Downloaded clap v2.34.0
29332024-08-10T23:10:33.205Z[ helios-setup] Aug 10 23:10:32.176 INFO E| Downloaded pest v2.7.11
29342024-08-10T23:10:33.212Z[ helios-setup] Aug 10 23:10:32.184 INFO E| Downloaded memchr v2.7.4
29352024-08-10T23:10:33.220Z[ helios-setup] Aug 10 23:10:32.191 INFO E| Downloaded log v0.4.22
29362024-08-10T23:10:33.223Z[ helios-setup] Aug 10 23:10:32.194 INFO E| Downloaded pre-proc-macro v0.2.1
29372024-08-10T23:10:33.226Z[ helios-setup] Aug 10 23:10:32.197 INFO E| Downloaded pest_meta v2.7.11
29382024-08-10T23:10:33.228Z[ helios-setup] Aug 10 23:10:32.200 INFO E| Downloaded goblin v0.4.3
29392024-08-10T23:10:33.236Z[ helios-setup] Aug 10 23:10:32.208 INFO E| Downloaded rustc_version v0.2.3
29402024-08-10T23:10:33.239Z[ helios-setup] Aug 10 23:10:32.209 INFO E| Downloaded pre v0.2.1
29412024-08-10T23:10:33.239Z[ helios-setup] Aug 10 23:10:32.210 INFO E| Downloaded modular-bitfield-impl v0.11.2
29422024-08-10T23:10:33.253Z[ helios-setup] Aug 10 23:10:32.224 INFO E| Downloaded parse_int v0.6.0
29432024-08-10T23:10:33.256Z[ helios-setup] Aug 10 23:10:32.226 INFO E| Downloaded num-derive v0.3.3
29442024-08-10T23:10:33.258Z[ helios-setup] Aug 10 23:10:32.228 INFO E| Downloaded memoffset v0.5.6
29452024-08-10T23:10:33.258Z[ helios-setup] Aug 10 23:10:32.230 INFO E| Downloaded four-cc v0.3.0
29462024-08-10T23:10:33.261Z[ helios-setup] Aug 10 23:10:32.231 INFO E| Downloaded bytesize v1.3.0
29472024-08-10T23:10:33.347Z[ helios-setup] Aug 10 23:10:32.318 INFO E| Compiling proc-macro2 v1.0.86
29482024-08-10T23:10:33.352Z[ helios-setup] Aug 10 23:10:32.324 INFO E| Compiling unicode-ident v1.0.12
29492024-08-10T23:10:33.352Z[ helios-setup] Aug 10 23:10:32.324 INFO E| Compiling syn v1.0.109
29502024-08-10T23:10:33.355Z[ helios-setup] Aug 10 23:10:32.324 INFO E| Compiling version_check v0.9.4
29512024-08-10T23:10:33.355Z[ helios-setup] Aug 10 23:10:32.324 INFO E| Compiling thiserror v1.0.63
29522024-08-10T23:10:33.355Z[ helios-setup] Aug 10 23:10:32.324 INFO E| Compiling autocfg v1.3.0
29532024-08-10T23:10:33.355Z[ helios-setup] Aug 10 23:10:32.324 INFO E| Compiling semver-parser v0.7.0
29542024-08-10T23:10:33.355Z[ helios-setup] Aug 10 23:10:32.324 INFO E| Compiling serde v1.0.204
29552024-08-10T23:10:34.670Z[ helios-setup] Aug 10 23:10:33.641 INFO E| Compiling semver v0.9.0
29562024-08-10T23:10:34.791Z[ helios-setup] Aug 10 23:10:33.763 INFO E| Compiling serde_json v1.0.120
29572024-08-10T23:10:34.813Z[ helios-setup] Aug 10 23:10:33.785 INFO E| Compiling proc-macro-error-attr v1.0.4
29582024-08-10T23:10:34.985Z[ helios-setup] Aug 10 23:10:33.956 INFO E| Compiling proc-macro-error v1.0.4
29592024-08-10T23:10:35.096Z[ helios-setup] Aug 10 23:10:34.067 INFO E| Compiling num-traits v0.2.19
29602024-08-10T23:10:35.563Z[ helios-setup] Aug 10 23:10:34.534 INFO E| Compiling rustc_version v0.2.3
29612024-08-10T23:10:35.700Z[ helios-setup] Aug 10 23:10:34.671 INFO E| Compiling ryu v1.0.18
29622024-08-10T23:10:35.712Z[ helios-setup] Aug 10 23:10:34.684 INFO E| Compiling unicode-segmentation v1.11.0
29632024-08-10T23:10:35.767Z[ helios-setup] Aug 10 23:10:34.738 INFO E| Compiling itoa v1.0.11
29642024-08-10T23:10:35.814Z[ helios-setup] Aug 10 23:10:34.786 INFO E| Compiling schemars v0.8.21
29652024-08-10T23:10:36.121Z[ helios-setup] Aug 10 23:10:35.092 INFO E| Compiling memoffset v0.5.6
29662024-08-10T23:10:36.522Z[ helios-setup] Aug 10 23:10:35.493 INFO E| Compiling rustversion v1.0.17
29672024-08-10T23:10:36.575Z[ helios-setup] Aug 10 23:10:35.547 INFO E| Compiling pre-proc-macro v0.2.1
29682024-08-10T23:10:36.603Z[ helios-setup] Aug 10 23:10:35.574 INFO E| Compiling lazy_static v1.5.0
29692024-08-10T23:10:36.821Z[ helios-setup] Aug 10 23:10:35.792 INFO E| Compiling quote v1.0.36
29702024-08-10T23:10:36.898Z[ helios-setup] Aug 10 23:10:35.869 INFO E| Compiling heck v0.3.3
29712024-08-10T23:10:37.008Z[ helios-setup] Aug 10 23:10:35.979 INFO E| Compiling paste v1.0.15
29722024-08-10T23:10:37.072Z[ helios-setup] Aug 10 23:10:36.043 INFO E| Compiling memchr v2.7.4
29732024-08-10T23:10:37.444Z[ helios-setup] Aug 10 23:10:36.413 INFO E| Compiling syn v2.0.71
29742024-08-10T23:10:37.983Z[ helios-setup] Aug 10 23:10:36.954 INFO E| Compiling ucd-trie v0.1.6
29752024-08-10T23:10:38.259Z[ helios-setup] Aug 10 23:10:37.229 INFO E| Compiling dyn-clone v1.0.17
29762024-08-10T23:10:38.365Z[ helios-setup] Aug 10 23:10:37.335 INFO E| Compiling libc v0.2.155
29772024-08-10T23:10:39.024Z[ helios-setup] Aug 10 23:10:37.994 INFO E| Compiling pre v0.2.1
29782024-08-10T23:10:39.731Z[ helios-setup] Aug 10 23:10:38.702 INFO E| Compiling static_assertions v1.1.0
29792024-08-10T23:10:39.833Z[ helios-setup] Aug 10 23:10:38.804 INFO E| Compiling byteorder v1.5.0
29802024-08-10T23:10:40.040Z[ helios-setup] Aug 10 23:10:39.010 INFO E| Compiling cfg-if v0.1.10
29812024-08-10T23:10:40.162Z[ helios-setup] Aug 10 23:10:39.132 INFO E| Compiling once_cell v1.19.0
29822024-08-10T23:10:41.205Z[ helios-setup] Aug 10 23:10:40.175 INFO E| Compiling unicode-width v0.1.13
29832024-08-10T23:10:41.687Z[ helios-setup] Aug 10 23:10:40.658 INFO E| Compiling textwrap v0.11.0
29842024-08-10T23:10:42.368Z[ helios-setup] Aug 10 23:10:41.338 INFO E| Compiling atty v0.2.14
29852024-08-10T23:10:42.626Z[ helios-setup] Aug 10 23:10:41.596 INFO E| Compiling strsim v0.8.0
29862024-08-10T23:10:42.875Z[ helios-setup] Aug 10 23:10:41.846 INFO E| Compiling strum v0.23.0
29872024-08-10T23:10:43.304Z[ helios-setup] Aug 10 23:10:42.274 INFO E| Compiling vec_map v0.8.2
29882024-08-10T23:10:43.473Z[ helios-setup] Aug 10 23:10:42.443 INFO E| Compiling fletcher v0.1.0
29892024-08-10T23:10:43.731Z[ helios-setup] Aug 10 23:10:42.701 INFO E| Compiling parse_int v0.6.0
29902024-08-10T23:10:43.833Z[ helios-setup] Aug 10 23:10:42.803 INFO E| Compiling bitflags v1.3.2
29912024-08-10T23:10:43.928Z[ helios-setup] Aug 10 23:10:42.898 INFO E| Compiling ansi_term v0.12.1
29922024-08-10T23:10:44.057Z[ helios-setup] Aug 10 23:10:43.027 INFO E| Compiling log v0.4.22
29932024-08-10T23:10:44.324Z[ helios-setup] Aug 10 23:10:43.294 INFO E| Compiling plain v0.2.3
29942024-08-10T23:10:44.436Z[ helios-setup] Aug 10 23:10:43.406 INFO E| Compiling bytesize v1.3.0
29952024-08-10T23:10:44.534Z[ helios-setup] Aug 10 23:10:43.504 INFO E| Compiling clap v2.34.0
29962024-08-10T23:10:45.759Z[ helios-setup] Aug 10 23:10:44.729 INFO E| Compiling serde_derive_internals v0.29.1
29972024-08-10T23:10:47.546Z[ helios-setup] Aug 10 23:10:46.516 INFO E| Compiling toml v0.5.11
29982024-08-10T23:10:50.380Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29992024-08-10T23:10:50.838Z[ helios-setup] Aug 10 23:10:49.808 INFO E| Compiling proc-macro-crate v0.1.5
30002024-08-10T23:10:52.180Z[ helios-setup] Aug 10 23:10:51.149 INFO E| Compiling thiserror-impl v1.0.63
30012024-08-10T23:10:52.329Z[ helios-setup] Aug 10 23:10:51.298 INFO E| Compiling serde_derive v1.0.204
30022024-08-10T23:10:52.773Z[ helios-setup] Aug 10 23:10:51.742 INFO E| Compiling schemars_derive v0.8.21
30032024-08-10T23:10:53.043Z[ helios-setup] Aug 10 23:10:52.012 INFO E| Compiling zerocopy-derive v0.6.6
30042024-08-10T23:10:56.691Z[ helios-setup] Aug 10 23:10:55.645 INFO E| Compiling zerocopy v0.6.6
30052024-08-10T23:10:57.934Z[ helios-setup] Aug 10 23:10:56.903 INFO E| Compiling pest v2.7.11
30062024-08-10T23:10:57.966Z[ helios-setup] Aug 10 23:10:56.935 INFO E| Compiling modular-bitfield-impl v0.11.2
30072024-08-10T23:10:58.616Z[ helios-setup] Aug 10 23:10:57.584 INFO E| Compiling num-derive v0.3.3
30082024-08-10T23:10:58.660Z[ helios-setup] Aug 10 23:10:57.628 INFO E| Compiling strum_macros v0.23.1
30092024-08-10T23:11:00.634Z[ helios-setup] Aug 10 23:10:59.602 INFO E| Compiling scroll_derive v0.10.5
30102024-08-10T23:11:03.343Z[ helios-setup] Aug 10 23:11:02.311 INFO E| Compiling modular-bitfield v0.11.2
30112024-08-10T23:11:03.636Z[ helios-setup] Aug 10 23:11:02.587 INFO E| Compiling pest_meta v2.7.11
30122024-08-10T23:11:03.749Z[ helios-setup] Aug 10 23:11:02.716 INFO E| Compiling structopt-derive v0.4.18
30132024-08-10T23:11:04.348Z[ helios-setup] Aug 10 23:11:03.316 INFO E| Compiling scroll v0.10.2
30142024-08-10T23:11:05.224Z[ helios-setup] Aug 10 23:11:04.191 INFO E| Compiling goblin v0.4.3
30152024-08-10T23:11:05.881Z[ helios-setup] Aug 10 23:11:04.848 INFO E| Compiling pest_generator v2.7.11
30162024-08-10T23:11:07.547Z[ host-package] Compiling multimap v0.10.0
30172024-08-10T23:11:08.571Z[ helios-setup] Aug 10 23:11:07.538 INFO E| Compiling structopt v0.3.26
30182024-08-10T23:11:09.728Z[ helios-setup] Aug 10 23:11:08.694 INFO E| Compiling pest_derive v2.7.11
30192024-08-10T23:11:14.770Z[ helios-setup] Aug 10 23:11:13.736 INFO E| Compiling json5 v0.4.1
30202024-08-10T23:11:20.381Z[ helios-setup] Aug 10 23:11:19.346 INFO E| Compiling four-cc v0.3.0
30212024-08-10T23:11:20.381Z[ helios-setup] Aug 10 23:11:19.346 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30222024-08-10T23:11:20.607Z[ helios-setup] Aug 10 23:11:19.572 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
30232024-08-10T23:12:02.177Z[ helios-setup] Aug 10 23:12:01.136 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
30242024-08-10T23:12:19.610Z[ helios-setup] Aug 10 23:12:18.567 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30252024-08-10T23:12:38.703Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30262024-08-10T23:13:08.445Z[ helios-setup] Aug 10 23:13:07.395 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 38s
30272024-08-10T23:13:08.478Z[ helios-setup] Aug 10 23:13:07.429 INFO building project "amd-host-image-builder" ok (186 seconds)
30282024-08-10T23:13:08.481Z[ helios-setup] rm -f helios-build
30292024-08-10T23:13:08.483Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30302024-08-10T23:13:08.486Z[ helios-setup]
30312024-08-10T23:13:08.488Z[ helios-setup] Setup complete! ./helios-build is now available.
30322024-08-10T23:13:08.489Z[ helios-setup]
30332024-08-10T23:13:08.496Z[ helios-setup]
30342024-08-10T23:13:08.496Z[ helios-setup] real 11:55.746802096
30352024-08-10T23:13:08.496Z[ helios-setup] user 28:35.079379037
30362024-08-10T23:13:08.497Z[ helios-setup] sys 3:26.707355840
30372024-08-10T23:13:08.497Z[ helios-setup] trap 1.574069409
30382024-08-10T23:13:08.497Z[ helios-setup] tflt 6.747704400
30392024-08-10T23:13:08.497Z[ helios-setup] dflt 36.895112300
30402024-08-10T23:13:08.497Z[ helios-setup] kflt 0.029445653
30412024-08-10T23:13:08.497Z[ helios-setup] lock 1:56:27.179524534
30422024-08-10T23:13:08.497Z[ helios-setup] slp 3:41:53.678345089
30432024-08-10T23:13:08.497Z[ helios-setup] lat 32:43.610372277
30442024-08-10T23:13:08.497Z[ helios-setup] stop 4:29.186826524
30452024-08-10T23:13:08.497ZAug 10 23:13:07.440 INFO [helios-setup] process exited with exit status: 0 (715.752554245s)
30462024-08-10T23:13:08.497ZAug 10 23:13:07.441 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30472024-08-10T23:13:08.509Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30482024-08-10T23:13:08.792Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30492024-08-10T23:13:08.795Z[ phbl-toolchain] info: downloading component 'cargo'
30502024-08-10T23:13:09.613Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30512024-08-10T23:13:10.622Z[ phbl-toolchain] info: downloading component 'clippy'
30522024-08-10T23:13:10.897Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30532024-08-10T23:13:15.696Z[ phbl-toolchain] info: downloading component 'miri'
30542024-08-10T23:13:16.684Z[ phbl-toolchain] info: downloading component 'rust-docs'
30552024-08-10T23:13:17.795Z[ phbl-toolchain] info: downloading component 'rust-src'
30562024-08-10T23:13:17.991Z[ phbl-toolchain] info: downloading component 'rust-std'
30572024-08-10T23:13:19.948Z[ phbl-toolchain] info: downloading component 'rustc'
30582024-08-10T23:13:25.272Z[ phbl-toolchain] info: downloading component 'rustfmt'
30592024-08-10T23:13:25.799Z[ phbl-toolchain] info: installing component 'cargo'
30602024-08-10T23:13:27.137Z[ phbl-toolchain] info: installing component 'clippy'
30612024-08-10T23:13:27.672Z[ phbl-toolchain] info: installing component 'llvm-tools'
30622024-08-10T23:13:33.410Z[ phbl-toolchain] info: installing component 'miri'
30632024-08-10T23:13:33.736Z[ phbl-toolchain] info: installing component 'rust-docs'
30642024-08-10T23:13:39.606Z[ phbl-toolchain] info: installing component 'rust-src'
30652024-08-10T23:13:40.265Z[ phbl-toolchain] info: installing component 'rust-std'
30662024-08-10T23:13:42.744Z[ phbl-toolchain] info: installing component 'rustc'
30672024-08-10T23:13:48.864Z[ phbl-toolchain] info: installing component 'rustfmt'
30682024-08-10T23:13:49.533Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30692024-08-10T23:13:49.535ZAug 10 23:13:48.480 INFO [phbl-toolchain] process exited with exit status: 0 (41.039273912s)
30702024-08-10T23:19:57.934Z[ host-package] Finished `release` profile [optimized] target(s) in 17m 59s
30712024-08-10T23:20:49.236ZAug 10 23:20:48.123 INFO [host-package] process exited with exit status: 0 (1130.708209945s)
30722024-08-10T23:20:49.239ZAug 10 23:20:48.123 INFO [host-stamp] running task
30732024-08-10T23:20:49.239ZAug 10 23:20:48.124 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30742024-08-10T23:20:49.243ZAug 10 23:20:48.131 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+git9cf8c433561
30752024-08-10T23:20:49.250ZAug 10 23:20:48.138 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+git9cf8c433561
30762024-08-10T23:20:49.255Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30772024-08-10T23:20:49.258ZAug 10 23:20:48.145 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+git9cf8c433561
30782024-08-10T23:20:49.261Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30792024-08-10T23:20:49.264ZAug 10 23:20:48.152 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+git9cf8c433561
30802024-08-10T23:20:49.268Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30812024-08-10T23:20:49.271ZAug 10 23:20:48.158 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+git9cf8c433561
30822024-08-10T23:20:49.276Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30832024-08-10T23:20:49.280Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30842024-08-10T23:20:49.280ZAug 10 23:20:48.165 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+git9cf8c433561
30852024-08-10T23:20:49.283Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30862024-08-10T23:20:49.286ZAug 10 23:20:48.174 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+git9cf8c433561
30872024-08-10T23:20:49.292Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30882024-08-10T23:20:49.292Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30892024-08-10T23:20:49.300ZAug 10 23:20:48.183 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+git9cf8c433561
30902024-08-10T23:20:49.304Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30912024-08-10T23:20:49.304Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30922024-08-10T23:20:49.306ZAug 10 23:20:48.191 INFO [stamp-oxlog] process exited with exit status: 0 (39.770473ms)
30932024-08-10T23:20:49.306ZAug 10 23:20:48.191 INFO [stamp-overlay] process exited with exit status: 0 (46.858977ms)
30942024-08-10T23:20:49.307ZAug 10 23:20:48.191 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (26.235625ms)
30952024-08-10T23:20:49.307Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30962024-08-10T23:20:49.316Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30972024-08-10T23:20:49.385Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30982024-08-10T23:20:49.388ZAug 10 23:20:48.276 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (118.013837ms)
30992024-08-10T23:20:49.510Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31002024-08-10T23:20:49.514ZAug 10 23:20:48.402 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (228.021221ms)
31012024-08-10T23:20:49.596Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31022024-08-10T23:20:49.606ZAug 10 23:20:48.487 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (355.92638ms)
31032024-08-10T23:20:50.505Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31042024-08-10T23:20:50.509ZAug 10 23:20:49.396 INFO [stamp-propolis-server] process exited with exit status: 0 (1.214107999s)
31052024-08-10T23:20:50.530Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31062024-08-10T23:20:52.811Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31072024-08-10T23:20:59.584Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31082024-08-10T23:20:59.587ZAug 10 23:20:58.474 INFO [stamp-switch-asic] process exited with exit status: 0 (10.336406806s)
31092024-08-10T23:20:59.590ZAug 10 23:20:58.474 INFO [host-stamp] task succeeded (10.350792502s)
31102024-08-10T23:20:59.590ZAug 10 23:20:58.474 INFO [host-proto] running task
31112024-08-10T23:21:00.005ZAug 10 23:20:58.891 INFO [host-proto] task succeeded (416.788804ms)
31122024-08-10T23:21:00.005ZAug 10 23:20:58.891 INFO [host-profile] running task
31132024-08-10T23:21:00.007ZAug 10 23:20:58.891 INFO [host-profile] task succeeded (269.561µs)
31142024-08-10T23:21:00.007ZAug 10 23:20:58.891 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/.tmpaerXmB/proto/host/root -N 'ci 9cf8c43/${os_short_commit} 2024-08-10 23:01' -s host -B
31152024-08-10T23:21:00.020Z[ host-image] Aug 10 23:20:58.906 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31162024-08-10T23:21:00.020Z[ host-image] Aug 10 23:20:58.906 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31172024-08-10T23:21:00.035Z[ host-image] Aug 10 23:20:58.921 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaerXmB/proto/host/root"
31182024-08-10T23:21:00.038Z[ host-image] Aug 10 23:20:58.921 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31192024-08-10T23:21:00.038Z[ host-image] Aug 10 23:20:58.922 INFO image builder template: ramdisk-01-os...
31202024-08-10T23:21:00.038Z[ host-image] Aug 10 23:20:58.922 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/.tmpaerXmB/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
31212024-08-10T23:21:00.056Z[ host-image] Aug 10 23:20:58.942 INFO O| Aug 10 23:20:58.942 INFO CREATE DATASET: rpool/images/build/host/output
31222024-08-10T23:21:00.202Z[ host-image] Aug 10 23:20:59.088 INFO O| Aug 10 23:20:59.088 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31232024-08-10T23:21:00.207Z[ host-image] Aug 10 23:20:59.094 INFO O| Aug 10 23:20:59.094 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31242024-08-10T23:21:00.398Z[ host-image] Aug 10 23:20:59.284 INFO O| Aug 10 23:20:59.284 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31252024-08-10T23:21:00.450Z[ host-image] Aug 10 23:20:59.336 INFO O| Aug 10 23:20:59.336 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31262024-08-10T23:21:00.450Z[ host-image] Aug 10 23:20:59.336 INFO O| Aug 10 23:20:59.336 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31272024-08-10T23:21:00.453Z[ host-image] Aug 10 23:20:59.336 INFO O| Aug 10 23:20:59.336 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31282024-08-10T23:21:00.453Z[ host-image] Aug 10 23:20:59.336 INFO O| Aug 10 23:20:59.336 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31292024-08-10T23:21:00.462Z[ host-image] Aug 10 23:20:59.349 INFO O| Aug 10 23:20:59.349 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31302024-08-10T23:21:00.644Z[ host-image] Aug 10 23:20:59.530 INFO O| Aug 10 23:20:59.530 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31312024-08-10T23:21:00.660Z[ host-image] Aug 10 23:20:59.546 INFO O| Aug 10 23:20:59.546 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31322024-08-10T23:21:01.172Z[ host-image] Aug 10 23:21:00.058 INFO O| Aug 10 23:21:00.058 INFO O| Caching catalogs ... Done
31332024-08-10T23:21:01.292Z[ host-image] Aug 10 23:21:00.178 INFO O| Aug 10 23:21:00.177 INFO STEP 0 (pkg_image_create) COMPLETE
31342024-08-10T23:21:01.292Z[ host-image] Aug 10 23:21:00.178 INFO O| Aug 10 23:21:00.178 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31352024-08-10T23:21:01.294Z[ host-image] Aug 10 23:21:00.178 INFO O| Aug 10 23:21:00.178 INFO skip step because feature "repo_redist" is not enabled
31362024-08-10T23:21:01.294Z[ host-image] Aug 10 23:21:00.178 INFO O| Aug 10 23:21:00.178 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31372024-08-10T23:21:01.307Z[ host-image] Aug 10 23:21:00.193 INFO O| Aug 10 23:21:00.193 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"]
31382024-08-10T23:21:01.847Z[ host-image] Aug 10 23:21:00.732 INFO O| Aug 10 23:21:00.732 INFO STEP 2 (pkg_set_publisher) COMPLETE
31392024-08-10T23:21:01.847Z[ host-image] Aug 10 23:21:00.733 INFO O| Aug 10 23:21:00.732 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31402024-08-10T23:21:01.863Z[ host-image] Aug 10 23:21:00.749 INFO O| Aug 10 23:21:00.749 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"]
31412024-08-10T23:21:02.403Z[ host-image] Aug 10 23:21:01.288 INFO O| Aug 10 23:21:01.288 INFO STEP 3 (pkg_set_publisher) COMPLETE
31422024-08-10T23:21:02.403Z[ host-image] Aug 10 23:21:01.289 INFO O| Aug 10 23:21:01.288 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31432024-08-10T23:21:02.406Z[ host-image] Aug 10 23:21:01.289 INFO O| Aug 10 23:21:01.288 INFO skip step because feature "repo_redist" is not enabled
31442024-08-10T23:21:02.406Z[ host-image] Aug 10 23:21:01.289 INFO O| Aug 10 23:21:01.288 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31452024-08-10T23:21:02.936Z[ host-image] Aug 10 23:21:01.822 INFO O| Aug 10 23:21:01.821 INFO variant opensolaris.zone is already global
31462024-08-10T23:21:02.936Z[ host-image] Aug 10 23:21:01.822 INFO O| Aug 10 23:21:01.822 INFO STEP 5 (pkg_change_variant) COMPLETE
31472024-08-10T23:21:02.939Z[ host-image] Aug 10 23:21:01.822 INFO O| Aug 10 23:21:01.822 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31482024-08-10T23:21:03.515Z[ host-image] Aug 10 23:21:02.401 INFO O| Aug 10 23:21:02.401 INFO variant opensolaris.imagetype is full; changing to partial
31492024-08-10T23:21:03.515Z[ host-image] Aug 10 23:21:02.401 INFO O| Aug 10 23:21:02.401 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31502024-08-10T23:21:10.351Z[ host-image] Aug 10 23:21:09.235 INFO O| Aug 10 23:21:09.235 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31512024-08-10T23:21:10.955Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.48s
31522024-08-10T23:21:12.337ZAug 10 23:21:11.222 INFO [recovery-package] process exited with exit status: 0 (23.098073918s)
31532024-08-10T23:21:12.340ZAug 10 23:21:11.222 INFO [recovery-stamp] running task
31542024-08-10T23:21:12.340ZAug 10 23:21:11.222 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31552024-08-10T23:21:12.343ZAug 10 23:21:11.227 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git9cf8c433561
31562024-08-10T23:21:12.350ZAug 10 23:21:11.235 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+git9cf8c433561
31572024-08-10T23:21:12.359Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31582024-08-10T23:21:12.372Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31592024-08-10T23:21:12.433Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31602024-08-10T23:21:12.436ZAug 10 23:21:11.321 INFO [stamp-installinator] process exited with exit status: 0 (93.576118ms)
31612024-08-10T23:21:12.456Z[ host-image] Aug 10 23:21:11.341 INFO O| Aug 10 23:21:11.340 INFO O| Startup: Caching catalogs ... Done
31622024-08-10T23:21:12.488Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31632024-08-10T23:21:12.491ZAug 10 23:21:11.376 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (140.905485ms)
31642024-08-10T23:21:12.494ZAug 10 23:21:11.376 INFO [recovery-stamp] task succeeded (154.209237ms)
31652024-08-10T23:21:12.494ZAug 10 23:21:11.376 INFO [recovery-proto] running task
31662024-08-10T23:21:12.494ZAug 10 23:21:11.376 INFO [tuf-stamp] running task
31672024-08-10T23:21:12.494ZAug 10 23:21:11.377 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+git9cf8c433561
31682024-08-10T23:21:12.502ZAug 10 23:21:11.387 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+git9cf8c433561
31692024-08-10T23:21:12.510Z[ host-image] Aug 10 23:21:11.389 INFO O| Aug 10 23:21:11.389 INFO O| Planning: Planning completed in 0.00 seconds
31702024-08-10T23:21:12.510Z[ host-image] Aug 10 23:21:11.390 INFO O| Aug 10 23:21:11.390 INFO O| Planning: Consolidating action changes ... Done
31712024-08-10T23:21:12.513Z[ host-image] Aug 10 23:21:11.390 INFO O| Aug 10 23:21:11.390 INFO O| Planning: Evaluating mediators ... Done
31722024-08-10T23:21:12.513Z[ host-image] Aug 10 23:21:11.390 INFO O| Aug 10 23:21:11.390 INFO O| Planning: Planning completed in 0.00 seconds
31732024-08-10T23:21:12.513Z[ host-image] Aug 10 23:21:11.390 INFO O| Aug 10 23:21:11.390 INFO O| Variants/Facets to change: 1
31742024-08-10T23:21:12.516ZAug 10 23:21:11.398 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+git9cf8c433561
31752024-08-10T23:21:12.519Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
31762024-08-10T23:21:12.522ZAug 10 23:21:11.406 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+git9cf8c433561
31772024-08-10T23:21:12.528Z[ host-image] Aug 10 23:21:11.407 INFO O| Aug 10 23:21:11.407 INFO O| Done
31782024-08-10T23:21:12.528Z[ host-image] Aug 10 23:21:11.407 INFO O| Aug 10 23:21:11.407 INFO O| Done
31792024-08-10T23:21:12.528Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
31802024-08-10T23:21:12.530ZAug 10 23:21:11.415 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+git9cf8c433561
31812024-08-10T23:21:12.551ZAug 10 23:21:11.435 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+git9cf8c433561
31822024-08-10T23:21:12.557Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
31832024-08-10T23:21:12.559Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
31842024-08-10T23:21:12.614ZAug 10 23:21:11.499 INFO [recovery-proto] task succeeded (122.472076ms)
31852024-08-10T23:21:12.618ZAug 10 23:21:11.499 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/.tmpaerXmB/proto/recovery/root -N 'recovery 9cf8c43/${os_short_commit} 2024-08-10 23:01' -s recovery -R
31862024-08-10T23:21:12.634Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31872024-08-10T23:21:12.639ZAug 10 23:21:11.524 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+git9cf8c433561
31882024-08-10T23:21:12.666Z[ recovery-image] Aug 10 23:21:11.529 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31892024-08-10T23:21:12.670Z[ recovery-image] Aug 10 23:21:11.529 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31902024-08-10T23:21:12.670Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
31912024-08-10T23:21:12.670ZAug 10 23:21:11.543 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+git9cf8c433561
31922024-08-10T23:21:12.689Z[ recovery-image] Aug 10 23:21:11.549 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaerXmB/proto/recovery/root"
31932024-08-10T23:21:12.692Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-08-10T23:21:12.692ZAug 10 23:21:11.574 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+git9cf8c433561
31952024-08-10T23:21:12.720Z[ recovery-image] Aug 10 23:21:11.549 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31962024-08-10T23:21:12.723Z[ recovery-image] Aug 10 23:21:11.549 INFO image builder template: ramdisk-01-os...
31972024-08-10T23:21:12.723Z[ recovery-image] Aug 10 23:21:11.549 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/.tmpaerXmB/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
31982024-08-10T23:21:12.723Z[ recovery-image] Aug 10 23:21:11.588 INFO O| Aug 10 23:21:11.588 INFO CREATE DATASET: rpool/images/build/recovery/output
31992024-08-10T23:21:12.727Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32002024-08-10T23:21:12.741ZAug 10 23:21:11.626 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+git9cf8c433561
32012024-08-10T23:21:12.822Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32022024-08-10T23:21:12.822ZAug 10 23:21:11.706 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+git9cf8c433561
32032024-08-10T23:21:12.917Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-08-10T23:21:12.917Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-08-10T23:21:13.005Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32062024-08-10T23:21:13.067Z[ recovery-image] Aug 10 23:21:11.952 INFO O| Aug 10 23:21:11.951 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32072024-08-10T23:21:13.073Z[ recovery-image] Aug 10 23:21:11.958 INFO O| Aug 10 23:21:11.957 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32082024-08-10T23:21:13.077ZAug 10 23:21:11.961 INFO [stamp-probe] process exited with exit status: 0 (437.27305ms)
32092024-08-10T23:21:13.094Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32102024-08-10T23:21:13.151ZAug 10 23:21:12.035 INFO [stamp-ntp] process exited with exit status: 0 (600.032483ms)
32112024-08-10T23:21:13.362Z[ recovery-image] Aug 10 23:21:12.247 INFO O| Aug 10 23:21:12.247 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32122024-08-10T23:21:13.368Z[ host-image] Aug 10 23:21:12.252 INFO O| Aug 10 23:21:12.252 INFO O| Done
32132024-08-10T23:21:13.430Z[ host-image] Aug 10 23:21:12.314 INFO O| Aug 10 23:21:12.314 INFO O| Done
32142024-08-10T23:21:13.433Z[ host-image] Aug 10 23:21:12.315 INFO O| Aug 10 23:21:12.315 INFO O| Done
32152024-08-10T23:21:13.433Z[ host-image] Aug 10 23:21:12.315 INFO O| Aug 10 23:21:12.315 INFO O| Done
32162024-08-10T23:21:13.433Z[ host-image] Aug 10 23:21:12.317 INFO O| Aug 10 23:21:12.317 INFO O| Done
32172024-08-10T23:21:13.447Z[ recovery-image] Aug 10 23:21:12.332 INFO O| Aug 10 23:21:12.332 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32182024-08-10T23:21:13.450Z[ recovery-image] Aug 10 23:21:12.332 INFO O| Aug 10 23:21:12.332 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32192024-08-10T23:21:13.450Z[ recovery-image] Aug 10 23:21:12.332 INFO O| Aug 10 23:21:12.332 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32202024-08-10T23:21:13.450Z[ recovery-image] Aug 10 23:21:12.332 INFO O| Aug 10 23:21:12.332 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32212024-08-10T23:21:13.459Z[ recovery-image] Aug 10 23:21:12.343 INFO O| Aug 10 23:21:12.343 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32222024-08-10T23:21:13.832Z[ recovery-image] Aug 10 23:21:12.715 INFO O| Aug 10 23:21:12.715 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32232024-08-10T23:21:13.838Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32242024-08-10T23:21:13.845Z[ recovery-image] Aug 10 23:21:12.729 INFO O| Aug 10 23:21:12.729 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32252024-08-10T23:21:13.867ZAug 10 23:21:12.751 INFO [stamp-internal-dns] process exited with exit status: 0 (1.374009219s)
32262024-08-10T23:21:14.040Z[ host-image] Aug 10 23:21:12.924 INFO O| Aug 10 23:21:12.924 INFO STEP 6 (pkg_change_variant) COMPLETE
32272024-08-10T23:21:14.040Z[ host-image] Aug 10 23:21:12.924 INFO O| Aug 10 23:21:12.924 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32282024-08-10T23:21:14.043Z[ host-image] Aug 10 23:21:12.924 INFO O| Aug 10 23:21:12.924 INFO skip step because feature "debug_variant" is not enabled
32292024-08-10T23:21:14.043Z[ host-image] Aug 10 23:21:12.924 INFO O| Aug 10 23:21:12.924 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32302024-08-10T23:21:14.144Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
32312024-08-10T23:21:14.166Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32322024-08-10T23:21:14.213ZAug 10 23:21:13.097 INFO [stamp-external-dns] process exited with exit status: 0 (1.52319643s)
32332024-08-10T23:21:14.227Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32342024-08-10T23:21:14.304Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32352024-08-10T23:21:14.312ZAug 10 23:21:13.197 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.490576424s)
32362024-08-10T23:21:14.488Z[ recovery-image] Aug 10 23:21:13.371 INFO O| Aug 10 23:21:13.371 INFO O| Caching catalogs ... Done
32372024-08-10T23:21:14.522Z[ host-image] Aug 10 23:21:13.405 INFO O| Aug 10 23:21:13.405 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32382024-08-10T23:21:14.595Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32392024-08-10T23:21:14.599ZAug 10 23:21:13.483 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.067980502s)
32402024-08-10T23:21:14.603Z[ recovery-image] Aug 10 23:21:13.487 INFO O| Aug 10 23:21:13.487 INFO STEP 0 (pkg_image_create) COMPLETE
32412024-08-10T23:21:14.603Z[ recovery-image] Aug 10 23:21:13.487 INFO O| Aug 10 23:21:13.487 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32422024-08-10T23:21:14.606Z[ recovery-image] Aug 10 23:21:13.487 INFO O| Aug 10 23:21:13.487 INFO skip step because feature "repo_redist" is not enabled
32432024-08-10T23:21:14.606Z[ recovery-image] Aug 10 23:21:13.487 INFO O| Aug 10 23:21:13.487 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32442024-08-10T23:21:14.618Z[ recovery-image] Aug 10 23:21:13.501 INFO O| Aug 10 23:21:13.501 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"]
32452024-08-10T23:21:14.746Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32462024-08-10T23:21:14.749ZAug 10 23:21:13.634 INFO [stamp-oximeter] process exited with exit status: 0 (2.091179765s)
32472024-08-10T23:21:15.062Z[ recovery-image] Aug 10 23:21:13.946 INFO O| Aug 10 23:21:13.946 INFO STEP 2 (pkg_set_publisher) COMPLETE
32482024-08-10T23:21:15.062Z[ recovery-image] Aug 10 23:21:13.946 INFO O| Aug 10 23:21:13.946 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32492024-08-10T23:21:15.074Z[ recovery-image] Aug 10 23:21:13.957 INFO O| Aug 10 23:21:13.957 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"]
32502024-08-10T23:21:15.122Z[ host-image] Aug 10 23:21:14.006 INFO O| Aug 10 23:21:14.006 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32512024-08-10T23:21:15.126Z[ host-image] Aug 10 23:21:14.008 INFO O| Aug 10 23:21:14.008 INFO O| Planning: Planning completed in 0.00 seconds
32522024-08-10T23:21:15.126Z[ host-image] Aug 10 23:21:14.008 INFO O| Aug 10 23:21:14.008 INFO O| Planning: Consolidating action changes ... Done
32532024-08-10T23:21:15.126Z[ host-image] Aug 10 23:21:14.008 INFO O| Aug 10 23:21:14.008 INFO O| Planning: Evaluating mediators ... Done
32542024-08-10T23:21:15.126Z[ host-image] Aug 10 23:21:14.009 INFO O| Aug 10 23:21:14.009 INFO O| Planning: Planning completed in 0.00 seconds
32552024-08-10T23:21:15.126Z[ host-image] Aug 10 23:21:14.009 INFO O| Aug 10 23:21:14.009 INFO O| Variants/Facets to change: 1
32562024-08-10T23:21:15.150Z[ host-image] Aug 10 23:21:14.034 INFO O| Aug 10 23:21:14.034 INFO O| Done
32572024-08-10T23:21:15.150Z[ host-image] Aug 10 23:21:14.034 INFO O| Aug 10 23:21:14.034 INFO O| Done
32582024-08-10T23:21:15.523Z[ recovery-image] Aug 10 23:21:14.407 INFO O| Aug 10 23:21:14.407 INFO STEP 3 (pkg_set_publisher) COMPLETE
32592024-08-10T23:21:15.523Z[ recovery-image] Aug 10 23:21:14.407 INFO O| Aug 10 23:21:14.407 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32602024-08-10T23:21:15.526Z[ recovery-image] Aug 10 23:21:14.407 INFO O| Aug 10 23:21:14.407 INFO skip step because feature "repo_redist" is not enabled
32612024-08-10T23:21:15.526Z[ recovery-image] Aug 10 23:21:14.407 INFO O| Aug 10 23:21:14.407 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32622024-08-10T23:21:15.526Z[ host-image] Aug 10 23:21:14.409 INFO O| Aug 10 23:21:14.409 INFO O| Done
32632024-08-10T23:21:15.569Z[ host-image] Aug 10 23:21:14.452 INFO O| Aug 10 23:21:14.452 INFO O| Done
32642024-08-10T23:21:15.572Z[ host-image] Aug 10 23:21:14.453 INFO O| Aug 10 23:21:14.453 INFO O| Done
32652024-08-10T23:21:15.573Z[ host-image] Aug 10 23:21:14.453 INFO O| Aug 10 23:21:14.453 INFO O| Done
32662024-08-10T23:21:15.573Z[ host-image] Aug 10 23:21:14.455 INFO O| Aug 10 23:21:14.455 INFO O| Done
32672024-08-10T23:21:15.651Z[ host-image] Aug 10 23:21:14.535 INFO O| Aug 10 23:21:14.535 INFO STEP 8 (pkg_change_facet) COMPLETE
32682024-08-10T23:21:15.651Z[ host-image] Aug 10 23:21:14.535 INFO O| Aug 10 23:21:14.535 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-08-10T23:21:15.651Z[ host-image] Aug 10 23:21:14.535 INFO O| Aug 10 23:21:14.535 INFO skip step because feature "recovery" is not enabled
32702024-08-10T23:21:15.651Z[ host-image] Aug 10 23:21:14.535 INFO O| Aug 10 23:21:14.535 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32712024-08-10T23:21:15.654Z[ host-image] Aug 10 23:21:14.535 INFO O| Aug 10 23:21:14.535 INFO skip step because feature "recovery" is not enabled
32722024-08-10T23:21:15.654Z[ host-image] Aug 10 23:21:14.535 INFO O| Aug 10 23:21:14.535 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32732024-08-10T23:21:15.669Z[ host-image] Aug 10 23:21:14.553 INFO O| Aug 10 23:21:14.553 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"]
32742024-08-10T23:21:15.943Z[ recovery-image] Aug 10 23:21:14.826 INFO O| Aug 10 23:21:14.826 INFO variant opensolaris.zone is already global
32752024-08-10T23:21:15.943Z[ recovery-image] Aug 10 23:21:14.826 INFO O| Aug 10 23:21:14.826 INFO STEP 5 (pkg_change_variant) COMPLETE
32762024-08-10T23:21:15.945Z[ recovery-image] Aug 10 23:21:14.826 INFO O| Aug 10 23:21:14.826 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32772024-08-10T23:21:16.062Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32782024-08-10T23:21:16.066ZAug 10 23:21:14.950 INFO [stamp-nexus] process exited with exit status: 0 (3.543962842s)
32792024-08-10T23:21:16.275Z[ host-image] Aug 10 23:21:15.159 INFO O| Aug 10 23:21:15.159 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32802024-08-10T23:21:16.442Z[ recovery-image] Aug 10 23:21:15.325 INFO O| Aug 10 23:21:15.325 INFO variant opensolaris.imagetype is full; changing to partial
32812024-08-10T23:21:16.442Z[ recovery-image] Aug 10 23:21:15.326 INFO O| Aug 10 23:21:15.325 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32822024-08-10T23:21:18.280Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32832024-08-10T23:21:18.283ZAug 10 23:21:17.167 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.779763719s)
32842024-08-10T23:21:20.855Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32852024-08-10T23:21:20.859ZAug 10 23:21:19.742 INFO [stamp-clickhouse] process exited with exit status: 0 (8.344547648s)
32862024-08-10T23:21:20.915Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32872024-08-10T23:21:21.019Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32882024-08-10T23:21:21.025ZAug 10 23:21:19.906 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.280618645s)
32892024-08-10T23:21:21.031ZAug 10 23:21:19.906 INFO [tuf-stamp] task succeeded (8.5301667s)
32902024-08-10T23:21:21.044Z[verify-libraries] Compiling heck v0.4.1
32912024-08-10T23:21:21.044Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32922024-08-10T23:21:21.047Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32932024-08-10T23:21:21.062Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32942024-08-10T23:21:21.064Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32952024-08-10T23:21:21.093Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32962024-08-10T23:21:21.096Z[verify-libraries] Compiling indent_write v2.2.0
32972024-08-10T23:21:21.545Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32982024-08-10T23:21:21.758Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32992024-08-10T23:21:21.777Z[ recovery-image] Aug 10 23:21:20.660 INFO O| Aug 10 23:21:20.660 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33002024-08-10T23:21:21.833Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33012024-08-10T23:21:21.859Z[verify-libraries] Compiling termios v0.3.3
33022024-08-10T23:21:22.322Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33032024-08-10T23:21:22.585Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33042024-08-10T23:21:26.212Z[ recovery-image] Aug 10 23:21:25.095 INFO O| Aug 10 23:21:25.095 INFO O| Startup: Caching catalogs ... Done
33052024-08-10T23:21:26.278Z[ recovery-image] Aug 10 23:21:25.159 INFO O| Aug 10 23:21:25.159 INFO O| Planning: Planning completed in 0.00 seconds
33062024-08-10T23:21:26.284Z[ recovery-image] Aug 10 23:21:25.161 INFO O| Aug 10 23:21:25.161 INFO O| Planning: Consolidating action changes ... Done
33072024-08-10T23:21:26.284Z[ recovery-image] Aug 10 23:21:25.161 INFO O| Aug 10 23:21:25.161 INFO O| Planning: Evaluating mediators ... Done
33082024-08-10T23:21:26.285Z[ recovery-image] Aug 10 23:21:25.161 INFO O| Aug 10 23:21:25.161 INFO O| Planning: Planning completed in 0.00 seconds
33092024-08-10T23:21:26.285Z[ recovery-image] Aug 10 23:21:25.162 INFO O| Aug 10 23:21:25.162 INFO O| Variants/Facets to change: 1
33102024-08-10T23:21:26.348Z[ recovery-image] Aug 10 23:21:25.231 INFO O| Aug 10 23:21:25.231 INFO O| Done
33112024-08-10T23:21:26.349Z[ recovery-image] Aug 10 23:21:25.231 INFO O| Aug 10 23:21:25.231 INFO O| Done
33122024-08-10T23:21:26.977Z[ recovery-image] Aug 10 23:21:25.857 INFO O| Aug 10 23:21:25.857 INFO O| Done
33132024-08-10T23:21:27.016Z[ recovery-image] Aug 10 23:21:25.897 INFO O| Aug 10 23:21:25.897 INFO O| Done
33142024-08-10T23:21:27.019Z[ recovery-image] Aug 10 23:21:25.899 INFO O| Aug 10 23:21:25.899 INFO O| Done
33152024-08-10T23:21:27.020Z[ recovery-image] Aug 10 23:21:25.899 INFO O| Aug 10 23:21:25.899 INFO O| Done
33162024-08-10T23:21:27.020Z[ recovery-image] Aug 10 23:21:25.901 INFO O| Aug 10 23:21:25.901 INFO O| Done
33172024-08-10T23:21:27.531Z[ recovery-image] Aug 10 23:21:26.413 INFO O| Aug 10 23:21:26.413 INFO STEP 6 (pkg_change_variant) COMPLETE
33182024-08-10T23:21:27.531Z[ recovery-image] Aug 10 23:21:26.413 INFO O| Aug 10 23:21:26.413 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33192024-08-10T23:21:27.534Z[ recovery-image] Aug 10 23:21:26.413 INFO O| Aug 10 23:21:26.413 INFO skip step because feature "debug_variant" is not enabled
33202024-08-10T23:21:27.534Z[ recovery-image] Aug 10 23:21:26.413 INFO O| Aug 10 23:21:26.413 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33212024-08-10T23:21:28.300Z[ recovery-image] Aug 10 23:21:27.182 INFO O| Aug 10 23:21:27.182 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33222024-08-10T23:21:29.497Z[ recovery-image] Aug 10 23:21:28.379 INFO O| Aug 10 23:21:28.379 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33232024-08-10T23:21:29.500Z[ recovery-image] Aug 10 23:21:28.381 INFO O| Aug 10 23:21:28.381 INFO O| Planning: Planning completed in 0.00 seconds
33242024-08-10T23:21:29.500Z[ recovery-image] Aug 10 23:21:28.382 INFO O| Aug 10 23:21:28.382 INFO O| Planning: Consolidating action changes ... Done
33252024-08-10T23:21:29.500Z[ recovery-image] Aug 10 23:21:28.382 INFO O| Aug 10 23:21:28.382 INFO O| Planning: Evaluating mediators ... Done
33262024-08-10T23:21:29.503Z[ recovery-image] Aug 10 23:21:28.383 INFO O| Aug 10 23:21:28.383 INFO O| Planning: Planning completed in 0.00 seconds
33272024-08-10T23:21:29.503Z[ recovery-image] Aug 10 23:21:28.383 INFO O| Aug 10 23:21:28.383 INFO O| Variants/Facets to change: 1
33282024-08-10T23:21:29.553Z[ recovery-image] Aug 10 23:21:28.434 INFO O| Aug 10 23:21:28.434 INFO O| Done
33292024-08-10T23:21:29.553Z[ recovery-image] Aug 10 23:21:28.435 INFO O| Aug 10 23:21:28.434 INFO O| Done
33302024-08-10T23:21:29.968Z[ recovery-image] Aug 10 23:21:28.850 INFO O| Aug 10 23:21:28.850 INFO O| Done
33312024-08-10T23:21:30.032Z[ recovery-image] Aug 10 23:21:28.912 INFO O| Aug 10 23:21:28.912 INFO O| Done
33322024-08-10T23:21:30.035Z[ recovery-image] Aug 10 23:21:28.913 INFO O| Aug 10 23:21:28.913 INFO O| Done
33332024-08-10T23:21:30.035Z[ recovery-image] Aug 10 23:21:28.914 INFO O| Aug 10 23:21:28.914 INFO O| Done
33342024-08-10T23:21:30.035Z[ recovery-image] Aug 10 23:21:28.916 INFO O| Aug 10 23:21:28.915 INFO O| Done
33352024-08-10T23:21:30.145Z[ recovery-image] Aug 10 23:21:29.027 INFO O| Aug 10 23:21:29.027 INFO STEP 8 (pkg_change_facet) COMPLETE
33362024-08-10T23:21:30.145Z[ recovery-image] Aug 10 23:21:29.027 INFO O| Aug 10 23:21:29.027 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33372024-08-10T23:21:30.822Z[ recovery-image] Aug 10 23:21:29.704 INFO O| Aug 10 23:21:29.703 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33382024-08-10T23:21:31.751Z[ recovery-image] Aug 10 23:21:30.632 INFO O| Aug 10 23:21:30.632 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33392024-08-10T23:21:31.754Z[ recovery-image] Aug 10 23:21:30.635 INFO O| Aug 10 23:21:30.635 INFO O| Planning: Planning completed in 0.00 seconds
33402024-08-10T23:21:31.756Z[ recovery-image] Aug 10 23:21:30.636 INFO O| Aug 10 23:21:30.636 INFO O| Planning: Consolidating action changes ... Done
33412024-08-10T23:21:31.756Z[ recovery-image] Aug 10 23:21:30.636 INFO O| Aug 10 23:21:30.636 INFO O| Planning: Evaluating mediators ... Done
33422024-08-10T23:21:31.756Z[ recovery-image] Aug 10 23:21:30.637 INFO O| Aug 10 23:21:30.637 INFO O| Planning: Planning completed in 0.00 seconds
33432024-08-10T23:21:31.756Z[ recovery-image] Aug 10 23:21:30.637 INFO O| Aug 10 23:21:30.637 INFO O| Variants/Facets to change: 1
33442024-08-10T23:21:31.821Z[ recovery-image] Aug 10 23:21:30.703 INFO O| Aug 10 23:21:30.703 INFO O| Done
33452024-08-10T23:21:31.821Z[ recovery-image] Aug 10 23:21:30.703 INFO O| Aug 10 23:21:30.703 INFO O| Done
33462024-08-10T23:21:32.280Z[ recovery-image] Aug 10 23:21:31.162 INFO O| Aug 10 23:21:31.162 INFO O| Done
33472024-08-10T23:21:32.353Z[ recovery-image] Aug 10 23:21:31.234 INFO O| Aug 10 23:21:31.234 INFO O| Done
33482024-08-10T23:21:32.355Z[ recovery-image] Aug 10 23:21:31.235 INFO O| Aug 10 23:21:31.235 INFO O| Done
33492024-08-10T23:21:32.355Z[ recovery-image] Aug 10 23:21:31.236 INFO O| Aug 10 23:21:31.236 INFO O| Done
33502024-08-10T23:21:32.358Z[ recovery-image] Aug 10 23:21:31.238 INFO O| Aug 10 23:21:31.238 INFO O| Done
33512024-08-10T23:21:32.467Z[ recovery-image] Aug 10 23:21:31.349 INFO O| Aug 10 23:21:31.349 INFO STEP 9 (pkg_change_facet) COMPLETE
33522024-08-10T23:21:32.467Z[ recovery-image] Aug 10 23:21:31.349 INFO O| Aug 10 23:21:31.349 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33532024-08-10T23:21:33.186Z[ recovery-image] Aug 10 23:21:32.068 INFO O| Aug 10 23:21:32.068 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33542024-08-10T23:21:34.190Z[ recovery-image] Aug 10 23:21:33.071 INFO O| Aug 10 23:21:33.071 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33552024-08-10T23:21:34.193Z[ recovery-image] Aug 10 23:21:33.073 INFO O| Aug 10 23:21:33.073 INFO O| Planning: Planning completed in 0.00 seconds
33562024-08-10T23:21:34.193Z[ recovery-image] Aug 10 23:21:33.074 INFO O| Aug 10 23:21:33.074 INFO O| Planning: Consolidating action changes ... Done
33572024-08-10T23:21:34.193Z[ recovery-image] Aug 10 23:21:33.074 INFO O| Aug 10 23:21:33.074 INFO O| Planning: Evaluating mediators ... Done
33582024-08-10T23:21:34.195Z[ recovery-image] Aug 10 23:21:33.075 INFO O| Aug 10 23:21:33.075 INFO O| Planning: Planning completed in 0.00 seconds
33592024-08-10T23:21:34.195Z[ recovery-image] Aug 10 23:21:33.075 INFO O| Aug 10 23:21:33.075 INFO O| Variants/Facets to change: 1
33602024-08-10T23:21:34.250Z[ recovery-image] Aug 10 23:21:33.131 INFO O| Aug 10 23:21:33.131 INFO O| Done
33612024-08-10T23:21:34.250Z[ recovery-image] Aug 10 23:21:33.131 INFO O| Aug 10 23:21:33.131 INFO O| Done
33622024-08-10T23:21:34.747Z[ recovery-image] Aug 10 23:21:33.628 INFO O| Aug 10 23:21:33.628 INFO O| Done
33632024-08-10T23:21:34.827Z[ recovery-image] Aug 10 23:21:33.708 INFO O| Aug 10 23:21:33.708 INFO O| Done
33642024-08-10T23:21:34.829Z[ recovery-image] Aug 10 23:21:33.709 INFO O| Aug 10 23:21:33.709 INFO O| Done
33652024-08-10T23:21:34.829Z[ recovery-image] Aug 10 23:21:33.710 INFO O| Aug 10 23:21:33.709 INFO O| Done
33662024-08-10T23:21:34.832Z[ recovery-image] Aug 10 23:21:33.712 INFO O| Aug 10 23:21:33.712 INFO O| Done
33672024-08-10T23:21:35.052Z[ recovery-image] Aug 10 23:21:33.933 INFO O| Aug 10 23:21:33.933 INFO STEP 10 (pkg_change_facet) COMPLETE
33682024-08-10T23:21:35.052Z[ recovery-image] Aug 10 23:21:33.933 INFO O| Aug 10 23:21:33.933 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33692024-08-10T23:21:35.073Z[ recovery-image] Aug 10 23:21:33.954 INFO O| Aug 10 23:21:33.954 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"]
33702024-08-10T23:21:36.011Z[ recovery-image] Aug 10 23:21:34.892 INFO O| Aug 10 23:21:34.892 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33712024-08-10T23:21:42.800Z[ host-image] Aug 10 23:21:41.680 INFO O| Aug 10 23:21:41.680 INFO O| Planning: Solver setup ... Done
33722024-08-10T23:21:50.623Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33732024-08-10T23:21:52.930Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33742024-08-10T23:21:55.417Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33752024-08-10T23:22:03.591Z[ host-image] Aug 10 23:22:02.468 INFO O| Aug 10 23:22:02.468 INFO O| Planning: Running solver ... Done
33762024-08-10T23:22:03.863Z[ host-image] Aug 10 23:22:02.740 INFO O| Aug 10 23:22:02.740 INFO O| Planning: Finding local manifests ... Done
33772024-08-10T23:22:03.880Z[ host-image] Aug 10 23:22:02.758 INFO O| Aug 10 23:22:02.757 INFO O| Planning: Fetching manifests: 0/124 0% complete
33782024-08-10T23:22:05.050Z[ recovery-image] Aug 10 23:22:03.927 INFO O| Aug 10 23:22:03.927 INFO O| Planning: Solver setup ... Done
33792024-08-10T23:22:08.717Z[ host-image] Aug 10 23:22:07.593 INFO O| Aug 10 23:22:07.593 INFO O| Planning: Fetching manifests: 124/124 100% complete
33802024-08-10T23:22:09.912Z[ host-image] Aug 10 23:22:08.789 INFO O| Aug 10 23:22:08.789 INFO O| Planning: Package planning ... Done
33812024-08-10T23:22:11.567Z[ host-image] Aug 10 23:22:10.443 INFO O| Aug 10 23:22:10.443 INFO O| Planning: Merging actions ... Done
33822024-08-10T23:22:12.085Z[ host-image] Aug 10 23:22:10.961 INFO O| Aug 10 23:22:10.961 INFO O| Planning: Checking for conflicting actions ... Done
33832024-08-10T23:22:12.405Z[ host-image] Aug 10 23:22:11.281 INFO O| Aug 10 23:22:11.281 INFO O| Planning: Consolidating action changes ... Done
33842024-08-10T23:22:13.011Z[ host-image] Aug 10 23:22:11.887 INFO O| Aug 10 23:22:11.886 INFO O| Planning: Evaluating mediators ... Done
33852024-08-10T23:22:19.567Z[ host-image] Aug 10 23:22:18.442 INFO O| Aug 10 23:22:18.442 INFO O| Planning: Planning completed in 63.28 seconds
33862024-08-10T23:22:19.576Z[ host-image] Aug 10 23:22:18.449 INFO O| Aug 10 23:22:18.449 INFO O| Packages to install: 124
33872024-08-10T23:22:19.579Z[ host-image] Aug 10 23:22:18.450 INFO O| Aug 10 23:22:18.449 INFO O| Mediators to change: 4
33882024-08-10T23:22:19.579Z[ host-image] Aug 10 23:22:18.450 INFO O| Aug 10 23:22:18.449 INFO O| Services to change: 6
33892024-08-10T23:22:19.684Z[ host-image] Aug 10 23:22:18.559 INFO O| Aug 10 23:22:18.559 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
33902024-08-10T23:22:24.685Z[ host-image] Aug 10 23:22:23.560 INFO O| Aug 10 23:22:23.560 INFO O| Download: 963/22727 items 5.2/196.4MB 2% complete (1.1M/s)
33912024-08-10T23:22:25.310Z[ recovery-image] Aug 10 23:22:24.185 INFO O| Aug 10 23:22:24.185 INFO O| Planning: Running solver ... Done
33922024-08-10T23:22:25.544Z[ recovery-image] Aug 10 23:22:24.419 INFO O| Aug 10 23:22:24.419 INFO O| Planning: Finding local manifests ... Done
33932024-08-10T23:22:25.571Z[ recovery-image] Aug 10 23:22:24.445 INFO O| Aug 10 23:22:24.445 INFO O| Planning: Fetching manifests: 0/124 0% complete
33942024-08-10T23:22:29.689Z[ host-image] Aug 10 23:22:28.562 INFO O| Aug 10 23:22:28.561 INFO O| Download: 1678/22727 items 11.0/196.4MB 5% complete (1.1M/s)
33952024-08-10T23:22:30.531Z[ recovery-image] Aug 10 23:22:29.404 INFO O| Aug 10 23:22:29.404 INFO O| Planning: Fetching manifests: 124/124 100% complete
33962024-08-10T23:22:31.158Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33972024-08-10T23:22:31.522Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33982024-08-10T23:22:31.676Z[ recovery-image] Aug 10 23:22:30.550 INFO O| Aug 10 23:22:30.549 INFO O| Planning: Package planning ... Done
33992024-08-10T23:22:32.368Z[ recovery-image] Aug 10 23:22:31.242 INFO O| Aug 10 23:22:31.241 INFO O| Planning: Merging actions ... Done
34002024-08-10T23:22:32.677Z[ recovery-image] Aug 10 23:22:31.550 INFO O| Aug 10 23:22:31.550 INFO O| Planning: Checking for conflicting actions ... Done
34012024-08-10T23:22:32.845Z[ recovery-image] Aug 10 23:22:31.719 INFO O| Aug 10 23:22:31.718 INFO O| Planning: Consolidating action changes ... Done
34022024-08-10T23:22:33.236Z[ recovery-image] Aug 10 23:22:32.109 INFO O| Aug 10 23:22:32.109 INFO O| Planning: Evaluating mediators ... Done
34032024-08-10T23:22:34.700Z[ host-image] Aug 10 23:22:33.573 INFO O| Aug 10 23:22:33.573 INFO O| Download: 2120/22727 items 23.6/196.4MB 11% complete (1.9M/s)
34042024-08-10T23:22:37.813Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34052024-08-10T23:22:39.706Z[ host-image] Aug 10 23:22:38.578 INFO O| Aug 10 23:22:38.578 INFO O| Download: 2957/22727 items 33.8/196.4MB 17% complete (2.3M/s)
34062024-08-10T23:22:39.739Z[ recovery-image] Aug 10 23:22:38.611 INFO O| Aug 10 23:22:38.611 INFO O| Planning: Planning completed in 63.72 seconds
34072024-08-10T23:22:39.745Z[ recovery-image] Aug 10 23:22:38.618 INFO O| Aug 10 23:22:38.618 INFO O| Packages to install: 124
34082024-08-10T23:22:39.745Z[ recovery-image] Aug 10 23:22:38.618 INFO O| Aug 10 23:22:38.618 INFO O| Mediators to change: 4
34092024-08-10T23:22:39.748Z[ recovery-image] Aug 10 23:22:38.618 INFO O| Aug 10 23:22:38.618 INFO O| Services to change: 5
34102024-08-10T23:22:39.853Z[ recovery-image] Aug 10 23:22:38.725 INFO O| Aug 10 23:22:38.725 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34112024-08-10T23:22:44.718Z[ host-image] Aug 10 23:22:43.589 INFO O| Aug 10 23:22:43.589 INFO O| Download: 3700/22727 items 38.1/196.4MB 19% complete (1.4M/s)
34122024-08-10T23:22:44.868Z[ recovery-image] Aug 10 23:22:43.740 INFO O| Aug 10 23:22:43.739 INFO O| Download: 1001/15831 items 7.8/173.2MB 4% complete (1.6M/s)
34132024-08-10T23:22:50.498Z[ recovery-image] Aug 10 23:22:49.369 INFO O| Aug 10 23:22:49.369 INFO O| Download: 1164/15831 items 10.1/173.2MB 5% complete (1.0M/s)
34142024-08-10T23:22:50.501Z[ host-image] Aug 10 23:22:49.370 INFO O| Aug 10 23:22:49.370 INFO O| Download: 4652/22727 items 43.2/196.4MB 21% complete (1013k/s)
34152024-08-10T23:22:52.783Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34162024-08-10T23:22:55.508Z[ recovery-image] Aug 10 23:22:54.378 INFO O| Aug 10 23:22:54.378 INFO O| Download: 1466/15831 items 21.5/173.2MB 12% complete (1.7M/s)
34172024-08-10T23:22:55.521Z[ host-image] Aug 10 23:22:54.391 INFO O| Aug 10 23:22:54.391 INFO O| Download: 5663/22727 items 46.2/196.4MB 23% complete (637k/s)
34182024-08-10T23:22:57.772Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34192024-08-10T23:22:59.043Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34202024-08-10T23:23:00.514Z[ recovery-image] Aug 10 23:22:59.384 INFO O| Aug 10 23:22:59.384 INFO O| Download: 1839/15831 items 28.1/173.2MB 16% complete (1.8M/s)
34212024-08-10T23:23:00.674Z[ host-image] Aug 10 23:22:59.544 INFO O| Aug 10 23:22:59.544 INFO O| Download: 6754/22727 items 47.8/196.4MB 24% complete (445k/s)
34222024-08-10T23:23:05.522Z[ recovery-image] Aug 10 23:23:04.391 INFO O| Aug 10 23:23:04.391 INFO O| Download: 2925/15831 items 36.9/173.2MB 21% complete (1.6M/s)
34232024-08-10T23:23:05.765Z[ host-image] Aug 10 23:23:04.634 INFO O| Aug 10 23:23:04.634 INFO O| Download: 7016/22727 items 55.2/196.4MB 28% complete (788k/s)
34242024-08-10T23:23:10.754Z[ recovery-image] Aug 10 23:23:09.622 INFO O| Aug 10 23:23:09.622 INFO O| Download: 3656/15831 items 39.9/173.2MB 23% complete (1.2M/s)
34252024-08-10T23:23:10.767Z[ host-image] Aug 10 23:23:09.636 INFO O| Aug 10 23:23:09.635 INFO O| Download: 8053/22727 items 60.3/196.4MB 30% complete (1.2M/s)
34262024-08-10T23:23:15.755Z[ recovery-image] Aug 10 23:23:14.622 INFO O| Aug 10 23:23:14.622 INFO O| Download: 4588/15831 items 42.8/173.2MB 24% complete (595k/s)
34272024-08-10T23:23:15.916Z[ host-image] Aug 10 23:23:14.784 INFO O| Aug 10 23:23:14.783 INFO O| Download: 8353/22727 items 68.9/196.4MB 35% complete (1.8M/s)
34282024-08-10T23:23:20.769Z[ recovery-image] Aug 10 23:23:19.636 INFO O| Aug 10 23:23:19.635 INFO O| Download: 5309/15831 items 43.3/173.2MB 24% complete (345k/s)
34292024-08-10T23:23:24.737Z[ host-image] Aug 10 23:23:23.604 INFO O| Aug 10 23:23:23.604 INFO O| Download: 9382/22727 items 81.4/196.4MB 41% complete (2.1M/s)
34302024-08-10T23:23:25.923Z[ recovery-image] Aug 10 23:23:24.789 INFO O| Aug 10 23:23:24.789 INFO O| Download: 5714/15831 items 45.8/173.2MB 26% complete (271k/s)
34312024-08-10T23:23:30.097Z[ host-image] Aug 10 23:23:28.963 INFO O| Aug 10 23:23:28.963 INFO O| Download: 10410/22727 items 88.0/196.4MB 44% complete (1.3M/s)
34322024-08-10T23:23:31.377Z[ recovery-image] Aug 10 23:23:30.243 INFO O| Aug 10 23:23:30.243 INFO O| Download: 5938/15831 items 53.6/173.2MB 30% complete (1019k/s)
34332024-08-10T23:23:35.099Z[ host-image] Aug 10 23:23:33.964 INFO O| Aug 10 23:23:33.964 INFO O| Download: 11130/22727 items 93.2/196.4MB 47% complete (1.2M/s)
34342024-08-10T23:23:36.380Z[ recovery-image] Aug 10 23:23:35.245 INFO O| Aug 10 23:23:35.245 INFO O| Download: 6685/15831 items 64.7/173.2MB 37% complete (1.8M/s)
34352024-08-10T23:23:41.254Z[ host-image] Aug 10 23:23:40.118 INFO O| Aug 10 23:23:40.118 INFO O| Download: 11229/22727 items 94.0/196.4MB 47% complete (698k/s)
34362024-08-10T23:23:41.381Z[ recovery-image] Aug 10 23:23:40.245 INFO O| Aug 10 23:23:40.245 INFO O| Download: 7790/15831 items 75.1/173.2MB 43% complete (2.1M/s)
34372024-08-10T23:23:46.257Z[ host-image] Aug 10 23:23:45.120 INFO O| Aug 10 23:23:45.120 INFO O| Download: 12092/22727 items 100.9/196.4MB 51% complete (720k/s)
34382024-08-10T23:23:46.382Z[ recovery-image] Aug 10 23:23:45.246 INFO O| Aug 10 23:23:45.246 INFO O| Download: 7957/15831 items 78.6/173.2MB 45% complete (1.4M/s)
34392024-08-10T23:23:51.258Z[ host-image] Aug 10 23:23:50.121 INFO O| Aug 10 23:23:50.121 INFO O| Download: 12875/22727 items 109.7/196.4MB 55% complete (1.6M/s)
34402024-08-10T23:23:52.304Z[ recovery-image] Aug 10 23:23:51.167 INFO O| Aug 10 23:23:51.167 INFO O| Download: 8658/15831 items 81.5/173.2MB 47% complete (710k/s)
34412024-08-10T23:23:56.394Z[ host-image] Aug 10 23:23:55.256 INFO O| Aug 10 23:23:55.256 INFO O| Download: 13896/22727 items 110.2/196.4MB 56% complete (1.0M/s)
34422024-08-10T23:23:57.319Z[ recovery-image] Aug 10 23:23:56.181 INFO O| Aug 10 23:23:56.181 INFO O| Download: 9100/15831 items 92.7/173.2MB 53% complete (1.4M/s)
34432024-08-10T23:24:01.398Z[ host-image] Aug 10 23:24:00.260 INFO O| Aug 10 23:24:00.259 INFO O| Download: 14465/22727 items 112.3/196.4MB 57% complete (257k/s)
34442024-08-10T23:24:02.339Z[ recovery-image] Aug 10 23:24:01.200 INFO O| Aug 10 23:24:01.200 INFO O| Download: 10095/15831 items 93.2/173.2MB 53% complete (1.2M/s)
34452024-08-10T23:24:06.407Z[ host-image] Aug 10 23:24:05.267 INFO O| Aug 10 23:24:05.267 INFO O| Download: 15529/22727 items 121.8/196.4MB 62% complete (1.1M/s)
34462024-08-10T23:24:07.358Z[ recovery-image] Aug 10 23:24:06.218 INFO O| Aug 10 23:24:06.218 INFO O| Download: 10776/15831 items 93.8/173.2MB 54% complete (106k/s)
34472024-08-10T23:24:11.409Z[ host-image] Aug 10 23:24:10.269 INFO O| Aug 10 23:24:10.269 INFO O| Download: 15865/22727 items 130.1/196.4MB 66% complete (1.8M/s)
34482024-08-10T23:24:13.213Z[ recovery-image] Aug 10 23:24:12.073 INFO O| Aug 10 23:24:12.072 INFO O| Download: 11010/15831 items 94.7/173.2MB 54% complete (143k/s)
34492024-08-10T23:24:16.410Z[ host-image] Aug 10 23:24:15.270 INFO O| Aug 10 23:24:15.269 INFO O| Download: 17790/22727 items 148.2/196.4MB 75% complete (2.6M/s)
34502024-08-10T23:24:18.359Z[ recovery-image] Aug 10 23:24:17.218 INFO O| Aug 10 23:24:17.218 INFO O| Download: 11422/15831 items 107.2/173.2MB 61% complete (1.3M/s)
34512024-08-10T23:24:21.413Z[ host-image] Aug 10 23:24:20.272 INFO O| Aug 10 23:24:20.272 INFO O| Download: 18447/22727 items 161.9/196.4MB 82% complete (3.2M/s)
34522024-08-10T23:24:23.392Z[ recovery-image] Aug 10 23:24:22.250 INFO O| Aug 10 23:24:22.250 INFO O| Download: 11980/15831 items 136.9/173.2MB 79% complete (4.3M/s)
34532024-08-10T23:24:26.417Z[ host-image] Aug 10 23:24:25.275 INFO O| Aug 10 23:24:25.275 INFO O| Download: 19408/22727 items 165.3/196.4MB 84% complete (1.9M/s)
34542024-08-10T23:24:28.412Z[ recovery-image] Aug 10 23:24:27.270 INFO O| Aug 10 23:24:27.270 INFO O| Download: 12943/15831 items 141.7/173.2MB 81% complete (3.5M/s)
34552024-08-10T23:24:31.429Z[ host-image] Aug 10 23:24:30.286 INFO O| Aug 10 23:24:30.286 INFO O| Download: 20309/22727 items 168.4/196.4MB 85% complete (677k/s)
34562024-08-10T23:24:33.414Z[ recovery-image] Aug 10 23:24:32.270 INFO O| Aug 10 23:24:32.270 INFO O| Download: 13580/15831 items 143.9/173.2MB 83% complete (724k/s)
34572024-08-10T23:24:36.533Z[ host-image] Aug 10 23:24:35.390 INFO O| Aug 10 23:24:35.389 INFO O| Download: 20803/22727 items 175.1/196.4MB 89% complete (983k/s)
34582024-08-10T23:24:38.527Z[ recovery-image] Aug 10 23:24:37.383 INFO O| Aug 10 23:24:37.383 INFO O| Download: 14673/15831 items 147.9/173.2MB 85% complete (622k/s)
34592024-08-10T23:24:41.556Z[ host-image] Aug 10 23:24:40.412 INFO O| Aug 10 23:24:40.412 INFO O| Download: 21543/22727 items 180.4/196.4MB 91% complete (1.2M/s)
34602024-08-10T23:24:43.528Z[ recovery-image] Aug 10 23:24:42.383 INFO O| Aug 10 23:24:42.383 INFO O| Download: 15205/15831 items 155.0/173.2MB 89% complete (1.1M/s)
34612024-08-10T23:24:46.800Z[ host-image] Aug 10 23:24:45.655 INFO O| Aug 10 23:24:45.655 INFO O| Download: 21944/22727 items 188.7/196.4MB 96% complete (1.6M/s)
34622024-08-10T23:24:48.534Z[ recovery-image] Aug 10 23:24:47.389 INFO O| Aug 10 23:24:47.389 INFO O| Download: 15546/15831 items 166.1/173.2MB 95% complete (1.9M/s)
34632024-08-10T23:24:51.784Z[ recovery-image] Aug 10 23:24:50.638 INFO O| Aug 10 23:24:50.638 INFO O| Download: Completed 173.16 MB in 131.91 seconds (1.3M/s)
34642024-08-10T23:24:51.800Z[ host-image] Aug 10 23:24:50.655 INFO O| Aug 10 23:24:50.655 INFO O| Download: 22727/22727 items 196.4/196.4MB 100% complete (1.6M/s)
34652024-08-10T23:24:51.889Z[ host-image] Aug 10 23:24:50.743 INFO O| Aug 10 23:24:50.743 INFO O| Download: Completed 196.39 MB in 152.18 seconds (1.3M/s)
34662024-08-10T23:24:52.932Z[ recovery-image] Aug 10 23:24:51.786 INFO O| Aug 10 23:24:51.786 INFO O| Actions: 1/24963 actions (Installing new actions)
34672024-08-10T23:24:53.643Z[ host-image] Aug 10 23:24:52.497 INFO O| Aug 10 23:24:52.497 INFO O| Actions: 1/49259 actions (Installing new actions)
34682024-08-10T23:24:57.933Z[ recovery-image] Aug 10 23:24:56.787 INFO O| Aug 10 23:24:56.787 INFO O| Actions: 8626/24963 actions (Installing new actions)
34692024-08-10T23:24:58.658Z[ host-image] Aug 10 23:24:57.511 INFO O| Aug 10 23:24:57.511 INFO O| Actions: 8792/49259 actions (Installing new actions)
34702024-08-10T23:25:02.961Z[ recovery-image] Aug 10 23:25:01.814 INFO O| Aug 10 23:25:01.814 INFO O| Actions: 13707/24963 actions (Installing new actions)
34712024-08-10T23:25:03.658Z[ host-image] Aug 10 23:25:02.511 INFO O| Aug 10 23:25:02.511 INFO O| Actions: 14742/49259 actions (Installing new actions)
34722024-08-10T23:25:07.962Z[ recovery-image] Aug 10 23:25:06.815 INFO O| Aug 10 23:25:06.814 INFO O| Actions: 19030/24963 actions (Installing new actions)
34732024-08-10T23:25:08.662Z[ host-image] Aug 10 23:25:07.514 INFO O| Aug 10 23:25:07.514 INFO O| Actions: 20047/49259 actions (Installing new actions)
34742024-08-10T23:25:13.092Z[ recovery-image] Aug 10 23:25:11.943 INFO O| Aug 10 23:25:11.943 INFO O| Actions: 24518/24963 actions (Installing new actions)
34752024-08-10T23:25:13.663Z[ host-image] Aug 10 23:25:12.514 INFO O| Aug 10 23:25:12.514 INFO O| Actions: 34373/49259 actions (Installing new actions)
34762024-08-10T23:25:15.375Z[ recovery-image] Aug 10 23:25:14.226 INFO O| Aug 10 23:25:14.226 INFO O| Actions: Completed 24963 actions in 22.44 seconds.
34772024-08-10T23:25:15.890Z[ recovery-image] Aug 10 23:25:14.741 INFO O| Aug 10 23:25:14.741 INFO O| Done
34782024-08-10T23:25:15.890Z[ recovery-image] Aug 10 23:25:14.741 INFO O| Aug 10 23:25:14.741 INFO O| Done
34792024-08-10T23:25:17.254Z[ recovery-image] Aug 10 23:25:16.105 INFO O| Aug 10 23:25:16.105 INFO O| Done
34802024-08-10T23:25:18.706Z[ host-image] Aug 10 23:25:17.557 INFO O| Aug 10 23:25:17.557 INFO O| Actions: 48819/49259 actions (Installing new actions)
34812024-08-10T23:25:18.838Z[ recovery-image] Aug 10 23:25:17.688 INFO O| Aug 10 23:25:17.688 INFO O| Done
34822024-08-10T23:25:18.877Z[ recovery-image] Aug 10 23:25:17.728 INFO O| Aug 10 23:25:17.728 INFO O| Done
34832024-08-10T23:25:20.013Z[ host-image] Aug 10 23:25:18.863 INFO O| Aug 10 23:25:18.863 INFO O| Actions: Completed 49259 actions in 26.36 seconds.
34842024-08-10T23:25:20.297Z[ host-image] Aug 10 23:25:19.147 INFO O| Aug 10 23:25:19.147 INFO O| Done
34852024-08-10T23:25:20.297Z[ host-image] Aug 10 23:25:19.147 INFO O| Aug 10 23:25:19.147 INFO O| Done
34862024-08-10T23:25:21.399Z[ host-image] Aug 10 23:25:20.249 INFO O| Aug 10 23:25:20.249 INFO O| Done
34872024-08-10T23:25:24.408Z[ host-image] Aug 10 23:25:23.258 INFO O| Aug 10 23:25:23.258 INFO O| Done
34882024-08-10T23:25:24.443Z[ host-image] Aug 10 23:25:23.293 INFO O| Aug 10 23:25:23.293 INFO O| Done
34892024-08-10T23:25:29.225Z[ recovery-image] Aug 10 23:25:28.073 INFO O| Aug 10 23:25:28.073 INFO O| Done
34902024-08-10T23:25:29.893Z[ recovery-image] Aug 10 23:25:28.742 INFO O| Aug 10 23:25:28.742 INFO O| Done
34912024-08-10T23:25:30.172Z[ recovery-image] Aug 10 23:25:29.021 INFO O| Aug 10 23:25:29.021 INFO STEP 11 (pkg_install) COMPLETE
34922024-08-10T23:25:30.172Z[ recovery-image] Aug 10 23:25:29.021 INFO O| Aug 10 23:25:29.021 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34932024-08-10T23:25:30.172Z[ recovery-image] Aug 10 23:25:29.021 INFO O| Aug 10 23:25:29.021 INFO skip step because feature "recovery" is enabled
34942024-08-10T23:25:30.175Z[ recovery-image] Aug 10 23:25:29.021 INFO O| Aug 10 23:25:29.021 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34952024-08-10T23:25:30.175Z[ recovery-image] Aug 10 23:25:29.021 INFO O| Aug 10 23:25:29.021 INFO skip step because feature "omicron1" is not enabled
34962024-08-10T23:25:30.175Z[ recovery-image] Aug 10 23:25:29.021 INFO O| Aug 10 23:25:29.021 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34972024-08-10T23:25:30.191Z[ recovery-image] Aug 10 23:25:29.040 INFO O| Aug 10 23:25:29.040 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34982024-08-10T23:25:31.355Z[ recovery-image] Aug 10 23:25:30.204 INFO O| Aug 10 23:25:30.204 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34992024-08-10T23:25:34.031Z[ recovery-image] Aug 10 23:25:32.880 INFO O| Aug 10 23:25:32.880 INFO O| Planning: Solver setup ... Done
35002024-08-10T23:25:34.037Z[ recovery-image] Aug 10 23:25:32.886 INFO O| Aug 10 23:25:32.886 INFO O| Planning: Running solver ... Done
35012024-08-10T23:25:34.092Z[ recovery-image] Aug 10 23:25:32.941 INFO O| Aug 10 23:25:32.941 INFO O| Planning: Finding local manifests ... Done
35022024-08-10T23:25:34.095Z[ recovery-image] Aug 10 23:25:32.942 INFO O| Aug 10 23:25:32.942 INFO O| Planning: Fetching manifests: 0/1 0% complete
35032024-08-10T23:25:34.193Z[ recovery-image] Aug 10 23:25:33.041 INFO O| Aug 10 23:25:33.041 INFO O| Planning: Fetching manifests: 1/1 100% complete
35042024-08-10T23:25:34.222Z[ recovery-image] Aug 10 23:25:33.071 INFO O| Aug 10 23:25:33.071 INFO O| Planning: Package planning ... Done
35052024-08-10T23:25:34.225Z[ recovery-image] Aug 10 23:25:33.071 INFO O| Aug 10 23:25:33.071 INFO O| Planning: Merging actions ... Done
35062024-08-10T23:25:34.283Z[ recovery-image] Aug 10 23:25:33.132 INFO O| Aug 10 23:25:33.132 INFO O| Planning: Checking for conflicting actions ... Done
35072024-08-10T23:25:34.286Z[ recovery-image] Aug 10 23:25:33.133 INFO O| Aug 10 23:25:33.132 INFO O| Planning: Consolidating action changes ... Done
35082024-08-10T23:25:34.532Z[ recovery-image] Aug 10 23:25:33.380 INFO O| Aug 10 23:25:33.380 INFO O| Planning: Evaluating mediators ... Done
35092024-08-10T23:25:34.535Z[ recovery-image] Aug 10 23:25:33.381 INFO O| Aug 10 23:25:33.381 INFO O| Planning: Planning completed in 3.18 seconds
35102024-08-10T23:25:34.535Z[ recovery-image] Aug 10 23:25:33.383 INFO O| Aug 10 23:25:33.383 INFO O| Packages to install: 1
35112024-08-10T23:25:34.551Z[ recovery-image] Aug 10 23:25:33.400 INFO O| Aug 10 23:25:33.400 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35122024-08-10T23:25:35.332Z[ recovery-image] Aug 10 23:25:34.180 INFO O| Aug 10 23:25:34.180 INFO O| Download: Completed 20.86 MB in 0.78 seconds (26.7M/s)
35132024-08-10T23:25:35.354Z[ recovery-image] Aug 10 23:25:34.203 INFO O| Aug 10 23:25:34.203 INFO O| Actions: 1/22 actions (Installing new actions)
35142024-08-10T23:25:35.859Z[ recovery-image] Aug 10 23:25:34.708 INFO O| Aug 10 23:25:34.708 INFO O| Actions: Completed 22 actions in 0.50 seconds.
35152024-08-10T23:25:36.153Z[ recovery-image] Aug 10 23:25:35.001 INFO O| Aug 10 23:25:35.001 INFO O| Done
35162024-08-10T23:25:36.153Z[ recovery-image] Aug 10 23:25:35.001 INFO O| Aug 10 23:25:35.001 INFO O| Done
35172024-08-10T23:25:36.494Z[ recovery-image] Aug 10 23:25:35.343 INFO O| Aug 10 23:25:35.342 INFO O| Done
35182024-08-10T23:25:37.045Z[ host-image] Aug 10 23:25:35.894 INFO O| Aug 10 23:25:35.893 INFO O| Done
35192024-08-10T23:25:37.271Z[ recovery-image] Aug 10 23:25:36.120 INFO O| Aug 10 23:25:36.119 INFO O| Done
35202024-08-10T23:25:37.284Z[ recovery-image] Aug 10 23:25:36.132 INFO O| Aug 10 23:25:36.132 INFO O| Done
35212024-08-10T23:25:37.284Z[ recovery-image] Aug 10 23:25:36.132 INFO O| Aug 10 23:25:36.132 INFO O| Done
35222024-08-10T23:25:37.293Z[ recovery-image] Aug 10 23:25:36.141 INFO O| Aug 10 23:25:36.141 INFO O| Done
35232024-08-10T23:25:37.384Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO STEP 14 (pkg_install) COMPLETE
35242024-08-10T23:25:37.384Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35252024-08-10T23:25:37.384Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO skip step because feature "mfg" is not enabled
35262024-08-10T23:25:37.387Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35272024-08-10T23:25:37.387Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO skip step because feature "compliance" is not enabled
35282024-08-10T23:25:37.387Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35292024-08-10T23:25:37.387Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO skip step because feature "stress" is not enabled
35302024-08-10T23:25:37.387Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35312024-08-10T23:25:37.387Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO skip step because feature "nfs" is not enabled
35322024-08-10T23:25:37.387Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35332024-08-10T23:25:37.387Z[ recovery-image] Aug 10 23:25:36.233 INFO O| Aug 10 23:25:36.233 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35342024-08-10T23:25:37.498Z[ recovery-image] Aug 10 23:25:36.346 INFO O| Aug 10 23:25:36.346 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35352024-08-10T23:25:37.554Z[ host-image] Aug 10 23:25:36.402 INFO O| Aug 10 23:25:36.402 INFO O| Done
35362024-08-10T23:25:37.664Z[ recovery-image] Aug 10 23:25:36.512 INFO O| Aug 10 23:25:36.512 INFO completed processing gimlet/ramdisk-01-os
35372024-08-10T23:25:37.666Z[ recovery-image] Aug 10 23:25:36.514 INFO image builder template: ramdisk-02-trim...
35382024-08-10T23:25:37.666Z[ recovery-image] Aug 10 23:25:36.514 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/.tmpaerXmB/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
35392024-08-10T23:25:37.692Z[ recovery-image] Aug 10 23:25:36.540 INFO O| Aug 10 23:25:36.540 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35402024-08-10T23:25:37.696Z[ recovery-image] Aug 10 23:25:36.545 INFO O| Aug 10 23:25:36.545 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35412024-08-10T23:25:37.758Z[ host-image] Aug 10 23:25:36.606 INFO O| Aug 10 23:25:36.606 INFO STEP 11 (pkg_install) COMPLETE
35422024-08-10T23:25:37.758Z[ host-image] Aug 10 23:25:36.607 INFO O| Aug 10 23:25:36.606 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-08-10T23:25:37.771Z[ host-image] Aug 10 23:25:36.619 INFO O| Aug 10 23:25:36.619 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35442024-08-10T23:25:37.789Z[ recovery-image] Aug 10 23:25:36.637 INFO O| Aug 10 23:25:36.637 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35452024-08-10T23:25:37.865Z[ recovery-image] Aug 10 23:25:36.713 INFO O| Aug 10 23:25:36.713 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35462024-08-10T23:25:37.865Z[ recovery-image] Aug 10 23:25:36.713 INFO O| Aug 10 23:25:36.713 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35472024-08-10T23:25:37.872Z[ recovery-image] Aug 10 23:25:36.720 INFO O| Aug 10 23:25:36.720 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35482024-08-10T23:25:37.877Z[ recovery-image] Aug 10 23:25:36.726 INFO O| Aug 10 23:25:36.726 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35492024-08-10T23:25:37.882Z[ recovery-image] Aug 10 23:25:36.731 INFO O| Aug 10 23:25:36.731 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35502024-08-10T23:25:38.055Z[ recovery-image] Aug 10 23:25:36.903 INFO O| Aug 10 23:25:36.903 INFO rolled back to input snapshot; work may begin
35512024-08-10T23:25:38.055Z[ recovery-image] Aug 10 23:25:36.903 INFO O| Aug 10 23:25:36.903 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35522024-08-10T23:25:38.060Z[ recovery-image] Aug 10 23:25:36.909 INFO O| Aug 10 23:25:36.909 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35532024-08-10T23:25:38.073Z[ recovery-image] Aug 10 23:25:36.921 INFO O| Aug 10 23:25:36.921 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35542024-08-10T23:25:38.141Z[ recovery-image] Aug 10 23:25:36.989 INFO O| Aug 10 23:25:36.989 INFO STEP 0 (remove_files) COMPLETE
35552024-08-10T23:25:38.141Z[ recovery-image] Aug 10 23:25:36.989 INFO O| Aug 10 23:25:36.989 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35562024-08-10T23:25:38.163Z[ recovery-image] Aug 10 23:25:37.011 INFO O| Aug 10 23:25:37.011 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35572024-08-10T23:25:38.166Z[ recovery-image] Aug 10 23:25:37.015 INFO O| Aug 10 23:25:37.015 INFO STEP 1 (remove_files) COMPLETE
35582024-08-10T23:25:38.169Z[ recovery-image] Aug 10 23:25:37.015 INFO O| Aug 10 23:25:37.015 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35592024-08-10T23:25:38.185Z[ recovery-image] Aug 10 23:25:37.034 INFO O| Aug 10 23:25:37.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35602024-08-10T23:25:38.208Z[ recovery-image] Aug 10 23:25:37.056 INFO O| Aug 10 23:25:37.056 INFO STEP 2 (remove_files) COMPLETE
35612024-08-10T23:25:38.208Z[ recovery-image] Aug 10 23:25:37.056 INFO O| Aug 10 23:25:37.056 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35622024-08-10T23:25:38.226Z[ recovery-image] Aug 10 23:25:37.074 INFO O| Aug 10 23:25:37.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35632024-08-10T23:25:38.230Z[ recovery-image] Aug 10 23:25:37.079 INFO O| Aug 10 23:25:37.078 INFO STEP 3 (remove_files) COMPLETE
35642024-08-10T23:25:38.230Z[ recovery-image] Aug 10 23:25:37.079 INFO O| Aug 10 23:25:37.079 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35652024-08-10T23:25:38.250Z[ recovery-image] Aug 10 23:25:37.098 INFO O| Aug 10 23:25:37.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35662024-08-10T23:25:38.256Z[ recovery-image] Aug 10 23:25:37.105 INFO O| Aug 10 23:25:37.105 INFO STEP 4 (remove_files) COMPLETE
35672024-08-10T23:25:38.256Z[ recovery-image] Aug 10 23:25:37.105 INFO O| Aug 10 23:25:37.105 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35682024-08-10T23:25:38.276Z[ recovery-image] Aug 10 23:25:37.124 INFO O| Aug 10 23:25:37.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35692024-08-10T23:25:38.279Z[ recovery-image] Aug 10 23:25:37.125 INFO O| Aug 10 23:25:37.125 INFO STEP 5 (remove_files) COMPLETE
35702024-08-10T23:25:38.279Z[ recovery-image] Aug 10 23:25:37.125 INFO O| Aug 10 23:25:37.125 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35712024-08-10T23:25:38.296Z[ recovery-image] Aug 10 23:25:37.142 INFO O| Aug 10 23:25:37.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35722024-08-10T23:25:38.302Z[ host-image] Aug 10 23:25:37.150 INFO O| Aug 10 23:25:37.150 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35732024-08-10T23:25:38.319Z[ recovery-image] Aug 10 23:25:37.167 INFO O| Aug 10 23:25:37.167 INFO STEP 6 (remove_files) COMPLETE
35742024-08-10T23:25:38.319Z[ recovery-image] Aug 10 23:25:37.167 INFO O| Aug 10 23:25:37.167 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35752024-08-10T23:25:38.322Z[ recovery-image] Aug 10 23:25:37.168 INFO O| Aug 10 23:25:37.167 INFO skip step because feature "recovery" is enabled
35762024-08-10T23:25:38.322Z[ recovery-image] Aug 10 23:25:37.168 INFO O| Aug 10 23:25:37.167 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35772024-08-10T23:25:38.322Z[ recovery-image] Aug 10 23:25:37.168 INFO O| Aug 10 23:25:37.168 INFO skip step because feature "recovery" is enabled
35782024-08-10T23:25:38.322Z[ recovery-image] Aug 10 23:25:37.168 INFO O| Aug 10 23:25:37.168 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35792024-08-10T23:25:38.322Z[ recovery-image] Aug 10 23:25:37.168 INFO O| Aug 10 23:25:37.168 INFO skip step because feature "recovery" is enabled
35802024-08-10T23:25:38.322Z[ recovery-image] Aug 10 23:25:37.168 INFO O| Aug 10 23:25:37.168 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35812024-08-10T23:25:38.340Z[ recovery-image] Aug 10 23:25:37.188 INFO O| Aug 10 23:25:37.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35822024-08-10T23:25:38.346Z[ recovery-image] Aug 10 23:25:37.194 INFO O| Aug 10 23:25:37.194 INFO STEP 10 (remove_files) COMPLETE
35832024-08-10T23:25:38.346Z[ recovery-image] Aug 10 23:25:37.194 INFO O| Aug 10 23:25:37.194 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35842024-08-10T23:25:38.365Z[ recovery-image] Aug 10 23:25:37.213 INFO O| Aug 10 23:25:37.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35852024-08-10T23:25:38.368Z[ recovery-image] Aug 10 23:25:37.215 INFO O| Aug 10 23:25:37.215 INFO STEP 11 (remove_files) COMPLETE
35862024-08-10T23:25:38.368Z[ recovery-image] Aug 10 23:25:37.215 INFO O| Aug 10 23:25:37.215 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35872024-08-10T23:25:38.381Z[ recovery-image] Aug 10 23:25:37.229 INFO O| Aug 10 23:25:37.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35882024-08-10T23:25:38.384Z[ recovery-image] Aug 10 23:25:37.232 INFO O| Aug 10 23:25:37.232 INFO STEP 12 (remove_files) COMPLETE
35892024-08-10T23:25:38.384Z[ recovery-image] Aug 10 23:25:37.232 INFO O| Aug 10 23:25:37.232 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35902024-08-10T23:25:38.496Z[ recovery-image] Aug 10 23:25:37.344 INFO O| Aug 10 23:25:37.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35912024-08-10T23:25:38.535Z[ recovery-image] Aug 10 23:25:37.383 INFO O| Aug 10 23:25:37.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35922024-08-10T23:25:38.540Z[ recovery-image] Aug 10 23:25:37.388 INFO O| Aug 10 23:25:37.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35932024-08-10T23:25:38.542Z[ recovery-image] Aug 10 23:25:37.388 INFO O| Aug 10 23:25:37.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35942024-08-10T23:25:38.661Z[ recovery-image] Aug 10 23:25:37.509 INFO O| Aug 10 23:25:37.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35952024-08-10T23:25:38.663Z[ recovery-image] Aug 10 23:25:37.509 INFO O| Aug 10 23:25:37.509 INFO STEP 13 (remove_files) COMPLETE
35962024-08-10T23:25:38.663Z[ recovery-image] Aug 10 23:25:37.510 INFO O| Aug 10 23:25:37.509 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35972024-08-10T23:25:38.674Z[ recovery-image] Aug 10 23:25:37.523 INFO O| Aug 10 23:25:37.523 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
35982024-08-10T23:25:38.677Z[ recovery-image] Aug 10 23:25:37.524 INFO O| Aug 10 23:25:37.524 INFO STEP 14 (remove_files) COMPLETE
35992024-08-10T23:25:38.677Z[ recovery-image] Aug 10 23:25:37.524 INFO O| Aug 10 23:25:37.524 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36002024-08-10T23:25:38.687Z[ recovery-image] Aug 10 23:25:37.535 INFO O| Aug 10 23:25:37.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36012024-08-10T23:25:38.694Z[ recovery-image] Aug 10 23:25:37.542 INFO O| Aug 10 23:25:37.542 INFO STEP 15 (remove_files) COMPLETE
36022024-08-10T23:25:38.694Z[ recovery-image] Aug 10 23:25:37.542 INFO O| Aug 10 23:25:37.542 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36032024-08-10T23:25:38.706Z[ recovery-image] Aug 10 23:25:37.554 INFO O| Aug 10 23:25:37.554 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36042024-08-10T23:25:38.708Z[ recovery-image] Aug 10 23:25:37.554 INFO O| Aug 10 23:25:37.554 INFO STEP 16 (remove_files) COMPLETE
36052024-08-10T23:25:38.708Z[ recovery-image] Aug 10 23:25:37.554 INFO O| Aug 10 23:25:37.554 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36062024-08-10T23:25:38.718Z[ recovery-image] Aug 10 23:25:37.566 INFO O| Aug 10 23:25:37.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36072024-08-10T23:25:38.720Z[ recovery-image] Aug 10 23:25:37.568 INFO O| Aug 10 23:25:37.568 INFO STEP 17 (remove_files) COMPLETE
36082024-08-10T23:25:38.720Z[ recovery-image] Aug 10 23:25:37.568 INFO O| Aug 10 23:25:37.568 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36092024-08-10T23:25:38.732Z[ recovery-image] Aug 10 23:25:37.580 INFO O| Aug 10 23:25:37.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36102024-08-10T23:25:38.732Z[ recovery-image] Aug 10 23:25:37.580 INFO O| Aug 10 23:25:37.580 INFO STEP 18 (remove_files) COMPLETE
36112024-08-10T23:25:38.732Z[ recovery-image] Aug 10 23:25:37.580 INFO O| Aug 10 23:25:37.580 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36122024-08-10T23:25:38.745Z[ recovery-image] Aug 10 23:25:37.593 INFO O| Aug 10 23:25:37.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36132024-08-10T23:25:38.745Z[ recovery-image] Aug 10 23:25:37.593 INFO O| Aug 10 23:25:37.593 INFO STEP 19 (remove_files) COMPLETE
36142024-08-10T23:25:38.748Z[ recovery-image] Aug 10 23:25:37.593 INFO O| Aug 10 23:25:37.593 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36152024-08-10T23:25:38.757Z[ recovery-image] Aug 10 23:25:37.605 INFO O| Aug 10 23:25:37.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36162024-08-10T23:25:38.757Z[ recovery-image] Aug 10 23:25:37.605 INFO O| Aug 10 23:25:37.605 INFO STEP 20 (remove_files) COMPLETE
36172024-08-10T23:25:38.759Z[ recovery-image] Aug 10 23:25:37.605 INFO O| Aug 10 23:25:37.605 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36182024-08-10T23:25:38.770Z[ recovery-image] Aug 10 23:25:37.618 INFO O| Aug 10 23:25:37.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36192024-08-10T23:25:38.770Z[ recovery-image] Aug 10 23:25:37.618 INFO O| Aug 10 23:25:37.618 INFO STEP 21 (remove_files) COMPLETE
36202024-08-10T23:25:38.773Z[ recovery-image] Aug 10 23:25:37.618 INFO O| Aug 10 23:25:37.618 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36212024-08-10T23:25:38.782Z[ recovery-image] Aug 10 23:25:37.630 INFO O| Aug 10 23:25:37.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36222024-08-10T23:25:38.782Z[ recovery-image] Aug 10 23:25:37.630 INFO O| Aug 10 23:25:37.630 INFO STEP 22 (remove_files) COMPLETE
36232024-08-10T23:25:38.785Z[ recovery-image] Aug 10 23:25:37.630 INFO O| Aug 10 23:25:37.630 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36242024-08-10T23:25:38.795Z[ recovery-image] Aug 10 23:25:37.643 INFO O| Aug 10 23:25:37.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36252024-08-10T23:25:38.795Z[ recovery-image] Aug 10 23:25:37.643 INFO O| Aug 10 23:25:37.643 INFO STEP 23 (remove_files) COMPLETE
36262024-08-10T23:25:38.798Z[ recovery-image] Aug 10 23:25:37.643 INFO O| Aug 10 23:25:37.643 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36272024-08-10T23:25:38.806Z[ recovery-image] Aug 10 23:25:37.654 INFO O| Aug 10 23:25:37.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36282024-08-10T23:25:38.809Z[ recovery-image] Aug 10 23:25:37.655 INFO O| Aug 10 23:25:37.655 INFO STEP 24 (remove_files) COMPLETE
36292024-08-10T23:25:38.809Z[ recovery-image] Aug 10 23:25:37.655 INFO O| Aug 10 23:25:37.655 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36302024-08-10T23:25:38.819Z[ recovery-image] Aug 10 23:25:37.667 INFO O| Aug 10 23:25:37.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36312024-08-10T23:25:38.819Z[ recovery-image] Aug 10 23:25:37.667 INFO O| Aug 10 23:25:37.667 INFO STEP 25 (remove_files) COMPLETE
36322024-08-10T23:25:38.819Z[ recovery-image] Aug 10 23:25:37.667 INFO O| Aug 10 23:25:37.667 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36332024-08-10T23:25:38.829Z[ recovery-image] Aug 10 23:25:37.677 INFO O| Aug 10 23:25:37.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36342024-08-10T23:25:38.829Z[ recovery-image] Aug 10 23:25:37.678 INFO O| Aug 10 23:25:37.678 INFO STEP 26 (remove_files) COMPLETE
36352024-08-10T23:25:38.832Z[ recovery-image] Aug 10 23:25:37.678 INFO O| Aug 10 23:25:37.678 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36362024-08-10T23:25:38.840Z[ recovery-image] Aug 10 23:25:37.688 INFO O| Aug 10 23:25:37.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36372024-08-10T23:25:38.840Z[ recovery-image] Aug 10 23:25:37.688 INFO O| Aug 10 23:25:37.688 INFO STEP 27 (remove_files) COMPLETE
36382024-08-10T23:25:38.840Z[ recovery-image] Aug 10 23:25:37.688 INFO O| Aug 10 23:25:37.688 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36392024-08-10T23:25:38.851Z[ recovery-image] Aug 10 23:25:37.699 INFO O| Aug 10 23:25:37.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36402024-08-10T23:25:38.851Z[ recovery-image] Aug 10 23:25:37.699 INFO O| Aug 10 23:25:37.699 INFO STEP 28 (remove_files) COMPLETE
36412024-08-10T23:25:38.851Z[ recovery-image] Aug 10 23:25:37.699 INFO O| Aug 10 23:25:37.699 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36422024-08-10T23:25:38.861Z[ recovery-image] Aug 10 23:25:37.709 INFO O| Aug 10 23:25:37.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36432024-08-10T23:25:38.861Z[ recovery-image] Aug 10 23:25:37.709 INFO O| Aug 10 23:25:37.709 INFO STEP 29 (remove_files) COMPLETE
36442024-08-10T23:25:38.864Z[ recovery-image] Aug 10 23:25:37.710 INFO O| Aug 10 23:25:37.709 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36452024-08-10T23:25:38.872Z[ recovery-image] Aug 10 23:25:37.720 INFO O| Aug 10 23:25:37.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36462024-08-10T23:25:38.875Z[ recovery-image] Aug 10 23:25:37.720 INFO O| Aug 10 23:25:37.720 INFO STEP 30 (remove_files) COMPLETE
36472024-08-10T23:25:38.875Z[ recovery-image] Aug 10 23:25:37.720 INFO O| Aug 10 23:25:37.720 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36482024-08-10T23:25:38.883Z[ recovery-image] Aug 10 23:25:37.731 INFO O| Aug 10 23:25:37.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36492024-08-10T23:25:38.886Z[ recovery-image] Aug 10 23:25:37.731 INFO O| Aug 10 23:25:37.731 INFO STEP 31 (remove_files) COMPLETE
36502024-08-10T23:25:38.886Z[ recovery-image] Aug 10 23:25:37.731 INFO O| Aug 10 23:25:37.731 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36512024-08-10T23:25:38.894Z[ recovery-image] Aug 10 23:25:37.742 INFO O| Aug 10 23:25:37.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36522024-08-10T23:25:38.894Z[ recovery-image] Aug 10 23:25:37.742 INFO O| Aug 10 23:25:37.742 INFO STEP 32 (remove_files) COMPLETE
36532024-08-10T23:25:38.897Z[ recovery-image] Aug 10 23:25:37.742 INFO O| Aug 10 23:25:37.742 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36542024-08-10T23:25:38.907Z[ recovery-image] Aug 10 23:25:37.755 INFO O| Aug 10 23:25:37.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36552024-08-10T23:25:38.907Z[ recovery-image] Aug 10 23:25:37.755 INFO O| Aug 10 23:25:37.755 INFO STEP 33 (remove_files) COMPLETE
36562024-08-10T23:25:38.909Z[ recovery-image] Aug 10 23:25:37.755 INFO O| Aug 10 23:25:37.755 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36572024-08-10T23:25:38.919Z[ recovery-image] Aug 10 23:25:37.767 INFO O| Aug 10 23:25:37.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36582024-08-10T23:25:38.919Z[ recovery-image] Aug 10 23:25:37.767 INFO O| Aug 10 23:25:37.767 INFO STEP 34 (remove_files) COMPLETE
36592024-08-10T23:25:38.922Z[ recovery-image] Aug 10 23:25:37.767 INFO O| Aug 10 23:25:37.767 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-10T23:25:38.931Z[ recovery-image] Aug 10 23:25:37.779 INFO O| Aug 10 23:25:37.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36612024-08-10T23:25:38.931Z[ recovery-image] Aug 10 23:25:37.779 INFO O| Aug 10 23:25:37.779 INFO STEP 35 (remove_files) COMPLETE
36622024-08-10T23:25:38.931Z[ recovery-image] Aug 10 23:25:37.779 INFO O| Aug 10 23:25:37.779 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-10T23:25:38.943Z[ recovery-image] Aug 10 23:25:37.791 INFO O| Aug 10 23:25:37.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36642024-08-10T23:25:38.946Z[ recovery-image] Aug 10 23:25:37.791 INFO O| Aug 10 23:25:37.791 INFO STEP 36 (remove_files) COMPLETE
36652024-08-10T23:25:38.946Z[ recovery-image] Aug 10 23:25:37.792 INFO O| Aug 10 23:25:37.791 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-08-10T23:25:38.955Z[ recovery-image] Aug 10 23:25:37.803 INFO O| Aug 10 23:25:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36672024-08-10T23:25:38.958Z[ recovery-image] Aug 10 23:25:37.804 INFO O| Aug 10 23:25:37.803 INFO STEP 37 (remove_files) COMPLETE
36682024-08-10T23:25:38.958Z[ recovery-image] Aug 10 23:25:37.804 INFO O| Aug 10 23:25:37.804 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-08-10T23:25:38.967Z[ recovery-image] Aug 10 23:25:37.815 INFO O| Aug 10 23:25:37.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36702024-08-10T23:25:38.967Z[ recovery-image] Aug 10 23:25:37.815 INFO O| Aug 10 23:25:37.815 INFO STEP 38 (remove_files) COMPLETE
36712024-08-10T23:25:38.970Z[ recovery-image] Aug 10 23:25:37.815 INFO O| Aug 10 23:25:37.815 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-08-10T23:25:38.979Z[ recovery-image] Aug 10 23:25:37.827 INFO O| Aug 10 23:25:37.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36732024-08-10T23:25:38.979Z[ recovery-image] Aug 10 23:25:37.827 INFO O| Aug 10 23:25:37.827 INFO STEP 39 (remove_files) COMPLETE
36742024-08-10T23:25:38.981Z[ recovery-image] Aug 10 23:25:37.827 INFO O| Aug 10 23:25:37.827 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36752024-08-10T23:25:38.990Z[ recovery-image] Aug 10 23:25:37.839 INFO O| Aug 10 23:25:37.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36762024-08-10T23:25:38.990Z[ recovery-image] Aug 10 23:25:37.839 INFO O| Aug 10 23:25:37.839 INFO STEP 40 (remove_files) COMPLETE
36772024-08-10T23:25:38.993Z[ recovery-image] Aug 10 23:25:37.839 INFO O| Aug 10 23:25:37.839 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-10T23:25:39.002Z[ recovery-image] Aug 10 23:25:37.850 INFO O| Aug 10 23:25:37.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36792024-08-10T23:25:39.002Z[ recovery-image] Aug 10 23:25:37.850 INFO O| Aug 10 23:25:37.850 INFO STEP 41 (remove_files) COMPLETE
36802024-08-10T23:25:39.002Z[ recovery-image] Aug 10 23:25:37.850 INFO O| Aug 10 23:25:37.850 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-10T23:25:39.013Z[ recovery-image] Aug 10 23:25:37.861 INFO O| Aug 10 23:25:37.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36822024-08-10T23:25:39.016Z[ recovery-image] Aug 10 23:25:37.862 INFO O| Aug 10 23:25:37.862 INFO STEP 42 (remove_files) COMPLETE
36832024-08-10T23:25:39.016Z[ recovery-image] Aug 10 23:25:37.862 INFO O| Aug 10 23:25:37.862 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-10T23:25:39.026Z[ recovery-image] Aug 10 23:25:37.874 INFO O| Aug 10 23:25:37.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36852024-08-10T23:25:39.026Z[ recovery-image] Aug 10 23:25:37.874 INFO O| Aug 10 23:25:37.874 INFO STEP 43 (remove_files) COMPLETE
36862024-08-10T23:25:39.026Z[ recovery-image] Aug 10 23:25:37.874 INFO O| Aug 10 23:25:37.874 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-10T23:25:39.038Z[ recovery-image] Aug 10 23:25:37.886 INFO O| Aug 10 23:25:37.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36882024-08-10T23:25:39.040Z[ recovery-image] Aug 10 23:25:37.886 INFO O| Aug 10 23:25:37.886 INFO STEP 44 (remove_files) COMPLETE
36892024-08-10T23:25:39.040Z[ recovery-image] Aug 10 23:25:37.886 INFO O| Aug 10 23:25:37.886 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-08-10T23:25:39.050Z[ recovery-image] Aug 10 23:25:37.899 INFO O| Aug 10 23:25:37.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36912024-08-10T23:25:39.050Z[ recovery-image] Aug 10 23:25:37.899 INFO O| Aug 10 23:25:37.899 INFO STEP 45 (remove_files) COMPLETE
36922024-08-10T23:25:39.053Z[ recovery-image] Aug 10 23:25:37.899 INFO O| Aug 10 23:25:37.899 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-08-10T23:25:39.063Z[ recovery-image] Aug 10 23:25:37.911 INFO O| Aug 10 23:25:37.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
36942024-08-10T23:25:39.063Z[ recovery-image] Aug 10 23:25:37.911 INFO O| Aug 10 23:25:37.911 INFO STEP 46 (remove_files) COMPLETE
36952024-08-10T23:25:39.066Z[ recovery-image] Aug 10 23:25:37.911 INFO O| Aug 10 23:25:37.911 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-10T23:25:39.074Z[ recovery-image] Aug 10 23:25:37.922 INFO O| Aug 10 23:25:37.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
36972024-08-10T23:25:39.077Z[ recovery-image] Aug 10 23:25:37.922 INFO O| Aug 10 23:25:37.922 INFO STEP 47 (remove_files) COMPLETE
36982024-08-10T23:25:39.077Z[ recovery-image] Aug 10 23:25:37.922 INFO O| Aug 10 23:25:37.922 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-10T23:25:39.086Z[ recovery-image] Aug 10 23:25:37.934 INFO O| Aug 10 23:25:37.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37002024-08-10T23:25:39.086Z[ recovery-image] Aug 10 23:25:37.935 INFO O| Aug 10 23:25:37.935 INFO STEP 48 (remove_files) COMPLETE
37012024-08-10T23:25:39.086Z[ recovery-image] Aug 10 23:25:37.935 INFO O| Aug 10 23:25:37.935 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-10T23:25:39.098Z[ recovery-image] Aug 10 23:25:37.946 INFO O| Aug 10 23:25:37.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37032024-08-10T23:25:39.101Z[ recovery-image] Aug 10 23:25:37.947 INFO O| Aug 10 23:25:37.947 INFO STEP 49 (remove_files) COMPLETE
37042024-08-10T23:25:39.101Z[ recovery-image] Aug 10 23:25:37.947 INFO O| Aug 10 23:25:37.947 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-10T23:25:39.110Z[ recovery-image] Aug 10 23:25:37.958 INFO O| Aug 10 23:25:37.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37062024-08-10T23:25:39.110Z[ recovery-image] Aug 10 23:25:37.958 INFO O| Aug 10 23:25:37.958 INFO STEP 50 (remove_files) COMPLETE
37072024-08-10T23:25:39.113Z[ recovery-image] Aug 10 23:25:37.958 INFO O| Aug 10 23:25:37.958 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-10T23:25:39.122Z[ recovery-image] Aug 10 23:25:37.970 INFO O| Aug 10 23:25:37.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37092024-08-10T23:25:39.122Z[ recovery-image] Aug 10 23:25:37.970 INFO O| Aug 10 23:25:37.970 INFO STEP 51 (remove_files) COMPLETE
37102024-08-10T23:25:39.124Z[ recovery-image] Aug 10 23:25:37.970 INFO O| Aug 10 23:25:37.970 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-10T23:25:39.134Z[ recovery-image] Aug 10 23:25:37.982 INFO O| Aug 10 23:25:37.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37122024-08-10T23:25:39.134Z[ recovery-image] Aug 10 23:25:37.982 INFO O| Aug 10 23:25:37.982 INFO STEP 52 (remove_files) COMPLETE
37132024-08-10T23:25:39.134Z[ recovery-image] Aug 10 23:25:37.982 INFO O| Aug 10 23:25:37.982 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-10T23:25:39.144Z[ recovery-image] Aug 10 23:25:37.992 INFO O| Aug 10 23:25:37.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37152024-08-10T23:25:39.146Z[ recovery-image] Aug 10 23:25:37.992 INFO O| Aug 10 23:25:37.992 INFO STEP 53 (remove_files) COMPLETE
37162024-08-10T23:25:39.146Z[ recovery-image] Aug 10 23:25:37.992 INFO O| Aug 10 23:25:37.992 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-10T23:25:39.154Z[ recovery-image] Aug 10 23:25:38.003 INFO O| Aug 10 23:25:38.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37182024-08-10T23:25:39.157Z[ recovery-image] Aug 10 23:25:38.003 INFO O| Aug 10 23:25:38.003 INFO STEP 54 (remove_files) COMPLETE
37192024-08-10T23:25:39.157Z[ recovery-image] Aug 10 23:25:38.003 INFO O| Aug 10 23:25:38.003 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-10T23:25:39.168Z[ recovery-image] Aug 10 23:25:38.016 INFO O| Aug 10 23:25:38.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37212024-08-10T23:25:39.168Z[ recovery-image] Aug 10 23:25:38.016 INFO O| Aug 10 23:25:38.016 INFO STEP 55 (remove_files) COMPLETE
37222024-08-10T23:25:39.168Z[ recovery-image] Aug 10 23:25:38.016 INFO O| Aug 10 23:25:38.016 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-10T23:25:39.182Z[ recovery-image] Aug 10 23:25:38.030 INFO O| Aug 10 23:25:38.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37242024-08-10T23:25:39.182Z[ recovery-image] Aug 10 23:25:38.030 INFO O| Aug 10 23:25:38.030 INFO STEP 56 (remove_files) COMPLETE
37252024-08-10T23:25:39.182Z[ recovery-image] Aug 10 23:25:38.030 INFO O| Aug 10 23:25:38.030 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-10T23:25:39.193Z[ recovery-image] Aug 10 23:25:38.041 INFO O| Aug 10 23:25:38.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37272024-08-10T23:25:39.196Z[ recovery-image] Aug 10 23:25:38.041 INFO O| Aug 10 23:25:38.041 INFO STEP 57 (remove_files) COMPLETE
37282024-08-10T23:25:39.196Z[ recovery-image] Aug 10 23:25:38.041 INFO O| Aug 10 23:25:38.041 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-10T23:25:39.203Z[ recovery-image] Aug 10 23:25:38.051 INFO O| Aug 10 23:25:38.051 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37302024-08-10T23:25:39.203Z[ recovery-image] Aug 10 23:25:38.052 INFO O| Aug 10 23:25:38.051 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37312024-08-10T23:25:39.206Z[ recovery-image] Aug 10 23:25:38.052 INFO O| Aug 10 23:25:38.052 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37322024-08-10T23:25:39.206Z[ recovery-image] Aug 10 23:25:38.052 INFO O| Aug 10 23:25:38.052 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37332024-08-10T23:25:39.206Z[ recovery-image] Aug 10 23:25:38.052 INFO O| Aug 10 23:25:38.052 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37342024-08-10T23:25:39.206Z[ recovery-image] Aug 10 23:25:38.052 INFO O| Aug 10 23:25:38.052 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37352024-08-10T23:25:39.206Z[ recovery-image] Aug 10 23:25:38.052 INFO O| Aug 10 23:25:38.052 INFO ok!
37362024-08-10T23:25:39.206Z[ recovery-image] Aug 10 23:25:38.052 INFO O| Aug 10 23:25:38.052 INFO STEP 58 (ensure_file) COMPLETE
37372024-08-10T23:25:39.206Z[ recovery-image] Aug 10 23:25:38.052 INFO O| Aug 10 23:25:38.052 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-10T23:25:39.215Z[ recovery-image] Aug 10 23:25:38.063 INFO O| Aug 10 23:25:38.063 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37392024-08-10T23:25:39.218Z[ recovery-image] Aug 10 23:25:38.064 INFO O| Aug 10 23:25:38.063 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37402024-08-10T23:25:39.218Z[ recovery-image] Aug 10 23:25:38.064 INFO O| Aug 10 23:25:38.064 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37412024-08-10T23:25:39.218Z[ recovery-image] Aug 10 23:25:38.064 INFO O| Aug 10 23:25:38.064 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37422024-08-10T23:25:39.218Z[ recovery-image] Aug 10 23:25:38.064 INFO O| Aug 10 23:25:38.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37432024-08-10T23:25:39.218Z[ recovery-image] Aug 10 23:25:38.064 INFO O| Aug 10 23:25:38.064 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37442024-08-10T23:25:39.218Z[ recovery-image] Aug 10 23:25:38.064 INFO O| Aug 10 23:25:38.064 INFO ok!
37452024-08-10T23:25:39.218Z[ recovery-image] Aug 10 23:25:38.064 INFO O| Aug 10 23:25:38.064 INFO STEP 59 (ensure_file) COMPLETE
37462024-08-10T23:25:39.218Z[ recovery-image] Aug 10 23:25:38.064 INFO O| Aug 10 23:25:38.064 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-10T23:25:39.226Z[ recovery-image] Aug 10 23:25:38.074 INFO O| Aug 10 23:25:38.074 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37482024-08-10T23:25:39.226Z[ recovery-image] Aug 10 23:25:38.074 INFO O| Aug 10 23:25:38.074 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37492024-08-10T23:25:39.229Z[ recovery-image] Aug 10 23:25:38.074 INFO O| Aug 10 23:25:38.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37502024-08-10T23:25:39.229Z[ recovery-image] Aug 10 23:25:38.074 INFO O| Aug 10 23:25:38.074 INFO ok!
37512024-08-10T23:25:39.229Z[ recovery-image] Aug 10 23:25:38.074 INFO O| Aug 10 23:25:38.074 INFO STEP 60 (ensure_file) COMPLETE
37522024-08-10T23:25:39.229Z[ recovery-image] Aug 10 23:25:38.074 INFO O| Aug 10 23:25:38.074 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-10T23:25:39.238Z[ recovery-image] Aug 10 23:25:38.086 INFO O| Aug 10 23:25:38.086 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37542024-08-10T23:25:39.238Z[ recovery-image] Aug 10 23:25:38.086 INFO O| Aug 10 23:25:38.086 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37552024-08-10T23:25:39.240Z[ recovery-image] Aug 10 23:25:38.086 INFO O| Aug 10 23:25:38.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37562024-08-10T23:25:39.240Z[ recovery-image] Aug 10 23:25:38.086 INFO O| Aug 10 23:25:38.086 INFO ok!
37572024-08-10T23:25:39.240Z[ recovery-image] Aug 10 23:25:38.086 INFO O| Aug 10 23:25:38.086 INFO STEP 61 (ensure_file) COMPLETE
37582024-08-10T23:25:39.240Z[ recovery-image] Aug 10 23:25:38.086 INFO O| Aug 10 23:25:38.086 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-10T23:25:39.250Z[ recovery-image] Aug 10 23:25:38.098 INFO O| Aug 10 23:25:38.098 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37602024-08-10T23:25:39.252Z[ recovery-image] Aug 10 23:25:38.098 INFO O| Aug 10 23:25:38.098 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37612024-08-10T23:25:39.252Z[ recovery-image] Aug 10 23:25:38.098 INFO O| Aug 10 23:25:38.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37622024-08-10T23:25:39.252Z[ recovery-image] Aug 10 23:25:38.098 INFO O| Aug 10 23:25:38.098 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37632024-08-10T23:25:39.252Z[ recovery-image] Aug 10 23:25:38.098 INFO O| Aug 10 23:25:38.098 INFO ok!
37642024-08-10T23:25:39.252Z[ recovery-image] Aug 10 23:25:38.098 INFO O| Aug 10 23:25:38.098 INFO STEP 62 (ensure_file) COMPLETE
37652024-08-10T23:25:39.252Z[ recovery-image] Aug 10 23:25:38.098 INFO O| Aug 10 23:25:38.098 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-10T23:25:39.261Z[ recovery-image] Aug 10 23:25:38.110 INFO O| Aug 10 23:25:38.110 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37672024-08-10T23:25:39.261Z[ recovery-image] Aug 10 23:25:38.110 INFO O| Aug 10 23:25:38.110 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37682024-08-10T23:25:39.265Z[ recovery-image] Aug 10 23:25:38.110 INFO O| Aug 10 23:25:38.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37692024-08-10T23:25:39.265Z[ recovery-image] Aug 10 23:25:38.110 INFO O| Aug 10 23:25:38.110 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37702024-08-10T23:25:39.265Z[ recovery-image] Aug 10 23:25:38.110 INFO O| Aug 10 23:25:38.110 INFO ok!
37712024-08-10T23:25:39.265Z[ recovery-image] Aug 10 23:25:38.110 INFO O| Aug 10 23:25:38.110 INFO STEP 63 (ensure_file) COMPLETE
37722024-08-10T23:25:39.265Z[ recovery-image] Aug 10 23:25:38.110 INFO O| Aug 10 23:25:38.110 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-08-10T23:25:39.273Z[ recovery-image] Aug 10 23:25:38.120 INFO O| Aug 10 23:25:38.120 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37742024-08-10T23:25:39.274Z[ recovery-image] Aug 10 23:25:38.120 INFO O| Aug 10 23:25:38.120 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37752024-08-10T23:25:39.274Z[ recovery-image] Aug 10 23:25:38.120 INFO O| Aug 10 23:25:38.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37762024-08-10T23:25:39.274Z[ recovery-image] Aug 10 23:25:38.120 INFO O| Aug 10 23:25:38.120 INFO ok!
37772024-08-10T23:25:39.274Z[ recovery-image] Aug 10 23:25:38.120 INFO O| Aug 10 23:25:38.120 INFO STEP 64 (assemble_files) COMPLETE
37782024-08-10T23:25:39.274Z[ recovery-image] Aug 10 23:25:38.120 INFO O| Aug 10 23:25:38.120 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-08-10T23:25:39.282Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37802024-08-10T23:25:39.282Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37812024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37822024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37832024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO ok!
37842024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO STEP 65 (ensure_file) COMPLETE
37852024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO skip step because feature "omicron1" is not enabled
37872024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO skip step because feature "omicron1" is not enabled
37892024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO skip step because feature "omicron1" is not enabled
37912024-08-10T23:25:39.285Z[ recovery-image] Aug 10 23:25:38.131 INFO O| Aug 10 23:25:38.131 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-08-10T23:25:39.299Z[ recovery-image] Aug 10 23:25:38.147 INFO O| Aug 10 23:25:38.147 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
37932024-08-10T23:25:39.299Z[ recovery-image] Aug 10 23:25:38.147 INFO O| Aug 10 23:25:38.147 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
37942024-08-10T23:25:39.884Z[ host-image] Aug 10 23:25:38.732 INFO O| Aug 10 23:25:38.732 INFO O| Planning: Solver setup ... Done
37952024-08-10T23:25:39.888Z[ host-image] Aug 10 23:25:38.736 INFO O| Aug 10 23:25:38.736 INFO O| Planning: Running solver ... Done
37962024-08-10T23:25:39.925Z[ host-image] Aug 10 23:25:38.773 INFO O| Aug 10 23:25:38.773 INFO O| Planning: Finding local manifests ... Done
37972024-08-10T23:25:39.928Z[ host-image] Aug 10 23:25:38.775 INFO O| Aug 10 23:25:38.775 INFO O| Planning: Fetching manifests: 0/4 0% complete
37982024-08-10T23:25:40.024Z[ host-image] Aug 10 23:25:38.872 INFO O| Aug 10 23:25:38.872 INFO O| Planning: Fetching manifests: 4/4 100% complete
37992024-08-10T23:25:40.049Z[ host-image] Aug 10 23:25:38.897 INFO O| Aug 10 23:25:38.897 INFO O| Planning: Package planning ... Done
38002024-08-10T23:25:40.052Z[ host-image] Aug 10 23:25:38.900 INFO O| Aug 10 23:25:38.900 INFO O| Planning: Merging actions ... Done
38012024-08-10T23:25:40.202Z[ host-image] Aug 10 23:25:39.050 INFO O| Aug 10 23:25:39.050 INFO O| Planning: Checking for conflicting actions ... Done
38022024-08-10T23:25:40.205Z[ host-image] Aug 10 23:25:39.051 INFO O| Aug 10 23:25:39.051 INFO O| Planning: Consolidating action changes ... Done
38032024-08-10T23:25:40.378Z[ host-image] Aug 10 23:25:39.226 INFO O| Aug 10 23:25:39.226 INFO O| Planning: Evaluating mediators ... Done
38042024-08-10T23:25:40.381Z[ host-image] Aug 10 23:25:39.227 INFO O| Aug 10 23:25:39.227 INFO O| Planning: Planning completed in 2.08 seconds
38052024-08-10T23:25:40.381Z[ host-image] Aug 10 23:25:39.229 INFO O| Aug 10 23:25:39.229 INFO O| Packages to install: 4
38062024-08-10T23:25:40.381Z[ host-image] Aug 10 23:25:39.229 INFO O| Aug 10 23:25:39.229 INFO O| Services to change: 2
38072024-08-10T23:25:40.392Z[ host-image] Aug 10 23:25:39.240 INFO O| Aug 10 23:25:39.240 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38082024-08-10T23:25:40.919Z[ recovery-image] Aug 10 23:25:39.766 INFO O| Aug 10 23:25:39.766 INFO STEP 69 (pack_tar) COMPLETE
38092024-08-10T23:25:40.919Z[ recovery-image] Aug 10 23:25:39.766 INFO O| Aug 10 23:25:39.766 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38102024-08-10T23:25:40.922Z[ recovery-image] Aug 10 23:25:39.766 INFO O| Aug 10 23:25:39.766 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38112024-08-10T23:25:41.001Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 21s
38122024-08-10T23:25:41.314Z[ recovery-image] Aug 10 23:25:40.161 INFO O| Aug 10 23:25:40.161 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38132024-08-10T23:25:41.317ZAug 10 23:25:40.163 INFO [verify-libraries] process exited with exit status: 0 (268.940614485s)
38142024-08-10T23:25:41.381Z[ recovery-image] Aug 10 23:25:40.229 INFO O| Aug 10 23:25:40.229 INFO completed processing gimlet/ramdisk-02-trim
38152024-08-10T23:25:41.384Z[ recovery-image] Aug 10 23:25:40.231 INFO image builder template: ramdisk-03-recovery-trim...
38162024-08-10T23:25:41.384Z[ recovery-image] Aug 10 23:25:40.232 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/.tmpaerXmB/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
38172024-08-10T23:25:41.449Z[ recovery-image] Aug 10 23:25:40.297 INFO O| Aug 10 23:25:40.297 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38182024-08-10T23:25:41.453Z[ recovery-image] Aug 10 23:25:40.301 INFO O| Aug 10 23:25:40.301 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38192024-08-10T23:25:41.511Z[ recovery-image] Aug 10 23:25:40.359 INFO O| Aug 10 23:25:40.359 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38202024-08-10T23:25:41.560Z[ recovery-image] Aug 10 23:25:40.408 INFO O| Aug 10 23:25:40.408 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38212024-08-10T23:25:41.563Z[ recovery-image] Aug 10 23:25:40.408 INFO O| Aug 10 23:25:40.408 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38222024-08-10T23:25:41.569Z[ recovery-image] Aug 10 23:25:40.417 INFO O| Aug 10 23:25:40.416 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38232024-08-10T23:25:41.573Z[ recovery-image] Aug 10 23:25:40.421 INFO O| Aug 10 23:25:40.421 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38242024-08-10T23:25:41.577Z[ recovery-image] Aug 10 23:25:40.425 INFO O| Aug 10 23:25:40.425 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38252024-08-10T23:25:41.768Z[ host-image] Aug 10 23:25:40.615 INFO O| Aug 10 23:25:40.615 INFO O| Download: Completed 1.39 MB in 1.38 seconds (1.0M/s)
38262024-08-10T23:25:41.800Z[ recovery-image] Aug 10 23:25:40.648 INFO O| Aug 10 23:25:40.648 INFO rolled back to input snapshot; work may begin
38272024-08-10T23:25:41.800Z[ recovery-image] Aug 10 23:25:40.648 INFO O| Aug 10 23:25:40.648 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38282024-08-10T23:25:41.806Z[ recovery-image] Aug 10 23:25:40.654 INFO O| Aug 10 23:25:40.654 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38292024-08-10T23:25:41.809Z[ host-image] Aug 10 23:25:40.655 INFO O| Aug 10 23:25:40.655 INFO O| Actions: 1/238 actions (Installing new actions)
38302024-08-10T23:25:41.817Z[ recovery-image] Aug 10 23:25:40.665 INFO O| Aug 10 23:25:40.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38312024-08-10T23:25:41.820Z[ recovery-image] Aug 10 23:25:40.668 INFO O| Aug 10 23:25:40.668 INFO STEP 0 (remove_files) COMPLETE
38322024-08-10T23:25:41.820Z[ recovery-image] Aug 10 23:25:40.668 INFO O| Aug 10 23:25:40.668 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38332024-08-10T23:25:41.832Z[ recovery-image] Aug 10 23:25:40.680 INFO O| Aug 10 23:25:40.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38342024-08-10T23:25:41.882Z[ recovery-image] Aug 10 23:25:40.730 INFO O| Aug 10 23:25:40.730 INFO STEP 1 (remove_files) COMPLETE
38352024-08-10T23:25:41.882Z[ recovery-image] Aug 10 23:25:40.730 INFO O| Aug 10 23:25:40.730 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38362024-08-10T23:25:41.894Z[ recovery-image] Aug 10 23:25:40.742 INFO O| Aug 10 23:25:40.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38372024-08-10T23:25:41.897Z[ recovery-image] Aug 10 23:25:40.744 INFO O| Aug 10 23:25:40.744 INFO STEP 2 (remove_files) COMPLETE
38382024-08-10T23:25:41.897Z[ recovery-image] Aug 10 23:25:40.744 INFO O| Aug 10 23:25:40.744 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38392024-08-10T23:25:41.907Z[ recovery-image] Aug 10 23:25:40.755 INFO O| Aug 10 23:25:40.754 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38402024-08-10T23:25:41.915Z[ host-image] Aug 10 23:25:40.763 INFO O| Aug 10 23:25:40.763 INFO O| Actions: Completed 238 actions in 0.11 seconds.
38412024-08-10T23:25:41.948Z[ recovery-image] Aug 10 23:25:40.795 INFO O| Aug 10 23:25:40.795 INFO STEP 3 (remove_files) COMPLETE
38422024-08-10T23:25:41.948Z[ recovery-image] Aug 10 23:25:40.795 INFO O| Aug 10 23:25:40.795 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38432024-08-10T23:25:41.959Z[ recovery-image] Aug 10 23:25:40.807 INFO O| Aug 10 23:25:40.807 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38442024-08-10T23:25:41.975Z[ recovery-image] Aug 10 23:25:40.822 INFO O| Aug 10 23:25:40.822 INFO STEP 4 (remove_files) COMPLETE
38452024-08-10T23:25:41.975Z[ recovery-image] Aug 10 23:25:40.822 INFO O| Aug 10 23:25:40.822 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38462024-08-10T23:25:41.986Z[ recovery-image] Aug 10 23:25:40.833 INFO O| Aug 10 23:25:40.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38472024-08-10T23:25:41.989Z[ recovery-image] Aug 10 23:25:40.837 INFO O| Aug 10 23:25:40.837 INFO STEP 5 (remove_files) COMPLETE
38482024-08-10T23:25:41.989Z[ recovery-image] Aug 10 23:25:40.837 INFO O| Aug 10 23:25:40.837 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38492024-08-10T23:25:42.000Z[ recovery-image] Aug 10 23:25:40.848 INFO O| Aug 10 23:25:40.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38502024-08-10T23:25:42.003Z[ recovery-image] Aug 10 23:25:40.849 INFO O| Aug 10 23:25:40.849 INFO STEP 6 (remove_files) COMPLETE
38512024-08-10T23:25:42.003Z[ recovery-image] Aug 10 23:25:40.849 INFO O| Aug 10 23:25:40.849 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38522024-08-10T23:25:42.013Z[ recovery-image] Aug 10 23:25:40.860 INFO O| Aug 10 23:25:40.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38532024-08-10T23:25:42.016Z[ recovery-image] Aug 10 23:25:40.862 INFO O| Aug 10 23:25:40.861 INFO STEP 7 (remove_files) COMPLETE
38542024-08-10T23:25:42.016Z[ recovery-image] Aug 10 23:25:40.862 INFO O| Aug 10 23:25:40.861 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38552024-08-10T23:25:42.026Z[ recovery-image] Aug 10 23:25:40.874 INFO O| Aug 10 23:25:40.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38562024-08-10T23:25:42.029Z[ recovery-image] Aug 10 23:25:40.876 INFO O| Aug 10 23:25:40.876 INFO STEP 8 (remove_files) COMPLETE
38572024-08-10T23:25:42.029Z[ recovery-image] Aug 10 23:25:40.876 INFO O| Aug 10 23:25:40.876 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38582024-08-10T23:25:42.040Z[ recovery-image] Aug 10 23:25:40.887 INFO O| Aug 10 23:25:40.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38592024-08-10T23:25:42.042Z[ recovery-image] Aug 10 23:25:40.888 INFO O| Aug 10 23:25:40.888 INFO STEP 9 (remove_files) COMPLETE
38602024-08-10T23:25:42.042Z[ recovery-image] Aug 10 23:25:40.888 INFO O| Aug 10 23:25:40.888 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38612024-08-10T23:25:42.051Z[ recovery-image] Aug 10 23:25:40.899 INFO O| Aug 10 23:25:40.899 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38622024-08-10T23:25:42.054Z[ recovery-image] Aug 10 23:25:40.900 INFO O| Aug 10 23:25:40.900 INFO STEP 10 (remove_files) COMPLETE
38632024-08-10T23:25:42.054Z[ recovery-image] Aug 10 23:25:40.900 INFO O| Aug 10 23:25:40.900 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38642024-08-10T23:25:42.063Z[ recovery-image] Aug 10 23:25:40.911 INFO O| Aug 10 23:25:40.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38652024-08-10T23:25:42.116Z[ recovery-image] Aug 10 23:25:40.963 INFO O| Aug 10 23:25:40.963 INFO STEP 11 (remove_files) COMPLETE
38662024-08-10T23:25:42.116Z[ recovery-image] Aug 10 23:25:40.964 INFO O| Aug 10 23:25:40.963 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38672024-08-10T23:25:42.129Z[ recovery-image] Aug 10 23:25:40.977 INFO O| Aug 10 23:25:40.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38682024-08-10T23:25:42.132Z[ recovery-image] Aug 10 23:25:40.980 INFO O| Aug 10 23:25:40.979 INFO STEP 12 (remove_files) COMPLETE
38692024-08-10T23:25:42.132Z[ recovery-image] Aug 10 23:25:40.980 INFO O| Aug 10 23:25:40.980 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38702024-08-10T23:25:42.142Z[ recovery-image] Aug 10 23:25:40.990 INFO O| Aug 10 23:25:40.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38712024-08-10T23:25:42.145Z[ recovery-image] Aug 10 23:25:40.993 INFO O| Aug 10 23:25:40.993 INFO STEP 13 (remove_files) COMPLETE
38722024-08-10T23:25:42.145Z[ recovery-image] Aug 10 23:25:40.993 INFO O| Aug 10 23:25:40.993 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38732024-08-10T23:25:42.151Z[ host-image] Aug 10 23:25:40.998 INFO O| Aug 10 23:25:40.998 INFO O| Done
38742024-08-10T23:25:42.151Z[ host-image] Aug 10 23:25:40.998 INFO O| Aug 10 23:25:40.998 INFO O| Done
38752024-08-10T23:25:42.156Z[ recovery-image] Aug 10 23:25:41.003 INFO O| Aug 10 23:25:41.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38762024-08-10T23:25:42.158Z[ recovery-image] Aug 10 23:25:41.004 INFO O| Aug 10 23:25:41.004 INFO STEP 14 (remove_files) COMPLETE
38772024-08-10T23:25:42.158Z[ recovery-image] Aug 10 23:25:41.004 INFO O| Aug 10 23:25:41.004 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38782024-08-10T23:25:42.166Z[ recovery-image] Aug 10 23:25:41.014 INFO O| Aug 10 23:25:41.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38792024-08-10T23:25:42.169Z[ recovery-image] Aug 10 23:25:41.015 INFO O| Aug 10 23:25:41.015 INFO STEP 15 (remove_files) COMPLETE
38802024-08-10T23:25:42.169Z[ recovery-image] Aug 10 23:25:41.015 INFO O| Aug 10 23:25:41.015 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38812024-08-10T23:25:42.177Z[ recovery-image] Aug 10 23:25:41.025 INFO O| Aug 10 23:25:41.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38822024-08-10T23:25:42.182Z[ recovery-image] Aug 10 23:25:41.030 INFO O| Aug 10 23:25:41.030 INFO STEP 16 (remove_files) COMPLETE
38832024-08-10T23:25:42.185Z[ recovery-image] Aug 10 23:25:41.030 INFO O| Aug 10 23:25:41.030 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38842024-08-10T23:25:42.193Z[ recovery-image] Aug 10 23:25:41.041 INFO O| Aug 10 23:25:41.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38852024-08-10T23:25:42.193Z[ recovery-image] Aug 10 23:25:41.041 INFO O| Aug 10 23:25:41.041 INFO STEP 17 (remove_files) COMPLETE
38862024-08-10T23:25:42.196Z[ recovery-image] Aug 10 23:25:41.041 INFO O| Aug 10 23:25:41.041 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38872024-08-10T23:25:42.203Z[ recovery-image] Aug 10 23:25:41.051 INFO O| Aug 10 23:25:41.051 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38882024-08-10T23:25:42.206Z[ recovery-image] Aug 10 23:25:41.052 INFO O| Aug 10 23:25:41.052 INFO STEP 18 (remove_files) COMPLETE
38892024-08-10T23:25:42.206Z[ recovery-image] Aug 10 23:25:41.052 INFO O| Aug 10 23:25:41.052 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38902024-08-10T23:25:42.214Z[ recovery-image] Aug 10 23:25:41.062 INFO O| Aug 10 23:25:41.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38912024-08-10T23:25:42.253Z[ recovery-image] Aug 10 23:25:41.101 INFO O| Aug 10 23:25:41.101 INFO STEP 19 (remove_files) COMPLETE
38922024-08-10T23:25:42.253Z[ recovery-image] Aug 10 23:25:41.101 INFO O| Aug 10 23:25:41.101 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38932024-08-10T23:25:42.264Z[ recovery-image] Aug 10 23:25:41.112 INFO O| Aug 10 23:25:41.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38942024-08-10T23:25:42.267Z[ recovery-image] Aug 10 23:25:41.112 INFO O| Aug 10 23:25:41.112 INFO STEP 20 (remove_files) COMPLETE
38952024-08-10T23:25:42.267Z[ recovery-image] Aug 10 23:25:41.112 INFO O| Aug 10 23:25:41.112 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38962024-08-10T23:25:42.274Z[ recovery-image] Aug 10 23:25:41.122 INFO O| Aug 10 23:25:41.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
38972024-08-10T23:25:42.277Z[ recovery-image] Aug 10 23:25:41.123 INFO O| Aug 10 23:25:41.123 INFO STEP 21 (remove_files) COMPLETE
38982024-08-10T23:25:42.277Z[ recovery-image] Aug 10 23:25:41.123 INFO O| Aug 10 23:25:41.123 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38992024-08-10T23:25:42.285Z[ recovery-image] Aug 10 23:25:41.133 INFO O| Aug 10 23:25:41.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39002024-08-10T23:25:42.288Z[ recovery-image] Aug 10 23:25:41.133 INFO O| Aug 10 23:25:41.133 INFO STEP 22 (remove_files) COMPLETE
39012024-08-10T23:25:42.288Z[ recovery-image] Aug 10 23:25:41.133 INFO O| Aug 10 23:25:41.133 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39022024-08-10T23:25:42.294Z[ recovery-image] Aug 10 23:25:41.142 INFO O| Aug 10 23:25:41.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39032024-08-10T23:25:42.297Z[ recovery-image] Aug 10 23:25:41.142 INFO O| Aug 10 23:25:41.142 INFO STEP 23 (remove_files) COMPLETE
39042024-08-10T23:25:42.297Z[ recovery-image] Aug 10 23:25:41.142 INFO O| Aug 10 23:25:41.142 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39052024-08-10T23:25:42.304Z[ recovery-image] Aug 10 23:25:41.152 INFO O| Aug 10 23:25:41.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39062024-08-10T23:25:42.304Z[ recovery-image] Aug 10 23:25:41.152 INFO O| Aug 10 23:25:41.152 INFO STEP 24 (remove_files) COMPLETE
39072024-08-10T23:25:42.307Z[ recovery-image] Aug 10 23:25:41.152 INFO O| Aug 10 23:25:41.152 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-08-10T23:25:42.314Z[ recovery-image] Aug 10 23:25:41.162 INFO O| Aug 10 23:25:41.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39092024-08-10T23:25:42.316Z[ recovery-image] Aug 10 23:25:41.162 INFO O| Aug 10 23:25:41.162 INFO STEP 25 (remove_files) COMPLETE
39102024-08-10T23:25:42.317Z[ recovery-image] Aug 10 23:25:41.162 INFO O| Aug 10 23:25:41.162 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39112024-08-10T23:25:42.323Z[ recovery-image] Aug 10 23:25:41.171 INFO O| Aug 10 23:25:41.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39122024-08-10T23:25:42.326Z[ recovery-image] Aug 10 23:25:41.171 INFO O| Aug 10 23:25:41.171 INFO STEP 26 (remove_files) COMPLETE
39132024-08-10T23:25:42.326Z[ recovery-image] Aug 10 23:25:41.171 INFO O| Aug 10 23:25:41.171 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39142024-08-10T23:25:42.333Z[ recovery-image] Aug 10 23:25:41.181 INFO O| Aug 10 23:25:41.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39152024-08-10T23:25:42.333Z[ recovery-image] Aug 10 23:25:41.181 INFO O| Aug 10 23:25:41.181 INFO STEP 27 (remove_files) COMPLETE
39162024-08-10T23:25:42.335Z[ recovery-image] Aug 10 23:25:41.181 INFO O| Aug 10 23:25:41.181 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-10T23:25:42.343Z[ recovery-image] Aug 10 23:25:41.190 INFO O| Aug 10 23:25:41.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39182024-08-10T23:25:42.345Z[ recovery-image] Aug 10 23:25:41.190 INFO O| Aug 10 23:25:41.190 INFO STEP 28 (remove_files) COMPLETE
39192024-08-10T23:25:42.346Z[ recovery-image] Aug 10 23:25:41.190 INFO O| Aug 10 23:25:41.190 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39202024-08-10T23:25:42.352Z[ recovery-image] Aug 10 23:25:41.200 INFO O| Aug 10 23:25:41.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39212024-08-10T23:25:42.352Z[ recovery-image] Aug 10 23:25:41.200 INFO O| Aug 10 23:25:41.200 INFO STEP 29 (remove_files) COMPLETE
39222024-08-10T23:25:42.355Z[ recovery-image] Aug 10 23:25:41.200 INFO O| Aug 10 23:25:41.200 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39232024-08-10T23:25:42.361Z[ recovery-image] Aug 10 23:25:41.209 INFO O| Aug 10 23:25:41.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39242024-08-10T23:25:42.361Z[ recovery-image] Aug 10 23:25:41.209 INFO O| Aug 10 23:25:41.209 INFO STEP 30 (remove_files) COMPLETE
39252024-08-10T23:25:42.361Z[ recovery-image] Aug 10 23:25:41.209 INFO O| Aug 10 23:25:41.209 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-08-10T23:25:42.371Z[ recovery-image] Aug 10 23:25:41.219 INFO O| Aug 10 23:25:41.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39272024-08-10T23:25:42.371Z[ recovery-image] Aug 10 23:25:41.219 INFO O| Aug 10 23:25:41.219 INFO STEP 31 (remove_files) COMPLETE
39282024-08-10T23:25:42.371Z[ recovery-image] Aug 10 23:25:41.219 INFO O| Aug 10 23:25:41.219 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39292024-08-10T23:25:42.380Z[ recovery-image] Aug 10 23:25:41.228 INFO O| Aug 10 23:25:41.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39302024-08-10T23:25:42.383Z[ recovery-image] Aug 10 23:25:41.228 INFO O| Aug 10 23:25:41.228 INFO STEP 32 (remove_files) COMPLETE
39312024-08-10T23:25:42.383Z[ recovery-image] Aug 10 23:25:41.228 INFO O| Aug 10 23:25:41.228 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39322024-08-10T23:25:42.390Z[ recovery-image] Aug 10 23:25:41.238 INFO O| Aug 10 23:25:41.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39332024-08-10T23:25:42.390Z[ recovery-image] Aug 10 23:25:41.238 INFO O| Aug 10 23:25:41.238 INFO STEP 33 (remove_files) COMPLETE
39342024-08-10T23:25:42.393Z[ recovery-image] Aug 10 23:25:41.238 INFO O| Aug 10 23:25:41.238 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39352024-08-10T23:25:42.400Z[ recovery-image] Aug 10 23:25:41.248 INFO O| Aug 10 23:25:41.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39362024-08-10T23:25:42.400Z[ recovery-image] Aug 10 23:25:41.248 INFO O| Aug 10 23:25:41.248 INFO STEP 34 (remove_files) COMPLETE
39372024-08-10T23:25:42.403Z[ recovery-image] Aug 10 23:25:41.248 INFO O| Aug 10 23:25:41.248 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39382024-08-10T23:25:42.410Z[ recovery-image] Aug 10 23:25:41.258 INFO O| Aug 10 23:25:41.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39392024-08-10T23:25:42.412Z[ recovery-image] Aug 10 23:25:41.258 INFO O| Aug 10 23:25:41.258 INFO STEP 35 (remove_files) COMPLETE
39402024-08-10T23:25:42.412Z[ recovery-image] Aug 10 23:25:41.258 INFO O| Aug 10 23:25:41.258 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39412024-08-10T23:25:42.420Z[ recovery-image] Aug 10 23:25:41.268 INFO O| Aug 10 23:25:41.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39422024-08-10T23:25:42.420Z[ recovery-image] Aug 10 23:25:41.268 INFO O| Aug 10 23:25:41.268 INFO STEP 36 (remove_files) COMPLETE
39432024-08-10T23:25:42.423Z[ recovery-image] Aug 10 23:25:41.268 INFO O| Aug 10 23:25:41.268 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39442024-08-10T23:25:42.430Z[ recovery-image] Aug 10 23:25:41.278 INFO O| Aug 10 23:25:41.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39452024-08-10T23:25:42.430Z[ recovery-image] Aug 10 23:25:41.278 INFO O| Aug 10 23:25:41.278 INFO STEP 37 (remove_files) COMPLETE
39462024-08-10T23:25:42.433Z[ recovery-image] Aug 10 23:25:41.278 INFO O| Aug 10 23:25:41.278 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39472024-08-10T23:25:42.439Z[ recovery-image] Aug 10 23:25:41.287 INFO O| Aug 10 23:25:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39482024-08-10T23:25:42.442Z[ recovery-image] Aug 10 23:25:41.287 INFO O| Aug 10 23:25:41.287 INFO STEP 38 (remove_files) COMPLETE
39492024-08-10T23:25:42.442Z[ recovery-image] Aug 10 23:25:41.287 INFO O| Aug 10 23:25:41.287 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39502024-08-10T23:25:42.449Z[ recovery-image] Aug 10 23:25:41.297 INFO O| Aug 10 23:25:41.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39512024-08-10T23:25:42.449Z[ recovery-image] Aug 10 23:25:41.297 INFO O| Aug 10 23:25:41.297 INFO STEP 39 (remove_files) COMPLETE
39522024-08-10T23:25:42.449Z[ recovery-image] Aug 10 23:25:41.297 INFO O| Aug 10 23:25:41.297 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39532024-08-10T23:25:42.458Z[ recovery-image] Aug 10 23:25:41.306 INFO O| Aug 10 23:25:41.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39542024-08-10T23:25:42.461Z[ recovery-image] Aug 10 23:25:41.307 INFO O| Aug 10 23:25:41.307 INFO STEP 40 (remove_files) COMPLETE
39552024-08-10T23:25:42.461Z[ recovery-image] Aug 10 23:25:41.307 INFO O| Aug 10 23:25:41.307 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39562024-08-10T23:25:42.468Z[ recovery-image] Aug 10 23:25:41.316 INFO O| Aug 10 23:25:41.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39572024-08-10T23:25:42.468Z[ recovery-image] Aug 10 23:25:41.316 INFO O| Aug 10 23:25:41.316 INFO STEP 41 (remove_files) COMPLETE
39582024-08-10T23:25:42.471Z[ recovery-image] Aug 10 23:25:41.316 INFO O| Aug 10 23:25:41.316 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39592024-08-10T23:25:42.478Z[ recovery-image] Aug 10 23:25:41.326 INFO O| Aug 10 23:25:41.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39602024-08-10T23:25:42.478Z[ recovery-image] Aug 10 23:25:41.326 INFO O| Aug 10 23:25:41.326 INFO STEP 42 (remove_files) COMPLETE
39612024-08-10T23:25:42.480Z[ recovery-image] Aug 10 23:25:41.326 INFO O| Aug 10 23:25:41.326 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39622024-08-10T23:25:42.487Z[ recovery-image] Aug 10 23:25:41.335 INFO O| Aug 10 23:25:41.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39632024-08-10T23:25:42.487Z[ recovery-image] Aug 10 23:25:41.335 INFO O| Aug 10 23:25:41.335 INFO STEP 43 (remove_files) COMPLETE
39642024-08-10T23:25:42.490Z[ recovery-image] Aug 10 23:25:41.335 INFO O| Aug 10 23:25:41.335 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39652024-08-10T23:25:42.497Z[ recovery-image] Aug 10 23:25:41.345 INFO O| Aug 10 23:25:41.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39662024-08-10T23:25:42.499Z[ recovery-image] Aug 10 23:25:41.345 INFO O| Aug 10 23:25:41.345 INFO STEP 44 (remove_files) COMPLETE
39672024-08-10T23:25:42.500Z[ recovery-image] Aug 10 23:25:41.345 INFO O| Aug 10 23:25:41.345 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-08-10T23:25:42.507Z[ recovery-image] Aug 10 23:25:41.354 INFO O| Aug 10 23:25:41.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39692024-08-10T23:25:42.510Z[ recovery-image] Aug 10 23:25:41.355 INFO O| Aug 10 23:25:41.354 INFO STEP 45 (remove_files) COMPLETE
39702024-08-10T23:25:42.510Z[ recovery-image] Aug 10 23:25:41.355 INFO O| Aug 10 23:25:41.355 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39712024-08-10T23:25:42.516Z[ host-image] Aug 10 23:25:41.363 INFO O| Aug 10 23:25:41.363 INFO O| Done
39722024-08-10T23:25:42.518Z[ recovery-image] Aug 10 23:25:41.364 INFO O| Aug 10 23:25:41.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39732024-08-10T23:25:42.518Z[ recovery-image] Aug 10 23:25:41.364 INFO O| Aug 10 23:25:41.364 INFO STEP 46 (remove_files) COMPLETE
39742024-08-10T23:25:42.518Z[ recovery-image] Aug 10 23:25:41.364 INFO O| Aug 10 23:25:41.364 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-10T23:25:42.526Z[ recovery-image] Aug 10 23:25:41.374 INFO O| Aug 10 23:25:41.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39762024-08-10T23:25:42.528Z[ recovery-image] Aug 10 23:25:41.374 INFO O| Aug 10 23:25:41.374 INFO STEP 47 (remove_files) COMPLETE
39772024-08-10T23:25:42.529Z[ recovery-image] Aug 10 23:25:41.374 INFO O| Aug 10 23:25:41.374 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-10T23:25:42.536Z[ recovery-image] Aug 10 23:25:41.384 INFO O| Aug 10 23:25:41.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39792024-08-10T23:25:42.536Z[ recovery-image] Aug 10 23:25:41.384 INFO O| Aug 10 23:25:41.384 INFO STEP 48 (remove_files) COMPLETE
39802024-08-10T23:25:42.536Z[ recovery-image] Aug 10 23:25:41.384 INFO O| Aug 10 23:25:41.384 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-10T23:25:42.546Z[ recovery-image] Aug 10 23:25:41.394 INFO O| Aug 10 23:25:41.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39822024-08-10T23:25:42.546Z[ recovery-image] Aug 10 23:25:41.394 INFO O| Aug 10 23:25:41.394 INFO STEP 49 (remove_files) COMPLETE
39832024-08-10T23:25:42.546Z[ recovery-image] Aug 10 23:25:41.394 INFO O| Aug 10 23:25:41.394 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-10T23:25:42.556Z[ recovery-image] Aug 10 23:25:41.404 INFO O| Aug 10 23:25:41.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39852024-08-10T23:25:42.556Z[ recovery-image] Aug 10 23:25:41.404 INFO O| Aug 10 23:25:41.404 INFO STEP 50 (remove_files) COMPLETE
39862024-08-10T23:25:42.556Z[ recovery-image] Aug 10 23:25:41.404 INFO O| Aug 10 23:25:41.404 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-10T23:25:42.566Z[ recovery-image] Aug 10 23:25:41.414 INFO O| Aug 10 23:25:41.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39882024-08-10T23:25:42.566Z[ recovery-image] Aug 10 23:25:41.414 INFO O| Aug 10 23:25:41.414 INFO STEP 51 (remove_files) COMPLETE
39892024-08-10T23:25:42.569Z[ recovery-image] Aug 10 23:25:41.414 INFO O| Aug 10 23:25:41.414 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-10T23:25:42.576Z[ recovery-image] Aug 10 23:25:41.424 INFO O| Aug 10 23:25:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39912024-08-10T23:25:42.576Z[ recovery-image] Aug 10 23:25:41.424 INFO O| Aug 10 23:25:41.424 INFO STEP 52 (remove_files) COMPLETE
39922024-08-10T23:25:42.578Z[ recovery-image] Aug 10 23:25:41.424 INFO O| Aug 10 23:25:41.424 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-10T23:25:42.586Z[ recovery-image] Aug 10 23:25:41.433 INFO O| Aug 10 23:25:41.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39942024-08-10T23:25:42.588Z[ recovery-image] Aug 10 23:25:41.434 INFO O| Aug 10 23:25:41.434 INFO STEP 53 (remove_files) COMPLETE
39952024-08-10T23:25:42.588Z[ recovery-image] Aug 10 23:25:41.434 INFO O| Aug 10 23:25:41.434 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-10T23:25:42.596Z[ recovery-image] Aug 10 23:25:41.444 INFO O| Aug 10 23:25:41.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
39972024-08-10T23:25:42.599Z[ recovery-image] Aug 10 23:25:41.444 INFO O| Aug 10 23:25:41.444 INFO STEP 54 (remove_files) COMPLETE
39982024-08-10T23:25:42.599Z[ recovery-image] Aug 10 23:25:41.444 INFO O| Aug 10 23:25:41.444 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-10T23:25:42.606Z[ recovery-image] Aug 10 23:25:41.454 INFO O| Aug 10 23:25:41.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40002024-08-10T23:25:42.609Z[ recovery-image] Aug 10 23:25:41.454 INFO O| Aug 10 23:25:41.454 INFO STEP 55 (remove_files) COMPLETE
40012024-08-10T23:25:42.609Z[ recovery-image] Aug 10 23:25:41.454 INFO O| Aug 10 23:25:41.454 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-10T23:25:42.616Z[ recovery-image] Aug 10 23:25:41.464 INFO O| Aug 10 23:25:41.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40032024-08-10T23:25:42.619Z[ recovery-image] Aug 10 23:25:41.464 INFO O| Aug 10 23:25:41.464 INFO STEP 56 (remove_files) COMPLETE
40042024-08-10T23:25:42.619Z[ recovery-image] Aug 10 23:25:41.464 INFO O| Aug 10 23:25:41.464 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-10T23:25:42.626Z[ recovery-image] Aug 10 23:25:41.474 INFO O| Aug 10 23:25:41.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40062024-08-10T23:25:42.629Z[ recovery-image] Aug 10 23:25:41.474 INFO O| Aug 10 23:25:41.474 INFO STEP 57 (remove_files) COMPLETE
40072024-08-10T23:25:42.629Z[ recovery-image] Aug 10 23:25:41.474 INFO O| Aug 10 23:25:41.474 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-10T23:25:42.637Z[ recovery-image] Aug 10 23:25:41.485 INFO O| Aug 10 23:25:41.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40092024-08-10T23:25:42.637Z[ recovery-image] Aug 10 23:25:41.485 INFO O| Aug 10 23:25:41.485 INFO STEP 58 (remove_files) COMPLETE
40102024-08-10T23:25:42.640Z[ recovery-image] Aug 10 23:25:41.485 INFO O| Aug 10 23:25:41.485 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-10T23:25:42.647Z[ recovery-image] Aug 10 23:25:41.494 INFO O| Aug 10 23:25:41.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40122024-08-10T23:25:42.649Z[ recovery-image] Aug 10 23:25:41.494 INFO O| Aug 10 23:25:41.494 INFO STEP 59 (remove_files) COMPLETE
40132024-08-10T23:25:42.649Z[ recovery-image] Aug 10 23:25:41.495 INFO O| Aug 10 23:25:41.494 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-10T23:25:42.656Z[ recovery-image] Aug 10 23:25:41.504 INFO O| Aug 10 23:25:41.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40152024-08-10T23:25:42.656Z[ recovery-image] Aug 10 23:25:41.504 INFO O| Aug 10 23:25:41.504 INFO STEP 60 (remove_files) COMPLETE
40162024-08-10T23:25:42.656Z[ recovery-image] Aug 10 23:25:41.504 INFO O| Aug 10 23:25:41.504 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-10T23:25:42.666Z[ recovery-image] Aug 10 23:25:41.514 INFO O| Aug 10 23:25:41.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40182024-08-10T23:25:42.669Z[ recovery-image] Aug 10 23:25:41.514 INFO O| Aug 10 23:25:41.514 INFO STEP 61 (remove_files) COMPLETE
40192024-08-10T23:25:42.669Z[ recovery-image] Aug 10 23:25:41.514 INFO O| Aug 10 23:25:41.514 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-10T23:25:42.676Z[ recovery-image] Aug 10 23:25:41.523 INFO O| Aug 10 23:25:41.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40212024-08-10T23:25:42.678Z[ recovery-image] Aug 10 23:25:41.524 INFO O| Aug 10 23:25:41.524 INFO STEP 62 (remove_files) COMPLETE
40222024-08-10T23:25:42.678Z[ recovery-image] Aug 10 23:25:41.524 INFO O| Aug 10 23:25:41.524 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-10T23:25:42.685Z[ recovery-image] Aug 10 23:25:41.533 INFO O| Aug 10 23:25:41.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40242024-08-10T23:25:42.688Z[ recovery-image] Aug 10 23:25:41.533 INFO O| Aug 10 23:25:41.533 INFO STEP 63 (remove_files) COMPLETE
40252024-08-10T23:25:42.688Z[ recovery-image] Aug 10 23:25:41.533 INFO O| Aug 10 23:25:41.533 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-10T23:25:42.695Z[ recovery-image] Aug 10 23:25:41.542 INFO O| Aug 10 23:25:41.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40272024-08-10T23:25:42.697Z[ recovery-image] Aug 10 23:25:41.542 INFO O| Aug 10 23:25:41.542 INFO STEP 64 (remove_files) COMPLETE
40282024-08-10T23:25:42.697Z[ recovery-image] Aug 10 23:25:41.543 INFO O| Aug 10 23:25:41.542 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-10T23:25:42.704Z[ recovery-image] Aug 10 23:25:41.552 INFO O| Aug 10 23:25:41.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40302024-08-10T23:25:42.704Z[ recovery-image] Aug 10 23:25:41.552 INFO O| Aug 10 23:25:41.552 INFO STEP 65 (remove_files) COMPLETE
40312024-08-10T23:25:42.707Z[ recovery-image] Aug 10 23:25:41.552 INFO O| Aug 10 23:25:41.552 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-10T23:25:42.713Z[ recovery-image] Aug 10 23:25:41.561 INFO O| Aug 10 23:25:41.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40332024-08-10T23:25:42.713Z[ recovery-image] Aug 10 23:25:41.561 INFO O| Aug 10 23:25:41.561 INFO STEP 66 (remove_files) COMPLETE
40342024-08-10T23:25:42.714Z[ recovery-image] Aug 10 23:25:41.561 INFO O| Aug 10 23:25:41.561 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-10T23:25:42.723Z[ recovery-image] Aug 10 23:25:41.571 INFO O| Aug 10 23:25:41.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40362024-08-10T23:25:42.723Z[ recovery-image] Aug 10 23:25:41.571 INFO O| Aug 10 23:25:41.571 INFO STEP 67 (remove_files) COMPLETE
40372024-08-10T23:25:42.726Z[ recovery-image] Aug 10 23:25:41.571 INFO O| Aug 10 23:25:41.571 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-10T23:25:42.732Z[ recovery-image] Aug 10 23:25:41.580 INFO O| Aug 10 23:25:41.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40392024-08-10T23:25:42.732Z[ recovery-image] Aug 10 23:25:41.580 INFO O| Aug 10 23:25:41.580 INFO STEP 68 (remove_files) COMPLETE
40402024-08-10T23:25:42.735Z[ recovery-image] Aug 10 23:25:41.580 INFO O| Aug 10 23:25:41.580 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-10T23:25:42.742Z[ recovery-image] Aug 10 23:25:41.590 INFO O| Aug 10 23:25:41.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40422024-08-10T23:25:42.742Z[ recovery-image] Aug 10 23:25:41.590 INFO O| Aug 10 23:25:41.590 INFO STEP 69 (remove_files) COMPLETE
40432024-08-10T23:25:42.742Z[ recovery-image] Aug 10 23:25:41.590 INFO O| Aug 10 23:25:41.590 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-10T23:25:42.752Z[ recovery-image] Aug 10 23:25:41.600 INFO O| Aug 10 23:25:41.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40452024-08-10T23:25:42.752Z[ recovery-image] Aug 10 23:25:41.600 INFO O| Aug 10 23:25:41.600 INFO STEP 70 (remove_files) COMPLETE
40462024-08-10T23:25:42.756Z[ recovery-image] Aug 10 23:25:41.600 INFO O| Aug 10 23:25:41.600 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-10T23:25:42.761Z[ recovery-image] Aug 10 23:25:41.609 INFO O| Aug 10 23:25:41.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40482024-08-10T23:25:42.761Z[ recovery-image] Aug 10 23:25:41.609 INFO O| Aug 10 23:25:41.609 INFO STEP 71 (remove_files) COMPLETE
40492024-08-10T23:25:42.764Z[ recovery-image] Aug 10 23:25:41.609 INFO O| Aug 10 23:25:41.609 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-10T23:25:42.771Z[ recovery-image] Aug 10 23:25:41.619 INFO O| Aug 10 23:25:41.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40512024-08-10T23:25:42.771Z[ recovery-image] Aug 10 23:25:41.619 INFO O| Aug 10 23:25:41.619 INFO STEP 72 (remove_files) COMPLETE
40522024-08-10T23:25:42.774Z[ recovery-image] Aug 10 23:25:41.619 INFO O| Aug 10 23:25:41.619 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-10T23:25:42.780Z[ recovery-image] Aug 10 23:25:41.628 INFO O| Aug 10 23:25:41.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40542024-08-10T23:25:42.780Z[ recovery-image] Aug 10 23:25:41.628 INFO O| Aug 10 23:25:41.628 INFO STEP 73 (remove_files) COMPLETE
40552024-08-10T23:25:42.780Z[ recovery-image] Aug 10 23:25:41.628 INFO O| Aug 10 23:25:41.628 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-10T23:25:42.790Z[ recovery-image] Aug 10 23:25:41.637 INFO O| Aug 10 23:25:41.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40572024-08-10T23:25:42.792Z[ recovery-image] Aug 10 23:25:41.638 INFO O| Aug 10 23:25:41.637 INFO STEP 74 (remove_files) COMPLETE
40582024-08-10T23:25:42.792Z[ recovery-image] Aug 10 23:25:41.638 INFO O| Aug 10 23:25:41.638 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-10T23:25:42.800Z[ recovery-image] Aug 10 23:25:41.647 INFO O| Aug 10 23:25:41.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40602024-08-10T23:25:42.802Z[ recovery-image] Aug 10 23:25:41.647 INFO O| Aug 10 23:25:41.647 INFO STEP 75 (remove_files) COMPLETE
40612024-08-10T23:25:42.802Z[ recovery-image] Aug 10 23:25:41.647 INFO O| Aug 10 23:25:41.647 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-10T23:25:42.810Z[ recovery-image] Aug 10 23:25:41.657 INFO O| Aug 10 23:25:41.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40632024-08-10T23:25:42.812Z[ recovery-image] Aug 10 23:25:41.658 INFO O| Aug 10 23:25:41.658 INFO STEP 76 (remove_files) COMPLETE
40642024-08-10T23:25:42.812Z[ recovery-image] Aug 10 23:25:41.658 INFO O| Aug 10 23:25:41.658 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-10T23:25:42.820Z[ recovery-image] Aug 10 23:25:41.667 INFO O| Aug 10 23:25:41.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40662024-08-10T23:25:42.822Z[ recovery-image] Aug 10 23:25:41.667 INFO O| Aug 10 23:25:41.667 INFO STEP 77 (remove_files) COMPLETE
40672024-08-10T23:25:42.822Z[ recovery-image] Aug 10 23:25:41.668 INFO O| Aug 10 23:25:41.667 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-10T23:25:42.829Z[ recovery-image] Aug 10 23:25:41.677 INFO O| Aug 10 23:25:41.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40692024-08-10T23:25:42.832Z[ recovery-image] Aug 10 23:25:41.677 INFO O| Aug 10 23:25:41.677 INFO STEP 78 (remove_files) COMPLETE
40702024-08-10T23:25:42.832Z[ recovery-image] Aug 10 23:25:41.677 INFO O| Aug 10 23:25:41.677 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-08-10T23:25:42.839Z[ recovery-image] Aug 10 23:25:41.687 INFO O| Aug 10 23:25:41.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40722024-08-10T23:25:42.839Z[ recovery-image] Aug 10 23:25:41.687 INFO O| Aug 10 23:25:41.687 INFO STEP 79 (remove_files) COMPLETE
40732024-08-10T23:25:42.842Z[ recovery-image] Aug 10 23:25:41.687 INFO O| Aug 10 23:25:41.687 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-08-10T23:25:42.849Z[ recovery-image] Aug 10 23:25:41.697 INFO O| Aug 10 23:25:41.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40752024-08-10T23:25:42.852Z[ recovery-image] Aug 10 23:25:41.697 INFO O| Aug 10 23:25:41.697 INFO STEP 80 (remove_files) COMPLETE
40762024-08-10T23:25:42.852Z[ recovery-image] Aug 10 23:25:41.697 INFO O| Aug 10 23:25:41.697 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-10T23:25:42.858Z[ recovery-image] Aug 10 23:25:41.706 INFO O| Aug 10 23:25:41.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40782024-08-10T23:25:42.858Z[ recovery-image] Aug 10 23:25:41.706 INFO O| Aug 10 23:25:41.706 INFO STEP 81 (remove_files) COMPLETE
40792024-08-10T23:25:42.861Z[ recovery-image] Aug 10 23:25:41.706 INFO O| Aug 10 23:25:41.706 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-10T23:25:42.868Z[ recovery-image] Aug 10 23:25:41.716 INFO O| Aug 10 23:25:41.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40812024-08-10T23:25:42.871Z[ recovery-image] Aug 10 23:25:41.716 INFO O| Aug 10 23:25:41.716 INFO STEP 82 (remove_files) COMPLETE
40822024-08-10T23:25:42.871Z[ recovery-image] Aug 10 23:25:41.716 INFO O| Aug 10 23:25:41.716 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-10T23:25:42.879Z[ recovery-image] Aug 10 23:25:41.726 INFO O| Aug 10 23:25:41.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40842024-08-10T23:25:42.879Z[ recovery-image] Aug 10 23:25:41.726 INFO O| Aug 10 23:25:41.726 INFO STEP 83 (remove_files) COMPLETE
40852024-08-10T23:25:42.881Z[ recovery-image] Aug 10 23:25:41.726 INFO O| Aug 10 23:25:41.726 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-10T23:25:42.888Z[ recovery-image] Aug 10 23:25:41.736 INFO O| Aug 10 23:25:41.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40872024-08-10T23:25:42.888Z[ recovery-image] Aug 10 23:25:41.736 INFO O| Aug 10 23:25:41.736 INFO STEP 84 (remove_files) COMPLETE
40882024-08-10T23:25:42.891Z[ recovery-image] Aug 10 23:25:41.736 INFO O| Aug 10 23:25:41.736 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-10T23:25:42.898Z[ recovery-image] Aug 10 23:25:41.746 INFO O| Aug 10 23:25:41.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40902024-08-10T23:25:42.898Z[ recovery-image] Aug 10 23:25:41.746 INFO O| Aug 10 23:25:41.746 INFO STEP 85 (remove_files) COMPLETE
40912024-08-10T23:25:42.898Z[ recovery-image] Aug 10 23:25:41.746 INFO O| Aug 10 23:25:41.746 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-10T23:25:42.908Z[ recovery-image] Aug 10 23:25:41.756 INFO O| Aug 10 23:25:41.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40932024-08-10T23:25:42.909Z[ recovery-image] Aug 10 23:25:41.756 INFO O| Aug 10 23:25:41.756 INFO STEP 86 (remove_files) COMPLETE
40942024-08-10T23:25:42.911Z[ recovery-image] Aug 10 23:25:41.756 INFO O| Aug 10 23:25:41.756 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-10T23:25:42.918Z[ recovery-image] Aug 10 23:25:41.766 INFO O| Aug 10 23:25:41.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
40962024-08-10T23:25:42.921Z[ recovery-image] Aug 10 23:25:41.766 INFO O| Aug 10 23:25:41.766 INFO STEP 87 (remove_files) COMPLETE
40972024-08-10T23:25:42.921Z[ recovery-image] Aug 10 23:25:41.766 INFO O| Aug 10 23:25:41.766 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-10T23:25:42.928Z[ recovery-image] Aug 10 23:25:41.776 INFO O| Aug 10 23:25:41.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
40992024-08-10T23:25:42.928Z[ recovery-image] Aug 10 23:25:41.776 INFO O| Aug 10 23:25:41.776 INFO STEP 88 (remove_files) COMPLETE
41002024-08-10T23:25:42.931Z[ recovery-image] Aug 10 23:25:41.776 INFO O| Aug 10 23:25:41.776 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-10T23:25:42.938Z[ recovery-image] Aug 10 23:25:41.786 INFO O| Aug 10 23:25:41.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41022024-08-10T23:25:42.938Z[ recovery-image] Aug 10 23:25:41.786 INFO O| Aug 10 23:25:41.786 INFO STEP 89 (remove_files) COMPLETE
41032024-08-10T23:25:42.941Z[ recovery-image] Aug 10 23:25:41.786 INFO O| Aug 10 23:25:41.786 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-08-10T23:25:42.947Z[ recovery-image] Aug 10 23:25:41.795 INFO O| Aug 10 23:25:41.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41052024-08-10T23:25:42.947Z[ recovery-image] Aug 10 23:25:41.795 INFO O| Aug 10 23:25:41.795 INFO STEP 90 (remove_files) COMPLETE
41062024-08-10T23:25:42.950Z[ recovery-image] Aug 10 23:25:41.795 INFO O| Aug 10 23:25:41.795 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-10T23:25:42.957Z[ recovery-image] Aug 10 23:25:41.805 INFO O| Aug 10 23:25:41.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41082024-08-10T23:25:42.957Z[ recovery-image] Aug 10 23:25:41.805 INFO O| Aug 10 23:25:41.805 INFO STEP 91 (remove_files) COMPLETE
41092024-08-10T23:25:42.960Z[ recovery-image] Aug 10 23:25:41.805 INFO O| Aug 10 23:25:41.805 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-10T23:25:42.967Z[ recovery-image] Aug 10 23:25:41.814 INFO O| Aug 10 23:25:41.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41112024-08-10T23:25:42.969Z[ recovery-image] Aug 10 23:25:41.814 INFO O| Aug 10 23:25:41.814 INFO STEP 92 (remove_files) COMPLETE
41122024-08-10T23:25:42.969Z[ recovery-image] Aug 10 23:25:41.815 INFO O| Aug 10 23:25:41.814 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-10T23:25:42.978Z[ recovery-image] Aug 10 23:25:41.824 INFO O| Aug 10 23:25:41.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41142024-08-10T23:25:42.978Z[ recovery-image] Aug 10 23:25:41.824 INFO O| Aug 10 23:25:41.824 INFO STEP 93 (remove_files) COMPLETE
41152024-08-10T23:25:42.980Z[ recovery-image] Aug 10 23:25:41.824 INFO O| Aug 10 23:25:41.824 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-10T23:25:42.986Z[ recovery-image] Aug 10 23:25:41.834 INFO O| Aug 10 23:25:41.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41172024-08-10T23:25:42.989Z[ recovery-image] Aug 10 23:25:41.834 INFO O| Aug 10 23:25:41.834 INFO STEP 94 (remove_files) COMPLETE
41182024-08-10T23:25:42.989Z[ recovery-image] Aug 10 23:25:41.834 INFO O| Aug 10 23:25:41.834 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-10T23:25:42.996Z[ recovery-image] Aug 10 23:25:41.844 INFO O| Aug 10 23:25:41.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41202024-08-10T23:25:42.996Z[ recovery-image] Aug 10 23:25:41.844 INFO O| Aug 10 23:25:41.844 INFO STEP 95 (remove_files) COMPLETE
41212024-08-10T23:25:42.999Z[ recovery-image] Aug 10 23:25:41.844 INFO O| Aug 10 23:25:41.844 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-10T23:25:43.006Z[ recovery-image] Aug 10 23:25:41.853 INFO O| Aug 10 23:25:41.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41232024-08-10T23:25:43.008Z[ recovery-image] Aug 10 23:25:41.854 INFO O| Aug 10 23:25:41.853 INFO STEP 96 (remove_files) COMPLETE
41242024-08-10T23:25:43.008Z[ recovery-image] Aug 10 23:25:41.854 INFO O| Aug 10 23:25:41.853 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-10T23:25:43.015Z[ recovery-image] Aug 10 23:25:41.863 INFO O| Aug 10 23:25:41.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41262024-08-10T23:25:43.015Z[ recovery-image] Aug 10 23:25:41.863 INFO O| Aug 10 23:25:41.863 INFO STEP 97 (remove_files) COMPLETE
41272024-08-10T23:25:43.015Z[ recovery-image] Aug 10 23:25:41.863 INFO O| Aug 10 23:25:41.863 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-08-10T23:25:43.025Z[ recovery-image] Aug 10 23:25:41.873 INFO O| Aug 10 23:25:41.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41292024-08-10T23:25:43.025Z[ recovery-image] Aug 10 23:25:41.873 INFO O| Aug 10 23:25:41.873 INFO STEP 98 (remove_files) COMPLETE
41302024-08-10T23:25:43.028Z[ recovery-image] Aug 10 23:25:41.873 INFO O| Aug 10 23:25:41.873 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-08-10T23:25:43.035Z[ recovery-image] Aug 10 23:25:41.882 INFO O| Aug 10 23:25:41.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41322024-08-10T23:25:43.037Z[ recovery-image] Aug 10 23:25:41.883 INFO O| Aug 10 23:25:41.883 INFO STEP 99 (remove_files) COMPLETE
41332024-08-10T23:25:43.037Z[ recovery-image] Aug 10 23:25:41.883 INFO O| Aug 10 23:25:41.883 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-08-10T23:25:43.046Z[ recovery-image] Aug 10 23:25:41.893 INFO O| Aug 10 23:25:41.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41352024-08-10T23:25:43.046Z[ recovery-image] Aug 10 23:25:41.894 INFO O| Aug 10 23:25:41.893 INFO STEP 100 (remove_files) COMPLETE
41362024-08-10T23:25:43.046Z[ recovery-image] Aug 10 23:25:41.894 INFO O| Aug 10 23:25:41.893 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-10T23:25:43.056Z[ recovery-image] Aug 10 23:25:41.904 INFO O| Aug 10 23:25:41.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41382024-08-10T23:25:43.059Z[ recovery-image] Aug 10 23:25:41.904 INFO O| Aug 10 23:25:41.904 INFO STEP 101 (remove_files) COMPLETE
41392024-08-10T23:25:43.059Z[ recovery-image] Aug 10 23:25:41.904 INFO O| Aug 10 23:25:41.904 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-10T23:25:43.067Z[ recovery-image] Aug 10 23:25:41.915 INFO O| Aug 10 23:25:41.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41412024-08-10T23:25:43.070Z[ recovery-image] Aug 10 23:25:41.915 INFO O| Aug 10 23:25:41.915 INFO STEP 102 (remove_files) COMPLETE
41422024-08-10T23:25:43.070Z[ recovery-image] Aug 10 23:25:41.915 INFO O| Aug 10 23:25:41.915 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-08-10T23:25:43.079Z[ recovery-image] Aug 10 23:25:41.927 INFO O| Aug 10 23:25:41.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41442024-08-10T23:25:43.079Z[ recovery-image] Aug 10 23:25:41.927 INFO O| Aug 10 23:25:41.927 INFO STEP 103 (remove_files) COMPLETE
41452024-08-10T23:25:43.079Z[ recovery-image] Aug 10 23:25:41.927 INFO O| Aug 10 23:25:41.927 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-08-10T23:25:43.089Z[ recovery-image] Aug 10 23:25:41.936 INFO O| Aug 10 23:25:41.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41472024-08-10T23:25:43.089Z[ recovery-image] Aug 10 23:25:41.936 INFO O| Aug 10 23:25:41.936 INFO STEP 104 (remove_files) COMPLETE
41482024-08-10T23:25:43.091Z[ recovery-image] Aug 10 23:25:41.936 INFO O| Aug 10 23:25:41.936 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-08-10T23:25:43.098Z[ recovery-image] Aug 10 23:25:41.946 INFO O| Aug 10 23:25:41.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41502024-08-10T23:25:43.101Z[ recovery-image] Aug 10 23:25:41.946 INFO O| Aug 10 23:25:41.946 INFO STEP 105 (remove_files) COMPLETE
41512024-08-10T23:25:43.101Z[ recovery-image] Aug 10 23:25:41.946 INFO O| Aug 10 23:25:41.946 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-08-10T23:25:43.110Z[ recovery-image] Aug 10 23:25:41.958 INFO O| Aug 10 23:25:41.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41532024-08-10T23:25:43.110Z[ recovery-image] Aug 10 23:25:41.958 INFO O| Aug 10 23:25:41.958 INFO STEP 106 (remove_files) COMPLETE
41542024-08-10T23:25:43.110Z[ recovery-image] Aug 10 23:25:41.958 INFO O| Aug 10 23:25:41.958 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-08-10T23:25:43.120Z[ recovery-image] Aug 10 23:25:41.968 INFO O| Aug 10 23:25:41.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41562024-08-10T23:25:43.123Z[ recovery-image] Aug 10 23:25:41.968 INFO O| Aug 10 23:25:41.968 INFO STEP 107 (remove_files) COMPLETE
41572024-08-10T23:25:43.123Z[ recovery-image] Aug 10 23:25:41.968 INFO O| Aug 10 23:25:41.968 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-08-10T23:25:43.130Z[ recovery-image] Aug 10 23:25:41.978 INFO O| Aug 10 23:25:41.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41592024-08-10T23:25:43.133Z[ recovery-image] Aug 10 23:25:41.978 INFO O| Aug 10 23:25:41.978 INFO STEP 108 (remove_files) COMPLETE
41602024-08-10T23:25:43.133Z[ recovery-image] Aug 10 23:25:41.978 INFO O| Aug 10 23:25:41.978 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-08-10T23:25:43.141Z[ recovery-image] Aug 10 23:25:41.989 INFO O| Aug 10 23:25:41.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41622024-08-10T23:25:43.144Z[ recovery-image] Aug 10 23:25:41.989 INFO O| Aug 10 23:25:41.989 INFO STEP 109 (remove_files) COMPLETE
41632024-08-10T23:25:43.144Z[ recovery-image] Aug 10 23:25:41.989 INFO O| Aug 10 23:25:41.989 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-08-10T23:25:43.152Z[ recovery-image] Aug 10 23:25:41.999 INFO O| Aug 10 23:25:41.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41652024-08-10T23:25:43.154Z[ recovery-image] Aug 10 23:25:41.999 INFO O| Aug 10 23:25:41.999 INFO STEP 110 (remove_files) COMPLETE
41662024-08-10T23:25:43.154Z[ recovery-image] Aug 10 23:25:41.999 INFO O| Aug 10 23:25:41.999 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-08-10T23:25:43.162Z[ recovery-image] Aug 10 23:25:42.010 INFO O| Aug 10 23:25:42.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41682024-08-10T23:25:43.162Z[ recovery-image] Aug 10 23:25:42.010 INFO O| Aug 10 23:25:42.010 INFO STEP 111 (remove_files) COMPLETE
41692024-08-10T23:25:43.165Z[ recovery-image] Aug 10 23:25:42.010 INFO O| Aug 10 23:25:42.010 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-08-10T23:25:43.172Z[ recovery-image] Aug 10 23:25:42.020 INFO O| Aug 10 23:25:42.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41712024-08-10T23:25:43.172Z[ recovery-image] Aug 10 23:25:42.020 INFO O| Aug 10 23:25:42.020 INFO STEP 112 (remove_files) COMPLETE
41722024-08-10T23:25:43.172Z[ recovery-image] Aug 10 23:25:42.020 INFO O| Aug 10 23:25:42.020 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-08-10T23:25:43.182Z[ recovery-image] Aug 10 23:25:42.030 INFO O| Aug 10 23:25:42.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41742024-08-10T23:25:43.185Z[ recovery-image] Aug 10 23:25:42.030 INFO O| Aug 10 23:25:42.030 INFO STEP 113 (remove_files) COMPLETE
41752024-08-10T23:25:43.185Z[ recovery-image] Aug 10 23:25:42.030 INFO O| Aug 10 23:25:42.030 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-08-10T23:25:43.192Z[ recovery-image] Aug 10 23:25:42.040 INFO O| Aug 10 23:25:42.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41772024-08-10T23:25:43.192Z[ recovery-image] Aug 10 23:25:42.040 INFO O| Aug 10 23:25:42.040 INFO STEP 114 (remove_files) COMPLETE
41782024-08-10T23:25:43.195Z[ recovery-image] Aug 10 23:25:42.040 INFO O| Aug 10 23:25:42.040 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-08-10T23:25:43.202Z[ recovery-image] Aug 10 23:25:42.050 INFO O| Aug 10 23:25:42.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41802024-08-10T23:25:43.202Z[ recovery-image] Aug 10 23:25:42.050 INFO O| Aug 10 23:25:42.050 INFO STEP 115 (remove_files) COMPLETE
41812024-08-10T23:25:43.205Z[ recovery-image] Aug 10 23:25:42.050 INFO O| Aug 10 23:25:42.050 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-08-10T23:25:43.212Z[ recovery-image] Aug 10 23:25:42.060 INFO O| Aug 10 23:25:42.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41832024-08-10T23:25:43.215Z[ recovery-image] Aug 10 23:25:42.060 INFO O| Aug 10 23:25:42.060 INFO STEP 116 (remove_files) COMPLETE
41842024-08-10T23:25:43.215Z[ recovery-image] Aug 10 23:25:42.060 INFO O| Aug 10 23:25:42.060 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-08-10T23:25:43.221Z[ recovery-image] Aug 10 23:25:42.069 INFO O| Aug 10 23:25:42.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41862024-08-10T23:25:43.224Z[ recovery-image] Aug 10 23:25:42.069 INFO O| Aug 10 23:25:42.069 INFO STEP 117 (remove_files) COMPLETE
41872024-08-10T23:25:43.224Z[ recovery-image] Aug 10 23:25:42.069 INFO O| Aug 10 23:25:42.069 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-08-10T23:25:43.231Z[ recovery-image] Aug 10 23:25:42.079 INFO O| Aug 10 23:25:42.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41892024-08-10T23:25:43.231Z[ recovery-image] Aug 10 23:25:42.079 INFO O| Aug 10 23:25:42.079 INFO STEP 118 (remove_files) COMPLETE
41902024-08-10T23:25:43.234Z[ recovery-image] Aug 10 23:25:42.079 INFO O| Aug 10 23:25:42.079 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-08-10T23:25:43.241Z[ recovery-image] Aug 10 23:25:42.088 INFO O| Aug 10 23:25:42.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41922024-08-10T23:25:43.241Z[ recovery-image] Aug 10 23:25:42.088 INFO O| Aug 10 23:25:42.088 INFO STEP 119 (remove_files) COMPLETE
41932024-08-10T23:25:43.243Z[ recovery-image] Aug 10 23:25:42.088 INFO O| Aug 10 23:25:42.088 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-08-10T23:25:43.251Z[ recovery-image] Aug 10 23:25:42.098 INFO O| Aug 10 23:25:42.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
41952024-08-10T23:25:43.253Z[ recovery-image] Aug 10 23:25:42.098 INFO O| Aug 10 23:25:42.098 INFO STEP 120 (remove_files) COMPLETE
41962024-08-10T23:25:43.253Z[ recovery-image] Aug 10 23:25:42.098 INFO O| Aug 10 23:25:42.098 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-08-10T23:25:43.260Z[ recovery-image] Aug 10 23:25:42.108 INFO O| Aug 10 23:25:42.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
41982024-08-10T23:25:43.260Z[ recovery-image] Aug 10 23:25:42.108 INFO O| Aug 10 23:25:42.108 INFO STEP 121 (remove_files) COMPLETE
41992024-08-10T23:25:43.263Z[ recovery-image] Aug 10 23:25:42.108 INFO O| Aug 10 23:25:42.108 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-08-10T23:25:43.270Z[ recovery-image] Aug 10 23:25:42.118 INFO O| Aug 10 23:25:42.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42012024-08-10T23:25:43.270Z[ recovery-image] Aug 10 23:25:42.118 INFO O| Aug 10 23:25:42.118 INFO STEP 122 (remove_files) COMPLETE
42022024-08-10T23:25:43.273Z[ recovery-image] Aug 10 23:25:42.118 INFO O| Aug 10 23:25:42.118 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-08-10T23:25:43.279Z[ recovery-image] Aug 10 23:25:42.127 INFO O| Aug 10 23:25:42.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42042024-08-10T23:25:43.279Z[ recovery-image] Aug 10 23:25:42.127 INFO O| Aug 10 23:25:42.127 INFO STEP 123 (remove_files) COMPLETE
42052024-08-10T23:25:43.282Z[ recovery-image] Aug 10 23:25:42.127 INFO O| Aug 10 23:25:42.127 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-08-10T23:25:43.292Z[ recovery-image] Aug 10 23:25:42.139 INFO O| Aug 10 23:25:42.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42072024-08-10T23:25:43.292Z[ recovery-image] Aug 10 23:25:42.139 INFO O| Aug 10 23:25:42.139 INFO STEP 124 (remove_files) COMPLETE
42082024-08-10T23:25:43.295Z[ recovery-image] Aug 10 23:25:42.139 INFO O| Aug 10 23:25:42.139 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-08-10T23:25:43.301Z[ recovery-image] Aug 10 23:25:42.149 INFO O| Aug 10 23:25:42.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42102024-08-10T23:25:43.304Z[ recovery-image] Aug 10 23:25:42.149 INFO O| Aug 10 23:25:42.149 INFO STEP 125 (remove_files) COMPLETE
42112024-08-10T23:25:43.304Z[ recovery-image] Aug 10 23:25:42.149 INFO O| Aug 10 23:25:42.149 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-08-10T23:25:43.311Z[ recovery-image] Aug 10 23:25:42.159 INFO O| Aug 10 23:25:42.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42132024-08-10T23:25:43.311Z[ recovery-image] Aug 10 23:25:42.159 INFO O| Aug 10 23:25:42.159 INFO STEP 126 (remove_files) COMPLETE
42142024-08-10T23:25:43.313Z[ recovery-image] Aug 10 23:25:42.159 INFO O| Aug 10 23:25:42.159 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-08-10T23:25:43.322Z[ recovery-image] Aug 10 23:25:42.170 INFO O| Aug 10 23:25:42.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42162024-08-10T23:25:43.322Z[ recovery-image] Aug 10 23:25:42.170 INFO O| Aug 10 23:25:42.170 INFO STEP 127 (remove_files) COMPLETE
42172024-08-10T23:25:43.325Z[ recovery-image] Aug 10 23:25:42.170 INFO O| Aug 10 23:25:42.170 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-08-10T23:25:43.332Z[ recovery-image] Aug 10 23:25:42.180 INFO O| Aug 10 23:25:42.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42192024-08-10T23:25:43.332Z[ recovery-image] Aug 10 23:25:42.180 INFO O| Aug 10 23:25:42.180 INFO STEP 128 (remove_files) COMPLETE
42202024-08-10T23:25:43.335Z[ recovery-image] Aug 10 23:25:42.180 INFO O| Aug 10 23:25:42.180 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-08-10T23:25:43.342Z[ recovery-image] Aug 10 23:25:42.190 INFO O| Aug 10 23:25:42.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42222024-08-10T23:25:43.342Z[ recovery-image] Aug 10 23:25:42.190 INFO O| Aug 10 23:25:42.190 INFO STEP 129 (remove_files) COMPLETE
42232024-08-10T23:25:43.345Z[ recovery-image] Aug 10 23:25:42.190 INFO O| Aug 10 23:25:42.190 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-08-10T23:25:43.352Z[ recovery-image] Aug 10 23:25:42.200 INFO O| Aug 10 23:25:42.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42252024-08-10T23:25:43.352Z[ recovery-image] Aug 10 23:25:42.200 INFO O| Aug 10 23:25:42.200 INFO STEP 130 (remove_files) COMPLETE
42262024-08-10T23:25:43.352Z[ recovery-image] Aug 10 23:25:42.200 INFO O| Aug 10 23:25:42.200 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-08-10T23:25:43.362Z[ recovery-image] Aug 10 23:25:42.210 INFO O| Aug 10 23:25:42.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42282024-08-10T23:25:43.362Z[ recovery-image] Aug 10 23:25:42.210 INFO O| Aug 10 23:25:42.210 INFO STEP 131 (remove_files) COMPLETE
42292024-08-10T23:25:43.362Z[ recovery-image] Aug 10 23:25:42.210 INFO O| Aug 10 23:25:42.210 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-08-10T23:25:43.372Z[ recovery-image] Aug 10 23:25:42.220 INFO O| Aug 10 23:25:42.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42312024-08-10T23:25:43.372Z[ recovery-image] Aug 10 23:25:42.220 INFO O| Aug 10 23:25:42.220 INFO STEP 132 (remove_files) COMPLETE
42322024-08-10T23:25:43.375Z[ recovery-image] Aug 10 23:25:42.220 INFO O| Aug 10 23:25:42.220 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-08-10T23:25:43.382Z[ recovery-image] Aug 10 23:25:42.230 INFO O| Aug 10 23:25:42.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42342024-08-10T23:25:43.382Z[ recovery-image] Aug 10 23:25:42.230 INFO O| Aug 10 23:25:42.230 INFO STEP 133 (remove_files) COMPLETE
42352024-08-10T23:25:43.385Z[ recovery-image] Aug 10 23:25:42.230 INFO O| Aug 10 23:25:42.230 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-08-10T23:25:43.392Z[ recovery-image] Aug 10 23:25:42.240 INFO O| Aug 10 23:25:42.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42372024-08-10T23:25:43.392Z[ recovery-image] Aug 10 23:25:42.240 INFO O| Aug 10 23:25:42.240 INFO STEP 134 (remove_files) COMPLETE
42382024-08-10T23:25:43.395Z[ recovery-image] Aug 10 23:25:42.240 INFO O| Aug 10 23:25:42.240 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-08-10T23:25:43.402Z[ recovery-image] Aug 10 23:25:42.250 INFO O| Aug 10 23:25:42.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42402024-08-10T23:25:43.402Z[ recovery-image] Aug 10 23:25:42.250 INFO O| Aug 10 23:25:42.250 INFO STEP 135 (remove_files) COMPLETE
42412024-08-10T23:25:43.405Z[ recovery-image] Aug 10 23:25:42.250 INFO O| Aug 10 23:25:42.250 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-08-10T23:25:43.412Z[ recovery-image] Aug 10 23:25:42.259 INFO O| Aug 10 23:25:42.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42432024-08-10T23:25:43.415Z[ recovery-image] Aug 10 23:25:42.260 INFO O| Aug 10 23:25:42.260 INFO STEP 136 (remove_files) COMPLETE
42442024-08-10T23:25:43.415Z[ recovery-image] Aug 10 23:25:42.260 INFO O| Aug 10 23:25:42.260 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-08-10T23:25:43.421Z[ recovery-image] Aug 10 23:25:42.269 INFO O| Aug 10 23:25:42.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42462024-08-10T23:25:43.421Z[ recovery-image] Aug 10 23:25:42.269 INFO O| Aug 10 23:25:42.269 INFO STEP 137 (remove_files) COMPLETE
42472024-08-10T23:25:43.424Z[ recovery-image] Aug 10 23:25:42.269 INFO O| Aug 10 23:25:42.269 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-08-10T23:25:43.431Z[ recovery-image] Aug 10 23:25:42.278 INFO O| Aug 10 23:25:42.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42492024-08-10T23:25:43.431Z[ recovery-image] Aug 10 23:25:42.278 INFO O| Aug 10 23:25:42.278 INFO STEP 138 (remove_files) COMPLETE
42502024-08-10T23:25:43.433Z[ recovery-image] Aug 10 23:25:42.279 INFO O| Aug 10 23:25:42.278 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-08-10T23:25:43.440Z[ recovery-image] Aug 10 23:25:42.288 INFO O| Aug 10 23:25:42.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42522024-08-10T23:25:43.440Z[ recovery-image] Aug 10 23:25:42.288 INFO O| Aug 10 23:25:42.288 INFO STEP 139 (remove_files) COMPLETE
42532024-08-10T23:25:43.440Z[ recovery-image] Aug 10 23:25:42.288 INFO O| Aug 10 23:25:42.288 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-08-10T23:25:43.450Z[ recovery-image] Aug 10 23:25:42.298 INFO O| Aug 10 23:25:42.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42552024-08-10T23:25:43.453Z[ recovery-image] Aug 10 23:25:42.298 INFO O| Aug 10 23:25:42.298 INFO STEP 140 (remove_files) COMPLETE
42562024-08-10T23:25:43.453Z[ recovery-image] Aug 10 23:25:42.298 INFO O| Aug 10 23:25:42.298 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-08-10T23:25:43.459Z[ recovery-image] Aug 10 23:25:42.307 INFO O| Aug 10 23:25:42.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42582024-08-10T23:25:43.459Z[ recovery-image] Aug 10 23:25:42.307 INFO O| Aug 10 23:25:42.307 INFO STEP 141 (remove_files) COMPLETE
42592024-08-10T23:25:43.459Z[ recovery-image] Aug 10 23:25:42.307 INFO O| Aug 10 23:25:42.307 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-08-10T23:25:43.469Z[ recovery-image] Aug 10 23:25:42.316 INFO O| Aug 10 23:25:42.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42612024-08-10T23:25:43.469Z[ recovery-image] Aug 10 23:25:42.317 INFO O| Aug 10 23:25:42.317 INFO STEP 142 (remove_files) COMPLETE
42622024-08-10T23:25:43.469Z[ recovery-image] Aug 10 23:25:42.317 INFO O| Aug 10 23:25:42.317 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-08-10T23:25:43.479Z[ recovery-image] Aug 10 23:25:42.326 INFO O| Aug 10 23:25:42.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42642024-08-10T23:25:43.479Z[ recovery-image] Aug 10 23:25:42.326 INFO O| Aug 10 23:25:42.326 INFO STEP 143 (remove_files) COMPLETE
42652024-08-10T23:25:43.482Z[ recovery-image] Aug 10 23:25:42.326 INFO O| Aug 10 23:25:42.326 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-08-10T23:25:43.488Z[ recovery-image] Aug 10 23:25:42.336 INFO O| Aug 10 23:25:42.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42672024-08-10T23:25:43.488Z[ recovery-image] Aug 10 23:25:42.336 INFO O| Aug 10 23:25:42.336 INFO STEP 144 (remove_files) COMPLETE
42682024-08-10T23:25:43.491Z[ recovery-image] Aug 10 23:25:42.336 INFO O| Aug 10 23:25:42.336 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-08-10T23:25:43.498Z[ recovery-image] Aug 10 23:25:42.345 INFO O| Aug 10 23:25:42.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42702024-08-10T23:25:43.498Z[ recovery-image] Aug 10 23:25:42.345 INFO O| Aug 10 23:25:42.345 INFO STEP 145 (remove_files) COMPLETE
42712024-08-10T23:25:43.501Z[ recovery-image] Aug 10 23:25:42.345 INFO O| Aug 10 23:25:42.345 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-08-10T23:25:43.507Z[ recovery-image] Aug 10 23:25:42.355 INFO O| Aug 10 23:25:42.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42732024-08-10T23:25:43.510Z[ recovery-image] Aug 10 23:25:42.355 INFO O| Aug 10 23:25:42.355 INFO STEP 146 (remove_files) COMPLETE
42742024-08-10T23:25:43.510Z[ recovery-image] Aug 10 23:25:42.355 INFO O| Aug 10 23:25:42.355 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-08-10T23:25:43.518Z[ recovery-image] Aug 10 23:25:42.366 INFO O| Aug 10 23:25:42.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42762024-08-10T23:25:43.521Z[ recovery-image] Aug 10 23:25:42.366 INFO O| Aug 10 23:25:42.366 INFO STEP 147 (remove_files) COMPLETE
42772024-08-10T23:25:43.521Z[ recovery-image] Aug 10 23:25:42.366 INFO O| Aug 10 23:25:42.366 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-08-10T23:25:43.528Z[ recovery-image] Aug 10 23:25:42.375 INFO O| Aug 10 23:25:42.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42792024-08-10T23:25:43.530Z[ recovery-image] Aug 10 23:25:42.375 INFO O| Aug 10 23:25:42.375 INFO STEP 148 (remove_files) COMPLETE
42802024-08-10T23:25:43.530Z[ recovery-image] Aug 10 23:25:42.375 INFO O| Aug 10 23:25:42.375 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-08-10T23:25:43.537Z[ recovery-image] Aug 10 23:25:42.385 INFO O| Aug 10 23:25:42.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42822024-08-10T23:25:43.537Z[ recovery-image] Aug 10 23:25:42.385 INFO O| Aug 10 23:25:42.385 INFO STEP 149 (remove_files) COMPLETE
42832024-08-10T23:25:43.540Z[ recovery-image] Aug 10 23:25:42.385 INFO O| Aug 10 23:25:42.385 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-08-10T23:25:43.547Z[ recovery-image] Aug 10 23:25:42.394 INFO O| Aug 10 23:25:42.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42852024-08-10T23:25:43.547Z[ recovery-image] Aug 10 23:25:42.394 INFO O| Aug 10 23:25:42.394 INFO STEP 150 (remove_files) COMPLETE
42862024-08-10T23:25:43.549Z[ recovery-image] Aug 10 23:25:42.394 INFO O| Aug 10 23:25:42.394 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-08-10T23:25:43.558Z[ recovery-image] Aug 10 23:25:42.404 INFO O| Aug 10 23:25:42.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42882024-08-10T23:25:43.558Z[ recovery-image] Aug 10 23:25:42.404 INFO O| Aug 10 23:25:42.404 INFO STEP 151 (remove_files) COMPLETE
42892024-08-10T23:25:43.558Z[ recovery-image] Aug 10 23:25:42.404 INFO O| Aug 10 23:25:42.404 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-08-10T23:25:43.565Z[ recovery-image] Aug 10 23:25:42.413 INFO O| Aug 10 23:25:42.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
42912024-08-10T23:25:43.568Z[ recovery-image] Aug 10 23:25:42.413 INFO O| Aug 10 23:25:42.413 INFO STEP 152 (remove_files) COMPLETE
42922024-08-10T23:25:43.568Z[ recovery-image] Aug 10 23:25:42.413 INFO O| Aug 10 23:25:42.413 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-08-10T23:25:43.575Z[ recovery-image] Aug 10 23:25:42.422 INFO O| Aug 10 23:25:42.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
42942024-08-10T23:25:43.577Z[ recovery-image] Aug 10 23:25:42.423 INFO O| Aug 10 23:25:42.423 INFO STEP 153 (remove_files) COMPLETE
42952024-08-10T23:25:43.577Z[ recovery-image] Aug 10 23:25:42.423 INFO O| Aug 10 23:25:42.423 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-08-10T23:25:43.584Z[ recovery-image] Aug 10 23:25:42.432 INFO O| Aug 10 23:25:42.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
42972024-08-10T23:25:43.584Z[ recovery-image] Aug 10 23:25:42.432 INFO O| Aug 10 23:25:42.432 INFO STEP 154 (remove_files) COMPLETE
42982024-08-10T23:25:43.584Z[ recovery-image] Aug 10 23:25:42.432 INFO O| Aug 10 23:25:42.432 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-08-10T23:25:43.594Z[ recovery-image] Aug 10 23:25:42.441 INFO O| Aug 10 23:25:42.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43002024-08-10T23:25:43.594Z[ recovery-image] Aug 10 23:25:42.441 INFO O| Aug 10 23:25:42.441 INFO STEP 155 (remove_files) COMPLETE
43012024-08-10T23:25:43.596Z[ recovery-image] Aug 10 23:25:42.441 INFO O| Aug 10 23:25:42.441 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-08-10T23:25:43.603Z[ recovery-image] Aug 10 23:25:42.451 INFO O| Aug 10 23:25:42.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43032024-08-10T23:25:43.603Z[ recovery-image] Aug 10 23:25:42.451 INFO O| Aug 10 23:25:42.451 INFO STEP 156 (remove_files) COMPLETE
43042024-08-10T23:25:43.603Z[ recovery-image] Aug 10 23:25:42.451 INFO O| Aug 10 23:25:42.451 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-08-10T23:25:43.612Z[ recovery-image] Aug 10 23:25:42.460 INFO O| Aug 10 23:25:42.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43062024-08-10T23:25:43.615Z[ recovery-image] Aug 10 23:25:42.460 INFO O| Aug 10 23:25:42.460 INFO STEP 157 (remove_files) COMPLETE
43072024-08-10T23:25:43.615Z[ recovery-image] Aug 10 23:25:42.460 INFO O| Aug 10 23:25:42.460 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-08-10T23:25:43.622Z[ recovery-image] Aug 10 23:25:42.470 INFO O| Aug 10 23:25:42.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43092024-08-10T23:25:43.625Z[ recovery-image] Aug 10 23:25:42.470 INFO O| Aug 10 23:25:42.470 INFO STEP 158 (remove_files) COMPLETE
43102024-08-10T23:25:43.625Z[ recovery-image] Aug 10 23:25:42.470 INFO O| Aug 10 23:25:42.470 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-08-10T23:25:43.631Z[ recovery-image] Aug 10 23:25:42.479 INFO O| Aug 10 23:25:42.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43122024-08-10T23:25:43.631Z[ recovery-image] Aug 10 23:25:42.479 INFO O| Aug 10 23:25:42.479 INFO STEP 159 (remove_files) COMPLETE
43132024-08-10T23:25:43.634Z[ recovery-image] Aug 10 23:25:42.479 INFO O| Aug 10 23:25:42.479 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-08-10T23:25:43.641Z[ recovery-image] Aug 10 23:25:42.489 INFO O| Aug 10 23:25:42.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43152024-08-10T23:25:43.641Z[ recovery-image] Aug 10 23:25:42.489 INFO O| Aug 10 23:25:42.489 INFO STEP 160 (remove_files) COMPLETE
43162024-08-10T23:25:43.641Z[ recovery-image] Aug 10 23:25:42.489 INFO O| Aug 10 23:25:42.489 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-08-10T23:25:43.650Z[ recovery-image] Aug 10 23:25:42.498 INFO O| Aug 10 23:25:42.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43182024-08-10T23:25:43.650Z[ recovery-image] Aug 10 23:25:42.498 INFO O| Aug 10 23:25:42.498 INFO STEP 161 (remove_files) COMPLETE
43192024-08-10T23:25:43.653Z[ recovery-image] Aug 10 23:25:42.498 INFO O| Aug 10 23:25:42.498 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-08-10T23:25:43.660Z[ recovery-image] Aug 10 23:25:42.507 INFO O| Aug 10 23:25:42.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43212024-08-10T23:25:43.660Z[ recovery-image] Aug 10 23:25:42.507 INFO O| Aug 10 23:25:42.507 INFO STEP 162 (remove_files) COMPLETE
43222024-08-10T23:25:43.660Z[ recovery-image] Aug 10 23:25:42.508 INFO O| Aug 10 23:25:42.507 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-08-10T23:25:43.669Z[ recovery-image] Aug 10 23:25:42.517 INFO O| Aug 10 23:25:42.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43242024-08-10T23:25:43.669Z[ recovery-image] Aug 10 23:25:42.517 INFO O| Aug 10 23:25:42.517 INFO STEP 163 (remove_files) COMPLETE
43252024-08-10T23:25:43.672Z[ recovery-image] Aug 10 23:25:42.517 INFO O| Aug 10 23:25:42.517 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-08-10T23:25:43.679Z[ recovery-image] Aug 10 23:25:42.526 INFO O| Aug 10 23:25:42.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43272024-08-10T23:25:43.681Z[ recovery-image] Aug 10 23:25:42.526 INFO O| Aug 10 23:25:42.526 INFO STEP 164 (remove_files) COMPLETE
43282024-08-10T23:25:43.681Z[ recovery-image] Aug 10 23:25:42.526 INFO O| Aug 10 23:25:42.526 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-08-10T23:25:43.681Z[ host-image] Aug 10 23:25:42.529 INFO O| Aug 10 23:25:42.529 INFO O| Done
43302024-08-10T23:25:43.689Z[ recovery-image] Aug 10 23:25:42.536 INFO O| Aug 10 23:25:42.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43312024-08-10T23:25:43.689Z[ recovery-image] Aug 10 23:25:42.536 INFO O| Aug 10 23:25:42.536 INFO STEP 165 (remove_files) COMPLETE
43322024-08-10T23:25:43.691Z[ recovery-image] Aug 10 23:25:42.537 INFO O| Aug 10 23:25:42.536 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-10T23:25:43.700Z[ recovery-image] Aug 10 23:25:42.548 INFO O| Aug 10 23:25:42.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43342024-08-10T23:25:43.703Z[ recovery-image] Aug 10 23:25:42.548 INFO O| Aug 10 23:25:42.548 INFO STEP 166 (remove_files) COMPLETE
43352024-08-10T23:25:43.703Z[ recovery-image] Aug 10 23:25:42.548 INFO O| Aug 10 23:25:42.548 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-10T23:25:43.708Z[ host-image] Aug 10 23:25:42.555 INFO O| Aug 10 23:25:42.555 INFO O| Done
43372024-08-10T23:25:43.710Z[ host-image] Aug 10 23:25:42.556 INFO O| Aug 10 23:25:42.556 INFO O| Done
43382024-08-10T23:25:43.711Z[ recovery-image] Aug 10 23:25:42.558 INFO O| Aug 10 23:25:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43392024-08-10T23:25:43.711Z[ recovery-image] Aug 10 23:25:42.558 INFO O| Aug 10 23:25:42.558 INFO STEP 167 (remove_files) COMPLETE
43402024-08-10T23:25:43.711Z[ recovery-image] Aug 10 23:25:42.558 INFO O| Aug 10 23:25:42.558 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-08-10T23:25:43.720Z[ recovery-image] Aug 10 23:25:42.568 INFO O| Aug 10 23:25:42.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43422024-08-10T23:25:43.720Z[ recovery-image] Aug 10 23:25:42.568 INFO O| Aug 10 23:25:42.568 INFO STEP 168 (remove_files) COMPLETE
43432024-08-10T23:25:43.720Z[ recovery-image] Aug 10 23:25:42.568 INFO O| Aug 10 23:25:42.568 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-08-10T23:25:43.724Z[ host-image] Aug 10 23:25:42.571 INFO O| Aug 10 23:25:42.571 INFO O| Done
43452024-08-10T23:25:43.730Z[ recovery-image] Aug 10 23:25:42.578 INFO O| Aug 10 23:25:42.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43462024-08-10T23:25:43.730Z[ recovery-image] Aug 10 23:25:42.578 INFO O| Aug 10 23:25:42.578 INFO STEP 169 (remove_files) COMPLETE
43472024-08-10T23:25:43.733Z[ recovery-image] Aug 10 23:25:42.578 INFO O| Aug 10 23:25:42.578 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-10T23:25:43.740Z[ recovery-image] Aug 10 23:25:42.588 INFO O| Aug 10 23:25:42.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43492024-08-10T23:25:43.740Z[ recovery-image] Aug 10 23:25:42.588 INFO O| Aug 10 23:25:42.588 INFO STEP 170 (remove_files) COMPLETE
43502024-08-10T23:25:43.743Z[ recovery-image] Aug 10 23:25:42.588 INFO O| Aug 10 23:25:42.588 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-10T23:25:43.751Z[ recovery-image] Aug 10 23:25:42.598 INFO O| Aug 10 23:25:42.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43522024-08-10T23:25:43.751Z[ recovery-image] Aug 10 23:25:42.598 INFO O| Aug 10 23:25:42.598 INFO STEP 171 (remove_files) COMPLETE
43532024-08-10T23:25:43.753Z[ recovery-image] Aug 10 23:25:42.598 INFO O| Aug 10 23:25:42.598 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-10T23:25:43.761Z[ recovery-image] Aug 10 23:25:42.609 INFO O| Aug 10 23:25:42.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43552024-08-10T23:25:43.761Z[ recovery-image] Aug 10 23:25:42.609 INFO O| Aug 10 23:25:42.609 INFO STEP 172 (remove_files) COMPLETE
43562024-08-10T23:25:43.761Z[ recovery-image] Aug 10 23:25:42.609 INFO O| Aug 10 23:25:42.609 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-10T23:25:43.771Z[ recovery-image] Aug 10 23:25:42.619 INFO O| Aug 10 23:25:42.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43582024-08-10T23:25:43.771Z[ recovery-image] Aug 10 23:25:42.619 INFO O| Aug 10 23:25:42.619 INFO STEP 173 (remove_files) COMPLETE
43592024-08-10T23:25:43.774Z[ recovery-image] Aug 10 23:25:42.619 INFO O| Aug 10 23:25:42.619 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-10T23:25:43.781Z[ recovery-image] Aug 10 23:25:42.629 INFO O| Aug 10 23:25:42.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43612024-08-10T23:25:43.781Z[ recovery-image] Aug 10 23:25:42.629 INFO O| Aug 10 23:25:42.629 INFO STEP 174 (remove_files) COMPLETE
43622024-08-10T23:25:43.784Z[ recovery-image] Aug 10 23:25:42.629 INFO O| Aug 10 23:25:42.629 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-10T23:25:43.792Z[ recovery-image] Aug 10 23:25:42.640 INFO O| Aug 10 23:25:42.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43642024-08-10T23:25:43.792Z[ recovery-image] Aug 10 23:25:42.640 INFO O| Aug 10 23:25:42.640 INFO STEP 175 (remove_files) COMPLETE
43652024-08-10T23:25:43.795Z[ recovery-image] Aug 10 23:25:42.640 INFO O| Aug 10 23:25:42.640 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-10T23:25:43.802Z[ recovery-image] Aug 10 23:25:42.650 INFO O| Aug 10 23:25:42.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43672024-08-10T23:25:43.802Z[ recovery-image] Aug 10 23:25:42.650 INFO O| Aug 10 23:25:42.650 INFO STEP 176 (remove_files) COMPLETE
43682024-08-10T23:25:43.805Z[ recovery-image] Aug 10 23:25:42.650 INFO O| Aug 10 23:25:42.650 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-10T23:25:43.812Z[ recovery-image] Aug 10 23:25:42.660 INFO O| Aug 10 23:25:42.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43702024-08-10T23:25:43.815Z[ recovery-image] Aug 10 23:25:42.660 INFO O| Aug 10 23:25:42.660 INFO STEP 177 (remove_files) COMPLETE
43712024-08-10T23:25:43.815Z[ recovery-image] Aug 10 23:25:42.660 INFO O| Aug 10 23:25:42.660 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-10T23:25:43.821Z[ host-image] Aug 10 23:25:42.668 INFO O| Aug 10 23:25:42.668 INFO STEP 12 (pkg_install) COMPLETE
43732024-08-10T23:25:43.823Z[ host-image] Aug 10 23:25:42.668 INFO O| Aug 10 23:25:42.668 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43742024-08-10T23:25:43.823Z[ recovery-image] Aug 10 23:25:42.670 INFO O| Aug 10 23:25:42.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43752024-08-10T23:25:43.823Z[ recovery-image] Aug 10 23:25:42.670 INFO O| Aug 10 23:25:42.670 INFO STEP 178 (remove_files) COMPLETE
43762024-08-10T23:25:43.824Z[ recovery-image] Aug 10 23:25:42.670 INFO O| Aug 10 23:25:42.670 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-08-10T23:25:43.831Z[ host-image] Aug 10 23:25:42.679 INFO O| Aug 10 23:25:42.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43782024-08-10T23:25:43.834Z[ recovery-image] Aug 10 23:25:42.680 INFO O| Aug 10 23:25:42.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43792024-08-10T23:25:43.834Z[ recovery-image] Aug 10 23:25:42.680 INFO O| Aug 10 23:25:42.680 INFO STEP 179 (remove_files) COMPLETE
43802024-08-10T23:25:43.834Z[ recovery-image] Aug 10 23:25:42.680 INFO O| Aug 10 23:25:42.680 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-10T23:25:43.843Z[ recovery-image] Aug 10 23:25:42.690 INFO O| Aug 10 23:25:42.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43822024-08-10T23:25:43.843Z[ recovery-image] Aug 10 23:25:42.690 INFO O| Aug 10 23:25:42.690 INFO STEP 180 (remove_files) COMPLETE
43832024-08-10T23:25:43.845Z[ recovery-image] Aug 10 23:25:42.690 INFO O| Aug 10 23:25:42.690 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-10T23:25:43.852Z[ recovery-image] Aug 10 23:25:42.700 INFO O| Aug 10 23:25:42.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43852024-08-10T23:25:43.855Z[ recovery-image] Aug 10 23:25:42.700 INFO O| Aug 10 23:25:42.700 INFO STEP 181 (remove_files) COMPLETE
43862024-08-10T23:25:43.855Z[ recovery-image] Aug 10 23:25:42.700 INFO O| Aug 10 23:25:42.700 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-10T23:25:43.862Z[ recovery-image] Aug 10 23:25:42.710 INFO O| Aug 10 23:25:42.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43882024-08-10T23:25:43.862Z[ recovery-image] Aug 10 23:25:42.710 INFO O| Aug 10 23:25:42.710 INFO STEP 182 (remove_files) COMPLETE
43892024-08-10T23:25:43.862Z[ recovery-image] Aug 10 23:25:42.710 INFO O| Aug 10 23:25:42.710 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-10T23:25:43.872Z[ recovery-image] Aug 10 23:25:42.720 INFO O| Aug 10 23:25:42.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43912024-08-10T23:25:43.872Z[ recovery-image] Aug 10 23:25:42.720 INFO O| Aug 10 23:25:42.720 INFO STEP 183 (remove_files) COMPLETE
43922024-08-10T23:25:43.875Z[ recovery-image] Aug 10 23:25:42.720 INFO O| Aug 10 23:25:42.720 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-10T23:25:43.882Z[ recovery-image] Aug 10 23:25:42.729 INFO O| Aug 10 23:25:42.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43942024-08-10T23:25:43.882Z[ recovery-image] Aug 10 23:25:42.730 INFO O| Aug 10 23:25:42.729 INFO STEP 184 (remove_files) COMPLETE
43952024-08-10T23:25:43.884Z[ recovery-image] Aug 10 23:25:42.730 INFO O| Aug 10 23:25:42.730 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-10T23:25:43.891Z[ recovery-image] Aug 10 23:25:42.739 INFO O| Aug 10 23:25:42.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
43972024-08-10T23:25:43.891Z[ recovery-image] Aug 10 23:25:42.739 INFO O| Aug 10 23:25:42.739 INFO STEP 185 (remove_files) COMPLETE
43982024-08-10T23:25:43.891Z[ recovery-image] Aug 10 23:25:42.739 INFO O| Aug 10 23:25:42.739 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-10T23:25:43.901Z[ recovery-image] Aug 10 23:25:42.749 INFO O| Aug 10 23:25:42.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44002024-08-10T23:25:43.901Z[ recovery-image] Aug 10 23:25:42.749 INFO O| Aug 10 23:25:42.749 INFO STEP 186 (remove_files) COMPLETE
44012024-08-10T23:25:43.901Z[ recovery-image] Aug 10 23:25:42.749 INFO O| Aug 10 23:25:42.749 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-10T23:25:43.911Z[ recovery-image] Aug 10 23:25:42.758 INFO O| Aug 10 23:25:42.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44032024-08-10T23:25:43.911Z[ recovery-image] Aug 10 23:25:42.758 INFO O| Aug 10 23:25:42.758 INFO STEP 187 (remove_files) COMPLETE
44042024-08-10T23:25:43.911Z[ recovery-image] Aug 10 23:25:42.758 INFO O| Aug 10 23:25:42.758 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-10T23:25:43.920Z[ recovery-image] Aug 10 23:25:42.768 INFO O| Aug 10 23:25:42.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44062024-08-10T23:25:43.920Z[ recovery-image] Aug 10 23:25:42.768 INFO O| Aug 10 23:25:42.768 INFO STEP 188 (remove_files) COMPLETE
44072024-08-10T23:25:43.923Z[ recovery-image] Aug 10 23:25:42.768 INFO O| Aug 10 23:25:42.768 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-10T23:25:43.930Z[ recovery-image] Aug 10 23:25:42.778 INFO O| Aug 10 23:25:42.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44092024-08-10T23:25:43.930Z[ recovery-image] Aug 10 23:25:42.778 INFO O| Aug 10 23:25:42.778 INFO STEP 189 (remove_files) COMPLETE
44102024-08-10T23:25:43.930Z[ recovery-image] Aug 10 23:25:42.778 INFO O| Aug 10 23:25:42.778 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-10T23:25:43.940Z[ recovery-image] Aug 10 23:25:42.787 INFO O| Aug 10 23:25:42.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44122024-08-10T23:25:43.940Z[ recovery-image] Aug 10 23:25:42.787 INFO O| Aug 10 23:25:42.787 INFO STEP 190 (remove_files) COMPLETE
44132024-08-10T23:25:43.942Z[ recovery-image] Aug 10 23:25:42.787 INFO O| Aug 10 23:25:42.787 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-10T23:25:43.950Z[ recovery-image] Aug 10 23:25:42.797 INFO O| Aug 10 23:25:42.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44152024-08-10T23:25:43.950Z[ recovery-image] Aug 10 23:25:42.797 INFO O| Aug 10 23:25:42.797 INFO STEP 191 (remove_files) COMPLETE
44162024-08-10T23:25:43.950Z[ recovery-image] Aug 10 23:25:42.797 INFO O| Aug 10 23:25:42.797 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-10T23:25:43.959Z[ recovery-image] Aug 10 23:25:42.807 INFO O| Aug 10 23:25:42.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44182024-08-10T23:25:43.959Z[ recovery-image] Aug 10 23:25:42.807 INFO O| Aug 10 23:25:42.807 INFO STEP 192 (remove_files) COMPLETE
44192024-08-10T23:25:43.962Z[ recovery-image] Aug 10 23:25:42.807 INFO O| Aug 10 23:25:42.807 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-10T23:25:43.969Z[ recovery-image] Aug 10 23:25:42.817 INFO O| Aug 10 23:25:42.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44212024-08-10T23:25:43.969Z[ recovery-image] Aug 10 23:25:42.817 INFO O| Aug 10 23:25:42.817 INFO STEP 193 (remove_files) COMPLETE
44222024-08-10T23:25:43.969Z[ recovery-image] Aug 10 23:25:42.817 INFO O| Aug 10 23:25:42.817 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-10T23:25:43.979Z[ recovery-image] Aug 10 23:25:42.826 INFO O| Aug 10 23:25:42.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44242024-08-10T23:25:43.979Z[ recovery-image] Aug 10 23:25:42.827 INFO O| Aug 10 23:25:42.826 INFO STEP 194 (remove_files) COMPLETE
44252024-08-10T23:25:43.981Z[ recovery-image] Aug 10 23:25:42.827 INFO O| Aug 10 23:25:42.827 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-10T23:25:43.988Z[ recovery-image] Aug 10 23:25:42.836 INFO O| Aug 10 23:25:42.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44272024-08-10T23:25:43.991Z[ recovery-image] Aug 10 23:25:42.836 INFO O| Aug 10 23:25:42.836 INFO STEP 195 (remove_files) COMPLETE
44282024-08-10T23:25:43.991Z[ recovery-image] Aug 10 23:25:42.836 INFO O| Aug 10 23:25:42.836 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-10T23:25:43.998Z[ recovery-image] Aug 10 23:25:42.846 INFO O| Aug 10 23:25:42.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44302024-08-10T23:25:43.998Z[ recovery-image] Aug 10 23:25:42.846 INFO O| Aug 10 23:25:42.846 INFO STEP 196 (remove_files) COMPLETE
44312024-08-10T23:25:44.001Z[ recovery-image] Aug 10 23:25:42.846 INFO O| Aug 10 23:25:42.846 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-10T23:25:44.008Z[ recovery-image] Aug 10 23:25:42.855 INFO O| Aug 10 23:25:42.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44332024-08-10T23:25:44.008Z[ recovery-image] Aug 10 23:25:42.855 INFO O| Aug 10 23:25:42.855 INFO STEP 197 (remove_files) COMPLETE
44342024-08-10T23:25:44.010Z[ recovery-image] Aug 10 23:25:42.855 INFO O| Aug 10 23:25:42.855 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-10T23:25:44.017Z[ recovery-image] Aug 10 23:25:42.865 INFO O| Aug 10 23:25:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44362024-08-10T23:25:44.017Z[ recovery-image] Aug 10 23:25:42.865 INFO O| Aug 10 23:25:42.865 INFO STEP 198 (remove_files) COMPLETE
44372024-08-10T23:25:44.020Z[ recovery-image] Aug 10 23:25:42.865 INFO O| Aug 10 23:25:42.865 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-10T23:25:44.027Z[ recovery-image] Aug 10 23:25:42.874 INFO O| Aug 10 23:25:42.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44392024-08-10T23:25:44.029Z[ recovery-image] Aug 10 23:25:42.874 INFO O| Aug 10 23:25:42.874 INFO STEP 199 (remove_files) COMPLETE
44402024-08-10T23:25:44.029Z[ recovery-image] Aug 10 23:25:42.874 INFO O| Aug 10 23:25:42.874 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-10T23:25:44.036Z[ recovery-image] Aug 10 23:25:42.884 INFO O| Aug 10 23:25:42.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44422024-08-10T23:25:44.039Z[ recovery-image] Aug 10 23:25:42.884 INFO O| Aug 10 23:25:42.884 INFO STEP 200 (remove_files) COMPLETE
44432024-08-10T23:25:44.039Z[ recovery-image] Aug 10 23:25:42.884 INFO O| Aug 10 23:25:42.884 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-10T23:25:44.046Z[ recovery-image] Aug 10 23:25:42.893 INFO O| Aug 10 23:25:42.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44452024-08-10T23:25:44.046Z[ recovery-image] Aug 10 23:25:42.894 INFO O| Aug 10 23:25:42.893 INFO STEP 201 (remove_files) COMPLETE
44462024-08-10T23:25:44.048Z[ recovery-image] Aug 10 23:25:42.894 INFO O| Aug 10 23:25:42.894 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-10T23:25:44.055Z[ recovery-image] Aug 10 23:25:42.903 INFO O| Aug 10 23:25:42.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44482024-08-10T23:25:44.055Z[ recovery-image] Aug 10 23:25:42.903 INFO O| Aug 10 23:25:42.903 INFO STEP 202 (remove_files) COMPLETE
44492024-08-10T23:25:44.055Z[ recovery-image] Aug 10 23:25:42.903 INFO O| Aug 10 23:25:42.903 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-10T23:25:44.065Z[ recovery-image] Aug 10 23:25:42.913 INFO O| Aug 10 23:25:42.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44512024-08-10T23:25:44.065Z[ recovery-image] Aug 10 23:25:42.913 INFO O| Aug 10 23:25:42.913 INFO STEP 203 (remove_files) COMPLETE
44522024-08-10T23:25:44.065Z[ recovery-image] Aug 10 23:25:42.913 INFO O| Aug 10 23:25:42.913 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-10T23:25:44.075Z[ recovery-image] Aug 10 23:25:42.923 INFO O| Aug 10 23:25:42.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44542024-08-10T23:25:44.075Z[ recovery-image] Aug 10 23:25:42.923 INFO O| Aug 10 23:25:42.923 INFO STEP 204 (remove_files) COMPLETE
44552024-08-10T23:25:44.078Z[ recovery-image] Aug 10 23:25:42.923 INFO O| Aug 10 23:25:42.923 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-10T23:25:44.085Z[ recovery-image] Aug 10 23:25:42.932 INFO O| Aug 10 23:25:42.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44572024-08-10T23:25:44.085Z[ recovery-image] Aug 10 23:25:42.932 INFO O| Aug 10 23:25:42.932 INFO STEP 205 (remove_files) COMPLETE
44582024-08-10T23:25:44.085Z[ recovery-image] Aug 10 23:25:42.932 INFO O| Aug 10 23:25:42.932 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-10T23:25:44.094Z[ recovery-image] Aug 10 23:25:42.942 INFO O| Aug 10 23:25:42.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44602024-08-10T23:25:44.097Z[ recovery-image] Aug 10 23:25:42.942 INFO O| Aug 10 23:25:42.942 INFO STEP 206 (remove_files) COMPLETE
44612024-08-10T23:25:44.097Z[ recovery-image] Aug 10 23:25:42.942 INFO O| Aug 10 23:25:42.942 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-10T23:25:44.104Z[ recovery-image] Aug 10 23:25:42.951 INFO O| Aug 10 23:25:42.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44632024-08-10T23:25:44.104Z[ recovery-image] Aug 10 23:25:42.952 INFO O| Aug 10 23:25:42.951 INFO STEP 207 (remove_files) COMPLETE
44642024-08-10T23:25:44.107Z[ recovery-image] Aug 10 23:25:42.952 INFO O| Aug 10 23:25:42.952 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-08-10T23:25:44.114Z[ recovery-image] Aug 10 23:25:42.962 INFO O| Aug 10 23:25:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44662024-08-10T23:25:44.114Z[ recovery-image] Aug 10 23:25:42.962 INFO O| Aug 10 23:25:42.962 INFO STEP 208 (remove_files) COMPLETE
44672024-08-10T23:25:44.114Z[ recovery-image] Aug 10 23:25:42.962 INFO O| Aug 10 23:25:42.962 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-08-10T23:25:44.124Z[ recovery-image] Aug 10 23:25:42.972 INFO O| Aug 10 23:25:42.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44692024-08-10T23:25:44.124Z[ recovery-image] Aug 10 23:25:42.972 INFO O| Aug 10 23:25:42.972 INFO STEP 209 (remove_files) COMPLETE
44702024-08-10T23:25:44.124Z[ recovery-image] Aug 10 23:25:42.972 INFO O| Aug 10 23:25:42.972 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-08-10T23:25:44.134Z[ recovery-image] Aug 10 23:25:42.982 INFO O| Aug 10 23:25:42.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44722024-08-10T23:25:44.137Z[ recovery-image] Aug 10 23:25:42.982 INFO O| Aug 10 23:25:42.982 INFO STEP 210 (remove_files) COMPLETE
44732024-08-10T23:25:44.137Z[ recovery-image] Aug 10 23:25:42.982 INFO O| Aug 10 23:25:42.982 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-10T23:25:44.144Z[ recovery-image] Aug 10 23:25:42.992 INFO O| Aug 10 23:25:42.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44752024-08-10T23:25:44.147Z[ recovery-image] Aug 10 23:25:42.992 INFO O| Aug 10 23:25:42.992 INFO STEP 211 (remove_files) COMPLETE
44762024-08-10T23:25:44.147Z[ recovery-image] Aug 10 23:25:42.992 INFO O| Aug 10 23:25:42.992 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-10T23:25:44.155Z[ recovery-image] Aug 10 23:25:43.002 INFO O| Aug 10 23:25:43.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44782024-08-10T23:25:44.158Z[ recovery-image] Aug 10 23:25:43.002 INFO O| Aug 10 23:25:43.002 INFO STEP 212 (remove_files) COMPLETE
44792024-08-10T23:25:44.158Z[ recovery-image] Aug 10 23:25:43.002 INFO O| Aug 10 23:25:43.002 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-10T23:25:44.166Z[ recovery-image] Aug 10 23:25:43.013 INFO O| Aug 10 23:25:43.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44812024-08-10T23:25:44.166Z[ recovery-image] Aug 10 23:25:43.013 INFO O| Aug 10 23:25:43.013 INFO STEP 213 (remove_files) COMPLETE
44822024-08-10T23:25:44.168Z[ recovery-image] Aug 10 23:25:43.013 INFO O| Aug 10 23:25:43.013 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-10T23:25:44.175Z[ recovery-image] Aug 10 23:25:43.023 INFO O| Aug 10 23:25:43.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44842024-08-10T23:25:44.178Z[ recovery-image] Aug 10 23:25:43.023 INFO O| Aug 10 23:25:43.023 INFO STEP 214 (remove_files) COMPLETE
44852024-08-10T23:25:44.178Z[ recovery-image] Aug 10 23:25:43.023 INFO O| Aug 10 23:25:43.023 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-10T23:25:44.185Z[ recovery-image] Aug 10 23:25:43.033 INFO O| Aug 10 23:25:43.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44872024-08-10T23:25:44.187Z[ recovery-image] Aug 10 23:25:43.033 INFO O| Aug 10 23:25:43.033 INFO STEP 215 (remove_files) COMPLETE
44882024-08-10T23:25:44.187Z[ recovery-image] Aug 10 23:25:43.033 INFO O| Aug 10 23:25:43.033 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-10T23:25:44.195Z[ recovery-image] Aug 10 23:25:43.042 INFO O| Aug 10 23:25:43.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44902024-08-10T23:25:44.195Z[ recovery-image] Aug 10 23:25:43.042 INFO O| Aug 10 23:25:43.042 INFO STEP 216 (remove_files) COMPLETE
44912024-08-10T23:25:44.195Z[ recovery-image] Aug 10 23:25:43.042 INFO O| Aug 10 23:25:43.042 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-10T23:25:44.205Z[ recovery-image] Aug 10 23:25:43.052 INFO O| Aug 10 23:25:43.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44932024-08-10T23:25:44.205Z[ recovery-image] Aug 10 23:25:43.052 INFO O| Aug 10 23:25:43.052 INFO STEP 217 (remove_files) COMPLETE
44942024-08-10T23:25:44.207Z[ recovery-image] Aug 10 23:25:43.052 INFO O| Aug 10 23:25:43.052 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-10T23:25:44.214Z[ recovery-image] Aug 10 23:25:43.062 INFO O| Aug 10 23:25:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
44962024-08-10T23:25:44.217Z[ recovery-image] Aug 10 23:25:43.062 INFO O| Aug 10 23:25:43.062 INFO STEP 218 (remove_files) COMPLETE
44972024-08-10T23:25:44.217Z[ recovery-image] Aug 10 23:25:43.062 INFO O| Aug 10 23:25:43.062 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-10T23:25:44.224Z[ recovery-image] Aug 10 23:25:43.072 INFO O| Aug 10 23:25:43.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
44992024-08-10T23:25:44.227Z[ recovery-image] Aug 10 23:25:43.072 INFO O| Aug 10 23:25:43.072 INFO STEP 219 (remove_files) COMPLETE
45002024-08-10T23:25:44.227Z[ recovery-image] Aug 10 23:25:43.072 INFO O| Aug 10 23:25:43.072 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-10T23:25:44.234Z[ recovery-image] Aug 10 23:25:43.081 INFO O| Aug 10 23:25:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45022024-08-10T23:25:44.234Z[ recovery-image] Aug 10 23:25:43.082 INFO O| Aug 10 23:25:43.082 INFO STEP 220 (remove_files) COMPLETE
45032024-08-10T23:25:44.234Z[ recovery-image] Aug 10 23:25:43.082 INFO O| Aug 10 23:25:43.082 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-10T23:25:44.244Z[ recovery-image] Aug 10 23:25:43.091 INFO O| Aug 10 23:25:43.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45052024-08-10T23:25:44.244Z[ recovery-image] Aug 10 23:25:43.091 INFO O| Aug 10 23:25:43.091 INFO STEP 221 (remove_files) COMPLETE
45062024-08-10T23:25:44.244Z[ recovery-image] Aug 10 23:25:43.091 INFO O| Aug 10 23:25:43.091 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-10T23:25:44.253Z[ recovery-image] Aug 10 23:25:43.101 INFO O| Aug 10 23:25:43.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45082024-08-10T23:25:44.253Z[ recovery-image] Aug 10 23:25:43.101 INFO O| Aug 10 23:25:43.101 INFO STEP 222 (remove_files) COMPLETE
45092024-08-10T23:25:44.256Z[ recovery-image] Aug 10 23:25:43.101 INFO O| Aug 10 23:25:43.101 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-10T23:25:44.263Z[ recovery-image] Aug 10 23:25:43.110 INFO O| Aug 10 23:25:43.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45112024-08-10T23:25:44.263Z[ recovery-image] Aug 10 23:25:43.111 INFO O| Aug 10 23:25:43.111 INFO STEP 223 (remove_files) COMPLETE
45122024-08-10T23:25:44.266Z[ recovery-image] Aug 10 23:25:43.111 INFO O| Aug 10 23:25:43.111 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-10T23:25:44.271Z[ host-image] Aug 10 23:25:43.118 INFO O| Aug 10 23:25:43.118 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45142024-08-10T23:25:44.274Z[ recovery-image] Aug 10 23:25:43.120 INFO O| Aug 10 23:25:43.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45152024-08-10T23:25:44.274Z[ recovery-image] Aug 10 23:25:43.120 INFO O| Aug 10 23:25:43.120 INFO STEP 224 (remove_files) COMPLETE
45162024-08-10T23:25:44.274Z[ recovery-image] Aug 10 23:25:43.120 INFO O| Aug 10 23:25:43.120 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-08-10T23:25:44.282Z[ recovery-image] Aug 10 23:25:43.130 INFO O| Aug 10 23:25:43.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45182024-08-10T23:25:44.285Z[ recovery-image] Aug 10 23:25:43.130 INFO O| Aug 10 23:25:43.130 INFO STEP 225 (remove_files) COMPLETE
45192024-08-10T23:25:44.285Z[ recovery-image] Aug 10 23:25:43.130 INFO O| Aug 10 23:25:43.130 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-08-10T23:25:44.292Z[ recovery-image] Aug 10 23:25:43.140 INFO O| Aug 10 23:25:43.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45212024-08-10T23:25:44.292Z[ recovery-image] Aug 10 23:25:43.140 INFO O| Aug 10 23:25:43.140 INFO STEP 226 (remove_files) COMPLETE
45222024-08-10T23:25:44.295Z[ recovery-image] Aug 10 23:25:43.140 INFO O| Aug 10 23:25:43.140 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-08-10T23:25:44.302Z[ recovery-image] Aug 10 23:25:43.150 INFO O| Aug 10 23:25:43.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45242024-08-10T23:25:44.302Z[ recovery-image] Aug 10 23:25:43.150 INFO O| Aug 10 23:25:43.150 INFO STEP 227 (remove_files) COMPLETE
45252024-08-10T23:25:44.305Z[ recovery-image] Aug 10 23:25:43.150 INFO O| Aug 10 23:25:43.150 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-08-10T23:25:44.312Z[ recovery-image] Aug 10 23:25:43.160 INFO O| Aug 10 23:25:43.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45272024-08-10T23:25:44.315Z[ recovery-image] Aug 10 23:25:43.160 INFO O| Aug 10 23:25:43.160 INFO STEP 228 (remove_files) COMPLETE
45282024-08-10T23:25:44.315Z[ recovery-image] Aug 10 23:25:43.160 INFO O| Aug 10 23:25:43.160 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-10T23:25:44.323Z[ recovery-image] Aug 10 23:25:43.170 INFO O| Aug 10 23:25:43.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45302024-08-10T23:25:44.323Z[ recovery-image] Aug 10 23:25:43.170 INFO O| Aug 10 23:25:43.170 INFO STEP 229 (remove_files) COMPLETE
45312024-08-10T23:25:44.325Z[ recovery-image] Aug 10 23:25:43.170 INFO O| Aug 10 23:25:43.170 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-08-10T23:25:44.333Z[ recovery-image] Aug 10 23:25:43.180 INFO O| Aug 10 23:25:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45332024-08-10T23:25:44.333Z[ recovery-image] Aug 10 23:25:43.180 INFO O| Aug 10 23:25:43.180 INFO STEP 230 (remove_files) COMPLETE
45342024-08-10T23:25:44.335Z[ recovery-image] Aug 10 23:25:43.180 INFO O| Aug 10 23:25:43.180 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-08-10T23:25:44.342Z[ recovery-image] Aug 10 23:25:43.190 INFO O| Aug 10 23:25:43.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45362024-08-10T23:25:44.342Z[ recovery-image] Aug 10 23:25:43.190 INFO O| Aug 10 23:25:43.190 INFO STEP 231 (remove_files) COMPLETE
45372024-08-10T23:25:44.345Z[ recovery-image] Aug 10 23:25:43.190 INFO O| Aug 10 23:25:43.190 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-08-10T23:25:44.352Z[ recovery-image] Aug 10 23:25:43.200 INFO O| Aug 10 23:25:43.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45392024-08-10T23:25:44.352Z[ recovery-image] Aug 10 23:25:43.200 INFO O| Aug 10 23:25:43.200 INFO STEP 232 (remove_files) COMPLETE
45402024-08-10T23:25:44.352Z[ recovery-image] Aug 10 23:25:43.200 INFO O| Aug 10 23:25:43.200 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-10T23:25:44.362Z[ recovery-image] Aug 10 23:25:43.210 INFO O| Aug 10 23:25:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45422024-08-10T23:25:44.362Z[ recovery-image] Aug 10 23:25:43.210 INFO O| Aug 10 23:25:43.210 INFO STEP 233 (remove_files) COMPLETE
45432024-08-10T23:25:44.365Z[ recovery-image] Aug 10 23:25:43.210 INFO O| Aug 10 23:25:43.210 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-10T23:25:44.373Z[ recovery-image] Aug 10 23:25:43.221 INFO O| Aug 10 23:25:43.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45452024-08-10T23:25:44.376Z[ recovery-image] Aug 10 23:25:43.221 INFO O| Aug 10 23:25:43.221 INFO STEP 234 (remove_files) COMPLETE
45462024-08-10T23:25:44.376Z[ recovery-image] Aug 10 23:25:43.221 INFO O| Aug 10 23:25:43.221 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-08-10T23:25:44.384Z[ recovery-image] Aug 10 23:25:43.231 INFO O| Aug 10 23:25:43.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45482024-08-10T23:25:44.384Z[ recovery-image] Aug 10 23:25:43.231 INFO O| Aug 10 23:25:43.231 INFO STEP 235 (remove_files) COMPLETE
45492024-08-10T23:25:44.384Z[ recovery-image] Aug 10 23:25:43.231 INFO O| Aug 10 23:25:43.231 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-08-10T23:25:44.394Z[ recovery-image] Aug 10 23:25:43.241 INFO O| Aug 10 23:25:43.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45512024-08-10T23:25:44.394Z[ recovery-image] Aug 10 23:25:43.242 INFO O| Aug 10 23:25:43.242 INFO STEP 236 (remove_files) COMPLETE
45522024-08-10T23:25:44.397Z[ recovery-image] Aug 10 23:25:43.242 INFO O| Aug 10 23:25:43.242 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-08-10T23:25:44.404Z[ recovery-image] Aug 10 23:25:43.251 INFO O| Aug 10 23:25:43.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45542024-08-10T23:25:44.404Z[ recovery-image] Aug 10 23:25:43.251 INFO O| Aug 10 23:25:43.251 INFO STEP 237 (remove_files) COMPLETE
45552024-08-10T23:25:44.406Z[ recovery-image] Aug 10 23:25:43.251 INFO O| Aug 10 23:25:43.251 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-08-10T23:25:44.414Z[ recovery-image] Aug 10 23:25:43.261 INFO O| Aug 10 23:25:43.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45572024-08-10T23:25:44.414Z[ recovery-image] Aug 10 23:25:43.261 INFO O| Aug 10 23:25:43.261 INFO STEP 238 (remove_files) COMPLETE
45582024-08-10T23:25:44.414Z[ recovery-image] Aug 10 23:25:43.261 INFO O| Aug 10 23:25:43.261 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-08-10T23:25:44.424Z[ recovery-image] Aug 10 23:25:43.271 INFO O| Aug 10 23:25:43.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45602024-08-10T23:25:44.424Z[ recovery-image] Aug 10 23:25:43.271 INFO O| Aug 10 23:25:43.271 INFO STEP 239 (remove_files) COMPLETE
45612024-08-10T23:25:44.424Z[ recovery-image] Aug 10 23:25:43.271 INFO O| Aug 10 23:25:43.271 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-08-10T23:25:44.433Z[ recovery-image] Aug 10 23:25:43.281 INFO O| Aug 10 23:25:43.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45632024-08-10T23:25:44.433Z[ recovery-image] Aug 10 23:25:43.281 INFO O| Aug 10 23:25:43.281 INFO STEP 240 (remove_files) COMPLETE
45642024-08-10T23:25:44.434Z[ recovery-image] Aug 10 23:25:43.281 INFO O| Aug 10 23:25:43.281 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-08-10T23:25:44.443Z[ recovery-image] Aug 10 23:25:43.291 INFO O| Aug 10 23:25:43.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45662024-08-10T23:25:44.443Z[ recovery-image] Aug 10 23:25:43.291 INFO O| Aug 10 23:25:43.291 INFO STEP 241 (remove_files) COMPLETE
45672024-08-10T23:25:44.446Z[ recovery-image] Aug 10 23:25:43.291 INFO O| Aug 10 23:25:43.291 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-08-10T23:25:44.453Z[ recovery-image] Aug 10 23:25:43.301 INFO O| Aug 10 23:25:43.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45692024-08-10T23:25:44.453Z[ recovery-image] Aug 10 23:25:43.301 INFO O| Aug 10 23:25:43.301 INFO STEP 242 (remove_files) COMPLETE
45702024-08-10T23:25:44.456Z[ recovery-image] Aug 10 23:25:43.301 INFO O| Aug 10 23:25:43.301 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-10T23:25:44.463Z[ recovery-image] Aug 10 23:25:43.310 INFO O| Aug 10 23:25:43.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45722024-08-10T23:25:44.465Z[ recovery-image] Aug 10 23:25:43.310 INFO O| Aug 10 23:25:43.310 INFO STEP 243 (remove_files) COMPLETE
45732024-08-10T23:25:44.465Z[ recovery-image] Aug 10 23:25:43.310 INFO O| Aug 10 23:25:43.310 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-10T23:25:44.472Z[ recovery-image] Aug 10 23:25:43.320 INFO O| Aug 10 23:25:43.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45752024-08-10T23:25:44.475Z[ recovery-image] Aug 10 23:25:43.320 INFO O| Aug 10 23:25:43.320 INFO STEP 244 (remove_files) COMPLETE
45762024-08-10T23:25:44.475Z[ recovery-image] Aug 10 23:25:43.320 INFO O| Aug 10 23:25:43.320 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-10T23:25:44.482Z[ recovery-image] Aug 10 23:25:43.330 INFO O| Aug 10 23:25:43.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45782024-08-10T23:25:44.482Z[ recovery-image] Aug 10 23:25:43.330 INFO O| Aug 10 23:25:43.330 INFO STEP 245 (remove_files) COMPLETE
45792024-08-10T23:25:44.482Z[ recovery-image] Aug 10 23:25:43.330 INFO O| Aug 10 23:25:43.330 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-10T23:25:44.492Z[ recovery-image] Aug 10 23:25:43.340 INFO O| Aug 10 23:25:43.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45812024-08-10T23:25:44.492Z[ recovery-image] Aug 10 23:25:43.340 INFO O| Aug 10 23:25:43.340 INFO STEP 246 (remove_files) COMPLETE
45822024-08-10T23:25:44.492Z[ recovery-image] Aug 10 23:25:43.340 INFO O| Aug 10 23:25:43.340 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-10T23:25:44.502Z[ recovery-image] Aug 10 23:25:43.350 INFO O| Aug 10 23:25:43.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45842024-08-10T23:25:44.505Z[ recovery-image] Aug 10 23:25:43.350 INFO O| Aug 10 23:25:43.350 INFO STEP 247 (remove_files) COMPLETE
45852024-08-10T23:25:44.505Z[ recovery-image] Aug 10 23:25:43.350 INFO O| Aug 10 23:25:43.350 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-10T23:25:44.512Z[ recovery-image] Aug 10 23:25:43.360 INFO O| Aug 10 23:25:43.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45872024-08-10T23:25:44.515Z[ recovery-image] Aug 10 23:25:43.360 INFO O| Aug 10 23:25:43.360 INFO STEP 248 (remove_files) COMPLETE
45882024-08-10T23:25:44.515Z[ recovery-image] Aug 10 23:25:43.360 INFO O| Aug 10 23:25:43.360 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-10T23:25:44.523Z[ recovery-image] Aug 10 23:25:43.370 INFO O| Aug 10 23:25:43.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45902024-08-10T23:25:44.523Z[ recovery-image] Aug 10 23:25:43.370 INFO O| Aug 10 23:25:43.370 INFO STEP 249 (remove_files) COMPLETE
45912024-08-10T23:25:44.523Z[ recovery-image] Aug 10 23:25:43.370 INFO O| Aug 10 23:25:43.370 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-10T23:25:44.535Z[ recovery-image] Aug 10 23:25:43.383 INFO O| Aug 10 23:25:43.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45932024-08-10T23:25:44.535Z[ recovery-image] Aug 10 23:25:43.383 INFO O| Aug 10 23:25:43.383 INFO STEP 250 (remove_files) COMPLETE
45942024-08-10T23:25:44.535Z[ recovery-image] Aug 10 23:25:43.383 INFO O| Aug 10 23:25:43.383 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-10T23:25:44.547Z[ recovery-image] Aug 10 23:25:43.394 INFO O| Aug 10 23:25:43.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
45962024-08-10T23:25:44.547Z[ recovery-image] Aug 10 23:25:43.394 INFO O| Aug 10 23:25:43.394 INFO STEP 251 (remove_files) COMPLETE
45972024-08-10T23:25:44.547Z[ recovery-image] Aug 10 23:25:43.394 INFO O| Aug 10 23:25:43.394 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-10T23:25:44.557Z[ recovery-image] Aug 10 23:25:43.404 INFO O| Aug 10 23:25:43.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
45992024-08-10T23:25:44.560Z[ recovery-image] Aug 10 23:25:43.404 INFO O| Aug 10 23:25:43.404 INFO STEP 252 (remove_files) COMPLETE
46002024-08-10T23:25:44.560Z[ recovery-image] Aug 10 23:25:43.404 INFO O| Aug 10 23:25:43.404 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-10T23:25:44.567Z[ recovery-image] Aug 10 23:25:43.415 INFO O| Aug 10 23:25:43.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46022024-08-10T23:25:44.567Z[ recovery-image] Aug 10 23:25:43.415 INFO O| Aug 10 23:25:43.415 INFO STEP 253 (remove_files) COMPLETE
46032024-08-10T23:25:44.567Z[ recovery-image] Aug 10 23:25:43.415 INFO O| Aug 10 23:25:43.415 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-10T23:25:44.578Z[ recovery-image] Aug 10 23:25:43.426 INFO O| Aug 10 23:25:43.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46052024-08-10T23:25:44.581Z[ recovery-image] Aug 10 23:25:43.426 INFO O| Aug 10 23:25:43.426 INFO STEP 254 (remove_files) COMPLETE
46062024-08-10T23:25:44.581Z[ recovery-image] Aug 10 23:25:43.426 INFO O| Aug 10 23:25:43.426 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-10T23:25:44.590Z[ recovery-image] Aug 10 23:25:43.437 INFO O| Aug 10 23:25:43.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46082024-08-10T23:25:44.590Z[ recovery-image] Aug 10 23:25:43.438 INFO O| Aug 10 23:25:43.438 INFO STEP 255 (remove_files) COMPLETE
46092024-08-10T23:25:44.590Z[ recovery-image] Aug 10 23:25:43.438 INFO O| Aug 10 23:25:43.438 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-10T23:25:44.600Z[ recovery-image] Aug 10 23:25:43.447 INFO O| Aug 10 23:25:43.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46112024-08-10T23:25:44.603Z[ recovery-image] Aug 10 23:25:43.448 INFO O| Aug 10 23:25:43.447 INFO STEP 256 (remove_files) COMPLETE
46122024-08-10T23:25:44.603Z[ recovery-image] Aug 10 23:25:43.448 INFO O| Aug 10 23:25:43.448 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-10T23:25:44.610Z[ recovery-image] Aug 10 23:25:43.457 INFO O| Aug 10 23:25:43.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46142024-08-10T23:25:44.610Z[ recovery-image] Aug 10 23:25:43.457 INFO O| Aug 10 23:25:43.457 INFO STEP 257 (remove_files) COMPLETE
46152024-08-10T23:25:44.612Z[ recovery-image] Aug 10 23:25:43.457 INFO O| Aug 10 23:25:43.457 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-10T23:25:44.620Z[ recovery-image] Aug 10 23:25:43.467 INFO O| Aug 10 23:25:43.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46172024-08-10T23:25:44.622Z[ recovery-image] Aug 10 23:25:43.467 INFO O| Aug 10 23:25:43.467 INFO STEP 258 (remove_files) COMPLETE
46182024-08-10T23:25:44.622Z[ recovery-image] Aug 10 23:25:43.467 INFO O| Aug 10 23:25:43.467 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-10T23:25:44.630Z[ recovery-image] Aug 10 23:25:43.477 INFO O| Aug 10 23:25:43.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46202024-08-10T23:25:44.632Z[ recovery-image] Aug 10 23:25:43.477 INFO O| Aug 10 23:25:43.477 INFO STEP 259 (remove_files) COMPLETE
46212024-08-10T23:25:44.632Z[ recovery-image] Aug 10 23:25:43.477 INFO O| Aug 10 23:25:43.477 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-10T23:25:44.640Z[ recovery-image] Aug 10 23:25:43.487 INFO O| Aug 10 23:25:43.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46232024-08-10T23:25:44.642Z[ recovery-image] Aug 10 23:25:43.487 INFO O| Aug 10 23:25:43.487 INFO STEP 260 (remove_files) COMPLETE
46242024-08-10T23:25:44.642Z[ recovery-image] Aug 10 23:25:43.487 INFO O| Aug 10 23:25:43.487 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-10T23:25:44.650Z[ recovery-image] Aug 10 23:25:43.497 INFO O| Aug 10 23:25:43.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46262024-08-10T23:25:44.650Z[ recovery-image] Aug 10 23:25:43.498 INFO O| Aug 10 23:25:43.497 INFO STEP 261 (remove_files) COMPLETE
46272024-08-10T23:25:44.654Z[ recovery-image] Aug 10 23:25:43.498 INFO O| Aug 10 23:25:43.498 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-10T23:25:44.661Z[ recovery-image] Aug 10 23:25:43.508 INFO O| Aug 10 23:25:43.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46292024-08-10T23:25:44.661Z[ recovery-image] Aug 10 23:25:43.509 INFO O| Aug 10 23:25:43.508 INFO STEP 262 (remove_files) COMPLETE
46302024-08-10T23:25:44.664Z[ recovery-image] Aug 10 23:25:43.509 INFO O| Aug 10 23:25:43.509 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-10T23:25:44.673Z[ recovery-image] Aug 10 23:25:43.520 INFO O| Aug 10 23:25:43.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46322024-08-10T23:25:44.673Z[ recovery-image] Aug 10 23:25:43.520 INFO O| Aug 10 23:25:43.520 INFO STEP 263 (remove_files) COMPLETE
46332024-08-10T23:25:44.675Z[ recovery-image] Aug 10 23:25:43.520 INFO O| Aug 10 23:25:43.520 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-10T23:25:44.684Z[ recovery-image] Aug 10 23:25:43.531 INFO O| Aug 10 23:25:43.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46352024-08-10T23:25:44.684Z[ recovery-image] Aug 10 23:25:43.531 INFO O| Aug 10 23:25:43.531 INFO STEP 264 (remove_files) COMPLETE
46362024-08-10T23:25:44.687Z[ recovery-image] Aug 10 23:25:43.531 INFO O| Aug 10 23:25:43.531 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-10T23:25:44.695Z[ recovery-image] Aug 10 23:25:43.542 INFO O| Aug 10 23:25:43.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46382024-08-10T23:25:44.695Z[ recovery-image] Aug 10 23:25:43.542 INFO O| Aug 10 23:25:43.542 INFO STEP 265 (remove_files) COMPLETE
46392024-08-10T23:25:44.697Z[ recovery-image] Aug 10 23:25:43.542 INFO O| Aug 10 23:25:43.542 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-10T23:25:44.705Z[ recovery-image] Aug 10 23:25:43.553 INFO O| Aug 10 23:25:43.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46412024-08-10T23:25:44.706Z[ recovery-image] Aug 10 23:25:43.553 INFO O| Aug 10 23:25:43.553 INFO STEP 266 (remove_files) COMPLETE
46422024-08-10T23:25:44.708Z[ recovery-image] Aug 10 23:25:43.553 INFO O| Aug 10 23:25:43.553 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-10T23:25:44.716Z[ recovery-image] Aug 10 23:25:43.563 INFO O| Aug 10 23:25:43.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46442024-08-10T23:25:44.716Z[ recovery-image] Aug 10 23:25:43.564 INFO O| Aug 10 23:25:43.563 INFO STEP 267 (remove_files) COMPLETE
46452024-08-10T23:25:44.719Z[ recovery-image] Aug 10 23:25:43.564 INFO O| Aug 10 23:25:43.564 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-10T23:25:44.726Z[ recovery-image] Aug 10 23:25:43.574 INFO O| Aug 10 23:25:43.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46472024-08-10T23:25:44.726Z[ recovery-image] Aug 10 23:25:43.574 INFO O| Aug 10 23:25:43.574 INFO STEP 268 (remove_files) COMPLETE
46482024-08-10T23:25:44.729Z[ recovery-image] Aug 10 23:25:43.574 INFO O| Aug 10 23:25:43.574 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-10T23:25:44.736Z[ recovery-image] Aug 10 23:25:43.584 INFO O| Aug 10 23:25:43.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46502024-08-10T23:25:44.736Z[ recovery-image] Aug 10 23:25:43.584 INFO O| Aug 10 23:25:43.584 INFO STEP 269 (remove_files) COMPLETE
46512024-08-10T23:25:44.739Z[ recovery-image] Aug 10 23:25:43.584 INFO O| Aug 10 23:25:43.584 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-10T23:25:44.746Z[ recovery-image] Aug 10 23:25:43.594 INFO O| Aug 10 23:25:43.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46532024-08-10T23:25:44.827Z[ recovery-image] Aug 10 23:25:43.594 INFO O| Aug 10 23:25:43.594 INFO STEP 270 (remove_files) COMPLETE
46542024-08-10T23:25:44.827Z[ recovery-image] Aug 10 23:25:43.594 INFO O| Aug 10 23:25:43.594 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.604 INFO O| Aug 10 23:25:43.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46562024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.604 INFO O| Aug 10 23:25:43.604 INFO STEP 271 (remove_files) COMPLETE
46572024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.604 INFO O| Aug 10 23:25:43.604 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.613 INFO O| Aug 10 23:25:43.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46592024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.614 INFO O| Aug 10 23:25:43.614 INFO STEP 272 (remove_files) COMPLETE
46602024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.614 INFO O| Aug 10 23:25:43.614 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.623 INFO O| Aug 10 23:25:43.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46622024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.623 INFO O| Aug 10 23:25:43.623 INFO STEP 273 (remove_files) COMPLETE
46632024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.623 INFO O| Aug 10 23:25:43.623 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.632 INFO O| Aug 10 23:25:43.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46652024-08-10T23:25:44.830Z[ recovery-image] Aug 10 23:25:43.633 INFO O| Aug 10 23:25:43.632 INFO STEP 274 (remove_files) COMPLETE
46662024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.633 INFO O| Aug 10 23:25:43.633 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.642 INFO O| Aug 10 23:25:43.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46682024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.642 INFO O| Aug 10 23:25:43.642 INFO STEP 275 (remove_files) COMPLETE
46692024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.642 INFO O| Aug 10 23:25:43.642 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.651 INFO O| Aug 10 23:25:43.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46712024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.651 INFO O| Aug 10 23:25:43.651 INFO STEP 276 (remove_files) COMPLETE
46722024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.651 INFO O| Aug 10 23:25:43.651 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.661 INFO O| Aug 10 23:25:43.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46742024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.661 INFO O| Aug 10 23:25:43.661 INFO STEP 277 (remove_files) COMPLETE
46752024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.661 INFO O| Aug 10 23:25:43.661 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.670 INFO O| Aug 10 23:25:43.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46772024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.670 INFO O| Aug 10 23:25:43.670 INFO STEP 278 (remove_files) COMPLETE
46782024-08-10T23:25:44.831Z[ recovery-image] Aug 10 23:25:43.670 INFO O| Aug 10 23:25:43.670 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-10T23:25:44.834Z[ recovery-image] Aug 10 23:25:43.680 INFO O| Aug 10 23:25:43.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46802024-08-10T23:25:44.834Z[ recovery-image] Aug 10 23:25:43.680 INFO O| Aug 10 23:25:43.680 INFO STEP 279 (remove_files) COMPLETE
46812024-08-10T23:25:44.834Z[ recovery-image] Aug 10 23:25:43.680 INFO O| Aug 10 23:25:43.680 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-10T23:25:44.842Z[ recovery-image] Aug 10 23:25:43.689 INFO O| Aug 10 23:25:43.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46832024-08-10T23:25:44.845Z[ recovery-image] Aug 10 23:25:43.690 INFO O| Aug 10 23:25:43.690 INFO STEP 280 (remove_files) COMPLETE
46842024-08-10T23:25:44.845Z[ recovery-image] Aug 10 23:25:43.690 INFO O| Aug 10 23:25:43.690 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-10T23:25:44.851Z[ recovery-image] Aug 10 23:25:43.699 INFO O| Aug 10 23:25:43.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46862024-08-10T23:25:44.851Z[ recovery-image] Aug 10 23:25:43.699 INFO O| Aug 10 23:25:43.699 INFO STEP 281 (remove_files) COMPLETE
46872024-08-10T23:25:44.851Z[ recovery-image] Aug 10 23:25:43.699 INFO O| Aug 10 23:25:43.699 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-08-10T23:25:44.861Z[ recovery-image] Aug 10 23:25:43.708 INFO O| Aug 10 23:25:43.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46892024-08-10T23:25:44.861Z[ recovery-image] Aug 10 23:25:43.709 INFO O| Aug 10 23:25:43.709 INFO STEP 282 (remove_files) COMPLETE
46902024-08-10T23:25:44.861Z[ recovery-image] Aug 10 23:25:43.709 INFO O| Aug 10 23:25:43.709 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-08-10T23:25:44.870Z[ recovery-image] Aug 10 23:25:43.718 INFO O| Aug 10 23:25:43.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46922024-08-10T23:25:44.870Z[ recovery-image] Aug 10 23:25:43.718 INFO O| Aug 10 23:25:43.718 INFO STEP 283 (remove_files) COMPLETE
46932024-08-10T23:25:44.873Z[ recovery-image] Aug 10 23:25:43.718 INFO O| Aug 10 23:25:43.718 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-08-10T23:25:44.880Z[ recovery-image] Aug 10 23:25:43.727 INFO O| Aug 10 23:25:43.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46952024-08-10T23:25:44.880Z[ recovery-image] Aug 10 23:25:43.727 INFO O| Aug 10 23:25:43.727 INFO STEP 284 (remove_files) COMPLETE
46962024-08-10T23:25:44.883Z[ recovery-image] Aug 10 23:25:43.727 INFO O| Aug 10 23:25:43.727 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-08-10T23:25:44.889Z[ recovery-image] Aug 10 23:25:43.737 INFO O| Aug 10 23:25:43.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
46982024-08-10T23:25:44.890Z[ recovery-image] Aug 10 23:25:43.737 INFO O| Aug 10 23:25:43.737 INFO STEP 285 (remove_files) COMPLETE
46992024-08-10T23:25:44.890Z[ recovery-image] Aug 10 23:25:43.737 INFO O| Aug 10 23:25:43.737 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-08-10T23:25:44.901Z[ recovery-image] Aug 10 23:25:43.748 INFO O| Aug 10 23:25:43.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47012024-08-10T23:25:44.901Z[ recovery-image] Aug 10 23:25:43.748 INFO O| Aug 10 23:25:43.748 INFO STEP 286 (remove_files) COMPLETE
47022024-08-10T23:25:44.904Z[ recovery-image] Aug 10 23:25:43.748 INFO O| Aug 10 23:25:43.748 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-08-10T23:25:44.912Z[ recovery-image] Aug 10 23:25:43.759 INFO O| Aug 10 23:25:43.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47042024-08-10T23:25:44.912Z[ recovery-image] Aug 10 23:25:43.759 INFO O| Aug 10 23:25:43.759 INFO STEP 287 (remove_files) COMPLETE
47052024-08-10T23:25:44.912Z[ recovery-image] Aug 10 23:25:43.759 INFO O| Aug 10 23:25:43.759 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-08-10T23:25:44.922Z[ recovery-image] Aug 10 23:25:43.770 INFO O| Aug 10 23:25:43.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47072024-08-10T23:25:44.926Z[ recovery-image] Aug 10 23:25:43.771 INFO O| Aug 10 23:25:43.770 INFO STEP 288 (remove_files) COMPLETE
47082024-08-10T23:25:44.926Z[ recovery-image] Aug 10 23:25:43.771 INFO O| Aug 10 23:25:43.770 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-08-10T23:25:44.934Z[ recovery-image] Aug 10 23:25:43.781 INFO O| Aug 10 23:25:43.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47102024-08-10T23:25:44.934Z[ recovery-image] Aug 10 23:25:43.781 INFO O| Aug 10 23:25:43.781 INFO STEP 289 (remove_files) COMPLETE
47112024-08-10T23:25:44.936Z[ recovery-image] Aug 10 23:25:43.781 INFO O| Aug 10 23:25:43.781 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-08-10T23:25:44.944Z[ recovery-image] Aug 10 23:25:43.792 INFO O| Aug 10 23:25:43.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47132024-08-10T23:25:44.951Z[ recovery-image] Aug 10 23:25:43.792 INFO O| Aug 10 23:25:43.792 INFO STEP 290 (remove_files) COMPLETE
47142024-08-10T23:25:44.951Z[ recovery-image] Aug 10 23:25:43.792 INFO O| Aug 10 23:25:43.792 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-08-10T23:25:44.955Z[ recovery-image] Aug 10 23:25:43.803 INFO O| Aug 10 23:25:43.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47162024-08-10T23:25:44.955Z[ recovery-image] Aug 10 23:25:43.803 INFO O| Aug 10 23:25:43.803 INFO STEP 291 (remove_files) COMPLETE
47172024-08-10T23:25:44.958Z[ recovery-image] Aug 10 23:25:43.803 INFO O| Aug 10 23:25:43.803 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-08-10T23:25:44.966Z[ recovery-image] Aug 10 23:25:43.813 INFO O| Aug 10 23:25:43.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47192024-08-10T23:25:44.968Z[ recovery-image] Aug 10 23:25:43.813 INFO O| Aug 10 23:25:43.813 INFO STEP 292 (remove_files) COMPLETE
47202024-08-10T23:25:44.968Z[ recovery-image] Aug 10 23:25:43.813 INFO O| Aug 10 23:25:43.813 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-08-10T23:25:44.975Z[ recovery-image] Aug 10 23:25:43.823 INFO O| Aug 10 23:25:43.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47222024-08-10T23:25:44.976Z[ recovery-image] Aug 10 23:25:43.823 INFO O| Aug 10 23:25:43.823 INFO STEP 293 (remove_files) COMPLETE
47232024-08-10T23:25:44.976Z[ recovery-image] Aug 10 23:25:43.823 INFO O| Aug 10 23:25:43.823 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-08-10T23:25:44.985Z[ recovery-image] Aug 10 23:25:43.833 INFO O| Aug 10 23:25:43.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47252024-08-10T23:25:44.985Z[ recovery-image] Aug 10 23:25:43.833 INFO O| Aug 10 23:25:43.833 INFO STEP 294 (remove_files) COMPLETE
47262024-08-10T23:25:44.988Z[ recovery-image] Aug 10 23:25:43.833 INFO O| Aug 10 23:25:43.833 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-10T23:25:44.995Z[ recovery-image] Aug 10 23:25:43.842 INFO O| Aug 10 23:25:43.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47282024-08-10T23:25:44.995Z[ recovery-image] Aug 10 23:25:43.842 INFO O| Aug 10 23:25:43.842 INFO STEP 295 (remove_files) COMPLETE
47292024-08-10T23:25:44.997Z[ recovery-image] Aug 10 23:25:43.842 INFO O| Aug 10 23:25:43.842 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-10T23:25:45.004Z[ recovery-image] Aug 10 23:25:43.852 INFO O| Aug 10 23:25:43.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47312024-08-10T23:25:45.004Z[ recovery-image] Aug 10 23:25:43.852 INFO O| Aug 10 23:25:43.852 INFO STEP 296 (remove_files) COMPLETE
47322024-08-10T23:25:45.004Z[ recovery-image] Aug 10 23:25:43.852 INFO O| Aug 10 23:25:43.852 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-10T23:25:45.014Z[ recovery-image] Aug 10 23:25:43.861 INFO O| Aug 10 23:25:43.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47342024-08-10T23:25:45.014Z[ recovery-image] Aug 10 23:25:43.862 INFO O| Aug 10 23:25:43.861 INFO STEP 297 (remove_files) COMPLETE
47352024-08-10T23:25:45.016Z[ recovery-image] Aug 10 23:25:43.862 INFO O| Aug 10 23:25:43.862 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-10T23:25:45.024Z[ recovery-image] Aug 10 23:25:43.871 INFO O| Aug 10 23:25:43.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47372024-08-10T23:25:45.024Z[ recovery-image] Aug 10 23:25:43.871 INFO O| Aug 10 23:25:43.871 INFO STEP 298 (remove_files) COMPLETE
47382024-08-10T23:25:45.026Z[ recovery-image] Aug 10 23:25:43.871 INFO O| Aug 10 23:25:43.871 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-10T23:25:45.033Z[ recovery-image] Aug 10 23:25:43.881 INFO O| Aug 10 23:25:43.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47402024-08-10T23:25:45.033Z[ recovery-image] Aug 10 23:25:43.881 INFO O| Aug 10 23:25:43.881 INFO STEP 299 (remove_files) COMPLETE
47412024-08-10T23:25:45.036Z[ recovery-image] Aug 10 23:25:43.881 INFO O| Aug 10 23:25:43.881 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-10T23:25:45.043Z[ recovery-image] Aug 10 23:25:43.890 INFO O| Aug 10 23:25:43.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47432024-08-10T23:25:45.043Z[ recovery-image] Aug 10 23:25:43.890 INFO O| Aug 10 23:25:43.890 INFO STEP 300 (remove_files) COMPLETE
47442024-08-10T23:25:45.045Z[ recovery-image] Aug 10 23:25:43.890 INFO O| Aug 10 23:25:43.890 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-10T23:25:45.052Z[ recovery-image] Aug 10 23:25:43.900 INFO O| Aug 10 23:25:43.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47462024-08-10T23:25:45.052Z[ recovery-image] Aug 10 23:25:43.900 INFO O| Aug 10 23:25:43.900 INFO STEP 301 (remove_files) COMPLETE
47472024-08-10T23:25:45.055Z[ recovery-image] Aug 10 23:25:43.900 INFO O| Aug 10 23:25:43.900 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-10T23:25:45.062Z[ recovery-image] Aug 10 23:25:43.909 INFO O| Aug 10 23:25:43.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47492024-08-10T23:25:45.062Z[ recovery-image] Aug 10 23:25:43.909 INFO O| Aug 10 23:25:43.909 INFO STEP 302 (remove_files) COMPLETE
47502024-08-10T23:25:45.064Z[ recovery-image] Aug 10 23:25:43.909 INFO O| Aug 10 23:25:43.909 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-10T23:25:45.071Z[ recovery-image] Aug 10 23:25:43.919 INFO O| Aug 10 23:25:43.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47522024-08-10T23:25:45.071Z[ recovery-image] Aug 10 23:25:43.919 INFO O| Aug 10 23:25:43.919 INFO STEP 303 (remove_files) COMPLETE
47532024-08-10T23:25:45.074Z[ recovery-image] Aug 10 23:25:43.919 INFO O| Aug 10 23:25:43.919 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-10T23:25:45.081Z[ recovery-image] Aug 10 23:25:43.928 INFO O| Aug 10 23:25:43.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47552024-08-10T23:25:45.081Z[ recovery-image] Aug 10 23:25:43.928 INFO O| Aug 10 23:25:43.928 INFO STEP 304 (remove_files) COMPLETE
47562024-08-10T23:25:45.081Z[ recovery-image] Aug 10 23:25:43.928 INFO O| Aug 10 23:25:43.928 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-10T23:25:45.090Z[ recovery-image] Aug 10 23:25:43.938 INFO O| Aug 10 23:25:43.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47582024-08-10T23:25:45.090Z[ recovery-image] Aug 10 23:25:43.938 INFO O| Aug 10 23:25:43.938 INFO STEP 305 (remove_files) COMPLETE
47592024-08-10T23:25:45.093Z[ recovery-image] Aug 10 23:25:43.938 INFO O| Aug 10 23:25:43.938 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-10T23:25:45.100Z[ recovery-image] Aug 10 23:25:43.947 INFO O| Aug 10 23:25:43.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47612024-08-10T23:25:45.100Z[ recovery-image] Aug 10 23:25:43.947 INFO O| Aug 10 23:25:43.947 INFO STEP 306 (remove_files) COMPLETE
47622024-08-10T23:25:45.100Z[ recovery-image] Aug 10 23:25:43.947 INFO O| Aug 10 23:25:43.947 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-10T23:25:45.109Z[ recovery-image] Aug 10 23:25:43.957 INFO O| Aug 10 23:25:43.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47642024-08-10T23:25:45.109Z[ recovery-image] Aug 10 23:25:43.957 INFO O| Aug 10 23:25:43.957 INFO STEP 307 (remove_files) COMPLETE
47652024-08-10T23:25:45.109Z[ recovery-image] Aug 10 23:25:43.957 INFO O| Aug 10 23:25:43.957 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-10T23:25:45.119Z[ recovery-image] Aug 10 23:25:43.966 INFO O| Aug 10 23:25:43.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47672024-08-10T23:25:45.121Z[ recovery-image] Aug 10 23:25:43.966 INFO O| Aug 10 23:25:43.966 INFO STEP 308 (remove_files) COMPLETE
47682024-08-10T23:25:45.121Z[ recovery-image] Aug 10 23:25:43.966 INFO O| Aug 10 23:25:43.966 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-10T23:25:45.128Z[ recovery-image] Aug 10 23:25:43.976 INFO O| Aug 10 23:25:43.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47702024-08-10T23:25:45.128Z[ recovery-image] Aug 10 23:25:43.976 INFO O| Aug 10 23:25:43.976 INFO STEP 309 (remove_files) COMPLETE
47712024-08-10T23:25:45.131Z[ recovery-image] Aug 10 23:25:43.976 INFO O| Aug 10 23:25:43.976 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-10T23:25:45.138Z[ recovery-image] Aug 10 23:25:43.985 INFO O| Aug 10 23:25:43.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47732024-08-10T23:25:45.138Z[ recovery-image] Aug 10 23:25:43.985 INFO O| Aug 10 23:25:43.985 INFO STEP 310 (remove_files) COMPLETE
47742024-08-10T23:25:45.140Z[ recovery-image] Aug 10 23:25:43.985 INFO O| Aug 10 23:25:43.985 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-10T23:25:45.148Z[ recovery-image] Aug 10 23:25:43.995 INFO O| Aug 10 23:25:43.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47762024-08-10T23:25:45.150Z[ recovery-image] Aug 10 23:25:43.995 INFO O| Aug 10 23:25:43.995 INFO STEP 311 (remove_files) COMPLETE
47772024-08-10T23:25:45.150Z[ recovery-image] Aug 10 23:25:43.995 INFO O| Aug 10 23:25:43.995 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-10T23:25:45.158Z[ recovery-image] Aug 10 23:25:44.005 INFO O| Aug 10 23:25:44.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47792024-08-10T23:25:45.158Z[ recovery-image] Aug 10 23:25:44.005 INFO O| Aug 10 23:25:44.005 INFO STEP 312 (remove_files) COMPLETE
47802024-08-10T23:25:45.158Z[ recovery-image] Aug 10 23:25:44.005 INFO O| Aug 10 23:25:44.005 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-08-10T23:25:45.168Z[ recovery-image] Aug 10 23:25:44.015 INFO O| Aug 10 23:25:44.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47822024-08-10T23:25:45.168Z[ recovery-image] Aug 10 23:25:44.015 INFO O| Aug 10 23:25:44.015 INFO STEP 313 (remove_files) COMPLETE
47832024-08-10T23:25:45.170Z[ recovery-image] Aug 10 23:25:44.015 INFO O| Aug 10 23:25:44.015 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-10T23:25:45.179Z[ recovery-image] Aug 10 23:25:44.026 INFO O| Aug 10 23:25:44.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47852024-08-10T23:25:45.179Z[ recovery-image] Aug 10 23:25:44.026 INFO O| Aug 10 23:25:44.026 INFO STEP 314 (remove_files) COMPLETE
47862024-08-10T23:25:45.179Z[ recovery-image] Aug 10 23:25:44.026 INFO O| Aug 10 23:25:44.026 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-10T23:25:45.190Z[ recovery-image] Aug 10 23:25:44.038 INFO O| Aug 10 23:25:44.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47882024-08-10T23:25:45.190Z[ recovery-image] Aug 10 23:25:44.038 INFO O| Aug 10 23:25:44.038 INFO STEP 315 (remove_files) COMPLETE
47892024-08-10T23:25:45.193Z[ recovery-image] Aug 10 23:25:44.038 INFO O| Aug 10 23:25:44.038 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-10T23:25:45.201Z[ recovery-image] Aug 10 23:25:44.049 INFO O| Aug 10 23:25:44.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47912024-08-10T23:25:45.204Z[ recovery-image] Aug 10 23:25:44.049 INFO O| Aug 10 23:25:44.049 INFO STEP 316 (remove_files) COMPLETE
47922024-08-10T23:25:45.204Z[ recovery-image] Aug 10 23:25:44.049 INFO O| Aug 10 23:25:44.049 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-08-10T23:25:45.212Z[ recovery-image] Aug 10 23:25:44.060 INFO O| Aug 10 23:25:44.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
47942024-08-10T23:25:45.215Z[ recovery-image] Aug 10 23:25:44.060 INFO O| Aug 10 23:25:44.060 INFO STEP 317 (remove_files) COMPLETE
47952024-08-10T23:25:45.215Z[ recovery-image] Aug 10 23:25:44.060 INFO O| Aug 10 23:25:44.060 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-10T23:25:45.223Z[ recovery-image] Aug 10 23:25:44.070 INFO O| Aug 10 23:25:44.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
47972024-08-10T23:25:45.223Z[ recovery-image] Aug 10 23:25:44.071 INFO O| Aug 10 23:25:44.071 INFO STEP 318 (remove_files) COMPLETE
47982024-08-10T23:25:45.223Z[ recovery-image] Aug 10 23:25:44.071 INFO O| Aug 10 23:25:44.071 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-10T23:25:45.234Z[ recovery-image] Aug 10 23:25:44.081 INFO O| Aug 10 23:25:44.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48002024-08-10T23:25:45.234Z[ recovery-image] Aug 10 23:25:44.081 INFO O| Aug 10 23:25:44.081 INFO STEP 319 (remove_files) COMPLETE
48012024-08-10T23:25:45.236Z[ recovery-image] Aug 10 23:25:44.081 INFO O| Aug 10 23:25:44.081 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-10T23:25:45.245Z[ recovery-image] Aug 10 23:25:44.092 INFO O| Aug 10 23:25:44.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48032024-08-10T23:25:45.245Z[ recovery-image] Aug 10 23:25:44.092 INFO O| Aug 10 23:25:44.092 INFO STEP 320 (remove_files) COMPLETE
48042024-08-10T23:25:45.247Z[ recovery-image] Aug 10 23:25:44.093 INFO O| Aug 10 23:25:44.092 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-10T23:25:45.255Z[ recovery-image] Aug 10 23:25:44.102 INFO O| Aug 10 23:25:44.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48062024-08-10T23:25:45.255Z[ recovery-image] Aug 10 23:25:44.102 INFO O| Aug 10 23:25:44.102 INFO STEP 321 (remove_files) COMPLETE
48072024-08-10T23:25:45.258Z[ recovery-image] Aug 10 23:25:44.102 INFO O| Aug 10 23:25:44.102 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-10T23:25:45.265Z[ recovery-image] Aug 10 23:25:44.113 INFO O| Aug 10 23:25:44.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48092024-08-10T23:25:45.265Z[ recovery-image] Aug 10 23:25:44.113 INFO O| Aug 10 23:25:44.113 INFO STEP 322 (remove_files) COMPLETE
48102024-08-10T23:25:45.266Z[ recovery-image] Aug 10 23:25:44.113 INFO O| Aug 10 23:25:44.113 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-10T23:25:45.275Z[ recovery-image] Aug 10 23:25:44.123 INFO O| Aug 10 23:25:44.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48122024-08-10T23:25:45.278Z[ recovery-image] Aug 10 23:25:44.123 INFO O| Aug 10 23:25:44.123 INFO STEP 323 (remove_files) COMPLETE
48132024-08-10T23:25:45.278Z[ recovery-image] Aug 10 23:25:44.123 INFO O| Aug 10 23:25:44.123 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-10T23:25:45.285Z[ recovery-image] Aug 10 23:25:44.132 INFO O| Aug 10 23:25:44.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48152024-08-10T23:25:45.285Z[ recovery-image] Aug 10 23:25:44.132 INFO O| Aug 10 23:25:44.132 INFO STEP 324 (remove_files) COMPLETE
48162024-08-10T23:25:45.287Z[ recovery-image] Aug 10 23:25:44.132 INFO O| Aug 10 23:25:44.132 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-10T23:25:45.294Z[ recovery-image] Aug 10 23:25:44.142 INFO O| Aug 10 23:25:44.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48182024-08-10T23:25:45.297Z[ recovery-image] Aug 10 23:25:44.142 INFO O| Aug 10 23:25:44.142 INFO STEP 325 (remove_files) COMPLETE
48192024-08-10T23:25:45.297Z[ recovery-image] Aug 10 23:25:44.142 INFO O| Aug 10 23:25:44.142 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-10T23:25:45.304Z[ recovery-image] Aug 10 23:25:44.152 INFO O| Aug 10 23:25:44.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48212024-08-10T23:25:45.304Z[ recovery-image] Aug 10 23:25:44.152 INFO O| Aug 10 23:25:44.152 INFO STEP 326 (remove_files) COMPLETE
48222024-08-10T23:25:45.304Z[ recovery-image] Aug 10 23:25:44.152 INFO O| Aug 10 23:25:44.152 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-10T23:25:45.314Z[ recovery-image] Aug 10 23:25:44.161 INFO O| Aug 10 23:25:44.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48242024-08-10T23:25:45.314Z[ recovery-image] Aug 10 23:25:44.161 INFO O| Aug 10 23:25:44.161 INFO STEP 327 (remove_files) COMPLETE
48252024-08-10T23:25:45.316Z[ recovery-image] Aug 10 23:25:44.161 INFO O| Aug 10 23:25:44.161 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-10T23:25:45.323Z[ recovery-image] Aug 10 23:25:44.171 INFO O| Aug 10 23:25:44.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48272024-08-10T23:25:45.323Z[ recovery-image] Aug 10 23:25:44.171 INFO O| Aug 10 23:25:44.171 INFO STEP 328 (remove_files) COMPLETE
48282024-08-10T23:25:45.326Z[ recovery-image] Aug 10 23:25:44.171 INFO O| Aug 10 23:25:44.171 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-10T23:25:45.332Z[ recovery-image] Aug 10 23:25:44.180 INFO O| Aug 10 23:25:44.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48302024-08-10T23:25:45.335Z[ recovery-image] Aug 10 23:25:44.180 INFO O| Aug 10 23:25:44.180 INFO STEP 329 (remove_files) COMPLETE
48312024-08-10T23:25:45.335Z[ recovery-image] Aug 10 23:25:44.180 INFO O| Aug 10 23:25:44.180 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-10T23:25:45.342Z[ recovery-image] Aug 10 23:25:44.189 INFO O| Aug 10 23:25:44.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48332024-08-10T23:25:45.342Z[ recovery-image] Aug 10 23:25:44.190 INFO O| Aug 10 23:25:44.190 INFO STEP 330 (remove_files) COMPLETE
48342024-08-10T23:25:45.345Z[ recovery-image] Aug 10 23:25:44.190 INFO O| Aug 10 23:25:44.190 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-10T23:25:45.352Z[ recovery-image] Aug 10 23:25:44.199 INFO O| Aug 10 23:25:44.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48362024-08-10T23:25:45.354Z[ recovery-image] Aug 10 23:25:44.199 INFO O| Aug 10 23:25:44.199 INFO STEP 331 (remove_files) COMPLETE
48372024-08-10T23:25:45.354Z[ recovery-image] Aug 10 23:25:44.199 INFO O| Aug 10 23:25:44.199 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-10T23:25:45.361Z[ recovery-image] Aug 10 23:25:44.209 INFO O| Aug 10 23:25:44.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48392024-08-10T23:25:45.361Z[ recovery-image] Aug 10 23:25:44.209 INFO O| Aug 10 23:25:44.209 INFO STEP 332 (remove_files) COMPLETE
48402024-08-10T23:25:45.364Z[ recovery-image] Aug 10 23:25:44.209 INFO O| Aug 10 23:25:44.209 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-10T23:25:45.371Z[ recovery-image] Aug 10 23:25:44.218 INFO O| Aug 10 23:25:44.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48422024-08-10T23:25:45.373Z[ recovery-image] Aug 10 23:25:44.218 INFO O| Aug 10 23:25:44.218 INFO STEP 333 (remove_files) COMPLETE
48432024-08-10T23:25:45.373Z[ recovery-image] Aug 10 23:25:44.218 INFO O| Aug 10 23:25:44.218 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-10T23:25:45.380Z[ recovery-image] Aug 10 23:25:44.228 INFO O| Aug 10 23:25:44.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48452024-08-10T23:25:45.380Z[ recovery-image] Aug 10 23:25:44.228 INFO O| Aug 10 23:25:44.228 INFO STEP 334 (remove_files) COMPLETE
48462024-08-10T23:25:45.383Z[ recovery-image] Aug 10 23:25:44.228 INFO O| Aug 10 23:25:44.228 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-10T23:25:45.390Z[ recovery-image] Aug 10 23:25:44.238 INFO O| Aug 10 23:25:44.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48482024-08-10T23:25:45.393Z[ recovery-image] Aug 10 23:25:44.238 INFO O| Aug 10 23:25:44.238 INFO STEP 335 (remove_files) COMPLETE
48492024-08-10T23:25:45.393Z[ recovery-image] Aug 10 23:25:44.238 INFO O| Aug 10 23:25:44.238 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-08-10T23:25:45.400Z[ recovery-image] Aug 10 23:25:44.248 INFO O| Aug 10 23:25:44.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48512024-08-10T23:25:45.400Z[ recovery-image] Aug 10 23:25:44.248 INFO O| Aug 10 23:25:44.248 INFO STEP 336 (remove_files) COMPLETE
48522024-08-10T23:25:45.400Z[ recovery-image] Aug 10 23:25:44.248 INFO O| Aug 10 23:25:44.248 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-08-10T23:25:45.410Z[ recovery-image] Aug 10 23:25:44.257 INFO O| Aug 10 23:25:44.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48542024-08-10T23:25:45.410Z[ recovery-image] Aug 10 23:25:44.258 INFO O| Aug 10 23:25:44.257 INFO STEP 337 (remove_files) COMPLETE
48552024-08-10T23:25:45.413Z[ recovery-image] Aug 10 23:25:44.258 INFO O| Aug 10 23:25:44.258 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-08-10T23:25:45.420Z[ recovery-image] Aug 10 23:25:44.267 INFO O| Aug 10 23:25:44.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48572024-08-10T23:25:45.420Z[ recovery-image] Aug 10 23:25:44.267 INFO O| Aug 10 23:25:44.267 INFO STEP 338 (remove_files) COMPLETE
48582024-08-10T23:25:45.423Z[ recovery-image] Aug 10 23:25:44.267 INFO O| Aug 10 23:25:44.267 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-10T23:25:45.429Z[ recovery-image] Aug 10 23:25:44.277 INFO O| Aug 10 23:25:44.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48602024-08-10T23:25:45.429Z[ recovery-image] Aug 10 23:25:44.277 INFO O| Aug 10 23:25:44.277 INFO STEP 339 (remove_files) COMPLETE
48612024-08-10T23:25:45.432Z[ recovery-image] Aug 10 23:25:44.277 INFO O| Aug 10 23:25:44.277 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-10T23:25:45.439Z[ recovery-image] Aug 10 23:25:44.286 INFO O| Aug 10 23:25:44.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48632024-08-10T23:25:45.441Z[ recovery-image] Aug 10 23:25:44.287 INFO O| Aug 10 23:25:44.286 INFO STEP 340 (remove_files) COMPLETE
48642024-08-10T23:25:45.441Z[ recovery-image] Aug 10 23:25:44.287 INFO O| Aug 10 23:25:44.287 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-10T23:25:45.449Z[ recovery-image] Aug 10 23:25:44.296 INFO O| Aug 10 23:25:44.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48662024-08-10T23:25:45.449Z[ recovery-image] Aug 10 23:25:44.296 INFO O| Aug 10 23:25:44.296 INFO STEP 341 (remove_files) COMPLETE
48672024-08-10T23:25:45.451Z[ recovery-image] Aug 10 23:25:44.296 INFO O| Aug 10 23:25:44.296 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-10T23:25:45.459Z[ recovery-image] Aug 10 23:25:44.306 INFO O| Aug 10 23:25:44.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48692024-08-10T23:25:45.459Z[ recovery-image] Aug 10 23:25:44.306 INFO O| Aug 10 23:25:44.306 INFO STEP 342 (remove_files) COMPLETE
48702024-08-10T23:25:45.461Z[ recovery-image] Aug 10 23:25:44.306 INFO O| Aug 10 23:25:44.306 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-10T23:25:45.468Z[ recovery-image] Aug 10 23:25:44.316 INFO O| Aug 10 23:25:44.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48722024-08-10T23:25:45.468Z[ recovery-image] Aug 10 23:25:44.316 INFO O| Aug 10 23:25:44.316 INFO STEP 343 (remove_files) COMPLETE
48732024-08-10T23:25:45.471Z[ recovery-image] Aug 10 23:25:44.316 INFO O| Aug 10 23:25:44.316 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-10T23:25:45.479Z[ recovery-image] Aug 10 23:25:44.326 INFO O| Aug 10 23:25:44.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48752024-08-10T23:25:45.479Z[ recovery-image] Aug 10 23:25:44.326 INFO O| Aug 10 23:25:44.326 INFO STEP 344 (remove_files) COMPLETE
48762024-08-10T23:25:45.479Z[ recovery-image] Aug 10 23:25:44.326 INFO O| Aug 10 23:25:44.326 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-10T23:25:45.488Z[ recovery-image] Aug 10 23:25:44.335 INFO O| Aug 10 23:25:44.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48782024-08-10T23:25:45.488Z[ recovery-image] Aug 10 23:25:44.335 INFO O| Aug 10 23:25:44.335 INFO STEP 345 (remove_files) COMPLETE
48792024-08-10T23:25:45.490Z[ recovery-image] Aug 10 23:25:44.335 INFO O| Aug 10 23:25:44.335 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-10T23:25:45.497Z[ recovery-image] Aug 10 23:25:44.345 INFO O| Aug 10 23:25:44.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48812024-08-10T23:25:45.497Z[ recovery-image] Aug 10 23:25:44.345 INFO O| Aug 10 23:25:44.345 INFO STEP 346 (remove_files) COMPLETE
48822024-08-10T23:25:45.500Z[ recovery-image] Aug 10 23:25:44.345 INFO O| Aug 10 23:25:44.345 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-10T23:25:45.507Z[ recovery-image] Aug 10 23:25:44.355 INFO O| Aug 10 23:25:44.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48842024-08-10T23:25:45.507Z[ recovery-image] Aug 10 23:25:44.355 INFO O| Aug 10 23:25:44.355 INFO STEP 347 (remove_files) COMPLETE
48852024-08-10T23:25:45.507Z[ recovery-image] Aug 10 23:25:44.355 INFO O| Aug 10 23:25:44.355 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-10T23:25:45.517Z[ recovery-image] Aug 10 23:25:44.365 INFO O| Aug 10 23:25:44.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48872024-08-10T23:25:45.520Z[ recovery-image] Aug 10 23:25:44.365 INFO O| Aug 10 23:25:44.365 INFO STEP 348 (remove_files) COMPLETE
48882024-08-10T23:25:45.520Z[ recovery-image] Aug 10 23:25:44.365 INFO O| Aug 10 23:25:44.365 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-10T23:25:45.527Z[ recovery-image] Aug 10 23:25:44.374 INFO O| Aug 10 23:25:44.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
48902024-08-10T23:25:45.527Z[ recovery-image] Aug 10 23:25:44.374 INFO O| Aug 10 23:25:44.374 INFO STEP 349 (remove_files) COMPLETE
48912024-08-10T23:25:45.527Z[ recovery-image] Aug 10 23:25:44.374 INFO O| Aug 10 23:25:44.374 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-10T23:25:45.536Z[ recovery-image] Aug 10 23:25:44.384 INFO O| Aug 10 23:25:44.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
48932024-08-10T23:25:45.536Z[ recovery-image] Aug 10 23:25:44.384 INFO O| Aug 10 23:25:44.384 INFO STEP 350 (remove_files) COMPLETE
48942024-08-10T23:25:45.539Z[ recovery-image] Aug 10 23:25:44.384 INFO O| Aug 10 23:25:44.384 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-10T23:25:45.546Z[ recovery-image] Aug 10 23:25:44.393 INFO O| Aug 10 23:25:44.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
48962024-08-10T23:25:45.546Z[ recovery-image] Aug 10 23:25:44.393 INFO O| Aug 10 23:25:44.393 INFO STEP 351 (remove_files) COMPLETE
48972024-08-10T23:25:45.546Z[ recovery-image] Aug 10 23:25:44.394 INFO O| Aug 10 23:25:44.393 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-10T23:25:45.555Z[ recovery-image] Aug 10 23:25:44.403 INFO O| Aug 10 23:25:44.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
48992024-08-10T23:25:45.555Z[ recovery-image] Aug 10 23:25:44.403 INFO O| Aug 10 23:25:44.403 INFO STEP 352 (remove_files) COMPLETE
49002024-08-10T23:25:45.556Z[ recovery-image] Aug 10 23:25:44.403 INFO O| Aug 10 23:25:44.403 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-10T23:25:45.565Z[ recovery-image] Aug 10 23:25:44.413 INFO O| Aug 10 23:25:44.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49022024-08-10T23:25:45.565Z[ recovery-image] Aug 10 23:25:44.413 INFO O| Aug 10 23:25:44.413 INFO STEP 353 (remove_files) COMPLETE
49032024-08-10T23:25:45.568Z[ recovery-image] Aug 10 23:25:44.413 INFO O| Aug 10 23:25:44.413 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-10T23:25:45.575Z[ recovery-image] Aug 10 23:25:44.422 INFO O| Aug 10 23:25:44.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49052024-08-10T23:25:45.577Z[ recovery-image] Aug 10 23:25:44.422 INFO O| Aug 10 23:25:44.422 INFO STEP 354 (remove_files) COMPLETE
49062024-08-10T23:25:45.577Z[ recovery-image] Aug 10 23:25:44.422 INFO O| Aug 10 23:25:44.422 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-10T23:25:45.581Z[ host-image] Aug 10 23:25:44.428 INFO O| Aug 10 23:25:44.428 INFO O| Planning: Solver setup ... Done
49082024-08-10T23:25:45.584Z[ recovery-image] Aug 10 23:25:44.432 INFO O| Aug 10 23:25:44.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49092024-08-10T23:25:45.587Z[ recovery-image] Aug 10 23:25:44.432 INFO O| Aug 10 23:25:44.432 INFO STEP 355 (remove_files) COMPLETE
49102024-08-10T23:25:45.587Z[ host-image] Aug 10 23:25:44.432 INFO O| Aug 10 23:25:44.432 INFO O| Planning: Running solver ... Done
49112024-08-10T23:25:45.587Z[ recovery-image] Aug 10 23:25:44.432 INFO O| Aug 10 23:25:44.432 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-08-10T23:25:45.594Z[ recovery-image] Aug 10 23:25:44.442 INFO O| Aug 10 23:25:44.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49132024-08-10T23:25:45.594Z[ recovery-image] Aug 10 23:25:44.442 INFO O| Aug 10 23:25:44.442 INFO STEP 356 (remove_files) COMPLETE
49142024-08-10T23:25:45.594Z[ recovery-image] Aug 10 23:25:44.442 INFO O| Aug 10 23:25:44.442 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-08-10T23:25:45.604Z[ recovery-image] Aug 10 23:25:44.452 INFO O| Aug 10 23:25:44.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49162024-08-10T23:25:45.604Z[ recovery-image] Aug 10 23:25:44.452 INFO O| Aug 10 23:25:44.452 INFO STEP 357 (remove_files) COMPLETE
49172024-08-10T23:25:45.604Z[ recovery-image] Aug 10 23:25:44.452 INFO O| Aug 10 23:25:44.452 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-08-10T23:25:45.614Z[ recovery-image] Aug 10 23:25:44.462 INFO O| Aug 10 23:25:44.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49192024-08-10T23:25:45.617Z[ recovery-image] Aug 10 23:25:44.462 INFO O| Aug 10 23:25:44.462 INFO STEP 358 (remove_files) COMPLETE
49202024-08-10T23:25:45.617Z[ recovery-image] Aug 10 23:25:44.462 INFO O| Aug 10 23:25:44.462 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-08-10T23:25:45.620Z[ host-image] Aug 10 23:25:44.467 INFO O| Aug 10 23:25:44.467 INFO O| Planning: Finding local manifests ... Done
49222024-08-10T23:25:45.622Z[ host-image] Aug 10 23:25:44.468 INFO O| Aug 10 23:25:44.468 INFO O| Planning: Fetching manifests: 0/6 0% complete
49232024-08-10T23:25:45.625Z[ recovery-image] Aug 10 23:25:44.472 INFO O| Aug 10 23:25:44.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49242024-08-10T23:25:45.625Z[ recovery-image] Aug 10 23:25:44.472 INFO O| Aug 10 23:25:44.472 INFO STEP 359 (remove_files) COMPLETE
49252024-08-10T23:25:45.625Z[ recovery-image] Aug 10 23:25:44.472 INFO O| Aug 10 23:25:44.472 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-10T23:25:45.636Z[ recovery-image] Aug 10 23:25:44.483 INFO O| Aug 10 23:25:44.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49272024-08-10T23:25:45.636Z[ recovery-image] Aug 10 23:25:44.483 INFO O| Aug 10 23:25:44.483 INFO STEP 360 (remove_files) COMPLETE
49282024-08-10T23:25:45.638Z[ recovery-image] Aug 10 23:25:44.483 INFO O| Aug 10 23:25:44.483 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-10T23:25:45.647Z[ recovery-image] Aug 10 23:25:44.494 INFO O| Aug 10 23:25:44.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49302024-08-10T23:25:45.647Z[ recovery-image] Aug 10 23:25:44.494 INFO O| Aug 10 23:25:44.494 INFO STEP 361 (remove_files) COMPLETE
49312024-08-10T23:25:45.647Z[ recovery-image] Aug 10 23:25:44.494 INFO O| Aug 10 23:25:44.494 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-10T23:25:45.657Z[ recovery-image] Aug 10 23:25:44.504 INFO O| Aug 10 23:25:44.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49332024-08-10T23:25:45.659Z[ recovery-image] Aug 10 23:25:44.504 INFO O| Aug 10 23:25:44.504 INFO STEP 362 (remove_files) COMPLETE
49342024-08-10T23:25:45.659Z[ recovery-image] Aug 10 23:25:44.504 INFO O| Aug 10 23:25:44.504 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-10T23:25:45.666Z[ recovery-image] Aug 10 23:25:44.514 INFO O| Aug 10 23:25:44.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49362024-08-10T23:25:45.669Z[ recovery-image] Aug 10 23:25:44.514 INFO O| Aug 10 23:25:44.514 INFO STEP 363 (remove_files) COMPLETE
49372024-08-10T23:25:45.669Z[ recovery-image] Aug 10 23:25:44.514 INFO O| Aug 10 23:25:44.514 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-10T23:25:45.676Z[ recovery-image] Aug 10 23:25:44.524 INFO O| Aug 10 23:25:44.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49392024-08-10T23:25:45.676Z[ recovery-image] Aug 10 23:25:44.524 INFO O| Aug 10 23:25:44.524 INFO STEP 364 (remove_files) COMPLETE
49402024-08-10T23:25:45.676Z[ recovery-image] Aug 10 23:25:44.524 INFO O| Aug 10 23:25:44.524 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-10T23:25:45.686Z[ recovery-image] Aug 10 23:25:44.534 INFO O| Aug 10 23:25:44.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49422024-08-10T23:25:45.686Z[ recovery-image] Aug 10 23:25:44.534 INFO O| Aug 10 23:25:44.534 INFO STEP 365 (remove_files) COMPLETE
49432024-08-10T23:25:45.689Z[ recovery-image] Aug 10 23:25:44.534 INFO O| Aug 10 23:25:44.534 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-10T23:25:45.696Z[ recovery-image] Aug 10 23:25:44.543 INFO O| Aug 10 23:25:44.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49452024-08-10T23:25:45.698Z[ recovery-image] Aug 10 23:25:44.543 INFO O| Aug 10 23:25:44.543 INFO STEP 366 (remove_files) COMPLETE
49462024-08-10T23:25:45.698Z[ recovery-image] Aug 10 23:25:44.543 INFO O| Aug 10 23:25:44.543 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-10T23:25:45.706Z[ recovery-image] Aug 10 23:25:44.553 INFO O| Aug 10 23:25:44.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49482024-08-10T23:25:45.706Z[ recovery-image] Aug 10 23:25:44.553 INFO O| Aug 10 23:25:44.553 INFO STEP 367 (remove_files) COMPLETE
49492024-08-10T23:25:45.706Z[ recovery-image] Aug 10 23:25:44.553 INFO O| Aug 10 23:25:44.553 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-10T23:25:45.715Z[ recovery-image] Aug 10 23:25:44.563 INFO O| Aug 10 23:25:44.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49512024-08-10T23:25:45.715Z[ recovery-image] Aug 10 23:25:44.563 INFO O| Aug 10 23:25:44.563 INFO STEP 368 (remove_files) COMPLETE
49522024-08-10T23:25:45.718Z[ recovery-image] Aug 10 23:25:44.563 INFO O| Aug 10 23:25:44.563 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-10T23:25:45.725Z[ recovery-image] Aug 10 23:25:44.573 INFO O| Aug 10 23:25:44.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49542024-08-10T23:25:45.728Z[ recovery-image] Aug 10 23:25:44.573 INFO O| Aug 10 23:25:44.573 INFO STEP 369 (remove_files) COMPLETE
49552024-08-10T23:25:45.728Z[ recovery-image] Aug 10 23:25:44.573 INFO O| Aug 10 23:25:44.573 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-08-10T23:25:45.735Z[ recovery-image] Aug 10 23:25:44.582 INFO O| Aug 10 23:25:44.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49572024-08-10T23:25:45.735Z[ recovery-image] Aug 10 23:25:44.582 INFO O| Aug 10 23:25:44.582 INFO STEP 370 (remove_files) COMPLETE
49582024-08-10T23:25:45.737Z[ recovery-image] Aug 10 23:25:44.582 INFO O| Aug 10 23:25:44.582 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-08-10T23:25:45.744Z[ recovery-image] Aug 10 23:25:44.592 INFO O| Aug 10 23:25:44.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49602024-08-10T23:25:45.744Z[ recovery-image] Aug 10 23:25:44.592 INFO O| Aug 10 23:25:44.592 INFO STEP 371 (remove_files) COMPLETE
49612024-08-10T23:25:45.744Z[ recovery-image] Aug 10 23:25:44.592 INFO O| Aug 10 23:25:44.592 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-08-10T23:25:45.752Z[ host-image] Aug 10 23:25:44.600 INFO O| Aug 10 23:25:44.599 INFO O| Planning: Fetching manifests: 6/6 100% complete
49632024-08-10T23:25:45.756Z[ recovery-image] Aug 10 23:25:44.602 INFO O| Aug 10 23:25:44.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49642024-08-10T23:25:45.756Z[ recovery-image] Aug 10 23:25:44.602 INFO O| Aug 10 23:25:44.602 INFO STEP 372 (remove_files) COMPLETE
49652024-08-10T23:25:45.756Z[ recovery-image] Aug 10 23:25:44.602 INFO O| Aug 10 23:25:44.602 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-08-10T23:25:45.764Z[ recovery-image] Aug 10 23:25:44.611 INFO O| Aug 10 23:25:44.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49672024-08-10T23:25:45.764Z[ recovery-image] Aug 10 23:25:44.611 INFO O| Aug 10 23:25:44.611 INFO STEP 373 (remove_files) COMPLETE
49682024-08-10T23:25:45.764Z[ recovery-image] Aug 10 23:25:44.611 INFO O| Aug 10 23:25:44.611 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-08-10T23:25:45.774Z[ recovery-image] Aug 10 23:25:44.621 INFO O| Aug 10 23:25:44.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49702024-08-10T23:25:45.774Z[ recovery-image] Aug 10 23:25:44.621 INFO O| Aug 10 23:25:44.621 INFO STEP 374 (remove_files) COMPLETE
49712024-08-10T23:25:45.777Z[ recovery-image] Aug 10 23:25:44.621 INFO O| Aug 10 23:25:44.621 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-08-10T23:25:45.783Z[ recovery-image] Aug 10 23:25:44.631 INFO O| Aug 10 23:25:44.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49732024-08-10T23:25:45.783Z[ recovery-image] Aug 10 23:25:44.631 INFO O| Aug 10 23:25:44.631 INFO STEP 375 (remove_files) COMPLETE
49742024-08-10T23:25:45.784Z[ recovery-image] Aug 10 23:25:44.631 INFO O| Aug 10 23:25:44.631 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-08-10T23:25:45.786Z[ host-image] Aug 10 23:25:44.632 INFO O| Aug 10 23:25:44.632 INFO O| Planning: Package planning ... Done
49762024-08-10T23:25:45.793Z[ recovery-image] Aug 10 23:25:44.640 INFO O| Aug 10 23:25:44.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49772024-08-10T23:25:45.793Z[ recovery-image] Aug 10 23:25:44.640 INFO O| Aug 10 23:25:44.640 INFO STEP 376 (remove_files) COMPLETE
49782024-08-10T23:25:45.795Z[ recovery-image] Aug 10 23:25:44.640 INFO O| Aug 10 23:25:44.640 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-10T23:25:45.803Z[ recovery-image] Aug 10 23:25:44.650 INFO O| Aug 10 23:25:44.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49802024-08-10T23:25:45.803Z[ recovery-image] Aug 10 23:25:44.650 INFO O| Aug 10 23:25:44.650 INFO STEP 377 (remove_files) COMPLETE
49812024-08-10T23:25:45.803Z[ recovery-image] Aug 10 23:25:44.650 INFO O| Aug 10 23:25:44.650 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-10T23:25:45.805Z[ host-image] Aug 10 23:25:44.652 INFO O| Aug 10 23:25:44.652 INFO O| Planning: Merging actions ... Done
49832024-08-10T23:25:45.812Z[ recovery-image] Aug 10 23:25:44.660 INFO O| Aug 10 23:25:44.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49842024-08-10T23:25:45.815Z[ recovery-image] Aug 10 23:25:44.660 INFO O| Aug 10 23:25:44.660 INFO STEP 378 (remove_files) COMPLETE
49852024-08-10T23:25:45.815Z[ recovery-image] Aug 10 23:25:44.660 INFO O| Aug 10 23:25:44.660 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-10T23:25:45.822Z[ recovery-image] Aug 10 23:25:44.669 INFO O| Aug 10 23:25:44.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49872024-08-10T23:25:45.822Z[ recovery-image] Aug 10 23:25:44.669 INFO O| Aug 10 23:25:44.669 INFO STEP 379 (remove_files) COMPLETE
49882024-08-10T23:25:45.822Z[ recovery-image] Aug 10 23:25:44.669 INFO O| Aug 10 23:25:44.669 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-10T23:25:45.831Z[ recovery-image] Aug 10 23:25:44.679 INFO O| Aug 10 23:25:44.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49902024-08-10T23:25:45.831Z[ recovery-image] Aug 10 23:25:44.679 INFO O| Aug 10 23:25:44.679 INFO STEP 380 (remove_files) COMPLETE
49912024-08-10T23:25:45.832Z[ recovery-image] Aug 10 23:25:44.679 INFO O| Aug 10 23:25:44.679 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-10T23:25:45.841Z[ recovery-image] Aug 10 23:25:44.688 INFO O| Aug 10 23:25:44.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49932024-08-10T23:25:45.844Z[ recovery-image] Aug 10 23:25:44.689 INFO O| Aug 10 23:25:44.688 INFO STEP 381 (remove_files) COMPLETE
49942024-08-10T23:25:45.844Z[ recovery-image] Aug 10 23:25:44.689 INFO O| Aug 10 23:25:44.689 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-10T23:25:45.851Z[ recovery-image] Aug 10 23:25:44.698 INFO O| Aug 10 23:25:44.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
49962024-08-10T23:25:45.851Z[ recovery-image] Aug 10 23:25:44.698 INFO O| Aug 10 23:25:44.698 INFO STEP 382 (remove_files) COMPLETE
49972024-08-10T23:25:45.851Z[ recovery-image] Aug 10 23:25:44.698 INFO O| Aug 10 23:25:44.698 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-10T23:25:45.861Z[ recovery-image] Aug 10 23:25:44.708 INFO O| Aug 10 23:25:44.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
49992024-08-10T23:25:45.863Z[ recovery-image] Aug 10 23:25:44.708 INFO O| Aug 10 23:25:44.708 INFO STEP 383 (remove_files) COMPLETE
50002024-08-10T23:25:45.863Z[ recovery-image] Aug 10 23:25:44.708 INFO O| Aug 10 23:25:44.708 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-10T23:25:45.870Z[ recovery-image] Aug 10 23:25:44.717 INFO O| Aug 10 23:25:44.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50022024-08-10T23:25:45.872Z[ recovery-image] Aug 10 23:25:44.717 INFO O| Aug 10 23:25:44.717 INFO STEP 384 (remove_files) COMPLETE
50032024-08-10T23:25:45.872Z[ recovery-image] Aug 10 23:25:44.717 INFO O| Aug 10 23:25:44.717 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-08-10T23:25:45.877Z[ host-image] Aug 10 23:25:44.724 INFO O| Aug 10 23:25:44.724 INFO O| Planning: Checking for conflicting actions ... Done
50052024-08-10T23:25:45.879Z[ recovery-image] Aug 10 23:25:44.727 INFO O| Aug 10 23:25:44.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50062024-08-10T23:25:45.879Z[ recovery-image] Aug 10 23:25:44.727 INFO O| Aug 10 23:25:44.727 INFO STEP 385 (remove_files) COMPLETE
50072024-08-10T23:25:45.879Z[ recovery-image] Aug 10 23:25:44.727 INFO O| Aug 10 23:25:44.727 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-10T23:25:45.882Z[ host-image] Aug 10 23:25:44.728 INFO O| Aug 10 23:25:44.728 INFO O| Planning: Consolidating action changes ... Done
50092024-08-10T23:25:45.889Z[ recovery-image] Aug 10 23:25:44.736 INFO O| Aug 10 23:25:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50102024-08-10T23:25:45.889Z[ recovery-image] Aug 10 23:25:44.736 INFO O| Aug 10 23:25:44.736 INFO STEP 386 (remove_files) COMPLETE
50112024-08-10T23:25:45.891Z[ recovery-image] Aug 10 23:25:44.736 INFO O| Aug 10 23:25:44.736 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-10T23:25:45.898Z[ recovery-image] Aug 10 23:25:44.746 INFO O| Aug 10 23:25:44.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50132024-08-10T23:25:45.898Z[ recovery-image] Aug 10 23:25:44.746 INFO O| Aug 10 23:25:44.746 INFO STEP 387 (remove_files) COMPLETE
50142024-08-10T23:25:45.901Z[ recovery-image] Aug 10 23:25:44.746 INFO O| Aug 10 23:25:44.746 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-10T23:25:45.908Z[ recovery-image] Aug 10 23:25:44.755 INFO O| Aug 10 23:25:44.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50162024-08-10T23:25:45.908Z[ recovery-image] Aug 10 23:25:44.755 INFO O| Aug 10 23:25:44.755 INFO STEP 388 (remove_files) COMPLETE
50172024-08-10T23:25:45.910Z[ recovery-image] Aug 10 23:25:44.755 INFO O| Aug 10 23:25:44.755 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-10T23:25:45.917Z[ recovery-image] Aug 10 23:25:44.765 INFO O| Aug 10 23:25:44.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50192024-08-10T23:25:45.917Z[ recovery-image] Aug 10 23:25:44.765 INFO O| Aug 10 23:25:44.765 INFO STEP 389 (remove_files) COMPLETE
50202024-08-10T23:25:45.917Z[ recovery-image] Aug 10 23:25:44.765 INFO O| Aug 10 23:25:44.765 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-10T23:25:45.927Z[ recovery-image] Aug 10 23:25:44.775 INFO O| Aug 10 23:25:44.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50222024-08-10T23:25:45.930Z[ recovery-image] Aug 10 23:25:44.775 INFO O| Aug 10 23:25:44.775 INFO STEP 390 (remove_files) COMPLETE
50232024-08-10T23:25:45.930Z[ recovery-image] Aug 10 23:25:44.775 INFO O| Aug 10 23:25:44.775 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-10T23:25:45.938Z[ recovery-image] Aug 10 23:25:44.786 INFO O| Aug 10 23:25:44.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50252024-08-10T23:25:45.938Z[ recovery-image] Aug 10 23:25:44.786 INFO O| Aug 10 23:25:44.786 INFO STEP 391 (remove_files) COMPLETE
50262024-08-10T23:25:45.941Z[ recovery-image] Aug 10 23:25:44.786 INFO O| Aug 10 23:25:44.786 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-10T23:25:45.949Z[ recovery-image] Aug 10 23:25:44.796 INFO O| Aug 10 23:25:44.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50282024-08-10T23:25:45.949Z[ recovery-image] Aug 10 23:25:44.797 INFO O| Aug 10 23:25:44.797 INFO STEP 392 (remove_files) COMPLETE
50292024-08-10T23:25:45.951Z[ recovery-image] Aug 10 23:25:44.797 INFO O| Aug 10 23:25:44.797 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-10T23:25:45.960Z[ recovery-image] Aug 10 23:25:44.807 INFO O| Aug 10 23:25:44.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50312024-08-10T23:25:45.960Z[ recovery-image] Aug 10 23:25:44.807 INFO O| Aug 10 23:25:44.807 INFO STEP 393 (remove_files) COMPLETE
50322024-08-10T23:25:45.960Z[ recovery-image] Aug 10 23:25:44.807 INFO O| Aug 10 23:25:44.807 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-10T23:25:45.971Z[ recovery-image] Aug 10 23:25:44.818 INFO O| Aug 10 23:25:44.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50342024-08-10T23:25:45.971Z[ recovery-image] Aug 10 23:25:44.818 INFO O| Aug 10 23:25:44.818 INFO STEP 394 (remove_files) COMPLETE
50352024-08-10T23:25:45.974Z[ recovery-image] Aug 10 23:25:44.818 INFO O| Aug 10 23:25:44.818 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-10T23:25:45.982Z[ recovery-image] Aug 10 23:25:44.829 INFO O| Aug 10 23:25:44.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50372024-08-10T23:25:45.984Z[ recovery-image] Aug 10 23:25:44.829 INFO O| Aug 10 23:25:44.829 INFO STEP 395 (remove_files) COMPLETE
50382024-08-10T23:25:45.984Z[ recovery-image] Aug 10 23:25:44.829 INFO O| Aug 10 23:25:44.829 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-10T23:25:45.992Z[ recovery-image] Aug 10 23:25:44.839 INFO O| Aug 10 23:25:44.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50402024-08-10T23:25:45.995Z[ recovery-image] Aug 10 23:25:44.839 INFO O| Aug 10 23:25:44.839 INFO STEP 396 (remove_files) COMPLETE
50412024-08-10T23:25:45.995Z[ recovery-image] Aug 10 23:25:44.839 INFO O| Aug 10 23:25:44.839 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-10T23:25:46.002Z[ recovery-image] Aug 10 23:25:44.849 INFO O| Aug 10 23:25:44.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50432024-08-10T23:25:46.005Z[ recovery-image] Aug 10 23:25:44.849 INFO O| Aug 10 23:25:44.849 INFO STEP 397 (remove_files) COMPLETE
50442024-08-10T23:25:46.005Z[ recovery-image] Aug 10 23:25:44.850 INFO O| Aug 10 23:25:44.849 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-10T23:25:46.013Z[ recovery-image] Aug 10 23:25:44.860 INFO O| Aug 10 23:25:44.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50462024-08-10T23:25:46.013Z[ recovery-image] Aug 10 23:25:44.860 INFO O| Aug 10 23:25:44.860 INFO STEP 398 (remove_files) COMPLETE
50472024-08-10T23:25:46.013Z[ recovery-image] Aug 10 23:25:44.860 INFO O| Aug 10 23:25:44.860 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-10T23:25:46.022Z[ recovery-image] Aug 10 23:25:44.870 INFO O| Aug 10 23:25:44.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50492024-08-10T23:25:46.026Z[ recovery-image] Aug 10 23:25:44.870 INFO O| Aug 10 23:25:44.870 INFO STEP 399 (remove_files) COMPLETE
50502024-08-10T23:25:46.026Z[ recovery-image] Aug 10 23:25:44.870 INFO O| Aug 10 23:25:44.870 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-10T23:25:46.032Z[ recovery-image] Aug 10 23:25:44.880 INFO O| Aug 10 23:25:44.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50522024-08-10T23:25:46.032Z[ recovery-image] Aug 10 23:25:44.880 INFO O| Aug 10 23:25:44.880 INFO STEP 400 (remove_files) COMPLETE
50532024-08-10T23:25:46.035Z[ recovery-image] Aug 10 23:25:44.880 INFO O| Aug 10 23:25:44.880 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-10T23:25:46.042Z[ recovery-image] Aug 10 23:25:44.889 INFO O| Aug 10 23:25:44.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50552024-08-10T23:25:46.042Z[ recovery-image] Aug 10 23:25:44.889 INFO O| Aug 10 23:25:44.889 INFO STEP 401 (remove_files) COMPLETE
50562024-08-10T23:25:46.045Z[ recovery-image] Aug 10 23:25:44.889 INFO O| Aug 10 23:25:44.889 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-10T23:25:46.051Z[ recovery-image] Aug 10 23:25:44.899 INFO O| Aug 10 23:25:44.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50582024-08-10T23:25:46.051Z[ recovery-image] Aug 10 23:25:44.899 INFO O| Aug 10 23:25:44.899 INFO STEP 402 (remove_files) COMPLETE
50592024-08-10T23:25:46.054Z[ recovery-image] Aug 10 23:25:44.899 INFO O| Aug 10 23:25:44.899 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-10T23:25:46.061Z[ recovery-image] Aug 10 23:25:44.908 INFO O| Aug 10 23:25:44.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50612024-08-10T23:25:46.063Z[ recovery-image] Aug 10 23:25:44.908 INFO O| Aug 10 23:25:44.908 INFO STEP 403 (remove_files) COMPLETE
50622024-08-10T23:25:46.063Z[ recovery-image] Aug 10 23:25:44.908 INFO O| Aug 10 23:25:44.908 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-10T23:25:46.070Z[ recovery-image] Aug 10 23:25:44.918 INFO O| Aug 10 23:25:44.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50642024-08-10T23:25:46.070Z[ recovery-image] Aug 10 23:25:44.918 INFO O| Aug 10 23:25:44.918 INFO STEP 404 (remove_files) COMPLETE
50652024-08-10T23:25:46.073Z[ recovery-image] Aug 10 23:25:44.918 INFO O| Aug 10 23:25:44.918 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-10T23:25:46.080Z[ recovery-image] Aug 10 23:25:44.927 INFO O| Aug 10 23:25:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50672024-08-10T23:25:46.080Z[ recovery-image] Aug 10 23:25:44.927 INFO O| Aug 10 23:25:44.927 INFO STEP 405 (remove_files) COMPLETE
50682024-08-10T23:25:46.082Z[ recovery-image] Aug 10 23:25:44.927 INFO O| Aug 10 23:25:44.927 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-10T23:25:46.089Z[ recovery-image] Aug 10 23:25:44.937 INFO O| Aug 10 23:25:44.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50702024-08-10T23:25:46.089Z[ recovery-image] Aug 10 23:25:44.937 INFO O| Aug 10 23:25:44.937 INFO STEP 406 (remove_files) COMPLETE
50712024-08-10T23:25:46.092Z[ recovery-image] Aug 10 23:25:44.937 INFO O| Aug 10 23:25:44.937 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-10T23:25:46.099Z[ recovery-image] Aug 10 23:25:44.946 INFO O| Aug 10 23:25:44.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50732024-08-10T23:25:46.099Z[ recovery-image] Aug 10 23:25:44.946 INFO O| Aug 10 23:25:44.946 INFO STEP 407 (remove_files) COMPLETE
50742024-08-10T23:25:46.099Z[ recovery-image] Aug 10 23:25:44.946 INFO O| Aug 10 23:25:44.946 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-10T23:25:46.108Z[ recovery-image] Aug 10 23:25:44.955 INFO O| Aug 10 23:25:44.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50762024-08-10T23:25:46.108Z[ recovery-image] Aug 10 23:25:44.956 INFO O| Aug 10 23:25:44.955 INFO STEP 408 (remove_files) COMPLETE
50772024-08-10T23:25:46.111Z[ recovery-image] Aug 10 23:25:44.956 INFO O| Aug 10 23:25:44.955 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-10T23:25:46.118Z[ recovery-image] Aug 10 23:25:44.965 INFO O| Aug 10 23:25:44.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50792024-08-10T23:25:46.118Z[ recovery-image] Aug 10 23:25:44.965 INFO O| Aug 10 23:25:44.965 INFO STEP 409 (remove_files) COMPLETE
50802024-08-10T23:25:46.118Z[ recovery-image] Aug 10 23:25:44.965 INFO O| Aug 10 23:25:44.965 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-10T23:25:46.127Z[ recovery-image] Aug 10 23:25:44.974 INFO O| Aug 10 23:25:44.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50822024-08-10T23:25:46.130Z[ recovery-image] Aug 10 23:25:44.975 INFO O| Aug 10 23:25:44.975 INFO STEP 410 (remove_files) COMPLETE
50832024-08-10T23:25:46.130Z[ recovery-image] Aug 10 23:25:44.975 INFO O| Aug 10 23:25:44.975 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-10T23:25:46.133Z[ host-image] Aug 10 23:25:44.978 INFO O| Aug 10 23:25:44.978 INFO O| Planning: Evaluating mediators ... Done
50852024-08-10T23:25:46.136Z[ host-image] Aug 10 23:25:44.981 INFO O| Aug 10 23:25:44.981 INFO O| Planning: Planning completed in 1.86 seconds
50862024-08-10T23:25:46.136Z[ host-image] Aug 10 23:25:44.983 INFO O| Aug 10 23:25:44.983 INFO O| Packages to install: 6
50872024-08-10T23:25:46.136Z[ host-image] Aug 10 23:25:44.983 INFO O| Aug 10 23:25:44.983 INFO O| Mediators to change: 1
50882024-08-10T23:25:46.136Z[ host-image] Aug 10 23:25:44.983 INFO O| Aug 10 23:25:44.983 INFO O| Services to change: 1
50892024-08-10T23:25:46.139Z[ recovery-image] Aug 10 23:25:44.984 INFO O| Aug 10 23:25:44.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50902024-08-10T23:25:46.139Z[ recovery-image] Aug 10 23:25:44.984 INFO O| Aug 10 23:25:44.984 INFO STEP 411 (remove_files) COMPLETE
50912024-08-10T23:25:46.139Z[ recovery-image] Aug 10 23:25:44.984 INFO O| Aug 10 23:25:44.984 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-10T23:25:46.146Z[ recovery-image] Aug 10 23:25:44.994 INFO O| Aug 10 23:25:44.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50932024-08-10T23:25:46.146Z[ recovery-image] Aug 10 23:25:44.994 INFO O| Aug 10 23:25:44.994 INFO STEP 412 (remove_files) COMPLETE
50942024-08-10T23:25:46.149Z[ recovery-image] Aug 10 23:25:44.994 INFO O| Aug 10 23:25:44.994 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-10T23:25:46.149Z[ host-image] Aug 10 23:25:44.995 INFO O| Aug 10 23:25:44.995 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
50962024-08-10T23:25:46.157Z[ recovery-image] Aug 10 23:25:45.004 INFO O| Aug 10 23:25:45.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50972024-08-10T23:25:46.157Z[ recovery-image] Aug 10 23:25:45.004 INFO O| Aug 10 23:25:45.004 INFO STEP 413 (remove_files) COMPLETE
50982024-08-10T23:25:46.160Z[ recovery-image] Aug 10 23:25:45.004 INFO O| Aug 10 23:25:45.004 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-10T23:25:46.167Z[ recovery-image] Aug 10 23:25:45.014 INFO O| Aug 10 23:25:45.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51002024-08-10T23:25:46.167Z[ recovery-image] Aug 10 23:25:45.014 INFO O| Aug 10 23:25:45.014 INFO STEP 414 (remove_files) COMPLETE
51012024-08-10T23:25:46.169Z[ recovery-image] Aug 10 23:25:45.014 INFO O| Aug 10 23:25:45.014 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-10T23:25:46.177Z[ recovery-image] Aug 10 23:25:45.025 INFO O| Aug 10 23:25:45.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51032024-08-10T23:25:46.180Z[ recovery-image] Aug 10 23:25:45.025 INFO O| Aug 10 23:25:45.025 INFO STEP 415 (remove_files) COMPLETE
51042024-08-10T23:25:46.180Z[ recovery-image] Aug 10 23:25:45.025 INFO O| Aug 10 23:25:45.025 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-10T23:25:46.187Z[ recovery-image] Aug 10 23:25:45.035 INFO O| Aug 10 23:25:45.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51062024-08-10T23:25:46.187Z[ recovery-image] Aug 10 23:25:45.035 INFO O| Aug 10 23:25:45.035 INFO STEP 416 (remove_files) COMPLETE
51072024-08-10T23:25:46.187Z[ recovery-image] Aug 10 23:25:45.035 INFO O| Aug 10 23:25:45.035 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-10T23:25:46.197Z[ recovery-image] Aug 10 23:25:45.045 INFO O| Aug 10 23:25:45.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51092024-08-10T23:25:46.200Z[ recovery-image] Aug 10 23:25:45.045 INFO O| Aug 10 23:25:45.045 INFO STEP 417 (remove_files) COMPLETE
51102024-08-10T23:25:46.200Z[ recovery-image] Aug 10 23:25:45.045 INFO O| Aug 10 23:25:45.045 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-10T23:25:46.207Z[ recovery-image] Aug 10 23:25:45.054 INFO O| Aug 10 23:25:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51122024-08-10T23:25:46.210Z[ recovery-image] Aug 10 23:25:45.054 INFO O| Aug 10 23:25:45.054 INFO STEP 418 (remove_files) COMPLETE
51132024-08-10T23:25:46.210Z[ recovery-image] Aug 10 23:25:45.055 INFO O| Aug 10 23:25:45.054 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-10T23:25:46.217Z[ recovery-image] Aug 10 23:25:45.064 INFO O| Aug 10 23:25:45.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51152024-08-10T23:25:46.217Z[ recovery-image] Aug 10 23:25:45.064 INFO O| Aug 10 23:25:45.064 INFO STEP 419 (remove_files) COMPLETE
51162024-08-10T23:25:46.220Z[ recovery-image] Aug 10 23:25:45.064 INFO O| Aug 10 23:25:45.064 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-10T23:25:46.227Z[ recovery-image] Aug 10 23:25:45.074 INFO O| Aug 10 23:25:45.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51182024-08-10T23:25:46.227Z[ recovery-image] Aug 10 23:25:45.074 INFO O| Aug 10 23:25:45.074 INFO STEP 420 (remove_files) COMPLETE
51192024-08-10T23:25:46.230Z[ recovery-image] Aug 10 23:25:45.074 INFO O| Aug 10 23:25:45.074 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-10T23:25:46.238Z[ recovery-image] Aug 10 23:25:45.084 INFO O| Aug 10 23:25:45.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51212024-08-10T23:25:46.241Z[ recovery-image] Aug 10 23:25:45.084 INFO O| Aug 10 23:25:45.084 INFO STEP 421 (remove_files) COMPLETE
51222024-08-10T23:25:46.241Z[ recovery-image] Aug 10 23:25:45.084 INFO O| Aug 10 23:25:45.084 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-10T23:25:46.246Z[ recovery-image] Aug 10 23:25:45.094 INFO O| Aug 10 23:25:45.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51242024-08-10T23:25:46.246Z[ recovery-image] Aug 10 23:25:45.094 INFO O| Aug 10 23:25:45.094 INFO STEP 422 (remove_files) COMPLETE
51252024-08-10T23:25:46.249Z[ recovery-image] Aug 10 23:25:45.094 INFO O| Aug 10 23:25:45.094 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-10T23:25:46.256Z[ recovery-image] Aug 10 23:25:45.103 INFO O| Aug 10 23:25:45.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51272024-08-10T23:25:46.256Z[ recovery-image] Aug 10 23:25:45.103 INFO O| Aug 10 23:25:45.103 INFO STEP 423 (remove_files) COMPLETE
51282024-08-10T23:25:46.259Z[ recovery-image] Aug 10 23:25:45.103 INFO O| Aug 10 23:25:45.103 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-10T23:25:46.266Z[ recovery-image] Aug 10 23:25:45.113 INFO O| Aug 10 23:25:45.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51302024-08-10T23:25:46.268Z[ recovery-image] Aug 10 23:25:45.113 INFO O| Aug 10 23:25:45.113 INFO STEP 424 (remove_files) COMPLETE
51312024-08-10T23:25:46.268Z[ recovery-image] Aug 10 23:25:45.113 INFO O| Aug 10 23:25:45.113 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-10T23:25:46.275Z[ recovery-image] Aug 10 23:25:45.123 INFO O| Aug 10 23:25:45.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51332024-08-10T23:25:46.275Z[ recovery-image] Aug 10 23:25:45.123 INFO O| Aug 10 23:25:45.123 INFO STEP 425 (remove_files) COMPLETE
51342024-08-10T23:25:46.275Z[ recovery-image] Aug 10 23:25:45.123 INFO O| Aug 10 23:25:45.123 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-10T23:25:46.285Z[ recovery-image] Aug 10 23:25:45.132 INFO O| Aug 10 23:25:45.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51362024-08-10T23:25:46.288Z[ recovery-image] Aug 10 23:25:45.132 INFO O| Aug 10 23:25:45.132 INFO STEP 426 (remove_files) COMPLETE
51372024-08-10T23:25:46.288Z[ recovery-image] Aug 10 23:25:45.132 INFO O| Aug 10 23:25:45.132 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-10T23:25:46.296Z[ recovery-image] Aug 10 23:25:45.142 INFO O| Aug 10 23:25:45.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51392024-08-10T23:25:46.299Z[ recovery-image] Aug 10 23:25:45.143 INFO O| Aug 10 23:25:45.143 INFO STEP 427 (remove_files) COMPLETE
51402024-08-10T23:25:46.299Z[ recovery-image] Aug 10 23:25:45.143 INFO O| Aug 10 23:25:45.143 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-10T23:25:46.305Z[ recovery-image] Aug 10 23:25:45.152 INFO O| Aug 10 23:25:45.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51422024-08-10T23:25:46.305Z[ recovery-image] Aug 10 23:25:45.152 INFO O| Aug 10 23:25:45.152 INFO STEP 428 (remove_files) COMPLETE
51432024-08-10T23:25:46.309Z[ recovery-image] Aug 10 23:25:45.152 INFO O| Aug 10 23:25:45.152 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-10T23:25:46.314Z[ recovery-image] Aug 10 23:25:45.161 INFO O| Aug 10 23:25:45.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51452024-08-10T23:25:46.320Z[ recovery-image] Aug 10 23:25:45.161 INFO O| Aug 10 23:25:45.161 INFO STEP 429 (remove_files) COMPLETE
51462024-08-10T23:25:46.320Z[ recovery-image] Aug 10 23:25:45.161 INFO O| Aug 10 23:25:45.161 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-10T23:25:46.324Z[ recovery-image] Aug 10 23:25:45.171 INFO O| Aug 10 23:25:45.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51482024-08-10T23:25:46.327Z[ recovery-image] Aug 10 23:25:45.171 INFO O| Aug 10 23:25:45.171 INFO STEP 430 (remove_files) COMPLETE
51492024-08-10T23:25:46.327Z[ recovery-image] Aug 10 23:25:45.171 INFO O| Aug 10 23:25:45.171 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-10T23:25:46.333Z[ recovery-image] Aug 10 23:25:45.181 INFO O| Aug 10 23:25:45.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51512024-08-10T23:25:46.333Z[ recovery-image] Aug 10 23:25:45.181 INFO O| Aug 10 23:25:45.181 INFO STEP 431 (remove_files) COMPLETE
51522024-08-10T23:25:46.336Z[ recovery-image] Aug 10 23:25:45.181 INFO O| Aug 10 23:25:45.181 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-10T23:25:46.343Z[ recovery-image] Aug 10 23:25:45.190 INFO O| Aug 10 23:25:45.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51542024-08-10T23:25:46.343Z[ recovery-image] Aug 10 23:25:45.190 INFO O| Aug 10 23:25:45.190 INFO STEP 432 (remove_files) COMPLETE
51552024-08-10T23:25:46.345Z[ recovery-image] Aug 10 23:25:45.190 INFO O| Aug 10 23:25:45.190 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-10T23:25:46.352Z[ recovery-image] Aug 10 23:25:45.199 INFO O| Aug 10 23:25:45.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51572024-08-10T23:25:46.355Z[ recovery-image] Aug 10 23:25:45.200 INFO O| Aug 10 23:25:45.199 INFO STEP 433 (remove_files) COMPLETE
51582024-08-10T23:25:46.355Z[ recovery-image] Aug 10 23:25:45.200 INFO O| Aug 10 23:25:45.200 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-10T23:25:46.362Z[ recovery-image] Aug 10 23:25:45.209 INFO O| Aug 10 23:25:45.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51602024-08-10T23:25:46.365Z[ recovery-image] Aug 10 23:25:45.209 INFO O| Aug 10 23:25:45.209 INFO STEP 434 (remove_files) COMPLETE
51612024-08-10T23:25:46.365Z[ recovery-image] Aug 10 23:25:45.209 INFO O| Aug 10 23:25:45.209 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-10T23:25:46.371Z[ recovery-image] Aug 10 23:25:45.218 INFO O| Aug 10 23:25:45.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51632024-08-10T23:25:46.371Z[ recovery-image] Aug 10 23:25:45.218 INFO O| Aug 10 23:25:45.218 INFO STEP 435 (remove_files) COMPLETE
51642024-08-10T23:25:46.371Z[ recovery-image] Aug 10 23:25:45.219 INFO O| Aug 10 23:25:45.218 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-10T23:25:46.380Z[ recovery-image] Aug 10 23:25:45.228 INFO O| Aug 10 23:25:45.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51662024-08-10T23:25:46.384Z[ recovery-image] Aug 10 23:25:45.228 INFO O| Aug 10 23:25:45.228 INFO STEP 436 (remove_files) COMPLETE
51672024-08-10T23:25:46.384Z[ recovery-image] Aug 10 23:25:45.228 INFO O| Aug 10 23:25:45.228 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-10T23:25:46.390Z[ recovery-image] Aug 10 23:25:45.238 INFO O| Aug 10 23:25:45.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51692024-08-10T23:25:46.393Z[ recovery-image] Aug 10 23:25:45.238 INFO O| Aug 10 23:25:45.238 INFO STEP 437 (remove_files) COMPLETE
51702024-08-10T23:25:46.393Z[ recovery-image] Aug 10 23:25:45.238 INFO O| Aug 10 23:25:45.238 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-10T23:25:46.400Z[ recovery-image] Aug 10 23:25:45.247 INFO O| Aug 10 23:25:45.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51722024-08-10T23:25:46.400Z[ recovery-image] Aug 10 23:25:45.247 INFO O| Aug 10 23:25:45.247 INFO STEP 438 (remove_files) COMPLETE
51732024-08-10T23:25:46.402Z[ recovery-image] Aug 10 23:25:45.247 INFO O| Aug 10 23:25:45.247 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-10T23:25:46.409Z[ recovery-image] Aug 10 23:25:45.256 INFO O| Aug 10 23:25:45.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51752024-08-10T23:25:46.409Z[ recovery-image] Aug 10 23:25:45.256 INFO O| Aug 10 23:25:45.256 INFO STEP 439 (remove_files) COMPLETE
51762024-08-10T23:25:46.412Z[ recovery-image] Aug 10 23:25:45.256 INFO O| Aug 10 23:25:45.256 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-10T23:25:46.418Z[ recovery-image] Aug 10 23:25:45.266 INFO O| Aug 10 23:25:45.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51782024-08-10T23:25:46.418Z[ recovery-image] Aug 10 23:25:45.266 INFO O| Aug 10 23:25:45.266 INFO STEP 440 (remove_files) COMPLETE
51792024-08-10T23:25:46.423Z[ recovery-image] Aug 10 23:25:45.266 INFO O| Aug 10 23:25:45.266 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-10T23:25:46.428Z[ recovery-image] Aug 10 23:25:45.275 INFO O| Aug 10 23:25:45.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51812024-08-10T23:25:46.428Z[ recovery-image] Aug 10 23:25:45.275 INFO O| Aug 10 23:25:45.275 INFO STEP 441 (remove_files) COMPLETE
51822024-08-10T23:25:46.430Z[ recovery-image] Aug 10 23:25:45.275 INFO O| Aug 10 23:25:45.275 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-10T23:25:46.437Z[ recovery-image] Aug 10 23:25:45.285 INFO O| Aug 10 23:25:45.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51842024-08-10T23:25:46.440Z[ recovery-image] Aug 10 23:25:45.285 INFO O| Aug 10 23:25:45.285 INFO STEP 442 (remove_files) COMPLETE
51852024-08-10T23:25:46.440Z[ recovery-image] Aug 10 23:25:45.285 INFO O| Aug 10 23:25:45.285 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-10T23:25:46.447Z[ recovery-image] Aug 10 23:25:45.294 INFO O| Aug 10 23:25:45.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51872024-08-10T23:25:46.447Z[ recovery-image] Aug 10 23:25:45.294 INFO O| Aug 10 23:25:45.294 INFO STEP 443 (remove_files) COMPLETE
51882024-08-10T23:25:46.449Z[ recovery-image] Aug 10 23:25:45.294 INFO O| Aug 10 23:25:45.294 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-10T23:25:46.456Z[ recovery-image] Aug 10 23:25:45.303 INFO O| Aug 10 23:25:45.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51902024-08-10T23:25:46.456Z[ recovery-image] Aug 10 23:25:45.303 INFO O| Aug 10 23:25:45.303 INFO STEP 444 (remove_files) COMPLETE
51912024-08-10T23:25:46.459Z[ recovery-image] Aug 10 23:25:45.303 INFO O| Aug 10 23:25:45.303 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-10T23:25:46.465Z[ recovery-image] Aug 10 23:25:45.313 INFO O| Aug 10 23:25:45.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51932024-08-10T23:25:46.477Z[ recovery-image] Aug 10 23:25:45.313 INFO O| Aug 10 23:25:45.313 INFO STEP 445 (remove_files) COMPLETE
51942024-08-10T23:25:46.477Z[ recovery-image] Aug 10 23:25:45.313 INFO O| Aug 10 23:25:45.313 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-10T23:25:46.477Z[ recovery-image] Aug 10 23:25:45.322 INFO O| Aug 10 23:25:45.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51962024-08-10T23:25:46.477Z[ recovery-image] Aug 10 23:25:45.322 INFO O| Aug 10 23:25:45.322 INFO STEP 446 (remove_files) COMPLETE
51972024-08-10T23:25:46.477Z[ recovery-image] Aug 10 23:25:45.322 INFO O| Aug 10 23:25:45.322 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-10T23:25:46.484Z[ recovery-image] Aug 10 23:25:45.331 INFO O| Aug 10 23:25:45.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51992024-08-10T23:25:46.484Z[ recovery-image] Aug 10 23:25:45.332 INFO O| Aug 10 23:25:45.331 INFO STEP 447 (remove_files) COMPLETE
52002024-08-10T23:25:46.484Z[ recovery-image] Aug 10 23:25:45.332 INFO O| Aug 10 23:25:45.332 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-10T23:25:46.493Z[ recovery-image] Aug 10 23:25:45.341 INFO O| Aug 10 23:25:45.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52022024-08-10T23:25:46.494Z[ recovery-image] Aug 10 23:25:45.341 INFO O| Aug 10 23:25:45.341 INFO STEP 448 (remove_files) COMPLETE
52032024-08-10T23:25:46.496Z[ recovery-image] Aug 10 23:25:45.341 INFO O| Aug 10 23:25:45.341 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-10T23:25:46.503Z[ recovery-image] Aug 10 23:25:45.350 INFO O| Aug 10 23:25:45.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52052024-08-10T23:25:46.503Z[ recovery-image] Aug 10 23:25:45.350 INFO O| Aug 10 23:25:45.350 INFO STEP 449 (remove_files) COMPLETE
52062024-08-10T23:25:46.505Z[ recovery-image] Aug 10 23:25:45.350 INFO O| Aug 10 23:25:45.350 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-10T23:25:46.512Z[ recovery-image] Aug 10 23:25:45.359 INFO O| Aug 10 23:25:45.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52082024-08-10T23:25:46.515Z[ recovery-image] Aug 10 23:25:45.360 INFO O| Aug 10 23:25:45.360 INFO STEP 450 (remove_files) COMPLETE
52092024-08-10T23:25:46.515Z[ recovery-image] Aug 10 23:25:45.360 INFO O| Aug 10 23:25:45.360 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-10T23:25:46.522Z[ recovery-image] Aug 10 23:25:45.369 INFO O| Aug 10 23:25:45.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52112024-08-10T23:25:46.524Z[ recovery-image] Aug 10 23:25:45.369 INFO O| Aug 10 23:25:45.369 INFO STEP 451 (remove_files) COMPLETE
52122024-08-10T23:25:46.524Z[ recovery-image] Aug 10 23:25:45.369 INFO O| Aug 10 23:25:45.369 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-10T23:25:46.531Z[ recovery-image] Aug 10 23:25:45.378 INFO O| Aug 10 23:25:45.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52142024-08-10T23:25:46.531Z[ recovery-image] Aug 10 23:25:45.378 INFO O| Aug 10 23:25:45.378 INFO STEP 452 (remove_files) COMPLETE
52152024-08-10T23:25:46.533Z[ recovery-image] Aug 10 23:25:45.378 INFO O| Aug 10 23:25:45.378 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-10T23:25:46.540Z[ recovery-image] Aug 10 23:25:45.388 INFO O| Aug 10 23:25:45.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52172024-08-10T23:25:46.540Z[ recovery-image] Aug 10 23:25:45.388 INFO O| Aug 10 23:25:45.388 INFO STEP 453 (remove_files) COMPLETE
52182024-08-10T23:25:46.540Z[ recovery-image] Aug 10 23:25:45.388 INFO O| Aug 10 23:25:45.388 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-10T23:25:46.550Z[ recovery-image] Aug 10 23:25:45.397 INFO O| Aug 10 23:25:45.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52202024-08-10T23:25:46.552Z[ recovery-image] Aug 10 23:25:45.397 INFO O| Aug 10 23:25:45.397 INFO STEP 454 (remove_files) COMPLETE
52212024-08-10T23:25:46.552Z[ recovery-image] Aug 10 23:25:45.397 INFO O| Aug 10 23:25:45.397 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-10T23:25:46.559Z[ recovery-image] Aug 10 23:25:45.407 INFO O| Aug 10 23:25:45.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52232024-08-10T23:25:46.559Z[ recovery-image] Aug 10 23:25:45.407 INFO O| Aug 10 23:25:45.407 INFO STEP 455 (remove_files) COMPLETE
52242024-08-10T23:25:46.559Z[ recovery-image] Aug 10 23:25:45.407 INFO O| Aug 10 23:25:45.407 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-10T23:25:46.570Z[ recovery-image] Aug 10 23:25:45.416 INFO O| Aug 10 23:25:45.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52262024-08-10T23:25:46.570Z[ recovery-image] Aug 10 23:25:45.416 INFO O| Aug 10 23:25:45.416 INFO STEP 456 (remove_files) COMPLETE
52272024-08-10T23:25:46.572Z[ recovery-image] Aug 10 23:25:45.416 INFO O| Aug 10 23:25:45.416 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-10T23:25:46.578Z[ recovery-image] Aug 10 23:25:45.425 INFO O| Aug 10 23:25:45.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52292024-08-10T23:25:46.578Z[ recovery-image] Aug 10 23:25:45.425 INFO O| Aug 10 23:25:45.425 INFO STEP 457 (remove_files) COMPLETE
52302024-08-10T23:25:46.580Z[ recovery-image] Aug 10 23:25:45.425 INFO O| Aug 10 23:25:45.425 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-10T23:25:46.588Z[ recovery-image] Aug 10 23:25:45.435 INFO O| Aug 10 23:25:45.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52322024-08-10T23:25:46.588Z[ recovery-image] Aug 10 23:25:45.435 INFO O| Aug 10 23:25:45.435 INFO STEP 458 (remove_files) COMPLETE
52332024-08-10T23:25:46.590Z[ recovery-image] Aug 10 23:25:45.435 INFO O| Aug 10 23:25:45.435 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-10T23:25:46.597Z[ recovery-image] Aug 10 23:25:45.444 INFO O| Aug 10 23:25:45.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52352024-08-10T23:25:46.597Z[ recovery-image] Aug 10 23:25:45.444 INFO O| Aug 10 23:25:45.444 INFO STEP 459 (remove_files) COMPLETE
52362024-08-10T23:25:46.599Z[ recovery-image] Aug 10 23:25:45.444 INFO O| Aug 10 23:25:45.444 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-10T23:25:46.606Z[ recovery-image] Aug 10 23:25:45.454 INFO O| Aug 10 23:25:45.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52382024-08-10T23:25:46.609Z[ recovery-image] Aug 10 23:25:45.454 INFO O| Aug 10 23:25:45.454 INFO STEP 460 (remove_files) COMPLETE
52392024-08-10T23:25:46.609Z[ recovery-image] Aug 10 23:25:45.454 INFO O| Aug 10 23:25:45.454 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-10T23:25:46.616Z[ recovery-image] Aug 10 23:25:45.463 INFO O| Aug 10 23:25:45.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52412024-08-10T23:25:46.616Z[ recovery-image] Aug 10 23:25:45.463 INFO O| Aug 10 23:25:45.463 INFO STEP 461 (remove_files) COMPLETE
52422024-08-10T23:25:46.616Z[ recovery-image] Aug 10 23:25:45.463 INFO O| Aug 10 23:25:45.463 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-10T23:25:46.626Z[ recovery-image] Aug 10 23:25:45.473 INFO O| Aug 10 23:25:45.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52442024-08-10T23:25:46.628Z[ recovery-image] Aug 10 23:25:45.473 INFO O| Aug 10 23:25:45.473 INFO STEP 462 (remove_files) COMPLETE
52452024-08-10T23:25:46.628Z[ recovery-image] Aug 10 23:25:45.473 INFO O| Aug 10 23:25:45.473 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-10T23:25:46.635Z[ recovery-image] Aug 10 23:25:45.483 INFO O| Aug 10 23:25:45.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52472024-08-10T23:25:46.635Z[ recovery-image] Aug 10 23:25:45.483 INFO O| Aug 10 23:25:45.483 INFO STEP 463 (remove_files) COMPLETE
52482024-08-10T23:25:46.637Z[ recovery-image] Aug 10 23:25:45.483 INFO O| Aug 10 23:25:45.483 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-10T23:25:46.645Z[ recovery-image] Aug 10 23:25:45.492 INFO O| Aug 10 23:25:45.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52502024-08-10T23:25:46.647Z[ recovery-image] Aug 10 23:25:45.492 INFO O| Aug 10 23:25:45.492 INFO STEP 464 (remove_files) COMPLETE
52512024-08-10T23:25:46.647Z[ recovery-image] Aug 10 23:25:45.492 INFO O| Aug 10 23:25:45.492 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-10T23:25:46.654Z[ recovery-image] Aug 10 23:25:45.501 INFO O| Aug 10 23:25:45.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52532024-08-10T23:25:46.654Z[ recovery-image] Aug 10 23:25:45.501 INFO O| Aug 10 23:25:45.501 INFO STEP 465 (remove_files) COMPLETE
52542024-08-10T23:25:46.654Z[ recovery-image] Aug 10 23:25:45.501 INFO O| Aug 10 23:25:45.501 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-10T23:25:46.663Z[ recovery-image] Aug 10 23:25:45.511 INFO O| Aug 10 23:25:45.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52562024-08-10T23:25:46.663Z[ recovery-image] Aug 10 23:25:45.511 INFO O| Aug 10 23:25:45.511 INFO STEP 466 (remove_files) COMPLETE
52572024-08-10T23:25:46.663Z[ recovery-image] Aug 10 23:25:45.511 INFO O| Aug 10 23:25:45.511 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-10T23:25:46.675Z[ recovery-image] Aug 10 23:25:45.520 INFO O| Aug 10 23:25:45.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52592024-08-10T23:25:46.675Z[ recovery-image] Aug 10 23:25:45.520 INFO O| Aug 10 23:25:45.520 INFO STEP 467 (remove_files) COMPLETE
52602024-08-10T23:25:46.675Z[ recovery-image] Aug 10 23:25:45.520 INFO O| Aug 10 23:25:45.520 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-10T23:25:46.682Z[ recovery-image] Aug 10 23:25:45.529 INFO O| Aug 10 23:25:45.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52622024-08-10T23:25:46.682Z[ recovery-image] Aug 10 23:25:45.529 INFO O| Aug 10 23:25:45.529 INFO STEP 468 (remove_files) COMPLETE
52632024-08-10T23:25:46.684Z[ recovery-image] Aug 10 23:25:45.529 INFO O| Aug 10 23:25:45.529 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-10T23:25:46.691Z[ recovery-image] Aug 10 23:25:45.539 INFO O| Aug 10 23:25:45.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52652024-08-10T23:25:46.691Z[ recovery-image] Aug 10 23:25:45.539 INFO O| Aug 10 23:25:45.539 INFO STEP 469 (remove_files) COMPLETE
52662024-08-10T23:25:46.694Z[ recovery-image] Aug 10 23:25:45.539 INFO O| Aug 10 23:25:45.539 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-10T23:25:46.701Z[ recovery-image] Aug 10 23:25:45.548 INFO O| Aug 10 23:25:45.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52682024-08-10T23:25:46.701Z[ recovery-image] Aug 10 23:25:45.548 INFO O| Aug 10 23:25:45.548 INFO STEP 470 (remove_files) COMPLETE
52692024-08-10T23:25:46.701Z[ recovery-image] Aug 10 23:25:45.548 INFO O| Aug 10 23:25:45.548 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-10T23:25:46.710Z[ recovery-image] Aug 10 23:25:45.557 INFO O| Aug 10 23:25:45.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52712024-08-10T23:25:46.713Z[ recovery-image] Aug 10 23:25:45.557 INFO O| Aug 10 23:25:45.557 INFO STEP 471 (remove_files) COMPLETE
52722024-08-10T23:25:46.713Z[ recovery-image] Aug 10 23:25:45.558 INFO O| Aug 10 23:25:45.557 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-10T23:25:46.720Z[ recovery-image] Aug 10 23:25:45.567 INFO O| Aug 10 23:25:45.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52742024-08-10T23:25:46.720Z[ recovery-image] Aug 10 23:25:45.567 INFO O| Aug 10 23:25:45.567 INFO STEP 472 (remove_files) COMPLETE
52752024-08-10T23:25:46.722Z[ recovery-image] Aug 10 23:25:45.567 INFO O| Aug 10 23:25:45.567 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-10T23:25:46.729Z[ recovery-image] Aug 10 23:25:45.576 INFO O| Aug 10 23:25:45.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52772024-08-10T23:25:46.729Z[ recovery-image] Aug 10 23:25:45.576 INFO O| Aug 10 23:25:45.576 INFO STEP 473 (remove_files) COMPLETE
52782024-08-10T23:25:46.729Z[ recovery-image] Aug 10 23:25:45.576 INFO O| Aug 10 23:25:45.576 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-10T23:25:46.738Z[ recovery-image] Aug 10 23:25:45.585 INFO O| Aug 10 23:25:45.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52802024-08-10T23:25:46.738Z[ recovery-image] Aug 10 23:25:45.585 INFO O| Aug 10 23:25:45.585 INFO STEP 474 (remove_files) COMPLETE
52812024-08-10T23:25:46.740Z[ recovery-image] Aug 10 23:25:45.585 INFO O| Aug 10 23:25:45.585 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-10T23:25:46.747Z[ recovery-image] Aug 10 23:25:45.595 INFO O| Aug 10 23:25:45.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52832024-08-10T23:25:46.747Z[ recovery-image] Aug 10 23:25:45.595 INFO O| Aug 10 23:25:45.595 INFO STEP 475 (remove_files) COMPLETE
52842024-08-10T23:25:46.750Z[ recovery-image] Aug 10 23:25:45.595 INFO O| Aug 10 23:25:45.595 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-10T23:25:46.758Z[ recovery-image] Aug 10 23:25:45.605 INFO O| Aug 10 23:25:45.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52862024-08-10T23:25:46.758Z[ recovery-image] Aug 10 23:25:45.605 INFO O| Aug 10 23:25:45.605 INFO STEP 476 (remove_files) COMPLETE
52872024-08-10T23:25:46.760Z[ recovery-image] Aug 10 23:25:45.605 INFO O| Aug 10 23:25:45.605 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-10T23:25:46.775Z[ recovery-image] Aug 10 23:25:45.622 INFO O| Aug 10 23:25:45.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52892024-08-10T23:25:46.775Z[ recovery-image] Aug 10 23:25:45.622 INFO O| Aug 10 23:25:45.622 INFO STEP 477 (remove_files) COMPLETE
52902024-08-10T23:25:46.775Z[ recovery-image] Aug 10 23:25:45.622 INFO O| Aug 10 23:25:45.622 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-10T23:25:46.790Z[ recovery-image] Aug 10 23:25:45.638 INFO O| Aug 10 23:25:45.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52922024-08-10T23:25:46.790Z[ recovery-image] Aug 10 23:25:45.638 INFO O| Aug 10 23:25:45.638 INFO STEP 478 (remove_files) COMPLETE
52932024-08-10T23:25:46.790Z[ recovery-image] Aug 10 23:25:45.638 INFO O| Aug 10 23:25:45.638 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-10T23:25:46.802Z[ recovery-image] Aug 10 23:25:45.650 INFO O| Aug 10 23:25:45.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52952024-08-10T23:25:46.802Z[ recovery-image] Aug 10 23:25:45.650 INFO O| Aug 10 23:25:45.650 INFO STEP 479 (remove_files) COMPLETE
52962024-08-10T23:25:46.805Z[ recovery-image] Aug 10 23:25:45.650 INFO O| Aug 10 23:25:45.650 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-10T23:25:46.813Z[ recovery-image] Aug 10 23:25:45.661 INFO O| Aug 10 23:25:45.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52982024-08-10T23:25:46.813Z[ recovery-image] Aug 10 23:25:45.661 INFO O| Aug 10 23:25:45.661 INFO STEP 480 (remove_files) COMPLETE
52992024-08-10T23:25:46.816Z[ recovery-image] Aug 10 23:25:45.661 INFO O| Aug 10 23:25:45.661 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-10T23:25:46.823Z[ recovery-image] Aug 10 23:25:45.671 INFO O| Aug 10 23:25:45.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53012024-08-10T23:25:46.823Z[ recovery-image] Aug 10 23:25:45.671 INFO O| Aug 10 23:25:45.671 INFO STEP 481 (remove_files) COMPLETE
53022024-08-10T23:25:46.826Z[ recovery-image] Aug 10 23:25:45.671 INFO O| Aug 10 23:25:45.671 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-10T23:25:46.833Z[ recovery-image] Aug 10 23:25:45.681 INFO O| Aug 10 23:25:45.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53042024-08-10T23:25:46.834Z[ recovery-image] Aug 10 23:25:45.681 INFO O| Aug 10 23:25:45.681 INFO STEP 482 (remove_files) COMPLETE
53052024-08-10T23:25:46.834Z[ recovery-image] Aug 10 23:25:45.681 INFO O| Aug 10 23:25:45.681 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-10T23:25:46.843Z[ recovery-image] Aug 10 23:25:45.691 INFO O| Aug 10 23:25:45.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53072024-08-10T23:25:46.846Z[ recovery-image] Aug 10 23:25:45.691 INFO O| Aug 10 23:25:45.691 INFO STEP 483 (remove_files) COMPLETE
53082024-08-10T23:25:46.846Z[ recovery-image] Aug 10 23:25:45.691 INFO O| Aug 10 23:25:45.691 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-10T23:25:46.853Z[ recovery-image] Aug 10 23:25:45.700 INFO O| Aug 10 23:25:45.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53102024-08-10T23:25:46.856Z[ recovery-image] Aug 10 23:25:45.701 INFO O| Aug 10 23:25:45.701 INFO STEP 484 (remove_files) COMPLETE
53112024-08-10T23:25:46.856Z[ recovery-image] Aug 10 23:25:45.701 INFO O| Aug 10 23:25:45.701 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-10T23:25:46.863Z[ recovery-image] Aug 10 23:25:45.710 INFO O| Aug 10 23:25:45.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53132024-08-10T23:25:46.863Z[ recovery-image] Aug 10 23:25:45.710 INFO O| Aug 10 23:25:45.710 INFO STEP 485 (remove_files) COMPLETE
53142024-08-10T23:25:46.865Z[ recovery-image] Aug 10 23:25:45.710 INFO O| Aug 10 23:25:45.710 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-10T23:25:46.872Z[ recovery-image] Aug 10 23:25:45.719 INFO O| Aug 10 23:25:45.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53162024-08-10T23:25:46.875Z[ recovery-image] Aug 10 23:25:45.719 INFO O| Aug 10 23:25:45.719 INFO STEP 486 (remove_files) COMPLETE
53172024-08-10T23:25:46.875Z[ recovery-image] Aug 10 23:25:45.719 INFO O| Aug 10 23:25:45.719 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-10T23:25:46.881Z[ recovery-image] Aug 10 23:25:45.729 INFO O| Aug 10 23:25:45.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53192024-08-10T23:25:46.881Z[ recovery-image] Aug 10 23:25:45.729 INFO O| Aug 10 23:25:45.729 INFO STEP 487 (remove_files) COMPLETE
53202024-08-10T23:25:46.884Z[ recovery-image] Aug 10 23:25:45.729 INFO O| Aug 10 23:25:45.729 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-10T23:25:46.891Z[ recovery-image] Aug 10 23:25:45.738 INFO O| Aug 10 23:25:45.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53222024-08-10T23:25:46.891Z[ recovery-image] Aug 10 23:25:45.738 INFO O| Aug 10 23:25:45.738 INFO STEP 488 (remove_files) COMPLETE
53232024-08-10T23:25:46.893Z[ recovery-image] Aug 10 23:25:45.738 INFO O| Aug 10 23:25:45.738 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-10T23:25:46.900Z[ recovery-image] Aug 10 23:25:45.748 INFO O| Aug 10 23:25:45.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53252024-08-10T23:25:46.900Z[ recovery-image] Aug 10 23:25:45.748 INFO O| Aug 10 23:25:45.748 INFO STEP 489 (remove_files) COMPLETE
53262024-08-10T23:25:46.903Z[ recovery-image] Aug 10 23:25:45.748 INFO O| Aug 10 23:25:45.748 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-10T23:25:46.910Z[ recovery-image] Aug 10 23:25:45.757 INFO O| Aug 10 23:25:45.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53282024-08-10T23:25:46.910Z[ recovery-image] Aug 10 23:25:45.757 INFO O| Aug 10 23:25:45.757 INFO STEP 490 (remove_files) COMPLETE
53292024-08-10T23:25:46.913Z[ recovery-image] Aug 10 23:25:45.757 INFO O| Aug 10 23:25:45.757 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-10T23:25:46.919Z[ recovery-image] Aug 10 23:25:45.766 INFO O| Aug 10 23:25:45.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53312024-08-10T23:25:46.921Z[ recovery-image] Aug 10 23:25:45.766 INFO O| Aug 10 23:25:45.766 INFO STEP 491 (remove_files) COMPLETE
53322024-08-10T23:25:46.922Z[ recovery-image] Aug 10 23:25:45.766 INFO O| Aug 10 23:25:45.766 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-10T23:25:46.928Z[ recovery-image] Aug 10 23:25:45.776 INFO O| Aug 10 23:25:45.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53342024-08-10T23:25:46.931Z[ recovery-image] Aug 10 23:25:45.776 INFO O| Aug 10 23:25:45.776 INFO STEP 492 (remove_files) COMPLETE
53352024-08-10T23:25:46.931Z[ recovery-image] Aug 10 23:25:45.776 INFO O| Aug 10 23:25:45.776 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-10T23:25:46.938Z[ recovery-image] Aug 10 23:25:45.785 INFO O| Aug 10 23:25:45.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53372024-08-10T23:25:46.938Z[ recovery-image] Aug 10 23:25:45.785 INFO O| Aug 10 23:25:45.785 INFO STEP 493 (remove_files) COMPLETE
53382024-08-10T23:25:46.940Z[ recovery-image] Aug 10 23:25:45.785 INFO O| Aug 10 23:25:45.785 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-10T23:25:46.948Z[ recovery-image] Aug 10 23:25:45.794 INFO O| Aug 10 23:25:45.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53402024-08-10T23:25:46.950Z[ recovery-image] Aug 10 23:25:45.794 INFO O| Aug 10 23:25:45.794 INFO STEP 494 (remove_files) COMPLETE
53412024-08-10T23:25:46.950Z[ recovery-image] Aug 10 23:25:45.794 INFO O| Aug 10 23:25:45.794 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-10T23:25:46.956Z[ recovery-image] Aug 10 23:25:45.803 INFO O| Aug 10 23:25:45.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53432024-08-10T23:25:46.956Z[ recovery-image] Aug 10 23:25:45.803 INFO O| Aug 10 23:25:45.803 INFO STEP 495 (remove_files) COMPLETE
53442024-08-10T23:25:46.959Z[ recovery-image] Aug 10 23:25:45.803 INFO O| Aug 10 23:25:45.803 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-10T23:25:46.965Z[ recovery-image] Aug 10 23:25:45.813 INFO O| Aug 10 23:25:45.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53462024-08-10T23:25:46.965Z[ recovery-image] Aug 10 23:25:45.813 INFO O| Aug 10 23:25:45.813 INFO STEP 496 (remove_files) COMPLETE
53472024-08-10T23:25:46.966Z[ recovery-image] Aug 10 23:25:45.813 INFO O| Aug 10 23:25:45.813 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-10T23:25:46.975Z[ recovery-image] Aug 10 23:25:45.822 INFO O| Aug 10 23:25:45.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53492024-08-10T23:25:46.975Z[ recovery-image] Aug 10 23:25:45.822 INFO O| Aug 10 23:25:45.822 INFO STEP 497 (remove_files) COMPLETE
53502024-08-10T23:25:46.975Z[ recovery-image] Aug 10 23:25:45.822 INFO O| Aug 10 23:25:45.822 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-10T23:25:46.984Z[ recovery-image] Aug 10 23:25:45.831 INFO O| Aug 10 23:25:45.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53522024-08-10T23:25:46.987Z[ recovery-image] Aug 10 23:25:45.831 INFO O| Aug 10 23:25:45.831 INFO STEP 498 (remove_files) COMPLETE
53532024-08-10T23:25:46.987Z[ recovery-image] Aug 10 23:25:45.831 INFO O| Aug 10 23:25:45.831 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-10T23:25:46.993Z[ recovery-image] Aug 10 23:25:45.841 INFO O| Aug 10 23:25:45.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53552024-08-10T23:25:46.993Z[ recovery-image] Aug 10 23:25:45.841 INFO O| Aug 10 23:25:45.841 INFO STEP 499 (remove_files) COMPLETE
53562024-08-10T23:25:46.996Z[ recovery-image] Aug 10 23:25:45.841 INFO O| Aug 10 23:25:45.841 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-10T23:25:47.003Z[ recovery-image] Aug 10 23:25:45.850 INFO O| Aug 10 23:25:45.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53582024-08-10T23:25:47.003Z[ recovery-image] Aug 10 23:25:45.850 INFO O| Aug 10 23:25:45.850 INFO STEP 500 (remove_files) COMPLETE
53592024-08-10T23:25:47.006Z[ recovery-image] Aug 10 23:25:45.850 INFO O| Aug 10 23:25:45.850 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-10T23:25:47.012Z[ recovery-image] Aug 10 23:25:45.859 INFO O| Aug 10 23:25:45.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53612024-08-10T23:25:47.012Z[ recovery-image] Aug 10 23:25:45.859 INFO O| Aug 10 23:25:45.859 INFO STEP 501 (remove_files) COMPLETE
53622024-08-10T23:25:47.012Z[ recovery-image] Aug 10 23:25:45.859 INFO O| Aug 10 23:25:45.859 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-10T23:25:47.021Z[ recovery-image] Aug 10 23:25:45.868 INFO O| Aug 10 23:25:45.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53642024-08-10T23:25:47.024Z[ recovery-image] Aug 10 23:25:45.869 INFO O| Aug 10 23:25:45.868 INFO STEP 502 (remove_files) COMPLETE
53652024-08-10T23:25:47.024Z[ recovery-image] Aug 10 23:25:45.869 INFO O| Aug 10 23:25:45.868 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-10T23:25:47.031Z[ recovery-image] Aug 10 23:25:45.878 INFO O| Aug 10 23:25:45.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53672024-08-10T23:25:47.031Z[ recovery-image] Aug 10 23:25:45.878 INFO O| Aug 10 23:25:45.878 INFO STEP 503 (remove_files) COMPLETE
53682024-08-10T23:25:47.031Z[ recovery-image] Aug 10 23:25:45.878 INFO O| Aug 10 23:25:45.878 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-10T23:25:47.040Z[ recovery-image] Aug 10 23:25:45.887 INFO O| Aug 10 23:25:45.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53702024-08-10T23:25:47.040Z[ recovery-image] Aug 10 23:25:45.887 INFO O| Aug 10 23:25:45.887 INFO STEP 504 (remove_files) COMPLETE
53712024-08-10T23:25:47.043Z[ recovery-image] Aug 10 23:25:45.887 INFO O| Aug 10 23:25:45.887 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-10T23:25:47.050Z[ recovery-image] Aug 10 23:25:45.897 INFO O| Aug 10 23:25:45.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53732024-08-10T23:25:47.050Z[ recovery-image] Aug 10 23:25:45.897 INFO O| Aug 10 23:25:45.897 INFO STEP 505 (remove_files) COMPLETE
53742024-08-10T23:25:47.050Z[ recovery-image] Aug 10 23:25:45.897 INFO O| Aug 10 23:25:45.897 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-10T23:25:47.059Z[ recovery-image] Aug 10 23:25:45.906 INFO O| Aug 10 23:25:45.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53762024-08-10T23:25:47.062Z[ recovery-image] Aug 10 23:25:45.906 INFO O| Aug 10 23:25:45.906 INFO STEP 506 (remove_files) COMPLETE
53772024-08-10T23:25:47.062Z[ recovery-image] Aug 10 23:25:45.906 INFO O| Aug 10 23:25:45.906 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-10T23:25:47.068Z[ recovery-image] Aug 10 23:25:45.915 INFO O| Aug 10 23:25:45.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53792024-08-10T23:25:47.068Z[ recovery-image] Aug 10 23:25:45.915 INFO O| Aug 10 23:25:45.915 INFO STEP 507 (remove_files) COMPLETE
53802024-08-10T23:25:47.071Z[ recovery-image] Aug 10 23:25:45.915 INFO O| Aug 10 23:25:45.915 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-10T23:25:47.077Z[ recovery-image] Aug 10 23:25:45.925 INFO O| Aug 10 23:25:45.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53822024-08-10T23:25:47.077Z[ recovery-image] Aug 10 23:25:45.925 INFO O| Aug 10 23:25:45.925 INFO STEP 508 (remove_files) COMPLETE
53832024-08-10T23:25:47.080Z[ recovery-image] Aug 10 23:25:45.925 INFO O| Aug 10 23:25:45.925 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-10T23:25:47.087Z[ recovery-image] Aug 10 23:25:45.934 INFO O| Aug 10 23:25:45.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53852024-08-10T23:25:47.087Z[ recovery-image] Aug 10 23:25:45.934 INFO O| Aug 10 23:25:45.934 INFO STEP 509 (remove_files) COMPLETE
53862024-08-10T23:25:47.090Z[ recovery-image] Aug 10 23:25:45.934 INFO O| Aug 10 23:25:45.934 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-10T23:25:47.096Z[ recovery-image] Aug 10 23:25:45.943 INFO O| Aug 10 23:25:45.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53882024-08-10T23:25:47.096Z[ recovery-image] Aug 10 23:25:45.943 INFO O| Aug 10 23:25:45.943 INFO STEP 510 (remove_files) COMPLETE
53892024-08-10T23:25:47.099Z[ recovery-image] Aug 10 23:25:45.943 INFO O| Aug 10 23:25:45.943 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-10T23:25:47.105Z[ recovery-image] Aug 10 23:25:45.953 INFO O| Aug 10 23:25:45.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53912024-08-10T23:25:47.108Z[ recovery-image] Aug 10 23:25:45.953 INFO O| Aug 10 23:25:45.953 INFO STEP 511 (remove_files) COMPLETE
53922024-08-10T23:25:47.108Z[ recovery-image] Aug 10 23:25:45.953 INFO O| Aug 10 23:25:45.953 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-10T23:25:47.115Z[ recovery-image] Aug 10 23:25:45.962 INFO O| Aug 10 23:25:45.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53942024-08-10T23:25:47.115Z[ recovery-image] Aug 10 23:25:45.962 INFO O| Aug 10 23:25:45.962 INFO STEP 512 (remove_files) COMPLETE
53952024-08-10T23:25:47.117Z[ recovery-image] Aug 10 23:25:45.962 INFO O| Aug 10 23:25:45.962 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-10T23:25:47.124Z[ recovery-image] Aug 10 23:25:45.972 INFO O| Aug 10 23:25:45.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53972024-08-10T23:25:47.127Z[ recovery-image] Aug 10 23:25:45.972 INFO O| Aug 10 23:25:45.972 INFO STEP 513 (remove_files) COMPLETE
53982024-08-10T23:25:47.127Z[ recovery-image] Aug 10 23:25:45.972 INFO O| Aug 10 23:25:45.972 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-10T23:25:47.134Z[ recovery-image] Aug 10 23:25:45.981 INFO O| Aug 10 23:25:45.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54002024-08-10T23:25:47.134Z[ recovery-image] Aug 10 23:25:45.981 INFO O| Aug 10 23:25:45.981 INFO STEP 514 (remove_files) COMPLETE
54012024-08-10T23:25:47.134Z[ recovery-image] Aug 10 23:25:45.981 INFO O| Aug 10 23:25:45.981 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-10T23:25:47.143Z[ recovery-image] Aug 10 23:25:45.990 INFO O| Aug 10 23:25:45.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54032024-08-10T23:25:47.145Z[ recovery-image] Aug 10 23:25:45.990 INFO O| Aug 10 23:25:45.990 INFO STEP 515 (remove_files) COMPLETE
54042024-08-10T23:25:47.145Z[ recovery-image] Aug 10 23:25:45.990 INFO O| Aug 10 23:25:45.990 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-10T23:25:47.152Z[ recovery-image] Aug 10 23:25:45.999 INFO O| Aug 10 23:25:45.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54062024-08-10T23:25:47.152Z[ recovery-image] Aug 10 23:25:46.000 INFO O| Aug 10 23:25:46.000 INFO STEP 516 (remove_files) COMPLETE
54072024-08-10T23:25:47.155Z[ recovery-image] Aug 10 23:25:46.000 INFO O| Aug 10 23:25:46.000 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-10T23:25:47.163Z[ recovery-image] Aug 10 23:25:46.010 INFO O| Aug 10 23:25:46.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54092024-08-10T23:25:47.163Z[ recovery-image] Aug 10 23:25:46.010 INFO O| Aug 10 23:25:46.010 INFO STEP 517 (remove_files) COMPLETE
54102024-08-10T23:25:47.165Z[ recovery-image] Aug 10 23:25:46.010 INFO O| Aug 10 23:25:46.010 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-10T23:25:47.172Z[ recovery-image] Aug 10 23:25:46.019 INFO O| Aug 10 23:25:46.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54122024-08-10T23:25:47.172Z[ recovery-image] Aug 10 23:25:46.019 INFO O| Aug 10 23:25:46.019 INFO STEP 518 (remove_files) COMPLETE
54132024-08-10T23:25:47.175Z[ recovery-image] Aug 10 23:25:46.019 INFO O| Aug 10 23:25:46.019 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-10T23:25:47.181Z[ recovery-image] Aug 10 23:25:46.029 INFO O| Aug 10 23:25:46.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54152024-08-10T23:25:47.182Z[ recovery-image] Aug 10 23:25:46.029 INFO O| Aug 10 23:25:46.029 INFO STEP 519 (remove_files) COMPLETE
54162024-08-10T23:25:47.182Z[ recovery-image] Aug 10 23:25:46.029 INFO O| Aug 10 23:25:46.029 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-10T23:25:47.191Z[ recovery-image] Aug 10 23:25:46.038 INFO O| Aug 10 23:25:46.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54182024-08-10T23:25:47.191Z[ recovery-image] Aug 10 23:25:46.038 INFO O| Aug 10 23:25:46.038 INFO STEP 520 (remove_files) COMPLETE
54192024-08-10T23:25:47.193Z[ recovery-image] Aug 10 23:25:46.038 INFO O| Aug 10 23:25:46.038 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-10T23:25:47.201Z[ recovery-image] Aug 10 23:25:46.048 INFO O| Aug 10 23:25:46.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54212024-08-10T23:25:47.201Z[ recovery-image] Aug 10 23:25:46.048 INFO O| Aug 10 23:25:46.048 INFO STEP 521 (remove_files) COMPLETE
54222024-08-10T23:25:47.203Z[ recovery-image] Aug 10 23:25:46.048 INFO O| Aug 10 23:25:46.048 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-10T23:25:47.210Z[ recovery-image] Aug 10 23:25:46.058 INFO O| Aug 10 23:25:46.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54242024-08-10T23:25:47.213Z[ recovery-image] Aug 10 23:25:46.058 INFO O| Aug 10 23:25:46.058 INFO STEP 522 (remove_files) COMPLETE
54252024-08-10T23:25:47.213Z[ recovery-image] Aug 10 23:25:46.058 INFO O| Aug 10 23:25:46.058 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-10T23:25:47.220Z[ recovery-image] Aug 10 23:25:46.067 INFO O| Aug 10 23:25:46.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54272024-08-10T23:25:47.220Z[ recovery-image] Aug 10 23:25:46.067 INFO O| Aug 10 23:25:46.067 INFO STEP 523 (remove_files) COMPLETE
54282024-08-10T23:25:47.223Z[ recovery-image] Aug 10 23:25:46.067 INFO O| Aug 10 23:25:46.067 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-10T23:25:47.232Z[ recovery-image] Aug 10 23:25:46.076 INFO O| Aug 10 23:25:46.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54302024-08-10T23:25:47.232Z[ recovery-image] Aug 10 23:25:46.077 INFO O| Aug 10 23:25:46.077 INFO STEP 524 (remove_files) COMPLETE
54312024-08-10T23:25:47.233Z[ recovery-image] Aug 10 23:25:46.077 INFO O| Aug 10 23:25:46.077 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-10T23:25:47.239Z[ recovery-image] Aug 10 23:25:46.086 INFO O| Aug 10 23:25:46.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54332024-08-10T23:25:47.239Z[ recovery-image] Aug 10 23:25:46.086 INFO O| Aug 10 23:25:46.086 INFO STEP 525 (remove_files) COMPLETE
54342024-08-10T23:25:47.239Z[ recovery-image] Aug 10 23:25:46.086 INFO O| Aug 10 23:25:46.086 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-10T23:25:47.248Z[ recovery-image] Aug 10 23:25:46.095 INFO O| Aug 10 23:25:46.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54362024-08-10T23:25:47.248Z[ recovery-image] Aug 10 23:25:46.095 INFO O| Aug 10 23:25:46.095 INFO STEP 526 (remove_files) COMPLETE
54372024-08-10T23:25:47.250Z[ recovery-image] Aug 10 23:25:46.095 INFO O| Aug 10 23:25:46.095 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-10T23:25:47.257Z[ recovery-image] Aug 10 23:25:46.104 INFO O| Aug 10 23:25:46.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54392024-08-10T23:25:47.260Z[ recovery-image] Aug 10 23:25:46.104 INFO O| Aug 10 23:25:46.104 INFO STEP 527 (remove_files) COMPLETE
54402024-08-10T23:25:47.260Z[ recovery-image] Aug 10 23:25:46.104 INFO O| Aug 10 23:25:46.104 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-10T23:25:47.266Z[ recovery-image] Aug 10 23:25:46.114 INFO O| Aug 10 23:25:46.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54422024-08-10T23:25:47.267Z[ recovery-image] Aug 10 23:25:46.114 INFO O| Aug 10 23:25:46.114 INFO STEP 528 (remove_files) COMPLETE
54432024-08-10T23:25:47.267Z[ recovery-image] Aug 10 23:25:46.114 INFO O| Aug 10 23:25:46.114 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-10T23:25:47.277Z[ recovery-image] Aug 10 23:25:46.124 INFO O| Aug 10 23:25:46.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54452024-08-10T23:25:47.279Z[ recovery-image] Aug 10 23:25:46.125 INFO O| Aug 10 23:25:46.124 INFO STEP 529 (remove_files) COMPLETE
54462024-08-10T23:25:47.279Z[ recovery-image] Aug 10 23:25:46.125 INFO O| Aug 10 23:25:46.124 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-10T23:25:47.287Z[ recovery-image] Aug 10 23:25:46.134 INFO O| Aug 10 23:25:46.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54482024-08-10T23:25:47.287Z[ recovery-image] Aug 10 23:25:46.134 INFO O| Aug 10 23:25:46.134 INFO STEP 530 (remove_files) COMPLETE
54492024-08-10T23:25:47.290Z[ recovery-image] Aug 10 23:25:46.134 INFO O| Aug 10 23:25:46.134 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-10T23:25:47.297Z[ recovery-image] Aug 10 23:25:46.144 INFO O| Aug 10 23:25:46.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54512024-08-10T23:25:47.299Z[ recovery-image] Aug 10 23:25:46.144 INFO O| Aug 10 23:25:46.144 INFO STEP 531 (remove_files) COMPLETE
54522024-08-10T23:25:47.299Z[ recovery-image] Aug 10 23:25:46.144 INFO O| Aug 10 23:25:46.144 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-10T23:25:47.306Z[ recovery-image] Aug 10 23:25:46.154 INFO O| Aug 10 23:25:46.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54542024-08-10T23:25:47.306Z[ recovery-image] Aug 10 23:25:46.154 INFO O| Aug 10 23:25:46.154 INFO STEP 532 (remove_files) COMPLETE
54552024-08-10T23:25:47.309Z[ recovery-image] Aug 10 23:25:46.154 INFO O| Aug 10 23:25:46.154 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-10T23:25:47.316Z[ recovery-image] Aug 10 23:25:46.163 INFO O| Aug 10 23:25:46.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54572024-08-10T23:25:47.316Z[ recovery-image] Aug 10 23:25:46.163 INFO O| Aug 10 23:25:46.163 INFO STEP 533 (remove_files) COMPLETE
54582024-08-10T23:25:47.316Z[ recovery-image] Aug 10 23:25:46.163 INFO O| Aug 10 23:25:46.163 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-10T23:25:47.326Z[ recovery-image] Aug 10 23:25:46.173 INFO O| Aug 10 23:25:46.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54602024-08-10T23:25:47.328Z[ recovery-image] Aug 10 23:25:46.173 INFO O| Aug 10 23:25:46.173 INFO STEP 534 (remove_files) COMPLETE
54612024-08-10T23:25:47.328Z[ recovery-image] Aug 10 23:25:46.173 INFO O| Aug 10 23:25:46.173 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-10T23:25:47.335Z[ recovery-image] Aug 10 23:25:46.183 INFO O| Aug 10 23:25:46.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54632024-08-10T23:25:47.338Z[ recovery-image] Aug 10 23:25:46.183 INFO O| Aug 10 23:25:46.183 INFO STEP 535 (remove_files) COMPLETE
54642024-08-10T23:25:47.338Z[ recovery-image] Aug 10 23:25:46.183 INFO O| Aug 10 23:25:46.183 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-10T23:25:47.345Z[ recovery-image] Aug 10 23:25:46.192 INFO O| Aug 10 23:25:46.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54662024-08-10T23:25:47.347Z[ recovery-image] Aug 10 23:25:46.192 INFO O| Aug 10 23:25:46.192 INFO STEP 536 (remove_files) COMPLETE
54672024-08-10T23:25:47.347Z[ recovery-image] Aug 10 23:25:46.192 INFO O| Aug 10 23:25:46.192 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-10T23:25:47.355Z[ recovery-image] Aug 10 23:25:46.202 INFO O| Aug 10 23:25:46.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54692024-08-10T23:25:47.357Z[ recovery-image] Aug 10 23:25:46.202 INFO O| Aug 10 23:25:46.202 INFO STEP 537 (remove_files) COMPLETE
54702024-08-10T23:25:47.357Z[ recovery-image] Aug 10 23:25:46.202 INFO O| Aug 10 23:25:46.202 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-10T23:25:47.364Z[ recovery-image] Aug 10 23:25:46.211 INFO O| Aug 10 23:25:46.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54722024-08-10T23:25:47.366Z[ recovery-image] Aug 10 23:25:46.211 INFO O| Aug 10 23:25:46.211 INFO STEP 538 (remove_files) COMPLETE
54732024-08-10T23:25:47.367Z[ recovery-image] Aug 10 23:25:46.211 INFO O| Aug 10 23:25:46.211 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-10T23:25:47.374Z[ recovery-image] Aug 10 23:25:46.221 INFO O| Aug 10 23:25:46.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54752024-08-10T23:25:47.376Z[ recovery-image] Aug 10 23:25:46.221 INFO O| Aug 10 23:25:46.221 INFO STEP 539 (remove_files) COMPLETE
54762024-08-10T23:25:47.377Z[ recovery-image] Aug 10 23:25:46.221 INFO O| Aug 10 23:25:46.221 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-10T23:25:47.383Z[ recovery-image] Aug 10 23:25:46.230 INFO O| Aug 10 23:25:46.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54782024-08-10T23:25:47.386Z[ recovery-image] Aug 10 23:25:46.231 INFO O| Aug 10 23:25:46.231 INFO STEP 540 (remove_files) COMPLETE
54792024-08-10T23:25:47.386Z[ recovery-image] Aug 10 23:25:46.231 INFO O| Aug 10 23:25:46.231 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-10T23:25:47.393Z[ recovery-image] Aug 10 23:25:46.240 INFO O| Aug 10 23:25:46.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54812024-08-10T23:25:47.393Z[ recovery-image] Aug 10 23:25:46.240 INFO O| Aug 10 23:25:46.240 INFO STEP 541 (remove_files) COMPLETE
54822024-08-10T23:25:47.393Z[ recovery-image] Aug 10 23:25:46.240 INFO O| Aug 10 23:25:46.240 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-10T23:25:47.403Z[ recovery-image] Aug 10 23:25:46.250 INFO O| Aug 10 23:25:46.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54842024-08-10T23:25:47.405Z[ recovery-image] Aug 10 23:25:46.250 INFO O| Aug 10 23:25:46.250 INFO STEP 542 (remove_files) COMPLETE
54852024-08-10T23:25:47.405Z[ recovery-image] Aug 10 23:25:46.250 INFO O| Aug 10 23:25:46.250 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-10T23:25:47.413Z[ recovery-image] Aug 10 23:25:46.260 INFO O| Aug 10 23:25:46.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54872024-08-10T23:25:47.415Z[ recovery-image] Aug 10 23:25:46.260 INFO O| Aug 10 23:25:46.260 INFO STEP 543 (remove_files) COMPLETE
54882024-08-10T23:25:47.415Z[ recovery-image] Aug 10 23:25:46.260 INFO O| Aug 10 23:25:46.260 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-10T23:25:47.423Z[ recovery-image] Aug 10 23:25:46.270 INFO O| Aug 10 23:25:46.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54902024-08-10T23:25:47.423Z[ recovery-image] Aug 10 23:25:46.270 INFO O| Aug 10 23:25:46.270 INFO STEP 544 (remove_files) COMPLETE
54912024-08-10T23:25:47.426Z[ recovery-image] Aug 10 23:25:46.270 INFO O| Aug 10 23:25:46.270 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-10T23:25:47.433Z[ recovery-image] Aug 10 23:25:46.280 INFO O| Aug 10 23:25:46.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54932024-08-10T23:25:47.436Z[ recovery-image] Aug 10 23:25:46.281 INFO O| Aug 10 23:25:46.280 INFO STEP 545 (remove_files) COMPLETE
54942024-08-10T23:25:47.436Z[ recovery-image] Aug 10 23:25:46.281 INFO O| Aug 10 23:25:46.280 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-10T23:25:47.443Z[ recovery-image] Aug 10 23:25:46.290 INFO O| Aug 10 23:25:46.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54962024-08-10T23:25:47.446Z[ recovery-image] Aug 10 23:25:46.290 INFO O| Aug 10 23:25:46.290 INFO STEP 546 (remove_files) COMPLETE
54972024-08-10T23:25:47.446Z[ recovery-image] Aug 10 23:25:46.290 INFO O| Aug 10 23:25:46.290 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-10T23:25:47.453Z[ recovery-image] Aug 10 23:25:46.300 INFO O| Aug 10 23:25:46.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54992024-08-10T23:25:47.453Z[ recovery-image] Aug 10 23:25:46.300 INFO O| Aug 10 23:25:46.300 INFO STEP 547 (remove_files) COMPLETE
55002024-08-10T23:25:47.456Z[ recovery-image] Aug 10 23:25:46.300 INFO O| Aug 10 23:25:46.300 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-10T23:25:47.462Z[ recovery-image] Aug 10 23:25:46.310 INFO O| Aug 10 23:25:46.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55022024-08-10T23:25:47.465Z[ recovery-image] Aug 10 23:25:46.310 INFO O| Aug 10 23:25:46.310 INFO STEP 548 (remove_files) COMPLETE
55032024-08-10T23:25:47.465Z[ recovery-image] Aug 10 23:25:46.310 INFO O| Aug 10 23:25:46.310 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-10T23:25:47.472Z[ recovery-image] Aug 10 23:25:46.319 INFO O| Aug 10 23:25:46.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55052024-08-10T23:25:47.475Z[ recovery-image] Aug 10 23:25:46.319 INFO O| Aug 10 23:25:46.319 INFO STEP 549 (remove_files) COMPLETE
55062024-08-10T23:25:47.475Z[ recovery-image] Aug 10 23:25:46.319 INFO O| Aug 10 23:25:46.319 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-10T23:25:47.482Z[ recovery-image] Aug 10 23:25:46.329 INFO O| Aug 10 23:25:46.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55082024-08-10T23:25:47.482Z[ recovery-image] Aug 10 23:25:46.329 INFO O| Aug 10 23:25:46.329 INFO STEP 550 (remove_files) COMPLETE
55092024-08-10T23:25:47.484Z[ recovery-image] Aug 10 23:25:46.329 INFO O| Aug 10 23:25:46.329 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-10T23:25:47.491Z[ recovery-image] Aug 10 23:25:46.338 INFO O| Aug 10 23:25:46.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55112024-08-10T23:25:47.494Z[ recovery-image] Aug 10 23:25:46.339 INFO O| Aug 10 23:25:46.339 INFO STEP 551 (remove_files) COMPLETE
55122024-08-10T23:25:47.494Z[ recovery-image] Aug 10 23:25:46.339 INFO O| Aug 10 23:25:46.339 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-10T23:25:47.501Z[ recovery-image] Aug 10 23:25:46.348 INFO O| Aug 10 23:25:46.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55142024-08-10T23:25:47.503Z[ recovery-image] Aug 10 23:25:46.348 INFO O| Aug 10 23:25:46.348 INFO STEP 552 (remove_files) COMPLETE
55152024-08-10T23:25:47.503Z[ recovery-image] Aug 10 23:25:46.348 INFO O| Aug 10 23:25:46.348 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-10T23:25:47.510Z[ recovery-image] Aug 10 23:25:46.357 INFO O| Aug 10 23:25:46.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55172024-08-10T23:25:47.510Z[ recovery-image] Aug 10 23:25:46.357 INFO O| Aug 10 23:25:46.357 INFO STEP 553 (remove_files) COMPLETE
55182024-08-10T23:25:47.513Z[ recovery-image] Aug 10 23:25:46.357 INFO O| Aug 10 23:25:46.357 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-10T23:25:47.520Z[ recovery-image] Aug 10 23:25:46.367 INFO O| Aug 10 23:25:46.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55202024-08-10T23:25:47.522Z[ recovery-image] Aug 10 23:25:46.367 INFO O| Aug 10 23:25:46.367 INFO STEP 554 (remove_files) COMPLETE
55212024-08-10T23:25:47.522Z[ recovery-image] Aug 10 23:25:46.367 INFO O| Aug 10 23:25:46.367 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-10T23:25:47.529Z[ recovery-image] Aug 10 23:25:46.377 INFO O| Aug 10 23:25:46.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55232024-08-10T23:25:47.532Z[ recovery-image] Aug 10 23:25:46.377 INFO O| Aug 10 23:25:46.377 INFO STEP 555 (remove_files) COMPLETE
55242024-08-10T23:25:47.532Z[ recovery-image] Aug 10 23:25:46.377 INFO O| Aug 10 23:25:46.377 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-10T23:25:47.540Z[ recovery-image] Aug 10 23:25:46.387 INFO O| Aug 10 23:25:46.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55262024-08-10T23:25:47.542Z[ recovery-image] Aug 10 23:25:46.388 INFO O| Aug 10 23:25:46.388 INFO STEP 556 (remove_files) COMPLETE
55272024-08-10T23:25:47.542Z[ recovery-image] Aug 10 23:25:46.388 INFO O| Aug 10 23:25:46.388 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-10T23:25:47.550Z[ recovery-image] Aug 10 23:25:46.397 INFO O| Aug 10 23:25:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55292024-08-10T23:25:47.550Z[ recovery-image] Aug 10 23:25:46.397 INFO O| Aug 10 23:25:46.397 INFO STEP 557 (remove_files) COMPLETE
55302024-08-10T23:25:47.552Z[ recovery-image] Aug 10 23:25:46.397 INFO O| Aug 10 23:25:46.397 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-10T23:25:47.559Z[ recovery-image] Aug 10 23:25:46.406 INFO O| Aug 10 23:25:46.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55322024-08-10T23:25:47.559Z[ recovery-image] Aug 10 23:25:46.406 INFO O| Aug 10 23:25:46.406 INFO STEP 558 (remove_files) COMPLETE
55332024-08-10T23:25:47.562Z[ recovery-image] Aug 10 23:25:46.406 INFO O| Aug 10 23:25:46.406 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-10T23:25:47.568Z[ recovery-image] Aug 10 23:25:46.415 INFO O| Aug 10 23:25:46.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55352024-08-10T23:25:47.568Z[ recovery-image] Aug 10 23:25:46.415 INFO O| Aug 10 23:25:46.415 INFO STEP 559 (remove_files) COMPLETE
55362024-08-10T23:25:47.572Z[ recovery-image] Aug 10 23:25:46.415 INFO O| Aug 10 23:25:46.415 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-10T23:25:47.577Z[ recovery-image] Aug 10 23:25:46.425 INFO O| Aug 10 23:25:46.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55382024-08-10T23:25:47.578Z[ recovery-image] Aug 10 23:25:46.425 INFO O| Aug 10 23:25:46.425 INFO STEP 560 (remove_files) COMPLETE
55392024-08-10T23:25:47.580Z[ recovery-image] Aug 10 23:25:46.425 INFO O| Aug 10 23:25:46.425 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-10T23:25:47.587Z[ recovery-image] Aug 10 23:25:46.434 INFO O| Aug 10 23:25:46.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55412024-08-10T23:25:47.587Z[ recovery-image] Aug 10 23:25:46.434 INFO O| Aug 10 23:25:46.434 INFO STEP 561 (remove_files) COMPLETE
55422024-08-10T23:25:47.589Z[ recovery-image] Aug 10 23:25:46.434 INFO O| Aug 10 23:25:46.434 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-10T23:25:47.596Z[ recovery-image] Aug 10 23:25:46.443 INFO O| Aug 10 23:25:46.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55442024-08-10T23:25:47.596Z[ recovery-image] Aug 10 23:25:46.443 INFO O| Aug 10 23:25:46.443 INFO STEP 562 (remove_files) COMPLETE
55452024-08-10T23:25:47.599Z[ recovery-image] Aug 10 23:25:46.443 INFO O| Aug 10 23:25:46.443 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-10T23:25:47.606Z[ recovery-image] Aug 10 23:25:46.453 INFO O| Aug 10 23:25:46.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55472024-08-10T23:25:47.606Z[ recovery-image] Aug 10 23:25:46.453 INFO O| Aug 10 23:25:46.453 INFO STEP 563 (remove_files) COMPLETE
55482024-08-10T23:25:47.608Z[ recovery-image] Aug 10 23:25:46.453 INFO O| Aug 10 23:25:46.453 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-10T23:25:47.615Z[ recovery-image] Aug 10 23:25:46.462 INFO O| Aug 10 23:25:46.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55502024-08-10T23:25:47.617Z[ recovery-image] Aug 10 23:25:46.462 INFO O| Aug 10 23:25:46.462 INFO STEP 564 (remove_files) COMPLETE
55512024-08-10T23:25:47.617Z[ recovery-image] Aug 10 23:25:46.462 INFO O| Aug 10 23:25:46.462 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-10T23:25:47.624Z[ recovery-image] Aug 10 23:25:46.471 INFO O| Aug 10 23:25:46.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55532024-08-10T23:25:47.624Z[ recovery-image] Aug 10 23:25:46.471 INFO O| Aug 10 23:25:46.471 INFO STEP 565 (remove_files) COMPLETE
55542024-08-10T23:25:47.627Z[ recovery-image] Aug 10 23:25:46.471 INFO O| Aug 10 23:25:46.471 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-10T23:25:47.634Z[ recovery-image] Aug 10 23:25:46.481 INFO O| Aug 10 23:25:46.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55562024-08-10T23:25:47.636Z[ recovery-image] Aug 10 23:25:46.481 INFO O| Aug 10 23:25:46.481 INFO STEP 566 (remove_files) COMPLETE
55572024-08-10T23:25:47.636Z[ recovery-image] Aug 10 23:25:46.481 INFO O| Aug 10 23:25:46.481 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-10T23:25:47.643Z[ recovery-image] Aug 10 23:25:46.490 INFO O| Aug 10 23:25:46.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55592024-08-10T23:25:47.646Z[ recovery-image] Aug 10 23:25:46.490 INFO O| Aug 10 23:25:46.490 INFO STEP 567 (remove_files) COMPLETE
55602024-08-10T23:25:47.646Z[ recovery-image] Aug 10 23:25:46.490 INFO O| Aug 10 23:25:46.490 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-10T23:25:47.652Z[ recovery-image] Aug 10 23:25:46.500 INFO O| Aug 10 23:25:46.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55622024-08-10T23:25:47.652Z[ recovery-image] Aug 10 23:25:46.500 INFO O| Aug 10 23:25:46.500 INFO STEP 568 (remove_files) COMPLETE
55632024-08-10T23:25:47.652Z[ recovery-image] Aug 10 23:25:46.500 INFO O| Aug 10 23:25:46.500 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-10T23:25:47.662Z[ recovery-image] Aug 10 23:25:46.510 INFO O| Aug 10 23:25:46.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55652024-08-10T23:25:47.662Z[ recovery-image] Aug 10 23:25:46.510 INFO O| Aug 10 23:25:46.510 INFO STEP 569 (remove_files) COMPLETE
55662024-08-10T23:25:47.665Z[ recovery-image] Aug 10 23:25:46.510 INFO O| Aug 10 23:25:46.510 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-10T23:25:47.672Z[ recovery-image] Aug 10 23:25:46.519 INFO O| Aug 10 23:25:46.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55682024-08-10T23:25:47.672Z[ recovery-image] Aug 10 23:25:46.519 INFO O| Aug 10 23:25:46.519 INFO STEP 570 (remove_files) COMPLETE
55692024-08-10T23:25:47.672Z[ recovery-image] Aug 10 23:25:46.519 INFO O| Aug 10 23:25:46.519 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-10T23:25:47.682Z[ recovery-image] Aug 10 23:25:46.529 INFO O| Aug 10 23:25:46.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55712024-08-10T23:25:47.682Z[ recovery-image] Aug 10 23:25:46.529 INFO O| Aug 10 23:25:46.529 INFO STEP 571 (remove_files) COMPLETE
55722024-08-10T23:25:47.682Z[ recovery-image] Aug 10 23:25:46.529 INFO O| Aug 10 23:25:46.529 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-10T23:25:47.691Z[ recovery-image] Aug 10 23:25:46.539 INFO O| Aug 10 23:25:46.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55742024-08-10T23:25:47.691Z[ recovery-image] Aug 10 23:25:46.539 INFO O| Aug 10 23:25:46.539 INFO STEP 572 (remove_files) COMPLETE
55752024-08-10T23:25:47.694Z[ recovery-image] Aug 10 23:25:46.539 INFO O| Aug 10 23:25:46.539 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-10T23:25:47.701Z[ recovery-image] Aug 10 23:25:46.548 INFO O| Aug 10 23:25:46.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55772024-08-10T23:25:47.701Z[ recovery-image] Aug 10 23:25:46.548 INFO O| Aug 10 23:25:46.548 INFO STEP 573 (remove_files) COMPLETE
55782024-08-10T23:25:47.704Z[ recovery-image] Aug 10 23:25:46.548 INFO O| Aug 10 23:25:46.548 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-10T23:25:47.710Z[ recovery-image] Aug 10 23:25:46.558 INFO O| Aug 10 23:25:46.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55802024-08-10T23:25:47.713Z[ recovery-image] Aug 10 23:25:46.558 INFO O| Aug 10 23:25:46.558 INFO STEP 574 (remove_files) COMPLETE
55812024-08-10T23:25:47.713Z[ recovery-image] Aug 10 23:25:46.558 INFO O| Aug 10 23:25:46.558 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-10T23:25:47.720Z[ recovery-image] Aug 10 23:25:46.567 INFO O| Aug 10 23:25:46.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55832024-08-10T23:25:47.720Z[ recovery-image] Aug 10 23:25:46.567 INFO O| Aug 10 23:25:46.567 INFO STEP 575 (remove_files) COMPLETE
55842024-08-10T23:25:47.720Z[ recovery-image] Aug 10 23:25:46.567 INFO O| Aug 10 23:25:46.567 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-10T23:25:47.729Z[ recovery-image] Aug 10 23:25:46.576 INFO O| Aug 10 23:25:46.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55862024-08-10T23:25:47.729Z[ recovery-image] Aug 10 23:25:46.577 INFO O| Aug 10 23:25:46.577 INFO STEP 576 (remove_files) COMPLETE
55872024-08-10T23:25:47.729Z[ recovery-image] Aug 10 23:25:46.577 INFO O| Aug 10 23:25:46.577 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-10T23:25:47.739Z[ recovery-image] Aug 10 23:25:46.586 INFO O| Aug 10 23:25:46.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55892024-08-10T23:25:47.739Z[ recovery-image] Aug 10 23:25:46.586 INFO O| Aug 10 23:25:46.586 INFO STEP 577 (remove_files) COMPLETE
55902024-08-10T23:25:47.741Z[ recovery-image] Aug 10 23:25:46.586 INFO O| Aug 10 23:25:46.586 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-10T23:25:47.748Z[ recovery-image] Aug 10 23:25:46.595 INFO O| Aug 10 23:25:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55922024-08-10T23:25:47.750Z[ recovery-image] Aug 10 23:25:46.595 INFO O| Aug 10 23:25:46.595 INFO STEP 578 (remove_files) COMPLETE
55932024-08-10T23:25:47.750Z[ recovery-image] Aug 10 23:25:46.595 INFO O| Aug 10 23:25:46.595 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-10T23:25:47.757Z[ recovery-image] Aug 10 23:25:46.604 INFO O| Aug 10 23:25:46.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55952024-08-10T23:25:47.757Z[ recovery-image] Aug 10 23:25:46.604 INFO O| Aug 10 23:25:46.604 INFO STEP 579 (remove_files) COMPLETE
55962024-08-10T23:25:47.760Z[ recovery-image] Aug 10 23:25:46.604 INFO O| Aug 10 23:25:46.604 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-10T23:25:47.766Z[ recovery-image] Aug 10 23:25:46.614 INFO O| Aug 10 23:25:46.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55982024-08-10T23:25:47.766Z[ recovery-image] Aug 10 23:25:46.614 INFO O| Aug 10 23:25:46.614 INFO STEP 580 (remove_files) COMPLETE
55992024-08-10T23:25:47.769Z[ recovery-image] Aug 10 23:25:46.614 INFO O| Aug 10 23:25:46.614 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-10T23:25:47.776Z[ recovery-image] Aug 10 23:25:46.623 INFO O| Aug 10 23:25:46.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56012024-08-10T23:25:47.776Z[ recovery-image] Aug 10 23:25:46.623 INFO O| Aug 10 23:25:46.623 INFO STEP 581 (remove_files) COMPLETE
56022024-08-10T23:25:47.778Z[ recovery-image] Aug 10 23:25:46.623 INFO O| Aug 10 23:25:46.623 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-10T23:25:47.785Z[ recovery-image] Aug 10 23:25:46.632 INFO O| Aug 10 23:25:46.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56042024-08-10T23:25:47.785Z[ recovery-image] Aug 10 23:25:46.632 INFO O| Aug 10 23:25:46.632 INFO STEP 582 (remove_files) COMPLETE
56052024-08-10T23:25:47.785Z[ recovery-image] Aug 10 23:25:46.632 INFO O| Aug 10 23:25:46.632 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-10T23:25:47.795Z[ recovery-image] Aug 10 23:25:46.642 INFO O| Aug 10 23:25:46.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56072024-08-10T23:25:47.795Z[ recovery-image] Aug 10 23:25:46.642 INFO O| Aug 10 23:25:46.642 INFO STEP 583 (remove_files) COMPLETE
56082024-08-10T23:25:47.795Z[ recovery-image] Aug 10 23:25:46.642 INFO O| Aug 10 23:25:46.642 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-10T23:25:47.804Z[ recovery-image] Aug 10 23:25:46.651 INFO O| Aug 10 23:25:46.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56102024-08-10T23:25:47.804Z[ recovery-image] Aug 10 23:25:46.651 INFO O| Aug 10 23:25:46.651 INFO STEP 584 (remove_files) COMPLETE
56112024-08-10T23:25:47.806Z[ recovery-image] Aug 10 23:25:46.651 INFO O| Aug 10 23:25:46.651 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-10T23:25:47.813Z[ recovery-image] Aug 10 23:25:46.660 INFO O| Aug 10 23:25:46.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56132024-08-10T23:25:47.816Z[ recovery-image] Aug 10 23:25:46.660 INFO O| Aug 10 23:25:46.660 INFO STEP 585 (remove_files) COMPLETE
56142024-08-10T23:25:47.816Z[ recovery-image] Aug 10 23:25:46.661 INFO O| Aug 10 23:25:46.660 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-10T23:25:47.823Z[ recovery-image] Aug 10 23:25:46.670 INFO O| Aug 10 23:25:46.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56162024-08-10T23:25:47.823Z[ recovery-image] Aug 10 23:25:46.670 INFO O| Aug 10 23:25:46.670 INFO STEP 586 (remove_files) COMPLETE
56172024-08-10T23:25:47.825Z[ recovery-image] Aug 10 23:25:46.670 INFO O| Aug 10 23:25:46.670 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-10T23:25:47.832Z[ recovery-image] Aug 10 23:25:46.679 INFO O| Aug 10 23:25:46.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56192024-08-10T23:25:47.832Z[ recovery-image] Aug 10 23:25:46.679 INFO O| Aug 10 23:25:46.679 INFO STEP 587 (remove_files) COMPLETE
56202024-08-10T23:25:47.832Z[ recovery-image] Aug 10 23:25:46.679 INFO O| Aug 10 23:25:46.679 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-10T23:25:47.841Z[ recovery-image] Aug 10 23:25:46.688 INFO O| Aug 10 23:25:46.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56222024-08-10T23:25:47.841Z[ recovery-image] Aug 10 23:25:46.688 INFO O| Aug 10 23:25:46.688 INFO STEP 588 (remove_files) COMPLETE
56232024-08-10T23:25:47.841Z[ recovery-image] Aug 10 23:25:46.688 INFO O| Aug 10 23:25:46.688 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-10T23:25:47.851Z[ recovery-image] Aug 10 23:25:46.698 INFO O| Aug 10 23:25:46.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56252024-08-10T23:25:47.851Z[ recovery-image] Aug 10 23:25:46.698 INFO O| Aug 10 23:25:46.698 INFO STEP 589 (remove_files) COMPLETE
56262024-08-10T23:25:47.853Z[ recovery-image] Aug 10 23:25:46.698 INFO O| Aug 10 23:25:46.698 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-10T23:25:47.860Z[ recovery-image] Aug 10 23:25:46.707 INFO O| Aug 10 23:25:46.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56282024-08-10T23:25:47.860Z[ recovery-image] Aug 10 23:25:46.707 INFO O| Aug 10 23:25:46.707 INFO STEP 590 (remove_files) COMPLETE
56292024-08-10T23:25:47.860Z[ recovery-image] Aug 10 23:25:46.707 INFO O| Aug 10 23:25:46.707 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-10T23:25:47.869Z[ recovery-image] Aug 10 23:25:46.716 INFO O| Aug 10 23:25:46.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56312024-08-10T23:25:47.872Z[ recovery-image] Aug 10 23:25:46.716 INFO O| Aug 10 23:25:46.716 INFO STEP 591 (remove_files) COMPLETE
56322024-08-10T23:25:47.872Z[ recovery-image] Aug 10 23:25:46.716 INFO O| Aug 10 23:25:46.716 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-10T23:25:47.878Z[ recovery-image] Aug 10 23:25:46.726 INFO O| Aug 10 23:25:46.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56342024-08-10T23:25:47.881Z[ recovery-image] Aug 10 23:25:46.727 INFO O| Aug 10 23:25:46.727 INFO STEP 592 (remove_files) COMPLETE
56352024-08-10T23:25:47.881Z[ recovery-image] Aug 10 23:25:46.727 INFO O| Aug 10 23:25:46.727 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-10T23:25:47.888Z[ recovery-image] Aug 10 23:25:46.736 INFO O| Aug 10 23:25:46.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56372024-08-10T23:25:47.891Z[ recovery-image] Aug 10 23:25:46.736 INFO O| Aug 10 23:25:46.736 INFO STEP 593 (remove_files) COMPLETE
56382024-08-10T23:25:47.891Z[ recovery-image] Aug 10 23:25:46.736 INFO O| Aug 10 23:25:46.736 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-10T23:25:47.898Z[ recovery-image] Aug 10 23:25:46.745 INFO O| Aug 10 23:25:46.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56402024-08-10T23:25:47.900Z[ recovery-image] Aug 10 23:25:46.745 INFO O| Aug 10 23:25:46.745 INFO STEP 594 (remove_files) COMPLETE
56412024-08-10T23:25:47.900Z[ recovery-image] Aug 10 23:25:46.745 INFO O| Aug 10 23:25:46.745 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-10T23:25:47.907Z[ recovery-image] Aug 10 23:25:46.754 INFO O| Aug 10 23:25:46.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56432024-08-10T23:25:47.907Z[ recovery-image] Aug 10 23:25:46.754 INFO O| Aug 10 23:25:46.754 INFO STEP 595 (remove_files) COMPLETE
56442024-08-10T23:25:47.907Z[ recovery-image] Aug 10 23:25:46.755 INFO O| Aug 10 23:25:46.754 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-10T23:25:47.917Z[ recovery-image] Aug 10 23:25:46.764 INFO O| Aug 10 23:25:46.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56462024-08-10T23:25:47.917Z[ recovery-image] Aug 10 23:25:46.764 INFO O| Aug 10 23:25:46.764 INFO STEP 596 (remove_files) COMPLETE
56472024-08-10T23:25:47.917Z[ recovery-image] Aug 10 23:25:46.764 INFO O| Aug 10 23:25:46.764 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-10T23:25:47.926Z[ recovery-image] Aug 10 23:25:46.773 INFO O| Aug 10 23:25:46.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56492024-08-10T23:25:47.929Z[ recovery-image] Aug 10 23:25:46.773 INFO O| Aug 10 23:25:46.773 INFO STEP 597 (remove_files) COMPLETE
56502024-08-10T23:25:47.929Z[ recovery-image] Aug 10 23:25:46.773 INFO O| Aug 10 23:25:46.773 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-10T23:25:47.935Z[ recovery-image] Aug 10 23:25:46.782 INFO O| Aug 10 23:25:46.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56522024-08-10T23:25:47.935Z[ recovery-image] Aug 10 23:25:46.782 INFO O| Aug 10 23:25:46.782 INFO STEP 598 (remove_files) COMPLETE
56532024-08-10T23:25:47.938Z[ recovery-image] Aug 10 23:25:46.783 INFO O| Aug 10 23:25:46.782 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-10T23:25:47.945Z[ recovery-image] Aug 10 23:25:46.792 INFO O| Aug 10 23:25:46.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56552024-08-10T23:25:47.947Z[ recovery-image] Aug 10 23:25:46.792 INFO O| Aug 10 23:25:46.792 INFO STEP 599 (remove_files) COMPLETE
56562024-08-10T23:25:47.947Z[ recovery-image] Aug 10 23:25:46.792 INFO O| Aug 10 23:25:46.792 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-10T23:25:47.954Z[ recovery-image] Aug 10 23:25:46.801 INFO O| Aug 10 23:25:46.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56582024-08-10T23:25:47.954Z[ recovery-image] Aug 10 23:25:46.802 INFO O| Aug 10 23:25:46.802 INFO STEP 600 (remove_files) COMPLETE
56592024-08-10T23:25:47.954Z[ recovery-image] Aug 10 23:25:46.802 INFO O| Aug 10 23:25:46.802 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-10T23:25:47.964Z[ recovery-image] Aug 10 23:25:46.811 INFO O| Aug 10 23:25:46.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56612024-08-10T23:25:47.964Z[ recovery-image] Aug 10 23:25:46.811 INFO O| Aug 10 23:25:46.811 INFO STEP 601 (remove_files) COMPLETE
56622024-08-10T23:25:47.966Z[ recovery-image] Aug 10 23:25:46.811 INFO O| Aug 10 23:25:46.811 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-10T23:25:47.973Z[ recovery-image] Aug 10 23:25:46.820 INFO O| Aug 10 23:25:46.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56642024-08-10T23:25:47.976Z[ recovery-image] Aug 10 23:25:46.821 INFO O| Aug 10 23:25:46.821 INFO STEP 602 (remove_files) COMPLETE
56652024-08-10T23:25:47.976Z[ recovery-image] Aug 10 23:25:46.821 INFO O| Aug 10 23:25:46.821 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-10T23:25:47.983Z[ recovery-image] Aug 10 23:25:46.830 INFO O| Aug 10 23:25:46.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56672024-08-10T23:25:47.983Z[ recovery-image] Aug 10 23:25:46.830 INFO O| Aug 10 23:25:46.830 INFO STEP 603 (remove_files) COMPLETE
56682024-08-10T23:25:47.986Z[ recovery-image] Aug 10 23:25:46.830 INFO O| Aug 10 23:25:46.830 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-10T23:25:47.992Z[ recovery-image] Aug 10 23:25:46.839 INFO O| Aug 10 23:25:46.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56702024-08-10T23:25:47.995Z[ recovery-image] Aug 10 23:25:46.839 INFO O| Aug 10 23:25:46.839 INFO STEP 604 (remove_files) COMPLETE
56712024-08-10T23:25:47.995Z[ recovery-image] Aug 10 23:25:46.839 INFO O| Aug 10 23:25:46.839 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-10T23:25:48.002Z[ recovery-image] Aug 10 23:25:46.849 INFO O| Aug 10 23:25:46.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56732024-08-10T23:25:48.004Z[ recovery-image] Aug 10 23:25:46.849 INFO O| Aug 10 23:25:46.849 INFO STEP 605 (remove_files) COMPLETE
56742024-08-10T23:25:48.004Z[ recovery-image] Aug 10 23:25:46.849 INFO O| Aug 10 23:25:46.849 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-10T23:25:48.011Z[ recovery-image] Aug 10 23:25:46.858 INFO O| Aug 10 23:25:46.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56762024-08-10T23:25:48.013Z[ recovery-image] Aug 10 23:25:46.858 INFO O| Aug 10 23:25:46.858 INFO STEP 606 (remove_files) COMPLETE
56772024-08-10T23:25:48.013Z[ recovery-image] Aug 10 23:25:46.858 INFO O| Aug 10 23:25:46.858 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-10T23:25:48.020Z[ recovery-image] Aug 10 23:25:46.867 INFO O| Aug 10 23:25:46.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56792024-08-10T23:25:48.020Z[ recovery-image] Aug 10 23:25:46.867 INFO O| Aug 10 23:25:46.867 INFO STEP 607 (remove_files) COMPLETE
56802024-08-10T23:25:48.020Z[ recovery-image] Aug 10 23:25:46.867 INFO O| Aug 10 23:25:46.867 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-10T23:25:48.029Z[ recovery-image] Aug 10 23:25:46.876 INFO O| Aug 10 23:25:46.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56822024-08-10T23:25:48.029Z[ recovery-image] Aug 10 23:25:46.877 INFO O| Aug 10 23:25:46.876 INFO STEP 608 (remove_files) COMPLETE
56832024-08-10T23:25:48.029Z[ recovery-image] Aug 10 23:25:46.877 INFO O| Aug 10 23:25:46.877 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-10T23:25:48.039Z[ recovery-image] Aug 10 23:25:46.886 INFO O| Aug 10 23:25:46.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56852024-08-10T23:25:48.039Z[ recovery-image] Aug 10 23:25:46.886 INFO O| Aug 10 23:25:46.886 INFO STEP 609 (remove_files) COMPLETE
56862024-08-10T23:25:48.041Z[ recovery-image] Aug 10 23:25:46.886 INFO O| Aug 10 23:25:46.886 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-10T23:25:48.048Z[ recovery-image] Aug 10 23:25:46.895 INFO O| Aug 10 23:25:46.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56882024-08-10T23:25:48.048Z[ recovery-image] Aug 10 23:25:46.895 INFO O| Aug 10 23:25:46.895 INFO STEP 610 (remove_files) COMPLETE
56892024-08-10T23:25:48.048Z[ recovery-image] Aug 10 23:25:46.895 INFO O| Aug 10 23:25:46.895 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-10T23:25:48.057Z[ recovery-image] Aug 10 23:25:46.904 INFO O| Aug 10 23:25:46.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56912024-08-10T23:25:48.057Z[ recovery-image] Aug 10 23:25:46.904 INFO O| Aug 10 23:25:46.904 INFO STEP 611 (remove_files) COMPLETE
56922024-08-10T23:25:48.057Z[ recovery-image] Aug 10 23:25:46.905 INFO O| Aug 10 23:25:46.904 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-10T23:25:48.067Z[ recovery-image] Aug 10 23:25:46.914 INFO O| Aug 10 23:25:46.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56942024-08-10T23:25:48.067Z[ recovery-image] Aug 10 23:25:46.914 INFO O| Aug 10 23:25:46.914 INFO STEP 612 (remove_files) COMPLETE
56952024-08-10T23:25:48.069Z[ recovery-image] Aug 10 23:25:46.914 INFO O| Aug 10 23:25:46.914 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-10T23:25:48.076Z[ recovery-image] Aug 10 23:25:46.923 INFO O| Aug 10 23:25:46.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56972024-08-10T23:25:48.076Z[ recovery-image] Aug 10 23:25:46.923 INFO O| Aug 10 23:25:46.923 INFO STEP 613 (remove_files) COMPLETE
56982024-08-10T23:25:48.079Z[ recovery-image] Aug 10 23:25:46.923 INFO O| Aug 10 23:25:46.923 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-10T23:25:48.085Z[ recovery-image] Aug 10 23:25:46.933 INFO O| Aug 10 23:25:46.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57002024-08-10T23:25:48.088Z[ recovery-image] Aug 10 23:25:46.933 INFO O| Aug 10 23:25:46.933 INFO STEP 614 (remove_files) COMPLETE
57012024-08-10T23:25:48.088Z[ recovery-image] Aug 10 23:25:46.933 INFO O| Aug 10 23:25:46.933 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-10T23:25:48.095Z[ recovery-image] Aug 10 23:25:46.942 INFO O| Aug 10 23:25:46.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57032024-08-10T23:25:48.095Z[ recovery-image] Aug 10 23:25:46.942 INFO O| Aug 10 23:25:46.942 INFO STEP 615 (remove_files) COMPLETE
57042024-08-10T23:25:48.098Z[ recovery-image] Aug 10 23:25:46.942 INFO O| Aug 10 23:25:46.942 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-10T23:25:48.104Z[ recovery-image] Aug 10 23:25:46.951 INFO O| Aug 10 23:25:46.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57062024-08-10T23:25:48.107Z[ recovery-image] Aug 10 23:25:46.952 INFO O| Aug 10 23:25:46.952 INFO STEP 616 (remove_files) COMPLETE
57072024-08-10T23:25:48.107Z[ recovery-image] Aug 10 23:25:46.952 INFO O| Aug 10 23:25:46.952 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-10T23:25:48.114Z[ recovery-image] Aug 10 23:25:46.961 INFO O| Aug 10 23:25:46.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57092024-08-10T23:25:48.117Z[ recovery-image] Aug 10 23:25:46.961 INFO O| Aug 10 23:25:46.961 INFO STEP 617 (remove_files) COMPLETE
57102024-08-10T23:25:48.117Z[ recovery-image] Aug 10 23:25:46.961 INFO O| Aug 10 23:25:46.961 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-10T23:25:48.123Z[ recovery-image] Aug 10 23:25:46.971 INFO O| Aug 10 23:25:46.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57122024-08-10T23:25:48.126Z[ recovery-image] Aug 10 23:25:46.971 INFO O| Aug 10 23:25:46.971 INFO STEP 618 (remove_files) COMPLETE
57132024-08-10T23:25:48.126Z[ recovery-image] Aug 10 23:25:46.971 INFO O| Aug 10 23:25:46.971 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-10T23:25:48.133Z[ recovery-image] Aug 10 23:25:46.980 INFO O| Aug 10 23:25:46.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57152024-08-10T23:25:48.133Z[ recovery-image] Aug 10 23:25:46.980 INFO O| Aug 10 23:25:46.980 INFO STEP 619 (remove_files) COMPLETE
57162024-08-10T23:25:48.135Z[ recovery-image] Aug 10 23:25:46.980 INFO O| Aug 10 23:25:46.980 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-10T23:25:48.142Z[ recovery-image] Aug 10 23:25:46.989 INFO O| Aug 10 23:25:46.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57182024-08-10T23:25:48.144Z[ recovery-image] Aug 10 23:25:46.989 INFO O| Aug 10 23:25:46.989 INFO STEP 620 (remove_files) COMPLETE
57192024-08-10T23:25:48.145Z[ recovery-image] Aug 10 23:25:46.989 INFO O| Aug 10 23:25:46.989 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-10T23:25:48.151Z[ recovery-image] Aug 10 23:25:46.999 INFO O| Aug 10 23:25:46.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57212024-08-10T23:25:48.154Z[ recovery-image] Aug 10 23:25:46.999 INFO O| Aug 10 23:25:46.999 INFO STEP 621 (remove_files) COMPLETE
57222024-08-10T23:25:48.154Z[ recovery-image] Aug 10 23:25:46.999 INFO O| Aug 10 23:25:46.999 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-10T23:25:48.161Z[ recovery-image] Aug 10 23:25:47.009 INFO O| Aug 10 23:25:47.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57242024-08-10T23:25:48.162Z[ recovery-image] Aug 10 23:25:47.009 INFO O| Aug 10 23:25:47.009 INFO STEP 622 (remove_files) COMPLETE
57252024-08-10T23:25:48.164Z[ recovery-image] Aug 10 23:25:47.009 INFO O| Aug 10 23:25:47.009 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-10T23:25:48.171Z[ recovery-image] Aug 10 23:25:47.018 INFO O| Aug 10 23:25:47.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57272024-08-10T23:25:48.173Z[ recovery-image] Aug 10 23:25:47.018 INFO O| Aug 10 23:25:47.018 INFO STEP 623 (remove_files) COMPLETE
57282024-08-10T23:25:48.173Z[ recovery-image] Aug 10 23:25:47.018 INFO O| Aug 10 23:25:47.018 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-10T23:25:48.180Z[ recovery-image] Aug 10 23:25:47.027 INFO O| Aug 10 23:25:47.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57302024-08-10T23:25:48.183Z[ recovery-image] Aug 10 23:25:47.027 INFO O| Aug 10 23:25:47.027 INFO STEP 624 (remove_files) COMPLETE
57312024-08-10T23:25:48.183Z[ recovery-image] Aug 10 23:25:47.027 INFO O| Aug 10 23:25:47.027 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-10T23:25:48.190Z[ recovery-image] Aug 10 23:25:47.037 INFO O| Aug 10 23:25:47.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57332024-08-10T23:25:48.192Z[ recovery-image] Aug 10 23:25:47.037 INFO O| Aug 10 23:25:47.037 INFO STEP 625 (remove_files) COMPLETE
57342024-08-10T23:25:48.192Z[ recovery-image] Aug 10 23:25:47.037 INFO O| Aug 10 23:25:47.037 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-10T23:25:48.199Z[ recovery-image] Aug 10 23:25:47.046 INFO O| Aug 10 23:25:47.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57362024-08-10T23:25:48.201Z[ recovery-image] Aug 10 23:25:47.046 INFO O| Aug 10 23:25:47.046 INFO STEP 626 (remove_files) COMPLETE
57372024-08-10T23:25:48.201Z[ recovery-image] Aug 10 23:25:47.046 INFO O| Aug 10 23:25:47.046 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-10T23:25:48.208Z[ recovery-image] Aug 10 23:25:47.055 INFO O| Aug 10 23:25:47.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57392024-08-10T23:25:48.208Z[ recovery-image] Aug 10 23:25:47.055 INFO O| Aug 10 23:25:47.055 INFO STEP 627 (remove_files) COMPLETE
57402024-08-10T23:25:48.211Z[ recovery-image] Aug 10 23:25:47.055 INFO O| Aug 10 23:25:47.055 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-08-10T23:25:48.218Z[ recovery-image] Aug 10 23:25:47.065 INFO O| Aug 10 23:25:47.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57422024-08-10T23:25:48.220Z[ recovery-image] Aug 10 23:25:47.065 INFO O| Aug 10 23:25:47.065 INFO STEP 628 (remove_files) COMPLETE
57432024-08-10T23:25:48.220Z[ recovery-image] Aug 10 23:25:47.065 INFO O| Aug 10 23:25:47.065 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-08-10T23:25:48.227Z[ recovery-image] Aug 10 23:25:47.075 INFO O| Aug 10 23:25:47.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57452024-08-10T23:25:48.228Z[ recovery-image] Aug 10 23:25:47.075 INFO O| Aug 10 23:25:47.075 INFO STEP 629 (remove_files) COMPLETE
57462024-08-10T23:25:48.230Z[ recovery-image] Aug 10 23:25:47.075 INFO O| Aug 10 23:25:47.075 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-08-10T23:25:48.237Z[ recovery-image] Aug 10 23:25:47.084 INFO O| Aug 10 23:25:47.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57482024-08-10T23:25:48.240Z[ recovery-image] Aug 10 23:25:47.085 INFO O| Aug 10 23:25:47.085 INFO STEP 630 (remove_files) COMPLETE
57492024-08-10T23:25:48.240Z[ recovery-image] Aug 10 23:25:47.085 INFO O| Aug 10 23:25:47.085 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-10T23:25:48.247Z[ recovery-image] Aug 10 23:25:47.094 INFO O| Aug 10 23:25:47.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57512024-08-10T23:25:48.249Z[ recovery-image] Aug 10 23:25:47.094 INFO O| Aug 10 23:25:47.094 INFO STEP 631 (remove_files) COMPLETE
57522024-08-10T23:25:48.249Z[ recovery-image] Aug 10 23:25:47.094 INFO O| Aug 10 23:25:47.094 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-10T23:25:48.257Z[ recovery-image] Aug 10 23:25:47.104 INFO O| Aug 10 23:25:47.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57542024-08-10T23:25:48.259Z[ recovery-image] Aug 10 23:25:47.104 INFO O| Aug 10 23:25:47.104 INFO STEP 632 (remove_files) COMPLETE
57552024-08-10T23:25:48.259Z[ recovery-image] Aug 10 23:25:47.104 INFO O| Aug 10 23:25:47.104 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-08-10T23:25:48.266Z[ recovery-image] Aug 10 23:25:47.113 INFO O| Aug 10 23:25:47.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57572024-08-10T23:25:48.266Z[ recovery-image] Aug 10 23:25:47.113 INFO O| Aug 10 23:25:47.113 INFO STEP 633 (remove_files) COMPLETE
57582024-08-10T23:25:48.266Z[ recovery-image] Aug 10 23:25:47.113 INFO O| Aug 10 23:25:47.113 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-08-10T23:25:48.276Z[ recovery-image] Aug 10 23:25:47.123 INFO O| Aug 10 23:25:47.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57602024-08-10T23:25:48.276Z[ recovery-image] Aug 10 23:25:47.123 INFO O| Aug 10 23:25:47.123 INFO STEP 634 (remove_files) COMPLETE
57612024-08-10T23:25:48.279Z[ recovery-image] Aug 10 23:25:47.123 INFO O| Aug 10 23:25:47.123 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-08-10T23:25:48.285Z[ recovery-image] Aug 10 23:25:47.132 INFO O| Aug 10 23:25:47.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57632024-08-10T23:25:48.285Z[ recovery-image] Aug 10 23:25:47.133 INFO O| Aug 10 23:25:47.132 INFO STEP 635 (remove_files) COMPLETE
57642024-08-10T23:25:48.288Z[ recovery-image] Aug 10 23:25:47.133 INFO O| Aug 10 23:25:47.132 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-08-10T23:25:48.295Z[ recovery-image] Aug 10 23:25:47.142 INFO O| Aug 10 23:25:47.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57662024-08-10T23:25:48.297Z[ recovery-image] Aug 10 23:25:47.142 INFO O| Aug 10 23:25:47.142 INFO STEP 636 (remove_files) COMPLETE
57672024-08-10T23:25:48.297Z[ recovery-image] Aug 10 23:25:47.142 INFO O| Aug 10 23:25:47.142 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-08-10T23:25:48.304Z[ recovery-image] Aug 10 23:25:47.151 INFO O| Aug 10 23:25:47.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57692024-08-10T23:25:48.304Z[ recovery-image] Aug 10 23:25:47.151 INFO O| Aug 10 23:25:47.151 INFO STEP 637 (remove_files) COMPLETE
57702024-08-10T23:25:48.304Z[ recovery-image] Aug 10 23:25:47.151 INFO O| Aug 10 23:25:47.151 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-08-10T23:25:48.313Z[ recovery-image] Aug 10 23:25:47.161 INFO O| Aug 10 23:25:47.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57722024-08-10T23:25:48.318Z[ recovery-image] Aug 10 23:25:47.161 INFO O| Aug 10 23:25:47.161 INFO STEP 638 (remove_files) COMPLETE
57732024-08-10T23:25:48.319Z[ recovery-image] Aug 10 23:25:47.161 INFO O| Aug 10 23:25:47.161 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-08-10T23:25:48.323Z[ recovery-image] Aug 10 23:25:47.170 INFO O| Aug 10 23:25:47.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57752024-08-10T23:25:48.323Z[ recovery-image] Aug 10 23:25:47.170 INFO O| Aug 10 23:25:47.170 INFO STEP 639 (remove_files) COMPLETE
57762024-08-10T23:25:48.325Z[ recovery-image] Aug 10 23:25:47.170 INFO O| Aug 10 23:25:47.170 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-08-10T23:25:48.332Z[ recovery-image] Aug 10 23:25:47.179 INFO O| Aug 10 23:25:47.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57782024-08-10T23:25:48.335Z[ recovery-image] Aug 10 23:25:47.179 INFO O| Aug 10 23:25:47.179 INFO STEP 640 (remove_files) COMPLETE
57792024-08-10T23:25:48.335Z[ recovery-image] Aug 10 23:25:47.180 INFO O| Aug 10 23:25:47.179 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-08-10T23:25:48.342Z[ recovery-image] Aug 10 23:25:47.189 INFO O| Aug 10 23:25:47.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57812024-08-10T23:25:48.344Z[ recovery-image] Aug 10 23:25:47.189 INFO O| Aug 10 23:25:47.189 INFO STEP 641 (remove_files) COMPLETE
57822024-08-10T23:25:48.344Z[ recovery-image] Aug 10 23:25:47.189 INFO O| Aug 10 23:25:47.189 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-10T23:25:48.351Z[ recovery-image] Aug 10 23:25:47.198 INFO O| Aug 10 23:25:47.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57842024-08-10T23:25:48.351Z[ recovery-image] Aug 10 23:25:47.198 INFO O| Aug 10 23:25:47.198 INFO STEP 642 (remove_files) COMPLETE
57852024-08-10T23:25:48.354Z[ recovery-image] Aug 10 23:25:47.198 INFO O| Aug 10 23:25:47.198 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-10T23:25:48.360Z[ recovery-image] Aug 10 23:25:47.207 INFO O| Aug 10 23:25:47.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57872024-08-10T23:25:48.360Z[ recovery-image] Aug 10 23:25:47.208 INFO O| Aug 10 23:25:47.208 INFO STEP 643 (remove_files) COMPLETE
57882024-08-10T23:25:48.363Z[ recovery-image] Aug 10 23:25:47.208 INFO O| Aug 10 23:25:47.208 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-10T23:25:48.370Z[ recovery-image] Aug 10 23:25:47.217 INFO O| Aug 10 23:25:47.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57902024-08-10T23:25:48.370Z[ recovery-image] Aug 10 23:25:47.217 INFO O| Aug 10 23:25:47.217 INFO STEP 644 (remove_files) COMPLETE
57912024-08-10T23:25:48.372Z[ recovery-image] Aug 10 23:25:47.217 INFO O| Aug 10 23:25:47.217 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-10T23:25:48.379Z[ recovery-image] Aug 10 23:25:47.226 INFO O| Aug 10 23:25:47.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57932024-08-10T23:25:48.379Z[ recovery-image] Aug 10 23:25:47.226 INFO O| Aug 10 23:25:47.226 INFO STEP 645 (remove_files) COMPLETE
57942024-08-10T23:25:48.382Z[ recovery-image] Aug 10 23:25:47.226 INFO O| Aug 10 23:25:47.226 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-10T23:25:48.388Z[ recovery-image] Aug 10 23:25:47.236 INFO O| Aug 10 23:25:47.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57962024-08-10T23:25:48.388Z[ recovery-image] Aug 10 23:25:47.236 INFO O| Aug 10 23:25:47.236 INFO STEP 646 (remove_files) COMPLETE
57972024-08-10T23:25:48.391Z[ recovery-image] Aug 10 23:25:47.236 INFO O| Aug 10 23:25:47.236 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-08-10T23:25:48.398Z[ recovery-image] Aug 10 23:25:47.245 INFO O| Aug 10 23:25:47.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57992024-08-10T23:25:48.400Z[ recovery-image] Aug 10 23:25:47.245 INFO O| Aug 10 23:25:47.245 INFO STEP 647 (remove_files) COMPLETE
58002024-08-10T23:25:48.400Z[ recovery-image] Aug 10 23:25:47.245 INFO O| Aug 10 23:25:47.245 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-10T23:25:48.407Z[ recovery-image] Aug 10 23:25:47.254 INFO O| Aug 10 23:25:47.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58022024-08-10T23:25:48.407Z[ recovery-image] Aug 10 23:25:47.254 INFO O| Aug 10 23:25:47.254 INFO STEP 648 (remove_files) COMPLETE
58032024-08-10T23:25:48.410Z[ recovery-image] Aug 10 23:25:47.254 INFO O| Aug 10 23:25:47.254 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-10T23:25:48.417Z[ recovery-image] Aug 10 23:25:47.264 INFO O| Aug 10 23:25:47.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58052024-08-10T23:25:48.417Z[ recovery-image] Aug 10 23:25:47.264 INFO O| Aug 10 23:25:47.264 INFO STEP 649 (remove_files) COMPLETE
58062024-08-10T23:25:48.419Z[ recovery-image] Aug 10 23:25:47.264 INFO O| Aug 10 23:25:47.264 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-10T23:25:48.427Z[ recovery-image] Aug 10 23:25:47.274 INFO O| Aug 10 23:25:47.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58082024-08-10T23:25:48.429Z[ recovery-image] Aug 10 23:25:47.274 INFO O| Aug 10 23:25:47.274 INFO STEP 650 (remove_files) COMPLETE
58092024-08-10T23:25:48.429Z[ recovery-image] Aug 10 23:25:47.274 INFO O| Aug 10 23:25:47.274 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-10T23:25:48.436Z[ recovery-image] Aug 10 23:25:47.283 INFO O| Aug 10 23:25:47.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58112024-08-10T23:25:48.436Z[ recovery-image] Aug 10 23:25:47.283 INFO O| Aug 10 23:25:47.283 INFO STEP 651 (remove_files) COMPLETE
58122024-08-10T23:25:48.439Z[ recovery-image] Aug 10 23:25:47.283 INFO O| Aug 10 23:25:47.283 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-10T23:25:48.445Z[ recovery-image] Aug 10 23:25:47.292 INFO O| Aug 10 23:25:47.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58142024-08-10T23:25:48.448Z[ recovery-image] Aug 10 23:25:47.292 INFO O| Aug 10 23:25:47.292 INFO STEP 652 (remove_files) COMPLETE
58152024-08-10T23:25:48.448Z[ recovery-image] Aug 10 23:25:47.292 INFO O| Aug 10 23:25:47.292 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-10T23:25:48.455Z[ recovery-image] Aug 10 23:25:47.302 INFO O| Aug 10 23:25:47.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58172024-08-10T23:25:48.457Z[ recovery-image] Aug 10 23:25:47.302 INFO O| Aug 10 23:25:47.302 INFO STEP 653 (remove_files) COMPLETE
58182024-08-10T23:25:48.457Z[ recovery-image] Aug 10 23:25:47.302 INFO O| Aug 10 23:25:47.302 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-10T23:25:48.464Z[ recovery-image] Aug 10 23:25:47.311 INFO O| Aug 10 23:25:47.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58202024-08-10T23:25:48.466Z[ recovery-image] Aug 10 23:25:47.311 INFO O| Aug 10 23:25:47.311 INFO STEP 654 (remove_files) COMPLETE
58212024-08-10T23:25:48.466Z[ recovery-image] Aug 10 23:25:47.311 INFO O| Aug 10 23:25:47.311 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-10T23:25:48.473Z[ recovery-image] Aug 10 23:25:47.320 INFO O| Aug 10 23:25:47.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58232024-08-10T23:25:48.476Z[ recovery-image] Aug 10 23:25:47.321 INFO O| Aug 10 23:25:47.320 INFO STEP 655 (remove_files) COMPLETE
58242024-08-10T23:25:48.476Z[ recovery-image] Aug 10 23:25:47.321 INFO O| Aug 10 23:25:47.321 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-10T23:25:48.483Z[ recovery-image] Aug 10 23:25:47.330 INFO O| Aug 10 23:25:47.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58262024-08-10T23:25:48.485Z[ recovery-image] Aug 10 23:25:47.330 INFO O| Aug 10 23:25:47.330 INFO STEP 656 (remove_files) COMPLETE
58272024-08-10T23:25:48.485Z[ recovery-image] Aug 10 23:25:47.330 INFO O| Aug 10 23:25:47.330 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-10T23:25:48.492Z[ recovery-image] Aug 10 23:25:47.339 INFO O| Aug 10 23:25:47.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58292024-08-10T23:25:48.492Z[ recovery-image] Aug 10 23:25:47.339 INFO O| Aug 10 23:25:47.339 INFO STEP 657 (remove_files) COMPLETE
58302024-08-10T23:25:48.492Z[ recovery-image] Aug 10 23:25:47.339 INFO O| Aug 10 23:25:47.339 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-10T23:25:48.501Z[ recovery-image] Aug 10 23:25:47.348 INFO O| Aug 10 23:25:47.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58322024-08-10T23:25:48.504Z[ recovery-image] Aug 10 23:25:47.348 INFO O| Aug 10 23:25:47.348 INFO STEP 658 (remove_files) COMPLETE
58332024-08-10T23:25:48.504Z[ recovery-image] Aug 10 23:25:47.348 INFO O| Aug 10 23:25:47.348 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-10T23:25:48.510Z[ recovery-image] Aug 10 23:25:47.358 INFO O| Aug 10 23:25:47.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58352024-08-10T23:25:48.513Z[ recovery-image] Aug 10 23:25:47.358 INFO O| Aug 10 23:25:47.358 INFO STEP 659 (remove_files) COMPLETE
58362024-08-10T23:25:48.513Z[ recovery-image] Aug 10 23:25:47.358 INFO O| Aug 10 23:25:47.358 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-10T23:25:48.521Z[ recovery-image] Aug 10 23:25:47.368 INFO O| Aug 10 23:25:47.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58382024-08-10T23:25:48.523Z[ recovery-image] Aug 10 23:25:47.368 INFO O| Aug 10 23:25:47.368 INFO STEP 660 (remove_files) COMPLETE
58392024-08-10T23:25:48.523Z[ recovery-image] Aug 10 23:25:47.368 INFO O| Aug 10 23:25:47.368 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-10T23:25:48.530Z[ recovery-image] Aug 10 23:25:47.377 INFO O| Aug 10 23:25:47.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58412024-08-10T23:25:48.532Z[ recovery-image] Aug 10 23:25:47.378 INFO O| Aug 10 23:25:47.378 INFO STEP 661 (remove_files) COMPLETE
58422024-08-10T23:25:48.533Z[ recovery-image] Aug 10 23:25:47.378 INFO O| Aug 10 23:25:47.378 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-10T23:25:48.540Z[ recovery-image] Aug 10 23:25:47.387 INFO O| Aug 10 23:25:47.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58442024-08-10T23:25:48.540Z[ recovery-image] Aug 10 23:25:47.387 INFO O| Aug 10 23:25:47.387 INFO STEP 662 (remove_files) COMPLETE
58452024-08-10T23:25:48.543Z[ recovery-image] Aug 10 23:25:47.387 INFO O| Aug 10 23:25:47.387 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-10T23:25:48.550Z[ recovery-image] Aug 10 23:25:47.397 INFO O| Aug 10 23:25:47.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58472024-08-10T23:25:48.552Z[ recovery-image] Aug 10 23:25:47.397 INFO O| Aug 10 23:25:47.397 INFO STEP 663 (remove_files) COMPLETE
58482024-08-10T23:25:48.552Z[ recovery-image] Aug 10 23:25:47.397 INFO O| Aug 10 23:25:47.397 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-10T23:25:48.560Z[ recovery-image] Aug 10 23:25:47.407 INFO O| Aug 10 23:25:47.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58502024-08-10T23:25:48.562Z[ recovery-image] Aug 10 23:25:47.407 INFO O| Aug 10 23:25:47.407 INFO STEP 664 (remove_files) COMPLETE
58512024-08-10T23:25:48.562Z[ recovery-image] Aug 10 23:25:47.407 INFO O| Aug 10 23:25:47.407 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-10T23:25:48.570Z[ recovery-image] Aug 10 23:25:47.417 INFO O| Aug 10 23:25:47.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58532024-08-10T23:25:48.572Z[ recovery-image] Aug 10 23:25:47.417 INFO O| Aug 10 23:25:47.417 INFO STEP 665 (remove_files) COMPLETE
58542024-08-10T23:25:48.572Z[ recovery-image] Aug 10 23:25:47.417 INFO O| Aug 10 23:25:47.417 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-10T23:25:48.579Z[ recovery-image] Aug 10 23:25:47.426 INFO O| Aug 10 23:25:47.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58562024-08-10T23:25:48.579Z[ recovery-image] Aug 10 23:25:47.426 INFO O| Aug 10 23:25:47.426 INFO STEP 666 (remove_files) COMPLETE
58572024-08-10T23:25:48.582Z[ recovery-image] Aug 10 23:25:47.426 INFO O| Aug 10 23:25:47.426 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-10T23:25:48.589Z[ recovery-image] Aug 10 23:25:47.436 INFO O| Aug 10 23:25:47.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58592024-08-10T23:25:48.589Z[ recovery-image] Aug 10 23:25:47.436 INFO O| Aug 10 23:25:47.436 INFO STEP 667 (remove_files) COMPLETE
58602024-08-10T23:25:48.592Z[ recovery-image] Aug 10 23:25:47.436 INFO O| Aug 10 23:25:47.436 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-08-10T23:25:48.598Z[ recovery-image] Aug 10 23:25:47.445 INFO O| Aug 10 23:25:47.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58622024-08-10T23:25:48.598Z[ recovery-image] Aug 10 23:25:47.445 INFO O| Aug 10 23:25:47.445 INFO STEP 668 (remove_files) COMPLETE
58632024-08-10T23:25:48.598Z[ recovery-image] Aug 10 23:25:47.445 INFO O| Aug 10 23:25:47.445 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-08-10T23:25:48.608Z[ recovery-image] Aug 10 23:25:47.455 INFO O| Aug 10 23:25:47.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58652024-08-10T23:25:48.608Z[ recovery-image] Aug 10 23:25:47.455 INFO O| Aug 10 23:25:47.455 INFO STEP 669 (remove_files) COMPLETE
58662024-08-10T23:25:48.608Z[ recovery-image] Aug 10 23:25:47.455 INFO O| Aug 10 23:25:47.455 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-08-10T23:25:48.617Z[ recovery-image] Aug 10 23:25:47.465 INFO O| Aug 10 23:25:47.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58682024-08-10T23:25:48.617Z[ recovery-image] Aug 10 23:25:47.465 INFO O| Aug 10 23:25:47.465 INFO STEP 670 (remove_files) COMPLETE
58692024-08-10T23:25:48.618Z[ recovery-image] Aug 10 23:25:47.465 INFO O| Aug 10 23:25:47.465 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-08-10T23:25:48.627Z[ recovery-image] Aug 10 23:25:47.474 INFO O| Aug 10 23:25:47.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58712024-08-10T23:25:48.629Z[ recovery-image] Aug 10 23:25:47.474 INFO O| Aug 10 23:25:47.474 INFO STEP 671 (remove_files) COMPLETE
58722024-08-10T23:25:48.630Z[ recovery-image] Aug 10 23:25:47.474 INFO O| Aug 10 23:25:47.474 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-10T23:25:48.636Z[ recovery-image] Aug 10 23:25:47.483 INFO O| Aug 10 23:25:47.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58742024-08-10T23:25:48.636Z[ recovery-image] Aug 10 23:25:47.483 INFO O| Aug 10 23:25:47.483 INFO STEP 672 (remove_files) COMPLETE
58752024-08-10T23:25:48.636Z[ recovery-image] Aug 10 23:25:47.483 INFO O| Aug 10 23:25:47.483 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-10T23:25:48.646Z[ recovery-image] Aug 10 23:25:47.493 INFO O| Aug 10 23:25:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58772024-08-10T23:25:48.648Z[ recovery-image] Aug 10 23:25:47.493 INFO O| Aug 10 23:25:47.493 INFO STEP 673 (remove_files) COMPLETE
58782024-08-10T23:25:48.648Z[ recovery-image] Aug 10 23:25:47.493 INFO O| Aug 10 23:25:47.493 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-10T23:25:48.655Z[ recovery-image] Aug 10 23:25:47.502 INFO O| Aug 10 23:25:47.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58802024-08-10T23:25:48.655Z[ recovery-image] Aug 10 23:25:47.502 INFO O| Aug 10 23:25:47.502 INFO STEP 674 (remove_files) COMPLETE
58812024-08-10T23:25:48.658Z[ recovery-image] Aug 10 23:25:47.502 INFO O| Aug 10 23:25:47.502 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-10T23:25:48.664Z[ recovery-image] Aug 10 23:25:47.511 INFO O| Aug 10 23:25:47.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58832024-08-10T23:25:48.667Z[ recovery-image] Aug 10 23:25:47.512 INFO O| Aug 10 23:25:47.512 INFO STEP 675 (remove_files) COMPLETE
58842024-08-10T23:25:48.667Z[ recovery-image] Aug 10 23:25:47.512 INFO O| Aug 10 23:25:47.512 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-10T23:25:48.674Z[ recovery-image] Aug 10 23:25:47.521 INFO O| Aug 10 23:25:47.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58862024-08-10T23:25:48.677Z[ recovery-image] Aug 10 23:25:47.521 INFO O| Aug 10 23:25:47.521 INFO STEP 676 (remove_files) COMPLETE
58872024-08-10T23:25:48.677Z[ recovery-image] Aug 10 23:25:47.521 INFO O| Aug 10 23:25:47.521 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-10T23:25:48.684Z[ recovery-image] Aug 10 23:25:47.531 INFO O| Aug 10 23:25:47.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58892024-08-10T23:25:48.684Z[ recovery-image] Aug 10 23:25:47.531 INFO O| Aug 10 23:25:47.531 INFO STEP 677 (remove_files) COMPLETE
58902024-08-10T23:25:48.687Z[ recovery-image] Aug 10 23:25:47.531 INFO O| Aug 10 23:25:47.531 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-10T23:25:48.694Z[ recovery-image] Aug 10 23:25:47.542 INFO O| Aug 10 23:25:47.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58922024-08-10T23:25:48.697Z[ recovery-image] Aug 10 23:25:47.542 INFO O| Aug 10 23:25:47.542 INFO STEP 678 (remove_files) COMPLETE
58932024-08-10T23:25:48.697Z[ recovery-image] Aug 10 23:25:47.542 INFO O| Aug 10 23:25:47.542 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-10T23:25:48.705Z[ recovery-image] Aug 10 23:25:47.552 INFO O| Aug 10 23:25:47.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58952024-08-10T23:25:48.705Z[ recovery-image] Aug 10 23:25:47.552 INFO O| Aug 10 23:25:47.552 INFO STEP 679 (remove_files) COMPLETE
58962024-08-10T23:25:48.707Z[ recovery-image] Aug 10 23:25:47.552 INFO O| Aug 10 23:25:47.552 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-10T23:25:48.714Z[ recovery-image] Aug 10 23:25:47.561 INFO O| Aug 10 23:25:47.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58982024-08-10T23:25:48.714Z[ recovery-image] Aug 10 23:25:47.561 INFO O| Aug 10 23:25:47.561 INFO STEP 680 (remove_files) COMPLETE
58992024-08-10T23:25:48.714Z[ recovery-image] Aug 10 23:25:47.562 INFO O| Aug 10 23:25:47.561 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-10T23:25:48.724Z[ recovery-image] Aug 10 23:25:47.571 INFO O| Aug 10 23:25:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59012024-08-10T23:25:48.724Z[ recovery-image] Aug 10 23:25:47.571 INFO O| Aug 10 23:25:47.571 INFO STEP 681 (remove_files) COMPLETE
59022024-08-10T23:25:48.727Z[ recovery-image] Aug 10 23:25:47.571 INFO O| Aug 10 23:25:47.571 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-10T23:25:48.733Z[ recovery-image] Aug 10 23:25:47.580 INFO O| Aug 10 23:25:47.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59042024-08-10T23:25:48.733Z[ recovery-image] Aug 10 23:25:47.581 INFO O| Aug 10 23:25:47.581 INFO STEP 682 (remove_files) COMPLETE
59052024-08-10T23:25:48.733Z[ recovery-image] Aug 10 23:25:47.581 INFO O| Aug 10 23:25:47.581 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-10T23:25:48.744Z[ recovery-image] Aug 10 23:25:47.591 INFO O| Aug 10 23:25:47.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59072024-08-10T23:25:48.744Z[ recovery-image] Aug 10 23:25:47.591 INFO O| Aug 10 23:25:47.591 INFO STEP 683 (remove_files) COMPLETE
59082024-08-10T23:25:48.746Z[ recovery-image] Aug 10 23:25:47.591 INFO O| Aug 10 23:25:47.591 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-10T23:25:48.753Z[ recovery-image] Aug 10 23:25:47.600 INFO O| Aug 10 23:25:47.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59102024-08-10T23:25:48.756Z[ recovery-image] Aug 10 23:25:47.600 INFO O| Aug 10 23:25:47.600 INFO STEP 684 (remove_files) COMPLETE
59112024-08-10T23:25:48.756Z[ recovery-image] Aug 10 23:25:47.600 INFO O| Aug 10 23:25:47.600 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-10T23:25:48.762Z[ recovery-image] Aug 10 23:25:47.609 INFO O| Aug 10 23:25:47.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59132024-08-10T23:25:48.765Z[ recovery-image] Aug 10 23:25:47.610 INFO O| Aug 10 23:25:47.610 INFO STEP 685 (remove_files) COMPLETE
59142024-08-10T23:25:48.765Z[ recovery-image] Aug 10 23:25:47.610 INFO O| Aug 10 23:25:47.610 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-10T23:25:48.772Z[ recovery-image] Aug 10 23:25:47.619 INFO O| Aug 10 23:25:47.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59162024-08-10T23:25:48.772Z[ recovery-image] Aug 10 23:25:47.619 INFO O| Aug 10 23:25:47.619 INFO STEP 686 (remove_files) COMPLETE
59172024-08-10T23:25:48.775Z[ recovery-image] Aug 10 23:25:47.619 INFO O| Aug 10 23:25:47.619 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-10T23:25:48.782Z[ recovery-image] Aug 10 23:25:47.629 INFO O| Aug 10 23:25:47.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59192024-08-10T23:25:48.784Z[ recovery-image] Aug 10 23:25:47.629 INFO O| Aug 10 23:25:47.629 INFO STEP 687 (remove_files) COMPLETE
59202024-08-10T23:25:48.784Z[ recovery-image] Aug 10 23:25:47.629 INFO O| Aug 10 23:25:47.629 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-10T23:25:48.791Z[ recovery-image] Aug 10 23:25:47.638 INFO O| Aug 10 23:25:47.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59222024-08-10T23:25:48.791Z[ recovery-image] Aug 10 23:25:47.638 INFO O| Aug 10 23:25:47.638 INFO STEP 688 (remove_files) COMPLETE
59232024-08-10T23:25:48.791Z[ recovery-image] Aug 10 23:25:47.638 INFO O| Aug 10 23:25:47.638 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-10T23:25:48.800Z[ recovery-image] Aug 10 23:25:47.647 INFO O| Aug 10 23:25:47.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59252024-08-10T23:25:48.800Z[ recovery-image] Aug 10 23:25:47.648 INFO O| Aug 10 23:25:47.648 INFO STEP 689 (remove_files) COMPLETE
59262024-08-10T23:25:48.800Z[ recovery-image] Aug 10 23:25:47.648 INFO O| Aug 10 23:25:47.648 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-10T23:25:48.810Z[ recovery-image] Aug 10 23:25:47.657 INFO O| Aug 10 23:25:47.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59282024-08-10T23:25:48.810Z[ recovery-image] Aug 10 23:25:47.657 INFO O| Aug 10 23:25:47.657 INFO STEP 690 (remove_files) COMPLETE
59292024-08-10T23:25:48.810Z[ recovery-image] Aug 10 23:25:47.657 INFO O| Aug 10 23:25:47.657 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-10T23:25:48.819Z[ recovery-image] Aug 10 23:25:47.666 INFO O| Aug 10 23:25:47.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59312024-08-10T23:25:48.819Z[ recovery-image] Aug 10 23:25:47.667 INFO O| Aug 10 23:25:47.667 INFO STEP 691 (remove_files) COMPLETE
59322024-08-10T23:25:48.822Z[ recovery-image] Aug 10 23:25:47.667 INFO O| Aug 10 23:25:47.667 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-10T23:25:48.829Z[ recovery-image] Aug 10 23:25:47.676 INFO O| Aug 10 23:25:47.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59342024-08-10T23:25:48.831Z[ recovery-image] Aug 10 23:25:47.676 INFO O| Aug 10 23:25:47.676 INFO STEP 692 (remove_files) COMPLETE
59352024-08-10T23:25:48.832Z[ recovery-image] Aug 10 23:25:47.676 INFO O| Aug 10 23:25:47.676 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-10T23:25:48.838Z[ recovery-image] Aug 10 23:25:47.685 INFO O| Aug 10 23:25:47.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59372024-08-10T23:25:48.838Z[ recovery-image] Aug 10 23:25:47.685 INFO O| Aug 10 23:25:47.685 INFO STEP 693 (remove_files) COMPLETE
59382024-08-10T23:25:48.838Z[ recovery-image] Aug 10 23:25:47.685 INFO O| Aug 10 23:25:47.685 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-10T23:25:48.848Z[ recovery-image] Aug 10 23:25:47.695 INFO O| Aug 10 23:25:47.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59402024-08-10T23:25:48.851Z[ recovery-image] Aug 10 23:25:47.695 INFO O| Aug 10 23:25:47.695 INFO STEP 694 (remove_files) COMPLETE
59412024-08-10T23:25:48.851Z[ recovery-image] Aug 10 23:25:47.695 INFO O| Aug 10 23:25:47.695 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-10T23:25:48.858Z[ recovery-image] Aug 10 23:25:47.705 INFO O| Aug 10 23:25:47.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59432024-08-10T23:25:48.858Z[ recovery-image] Aug 10 23:25:47.705 INFO O| Aug 10 23:25:47.705 INFO STEP 695 (remove_files) COMPLETE
59442024-08-10T23:25:48.861Z[ recovery-image] Aug 10 23:25:47.705 INFO O| Aug 10 23:25:47.705 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-10T23:25:48.868Z[ recovery-image] Aug 10 23:25:47.715 INFO O| Aug 10 23:25:47.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59462024-08-10T23:25:48.868Z[ recovery-image] Aug 10 23:25:47.715 INFO O| Aug 10 23:25:47.715 INFO STEP 696 (remove_files) COMPLETE
59472024-08-10T23:25:48.870Z[ recovery-image] Aug 10 23:25:47.715 INFO O| Aug 10 23:25:47.715 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-10T23:25:48.878Z[ recovery-image] Aug 10 23:25:47.725 INFO O| Aug 10 23:25:47.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59492024-08-10T23:25:48.878Z[ recovery-image] Aug 10 23:25:47.725 INFO O| Aug 10 23:25:47.725 INFO STEP 697 (remove_files) COMPLETE
59502024-08-10T23:25:48.881Z[ recovery-image] Aug 10 23:25:47.725 INFO O| Aug 10 23:25:47.725 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-10T23:25:48.888Z[ recovery-image] Aug 10 23:25:47.735 INFO O| Aug 10 23:25:47.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59522024-08-10T23:25:48.888Z[ recovery-image] Aug 10 23:25:47.735 INFO O| Aug 10 23:25:47.735 INFO STEP 698 (remove_files) COMPLETE
59532024-08-10T23:25:48.888Z[ recovery-image] Aug 10 23:25:47.735 INFO O| Aug 10 23:25:47.735 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-10T23:25:48.898Z[ recovery-image] Aug 10 23:25:47.745 INFO O| Aug 10 23:25:47.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59552024-08-10T23:25:48.898Z[ recovery-image] Aug 10 23:25:47.746 INFO O| Aug 10 23:25:47.746 INFO STEP 699 (remove_files) COMPLETE
59562024-08-10T23:25:48.902Z[ recovery-image] Aug 10 23:25:47.746 INFO O| Aug 10 23:25:47.746 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-10T23:25:48.909Z[ recovery-image] Aug 10 23:25:47.756 INFO O| Aug 10 23:25:47.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59582024-08-10T23:25:48.909Z[ recovery-image] Aug 10 23:25:47.756 INFO O| Aug 10 23:25:47.756 INFO STEP 700 (remove_files) COMPLETE
59592024-08-10T23:25:48.911Z[ recovery-image] Aug 10 23:25:47.756 INFO O| Aug 10 23:25:47.756 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-10T23:25:48.919Z[ recovery-image] Aug 10 23:25:47.766 INFO O| Aug 10 23:25:47.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59612024-08-10T23:25:48.921Z[ recovery-image] Aug 10 23:25:47.766 INFO O| Aug 10 23:25:47.766 INFO STEP 701 (remove_files) COMPLETE
59622024-08-10T23:25:48.921Z[ recovery-image] Aug 10 23:25:47.766 INFO O| Aug 10 23:25:47.766 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-10T23:25:48.929Z[ recovery-image] Aug 10 23:25:47.776 INFO O| Aug 10 23:25:47.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59642024-08-10T23:25:48.929Z[ recovery-image] Aug 10 23:25:47.776 INFO O| Aug 10 23:25:47.776 INFO STEP 702 (remove_files) COMPLETE
59652024-08-10T23:25:48.932Z[ recovery-image] Aug 10 23:25:47.776 INFO O| Aug 10 23:25:47.776 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-10T23:25:48.940Z[ recovery-image] Aug 10 23:25:47.787 INFO O| Aug 10 23:25:47.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59672024-08-10T23:25:48.942Z[ recovery-image] Aug 10 23:25:47.787 INFO O| Aug 10 23:25:47.787 INFO STEP 703 (remove_files) COMPLETE
59682024-08-10T23:25:48.942Z[ recovery-image] Aug 10 23:25:47.787 INFO O| Aug 10 23:25:47.787 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-10T23:25:48.950Z[ recovery-image] Aug 10 23:25:47.797 INFO O| Aug 10 23:25:47.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59702024-08-10T23:25:48.953Z[ recovery-image] Aug 10 23:25:47.797 INFO O| Aug 10 23:25:47.797 INFO STEP 704 (remove_files) COMPLETE
59712024-08-10T23:25:48.953Z[ recovery-image] Aug 10 23:25:47.797 INFO O| Aug 10 23:25:47.797 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-10T23:25:48.959Z[ recovery-image] Aug 10 23:25:47.806 INFO O| Aug 10 23:25:47.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59732024-08-10T23:25:48.959Z[ recovery-image] Aug 10 23:25:47.806 INFO O| Aug 10 23:25:47.806 INFO STEP 705 (remove_files) COMPLETE
59742024-08-10T23:25:48.962Z[ recovery-image] Aug 10 23:25:47.806 INFO O| Aug 10 23:25:47.806 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-10T23:25:48.969Z[ recovery-image] Aug 10 23:25:47.816 INFO O| Aug 10 23:25:47.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59762024-08-10T23:25:48.971Z[ recovery-image] Aug 10 23:25:47.816 INFO O| Aug 10 23:25:47.816 INFO STEP 706 (remove_files) COMPLETE
59772024-08-10T23:25:48.971Z[ recovery-image] Aug 10 23:25:47.816 INFO O| Aug 10 23:25:47.816 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-10T23:25:48.978Z[ recovery-image] Aug 10 23:25:47.825 INFO O| Aug 10 23:25:47.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59792024-08-10T23:25:48.980Z[ recovery-image] Aug 10 23:25:47.825 INFO O| Aug 10 23:25:47.825 INFO STEP 707 (remove_files) COMPLETE
59802024-08-10T23:25:48.981Z[ recovery-image] Aug 10 23:25:47.825 INFO O| Aug 10 23:25:47.825 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-10T23:25:48.987Z[ recovery-image] Aug 10 23:25:47.834 INFO O| Aug 10 23:25:47.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59822024-08-10T23:25:48.987Z[ recovery-image] Aug 10 23:25:47.834 INFO O| Aug 10 23:25:47.834 INFO STEP 708 (remove_files) COMPLETE
59832024-08-10T23:25:48.990Z[ recovery-image] Aug 10 23:25:47.834 INFO O| Aug 10 23:25:47.834 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-10T23:25:48.999Z[ recovery-image] Aug 10 23:25:47.843 INFO O| Aug 10 23:25:47.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59852024-08-10T23:25:49.000Z[ recovery-image] Aug 10 23:25:47.843 INFO O| Aug 10 23:25:47.843 INFO STEP 709 (remove_files) COMPLETE
59862024-08-10T23:25:49.000Z[ recovery-image] Aug 10 23:25:47.843 INFO O| Aug 10 23:25:47.843 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-10T23:25:49.006Z[ recovery-image] Aug 10 23:25:47.853 INFO O| Aug 10 23:25:47.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59882024-08-10T23:25:49.006Z[ recovery-image] Aug 10 23:25:47.853 INFO O| Aug 10 23:25:47.853 INFO STEP 710 (remove_files) COMPLETE
59892024-08-10T23:25:49.006Z[ recovery-image] Aug 10 23:25:47.853 INFO O| Aug 10 23:25:47.853 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-10T23:25:49.015Z[ recovery-image] Aug 10 23:25:47.862 INFO O| Aug 10 23:25:47.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59912024-08-10T23:25:49.015Z[ recovery-image] Aug 10 23:25:47.862 INFO O| Aug 10 23:25:47.862 INFO STEP 711 (remove_files) COMPLETE
59922024-08-10T23:25:49.015Z[ recovery-image] Aug 10 23:25:47.862 INFO O| Aug 10 23:25:47.862 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-10T23:25:49.024Z[ recovery-image] Aug 10 23:25:47.871 INFO O| Aug 10 23:25:47.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59942024-08-10T23:25:49.024Z[ recovery-image] Aug 10 23:25:47.871 INFO O| Aug 10 23:25:47.871 INFO STEP 712 (remove_files) COMPLETE
59952024-08-10T23:25:49.027Z[ recovery-image] Aug 10 23:25:47.871 INFO O| Aug 10 23:25:47.871 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-10T23:25:49.034Z[ recovery-image] Aug 10 23:25:47.881 INFO O| Aug 10 23:25:47.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59972024-08-10T23:25:49.034Z[ recovery-image] Aug 10 23:25:47.881 INFO O| Aug 10 23:25:47.881 INFO STEP 713 (remove_files) COMPLETE
59982024-08-10T23:25:49.036Z[ recovery-image] Aug 10 23:25:47.881 INFO O| Aug 10 23:25:47.881 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-10T23:25:49.043Z[ recovery-image] Aug 10 23:25:47.890 INFO O| Aug 10 23:25:47.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60002024-08-10T23:25:49.045Z[ recovery-image] Aug 10 23:25:47.890 INFO O| Aug 10 23:25:47.890 INFO STEP 714 (remove_files) COMPLETE
60012024-08-10T23:25:49.046Z[ recovery-image] Aug 10 23:25:47.890 INFO O| Aug 10 23:25:47.890 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-10T23:25:49.052Z[ recovery-image] Aug 10 23:25:47.899 INFO O| Aug 10 23:25:47.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60032024-08-10T23:25:49.052Z[ recovery-image] Aug 10 23:25:47.899 INFO O| Aug 10 23:25:47.899 INFO STEP 715 (remove_files) COMPLETE
60042024-08-10T23:25:49.055Z[ recovery-image] Aug 10 23:25:47.899 INFO O| Aug 10 23:25:47.899 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-10T23:25:49.061Z[ recovery-image] Aug 10 23:25:47.909 INFO O| Aug 10 23:25:47.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60062024-08-10T23:25:49.064Z[ recovery-image] Aug 10 23:25:47.909 INFO O| Aug 10 23:25:47.909 INFO STEP 716 (remove_files) COMPLETE
60072024-08-10T23:25:49.064Z[ recovery-image] Aug 10 23:25:47.909 INFO O| Aug 10 23:25:47.909 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-10T23:25:49.071Z[ recovery-image] Aug 10 23:25:47.918 INFO O| Aug 10 23:25:47.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60092024-08-10T23:25:49.071Z[ recovery-image] Aug 10 23:25:47.918 INFO O| Aug 10 23:25:47.918 INFO STEP 717 (remove_files) COMPLETE
60102024-08-10T23:25:49.074Z[ recovery-image] Aug 10 23:25:47.918 INFO O| Aug 10 23:25:47.918 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-10T23:25:49.080Z[ recovery-image] Aug 10 23:25:47.927 INFO O| Aug 10 23:25:47.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60122024-08-10T23:25:49.080Z[ recovery-image] Aug 10 23:25:47.927 INFO O| Aug 10 23:25:47.927 INFO STEP 718 (remove_files) COMPLETE
60132024-08-10T23:25:49.083Z[ recovery-image] Aug 10 23:25:47.927 INFO O| Aug 10 23:25:47.927 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-10T23:25:49.090Z[ recovery-image] Aug 10 23:25:47.936 INFO O| Aug 10 23:25:47.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60152024-08-10T23:25:49.090Z[ recovery-image] Aug 10 23:25:47.937 INFO O| Aug 10 23:25:47.936 INFO STEP 719 (remove_files) COMPLETE
60162024-08-10T23:25:49.092Z[ recovery-image] Aug 10 23:25:47.937 INFO O| Aug 10 23:25:47.937 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-10T23:25:49.099Z[ recovery-image] Aug 10 23:25:47.946 INFO O| Aug 10 23:25:47.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60182024-08-10T23:25:49.101Z[ recovery-image] Aug 10 23:25:47.946 INFO O| Aug 10 23:25:47.946 INFO STEP 720 (remove_files) COMPLETE
60192024-08-10T23:25:49.101Z[ recovery-image] Aug 10 23:25:47.946 INFO O| Aug 10 23:25:47.946 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-10T23:25:49.108Z[ recovery-image] Aug 10 23:25:47.955 INFO O| Aug 10 23:25:47.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60212024-08-10T23:25:49.108Z[ recovery-image] Aug 10 23:25:47.955 INFO O| Aug 10 23:25:47.955 INFO STEP 721 (remove_files) COMPLETE
60222024-08-10T23:25:49.108Z[ recovery-image] Aug 10 23:25:47.955 INFO O| Aug 10 23:25:47.955 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-10T23:25:49.117Z[ recovery-image] Aug 10 23:25:47.964 INFO O| Aug 10 23:25:47.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60242024-08-10T23:25:49.117Z[ recovery-image] Aug 10 23:25:47.964 INFO O| Aug 10 23:25:47.964 INFO STEP 722 (remove_files) COMPLETE
60252024-08-10T23:25:49.120Z[ recovery-image] Aug 10 23:25:47.964 INFO O| Aug 10 23:25:47.964 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-10T23:25:49.127Z[ recovery-image] Aug 10 23:25:47.974 INFO O| Aug 10 23:25:47.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60272024-08-10T23:25:49.127Z[ recovery-image] Aug 10 23:25:47.974 INFO O| Aug 10 23:25:47.974 INFO STEP 723 (remove_files) COMPLETE
60282024-08-10T23:25:49.129Z[ recovery-image] Aug 10 23:25:47.974 INFO O| Aug 10 23:25:47.974 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-10T23:25:49.136Z[ recovery-image] Aug 10 23:25:47.983 INFO O| Aug 10 23:25:47.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60302024-08-10T23:25:49.136Z[ recovery-image] Aug 10 23:25:47.983 INFO O| Aug 10 23:25:47.983 INFO STEP 724 (remove_files) COMPLETE
60312024-08-10T23:25:49.139Z[ recovery-image] Aug 10 23:25:47.983 INFO O| Aug 10 23:25:47.983 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-10T23:25:49.146Z[ recovery-image] Aug 10 23:25:47.993 INFO O| Aug 10 23:25:47.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60332024-08-10T23:25:49.146Z[ recovery-image] Aug 10 23:25:47.993 INFO O| Aug 10 23:25:47.993 INFO STEP 725 (remove_files) COMPLETE
60342024-08-10T23:25:49.148Z[ recovery-image] Aug 10 23:25:47.993 INFO O| Aug 10 23:25:47.993 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-10T23:25:49.155Z[ recovery-image] Aug 10 23:25:48.002 INFO O| Aug 10 23:25:48.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60362024-08-10T23:25:49.155Z[ recovery-image] Aug 10 23:25:48.002 INFO O| Aug 10 23:25:48.002 INFO STEP 726 (remove_files) COMPLETE
60372024-08-10T23:25:49.157Z[ recovery-image] Aug 10 23:25:48.002 INFO O| Aug 10 23:25:48.002 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-10T23:25:49.164Z[ recovery-image] Aug 10 23:25:48.011 INFO O| Aug 10 23:25:48.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60392024-08-10T23:25:49.165Z[ recovery-image] Aug 10 23:25:48.012 INFO O| Aug 10 23:25:48.012 INFO STEP 727 (remove_files) COMPLETE
60402024-08-10T23:25:49.165Z[ recovery-image] Aug 10 23:25:48.012 INFO O| Aug 10 23:25:48.012 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-10T23:25:49.174Z[ recovery-image] Aug 10 23:25:48.021 INFO O| Aug 10 23:25:48.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60422024-08-10T23:25:49.174Z[ recovery-image] Aug 10 23:25:48.021 INFO O| Aug 10 23:25:48.021 INFO STEP 728 (remove_files) COMPLETE
60432024-08-10T23:25:49.176Z[ recovery-image] Aug 10 23:25:48.021 INFO O| Aug 10 23:25:48.021 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-10T23:25:49.183Z[ recovery-image] Aug 10 23:25:48.030 INFO O| Aug 10 23:25:48.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60452024-08-10T23:25:49.183Z[ recovery-image] Aug 10 23:25:48.030 INFO O| Aug 10 23:25:48.030 INFO STEP 729 (remove_files) COMPLETE
60462024-08-10T23:25:49.183Z[ recovery-image] Aug 10 23:25:48.030 INFO O| Aug 10 23:25:48.030 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-10T23:25:49.192Z[ recovery-image] Aug 10 23:25:48.039 INFO O| Aug 10 23:25:48.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60482024-08-10T23:25:49.196Z[ recovery-image] Aug 10 23:25:48.039 INFO O| Aug 10 23:25:48.039 INFO STEP 730 (remove_files) COMPLETE
60492024-08-10T23:25:49.196Z[ recovery-image] Aug 10 23:25:48.039 INFO O| Aug 10 23:25:48.039 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-10T23:25:49.202Z[ recovery-image] Aug 10 23:25:48.049 INFO O| Aug 10 23:25:48.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60512024-08-10T23:25:49.204Z[ recovery-image] Aug 10 23:25:48.049 INFO O| Aug 10 23:25:48.049 INFO STEP 731 (remove_files) COMPLETE
60522024-08-10T23:25:49.204Z[ recovery-image] Aug 10 23:25:48.049 INFO O| Aug 10 23:25:48.049 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-10T23:25:49.211Z[ recovery-image] Aug 10 23:25:48.058 INFO O| Aug 10 23:25:48.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60542024-08-10T23:25:49.214Z[ recovery-image] Aug 10 23:25:48.058 INFO O| Aug 10 23:25:48.058 INFO STEP 732 (remove_files) COMPLETE
60552024-08-10T23:25:49.214Z[ recovery-image] Aug 10 23:25:48.058 INFO O| Aug 10 23:25:48.058 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-10T23:25:49.221Z[ recovery-image] Aug 10 23:25:48.067 INFO O| Aug 10 23:25:48.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60572024-08-10T23:25:49.223Z[ recovery-image] Aug 10 23:25:48.068 INFO O| Aug 10 23:25:48.068 INFO STEP 733 (remove_files) COMPLETE
60582024-08-10T23:25:49.223Z[ recovery-image] Aug 10 23:25:48.068 INFO O| Aug 10 23:25:48.068 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-10T23:25:49.230Z[ recovery-image] Aug 10 23:25:48.077 INFO O| Aug 10 23:25:48.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60602024-08-10T23:25:49.230Z[ recovery-image] Aug 10 23:25:48.077 INFO O| Aug 10 23:25:48.077 INFO STEP 734 (remove_files) COMPLETE
60612024-08-10T23:25:49.232Z[ recovery-image] Aug 10 23:25:48.077 INFO O| Aug 10 23:25:48.077 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-10T23:25:49.239Z[ recovery-image] Aug 10 23:25:48.086 INFO O| Aug 10 23:25:48.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60632024-08-10T23:25:49.242Z[ recovery-image] Aug 10 23:25:48.086 INFO O| Aug 10 23:25:48.086 INFO STEP 735 (remove_files) COMPLETE
60642024-08-10T23:25:49.242Z[ recovery-image] Aug 10 23:25:48.086 INFO O| Aug 10 23:25:48.086 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-10T23:25:49.249Z[ recovery-image] Aug 10 23:25:48.096 INFO O| Aug 10 23:25:48.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60662024-08-10T23:25:49.251Z[ recovery-image] Aug 10 23:25:48.096 INFO O| Aug 10 23:25:48.096 INFO STEP 736 (remove_files) COMPLETE
60672024-08-10T23:25:49.251Z[ recovery-image] Aug 10 23:25:48.096 INFO O| Aug 10 23:25:48.096 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-10T23:25:49.260Z[ recovery-image] Aug 10 23:25:48.107 INFO O| Aug 10 23:25:48.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60692024-08-10T23:25:49.264Z[ recovery-image] Aug 10 23:25:48.107 INFO O| Aug 10 23:25:48.107 INFO STEP 737 (remove_files) COMPLETE
60702024-08-10T23:25:49.264Z[ recovery-image] Aug 10 23:25:48.107 INFO O| Aug 10 23:25:48.107 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-10T23:25:49.271Z[ recovery-image] Aug 10 23:25:48.117 INFO O| Aug 10 23:25:48.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60722024-08-10T23:25:49.273Z[ recovery-image] Aug 10 23:25:48.117 INFO O| Aug 10 23:25:48.117 INFO STEP 738 (remove_files) COMPLETE
60732024-08-10T23:25:49.273Z[ recovery-image] Aug 10 23:25:48.118 INFO O| Aug 10 23:25:48.117 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-10T23:25:49.280Z[ recovery-image] Aug 10 23:25:48.127 INFO O| Aug 10 23:25:48.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60752024-08-10T23:25:49.282Z[ recovery-image] Aug 10 23:25:48.127 INFO O| Aug 10 23:25:48.127 INFO STEP 739 (remove_files) COMPLETE
60762024-08-10T23:25:49.282Z[ recovery-image] Aug 10 23:25:48.127 INFO O| Aug 10 23:25:48.127 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-10T23:25:49.290Z[ recovery-image] Aug 10 23:25:48.137 INFO O| Aug 10 23:25:48.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60782024-08-10T23:25:49.292Z[ recovery-image] Aug 10 23:25:48.137 INFO O| Aug 10 23:25:48.137 INFO STEP 740 (remove_files) COMPLETE
60792024-08-10T23:25:49.292Z[ recovery-image] Aug 10 23:25:48.137 INFO O| Aug 10 23:25:48.137 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-10T23:25:49.299Z[ recovery-image] Aug 10 23:25:48.146 INFO O| Aug 10 23:25:48.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60812024-08-10T23:25:49.302Z[ recovery-image] Aug 10 23:25:48.146 INFO O| Aug 10 23:25:48.146 INFO STEP 741 (remove_files) COMPLETE
60822024-08-10T23:25:49.302Z[ recovery-image] Aug 10 23:25:48.146 INFO O| Aug 10 23:25:48.146 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-10T23:25:49.308Z[ recovery-image] Aug 10 23:25:48.155 INFO O| Aug 10 23:25:48.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60842024-08-10T23:25:49.311Z[ recovery-image] Aug 10 23:25:48.156 INFO O| Aug 10 23:25:48.156 INFO STEP 742 (remove_files) COMPLETE
60852024-08-10T23:25:49.311Z[ recovery-image] Aug 10 23:25:48.156 INFO O| Aug 10 23:25:48.156 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-10T23:25:49.318Z[ recovery-image] Aug 10 23:25:48.165 INFO O| Aug 10 23:25:48.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60872024-08-10T23:25:49.318Z[ recovery-image] Aug 10 23:25:48.165 INFO O| Aug 10 23:25:48.165 INFO STEP 743 (remove_files) COMPLETE
60882024-08-10T23:25:49.321Z[ recovery-image] Aug 10 23:25:48.165 INFO O| Aug 10 23:25:48.165 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-10T23:25:49.327Z[ recovery-image] Aug 10 23:25:48.174 INFO O| Aug 10 23:25:48.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60902024-08-10T23:25:49.327Z[ recovery-image] Aug 10 23:25:48.174 INFO O| Aug 10 23:25:48.174 INFO STEP 744 (remove_files) COMPLETE
60912024-08-10T23:25:49.330Z[ recovery-image] Aug 10 23:25:48.174 INFO O| Aug 10 23:25:48.174 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-10T23:25:49.337Z[ recovery-image] Aug 10 23:25:48.184 INFO O| Aug 10 23:25:48.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60932024-08-10T23:25:49.340Z[ recovery-image] Aug 10 23:25:48.184 INFO O| Aug 10 23:25:48.184 INFO STEP 745 (remove_files) COMPLETE
60942024-08-10T23:25:49.340Z[ recovery-image] Aug 10 23:25:48.184 INFO O| Aug 10 23:25:48.184 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-10T23:25:49.346Z[ recovery-image] Aug 10 23:25:48.193 INFO O| Aug 10 23:25:48.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60962024-08-10T23:25:49.346Z[ recovery-image] Aug 10 23:25:48.193 INFO O| Aug 10 23:25:48.193 INFO STEP 746 (remove_files) COMPLETE
60972024-08-10T23:25:49.349Z[ recovery-image] Aug 10 23:25:48.193 INFO O| Aug 10 23:25:48.193 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-10T23:25:49.355Z[ recovery-image] Aug 10 23:25:48.202 INFO O| Aug 10 23:25:48.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
60992024-08-10T23:25:49.358Z[ recovery-image] Aug 10 23:25:48.202 INFO O| Aug 10 23:25:48.202 INFO STEP 747 (remove_files) COMPLETE
61002024-08-10T23:25:49.358Z[ recovery-image] Aug 10 23:25:48.202 INFO O| Aug 10 23:25:48.202 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-10T23:25:49.364Z[ recovery-image] Aug 10 23:25:48.211 INFO O| Aug 10 23:25:48.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61022024-08-10T23:25:49.367Z[ recovery-image] Aug 10 23:25:48.211 INFO O| Aug 10 23:25:48.211 INFO STEP 748 (remove_files) COMPLETE
61032024-08-10T23:25:49.367Z[ recovery-image] Aug 10 23:25:48.211 INFO O| Aug 10 23:25:48.211 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-10T23:25:49.374Z[ recovery-image] Aug 10 23:25:48.221 INFO O| Aug 10 23:25:48.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61052024-08-10T23:25:49.376Z[ recovery-image] Aug 10 23:25:48.221 INFO O| Aug 10 23:25:48.221 INFO STEP 749 (remove_files) COMPLETE
61062024-08-10T23:25:49.376Z[ recovery-image] Aug 10 23:25:48.221 INFO O| Aug 10 23:25:48.221 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-10T23:25:49.383Z[ recovery-image] Aug 10 23:25:48.230 INFO O| Aug 10 23:25:48.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61082024-08-10T23:25:49.385Z[ recovery-image] Aug 10 23:25:48.230 INFO O| Aug 10 23:25:48.230 INFO STEP 750 (remove_files) COMPLETE
61092024-08-10T23:25:49.385Z[ recovery-image] Aug 10 23:25:48.230 INFO O| Aug 10 23:25:48.230 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-10T23:25:49.392Z[ recovery-image] Aug 10 23:25:48.239 INFO O| Aug 10 23:25:48.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61112024-08-10T23:25:49.392Z[ recovery-image] Aug 10 23:25:48.239 INFO O| Aug 10 23:25:48.239 INFO STEP 751 (remove_files) COMPLETE
61122024-08-10T23:25:49.395Z[ recovery-image] Aug 10 23:25:48.239 INFO O| Aug 10 23:25:48.239 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-10T23:25:49.401Z[ recovery-image] Aug 10 23:25:48.248 INFO O| Aug 10 23:25:48.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61142024-08-10T23:25:49.402Z[ recovery-image] Aug 10 23:25:48.248 INFO O| Aug 10 23:25:48.248 INFO STEP 752 (remove_files) COMPLETE
61152024-08-10T23:25:49.402Z[ recovery-image] Aug 10 23:25:48.248 INFO O| Aug 10 23:25:48.248 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-10T23:25:49.411Z[ recovery-image] Aug 10 23:25:48.258 INFO O| Aug 10 23:25:48.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61172024-08-10T23:25:49.411Z[ recovery-image] Aug 10 23:25:48.258 INFO O| Aug 10 23:25:48.258 INFO STEP 753 (remove_files) COMPLETE
61182024-08-10T23:25:49.413Z[ recovery-image] Aug 10 23:25:48.258 INFO O| Aug 10 23:25:48.258 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-10T23:25:49.420Z[ recovery-image] Aug 10 23:25:48.267 INFO O| Aug 10 23:25:48.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61202024-08-10T23:25:49.420Z[ recovery-image] Aug 10 23:25:48.267 INFO O| Aug 10 23:25:48.267 INFO STEP 754 (remove_files) COMPLETE
61212024-08-10T23:25:49.423Z[ recovery-image] Aug 10 23:25:48.267 INFO O| Aug 10 23:25:48.267 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-10T23:25:49.429Z[ recovery-image] Aug 10 23:25:48.277 INFO O| Aug 10 23:25:48.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61232024-08-10T23:25:49.429Z[ recovery-image] Aug 10 23:25:48.277 INFO O| Aug 10 23:25:48.277 INFO STEP 755 (remove_files) COMPLETE
61242024-08-10T23:25:49.430Z[ recovery-image] Aug 10 23:25:48.277 INFO O| Aug 10 23:25:48.277 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-10T23:25:49.439Z[ recovery-image] Aug 10 23:25:48.286 INFO O| Aug 10 23:25:48.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61262024-08-10T23:25:49.439Z[ recovery-image] Aug 10 23:25:48.286 INFO O| Aug 10 23:25:48.286 INFO STEP 756 (remove_files) COMPLETE
61272024-08-10T23:25:49.441Z[ recovery-image] Aug 10 23:25:48.286 INFO O| Aug 10 23:25:48.286 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-10T23:25:49.448Z[ recovery-image] Aug 10 23:25:48.295 INFO O| Aug 10 23:25:48.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61292024-08-10T23:25:49.448Z[ recovery-image] Aug 10 23:25:48.295 INFO O| Aug 10 23:25:48.295 INFO STEP 757 (remove_files) COMPLETE
61302024-08-10T23:25:49.451Z[ recovery-image] Aug 10 23:25:48.295 INFO O| Aug 10 23:25:48.295 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-10T23:25:49.457Z[ recovery-image] Aug 10 23:25:48.304 INFO O| Aug 10 23:25:48.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61322024-08-10T23:25:49.457Z[ recovery-image] Aug 10 23:25:48.304 INFO O| Aug 10 23:25:48.304 INFO STEP 758 (remove_files) COMPLETE
61332024-08-10T23:25:49.460Z[ recovery-image] Aug 10 23:25:48.304 INFO O| Aug 10 23:25:48.304 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-10T23:25:49.466Z[ recovery-image] Aug 10 23:25:48.313 INFO O| Aug 10 23:25:48.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61352024-08-10T23:25:49.469Z[ recovery-image] Aug 10 23:25:48.314 INFO O| Aug 10 23:25:48.314 INFO STEP 759 (remove_files) COMPLETE
61362024-08-10T23:25:49.469Z[ recovery-image] Aug 10 23:25:48.314 INFO O| Aug 10 23:25:48.314 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-10T23:25:49.476Z[ recovery-image] Aug 10 23:25:48.323 INFO O| Aug 10 23:25:48.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61382024-08-10T23:25:49.478Z[ recovery-image] Aug 10 23:25:48.323 INFO O| Aug 10 23:25:48.323 INFO STEP 760 (remove_files) COMPLETE
61392024-08-10T23:25:49.478Z[ recovery-image] Aug 10 23:25:48.323 INFO O| Aug 10 23:25:48.323 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-10T23:25:49.485Z[ recovery-image] Aug 10 23:25:48.332 INFO O| Aug 10 23:25:48.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61412024-08-10T23:25:49.485Z[ recovery-image] Aug 10 23:25:48.332 INFO O| Aug 10 23:25:48.332 INFO STEP 761 (remove_files) COMPLETE
61422024-08-10T23:25:49.488Z[ recovery-image] Aug 10 23:25:48.332 INFO O| Aug 10 23:25:48.332 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-10T23:25:49.494Z[ recovery-image] Aug 10 23:25:48.341 INFO O| Aug 10 23:25:48.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61442024-08-10T23:25:49.494Z[ recovery-image] Aug 10 23:25:48.341 INFO O| Aug 10 23:25:48.341 INFO STEP 762 (remove_files) COMPLETE
61452024-08-10T23:25:49.494Z[ recovery-image] Aug 10 23:25:48.341 INFO O| Aug 10 23:25:48.341 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-10T23:25:49.504Z[ recovery-image] Aug 10 23:25:48.351 INFO O| Aug 10 23:25:48.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61472024-08-10T23:25:49.504Z[ recovery-image] Aug 10 23:25:48.351 INFO O| Aug 10 23:25:48.351 INFO STEP 763 (remove_files) COMPLETE
61482024-08-10T23:25:49.506Z[ recovery-image] Aug 10 23:25:48.351 INFO O| Aug 10 23:25:48.351 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-10T23:25:49.513Z[ recovery-image] Aug 10 23:25:48.360 INFO O| Aug 10 23:25:48.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61502024-08-10T23:25:49.513Z[ recovery-image] Aug 10 23:25:48.360 INFO O| Aug 10 23:25:48.360 INFO STEP 764 (remove_files) COMPLETE
61512024-08-10T23:25:49.513Z[ recovery-image] Aug 10 23:25:48.360 INFO O| Aug 10 23:25:48.360 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-10T23:25:49.522Z[ recovery-image] Aug 10 23:25:48.369 INFO O| Aug 10 23:25:48.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61532024-08-10T23:25:49.522Z[ recovery-image] Aug 10 23:25:48.369 INFO O| Aug 10 23:25:48.369 INFO STEP 765 (remove_files) COMPLETE
61542024-08-10T23:25:49.525Z[ recovery-image] Aug 10 23:25:48.369 INFO O| Aug 10 23:25:48.369 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-10T23:25:49.531Z[ recovery-image] Aug 10 23:25:48.378 INFO O| Aug 10 23:25:48.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61562024-08-10T23:25:49.531Z[ recovery-image] Aug 10 23:25:48.379 INFO O| Aug 10 23:25:48.378 INFO STEP 766 (remove_files) COMPLETE
61572024-08-10T23:25:49.534Z[ recovery-image] Aug 10 23:25:48.379 INFO O| Aug 10 23:25:48.379 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-10T23:25:49.541Z[ recovery-image] Aug 10 23:25:48.388 INFO O| Aug 10 23:25:48.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61592024-08-10T23:25:49.541Z[ recovery-image] Aug 10 23:25:48.388 INFO O| Aug 10 23:25:48.388 INFO STEP 767 (remove_files) COMPLETE
61602024-08-10T23:25:49.543Z[ recovery-image] Aug 10 23:25:48.388 INFO O| Aug 10 23:25:48.388 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-10T23:25:49.550Z[ recovery-image] Aug 10 23:25:48.397 INFO O| Aug 10 23:25:48.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61622024-08-10T23:25:49.550Z[ recovery-image] Aug 10 23:25:48.397 INFO O| Aug 10 23:25:48.397 INFO STEP 768 (remove_files) COMPLETE
61632024-08-10T23:25:49.550Z[ recovery-image] Aug 10 23:25:48.397 INFO O| Aug 10 23:25:48.397 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-10T23:25:49.559Z[ recovery-image] Aug 10 23:25:48.406 INFO O| Aug 10 23:25:48.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61652024-08-10T23:25:49.559Z[ recovery-image] Aug 10 23:25:48.406 INFO O| Aug 10 23:25:48.406 INFO STEP 769 (remove_files) COMPLETE
61662024-08-10T23:25:49.562Z[ recovery-image] Aug 10 23:25:48.406 INFO O| Aug 10 23:25:48.406 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-10T23:25:49.569Z[ recovery-image] Aug 10 23:25:48.416 INFO O| Aug 10 23:25:48.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61682024-08-10T23:25:49.569Z[ recovery-image] Aug 10 23:25:48.416 INFO O| Aug 10 23:25:48.416 INFO STEP 770 (remove_files) COMPLETE
61692024-08-10T23:25:49.571Z[ recovery-image] Aug 10 23:25:48.416 INFO O| Aug 10 23:25:48.416 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-10T23:25:49.578Z[ recovery-image] Aug 10 23:25:48.425 INFO O| Aug 10 23:25:48.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61712024-08-10T23:25:49.578Z[ recovery-image] Aug 10 23:25:48.425 INFO O| Aug 10 23:25:48.425 INFO STEP 771 (remove_files) COMPLETE
61722024-08-10T23:25:49.578Z[ recovery-image] Aug 10 23:25:48.425 INFO O| Aug 10 23:25:48.425 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-10T23:25:49.588Z[ recovery-image] Aug 10 23:25:48.434 INFO O| Aug 10 23:25:48.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61742024-08-10T23:25:49.588Z[ recovery-image] Aug 10 23:25:48.434 INFO O| Aug 10 23:25:48.434 INFO STEP 772 (remove_files) COMPLETE
61752024-08-10T23:25:49.588Z[ recovery-image] Aug 10 23:25:48.434 INFO O| Aug 10 23:25:48.434 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-10T23:25:49.596Z[ recovery-image] Aug 10 23:25:48.443 INFO O| Aug 10 23:25:48.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61772024-08-10T23:25:49.596Z[ recovery-image] Aug 10 23:25:48.443 INFO O| Aug 10 23:25:48.443 INFO STEP 773 (remove_files) COMPLETE
61782024-08-10T23:25:49.599Z[ recovery-image] Aug 10 23:25:48.443 INFO O| Aug 10 23:25:48.443 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-10T23:25:49.606Z[ recovery-image] Aug 10 23:25:48.453 INFO O| Aug 10 23:25:48.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61802024-08-10T23:25:49.606Z[ recovery-image] Aug 10 23:25:48.453 INFO O| Aug 10 23:25:48.453 INFO STEP 774 (remove_files) COMPLETE
61812024-08-10T23:25:49.606Z[ recovery-image] Aug 10 23:25:48.453 INFO O| Aug 10 23:25:48.453 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-10T23:25:49.615Z[ recovery-image] Aug 10 23:25:48.462 INFO O| Aug 10 23:25:48.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61832024-08-10T23:25:49.615Z[ recovery-image] Aug 10 23:25:48.462 INFO O| Aug 10 23:25:48.462 INFO STEP 775 (remove_files) COMPLETE
61842024-08-10T23:25:49.615Z[ recovery-image] Aug 10 23:25:48.462 INFO O| Aug 10 23:25:48.462 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-10T23:25:49.624Z[ recovery-image] Aug 10 23:25:48.471 INFO O| Aug 10 23:25:48.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61862024-08-10T23:25:49.624Z[ recovery-image] Aug 10 23:25:48.471 INFO O| Aug 10 23:25:48.471 INFO STEP 776 (remove_files) COMPLETE
61872024-08-10T23:25:49.627Z[ recovery-image] Aug 10 23:25:48.471 INFO O| Aug 10 23:25:48.471 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-10T23:25:49.633Z[ recovery-image] Aug 10 23:25:48.480 INFO O| Aug 10 23:25:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61892024-08-10T23:25:49.634Z[ recovery-image] Aug 10 23:25:48.480 INFO O| Aug 10 23:25:48.480 INFO STEP 777 (remove_files) COMPLETE
61902024-08-10T23:25:49.634Z[ recovery-image] Aug 10 23:25:48.480 INFO O| Aug 10 23:25:48.480 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-10T23:25:49.643Z[ recovery-image] Aug 10 23:25:48.490 INFO O| Aug 10 23:25:48.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61922024-08-10T23:25:49.643Z[ recovery-image] Aug 10 23:25:48.490 INFO O| Aug 10 23:25:48.490 INFO STEP 778 (remove_files) COMPLETE
61932024-08-10T23:25:49.646Z[ recovery-image] Aug 10 23:25:48.490 INFO O| Aug 10 23:25:48.490 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-10T23:25:49.652Z[ recovery-image] Aug 10 23:25:48.499 INFO O| Aug 10 23:25:48.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61952024-08-10T23:25:49.652Z[ recovery-image] Aug 10 23:25:48.499 INFO O| Aug 10 23:25:48.499 INFO STEP 779 (remove_files) COMPLETE
61962024-08-10T23:25:49.655Z[ recovery-image] Aug 10 23:25:48.499 INFO O| Aug 10 23:25:48.499 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-10T23:25:49.661Z[ recovery-image] Aug 10 23:25:48.508 INFO O| Aug 10 23:25:48.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
61982024-08-10T23:25:49.664Z[ recovery-image] Aug 10 23:25:48.508 INFO O| Aug 10 23:25:48.508 INFO STEP 780 (remove_files) COMPLETE
61992024-08-10T23:25:49.664Z[ recovery-image] Aug 10 23:25:48.508 INFO O| Aug 10 23:25:48.508 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-10T23:25:49.671Z[ recovery-image] Aug 10 23:25:48.517 INFO O| Aug 10 23:25:48.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62012024-08-10T23:25:49.671Z[ recovery-image] Aug 10 23:25:48.518 INFO O| Aug 10 23:25:48.518 INFO STEP 781 (remove_files) COMPLETE
62022024-08-10T23:25:49.671Z[ recovery-image] Aug 10 23:25:48.518 INFO O| Aug 10 23:25:48.518 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-10T23:25:49.680Z[ recovery-image] Aug 10 23:25:48.527 INFO O| Aug 10 23:25:48.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62042024-08-10T23:25:49.680Z[ recovery-image] Aug 10 23:25:48.527 INFO O| Aug 10 23:25:48.527 INFO STEP 782 (remove_files) COMPLETE
62052024-08-10T23:25:49.682Z[ recovery-image] Aug 10 23:25:48.527 INFO O| Aug 10 23:25:48.527 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-10T23:25:49.689Z[ recovery-image] Aug 10 23:25:48.536 INFO O| Aug 10 23:25:48.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62072024-08-10T23:25:49.689Z[ recovery-image] Aug 10 23:25:48.536 INFO O| Aug 10 23:25:48.536 INFO STEP 783 (remove_files) COMPLETE
62082024-08-10T23:25:49.692Z[ recovery-image] Aug 10 23:25:48.536 INFO O| Aug 10 23:25:48.536 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-10T23:25:49.698Z[ recovery-image] Aug 10 23:25:48.545 INFO O| Aug 10 23:25:48.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62102024-08-10T23:25:49.698Z[ recovery-image] Aug 10 23:25:48.545 INFO O| Aug 10 23:25:48.545 INFO STEP 784 (remove_files) COMPLETE
62112024-08-10T23:25:49.698Z[ recovery-image] Aug 10 23:25:48.545 INFO O| Aug 10 23:25:48.545 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-10T23:25:49.707Z[ recovery-image] Aug 10 23:25:48.554 INFO O| Aug 10 23:25:48.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62132024-08-10T23:25:49.708Z[ recovery-image] Aug 10 23:25:48.555 INFO O| Aug 10 23:25:48.554 INFO STEP 785 (remove_files) COMPLETE
62142024-08-10T23:25:49.708Z[ recovery-image] Aug 10 23:25:48.555 INFO O| Aug 10 23:25:48.554 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-10T23:25:49.717Z[ recovery-image] Aug 10 23:25:48.564 INFO O| Aug 10 23:25:48.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62162024-08-10T23:25:49.719Z[ recovery-image] Aug 10 23:25:48.564 INFO O| Aug 10 23:25:48.564 INFO STEP 786 (remove_files) COMPLETE
62172024-08-10T23:25:49.719Z[ recovery-image] Aug 10 23:25:48.564 INFO O| Aug 10 23:25:48.564 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-10T23:25:49.726Z[ recovery-image] Aug 10 23:25:48.573 INFO O| Aug 10 23:25:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62192024-08-10T23:25:49.729Z[ recovery-image] Aug 10 23:25:48.573 INFO O| Aug 10 23:25:48.573 INFO STEP 787 (remove_files) COMPLETE
62202024-08-10T23:25:49.729Z[ recovery-image] Aug 10 23:25:48.573 INFO O| Aug 10 23:25:48.573 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-10T23:25:49.736Z[ recovery-image] Aug 10 23:25:48.582 INFO O| Aug 10 23:25:48.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62222024-08-10T23:25:49.738Z[ recovery-image] Aug 10 23:25:48.582 INFO O| Aug 10 23:25:48.582 INFO STEP 788 (remove_files) COMPLETE
62232024-08-10T23:25:49.738Z[ recovery-image] Aug 10 23:25:48.582 INFO O| Aug 10 23:25:48.582 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-10T23:25:49.745Z[ recovery-image] Aug 10 23:25:48.592 INFO O| Aug 10 23:25:48.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62252024-08-10T23:25:49.748Z[ recovery-image] Aug 10 23:25:48.592 INFO O| Aug 10 23:25:48.592 INFO STEP 789 (remove_files) COMPLETE
62262024-08-10T23:25:49.748Z[ recovery-image] Aug 10 23:25:48.592 INFO O| Aug 10 23:25:48.592 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-10T23:25:49.754Z[ recovery-image] Aug 10 23:25:48.601 INFO O| Aug 10 23:25:48.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62282024-08-10T23:25:49.757Z[ recovery-image] Aug 10 23:25:48.601 INFO O| Aug 10 23:25:48.601 INFO STEP 790 (remove_files) COMPLETE
62292024-08-10T23:25:49.757Z[ recovery-image] Aug 10 23:25:48.601 INFO O| Aug 10 23:25:48.601 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-10T23:25:49.763Z[ recovery-image] Aug 10 23:25:48.610 INFO O| Aug 10 23:25:48.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62312024-08-10T23:25:49.763Z[ recovery-image] Aug 10 23:25:48.610 INFO O| Aug 10 23:25:48.610 INFO STEP 791 (remove_files) COMPLETE
62322024-08-10T23:25:49.763Z[ recovery-image] Aug 10 23:25:48.610 INFO O| Aug 10 23:25:48.610 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-10T23:25:49.772Z[ recovery-image] Aug 10 23:25:48.619 INFO O| Aug 10 23:25:48.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62342024-08-10T23:25:49.772Z[ recovery-image] Aug 10 23:25:48.619 INFO O| Aug 10 23:25:48.619 INFO STEP 792 (remove_files) COMPLETE
62352024-08-10T23:25:49.775Z[ recovery-image] Aug 10 23:25:48.619 INFO O| Aug 10 23:25:48.619 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-10T23:25:49.782Z[ recovery-image] Aug 10 23:25:48.629 INFO O| Aug 10 23:25:48.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62372024-08-10T23:25:49.782Z[ recovery-image] Aug 10 23:25:48.629 INFO O| Aug 10 23:25:48.629 INFO STEP 793 (remove_files) COMPLETE
62382024-08-10T23:25:49.784Z[ recovery-image] Aug 10 23:25:48.629 INFO O| Aug 10 23:25:48.629 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-10T23:25:49.791Z[ recovery-image] Aug 10 23:25:48.638 INFO O| Aug 10 23:25:48.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62402024-08-10T23:25:49.791Z[ recovery-image] Aug 10 23:25:48.638 INFO O| Aug 10 23:25:48.638 INFO STEP 794 (remove_files) COMPLETE
62412024-08-10T23:25:49.793Z[ recovery-image] Aug 10 23:25:48.638 INFO O| Aug 10 23:25:48.638 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-10T23:25:49.800Z[ recovery-image] Aug 10 23:25:48.647 INFO O| Aug 10 23:25:48.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62432024-08-10T23:25:49.800Z[ recovery-image] Aug 10 23:25:48.647 INFO O| Aug 10 23:25:48.647 INFO STEP 795 (remove_files) COMPLETE
62442024-08-10T23:25:49.803Z[ recovery-image] Aug 10 23:25:48.647 INFO O| Aug 10 23:25:48.647 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-10T23:25:49.810Z[ recovery-image] Aug 10 23:25:48.657 INFO O| Aug 10 23:25:48.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62462024-08-10T23:25:49.810Z[ recovery-image] Aug 10 23:25:48.657 INFO O| Aug 10 23:25:48.657 INFO STEP 796 (remove_files) COMPLETE
62472024-08-10T23:25:49.810Z[ recovery-image] Aug 10 23:25:48.657 INFO O| Aug 10 23:25:48.657 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-10T23:25:49.819Z[ recovery-image] Aug 10 23:25:48.666 INFO O| Aug 10 23:25:48.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62492024-08-10T23:25:49.821Z[ recovery-image] Aug 10 23:25:48.666 INFO O| Aug 10 23:25:48.666 INFO STEP 797 (remove_files) COMPLETE
62502024-08-10T23:25:49.821Z[ recovery-image] Aug 10 23:25:48.666 INFO O| Aug 10 23:25:48.666 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-10T23:25:49.828Z[ recovery-image] Aug 10 23:25:48.675 INFO O| Aug 10 23:25:48.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62522024-08-10T23:25:49.828Z[ recovery-image] Aug 10 23:25:48.675 INFO O| Aug 10 23:25:48.675 INFO STEP 798 (remove_files) COMPLETE
62532024-08-10T23:25:49.828Z[ recovery-image] Aug 10 23:25:48.675 INFO O| Aug 10 23:25:48.675 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-10T23:25:49.837Z[ recovery-image] Aug 10 23:25:48.684 INFO O| Aug 10 23:25:48.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62552024-08-10T23:25:49.837Z[ recovery-image] Aug 10 23:25:48.684 INFO O| Aug 10 23:25:48.684 INFO STEP 799 (remove_files) COMPLETE
62562024-08-10T23:25:49.840Z[ recovery-image] Aug 10 23:25:48.684 INFO O| Aug 10 23:25:48.684 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-10T23:25:49.847Z[ recovery-image] Aug 10 23:25:48.694 INFO O| Aug 10 23:25:48.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62582024-08-10T23:25:49.847Z[ recovery-image] Aug 10 23:25:48.694 INFO O| Aug 10 23:25:48.694 INFO STEP 800 (remove_files) COMPLETE
62592024-08-10T23:25:49.847Z[ recovery-image] Aug 10 23:25:48.694 INFO O| Aug 10 23:25:48.694 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-10T23:25:49.856Z[ recovery-image] Aug 10 23:25:48.703 INFO O| Aug 10 23:25:48.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62612024-08-10T23:25:49.856Z[ recovery-image] Aug 10 23:25:48.703 INFO O| Aug 10 23:25:48.703 INFO STEP 801 (remove_files) COMPLETE
62622024-08-10T23:25:49.859Z[ recovery-image] Aug 10 23:25:48.703 INFO O| Aug 10 23:25:48.703 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-10T23:25:49.865Z[ recovery-image] Aug 10 23:25:48.712 INFO O| Aug 10 23:25:48.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62642024-08-10T23:25:49.865Z[ recovery-image] Aug 10 23:25:48.712 INFO O| Aug 10 23:25:48.712 INFO STEP 802 (remove_files) COMPLETE
62652024-08-10T23:25:49.868Z[ recovery-image] Aug 10 23:25:48.712 INFO O| Aug 10 23:25:48.712 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-08-10T23:25:49.875Z[ recovery-image] Aug 10 23:25:48.722 INFO O| Aug 10 23:25:48.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62672024-08-10T23:25:49.877Z[ recovery-image] Aug 10 23:25:48.722 INFO O| Aug 10 23:25:48.722 INFO STEP 803 (remove_files) COMPLETE
62682024-08-10T23:25:49.877Z[ recovery-image] Aug 10 23:25:48.722 INFO O| Aug 10 23:25:48.722 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-10T23:25:49.884Z[ recovery-image] Aug 10 23:25:48.731 INFO O| Aug 10 23:25:48.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62702024-08-10T23:25:49.884Z[ recovery-image] Aug 10 23:25:48.731 INFO O| Aug 10 23:25:48.731 INFO STEP 804 (remove_files) COMPLETE
62712024-08-10T23:25:49.884Z[ recovery-image] Aug 10 23:25:48.731 INFO O| Aug 10 23:25:48.731 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-10T23:25:49.893Z[ recovery-image] Aug 10 23:25:48.740 INFO O| Aug 10 23:25:48.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62732024-08-10T23:25:49.893Z[ recovery-image] Aug 10 23:25:48.740 INFO O| Aug 10 23:25:48.740 INFO STEP 805 (remove_files) COMPLETE
62742024-08-10T23:25:49.893Z[ recovery-image] Aug 10 23:25:48.740 INFO O| Aug 10 23:25:48.740 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-10T23:25:49.903Z[ recovery-image] Aug 10 23:25:48.749 INFO O| Aug 10 23:25:48.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62762024-08-10T23:25:49.903Z[ recovery-image] Aug 10 23:25:48.750 INFO O| Aug 10 23:25:48.750 INFO STEP 806 (remove_files) COMPLETE
62772024-08-10T23:25:49.903Z[ recovery-image] Aug 10 23:25:48.750 INFO O| Aug 10 23:25:48.750 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-10T23:25:49.912Z[ recovery-image] Aug 10 23:25:48.759 INFO O| Aug 10 23:25:48.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62792024-08-10T23:25:49.912Z[ recovery-image] Aug 10 23:25:48.759 INFO O| Aug 10 23:25:48.759 INFO STEP 807 (remove_files) COMPLETE
62802024-08-10T23:25:49.915Z[ recovery-image] Aug 10 23:25:48.759 INFO O| Aug 10 23:25:48.759 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-10T23:25:49.921Z[ recovery-image] Aug 10 23:25:48.768 INFO O| Aug 10 23:25:48.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62822024-08-10T23:25:49.924Z[ recovery-image] Aug 10 23:25:48.768 INFO O| Aug 10 23:25:48.768 INFO STEP 808 (remove_files) COMPLETE
62832024-08-10T23:25:49.924Z[ recovery-image] Aug 10 23:25:48.768 INFO O| Aug 10 23:25:48.768 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-10T23:25:49.930Z[ recovery-image] Aug 10 23:25:48.777 INFO O| Aug 10 23:25:48.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62852024-08-10T23:25:49.930Z[ recovery-image] Aug 10 23:25:48.777 INFO O| Aug 10 23:25:48.777 INFO STEP 809 (remove_files) COMPLETE
62862024-08-10T23:25:49.933Z[ recovery-image] Aug 10 23:25:48.777 INFO O| Aug 10 23:25:48.777 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-10T23:25:49.939Z[ recovery-image] Aug 10 23:25:48.786 INFO O| Aug 10 23:25:48.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62882024-08-10T23:25:49.942Z[ recovery-image] Aug 10 23:25:48.787 INFO O| Aug 10 23:25:48.786 INFO STEP 810 (remove_files) COMPLETE
62892024-08-10T23:25:49.942Z[ recovery-image] Aug 10 23:25:48.787 INFO O| Aug 10 23:25:48.786 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-10T23:25:49.949Z[ recovery-image] Aug 10 23:25:48.796 INFO O| Aug 10 23:25:48.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62912024-08-10T23:25:49.952Z[ recovery-image] Aug 10 23:25:48.796 INFO O| Aug 10 23:25:48.796 INFO STEP 811 (remove_files) COMPLETE
62922024-08-10T23:25:49.952Z[ recovery-image] Aug 10 23:25:48.796 INFO O| Aug 10 23:25:48.796 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-10T23:25:49.958Z[ recovery-image] Aug 10 23:25:48.805 INFO O| Aug 10 23:25:48.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62942024-08-10T23:25:49.958Z[ recovery-image] Aug 10 23:25:48.805 INFO O| Aug 10 23:25:48.805 INFO STEP 812 (remove_files) COMPLETE
62952024-08-10T23:25:49.958Z[ recovery-image] Aug 10 23:25:48.805 INFO O| Aug 10 23:25:48.805 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-10T23:25:49.968Z[ recovery-image] Aug 10 23:25:48.814 INFO O| Aug 10 23:25:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
62972024-08-10T23:25:49.968Z[ recovery-image] Aug 10 23:25:48.814 INFO O| Aug 10 23:25:48.814 INFO STEP 813 (remove_files) COMPLETE
62982024-08-10T23:25:49.970Z[ recovery-image] Aug 10 23:25:48.815 INFO O| Aug 10 23:25:48.814 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-10T23:25:49.977Z[ recovery-image] Aug 10 23:25:48.824 INFO O| Aug 10 23:25:48.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63002024-08-10T23:25:49.977Z[ recovery-image] Aug 10 23:25:48.824 INFO O| Aug 10 23:25:48.824 INFO STEP 814 (remove_files) COMPLETE
63012024-08-10T23:25:49.980Z[ recovery-image] Aug 10 23:25:48.824 INFO O| Aug 10 23:25:48.824 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-10T23:25:49.986Z[ recovery-image] Aug 10 23:25:48.833 INFO O| Aug 10 23:25:48.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63032024-08-10T23:25:49.986Z[ recovery-image] Aug 10 23:25:48.833 INFO O| Aug 10 23:25:48.833 INFO STEP 815 (remove_files) COMPLETE
63042024-08-10T23:25:49.986Z[ recovery-image] Aug 10 23:25:48.833 INFO O| Aug 10 23:25:48.833 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-10T23:25:49.995Z[ recovery-image] Aug 10 23:25:48.842 INFO O| Aug 10 23:25:48.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63062024-08-10T23:25:49.995Z[ recovery-image] Aug 10 23:25:48.842 INFO O| Aug 10 23:25:48.842 INFO STEP 816 (remove_files) COMPLETE
63072024-08-10T23:25:49.998Z[ recovery-image] Aug 10 23:25:48.842 INFO O| Aug 10 23:25:48.842 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-10T23:25:50.005Z[ recovery-image] Aug 10 23:25:48.852 INFO O| Aug 10 23:25:48.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63092024-08-10T23:25:50.005Z[ recovery-image] Aug 10 23:25:48.852 INFO O| Aug 10 23:25:48.852 INFO STEP 817 (remove_files) COMPLETE
63102024-08-10T23:25:50.007Z[ recovery-image] Aug 10 23:25:48.852 INFO O| Aug 10 23:25:48.852 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-10T23:25:50.014Z[ recovery-image] Aug 10 23:25:48.861 INFO O| Aug 10 23:25:48.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63122024-08-10T23:25:50.016Z[ recovery-image] Aug 10 23:25:48.861 INFO O| Aug 10 23:25:48.861 INFO STEP 818 (remove_files) COMPLETE
63132024-08-10T23:25:50.017Z[ recovery-image] Aug 10 23:25:48.861 INFO O| Aug 10 23:25:48.861 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-10T23:25:50.024Z[ recovery-image] Aug 10 23:25:48.870 INFO O| Aug 10 23:25:48.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63152024-08-10T23:25:50.024Z[ recovery-image] Aug 10 23:25:48.870 INFO O| Aug 10 23:25:48.870 INFO STEP 819 (remove_files) COMPLETE
63162024-08-10T23:25:50.027Z[ recovery-image] Aug 10 23:25:48.870 INFO O| Aug 10 23:25:48.870 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-10T23:25:50.032Z[ recovery-image] Aug 10 23:25:48.879 INFO O| Aug 10 23:25:48.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63182024-08-10T23:25:50.035Z[ recovery-image] Aug 10 23:25:48.879 INFO O| Aug 10 23:25:48.879 INFO STEP 820 (remove_files) COMPLETE
63192024-08-10T23:25:50.035Z[ recovery-image] Aug 10 23:25:48.880 INFO O| Aug 10 23:25:48.879 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-10T23:25:50.042Z[ recovery-image] Aug 10 23:25:48.889 INFO O| Aug 10 23:25:48.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63212024-08-10T23:25:50.044Z[ recovery-image] Aug 10 23:25:48.889 INFO O| Aug 10 23:25:48.889 INFO STEP 821 (remove_files) COMPLETE
63222024-08-10T23:25:50.044Z[ recovery-image] Aug 10 23:25:48.889 INFO O| Aug 10 23:25:48.889 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-10T23:25:50.052Z[ recovery-image] Aug 10 23:25:48.899 INFO O| Aug 10 23:25:48.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63242024-08-10T23:25:50.055Z[ recovery-image] Aug 10 23:25:48.900 INFO O| Aug 10 23:25:48.899 INFO STEP 822 (remove_files) COMPLETE
63252024-08-10T23:25:50.055Z[ recovery-image] Aug 10 23:25:48.900 INFO O| Aug 10 23:25:48.900 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-10T23:25:50.062Z[ recovery-image] Aug 10 23:25:48.909 INFO O| Aug 10 23:25:48.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63272024-08-10T23:25:50.062Z[ recovery-image] Aug 10 23:25:48.909 INFO O| Aug 10 23:25:48.909 INFO STEP 823 (remove_files) COMPLETE
63282024-08-10T23:25:50.062Z[ recovery-image] Aug 10 23:25:48.909 INFO O| Aug 10 23:25:48.909 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-10T23:25:50.071Z[ recovery-image] Aug 10 23:25:48.918 INFO O| Aug 10 23:25:48.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63302024-08-10T23:25:50.071Z[ recovery-image] Aug 10 23:25:48.918 INFO O| Aug 10 23:25:48.918 INFO STEP 824 (remove_files) COMPLETE
63312024-08-10T23:25:50.071Z[ recovery-image] Aug 10 23:25:48.918 INFO O| Aug 10 23:25:48.918 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-10T23:25:50.081Z[ recovery-image] Aug 10 23:25:48.928 INFO O| Aug 10 23:25:48.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63332024-08-10T23:25:50.081Z[ recovery-image] Aug 10 23:25:48.928 INFO O| Aug 10 23:25:48.928 INFO STEP 825 (remove_files) COMPLETE
63342024-08-10T23:25:50.081Z[ recovery-image] Aug 10 23:25:48.928 INFO O| Aug 10 23:25:48.928 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-10T23:25:50.090Z[ recovery-image] Aug 10 23:25:48.937 INFO O| Aug 10 23:25:48.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63362024-08-10T23:25:50.093Z[ recovery-image] Aug 10 23:25:48.937 INFO O| Aug 10 23:25:48.937 INFO STEP 826 (remove_files) COMPLETE
63372024-08-10T23:25:50.093Z[ recovery-image] Aug 10 23:25:48.937 INFO O| Aug 10 23:25:48.937 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-10T23:25:50.100Z[ recovery-image] Aug 10 23:25:48.947 INFO O| Aug 10 23:25:48.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63392024-08-10T23:25:50.102Z[ recovery-image] Aug 10 23:25:48.947 INFO O| Aug 10 23:25:48.947 INFO STEP 827 (remove_files) COMPLETE
63402024-08-10T23:25:50.102Z[ recovery-image] Aug 10 23:25:48.947 INFO O| Aug 10 23:25:48.947 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-10T23:25:50.109Z[ recovery-image] Aug 10 23:25:48.956 INFO O| Aug 10 23:25:48.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63422024-08-10T23:25:50.109Z[ recovery-image] Aug 10 23:25:48.956 INFO O| Aug 10 23:25:48.956 INFO STEP 828 (remove_files) COMPLETE
63432024-08-10T23:25:50.109Z[ recovery-image] Aug 10 23:25:48.956 INFO O| Aug 10 23:25:48.956 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-10T23:25:50.119Z[ recovery-image] Aug 10 23:25:48.966 INFO O| Aug 10 23:25:48.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63452024-08-10T23:25:50.119Z[ recovery-image] Aug 10 23:25:48.966 INFO O| Aug 10 23:25:48.966 INFO STEP 829 (remove_files) COMPLETE
63462024-08-10T23:25:50.122Z[ recovery-image] Aug 10 23:25:48.966 INFO O| Aug 10 23:25:48.966 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-10T23:25:50.129Z[ recovery-image] Aug 10 23:25:48.976 INFO O| Aug 10 23:25:48.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63482024-08-10T23:25:50.129Z[ recovery-image] Aug 10 23:25:48.976 INFO O| Aug 10 23:25:48.976 INFO STEP 830 (remove_files) COMPLETE
63492024-08-10T23:25:50.132Z[ recovery-image] Aug 10 23:25:48.976 INFO O| Aug 10 23:25:48.976 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-10T23:25:50.138Z[ recovery-image] Aug 10 23:25:48.985 INFO O| Aug 10 23:25:48.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63512024-08-10T23:25:50.138Z[ recovery-image] Aug 10 23:25:48.985 INFO O| Aug 10 23:25:48.985 INFO STEP 831 (remove_files) COMPLETE
63522024-08-10T23:25:50.138Z[ recovery-image] Aug 10 23:25:48.985 INFO O| Aug 10 23:25:48.985 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-10T23:25:50.148Z[ recovery-image] Aug 10 23:25:48.995 INFO O| Aug 10 23:25:48.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63542024-08-10T23:25:50.148Z[ recovery-image] Aug 10 23:25:48.995 INFO O| Aug 10 23:25:48.995 INFO STEP 832 (remove_files) COMPLETE
63552024-08-10T23:25:50.151Z[ recovery-image] Aug 10 23:25:48.995 INFO O| Aug 10 23:25:48.995 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-10T23:25:50.159Z[ recovery-image] Aug 10 23:25:49.005 INFO O| Aug 10 23:25:49.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63572024-08-10T23:25:50.159Z[ recovery-image] Aug 10 23:25:49.006 INFO O| Aug 10 23:25:49.005 INFO STEP 833 (remove_files) COMPLETE
63582024-08-10T23:25:50.159Z[ recovery-image] Aug 10 23:25:49.006 INFO O| Aug 10 23:25:49.006 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-10T23:25:50.169Z[ recovery-image] Aug 10 23:25:49.016 INFO O| Aug 10 23:25:49.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63602024-08-10T23:25:50.169Z[ recovery-image] Aug 10 23:25:49.016 INFO O| Aug 10 23:25:49.016 INFO STEP 834 (remove_files) COMPLETE
63612024-08-10T23:25:50.172Z[ recovery-image] Aug 10 23:25:49.016 INFO O| Aug 10 23:25:49.016 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-10T23:25:50.182Z[ recovery-image] Aug 10 23:25:49.029 INFO O| Aug 10 23:25:49.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63632024-08-10T23:25:50.182Z[ recovery-image] Aug 10 23:25:49.029 INFO O| Aug 10 23:25:49.029 INFO STEP 835 (remove_files) COMPLETE
63642024-08-10T23:25:50.184Z[ recovery-image] Aug 10 23:25:49.029 INFO O| Aug 10 23:25:49.029 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-10T23:25:50.185Z[ host-image] Aug 10 23:25:49.029 INFO O| Aug 10 23:25:49.029 INFO O| Download: Completed 8.42 MB in 4.03 seconds (2.1M/s)
63662024-08-10T23:25:50.192Z[ recovery-image] Aug 10 23:25:49.039 INFO O| Aug 10 23:25:49.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63672024-08-10T23:25:50.192Z[ recovery-image] Aug 10 23:25:49.039 INFO O| Aug 10 23:25:49.039 INFO STEP 836 (remove_files) COMPLETE
63682024-08-10T23:25:50.192Z[ recovery-image] Aug 10 23:25:49.039 INFO O| Aug 10 23:25:49.039 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-08-10T23:25:50.202Z[ recovery-image] Aug 10 23:25:49.049 INFO O| Aug 10 23:25:49.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63702024-08-10T23:25:50.202Z[ recovery-image] Aug 10 23:25:49.049 INFO O| Aug 10 23:25:49.049 INFO STEP 837 (remove_files) COMPLETE
63712024-08-10T23:25:50.205Z[ recovery-image] Aug 10 23:25:49.049 INFO O| Aug 10 23:25:49.049 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-08-10T23:25:50.212Z[ recovery-image] Aug 10 23:25:49.059 INFO O| Aug 10 23:25:49.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63732024-08-10T23:25:50.212Z[ recovery-image] Aug 10 23:25:49.059 INFO O| Aug 10 23:25:49.059 INFO STEP 838 (remove_files) COMPLETE
63742024-08-10T23:25:50.214Z[ recovery-image] Aug 10 23:25:49.059 INFO O| Aug 10 23:25:49.059 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-08-10T23:25:50.222Z[ recovery-image] Aug 10 23:25:49.069 INFO O| Aug 10 23:25:49.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63762024-08-10T23:25:50.222Z[ recovery-image] Aug 10 23:25:49.069 INFO O| Aug 10 23:25:49.069 INFO STEP 839 (remove_files) COMPLETE
63772024-08-10T23:25:50.225Z[ recovery-image] Aug 10 23:25:49.069 INFO O| Aug 10 23:25:49.069 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-08-10T23:25:50.231Z[ recovery-image] Aug 10 23:25:49.078 INFO O| Aug 10 23:25:49.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63792024-08-10T23:25:50.234Z[ recovery-image] Aug 10 23:25:49.078 INFO O| Aug 10 23:25:49.078 INFO STEP 840 (remove_files) COMPLETE
63802024-08-10T23:25:50.234Z[ recovery-image] Aug 10 23:25:49.079 INFO O| Aug 10 23:25:49.078 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-08-10T23:25:50.237Z[ host-image] Aug 10 23:25:49.082 INFO O| Aug 10 23:25:49.081 INFO O| Actions: 1/1361 actions (Installing new actions)
63822024-08-10T23:25:50.242Z[ recovery-image] Aug 10 23:25:49.089 INFO O| Aug 10 23:25:49.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63832024-08-10T23:25:50.242Z[ recovery-image] Aug 10 23:25:49.089 INFO O| Aug 10 23:25:49.089 INFO STEP 841 (remove_files) COMPLETE
63842024-08-10T23:25:50.245Z[ recovery-image] Aug 10 23:25:49.089 INFO O| Aug 10 23:25:49.089 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-10T23:25:50.254Z[ recovery-image] Aug 10 23:25:49.101 INFO O| Aug 10 23:25:49.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63862024-08-10T23:25:50.254Z[ recovery-image] Aug 10 23:25:49.101 INFO O| Aug 10 23:25:49.101 INFO STEP 842 (remove_files) COMPLETE
63872024-08-10T23:25:50.256Z[ recovery-image] Aug 10 23:25:49.101 INFO O| Aug 10 23:25:49.101 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-10T23:25:50.264Z[ recovery-image] Aug 10 23:25:49.111 INFO O| Aug 10 23:25:49.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63892024-08-10T23:25:50.266Z[ recovery-image] Aug 10 23:25:49.111 INFO O| Aug 10 23:25:49.111 INFO STEP 843 (remove_files) COMPLETE
63902024-08-10T23:25:50.266Z[ recovery-image] Aug 10 23:25:49.111 INFO O| Aug 10 23:25:49.111 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-10T23:25:50.273Z[ recovery-image] Aug 10 23:25:49.120 INFO O| Aug 10 23:25:49.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63922024-08-10T23:25:50.277Z[ recovery-image] Aug 10 23:25:49.120 INFO O| Aug 10 23:25:49.120 INFO STEP 844 (remove_files) COMPLETE
63932024-08-10T23:25:50.277Z[ recovery-image] Aug 10 23:25:49.120 INFO O| Aug 10 23:25:49.120 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-10T23:25:50.283Z[ recovery-image] Aug 10 23:25:49.130 INFO O| Aug 10 23:25:49.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63952024-08-10T23:25:50.285Z[ recovery-image] Aug 10 23:25:49.130 INFO O| Aug 10 23:25:49.130 INFO STEP 845 (remove_files) COMPLETE
63962024-08-10T23:25:50.285Z[ recovery-image] Aug 10 23:25:49.130 INFO O| Aug 10 23:25:49.130 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-10T23:25:50.292Z[ recovery-image] Aug 10 23:25:49.139 INFO O| Aug 10 23:25:49.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63982024-08-10T23:25:50.295Z[ recovery-image] Aug 10 23:25:49.139 INFO O| Aug 10 23:25:49.139 INFO STEP 846 (remove_files) COMPLETE
63992024-08-10T23:25:50.295Z[ recovery-image] Aug 10 23:25:49.139 INFO O| Aug 10 23:25:49.139 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-10T23:25:50.302Z[ recovery-image] Aug 10 23:25:49.149 INFO O| Aug 10 23:25:49.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64012024-08-10T23:25:50.302Z[ recovery-image] Aug 10 23:25:49.149 INFO O| Aug 10 23:25:49.149 INFO STEP 847 (remove_files) COMPLETE
64022024-08-10T23:25:50.302Z[ recovery-image] Aug 10 23:25:49.149 INFO O| Aug 10 23:25:49.149 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-08-10T23:25:50.311Z[ recovery-image] Aug 10 23:25:49.158 INFO O| Aug 10 23:25:49.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64042024-08-10T23:25:50.311Z[ recovery-image] Aug 10 23:25:49.158 INFO O| Aug 10 23:25:49.158 INFO STEP 848 (remove_files) COMPLETE
64052024-08-10T23:25:50.314Z[ recovery-image] Aug 10 23:25:49.158 INFO O| Aug 10 23:25:49.158 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-08-10T23:25:50.321Z[ recovery-image] Aug 10 23:25:49.168 INFO O| Aug 10 23:25:49.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64072024-08-10T23:25:50.321Z[ recovery-image] Aug 10 23:25:49.168 INFO O| Aug 10 23:25:49.168 INFO STEP 849 (remove_files) COMPLETE
64082024-08-10T23:25:50.324Z[ recovery-image] Aug 10 23:25:49.168 INFO O| Aug 10 23:25:49.168 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-08-10T23:25:50.331Z[ recovery-image] Aug 10 23:25:49.178 INFO O| Aug 10 23:25:49.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64102024-08-10T23:25:50.331Z[ recovery-image] Aug 10 23:25:49.178 INFO O| Aug 10 23:25:49.178 INFO STEP 850 (remove_files) COMPLETE
64112024-08-10T23:25:50.334Z[ recovery-image] Aug 10 23:25:49.178 INFO O| Aug 10 23:25:49.178 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-10T23:25:50.343Z[ recovery-image] Aug 10 23:25:49.189 INFO O| Aug 10 23:25:49.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64132024-08-10T23:25:50.346Z[ recovery-image] Aug 10 23:25:49.190 INFO O| Aug 10 23:25:49.190 INFO STEP 851 (remove_files) COMPLETE
64142024-08-10T23:25:50.346Z[ recovery-image] Aug 10 23:25:49.190 INFO O| Aug 10 23:25:49.190 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-10T23:25:50.354Z[ recovery-image] Aug 10 23:25:49.201 INFO O| Aug 10 23:25:49.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64162024-08-10T23:25:50.356Z[ recovery-image] Aug 10 23:25:49.201 INFO O| Aug 10 23:25:49.201 INFO STEP 852 (remove_files) COMPLETE
64172024-08-10T23:25:50.356Z[ recovery-image] Aug 10 23:25:49.201 INFO O| Aug 10 23:25:49.201 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-10T23:25:50.364Z[ recovery-image] Aug 10 23:25:49.211 INFO O| Aug 10 23:25:49.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64192024-08-10T23:25:50.364Z[ recovery-image] Aug 10 23:25:49.211 INFO O| Aug 10 23:25:49.211 INFO STEP 853 (remove_files) COMPLETE
64202024-08-10T23:25:50.364Z[ recovery-image] Aug 10 23:25:49.211 INFO O| Aug 10 23:25:49.211 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-08-10T23:25:50.373Z[ recovery-image] Aug 10 23:25:49.220 INFO O| Aug 10 23:25:49.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64222024-08-10T23:25:50.373Z[ recovery-image] Aug 10 23:25:49.220 INFO O| Aug 10 23:25:49.220 INFO STEP 854 (remove_files) COMPLETE
64232024-08-10T23:25:50.373Z[ recovery-image] Aug 10 23:25:49.220 INFO O| Aug 10 23:25:49.220 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-08-10T23:25:50.384Z[ recovery-image] Aug 10 23:25:49.231 INFO O| Aug 10 23:25:49.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64252024-08-10T23:25:50.385Z[ recovery-image] Aug 10 23:25:49.231 INFO O| Aug 10 23:25:49.231 INFO STEP 855 (remove_files) COMPLETE
64262024-08-10T23:25:50.387Z[ recovery-image] Aug 10 23:25:49.231 INFO O| Aug 10 23:25:49.231 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-08-10T23:25:50.394Z[ recovery-image] Aug 10 23:25:49.241 INFO O| Aug 10 23:25:49.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64282024-08-10T23:25:50.394Z[ recovery-image] Aug 10 23:25:49.241 INFO O| Aug 10 23:25:49.241 INFO STEP 856 (remove_files) COMPLETE
64292024-08-10T23:25:50.397Z[ recovery-image] Aug 10 23:25:49.241 INFO O| Aug 10 23:25:49.241 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-08-10T23:25:50.404Z[ recovery-image] Aug 10 23:25:49.251 INFO O| Aug 10 23:25:49.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64312024-08-10T23:25:50.404Z[ recovery-image] Aug 10 23:25:49.251 INFO O| Aug 10 23:25:49.251 INFO STEP 857 (remove_files) COMPLETE
64322024-08-10T23:25:50.407Z[ recovery-image] Aug 10 23:25:49.251 INFO O| Aug 10 23:25:49.251 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-08-10T23:25:50.413Z[ recovery-image] Aug 10 23:25:49.260 INFO O| Aug 10 23:25:49.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64342024-08-10T23:25:50.416Z[ recovery-image] Aug 10 23:25:49.260 INFO O| Aug 10 23:25:49.260 INFO STEP 858 (remove_files) COMPLETE
64352024-08-10T23:25:50.416Z[ recovery-image] Aug 10 23:25:49.260 INFO O| Aug 10 23:25:49.260 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-08-10T23:25:50.423Z[ recovery-image] Aug 10 23:25:49.270 INFO O| Aug 10 23:25:49.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64372024-08-10T23:25:50.423Z[ recovery-image] Aug 10 23:25:49.270 INFO O| Aug 10 23:25:49.270 INFO STEP 859 (remove_files) COMPLETE
64382024-08-10T23:25:50.426Z[ recovery-image] Aug 10 23:25:49.270 INFO O| Aug 10 23:25:49.270 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-08-10T23:25:50.432Z[ recovery-image] Aug 10 23:25:49.279 INFO O| Aug 10 23:25:49.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64402024-08-10T23:25:50.432Z[ recovery-image] Aug 10 23:25:49.279 INFO O| Aug 10 23:25:49.279 INFO STEP 860 (remove_files) COMPLETE
64412024-08-10T23:25:50.432Z[ recovery-image] Aug 10 23:25:49.279 INFO O| Aug 10 23:25:49.279 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-08-10T23:25:50.443Z[ recovery-image] Aug 10 23:25:49.289 INFO O| Aug 10 23:25:49.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64432024-08-10T23:25:50.443Z[ recovery-image] Aug 10 23:25:49.289 INFO O| Aug 10 23:25:49.289 INFO STEP 861 (remove_files) COMPLETE
64442024-08-10T23:25:50.443Z[ recovery-image] Aug 10 23:25:49.289 INFO O| Aug 10 23:25:49.289 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-08-10T23:25:50.451Z[ recovery-image] Aug 10 23:25:49.298 INFO O| Aug 10 23:25:49.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64462024-08-10T23:25:50.454Z[ recovery-image] Aug 10 23:25:49.298 INFO O| Aug 10 23:25:49.298 INFO STEP 862 (remove_files) COMPLETE
64472024-08-10T23:25:50.454Z[ recovery-image] Aug 10 23:25:49.298 INFO O| Aug 10 23:25:49.298 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-08-10T23:25:50.461Z[ recovery-image] Aug 10 23:25:49.308 INFO O| Aug 10 23:25:49.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64492024-08-10T23:25:50.464Z[ recovery-image] Aug 10 23:25:49.308 INFO O| Aug 10 23:25:49.308 INFO STEP 863 (remove_files) COMPLETE
64502024-08-10T23:25:50.464Z[ recovery-image] Aug 10 23:25:49.308 INFO O| Aug 10 23:25:49.308 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-08-10T23:25:50.471Z[ recovery-image] Aug 10 23:25:49.318 INFO O| Aug 10 23:25:49.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64522024-08-10T23:25:50.471Z[ recovery-image] Aug 10 23:25:49.318 INFO O| Aug 10 23:25:49.318 INFO STEP 864 (remove_files) COMPLETE
64532024-08-10T23:25:50.474Z[ recovery-image] Aug 10 23:25:49.318 INFO O| Aug 10 23:25:49.318 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-08-10T23:25:50.480Z[ recovery-image] Aug 10 23:25:49.327 INFO O| Aug 10 23:25:49.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64552024-08-10T23:25:50.481Z[ recovery-image] Aug 10 23:25:49.327 INFO O| Aug 10 23:25:49.327 INFO STEP 865 (remove_files) COMPLETE
64562024-08-10T23:25:50.481Z[ recovery-image] Aug 10 23:25:49.327 INFO O| Aug 10 23:25:49.327 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-08-10T23:25:50.492Z[ recovery-image] Aug 10 23:25:49.339 INFO O| Aug 10 23:25:49.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64582024-08-10T23:25:50.492Z[ recovery-image] Aug 10 23:25:49.339 INFO O| Aug 10 23:25:49.339 INFO STEP 866 (remove_files) COMPLETE
64592024-08-10T23:25:50.495Z[ recovery-image] Aug 10 23:25:49.339 INFO O| Aug 10 23:25:49.339 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-08-10T23:25:50.502Z[ recovery-image] Aug 10 23:25:49.348 INFO O| Aug 10 23:25:49.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64612024-08-10T23:25:50.504Z[ recovery-image] Aug 10 23:25:49.348 INFO O| Aug 10 23:25:49.348 INFO STEP 867 (remove_files) COMPLETE
64622024-08-10T23:25:50.504Z[ recovery-image] Aug 10 23:25:49.348 INFO O| Aug 10 23:25:49.348 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-08-10T23:25:50.513Z[ recovery-image] Aug 10 23:25:49.360 INFO O| Aug 10 23:25:49.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64642024-08-10T23:25:50.513Z[ recovery-image] Aug 10 23:25:49.360 INFO O| Aug 10 23:25:49.360 INFO STEP 868 (remove_files) COMPLETE
64652024-08-10T23:25:50.516Z[ recovery-image] Aug 10 23:25:49.360 INFO O| Aug 10 23:25:49.360 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-08-10T23:25:50.523Z[ recovery-image] Aug 10 23:25:49.370 INFO O| Aug 10 23:25:49.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64672024-08-10T23:25:50.523Z[ recovery-image] Aug 10 23:25:49.370 INFO O| Aug 10 23:25:49.370 INFO STEP 869 (remove_files) COMPLETE
64682024-08-10T23:25:50.523Z[ recovery-image] Aug 10 23:25:49.370 INFO O| Aug 10 23:25:49.370 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-10T23:25:50.532Z[ recovery-image] Aug 10 23:25:49.379 INFO O| Aug 10 23:25:49.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64702024-08-10T23:25:50.532Z[ recovery-image] Aug 10 23:25:49.379 INFO O| Aug 10 23:25:49.379 INFO STEP 870 (remove_files) COMPLETE
64712024-08-10T23:25:50.535Z[ recovery-image] Aug 10 23:25:49.379 INFO O| Aug 10 23:25:49.379 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-08-10T23:25:50.544Z[ recovery-image] Aug 10 23:25:49.391 INFO O| Aug 10 23:25:49.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64732024-08-10T23:25:50.544Z[ recovery-image] Aug 10 23:25:49.391 INFO O| Aug 10 23:25:49.391 INFO STEP 871 (remove_files) COMPLETE
64742024-08-10T23:25:50.547Z[ recovery-image] Aug 10 23:25:49.391 INFO O| Aug 10 23:25:49.391 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-08-10T23:25:50.554Z[ recovery-image] Aug 10 23:25:49.400 INFO O| Aug 10 23:25:49.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64762024-08-10T23:25:50.554Z[ recovery-image] Aug 10 23:25:49.400 INFO O| Aug 10 23:25:49.400 INFO STEP 872 (remove_files) COMPLETE
64772024-08-10T23:25:50.556Z[ recovery-image] Aug 10 23:25:49.400 INFO O| Aug 10 23:25:49.400 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-08-10T23:25:50.565Z[ recovery-image] Aug 10 23:25:49.412 INFO O| Aug 10 23:25:49.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64792024-08-10T23:25:50.568Z[ recovery-image] Aug 10 23:25:49.412 INFO O| Aug 10 23:25:49.412 INFO STEP 873 (remove_files) COMPLETE
64802024-08-10T23:25:50.568Z[ recovery-image] Aug 10 23:25:49.412 INFO O| Aug 10 23:25:49.412 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-10T23:25:50.575Z[ recovery-image] Aug 10 23:25:49.421 INFO O| Aug 10 23:25:49.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64822024-08-10T23:25:50.577Z[ recovery-image] Aug 10 23:25:49.421 INFO O| Aug 10 23:25:49.421 INFO STEP 874 (remove_files) COMPLETE
64832024-08-10T23:25:50.577Z[ recovery-image] Aug 10 23:25:49.421 INFO O| Aug 10 23:25:49.421 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-08-10T23:25:50.584Z[ recovery-image] Aug 10 23:25:49.431 INFO O| Aug 10 23:25:49.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64852024-08-10T23:25:50.587Z[ recovery-image] Aug 10 23:25:49.431 INFO O| Aug 10 23:25:49.431 INFO STEP 875 (remove_files) COMPLETE
64862024-08-10T23:25:50.587Z[ recovery-image] Aug 10 23:25:49.431 INFO O| Aug 10 23:25:49.431 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-08-10T23:25:50.595Z[ recovery-image] Aug 10 23:25:49.442 INFO O| Aug 10 23:25:49.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64882024-08-10T23:25:50.598Z[ recovery-image] Aug 10 23:25:49.442 INFO O| Aug 10 23:25:49.442 INFO STEP 876 (remove_files) COMPLETE
64892024-08-10T23:25:50.598Z[ recovery-image] Aug 10 23:25:49.442 INFO O| Aug 10 23:25:49.442 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-08-10T23:25:50.605Z[ recovery-image] Aug 10 23:25:49.452 INFO O| Aug 10 23:25:49.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64912024-08-10T23:25:50.605Z[ recovery-image] Aug 10 23:25:49.452 INFO O| Aug 10 23:25:49.452 INFO STEP 877 (remove_files) COMPLETE
64922024-08-10T23:25:50.608Z[ recovery-image] Aug 10 23:25:49.452 INFO O| Aug 10 23:25:49.452 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-08-10T23:25:50.616Z[ recovery-image] Aug 10 23:25:49.463 INFO O| Aug 10 23:25:49.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64942024-08-10T23:25:50.616Z[ recovery-image] Aug 10 23:25:49.463 INFO O| Aug 10 23:25:49.463 INFO STEP 878 (remove_files) COMPLETE
64952024-08-10T23:25:50.619Z[ recovery-image] Aug 10 23:25:49.463 INFO O| Aug 10 23:25:49.463 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-08-10T23:25:50.626Z[ recovery-image] Aug 10 23:25:49.472 INFO O| Aug 10 23:25:49.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64972024-08-10T23:25:50.628Z[ recovery-image] Aug 10 23:25:49.472 INFO O| Aug 10 23:25:49.472 INFO STEP 879 (remove_files) COMPLETE
64982024-08-10T23:25:50.628Z[ recovery-image] Aug 10 23:25:49.472 INFO O| Aug 10 23:25:49.472 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-08-10T23:25:50.636Z[ recovery-image] Aug 10 23:25:49.482 INFO O| Aug 10 23:25:49.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65002024-08-10T23:25:50.636Z[ recovery-image] Aug 10 23:25:49.482 INFO O| Aug 10 23:25:49.482 INFO STEP 880 (remove_files) COMPLETE
65012024-08-10T23:25:50.638Z[ recovery-image] Aug 10 23:25:49.482 INFO O| Aug 10 23:25:49.482 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-08-10T23:25:50.646Z[ recovery-image] Aug 10 23:25:49.492 INFO O| Aug 10 23:25:49.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65032024-08-10T23:25:50.646Z[ recovery-image] Aug 10 23:25:49.492 INFO O| Aug 10 23:25:49.492 INFO STEP 881 (remove_files) COMPLETE
65042024-08-10T23:25:50.648Z[ recovery-image] Aug 10 23:25:49.493 INFO O| Aug 10 23:25:49.492 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-08-10T23:25:50.655Z[ recovery-image] Aug 10 23:25:49.502 INFO O| Aug 10 23:25:49.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65062024-08-10T23:25:50.655Z[ recovery-image] Aug 10 23:25:49.502 INFO O| Aug 10 23:25:49.502 INFO STEP 882 (remove_files) COMPLETE
65072024-08-10T23:25:50.658Z[ recovery-image] Aug 10 23:25:49.502 INFO O| Aug 10 23:25:49.502 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-08-10T23:25:50.665Z[ recovery-image] Aug 10 23:25:49.512 INFO O| Aug 10 23:25:49.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65092024-08-10T23:25:50.667Z[ recovery-image] Aug 10 23:25:49.512 INFO O| Aug 10 23:25:49.512 INFO STEP 883 (remove_files) COMPLETE
65102024-08-10T23:25:50.667Z[ recovery-image] Aug 10 23:25:49.512 INFO O| Aug 10 23:25:49.512 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-10T23:25:50.670Z[ host-image] Aug 10 23:25:49.516 INFO O| Aug 10 23:25:49.515 INFO O| Actions: Completed 1361 actions in 0.43 seconds.
65122024-08-10T23:25:50.674Z[ recovery-image] Aug 10 23:25:49.521 INFO O| Aug 10 23:25:49.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65132024-08-10T23:25:50.677Z[ recovery-image] Aug 10 23:25:49.521 INFO O| Aug 10 23:25:49.521 INFO STEP 884 (remove_files) COMPLETE
65142024-08-10T23:25:50.677Z[ recovery-image] Aug 10 23:25:49.521 INFO O| Aug 10 23:25:49.521 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-10T23:25:50.684Z[ recovery-image] Aug 10 23:25:49.531 INFO O| Aug 10 23:25:49.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65162024-08-10T23:25:50.684Z[ recovery-image] Aug 10 23:25:49.531 INFO O| Aug 10 23:25:49.531 INFO STEP 885 (remove_files) COMPLETE
65172024-08-10T23:25:50.684Z[ recovery-image] Aug 10 23:25:49.531 INFO O| Aug 10 23:25:49.531 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-10T23:25:50.694Z[ recovery-image] Aug 10 23:25:49.540 INFO O| Aug 10 23:25:49.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65192024-08-10T23:25:50.696Z[ recovery-image] Aug 10 23:25:49.541 INFO O| Aug 10 23:25:49.541 INFO STEP 886 (remove_files) COMPLETE
65202024-08-10T23:25:50.696Z[ recovery-image] Aug 10 23:25:49.541 INFO O| Aug 10 23:25:49.541 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-10T23:25:50.703Z[ recovery-image] Aug 10 23:25:49.550 INFO O| Aug 10 23:25:49.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65222024-08-10T23:25:50.704Z[ recovery-image] Aug 10 23:25:49.550 INFO O| Aug 10 23:25:49.550 INFO STEP 887 (remove_files) COMPLETE
65232024-08-10T23:25:50.706Z[ recovery-image] Aug 10 23:25:49.550 INFO O| Aug 10 23:25:49.550 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-10T23:25:50.713Z[ recovery-image] Aug 10 23:25:49.560 INFO O| Aug 10 23:25:49.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65252024-08-10T23:25:50.716Z[ recovery-image] Aug 10 23:25:49.560 INFO O| Aug 10 23:25:49.560 INFO STEP 888 (remove_files) COMPLETE
65262024-08-10T23:25:50.716Z[ recovery-image] Aug 10 23:25:49.560 INFO O| Aug 10 23:25:49.560 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-10T23:25:50.723Z[ recovery-image] Aug 10 23:25:49.570 INFO O| Aug 10 23:25:49.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65282024-08-10T23:25:50.723Z[ recovery-image] Aug 10 23:25:49.570 INFO O| Aug 10 23:25:49.570 INFO STEP 889 (remove_files) COMPLETE
65292024-08-10T23:25:50.724Z[ recovery-image] Aug 10 23:25:49.570 INFO O| Aug 10 23:25:49.570 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-08-10T23:25:50.734Z[ recovery-image] Aug 10 23:25:49.580 INFO O| Aug 10 23:25:49.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65312024-08-10T23:25:50.736Z[ recovery-image] Aug 10 23:25:49.580 INFO O| Aug 10 23:25:49.580 INFO STEP 890 (remove_files) COMPLETE
65322024-08-10T23:25:50.736Z[ recovery-image] Aug 10 23:25:49.581 INFO O| Aug 10 23:25:49.580 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-08-10T23:25:50.743Z[ recovery-image] Aug 10 23:25:49.590 INFO O| Aug 10 23:25:49.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65342024-08-10T23:25:50.743Z[ recovery-image] Aug 10 23:25:49.590 INFO O| Aug 10 23:25:49.590 INFO STEP 891 (remove_files) COMPLETE
65352024-08-10T23:25:50.743Z[ recovery-image] Aug 10 23:25:49.590 INFO O| Aug 10 23:25:49.590 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-08-10T23:25:50.753Z[ recovery-image] Aug 10 23:25:49.600 INFO O| Aug 10 23:25:49.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65372024-08-10T23:25:50.756Z[ recovery-image] Aug 10 23:25:49.600 INFO O| Aug 10 23:25:49.600 INFO STEP 892 (remove_files) COMPLETE
65382024-08-10T23:25:50.756Z[ recovery-image] Aug 10 23:25:49.600 INFO O| Aug 10 23:25:49.600 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-10T23:25:50.763Z[ recovery-image] Aug 10 23:25:49.610 INFO O| Aug 10 23:25:49.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65402024-08-10T23:25:50.763Z[ recovery-image] Aug 10 23:25:49.610 INFO O| Aug 10 23:25:49.610 INFO STEP 893 (remove_files) COMPLETE
65412024-08-10T23:25:50.766Z[ recovery-image] Aug 10 23:25:49.610 INFO O| Aug 10 23:25:49.610 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-10T23:25:50.774Z[ recovery-image] Aug 10 23:25:49.621 INFO O| Aug 10 23:25:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65432024-08-10T23:25:50.774Z[ recovery-image] Aug 10 23:25:49.621 INFO O| Aug 10 23:25:49.621 INFO STEP 894 (remove_files) COMPLETE
65442024-08-10T23:25:50.777Z[ recovery-image] Aug 10 23:25:49.621 INFO O| Aug 10 23:25:49.621 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-10T23:25:50.785Z[ recovery-image] Aug 10 23:25:49.632 INFO O| Aug 10 23:25:49.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65462024-08-10T23:25:50.785Z[ recovery-image] Aug 10 23:25:49.632 INFO O| Aug 10 23:25:49.632 INFO STEP 895 (remove_files) COMPLETE
65472024-08-10T23:25:50.788Z[ recovery-image] Aug 10 23:25:49.632 INFO O| Aug 10 23:25:49.632 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-10T23:25:50.797Z[ recovery-image] Aug 10 23:25:49.644 INFO O| Aug 10 23:25:49.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65492024-08-10T23:25:50.797Z[ recovery-image] Aug 10 23:25:49.644 INFO O| Aug 10 23:25:49.644 INFO STEP 896 (remove_files) COMPLETE
65502024-08-10T23:25:50.797Z[ recovery-image] Aug 10 23:25:49.644 INFO O| Aug 10 23:25:49.644 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-10T23:25:50.809Z[ recovery-image] Aug 10 23:25:49.655 INFO O| Aug 10 23:25:49.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65522024-08-10T23:25:50.809Z[ recovery-image] Aug 10 23:25:49.655 INFO O| Aug 10 23:25:49.655 INFO STEP 897 (remove_files) COMPLETE
65532024-08-10T23:25:50.812Z[ recovery-image] Aug 10 23:25:49.655 INFO O| Aug 10 23:25:49.655 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-10T23:25:50.821Z[ recovery-image] Aug 10 23:25:49.668 INFO O| Aug 10 23:25:49.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65552024-08-10T23:25:50.824Z[ recovery-image] Aug 10 23:25:49.668 INFO O| Aug 10 23:25:49.668 INFO STEP 898 (remove_files) COMPLETE
65562024-08-10T23:25:50.824Z[ recovery-image] Aug 10 23:25:49.668 INFO O| Aug 10 23:25:49.668 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-10T23:25:50.832Z[ recovery-image] Aug 10 23:25:49.679 INFO O| Aug 10 23:25:49.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65582024-08-10T23:25:50.832Z[ recovery-image] Aug 10 23:25:49.679 INFO O| Aug 10 23:25:49.679 INFO STEP 899 (remove_files) COMPLETE
65592024-08-10T23:25:50.835Z[ recovery-image] Aug 10 23:25:49.679 INFO O| Aug 10 23:25:49.679 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-10T23:25:50.843Z[ recovery-image] Aug 10 23:25:49.689 INFO O| Aug 10 23:25:49.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65612024-08-10T23:25:50.843Z[ recovery-image] Aug 10 23:25:49.689 INFO O| Aug 10 23:25:49.689 INFO STEP 900 (remove_files) COMPLETE
65622024-08-10T23:25:50.843Z[ recovery-image] Aug 10 23:25:49.689 INFO O| Aug 10 23:25:49.689 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-10T23:25:50.853Z[ recovery-image] Aug 10 23:25:49.699 INFO O| Aug 10 23:25:49.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65642024-08-10T23:25:50.856Z[ recovery-image] Aug 10 23:25:49.700 INFO O| Aug 10 23:25:49.700 INFO STEP 901 (remove_files) COMPLETE
65652024-08-10T23:25:50.856Z[ recovery-image] Aug 10 23:25:49.700 INFO O| Aug 10 23:25:49.700 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-10T23:25:50.863Z[ recovery-image] Aug 10 23:25:49.710 INFO O| Aug 10 23:25:49.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65672024-08-10T23:25:50.863Z[ recovery-image] Aug 10 23:25:49.710 INFO O| Aug 10 23:25:49.710 INFO STEP 902 (remove_files) COMPLETE
65682024-08-10T23:25:50.865Z[ recovery-image] Aug 10 23:25:49.710 INFO O| Aug 10 23:25:49.710 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-10T23:25:50.873Z[ recovery-image] Aug 10 23:25:49.720 INFO O| Aug 10 23:25:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65702024-08-10T23:25:50.875Z[ recovery-image] Aug 10 23:25:49.720 INFO O| Aug 10 23:25:49.720 INFO STEP 903 (remove_files) COMPLETE
65712024-08-10T23:25:50.875Z[ recovery-image] Aug 10 23:25:49.720 INFO O| Aug 10 23:25:49.720 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-08-10T23:25:50.883Z[ recovery-image] Aug 10 23:25:49.730 INFO O| Aug 10 23:25:49.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65732024-08-10T23:25:50.883Z[ recovery-image] Aug 10 23:25:49.730 INFO O| Aug 10 23:25:49.730 INFO STEP 904 (remove_files) COMPLETE
65742024-08-10T23:25:50.886Z[ recovery-image] Aug 10 23:25:49.730 INFO O| Aug 10 23:25:49.730 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-08-10T23:25:50.888Z[ host-image] Aug 10 23:25:49.735 INFO O| Aug 10 23:25:49.735 INFO O| Done
65762024-08-10T23:25:50.888Z[ host-image] Aug 10 23:25:49.735 INFO O| Aug 10 23:25:49.735 INFO O| Done
65772024-08-10T23:25:50.893Z[ recovery-image] Aug 10 23:25:49.740 INFO O| Aug 10 23:25:49.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65782024-08-10T23:25:50.893Z[ recovery-image] Aug 10 23:25:49.740 INFO O| Aug 10 23:25:49.740 INFO STEP 905 (remove_files) COMPLETE
65792024-08-10T23:25:50.896Z[ recovery-image] Aug 10 23:25:49.740 INFO O| Aug 10 23:25:49.740 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-10T23:25:50.904Z[ recovery-image] Aug 10 23:25:49.750 INFO O| Aug 10 23:25:49.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65812024-08-10T23:25:50.906Z[ recovery-image] Aug 10 23:25:49.751 INFO O| Aug 10 23:25:49.750 INFO STEP 906 (remove_files) COMPLETE
65822024-08-10T23:25:50.906Z[ recovery-image] Aug 10 23:25:49.751 INFO O| Aug 10 23:25:49.750 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-10T23:25:50.914Z[ recovery-image] Aug 10 23:25:49.760 INFO O| Aug 10 23:25:49.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65842024-08-10T23:25:50.916Z[ recovery-image] Aug 10 23:25:49.760 INFO O| Aug 10 23:25:49.760 INFO STEP 907 (remove_files) COMPLETE
65852024-08-10T23:25:50.916Z[ recovery-image] Aug 10 23:25:49.761 INFO O| Aug 10 23:25:49.760 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-10T23:25:50.923Z[ recovery-image] Aug 10 23:25:49.770 INFO O| Aug 10 23:25:49.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65872024-08-10T23:25:50.923Z[ recovery-image] Aug 10 23:25:49.770 INFO O| Aug 10 23:25:49.770 INFO STEP 908 (remove_files) COMPLETE
65882024-08-10T23:25:50.923Z[ recovery-image] Aug 10 23:25:49.770 INFO O| Aug 10 23:25:49.770 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-10T23:25:50.933Z[ recovery-image] Aug 10 23:25:49.780 INFO O| Aug 10 23:25:49.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65902024-08-10T23:25:50.933Z[ recovery-image] Aug 10 23:25:49.780 INFO O| Aug 10 23:25:49.780 INFO STEP 909 (remove_files) COMPLETE
65912024-08-10T23:25:50.936Z[ recovery-image] Aug 10 23:25:49.780 INFO O| Aug 10 23:25:49.780 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-10T23:25:50.943Z[ recovery-image] Aug 10 23:25:49.790 INFO O| Aug 10 23:25:49.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65932024-08-10T23:25:50.943Z[ recovery-image] Aug 10 23:25:49.790 INFO O| Aug 10 23:25:49.790 INFO STEP 910 (remove_files) COMPLETE
65942024-08-10T23:25:50.946Z[ recovery-image] Aug 10 23:25:49.790 INFO O| Aug 10 23:25:49.790 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-10T23:25:50.952Z[ recovery-image] Aug 10 23:25:49.799 INFO O| Aug 10 23:25:49.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
65962024-08-10T23:25:50.955Z[ recovery-image] Aug 10 23:25:49.799 INFO O| Aug 10 23:25:49.799 INFO STEP 911 (remove_files) COMPLETE
65972024-08-10T23:25:50.955Z[ recovery-image] Aug 10 23:25:49.799 INFO O| Aug 10 23:25:49.799 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-10T23:25:50.962Z[ recovery-image] Aug 10 23:25:49.809 INFO O| Aug 10 23:25:49.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
65992024-08-10T23:25:50.962Z[ recovery-image] Aug 10 23:25:49.809 INFO O| Aug 10 23:25:49.809 INFO STEP 912 (remove_files) COMPLETE
66002024-08-10T23:25:50.965Z[ recovery-image] Aug 10 23:25:49.809 INFO O| Aug 10 23:25:49.809 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-10T23:25:50.972Z[ recovery-image] Aug 10 23:25:49.818 INFO O| Aug 10 23:25:49.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66022024-08-10T23:25:50.974Z[ recovery-image] Aug 10 23:25:49.818 INFO O| Aug 10 23:25:49.818 INFO STEP 913 (remove_files) COMPLETE
66032024-08-10T23:25:50.974Z[ recovery-image] Aug 10 23:25:49.819 INFO O| Aug 10 23:25:49.818 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-10T23:25:50.981Z[ recovery-image] Aug 10 23:25:49.828 INFO O| Aug 10 23:25:49.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66052024-08-10T23:25:50.984Z[ recovery-image] Aug 10 23:25:49.828 INFO O| Aug 10 23:25:49.828 INFO STEP 914 (remove_files) COMPLETE
66062024-08-10T23:25:50.984Z[ recovery-image] Aug 10 23:25:49.828 INFO O| Aug 10 23:25:49.828 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-10T23:25:50.991Z[ recovery-image] Aug 10 23:25:49.837 INFO O| Aug 10 23:25:49.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66082024-08-10T23:25:50.991Z[ recovery-image] Aug 10 23:25:49.837 INFO O| Aug 10 23:25:49.837 INFO STEP 915 (remove_files) COMPLETE
66092024-08-10T23:25:50.993Z[ recovery-image] Aug 10 23:25:49.838 INFO O| Aug 10 23:25:49.837 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-10T23:25:51.000Z[ recovery-image] Aug 10 23:25:49.847 INFO O| Aug 10 23:25:49.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66112024-08-10T23:25:51.000Z[ recovery-image] Aug 10 23:25:49.847 INFO O| Aug 10 23:25:49.847 INFO STEP 916 (remove_files) COMPLETE
66122024-08-10T23:25:51.003Z[ recovery-image] Aug 10 23:25:49.847 INFO O| Aug 10 23:25:49.847 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-10T23:25:51.009Z[ recovery-image] Aug 10 23:25:49.856 INFO O| Aug 10 23:25:49.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66142024-08-10T23:25:51.012Z[ recovery-image] Aug 10 23:25:49.856 INFO O| Aug 10 23:25:49.856 INFO STEP 917 (remove_files) COMPLETE
66152024-08-10T23:25:51.012Z[ recovery-image] Aug 10 23:25:49.856 INFO O| Aug 10 23:25:49.856 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-10T23:25:51.019Z[ recovery-image] Aug 10 23:25:49.866 INFO O| Aug 10 23:25:49.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66172024-08-10T23:25:51.019Z[ recovery-image] Aug 10 23:25:49.866 INFO O| Aug 10 23:25:49.866 INFO STEP 918 (remove_files) COMPLETE
66182024-08-10T23:25:51.019Z[ recovery-image] Aug 10 23:25:49.866 INFO O| Aug 10 23:25:49.866 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-10T23:25:51.028Z[ recovery-image] Aug 10 23:25:49.875 INFO O| Aug 10 23:25:49.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66202024-08-10T23:25:51.031Z[ recovery-image] Aug 10 23:25:49.875 INFO O| Aug 10 23:25:49.875 INFO STEP 919 (remove_files) COMPLETE
66212024-08-10T23:25:51.031Z[ recovery-image] Aug 10 23:25:49.875 INFO O| Aug 10 23:25:49.875 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-10T23:25:51.038Z[ recovery-image] Aug 10 23:25:49.885 INFO O| Aug 10 23:25:49.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66232024-08-10T23:25:51.038Z[ recovery-image] Aug 10 23:25:49.885 INFO O| Aug 10 23:25:49.885 INFO STEP 920 (remove_files) COMPLETE
66242024-08-10T23:25:51.040Z[ recovery-image] Aug 10 23:25:49.885 INFO O| Aug 10 23:25:49.885 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-10T23:25:51.047Z[ recovery-image] Aug 10 23:25:49.894 INFO O| Aug 10 23:25:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66262024-08-10T23:25:51.047Z[ recovery-image] Aug 10 23:25:49.894 INFO O| Aug 10 23:25:49.894 INFO STEP 921 (remove_files) COMPLETE
66272024-08-10T23:25:51.050Z[ recovery-image] Aug 10 23:25:49.894 INFO O| Aug 10 23:25:49.894 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-10T23:25:51.057Z[ recovery-image] Aug 10 23:25:49.904 INFO O| Aug 10 23:25:49.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66292024-08-10T23:25:51.057Z[ recovery-image] Aug 10 23:25:49.904 INFO O| Aug 10 23:25:49.904 INFO STEP 922 (remove_files) COMPLETE
66302024-08-10T23:25:51.057Z[ recovery-image] Aug 10 23:25:49.904 INFO O| Aug 10 23:25:49.904 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-08-10T23:25:51.066Z[ recovery-image] Aug 10 23:25:49.913 INFO O| Aug 10 23:25:49.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66322024-08-10T23:25:51.066Z[ recovery-image] Aug 10 23:25:49.913 INFO O| Aug 10 23:25:49.913 INFO STEP 923 (remove_files) COMPLETE
66332024-08-10T23:25:51.069Z[ recovery-image] Aug 10 23:25:49.913 INFO O| Aug 10 23:25:49.913 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-08-10T23:25:51.076Z[ recovery-image] Aug 10 23:25:49.922 INFO O| Aug 10 23:25:49.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66352024-08-10T23:25:51.076Z[ recovery-image] Aug 10 23:25:49.922 INFO O| Aug 10 23:25:49.922 INFO STEP 924 (remove_files) COMPLETE
66362024-08-10T23:25:51.078Z[ recovery-image] Aug 10 23:25:49.922 INFO O| Aug 10 23:25:49.922 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-08-10T23:25:51.085Z[ recovery-image] Aug 10 23:25:49.932 INFO O| Aug 10 23:25:49.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66382024-08-10T23:25:51.087Z[ recovery-image] Aug 10 23:25:49.932 INFO O| Aug 10 23:25:49.932 INFO STEP 925 (remove_files) COMPLETE
66392024-08-10T23:25:51.087Z[ recovery-image] Aug 10 23:25:49.932 INFO O| Aug 10 23:25:49.932 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-08-10T23:25:51.094Z[ recovery-image] Aug 10 23:25:49.941 INFO O| Aug 10 23:25:49.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66412024-08-10T23:25:51.097Z[ recovery-image] Aug 10 23:25:49.941 INFO O| Aug 10 23:25:49.941 INFO STEP 926 (remove_files) COMPLETE
66422024-08-10T23:25:51.097Z[ recovery-image] Aug 10 23:25:49.941 INFO O| Aug 10 23:25:49.941 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-08-10T23:25:51.104Z[ recovery-image] Aug 10 23:25:49.951 INFO O| Aug 10 23:25:49.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66442024-08-10T23:25:51.104Z[ recovery-image] Aug 10 23:25:49.951 INFO O| Aug 10 23:25:49.951 INFO STEP 927 (remove_files) COMPLETE
66452024-08-10T23:25:51.106Z[ recovery-image] Aug 10 23:25:49.951 INFO O| Aug 10 23:25:49.951 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-08-10T23:25:51.113Z[ recovery-image] Aug 10 23:25:49.960 INFO O| Aug 10 23:25:49.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66472024-08-10T23:25:51.116Z[ recovery-image] Aug 10 23:25:49.960 INFO O| Aug 10 23:25:49.960 INFO STEP 928 (remove_files) COMPLETE
66482024-08-10T23:25:51.116Z[ recovery-image] Aug 10 23:25:49.960 INFO O| Aug 10 23:25:49.960 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-08-10T23:25:51.123Z[ recovery-image] Aug 10 23:25:49.970 INFO O| Aug 10 23:25:49.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66502024-08-10T23:25:51.125Z[ recovery-image] Aug 10 23:25:49.970 INFO O| Aug 10 23:25:49.970 INFO STEP 929 (remove_files) COMPLETE
66512024-08-10T23:25:51.125Z[ recovery-image] Aug 10 23:25:49.970 INFO O| Aug 10 23:25:49.970 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-08-10T23:25:51.132Z[ recovery-image] Aug 10 23:25:49.979 INFO O| Aug 10 23:25:49.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66532024-08-10T23:25:51.132Z[ recovery-image] Aug 10 23:25:49.979 INFO O| Aug 10 23:25:49.979 INFO STEP 930 (remove_files) COMPLETE
66542024-08-10T23:25:51.135Z[ recovery-image] Aug 10 23:25:49.979 INFO O| Aug 10 23:25:49.979 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-08-10T23:25:51.142Z[ recovery-image] Aug 10 23:25:49.989 INFO O| Aug 10 23:25:49.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66562024-08-10T23:25:51.142Z[ recovery-image] Aug 10 23:25:49.989 INFO O| Aug 10 23:25:49.989 INFO STEP 931 (remove_files) COMPLETE
66572024-08-10T23:25:51.145Z[ recovery-image] Aug 10 23:25:49.989 INFO O| Aug 10 23:25:49.989 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-08-10T23:25:51.151Z[ recovery-image] Aug 10 23:25:49.998 INFO O| Aug 10 23:25:49.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66592024-08-10T23:25:51.151Z[ recovery-image] Aug 10 23:25:49.998 INFO O| Aug 10 23:25:49.998 INFO STEP 932 (remove_files) COMPLETE
66602024-08-10T23:25:51.151Z[ recovery-image] Aug 10 23:25:49.998 INFO O| Aug 10 23:25:49.998 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-08-10T23:25:51.161Z[ recovery-image] Aug 10 23:25:50.008 INFO O| Aug 10 23:25:50.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66622024-08-10T23:25:51.161Z[ recovery-image] Aug 10 23:25:50.008 INFO O| Aug 10 23:25:50.008 INFO STEP 933 (remove_files) COMPLETE
66632024-08-10T23:25:51.164Z[ recovery-image] Aug 10 23:25:50.008 INFO O| Aug 10 23:25:50.008 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-08-10T23:25:51.170Z[ recovery-image] Aug 10 23:25:50.017 INFO O| Aug 10 23:25:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66652024-08-10T23:25:51.170Z[ recovery-image] Aug 10 23:25:50.017 INFO O| Aug 10 23:25:50.017 INFO STEP 934 (remove_files) COMPLETE
66662024-08-10T23:25:51.173Z[ recovery-image] Aug 10 23:25:50.017 INFO O| Aug 10 23:25:50.017 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-08-10T23:25:51.180Z[ recovery-image] Aug 10 23:25:50.027 INFO O| Aug 10 23:25:50.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66682024-08-10T23:25:51.183Z[ recovery-image] Aug 10 23:25:50.027 INFO O| Aug 10 23:25:50.027 INFO STEP 935 (remove_files) COMPLETE
66692024-08-10T23:25:51.183Z[ recovery-image] Aug 10 23:25:50.027 INFO O| Aug 10 23:25:50.027 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-08-10T23:25:51.189Z[ recovery-image] Aug 10 23:25:50.036 INFO O| Aug 10 23:25:50.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66712024-08-10T23:25:51.192Z[ recovery-image] Aug 10 23:25:50.036 INFO O| Aug 10 23:25:50.036 INFO STEP 936 (remove_files) COMPLETE
66722024-08-10T23:25:51.192Z[ recovery-image] Aug 10 23:25:50.036 INFO O| Aug 10 23:25:50.036 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-08-10T23:25:51.199Z[ recovery-image] Aug 10 23:25:50.046 INFO O| Aug 10 23:25:50.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66742024-08-10T23:25:51.199Z[ recovery-image] Aug 10 23:25:50.046 INFO O| Aug 10 23:25:50.046 INFO STEP 937 (remove_files) COMPLETE
66752024-08-10T23:25:51.199Z[ recovery-image] Aug 10 23:25:50.046 INFO O| Aug 10 23:25:50.046 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-08-10T23:25:51.208Z[ recovery-image] Aug 10 23:25:50.055 INFO O| Aug 10 23:25:50.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66772024-08-10T23:25:51.208Z[ recovery-image] Aug 10 23:25:50.055 INFO O| Aug 10 23:25:50.055 INFO STEP 938 (remove_files) COMPLETE
66782024-08-10T23:25:51.211Z[ recovery-image] Aug 10 23:25:50.055 INFO O| Aug 10 23:25:50.055 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-08-10T23:25:51.218Z[ recovery-image] Aug 10 23:25:50.065 INFO O| Aug 10 23:25:50.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66802024-08-10T23:25:51.221Z[ recovery-image] Aug 10 23:25:50.065 INFO O| Aug 10 23:25:50.065 INFO STEP 939 (remove_files) COMPLETE
66812024-08-10T23:25:51.221Z[ recovery-image] Aug 10 23:25:50.065 INFO O| Aug 10 23:25:50.065 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-08-10T23:25:51.221Z[ host-image] Aug 10 23:25:50.067 INFO O| Aug 10 23:25:50.067 INFO O| Done
66832024-08-10T23:25:51.228Z[ recovery-image] Aug 10 23:25:50.075 INFO O| Aug 10 23:25:50.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66842024-08-10T23:25:51.230Z[ recovery-image] Aug 10 23:25:50.075 INFO O| Aug 10 23:25:50.075 INFO STEP 940 (remove_files) COMPLETE
66852024-08-10T23:25:51.231Z[ recovery-image] Aug 10 23:25:50.075 INFO O| Aug 10 23:25:50.075 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-08-10T23:25:51.237Z[ recovery-image] Aug 10 23:25:50.084 INFO O| Aug 10 23:25:50.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66872024-08-10T23:25:51.240Z[ recovery-image] Aug 10 23:25:50.084 INFO O| Aug 10 23:25:50.084 INFO STEP 941 (remove_files) COMPLETE
66882024-08-10T23:25:51.240Z[ recovery-image] Aug 10 23:25:50.084 INFO O| Aug 10 23:25:50.084 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-08-10T23:25:51.247Z[ recovery-image] Aug 10 23:25:50.094 INFO O| Aug 10 23:25:50.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66902024-08-10T23:25:51.247Z[ recovery-image] Aug 10 23:25:50.094 INFO O| Aug 10 23:25:50.094 INFO STEP 942 (remove_files) COMPLETE
66912024-08-10T23:25:51.250Z[ recovery-image] Aug 10 23:25:50.094 INFO O| Aug 10 23:25:50.094 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-08-10T23:25:51.256Z[ recovery-image] Aug 10 23:25:50.103 INFO O| Aug 10 23:25:50.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66932024-08-10T23:25:51.256Z[ recovery-image] Aug 10 23:25:50.103 INFO O| Aug 10 23:25:50.103 INFO STEP 943 (remove_files) COMPLETE
66942024-08-10T23:25:51.257Z[ recovery-image] Aug 10 23:25:50.103 INFO O| Aug 10 23:25:50.103 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-08-10T23:25:51.266Z[ recovery-image] Aug 10 23:25:50.113 INFO O| Aug 10 23:25:50.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
66962024-08-10T23:25:51.266Z[ recovery-image] Aug 10 23:25:50.113 INFO O| Aug 10 23:25:50.113 INFO STEP 944 (remove_files) COMPLETE
66972024-08-10T23:25:51.269Z[ recovery-image] Aug 10 23:25:50.113 INFO O| Aug 10 23:25:50.113 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-08-10T23:25:51.276Z[ recovery-image] Aug 10 23:25:50.123 INFO O| Aug 10 23:25:50.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
66992024-08-10T23:25:51.278Z[ recovery-image] Aug 10 23:25:50.123 INFO O| Aug 10 23:25:50.123 INFO STEP 945 (remove_files) COMPLETE
67002024-08-10T23:25:51.278Z[ recovery-image] Aug 10 23:25:50.123 INFO O| Aug 10 23:25:50.123 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-08-10T23:25:51.286Z[ recovery-image] Aug 10 23:25:50.132 INFO O| Aug 10 23:25:50.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67022024-08-10T23:25:51.288Z[ recovery-image] Aug 10 23:25:50.132 INFO O| Aug 10 23:25:50.132 INFO STEP 946 (remove_files) COMPLETE
67032024-08-10T23:25:51.288Z[ recovery-image] Aug 10 23:25:50.132 INFO O| Aug 10 23:25:50.132 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-08-10T23:25:51.295Z[ recovery-image] Aug 10 23:25:50.142 INFO O| Aug 10 23:25:50.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67052024-08-10T23:25:51.295Z[ recovery-image] Aug 10 23:25:50.142 INFO O| Aug 10 23:25:50.142 INFO STEP 947 (remove_files) COMPLETE
67062024-08-10T23:25:51.298Z[ recovery-image] Aug 10 23:25:50.142 INFO O| Aug 10 23:25:50.142 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-08-10T23:25:51.306Z[ recovery-image] Aug 10 23:25:50.153 INFO O| Aug 10 23:25:50.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67082024-08-10T23:25:51.306Z[ recovery-image] Aug 10 23:25:50.153 INFO O| Aug 10 23:25:50.153 INFO STEP 948 (remove_files) COMPLETE
67092024-08-10T23:25:51.306Z[ recovery-image] Aug 10 23:25:50.153 INFO O| Aug 10 23:25:50.153 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-08-10T23:25:51.316Z[ recovery-image] Aug 10 23:25:50.163 INFO O| Aug 10 23:25:50.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67112024-08-10T23:25:51.316Z[ recovery-image] Aug 10 23:25:50.163 INFO O| Aug 10 23:25:50.163 INFO STEP 949 (remove_files) COMPLETE
67122024-08-10T23:25:51.316Z[ recovery-image] Aug 10 23:25:50.163 INFO O| Aug 10 23:25:50.163 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-08-10T23:25:51.326Z[ recovery-image] Aug 10 23:25:50.172 INFO O| Aug 10 23:25:50.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67142024-08-10T23:25:51.326Z[ recovery-image] Aug 10 23:25:50.172 INFO O| Aug 10 23:25:50.172 INFO STEP 950 (remove_files) COMPLETE
67152024-08-10T23:25:51.328Z[ recovery-image] Aug 10 23:25:50.172 INFO O| Aug 10 23:25:50.172 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-08-10T23:25:51.335Z[ recovery-image] Aug 10 23:25:50.182 INFO O| Aug 10 23:25:50.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67172024-08-10T23:25:51.338Z[ recovery-image] Aug 10 23:25:50.182 INFO O| Aug 10 23:25:50.182 INFO STEP 951 (remove_files) COMPLETE
67182024-08-10T23:25:51.338Z[ recovery-image] Aug 10 23:25:50.182 INFO O| Aug 10 23:25:50.182 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-08-10T23:25:51.345Z[ recovery-image] Aug 10 23:25:50.191 INFO O| Aug 10 23:25:50.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67202024-08-10T23:25:51.345Z[ recovery-image] Aug 10 23:25:50.191 INFO O| Aug 10 23:25:50.191 INFO STEP 952 (remove_files) COMPLETE
67212024-08-10T23:25:51.347Z[ recovery-image] Aug 10 23:25:50.191 INFO O| Aug 10 23:25:50.191 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-08-10T23:25:51.354Z[ recovery-image] Aug 10 23:25:50.201 INFO O| Aug 10 23:25:50.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67232024-08-10T23:25:51.356Z[ recovery-image] Aug 10 23:25:50.201 INFO O| Aug 10 23:25:50.201 INFO STEP 953 (remove_files) COMPLETE
67242024-08-10T23:25:51.356Z[ recovery-image] Aug 10 23:25:50.201 INFO O| Aug 10 23:25:50.201 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-08-10T23:25:51.364Z[ recovery-image] Aug 10 23:25:50.211 INFO O| Aug 10 23:25:50.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67262024-08-10T23:25:51.367Z[ recovery-image] Aug 10 23:25:50.211 INFO O| Aug 10 23:25:50.211 INFO STEP 954 (remove_files) COMPLETE
67272024-08-10T23:25:51.367Z[ recovery-image] Aug 10 23:25:50.211 INFO O| Aug 10 23:25:50.211 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-08-10T23:25:51.374Z[ recovery-image] Aug 10 23:25:50.220 INFO O| Aug 10 23:25:50.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67292024-08-10T23:25:51.374Z[ recovery-image] Aug 10 23:25:50.221 INFO O| Aug 10 23:25:50.220 INFO STEP 955 (remove_files) COMPLETE
67302024-08-10T23:25:51.376Z[ recovery-image] Aug 10 23:25:50.221 INFO O| Aug 10 23:25:50.221 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-08-10T23:25:51.383Z[ recovery-image] Aug 10 23:25:50.230 INFO O| Aug 10 23:25:50.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67322024-08-10T23:25:51.383Z[ recovery-image] Aug 10 23:25:50.230 INFO O| Aug 10 23:25:50.230 INFO STEP 956 (remove_files) COMPLETE
67332024-08-10T23:25:51.386Z[ recovery-image] Aug 10 23:25:50.230 INFO O| Aug 10 23:25:50.230 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-08-10T23:25:51.393Z[ recovery-image] Aug 10 23:25:50.240 INFO O| Aug 10 23:25:50.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67352024-08-10T23:25:51.396Z[ recovery-image] Aug 10 23:25:50.240 INFO O| Aug 10 23:25:50.240 INFO STEP 957 (remove_files) COMPLETE
67362024-08-10T23:25:51.396Z[ recovery-image] Aug 10 23:25:50.240 INFO O| Aug 10 23:25:50.240 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-08-10T23:25:51.403Z[ recovery-image] Aug 10 23:25:50.249 INFO O| Aug 10 23:25:50.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67382024-08-10T23:25:51.403Z[ recovery-image] Aug 10 23:25:50.249 INFO O| Aug 10 23:25:50.249 INFO STEP 958 (remove_files) COMPLETE
67392024-08-10T23:25:51.405Z[ recovery-image] Aug 10 23:25:50.249 INFO O| Aug 10 23:25:50.249 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-08-10T23:25:51.412Z[ recovery-image] Aug 10 23:25:50.259 INFO O| Aug 10 23:25:50.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67412024-08-10T23:25:51.412Z[ recovery-image] Aug 10 23:25:50.259 INFO O| Aug 10 23:25:50.259 INFO STEP 959 (remove_files) COMPLETE
67422024-08-10T23:25:51.415Z[ recovery-image] Aug 10 23:25:50.259 INFO O| Aug 10 23:25:50.259 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-08-10T23:25:51.422Z[ recovery-image] Aug 10 23:25:50.269 INFO O| Aug 10 23:25:50.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67442024-08-10T23:25:51.422Z[ recovery-image] Aug 10 23:25:50.269 INFO O| Aug 10 23:25:50.269 INFO STEP 960 (remove_files) COMPLETE
67452024-08-10T23:25:51.424Z[ recovery-image] Aug 10 23:25:50.269 INFO O| Aug 10 23:25:50.269 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-08-10T23:25:51.432Z[ recovery-image] Aug 10 23:25:50.278 INFO O| Aug 10 23:25:50.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67472024-08-10T23:25:51.432Z[ recovery-image] Aug 10 23:25:50.279 INFO O| Aug 10 23:25:50.279 INFO STEP 961 (remove_files) COMPLETE
67482024-08-10T23:25:51.434Z[ recovery-image] Aug 10 23:25:50.279 INFO O| Aug 10 23:25:50.279 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-08-10T23:25:51.441Z[ recovery-image] Aug 10 23:25:50.288 INFO O| Aug 10 23:25:50.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67502024-08-10T23:25:51.444Z[ recovery-image] Aug 10 23:25:50.288 INFO O| Aug 10 23:25:50.288 INFO STEP 962 (remove_files) COMPLETE
67512024-08-10T23:25:51.444Z[ recovery-image] Aug 10 23:25:50.288 INFO O| Aug 10 23:25:50.288 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-08-10T23:25:51.451Z[ recovery-image] Aug 10 23:25:50.298 INFO O| Aug 10 23:25:50.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67532024-08-10T23:25:51.451Z[ recovery-image] Aug 10 23:25:50.298 INFO O| Aug 10 23:25:50.298 INFO STEP 963 (remove_files) COMPLETE
67542024-08-10T23:25:51.451Z[ recovery-image] Aug 10 23:25:50.298 INFO O| Aug 10 23:25:50.298 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-08-10T23:25:51.461Z[ recovery-image] Aug 10 23:25:50.307 INFO O| Aug 10 23:25:50.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67562024-08-10T23:25:51.463Z[ recovery-image] Aug 10 23:25:50.307 INFO O| Aug 10 23:25:50.307 INFO STEP 964 (remove_files) COMPLETE
67572024-08-10T23:25:51.463Z[ recovery-image] Aug 10 23:25:50.307 INFO O| Aug 10 23:25:50.307 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-08-10T23:25:51.470Z[ recovery-image] Aug 10 23:25:50.317 INFO O| Aug 10 23:25:50.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67592024-08-10T23:25:51.473Z[ recovery-image] Aug 10 23:25:50.317 INFO O| Aug 10 23:25:50.317 INFO STEP 965 (remove_files) COMPLETE
67602024-08-10T23:25:51.473Z[ recovery-image] Aug 10 23:25:50.317 INFO O| Aug 10 23:25:50.317 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-08-10T23:25:51.481Z[ recovery-image] Aug 10 23:25:50.327 INFO O| Aug 10 23:25:50.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67622024-08-10T23:25:51.483Z[ recovery-image] Aug 10 23:25:50.328 INFO O| Aug 10 23:25:50.327 INFO STEP 966 (remove_files) COMPLETE
67632024-08-10T23:25:51.483Z[ recovery-image] Aug 10 23:25:50.328 INFO O| Aug 10 23:25:50.328 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-08-10T23:25:51.490Z[ recovery-image] Aug 10 23:25:50.337 INFO O| Aug 10 23:25:50.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67652024-08-10T23:25:51.490Z[ recovery-image] Aug 10 23:25:50.337 INFO O| Aug 10 23:25:50.337 INFO STEP 967 (remove_files) COMPLETE
67662024-08-10T23:25:51.493Z[ recovery-image] Aug 10 23:25:50.337 INFO O| Aug 10 23:25:50.337 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-08-10T23:25:51.500Z[ recovery-image] Aug 10 23:25:50.346 INFO O| Aug 10 23:25:50.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67682024-08-10T23:25:51.500Z[ recovery-image] Aug 10 23:25:50.346 INFO O| Aug 10 23:25:50.346 INFO STEP 968 (remove_files) COMPLETE
67692024-08-10T23:25:51.500Z[ recovery-image] Aug 10 23:25:50.346 INFO O| Aug 10 23:25:50.346 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-08-10T23:25:51.509Z[ recovery-image] Aug 10 23:25:50.356 INFO O| Aug 10 23:25:50.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67712024-08-10T23:25:51.509Z[ recovery-image] Aug 10 23:25:50.356 INFO O| Aug 10 23:25:50.356 INFO STEP 969 (remove_files) COMPLETE
67722024-08-10T23:25:51.509Z[ recovery-image] Aug 10 23:25:50.356 INFO O| Aug 10 23:25:50.356 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-08-10T23:25:51.519Z[ recovery-image] Aug 10 23:25:50.366 INFO O| Aug 10 23:25:50.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67742024-08-10T23:25:51.522Z[ recovery-image] Aug 10 23:25:50.366 INFO O| Aug 10 23:25:50.366 INFO STEP 970 (remove_files) COMPLETE
67752024-08-10T23:25:51.522Z[ recovery-image] Aug 10 23:25:50.366 INFO O| Aug 10 23:25:50.366 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-08-10T23:25:51.529Z[ recovery-image] Aug 10 23:25:50.376 INFO O| Aug 10 23:25:50.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67772024-08-10T23:25:51.532Z[ recovery-image] Aug 10 23:25:50.376 INFO O| Aug 10 23:25:50.376 INFO STEP 971 (remove_files) COMPLETE
67782024-08-10T23:25:51.532Z[ recovery-image] Aug 10 23:25:50.376 INFO O| Aug 10 23:25:50.376 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-08-10T23:25:51.538Z[ recovery-image] Aug 10 23:25:50.385 INFO O| Aug 10 23:25:50.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67802024-08-10T23:25:51.541Z[ recovery-image] Aug 10 23:25:50.385 INFO O| Aug 10 23:25:50.385 INFO STEP 972 (remove_files) COMPLETE
67812024-08-10T23:25:51.541Z[ recovery-image] Aug 10 23:25:50.385 INFO O| Aug 10 23:25:50.385 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-08-10T23:25:51.548Z[ recovery-image] Aug 10 23:25:50.395 INFO O| Aug 10 23:25:50.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67832024-08-10T23:25:51.551Z[ recovery-image] Aug 10 23:25:50.395 INFO O| Aug 10 23:25:50.395 INFO STEP 973 (remove_files) COMPLETE
67842024-08-10T23:25:51.551Z[ recovery-image] Aug 10 23:25:50.395 INFO O| Aug 10 23:25:50.395 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-08-10T23:25:51.558Z[ recovery-image] Aug 10 23:25:50.405 INFO O| Aug 10 23:25:50.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67862024-08-10T23:25:51.561Z[ recovery-image] Aug 10 23:25:50.405 INFO O| Aug 10 23:25:50.405 INFO STEP 974 (remove_files) COMPLETE
67872024-08-10T23:25:51.561Z[ recovery-image] Aug 10 23:25:50.405 INFO O| Aug 10 23:25:50.405 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-08-10T23:25:51.568Z[ recovery-image] Aug 10 23:25:50.415 INFO O| Aug 10 23:25:50.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67892024-08-10T23:25:51.568Z[ recovery-image] Aug 10 23:25:50.415 INFO O| Aug 10 23:25:50.415 INFO STEP 975 (remove_files) COMPLETE
67902024-08-10T23:25:51.571Z[ recovery-image] Aug 10 23:25:50.415 INFO O| Aug 10 23:25:50.415 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-08-10T23:25:51.578Z[ recovery-image] Aug 10 23:25:50.425 INFO O| Aug 10 23:25:50.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67922024-08-10T23:25:51.582Z[ recovery-image] Aug 10 23:25:50.425 INFO O| Aug 10 23:25:50.425 INFO STEP 976 (remove_files) COMPLETE
67932024-08-10T23:25:51.582Z[ recovery-image] Aug 10 23:25:50.425 INFO O| Aug 10 23:25:50.425 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-08-10T23:25:51.588Z[ recovery-image] Aug 10 23:25:50.434 INFO O| Aug 10 23:25:50.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67952024-08-10T23:25:51.590Z[ recovery-image] Aug 10 23:25:50.434 INFO O| Aug 10 23:25:50.434 INFO STEP 977 (remove_files) COMPLETE
67962024-08-10T23:25:51.590Z[ recovery-image] Aug 10 23:25:50.434 INFO O| Aug 10 23:25:50.434 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-08-10T23:25:51.597Z[ recovery-image] Aug 10 23:25:50.444 INFO O| Aug 10 23:25:50.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
67982024-08-10T23:25:51.600Z[ recovery-image] Aug 10 23:25:50.444 INFO O| Aug 10 23:25:50.444 INFO STEP 978 (remove_files) COMPLETE
67992024-08-10T23:25:51.600Z[ recovery-image] Aug 10 23:25:50.444 INFO O| Aug 10 23:25:50.444 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-08-10T23:25:51.607Z[ recovery-image] Aug 10 23:25:50.454 INFO O| Aug 10 23:25:50.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68012024-08-10T23:25:51.610Z[ recovery-image] Aug 10 23:25:50.454 INFO O| Aug 10 23:25:50.454 INFO STEP 979 (remove_files) COMPLETE
68022024-08-10T23:25:51.610Z[ recovery-image] Aug 10 23:25:50.454 INFO O| Aug 10 23:25:50.454 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-08-10T23:25:51.617Z[ recovery-image] Aug 10 23:25:50.464 INFO O| Aug 10 23:25:50.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68042024-08-10T23:25:51.617Z[ recovery-image] Aug 10 23:25:50.464 INFO O| Aug 10 23:25:50.464 INFO STEP 980 (remove_files) COMPLETE
68052024-08-10T23:25:51.620Z[ recovery-image] Aug 10 23:25:50.464 INFO O| Aug 10 23:25:50.464 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-08-10T23:25:51.627Z[ recovery-image] Aug 10 23:25:50.474 INFO O| Aug 10 23:25:50.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68072024-08-10T23:25:51.627Z[ recovery-image] Aug 10 23:25:50.474 INFO O| Aug 10 23:25:50.474 INFO STEP 981 (remove_files) COMPLETE
68082024-08-10T23:25:51.630Z[ recovery-image] Aug 10 23:25:50.474 INFO O| Aug 10 23:25:50.474 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-08-10T23:25:51.637Z[ recovery-image] Aug 10 23:25:50.483 INFO O| Aug 10 23:25:50.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68102024-08-10T23:25:51.639Z[ recovery-image] Aug 10 23:25:50.483 INFO O| Aug 10 23:25:50.483 INFO STEP 982 (remove_files) COMPLETE
68112024-08-10T23:25:51.639Z[ recovery-image] Aug 10 23:25:50.484 INFO O| Aug 10 23:25:50.483 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-08-10T23:25:51.646Z[ recovery-image] Aug 10 23:25:50.493 INFO O| Aug 10 23:25:50.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68132024-08-10T23:25:51.646Z[ recovery-image] Aug 10 23:25:50.493 INFO O| Aug 10 23:25:50.493 INFO STEP 983 (remove_files) COMPLETE
68142024-08-10T23:25:51.649Z[ recovery-image] Aug 10 23:25:50.493 INFO O| Aug 10 23:25:50.493 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-08-10T23:25:51.656Z[ recovery-image] Aug 10 23:25:50.502 INFO O| Aug 10 23:25:50.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68162024-08-10T23:25:51.656Z[ recovery-image] Aug 10 23:25:50.502 INFO O| Aug 10 23:25:50.502 INFO STEP 984 (remove_files) COMPLETE
68172024-08-10T23:25:51.658Z[ recovery-image] Aug 10 23:25:50.502 INFO O| Aug 10 23:25:50.502 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-08-10T23:25:51.665Z[ recovery-image] Aug 10 23:25:50.512 INFO O| Aug 10 23:25:50.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68192024-08-10T23:25:51.665Z[ recovery-image] Aug 10 23:25:50.512 INFO O| Aug 10 23:25:50.512 INFO STEP 985 (remove_files) COMPLETE
68202024-08-10T23:25:51.668Z[ recovery-image] Aug 10 23:25:50.512 INFO O| Aug 10 23:25:50.512 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-08-10T23:25:51.675Z[ recovery-image] Aug 10 23:25:50.521 INFO O| Aug 10 23:25:50.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68222024-08-10T23:25:51.675Z[ recovery-image] Aug 10 23:25:50.521 INFO O| Aug 10 23:25:50.521 INFO STEP 986 (remove_files) COMPLETE
68232024-08-10T23:25:51.677Z[ recovery-image] Aug 10 23:25:50.521 INFO O| Aug 10 23:25:50.521 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-08-10T23:25:51.684Z[ recovery-image] Aug 10 23:25:50.531 INFO O| Aug 10 23:25:50.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68252024-08-10T23:25:51.684Z[ recovery-image] Aug 10 23:25:50.531 INFO O| Aug 10 23:25:50.531 INFO STEP 987 (remove_files) COMPLETE
68262024-08-10T23:25:51.684Z[ recovery-image] Aug 10 23:25:50.531 INFO O| Aug 10 23:25:50.531 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-08-10T23:25:51.694Z[ recovery-image] Aug 10 23:25:50.541 INFO O| Aug 10 23:25:50.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68282024-08-10T23:25:51.694Z[ recovery-image] Aug 10 23:25:50.541 INFO O| Aug 10 23:25:50.541 INFO STEP 988 (remove_files) COMPLETE
68292024-08-10T23:25:51.694Z[ recovery-image] Aug 10 23:25:50.541 INFO O| Aug 10 23:25:50.541 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-08-10T23:25:51.703Z[ recovery-image] Aug 10 23:25:50.550 INFO O| Aug 10 23:25:50.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68312024-08-10T23:25:51.703Z[ recovery-image] Aug 10 23:25:50.550 INFO O| Aug 10 23:25:50.550 INFO STEP 989 (remove_files) COMPLETE
68322024-08-10T23:25:51.706Z[ recovery-image] Aug 10 23:25:50.550 INFO O| Aug 10 23:25:50.550 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-10T23:25:51.713Z[ recovery-image] Aug 10 23:25:50.560 INFO O| Aug 10 23:25:50.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68342024-08-10T23:25:51.713Z[ recovery-image] Aug 10 23:25:50.560 INFO O| Aug 10 23:25:50.560 INFO STEP 990 (remove_files) COMPLETE
68352024-08-10T23:25:51.715Z[ recovery-image] Aug 10 23:25:50.560 INFO O| Aug 10 23:25:50.560 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-10T23:25:51.722Z[ recovery-image] Aug 10 23:25:50.569 INFO O| Aug 10 23:25:50.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68372024-08-10T23:25:51.725Z[ recovery-image] Aug 10 23:25:50.569 INFO O| Aug 10 23:25:50.569 INFO STEP 991 (remove_files) COMPLETE
68382024-08-10T23:25:51.725Z[ recovery-image] Aug 10 23:25:50.569 INFO O| Aug 10 23:25:50.569 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-08-10T23:25:51.732Z[ recovery-image] Aug 10 23:25:50.578 INFO O| Aug 10 23:25:50.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68402024-08-10T23:25:51.732Z[ recovery-image] Aug 10 23:25:50.579 INFO O| Aug 10 23:25:50.579 INFO STEP 992 (remove_files) COMPLETE
68412024-08-10T23:25:51.732Z[ recovery-image] Aug 10 23:25:50.579 INFO O| Aug 10 23:25:50.579 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-10T23:25:51.741Z[ recovery-image] Aug 10 23:25:50.588 INFO O| Aug 10 23:25:50.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68432024-08-10T23:25:51.741Z[ recovery-image] Aug 10 23:25:50.588 INFO O| Aug 10 23:25:50.588 INFO STEP 993 (remove_files) COMPLETE
68442024-08-10T23:25:51.741Z[ recovery-image] Aug 10 23:25:50.588 INFO O| Aug 10 23:25:50.588 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-10T23:25:51.751Z[ recovery-image] Aug 10 23:25:50.597 INFO O| Aug 10 23:25:50.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68462024-08-10T23:25:51.751Z[ recovery-image] Aug 10 23:25:50.597 INFO O| Aug 10 23:25:50.597 INFO STEP 994 (remove_files) COMPLETE
68472024-08-10T23:25:51.753Z[ recovery-image] Aug 10 23:25:50.597 INFO O| Aug 10 23:25:50.597 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-08-10T23:25:51.766Z[ recovery-image] Aug 10 23:25:50.611 INFO O| Aug 10 23:25:50.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68492024-08-10T23:25:51.766Z[ recovery-image] Aug 10 23:25:50.611 INFO O| Aug 10 23:25:50.610 INFO STEP 995 (remove_files) COMPLETE
68502024-08-10T23:25:51.769Z[ recovery-image] Aug 10 23:25:50.611 INFO O| Aug 10 23:25:50.610 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-08-10T23:25:51.792Z[ recovery-image] Aug 10 23:25:50.638 INFO O| Aug 10 23:25:50.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68522024-08-10T23:25:51.792Z[ recovery-image] Aug 10 23:25:50.638 INFO O| Aug 10 23:25:50.638 INFO STEP 996 (remove_files) COMPLETE
68532024-08-10T23:25:51.795Z[ recovery-image] Aug 10 23:25:50.638 INFO O| Aug 10 23:25:50.638 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-08-10T23:25:51.806Z[ recovery-image] Aug 10 23:25:50.653 INFO O| Aug 10 23:25:50.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68552024-08-10T23:25:51.809Z[ recovery-image] Aug 10 23:25:50.653 INFO O| Aug 10 23:25:50.653 INFO STEP 997 (remove_files) COMPLETE
68562024-08-10T23:25:51.809Z[ recovery-image] Aug 10 23:25:50.653 INFO O| Aug 10 23:25:50.653 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-08-10T23:25:51.819Z[ recovery-image] Aug 10 23:25:50.666 INFO O| Aug 10 23:25:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68582024-08-10T23:25:51.819Z[ recovery-image] Aug 10 23:25:50.666 INFO O| Aug 10 23:25:50.666 INFO STEP 998 (remove_files) COMPLETE
68592024-08-10T23:25:51.822Z[ recovery-image] Aug 10 23:25:50.666 INFO O| Aug 10 23:25:50.666 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-08-10T23:25:51.832Z[ recovery-image] Aug 10 23:25:50.679 INFO O| Aug 10 23:25:50.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68612024-08-10T23:25:51.832Z[ recovery-image] Aug 10 23:25:50.679 INFO O| Aug 10 23:25:50.679 INFO STEP 999 (remove_files) COMPLETE
68622024-08-10T23:25:51.832Z[ recovery-image] Aug 10 23:25:50.679 INFO O| Aug 10 23:25:50.679 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-08-10T23:25:51.843Z[ recovery-image] Aug 10 23:25:50.690 INFO O| Aug 10 23:25:50.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68642024-08-10T23:25:51.846Z[ recovery-image] Aug 10 23:25:50.690 INFO O| Aug 10 23:25:50.690 INFO STEP 1000 (remove_files) COMPLETE
68652024-08-10T23:25:51.846Z[ recovery-image] Aug 10 23:25:50.690 INFO O| Aug 10 23:25:50.690 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-10T23:25:51.856Z[ recovery-image] Aug 10 23:25:50.702 INFO O| Aug 10 23:25:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68672024-08-10T23:25:51.858Z[ recovery-image] Aug 10 23:25:50.702 INFO O| Aug 10 23:25:50.702 INFO STEP 1001 (remove_files) COMPLETE
68682024-08-10T23:25:51.858Z[ recovery-image] Aug 10 23:25:50.702 INFO O| Aug 10 23:25:50.702 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-10T23:25:51.868Z[ recovery-image] Aug 10 23:25:50.714 INFO O| Aug 10 23:25:50.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68702024-08-10T23:25:51.868Z[ recovery-image] Aug 10 23:25:50.714 INFO O| Aug 10 23:25:50.714 INFO STEP 1002 (remove_files) COMPLETE
68712024-08-10T23:25:51.870Z[ recovery-image] Aug 10 23:25:50.714 INFO O| Aug 10 23:25:50.714 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-10T23:25:51.879Z[ recovery-image] Aug 10 23:25:50.726 INFO O| Aug 10 23:25:50.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68732024-08-10T23:25:51.879Z[ recovery-image] Aug 10 23:25:50.726 INFO O| Aug 10 23:25:50.726 INFO STEP 1003 (remove_files) COMPLETE
68742024-08-10T23:25:51.882Z[ recovery-image] Aug 10 23:25:50.726 INFO O| Aug 10 23:25:50.726 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-10T23:25:51.889Z[ recovery-image] Aug 10 23:25:50.736 INFO O| Aug 10 23:25:50.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68762024-08-10T23:25:51.890Z[ recovery-image] Aug 10 23:25:50.736 INFO O| Aug 10 23:25:50.736 INFO STEP 1004 (remove_files) COMPLETE
68772024-08-10T23:25:51.890Z[ recovery-image] Aug 10 23:25:50.736 INFO O| Aug 10 23:25:50.736 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-10T23:25:51.901Z[ recovery-image] Aug 10 23:25:50.748 INFO O| Aug 10 23:25:50.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68792024-08-10T23:25:51.901Z[ recovery-image] Aug 10 23:25:50.748 INFO O| Aug 10 23:25:50.748 INFO STEP 1005 (remove_files) COMPLETE
68802024-08-10T23:25:51.904Z[ recovery-image] Aug 10 23:25:50.748 INFO O| Aug 10 23:25:50.748 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-10T23:25:51.912Z[ recovery-image] Aug 10 23:25:50.758 INFO O| Aug 10 23:25:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68822024-08-10T23:25:51.912Z[ recovery-image] Aug 10 23:25:50.758 INFO O| Aug 10 23:25:50.758 INFO STEP 1006 (remove_files) COMPLETE
68832024-08-10T23:25:51.915Z[ recovery-image] Aug 10 23:25:50.758 INFO O| Aug 10 23:25:50.758 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-10T23:25:51.923Z[ recovery-image] Aug 10 23:25:50.770 INFO O| Aug 10 23:25:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68852024-08-10T23:25:51.923Z[ recovery-image] Aug 10 23:25:50.770 INFO O| Aug 10 23:25:50.770 INFO STEP 1007 (remove_files) COMPLETE
68862024-08-10T23:25:51.926Z[ recovery-image] Aug 10 23:25:50.770 INFO O| Aug 10 23:25:50.770 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-10T23:25:51.933Z[ recovery-image] Aug 10 23:25:50.779 INFO O| Aug 10 23:25:50.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68882024-08-10T23:25:51.935Z[ recovery-image] Aug 10 23:25:50.779 INFO O| Aug 10 23:25:50.779 INFO STEP 1008 (remove_files) COMPLETE
68892024-08-10T23:25:51.936Z[ recovery-image] Aug 10 23:25:50.780 INFO O| Aug 10 23:25:50.779 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-10T23:25:51.942Z[ recovery-image] Aug 10 23:25:50.789 INFO O| Aug 10 23:25:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68912024-08-10T23:25:51.943Z[ recovery-image] Aug 10 23:25:50.789 INFO O| Aug 10 23:25:50.789 INFO STEP 1009 (remove_files) COMPLETE
68922024-08-10T23:25:51.943Z[ recovery-image] Aug 10 23:25:50.789 INFO O| Aug 10 23:25:50.789 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-10T23:25:51.952Z[ recovery-image] Aug 10 23:25:50.799 INFO O| Aug 10 23:25:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68942024-08-10T23:25:51.952Z[ recovery-image] Aug 10 23:25:50.799 INFO O| Aug 10 23:25:50.799 INFO STEP 1010 (remove_files) COMPLETE
68952024-08-10T23:25:51.952Z[ recovery-image] Aug 10 23:25:50.799 INFO O| Aug 10 23:25:50.799 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-10T23:25:51.962Z[ recovery-image] Aug 10 23:25:50.809 INFO O| Aug 10 23:25:50.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
68972024-08-10T23:25:51.962Z[ recovery-image] Aug 10 23:25:50.809 INFO O| Aug 10 23:25:50.809 INFO STEP 1011 (remove_files) COMPLETE
68982024-08-10T23:25:51.962Z[ recovery-image] Aug 10 23:25:50.809 INFO O| Aug 10 23:25:50.809 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-10T23:25:51.972Z[ recovery-image] Aug 10 23:25:50.818 INFO O| Aug 10 23:25:50.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69002024-08-10T23:25:51.972Z[ recovery-image] Aug 10 23:25:50.818 INFO O| Aug 10 23:25:50.818 INFO STEP 1012 (remove_files) COMPLETE
69012024-08-10T23:25:51.975Z[ recovery-image] Aug 10 23:25:50.818 INFO O| Aug 10 23:25:50.818 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-10T23:25:51.983Z[ recovery-image] Aug 10 23:25:50.828 INFO O| Aug 10 23:25:50.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69032024-08-10T23:25:51.983Z[ recovery-image] Aug 10 23:25:50.828 INFO O| Aug 10 23:25:50.828 INFO STEP 1013 (remove_files) COMPLETE
69042024-08-10T23:25:51.985Z[ recovery-image] Aug 10 23:25:50.828 INFO O| Aug 10 23:25:50.828 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-10T23:25:51.991Z[ recovery-image] Aug 10 23:25:50.838 INFO O| Aug 10 23:25:50.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69062024-08-10T23:25:51.994Z[ recovery-image] Aug 10 23:25:50.838 INFO O| Aug 10 23:25:50.838 INFO STEP 1014 (remove_files) COMPLETE
69072024-08-10T23:25:51.994Z[ recovery-image] Aug 10 23:25:50.838 INFO O| Aug 10 23:25:50.838 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-10T23:25:52.001Z[ recovery-image] Aug 10 23:25:50.848 INFO O| Aug 10 23:25:50.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69092024-08-10T23:25:52.004Z[ recovery-image] Aug 10 23:25:50.848 INFO O| Aug 10 23:25:50.848 INFO STEP 1015 (remove_files) COMPLETE
69102024-08-10T23:25:52.004Z[ recovery-image] Aug 10 23:25:50.848 INFO O| Aug 10 23:25:50.848 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-10T23:25:52.010Z[ recovery-image] Aug 10 23:25:50.857 INFO O| Aug 10 23:25:50.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69122024-08-10T23:25:52.013Z[ recovery-image] Aug 10 23:25:50.857 INFO O| Aug 10 23:25:50.857 INFO STEP 1016 (remove_files) COMPLETE
69132024-08-10T23:25:52.013Z[ recovery-image] Aug 10 23:25:50.857 INFO O| Aug 10 23:25:50.857 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-10T23:25:52.020Z[ recovery-image] Aug 10 23:25:50.867 INFO O| Aug 10 23:25:50.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69152024-08-10T23:25:52.020Z[ recovery-image] Aug 10 23:25:50.867 INFO O| Aug 10 23:25:50.867 INFO STEP 1017 (remove_files) COMPLETE
69162024-08-10T23:25:52.023Z[ recovery-image] Aug 10 23:25:50.867 INFO O| Aug 10 23:25:50.867 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-10T23:25:52.030Z[ recovery-image] Aug 10 23:25:50.876 INFO O| Aug 10 23:25:50.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69182024-08-10T23:25:52.032Z[ recovery-image] Aug 10 23:25:50.876 INFO O| Aug 10 23:25:50.876 INFO STEP 1018 (remove_files) COMPLETE
69192024-08-10T23:25:52.032Z[ recovery-image] Aug 10 23:25:50.876 INFO O| Aug 10 23:25:50.876 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-10T23:25:52.039Z[ recovery-image] Aug 10 23:25:50.886 INFO O| Aug 10 23:25:50.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69212024-08-10T23:25:52.039Z[ recovery-image] Aug 10 23:25:50.886 INFO O| Aug 10 23:25:50.886 INFO STEP 1019 (remove_files) COMPLETE
69222024-08-10T23:25:52.042Z[ recovery-image] Aug 10 23:25:50.886 INFO O| Aug 10 23:25:50.886 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-10T23:25:52.049Z[ recovery-image] Aug 10 23:25:50.895 INFO O| Aug 10 23:25:50.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69242024-08-10T23:25:52.052Z[ recovery-image] Aug 10 23:25:50.896 INFO O| Aug 10 23:25:50.896 INFO STEP 1020 (remove_files) COMPLETE
69252024-08-10T23:25:52.052Z[ recovery-image] Aug 10 23:25:50.896 INFO O| Aug 10 23:25:50.896 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-10T23:25:52.058Z[ recovery-image] Aug 10 23:25:50.905 INFO O| Aug 10 23:25:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69272024-08-10T23:25:52.061Z[ recovery-image] Aug 10 23:25:50.905 INFO O| Aug 10 23:25:50.905 INFO STEP 1021 (remove_files) COMPLETE
69282024-08-10T23:25:52.061Z[ recovery-image] Aug 10 23:25:50.905 INFO O| Aug 10 23:25:50.905 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-10T23:25:52.068Z[ recovery-image] Aug 10 23:25:50.915 INFO O| Aug 10 23:25:50.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69302024-08-10T23:25:52.071Z[ recovery-image] Aug 10 23:25:50.915 INFO O| Aug 10 23:25:50.915 INFO STEP 1022 (remove_files) COMPLETE
69312024-08-10T23:25:52.071Z[ recovery-image] Aug 10 23:25:50.915 INFO O| Aug 10 23:25:50.915 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-10T23:25:52.077Z[ recovery-image] Aug 10 23:25:50.924 INFO O| Aug 10 23:25:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69332024-08-10T23:25:52.077Z[ recovery-image] Aug 10 23:25:50.924 INFO O| Aug 10 23:25:50.924 INFO STEP 1023 (remove_files) COMPLETE
69342024-08-10T23:25:52.080Z[ recovery-image] Aug 10 23:25:50.924 INFO O| Aug 10 23:25:50.924 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-10T23:25:52.087Z[ recovery-image] Aug 10 23:25:50.933 INFO O| Aug 10 23:25:50.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69362024-08-10T23:25:52.087Z[ recovery-image] Aug 10 23:25:50.934 INFO O| Aug 10 23:25:50.934 INFO STEP 1024 (remove_files) COMPLETE
69372024-08-10T23:25:52.089Z[ recovery-image] Aug 10 23:25:50.934 INFO O| Aug 10 23:25:50.934 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-10T23:25:52.097Z[ recovery-image] Aug 10 23:25:50.943 INFO O| Aug 10 23:25:50.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69392024-08-10T23:25:52.099Z[ recovery-image] Aug 10 23:25:50.944 INFO O| Aug 10 23:25:50.943 INFO STEP 1025 (remove_files) COMPLETE
69402024-08-10T23:25:52.099Z[ recovery-image] Aug 10 23:25:50.944 INFO O| Aug 10 23:25:50.943 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-10T23:25:52.229Z[ recovery-image] Aug 10 23:25:50.953 INFO O| Aug 10 23:25:50.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69422024-08-10T23:25:52.229Z[ recovery-image] Aug 10 23:25:50.953 INFO O| Aug 10 23:25:50.953 INFO STEP 1026 (remove_files) COMPLETE
69432024-08-10T23:25:52.229Z[ recovery-image] Aug 10 23:25:50.953 INFO O| Aug 10 23:25:50.953 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.962 INFO O| Aug 10 23:25:50.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69452024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.963 INFO O| Aug 10 23:25:50.963 INFO STEP 1027 (remove_files) COMPLETE
69462024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.963 INFO O| Aug 10 23:25:50.963 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.972 INFO O| Aug 10 23:25:50.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69482024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.972 INFO O| Aug 10 23:25:50.972 INFO STEP 1028 (remove_files) COMPLETE
69492024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.972 INFO O| Aug 10 23:25:50.972 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.981 INFO O| Aug 10 23:25:50.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69512024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.981 INFO O| Aug 10 23:25:50.981 INFO STEP 1029 (remove_files) COMPLETE
69522024-08-10T23:25:52.232Z[ recovery-image] Aug 10 23:25:50.981 INFO O| Aug 10 23:25:50.981 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:50.991 INFO O| Aug 10 23:25:50.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69542024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:50.991 INFO O| Aug 10 23:25:50.991 INFO STEP 1030 (remove_files) COMPLETE
69552024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:50.991 INFO O| Aug 10 23:25:50.991 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.000 INFO O| Aug 10 23:25:51.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69572024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.000 INFO O| Aug 10 23:25:51.000 INFO STEP 1031 (remove_files) COMPLETE
69582024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.001 INFO O| Aug 10 23:25:51.000 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.011 INFO O| Aug 10 23:25:51.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69602024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.011 INFO O| Aug 10 23:25:51.011 INFO STEP 1032 (remove_files) COMPLETE
69612024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.011 INFO O| Aug 10 23:25:51.011 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.021 INFO O| Aug 10 23:25:51.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69632024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.021 INFO O| Aug 10 23:25:51.021 INFO STEP 1033 (remove_files) COMPLETE
69642024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.021 INFO O| Aug 10 23:25:51.021 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.030 INFO O| Aug 10 23:25:51.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69662024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.031 INFO O| Aug 10 23:25:51.030 INFO STEP 1034 (remove_files) COMPLETE
69672024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.031 INFO O| Aug 10 23:25:51.031 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.040 INFO O| Aug 10 23:25:51.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69692024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.040 INFO O| Aug 10 23:25:51.040 INFO STEP 1035 (remove_files) COMPLETE
69702024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.040 INFO O| Aug 10 23:25:51.040 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.050 INFO O| Aug 10 23:25:51.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69722024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.050 INFO O| Aug 10 23:25:51.050 INFO STEP 1036 (remove_files) COMPLETE
69732024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.050 INFO O| Aug 10 23:25:51.050 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.060 INFO O| Aug 10 23:25:51.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69752024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.060 INFO O| Aug 10 23:25:51.060 INFO STEP 1037 (remove_files) COMPLETE
69762024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.060 INFO O| Aug 10 23:25:51.060 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.071 INFO O| Aug 10 23:25:51.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69782024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.071 INFO O| Aug 10 23:25:51.071 INFO STEP 1038 (remove_files) COMPLETE
69792024-08-10T23:25:52.233Z[ recovery-image] Aug 10 23:25:51.071 INFO O| Aug 10 23:25:51.071 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-10T23:25:52.236Z[ recovery-image] Aug 10 23:25:51.082 INFO O| Aug 10 23:25:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69812024-08-10T23:25:52.236Z[ recovery-image] Aug 10 23:25:51.082 INFO O| Aug 10 23:25:51.082 INFO STEP 1039 (remove_files) COMPLETE
69822024-08-10T23:25:52.236Z[ recovery-image] Aug 10 23:25:51.082 INFO O| Aug 10 23:25:51.082 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-10T23:25:52.246Z[ recovery-image] Aug 10 23:25:51.092 INFO O| Aug 10 23:25:51.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69842024-08-10T23:25:52.246Z[ recovery-image] Aug 10 23:25:51.092 INFO O| Aug 10 23:25:51.092 INFO STEP 1040 (remove_files) COMPLETE
69852024-08-10T23:25:52.246Z[ recovery-image] Aug 10 23:25:51.092 INFO O| Aug 10 23:25:51.092 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-10T23:25:52.257Z[ recovery-image] Aug 10 23:25:51.103 INFO O| Aug 10 23:25:51.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69872024-08-10T23:25:52.259Z[ recovery-image] Aug 10 23:25:51.103 INFO O| Aug 10 23:25:51.103 INFO STEP 1041 (remove_files) COMPLETE
69882024-08-10T23:25:52.259Z[ recovery-image] Aug 10 23:25:51.103 INFO O| Aug 10 23:25:51.103 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-10T23:25:52.267Z[ recovery-image] Aug 10 23:25:51.113 INFO O| Aug 10 23:25:51.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69902024-08-10T23:25:52.267Z[ recovery-image] Aug 10 23:25:51.113 INFO O| Aug 10 23:25:51.113 INFO STEP 1042 (remove_files) COMPLETE
69912024-08-10T23:25:52.267Z[ recovery-image] Aug 10 23:25:51.113 INFO O| Aug 10 23:25:51.113 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-10T23:25:52.277Z[ recovery-image] Aug 10 23:25:51.123 INFO O| Aug 10 23:25:51.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69932024-08-10T23:25:52.277Z[ recovery-image] Aug 10 23:25:51.123 INFO O| Aug 10 23:25:51.123 INFO STEP 1043 (remove_files) COMPLETE
69942024-08-10T23:25:52.277Z[ recovery-image] Aug 10 23:25:51.123 INFO O| Aug 10 23:25:51.123 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-10T23:25:52.287Z[ recovery-image] Aug 10 23:25:51.133 INFO O| Aug 10 23:25:51.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
69962024-08-10T23:25:52.287Z[ recovery-image] Aug 10 23:25:51.133 INFO O| Aug 10 23:25:51.133 INFO STEP 1044 (remove_files) COMPLETE
69972024-08-10T23:25:52.287Z[ recovery-image] Aug 10 23:25:51.133 INFO O| Aug 10 23:25:51.133 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-10T23:25:52.297Z[ recovery-image] Aug 10 23:25:51.143 INFO O| Aug 10 23:25:51.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
69992024-08-10T23:25:52.297Z[ recovery-image] Aug 10 23:25:51.143 INFO O| Aug 10 23:25:51.143 INFO STEP 1045 (remove_files) COMPLETE
70002024-08-10T23:25:52.297Z[ recovery-image] Aug 10 23:25:51.143 INFO O| Aug 10 23:25:51.143 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-10T23:25:52.306Z[ recovery-image] Aug 10 23:25:51.153 INFO O| Aug 10 23:25:51.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70022024-08-10T23:25:52.306Z[ recovery-image] Aug 10 23:25:51.153 INFO O| Aug 10 23:25:51.153 INFO STEP 1046 (remove_files) COMPLETE
70032024-08-10T23:25:52.309Z[ recovery-image] Aug 10 23:25:51.153 INFO O| Aug 10 23:25:51.153 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-10T23:25:52.315Z[ recovery-image] Aug 10 23:25:51.162 INFO O| Aug 10 23:25:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70052024-08-10T23:25:52.318Z[ recovery-image] Aug 10 23:25:51.162 INFO O| Aug 10 23:25:51.162 INFO STEP 1047 (remove_files) COMPLETE
70062024-08-10T23:25:52.318Z[ recovery-image] Aug 10 23:25:51.162 INFO O| Aug 10 23:25:51.162 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-10T23:25:52.325Z[ recovery-image] Aug 10 23:25:51.172 INFO O| Aug 10 23:25:51.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70082024-08-10T23:25:52.328Z[ recovery-image] Aug 10 23:25:51.172 INFO O| Aug 10 23:25:51.172 INFO STEP 1048 (remove_files) COMPLETE
70092024-08-10T23:25:52.328Z[ recovery-image] Aug 10 23:25:51.172 INFO O| Aug 10 23:25:51.172 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-10T23:25:52.335Z[ recovery-image] Aug 10 23:25:51.181 INFO O| Aug 10 23:25:51.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70112024-08-10T23:25:52.337Z[ recovery-image] Aug 10 23:25:51.181 INFO O| Aug 10 23:25:51.181 INFO STEP 1049 (remove_files) COMPLETE
70122024-08-10T23:25:52.337Z[ recovery-image] Aug 10 23:25:51.181 INFO O| Aug 10 23:25:51.181 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-10T23:25:52.344Z[ recovery-image] Aug 10 23:25:51.191 INFO O| Aug 10 23:25:51.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70142024-08-10T23:25:52.344Z[ recovery-image] Aug 10 23:25:51.191 INFO O| Aug 10 23:25:51.191 INFO STEP 1050 (remove_files) COMPLETE
70152024-08-10T23:25:52.347Z[ recovery-image] Aug 10 23:25:51.191 INFO O| Aug 10 23:25:51.191 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-08-10T23:25:52.354Z[ recovery-image] Aug 10 23:25:51.200 INFO O| Aug 10 23:25:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70172024-08-10T23:25:52.354Z[ recovery-image] Aug 10 23:25:51.200 INFO O| Aug 10 23:25:51.200 INFO STEP 1051 (remove_files) COMPLETE
70182024-08-10T23:25:52.354Z[ recovery-image] Aug 10 23:25:51.200 INFO O| Aug 10 23:25:51.200 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-08-10T23:25:52.364Z[ recovery-image] Aug 10 23:25:51.210 INFO O| Aug 10 23:25:51.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70202024-08-10T23:25:52.366Z[ recovery-image] Aug 10 23:25:51.210 INFO O| Aug 10 23:25:51.210 INFO STEP 1052 (remove_files) COMPLETE
70212024-08-10T23:25:52.366Z[ recovery-image] Aug 10 23:25:51.210 INFO O| Aug 10 23:25:51.210 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-08-10T23:25:52.373Z[ recovery-image] Aug 10 23:25:51.219 INFO O| Aug 10 23:25:51.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70232024-08-10T23:25:52.375Z[ recovery-image] Aug 10 23:25:51.220 INFO O| Aug 10 23:25:51.220 INFO STEP 1053 (remove_files) COMPLETE
70242024-08-10T23:25:52.375Z[ recovery-image] Aug 10 23:25:51.220 INFO O| Aug 10 23:25:51.220 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-08-10T23:25:52.382Z[ recovery-image] Aug 10 23:25:51.229 INFO O| Aug 10 23:25:51.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70262024-08-10T23:25:52.383Z[ recovery-image] Aug 10 23:25:51.229 INFO O| Aug 10 23:25:51.229 INFO STEP 1054 (remove_files) COMPLETE
70272024-08-10T23:25:52.385Z[ recovery-image] Aug 10 23:25:51.229 INFO O| Aug 10 23:25:51.229 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-08-10T23:25:52.392Z[ recovery-image] Aug 10 23:25:51.239 INFO O| Aug 10 23:25:51.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70292024-08-10T23:25:52.392Z[ recovery-image] Aug 10 23:25:51.239 INFO O| Aug 10 23:25:51.239 INFO STEP 1055 (remove_files) COMPLETE
70302024-08-10T23:25:52.392Z[ recovery-image] Aug 10 23:25:51.239 INFO O| Aug 10 23:25:51.239 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-08-10T23:25:52.402Z[ recovery-image] Aug 10 23:25:51.248 INFO O| Aug 10 23:25:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70322024-08-10T23:25:52.402Z[ recovery-image] Aug 10 23:25:51.248 INFO O| Aug 10 23:25:51.248 INFO STEP 1056 (remove_files) COMPLETE
70332024-08-10T23:25:52.404Z[ recovery-image] Aug 10 23:25:51.248 INFO O| Aug 10 23:25:51.248 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-08-10T23:25:52.411Z[ recovery-image] Aug 10 23:25:51.258 INFO O| Aug 10 23:25:51.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70352024-08-10T23:25:52.414Z[ recovery-image] Aug 10 23:25:51.258 INFO O| Aug 10 23:25:51.258 INFO STEP 1057 (remove_files) COMPLETE
70362024-08-10T23:25:52.414Z[ recovery-image] Aug 10 23:25:51.258 INFO O| Aug 10 23:25:51.258 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-08-10T23:25:52.417Z[ host-image] Aug 10 23:25:51.264 INFO O| Aug 10 23:25:51.264 INFO O| Done
70382024-08-10T23:25:52.421Z[ recovery-image] Aug 10 23:25:51.268 INFO O| Aug 10 23:25:51.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70392024-08-10T23:25:52.421Z[ recovery-image] Aug 10 23:25:51.268 INFO O| Aug 10 23:25:51.268 INFO STEP 1058 (remove_files) COMPLETE
70402024-08-10T23:25:52.424Z[ recovery-image] Aug 10 23:25:51.268 INFO O| Aug 10 23:25:51.268 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-08-10T23:25:52.431Z[ recovery-image] Aug 10 23:25:51.278 INFO O| Aug 10 23:25:51.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70422024-08-10T23:25:52.431Z[ recovery-image] Aug 10 23:25:51.278 INFO O| Aug 10 23:25:51.278 INFO STEP 1059 (remove_files) COMPLETE
70432024-08-10T23:25:52.431Z[ recovery-image] Aug 10 23:25:51.278 INFO O| Aug 10 23:25:51.278 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-08-10T23:25:52.441Z[ recovery-image] Aug 10 23:25:51.287 INFO O| Aug 10 23:25:51.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70452024-08-10T23:25:52.441Z[ recovery-image] Aug 10 23:25:51.287 INFO O| Aug 10 23:25:51.287 INFO STEP 1060 (remove_files) COMPLETE
70462024-08-10T23:25:52.441Z[ recovery-image] Aug 10 23:25:51.287 INFO O| Aug 10 23:25:51.287 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-08-10T23:25:52.443Z[ host-image] Aug 10 23:25:51.288 INFO O| Aug 10 23:25:51.288 INFO O| Done
70482024-08-10T23:25:52.443Z[ host-image] Aug 10 23:25:51.288 INFO O| Aug 10 23:25:51.288 INFO O| Done
70492024-08-10T23:25:52.450Z[ recovery-image] Aug 10 23:25:51.297 INFO O| Aug 10 23:25:51.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70502024-08-10T23:25:52.450Z[ recovery-image] Aug 10 23:25:51.297 INFO O| Aug 10 23:25:51.297 INFO STEP 1061 (remove_files) COMPLETE
70512024-08-10T23:25:52.453Z[ recovery-image] Aug 10 23:25:51.297 INFO O| Aug 10 23:25:51.297 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-08-10T23:25:52.459Z[ recovery-image] Aug 10 23:25:51.306 INFO O| Aug 10 23:25:51.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70532024-08-10T23:25:52.459Z[ recovery-image] Aug 10 23:25:51.306 INFO O| Aug 10 23:25:51.306 INFO STEP 1062 (remove_files) COMPLETE
70542024-08-10T23:25:52.459Z[ recovery-image] Aug 10 23:25:51.306 INFO O| Aug 10 23:25:51.306 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-08-10T23:25:52.469Z[ recovery-image] Aug 10 23:25:51.315 INFO O| Aug 10 23:25:51.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70562024-08-10T23:25:52.471Z[ recovery-image] Aug 10 23:25:51.315 INFO O| Aug 10 23:25:51.315 INFO STEP 1063 (remove_files) COMPLETE
70572024-08-10T23:25:52.471Z[ recovery-image] Aug 10 23:25:51.316 INFO O| Aug 10 23:25:51.315 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-08-10T23:25:52.478Z[ recovery-image] Aug 10 23:25:51.325 INFO O| Aug 10 23:25:51.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70592024-08-10T23:25:52.478Z[ recovery-image] Aug 10 23:25:51.325 INFO O| Aug 10 23:25:51.325 INFO STEP 1064 (remove_files) COMPLETE
70602024-08-10T23:25:52.478Z[ recovery-image] Aug 10 23:25:51.325 INFO O| Aug 10 23:25:51.325 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-08-10T23:25:52.481Z[ host-image] Aug 10 23:25:51.327 INFO O| Aug 10 23:25:51.327 INFO O| Done
70622024-08-10T23:25:52.488Z[ recovery-image] Aug 10 23:25:51.334 INFO O| Aug 10 23:25:51.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70632024-08-10T23:25:52.488Z[ recovery-image] Aug 10 23:25:51.334 INFO O| Aug 10 23:25:51.334 INFO STEP 1065 (remove_files) COMPLETE
70642024-08-10T23:25:52.488Z[ recovery-image] Aug 10 23:25:51.334 INFO O| Aug 10 23:25:51.334 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-08-10T23:25:52.497Z[ recovery-image] Aug 10 23:25:51.344 INFO O| Aug 10 23:25:51.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70662024-08-10T23:25:52.497Z[ recovery-image] Aug 10 23:25:51.344 INFO O| Aug 10 23:25:51.344 INFO STEP 1066 (remove_files) COMPLETE
70672024-08-10T23:25:52.500Z[ recovery-image] Aug 10 23:25:51.344 INFO O| Aug 10 23:25:51.344 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-08-10T23:25:52.509Z[ recovery-image] Aug 10 23:25:51.356 INFO O| Aug 10 23:25:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70692024-08-10T23:25:52.509Z[ recovery-image] Aug 10 23:25:51.356 INFO O| Aug 10 23:25:51.356 INFO STEP 1067 (remove_files) COMPLETE
70702024-08-10T23:25:52.512Z[ recovery-image] Aug 10 23:25:51.356 INFO O| Aug 10 23:25:51.356 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-08-10T23:25:52.520Z[ recovery-image] Aug 10 23:25:51.366 INFO O| Aug 10 23:25:51.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70722024-08-10T23:25:52.520Z[ recovery-image] Aug 10 23:25:51.367 INFO O| Aug 10 23:25:51.366 INFO STEP 1068 (remove_files) COMPLETE
70732024-08-10T23:25:52.523Z[ recovery-image] Aug 10 23:25:51.367 INFO O| Aug 10 23:25:51.367 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-08-10T23:25:52.530Z[ recovery-image] Aug 10 23:25:51.377 INFO O| Aug 10 23:25:51.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70752024-08-10T23:25:52.533Z[ recovery-image] Aug 10 23:25:51.377 INFO O| Aug 10 23:25:51.377 INFO STEP 1069 (remove_files) COMPLETE
70762024-08-10T23:25:52.533Z[ recovery-image] Aug 10 23:25:51.377 INFO O| Aug 10 23:25:51.377 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-08-10T23:25:52.540Z[ recovery-image] Aug 10 23:25:51.386 INFO O| Aug 10 23:25:51.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70782024-08-10T23:25:52.540Z[ recovery-image] Aug 10 23:25:51.386 INFO O| Aug 10 23:25:51.386 INFO STEP 1070 (remove_files) COMPLETE
70792024-08-10T23:25:52.542Z[ recovery-image] Aug 10 23:25:51.387 INFO O| Aug 10 23:25:51.386 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-08-10T23:25:52.551Z[ recovery-image] Aug 10 23:25:51.397 INFO O| Aug 10 23:25:51.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70812024-08-10T23:25:52.551Z[ recovery-image] Aug 10 23:25:51.398 INFO O| Aug 10 23:25:51.397 INFO STEP 1071 (remove_files) COMPLETE
70822024-08-10T23:25:52.551Z[ recovery-image] Aug 10 23:25:51.398 INFO O| Aug 10 23:25:51.397 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-08-10T23:25:52.561Z[ recovery-image] Aug 10 23:25:51.408 INFO O| Aug 10 23:25:51.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70842024-08-10T23:25:52.561Z[ recovery-image] Aug 10 23:25:51.408 INFO O| Aug 10 23:25:51.408 INFO STEP 1072 (remove_files) COMPLETE
70852024-08-10T23:25:52.564Z[ recovery-image] Aug 10 23:25:51.408 INFO O| Aug 10 23:25:51.408 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-08-10T23:25:52.572Z[ recovery-image] Aug 10 23:25:51.418 INFO O| Aug 10 23:25:51.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70872024-08-10T23:25:52.572Z[ recovery-image] Aug 10 23:25:51.419 INFO O| Aug 10 23:25:51.418 INFO STEP 1073 (remove_files) COMPLETE
70882024-08-10T23:25:52.575Z[ recovery-image] Aug 10 23:25:51.419 INFO O| Aug 10 23:25:51.418 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-08-10T23:25:52.584Z[ recovery-image] Aug 10 23:25:51.429 INFO O| Aug 10 23:25:51.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70902024-08-10T23:25:52.587Z[ recovery-image] Aug 10 23:25:51.429 INFO O| Aug 10 23:25:51.429 INFO STEP 1074 (remove_files) COMPLETE
70912024-08-10T23:25:52.587Z[ recovery-image] Aug 10 23:25:51.429 INFO O| Aug 10 23:25:51.429 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-08-10T23:25:52.587Z[ host-image] Aug 10 23:25:51.430 INFO O| Aug 10 23:25:51.430 INFO STEP 13 (pkg_install) COMPLETE
70932024-08-10T23:25:52.587Z[ host-image] Aug 10 23:25:51.430 INFO O| Aug 10 23:25:51.430 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70942024-08-10T23:25:52.593Z[ recovery-image] Aug 10 23:25:51.439 INFO O| Aug 10 23:25:51.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70952024-08-10T23:25:52.593Z[ recovery-image] Aug 10 23:25:51.439 INFO O| Aug 10 23:25:51.439 INFO STEP 1075 (remove_files) COMPLETE
70962024-08-10T23:25:52.595Z[ recovery-image] Aug 10 23:25:51.439 INFO O| Aug 10 23:25:51.439 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-08-10T23:25:52.595Z[ host-image] Aug 10 23:25:51.440 INFO O| Aug 10 23:25:51.440 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
70982024-08-10T23:25:52.602Z[ recovery-image] Aug 10 23:25:51.449 INFO O| Aug 10 23:25:51.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70992024-08-10T23:25:52.602Z[ recovery-image] Aug 10 23:25:51.449 INFO O| Aug 10 23:25:51.449 INFO STEP 1076 (remove_files) COMPLETE
71002024-08-10T23:25:52.605Z[ recovery-image] Aug 10 23:25:51.449 INFO O| Aug 10 23:25:51.449 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-10T23:25:52.612Z[ recovery-image] Aug 10 23:25:51.458 INFO O| Aug 10 23:25:51.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71022024-08-10T23:25:52.612Z[ recovery-image] Aug 10 23:25:51.458 INFO O| Aug 10 23:25:51.458 INFO STEP 1077 (remove_files) COMPLETE
71032024-08-10T23:25:52.614Z[ recovery-image] Aug 10 23:25:51.458 INFO O| Aug 10 23:25:51.458 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-10T23:25:52.621Z[ recovery-image] Aug 10 23:25:51.468 INFO O| Aug 10 23:25:51.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71052024-08-10T23:25:52.622Z[ recovery-image] Aug 10 23:25:51.468 INFO O| Aug 10 23:25:51.468 INFO STEP 1078 (remove_files) COMPLETE
71062024-08-10T23:25:52.622Z[ recovery-image] Aug 10 23:25:51.468 INFO O| Aug 10 23:25:51.468 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-10T23:25:52.631Z[ recovery-image] Aug 10 23:25:51.478 INFO O| Aug 10 23:25:51.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71082024-08-10T23:25:52.631Z[ recovery-image] Aug 10 23:25:51.478 INFO O| Aug 10 23:25:51.478 INFO STEP 1079 (remove_files) COMPLETE
71092024-08-10T23:25:52.634Z[ recovery-image] Aug 10 23:25:51.478 INFO O| Aug 10 23:25:51.478 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-08-10T23:25:52.641Z[ recovery-image] Aug 10 23:25:51.488 INFO O| Aug 10 23:25:51.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71112024-08-10T23:25:52.641Z[ recovery-image] Aug 10 23:25:51.488 INFO O| Aug 10 23:25:51.488 INFO STEP 1080 (remove_files) COMPLETE
71122024-08-10T23:25:52.641Z[ recovery-image] Aug 10 23:25:51.488 INFO O| Aug 10 23:25:51.488 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-08-10T23:25:52.651Z[ recovery-image] Aug 10 23:25:51.497 INFO O| Aug 10 23:25:51.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71142024-08-10T23:25:52.653Z[ recovery-image] Aug 10 23:25:51.497 INFO O| Aug 10 23:25:51.497 INFO STEP 1081 (remove_files) COMPLETE
71152024-08-10T23:25:52.653Z[ recovery-image] Aug 10 23:25:51.497 INFO O| Aug 10 23:25:51.497 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-08-10T23:25:52.660Z[ recovery-image] Aug 10 23:25:51.507 INFO O| Aug 10 23:25:51.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71172024-08-10T23:25:52.660Z[ recovery-image] Aug 10 23:25:51.507 INFO O| Aug 10 23:25:51.507 INFO STEP 1082 (remove_files) COMPLETE
71182024-08-10T23:25:52.660Z[ recovery-image] Aug 10 23:25:51.507 INFO O| Aug 10 23:25:51.507 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-08-10T23:25:52.670Z[ recovery-image] Aug 10 23:25:51.516 INFO O| Aug 10 23:25:51.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71202024-08-10T23:25:52.670Z[ recovery-image] Aug 10 23:25:51.516 INFO O| Aug 10 23:25:51.516 INFO STEP 1083 (remove_files) COMPLETE
71212024-08-10T23:25:52.672Z[ recovery-image] Aug 10 23:25:51.516 INFO O| Aug 10 23:25:51.516 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-08-10T23:25:52.679Z[ recovery-image] Aug 10 23:25:51.526 INFO O| Aug 10 23:25:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71232024-08-10T23:25:52.679Z[ recovery-image] Aug 10 23:25:51.526 INFO O| Aug 10 23:25:51.526 INFO STEP 1084 (remove_files) COMPLETE
71242024-08-10T23:25:52.679Z[ recovery-image] Aug 10 23:25:51.526 INFO O| Aug 10 23:25:51.526 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-08-10T23:25:52.689Z[ recovery-image] Aug 10 23:25:51.536 INFO O| Aug 10 23:25:51.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71262024-08-10T23:25:52.692Z[ recovery-image] Aug 10 23:25:51.536 INFO O| Aug 10 23:25:51.536 INFO STEP 1085 (remove_files) COMPLETE
71272024-08-10T23:25:52.692Z[ recovery-image] Aug 10 23:25:51.536 INFO O| Aug 10 23:25:51.536 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-08-10T23:25:52.699Z[ recovery-image] Aug 10 23:25:51.545 INFO O| Aug 10 23:25:51.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71292024-08-10T23:25:52.699Z[ recovery-image] Aug 10 23:25:51.545 INFO O| Aug 10 23:25:51.545 INFO STEP 1086 (remove_files) COMPLETE
71302024-08-10T23:25:52.699Z[ recovery-image] Aug 10 23:25:51.545 INFO O| Aug 10 23:25:51.545 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-10T23:25:52.709Z[ recovery-image] Aug 10 23:25:51.555 INFO O| Aug 10 23:25:51.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71322024-08-10T23:25:52.709Z[ recovery-image] Aug 10 23:25:51.555 INFO O| Aug 10 23:25:51.555 INFO STEP 1087 (remove_files) COMPLETE
71332024-08-10T23:25:52.711Z[ recovery-image] Aug 10 23:25:51.555 INFO O| Aug 10 23:25:51.555 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-10T23:25:52.719Z[ recovery-image] Aug 10 23:25:51.565 INFO O| Aug 10 23:25:51.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71352024-08-10T23:25:52.719Z[ recovery-image] Aug 10 23:25:51.565 INFO O| Aug 10 23:25:51.565 INFO STEP 1088 (remove_files) COMPLETE
71362024-08-10T23:25:52.719Z[ recovery-image] Aug 10 23:25:51.565 INFO O| Aug 10 23:25:51.565 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-08-10T23:25:52.728Z[ recovery-image] Aug 10 23:25:51.575 INFO O| Aug 10 23:25:51.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71382024-08-10T23:25:52.728Z[ recovery-image] Aug 10 23:25:51.575 INFO O| Aug 10 23:25:51.575 INFO STEP 1089 (remove_files) COMPLETE
71392024-08-10T23:25:52.728Z[ recovery-image] Aug 10 23:25:51.575 INFO O| Aug 10 23:25:51.575 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-08-10T23:25:52.738Z[ recovery-image] Aug 10 23:25:51.584 INFO O| Aug 10 23:25:51.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71412024-08-10T23:25:52.738Z[ recovery-image] Aug 10 23:25:51.584 INFO O| Aug 10 23:25:51.584 INFO STEP 1090 (remove_files) COMPLETE
71422024-08-10T23:25:52.738Z[ recovery-image] Aug 10 23:25:51.584 INFO O| Aug 10 23:25:51.584 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-08-10T23:25:52.747Z[ recovery-image] Aug 10 23:25:51.594 INFO O| Aug 10 23:25:51.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71442024-08-10T23:25:52.748Z[ recovery-image] Aug 10 23:25:51.594 INFO O| Aug 10 23:25:51.594 INFO STEP 1091 (remove_files) COMPLETE
71452024-08-10T23:25:52.750Z[ recovery-image] Aug 10 23:25:51.594 INFO O| Aug 10 23:25:51.594 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-08-10T23:25:52.757Z[ recovery-image] Aug 10 23:25:51.604 INFO O| Aug 10 23:25:51.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71472024-08-10T23:25:52.757Z[ recovery-image] Aug 10 23:25:51.604 INFO O| Aug 10 23:25:51.604 INFO STEP 1092 (remove_files) COMPLETE
71482024-08-10T23:25:52.757Z[ recovery-image] Aug 10 23:25:51.604 INFO O| Aug 10 23:25:51.604 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-08-10T23:25:52.767Z[ recovery-image] Aug 10 23:25:51.613 INFO O| Aug 10 23:25:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71502024-08-10T23:25:52.769Z[ recovery-image] Aug 10 23:25:51.613 INFO O| Aug 10 23:25:51.613 INFO STEP 1093 (remove_files) COMPLETE
71512024-08-10T23:25:52.769Z[ recovery-image] Aug 10 23:25:51.613 INFO O| Aug 10 23:25:51.613 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-08-10T23:25:52.776Z[ recovery-image] Aug 10 23:25:51.623 INFO O| Aug 10 23:25:51.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71532024-08-10T23:25:52.776Z[ recovery-image] Aug 10 23:25:51.623 INFO O| Aug 10 23:25:51.623 INFO STEP 1094 (remove_files) COMPLETE
71542024-08-10T23:25:52.779Z[ recovery-image] Aug 10 23:25:51.623 INFO O| Aug 10 23:25:51.623 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-08-10T23:25:52.786Z[ recovery-image] Aug 10 23:25:51.633 INFO O| Aug 10 23:25:51.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71562024-08-10T23:25:52.786Z[ recovery-image] Aug 10 23:25:51.633 INFO O| Aug 10 23:25:51.633 INFO STEP 1095 (remove_files) COMPLETE
71572024-08-10T23:25:52.786Z[ recovery-image] Aug 10 23:25:51.633 INFO O| Aug 10 23:25:51.633 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-08-10T23:25:52.796Z[ recovery-image] Aug 10 23:25:51.642 INFO O| Aug 10 23:25:51.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71592024-08-10T23:25:52.796Z[ recovery-image] Aug 10 23:25:51.643 INFO O| Aug 10 23:25:51.643 INFO STEP 1096 (remove_files) COMPLETE
71602024-08-10T23:25:52.796Z[ recovery-image] Aug 10 23:25:51.643 INFO O| Aug 10 23:25:51.643 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-10T23:25:52.805Z[ recovery-image] Aug 10 23:25:51.652 INFO O| Aug 10 23:25:51.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71622024-08-10T23:25:52.806Z[ recovery-image] Aug 10 23:25:51.652 INFO O| Aug 10 23:25:51.652 INFO STEP 1097 (remove_files) COMPLETE
71632024-08-10T23:25:52.815Z[ recovery-image] Aug 10 23:25:51.652 INFO O| Aug 10 23:25:51.652 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-10T23:25:52.815Z[ recovery-image] Aug 10 23:25:51.662 INFO O| Aug 10 23:25:51.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71652024-08-10T23:25:52.815Z[ recovery-image] Aug 10 23:25:51.662 INFO O| Aug 10 23:25:51.662 INFO STEP 1098 (remove_files) COMPLETE
71662024-08-10T23:25:52.815Z[ recovery-image] Aug 10 23:25:51.662 INFO O| Aug 10 23:25:51.662 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-10T23:25:52.825Z[ recovery-image] Aug 10 23:25:51.671 INFO O| Aug 10 23:25:51.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71682024-08-10T23:25:52.825Z[ recovery-image] Aug 10 23:25:51.671 INFO O| Aug 10 23:25:51.671 INFO STEP 1099 (remove_files) COMPLETE
71692024-08-10T23:25:52.828Z[ recovery-image] Aug 10 23:25:51.671 INFO O| Aug 10 23:25:51.671 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-08-10T23:25:52.835Z[ recovery-image] Aug 10 23:25:51.681 INFO O| Aug 10 23:25:51.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71712024-08-10T23:25:52.835Z[ recovery-image] Aug 10 23:25:51.681 INFO O| Aug 10 23:25:51.681 INFO STEP 1100 (remove_files) COMPLETE
71722024-08-10T23:25:52.835Z[ recovery-image] Aug 10 23:25:51.681 INFO O| Aug 10 23:25:51.681 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-08-10T23:25:52.845Z[ recovery-image] Aug 10 23:25:51.691 INFO O| Aug 10 23:25:51.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71742024-08-10T23:25:52.845Z[ recovery-image] Aug 10 23:25:51.691 INFO O| Aug 10 23:25:51.691 INFO STEP 1101 (remove_files) COMPLETE
71752024-08-10T23:25:52.847Z[ recovery-image] Aug 10 23:25:51.691 INFO O| Aug 10 23:25:51.691 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-10T23:25:52.854Z[ recovery-image] Aug 10 23:25:51.701 INFO O| Aug 10 23:25:51.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71772024-08-10T23:25:52.857Z[ recovery-image] Aug 10 23:25:51.701 INFO O| Aug 10 23:25:51.701 INFO STEP 1102 (remove_files) COMPLETE
71782024-08-10T23:25:52.857Z[ recovery-image] Aug 10 23:25:51.701 INFO O| Aug 10 23:25:51.701 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-10T23:25:52.864Z[ recovery-image] Aug 10 23:25:51.710 INFO O| Aug 10 23:25:51.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71802024-08-10T23:25:52.864Z[ recovery-image] Aug 10 23:25:51.710 INFO O| Aug 10 23:25:51.710 INFO STEP 1103 (remove_files) COMPLETE
71812024-08-10T23:25:52.866Z[ recovery-image] Aug 10 23:25:51.710 INFO O| Aug 10 23:25:51.710 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-10T23:25:52.873Z[ recovery-image] Aug 10 23:25:51.720 INFO O| Aug 10 23:25:51.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71832024-08-10T23:25:52.873Z[ recovery-image] Aug 10 23:25:51.720 INFO O| Aug 10 23:25:51.720 INFO STEP 1104 (remove_files) COMPLETE
71842024-08-10T23:25:52.876Z[ recovery-image] Aug 10 23:25:51.720 INFO O| Aug 10 23:25:51.720 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-10T23:25:52.884Z[ recovery-image] Aug 10 23:25:51.730 INFO O| Aug 10 23:25:51.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71862024-08-10T23:25:52.884Z[ recovery-image] Aug 10 23:25:51.730 INFO O| Aug 10 23:25:51.730 INFO STEP 1105 (remove_files) COMPLETE
71872024-08-10T23:25:52.884Z[ recovery-image] Aug 10 23:25:51.730 INFO O| Aug 10 23:25:51.730 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-10T23:25:52.894Z[ recovery-image] Aug 10 23:25:51.740 INFO O| Aug 10 23:25:51.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71892024-08-10T23:25:52.896Z[ recovery-image] Aug 10 23:25:51.740 INFO O| Aug 10 23:25:51.740 INFO STEP 1106 (remove_files) COMPLETE
71902024-08-10T23:25:52.896Z[ recovery-image] Aug 10 23:25:51.740 INFO O| Aug 10 23:25:51.740 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-10T23:25:52.903Z[ recovery-image] Aug 10 23:25:51.750 INFO O| Aug 10 23:25:51.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71922024-08-10T23:25:52.906Z[ recovery-image] Aug 10 23:25:51.750 INFO O| Aug 10 23:25:51.750 INFO STEP 1107 (remove_files) COMPLETE
71932024-08-10T23:25:52.906Z[ recovery-image] Aug 10 23:25:51.750 INFO O| Aug 10 23:25:51.750 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-10T23:25:52.913Z[ recovery-image] Aug 10 23:25:51.760 INFO O| Aug 10 23:25:51.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71952024-08-10T23:25:52.916Z[ recovery-image] Aug 10 23:25:51.760 INFO O| Aug 10 23:25:51.760 INFO STEP 1108 (remove_files) COMPLETE
71962024-08-10T23:25:52.916Z[ recovery-image] Aug 10 23:25:51.760 INFO O| Aug 10 23:25:51.760 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-10T23:25:52.923Z[ recovery-image] Aug 10 23:25:51.769 INFO O| Aug 10 23:25:51.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
71982024-08-10T23:25:52.923Z[ recovery-image] Aug 10 23:25:51.769 INFO O| Aug 10 23:25:51.769 INFO STEP 1109 (remove_files) COMPLETE
71992024-08-10T23:25:52.925Z[ recovery-image] Aug 10 23:25:51.769 INFO O| Aug 10 23:25:51.769 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-10T23:25:52.932Z[ recovery-image] Aug 10 23:25:51.779 INFO O| Aug 10 23:25:51.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72012024-08-10T23:25:52.932Z[ recovery-image] Aug 10 23:25:51.779 INFO O| Aug 10 23:25:51.779 INFO STEP 1110 (remove_files) COMPLETE
72022024-08-10T23:25:52.935Z[ recovery-image] Aug 10 23:25:51.779 INFO O| Aug 10 23:25:51.779 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-10T23:25:52.942Z[ recovery-image] Aug 10 23:25:51.789 INFO O| Aug 10 23:25:51.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72042024-08-10T23:25:52.942Z[ recovery-image] Aug 10 23:25:51.789 INFO O| Aug 10 23:25:51.789 INFO STEP 1111 (remove_files) COMPLETE
72052024-08-10T23:25:52.945Z[ recovery-image] Aug 10 23:25:51.789 INFO O| Aug 10 23:25:51.789 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-10T23:25:52.952Z[ recovery-image] Aug 10 23:25:51.799 INFO O| Aug 10 23:25:51.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72072024-08-10T23:25:52.952Z[ recovery-image] Aug 10 23:25:51.799 INFO O| Aug 10 23:25:51.799 INFO STEP 1112 (remove_files) COMPLETE
72082024-08-10T23:25:52.955Z[ recovery-image] Aug 10 23:25:51.799 INFO O| Aug 10 23:25:51.799 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-10T23:25:52.962Z[ recovery-image] Aug 10 23:25:51.809 INFO O| Aug 10 23:25:51.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72102024-08-10T23:25:52.962Z[ recovery-image] Aug 10 23:25:51.809 INFO O| Aug 10 23:25:51.809 INFO STEP 1113 (remove_files) COMPLETE
72112024-08-10T23:25:52.965Z[ recovery-image] Aug 10 23:25:51.809 INFO O| Aug 10 23:25:51.809 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-10T23:25:52.973Z[ recovery-image] Aug 10 23:25:51.819 INFO O| Aug 10 23:25:51.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72132024-08-10T23:25:52.975Z[ recovery-image] Aug 10 23:25:51.819 INFO O| Aug 10 23:25:51.819 INFO STEP 1114 (remove_files) COMPLETE
72142024-08-10T23:25:52.975Z[ recovery-image] Aug 10 23:25:51.819 INFO O| Aug 10 23:25:51.819 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-10T23:25:52.983Z[ recovery-image] Aug 10 23:25:51.830 INFO O| Aug 10 23:25:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72162024-08-10T23:25:52.983Z[ recovery-image] Aug 10 23:25:51.830 INFO O| Aug 10 23:25:51.830 INFO STEP 1115 (remove_files) COMPLETE
72172024-08-10T23:25:52.986Z[ recovery-image] Aug 10 23:25:51.830 INFO O| Aug 10 23:25:51.830 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-10T23:25:52.993Z[ recovery-image] Aug 10 23:25:51.839 INFO O| Aug 10 23:25:51.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72192024-08-10T23:25:52.995Z[ recovery-image] Aug 10 23:25:51.839 INFO O| Aug 10 23:25:51.839 INFO STEP 1116 (remove_files) COMPLETE
72202024-08-10T23:25:52.995Z[ recovery-image] Aug 10 23:25:51.839 INFO O| Aug 10 23:25:51.839 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-10T23:25:53.004Z[ recovery-image] Aug 10 23:25:51.850 INFO O| Aug 10 23:25:51.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72222024-08-10T23:25:53.004Z[ recovery-image] Aug 10 23:25:51.850 INFO O| Aug 10 23:25:51.850 INFO STEP 1117 (remove_files) COMPLETE
72232024-08-10T23:25:53.004Z[ recovery-image] Aug 10 23:25:51.850 INFO O| Aug 10 23:25:51.850 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-10T23:25:53.014Z[ recovery-image] Aug 10 23:25:51.860 INFO O| Aug 10 23:25:51.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72252024-08-10T23:25:53.014Z[ recovery-image] Aug 10 23:25:51.860 INFO O| Aug 10 23:25:51.860 INFO STEP 1118 (remove_files) COMPLETE
72262024-08-10T23:25:53.016Z[ recovery-image] Aug 10 23:25:51.861 INFO O| Aug 10 23:25:51.860 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-10T23:25:53.019Z[ host-image] Aug 10 23:25:51.864 INFO O| Aug 10 23:25:51.864 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
72282024-08-10T23:25:53.024Z[ recovery-image] Aug 10 23:25:51.870 INFO O| Aug 10 23:25:51.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72292024-08-10T23:25:53.024Z[ recovery-image] Aug 10 23:25:51.870 INFO O| Aug 10 23:25:51.870 INFO STEP 1119 (remove_files) COMPLETE
72302024-08-10T23:25:53.027Z[ recovery-image] Aug 10 23:25:51.870 INFO O| Aug 10 23:25:51.870 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-08-10T23:25:53.035Z[ recovery-image] Aug 10 23:25:51.882 INFO O| Aug 10 23:25:51.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72322024-08-10T23:25:53.038Z[ recovery-image] Aug 10 23:25:51.882 INFO O| Aug 10 23:25:51.882 INFO STEP 1120 (remove_files) COMPLETE
72332024-08-10T23:25:53.038Z[ recovery-image] Aug 10 23:25:51.882 INFO O| Aug 10 23:25:51.882 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-08-10T23:25:53.046Z[ recovery-image] Aug 10 23:25:51.892 INFO O| Aug 10 23:25:51.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72352024-08-10T23:25:53.048Z[ recovery-image] Aug 10 23:25:51.893 INFO O| Aug 10 23:25:51.892 INFO STEP 1121 (remove_files) COMPLETE
72362024-08-10T23:25:53.049Z[ recovery-image] Aug 10 23:25:51.893 INFO O| Aug 10 23:25:51.893 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-08-10T23:25:53.059Z[ recovery-image] Aug 10 23:25:51.905 INFO O| Aug 10 23:25:51.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72382024-08-10T23:25:53.059Z[ recovery-image] Aug 10 23:25:51.905 INFO O| Aug 10 23:25:51.905 INFO STEP 1122 (remove_files) COMPLETE
72392024-08-10T23:25:53.059Z[ recovery-image] Aug 10 23:25:51.905 INFO O| Aug 10 23:25:51.905 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-08-10T23:25:53.069Z[ recovery-image] Aug 10 23:25:51.916 INFO O| Aug 10 23:25:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72412024-08-10T23:25:53.072Z[ recovery-image] Aug 10 23:25:51.916 INFO O| Aug 10 23:25:51.916 INFO STEP 1123 (remove_files) COMPLETE
72422024-08-10T23:25:53.072Z[ recovery-image] Aug 10 23:25:51.916 INFO O| Aug 10 23:25:51.916 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-08-10T23:25:53.079Z[ recovery-image] Aug 10 23:25:51.926 INFO O| Aug 10 23:25:51.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72442024-08-10T23:25:53.079Z[ recovery-image] Aug 10 23:25:51.926 INFO O| Aug 10 23:25:51.926 INFO STEP 1124 (remove_files) COMPLETE
72452024-08-10T23:25:53.082Z[ recovery-image] Aug 10 23:25:51.926 INFO O| Aug 10 23:25:51.926 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-08-10T23:25:53.091Z[ recovery-image] Aug 10 23:25:51.938 INFO O| Aug 10 23:25:51.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72472024-08-10T23:25:53.091Z[ recovery-image] Aug 10 23:25:51.938 INFO O| Aug 10 23:25:51.938 INFO STEP 1125 (remove_files) COMPLETE
72482024-08-10T23:25:53.094Z[ recovery-image] Aug 10 23:25:51.938 INFO O| Aug 10 23:25:51.938 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-08-10T23:25:53.101Z[ recovery-image] Aug 10 23:25:51.948 INFO O| Aug 10 23:25:51.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72502024-08-10T23:25:53.101Z[ recovery-image] Aug 10 23:25:51.948 INFO O| Aug 10 23:25:51.948 INFO STEP 1126 (remove_files) COMPLETE
72512024-08-10T23:25:53.104Z[ recovery-image] Aug 10 23:25:51.948 INFO O| Aug 10 23:25:51.948 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-08-10T23:25:53.111Z[ recovery-image] Aug 10 23:25:51.958 INFO O| Aug 10 23:25:51.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72532024-08-10T23:25:53.111Z[ recovery-image] Aug 10 23:25:51.958 INFO O| Aug 10 23:25:51.958 INFO STEP 1127 (remove_files) COMPLETE
72542024-08-10T23:25:53.114Z[ recovery-image] Aug 10 23:25:51.958 INFO O| Aug 10 23:25:51.958 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-08-10T23:25:53.123Z[ recovery-image] Aug 10 23:25:51.969 INFO O| Aug 10 23:25:51.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72562024-08-10T23:25:53.126Z[ recovery-image] Aug 10 23:25:51.970 INFO O| Aug 10 23:25:51.970 INFO STEP 1128 (remove_files) COMPLETE
72572024-08-10T23:25:53.126Z[ recovery-image] Aug 10 23:25:51.970 INFO O| Aug 10 23:25:51.970 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-08-10T23:25:53.134Z[ recovery-image] Aug 10 23:25:51.981 INFO O| Aug 10 23:25:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72592024-08-10T23:25:53.134Z[ recovery-image] Aug 10 23:25:51.981 INFO O| Aug 10 23:25:51.981 INFO STEP 1129 (remove_files) COMPLETE
72602024-08-10T23:25:53.137Z[ recovery-image] Aug 10 23:25:51.981 INFO O| Aug 10 23:25:51.981 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-08-10T23:25:53.145Z[ recovery-image] Aug 10 23:25:51.991 INFO O| Aug 10 23:25:51.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72622024-08-10T23:25:53.145Z[ recovery-image] Aug 10 23:25:51.991 INFO O| Aug 10 23:25:51.991 INFO STEP 1130 (remove_files) COMPLETE
72632024-08-10T23:25:53.147Z[ recovery-image] Aug 10 23:25:51.991 INFO O| Aug 10 23:25:51.991 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-08-10T23:25:53.157Z[ recovery-image] Aug 10 23:25:52.003 INFO O| Aug 10 23:25:52.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72652024-08-10T23:25:53.159Z[ recovery-image] Aug 10 23:25:52.003 INFO O| Aug 10 23:25:52.003 INFO STEP 1131 (remove_files) COMPLETE
72662024-08-10T23:25:53.159Z[ recovery-image] Aug 10 23:25:52.003 INFO O| Aug 10 23:25:52.003 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-08-10T23:25:53.167Z[ recovery-image] Aug 10 23:25:52.014 INFO O| Aug 10 23:25:52.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72682024-08-10T23:25:53.170Z[ recovery-image] Aug 10 23:25:52.014 INFO O| Aug 10 23:25:52.014 INFO STEP 1132 (remove_files) COMPLETE
72692024-08-10T23:25:53.170Z[ recovery-image] Aug 10 23:25:52.014 INFO O| Aug 10 23:25:52.014 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-08-10T23:25:53.177Z[ recovery-image] Aug 10 23:25:52.024 INFO O| Aug 10 23:25:52.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72712024-08-10T23:25:53.177Z[ recovery-image] Aug 10 23:25:52.024 INFO O| Aug 10 23:25:52.024 INFO STEP 1133 (remove_files) COMPLETE
72722024-08-10T23:25:53.180Z[ recovery-image] Aug 10 23:25:52.024 INFO O| Aug 10 23:25:52.024 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-08-10T23:25:53.187Z[ recovery-image] Aug 10 23:25:52.034 INFO O| Aug 10 23:25:52.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72742024-08-10T23:25:53.187Z[ recovery-image] Aug 10 23:25:52.034 INFO O| Aug 10 23:25:52.034 INFO STEP 1134 (remove_files) COMPLETE
72752024-08-10T23:25:53.187Z[ recovery-image] Aug 10 23:25:52.034 INFO O| Aug 10 23:25:52.034 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-10T23:25:53.197Z[ recovery-image] Aug 10 23:25:52.044 INFO O| Aug 10 23:25:52.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72772024-08-10T23:25:53.200Z[ recovery-image] Aug 10 23:25:52.044 INFO O| Aug 10 23:25:52.044 INFO STEP 1135 (remove_files) COMPLETE
72782024-08-10T23:25:53.200Z[ recovery-image] Aug 10 23:25:52.044 INFO O| Aug 10 23:25:52.044 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-10T23:25:53.207Z[ recovery-image] Aug 10 23:25:52.054 INFO O| Aug 10 23:25:52.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72802024-08-10T23:25:53.210Z[ recovery-image] Aug 10 23:25:52.054 INFO O| Aug 10 23:25:52.054 INFO STEP 1136 (remove_files) COMPLETE
72812024-08-10T23:25:53.210Z[ recovery-image] Aug 10 23:25:52.054 INFO O| Aug 10 23:25:52.054 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-10T23:25:53.217Z[ recovery-image] Aug 10 23:25:52.064 INFO O| Aug 10 23:25:52.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72832024-08-10T23:25:53.217Z[ recovery-image] Aug 10 23:25:52.064 INFO O| Aug 10 23:25:52.064 INFO STEP 1137 (remove_files) COMPLETE
72842024-08-10T23:25:53.220Z[ recovery-image] Aug 10 23:25:52.064 INFO O| Aug 10 23:25:52.064 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-10T23:25:53.227Z[ recovery-image] Aug 10 23:25:52.074 INFO O| Aug 10 23:25:52.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72862024-08-10T23:25:53.227Z[ recovery-image] Aug 10 23:25:52.074 INFO O| Aug 10 23:25:52.074 INFO STEP 1138 (remove_files) COMPLETE
72872024-08-10T23:25:53.230Z[ recovery-image] Aug 10 23:25:52.074 INFO O| Aug 10 23:25:52.074 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-10T23:25:53.237Z[ recovery-image] Aug 10 23:25:52.084 INFO O| Aug 10 23:25:52.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72892024-08-10T23:25:53.237Z[ recovery-image] Aug 10 23:25:52.084 INFO O| Aug 10 23:25:52.084 INFO STEP 1139 (remove_files) COMPLETE
72902024-08-10T23:25:53.240Z[ recovery-image] Aug 10 23:25:52.084 INFO O| Aug 10 23:25:52.084 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-10T23:25:53.247Z[ recovery-image] Aug 10 23:25:52.093 INFO O| Aug 10 23:25:52.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72922024-08-10T23:25:53.249Z[ recovery-image] Aug 10 23:25:52.093 INFO O| Aug 10 23:25:52.093 INFO STEP 1140 (remove_files) COMPLETE
72932024-08-10T23:25:53.249Z[ recovery-image] Aug 10 23:25:52.093 INFO O| Aug 10 23:25:52.093 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-10T23:25:53.257Z[ recovery-image] Aug 10 23:25:52.103 INFO O| Aug 10 23:25:52.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72952024-08-10T23:25:53.257Z[ recovery-image] Aug 10 23:25:52.103 INFO O| Aug 10 23:25:52.103 INFO STEP 1141 (remove_files) COMPLETE
72962024-08-10T23:25:53.259Z[ recovery-image] Aug 10 23:25:52.103 INFO O| Aug 10 23:25:52.103 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-10T23:25:53.267Z[ recovery-image] Aug 10 23:25:52.113 INFO O| Aug 10 23:25:52.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
72982024-08-10T23:25:53.267Z[ recovery-image] Aug 10 23:25:52.114 INFO O| Aug 10 23:25:52.114 INFO STEP 1142 (remove_files) COMPLETE
72992024-08-10T23:25:53.270Z[ recovery-image] Aug 10 23:25:52.114 INFO O| Aug 10 23:25:52.114 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-10T23:25:53.278Z[ recovery-image] Aug 10 23:25:52.124 INFO O| Aug 10 23:25:52.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73012024-08-10T23:25:53.280Z[ recovery-image] Aug 10 23:25:52.124 INFO O| Aug 10 23:25:52.124 INFO STEP 1143 (remove_files) COMPLETE
73022024-08-10T23:25:53.280Z[ recovery-image] Aug 10 23:25:52.124 INFO O| Aug 10 23:25:52.124 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-10T23:25:53.289Z[ recovery-image] Aug 10 23:25:52.136 INFO O| Aug 10 23:25:52.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73042024-08-10T23:25:53.290Z[ recovery-image] Aug 10 23:25:52.136 INFO O| Aug 10 23:25:52.136 INFO STEP 1144 (remove_files) COMPLETE
73052024-08-10T23:25:53.292Z[ recovery-image] Aug 10 23:25:52.136 INFO O| Aug 10 23:25:52.136 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-10T23:25:53.301Z[ recovery-image] Aug 10 23:25:52.147 INFO O| Aug 10 23:25:52.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73072024-08-10T23:25:53.301Z[ recovery-image] Aug 10 23:25:52.147 INFO O| Aug 10 23:25:52.147 INFO STEP 1145 (remove_files) COMPLETE
73082024-08-10T23:25:53.303Z[ recovery-image] Aug 10 23:25:52.147 INFO O| Aug 10 23:25:52.147 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-10T23:25:53.311Z[ recovery-image] Aug 10 23:25:52.158 INFO O| Aug 10 23:25:52.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73102024-08-10T23:25:53.312Z[ recovery-image] Aug 10 23:25:52.158 INFO O| Aug 10 23:25:52.158 INFO STEP 1146 (remove_files) COMPLETE
73112024-08-10T23:25:53.314Z[ recovery-image] Aug 10 23:25:52.158 INFO O| Aug 10 23:25:52.158 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-10T23:25:53.322Z[ recovery-image] Aug 10 23:25:52.168 INFO O| Aug 10 23:25:52.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73132024-08-10T23:25:53.322Z[ recovery-image] Aug 10 23:25:52.168 INFO O| Aug 10 23:25:52.168 INFO STEP 1147 (remove_files) COMPLETE
73142024-08-10T23:25:53.325Z[ recovery-image] Aug 10 23:25:52.169 INFO O| Aug 10 23:25:52.168 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-10T23:25:53.332Z[ recovery-image] Aug 10 23:25:52.178 INFO O| Aug 10 23:25:52.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73162024-08-10T23:25:53.332Z[ recovery-image] Aug 10 23:25:52.179 INFO O| Aug 10 23:25:52.179 INFO STEP 1148 (remove_files) COMPLETE
73172024-08-10T23:25:53.335Z[ recovery-image] Aug 10 23:25:52.179 INFO O| Aug 10 23:25:52.179 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-10T23:25:53.342Z[ recovery-image] Aug 10 23:25:52.188 INFO O| Aug 10 23:25:52.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73192024-08-10T23:25:53.342Z[ recovery-image] Aug 10 23:25:52.189 INFO O| Aug 10 23:25:52.189 INFO STEP 1149 (remove_files) COMPLETE
73202024-08-10T23:25:53.346Z[ recovery-image] Aug 10 23:25:52.189 INFO O| Aug 10 23:25:52.189 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-10T23:25:53.352Z[ recovery-image] Aug 10 23:25:52.198 INFO O| Aug 10 23:25:52.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73222024-08-10T23:25:53.352Z[ recovery-image] Aug 10 23:25:52.198 INFO O| Aug 10 23:25:52.198 INFO STEP 1150 (remove_files) COMPLETE
73232024-08-10T23:25:53.352Z[ recovery-image] Aug 10 23:25:52.198 INFO O| Aug 10 23:25:52.198 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-10T23:25:53.363Z[ recovery-image] Aug 10 23:25:52.208 INFO O| Aug 10 23:25:52.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73252024-08-10T23:25:53.363Z[ recovery-image] Aug 10 23:25:52.208 INFO O| Aug 10 23:25:52.208 INFO STEP 1151 (remove_files) COMPLETE
73262024-08-10T23:25:53.363Z[ recovery-image] Aug 10 23:25:52.208 INFO O| Aug 10 23:25:52.208 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-10T23:25:53.372Z[ recovery-image] Aug 10 23:25:52.218 INFO O| Aug 10 23:25:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73282024-08-10T23:25:53.375Z[ recovery-image] Aug 10 23:25:52.219 INFO O| Aug 10 23:25:52.219 INFO STEP 1152 (remove_files) COMPLETE
73292024-08-10T23:25:53.375Z[ recovery-image] Aug 10 23:25:52.219 INFO O| Aug 10 23:25:52.219 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-08-10T23:25:53.382Z[ recovery-image] Aug 10 23:25:52.229 INFO O| Aug 10 23:25:52.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73312024-08-10T23:25:53.385Z[ recovery-image] Aug 10 23:25:52.229 INFO O| Aug 10 23:25:52.229 INFO STEP 1153 (remove_files) COMPLETE
73322024-08-10T23:25:53.385Z[ recovery-image] Aug 10 23:25:52.229 INFO O| Aug 10 23:25:52.229 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-10T23:25:53.392Z[ recovery-image] Aug 10 23:25:52.238 INFO O| Aug 10 23:25:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73342024-08-10T23:25:53.395Z[ recovery-image] Aug 10 23:25:52.239 INFO O| Aug 10 23:25:52.239 INFO STEP 1154 (remove_files) COMPLETE
73352024-08-10T23:25:53.395Z[ recovery-image] Aug 10 23:25:52.239 INFO O| Aug 10 23:25:52.239 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-10T23:25:53.402Z[ recovery-image] Aug 10 23:25:52.248 INFO O| Aug 10 23:25:52.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73372024-08-10T23:25:53.404Z[ recovery-image] Aug 10 23:25:52.248 INFO O| Aug 10 23:25:52.248 INFO STEP 1155 (remove_files) COMPLETE
73382024-08-10T23:25:53.404Z[ recovery-image] Aug 10 23:25:52.249 INFO O| Aug 10 23:25:52.248 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-08-10T23:25:53.412Z[ recovery-image] Aug 10 23:25:52.258 INFO O| Aug 10 23:25:52.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73402024-08-10T23:25:53.412Z[ recovery-image] Aug 10 23:25:52.259 INFO O| Aug 10 23:25:52.259 INFO STEP 1156 (remove_files) COMPLETE
73412024-08-10T23:25:53.412Z[ recovery-image] Aug 10 23:25:52.259 INFO O| Aug 10 23:25:52.259 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-08-10T23:25:53.424Z[ recovery-image] Aug 10 23:25:52.270 INFO O| Aug 10 23:25:52.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73432024-08-10T23:25:53.426Z[ recovery-image] Aug 10 23:25:52.270 INFO O| Aug 10 23:25:52.270 INFO STEP 1157 (remove_files) COMPLETE
73442024-08-10T23:25:53.426Z[ recovery-image] Aug 10 23:25:52.270 INFO O| Aug 10 23:25:52.270 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-08-10T23:25:53.435Z[ recovery-image] Aug 10 23:25:52.282 INFO O| Aug 10 23:25:52.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73462024-08-10T23:25:53.435Z[ recovery-image] Aug 10 23:25:52.282 INFO O| Aug 10 23:25:52.282 INFO STEP 1158 (remove_files) COMPLETE
73472024-08-10T23:25:53.435Z[ recovery-image] Aug 10 23:25:52.282 INFO O| Aug 10 23:25:52.282 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-08-10T23:25:53.446Z[ recovery-image] Aug 10 23:25:52.293 INFO O| Aug 10 23:25:52.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73492024-08-10T23:25:53.446Z[ recovery-image] Aug 10 23:25:52.293 INFO O| Aug 10 23:25:52.293 INFO STEP 1159 (remove_files) COMPLETE
73502024-08-10T23:25:53.449Z[ recovery-image] Aug 10 23:25:52.293 INFO O| Aug 10 23:25:52.293 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-08-10T23:25:53.458Z[ recovery-image] Aug 10 23:25:52.304 INFO O| Aug 10 23:25:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73522024-08-10T23:25:53.460Z[ recovery-image] Aug 10 23:25:52.304 INFO O| Aug 10 23:25:52.304 INFO STEP 1160 (remove_files) COMPLETE
73532024-08-10T23:25:53.460Z[ recovery-image] Aug 10 23:25:52.304 INFO O| Aug 10 23:25:52.304 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-08-10T23:25:53.468Z[ recovery-image] Aug 10 23:25:52.314 INFO O| Aug 10 23:25:52.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73552024-08-10T23:25:53.470Z[ recovery-image] Aug 10 23:25:52.314 INFO O| Aug 10 23:25:52.314 INFO STEP 1161 (remove_files) COMPLETE
73562024-08-10T23:25:53.470Z[ recovery-image] Aug 10 23:25:52.314 INFO O| Aug 10 23:25:52.314 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-08-10T23:25:53.478Z[ recovery-image] Aug 10 23:25:52.325 INFO O| Aug 10 23:25:52.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73582024-08-10T23:25:53.481Z[ recovery-image] Aug 10 23:25:52.325 INFO O| Aug 10 23:25:52.325 INFO STEP 1162 (remove_files) COMPLETE
73592024-08-10T23:25:53.481Z[ recovery-image] Aug 10 23:25:52.325 INFO O| Aug 10 23:25:52.325 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-08-10T23:25:53.488Z[ recovery-image] Aug 10 23:25:52.335 INFO O| Aug 10 23:25:52.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73612024-08-10T23:25:53.488Z[ recovery-image] Aug 10 23:25:52.335 INFO O| Aug 10 23:25:52.335 INFO STEP 1163 (remove_files) COMPLETE
73622024-08-10T23:25:53.491Z[ recovery-image] Aug 10 23:25:52.335 INFO O| Aug 10 23:25:52.335 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-08-10T23:25:53.498Z[ recovery-image] Aug 10 23:25:52.345 INFO O| Aug 10 23:25:52.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73642024-08-10T23:25:53.501Z[ recovery-image] Aug 10 23:25:52.345 INFO O| Aug 10 23:25:52.345 INFO STEP 1164 (remove_files) COMPLETE
73652024-08-10T23:25:53.501Z[ recovery-image] Aug 10 23:25:52.345 INFO O| Aug 10 23:25:52.345 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-08-10T23:25:53.508Z[ recovery-image] Aug 10 23:25:52.355 INFO O| Aug 10 23:25:52.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73672024-08-10T23:25:53.508Z[ recovery-image] Aug 10 23:25:52.355 INFO O| Aug 10 23:25:52.355 INFO STEP 1165 (remove_files) COMPLETE
73682024-08-10T23:25:53.508Z[ recovery-image] Aug 10 23:25:52.355 INFO O| Aug 10 23:25:52.355 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-08-10T23:25:53.518Z[ recovery-image] Aug 10 23:25:52.364 INFO O| Aug 10 23:25:52.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73702024-08-10T23:25:53.518Z[ recovery-image] Aug 10 23:25:52.364 INFO O| Aug 10 23:25:52.364 INFO STEP 1166 (remove_files) COMPLETE
73712024-08-10T23:25:53.520Z[ recovery-image] Aug 10 23:25:52.364 INFO O| Aug 10 23:25:52.364 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-08-10T23:25:53.527Z[ recovery-image] Aug 10 23:25:52.374 INFO O| Aug 10 23:25:52.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73732024-08-10T23:25:53.528Z[ recovery-image] Aug 10 23:25:52.374 INFO O| Aug 10 23:25:52.374 INFO STEP 1167 (remove_files) COMPLETE
73742024-08-10T23:25:53.530Z[ recovery-image] Aug 10 23:25:52.374 INFO O| Aug 10 23:25:52.374 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-08-10T23:25:53.538Z[ recovery-image] Aug 10 23:25:52.384 INFO O| Aug 10 23:25:52.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73762024-08-10T23:25:53.538Z[ recovery-image] Aug 10 23:25:52.384 INFO O| Aug 10 23:25:52.384 INFO STEP 1168 (remove_files) COMPLETE
73772024-08-10T23:25:53.538Z[ recovery-image] Aug 10 23:25:52.384 INFO O| Aug 10 23:25:52.384 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-08-10T23:25:53.548Z[ recovery-image] Aug 10 23:25:52.394 INFO O| Aug 10 23:25:52.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73792024-08-10T23:25:53.550Z[ recovery-image] Aug 10 23:25:52.394 INFO O| Aug 10 23:25:52.394 INFO STEP 1169 (remove_files) COMPLETE
73802024-08-10T23:25:53.550Z[ recovery-image] Aug 10 23:25:52.394 INFO O| Aug 10 23:25:52.394 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-08-10T23:25:53.557Z[ recovery-image] Aug 10 23:25:52.404 INFO O| Aug 10 23:25:52.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73822024-08-10T23:25:53.560Z[ recovery-image] Aug 10 23:25:52.404 INFO O| Aug 10 23:25:52.404 INFO STEP 1170 (remove_files) COMPLETE
73832024-08-10T23:25:53.560Z[ recovery-image] Aug 10 23:25:52.404 INFO O| Aug 10 23:25:52.404 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-08-10T23:25:53.567Z[ recovery-image] Aug 10 23:25:52.413 INFO O| Aug 10 23:25:52.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73852024-08-10T23:25:53.570Z[ recovery-image] Aug 10 23:25:52.414 INFO O| Aug 10 23:25:52.413 INFO STEP 1171 (remove_files) COMPLETE
73862024-08-10T23:25:53.570Z[ recovery-image] Aug 10 23:25:52.414 INFO O| Aug 10 23:25:52.414 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-08-10T23:25:53.576Z[ recovery-image] Aug 10 23:25:52.423 INFO O| Aug 10 23:25:52.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73882024-08-10T23:25:53.577Z[ recovery-image] Aug 10 23:25:52.423 INFO O| Aug 10 23:25:52.423 INFO STEP 1172 (remove_files) COMPLETE
73892024-08-10T23:25:53.579Z[ recovery-image] Aug 10 23:25:52.423 INFO O| Aug 10 23:25:52.423 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-10T23:25:53.586Z[ recovery-image] Aug 10 23:25:52.433 INFO O| Aug 10 23:25:52.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73912024-08-10T23:25:53.586Z[ recovery-image] Aug 10 23:25:52.433 INFO O| Aug 10 23:25:52.433 INFO STEP 1173 (remove_files) COMPLETE
73922024-08-10T23:25:53.589Z[ recovery-image] Aug 10 23:25:52.433 INFO O| Aug 10 23:25:52.433 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-10T23:25:53.596Z[ recovery-image] Aug 10 23:25:52.442 INFO O| Aug 10 23:25:52.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73942024-08-10T23:25:53.596Z[ recovery-image] Aug 10 23:25:52.442 INFO O| Aug 10 23:25:52.442 INFO STEP 1174 (remove_files) COMPLETE
73952024-08-10T23:25:53.598Z[ recovery-image] Aug 10 23:25:52.442 INFO O| Aug 10 23:25:52.442 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-10T23:25:53.605Z[ recovery-image] Aug 10 23:25:52.452 INFO O| Aug 10 23:25:52.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
73972024-08-10T23:25:53.608Z[ recovery-image] Aug 10 23:25:52.452 INFO O| Aug 10 23:25:52.452 INFO STEP 1175 (remove_files) COMPLETE
73982024-08-10T23:25:53.608Z[ recovery-image] Aug 10 23:25:52.452 INFO O| Aug 10 23:25:52.452 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-10T23:25:53.615Z[ recovery-image] Aug 10 23:25:52.461 INFO O| Aug 10 23:25:52.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74002024-08-10T23:25:53.615Z[ recovery-image] Aug 10 23:25:52.461 INFO O| Aug 10 23:25:52.461 INFO STEP 1176 (remove_files) COMPLETE
74012024-08-10T23:25:53.615Z[ recovery-image] Aug 10 23:25:52.461 INFO O| Aug 10 23:25:52.461 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-10T23:25:53.624Z[ recovery-image] Aug 10 23:25:52.471 INFO O| Aug 10 23:25:52.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74032024-08-10T23:25:53.624Z[ recovery-image] Aug 10 23:25:52.471 INFO O| Aug 10 23:25:52.471 INFO STEP 1177 (remove_files) COMPLETE
74042024-08-10T23:25:53.624Z[ recovery-image] Aug 10 23:25:52.471 INFO O| Aug 10 23:25:52.471 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-08-10T23:25:53.634Z[ recovery-image] Aug 10 23:25:52.481 INFO O| Aug 10 23:25:52.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74062024-08-10T23:25:53.634Z[ recovery-image] Aug 10 23:25:52.481 INFO O| Aug 10 23:25:52.481 INFO STEP 1178 (remove_files) COMPLETE
74072024-08-10T23:25:53.634Z[ recovery-image] Aug 10 23:25:52.481 INFO O| Aug 10 23:25:52.481 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-08-10T23:25:53.644Z[ recovery-image] Aug 10 23:25:52.491 INFO O| Aug 10 23:25:52.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74092024-08-10T23:25:53.644Z[ recovery-image] Aug 10 23:25:52.491 INFO O| Aug 10 23:25:52.491 INFO STEP 1179 (remove_files) COMPLETE
74102024-08-10T23:25:53.644Z[ recovery-image] Aug 10 23:25:52.491 INFO O| Aug 10 23:25:52.491 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-08-10T23:25:53.656Z[ recovery-image] Aug 10 23:25:52.502 INFO O| Aug 10 23:25:52.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74122024-08-10T23:25:53.656Z[ recovery-image] Aug 10 23:25:52.502 INFO O| Aug 10 23:25:52.502 INFO STEP 1180 (remove_files) COMPLETE
74132024-08-10T23:25:53.658Z[ recovery-image] Aug 10 23:25:52.502 INFO O| Aug 10 23:25:52.502 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-08-10T23:25:53.668Z[ recovery-image] Aug 10 23:25:52.514 INFO O| Aug 10 23:25:52.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74152024-08-10T23:25:53.668Z[ recovery-image] Aug 10 23:25:52.514 INFO O| Aug 10 23:25:52.514 INFO STEP 1181 (remove_files) COMPLETE
74162024-08-10T23:25:53.668Z[ recovery-image] Aug 10 23:25:52.514 INFO O| Aug 10 23:25:52.514 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-08-10T23:25:53.679Z[ recovery-image] Aug 10 23:25:52.525 INFO O| Aug 10 23:25:52.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74182024-08-10T23:25:53.679Z[ recovery-image] Aug 10 23:25:52.525 INFO O| Aug 10 23:25:52.525 INFO STEP 1182 (remove_files) COMPLETE
74192024-08-10T23:25:53.679Z[ recovery-image] Aug 10 23:25:52.525 INFO O| Aug 10 23:25:52.525 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-08-10T23:25:53.690Z[ recovery-image] Aug 10 23:25:52.536 INFO O| Aug 10 23:25:52.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74212024-08-10T23:25:53.693Z[ recovery-image] Aug 10 23:25:52.537 INFO O| Aug 10 23:25:52.537 INFO STEP 1183 (remove_files) COMPLETE
74222024-08-10T23:25:53.693Z[ recovery-image] Aug 10 23:25:52.537 INFO O| Aug 10 23:25:52.537 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-08-10T23:25:53.702Z[ recovery-image] Aug 10 23:25:52.548 INFO O| Aug 10 23:25:52.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74242024-08-10T23:25:53.702Z[ recovery-image] Aug 10 23:25:52.548 INFO O| Aug 10 23:25:52.548 INFO STEP 1184 (remove_files) COMPLETE
74252024-08-10T23:25:53.704Z[ recovery-image] Aug 10 23:25:52.548 INFO O| Aug 10 23:25:52.548 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-10T23:25:53.712Z[ recovery-image] Aug 10 23:25:52.558 INFO O| Aug 10 23:25:52.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74272024-08-10T23:25:53.712Z[ recovery-image] Aug 10 23:25:52.559 INFO O| Aug 10 23:25:52.559 INFO STEP 1185 (remove_files) COMPLETE
74282024-08-10T23:25:53.715Z[ recovery-image] Aug 10 23:25:52.559 INFO O| Aug 10 23:25:52.559 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-10T23:25:53.722Z[ recovery-image] Aug 10 23:25:52.568 INFO O| Aug 10 23:25:52.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74302024-08-10T23:25:53.722Z[ recovery-image] Aug 10 23:25:52.569 INFO O| Aug 10 23:25:52.568 INFO STEP 1186 (remove_files) COMPLETE
74312024-08-10T23:25:53.722Z[ recovery-image] Aug 10 23:25:52.569 INFO O| Aug 10 23:25:52.568 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-10T23:25:53.732Z[ recovery-image] Aug 10 23:25:52.579 INFO O| Aug 10 23:25:52.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74332024-08-10T23:25:53.732Z[ recovery-image] Aug 10 23:25:52.579 INFO O| Aug 10 23:25:52.579 INFO STEP 1187 (remove_files) COMPLETE
74342024-08-10T23:25:53.735Z[ recovery-image] Aug 10 23:25:52.579 INFO O| Aug 10 23:25:52.579 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-10T23:25:53.742Z[ recovery-image] Aug 10 23:25:52.588 INFO O| Aug 10 23:25:52.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74362024-08-10T23:25:53.742Z[ recovery-image] Aug 10 23:25:52.589 INFO O| Aug 10 23:25:52.588 INFO STEP 1188 (remove_files) COMPLETE
74372024-08-10T23:25:53.742Z[ recovery-image] Aug 10 23:25:52.589 INFO O| Aug 10 23:25:52.588 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-10T23:25:53.752Z[ recovery-image] Aug 10 23:25:52.598 INFO O| Aug 10 23:25:52.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74392024-08-10T23:25:53.752Z[ recovery-image] Aug 10 23:25:52.598 INFO O| Aug 10 23:25:52.598 INFO STEP 1189 (remove_files) COMPLETE
74402024-08-10T23:25:53.752Z[ recovery-image] Aug 10 23:25:52.598 INFO O| Aug 10 23:25:52.598 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-10T23:25:53.761Z[ recovery-image] Aug 10 23:25:52.608 INFO O| Aug 10 23:25:52.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74422024-08-10T23:25:53.761Z[ recovery-image] Aug 10 23:25:52.608 INFO O| Aug 10 23:25:52.608 INFO STEP 1190 (remove_files) COMPLETE
74432024-08-10T23:25:53.764Z[ recovery-image] Aug 10 23:25:52.608 INFO O| Aug 10 23:25:52.608 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-10T23:25:53.771Z[ recovery-image] Aug 10 23:25:52.617 INFO O| Aug 10 23:25:52.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74452024-08-10T23:25:53.771Z[ recovery-image] Aug 10 23:25:52.617 INFO O| Aug 10 23:25:52.617 INFO STEP 1191 (remove_files) COMPLETE
74462024-08-10T23:25:53.774Z[ recovery-image] Aug 10 23:25:52.617 INFO O| Aug 10 23:25:52.617 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-10T23:25:53.782Z[ recovery-image] Aug 10 23:25:52.627 INFO O| Aug 10 23:25:52.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74482024-08-10T23:25:53.782Z[ recovery-image] Aug 10 23:25:52.627 INFO O| Aug 10 23:25:52.627 INFO STEP 1192 (remove_files) COMPLETE
74492024-08-10T23:25:53.782Z[ recovery-image] Aug 10 23:25:52.627 INFO O| Aug 10 23:25:52.627 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-10T23:25:53.792Z[ recovery-image] Aug 10 23:25:52.637 INFO O| Aug 10 23:25:52.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74512024-08-10T23:25:53.795Z[ recovery-image] Aug 10 23:25:52.637 INFO O| Aug 10 23:25:52.637 INFO STEP 1193 (remove_files) COMPLETE
74522024-08-10T23:25:53.795Z[ recovery-image] Aug 10 23:25:52.637 INFO O| Aug 10 23:25:52.637 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-10T23:25:53.800Z[ recovery-image] Aug 10 23:25:52.647 INFO O| Aug 10 23:25:52.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74542024-08-10T23:25:53.800Z[ recovery-image] Aug 10 23:25:52.647 INFO O| Aug 10 23:25:52.647 INFO STEP 1194 (remove_files) COMPLETE
74552024-08-10T23:25:53.800Z[ recovery-image] Aug 10 23:25:52.647 INFO O| Aug 10 23:25:52.647 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-10T23:25:53.810Z[ recovery-image] Aug 10 23:25:52.656 INFO O| Aug 10 23:25:52.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74572024-08-10T23:25:53.810Z[ recovery-image] Aug 10 23:25:52.656 INFO O| Aug 10 23:25:52.656 INFO STEP 1195 (remove_files) COMPLETE
74582024-08-10T23:25:53.812Z[ recovery-image] Aug 10 23:25:52.656 INFO O| Aug 10 23:25:52.656 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-10T23:25:53.819Z[ recovery-image] Aug 10 23:25:52.666 INFO O| Aug 10 23:25:52.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74602024-08-10T23:25:53.819Z[ recovery-image] Aug 10 23:25:52.666 INFO O| Aug 10 23:25:52.666 INFO STEP 1196 (remove_files) COMPLETE
74612024-08-10T23:25:53.822Z[ recovery-image] Aug 10 23:25:52.666 INFO O| Aug 10 23:25:52.666 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-10T23:25:53.829Z[ recovery-image] Aug 10 23:25:52.675 INFO O| Aug 10 23:25:52.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74632024-08-10T23:25:53.829Z[ recovery-image] Aug 10 23:25:52.675 INFO O| Aug 10 23:25:52.675 INFO STEP 1197 (remove_files) COMPLETE
74642024-08-10T23:25:53.829Z[ recovery-image] Aug 10 23:25:52.675 INFO O| Aug 10 23:25:52.675 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-10T23:25:53.839Z[ recovery-image] Aug 10 23:25:52.685 INFO O| Aug 10 23:25:52.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74662024-08-10T23:25:53.839Z[ recovery-image] Aug 10 23:25:52.685 INFO O| Aug 10 23:25:52.685 INFO STEP 1198 (remove_files) COMPLETE
74672024-08-10T23:25:53.842Z[ recovery-image] Aug 10 23:25:52.685 INFO O| Aug 10 23:25:52.685 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-10T23:25:53.848Z[ recovery-image] Aug 10 23:25:52.694 INFO O| Aug 10 23:25:52.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74692024-08-10T23:25:53.851Z[ recovery-image] Aug 10 23:25:52.694 INFO O| Aug 10 23:25:52.694 INFO STEP 1199 (remove_files) COMPLETE
74702024-08-10T23:25:53.851Z[ recovery-image] Aug 10 23:25:52.695 INFO O| Aug 10 23:25:52.694 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-10T23:25:53.859Z[ recovery-image] Aug 10 23:25:52.704 INFO O| Aug 10 23:25:52.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74722024-08-10T23:25:53.863Z[ recovery-image] Aug 10 23:25:52.704 INFO O| Aug 10 23:25:52.704 INFO STEP 1200 (remove_files) COMPLETE
74732024-08-10T23:25:53.863Z[ recovery-image] Aug 10 23:25:52.704 INFO O| Aug 10 23:25:52.704 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-08-10T23:25:53.867Z[ recovery-image] Aug 10 23:25:52.713 INFO O| Aug 10 23:25:52.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74752024-08-10T23:25:53.867Z[ recovery-image] Aug 10 23:25:52.714 INFO O| Aug 10 23:25:52.714 INFO STEP 1201 (remove_files) COMPLETE
74762024-08-10T23:25:53.870Z[ recovery-image] Aug 10 23:25:52.714 INFO O| Aug 10 23:25:52.714 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-08-10T23:25:53.876Z[ recovery-image] Aug 10 23:25:52.723 INFO O| Aug 10 23:25:52.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74782024-08-10T23:25:53.877Z[ recovery-image] Aug 10 23:25:52.723 INFO O| Aug 10 23:25:52.723 INFO STEP 1202 (remove_files) COMPLETE
74792024-08-10T23:25:53.879Z[ recovery-image] Aug 10 23:25:52.723 INFO O| Aug 10 23:25:52.723 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-08-10T23:25:53.886Z[ recovery-image] Aug 10 23:25:52.732 INFO O| Aug 10 23:25:52.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74812024-08-10T23:25:53.889Z[ recovery-image] Aug 10 23:25:52.733 INFO O| Aug 10 23:25:52.733 INFO STEP 1203 (remove_files) COMPLETE
74822024-08-10T23:25:53.889Z[ recovery-image] Aug 10 23:25:52.733 INFO O| Aug 10 23:25:52.733 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-08-10T23:25:53.896Z[ recovery-image] Aug 10 23:25:52.742 INFO O| Aug 10 23:25:52.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74842024-08-10T23:25:53.896Z[ recovery-image] Aug 10 23:25:52.742 INFO O| Aug 10 23:25:52.742 INFO STEP 1204 (remove_files) COMPLETE
74852024-08-10T23:25:53.898Z[ recovery-image] Aug 10 23:25:52.742 INFO O| Aug 10 23:25:52.742 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-08-10T23:25:53.905Z[ recovery-image] Aug 10 23:25:52.751 INFO O| Aug 10 23:25:52.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74872024-08-10T23:25:53.908Z[ recovery-image] Aug 10 23:25:52.752 INFO O| Aug 10 23:25:52.751 INFO STEP 1205 (remove_files) COMPLETE
74882024-08-10T23:25:53.908Z[ recovery-image] Aug 10 23:25:52.752 INFO O| Aug 10 23:25:52.752 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-08-10T23:25:53.915Z[ recovery-image] Aug 10 23:25:52.761 INFO O| Aug 10 23:25:52.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74902024-08-10T23:25:53.917Z[ recovery-image] Aug 10 23:25:52.761 INFO O| Aug 10 23:25:52.761 INFO STEP 1206 (remove_files) COMPLETE
74912024-08-10T23:25:53.917Z[ recovery-image] Aug 10 23:25:52.761 INFO O| Aug 10 23:25:52.761 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
74922024-08-10T23:25:53.930Z[ recovery-image] Aug 10 23:25:52.776 INFO O| Aug 10 23:25:52.776 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
74932024-08-10T23:25:53.930Z[ recovery-image] Aug 10 23:25:52.777 INFO O| Aug 10 23:25:52.776 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
74942024-08-10T23:25:54.345Z[ host-image] Aug 10 23:25:53.191 INFO O| Aug 10 23:25:53.191 INFO O| Planning: Solver setup ... Done
74952024-08-10T23:25:54.349Z[ host-image] Aug 10 23:25:53.195 INFO O| Aug 10 23:25:53.195 INFO O| Planning: Running solver ... Done
74962024-08-10T23:25:54.385Z[ host-image] Aug 10 23:25:53.231 INFO O| Aug 10 23:25:53.231 INFO O| Planning: Finding local manifests ... Done
74972024-08-10T23:25:54.388Z[ host-image] Aug 10 23:25:53.232 INFO O| Aug 10 23:25:53.232 INFO O| Planning: Fetching manifests: 0/1 0% complete
74982024-08-10T23:25:54.445Z[ host-image] Aug 10 23:25:53.291 INFO O| Aug 10 23:25:53.291 INFO O| Planning: Fetching manifests: 1/1 100% complete
74992024-08-10T23:25:54.464Z[ host-image] Aug 10 23:25:53.310 INFO O| Aug 10 23:25:53.310 INFO O| Planning: Package planning ... Done
75002024-08-10T23:25:54.467Z[ host-image] Aug 10 23:25:53.311 INFO O| Aug 10 23:25:53.311 INFO O| Planning: Merging actions ... Done
75012024-08-10T23:25:54.525Z[ host-image] Aug 10 23:25:53.371 INFO O| Aug 10 23:25:53.370 INFO O| Planning: Checking for conflicting actions ... Done
75022024-08-10T23:25:54.527Z[ host-image] Aug 10 23:25:53.371 INFO O| Aug 10 23:25:53.371 INFO O| Planning: Consolidating action changes ... Done
75032024-08-10T23:25:54.636Z[ recovery-image] Aug 10 23:25:53.482 INFO O| Aug 10 23:25:53.482 INFO STEP 1207 (pack_tar) COMPLETE
75042024-08-10T23:25:54.636Z[ recovery-image] Aug 10 23:25:53.482 INFO O| Aug 10 23:25:53.482 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75052024-08-10T23:25:54.636Z[ recovery-image] Aug 10 23:25:53.482 INFO O| Aug 10 23:25:53.482 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75062024-08-10T23:25:54.817Z[ host-image] Aug 10 23:25:53.663 INFO O| Aug 10 23:25:53.663 INFO O| Planning: Evaluating mediators ... Done
75072024-08-10T23:25:54.820Z[ host-image] Aug 10 23:25:53.664 INFO O| Aug 10 23:25:53.664 INFO O| Planning: Planning completed in 1.80 seconds
75082024-08-10T23:25:54.820Z[ host-image] Aug 10 23:25:53.665 INFO O| Aug 10 23:25:53.665 INFO O| Packages to install: 1
75092024-08-10T23:25:54.830Z[ host-image] Aug 10 23:25:53.676 INFO O| Aug 10 23:25:53.676 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
75102024-08-10T23:25:54.837Z[ recovery-image] Aug 10 23:25:53.683 INFO O| Aug 10 23:25:53.683 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75112024-08-10T23:25:54.904Z[ recovery-image] Aug 10 23:25:53.750 INFO O| Aug 10 23:25:53.750 INFO completed processing gimlet/ramdisk-03-recovery-trim
75122024-08-10T23:25:54.912Z[ recovery-image] Aug 10 23:25:53.758 INFO image builder template: zfs-recovery...
75132024-08-10T23:25:54.912Z[ recovery-image] Aug 10 23:25:53.758 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/.tmpaerXmB/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
75142024-08-10T23:25:54.953Z[ recovery-image] Aug 10 23:25:53.799 INFO O| Aug 10 23:25:53.799 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75152024-08-10T23:25:54.960Z[ recovery-image] Aug 10 23:25:53.806 INFO O| Aug 10 23:25:53.805 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75162024-08-10T23:25:55.028Z[ recovery-image] Aug 10 23:25:53.874 INFO O| Aug 10 23:25:53.874 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75172024-08-10T23:25:55.096Z[ recovery-image] Aug 10 23:25:53.942 INFO O| Aug 10 23:25:53.942 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75182024-08-10T23:25:55.096Z[ recovery-image] Aug 10 23:25:53.942 INFO O| Aug 10 23:25:53.942 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75192024-08-10T23:25:55.100Z[ recovery-image] Aug 10 23:25:53.946 INFO O| Aug 10 23:25:53.946 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75202024-08-10T23:25:55.184Z[ host-image] Aug 10 23:25:54.029 INFO O| Aug 10 23:25:54.029 INFO O| Download: Completed 20.86 MB in 0.35 seconds (59.1M/s)
75212024-08-10T23:25:55.222Z[ recovery-image] Aug 10 23:25:54.068 INFO O| Aug 10 23:25:54.068 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75222024-08-10T23:25:55.225Z[ host-image] Aug 10 23:25:54.070 INFO O| Aug 10 23:25:54.070 INFO O| Actions: 1/22 actions (Installing new actions)
75232024-08-10T23:25:55.273Z[ recovery-image] Aug 10 23:25:54.119 INFO O| Aug 10 23:25:54.119 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75242024-08-10T23:25:55.283Z[ recovery-image] Aug 10 23:25:54.129 INFO O| Aug 10 23:25:54.129 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75252024-08-10T23:25:55.288Z[ recovery-image] Aug 10 23:25:54.134 INFO O| Aug 10 23:25:54.134 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75262024-08-10T23:25:55.290Z[ recovery-image] Aug 10 23:25:54.135 INFO O| Aug 10 23:25:54.135 INFO no lofi found
75272024-08-10T23:25:55.290Z[ recovery-image] Aug 10 23:25:54.135 INFO O| Aug 10 23:25:54.135 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75282024-08-10T23:25:55.290Z[ recovery-image] Aug 10 23:25:54.135 INFO O| Aug 10 23:25:54.135 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75292024-08-10T23:25:55.763Z[ host-image] Aug 10 23:25:54.609 INFO O| Aug 10 23:25:54.608 INFO O| Actions: Completed 22 actions in 0.54 seconds.
75302024-08-10T23:25:55.998Z[ host-image] Aug 10 23:25:54.844 INFO O| Aug 10 23:25:54.844 INFO O| Done
75312024-08-10T23:25:55.998Z[ host-image] Aug 10 23:25:54.844 INFO O| Aug 10 23:25:54.844 INFO O| Done
75322024-08-10T23:25:56.322Z[ host-image] Aug 10 23:25:55.168 INFO O| Aug 10 23:25:55.168 INFO O| Done
75332024-08-10T23:25:57.163Z[ recovery-image] Aug 10 23:25:56.009 INFO O| Aug 10 23:25:56.009 INFO lofi device = /dev/dsk/c2t1d0p0
75342024-08-10T23:25:57.163Z[ recovery-image] Aug 10 23:25:56.009 INFO O| Aug 10 23:25:56.009 INFO pool device = /dev/dsk/c2t1d0p0
75352024-08-10T23:25:57.164Z[ recovery-image] Aug 10 23:25:56.009 INFO O| Aug 10 23:25:56.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"]
75362024-08-10T23:25:57.238Z[ recovery-image] Aug 10 23:25:56.084 INFO O| Aug 10 23:25:56.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75372024-08-10T23:25:57.238Z[ recovery-image] Aug 10 23:25:56.084 INFO O| Aug 10 23:25:56.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75382024-08-10T23:25:57.256Z[ recovery-image] Aug 10 23:25:56.102 INFO O| Aug 10 23:25:56.102 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75392024-08-10T23:25:57.315Z[ recovery-image] Aug 10 23:25:56.161 INFO O| Aug 10 23:25:56.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75402024-08-10T23:25:57.352Z[ recovery-image] Aug 10 23:25:56.198 INFO O| Aug 10 23:25:56.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75412024-08-10T23:25:57.367Z[ recovery-image] Aug 10 23:25:56.213 INFO O| Aug 10 23:25:56.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75422024-08-10T23:25:57.379Z[ recovery-image] Aug 10 23:25:56.225 INFO O| Aug 10 23:25:56.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75432024-08-10T23:25:57.428Z[ recovery-image] Aug 10 23:25:56.274 INFO O| Aug 10 23:25:56.274 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75442024-08-10T23:25:57.431Z[ recovery-image] Aug 10 23:25:56.274 INFO O| Aug 10 23:25:56.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75452024-08-10T23:25:57.431Z[ recovery-image] Aug 10 23:25:56.274 INFO O| Aug 10 23:25:56.274 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75462024-08-10T23:25:57.441Z[ recovery-image] Aug 10 23:25:56.286 INFO O| Aug 10 23:25:56.286 INFO boot environment UUID: 55010766-568d-4933-9281-4f422a0dc236
75472024-08-10T23:25:57.441Z[ recovery-image] Aug 10 23:25:56.286 INFO O| Aug 10 23:25:56.286 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 55010766-568d-4933-9281-4f422a0dc236
75482024-08-10T23:25:57.452Z[ recovery-image] Aug 10 23:25:56.297 INFO O| Aug 10 23:25:56.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75492024-08-10T23:25:57.461Z[ recovery-image] Aug 10 23:25:56.307 INFO O| Aug 10 23:25:56.307 INFO STEP 0 (create_be) COMPLETE
75502024-08-10T23:25:57.461Z[ recovery-image] Aug 10 23:25:56.307 INFO O| Aug 10 23:25:56.307 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75512024-08-10T23:25:57.477Z[ recovery-image] Aug 10 23:25:56.322 INFO O| Aug 10 23:25:56.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"]
75522024-08-10T23:25:57.495Z[ host-image] Aug 10 23:25:56.341 INFO O| Aug 10 23:25:56.341 INFO O| Done
75532024-08-10T23:25:57.520Z[ host-image] Aug 10 23:25:56.366 INFO O| Aug 10 23:25:56.366 INFO O| Done
75542024-08-10T23:25:57.523Z[ host-image] Aug 10 23:25:56.366 INFO O| Aug 10 23:25:56.366 INFO O| Done
75552024-08-10T23:25:57.530Z[ host-image] Aug 10 23:25:56.376 INFO O| Aug 10 23:25:56.376 INFO O| Done
75562024-08-10T23:25:57.621Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO STEP 14 (pkg_install) COMPLETE
75572024-08-10T23:25:57.621Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75582024-08-10T23:25:57.623Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO skip step because feature "mfg" is not enabled
75592024-08-10T23:25:57.623Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75602024-08-10T23:25:57.623Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO skip step because feature "compliance" is not enabled
75612024-08-10T23:25:57.623Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75622024-08-10T23:25:57.623Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO skip step because feature "stress" is not enabled
75632024-08-10T23:25:57.623Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75642024-08-10T23:25:57.623Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO skip step because feature "nfs" is not enabled
75652024-08-10T23:25:57.623Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75662024-08-10T23:25:57.624Z[ host-image] Aug 10 23:25:56.466 INFO O| Aug 10 23:25:56.466 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75672024-08-10T23:25:57.715Z[ host-image] Aug 10 23:25:56.560 INFO O| Aug 10 23:25:56.560 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75682024-08-10T23:25:57.849Z[ host-image] Aug 10 23:25:56.694 INFO O| Aug 10 23:25:56.694 INFO completed processing gimlet/ramdisk-01-os
75692024-08-10T23:25:57.853Z[ host-image] Aug 10 23:25:56.699 INFO omicron1 baseline generation...
75702024-08-10T23:25:57.856Z[ host-image] Aug 10 23:25:56.699 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75712024-08-10T23:25:58.529Z[ host-image] Aug 10 23:25:57.375 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22800:20240807T093818Z
75722024-08-10T23:25:59.561Z[ recovery-image] Aug 10 23:25:58.407 INFO O| Aug 10 23:25:58.407 INFO STEP 1 (unpack_tar) COMPLETE
75732024-08-10T23:25:59.561Z[ recovery-image] Aug 10 23:25:58.407 INFO O| Aug 10 23:25:58.407 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75742024-08-10T23:25:59.573Z[ recovery-image] Aug 10 23:25:58.419 INFO O| Aug 10 23:25:58.419 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75752024-08-10T23:25:59.996Z[ recovery-image] Aug 10 23:25:58.842 INFO O| Aug 10 23:25:58.842 INFO STEP 2 (devfsadm) COMPLETE
75762024-08-10T23:25:59.996Z[ recovery-image] Aug 10 23:25:58.842 INFO O| Aug 10 23:25:58.842 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75772024-08-10T23:26:00.008Z[ recovery-image] Aug 10 23:25:58.854 INFO O| Aug 10 23:25:58.854 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75782024-08-10T23:26:00.011Z[ recovery-image] Aug 10 23:25:58.854 INFO O| Aug 10 23:25:58.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75792024-08-10T23:26:00.011Z[ recovery-image] Aug 10 23:25:58.854 INFO O| Aug 10 23:25:58.854 INFO STEP 3 (ensure_dir) COMPLETE
75802024-08-10T23:26:00.011Z[ recovery-image] Aug 10 23:25:58.854 INFO O| Aug 10 23:25:58.854 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75812024-08-10T23:26:00.021Z[ recovery-image] Aug 10 23:25:58.867 INFO O| Aug 10 23:25:58.867 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75822024-08-10T23:26:00.021Z[ recovery-image] Aug 10 23:25:58.867 INFO O| Aug 10 23:25:58.867 INFO STEP 4 (ensure_dir) COMPLETE
75832024-08-10T23:26:00.021Z[ recovery-image] Aug 10 23:25:58.867 INFO O| Aug 10 23:25:58.867 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75842024-08-10T23:26:00.032Z[ recovery-image] Aug 10 23:25:58.877 INFO O| Aug 10 23:25:58.877 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75852024-08-10T23:26:00.032Z[ recovery-image] Aug 10 23:25:58.878 INFO O| Aug 10 23:25:58.877 INFO STEP 5 (ensure_dir) COMPLETE
75862024-08-10T23:26:00.035Z[ recovery-image] Aug 10 23:25:58.878 INFO O| Aug 10 23:25:58.877 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75872024-08-10T23:26:00.043Z[ recovery-image] Aug 10 23:25:58.888 INFO O| Aug 10 23:25:58.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75882024-08-10T23:26:00.043Z[ recovery-image] Aug 10 23:25:58.889 INFO O| Aug 10 23:25:58.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75892024-08-10T23:26:00.046Z[ recovery-image] Aug 10 23:25:58.889 INFO O| Aug 10 23:25:58.889 INFO STEP 6 (ensure_dir) COMPLETE
75902024-08-10T23:26:00.046Z[ recovery-image] Aug 10 23:25:58.889 INFO O| Aug 10 23:25:58.889 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75912024-08-10T23:26:00.056Z[ recovery-image] Aug 10 23:25:58.901 INFO O| Aug 10 23:25:58.901 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75922024-08-10T23:26:00.056Z[ recovery-image] Aug 10 23:25:58.901 INFO O| Aug 10 23:25:58.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75932024-08-10T23:26:00.058Z[ recovery-image] Aug 10 23:25:58.901 INFO O| Aug 10 23:25:58.901 INFO STEP 7 (ensure_dir) COMPLETE
75942024-08-10T23:26:00.058Z[ recovery-image] Aug 10 23:25:58.901 INFO O| Aug 10 23:25:58.901 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75952024-08-10T23:26:00.066Z[ recovery-image] Aug 10 23:25:58.912 INFO O| Aug 10 23:25:58.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75962024-08-10T23:26:00.069Z[ recovery-image] Aug 10 23:25:58.912 INFO O| Aug 10 23:25:58.912 INFO STEP 8 (remove_files) COMPLETE
75972024-08-10T23:26:00.069Z[ recovery-image] Aug 10 23:25:58.912 INFO O| Aug 10 23:25:58.912 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75982024-08-10T23:26:00.077Z[ recovery-image] Aug 10 23:25:58.922 INFO O| Aug 10 23:25:58.922 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75992024-08-10T23:26:00.079Z[ recovery-image] Aug 10 23:25:58.923 INFO O| Aug 10 23:25:58.923 INFO STEP 9 (remove_files) COMPLETE
76002024-08-10T23:26:00.079Z[ recovery-image] Aug 10 23:25:58.923 INFO O| Aug 10 23:25:58.923 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76012024-08-10T23:26:00.088Z[ recovery-image] Aug 10 23:25:58.933 INFO O| Aug 10 23:25:58.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76022024-08-10T23:26:00.090Z[ recovery-image] Aug 10 23:25:58.934 INFO O| Aug 10 23:25:58.934 INFO STEP 10 (remove_files) COMPLETE
76032024-08-10T23:26:00.090Z[ recovery-image] Aug 10 23:25:58.934 INFO O| Aug 10 23:25:58.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76042024-08-10T23:26:00.100Z[ recovery-image] Aug 10 23:25:58.946 INFO O| Aug 10 23:25:58.946 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76052024-08-10T23:26:00.103Z[ recovery-image] Aug 10 23:25:58.946 INFO O| Aug 10 23:25:58.946 INFO STEP 11 (remove_files) COMPLETE
76062024-08-10T23:26:00.103Z[ recovery-image] Aug 10 23:25:58.946 INFO O| Aug 10 23:25:58.946 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76072024-08-10T23:26:00.114Z[ recovery-image] Aug 10 23:25:58.960 INFO O| Aug 10 23:25:58.960 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76082024-08-10T23:26:00.117Z[ recovery-image] Aug 10 23:25:58.960 INFO O| Aug 10 23:25:58.960 INFO STEP 12 (remove_files) COMPLETE
76092024-08-10T23:26:00.117Z[ recovery-image] Aug 10 23:25:58.960 INFO O| Aug 10 23:25:58.960 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76102024-08-10T23:26:00.125Z[ recovery-image] Aug 10 23:25:58.970 INFO O| Aug 10 23:25:58.970 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76112024-08-10T23:26:00.125Z[ recovery-image] Aug 10 23:25:58.970 INFO O| Aug 10 23:25:58.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76122024-08-10T23:26:00.127Z[ recovery-image] Aug 10 23:25:58.970 INFO O| Aug 10 23:25:58.970 INFO STEP 13 (ensure_dir) COMPLETE
76132024-08-10T23:26:00.127Z[ recovery-image] Aug 10 23:25:58.970 INFO O| Aug 10 23:25:58.970 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76142024-08-10T23:26:00.135Z[ recovery-image] Aug 10 23:25:58.980 INFO O| Aug 10 23:25:58.980 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76152024-08-10T23:26:00.137Z[ recovery-image] Aug 10 23:25:58.980 INFO O| Aug 10 23:25:58.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76162024-08-10T23:26:00.137Z[ recovery-image] Aug 10 23:25:58.980 INFO O| Aug 10 23:25:58.980 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76172024-08-10T23:26:00.137Z[ recovery-image] Aug 10 23:25:58.980 INFO O| Aug 10 23:25:58.980 INFO STEP 14 (ensure_dir) COMPLETE
76182024-08-10T23:26:00.137Z[ recovery-image] Aug 10 23:25:58.980 INFO O| Aug 10 23:25:58.980 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76192024-08-10T23:26:00.145Z[ recovery-image] Aug 10 23:25:58.990 INFO O| Aug 10 23:25:58.990 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76202024-08-10T23:26:00.145Z[ recovery-image] Aug 10 23:25:58.990 INFO O| Aug 10 23:25:58.990 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76212024-08-10T23:26:00.147Z[ recovery-image] Aug 10 23:25:58.990 INFO O| Aug 10 23:25:58.990 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76222024-08-10T23:26:00.147Z[ recovery-image] Aug 10 23:25:58.990 INFO O| Aug 10 23:25:58.990 INFO STEP 15 (ensure_dir) COMPLETE
76232024-08-10T23:26:00.147Z[ recovery-image] Aug 10 23:25:58.990 INFO O| Aug 10 23:25:58.990 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76242024-08-10T23:26:00.155Z[ recovery-image] Aug 10 23:25:59.000 INFO O| Aug 10 23:25:59.000 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76252024-08-10T23:26:00.158Z[ recovery-image] Aug 10 23:25:59.001 INFO O| Aug 10 23:25:59.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76262024-08-10T23:26:00.158Z[ recovery-image] Aug 10 23:25:59.001 INFO O| Aug 10 23:25:59.001 INFO STEP 16 (ensure_dir) COMPLETE
76272024-08-10T23:26:00.158Z[ recovery-image] Aug 10 23:25:59.001 INFO O| Aug 10 23:25:59.001 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76282024-08-10T23:26:00.166Z[ recovery-image] Aug 10 23:25:59.012 INFO O| Aug 10 23:25:59.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76292024-08-10T23:26:00.169Z[ recovery-image] Aug 10 23:25:59.012 INFO O| Aug 10 23:25:59.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76302024-08-10T23:26:00.169Z[ recovery-image] Aug 10 23:25:59.012 INFO O| Aug 10 23:25:59.012 INFO STEP 17 (ensure_dir) COMPLETE
76312024-08-10T23:26:00.169Z[ recovery-image] Aug 10 23:25:59.012 INFO O| Aug 10 23:25:59.012 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76322024-08-10T23:26:00.177Z[ recovery-image] Aug 10 23:25:59.022 INFO O| Aug 10 23:25:59.022 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76332024-08-10T23:26:00.177Z[ recovery-image] Aug 10 23:25:59.022 INFO O| Aug 10 23:25:59.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76342024-08-10T23:26:00.179Z[ recovery-image] Aug 10 23:25:59.022 INFO O| Aug 10 23:25:59.022 INFO ok!
76352024-08-10T23:26:00.180Z[ recovery-image] Aug 10 23:25:59.022 INFO O| Aug 10 23:25:59.022 INFO STEP 18 (ensure_symlink) COMPLETE
76362024-08-10T23:26:00.180Z[ recovery-image] Aug 10 23:25:59.022 INFO O| Aug 10 23:25:59.022 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76372024-08-10T23:26:00.187Z[ recovery-image] Aug 10 23:25:59.033 INFO O| Aug 10 23:25:59.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76382024-08-10T23:26:00.190Z[ recovery-image] Aug 10 23:25:59.033 INFO O| Aug 10 23:25:59.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76392024-08-10T23:26:00.190Z[ recovery-image] Aug 10 23:25:59.033 INFO O| Aug 10 23:25:59.033 INFO ok!
76402024-08-10T23:26:00.190Z[ recovery-image] Aug 10 23:25:59.033 INFO O| Aug 10 23:25:59.033 INFO STEP 19 (ensure_file) COMPLETE
76412024-08-10T23:26:00.190Z[ recovery-image] Aug 10 23:25:59.033 INFO O| Aug 10 23:25:59.033 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76422024-08-10T23:26:00.198Z[ recovery-image] Aug 10 23:25:59.043 INFO O| Aug 10 23:25:59.043 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76432024-08-10T23:26:00.198Z[ recovery-image] Aug 10 23:25:59.043 INFO O| Aug 10 23:25:59.043 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76442024-08-10T23:26:00.200Z[ recovery-image] Aug 10 23:25:59.043 INFO O| Aug 10 23:25:59.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76452024-08-10T23:26:00.200Z[ recovery-image] Aug 10 23:25:59.043 INFO O| Aug 10 23:25:59.043 INFO ok!
76462024-08-10T23:26:00.200Z[ recovery-image] Aug 10 23:25:59.043 INFO O| Aug 10 23:25:59.043 INFO STEP 20 (ensure_symlink) COMPLETE
76472024-08-10T23:26:00.200Z[ recovery-image] Aug 10 23:25:59.043 INFO O| Aug 10 23:25:59.043 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76482024-08-10T23:26:00.208Z[ recovery-image] Aug 10 23:25:59.054 INFO O| Aug 10 23:25:59.054 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76492024-08-10T23:26:00.208Z[ recovery-image] Aug 10 23:25:59.054 INFO O| Aug 10 23:25:59.054 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76502024-08-10T23:26:00.211Z[ recovery-image] Aug 10 23:25:59.054 INFO O| Aug 10 23:25:59.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76512024-08-10T23:26:00.211Z[ recovery-image] Aug 10 23:25:59.054 INFO O| Aug 10 23:25:59.054 INFO ok!
76522024-08-10T23:26:00.211Z[ recovery-image] Aug 10 23:25:59.054 INFO O| Aug 10 23:25:59.054 INFO STEP 21 (ensure_symlink) COMPLETE
76532024-08-10T23:26:00.211Z[ recovery-image] Aug 10 23:25:59.054 INFO O| Aug 10 23:25:59.054 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76542024-08-10T23:26:00.221Z[ recovery-image] Aug 10 23:25:59.066 INFO O| Aug 10 23:25:59.066 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76552024-08-10T23:26:00.221Z[ recovery-image] Aug 10 23:25:59.066 INFO O| Aug 10 23:25:59.066 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76562024-08-10T23:26:00.223Z[ recovery-image] Aug 10 23:25:59.067 INFO O| Aug 10 23:25:59.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76572024-08-10T23:26:00.223Z[ recovery-image] Aug 10 23:25:59.067 INFO O| Aug 10 23:25:59.066 INFO ok!
76582024-08-10T23:26:00.223Z[ recovery-image] Aug 10 23:25:59.067 INFO O| Aug 10 23:25:59.067 INFO STEP 22 (ensure_symlink) COMPLETE
76592024-08-10T23:26:00.223Z[ recovery-image] Aug 10 23:25:59.067 INFO O| Aug 10 23:25:59.067 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76602024-08-10T23:26:00.231Z[ recovery-image] Aug 10 23:25:59.076 INFO O| Aug 10 23:25:59.076 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76612024-08-10T23:26:00.231Z[ recovery-image] Aug 10 23:25:59.076 INFO O| Aug 10 23:25:59.076 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76622024-08-10T23:26:00.234Z[ recovery-image] Aug 10 23:25:59.076 INFO O| Aug 10 23:25:59.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76632024-08-10T23:26:00.234Z[ recovery-image] Aug 10 23:25:59.077 INFO O| Aug 10 23:25:59.076 INFO ok!
76642024-08-10T23:26:00.234Z[ recovery-image] Aug 10 23:25:59.077 INFO O| Aug 10 23:25:59.076 INFO STEP 23 (ensure_symlink) COMPLETE
76652024-08-10T23:26:00.234Z[ recovery-image] Aug 10 23:25:59.077 INFO O| Aug 10 23:25:59.076 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76662024-08-10T23:26:00.242Z[ recovery-image] Aug 10 23:25:59.087 INFO O| Aug 10 23:25:59.087 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76672024-08-10T23:26:00.242Z[ recovery-image] Aug 10 23:25:59.087 INFO O| Aug 10 23:25:59.087 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 ...
76682024-08-10T23:26:00.245Z[ recovery-image] Aug 10 23:25:59.087 INFO O| Aug 10 23:25:59.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76692024-08-10T23:26:00.245Z[ recovery-image] Aug 10 23:25:59.087 INFO O| Aug 10 23:25:59.087 INFO ok!
76702024-08-10T23:26:00.245Z[ recovery-image] Aug 10 23:25:59.087 INFO O| Aug 10 23:25:59.087 INFO STEP 24 (ensure_file) COMPLETE
76712024-08-10T23:26:00.245Z[ recovery-image] Aug 10 23:25:59.087 INFO O| Aug 10 23:25:59.087 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76722024-08-10T23:26:00.253Z[ recovery-image] Aug 10 23:25:59.098 INFO O| Aug 10 23:25:59.098 INFO updating shadow file
76732024-08-10T23:26:00.257Z[ recovery-image] Aug 10 23:25:59.098 INFO O| Aug 10 23:25:59.098 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76742024-08-10T23:26:00.257Z[ recovery-image] Aug 10 23:25:59.098 INFO O| Aug 10 23:25:59.098 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76752024-08-10T23:26:00.257Z[ recovery-image] Aug 10 23:25:59.098 INFO O| Aug 10 23:25:59.098 INFO STEP 25 (shadow) COMPLETE
76762024-08-10T23:26:00.258Z[ recovery-image] Aug 10 23:25:59.098 INFO O| Aug 10 23:25:59.098 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76772024-08-10T23:26:00.265Z[ recovery-image] Aug 10 23:25:59.109 INFO O| Aug 10 23:25:59.109 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76782024-08-10T23:26:00.265Z[ recovery-image] Aug 10 23:25:59.109 INFO O| Aug 10 23:25:59.109 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76792024-08-10T23:26:00.270Z[ recovery-image] Aug 10 23:25:59.109 INFO O| Aug 10 23:25:59.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76802024-08-10T23:26:00.270Z[ recovery-image] Aug 10 23:25:59.109 INFO O| Aug 10 23:25:59.109 INFO ok!
76812024-08-10T23:26:00.270Z[ recovery-image] Aug 10 23:25:59.109 INFO O| Aug 10 23:25:59.109 INFO STEP 26 (ensure_file) COMPLETE
76822024-08-10T23:26:00.270Z[ recovery-image] Aug 10 23:25:59.109 INFO O| Aug 10 23:25:59.109 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76832024-08-10T23:26:00.275Z[ recovery-image] Aug 10 23:25:59.120 INFO O| Aug 10 23:25:59.120 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76842024-08-10T23:26:00.278Z[ recovery-image] Aug 10 23:25:59.121 INFO O| Aug 10 23:25:59.120 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76852024-08-10T23:26:00.278Z[ recovery-image] Aug 10 23:25:59.121 INFO O| Aug 10 23:25:59.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76862024-08-10T23:26:00.278Z[ recovery-image] Aug 10 23:25:59.121 INFO O| Aug 10 23:25:59.121 INFO ok!
76872024-08-10T23:26:00.278Z[ recovery-image] Aug 10 23:25:59.121 INFO O| Aug 10 23:25:59.121 INFO STEP 27 (ensure_file) COMPLETE
76882024-08-10T23:26:00.278Z[ recovery-image] Aug 10 23:25:59.121 INFO O| Aug 10 23:25:59.121 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76892024-08-10T23:26:00.286Z[ recovery-image] Aug 10 23:25:59.132 INFO O| Aug 10 23:25:59.132 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76902024-08-10T23:26:00.286Z[ recovery-image] Aug 10 23:25:59.132 INFO O| Aug 10 23:25:59.132 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76912024-08-10T23:26:00.289Z[ recovery-image] Aug 10 23:25:59.132 INFO O| Aug 10 23:25:59.132 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76922024-08-10T23:26:00.289Z[ recovery-image] Aug 10 23:25:59.132 INFO O| Aug 10 23:25:59.132 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76932024-08-10T23:26:00.289Z[ recovery-image] Aug 10 23:25:59.132 INFO O| Aug 10 23:25:59.132 INFO ok!
76942024-08-10T23:26:00.289Z[ recovery-image] Aug 10 23:25:59.132 INFO O| Aug 10 23:25:59.132 INFO STEP 28 (ensure_file) COMPLETE
76952024-08-10T23:26:00.289Z[ recovery-image] Aug 10 23:25:59.132 INFO O| Aug 10 23:25:59.132 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76962024-08-10T23:26:00.297Z[ recovery-image] Aug 10 23:25:59.142 INFO O| Aug 10 23:25:59.142 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76972024-08-10T23:26:00.297Z[ recovery-image] Aug 10 23:25:59.142 INFO O| Aug 10 23:25:59.142 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76982024-08-10T23:26:00.307Z[ recovery-image] Aug 10 23:25:59.142 INFO O| Aug 10 23:25:59.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76992024-08-10T23:26:00.307Z[ recovery-image] Aug 10 23:25:59.143 INFO O| Aug 10 23:25:59.142 INFO ok!
77002024-08-10T23:26:00.307Z[ recovery-image] Aug 10 23:25:59.143 INFO O| Aug 10 23:25:59.142 INFO STEP 29 (ensure_file) COMPLETE
77012024-08-10T23:26:00.307Z[ recovery-image] Aug 10 23:25:59.143 INFO O| Aug 10 23:25:59.142 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77022024-08-10T23:26:00.311Z[ recovery-image] Aug 10 23:25:59.153 INFO O| Aug 10 23:25:59.153 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77032024-08-10T23:26:00.311Z[ recovery-image] Aug 10 23:25:59.153 INFO O| Aug 10 23:25:59.153 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77042024-08-10T23:26:00.311Z[ recovery-image] Aug 10 23:25:59.153 INFO O| Aug 10 23:25:59.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77052024-08-10T23:26:00.311Z[ recovery-image] Aug 10 23:25:59.153 INFO O| Aug 10 23:25:59.153 INFO ok!
77062024-08-10T23:26:00.311Z[ recovery-image] Aug 10 23:25:59.153 INFO O| Aug 10 23:25:59.153 INFO STEP 30 (ensure_file) COMPLETE
77072024-08-10T23:26:00.311Z[ recovery-image] Aug 10 23:25:59.153 INFO O| Aug 10 23:25:59.153 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77082024-08-10T23:26:00.318Z[ recovery-image] Aug 10 23:25:59.164 INFO O| Aug 10 23:25:59.164 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77092024-08-10T23:26:00.318Z[ recovery-image] Aug 10 23:25:59.164 INFO O| Aug 10 23:25:59.164 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77102024-08-10T23:26:00.321Z[ recovery-image] Aug 10 23:25:59.164 INFO O| Aug 10 23:25:59.164 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77112024-08-10T23:26:00.321Z[ recovery-image] Aug 10 23:25:59.164 INFO O| Aug 10 23:25:59.164 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77122024-08-10T23:26:00.321Z[ recovery-image] Aug 10 23:25:59.164 INFO O| Aug 10 23:25:59.164 INFO ok!
77132024-08-10T23:26:00.321Z[ recovery-image] Aug 10 23:25:59.164 INFO O| Aug 10 23:25:59.164 INFO STEP 31 (ensure_file) COMPLETE
77142024-08-10T23:26:00.321Z[ recovery-image] Aug 10 23:25:59.164 INFO O| Aug 10 23:25:59.164 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77152024-08-10T23:26:00.329Z[ recovery-image] Aug 10 23:25:59.175 INFO O| Aug 10 23:25:59.174 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77162024-08-10T23:26:00.329Z[ recovery-image] Aug 10 23:25:59.175 INFO O| Aug 10 23:25:59.175 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77172024-08-10T23:26:00.332Z[ recovery-image] Aug 10 23:25:59.175 INFO O| Aug 10 23:25:59.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77182024-08-10T23:26:00.332Z[ recovery-image] Aug 10 23:25:59.175 INFO O| Aug 10 23:25:59.175 INFO ok!
77192024-08-10T23:26:00.332Z[ recovery-image] Aug 10 23:25:59.175 INFO O| Aug 10 23:25:59.175 INFO STEP 32 (ensure_file) COMPLETE
77202024-08-10T23:26:00.332Z[ recovery-image] Aug 10 23:25:59.175 INFO O| Aug 10 23:25:59.175 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77212024-08-10T23:26:00.340Z[ recovery-image] Aug 10 23:25:59.185 INFO O| Aug 10 23:25:59.185 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77222024-08-10T23:26:00.340Z[ recovery-image] Aug 10 23:25:59.185 INFO O| Aug 10 23:25:59.185 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77232024-08-10T23:26:00.342Z[ recovery-image] Aug 10 23:25:59.185 INFO O| Aug 10 23:25:59.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77242024-08-10T23:26:00.343Z[ recovery-image] Aug 10 23:25:59.185 INFO O| Aug 10 23:25:59.185 INFO ok!
77252024-08-10T23:26:00.343Z[ recovery-image] Aug 10 23:25:59.185 INFO O| Aug 10 23:25:59.185 INFO STEP 33 (ensure_file) COMPLETE
77262024-08-10T23:26:00.343Z[ recovery-image] Aug 10 23:25:59.185 INFO O| Aug 10 23:25:59.185 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77272024-08-10T23:26:00.350Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77282024-08-10T23:26:00.350Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77292024-08-10T23:26:00.353Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77302024-08-10T23:26:00.353Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77312024-08-10T23:26:00.353Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77322024-08-10T23:26:00.353Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77332024-08-10T23:26:00.353Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO ok!
77342024-08-10T23:26:00.353Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO STEP 34 (ensure_file) COMPLETE
77352024-08-10T23:26:00.353Z[ recovery-image] Aug 10 23:25:59.196 INFO O| Aug 10 23:25:59.196 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77362024-08-10T23:26:00.361Z[ recovery-image] Aug 10 23:25:59.206 INFO O| Aug 10 23:25:59.206 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77372024-08-10T23:26:00.363Z[ recovery-image] Aug 10 23:25:59.206 INFO O| Aug 10 23:25:59.206 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77382024-08-10T23:26:00.363Z[ recovery-image] Aug 10 23:25:59.206 INFO O| Aug 10 23:25:59.206 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77392024-08-10T23:26:00.363Z[ recovery-image] Aug 10 23:25:59.206 INFO O| Aug 10 23:25:59.206 INFO STEP 35 (ensure_dir) COMPLETE
77402024-08-10T23:26:00.363Z[ recovery-image] Aug 10 23:25:59.206 INFO O| Aug 10 23:25:59.206 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77412024-08-10T23:26:00.371Z[ recovery-image] Aug 10 23:25:59.216 INFO O| Aug 10 23:25:59.216 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
77422024-08-10T23:26:00.371Z[ recovery-image] Aug 10 23:25:59.216 INFO O| Aug 10 23:25:59.216 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 ...
77432024-08-10T23:26:00.373Z[ recovery-image] Aug 10 23:25:59.216 INFO O| Aug 10 23:25:59.216 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
77442024-08-10T23:26:00.373Z[ recovery-image] Aug 10 23:25:59.217 INFO O| Aug 10 23:25:59.216 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
77452024-08-10T23:26:00.373Z[ recovery-image] Aug 10 23:25:59.217 INFO O| Aug 10 23:25:59.217 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
77462024-08-10T23:26:00.373Z[ recovery-image] Aug 10 23:25:59.217 INFO O| Aug 10 23:25:59.217 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
77472024-08-10T23:26:00.374Z[ recovery-image] Aug 10 23:25:59.217 INFO O| Aug 10 23:25:59.217 INFO ok!
77482024-08-10T23:26:00.374Z[ recovery-image] Aug 10 23:25:59.217 INFO O| Aug 10 23:25:59.217 INFO STEP 36 (ensure_file) COMPLETE
77492024-08-10T23:26:00.374Z[ recovery-image] Aug 10 23:25:59.217 INFO O| Aug 10 23:25:59.217 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77502024-08-10T23:26:00.381Z[ recovery-image] Aug 10 23:25:59.226 INFO O| Aug 10 23:25:59.226 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77512024-08-10T23:26:00.381Z[ recovery-image] Aug 10 23:25:59.226 INFO O| Aug 10 23:25:59.226 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 ...
77522024-08-10T23:26:00.384Z[ recovery-image] Aug 10 23:25:59.227 INFO O| Aug 10 23:25:59.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77532024-08-10T23:26:00.384Z[ recovery-image] Aug 10 23:25:59.227 INFO O| Aug 10 23:25:59.227 INFO ok!
77542024-08-10T23:26:00.384Z[ recovery-image] Aug 10 23:25:59.227 INFO O| Aug 10 23:25:59.227 INFO STEP 37 (ensure_symlink) COMPLETE
77552024-08-10T23:26:00.384Z[ recovery-image] Aug 10 23:25:59.227 INFO O| Aug 10 23:25:59.227 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77562024-08-10T23:26:00.391Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77572024-08-10T23:26:00.392Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77582024-08-10T23:26:00.394Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77592024-08-10T23:26:00.394Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77602024-08-10T23:26:00.394Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77612024-08-10T23:26:00.394Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77622024-08-10T23:26:00.394Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO ok!
77632024-08-10T23:26:00.394Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO STEP 38 (ensure_file) COMPLETE
77642024-08-10T23:26:00.394Z[ recovery-image] Aug 10 23:25:59.237 INFO O| Aug 10 23:25:59.237 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77652024-08-10T23:26:00.402Z[ recovery-image] Aug 10 23:25:59.248 INFO O| Aug 10 23:25:59.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77662024-08-10T23:26:00.402Z[ recovery-image] Aug 10 23:25:59.248 INFO O| Aug 10 23:25:59.248 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 ...
77672024-08-10T23:26:00.405Z[ recovery-image] Aug 10 23:25:59.248 INFO O| Aug 10 23:25:59.248 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
77682024-08-10T23:26:00.405Z[ recovery-image] Aug 10 23:25:59.248 INFO O| Aug 10 23:25:59.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77692024-08-10T23:26:00.405Z[ recovery-image] Aug 10 23:25:59.248 INFO O| Aug 10 23:25:59.248 INFO ok!
77702024-08-10T23:26:00.405Z[ recovery-image] Aug 10 23:25:59.248 INFO O| Aug 10 23:25:59.248 INFO STEP 39 (ensure_file) COMPLETE
77712024-08-10T23:26:00.405Z[ recovery-image] Aug 10 23:25:59.248 INFO O| Aug 10 23:25:59.248 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77722024-08-10T23:26:00.413Z[ recovery-image] Aug 10 23:25:59.258 INFO O| Aug 10 23:25:59.258 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77732024-08-10T23:26:00.413Z[ recovery-image] Aug 10 23:25:59.258 INFO O| Aug 10 23:25:59.258 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77742024-08-10T23:26:00.416Z[ recovery-image] Aug 10 23:25:59.258 INFO O| Aug 10 23:25:59.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77752024-08-10T23:26:00.416Z[ recovery-image] Aug 10 23:25:59.258 INFO O| Aug 10 23:25:59.258 INFO ok!
77762024-08-10T23:26:00.416Z[ recovery-image] Aug 10 23:25:59.258 INFO O| Aug 10 23:25:59.258 INFO STEP 40 (ensure_file) COMPLETE
77772024-08-10T23:26:00.416Z[ recovery-image] Aug 10 23:25:59.258 INFO O| Aug 10 23:25:59.258 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77782024-08-10T23:26:00.423Z[ recovery-image] Aug 10 23:25:59.268 INFO O| Aug 10 23:25:59.268 INFO updating shadow file
77792024-08-10T23:26:00.426Z[ recovery-image] Aug 10 23:25:59.269 INFO O| Aug 10 23:25:59.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77802024-08-10T23:26:00.426Z[ recovery-image] Aug 10 23:25:59.269 INFO O| Aug 10 23:25:59.269 INFO STEP 41 (shadow) COMPLETE
77812024-08-10T23:26:00.426Z[ recovery-image] Aug 10 23:25:59.269 INFO O| Aug 10 23:25:59.269 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77822024-08-10T23:26:00.433Z[ recovery-image] Aug 10 23:25:59.279 INFO O| Aug 10 23:25:59.279 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77832024-08-10T23:26:00.433Z[ recovery-image] Aug 10 23:25:59.279 INFO O| Aug 10 23:25:59.279 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77842024-08-10T23:26:00.436Z[ recovery-image] Aug 10 23:25:59.279 INFO O| Aug 10 23:25:59.279 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77852024-08-10T23:26:00.436Z[ recovery-image] Aug 10 23:25:59.279 INFO O| Aug 10 23:25:59.279 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77862024-08-10T23:26:00.436Z[ recovery-image] Aug 10 23:25:59.279 INFO O| Aug 10 23:25:59.279 INFO ok!
77872024-08-10T23:26:00.436Z[ recovery-image] Aug 10 23:25:59.279 INFO O| Aug 10 23:25:59.279 INFO STEP 42 (ensure_file) COMPLETE
77882024-08-10T23:26:00.436Z[ recovery-image] Aug 10 23:25:59.279 INFO O| Aug 10 23:25:59.279 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77892024-08-10T23:26:00.444Z[ recovery-image] Aug 10 23:25:59.289 INFO O| Aug 10 23:25:59.289 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77902024-08-10T23:26:00.444Z[ recovery-image] Aug 10 23:25:59.289 INFO O| Aug 10 23:25:59.289 INFO STEP 43 (ensure_dir) COMPLETE
77912024-08-10T23:26:00.447Z[ recovery-image] Aug 10 23:25:59.289 INFO O| Aug 10 23:25:59.289 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77922024-08-10T23:26:00.454Z[ recovery-image] Aug 10 23:25:59.299 INFO O| Aug 10 23:25:59.299 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77932024-08-10T23:26:00.454Z[ recovery-image] Aug 10 23:25:59.299 INFO O| Aug 10 23:25:59.299 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77942024-08-10T23:26:00.457Z[ recovery-image] Aug 10 23:25:59.299 INFO O| Aug 10 23:25:59.299 INFO STEP 44 (ensure_dir) COMPLETE
77952024-08-10T23:26:00.457Z[ recovery-image] Aug 10 23:25:59.299 INFO O| Aug 10 23:25:59.299 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77962024-08-10T23:26:00.464Z[ recovery-image] Aug 10 23:25:59.309 INFO O| Aug 10 23:25:59.309 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77972024-08-10T23:26:00.467Z[ recovery-image] Aug 10 23:25:59.309 INFO O| Aug 10 23:25:59.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77982024-08-10T23:26:00.468Z[ recovery-image] Aug 10 23:25:59.309 INFO O| Aug 10 23:25:59.309 INFO STEP 45 (ensure_dir) COMPLETE
77992024-08-10T23:26:00.468Z[ recovery-image] Aug 10 23:25:59.309 INFO O| Aug 10 23:25:59.309 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78002024-08-10T23:26:00.474Z[ recovery-image] Aug 10 23:25:59.320 INFO O| Aug 10 23:25:59.320 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78012024-08-10T23:26:00.474Z[ recovery-image] Aug 10 23:25:59.320 INFO O| Aug 10 23:25:59.320 INFO copying /tmp/.tmpaerXmB/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78022024-08-10T23:26:00.504Z[ recovery-image] Aug 10 23:25:59.350 INFO O| Aug 10 23:25:59.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78032024-08-10T23:26:00.504Z[ recovery-image] Aug 10 23:25:59.350 INFO O| Aug 10 23:25:59.350 INFO ok!
78042024-08-10T23:26:00.504Z[ recovery-image] Aug 10 23:25:59.350 INFO O| Aug 10 23:25:59.350 INFO STEP 46 (ensure_file) COMPLETE
78052024-08-10T23:26:00.507Z[ recovery-image] Aug 10 23:25:59.350 INFO O| Aug 10 23:25:59.350 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78062024-08-10T23:26:00.516Z[ recovery-image] Aug 10 23:25:59.361 INFO O| Aug 10 23:25:59.361 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78072024-08-10T23:26:00.518Z[ recovery-image] Aug 10 23:25:59.361 INFO O| Aug 10 23:25:59.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78082024-08-10T23:26:00.518Z[ recovery-image] Aug 10 23:25:59.361 INFO O| Aug 10 23:25:59.361 INFO STEP 47 (ensure_dir) COMPLETE
78092024-08-10T23:26:00.518Z[ recovery-image] Aug 10 23:25:59.361 INFO O| Aug 10 23:25:59.361 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78102024-08-10T23:26:00.526Z[ recovery-image] Aug 10 23:25:59.371 INFO O| Aug 10 23:25:59.371 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78112024-08-10T23:26:00.526Z[ recovery-image] Aug 10 23:25:59.371 INFO O| Aug 10 23:25:59.371 INFO copying /tmp/.tmpaerXmB/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78122024-08-10T23:26:00.529Z[ recovery-image] Aug 10 23:25:59.371 INFO O| Aug 10 23:25:59.371 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78132024-08-10T23:26:00.529Z[ recovery-image] Aug 10 23:25:59.371 INFO O| Aug 10 23:25:59.371 INFO ok!
78142024-08-10T23:26:00.529Z[ recovery-image] Aug 10 23:25:59.371 INFO O| Aug 10 23:25:59.371 INFO STEP 48 (ensure_file) COMPLETE
78152024-08-10T23:26:00.529Z[ recovery-image] Aug 10 23:25:59.371 INFO O| Aug 10 23:25:59.371 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78162024-08-10T23:26:00.537Z[ recovery-image] Aug 10 23:25:59.382 INFO O| Aug 10 23:25:59.382 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78172024-08-10T23:26:00.540Z[ recovery-image] Aug 10 23:25:59.382 INFO O| Aug 10 23:25:59.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78182024-08-10T23:26:00.540Z[ recovery-image] Aug 10 23:25:59.382 INFO O| Aug 10 23:25:59.382 INFO STEP 49 (ensure_dir) COMPLETE
78192024-08-10T23:26:00.540Z[ recovery-image] Aug 10 23:25:59.382 INFO O| Aug 10 23:25:59.382 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78202024-08-10T23:26:00.547Z[ recovery-image] Aug 10 23:25:59.392 INFO O| Aug 10 23:25:59.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78212024-08-10T23:26:00.547Z[ recovery-image] Aug 10 23:25:59.392 INFO O| Aug 10 23:25:59.392 INFO copying /tmp/.tmpaerXmB/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78222024-08-10T23:26:00.561Z[ recovery-image] Aug 10 23:25:59.407 INFO O| Aug 10 23:25:59.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78232024-08-10T23:26:00.561Z[ recovery-image] Aug 10 23:25:59.407 INFO O| Aug 10 23:25:59.407 INFO ok!
78242024-08-10T23:26:00.562Z[ recovery-image] Aug 10 23:25:59.407 INFO O| Aug 10 23:25:59.407 INFO STEP 50 (ensure_file) COMPLETE
78252024-08-10T23:26:00.565Z[ recovery-image] Aug 10 23:25:59.407 INFO O| Aug 10 23:25:59.407 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78262024-08-10T23:26:00.573Z[ recovery-image] Aug 10 23:25:59.418 INFO O| Aug 10 23:25:59.418 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78272024-08-10T23:26:00.573Z[ recovery-image] Aug 10 23:25:59.418 INFO O| Aug 10 23:25:59.418 INFO copying /tmp/.tmpaerXmB/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78282024-08-10T23:26:01.069Z[ recovery-image] Aug 10 23:25:59.914 INFO O| Aug 10 23:25:59.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78292024-08-10T23:26:01.069Z[ recovery-image] Aug 10 23:25:59.914 INFO O| Aug 10 23:25:59.914 INFO ok!
78302024-08-10T23:26:01.069Z[ recovery-image] Aug 10 23:25:59.914 INFO O| Aug 10 23:25:59.914 INFO STEP 51 (ensure_file) COMPLETE
78312024-08-10T23:26:01.072Z[ recovery-image] Aug 10 23:25:59.914 INFO O| Aug 10 23:25:59.914 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78322024-08-10T23:26:01.083Z[ recovery-image] Aug 10 23:25:59.928 INFO O| Aug 10 23:25:59.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78332024-08-10T23:26:01.086Z[ recovery-image] Aug 10 23:25:59.929 INFO O| Aug 10 23:25:59.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78342024-08-10T23:26:01.086Z[ recovery-image] Aug 10 23:25:59.929 INFO O| Aug 10 23:25:59.929 INFO STEP 52 (ensure_dir) COMPLETE
78352024-08-10T23:26:01.086Z[ recovery-image] Aug 10 23:25:59.929 INFO O| Aug 10 23:25:59.929 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78362024-08-10T23:26:01.094Z[ recovery-image] Aug 10 23:25:59.940 INFO O| Aug 10 23:25:59.939 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78372024-08-10T23:26:01.094Z[ recovery-image] Aug 10 23:25:59.940 INFO O| Aug 10 23:25:59.940 INFO copying /tmp/.tmpaerXmB/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 ...
78382024-08-10T23:26:01.097Z[ recovery-image] Aug 10 23:25:59.940 INFO O| Aug 10 23:25:59.940 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
78392024-08-10T23:26:01.097Z[ recovery-image] Aug 10 23:25:59.940 INFO O| Aug 10 23:25:59.940 INFO ok!
78402024-08-10T23:26:01.097Z[ recovery-image] Aug 10 23:25:59.940 INFO O| Aug 10 23:25:59.940 INFO STEP 53 (ensure_file) COMPLETE
78412024-08-10T23:26:01.097Z[ recovery-image] Aug 10 23:25:59.940 INFO O| Aug 10 23:25:59.940 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78422024-08-10T23:26:01.105Z[ recovery-image] Aug 10 23:25:59.950 INFO O| Aug 10 23:25:59.950 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78432024-08-10T23:26:01.105Z[ recovery-image] Aug 10 23:25:59.950 INFO O| Aug 10 23:25:59.950 INFO copying /tmp/.tmpaerXmB/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 ...
78442024-08-10T23:26:01.107Z[ recovery-image] Aug 10 23:25:59.950 INFO O| Aug 10 23:25:59.950 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
78452024-08-10T23:26:01.108Z[ recovery-image] Aug 10 23:25:59.950 INFO O| Aug 10 23:25:59.950 INFO ok!
78462024-08-10T23:26:01.108Z[ recovery-image] Aug 10 23:25:59.950 INFO O| Aug 10 23:25:59.950 INFO STEP 54 (ensure_file) COMPLETE
78472024-08-10T23:26:01.108Z[ recovery-image] Aug 10 23:25:59.950 INFO O| Aug 10 23:25:59.950 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78482024-08-10T23:26:01.117Z[ recovery-image] Aug 10 23:25:59.962 INFO O| Aug 10 23:25:59.962 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78492024-08-10T23:26:01.119Z[ recovery-image] Aug 10 23:25:59.962 INFO O| Aug 10 23:25:59.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78502024-08-10T23:26:01.120Z[ recovery-image] Aug 10 23:25:59.962 INFO O| Aug 10 23:25:59.962 INFO STEP 55 (ensure_dir) COMPLETE
78512024-08-10T23:26:01.120Z[ recovery-image] Aug 10 23:25:59.962 INFO O| Aug 10 23:25:59.962 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78522024-08-10T23:26:01.127Z[ recovery-image] Aug 10 23:25:59.973 INFO O| Aug 10 23:25:59.973 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78532024-08-10T23:26:01.127Z[ recovery-image] Aug 10 23:25:59.973 INFO O| Aug 10 23:25:59.973 INFO copying /tmp/.tmpaerXmB/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 ...
78542024-08-10T23:26:01.130Z[ recovery-image] Aug 10 23:25:59.973 INFO O| Aug 10 23:25:59.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78552024-08-10T23:26:01.130Z[ recovery-image] Aug 10 23:25:59.973 INFO O| Aug 10 23:25:59.973 INFO ok!
78562024-08-10T23:26:01.130Z[ recovery-image] Aug 10 23:25:59.973 INFO O| Aug 10 23:25:59.973 INFO STEP 56 (ensure_file) COMPLETE
78572024-08-10T23:26:01.130Z[ recovery-image] Aug 10 23:25:59.973 INFO O| Aug 10 23:25:59.973 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78582024-08-10T23:26:01.138Z[ recovery-image] Aug 10 23:25:59.984 INFO O| Aug 10 23:25:59.984 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78592024-08-10T23:26:01.138Z[ recovery-image] Aug 10 23:25:59.984 INFO O| Aug 10 23:25:59.984 INFO copying /tmp/.tmpaerXmB/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 ...
78602024-08-10T23:26:01.141Z[ recovery-image] Aug 10 23:25:59.984 INFO O| Aug 10 23:25:59.984 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
78612024-08-10T23:26:01.141Z[ recovery-image] Aug 10 23:25:59.984 INFO O| Aug 10 23:25:59.984 INFO ok!
78622024-08-10T23:26:01.141Z[ recovery-image] Aug 10 23:25:59.984 INFO O| Aug 10 23:25:59.984 INFO STEP 57 (ensure_file) COMPLETE
78632024-08-10T23:26:01.141Z[ recovery-image] Aug 10 23:25:59.984 INFO O| Aug 10 23:25:59.984 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78642024-08-10T23:26:01.148Z[ recovery-image] Aug 10 23:25:59.994 INFO O| Aug 10 23:25:59.994 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78652024-08-10T23:26:01.151Z[ recovery-image] Aug 10 23:25:59.994 INFO O| Aug 10 23:25:59.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78662024-08-10T23:26:01.151Z[ recovery-image] Aug 10 23:25:59.994 INFO O| Aug 10 23:25:59.994 INFO STEP 58 (ensure_dir) COMPLETE
78672024-08-10T23:26:01.151Z[ recovery-image] Aug 10 23:25:59.994 INFO O| Aug 10 23:25:59.994 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78682024-08-10T23:26:01.159Z[ recovery-image] Aug 10 23:26:00.004 INFO O| Aug 10 23:26:00.004 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78692024-08-10T23:26:01.159Z[ recovery-image] Aug 10 23:26:00.004 INFO O| Aug 10 23:26:00.004 INFO copying /tmp/.tmpaerXmB/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 ...
78702024-08-10T23:26:01.161Z[ recovery-image] Aug 10 23:26:00.004 INFO O| Aug 10 23:26:00.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78712024-08-10T23:26:01.161Z[ recovery-image] Aug 10 23:26:00.004 INFO O| Aug 10 23:26:00.004 INFO ok!
78722024-08-10T23:26:01.161Z[ recovery-image] Aug 10 23:26:00.004 INFO O| Aug 10 23:26:00.004 INFO STEP 59 (ensure_file) COMPLETE
78732024-08-10T23:26:01.162Z[ recovery-image] Aug 10 23:26:00.004 INFO O| Aug 10 23:26:00.004 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78742024-08-10T23:26:01.169Z[ recovery-image] Aug 10 23:26:00.015 INFO O| Aug 10 23:26:00.015 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78752024-08-10T23:26:01.169Z[ recovery-image] Aug 10 23:26:00.015 INFO O| Aug 10 23:26:00.015 INFO copying /tmp/.tmpaerXmB/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78762024-08-10T23:26:01.172Z[ recovery-image] Aug 10 23:26:00.015 INFO O| Aug 10 23:26:00.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78772024-08-10T23:26:01.172Z[ recovery-image] Aug 10 23:26:00.015 INFO O| Aug 10 23:26:00.015 INFO ok!
78782024-08-10T23:26:01.172Z[ recovery-image] Aug 10 23:26:00.015 INFO O| Aug 10 23:26:00.015 INFO STEP 60 (ensure_file) COMPLETE
78792024-08-10T23:26:01.172Z[ recovery-image] Aug 10 23:26:00.015 INFO O| Aug 10 23:26:00.015 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78802024-08-10T23:26:01.180Z[ recovery-image] Aug 10 23:26:00.026 INFO O| Aug 10 23:26:00.025 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78812024-08-10T23:26:01.180Z[ recovery-image] Aug 10 23:26:00.026 INFO O| Aug 10 23:26:00.026 INFO STEP 61 (ensure_dir) COMPLETE
78822024-08-10T23:26:01.180Z[ recovery-image] Aug 10 23:26:00.026 INFO O| Aug 10 23:26:00.026 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78832024-08-10T23:26:01.191Z[ recovery-image] Aug 10 23:26:00.036 INFO O| Aug 10 23:26:00.036 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78842024-08-10T23:26:01.191Z[ recovery-image] Aug 10 23:26:00.036 INFO O| Aug 10 23:26:00.036 INFO STEP 62 (ensure_dir) COMPLETE
78852024-08-10T23:26:01.193Z[ recovery-image] Aug 10 23:26:00.036 INFO O| Aug 10 23:26:00.036 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78862024-08-10T23:26:01.201Z[ recovery-image] Aug 10 23:26:00.047 INFO O| Aug 10 23:26:00.047 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78872024-08-10T23:26:01.204Z[ recovery-image] Aug 10 23:26:00.047 INFO O| Aug 10 23:26:00.047 INFO STEP 63 (ensure_dir) COMPLETE
78882024-08-10T23:26:01.204Z[ recovery-image] Aug 10 23:26:00.047 INFO O| Aug 10 23:26:00.047 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78892024-08-10T23:26:01.212Z[ recovery-image] Aug 10 23:26:00.057 INFO O| Aug 10 23:26:00.057 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78902024-08-10T23:26:01.214Z[ recovery-image] Aug 10 23:26:00.057 INFO O| Aug 10 23:26:00.057 INFO STEP 64 (ensure_dir) COMPLETE
78912024-08-10T23:26:01.214Z[ recovery-image] Aug 10 23:26:00.057 INFO O| Aug 10 23:26:00.057 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78922024-08-10T23:26:01.222Z[ recovery-image] Aug 10 23:26:00.067 INFO O| Aug 10 23:26:00.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78932024-08-10T23:26:01.224Z[ recovery-image] Aug 10 23:26:00.067 INFO O| Aug 10 23:26:00.067 INFO copying /tmp/.tmpaerXmB/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78942024-08-10T23:26:01.225Z[ recovery-image] Aug 10 23:26:00.068 INFO O| Aug 10 23:26:00.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78952024-08-10T23:26:01.225Z[ recovery-image] Aug 10 23:26:00.068 INFO O| Aug 10 23:26:00.068 INFO ok!
78962024-08-10T23:26:01.225Z[ recovery-image] Aug 10 23:26:00.068 INFO O| Aug 10 23:26:00.068 INFO STEP 65 (ensure_file) COMPLETE
78972024-08-10T23:26:01.225Z[ recovery-image] Aug 10 23:26:00.068 INFO O| Aug 10 23:26:00.068 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78982024-08-10T23:26:01.232Z[ recovery-image] Aug 10 23:26:00.078 INFO O| Aug 10 23:26:00.078 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78992024-08-10T23:26:01.235Z[ recovery-image] Aug 10 23:26:00.078 INFO O| Aug 10 23:26:00.078 INFO STEP 66 (remove_files) COMPLETE
79002024-08-10T23:26:01.235Z[ recovery-image] Aug 10 23:26:00.078 INFO O| Aug 10 23:26:00.078 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79012024-08-10T23:26:01.242Z[ recovery-image] Aug 10 23:26:00.088 INFO O| Aug 10 23:26:00.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79022024-08-10T23:26:01.245Z[ recovery-image] Aug 10 23:26:00.088 INFO O| Aug 10 23:26:00.088 INFO STEP 67 (remove_files) COMPLETE
79032024-08-10T23:26:01.245Z[ recovery-image] Aug 10 23:26:00.088 INFO O| Aug 10 23:26:00.088 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79042024-08-10T23:26:01.253Z[ recovery-image] Aug 10 23:26:00.098 INFO O| Aug 10 23:26:00.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79052024-08-10T23:26:01.255Z[ recovery-image] Aug 10 23:26:00.098 INFO O| Aug 10 23:26:00.098 INFO STEP 68 (remove_files) COMPLETE
79062024-08-10T23:26:01.255Z[ recovery-image] Aug 10 23:26:00.098 INFO O| Aug 10 23:26:00.098 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79072024-08-10T23:26:01.263Z[ recovery-image] Aug 10 23:26:00.108 INFO O| Aug 10 23:26:00.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79082024-08-10T23:26:01.265Z[ recovery-image] Aug 10 23:26:00.108 INFO O| Aug 10 23:26:00.108 INFO STEP 69 (remove_files) COMPLETE
79092024-08-10T23:26:01.265Z[ recovery-image] Aug 10 23:26:00.108 INFO O| Aug 10 23:26:00.108 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79102024-08-10T23:26:01.273Z[ recovery-image] Aug 10 23:26:00.118 INFO O| Aug 10 23:26:00.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79112024-08-10T23:26:01.275Z[ recovery-image] Aug 10 23:26:00.118 INFO O| Aug 10 23:26:00.118 INFO STEP 70 (remove_files) COMPLETE
79122024-08-10T23:26:01.275Z[ recovery-image] Aug 10 23:26:00.118 INFO O| Aug 10 23:26:00.118 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79132024-08-10T23:26:01.282Z[ recovery-image] Aug 10 23:26:00.128 INFO O| Aug 10 23:26:00.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79142024-08-10T23:26:01.285Z[ recovery-image] Aug 10 23:26:00.128 INFO O| Aug 10 23:26:00.128 INFO STEP 71 (remove_files) COMPLETE
79152024-08-10T23:26:01.285Z[ recovery-image] Aug 10 23:26:00.128 INFO O| Aug 10 23:26:00.128 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79162024-08-10T23:26:01.293Z[ recovery-image] Aug 10 23:26:00.138 INFO O| Aug 10 23:26:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79172024-08-10T23:26:01.295Z[ recovery-image] Aug 10 23:26:00.138 INFO O| Aug 10 23:26:00.138 INFO STEP 72 (remove_files) COMPLETE
79182024-08-10T23:26:01.295Z[ recovery-image] Aug 10 23:26:00.138 INFO O| Aug 10 23:26:00.138 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79192024-08-10T23:26:01.303Z[ recovery-image] Aug 10 23:26:00.148 INFO O| Aug 10 23:26:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79202024-08-10T23:26:01.303Z[ recovery-image] Aug 10 23:26:00.149 INFO O| Aug 10 23:26:00.149 INFO STEP 73 (remove_files) COMPLETE
79212024-08-10T23:26:01.306Z[ recovery-image] Aug 10 23:26:00.149 INFO O| Aug 10 23:26:00.149 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79222024-08-10T23:26:01.314Z[ recovery-image] Aug 10 23:26:00.159 INFO O| Aug 10 23:26:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79232024-08-10T23:26:01.316Z[ recovery-image] Aug 10 23:26:00.159 INFO O| Aug 10 23:26:00.159 INFO STEP 74 (remove_files) COMPLETE
79242024-08-10T23:26:01.316Z[ recovery-image] Aug 10 23:26:00.159 INFO O| Aug 10 23:26:00.159 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79252024-08-10T23:26:01.324Z[ recovery-image] Aug 10 23:26:00.169 INFO O| Aug 10 23:26:00.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79262024-08-10T23:26:01.324Z[ recovery-image] Aug 10 23:26:00.169 INFO O| Aug 10 23:26:00.169 INFO STEP 75 (remove_files) COMPLETE
79272024-08-10T23:26:01.324Z[ recovery-image] Aug 10 23:26:00.169 INFO O| Aug 10 23:26:00.169 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79282024-08-10T23:26:01.334Z[ recovery-image] Aug 10 23:26:00.179 INFO O| Aug 10 23:26:00.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79292024-08-10T23:26:01.337Z[ recovery-image] Aug 10 23:26:00.179 INFO O| Aug 10 23:26:00.179 INFO STEP 76 (remove_files) COMPLETE
79302024-08-10T23:26:01.337Z[ recovery-image] Aug 10 23:26:00.179 INFO O| Aug 10 23:26:00.179 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79312024-08-10T23:26:01.344Z[ recovery-image] Aug 10 23:26:00.190 INFO O| Aug 10 23:26:00.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79322024-08-10T23:26:01.347Z[ recovery-image] Aug 10 23:26:00.190 INFO O| Aug 10 23:26:00.190 INFO STEP 77 (remove_files) COMPLETE
79332024-08-10T23:26:01.347Z[ recovery-image] Aug 10 23:26:00.190 INFO O| Aug 10 23:26:00.190 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79342024-08-10T23:26:01.354Z[ recovery-image] Aug 10 23:26:00.199 INFO O| Aug 10 23:26:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79352024-08-10T23:26:01.354Z[ recovery-image] Aug 10 23:26:00.199 INFO O| Aug 10 23:26:00.199 INFO STEP 78 (remove_files) COMPLETE
79362024-08-10T23:26:01.354Z[ recovery-image] Aug 10 23:26:00.199 INFO O| Aug 10 23:26:00.199 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79372024-08-10T23:26:01.364Z[ recovery-image] Aug 10 23:26:00.209 INFO O| Aug 10 23:26:00.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79382024-08-10T23:26:01.364Z[ recovery-image] Aug 10 23:26:00.209 INFO O| Aug 10 23:26:00.209 INFO STEP 79 (remove_files) COMPLETE
79392024-08-10T23:26:01.364Z[ recovery-image] Aug 10 23:26:00.209 INFO O| Aug 10 23:26:00.209 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79402024-08-10T23:26:01.374Z[ recovery-image] Aug 10 23:26:00.219 INFO O| Aug 10 23:26:00.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79412024-08-10T23:26:01.376Z[ recovery-image] Aug 10 23:26:00.219 INFO O| Aug 10 23:26:00.219 INFO STEP 80 (remove_files) COMPLETE
79422024-08-10T23:26:01.377Z[ recovery-image] Aug 10 23:26:00.219 INFO O| Aug 10 23:26:00.219 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79432024-08-10T23:26:01.386Z[ recovery-image] Aug 10 23:26:00.231 INFO O| Aug 10 23:26:00.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79442024-08-10T23:26:01.388Z[ recovery-image] Aug 10 23:26:00.231 INFO O| Aug 10 23:26:00.231 INFO STEP 81 (remove_files) COMPLETE
79452024-08-10T23:26:01.388Z[ recovery-image] Aug 10 23:26:00.231 INFO O| Aug 10 23:26:00.231 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79462024-08-10T23:26:01.396Z[ recovery-image] Aug 10 23:26:00.241 INFO O| Aug 10 23:26:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79472024-08-10T23:26:01.396Z[ recovery-image] Aug 10 23:26:00.241 INFO O| Aug 10 23:26:00.241 INFO STEP 82 (remove_files) COMPLETE
79482024-08-10T23:26:01.399Z[ recovery-image] Aug 10 23:26:00.241 INFO O| Aug 10 23:26:00.241 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79492024-08-10T23:26:01.407Z[ recovery-image] Aug 10 23:26:00.251 INFO O| Aug 10 23:26:00.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79502024-08-10T23:26:01.407Z[ recovery-image] Aug 10 23:26:00.251 INFO O| Aug 10 23:26:00.251 INFO STEP 83 (remove_files) COMPLETE
79512024-08-10T23:26:01.407Z[ recovery-image] Aug 10 23:26:00.251 INFO O| Aug 10 23:26:00.251 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79522024-08-10T23:26:01.415Z[ recovery-image] Aug 10 23:26:00.261 INFO O| Aug 10 23:26:00.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79532024-08-10T23:26:01.418Z[ recovery-image] Aug 10 23:26:00.261 INFO O| Aug 10 23:26:00.261 INFO STEP 84 (remove_files) COMPLETE
79542024-08-10T23:26:01.418Z[ recovery-image] Aug 10 23:26:00.261 INFO O| Aug 10 23:26:00.261 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79552024-08-10T23:26:01.425Z[ recovery-image] Aug 10 23:26:00.271 INFO O| Aug 10 23:26:00.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79562024-08-10T23:26:01.425Z[ recovery-image] Aug 10 23:26:00.271 INFO O| Aug 10 23:26:00.271 INFO STEP 85 (remove_files) COMPLETE
79572024-08-10T23:26:01.429Z[ recovery-image] Aug 10 23:26:00.271 INFO O| Aug 10 23:26:00.271 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79582024-08-10T23:26:01.436Z[ recovery-image] Aug 10 23:26:00.281 INFO O| Aug 10 23:26:00.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79592024-08-10T23:26:01.441Z[ recovery-image] Aug 10 23:26:00.281 INFO O| Aug 10 23:26:00.281 INFO STEP 86 (remove_files) COMPLETE
79602024-08-10T23:26:01.441Z[ recovery-image] Aug 10 23:26:00.281 INFO O| Aug 10 23:26:00.281 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79612024-08-10T23:26:01.447Z[ recovery-image] Aug 10 23:26:00.292 INFO O| Aug 10 23:26:00.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79622024-08-10T23:26:01.447Z[ recovery-image] Aug 10 23:26:00.292 INFO O| Aug 10 23:26:00.292 INFO STEP 87 (remove_files) COMPLETE
79632024-08-10T23:26:01.447Z[ recovery-image] Aug 10 23:26:00.292 INFO O| Aug 10 23:26:00.292 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79642024-08-10T23:26:01.459Z[ recovery-image] Aug 10 23:26:00.304 INFO O| Aug 10 23:26:00.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79652024-08-10T23:26:01.459Z[ recovery-image] Aug 10 23:26:00.304 INFO O| Aug 10 23:26:00.304 INFO STEP 88 (remove_files) COMPLETE
79662024-08-10T23:26:01.461Z[ recovery-image] Aug 10 23:26:00.304 INFO O| Aug 10 23:26:00.304 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79672024-08-10T23:26:01.469Z[ recovery-image] Aug 10 23:26:00.314 INFO O| Aug 10 23:26:00.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79682024-08-10T23:26:01.471Z[ recovery-image] Aug 10 23:26:00.314 INFO O| Aug 10 23:26:00.314 INFO STEP 89 (remove_files) COMPLETE
79692024-08-10T23:26:01.471Z[ recovery-image] Aug 10 23:26:00.314 INFO O| Aug 10 23:26:00.314 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79702024-08-10T23:26:01.479Z[ recovery-image] Aug 10 23:26:00.325 INFO O| Aug 10 23:26:00.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79712024-08-10T23:26:01.479Z[ recovery-image] Aug 10 23:26:00.325 INFO O| Aug 10 23:26:00.325 INFO STEP 90 (remove_files) COMPLETE
79722024-08-10T23:26:01.482Z[ recovery-image] Aug 10 23:26:00.325 INFO O| Aug 10 23:26:00.325 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79732024-08-10T23:26:01.490Z[ recovery-image] Aug 10 23:26:00.335 INFO O| Aug 10 23:26:00.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79742024-08-10T23:26:01.492Z[ recovery-image] Aug 10 23:26:00.335 INFO O| Aug 10 23:26:00.335 INFO STEP 91 (remove_files) COMPLETE
79752024-08-10T23:26:01.493Z[ recovery-image] Aug 10 23:26:00.335 INFO O| Aug 10 23:26:00.335 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79762024-08-10T23:26:01.500Z[ recovery-image] Aug 10 23:26:00.346 INFO O| Aug 10 23:26:00.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79772024-08-10T23:26:01.503Z[ recovery-image] Aug 10 23:26:00.346 INFO O| Aug 10 23:26:00.346 INFO STEP 92 (remove_files) COMPLETE
79782024-08-10T23:26:01.503Z[ recovery-image] Aug 10 23:26:00.346 INFO O| Aug 10 23:26:00.346 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79792024-08-10T23:26:01.511Z[ recovery-image] Aug 10 23:26:00.356 INFO O| Aug 10 23:26:00.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79802024-08-10T23:26:01.511Z[ recovery-image] Aug 10 23:26:00.356 INFO O| Aug 10 23:26:00.356 INFO STEP 93 (remove_files) COMPLETE
79812024-08-10T23:26:01.511Z[ recovery-image] Aug 10 23:26:00.356 INFO O| Aug 10 23:26:00.356 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79822024-08-10T23:26:01.522Z[ recovery-image] Aug 10 23:26:00.367 INFO O| Aug 10 23:26:00.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79832024-08-10T23:26:01.522Z[ recovery-image] Aug 10 23:26:00.367 INFO O| Aug 10 23:26:00.367 INFO STEP 94 (remove_files) COMPLETE
79842024-08-10T23:26:01.522Z[ recovery-image] Aug 10 23:26:00.367 INFO O| Aug 10 23:26:00.367 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79852024-08-10T23:26:01.538Z[ recovery-image] Aug 10 23:26:00.383 INFO O| Aug 10 23:26:00.383 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79862024-08-10T23:26:01.538Z[ recovery-image] Aug 10 23:26:00.384 INFO O| Aug 10 23:26:00.384 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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
79872024-08-10T23:26:08.446Z[ recovery-image] Aug 10 23:26:07.290 INFO O| Aug 10 23:26:07.290 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
79882024-08-10T23:26:08.446Z[ recovery-image] Aug 10 23:26:07.290 INFO O| Aug 10 23:26:07.290 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79892024-08-10T23:26:08.457Z[ recovery-image] Aug 10 23:26:07.301 INFO O| Aug 10 23:26:07.301 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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
79902024-08-10T23:26:08.534Z[ recovery-image] Aug 10 23:26:07.378 INFO O| Aug 10 23:26:07.378 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79912024-08-10T23:26:08.534Z[ recovery-image] Aug 10 23:26:07.378 INFO O| Aug 10 23:26:07.378 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 ...
79922024-08-10T23:26:08.537Z[ recovery-image] Aug 10 23:26:07.380 INFO O| Aug 10 23:26:07.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79932024-08-10T23:26:08.537Z[ recovery-image] Aug 10 23:26:07.380 INFO O| Aug 10 23:26:07.380 INFO ok!
79942024-08-10T23:26:08.537Z[ recovery-image] Aug 10 23:26:07.380 INFO O| Aug 10 23:26:07.380 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79952024-08-10T23:26:08.537Z[ recovery-image] Aug 10 23:26:07.380 INFO O| Aug 10 23:26:07.380 INFO STEP 95 (seed_smf) COMPLETE
79962024-08-10T23:26:08.537Z[ recovery-image] Aug 10 23:26:07.380 INFO O| Aug 10 23:26:07.380 INFO steps complete; finalising image!
79972024-08-10T23:26:08.537Z[ recovery-image] Aug 10 23:26:07.380 INFO O| Aug 10 23:26:07.380 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79982024-08-10T23:26:08.570Z[ recovery-image] Aug 10 23:26:07.414 INFO O| Aug 10 23:26:07.414 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Sat Aug 10 23:26:07 2024)
79992024-08-10T23:26:08.793Z[ recovery-image] Aug 10 23:26:07.637 INFO O| Aug 10 23:26:07.637 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
80002024-08-10T23:26:08.794Z[ recovery-image] Aug 10 23:26:07.637 INFO O| Aug 10 23:26:07.637 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80012024-08-10T23:26:08.997Z[ recovery-image] Aug 10 23:26:07.841 INFO O| Aug 10 23:26:07.841 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
80022024-08-10T23:26:08.997Z[ recovery-image] Aug 10 23:26:07.841 INFO O| Aug 10 23:26:07.841 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80032024-08-10T23:26:12.089Z[ recovery-image] Aug 10 23:26:10.932 INFO O| Aug 10 23:26:10.932 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80042024-08-10T23:26:12.089Z[ recovery-image] Aug 10 23:26:10.932 INFO O| Aug 10 23:26:10.932 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80052024-08-10T23:26:12.089Z[ recovery-image] Aug 10 23:26:10.932 INFO O| Aug 10 23:26:10.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80062024-08-10T23:26:12.089Z[ recovery-image] Aug 10 23:26:10.932 INFO O| Aug 10 23:26:10.932 INFO completed processing gimlet/zfs-recovery
80072024-08-10T23:26:12.092Z[ recovery-image] Aug 10 23:26:10.932 INFO O| Aug 10 23:26:10.932 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80082024-08-10T23:26:12.341Z[ recovery-image] Aug 10 23:26:11.185 INFO O| Aug 10 23:26:11.185 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80092024-08-10T23:26:12.410Z[ recovery-image] Aug 10 23:26:11.254 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n"
80102024-08-10T23:26:12.410Z[ recovery-image] Aug 10 23:26:11.254 INFO expanded image name: "recovery 9cf8c43/${os_short_commit} 2024-08-10 23:01" -> "recovery 9cf8c43/0187c42 2024-08-10 23:01"
80112024-08-10T23:26:12.413Z[ recovery-image] Aug 10 23:26:11.254 INFO output artefacts stored in: "/work/os-recovery"
80122024-08-10T23:26:12.413Z[ recovery-image] Aug 10 23:26:11.254 INFO collecting git info from project "image-builder"...
80132024-08-10T23:26:12.418Z[ recovery-image] Aug 10 23:26:11.262 INFO collecting git info from project "pilot"...
80142024-08-10T23:26:12.430Z[ recovery-image] Aug 10 23:26:11.274 INFO collecting git info from project "pinprick"...
80152024-08-10T23:26:12.436Z[ recovery-image] Aug 10 23:26:11.279 INFO collecting git info from project "amd-firmware"...
80162024-08-10T23:26:12.665Z[ recovery-image] Aug 10 23:26:11.509 INFO collecting git info from project "bootserver"...
80172024-08-10T23:26:12.671Z[ recovery-image] Aug 10 23:26:11.515 INFO collecting git info from project "chelsio-t6-roms"...
80182024-08-10T23:26:12.691Z[ recovery-image] Aug 10 23:26:11.535 INFO collecting git info from project "amd-host-image-builder"...
80192024-08-10T23:26:12.839Z[ recovery-image] Aug 10 23:26:11.679 INFO collecting git info from project "phbl"...
80202024-08-10T23:26:12.842Z[ recovery-image] Aug 10 23:26:11.686 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80212024-08-10T23:26:13.187Z[ recovery-image] Aug 10 23:26:12.031 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80222024-08-10T23:26:13.523Z[ recovery-image] Aug 10 23:26:12.366 INFO creating Oxide boot image...
80232024-08-10T23:26:13.523Z[ recovery-image] Aug 10 23:26:12.366 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9cf8c43/0187c42 2024-08-10 23:01", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80242024-08-10T23:26:46.241Z[ host-image] Aug 10 23:26:45.079 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22800:20240807T093851Z
80252024-08-10T23:26:46.241Z[ host-image] Aug 10 23:26:45.079 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22800:20240807T093851Z
80262024-08-10T23:26:46.246Z[ host-image] Aug 10 23:26:45.079 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80272024-08-10T23:26:46.246Z[ host-image] Aug 10 23:26:45.079 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80282024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.079 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80292024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.080 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80302024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.080 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80312024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.081 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80322024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.081 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80332024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.081 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80342024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.081 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22800:20240807T093851Z
80352024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.082 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22800:20240807T093852Z
80362024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.083 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22800:20240807T093852Z
80372024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.084 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22800:20240807T093853Z
80382024-08-10T23:26:46.247Z[ host-image] Aug 10 23:26:45.084 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80392024-08-10T23:26:46.251Z[ host-image] Aug 10 23:26:45.085 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22800:20240807T093853Z
80402024-08-10T23:26:46.251Z[ host-image] Aug 10 23:26:45.085 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22800:20240807T093853Z
80412024-08-10T23:26:46.251Z[ host-image] Aug 10 23:26:45.085 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22800:20240807T093853Z
80422024-08-10T23:26:46.251Z[ host-image] Aug 10 23:26:45.085 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22800:20240807T093853Z
80432024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.086 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22800:20240807T093854Z
80442024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.086 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22800:20240807T093854Z
80452024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.086 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22800:20240807T093854Z
80462024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.086 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22800:20240807T093855Z
80472024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.086 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22800:20240807T093855Z
80482024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.086 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22800:20240807T093856Z
80492024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.087 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22800:20240807T093857Z
80502024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.087 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22800:20240807T093858Z
80512024-08-10T23:26:46.252Z[ host-image] Aug 10 23:26:45.087 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22800:20240807T093859Z
80522024-08-10T23:26:46.253Z[ host-image] Aug 10 23:26:45.087 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80532024-08-10T23:26:46.253Z[ host-image] Aug 10 23:26:45.087 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22800:20240807T093900Z
80542024-08-10T23:26:46.253Z[ host-image] Aug 10 23:26:45.087 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22800:20240807T093902Z
80552024-08-10T23:26:46.253Z[ host-image] Aug 10 23:26:45.087 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22800:20240807T093903Z
80562024-08-10T23:26:46.253Z[ host-image] Aug 10 23:26:45.087 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22800:20240807T093904Z
80572024-08-10T23:26:46.253Z[ host-image] Aug 10 23:26:45.089 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22800:20240807T093905Z
80582024-08-10T23:26:46.253Z[ host-image] Aug 10 23:26:45.089 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22800:20240807T093905Z
80592024-08-10T23:26:46.259Z[ host-image] Aug 10 23:26:45.098 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80602024-08-10T23:26:46.265Z[ host-image] Aug 10 23:26:45.098 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22800:20240807T093905Z
80612024-08-10T23:26:46.265Z[ host-image] Aug 10 23:26:45.098 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80622024-08-10T23:26:46.265Z[ host-image] Aug 10 23:26:45.098 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80632024-08-10T23:26:46.265Z[ host-image] Aug 10 23:26:45.099 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80642024-08-10T23:26:46.265Z[ host-image] Aug 10 23:26:45.099 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22800:20240807T093905Z
80652024-08-10T23:26:46.265Z[ host-image] Aug 10 23:26:45.099 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80662024-08-10T23:26:46.265Z[ host-image] Aug 10 23:26:45.100 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80672024-08-10T23:26:46.265Z[ host-image] Aug 10 23:26:45.101 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80682024-08-10T23:26:46.268Z[ host-image] Aug 10 23:26:45.101 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80692024-08-10T23:26:46.274Z[ host-image] Aug 10 23:26:45.113 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80702024-08-10T23:26:46.278Z[ host-image] Aug 10 23:26:45.113 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80712024-08-10T23:26:46.278Z[ host-image] Aug 10 23:26:45.113 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80722024-08-10T23:26:46.278Z[ host-image] Aug 10 23:26:45.114 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80732024-08-10T23:26:46.278Z[ host-image] Aug 10 23:26:45.115 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80742024-08-10T23:26:46.278Z[ host-image] Aug 10 23:26:45.115 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80752024-08-10T23:26:46.311Z[ host-image] Aug 10 23:26:45.150 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80762024-08-10T23:26:46.315Z[ host-image] Aug 10 23:26:45.151 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80772024-08-10T23:26:46.315Z[ host-image] Aug 10 23:26:45.151 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80782024-08-10T23:26:46.315Z[ host-image] Aug 10 23:26:45.152 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22800:20240807T093907Z
80792024-08-10T23:26:46.316Z[ host-image] Aug 10 23:26:45.152 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22800:20240807T093913Z
80802024-08-10T23:26:46.316Z[ host-image] Aug 10 23:26:45.152 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80812024-08-10T23:26:46.316Z[ host-image] Aug 10 23:26:45.152 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22800:20240807T093914Z
80822024-08-10T23:26:46.316Z[ host-image] Aug 10 23:26:45.153 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80832024-08-10T23:26:46.316Z[ host-image] Aug 10 23:26:45.153 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80842024-08-10T23:26:46.316Z[ host-image] Aug 10 23:26:45.153 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80852024-08-10T23:26:46.316Z[ host-image] Aug 10 23:26:45.153 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22800:20240807T093914Z
80862024-08-10T23:26:46.316Z[ host-image] Aug 10 23:26:45.153 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80872024-08-10T23:26:46.319Z[ host-image] Aug 10 23:26:45.158 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80882024-08-10T23:26:46.319Z[ host-image] Aug 10 23:26:45.158 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80892024-08-10T23:26:46.322Z[ host-image] Aug 10 23:26:45.158 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80902024-08-10T23:26:46.322Z[ host-image] Aug 10 23:26:45.158 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22800:20240807T093914Z
80912024-08-10T23:26:46.322Z[ host-image] Aug 10 23:26:45.158 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80922024-08-10T23:26:46.334Z[ host-image] Aug 10 23:26:45.173 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80932024-08-10T23:26:46.338Z[ host-image] Aug 10 23:26:45.173 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22800:20240807T093914Z
80942024-08-10T23:26:46.338Z[ host-image] Aug 10 23:26:45.175 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22800:20240807T093915Z
80952024-08-10T23:26:46.338Z[ host-image] Aug 10 23:26:45.176 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22800:20240807T093915Z
80962024-08-10T23:26:46.338Z[ host-image] Aug 10 23:26:45.176 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
80972024-08-10T23:26:46.345Z[ host-image] Aug 10 23:26:45.177 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22800:20240807T093916Z
80982024-08-10T23:26:46.345Z[ host-image] Aug 10 23:26:45.177 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22800:20240807T093917Z
80992024-08-10T23:26:46.345Z[ host-image] Aug 10 23:26:45.177 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22800:20240807T093917Z
81002024-08-10T23:26:46.345Z[ host-image] Aug 10 23:26:45.178 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22800:20240807T093917Z
81012024-08-10T23:26:46.346Z[ host-image] Aug 10 23:26:45.181 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81022024-08-10T23:26:46.346Z[ host-image] Aug 10 23:26:45.182 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22800:20240807T093917Z
81032024-08-10T23:26:46.346Z[ host-image] Aug 10 23:26:45.182 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22800:20240807T093918Z
81042024-08-10T23:26:46.346Z[ host-image] Aug 10 23:26:45.182 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81052024-08-10T23:26:46.346Z[ host-image] Aug 10 23:26:45.183 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22800:20240807T093919Z
81062024-08-10T23:26:46.346Z[ host-image] Aug 10 23:26:45.183 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22800:20240807T093919Z
81072024-08-10T23:26:46.347Z[ host-image] Aug 10 23:26:45.183 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22800:20240807T093919Z
81082024-08-10T23:26:46.347Z[ host-image] Aug 10 23:26:45.184 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22800:20240807T093919Z
81092024-08-10T23:26:46.355Z[ host-image] Aug 10 23:26:45.192 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22800:20240807T093919Z
81102024-08-10T23:26:46.358Z[ host-image] Aug 10 23:26:45.192 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81112024-08-10T23:26:46.358Z[ host-image] Aug 10 23:26:45.194 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22800:20240807T093919Z
81122024-08-10T23:26:46.358Z[ host-image] Aug 10 23:26:45.195 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22800:20240807T093919Z
81132024-08-10T23:26:46.358Z[ host-image] Aug 10 23:26:45.195 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22800:20240807T093919Z
81142024-08-10T23:26:46.358Z[ host-image] Aug 10 23:26:45.196 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22800:20240807T093920Z
81152024-08-10T23:26:46.358Z[ host-image] Aug 10 23:26:45.196 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22800:20240807T093920Z
81162024-08-10T23:26:46.358Z[ host-image] Aug 10 23:26:45.197 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22800:20240807T093920Z
81172024-08-10T23:26:46.368Z[ host-image] Aug 10 23:26:45.207 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22800:20240807T093922Z
81182024-08-10T23:26:46.372Z[ host-image] Aug 10 23:26:45.207 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22800:20240807T093921Z
81192024-08-10T23:26:46.372Z[ host-image] Aug 10 23:26:45.207 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22800:20240807T093921Z
81202024-08-10T23:26:46.372Z[ host-image] Aug 10 23:26:45.208 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22800:20240807T093921Z
81212024-08-10T23:26:46.372Z[ host-image] Aug 10 23:26:45.208 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22800:20240807T093922Z
81222024-08-10T23:26:46.391Z[ host-image] Aug 10 23:26:45.230 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22800:20240807T093925Z
81232024-08-10T23:26:46.394Z[ host-image] Aug 10 23:26:45.230 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22800:20240807T093922Z
81242024-08-10T23:26:46.394Z[ host-image] Aug 10 23:26:45.230 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22800:20240807T093922Z
81252024-08-10T23:26:46.394Z[ host-image] Aug 10 23:26:45.231 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81262024-08-10T23:26:46.394Z[ host-image] Aug 10 23:26:45.231 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81272024-08-10T23:26:46.421Z[ host-image] Aug 10 23:26:45.260 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22800:20240807T093922Z
81282024-08-10T23:26:46.424Z[ host-image] Aug 10 23:26:45.260 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81292024-08-10T23:26:46.424Z[ host-image] Aug 10 23:26:45.260 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22800:20240807T093922Z
81302024-08-10T23:26:46.424Z[ host-image] Aug 10 23:26:45.260 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22800:20240807T093922Z
81312024-08-10T23:26:46.424Z[ host-image] Aug 10 23:26:45.262 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22800:20240807T093923Z
81322024-08-10T23:26:46.424Z[ host-image] Aug 10 23:26:45.262 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81332024-08-10T23:26:46.424Z[ host-image] Aug 10 23:26:45.262 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81342024-08-10T23:26:46.424Z[ host-image] Aug 10 23:26:45.263 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22800:20240807T093924Z
81352024-08-10T23:26:46.427Z[ host-image] Aug 10 23:26:45.263 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22800:20240807T093924Z
81362024-08-10T23:26:46.427Z[ host-image] Aug 10 23:26:45.263 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22800:20240807T093924Z
81372024-08-10T23:26:46.427Z[ host-image] Aug 10 23:26:45.264 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22800:20240807T093924Z
81382024-08-10T23:26:46.427Z[ host-image] Aug 10 23:26:45.264 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22800:20240807T093924Z
81392024-08-10T23:26:46.427Z[ host-image] Aug 10 23:26:45.264 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22800:20240807T093925Z
81402024-08-10T23:26:46.430Z[ host-image] Aug 10 23:26:45.267 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81412024-08-10T23:26:46.430Z[ host-image] Aug 10 23:26:45.267 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22800:20240807T093925Z
81422024-08-10T23:26:46.430Z[ host-image] Aug 10 23:26:45.269 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22800:20240807T093925Z
81432024-08-10T23:26:46.430Z[ host-image] Aug 10 23:26:45.269 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22800:20240807T093925Z
81442024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.269 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22800:20240807T093926Z
81452024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.269 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22800:20240807T093926Z
81462024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.270 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22800:20240807T093926Z
81472024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.270 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81482024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.270 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81492024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.270 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22800:20240807T093928Z
81502024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.271 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22800:20240807T093929Z
81512024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.271 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81522024-08-10T23:26:46.435Z[ host-image] Aug 10 23:26:45.271 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81532024-08-10T23:26:46.436Z[ host-image] Aug 10 23:26:45.271 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81542024-08-10T23:26:46.436Z[ host-image] Aug 10 23:26:45.271 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81552024-08-10T23:26:46.436Z[ host-image] Aug 10 23:26:45.271 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81562024-08-10T23:26:46.436Z[ host-image] Aug 10 23:26:45.272 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81572024-08-10T23:26:46.436Z[ host-image] Aug 10 23:26:45.273 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
81582024-08-10T23:26:46.436Z[ host-image] Aug 10 23:26:45.273 INFO O| tempdir @ "/tmp/.tmpYxAMfg/tmp"
81592024-08-10T23:26:46.436Z[ host-image] Aug 10 23:26:45.273 INFO O| image root @ "/tmp/.tmpYxAMfg/tmp/root"
81602024-08-10T23:26:46.436Z[ host-image] Aug 10 23:26:45.273 INFO O| creating image...
81612024-08-10T23:26:46.916Z[ host-image] Aug 10 23:26:45.755 INFO O| copying publishers...
81622024-08-10T23:26:55.288Z[ host-image] Aug 10 23:26:51.481 INFO O| adding properties...
81632024-08-10T23:26:55.298Z[ host-image] Aug 10 23:26:52.470 INFO O| installing packages...
81642024-08-10T23:27:05.518Z[ recovery-image] Aug 10 23:27:04.355 INFO O| ok, image written!
81652024-08-10T23:27:05.521Z[ recovery-image] Aug 10 23:27:04.355 INFO O| ok, boot_image_csum file written!
81662024-08-10T23:27:05.524Z[ recovery-image] Aug 10 23:27:04.358 INFO creating boot archive (CPIO)...
81672024-08-10T23:27:05.524Z[ recovery-image] Aug 10 23:27:04.358 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
81682024-08-10T23:27:05.530Z[ recovery-image] Aug 10 23:27:04.367 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81692024-08-10T23:27:05.533Z[ recovery-image] Aug 10 23:27:04.367 INFO E| + outfile=/work/os-recovery/cpio
81702024-08-10T23:27:05.533Z[ recovery-image] Aug 10 23:27:04.367 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81712024-08-10T23:27:05.533Z[ recovery-image] Aug 10 23:27:04.369 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81722024-08-10T23:27:05.533Z[ recovery-image] Aug 10 23:27:04.369 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81732024-08-10T23:27:05.565Z[ recovery-image] Aug 10 23:27:04.402 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81742024-08-10T23:27:05.565Z[ recovery-image] Aug 10 23:27:04.402 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81752024-08-10T23:27:05.572Z[ recovery-image] Aug 10 23:27:04.408 INFO creating compressed cpio/unix for nanobl-rs...
81762024-08-10T23:27:05.572Z[ recovery-image] Aug 10 23:27:04.408 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
81772024-08-10T23:27:05.853Z[ recovery-image] Aug 10 23:27:04.689 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81782024-08-10T23:27:08.378Z[ host-image] Aug 10 23:27:07.214 INFO O| seeding SMF database...
81792024-08-10T23:27:10.202Z[ recovery-image] Aug 10 23:27:09.038 INFO creating reset image...
81802024-08-10T23:27:10.205Z[ recovery-image] Aug 10 23:27:09.038 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81812024-08-10T23:27:10.431Z[ recovery-image] Aug 10 23:27:09.267 INFO E| Updating crates.io index
81822024-08-10T23:27:10.544Z[ recovery-image] Aug 10 23:27:09.380 INFO E| Downloading crates ...
81832024-08-10T23:27:10.631Z[ recovery-image] Aug 10 23:27:09.467 INFO E| Downloaded anstyle-query v1.0.2
81842024-08-10T23:27:10.634Z[ recovery-image] Aug 10 23:27:09.469 INFO E| Downloaded anstyle v1.0.6
81852024-08-10T23:27:10.636Z[ recovery-image] Aug 10 23:27:09.472 INFO E| Downloaded strsim v0.11.0
81862024-08-10T23:27:10.646Z[ recovery-image] Aug 10 23:27:09.482 INFO E| Downloaded proc-macro2 v1.0.79
81872024-08-10T23:27:10.652Z[ recovery-image] Aug 10 23:27:09.488 INFO E| Downloaded colorchoice v1.0.0
81882024-08-10T23:27:10.665Z[ recovery-image] Aug 10 23:27:09.501 INFO E| Downloaded shared_child v1.0.0
81892024-08-10T23:27:10.671Z[ recovery-image] Aug 10 23:27:09.507 INFO E| Downloaded os_pipe v1.1.5
81902024-08-10T23:27:10.673Z[ recovery-image] Aug 10 23:27:09.508 INFO E| Downloaded clap_derive v4.5.3
81912024-08-10T23:27:10.676Z[ recovery-image] Aug 10 23:27:09.510 INFO E| Downloaded anstream v0.6.13
81922024-08-10T23:27:10.678Z[ recovery-image] Aug 10 23:27:09.513 INFO E| Downloaded anstyle-parse v0.2.3
81932024-08-10T23:27:10.681Z[ recovery-image] Aug 10 23:27:09.514 INFO E| Downloaded duct v0.13.7
81942024-08-10T23:27:10.681Z[ recovery-image] Aug 10 23:27:09.516 INFO E| Downloaded clap v4.5.3
81952024-08-10T23:27:10.711Z[ recovery-image] Aug 10 23:27:09.547 INFO E| Downloaded clap_builder v4.5.2
81962024-08-10T23:27:10.721Z[ recovery-image] Aug 10 23:27:09.557 INFO E| Downloaded syn v2.0.53
81972024-08-10T23:27:10.755Z[ recovery-image] Aug 10 23:27:09.590 INFO E| Downloaded libc v0.2.153
81982024-08-10T23:27:10.826Z[ recovery-image] Aug 10 23:27:09.662 INFO E| Compiling proc-macro2 v1.0.79
81992024-08-10T23:27:10.826Z[ recovery-image] Aug 10 23:27:09.662 INFO E| Compiling unicode-ident v1.0.12
82002024-08-10T23:27:10.826Z[ recovery-image] Aug 10 23:27:09.662 INFO E| Compiling libc v0.2.153
82012024-08-10T23:27:10.829Z[ recovery-image] Aug 10 23:27:09.662 INFO E| Compiling utf8parse v0.2.1
82022024-08-10T23:27:10.829Z[ recovery-image] Aug 10 23:27:09.662 INFO E| Compiling colorchoice v1.0.0
82032024-08-10T23:27:10.829Z[ recovery-image] Aug 10 23:27:09.662 INFO E| Compiling anstyle v1.0.6
82042024-08-10T23:27:10.829Z[ recovery-image] Aug 10 23:27:09.662 INFO E| Compiling anstyle-query v1.0.2
82052024-08-10T23:27:10.829Z[ recovery-image] Aug 10 23:27:09.662 INFO E| Compiling clap_lex v0.7.0
82062024-08-10T23:27:11.061Z[ recovery-image] Aug 10 23:27:09.896 INFO E| Compiling anstyle-parse v0.2.3
82072024-08-10T23:27:11.084Z[ recovery-image] Aug 10 23:27:09.920 INFO E| Compiling strsim v0.11.0
82082024-08-10T23:27:11.084Z[ recovery-image] Aug 10 23:27:09.920 INFO E| Compiling heck v0.5.0
82092024-08-10T23:27:11.113Z[ recovery-image] Aug 10 23:27:09.949 INFO E| Compiling once_cell v1.19.0
82102024-08-10T23:27:11.353Z[ recovery-image] Aug 10 23:27:10.188 INFO E| Compiling anstream v0.6.13
82112024-08-10T23:27:11.791Z[ recovery-image] Aug 10 23:27:10.626 INFO E| Compiling clap_builder v4.5.2
82122024-08-10T23:27:12.290Z[ recovery-image] Aug 10 23:27:11.125 INFO E| Compiling os_pipe v1.1.5
82132024-08-10T23:27:12.293Z[ recovery-image] Aug 10 23:27:11.126 INFO E| Compiling shared_child v1.0.0
82142024-08-10T23:27:12.342Z[ recovery-image] Aug 10 23:27:11.177 INFO E| Compiling quote v1.0.35
82152024-08-10T23:27:12.455Z[ recovery-image] Aug 10 23:27:11.291 INFO E| Compiling duct v0.13.7
82162024-08-10T23:27:12.683Z[ recovery-image] Aug 10 23:27:11.518 INFO E| Compiling syn v2.0.53
82172024-08-10T23:27:17.350Z[ host-image] Aug 10 23:27:16.185 INFO O| configuring SMF profile...
82182024-08-10T23:27:17.353Z[ host-image] Aug 10 23:27:16.185 INFO O| modifying shadow(5)...
82192024-08-10T23:27:17.353Z[ host-image] Aug 10 23:27:16.185 INFO O| loading user and group database...
82202024-08-10T23:27:17.353Z[ host-image] Aug 10 23:27:16.185 INFO O| assessing packaged files...
82212024-08-10T23:27:17.746Z[ recovery-image] Aug 10 23:27:16.581 INFO E| Compiling clap_derive v4.5.3
82222024-08-10T23:27:19.790Z[ host-image] Aug 10 23:27:18.624 INFO O| creating archive...
82232024-08-10T23:27:19.792Z[ recovery-image] Aug 10 23:27:18.626 INFO E| Compiling clap v4.5.3
82242024-08-10T23:27:19.824Z[ host-image] Aug 10 23:27:18.658 INFO O| missing from packaging:
82252024-08-10T23:27:19.824Z[ host-image] Aug 10 23:27:18.658 INFO O| "etc/.pwd.lock"
82262024-08-10T23:27:19.826Z[ host-image] Aug 10 23:27:18.658 INFO O| "etc/bash"
82272024-08-10T23:27:19.829Z[ host-image] Aug 10 23:27:18.664 INFO O| "etc/svc/profile/generic.xml"
82282024-08-10T23:27:19.832Z[ host-image] Aug 10 23:27:18.664 INFO O| "etc/svc/profile/inetd_services.xml"
82292024-08-10T23:27:19.832Z[ host-image] Aug 10 23:27:18.664 INFO O| "etc/svc/profile/name_service.xml"
82302024-08-10T23:27:19.832Z[ host-image] Aug 10 23:27:18.664 INFO O| "etc/svc/profile/platform.xml"
82312024-08-10T23:27:19.832Z[ host-image] Aug 10 23:27:18.664 INFO O| "etc/svc/profile/platform_omicron1.xml"
82322024-08-10T23:27:19.832Z[ host-image] Aug 10 23:27:18.664 INFO O| "etc/svc/repository.db"
82332024-08-10T23:27:19.838Z[ host-image] Aug 10 23:27:18.673 INFO O| "opt/ooce/share"
82342024-08-10T23:27:19.838Z[ host-image] Aug 10 23:27:18.673 INFO O| "opt/ooce/share/man"
82352024-08-10T23:27:19.841Z[ host-image] Aug 10 23:27:18.673 INFO O| "opt/ooce/share/man/man1"
82362024-08-10T23:27:19.845Z[ recovery-image] Aug 10 23:27:18.680 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82372024-08-10T23:27:19.848Z[ host-image] Aug 10 23:27:18.682 INFO O| finishing archive...
82382024-08-10T23:27:20.959Z[ recovery-image] Aug 10 23:27:19.793 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.69s
82392024-08-10T23:27:20.968Z[ recovery-image] Aug 10 23:27:19.802 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82402024-08-10T23:27:21.081Z[ recovery-image] Aug 10 23:27:19.915 INFO E| Updating crates.io index
82412024-08-10T23:27:21.129Z[ recovery-image] Aug 10 23:27:19.964 INFO E| Downloading crates ...
82422024-08-10T23:27:21.171Z[ recovery-image] Aug 10 23:27:20.006 INFO E| Downloaded seq-macro v0.3.5
82432024-08-10T23:27:21.174Z[ recovery-image] Aug 10 23:27:20.008 INFO E| Downloaded cpio_reader v0.1.1
82442024-08-10T23:27:21.176Z[ recovery-image] Aug 10 23:27:20.009 INFO E| Downloaded bit_field v0.10.2
82452024-08-10T23:27:21.192Z[ recovery-image] Aug 10 23:27:20.027 INFO E| Downloaded raw-cpuid v10.7.0
82462024-08-10T23:27:21.206Z[ recovery-image] Aug 10 23:27:20.040 INFO E| Downloaded goblin v0.8.0
82472024-08-10T23:27:21.302Z[ recovery-image] Aug 10 23:27:20.137 INFO E| Downloaded x86 v0.52.0
82482024-08-10T23:27:21.373Z[ recovery-image] Aug 10 23:27:20.207 INFO E| Updating crates.io index
82492024-08-10T23:27:21.419Z[ recovery-image] Aug 10 23:27:20.254 INFO E| Downloading crates ...
82502024-08-10T23:27:21.477Z[ recovery-image] Aug 10 23:27:20.312 INFO E| Downloaded allocator-api2 v0.2.16
82512024-08-10T23:27:21.487Z[ recovery-image] Aug 10 23:27:20.321 INFO E| Downloaded compiler_builtins v0.1.108
82522024-08-10T23:27:21.503Z[ recovery-image] Aug 10 23:27:20.332 INFO E| Downloaded rustc-demangle v0.1.23
82532024-08-10T23:27:21.556Z[ recovery-image] Aug 10 23:27:20.391 INFO E| Compiling compiler_builtins v0.1.108
82542024-08-10T23:27:21.556Z[ recovery-image] Aug 10 23:27:20.391 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)
82552024-08-10T23:27:21.556Z[ recovery-image] Aug 10 23:27:20.391 INFO E| Compiling proc-macro2 v1.0.79
82562024-08-10T23:27:21.562Z[ recovery-image] Aug 10 23:27:20.391 INFO E| Compiling unicode-ident v1.0.12
82572024-08-10T23:27:21.562Z[ recovery-image] Aug 10 23:27:20.391 INFO E| Compiling syn v1.0.109
82582024-08-10T23:27:21.563Z[ recovery-image] Aug 10 23:27:20.391 INFO E| Compiling x86 v0.52.0
82592024-08-10T23:27:21.563Z[ recovery-image] Aug 10 23:27:20.391 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82602024-08-10T23:27:21.563Z[ recovery-image] Aug 10 23:27:20.391 INFO E| Compiling seq-macro v0.3.5
82612024-08-10T23:27:22.719Z[ recovery-image] Aug 10 23:27:21.553 INFO E| Compiling quote v1.0.35
82622024-08-10T23:27:22.820Z[ host-image] Aug 10 23:27:21.654 INFO O| creating gzonly manifest...
82632024-08-10T23:27:22.852Z[ host-image] Aug 10 23:27:21.685 INFO O| ok
82642024-08-10T23:27:22.984Z[ host-image] Aug 10 23:27:21.818 INFO image builder template: ramdisk-02-trim...
82652024-08-10T23:27:22.984Z[ host-image] Aug 10 23:27:21.818 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/.tmpaerXmB/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
82662024-08-10T23:27:23.013Z[ recovery-image] Aug 10 23:27:21.847 INFO E| Compiling syn v2.0.53
82672024-08-10T23:27:23.016Z[ host-image] Aug 10 23:27:21.849 INFO O| Aug 10 23:27:21.849 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82682024-08-10T23:27:23.021Z[ host-image] Aug 10 23:27:21.855 INFO O| Aug 10 23:27:21.855 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82692024-08-10T23:27:23.160Z[ host-image] Aug 10 23:27:21.993 INFO O| Aug 10 23:27:21.993 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82702024-08-10T23:27:23.247Z[ host-image] Aug 10 23:27:22.081 INFO O| Aug 10 23:27:22.081 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82712024-08-10T23:27:23.250Z[ host-image] Aug 10 23:27:22.081 INFO O| Aug 10 23:27:22.081 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82722024-08-10T23:27:23.254Z[ host-image] Aug 10 23:27:22.088 INFO O| Aug 10 23:27:22.088 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82732024-08-10T23:27:23.259Z[ host-image] Aug 10 23:27:22.093 INFO O| Aug 10 23:27:22.093 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82742024-08-10T23:27:23.265Z[ host-image] Aug 10 23:27:22.100 INFO O| Aug 10 23:27:22.100 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82752024-08-10T23:27:23.477Z[ host-image] Aug 10 23:27:22.311 INFO O| Aug 10 23:27:22.311 INFO rolled back to input snapshot; work may begin
82762024-08-10T23:27:23.477Z[ host-image] Aug 10 23:27:22.311 INFO O| Aug 10 23:27:22.311 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82772024-08-10T23:27:23.483Z[ host-image] Aug 10 23:27:22.317 INFO O| Aug 10 23:27:22.317 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82782024-08-10T23:27:23.493Z[ host-image] Aug 10 23:27:22.327 INFO O| Aug 10 23:27:22.327 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82792024-08-10T23:27:23.542Z[ host-image] Aug 10 23:27:22.376 INFO O| Aug 10 23:27:22.375 INFO STEP 0 (remove_files) COMPLETE
82802024-08-10T23:27:23.542Z[ host-image] Aug 10 23:27:22.376 INFO O| Aug 10 23:27:22.375 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82812024-08-10T23:27:23.555Z[ host-image] Aug 10 23:27:22.389 INFO O| Aug 10 23:27:22.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82822024-08-10T23:27:23.558Z[ host-image] Aug 10 23:27:22.391 INFO O| Aug 10 23:27:22.391 INFO STEP 1 (remove_files) COMPLETE
82832024-08-10T23:27:23.558Z[ host-image] Aug 10 23:27:22.391 INFO O| Aug 10 23:27:22.391 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82842024-08-10T23:27:23.571Z[ host-image] Aug 10 23:27:22.405 INFO O| Aug 10 23:27:22.405 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82852024-08-10T23:27:23.586Z[ host-image] Aug 10 23:27:22.420 INFO O| Aug 10 23:27:22.420 INFO STEP 2 (remove_files) COMPLETE
82862024-08-10T23:27:23.586Z[ host-image] Aug 10 23:27:22.420 INFO O| Aug 10 23:27:22.420 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82872024-08-10T23:27:23.600Z[ host-image] Aug 10 23:27:22.434 INFO O| Aug 10 23:27:22.434 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82882024-08-10T23:27:23.602Z[ host-image] Aug 10 23:27:22.435 INFO O| Aug 10 23:27:22.435 INFO STEP 3 (remove_files) COMPLETE
82892024-08-10T23:27:23.602Z[ host-image] Aug 10 23:27:22.435 INFO O| Aug 10 23:27:22.435 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82902024-08-10T23:27:23.614Z[ host-image] Aug 10 23:27:22.448 INFO O| Aug 10 23:27:22.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82912024-08-10T23:27:23.618Z[ host-image] Aug 10 23:27:22.452 INFO O| Aug 10 23:27:22.452 INFO STEP 4 (remove_files) COMPLETE
82922024-08-10T23:27:23.618Z[ host-image] Aug 10 23:27:22.452 INFO O| Aug 10 23:27:22.452 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82932024-08-10T23:27:23.632Z[ host-image] Aug 10 23:27:22.466 INFO O| Aug 10 23:27:22.466 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82942024-08-10T23:27:23.635Z[ host-image] Aug 10 23:27:22.469 INFO O| Aug 10 23:27:22.469 INFO STEP 5 (remove_files) COMPLETE
82952024-08-10T23:27:23.635Z[ host-image] Aug 10 23:27:22.469 INFO O| Aug 10 23:27:22.469 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82962024-08-10T23:27:23.649Z[ host-image] Aug 10 23:27:22.483 INFO O| Aug 10 23:27:22.483 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82972024-08-10T23:27:23.659Z[ host-image] Aug 10 23:27:22.493 INFO O| Aug 10 23:27:22.493 INFO STEP 6 (remove_files) COMPLETE
82982024-08-10T23:27:23.659Z[ host-image] Aug 10 23:27:22.493 INFO O| Aug 10 23:27:22.493 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82992024-08-10T23:27:23.674Z[ host-image] Aug 10 23:27:22.508 INFO O| Aug 10 23:27:22.508 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83002024-08-10T23:27:23.696Z[ host-image] Aug 10 23:27:22.530 INFO O| Aug 10 23:27:22.530 INFO STEP 7 (remove_files) COMPLETE
83012024-08-10T23:27:23.697Z[ host-image] Aug 10 23:27:22.530 INFO O| Aug 10 23:27:22.530 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83022024-08-10T23:27:23.711Z[ host-image] Aug 10 23:27:22.545 INFO O| Aug 10 23:27:22.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83032024-08-10T23:27:23.790Z[ host-image] Aug 10 23:27:22.624 INFO O| Aug 10 23:27:22.624 INFO STEP 8 (remove_files) COMPLETE
83042024-08-10T23:27:23.790Z[ host-image] Aug 10 23:27:22.624 INFO O| Aug 10 23:27:22.624 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83052024-08-10T23:27:23.806Z[ host-image] Aug 10 23:27:22.640 INFO O| Aug 10 23:27:22.640 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83062024-08-10T23:27:23.897Z[ host-image] Aug 10 23:27:22.730 INFO O| Aug 10 23:27:22.730 INFO STEP 9 (remove_files) COMPLETE
83072024-08-10T23:27:23.897Z[ host-image] Aug 10 23:27:22.730 INFO O| Aug 10 23:27:22.730 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83082024-08-10T23:27:23.911Z[ host-image] Aug 10 23:27:22.745 INFO O| Aug 10 23:27:22.745 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83092024-08-10T23:27:23.915Z[ host-image] Aug 10 23:27:22.749 INFO O| Aug 10 23:27:22.749 INFO STEP 10 (remove_files) COMPLETE
83102024-08-10T23:27:23.915Z[ host-image] Aug 10 23:27:22.749 INFO O| Aug 10 23:27:22.749 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83112024-08-10T23:27:23.928Z[ host-image] Aug 10 23:27:22.762 INFO O| Aug 10 23:27:22.762 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83122024-08-10T23:27:23.931Z[ host-image] Aug 10 23:27:22.763 INFO O| Aug 10 23:27:22.763 INFO STEP 11 (remove_files) COMPLETE
83132024-08-10T23:27:23.931Z[ host-image] Aug 10 23:27:22.763 INFO O| Aug 10 23:27:22.763 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83142024-08-10T23:27:23.942Z[ host-image] Aug 10 23:27:22.776 INFO O| Aug 10 23:27:22.776 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83152024-08-10T23:27:23.945Z[ host-image] Aug 10 23:27:22.779 INFO O| Aug 10 23:27:22.779 INFO STEP 12 (remove_files) COMPLETE
83162024-08-10T23:27:23.947Z[ host-image] Aug 10 23:27:22.779 INFO O| Aug 10 23:27:22.779 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83172024-08-10T23:27:24.002Z[ host-image] Aug 10 23:27:22.835 INFO O| Aug 10 23:27:22.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83182024-08-10T23:27:24.004Z[ host-image] Aug 10 23:27:22.838 INFO O| Aug 10 23:27:22.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83192024-08-10T23:27:24.009Z[ host-image] Aug 10 23:27:22.843 INFO O| Aug 10 23:27:22.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83202024-08-10T23:27:24.039Z[ host-image] Aug 10 23:27:22.873 INFO O| Aug 10 23:27:22.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83212024-08-10T23:27:24.381Z[ host-image] Aug 10 23:27:23.215 INFO O| Aug 10 23:27:23.214 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83222024-08-10T23:27:24.381Z[ host-image] Aug 10 23:27:23.215 INFO O| Aug 10 23:27:23.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83232024-08-10T23:27:24.381Z[ host-image] Aug 10 23:27:23.215 INFO O| Aug 10 23:27:23.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83242024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.215 INFO O| Aug 10 23:27:23.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83252024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.215 INFO O| Aug 10 23:27:23.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83262024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.215 INFO O| Aug 10 23:27:23.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83272024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.216 INFO O| Aug 10 23:27:23.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83282024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.216 INFO O| Aug 10 23:27:23.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83292024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.216 INFO O| Aug 10 23:27:23.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83302024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.216 INFO O| Aug 10 23:27:23.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83312024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.216 INFO O| Aug 10 23:27:23.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83322024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.216 INFO O| Aug 10 23:27:23.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83332024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.216 INFO O| Aug 10 23:27:23.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83342024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.216 INFO O| Aug 10 23:27:23.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83352024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.217 INFO O| Aug 10 23:27:23.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83362024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.217 INFO O| Aug 10 23:27:23.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83372024-08-10T23:27:24.384Z[ host-image] Aug 10 23:27:23.217 INFO O| Aug 10 23:27:23.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83382024-08-10T23:27:24.391Z[ host-image] Aug 10 23:27:23.225 INFO O| Aug 10 23:27:23.225 INFO STEP 13 (remove_files) COMPLETE
83392024-08-10T23:27:24.391Z[ host-image] Aug 10 23:27:23.225 INFO O| Aug 10 23:27:23.225 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83402024-08-10T23:27:24.407Z[ host-image] Aug 10 23:27:23.240 INFO O| Aug 10 23:27:23.240 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83412024-08-10T23:27:24.409Z[ host-image] Aug 10 23:27:23.242 INFO O| Aug 10 23:27:23.242 INFO STEP 14 (remove_files) COMPLETE
83422024-08-10T23:27:24.409Z[ host-image] Aug 10 23:27:23.242 INFO O| Aug 10 23:27:23.242 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83432024-08-10T23:27:24.422Z[ host-image] Aug 10 23:27:23.256 INFO O| Aug 10 23:27:23.256 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83442024-08-10T23:27:24.428Z[ host-image] Aug 10 23:27:23.262 INFO O| Aug 10 23:27:23.262 INFO STEP 15 (remove_files) COMPLETE
83452024-08-10T23:27:24.428Z[ host-image] Aug 10 23:27:23.262 INFO O| Aug 10 23:27:23.262 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83462024-08-10T23:27:24.443Z[ host-image] Aug 10 23:27:23.277 INFO O| Aug 10 23:27:23.277 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83472024-08-10T23:27:24.446Z[ host-image] Aug 10 23:27:23.277 INFO O| Aug 10 23:27:23.277 INFO STEP 16 (remove_files) COMPLETE
83482024-08-10T23:27:24.446Z[ host-image] Aug 10 23:27:23.277 INFO O| Aug 10 23:27:23.277 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83492024-08-10T23:27:24.458Z[ host-image] Aug 10 23:27:23.291 INFO O| Aug 10 23:27:23.291 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83502024-08-10T23:27:24.460Z[ host-image] Aug 10 23:27:23.293 INFO O| Aug 10 23:27:23.293 INFO STEP 17 (remove_files) COMPLETE
83512024-08-10T23:27:24.460Z[ host-image] Aug 10 23:27:23.293 INFO O| Aug 10 23:27:23.293 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83522024-08-10T23:27:24.474Z[ host-image] Aug 10 23:27:23.307 INFO O| Aug 10 23:27:23.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83532024-08-10T23:27:24.474Z[ host-image] Aug 10 23:27:23.307 INFO O| Aug 10 23:27:23.307 INFO STEP 18 (remove_files) COMPLETE
83542024-08-10T23:27:24.476Z[ host-image] Aug 10 23:27:23.307 INFO O| Aug 10 23:27:23.307 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83552024-08-10T23:27:24.487Z[ host-image] Aug 10 23:27:23.321 INFO O| Aug 10 23:27:23.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83562024-08-10T23:27:24.487Z[ host-image] Aug 10 23:27:23.321 INFO O| Aug 10 23:27:23.321 INFO STEP 19 (remove_files) COMPLETE
83572024-08-10T23:27:24.490Z[ host-image] Aug 10 23:27:23.321 INFO O| Aug 10 23:27:23.321 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83582024-08-10T23:27:24.502Z[ host-image] Aug 10 23:27:23.336 INFO O| Aug 10 23:27:23.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83592024-08-10T23:27:24.502Z[ host-image] Aug 10 23:27:23.336 INFO O| Aug 10 23:27:23.336 INFO STEP 20 (remove_files) COMPLETE
83602024-08-10T23:27:24.502Z[ host-image] Aug 10 23:27:23.336 INFO O| Aug 10 23:27:23.336 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83612024-08-10T23:27:24.515Z[ host-image] Aug 10 23:27:23.349 INFO O| Aug 10 23:27:23.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83622024-08-10T23:27:24.515Z[ host-image] Aug 10 23:27:23.349 INFO O| Aug 10 23:27:23.349 INFO STEP 21 (remove_files) COMPLETE
83632024-08-10T23:27:24.518Z[ host-image] Aug 10 23:27:23.349 INFO O| Aug 10 23:27:23.349 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83642024-08-10T23:27:24.527Z[ host-image] Aug 10 23:27:23.360 INFO O| Aug 10 23:27:23.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83652024-08-10T23:27:24.527Z[ host-image] Aug 10 23:27:23.360 INFO O| Aug 10 23:27:23.360 INFO STEP 22 (remove_files) COMPLETE
83662024-08-10T23:27:24.527Z[ host-image] Aug 10 23:27:23.360 INFO O| Aug 10 23:27:23.360 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83672024-08-10T23:27:24.538Z[ host-image] Aug 10 23:27:23.372 INFO O| Aug 10 23:27:23.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83682024-08-10T23:27:24.538Z[ host-image] Aug 10 23:27:23.372 INFO O| Aug 10 23:27:23.372 INFO STEP 23 (remove_files) COMPLETE
83692024-08-10T23:27:24.540Z[ host-image] Aug 10 23:27:23.372 INFO O| Aug 10 23:27:23.372 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83702024-08-10T23:27:24.550Z[ host-image] Aug 10 23:27:23.384 INFO O| Aug 10 23:27:23.384 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83712024-08-10T23:27:24.550Z[ host-image] Aug 10 23:27:23.384 INFO O| Aug 10 23:27:23.384 INFO STEP 24 (remove_files) COMPLETE
83722024-08-10T23:27:24.550Z[ host-image] Aug 10 23:27:23.384 INFO O| Aug 10 23:27:23.384 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83732024-08-10T23:27:24.562Z[ host-image] Aug 10 23:27:23.396 INFO O| Aug 10 23:27:23.396 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83742024-08-10T23:27:24.562Z[ host-image] Aug 10 23:27:23.396 INFO O| Aug 10 23:27:23.396 INFO STEP 25 (remove_files) COMPLETE
83752024-08-10T23:27:24.565Z[ host-image] Aug 10 23:27:23.396 INFO O| Aug 10 23:27:23.396 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83762024-08-10T23:27:24.574Z[ host-image] Aug 10 23:27:23.408 INFO O| Aug 10 23:27:23.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83772024-08-10T23:27:24.574Z[ host-image] Aug 10 23:27:23.408 INFO O| Aug 10 23:27:23.408 INFO STEP 26 (remove_files) COMPLETE
83782024-08-10T23:27:24.576Z[ host-image] Aug 10 23:27:23.408 INFO O| Aug 10 23:27:23.408 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83792024-08-10T23:27:24.586Z[ host-image] Aug 10 23:27:23.420 INFO O| Aug 10 23:27:23.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83802024-08-10T23:27:24.586Z[ host-image] Aug 10 23:27:23.420 INFO O| Aug 10 23:27:23.420 INFO STEP 27 (remove_files) COMPLETE
83812024-08-10T23:27:24.588Z[ host-image] Aug 10 23:27:23.420 INFO O| Aug 10 23:27:23.420 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83822024-08-10T23:27:24.597Z[ host-image] Aug 10 23:27:23.431 INFO O| Aug 10 23:27:23.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83832024-08-10T23:27:24.597Z[ host-image] Aug 10 23:27:23.431 INFO O| Aug 10 23:27:23.431 INFO STEP 28 (remove_files) COMPLETE
83842024-08-10T23:27:24.597Z[ host-image] Aug 10 23:27:23.431 INFO O| Aug 10 23:27:23.431 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83852024-08-10T23:27:24.608Z[ host-image] Aug 10 23:27:23.442 INFO O| Aug 10 23:27:23.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83862024-08-10T23:27:24.608Z[ host-image] Aug 10 23:27:23.442 INFO O| Aug 10 23:27:23.442 INFO STEP 29 (remove_files) COMPLETE
83872024-08-10T23:27:24.608Z[ host-image] Aug 10 23:27:23.442 INFO O| Aug 10 23:27:23.442 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83882024-08-10T23:27:24.621Z[ host-image] Aug 10 23:27:23.455 INFO O| Aug 10 23:27:23.455 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83892024-08-10T23:27:24.621Z[ host-image] Aug 10 23:27:23.455 INFO O| Aug 10 23:27:23.455 INFO STEP 30 (remove_files) COMPLETE
83902024-08-10T23:27:24.623Z[ host-image] Aug 10 23:27:23.455 INFO O| Aug 10 23:27:23.455 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83912024-08-10T23:27:24.634Z[ host-image] Aug 10 23:27:23.468 INFO O| Aug 10 23:27:23.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83922024-08-10T23:27:24.634Z[ host-image] Aug 10 23:27:23.468 INFO O| Aug 10 23:27:23.468 INFO STEP 31 (remove_files) COMPLETE
83932024-08-10T23:27:24.636Z[ host-image] Aug 10 23:27:23.468 INFO O| Aug 10 23:27:23.468 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83942024-08-10T23:27:24.649Z[ host-image] Aug 10 23:27:23.483 INFO O| Aug 10 23:27:23.483 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83952024-08-10T23:27:24.649Z[ host-image] Aug 10 23:27:23.483 INFO O| Aug 10 23:27:23.483 INFO STEP 32 (remove_files) COMPLETE
83962024-08-10T23:27:24.649Z[ host-image] Aug 10 23:27:23.483 INFO O| Aug 10 23:27:23.483 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83972024-08-10T23:27:24.664Z[ host-image] Aug 10 23:27:23.498 INFO O| Aug 10 23:27:23.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
83982024-08-10T23:27:24.664Z[ host-image] Aug 10 23:27:23.498 INFO O| Aug 10 23:27:23.498 INFO STEP 33 (remove_files) COMPLETE
83992024-08-10T23:27:24.664Z[ host-image] Aug 10 23:27:23.498 INFO O| Aug 10 23:27:23.498 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84002024-08-10T23:27:24.679Z[ host-image] Aug 10 23:27:23.512 INFO O| Aug 10 23:27:23.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84012024-08-10T23:27:24.679Z[ host-image] Aug 10 23:27:23.513 INFO O| Aug 10 23:27:23.512 INFO STEP 34 (remove_files) COMPLETE
84022024-08-10T23:27:24.682Z[ host-image] Aug 10 23:27:23.513 INFO O| Aug 10 23:27:23.513 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-08-10T23:27:24.693Z[ host-image] Aug 10 23:27:23.527 INFO O| Aug 10 23:27:23.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84042024-08-10T23:27:24.693Z[ host-image] Aug 10 23:27:23.527 INFO O| Aug 10 23:27:23.527 INFO STEP 35 (remove_files) COMPLETE
84052024-08-10T23:27:24.693Z[ host-image] Aug 10 23:27:23.527 INFO O| Aug 10 23:27:23.527 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-08-10T23:27:24.704Z[ host-image] Aug 10 23:27:23.537 INFO O| Aug 10 23:27:23.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84072024-08-10T23:27:24.704Z[ host-image] Aug 10 23:27:23.537 INFO O| Aug 10 23:27:23.537 INFO STEP 36 (remove_files) COMPLETE
84082024-08-10T23:27:24.704Z[ host-image] Aug 10 23:27:23.537 INFO O| Aug 10 23:27:23.537 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84092024-08-10T23:27:24.714Z[ host-image] Aug 10 23:27:23.548 INFO O| Aug 10 23:27:23.548 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84102024-08-10T23:27:24.714Z[ host-image] Aug 10 23:27:23.548 INFO O| Aug 10 23:27:23.548 INFO STEP 37 (remove_files) COMPLETE
84112024-08-10T23:27:24.716Z[ host-image] Aug 10 23:27:23.548 INFO O| Aug 10 23:27:23.548 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84122024-08-10T23:27:24.728Z[ host-image] Aug 10 23:27:23.562 INFO O| Aug 10 23:27:23.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84132024-08-10T23:27:24.731Z[ host-image] Aug 10 23:27:23.562 INFO O| Aug 10 23:27:23.562 INFO STEP 38 (remove_files) COMPLETE
84142024-08-10T23:27:24.732Z[ host-image] Aug 10 23:27:23.562 INFO O| Aug 10 23:27:23.562 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-08-10T23:27:24.738Z[ host-image] Aug 10 23:27:23.572 INFO O| Aug 10 23:27:23.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84162024-08-10T23:27:24.738Z[ host-image] Aug 10 23:27:23.572 INFO O| Aug 10 23:27:23.572 INFO STEP 39 (remove_files) COMPLETE
84172024-08-10T23:27:24.738Z[ host-image] Aug 10 23:27:23.572 INFO O| Aug 10 23:27:23.572 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84182024-08-10T23:27:24.749Z[ host-image] Aug 10 23:27:23.583 INFO O| Aug 10 23:27:23.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84192024-08-10T23:27:24.749Z[ host-image] Aug 10 23:27:23.583 INFO O| Aug 10 23:27:23.583 INFO STEP 40 (remove_files) COMPLETE
84202024-08-10T23:27:24.752Z[ host-image] Aug 10 23:27:23.583 INFO O| Aug 10 23:27:23.583 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84212024-08-10T23:27:24.759Z[ host-image] Aug 10 23:27:23.593 INFO O| Aug 10 23:27:23.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84222024-08-10T23:27:24.759Z[ host-image] Aug 10 23:27:23.593 INFO O| Aug 10 23:27:23.593 INFO STEP 41 (remove_files) COMPLETE
84232024-08-10T23:27:24.762Z[ host-image] Aug 10 23:27:23.593 INFO O| Aug 10 23:27:23.593 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-08-10T23:27:24.770Z[ host-image] Aug 10 23:27:23.603 INFO O| Aug 10 23:27:23.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84252024-08-10T23:27:24.770Z[ host-image] Aug 10 23:27:23.603 INFO O| Aug 10 23:27:23.603 INFO STEP 42 (remove_files) COMPLETE
84262024-08-10T23:27:24.772Z[ host-image] Aug 10 23:27:23.603 INFO O| Aug 10 23:27:23.603 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84272024-08-10T23:27:24.779Z[ host-image] Aug 10 23:27:23.613 INFO O| Aug 10 23:27:23.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84282024-08-10T23:27:24.779Z[ host-image] Aug 10 23:27:23.613 INFO O| Aug 10 23:27:23.613 INFO STEP 43 (remove_files) COMPLETE
84292024-08-10T23:27:24.779Z[ host-image] Aug 10 23:27:23.613 INFO O| Aug 10 23:27:23.613 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84302024-08-10T23:27:24.790Z[ host-image] Aug 10 23:27:23.624 INFO O| Aug 10 23:27:23.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84312024-08-10T23:27:24.790Z[ host-image] Aug 10 23:27:23.624 INFO O| Aug 10 23:27:23.624 INFO STEP 44 (remove_files) COMPLETE
84322024-08-10T23:27:24.793Z[ host-image] Aug 10 23:27:23.624 INFO O| Aug 10 23:27:23.624 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-08-10T23:27:24.801Z[ host-image] Aug 10 23:27:23.635 INFO O| Aug 10 23:27:23.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84342024-08-10T23:27:24.803Z[ host-image] Aug 10 23:27:23.635 INFO O| Aug 10 23:27:23.635 INFO STEP 45 (remove_files) COMPLETE
84352024-08-10T23:27:24.803Z[ host-image] Aug 10 23:27:23.635 INFO O| Aug 10 23:27:23.635 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-08-10T23:27:24.811Z[ host-image] Aug 10 23:27:23.645 INFO O| Aug 10 23:27:23.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84372024-08-10T23:27:24.811Z[ host-image] Aug 10 23:27:23.645 INFO O| Aug 10 23:27:23.645 INFO STEP 46 (remove_files) COMPLETE
84382024-08-10T23:27:24.814Z[ host-image] Aug 10 23:27:23.645 INFO O| Aug 10 23:27:23.645 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84392024-08-10T23:27:24.824Z[ host-image] Aug 10 23:27:23.658 INFO O| Aug 10 23:27:23.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84402024-08-10T23:27:24.824Z[ host-image] Aug 10 23:27:23.658 INFO O| Aug 10 23:27:23.658 INFO STEP 47 (remove_files) COMPLETE
84412024-08-10T23:27:24.824Z[ host-image] Aug 10 23:27:23.658 INFO O| Aug 10 23:27:23.658 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-08-10T23:27:24.834Z[ host-image] Aug 10 23:27:23.668 INFO O| Aug 10 23:27:23.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84432024-08-10T23:27:24.834Z[ host-image] Aug 10 23:27:23.668 INFO O| Aug 10 23:27:23.668 INFO STEP 48 (remove_files) COMPLETE
84442024-08-10T23:27:24.834Z[ host-image] Aug 10 23:27:23.668 INFO O| Aug 10 23:27:23.668 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84452024-08-10T23:27:24.847Z[ host-image] Aug 10 23:27:23.681 INFO O| Aug 10 23:27:23.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84462024-08-10T23:27:24.849Z[ host-image] Aug 10 23:27:23.681 INFO O| Aug 10 23:27:23.681 INFO STEP 49 (remove_files) COMPLETE
84472024-08-10T23:27:24.849Z[ host-image] Aug 10 23:27:23.681 INFO O| Aug 10 23:27:23.681 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84482024-08-10T23:27:24.860Z[ host-image] Aug 10 23:27:23.694 INFO O| Aug 10 23:27:23.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84492024-08-10T23:27:24.863Z[ host-image] Aug 10 23:27:23.694 INFO O| Aug 10 23:27:23.694 INFO STEP 50 (remove_files) COMPLETE
84502024-08-10T23:27:24.863Z[ host-image] Aug 10 23:27:23.694 INFO O| Aug 10 23:27:23.694 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84512024-08-10T23:27:24.874Z[ host-image] Aug 10 23:27:23.707 INFO O| Aug 10 23:27:23.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84522024-08-10T23:27:24.874Z[ host-image] Aug 10 23:27:23.708 INFO O| Aug 10 23:27:23.707 INFO STEP 51 (remove_files) COMPLETE
84532024-08-10T23:27:24.876Z[ host-image] Aug 10 23:27:23.708 INFO O| Aug 10 23:27:23.708 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84542024-08-10T23:27:24.887Z[ host-image] Aug 10 23:27:23.720 INFO O| Aug 10 23:27:23.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84552024-08-10T23:27:24.887Z[ host-image] Aug 10 23:27:23.720 INFO O| Aug 10 23:27:23.720 INFO STEP 52 (remove_files) COMPLETE
84562024-08-10T23:27:24.889Z[ host-image] Aug 10 23:27:23.720 INFO O| Aug 10 23:27:23.720 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-08-10T23:27:24.896Z[ host-image] Aug 10 23:27:23.730 INFO O| Aug 10 23:27:23.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84582024-08-10T23:27:24.899Z[ host-image] Aug 10 23:27:23.730 INFO O| Aug 10 23:27:23.730 INFO STEP 53 (remove_files) COMPLETE
84592024-08-10T23:27:24.899Z[ host-image] Aug 10 23:27:23.730 INFO O| Aug 10 23:27:23.730 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84602024-08-10T23:27:24.906Z[ host-image] Aug 10 23:27:23.740 INFO O| Aug 10 23:27:23.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84612024-08-10T23:27:24.906Z[ host-image] Aug 10 23:27:23.740 INFO O| Aug 10 23:27:23.740 INFO STEP 54 (remove_files) COMPLETE
84622024-08-10T23:27:24.906Z[ host-image] Aug 10 23:27:23.740 INFO O| Aug 10 23:27:23.740 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-10T23:27:24.919Z[ host-image] Aug 10 23:27:23.753 INFO O| Aug 10 23:27:23.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84642024-08-10T23:27:24.919Z[ host-image] Aug 10 23:27:23.753 INFO O| Aug 10 23:27:23.753 INFO STEP 55 (remove_files) COMPLETE
84652024-08-10T23:27:24.919Z[ host-image] Aug 10 23:27:23.753 INFO O| Aug 10 23:27:23.753 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-08-10T23:27:24.929Z[ host-image] Aug 10 23:27:23.763 INFO O| Aug 10 23:27:23.763 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84672024-08-10T23:27:24.929Z[ host-image] Aug 10 23:27:23.763 INFO O| Aug 10 23:27:23.763 INFO STEP 56 (remove_files) COMPLETE
84682024-08-10T23:27:24.930Z[ host-image] Aug 10 23:27:23.763 INFO O| Aug 10 23:27:23.763 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-08-10T23:27:24.939Z[ host-image] Aug 10 23:27:23.773 INFO O| Aug 10 23:27:23.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84702024-08-10T23:27:24.939Z[ host-image] Aug 10 23:27:23.773 INFO O| Aug 10 23:27:23.773 INFO STEP 57 (remove_files) COMPLETE
84712024-08-10T23:27:24.939Z[ host-image] Aug 10 23:27:23.773 INFO O| Aug 10 23:27:23.773 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-08-10T23:27:24.952Z[ host-image] Aug 10 23:27:23.786 INFO O| Aug 10 23:27:23.786 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84732024-08-10T23:27:24.952Z[ host-image] Aug 10 23:27:23.786 INFO O| Aug 10 23:27:23.786 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84742024-08-10T23:27:24.955Z[ host-image] Aug 10 23:27:23.786 INFO O| Aug 10 23:27:23.786 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84752024-08-10T23:27:24.955Z[ host-image] Aug 10 23:27:23.786 INFO O| Aug 10 23:27:23.786 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84762024-08-10T23:27:24.955Z[ host-image] Aug 10 23:27:23.786 INFO O| Aug 10 23:27:23.786 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84772024-08-10T23:27:24.955Z[ host-image] Aug 10 23:27:23.787 INFO O| Aug 10 23:27:23.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84782024-08-10T23:27:24.955Z[ host-image] Aug 10 23:27:23.787 INFO O| Aug 10 23:27:23.787 INFO ok!
84792024-08-10T23:27:24.955Z[ host-image] Aug 10 23:27:23.787 INFO O| Aug 10 23:27:23.787 INFO STEP 58 (ensure_file) COMPLETE
84802024-08-10T23:27:24.955Z[ host-image] Aug 10 23:27:23.787 INFO O| Aug 10 23:27:23.787 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-08-10T23:27:24.964Z[ host-image] Aug 10 23:27:23.798 INFO O| Aug 10 23:27:23.798 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84822024-08-10T23:27:24.965Z[ host-image] Aug 10 23:27:23.798 INFO O| Aug 10 23:27:23.798 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84832024-08-10T23:27:24.967Z[ host-image] Aug 10 23:27:23.799 INFO O| Aug 10 23:27:23.798 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84842024-08-10T23:27:24.967Z[ host-image] Aug 10 23:27:23.799 INFO O| Aug 10 23:27:23.799 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84852024-08-10T23:27:24.968Z[ host-image] Aug 10 23:27:23.799 INFO O| Aug 10 23:27:23.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84862024-08-10T23:27:24.968Z[ host-image] Aug 10 23:27:23.799 INFO O| Aug 10 23:27:23.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84872024-08-10T23:27:24.968Z[ host-image] Aug 10 23:27:23.799 INFO O| Aug 10 23:27:23.799 INFO ok!
84882024-08-10T23:27:24.968Z[ host-image] Aug 10 23:27:23.799 INFO O| Aug 10 23:27:23.799 INFO STEP 59 (ensure_file) COMPLETE
84892024-08-10T23:27:24.968Z[ host-image] Aug 10 23:27:23.799 INFO O| Aug 10 23:27:23.799 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-08-10T23:27:24.976Z[ host-image] Aug 10 23:27:23.809 INFO O| Aug 10 23:27:23.809 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84912024-08-10T23:27:24.976Z[ host-image] Aug 10 23:27:23.809 INFO O| Aug 10 23:27:23.809 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84922024-08-10T23:27:24.978Z[ host-image] Aug 10 23:27:23.810 INFO O| Aug 10 23:27:23.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84932024-08-10T23:27:24.978Z[ host-image] Aug 10 23:27:23.810 INFO O| Aug 10 23:27:23.810 INFO ok!
84942024-08-10T23:27:24.978Z[ host-image] Aug 10 23:27:23.810 INFO O| Aug 10 23:27:23.810 INFO STEP 60 (ensure_file) COMPLETE
84952024-08-10T23:27:24.978Z[ host-image] Aug 10 23:27:23.810 INFO O| Aug 10 23:27:23.810 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-08-10T23:27:24.986Z[ host-image] Aug 10 23:27:23.820 INFO O| Aug 10 23:27:23.820 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84972024-08-10T23:27:24.989Z[ host-image] Aug 10 23:27:23.820 INFO O| Aug 10 23:27:23.820 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
84982024-08-10T23:27:24.989Z[ host-image] Aug 10 23:27:23.820 INFO O| Aug 10 23:27:23.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
84992024-08-10T23:27:24.989Z[ host-image] Aug 10 23:27:23.820 INFO O| Aug 10 23:27:23.820 INFO ok!
85002024-08-10T23:27:24.989Z[ host-image] Aug 10 23:27:23.820 INFO O| Aug 10 23:27:23.820 INFO STEP 61 (ensure_file) COMPLETE
85012024-08-10T23:27:24.989Z[ host-image] Aug 10 23:27:23.820 INFO O| Aug 10 23:27:23.820 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-10T23:27:25.001Z[ host-image] Aug 10 23:27:23.835 INFO O| Aug 10 23:27:23.835 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85032024-08-10T23:27:25.001Z[ host-image] Aug 10 23:27:23.835 INFO O| Aug 10 23:27:23.835 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85042024-08-10T23:27:25.004Z[ host-image] Aug 10 23:27:23.835 INFO O| Aug 10 23:27:23.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85052024-08-10T23:27:25.004Z[ host-image] Aug 10 23:27:23.835 INFO O| Aug 10 23:27:23.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85062024-08-10T23:27:25.004Z[ host-image] Aug 10 23:27:23.835 INFO O| Aug 10 23:27:23.835 INFO ok!
85072024-08-10T23:27:25.004Z[ host-image] Aug 10 23:27:23.835 INFO O| Aug 10 23:27:23.835 INFO STEP 62 (ensure_file) COMPLETE
85082024-08-10T23:27:25.004Z[ host-image] Aug 10 23:27:23.835 INFO O| Aug 10 23:27:23.835 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-10T23:27:25.012Z[ host-image] Aug 10 23:27:23.846 INFO O| Aug 10 23:27:23.846 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85102024-08-10T23:27:25.012Z[ host-image] Aug 10 23:27:23.846 INFO O| Aug 10 23:27:23.846 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85112024-08-10T23:27:25.015Z[ host-image] Aug 10 23:27:23.846 INFO O| Aug 10 23:27:23.846 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85122024-08-10T23:27:25.015Z[ host-image] Aug 10 23:27:23.846 INFO O| Aug 10 23:27:23.846 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85132024-08-10T23:27:25.015Z[ host-image] Aug 10 23:27:23.846 INFO O| Aug 10 23:27:23.846 INFO ok!
85142024-08-10T23:27:25.015Z[ host-image] Aug 10 23:27:23.846 INFO O| Aug 10 23:27:23.846 INFO STEP 63 (ensure_file) COMPLETE
85152024-08-10T23:27:25.015Z[ host-image] Aug 10 23:27:23.846 INFO O| Aug 10 23:27:23.846 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-08-10T23:27:25.027Z[ host-image] Aug 10 23:27:23.860 INFO O| Aug 10 23:27:23.860 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85172024-08-10T23:27:25.027Z[ host-image] Aug 10 23:27:23.860 INFO O| Aug 10 23:27:23.860 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85182024-08-10T23:27:25.029Z[ host-image] Aug 10 23:27:23.861 INFO O| Aug 10 23:27:23.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85192024-08-10T23:27:25.030Z[ host-image] Aug 10 23:27:23.861 INFO O| Aug 10 23:27:23.861 INFO ok!
85202024-08-10T23:27:25.030Z[ host-image] Aug 10 23:27:23.861 INFO O| Aug 10 23:27:23.861 INFO STEP 64 (assemble_files) COMPLETE
85212024-08-10T23:27:25.030Z[ host-image] Aug 10 23:27:23.861 INFO O| Aug 10 23:27:23.861 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-08-10T23:27:25.038Z[ host-image] Aug 10 23:27:23.871 INFO O| Aug 10 23:27:23.871 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85232024-08-10T23:27:25.038Z[ host-image] Aug 10 23:27:23.871 INFO O| Aug 10 23:27:23.871 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85242024-08-10T23:27:25.040Z[ host-image] Aug 10 23:27:23.872 INFO O| Aug 10 23:27:23.872 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85252024-08-10T23:27:25.040Z[ host-image] Aug 10 23:27:23.872 INFO O| Aug 10 23:27:23.872 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85262024-08-10T23:27:25.040Z[ host-image] Aug 10 23:27:23.872 INFO O| Aug 10 23:27:23.872 INFO ok!
85272024-08-10T23:27:25.040Z[ host-image] Aug 10 23:27:23.872 INFO O| Aug 10 23:27:23.872 INFO STEP 65 (ensure_file) COMPLETE
85282024-08-10T23:27:25.040Z[ host-image] Aug 10 23:27:23.872 INFO O| Aug 10 23:27:23.872 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-08-10T23:27:25.048Z[ host-image] Aug 10 23:27:23.882 INFO O| Aug 10 23:27:23.882 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85302024-08-10T23:27:25.050Z[ host-image] Aug 10 23:27:23.882 INFO O| Aug 10 23:27:23.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85312024-08-10T23:27:25.050Z[ host-image] Aug 10 23:27:23.882 INFO O| Aug 10 23:27:23.882 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85322024-08-10T23:27:25.050Z[ host-image] Aug 10 23:27:23.882 INFO O| Aug 10 23:27:23.882 INFO STEP 66 (ensure_dir) COMPLETE
85332024-08-10T23:27:25.050Z[ host-image] Aug 10 23:27:23.882 INFO O| Aug 10 23:27:23.882 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-08-10T23:27:25.058Z[ host-image] Aug 10 23:27:23.892 INFO O| Aug 10 23:27:23.892 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85352024-08-10T23:27:25.058Z[ host-image] Aug 10 23:27:23.892 INFO O| Aug 10 23:27:23.892 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
85362024-08-10T23:27:25.065Z[ host-image] Aug 10 23:27:23.899 INFO O| Aug 10 23:27:23.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85372024-08-10T23:27:25.068Z[ host-image] Aug 10 23:27:23.899 INFO O| Aug 10 23:27:23.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85382024-08-10T23:27:25.068Z[ host-image] Aug 10 23:27:23.899 INFO O| Aug 10 23:27:23.899 INFO ok!
85392024-08-10T23:27:25.068Z[ host-image] Aug 10 23:27:23.899 INFO O| Aug 10 23:27:23.899 INFO STEP 67 (ensure_file) COMPLETE
85402024-08-10T23:27:25.068Z[ host-image] Aug 10 23:27:23.899 INFO O| Aug 10 23:27:23.899 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-08-10T23:27:25.077Z[ host-image] Aug 10 23:27:23.911 INFO O| Aug 10 23:27:23.911 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85422024-08-10T23:27:25.077Z[ host-image] Aug 10 23:27:23.911 INFO O| Aug 10 23:27:23.911 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
85432024-08-10T23:27:25.079Z[ host-image] Aug 10 23:27:23.911 INFO O| Aug 10 23:27:23.911 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85442024-08-10T23:27:25.080Z[ host-image] Aug 10 23:27:23.911 INFO O| Aug 10 23:27:23.911 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85452024-08-10T23:27:25.080Z[ host-image] Aug 10 23:27:23.911 INFO O| Aug 10 23:27:23.911 INFO ok!
85462024-08-10T23:27:25.080Z[ host-image] Aug 10 23:27:23.911 INFO O| Aug 10 23:27:23.911 INFO STEP 68 (ensure_file) COMPLETE
85472024-08-10T23:27:25.080Z[ host-image] Aug 10 23:27:23.911 INFO O| Aug 10 23:27:23.911 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-10T23:27:25.095Z[ host-image] Aug 10 23:27:23.929 INFO O| Aug 10 23:27:23.928 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85492024-08-10T23:27:25.095Z[ host-image] Aug 10 23:27:23.929 INFO O| Aug 10 23:27:23.929 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85502024-08-10T23:27:26.597Z[ recovery-image] Aug 10 23:27:25.430 INFO E| Compiling scroll_derive v0.12.0
85512024-08-10T23:27:27.699Z[ host-image] Aug 10 23:27:26.532 INFO O| Aug 10 23:27:26.532 INFO STEP 69 (pack_tar) COMPLETE
85522024-08-10T23:27:27.699Z[ host-image] Aug 10 23:27:26.532 INFO O| Aug 10 23:27:26.532 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85532024-08-10T23:27:27.699Z[ host-image] Aug 10 23:27:26.532 INFO O| Aug 10 23:27:26.532 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85542024-08-10T23:27:27.813Z[ host-image] Aug 10 23:27:26.646 INFO O| Aug 10 23:27:26.646 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85552024-08-10T23:27:27.880Z[ host-image] Aug 10 23:27:26.713 INFO O| Aug 10 23:27:26.713 INFO completed processing gimlet/ramdisk-02-trim
85562024-08-10T23:27:27.883Z[ host-image] Aug 10 23:27:26.716 INFO image builder template: zfs...
85572024-08-10T23:27:27.883Z[ host-image] Aug 10 23:27:26.716 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/.tmpaerXmB/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
85582024-08-10T23:27:27.898Z[ host-image] Aug 10 23:27:26.731 INFO O| Aug 10 23:27:26.731 INFO skip include "stress" because feature "stress" is not enabled
85592024-08-10T23:27:27.947Z[ host-image] Aug 10 23:27:26.780 INFO O| Aug 10 23:27:26.780 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85602024-08-10T23:27:27.953Z[ host-image] Aug 10 23:27:26.786 INFO O| Aug 10 23:27:26.786 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85612024-08-10T23:27:28.009Z[ host-image] Aug 10 23:27:26.842 INFO O| Aug 10 23:27:26.842 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85622024-08-10T23:27:28.069Z[ host-image] Aug 10 23:27:26.903 INFO O| Aug 10 23:27:26.902 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85632024-08-10T23:27:28.069Z[ host-image] Aug 10 23:27:26.903 INFO O| Aug 10 23:27:26.903 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85642024-08-10T23:27:28.074Z[ host-image] Aug 10 23:27:26.908 INFO O| Aug 10 23:27:26.908 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85652024-08-10T23:27:28.137Z[ host-image] Aug 10 23:27:26.971 INFO O| Aug 10 23:27:26.971 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85662024-08-10T23:27:28.178Z[ host-image] Aug 10 23:27:27.011 INFO O| Aug 10 23:27:27.011 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85672024-08-10T23:27:28.193Z[ host-image] Aug 10 23:27:27.026 INFO O| Aug 10 23:27:27.026 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85682024-08-10T23:27:28.200Z[ host-image] Aug 10 23:27:27.034 INFO O| Aug 10 23:27:27.034 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85692024-08-10T23:27:28.203Z[ host-image] Aug 10 23:27:27.034 INFO O| Aug 10 23:27:27.034 INFO no lofi found
85702024-08-10T23:27:28.203Z[ host-image] Aug 10 23:27:27.034 INFO O| Aug 10 23:27:27.034 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85712024-08-10T23:27:28.203Z[ host-image] Aug 10 23:27:27.034 INFO O| Aug 10 23:27:27.034 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85722024-08-10T23:27:29.260Z[ recovery-image] Aug 10 23:27:28.093 INFO E| Compiling bitstruct_derive v0.1.0
85732024-08-10T23:27:30.176Z[ host-image] Aug 10 23:27:29.009 INFO O| Aug 10 23:27:29.009 INFO lofi device = /dev/dsk/c2t1d0p0
85742024-08-10T23:27:30.176Z[ host-image] Aug 10 23:27:29.009 INFO O| Aug 10 23:27:29.009 INFO pool device = /dev/dsk/c2t1d0p0
85752024-08-10T23:27:30.180Z[ host-image] Aug 10 23:27:29.009 INFO O| Aug 10 23:27:29.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"]
85762024-08-10T23:27:30.251Z[ host-image] Aug 10 23:27:29.083 INFO O| Aug 10 23:27:29.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85772024-08-10T23:27:30.251Z[ host-image] Aug 10 23:27:29.084 INFO O| Aug 10 23:27:29.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85782024-08-10T23:27:30.268Z[ host-image] Aug 10 23:27:29.101 INFO O| Aug 10 23:27:29.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85792024-08-10T23:27:30.325Z[ host-image] Aug 10 23:27:29.157 INFO O| Aug 10 23:27:29.157 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85802024-08-10T23:27:30.363Z[ host-image] Aug 10 23:27:29.196 INFO O| Aug 10 23:27:29.196 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85812024-08-10T23:27:30.377Z[ host-image] Aug 10 23:27:29.211 INFO O| Aug 10 23:27:29.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85822024-08-10T23:27:30.389Z[ host-image] Aug 10 23:27:29.222 INFO O| Aug 10 23:27:29.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85832024-08-10T23:27:30.435Z[ host-image] Aug 10 23:27:29.268 INFO O| Aug 10 23:27:29.268 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85842024-08-10T23:27:30.435Z[ host-image] Aug 10 23:27:29.268 INFO O| Aug 10 23:27:29.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85852024-08-10T23:27:30.438Z[ host-image] Aug 10 23:27:29.268 INFO O| Aug 10 23:27:29.268 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85862024-08-10T23:27:30.446Z[ host-image] Aug 10 23:27:29.280 INFO O| Aug 10 23:27:29.280 INFO boot environment UUID: 5ea164ba-5f6b-4902-af78-c0fed101e02f
85872024-08-10T23:27:30.449Z[ host-image] Aug 10 23:27:29.280 INFO O| Aug 10 23:27:29.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5ea164ba-5f6b-4902-af78-c0fed101e02f
85882024-08-10T23:27:30.458Z[ host-image] Aug 10 23:27:29.291 INFO O| Aug 10 23:27:29.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85892024-08-10T23:27:30.468Z[ host-image] Aug 10 23:27:29.302 INFO O| Aug 10 23:27:29.302 INFO STEP 0 (create_be) COMPLETE
85902024-08-10T23:27:30.471Z[ host-image] Aug 10 23:27:29.302 INFO O| Aug 10 23:27:29.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85912024-08-10T23:27:30.484Z[ host-image] Aug 10 23:27:29.317 INFO O| Aug 10 23:27:29.317 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85922024-08-10T23:27:47.066Z[ recovery-image] Aug 10 23:27:45.896 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85932024-08-10T23:27:50.144Z[ recovery-image] Aug 10 23:27:48.973 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85942024-08-10T23:27:50.785Z[ host-image] Aug 10 23:27:49.615 INFO O| Aug 10 23:27:49.615 INFO STEP 1 (unpack_tar) COMPLETE
85952024-08-10T23:27:50.788Z[ host-image] Aug 10 23:27:49.615 INFO O| Aug 10 23:27:49.615 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85962024-08-10T23:27:50.803Z[ host-image] Aug 10 23:27:49.633 INFO O| Aug 10 23:27:49.632 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
85972024-08-10T23:27:51.176Z[ host-image] Aug 10 23:27:50.006 INFO O| Aug 10 23:27:50.005 INFO STEP 2 (devfsadm) COMPLETE
85982024-08-10T23:27:51.176Z[ host-image] Aug 10 23:27:50.006 INFO O| Aug 10 23:27:50.005 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85992024-08-10T23:27:51.188Z[ host-image] Aug 10 23:27:50.018 INFO O| Aug 10 23:27:50.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86002024-08-10T23:27:51.188Z[ host-image] Aug 10 23:27:50.018 INFO O| Aug 10 23:27:50.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86012024-08-10T23:27:51.191Z[ host-image] Aug 10 23:27:50.018 INFO O| Aug 10 23:27:50.018 INFO STEP 3 (ensure_dir) COMPLETE
86022024-08-10T23:27:51.191Z[ host-image] Aug 10 23:27:50.018 INFO O| Aug 10 23:27:50.018 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86032024-08-10T23:27:51.199Z[ host-image] Aug 10 23:27:50.029 INFO O| Aug 10 23:27:50.029 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86042024-08-10T23:27:51.199Z[ host-image] Aug 10 23:27:50.029 INFO O| Aug 10 23:27:50.029 INFO STEP 4 (ensure_dir) COMPLETE
86052024-08-10T23:27:51.203Z[ host-image] Aug 10 23:27:50.029 INFO O| Aug 10 23:27:50.029 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86062024-08-10T23:27:51.210Z[ host-image] Aug 10 23:27:50.039 INFO O| Aug 10 23:27:50.039 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86072024-08-10T23:27:51.210Z[ host-image] Aug 10 23:27:50.039 INFO O| Aug 10 23:27:50.039 INFO STEP 5 (ensure_dir) COMPLETE
86082024-08-10T23:27:51.210Z[ host-image] Aug 10 23:27:50.039 INFO O| Aug 10 23:27:50.039 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86092024-08-10T23:27:51.220Z[ host-image] Aug 10 23:27:50.049 INFO O| Aug 10 23:27:50.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86102024-08-10T23:27:51.220Z[ host-image] Aug 10 23:27:50.050 INFO O| Aug 10 23:27:50.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86112024-08-10T23:27:51.223Z[ host-image] Aug 10 23:27:50.050 INFO O| Aug 10 23:27:50.050 INFO STEP 6 (ensure_dir) COMPLETE
86122024-08-10T23:27:51.223Z[ host-image] Aug 10 23:27:50.050 INFO O| Aug 10 23:27:50.050 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86132024-08-10T23:27:51.229Z[ host-image] Aug 10 23:27:50.059 INFO O| Aug 10 23:27:50.059 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86142024-08-10T23:27:51.232Z[ host-image] Aug 10 23:27:50.059 INFO O| Aug 10 23:27:50.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86152024-08-10T23:27:51.232Z[ host-image] Aug 10 23:27:50.060 INFO O| Aug 10 23:27:50.059 INFO STEP 7 (ensure_dir) COMPLETE
86162024-08-10T23:27:51.232Z[ host-image] Aug 10 23:27:50.060 INFO O| Aug 10 23:27:50.060 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86172024-08-10T23:27:51.240Z[ host-image] Aug 10 23:27:50.070 INFO O| Aug 10 23:27:50.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86182024-08-10T23:27:51.243Z[ host-image] Aug 10 23:27:50.070 INFO O| Aug 10 23:27:50.070 INFO STEP 8 (remove_files) COMPLETE
86192024-08-10T23:27:51.243Z[ host-image] Aug 10 23:27:50.070 INFO O| Aug 10 23:27:50.070 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86202024-08-10T23:27:51.250Z[ host-image] Aug 10 23:27:50.080 INFO O| Aug 10 23:27:50.080 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86212024-08-10T23:27:51.253Z[ host-image] Aug 10 23:27:50.081 INFO O| Aug 10 23:27:50.081 INFO STEP 9 (remove_files) COMPLETE
86222024-08-10T23:27:51.253Z[ host-image] Aug 10 23:27:50.081 INFO O| Aug 10 23:27:50.081 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86232024-08-10T23:27:51.261Z[ host-image] Aug 10 23:27:50.091 INFO O| Aug 10 23:27:50.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86242024-08-10T23:27:51.264Z[ host-image] Aug 10 23:27:50.092 INFO O| Aug 10 23:27:50.092 INFO STEP 10 (remove_files) COMPLETE
86252024-08-10T23:27:51.264Z[ host-image] Aug 10 23:27:50.092 INFO O| Aug 10 23:27:50.092 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86262024-08-10T23:27:51.272Z[ host-image] Aug 10 23:27:50.102 INFO O| Aug 10 23:27:50.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86272024-08-10T23:27:51.272Z[ host-image] Aug 10 23:27:50.102 INFO O| Aug 10 23:27:50.102 INFO STEP 11 (remove_files) COMPLETE
86282024-08-10T23:27:51.275Z[ host-image] Aug 10 23:27:50.102 INFO O| Aug 10 23:27:50.102 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86292024-08-10T23:27:51.282Z[ host-image] Aug 10 23:27:50.112 INFO O| Aug 10 23:27:50.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86302024-08-10T23:27:51.285Z[ host-image] Aug 10 23:27:50.112 INFO O| Aug 10 23:27:50.112 INFO STEP 12 (remove_files) COMPLETE
86312024-08-10T23:27:51.285Z[ host-image] Aug 10 23:27:50.112 INFO O| Aug 10 23:27:50.112 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86322024-08-10T23:27:51.293Z[ host-image] Aug 10 23:27:50.123 INFO O| Aug 10 23:27:50.123 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86332024-08-10T23:27:51.293Z[ host-image] Aug 10 23:27:50.123 INFO O| Aug 10 23:27:50.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86342024-08-10T23:27:51.293Z[ host-image] Aug 10 23:27:50.123 INFO O| Aug 10 23:27:50.123 INFO STEP 13 (ensure_dir) COMPLETE
86352024-08-10T23:27:51.296Z[ host-image] Aug 10 23:27:50.123 INFO O| Aug 10 23:27:50.123 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86362024-08-10T23:27:51.303Z[ host-image] Aug 10 23:27:50.133 INFO O| Aug 10 23:27:50.133 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86372024-08-10T23:27:51.306Z[ host-image] Aug 10 23:27:50.133 INFO O| Aug 10 23:27:50.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86382024-08-10T23:27:51.306Z[ host-image] Aug 10 23:27:50.133 INFO O| Aug 10 23:27:50.133 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86392024-08-10T23:27:51.306Z[ host-image] Aug 10 23:27:50.133 INFO O| Aug 10 23:27:50.133 INFO STEP 14 (ensure_dir) COMPLETE
86402024-08-10T23:27:51.306Z[ host-image] Aug 10 23:27:50.133 INFO O| Aug 10 23:27:50.133 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86412024-08-10T23:27:51.313Z[ host-image] Aug 10 23:27:50.143 INFO O| Aug 10 23:27:50.143 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86422024-08-10T23:27:51.313Z[ host-image] Aug 10 23:27:50.143 INFO O| Aug 10 23:27:50.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86432024-08-10T23:27:51.316Z[ host-image] Aug 10 23:27:50.143 INFO O| Aug 10 23:27:50.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86442024-08-10T23:27:51.317Z[ host-image] Aug 10 23:27:50.143 INFO O| Aug 10 23:27:50.143 INFO STEP 15 (ensure_dir) COMPLETE
86452024-08-10T23:27:51.317Z[ host-image] Aug 10 23:27:50.143 INFO O| Aug 10 23:27:50.143 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86462024-08-10T23:27:51.323Z[ host-image] Aug 10 23:27:50.153 INFO O| Aug 10 23:27:50.153 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86472024-08-10T23:27:51.323Z[ host-image] Aug 10 23:27:50.154 INFO O| Aug 10 23:27:50.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86482024-08-10T23:27:51.324Z[ host-image] Aug 10 23:27:50.154 INFO O| Aug 10 23:27:50.154 INFO STEP 16 (ensure_dir) COMPLETE
86492024-08-10T23:27:51.327Z[ host-image] Aug 10 23:27:50.154 INFO O| Aug 10 23:27:50.154 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86502024-08-10T23:27:51.334Z[ host-image] Aug 10 23:27:50.164 INFO O| Aug 10 23:27:50.164 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86512024-08-10T23:27:51.336Z[ host-image] Aug 10 23:27:50.164 INFO O| Aug 10 23:27:50.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86522024-08-10T23:27:51.336Z[ host-image] Aug 10 23:27:50.164 INFO O| Aug 10 23:27:50.164 INFO STEP 17 (ensure_dir) COMPLETE
86532024-08-10T23:27:51.337Z[ host-image] Aug 10 23:27:50.164 INFO O| Aug 10 23:27:50.164 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86542024-08-10T23:27:51.344Z[ host-image] Aug 10 23:27:50.174 INFO O| Aug 10 23:27:50.173 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86552024-08-10T23:27:51.345Z[ host-image] Aug 10 23:27:50.174 INFO O| Aug 10 23:27:50.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86562024-08-10T23:27:51.348Z[ host-image] Aug 10 23:27:50.174 INFO O| Aug 10 23:27:50.174 INFO ok!
86572024-08-10T23:27:51.348Z[ host-image] Aug 10 23:27:50.174 INFO O| Aug 10 23:27:50.174 INFO STEP 18 (ensure_symlink) COMPLETE
86582024-08-10T23:27:51.348Z[ host-image] Aug 10 23:27:50.174 INFO O| Aug 10 23:27:50.174 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86592024-08-10T23:27:51.354Z[ host-image] Aug 10 23:27:50.184 INFO O| Aug 10 23:27:50.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86602024-08-10T23:27:51.354Z[ host-image] Aug 10 23:27:50.184 INFO O| Aug 10 23:27:50.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86612024-08-10T23:27:51.357Z[ host-image] Aug 10 23:27:50.184 INFO O| Aug 10 23:27:50.184 INFO ok!
86622024-08-10T23:27:51.357Z[ host-image] Aug 10 23:27:50.184 INFO O| Aug 10 23:27:50.184 INFO STEP 19 (ensure_file) COMPLETE
86632024-08-10T23:27:51.357Z[ host-image] Aug 10 23:27:50.184 INFO O| Aug 10 23:27:50.184 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86642024-08-10T23:27:51.364Z[ host-image] Aug 10 23:27:50.194 INFO O| Aug 10 23:27:50.194 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86652024-08-10T23:27:51.368Z[ host-image] Aug 10 23:27:50.194 INFO O| Aug 10 23:27:50.194 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86662024-08-10T23:27:51.368Z[ host-image] Aug 10 23:27:50.194 INFO O| Aug 10 23:27:50.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86672024-08-10T23:27:51.368Z[ host-image] Aug 10 23:27:50.194 INFO O| Aug 10 23:27:50.194 INFO ok!
86682024-08-10T23:27:51.368Z[ host-image] Aug 10 23:27:50.194 INFO O| Aug 10 23:27:50.194 INFO STEP 20 (ensure_symlink) COMPLETE
86692024-08-10T23:27:51.368Z[ host-image] Aug 10 23:27:50.194 INFO O| Aug 10 23:27:50.194 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86702024-08-10T23:27:51.374Z[ host-image] Aug 10 23:27:50.204 INFO O| Aug 10 23:27:50.204 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86712024-08-10T23:27:51.374Z[ host-image] Aug 10 23:27:50.204 INFO O| Aug 10 23:27:50.204 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86722024-08-10T23:27:51.379Z[ host-image] Aug 10 23:27:50.204 INFO O| Aug 10 23:27:50.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86732024-08-10T23:27:51.379Z[ host-image] Aug 10 23:27:50.204 INFO O| Aug 10 23:27:50.204 INFO ok!
86742024-08-10T23:27:51.379Z[ host-image] Aug 10 23:27:50.204 INFO O| Aug 10 23:27:50.204 INFO STEP 21 (ensure_symlink) COMPLETE
86752024-08-10T23:27:51.379Z[ host-image] Aug 10 23:27:50.204 INFO O| Aug 10 23:27:50.204 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86762024-08-10T23:27:51.384Z[ host-image] Aug 10 23:27:50.214 INFO O| Aug 10 23:27:50.214 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86772024-08-10T23:27:51.384Z[ host-image] Aug 10 23:27:50.214 INFO O| Aug 10 23:27:50.214 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86782024-08-10T23:27:51.384Z[ host-image] Aug 10 23:27:50.214 INFO O| Aug 10 23:27:50.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86792024-08-10T23:27:51.388Z[ host-image] Aug 10 23:27:50.214 INFO O| Aug 10 23:27:50.214 INFO ok!
86802024-08-10T23:27:51.388Z[ host-image] Aug 10 23:27:50.214 INFO O| Aug 10 23:27:50.214 INFO STEP 22 (ensure_symlink) COMPLETE
86812024-08-10T23:27:51.388Z[ host-image] Aug 10 23:27:50.214 INFO O| Aug 10 23:27:50.214 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86822024-08-10T23:27:51.393Z[ host-image] Aug 10 23:27:50.223 INFO O| Aug 10 23:27:50.223 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86832024-08-10T23:27:51.394Z[ host-image] Aug 10 23:27:50.224 INFO O| Aug 10 23:27:50.223 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86842024-08-10T23:27:51.397Z[ host-image] Aug 10 23:27:50.224 INFO O| Aug 10 23:27:50.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86852024-08-10T23:27:51.397Z[ host-image] Aug 10 23:27:50.224 INFO O| Aug 10 23:27:50.224 INFO ok!
86862024-08-10T23:27:51.397Z[ host-image] Aug 10 23:27:50.224 INFO O| Aug 10 23:27:50.224 INFO STEP 23 (ensure_symlink) COMPLETE
86872024-08-10T23:27:51.397Z[ host-image] Aug 10 23:27:50.224 INFO O| Aug 10 23:27:50.224 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86882024-08-10T23:27:51.403Z[ host-image] Aug 10 23:27:50.233 INFO O| Aug 10 23:27:50.233 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86892024-08-10T23:27:51.442Z[ host-image] Aug 10 23:27:50.234 INFO O| Aug 10 23:27:50.234 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
86902024-08-10T23:27:51.442Z[ host-image] Aug 10 23:27:50.234 INFO O| Aug 10 23:27:50.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
86912024-08-10T23:27:51.442Z[ host-image] Aug 10 23:27:50.234 INFO O| Aug 10 23:27:50.234 INFO ok!
86922024-08-10T23:27:51.442Z[ host-image] Aug 10 23:27:50.234 INFO O| Aug 10 23:27:50.234 INFO STEP 24 (ensure_file) COMPLETE
86932024-08-10T23:27:51.482Z[ host-image] Aug 10 23:27:50.234 INFO O| Aug 10 23:27:50.234 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86942024-08-10T23:27:51.482Z[ host-image] Aug 10 23:27:50.244 INFO O| Aug 10 23:27:50.244 INFO updating shadow file
86952024-08-10T23:27:51.482Z[ host-image] Aug 10 23:27:50.245 INFO O| Aug 10 23:27:50.245 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86962024-08-10T23:27:51.482Z[ host-image] Aug 10 23:27:50.245 INFO O| Aug 10 23:27:50.245 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86972024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.245 INFO O| Aug 10 23:27:50.245 INFO STEP 25 (shadow) COMPLETE
86982024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.245 INFO O| Aug 10 23:27:50.245 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86992024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.255 INFO O| Aug 10 23:27:50.255 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87002024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.255 INFO O| Aug 10 23:27:50.255 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87012024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.255 INFO O| Aug 10 23:27:50.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87022024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.255 INFO O| Aug 10 23:27:50.255 INFO ok!
87032024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.255 INFO O| Aug 10 23:27:50.255 INFO STEP 26 (ensure_file) COMPLETE
87042024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.255 INFO O| Aug 10 23:27:50.255 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87052024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.265 INFO O| Aug 10 23:27:50.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87062024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.265 INFO O| Aug 10 23:27:50.265 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87072024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.265 INFO O| Aug 10 23:27:50.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87082024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.265 INFO O| Aug 10 23:27:50.265 INFO ok!
87092024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.265 INFO O| Aug 10 23:27:50.265 INFO STEP 27 (ensure_file) COMPLETE
87102024-08-10T23:27:51.483Z[ host-image] Aug 10 23:27:50.266 INFO O| Aug 10 23:27:50.265 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87112024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.276 INFO O| Aug 10 23:27:50.276 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87122024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.276 INFO O| Aug 10 23:27:50.276 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87132024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.276 INFO O| Aug 10 23:27:50.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87142024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.276 INFO O| Aug 10 23:27:50.276 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87152024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.276 INFO O| Aug 10 23:27:50.276 INFO ok!
87162024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.276 INFO O| Aug 10 23:27:50.276 INFO STEP 28 (ensure_file) COMPLETE
87172024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.276 INFO O| Aug 10 23:27:50.276 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87182024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.286 INFO O| Aug 10 23:27:50.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87192024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.286 INFO O| Aug 10 23:27:50.286 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87202024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.286 INFO O| Aug 10 23:27:50.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87212024-08-10T23:27:51.488Z[ host-image] Aug 10 23:27:50.286 INFO O| Aug 10 23:27:50.286 INFO ok!
87222024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.286 INFO O| Aug 10 23:27:50.286 INFO STEP 29 (ensure_file) COMPLETE
87232024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.286 INFO O| Aug 10 23:27:50.286 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87242024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.296 INFO O| Aug 10 23:27:50.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87252024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.296 INFO O| Aug 10 23:27:50.296 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87262024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.297 INFO O| Aug 10 23:27:50.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87272024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.297 INFO O| Aug 10 23:27:50.297 INFO ok!
87282024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.297 INFO O| Aug 10 23:27:50.297 INFO STEP 30 (ensure_file) COMPLETE
87292024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.297 INFO O| Aug 10 23:27:50.297 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87302024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.307 INFO O| Aug 10 23:27:50.307 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87312024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.307 INFO O| Aug 10 23:27:50.307 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87322024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.307 INFO O| Aug 10 23:27:50.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87332024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.307 INFO O| Aug 10 23:27:50.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87342024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.307 INFO O| Aug 10 23:27:50.307 INFO ok!
87352024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.307 INFO O| Aug 10 23:27:50.307 INFO STEP 31 (ensure_file) COMPLETE
87362024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.307 INFO O| Aug 10 23:27:50.307 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87372024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.317 INFO O| Aug 10 23:27:50.317 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87382024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.317 INFO O| Aug 10 23:27:50.317 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87392024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.317 INFO O| Aug 10 23:27:50.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87402024-08-10T23:27:51.489Z[ host-image] Aug 10 23:27:50.317 INFO O| Aug 10 23:27:50.317 INFO ok!
87412024-08-10T23:27:51.493Z[ host-image] Aug 10 23:27:50.317 INFO O| Aug 10 23:27:50.317 INFO STEP 32 (ensure_file) COMPLETE
87422024-08-10T23:27:51.493Z[ host-image] Aug 10 23:27:50.318 INFO O| Aug 10 23:27:50.317 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87432024-08-10T23:27:51.498Z[ host-image] Aug 10 23:27:50.327 INFO O| Aug 10 23:27:50.327 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87442024-08-10T23:27:51.498Z[ host-image] Aug 10 23:27:50.328 INFO O| Aug 10 23:27:50.328 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87452024-08-10T23:27:51.502Z[ host-image] Aug 10 23:27:50.328 INFO O| Aug 10 23:27:50.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87462024-08-10T23:27:51.502Z[ host-image] Aug 10 23:27:50.328 INFO O| Aug 10 23:27:50.328 INFO ok!
87472024-08-10T23:27:51.502Z[ host-image] Aug 10 23:27:50.328 INFO O| Aug 10 23:27:50.328 INFO STEP 33 (ensure_file) COMPLETE
87482024-08-10T23:27:51.502Z[ host-image] Aug 10 23:27:50.328 INFO O| Aug 10 23:27:50.328 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87492024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87502024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87512024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87522024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87532024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87542024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87552024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO ok!
87562024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO STEP 34 (ensure_file) COMPLETE
87572024-08-10T23:27:51.517Z[ host-image] Aug 10 23:27:50.338 INFO O| Aug 10 23:27:50.338 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87582024-08-10T23:27:51.525Z[ host-image] Aug 10 23:27:50.348 INFO O| Aug 10 23:27:50.348 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87592024-08-10T23:27:51.525Z[ host-image] Aug 10 23:27:50.348 INFO O| Aug 10 23:27:50.348 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87602024-08-10T23:27:51.525Z[ host-image] Aug 10 23:27:50.348 INFO O| Aug 10 23:27:50.348 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87612024-08-10T23:27:51.526Z[ host-image] Aug 10 23:27:50.348 INFO O| Aug 10 23:27:50.348 INFO STEP 35 (ensure_dir) COMPLETE
87622024-08-10T23:27:51.526Z[ host-image] Aug 10 23:27:50.348 INFO O| Aug 10 23:27:50.348 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87632024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.358 INFO O| Aug 10 23:27:50.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
87642024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.358 INFO O| Aug 10 23:27:50.358 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
87652024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.359 INFO O| Aug 10 23:27:50.358 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
87662024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.359 INFO O| Aug 10 23:27:50.359 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
87672024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.359 INFO O| Aug 10 23:27:50.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
87682024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.359 INFO O| Aug 10 23:27:50.359 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
87692024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.359 INFO O| Aug 10 23:27:50.359 INFO ok!
87702024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.359 INFO O| Aug 10 23:27:50.359 INFO STEP 36 (ensure_file) COMPLETE
87712024-08-10T23:27:51.530Z[ host-image] Aug 10 23:27:50.359 INFO O| Aug 10 23:27:50.359 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87722024-08-10T23:27:51.539Z[ host-image] Aug 10 23:27:50.369 INFO O| Aug 10 23:27:50.369 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87732024-08-10T23:27:51.539Z[ host-image] Aug 10 23:27:50.369 INFO O| Aug 10 23:27:50.369 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
87742024-08-10T23:27:51.553Z[ host-image] Aug 10 23:27:50.369 INFO O| Aug 10 23:27:50.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87752024-08-10T23:27:51.553Z[ host-image] Aug 10 23:27:50.369 INFO O| Aug 10 23:27:50.369 INFO ok!
87762024-08-10T23:27:51.553Z[ host-image] Aug 10 23:27:50.369 INFO O| Aug 10 23:27:50.369 INFO STEP 37 (ensure_symlink) COMPLETE
87772024-08-10T23:27:51.553Z[ host-image] Aug 10 23:27:50.369 INFO O| Aug 10 23:27:50.369 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87782024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87792024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87802024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87812024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87822024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87832024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87842024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO ok!
87852024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO STEP 38 (ensure_file) COMPLETE
87862024-08-10T23:27:51.554Z[ host-image] Aug 10 23:27:50.379 INFO O| Aug 10 23:27:50.379 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87872024-08-10T23:27:51.560Z[ host-image] Aug 10 23:27:50.390 INFO O| Aug 10 23:27:50.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
87882024-08-10T23:27:51.563Z[ host-image] Aug 10 23:27:50.390 INFO O| Aug 10 23:27:50.389 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
87892024-08-10T23:27:51.563Z[ host-image] Aug 10 23:27:50.390 INFO O| Aug 10 23:27:50.390 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87902024-08-10T23:27:51.563Z[ host-image] Aug 10 23:27:50.390 INFO O| Aug 10 23:27:50.390 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87912024-08-10T23:27:51.563Z[ host-image] Aug 10 23:27:50.390 INFO O| Aug 10 23:27:50.390 INFO ok!
87922024-08-10T23:27:51.563Z[ host-image] Aug 10 23:27:50.390 INFO O| Aug 10 23:27:50.390 INFO STEP 39 (ensure_file) COMPLETE
87932024-08-10T23:27:51.563Z[ host-image] Aug 10 23:27:50.390 INFO O| Aug 10 23:27:50.390 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87942024-08-10T23:27:51.570Z[ host-image] Aug 10 23:27:50.400 INFO O| Aug 10 23:27:50.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
87952024-08-10T23:27:51.570Z[ host-image] Aug 10 23:27:50.400 INFO O| Aug 10 23:27:50.400 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
87962024-08-10T23:27:51.573Z[ host-image] Aug 10 23:27:50.400 INFO O| Aug 10 23:27:50.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
87972024-08-10T23:27:51.573Z[ host-image] Aug 10 23:27:50.400 INFO O| Aug 10 23:27:50.400 INFO ok!
87982024-08-10T23:27:51.573Z[ host-image] Aug 10 23:27:50.400 INFO O| Aug 10 23:27:50.400 INFO STEP 40 (ensure_file) COMPLETE
87992024-08-10T23:27:51.573Z[ host-image] Aug 10 23:27:50.400 INFO O| Aug 10 23:27:50.400 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88002024-08-10T23:27:51.582Z[ host-image] Aug 10 23:27:50.412 INFO O| Aug 10 23:27:50.412 INFO updating shadow file
88012024-08-10T23:27:51.586Z[ host-image] Aug 10 23:27:50.412 INFO O| Aug 10 23:27:50.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88022024-08-10T23:27:51.586Z[ host-image] Aug 10 23:27:50.413 INFO O| Aug 10 23:27:50.412 INFO STEP 41 (shadow) COMPLETE
88032024-08-10T23:27:51.586Z[ host-image] Aug 10 23:27:50.413 INFO O| Aug 10 23:27:50.413 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88042024-08-10T23:27:51.595Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88052024-08-10T23:27:51.596Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88062024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88072024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88082024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO ok!
88092024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO STEP 42 (ensure_file) COMPLETE
88102024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88112024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO skip step because feature "mfg" is not enabled
88122024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88132024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO skip step because feature "mfg" is not enabled
88142024-08-10T23:27:51.599Z[ host-image] Aug 10 23:27:50.425 INFO O| Aug 10 23:27:50.425 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88152024-08-10T23:27:51.608Z[ host-image] Aug 10 23:27:50.438 INFO O| Aug 10 23:27:50.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88162024-08-10T23:27:51.608Z[ host-image] Aug 10 23:27:50.438 INFO O| Aug 10 23:27:50.438 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88172024-08-10T23:27:52.251Z[ host-image] Aug 10 23:27:51.080 INFO O| Aug 10 23:27:51.080 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88182024-08-10T23:27:52.251Z[ host-image] Aug 10 23:27:51.080 INFO O| Aug 10 23:27:51.080 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88192024-08-10T23:27:52.254Z[ host-image] Aug 10 23:27:51.080 INFO O| Aug 10 23:27:51.080 INFO ok!
88202024-08-10T23:27:52.254Z[ host-image] Aug 10 23:27:51.080 INFO O| Aug 10 23:27:51.080 INFO STEP 45 (ensure_file) COMPLETE
88212024-08-10T23:27:52.254Z[ host-image] Aug 10 23:27:51.080 INFO O| Aug 10 23:27:51.080 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88222024-08-10T23:27:52.263Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88232024-08-10T23:27:52.266Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88242024-08-10T23:27:52.266Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88252024-08-10T23:27:52.266Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88262024-08-10T23:27:52.266Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88272024-08-10T23:27:52.266Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88282024-08-10T23:27:52.267Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 INFO ok!
88292024-08-10T23:27:52.267Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 INFO STEP 46 (ensure_file) COMPLETE
88302024-08-10T23:27:52.267Z[ host-image] Aug 10 23:27:51.093 INFO O| Aug 10 23:27:51.093 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88312024-08-10T23:27:52.274Z[ host-image] Aug 10 23:27:51.104 INFO O| Aug 10 23:27:51.104 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88322024-08-10T23:27:52.274Z[ host-image] Aug 10 23:27:51.104 INFO O| Aug 10 23:27:51.104 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
88332024-08-10T23:27:52.278Z[ host-image] Aug 10 23:27:51.105 INFO O| Aug 10 23:27:51.104 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88342024-08-10T23:27:52.278Z[ host-image] Aug 10 23:27:51.105 INFO O| Aug 10 23:27:51.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88352024-08-10T23:27:52.278Z[ host-image] Aug 10 23:27:51.105 INFO O| Aug 10 23:27:51.105 INFO ok!
88362024-08-10T23:27:52.278Z[ host-image] Aug 10 23:27:51.105 INFO O| Aug 10 23:27:51.105 INFO STEP 47 (ensure_file) COMPLETE
88372024-08-10T23:27:52.278Z[ host-image] Aug 10 23:27:51.105 INFO O| Aug 10 23:27:51.105 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88382024-08-10T23:27:52.285Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88392024-08-10T23:27:52.288Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88402024-08-10T23:27:52.288Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88412024-08-10T23:27:52.288Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88422024-08-10T23:27:52.288Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88432024-08-10T23:27:52.288Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88442024-08-10T23:27:52.288Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO ok!
88452024-08-10T23:27:52.289Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO STEP 48 (ensure_file) COMPLETE
88462024-08-10T23:27:52.289Z[ host-image] Aug 10 23:27:51.115 INFO O| Aug 10 23:27:51.115 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88472024-08-10T23:27:52.296Z[ host-image] Aug 10 23:27:51.126 INFO O| Aug 10 23:27:51.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88482024-08-10T23:27:52.296Z[ host-image] Aug 10 23:27:51.126 INFO O| Aug 10 23:27:51.126 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
88492024-08-10T23:27:52.299Z[ host-image] Aug 10 23:27:51.126 INFO O| Aug 10 23:27:51.126 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88502024-08-10T23:27:52.299Z[ host-image] Aug 10 23:27:51.126 INFO O| Aug 10 23:27:51.126 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88512024-08-10T23:27:52.299Z[ host-image] Aug 10 23:27:51.126 INFO O| Aug 10 23:27:51.126 INFO ok!
88522024-08-10T23:27:52.299Z[ host-image] Aug 10 23:27:51.126 INFO O| Aug 10 23:27:51.126 INFO STEP 49 (ensure_file) COMPLETE
88532024-08-10T23:27:52.299Z[ host-image] Aug 10 23:27:51.126 INFO O| Aug 10 23:27:51.126 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88542024-08-10T23:27:52.306Z[ host-image] Aug 10 23:27:51.136 INFO O| Aug 10 23:27:51.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88552024-08-10T23:27:52.310Z[ host-image] Aug 10 23:27:51.136 INFO O| Aug 10 23:27:51.136 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88562024-08-10T23:27:52.310Z[ host-image] Aug 10 23:27:51.136 INFO O| Aug 10 23:27:51.136 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88572024-08-10T23:27:52.310Z[ host-image] Aug 10 23:27:51.137 INFO O| Aug 10 23:27:51.136 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88582024-08-10T23:27:52.310Z[ host-image] Aug 10 23:27:51.137 INFO O| Aug 10 23:27:51.136 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88592024-08-10T23:27:52.310Z[ host-image] Aug 10 23:27:51.137 INFO O| Aug 10 23:27:51.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88602024-08-10T23:27:52.310Z[ host-image] Aug 10 23:27:51.137 INFO O| Aug 10 23:27:51.137 INFO ok!
88612024-08-10T23:27:52.310Z[ host-image] Aug 10 23:27:51.137 INFO O| Aug 10 23:27:51.137 INFO STEP 50 (ensure_file) COMPLETE
88622024-08-10T23:27:52.310Z[ host-image] Aug 10 23:27:51.137 INFO O| Aug 10 23:27:51.137 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88632024-08-10T23:27:52.317Z[ host-image] Aug 10 23:27:51.147 INFO O| Aug 10 23:27:51.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88642024-08-10T23:27:52.320Z[ host-image] Aug 10 23:27:51.147 INFO O| Aug 10 23:27:51.147 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
88652024-08-10T23:27:52.320Z[ host-image] Aug 10 23:27:51.147 INFO O| Aug 10 23:27:51.147 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88662024-08-10T23:27:52.320Z[ host-image] Aug 10 23:27:51.147 INFO O| Aug 10 23:27:51.147 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88672024-08-10T23:27:52.320Z[ host-image] Aug 10 23:27:51.147 INFO O| Aug 10 23:27:51.147 INFO ok!
88682024-08-10T23:27:52.320Z[ host-image] Aug 10 23:27:51.147 INFO O| Aug 10 23:27:51.147 INFO STEP 51 (ensure_file) COMPLETE
88692024-08-10T23:27:52.320Z[ host-image] Aug 10 23:27:51.147 INFO O| Aug 10 23:27:51.147 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88702024-08-10T23:27:52.327Z[ host-image] Aug 10 23:27:51.157 INFO O| Aug 10 23:27:51.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88712024-08-10T23:27:52.327Z[ host-image] Aug 10 23:27:51.157 INFO O| Aug 10 23:27:51.157 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
88722024-08-10T23:27:52.330Z[ host-image] Aug 10 23:27:51.157 INFO O| Aug 10 23:27:51.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88732024-08-10T23:27:52.330Z[ host-image] Aug 10 23:27:51.157 INFO O| Aug 10 23:27:51.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88742024-08-10T23:27:52.330Z[ host-image] Aug 10 23:27:51.157 INFO O| Aug 10 23:27:51.157 INFO ok!
88752024-08-10T23:27:52.330Z[ host-image] Aug 10 23:27:51.157 INFO O| Aug 10 23:27:51.157 INFO STEP 52 (ensure_file) COMPLETE
88762024-08-10T23:27:52.330Z[ host-image] Aug 10 23:27:51.157 INFO O| Aug 10 23:27:51.157 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88772024-08-10T23:27:52.337Z[ host-image] Aug 10 23:27:51.167 INFO O| Aug 10 23:27:51.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88782024-08-10T23:27:52.337Z[ host-image] Aug 10 23:27:51.167 INFO O| Aug 10 23:27:51.167 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
88792024-08-10T23:27:52.337Z[ host-image] Aug 10 23:27:51.167 INFO O| Aug 10 23:27:51.167 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88802024-08-10T23:27:52.342Z[ host-image] Aug 10 23:27:51.167 INFO O| Aug 10 23:27:51.167 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88812024-08-10T23:27:52.342Z[ host-image] Aug 10 23:27:51.167 INFO O| Aug 10 23:27:51.167 INFO ok!
88822024-08-10T23:27:52.342Z[ host-image] Aug 10 23:27:51.167 INFO O| Aug 10 23:27:51.167 INFO STEP 53 (ensure_file) COMPLETE
88832024-08-10T23:27:52.342Z[ host-image] Aug 10 23:27:51.167 INFO O| Aug 10 23:27:51.167 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88842024-08-10T23:27:52.348Z[ host-image] Aug 10 23:27:51.178 INFO O| Aug 10 23:27:51.178 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88852024-08-10T23:27:52.348Z[ host-image] Aug 10 23:27:51.178 INFO O| Aug 10 23:27:51.178 INFO STEP 54 (ensure_dir) COMPLETE
88862024-08-10T23:27:52.352Z[ host-image] Aug 10 23:27:51.178 INFO O| Aug 10 23:27:51.178 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88872024-08-10T23:27:52.358Z[ host-image] Aug 10 23:27:51.188 INFO O| Aug 10 23:27:51.188 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88882024-08-10T23:27:52.358Z[ host-image] Aug 10 23:27:51.188 INFO O| Aug 10 23:27:51.188 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88892024-08-10T23:27:52.361Z[ host-image] Aug 10 23:27:51.188 INFO O| Aug 10 23:27:51.188 INFO STEP 55 (ensure_dir) COMPLETE
88902024-08-10T23:27:52.361Z[ host-image] Aug 10 23:27:51.188 INFO O| Aug 10 23:27:51.188 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88912024-08-10T23:27:52.369Z[ host-image] Aug 10 23:27:51.198 INFO O| Aug 10 23:27:51.198 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88922024-08-10T23:27:52.369Z[ host-image] Aug 10 23:27:51.198 INFO O| Aug 10 23:27:51.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88932024-08-10T23:27:52.369Z[ host-image] Aug 10 23:27:51.198 INFO O| Aug 10 23:27:51.198 INFO STEP 56 (ensure_dir) COMPLETE
88942024-08-10T23:27:52.372Z[ host-image] Aug 10 23:27:51.198 INFO O| Aug 10 23:27:51.198 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88952024-08-10T23:27:52.379Z[ host-image] Aug 10 23:27:51.208 INFO O| Aug 10 23:27:51.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
88962024-08-10T23:27:52.379Z[ host-image] Aug 10 23:27:51.209 INFO O| Aug 10 23:27:51.208 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
88972024-08-10T23:27:52.393Z[ host-image] Aug 10 23:27:51.223 INFO O| Aug 10 23:27:51.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
88982024-08-10T23:27:52.393Z[ host-image] Aug 10 23:27:51.223 INFO O| Aug 10 23:27:51.223 INFO ok!
88992024-08-10T23:27:52.396Z[ host-image] Aug 10 23:27:51.223 INFO O| Aug 10 23:27:51.223 INFO STEP 57 (ensure_file) COMPLETE
89002024-08-10T23:27:52.396Z[ host-image] Aug 10 23:27:51.223 INFO O| Aug 10 23:27:51.223 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89012024-08-10T23:27:52.404Z[ host-image] Aug 10 23:27:51.233 INFO O| Aug 10 23:27:51.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89022024-08-10T23:27:52.404Z[ host-image] Aug 10 23:27:51.233 INFO O| Aug 10 23:27:51.233 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89032024-08-10T23:27:53.548Z[ host-image] Aug 10 23:27:52.360 INFO O| Aug 10 23:27:52.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89042024-08-10T23:27:53.548Z[ host-image] Aug 10 23:27:52.360 INFO O| Aug 10 23:27:52.360 INFO ok!
89052024-08-10T23:27:53.548Z[ host-image] Aug 10 23:27:52.360 INFO O| Aug 10 23:27:52.360 INFO STEP 58 (ensure_file) COMPLETE
89062024-08-10T23:27:53.562Z[ host-image] Aug 10 23:27:52.360 INFO O| Aug 10 23:27:52.360 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89072024-08-10T23:27:53.568Z[ host-image] Aug 10 23:27:52.374 INFO O| Aug 10 23:27:52.374 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89082024-08-10T23:27:53.568Z[ host-image] Aug 10 23:27:52.374 INFO O| Aug 10 23:27:52.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89092024-08-10T23:27:53.568Z[ host-image] Aug 10 23:27:52.374 INFO O| Aug 10 23:27:52.374 INFO STEP 59 (ensure_dir) COMPLETE
89102024-08-10T23:27:53.568Z[ host-image] Aug 10 23:27:52.374 INFO O| Aug 10 23:27:52.374 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89112024-08-10T23:27:53.573Z[ host-image] Aug 10 23:27:52.386 INFO O| Aug 10 23:27:52.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89122024-08-10T23:27:53.573Z[ host-image] Aug 10 23:27:52.386 INFO O| Aug 10 23:27:52.386 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
89132024-08-10T23:27:53.573Z[ host-image] Aug 10 23:27:52.386 INFO O| Aug 10 23:27:52.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89142024-08-10T23:27:53.573Z[ host-image] Aug 10 23:27:52.386 INFO O| Aug 10 23:27:52.386 INFO ok!
89152024-08-10T23:27:53.573Z[ host-image] Aug 10 23:27:52.386 INFO O| Aug 10 23:27:52.386 INFO STEP 60 (ensure_file) COMPLETE
89162024-08-10T23:27:53.573Z[ host-image] Aug 10 23:27:52.386 INFO O| Aug 10 23:27:52.386 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89172024-08-10T23:27:53.574Z[ host-image] Aug 10 23:27:52.397 INFO O| Aug 10 23:27:52.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89182024-08-10T23:27:53.574Z[ host-image] Aug 10 23:27:52.397 INFO O| Aug 10 23:27:52.397 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
89192024-08-10T23:27:53.574Z[ host-image] Aug 10 23:27:52.397 INFO O| Aug 10 23:27:52.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89202024-08-10T23:27:53.574Z[ host-image] Aug 10 23:27:52.397 INFO O| Aug 10 23:27:52.397 INFO ok!
89212024-08-10T23:27:53.574Z[ host-image] Aug 10 23:27:52.397 INFO O| Aug 10 23:27:52.397 INFO STEP 61 (ensure_file) COMPLETE
89222024-08-10T23:27:53.574Z[ host-image] Aug 10 23:27:52.397 INFO O| Aug 10 23:27:52.397 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89232024-08-10T23:27:53.579Z[ host-image] Aug 10 23:27:52.409 INFO O| Aug 10 23:27:52.409 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89242024-08-10T23:27:53.584Z[ host-image] Aug 10 23:27:52.409 INFO O| Aug 10 23:27:52.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89252024-08-10T23:27:53.584Z[ host-image] Aug 10 23:27:52.409 INFO O| Aug 10 23:27:52.409 INFO STEP 62 (ensure_dir) COMPLETE
89262024-08-10T23:27:53.584Z[ host-image] Aug 10 23:27:52.409 INFO O| Aug 10 23:27:52.409 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89272024-08-10T23:27:53.590Z[ host-image] Aug 10 23:27:52.420 INFO O| Aug 10 23:27:52.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89282024-08-10T23:27:53.590Z[ host-image] Aug 10 23:27:52.420 INFO O| Aug 10 23:27:52.420 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
89292024-08-10T23:27:53.594Z[ host-image] Aug 10 23:27:52.420 INFO O| Aug 10 23:27:52.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89302024-08-10T23:27:53.594Z[ host-image] Aug 10 23:27:52.420 INFO O| Aug 10 23:27:52.420 INFO ok!
89312024-08-10T23:27:53.594Z[ host-image] Aug 10 23:27:52.420 INFO O| Aug 10 23:27:52.420 INFO STEP 63 (ensure_file) COMPLETE
89322024-08-10T23:27:53.594Z[ host-image] Aug 10 23:27:52.420 INFO O| Aug 10 23:27:52.420 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89332024-08-10T23:27:53.601Z[ host-image] Aug 10 23:27:52.431 INFO O| Aug 10 23:27:52.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89342024-08-10T23:27:53.604Z[ host-image] Aug 10 23:27:52.431 INFO O| Aug 10 23:27:52.431 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
89352024-08-10T23:27:53.604Z[ host-image] Aug 10 23:27:52.431 INFO O| Aug 10 23:27:52.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89362024-08-10T23:27:53.604Z[ host-image] Aug 10 23:27:52.431 INFO O| Aug 10 23:27:52.431 INFO ok!
89372024-08-10T23:27:53.604Z[ host-image] Aug 10 23:27:52.431 INFO O| Aug 10 23:27:52.431 INFO STEP 64 (ensure_file) COMPLETE
89382024-08-10T23:27:53.604Z[ host-image] Aug 10 23:27:52.431 INFO O| Aug 10 23:27:52.431 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89392024-08-10T23:27:53.612Z[ host-image] Aug 10 23:27:52.441 INFO O| Aug 10 23:27:52.441 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89402024-08-10T23:27:53.612Z[ host-image] Aug 10 23:27:52.441 INFO O| Aug 10 23:27:52.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89412024-08-10T23:27:53.618Z[ host-image] Aug 10 23:27:52.441 INFO O| Aug 10 23:27:52.441 INFO STEP 65 (ensure_dir) COMPLETE
89422024-08-10T23:27:53.618Z[ host-image] Aug 10 23:27:52.441 INFO O| Aug 10 23:27:52.441 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89432024-08-10T23:27:53.622Z[ host-image] Aug 10 23:27:52.452 INFO O| Aug 10 23:27:52.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89442024-08-10T23:27:53.625Z[ host-image] Aug 10 23:27:52.452 INFO O| Aug 10 23:27:52.452 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
89452024-08-10T23:27:53.625Z[ host-image] Aug 10 23:27:52.452 INFO O| Aug 10 23:27:52.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89462024-08-10T23:27:53.626Z[ host-image] Aug 10 23:27:52.452 INFO O| Aug 10 23:27:52.452 INFO ok!
89472024-08-10T23:27:53.626Z[ host-image] Aug 10 23:27:52.452 INFO O| Aug 10 23:27:52.452 INFO STEP 66 (ensure_file) COMPLETE
89482024-08-10T23:27:53.626Z[ host-image] Aug 10 23:27:52.452 INFO O| Aug 10 23:27:52.452 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89492024-08-10T23:27:53.633Z[ host-image] Aug 10 23:27:52.463 INFO O| Aug 10 23:27:52.463 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89502024-08-10T23:27:53.634Z[ host-image] Aug 10 23:27:52.463 INFO O| Aug 10 23:27:52.463 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89512024-08-10T23:27:53.637Z[ host-image] Aug 10 23:27:52.463 INFO O| Aug 10 23:27:52.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89522024-08-10T23:27:53.637Z[ host-image] Aug 10 23:27:52.463 INFO O| Aug 10 23:27:52.463 INFO ok!
89532024-08-10T23:27:53.637Z[ host-image] Aug 10 23:27:52.463 INFO O| Aug 10 23:27:52.463 INFO STEP 67 (ensure_file) COMPLETE
89542024-08-10T23:27:53.637Z[ host-image] Aug 10 23:27:52.463 INFO O| Aug 10 23:27:52.463 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89552024-08-10T23:27:53.644Z[ host-image] Aug 10 23:27:52.474 INFO O| Aug 10 23:27:52.474 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89562024-08-10T23:27:53.647Z[ host-image] Aug 10 23:27:52.474 INFO O| Aug 10 23:27:52.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89572024-08-10T23:27:53.647Z[ host-image] Aug 10 23:27:52.474 INFO O| Aug 10 23:27:52.474 INFO STEP 68 (ensure_dir) COMPLETE
89582024-08-10T23:27:53.647Z[ host-image] Aug 10 23:27:52.474 INFO O| Aug 10 23:27:52.474 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89592024-08-10T23:27:53.654Z[ host-image] Aug 10 23:27:52.484 INFO O| Aug 10 23:27:52.484 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89602024-08-10T23:27:53.654Z[ host-image] Aug 10 23:27:52.484 INFO O| Aug 10 23:27:52.484 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89612024-08-10T23:27:54.216Z[ host-image] Aug 10 23:27:53.045 INFO O| Aug 10 23:27:53.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89622024-08-10T23:27:54.216Z[ host-image] Aug 10 23:27:53.045 INFO O| Aug 10 23:27:53.045 INFO ok!
89632024-08-10T23:27:54.216Z[ host-image] Aug 10 23:27:53.045 INFO O| Aug 10 23:27:53.045 INFO STEP 69 (ensure_file) COMPLETE
89642024-08-10T23:27:54.219Z[ host-image] Aug 10 23:27:53.045 INFO O| Aug 10 23:27:53.045 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89652024-08-10T23:27:54.229Z[ host-image] Aug 10 23:27:53.058 INFO O| Aug 10 23:27:53.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89662024-08-10T23:27:54.229Z[ host-image] Aug 10 23:27:53.058 INFO O| Aug 10 23:27:53.058 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89672024-08-10T23:27:54.302Z[ recovery-image] Aug 10 23:27:53.126 INFO E| Compiling bitflags v1.3.2
89682024-08-10T23:27:54.307Z[ recovery-image] Aug 10 23:27:53.126 INFO E| Compiling adler v1.0.2
89692024-08-10T23:27:54.307Z[ recovery-image] Aug 10 23:27:53.126 INFO E| Compiling bit_field v0.10.2
89702024-08-10T23:27:54.307Z[ recovery-image] Aug 10 23:27:53.126 INFO E| Compiling plain v0.2.3
89712024-08-10T23:27:54.307Z[ recovery-image] Aug 10 23:27:53.126 INFO E| Compiling scroll v0.12.0
89722024-08-10T23:27:54.307Z[ recovery-image] Aug 10 23:27:53.126 INFO E| Compiling log v0.4.21
89732024-08-10T23:27:54.307Z[ recovery-image] Aug 10 23:27:53.126 INFO E| Compiling static_assertions v1.1.0
89742024-08-10T23:27:54.489Z[ recovery-image] Aug 10 23:27:53.314 INFO E| Compiling raw-cpuid v10.7.0
89752024-08-10T23:27:54.521Z[ recovery-image] Aug 10 23:27:53.348 INFO E| Compiling cpio_reader v0.1.1
89762024-08-10T23:27:54.597Z[ recovery-image] Aug 10 23:27:53.410 INFO E| Compiling bitstruct v0.1.1
89772024-08-10T23:27:54.692Z[ recovery-image] Aug 10 23:27:53.522 INFO E| Compiling miniz_oxide v0.7.2
89782024-08-10T23:27:55.841Z[ recovery-image] Aug 10 23:27:54.667 INFO E| Compiling goblin v0.8.0
89792024-08-10T23:27:56.118Z[ host-image] Aug 10 23:27:54.948 INFO O| Aug 10 23:27:54.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89802024-08-10T23:27:56.118Z[ host-image] Aug 10 23:27:54.948 INFO O| Aug 10 23:27:54.948 INFO ok!
89812024-08-10T23:27:56.121Z[ host-image] Aug 10 23:27:54.948 INFO O| Aug 10 23:27:54.948 INFO STEP 70 (ensure_file) COMPLETE
89822024-08-10T23:27:56.121Z[ host-image] Aug 10 23:27:54.948 INFO O| Aug 10 23:27:54.948 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-08-10T23:27:56.134Z[ host-image] Aug 10 23:27:54.963 INFO O| Aug 10 23:27:54.963 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89842024-08-10T23:27:56.136Z[ host-image] Aug 10 23:27:54.963 INFO O| Aug 10 23:27:54.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89852024-08-10T23:27:56.136Z[ host-image] Aug 10 23:27:54.963 INFO O| Aug 10 23:27:54.963 INFO STEP 71 (ensure_dir) COMPLETE
89862024-08-10T23:27:56.136Z[ host-image] Aug 10 23:27:54.963 INFO O| Aug 10 23:27:54.963 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89872024-08-10T23:27:56.146Z[ host-image] Aug 10 23:27:54.975 INFO O| Aug 10 23:27:54.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
89882024-08-10T23:27:56.146Z[ host-image] Aug 10 23:27:54.975 INFO O| Aug 10 23:27:54.975 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
89892024-08-10T23:27:56.149Z[ host-image] Aug 10 23:27:54.975 INFO O| Aug 10 23:27:54.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
89902024-08-10T23:27:56.149Z[ host-image] Aug 10 23:27:54.976 INFO O| Aug 10 23:27:54.975 INFO ok!
89912024-08-10T23:27:56.149Z[ host-image] Aug 10 23:27:54.976 INFO O| Aug 10 23:27:54.975 INFO STEP 72 (ensure_file) COMPLETE
89922024-08-10T23:27:56.149Z[ host-image] Aug 10 23:27:54.976 INFO O| Aug 10 23:27:54.976 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89932024-08-10T23:27:56.158Z[ host-image] Aug 10 23:27:54.988 INFO O| Aug 10 23:27:54.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
89942024-08-10T23:27:56.158Z[ host-image] Aug 10 23:27:54.988 INFO O| Aug 10 23:27:54.988 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
89952024-08-10T23:27:56.158Z[ host-image] Aug 10 23:27:54.988 INFO O| Aug 10 23:27:54.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
89962024-08-10T23:27:56.161Z[ host-image] Aug 10 23:27:54.988 INFO O| Aug 10 23:27:54.988 INFO ok!
89972024-08-10T23:27:56.161Z[ host-image] Aug 10 23:27:54.988 INFO O| Aug 10 23:27:54.988 INFO STEP 73 (ensure_file) COMPLETE
89982024-08-10T23:27:56.161Z[ host-image] Aug 10 23:27:54.988 INFO O| Aug 10 23:27:54.988 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89992024-08-10T23:27:56.174Z[ host-image] Aug 10 23:27:55.004 INFO O| Aug 10 23:27:55.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90002024-08-10T23:27:56.174Z[ host-image] Aug 10 23:27:55.004 INFO O| Aug 10 23:27:55.004 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90012024-08-10T23:27:56.177Z[ host-image] Aug 10 23:27:55.004 INFO O| Aug 10 23:27:55.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90022024-08-10T23:27:56.177Z[ host-image] Aug 10 23:27:55.004 INFO O| Aug 10 23:27:55.004 INFO ok!
90032024-08-10T23:27:56.177Z[ host-image] Aug 10 23:27:55.004 INFO O| Aug 10 23:27:55.004 INFO STEP 74 (ensure_file) COMPLETE
90042024-08-10T23:27:56.177Z[ host-image] Aug 10 23:27:55.004 INFO O| Aug 10 23:27:55.004 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90052024-08-10T23:27:56.187Z[ host-image] Aug 10 23:27:55.016 INFO O| Aug 10 23:27:55.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90062024-08-10T23:27:56.187Z[ host-image] Aug 10 23:27:55.016 INFO O| Aug 10 23:27:55.016 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90072024-08-10T23:27:56.189Z[ host-image] Aug 10 23:27:55.016 INFO O| Aug 10 23:27:55.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90082024-08-10T23:27:56.189Z[ host-image] Aug 10 23:27:55.016 INFO O| Aug 10 23:27:55.016 INFO ok!
90092024-08-10T23:27:56.189Z[ host-image] Aug 10 23:27:55.017 INFO O| Aug 10 23:27:55.016 INFO STEP 75 (ensure_file) COMPLETE
90102024-08-10T23:27:56.189Z[ host-image] Aug 10 23:27:55.017 INFO O| Aug 10 23:27:55.017 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90112024-08-10T23:27:56.203Z[ host-image] Aug 10 23:27:55.032 INFO O| Aug 10 23:27:55.032 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90122024-08-10T23:27:56.203Z[ host-image] Aug 10 23:27:55.032 INFO O| Aug 10 23:27:55.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90132024-08-10T23:27:56.203Z[ host-image] Aug 10 23:27:55.032 INFO O| Aug 10 23:27:55.032 INFO STEP 76 (ensure_dir) COMPLETE
90142024-08-10T23:27:56.203Z[ host-image] Aug 10 23:27:55.033 INFO O| Aug 10 23:27:55.032 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90152024-08-10T23:27:56.216Z[ host-image] Aug 10 23:27:55.046 INFO O| Aug 10 23:27:55.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90162024-08-10T23:27:56.216Z[ host-image] Aug 10 23:27:55.046 INFO O| Aug 10 23:27:55.046 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90172024-08-10T23:27:56.808Z[ host-image] Aug 10 23:27:55.637 INFO O| Aug 10 23:27:55.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90182024-08-10T23:27:56.808Z[ host-image] Aug 10 23:27:55.637 INFO O| Aug 10 23:27:55.637 INFO ok!
90192024-08-10T23:27:56.811Z[ host-image] Aug 10 23:27:55.637 INFO O| Aug 10 23:27:55.637 INFO STEP 77 (ensure_file) COMPLETE
90202024-08-10T23:27:56.811Z[ host-image] Aug 10 23:27:55.637 INFO O| Aug 10 23:27:55.637 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90212024-08-10T23:27:56.825Z[ host-image] Aug 10 23:27:55.655 INFO O| Aug 10 23:27:55.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90222024-08-10T23:27:56.825Z[ host-image] Aug 10 23:27:55.655 INFO O| Aug 10 23:27:55.655 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90232024-08-10T23:27:56.828Z[ host-image] Aug 10 23:27:55.655 INFO O| Aug 10 23:27:55.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90242024-08-10T23:27:56.828Z[ host-image] Aug 10 23:27:55.655 INFO O| Aug 10 23:27:55.655 INFO ok!
90252024-08-10T23:27:56.828Z[ host-image] Aug 10 23:27:55.655 INFO O| Aug 10 23:27:55.655 INFO STEP 78 (ensure_file) COMPLETE
90262024-08-10T23:27:56.828Z[ host-image] Aug 10 23:27:55.655 INFO O| Aug 10 23:27:55.655 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90272024-08-10T23:27:56.842Z[ host-image] Aug 10 23:27:55.672 INFO O| Aug 10 23:27:55.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90282024-08-10T23:27:56.842Z[ host-image] Aug 10 23:27:55.672 INFO O| Aug 10 23:27:55.672 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90292024-08-10T23:27:58.401Z[ host-image] Aug 10 23:27:57.230 INFO O| Aug 10 23:27:57.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90302024-08-10T23:27:58.401Z[ host-image] Aug 10 23:27:57.230 INFO O| Aug 10 23:27:57.229 INFO ok!
90312024-08-10T23:27:58.401Z[ host-image] Aug 10 23:27:57.230 INFO O| Aug 10 23:27:57.230 INFO STEP 79 (ensure_file) COMPLETE
90322024-08-10T23:27:58.404Z[ host-image] Aug 10 23:27:57.230 INFO O| Aug 10 23:27:57.230 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90332024-08-10T23:27:58.425Z[ host-image] Aug 10 23:27:57.254 INFO O| Aug 10 23:27:57.254 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90342024-08-10T23:27:58.428Z[ host-image] Aug 10 23:27:57.255 INFO O| Aug 10 23:27:57.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90352024-08-10T23:27:58.428Z[ host-image] Aug 10 23:27:57.255 INFO O| Aug 10 23:27:57.255 INFO STEP 80 (ensure_dir) COMPLETE
90362024-08-10T23:27:58.428Z[ host-image] Aug 10 23:27:57.255 INFO O| Aug 10 23:27:57.255 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90372024-08-10T23:27:58.447Z[ host-image] Aug 10 23:27:57.276 INFO O| Aug 10 23:27:57.276 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90382024-08-10T23:27:58.447Z[ host-image] Aug 10 23:27:57.276 INFO O| Aug 10 23:27:57.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90392024-08-10T23:27:58.450Z[ host-image] Aug 10 23:27:57.276 INFO O| Aug 10 23:27:57.276 INFO STEP 81 (ensure_dir) COMPLETE
90402024-08-10T23:27:58.450Z[ host-image] Aug 10 23:27:57.277 INFO O| Aug 10 23:27:57.276 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90412024-08-10T23:27:58.466Z[ host-image] Aug 10 23:27:57.295 INFO O| Aug 10 23:27:57.295 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90422024-08-10T23:27:58.469Z[ host-image] Aug 10 23:27:57.295 INFO O| Aug 10 23:27:57.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90432024-08-10T23:27:58.469Z[ host-image] Aug 10 23:27:57.295 INFO O| Aug 10 23:27:57.295 INFO STEP 82 (ensure_dir) COMPLETE
90442024-08-10T23:27:58.469Z[ host-image] Aug 10 23:27:57.295 INFO O| Aug 10 23:27:57.295 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-10T23:27:58.487Z[ host-image] Aug 10 23:27:57.316 INFO O| Aug 10 23:27:57.316 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90462024-08-10T23:27:58.489Z[ host-image] Aug 10 23:27:57.316 INFO O| Aug 10 23:27:57.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90472024-08-10T23:27:58.489Z[ host-image] Aug 10 23:27:57.316 INFO O| Aug 10 23:27:57.316 INFO STEP 83 (ensure_dir) COMPLETE
90482024-08-10T23:27:58.489Z[ host-image] Aug 10 23:27:57.316 INFO O| Aug 10 23:27:57.316 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-08-10T23:27:58.506Z[ host-image] Aug 10 23:27:57.335 INFO O| Aug 10 23:27:57.335 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90502024-08-10T23:27:58.509Z[ host-image] Aug 10 23:27:57.335 INFO O| Aug 10 23:27:57.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90512024-08-10T23:27:58.509Z[ host-image] Aug 10 23:27:57.335 INFO O| Aug 10 23:27:57.335 INFO STEP 84 (ensure_dir) COMPLETE
90522024-08-10T23:27:58.509Z[ host-image] Aug 10 23:27:57.335 INFO O| Aug 10 23:27:57.335 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-10T23:27:58.526Z[ host-image] Aug 10 23:27:57.355 INFO O| Aug 10 23:27:57.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90542024-08-10T23:27:58.526Z[ host-image] Aug 10 23:27:57.355 INFO O| Aug 10 23:27:57.355 INFO copying /tmp/.tmpaerXmB/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-10T23:27:58.529Z[ host-image] Aug 10 23:27:57.356 INFO O| Aug 10 23:27:57.356 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-10T23:27:58.529Z[ host-image] Aug 10 23:27:57.356 INFO O| Aug 10 23:27:57.356 INFO ok!
90572024-08-10T23:27:58.529Z[ host-image] Aug 10 23:27:57.356 INFO O| Aug 10 23:27:57.356 INFO STEP 85 (ensure_file) COMPLETE
90582024-08-10T23:27:58.529Z[ host-image] Aug 10 23:27:57.356 INFO O| Aug 10 23:27:57.356 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90592024-08-10T23:27:58.546Z[ host-image] Aug 10 23:27:57.375 INFO O| Aug 10 23:27:57.375 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90602024-08-10T23:27:58.549Z[ host-image] Aug 10 23:27:57.375 INFO O| Aug 10 23:27:57.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90612024-08-10T23:27:58.549Z[ host-image] Aug 10 23:27:57.375 INFO O| Aug 10 23:27:57.375 INFO STEP 86 (ensure_dir) COMPLETE
90622024-08-10T23:27:58.549Z[ host-image] Aug 10 23:27:57.376 INFO O| Aug 10 23:27:57.375 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-08-10T23:27:58.563Z[ host-image] Aug 10 23:27:57.392 INFO O| Aug 10 23:27:57.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90642024-08-10T23:27:58.563Z[ host-image] Aug 10 23:27:57.392 INFO O| Aug 10 23:27:57.392 INFO copying /tmp/.tmpaerXmB/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-10T23:27:58.563Z[ host-image] Aug 10 23:27:57.392 INFO O| Aug 10 23:27:57.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90662024-08-10T23:27:58.563Z[ host-image] Aug 10 23:27:57.392 INFO O| Aug 10 23:27:57.392 INFO ok!
90672024-08-10T23:27:58.566Z[ host-image] Aug 10 23:27:57.392 INFO O| Aug 10 23:27:57.392 INFO STEP 87 (ensure_file) COMPLETE
90682024-08-10T23:27:58.566Z[ host-image] Aug 10 23:27:57.392 INFO O| Aug 10 23:27:57.392 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90692024-08-10T23:27:58.581Z[ host-image] Aug 10 23:27:57.410 INFO O| Aug 10 23:27:57.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90702024-08-10T23:27:58.581Z[ host-image] Aug 10 23:27:57.410 INFO O| Aug 10 23:27:57.410 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90712024-08-10T23:27:58.595Z[ host-image] Aug 10 23:27:57.424 INFO O| Aug 10 23:27:57.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90722024-08-10T23:27:58.595Z[ host-image] Aug 10 23:27:57.424 INFO O| Aug 10 23:27:57.424 INFO ok!
90732024-08-10T23:27:58.595Z[ host-image] Aug 10 23:27:57.424 INFO O| Aug 10 23:27:57.424 INFO STEP 88 (ensure_file) COMPLETE
90742024-08-10T23:27:58.598Z[ host-image] Aug 10 23:27:57.424 INFO O| Aug 10 23:27:57.424 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90752024-08-10T23:27:58.615Z[ host-image] Aug 10 23:27:57.444 INFO O| Aug 10 23:27:57.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90762024-08-10T23:27:58.615Z[ host-image] Aug 10 23:27:57.445 INFO O| Aug 10 23:27:57.444 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90772024-08-10T23:27:59.235Z[ host-image] Aug 10 23:27:58.064 INFO O| Aug 10 23:27:58.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90782024-08-10T23:27:59.235Z[ host-image] Aug 10 23:27:58.064 INFO O| Aug 10 23:27:58.064 INFO ok!
90792024-08-10T23:27:59.235Z[ host-image] Aug 10 23:27:58.064 INFO O| Aug 10 23:27:58.064 INFO STEP 89 (ensure_file) COMPLETE
90802024-08-10T23:27:59.235Z[ host-image] Aug 10 23:27:58.064 INFO O| Aug 10 23:27:58.064 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90812024-08-10T23:27:59.254Z[ host-image] Aug 10 23:27:58.083 INFO O| Aug 10 23:27:58.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90822024-08-10T23:27:59.254Z[ host-image] Aug 10 23:27:58.083 INFO O| Aug 10 23:27:58.083 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90832024-08-10T23:27:59.254Z[ host-image] Aug 10 23:27:58.083 INFO O| Aug 10 23:27:58.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90842024-08-10T23:27:59.254Z[ host-image] Aug 10 23:27:58.083 INFO O| Aug 10 23:27:58.083 INFO ok!
90852024-08-10T23:27:59.257Z[ host-image] Aug 10 23:27:58.083 INFO O| Aug 10 23:27:58.083 INFO STEP 90 (ensure_file) COMPLETE
90862024-08-10T23:27:59.257Z[ host-image] Aug 10 23:27:58.083 INFO O| Aug 10 23:27:58.083 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-10T23:27:59.272Z[ host-image] Aug 10 23:27:58.101 INFO O| Aug 10 23:27:58.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90882024-08-10T23:27:59.272Z[ host-image] Aug 10 23:27:58.101 INFO O| Aug 10 23:27:58.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90892024-08-10T23:27:59.272Z[ host-image] Aug 10 23:27:58.101 INFO O| Aug 10 23:27:58.101 INFO STEP 91 (ensure_dir) COMPLETE
90902024-08-10T23:27:59.275Z[ host-image] Aug 10 23:27:58.101 INFO O| Aug 10 23:27:58.101 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-08-10T23:27:59.307Z[ host-image] Aug 10 23:27:58.136 INFO O| Aug 10 23:27:58.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
90922024-08-10T23:27:59.307Z[ host-image] Aug 10 23:27:58.136 INFO O| Aug 10 23:27:58.136 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.309Z[ host-image] Aug 10 23:27:58.136 INFO O| Aug 10 23:27:58.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
90942024-08-10T23:27:59.309Z[ host-image] Aug 10 23:27:58.136 INFO O| Aug 10 23:27:58.136 INFO ok!
90952024-08-10T23:27:59.309Z[ host-image] Aug 10 23:27:58.136 INFO O| Aug 10 23:27:58.136 INFO STEP 92 (ensure_file) COMPLETE
90962024-08-10T23:27:59.309Z[ host-image] Aug 10 23:27:58.137 INFO O| Aug 10 23:27:58.136 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-08-10T23:27:59.327Z[ host-image] Aug 10 23:27:58.156 INFO O| Aug 10 23:27:58.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
90982024-08-10T23:27:59.327Z[ host-image] Aug 10 23:27:58.156 INFO O| Aug 10 23:27:58.156 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.330Z[ host-image] Aug 10 23:27:58.156 INFO O| Aug 10 23:27:58.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91002024-08-10T23:27:59.330Z[ host-image] Aug 10 23:27:58.157 INFO O| Aug 10 23:27:58.157 INFO ok!
91012024-08-10T23:27:59.330Z[ host-image] Aug 10 23:27:58.157 INFO O| Aug 10 23:27:58.157 INFO STEP 93 (ensure_file) COMPLETE
91022024-08-10T23:27:59.330Z[ host-image] Aug 10 23:27:58.157 INFO O| Aug 10 23:27:58.157 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-10T23:27:59.346Z[ host-image] Aug 10 23:27:58.175 INFO O| Aug 10 23:27:58.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91042024-08-10T23:27:59.349Z[ host-image] Aug 10 23:27:58.175 INFO O| Aug 10 23:27:58.175 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.349Z[ host-image] Aug 10 23:27:58.175 INFO O| Aug 10 23:27:58.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91062024-08-10T23:27:59.349Z[ host-image] Aug 10 23:27:58.176 INFO O| Aug 10 23:27:58.175 INFO ok!
91072024-08-10T23:27:59.349Z[ host-image] Aug 10 23:27:58.176 INFO O| Aug 10 23:27:58.176 INFO STEP 94 (ensure_file) COMPLETE
91082024-08-10T23:27:59.349Z[ host-image] Aug 10 23:27:58.176 INFO O| Aug 10 23:27:58.176 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-10T23:27:59.366Z[ host-image] Aug 10 23:27:58.195 INFO O| Aug 10 23:27:58.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91102024-08-10T23:27:59.366Z[ host-image] Aug 10 23:27:58.195 INFO O| Aug 10 23:27:58.195 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.369Z[ host-image] Aug 10 23:27:58.195 INFO O| Aug 10 23:27:58.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91122024-08-10T23:27:59.369Z[ host-image] Aug 10 23:27:58.195 INFO O| Aug 10 23:27:58.195 INFO ok!
91132024-08-10T23:27:59.369Z[ host-image] Aug 10 23:27:58.195 INFO O| Aug 10 23:27:58.195 INFO STEP 95 (ensure_file) COMPLETE
91142024-08-10T23:27:59.369Z[ host-image] Aug 10 23:27:58.195 INFO O| Aug 10 23:27:58.195 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-10T23:27:59.386Z[ host-image] Aug 10 23:27:58.215 INFO O| Aug 10 23:27:58.215 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91162024-08-10T23:27:59.386Z[ host-image] Aug 10 23:27:58.215 INFO O| Aug 10 23:27:58.215 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.386Z[ host-image] Aug 10 23:27:58.215 INFO O| Aug 10 23:27:58.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91182024-08-10T23:27:59.386Z[ host-image] Aug 10 23:27:58.215 INFO O| Aug 10 23:27:58.215 INFO ok!
91192024-08-10T23:27:59.389Z[ host-image] Aug 10 23:27:58.215 INFO O| Aug 10 23:27:58.215 INFO STEP 96 (ensure_file) COMPLETE
91202024-08-10T23:27:59.389Z[ host-image] Aug 10 23:27:58.215 INFO O| Aug 10 23:27:58.215 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-10T23:27:59.447Z[ host-image] Aug 10 23:27:58.276 INFO O| Aug 10 23:27:58.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91222024-08-10T23:27:59.447Z[ host-image] Aug 10 23:27:58.276 INFO O| Aug 10 23:27:58.276 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.447Z[ host-image] Aug 10 23:27:58.276 INFO O| Aug 10 23:27:58.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91242024-08-10T23:27:59.447Z[ host-image] Aug 10 23:27:58.276 INFO O| Aug 10 23:27:58.276 INFO ok!
91252024-08-10T23:27:59.450Z[ host-image] Aug 10 23:27:58.276 INFO O| Aug 10 23:27:58.276 INFO STEP 97 (ensure_file) COMPLETE
91262024-08-10T23:27:59.450Z[ host-image] Aug 10 23:27:58.276 INFO O| Aug 10 23:27:58.276 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-10T23:27:59.464Z[ host-image] Aug 10 23:27:58.293 INFO O| Aug 10 23:27:58.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91282024-08-10T23:27:59.464Z[ host-image] Aug 10 23:27:58.293 INFO O| Aug 10 23:27:58.293 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.467Z[ host-image] Aug 10 23:27:58.294 INFO O| Aug 10 23:27:58.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91302024-08-10T23:27:59.467Z[ host-image] Aug 10 23:27:58.294 INFO O| Aug 10 23:27:58.293 INFO ok!
91312024-08-10T23:27:59.467Z[ host-image] Aug 10 23:27:58.294 INFO O| Aug 10 23:27:58.294 INFO STEP 98 (ensure_file) COMPLETE
91322024-08-10T23:27:59.467Z[ host-image] Aug 10 23:27:58.294 INFO O| Aug 10 23:27:58.294 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-08-10T23:27:59.483Z[ host-image] Aug 10 23:27:58.311 INFO O| Aug 10 23:27:58.311 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91342024-08-10T23:27:59.483Z[ host-image] Aug 10 23:27:58.312 INFO O| Aug 10 23:27:58.311 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.485Z[ host-image] Aug 10 23:27:58.312 INFO O| Aug 10 23:27:58.312 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-10T23:27:59.485Z[ host-image] Aug 10 23:27:58.312 INFO O| Aug 10 23:27:58.312 INFO ok!
91372024-08-10T23:27:59.485Z[ host-image] Aug 10 23:27:58.312 INFO O| Aug 10 23:27:58.312 INFO STEP 99 (ensure_file) COMPLETE
91382024-08-10T23:27:59.485Z[ host-image] Aug 10 23:27:58.312 INFO O| Aug 10 23:27:58.312 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-08-10T23:27:59.548Z[ host-image] Aug 10 23:27:58.377 INFO O| Aug 10 23:27:58.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91402024-08-10T23:27:59.548Z[ host-image] Aug 10 23:27:58.377 INFO O| Aug 10 23:27:58.377 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.551Z[ host-image] Aug 10 23:27:58.377 INFO O| Aug 10 23:27:58.377 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-10T23:27:59.551Z[ host-image] Aug 10 23:27:58.377 INFO O| Aug 10 23:27:58.377 INFO ok!
91432024-08-10T23:27:59.551Z[ host-image] Aug 10 23:27:58.377 INFO O| Aug 10 23:27:58.377 INFO STEP 100 (ensure_file) COMPLETE
91442024-08-10T23:27:59.551Z[ host-image] Aug 10 23:27:58.377 INFO O| Aug 10 23:27:58.377 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-08-10T23:27:59.568Z[ host-image] Aug 10 23:27:58.397 INFO O| Aug 10 23:27:58.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91462024-08-10T23:27:59.568Z[ host-image] Aug 10 23:27:58.397 INFO O| Aug 10 23:27:58.397 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.568Z[ host-image] Aug 10 23:27:58.397 INFO O| Aug 10 23:27:58.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91482024-08-10T23:27:59.571Z[ host-image] Aug 10 23:27:58.397 INFO O| Aug 10 23:27:58.397 INFO ok!
91492024-08-10T23:27:59.571Z[ host-image] Aug 10 23:27:58.397 INFO O| Aug 10 23:27:58.397 INFO STEP 101 (ensure_file) COMPLETE
91502024-08-10T23:27:59.571Z[ host-image] Aug 10 23:27:58.397 INFO O| Aug 10 23:27:58.397 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-08-10T23:27:59.587Z[ host-image] Aug 10 23:27:58.416 INFO O| Aug 10 23:27:58.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91522024-08-10T23:27:59.587Z[ host-image] Aug 10 23:27:58.416 INFO O| Aug 10 23:27:58.416 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.587Z[ host-image] Aug 10 23:27:58.416 INFO O| Aug 10 23:27:58.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91542024-08-10T23:27:59.590Z[ host-image] Aug 10 23:27:58.416 INFO O| Aug 10 23:27:58.416 INFO ok!
91552024-08-10T23:27:59.590Z[ host-image] Aug 10 23:27:58.416 INFO O| Aug 10 23:27:58.416 INFO STEP 102 (ensure_file) COMPLETE
91562024-08-10T23:27:59.590Z[ host-image] Aug 10 23:27:58.416 INFO O| Aug 10 23:27:58.416 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-10T23:27:59.606Z[ host-image] Aug 10 23:27:58.435 INFO O| Aug 10 23:27:58.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91582024-08-10T23:27:59.606Z[ host-image] Aug 10 23:27:58.435 INFO O| Aug 10 23:27:58.435 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.606Z[ host-image] Aug 10 23:27:58.435 INFO O| Aug 10 23:27:58.435 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-10T23:27:59.609Z[ host-image] Aug 10 23:27:58.435 INFO O| Aug 10 23:27:58.435 INFO ok!
91612024-08-10T23:27:59.609Z[ host-image] Aug 10 23:27:58.435 INFO O| Aug 10 23:27:58.435 INFO STEP 103 (ensure_file) COMPLETE
91622024-08-10T23:27:59.609Z[ host-image] Aug 10 23:27:58.435 INFO O| Aug 10 23:27:58.435 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-10T23:27:59.623Z[ host-image] Aug 10 23:27:58.452 INFO O| Aug 10 23:27:58.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91642024-08-10T23:27:59.623Z[ host-image] Aug 10 23:27:58.452 INFO O| Aug 10 23:27:58.452 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.626Z[ host-image] Aug 10 23:27:58.453 INFO O| Aug 10 23:27:58.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91662024-08-10T23:27:59.626Z[ host-image] Aug 10 23:27:58.453 INFO O| Aug 10 23:27:58.453 INFO ok!
91672024-08-10T23:27:59.626Z[ host-image] Aug 10 23:27:58.453 INFO O| Aug 10 23:27:58.453 INFO STEP 104 (ensure_file) COMPLETE
91682024-08-10T23:27:59.626Z[ host-image] Aug 10 23:27:58.453 INFO O| Aug 10 23:27:58.453 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-10T23:27:59.641Z[ host-image] Aug 10 23:27:58.470 INFO O| Aug 10 23:27:58.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91702024-08-10T23:27:59.641Z[ host-image] Aug 10 23:27:58.470 INFO O| Aug 10 23:27:58.470 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.644Z[ host-image] Aug 10 23:27:58.471 INFO O| Aug 10 23:27:58.471 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-10T23:27:59.644Z[ host-image] Aug 10 23:27:58.471 INFO O| Aug 10 23:27:58.471 INFO ok!
91732024-08-10T23:27:59.644Z[ host-image] Aug 10 23:27:58.471 INFO O| Aug 10 23:27:58.471 INFO STEP 105 (ensure_file) COMPLETE
91742024-08-10T23:27:59.644Z[ host-image] Aug 10 23:27:58.471 INFO O| Aug 10 23:27:58.471 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-10T23:27:59.660Z[ host-image] Aug 10 23:27:58.489 INFO O| Aug 10 23:27:58.488 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91762024-08-10T23:27:59.660Z[ host-image] Aug 10 23:27:58.489 INFO O| Aug 10 23:27:58.489 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.660Z[ host-image] Aug 10 23:27:58.489 INFO O| Aug 10 23:27:58.489 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-10T23:27:59.660Z[ host-image] Aug 10 23:27:58.489 INFO O| Aug 10 23:27:58.489 INFO ok!
91792024-08-10T23:27:59.662Z[ host-image] Aug 10 23:27:58.489 INFO O| Aug 10 23:27:58.489 INFO STEP 106 (ensure_file) COMPLETE
91802024-08-10T23:27:59.662Z[ host-image] Aug 10 23:27:58.489 INFO O| Aug 10 23:27:58.489 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-10T23:27:59.673Z[ host-image] Aug 10 23:27:58.502 INFO O| Aug 10 23:27:58.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91822024-08-10T23:27:59.673Z[ host-image] Aug 10 23:27:58.502 INFO O| Aug 10 23:27:58.502 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.676Z[ host-image] Aug 10 23:27:58.502 INFO O| Aug 10 23:27:58.502 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-10T23:27:59.676Z[ host-image] Aug 10 23:27:58.502 INFO O| Aug 10 23:27:58.502 INFO ok!
91852024-08-10T23:27:59.676Z[ host-image] Aug 10 23:27:58.502 INFO O| Aug 10 23:27:58.502 INFO STEP 107 (ensure_file) COMPLETE
91862024-08-10T23:27:59.676Z[ host-image] Aug 10 23:27:58.502 INFO O| Aug 10 23:27:58.502 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-10T23:27:59.686Z[ host-image] Aug 10 23:27:58.515 INFO O| Aug 10 23:27:58.515 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
91882024-08-10T23:27:59.689Z[ host-image] Aug 10 23:27:58.515 INFO O| Aug 10 23:27:58.515 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.689Z[ host-image] Aug 10 23:27:58.516 INFO O| Aug 10 23:27:58.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
91902024-08-10T23:27:59.689Z[ host-image] Aug 10 23:27:58.516 INFO O| Aug 10 23:27:58.516 INFO ok!
91912024-08-10T23:27:59.689Z[ host-image] Aug 10 23:27:58.516 INFO O| Aug 10 23:27:58.516 INFO STEP 108 (ensure_file) COMPLETE
91922024-08-10T23:27:59.689Z[ host-image] Aug 10 23:27:58.516 INFO O| Aug 10 23:27:58.516 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-10T23:27:59.699Z[ host-image] Aug 10 23:27:58.528 INFO O| Aug 10 23:27:58.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
91942024-08-10T23:27:59.699Z[ host-image] Aug 10 23:27:58.528 INFO O| Aug 10 23:27:58.528 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.701Z[ host-image] Aug 10 23:27:58.528 INFO O| Aug 10 23:27:58.528 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-10T23:27:59.701Z[ host-image] Aug 10 23:27:58.528 INFO O| Aug 10 23:27:58.528 INFO ok!
91972024-08-10T23:27:59.702Z[ host-image] Aug 10 23:27:58.528 INFO O| Aug 10 23:27:58.528 INFO STEP 109 (ensure_file) COMPLETE
91982024-08-10T23:27:59.702Z[ host-image] Aug 10 23:27:58.528 INFO O| Aug 10 23:27:58.528 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-10T23:27:59.710Z[ host-image] Aug 10 23:27:58.539 INFO O| Aug 10 23:27:58.539 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92002024-08-10T23:27:59.710Z[ host-image] Aug 10 23:27:58.539 INFO O| Aug 10 23:27:58.539 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.712Z[ host-image] Aug 10 23:27:58.539 INFO O| Aug 10 23:27:58.539 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-10T23:27:59.712Z[ host-image] Aug 10 23:27:58.539 INFO O| Aug 10 23:27:58.539 INFO ok!
92032024-08-10T23:27:59.712Z[ host-image] Aug 10 23:27:58.539 INFO O| Aug 10 23:27:58.539 INFO STEP 110 (ensure_file) COMPLETE
92042024-08-10T23:27:59.712Z[ host-image] Aug 10 23:27:58.539 INFO O| Aug 10 23:27:58.539 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-10T23:27:59.720Z[ host-image] Aug 10 23:27:58.550 INFO O| Aug 10 23:27:58.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92062024-08-10T23:27:59.720Z[ host-image] Aug 10 23:27:58.550 INFO O| Aug 10 23:27:58.550 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.723Z[ host-image] Aug 10 23:27:58.550 INFO O| Aug 10 23:27:58.550 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-10T23:27:59.723Z[ host-image] Aug 10 23:27:58.550 INFO O| Aug 10 23:27:58.550 INFO ok!
92092024-08-10T23:27:59.723Z[ host-image] Aug 10 23:27:58.550 INFO O| Aug 10 23:27:58.550 INFO STEP 111 (ensure_file) COMPLETE
92102024-08-10T23:27:59.723Z[ host-image] Aug 10 23:27:58.550 INFO O| Aug 10 23:27:58.550 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-10T23:27:59.733Z[ host-image] Aug 10 23:27:58.562 INFO O| Aug 10 23:27:58.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92122024-08-10T23:27:59.733Z[ host-image] Aug 10 23:27:58.562 INFO O| Aug 10 23:27:58.562 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.735Z[ host-image] Aug 10 23:27:58.562 INFO O| Aug 10 23:27:58.562 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-10T23:27:59.736Z[ host-image] Aug 10 23:27:58.562 INFO O| Aug 10 23:27:58.562 INFO ok!
92152024-08-10T23:27:59.736Z[ host-image] Aug 10 23:27:58.562 INFO O| Aug 10 23:27:58.562 INFO STEP 112 (ensure_file) COMPLETE
92162024-08-10T23:27:59.736Z[ host-image] Aug 10 23:27:58.562 INFO O| Aug 10 23:27:58.562 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-10T23:27:59.746Z[ host-image] Aug 10 23:27:58.575 INFO O| Aug 10 23:27:58.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92182024-08-10T23:27:59.749Z[ host-image] Aug 10 23:27:58.575 INFO O| Aug 10 23:27:58.575 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.749Z[ host-image] Aug 10 23:27:58.575 INFO O| Aug 10 23:27:58.575 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-10T23:27:59.749Z[ host-image] Aug 10 23:27:58.576 INFO O| Aug 10 23:27:58.575 INFO ok!
92212024-08-10T23:27:59.749Z[ host-image] Aug 10 23:27:58.576 INFO O| Aug 10 23:27:58.575 INFO STEP 113 (ensure_file) COMPLETE
92222024-08-10T23:27:59.749Z[ host-image] Aug 10 23:27:58.576 INFO O| Aug 10 23:27:58.576 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-10T23:27:59.758Z[ host-image] Aug 10 23:27:58.587 INFO O| Aug 10 23:27:58.587 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92242024-08-10T23:27:59.758Z[ host-image] Aug 10 23:27:58.587 INFO O| Aug 10 23:27:58.587 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.761Z[ host-image] Aug 10 23:27:58.588 INFO O| Aug 10 23:27:58.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92262024-08-10T23:27:59.761Z[ host-image] Aug 10 23:27:58.588 INFO O| Aug 10 23:27:58.588 INFO ok!
92272024-08-10T23:27:59.761Z[ host-image] Aug 10 23:27:58.588 INFO O| Aug 10 23:27:58.588 INFO STEP 114 (ensure_file) COMPLETE
92282024-08-10T23:27:59.761Z[ host-image] Aug 10 23:27:58.588 INFO O| Aug 10 23:27:58.588 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-10T23:27:59.770Z[ host-image] Aug 10 23:27:58.599 INFO O| Aug 10 23:27:58.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92302024-08-10T23:27:59.772Z[ host-image] Aug 10 23:27:58.599 INFO O| Aug 10 23:27:58.599 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.772Z[ host-image] Aug 10 23:27:58.599 INFO O| Aug 10 23:27:58.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92322024-08-10T23:27:59.772Z[ host-image] Aug 10 23:27:58.599 INFO O| Aug 10 23:27:58.599 INFO ok!
92332024-08-10T23:27:59.772Z[ host-image] Aug 10 23:27:58.599 INFO O| Aug 10 23:27:58.599 INFO STEP 115 (ensure_file) COMPLETE
92342024-08-10T23:27:59.772Z[ host-image] Aug 10 23:27:58.599 INFO O| Aug 10 23:27:58.599 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-10T23:27:59.783Z[ host-image] Aug 10 23:27:58.612 INFO O| Aug 10 23:27:58.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92362024-08-10T23:27:59.783Z[ host-image] Aug 10 23:27:58.612 INFO O| Aug 10 23:27:58.612 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.786Z[ host-image] Aug 10 23:27:58.612 INFO O| Aug 10 23:27:58.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92382024-08-10T23:27:59.786Z[ host-image] Aug 10 23:27:58.612 INFO O| Aug 10 23:27:58.612 INFO ok!
92392024-08-10T23:27:59.786Z[ host-image] Aug 10 23:27:58.612 INFO O| Aug 10 23:27:58.612 INFO STEP 116 (ensure_file) COMPLETE
92402024-08-10T23:27:59.786Z[ host-image] Aug 10 23:27:58.612 INFO O| Aug 10 23:27:58.612 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-10T23:27:59.797Z[ host-image] Aug 10 23:27:58.626 INFO O| Aug 10 23:27:58.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92422024-08-10T23:27:59.797Z[ host-image] Aug 10 23:27:58.626 INFO O| Aug 10 23:27:58.626 INFO copying /tmp/.tmpaerXmB/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-10T23:27:59.800Z[ host-image] Aug 10 23:27:58.626 INFO O| Aug 10 23:27:58.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92442024-08-10T23:27:59.800Z[ host-image] Aug 10 23:27:58.627 INFO O| Aug 10 23:27:58.626 INFO ok!
92452024-08-10T23:27:59.800Z[ host-image] Aug 10 23:27:58.627 INFO O| Aug 10 23:27:58.626 INFO STEP 117 (ensure_file) COMPLETE
92462024-08-10T23:27:59.800Z[ host-image] Aug 10 23:27:58.627 INFO O| Aug 10 23:27:58.627 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-10T23:27:59.809Z[ host-image] Aug 10 23:27:58.638 INFO O| Aug 10 23:27:58.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92482024-08-10T23:27:59.812Z[ host-image] Aug 10 23:27:58.638 INFO O| Aug 10 23:27:58.638 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92492024-08-10T23:27:59.812Z[ host-image] Aug 10 23:27:58.638 INFO O| Aug 10 23:27:58.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92502024-08-10T23:27:59.812Z[ host-image] Aug 10 23:27:58.638 INFO O| Aug 10 23:27:58.638 INFO ok!
92512024-08-10T23:27:59.812Z[ host-image] Aug 10 23:27:58.638 INFO O| Aug 10 23:27:58.638 INFO STEP 118 (ensure_file) COMPLETE
92522024-08-10T23:27:59.812Z[ host-image] Aug 10 23:27:58.638 INFO O| Aug 10 23:27:58.638 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-10T23:27:59.820Z[ host-image] Aug 10 23:27:58.649 INFO O| Aug 10 23:27:58.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92542024-08-10T23:27:59.820Z[ host-image] Aug 10 23:27:58.649 INFO O| Aug 10 23:27:58.649 INFO copying /tmp/.tmpaerXmB/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92552024-08-10T23:28:04.577Z[ host-image] Aug 10 23:28:03.406 INFO O| Aug 10 23:28:03.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92562024-08-10T23:28:04.577Z[ host-image] Aug 10 23:28:03.406 INFO O| Aug 10 23:28:03.406 INFO ok!
92572024-08-10T23:28:04.581Z[ host-image] Aug 10 23:28:03.406 INFO O| Aug 10 23:28:03.406 INFO STEP 119 (ensure_file) COMPLETE
92582024-08-10T23:28:04.581Z[ host-image] Aug 10 23:28:03.406 INFO O| Aug 10 23:28:03.406 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-10T23:28:04.590Z[ host-image] Aug 10 23:28:03.419 INFO O| Aug 10 23:28:03.419 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92602024-08-10T23:28:04.593Z[ host-image] Aug 10 23:28:03.419 INFO O| Aug 10 23:28:03.419 INFO STEP 120 (ensure_dir) COMPLETE
92612024-08-10T23:28:04.593Z[ host-image] Aug 10 23:28:03.419 INFO O| Aug 10 23:28:03.419 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-08-10T23:28:04.601Z[ host-image] Aug 10 23:28:03.430 INFO O| Aug 10 23:28:03.430 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92632024-08-10T23:28:04.601Z[ host-image] Aug 10 23:28:03.430 INFO O| Aug 10 23:28:03.430 INFO STEP 121 (ensure_dir) COMPLETE
92642024-08-10T23:28:04.604Z[ host-image] Aug 10 23:28:03.430 INFO O| Aug 10 23:28:03.430 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-10T23:28:04.612Z[ host-image] Aug 10 23:28:03.440 INFO O| Aug 10 23:28:03.440 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92662024-08-10T23:28:04.612Z[ host-image] Aug 10 23:28:03.440 INFO O| Aug 10 23:28:03.440 INFO STEP 122 (ensure_dir) COMPLETE
92672024-08-10T23:28:04.614Z[ host-image] Aug 10 23:28:03.440 INFO O| Aug 10 23:28:03.440 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-08-10T23:28:04.622Z[ host-image] Aug 10 23:28:03.450 INFO O| Aug 10 23:28:03.450 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92692024-08-10T23:28:04.622Z[ host-image] Aug 10 23:28:03.450 INFO O| Aug 10 23:28:03.450 INFO STEP 123 (ensure_dir) COMPLETE
92702024-08-10T23:28:04.624Z[ host-image] Aug 10 23:28:03.450 INFO O| Aug 10 23:28:03.450 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-10T23:28:04.632Z[ host-image] Aug 10 23:28:03.460 INFO O| Aug 10 23:28:03.460 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92722024-08-10T23:28:04.632Z[ host-image] Aug 10 23:28:03.460 INFO O| Aug 10 23:28:03.460 INFO copying /tmp/.tmpaerXmB/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
92732024-08-10T23:28:04.634Z[ host-image] Aug 10 23:28:03.460 INFO O| Aug 10 23:28:03.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92742024-08-10T23:28:04.634Z[ host-image] Aug 10 23:28:03.460 INFO O| Aug 10 23:28:03.460 INFO ok!
92752024-08-10T23:28:04.634Z[ host-image] Aug 10 23:28:03.460 INFO O| Aug 10 23:28:03.460 INFO STEP 124 (ensure_file) COMPLETE
92762024-08-10T23:28:04.634Z[ host-image] Aug 10 23:28:03.460 INFO O| Aug 10 23:28:03.460 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-10T23:28:04.642Z[ host-image] Aug 10 23:28:03.471 INFO O| Aug 10 23:28:03.470 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92782024-08-10T23:28:04.642Z[ host-image] Aug 10 23:28:03.471 INFO O| Aug 10 23:28:03.471 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92792024-08-10T23:28:04.642Z[ host-image] Aug 10 23:28:03.471 INFO O| Aug 10 23:28:03.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92802024-08-10T23:28:04.645Z[ host-image] Aug 10 23:28:03.471 INFO O| Aug 10 23:28:03.471 INFO STEP 125 (ensure_dir) COMPLETE
92812024-08-10T23:28:04.645Z[ host-image] Aug 10 23:28:03.471 INFO O| Aug 10 23:28:03.471 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-08-10T23:28:04.652Z[ host-image] Aug 10 23:28:03.481 INFO O| Aug 10 23:28:03.481 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92832024-08-10T23:28:04.652Z[ host-image] Aug 10 23:28:03.481 INFO O| Aug 10 23:28:03.481 INFO copying /tmp/.tmpaerXmB/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
92842024-08-10T23:28:04.655Z[ host-image] Aug 10 23:28:03.481 INFO O| Aug 10 23:28:03.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
92852024-08-10T23:28:04.655Z[ host-image] Aug 10 23:28:03.481 INFO O| Aug 10 23:28:03.481 INFO ok!
92862024-08-10T23:28:04.655Z[ host-image] Aug 10 23:28:03.481 INFO O| Aug 10 23:28:03.481 INFO STEP 126 (ensure_file) COMPLETE
92872024-08-10T23:28:04.655Z[ host-image] Aug 10 23:28:03.481 INFO O| Aug 10 23:28:03.481 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92882024-08-10T23:28:04.662Z[ host-image] Aug 10 23:28:03.491 INFO O| Aug 10 23:28:03.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
92892024-08-10T23:28:04.665Z[ host-image] Aug 10 23:28:03.491 INFO O| Aug 10 23:28:03.491 INFO STEP 127 (remove_files) COMPLETE
92902024-08-10T23:28:04.665Z[ host-image] Aug 10 23:28:03.491 INFO O| Aug 10 23:28:03.491 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92912024-08-10T23:28:04.672Z[ host-image] Aug 10 23:28:03.501 INFO O| Aug 10 23:28:03.501 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
92922024-08-10T23:28:04.675Z[ host-image] Aug 10 23:28:03.501 INFO O| Aug 10 23:28:03.501 INFO STEP 128 (remove_files) COMPLETE
92932024-08-10T23:28:04.675Z[ host-image] Aug 10 23:28:03.501 INFO O| Aug 10 23:28:03.501 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92942024-08-10T23:28:04.682Z[ host-image] Aug 10 23:28:03.511 INFO O| Aug 10 23:28:03.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
92952024-08-10T23:28:04.685Z[ host-image] Aug 10 23:28:03.511 INFO O| Aug 10 23:28:03.511 INFO STEP 129 (remove_files) COMPLETE
92962024-08-10T23:28:04.685Z[ host-image] Aug 10 23:28:03.511 INFO O| Aug 10 23:28:03.511 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92972024-08-10T23:28:04.693Z[ host-image] Aug 10 23:28:03.521 INFO O| Aug 10 23:28:03.521 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
92982024-08-10T23:28:04.695Z[ host-image] Aug 10 23:28:03.521 INFO O| Aug 10 23:28:03.521 INFO STEP 130 (remove_files) COMPLETE
92992024-08-10T23:28:04.695Z[ host-image] Aug 10 23:28:03.521 INFO O| Aug 10 23:28:03.521 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93002024-08-10T23:28:04.703Z[ host-image] Aug 10 23:28:03.531 INFO O| Aug 10 23:28:03.531 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93012024-08-10T23:28:04.705Z[ host-image] Aug 10 23:28:03.531 INFO O| Aug 10 23:28:03.531 INFO STEP 131 (remove_files) COMPLETE
93022024-08-10T23:28:04.705Z[ host-image] Aug 10 23:28:03.531 INFO O| Aug 10 23:28:03.531 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93032024-08-10T23:28:04.713Z[ host-image] Aug 10 23:28:03.541 INFO O| Aug 10 23:28:03.541 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93042024-08-10T23:28:04.716Z[ host-image] Aug 10 23:28:03.542 INFO O| Aug 10 23:28:03.542 INFO STEP 132 (remove_files) COMPLETE
93052024-08-10T23:28:04.716Z[ host-image] Aug 10 23:28:03.542 INFO O| Aug 10 23:28:03.542 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93062024-08-10T23:28:04.723Z[ host-image] Aug 10 23:28:03.551 INFO O| Aug 10 23:28:03.551 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93072024-08-10T23:28:04.725Z[ host-image] Aug 10 23:28:03.551 INFO O| Aug 10 23:28:03.551 INFO STEP 133 (remove_files) COMPLETE
93082024-08-10T23:28:04.725Z[ host-image] Aug 10 23:28:03.551 INFO O| Aug 10 23:28:03.551 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93092024-08-10T23:28:04.733Z[ host-image] Aug 10 23:28:03.561 INFO O| Aug 10 23:28:03.561 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93102024-08-10T23:28:04.733Z[ host-image] Aug 10 23:28:03.561 INFO O| Aug 10 23:28:03.561 INFO STEP 134 (remove_files) COMPLETE
93112024-08-10T23:28:04.735Z[ host-image] Aug 10 23:28:03.561 INFO O| Aug 10 23:28:03.561 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93122024-08-10T23:28:04.742Z[ host-image] Aug 10 23:28:03.571 INFO O| Aug 10 23:28:03.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93132024-08-10T23:28:04.743Z[ host-image] Aug 10 23:28:03.571 INFO O| Aug 10 23:28:03.571 INFO STEP 135 (remove_files) COMPLETE
93142024-08-10T23:28:04.745Z[ host-image] Aug 10 23:28:03.571 INFO O| Aug 10 23:28:03.571 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93152024-08-10T23:28:04.752Z[ host-image] Aug 10 23:28:03.581 INFO O| Aug 10 23:28:03.581 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93162024-08-10T23:28:04.755Z[ host-image] Aug 10 23:28:03.581 INFO O| Aug 10 23:28:03.581 INFO STEP 136 (remove_files) COMPLETE
93172024-08-10T23:28:04.755Z[ host-image] Aug 10 23:28:03.581 INFO O| Aug 10 23:28:03.581 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93182024-08-10T23:28:04.762Z[ host-image] Aug 10 23:28:03.590 INFO O| Aug 10 23:28:03.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93192024-08-10T23:28:04.765Z[ host-image] Aug 10 23:28:03.590 INFO O| Aug 10 23:28:03.590 INFO STEP 137 (remove_files) COMPLETE
93202024-08-10T23:28:04.765Z[ host-image] Aug 10 23:28:03.590 INFO O| Aug 10 23:28:03.590 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93212024-08-10T23:28:04.771Z[ host-image] Aug 10 23:28:03.600 INFO O| Aug 10 23:28:03.600 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93222024-08-10T23:28:04.771Z[ host-image] Aug 10 23:28:03.600 INFO O| Aug 10 23:28:03.600 INFO STEP 138 (remove_files) COMPLETE
93232024-08-10T23:28:04.774Z[ host-image] Aug 10 23:28:03.600 INFO O| Aug 10 23:28:03.600 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93242024-08-10T23:28:04.781Z[ host-image] Aug 10 23:28:03.610 INFO O| Aug 10 23:28:03.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93252024-08-10T23:28:04.784Z[ host-image] Aug 10 23:28:03.610 INFO O| Aug 10 23:28:03.610 INFO STEP 139 (remove_files) COMPLETE
93262024-08-10T23:28:04.784Z[ host-image] Aug 10 23:28:03.610 INFO O| Aug 10 23:28:03.610 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93272024-08-10T23:28:04.791Z[ host-image] Aug 10 23:28:03.620 INFO O| Aug 10 23:28:03.620 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93282024-08-10T23:28:04.794Z[ host-image] Aug 10 23:28:03.620 INFO O| Aug 10 23:28:03.620 INFO STEP 140 (remove_files) COMPLETE
93292024-08-10T23:28:04.794Z[ host-image] Aug 10 23:28:03.620 INFO O| Aug 10 23:28:03.620 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93302024-08-10T23:28:04.801Z[ host-image] Aug 10 23:28:03.629 INFO O| Aug 10 23:28:03.629 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93312024-08-10T23:28:04.803Z[ host-image] Aug 10 23:28:03.629 INFO O| Aug 10 23:28:03.629 INFO STEP 141 (remove_files) COMPLETE
93322024-08-10T23:28:04.804Z[ host-image] Aug 10 23:28:03.629 INFO O| Aug 10 23:28:03.629 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93332024-08-10T23:28:04.810Z[ host-image] Aug 10 23:28:03.639 INFO O| Aug 10 23:28:03.639 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93342024-08-10T23:28:04.810Z[ host-image] Aug 10 23:28:03.639 INFO O| Aug 10 23:28:03.639 INFO STEP 142 (remove_files) COMPLETE
93352024-08-10T23:28:04.813Z[ host-image] Aug 10 23:28:03.639 INFO O| Aug 10 23:28:03.639 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93362024-08-10T23:28:04.820Z[ host-image] Aug 10 23:28:03.649 INFO O| Aug 10 23:28:03.649 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93372024-08-10T23:28:04.823Z[ host-image] Aug 10 23:28:03.649 INFO O| Aug 10 23:28:03.649 INFO STEP 143 (remove_files) COMPLETE
93382024-08-10T23:28:04.823Z[ host-image] Aug 10 23:28:03.649 INFO O| Aug 10 23:28:03.649 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93392024-08-10T23:28:04.830Z[ host-image] Aug 10 23:28:03.659 INFO O| Aug 10 23:28:03.659 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93402024-08-10T23:28:04.830Z[ host-image] Aug 10 23:28:03.659 INFO O| Aug 10 23:28:03.659 INFO STEP 144 (remove_files) COMPLETE
93412024-08-10T23:28:04.833Z[ host-image] Aug 10 23:28:03.659 INFO O| Aug 10 23:28:03.659 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93422024-08-10T23:28:04.840Z[ host-image] Aug 10 23:28:03.669 INFO O| Aug 10 23:28:03.668 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93432024-08-10T23:28:04.840Z[ host-image] Aug 10 23:28:03.669 INFO O| Aug 10 23:28:03.669 INFO STEP 145 (remove_files) COMPLETE
93442024-08-10T23:28:04.840Z[ host-image] Aug 10 23:28:03.669 INFO O| Aug 10 23:28:03.669 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93452024-08-10T23:28:04.850Z[ host-image] Aug 10 23:28:03.679 INFO O| Aug 10 23:28:03.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93462024-08-10T23:28:04.850Z[ host-image] Aug 10 23:28:03.679 INFO O| Aug 10 23:28:03.679 INFO STEP 146 (remove_files) COMPLETE
93472024-08-10T23:28:04.853Z[ host-image] Aug 10 23:28:03.679 INFO O| Aug 10 23:28:03.679 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93482024-08-10T23:28:04.860Z[ host-image] Aug 10 23:28:03.689 INFO O| Aug 10 23:28:03.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93492024-08-10T23:28:04.863Z[ host-image] Aug 10 23:28:03.689 INFO O| Aug 10 23:28:03.689 INFO STEP 147 (remove_files) COMPLETE
93502024-08-10T23:28:04.863Z[ host-image] Aug 10 23:28:03.689 INFO O| Aug 10 23:28:03.689 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93512024-08-10T23:28:04.871Z[ host-image] Aug 10 23:28:03.699 INFO O| Aug 10 23:28:03.699 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93522024-08-10T23:28:04.874Z[ host-image] Aug 10 23:28:03.699 INFO O| Aug 10 23:28:03.699 INFO STEP 148 (remove_files) COMPLETE
93532024-08-10T23:28:04.874Z[ host-image] Aug 10 23:28:03.699 INFO O| Aug 10 23:28:03.699 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93542024-08-10T23:28:04.881Z[ host-image] Aug 10 23:28:03.709 INFO O| Aug 10 23:28:03.709 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93552024-08-10T23:28:04.881Z[ host-image] Aug 10 23:28:03.709 INFO O| Aug 10 23:28:03.709 INFO STEP 149 (remove_files) COMPLETE
93562024-08-10T23:28:04.884Z[ host-image] Aug 10 23:28:03.709 INFO O| Aug 10 23:28:03.709 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93572024-08-10T23:28:04.891Z[ host-image] Aug 10 23:28:03.719 INFO O| Aug 10 23:28:03.719 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93582024-08-10T23:28:04.891Z[ host-image] Aug 10 23:28:03.719 INFO O| Aug 10 23:28:03.719 INFO STEP 150 (remove_files) COMPLETE
93592024-08-10T23:28:04.893Z[ host-image] Aug 10 23:28:03.719 INFO O| Aug 10 23:28:03.719 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93602024-08-10T23:28:04.901Z[ host-image] Aug 10 23:28:03.730 INFO O| Aug 10 23:28:03.730 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93612024-08-10T23:28:04.901Z[ host-image] Aug 10 23:28:03.730 INFO O| Aug 10 23:28:03.730 INFO STEP 151 (remove_files) COMPLETE
93622024-08-10T23:28:04.904Z[ host-image] Aug 10 23:28:03.730 INFO O| Aug 10 23:28:03.730 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93632024-08-10T23:28:04.911Z[ host-image] Aug 10 23:28:03.740 INFO O| Aug 10 23:28:03.740 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93642024-08-10T23:28:04.914Z[ host-image] Aug 10 23:28:03.740 INFO O| Aug 10 23:28:03.740 INFO STEP 152 (remove_files) COMPLETE
93652024-08-10T23:28:04.914Z[ host-image] Aug 10 23:28:03.740 INFO O| Aug 10 23:28:03.740 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93662024-08-10T23:28:04.921Z[ host-image] Aug 10 23:28:03.750 INFO O| Aug 10 23:28:03.750 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93672024-08-10T23:28:04.921Z[ host-image] Aug 10 23:28:03.750 INFO O| Aug 10 23:28:03.750 INFO STEP 153 (remove_files) COMPLETE
93682024-08-10T23:28:04.922Z[ host-image] Aug 10 23:28:03.750 INFO O| Aug 10 23:28:03.750 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93692024-08-10T23:28:04.932Z[ host-image] Aug 10 23:28:03.760 INFO O| Aug 10 23:28:03.760 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93702024-08-10T23:28:04.932Z[ host-image] Aug 10 23:28:03.760 INFO O| Aug 10 23:28:03.760 INFO STEP 154 (remove_files) COMPLETE
93712024-08-10T23:28:04.932Z[ host-image] Aug 10 23:28:03.760 INFO O| Aug 10 23:28:03.760 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-10T23:28:04.941Z[ host-image] Aug 10 23:28:03.770 INFO O| Aug 10 23:28:03.770 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93732024-08-10T23:28:04.942Z[ host-image] Aug 10 23:28:03.770 INFO O| Aug 10 23:28:03.770 INFO STEP 155 (remove_files) COMPLETE
93742024-08-10T23:28:04.942Z[ host-image] Aug 10 23:28:03.770 INFO O| Aug 10 23:28:03.770 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93752024-08-10T23:28:04.956Z[ host-image] Aug 10 23:28:03.785 INFO O| Aug 10 23:28:03.785 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93762024-08-10T23:28:04.959Z[ host-image] Aug 10 23:28:03.785 INFO O| Aug 10 23:28:03.785 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
93772024-08-10T23:28:05.644Z[ recovery-image] Aug 10 23:28:04.472 INFO E| Finished `release` profile [optimized] target(s) in 44.65s
93782024-08-10T23:28:05.664Z[ recovery-image] Aug 10 23:28:04.492 INFO building host image...
93792024-08-10T23:28:05.666Z[ recovery-image] Aug 10 23:28:04.492 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
93802024-08-10T23:28:06.130Z[ recovery-image] Aug 10 23:28:04.958 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
93812024-08-10T23:28:07.523Z[ recovery-image] Aug 10 23:28:06.351 INFO image complete! materials are in "/work/os-recovery"
93822024-08-10T23:28:07.526Z[ recovery-image]
93832024-08-10T23:28:07.526Z[ recovery-image] real 6:54.828241392
93842024-08-10T23:28:07.526Z[ recovery-image] user 4:37.173922727
93852024-08-10T23:28:07.526Z[ recovery-image] sys 1:00.728140199
93862024-08-10T23:28:07.526Z[ recovery-image] trap 0.219945870
93872024-08-10T23:28:07.526Z[ recovery-image] tflt 0.432564966
93882024-08-10T23:28:07.526Z[ recovery-image] dflt 0.951372529
93892024-08-10T23:28:07.526Z[ recovery-image] kflt 0.000043813
93902024-08-10T23:28:07.526Z[ recovery-image] lock 9:39.061862079
93912024-08-10T23:28:07.526Z[ recovery-image] slp 41:24.095341439
93922024-08-10T23:28:07.526Z[ recovery-image] lat 1:26.625147584
93932024-08-10T23:28:07.526Z[ recovery-image] stop 5.080027383
93942024-08-10T23:28:07.529ZAug 10 23:28:06.354 INFO [recovery-image] process exited with exit status: 0 (414.855313427s)
93952024-08-10T23:28:13.488Z[ host-image] Aug 10 23:28:12.315 INFO O| Aug 10 23:28:12.315 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
93962024-08-10T23:28:13.606Z[ host-image] Aug 10 23:28:12.315 INFO O| Aug 10 23:28:12.315 INFO E| svccfg: Loaded 74 smf(7) service descriptions
93972024-08-10T23:28:13.609Z[ host-image] Aug 10 23:28:12.328 INFO O| Aug 10 23:28:12.328 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
93982024-08-10T23:28:13.609Z[ host-image] Aug 10 23:28:12.408 INFO O| Aug 10 23:28:12.408 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
93992024-08-10T23:28:13.609Z[ host-image] Aug 10 23:28:12.408 INFO O| Aug 10 23:28:12.408 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94002024-08-10T23:28:13.609Z[ host-image] Aug 10 23:28:12.410 INFO O| Aug 10 23:28:12.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94012024-08-10T23:28:13.610Z[ host-image] Aug 10 23:28:12.410 INFO O| Aug 10 23:28:12.410 INFO ok!
94022024-08-10T23:28:13.610Z[ host-image] Aug 10 23:28:12.410 INFO O| Aug 10 23:28:12.410 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94032024-08-10T23:28:13.610Z[ host-image] Aug 10 23:28:12.410 INFO O| Aug 10 23:28:12.410 INFO STEP 156 (seed_smf) COMPLETE
94042024-08-10T23:28:13.610Z[ host-image] Aug 10 23:28:12.410 INFO O| Aug 10 23:28:12.410 INFO steps complete; finalising image!
94052024-08-10T23:28:13.610Z[ host-image] Aug 10 23:28:12.410 INFO O| Aug 10 23:28:12.410 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94062024-08-10T23:28:13.720Z[ host-image] Aug 10 23:28:12.547 INFO O| Aug 10 23:28:12.547 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Sat Aug 10 23:28:12 2024)
94072024-08-10T23:28:13.942Z[ host-image] Aug 10 23:28:12.769 INFO O| Aug 10 23:28:12.769 INFO temporary pool has 663M used, 169M avail, 1.88x compressratio
94082024-08-10T23:28:13.943Z[ host-image] Aug 10 23:28:12.770 INFO O| Aug 10 23:28:12.769 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94092024-08-10T23:28:14.215Z[ host-image] Aug 10 23:28:13.042 INFO O| Aug 10 23:28:13.042 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94102024-08-10T23:28:14.215Z[ host-image] Aug 10 23:28:13.042 INFO O| Aug 10 23:28:13.042 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94112024-08-10T23:28:15.278Z[ host-image] Aug 10 23:28:14.104 INFO O| Aug 10 23:28:14.104 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94122024-08-10T23:28:15.278Z[ host-image] Aug 10 23:28:14.105 INFO O| Aug 10 23:28:14.104 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94132024-08-10T23:28:15.281Z[ host-image] Aug 10 23:28:14.105 INFO O| Aug 10 23:28:14.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94142024-08-10T23:28:15.281Z[ host-image] Aug 10 23:28:14.105 INFO O| Aug 10 23:28:14.104 INFO completed processing gimlet/zfs
94152024-08-10T23:28:15.282Z[ host-image] Aug 10 23:28:14.105 INFO O| Aug 10 23:28:14.105 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94162024-08-10T23:28:21.581Z[ host-image] Aug 10 23:28:20.407 INFO O| Aug 10 23:28:20.407 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94172024-08-10T23:28:21.657Z[ host-image] Aug 10 23:28:20.483 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n"
94182024-08-10T23:28:21.658Z[ host-image] Aug 10 23:28:20.483 INFO expanded image name: "ci 9cf8c43/${os_short_commit} 2024-08-10 23:01" -> "ci 9cf8c43/0187c42 2024-08-10 23:01"
94192024-08-10T23:28:21.660Z[ host-image] Aug 10 23:28:20.484 INFO output artefacts stored in: "/work/os-host"
94202024-08-10T23:28:21.660Z[ host-image] Aug 10 23:28:20.484 INFO collecting git info from project "image-builder"...
94212024-08-10T23:28:21.663Z[ host-image] Aug 10 23:28:20.489 INFO collecting git info from project "pilot"...
94222024-08-10T23:28:21.668Z[ host-image] Aug 10 23:28:20.494 INFO collecting git info from project "pinprick"...
94232024-08-10T23:28:21.673Z[ host-image] Aug 10 23:28:20.499 INFO collecting git info from project "amd-firmware"...
94242024-08-10T23:28:21.680Z[ host-image] Aug 10 23:28:20.507 INFO collecting git info from project "bootserver"...
94252024-08-10T23:28:21.685Z[ host-image] Aug 10 23:28:20.511 INFO collecting git info from project "chelsio-t6-roms"...
94262024-08-10T23:28:21.689Z[ host-image] Aug 10 23:28:20.516 INFO collecting git info from project "amd-host-image-builder"...
94272024-08-10T23:28:21.702Z[ host-image] Aug 10 23:28:20.529 INFO collecting git info from project "phbl"...
94282024-08-10T23:28:21.707Z[ host-image] Aug 10 23:28:20.533 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94292024-08-10T23:28:22.055Z[ host-image] Aug 10 23:28:20.881 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94302024-08-10T23:28:22.387Z[ host-image] Aug 10 23:28:21.213 INFO creating Oxide boot image...
94312024-08-10T23:28:22.387Z[ host-image] Aug 10 23:28:21.213 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9cf8c43/0187c42 2024-08-10 23:01", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94322024-08-10T23:28:23.323Z[ host-image] Aug 10 23:28:22.149 INFO O| ok, image written!
94332024-08-10T23:28:23.323Z[ host-image] Aug 10 23:28:22.149 INFO O| ok, boot_image_csum file written!
94342024-08-10T23:28:23.326Z[ host-image] Aug 10 23:28:22.152 INFO creating boot archive (CPIO)...
94352024-08-10T23:28:23.326Z[ host-image] Aug 10 23:28:22.152 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
94362024-08-10T23:28:23.338Z[ host-image] Aug 10 23:28:22.164 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94372024-08-10T23:28:23.338Z[ host-image] Aug 10 23:28:22.164 INFO E| + outfile=/work/os-host/cpio
94382024-08-10T23:28:23.338Z[ host-image] Aug 10 23:28:22.164 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94392024-08-10T23:28:23.341Z[ host-image] Aug 10 23:28:22.166 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94402024-08-10T23:28:23.341Z[ host-image] Aug 10 23:28:22.167 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94412024-08-10T23:28:23.374Z[ host-image] Aug 10 23:28:22.200 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94422024-08-10T23:28:23.374Z[ host-image] Aug 10 23:28:22.200 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94432024-08-10T23:28:23.381Z[ host-image] Aug 10 23:28:22.207 INFO creating compressed cpio/unix for nanobl-rs...
94442024-08-10T23:28:23.381Z[ host-image] Aug 10 23:28:22.207 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
94452024-08-10T23:28:23.663Z[ host-image] Aug 10 23:28:22.488 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94462024-08-10T23:28:28.033Z[ host-image] Aug 10 23:28:26.858 INFO creating reset image...
94472024-08-10T23:28:28.036Z[ host-image] Aug 10 23:28:26.858 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94482024-08-10T23:28:28.117Z[ host-image] Aug 10 23:28:26.942 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94492024-08-10T23:28:28.119Z[ host-image] Aug 10 23:28:26.942 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94502024-08-10T23:28:28.185Z[ host-image] Aug 10 23:28:27.010 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94512024-08-10T23:28:30.383Z[ host-image] Aug 10 23:28:29.208 INFO E| Finished `release` profile [optimized] target(s) in 2.25s
94522024-08-10T23:28:30.394Z[ host-image] Aug 10 23:28:29.219 INFO building host image...
94532024-08-10T23:28:30.396Z[ host-image] Aug 10 23:28:29.219 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
94542024-08-10T23:28:30.876Z[ host-image] Aug 10 23:28:29.700 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94552024-08-10T23:29:17.735Z[ host-image] Aug 10 23:29:16.553 INFO image complete! materials are in "/work/os-host"
94562024-08-10T23:29:17.738Z[ host-image]
94572024-08-10T23:29:17.738Z[ host-image] real 8:17.652725259
94582024-08-10T23:29:17.738Z[ host-image] user 3:59.050051566
94592024-08-10T23:29:17.738Z[ host-image] sys 50.755072878
94602024-08-10T23:29:17.738Z[ host-image] trap 0.131005258
94612024-08-10T23:29:17.738Z[ host-image] tflt 0.008034872
94622024-08-10T23:29:17.741Z[ host-image] dflt 0.034173492
94632024-08-10T23:29:17.741Z[ host-image] kflt 0.000033245
94642024-08-10T23:29:17.741Z[ host-image] lock 9:20.352257277
94652024-08-10T23:29:17.741Z[ host-image] slp 45:06.343483632
94662024-08-10T23:29:17.741Z[ host-image] lat 1:06.477456302
94672024-08-10T23:29:17.741Z[ host-image] stop 0.985157276
94682024-08-10T23:29:17.741ZAug 10 23:29:16.557 INFO [host-image] process exited with exit status: 0 (497.665547524s)
94692024-08-10T23:29:17.741ZAug 10 23:29:16.557 INFO [tuf-repo] running task
94702024-08-10T23:29:24.581ZAug 10 23:29:23.398 INFO assembling repository in `/tmp/tufaceousQS6mZk`, component: OmicronRepoAssembler
94712024-08-10T23:29:29.029ZAug 10 23:29:27.846 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94722024-08-10T23:29:29.232ZAug 10 23:29:28.049 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94732024-08-10T23:29:40.362ZAug 10 23:29:39.178 INFO [tuf-repo] task succeeded (22.620670704s)
94742024-08-10T23:29:40.362ZAug 10 23:29:39.178 INFO all jobs completed in 1707.493739812s
94752024-08-10T23:29:40.864Zprocess exited: duration 2231533 ms, exit code 0
 
94762024-08-10T23:29:40.875Zfound 33 output files
94772024-08-10T23:29:40.875Zuploading: /work/manifest.toml (8404 bytes)
94782024-08-10T23:29:41.885Zuploaded: /work/manifest.toml
94792024-08-10T23:29:41.885Zuploading: /work/repo.zip (1763275322 bytes)
94802024-08-10T23:30:13.094Zuploaded: /work/repo.zip
94812024-08-10T23:30:13.094Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94822024-08-10T23:30:14.106Zuploaded: /work/repo.zip.sha256.txt
94832024-08-10T23:30:14.106Zuploading: /work/helios-setup.log (51621 bytes)
94842024-08-10T23:30:15.119Zuploaded: /work/helios-setup.log
94852024-08-10T23:30:15.119Zuploading: /work/host-image.log (194504 bytes)
94862024-08-10T23:30:16.138Zuploaded: /work/host-image.log
94872024-08-10T23:30:16.138Zuploading: /work/host-package.log (18069 bytes)
94882024-08-10T23:30:17.148Zuploaded: /work/host-package.log
94892024-08-10T23:30:17.148Zuploading: /work/host-target.log (101 bytes)
94902024-08-10T23:30:18.158Zuploaded: /work/host-target.log
94912024-08-10T23:30:18.158Zuploading: /work/omicron-package.log (4520 bytes)
94922024-08-10T23:30:19.166Zuploaded: /work/omicron-package.log
94932024-08-10T23:30:19.166Zuploading: /work/phbl-toolchain.log (881 bytes)
94942024-08-10T23:30:20.175Zuploaded: /work/phbl-toolchain.log
94952024-08-10T23:30:20.175Zuploading: /work/recovery-image.log (591467 bytes)
94962024-08-10T23:30:21.206Zuploaded: /work/recovery-image.log
94972024-08-10T23:30:21.206Zuploading: /work/recovery-package.log (282 bytes)
94982024-08-10T23:30:22.215Zuploaded: /work/recovery-package.log
94992024-08-10T23:30:22.215Zuploading: /work/recovery-target.log (98 bytes)
95002024-08-10T23:30:23.224Zuploaded: /work/recovery-target.log
95012024-08-10T23:30:23.224Zuploading: /work/stamp-clickhouse.log (117 bytes)
95022024-08-10T23:30:24.233Zuploaded: /work/stamp-clickhouse.log
95032024-08-10T23:30:24.233Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95042024-08-10T23:30:25.243Zuploaded: /work/stamp-clickhouse_keeper.log
95052024-08-10T23:30:25.243Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95062024-08-10T23:30:26.252Zuploaded: /work/stamp-cockroachdb.log
95072024-08-10T23:30:26.252Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95082024-08-10T23:30:27.261Zuploaded: /work/stamp-crucible-dtrace.log
95092024-08-10T23:30:27.261Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95102024-08-10T23:30:28.269Zuploaded: /work/stamp-crucible-pantry-zone.log
95112024-08-10T23:30:28.270Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95122024-08-10T23:30:29.278Zuploaded: /work/stamp-crucible-zone.log
95132024-08-10T23:30:29.278Zuploading: /work/stamp-external-dns.log (119 bytes)
95142024-08-10T23:30:30.287Zuploaded: /work/stamp-external-dns.log
95152024-08-10T23:30:30.287Zuploading: /work/stamp-installinator.log (103 bytes)
95162024-08-10T23:30:31.296Zuploaded: /work/stamp-installinator.log
95172024-08-10T23:30:31.296Zuploading: /work/stamp-internal-dns.log (119 bytes)
95182024-08-10T23:30:32.305Zuploaded: /work/stamp-internal-dns.log
95192024-08-10T23:30:32.305Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95202024-08-10T23:30:33.314Zuploaded: /work/stamp-mg-ddm-gz.log
95212024-08-10T23:30:33.314Zuploading: /work/stamp-nexus.log (112 bytes)
95222024-08-10T23:30:34.324Zuploaded: /work/stamp-nexus.log
95232024-08-10T23:30:34.324Zuploading: /work/stamp-ntp.log (110 bytes)
95242024-08-10T23:30:35.333Zuploaded: /work/stamp-ntp.log
95252024-08-10T23:30:35.333Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95262024-08-10T23:30:36.342Zuploaded: /work/stamp-omicron-sled-agent.log
95272024-08-10T23:30:36.342Zuploading: /work/stamp-overlay.log (114 bytes)
95282024-08-10T23:30:37.351Zuploaded: /work/stamp-overlay.log
95292024-08-10T23:30:37.351Zuploading: /work/stamp-oximeter.log (115 bytes)
95302024-08-10T23:30:38.359Zuploaded: /work/stamp-oximeter.log
95312024-08-10T23:30:38.359Zuploading: /work/stamp-oxlog.log (109 bytes)
95322024-08-10T23:30:39.368Zuploaded: /work/stamp-oxlog.log
95332024-08-10T23:30:39.368Zuploading: /work/stamp-probe.log (112 bytes)
95342024-08-10T23:30:40.377Zuploaded: /work/stamp-probe.log
95352024-08-10T23:30:40.377Zuploading: /work/stamp-propolis-server.log (122 bytes)
95362024-08-10T23:30:41.384Zuploaded: /work/stamp-propolis-server.log
95372024-08-10T23:30:41.384Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95382024-08-10T23:30:42.392Zuploaded: /work/stamp-pumpkind-gz.log
95392024-08-10T23:30:42.392Zuploading: /work/stamp-switch-asic.log (118 bytes)
95402024-08-10T23:30:43.400Zuploaded: /work/stamp-switch-asic.log
95412024-08-10T23:30:43.400Zuploading: /work/verify-libraries.log (1883 bytes)
95422024-08-10T23:30:44.409Zuploaded: /work/verify-libraries.log