01J74RP72V98JWB6SJY1T11YWK: 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: 01J74RPN5MQ2113MNKG6GNN8FM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-06T22:54:59.872Zjob assigned to worker 01J74RPQ61K076RM1C7064B337 (queued for 1 m 2 s)
 
22024-09-06T22:55:07.291Zstarting task 0: "setup"
32024-09-06T22:55:07.301Z++ uname -s
42024-09-06T22:55:07.306Z+ kern=SunOS
52024-09-06T22:55:07.306Z+ case "$kern" in
62024-09-06T22:55:07.306Z+ groupadd -g 12345 build
72024-09-06T22:55:07.306Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-06T22:55:09.320Z+ zfs create -o mountpoint=/work rpool/work
92024-09-06T22:55:09.481Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-06T22:55:09.484Z+ home_fs=zfs
112024-09-06T22:55:09.484Z+ [[ zfs == autofs ]]
122024-09-06T22:55:09.484Z+ mkdir -p /home/build
132024-09-06T22:55:09.486Z+ chown build:build /home/build /work
142024-09-06T22:55:11.488Z+ chmod 0700 /home/build /work
152024-09-06T22:55:11.490Zprocess exited: duration 4203 ms, exit code 0
 
162024-09-06T22:55:11.495Zstarting task 1: "rust-toolchain"
172024-09-06T22:55:11.500Z+ printf ' * toolchain channel = "%s"
182024-09-06T22:55:11.501Z' 1.80.1
192024-09-06T22:55:11.501Z * toolchain channel = "1.80.1"
202024-09-06T22:55:11.501Z+ printf ' * toolchain profile = "%s"
212024-09-06T22:55:11.501Z' default
222024-09-06T22:55:11.501Z * toolchain profile = "default"
232024-09-06T22:55:11.503Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-06T22:55:11.503Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-06T22:55:11.623Zinfo: downloading installer
262024-09-06T22:55:12.751Zinfo: profile set to 'default'
272024-09-06T22:55:12.751Zinfo: default host triple is x86_64-unknown-illumos
282024-09-06T22:55:12.754Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-06T22:55:12.912Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-06T22:55:12.912Zinfo: downloading component 'cargo'
312024-09-06T22:55:13.863Zinfo: downloading component 'clippy'
322024-09-06T22:55:14.198Zinfo: downloading component 'rust-docs'
332024-09-06T22:55:15.531Zinfo: downloading component 'rust-std'
342024-09-06T22:55:17.392Zinfo: downloading component 'rustc'
352024-09-06T22:55:22.582Zinfo: downloading component 'rustfmt'
362024-09-06T22:55:22.858Zinfo: installing component 'cargo'
372024-09-06T22:55:23.685Zinfo: installing component 'clippy'
382024-09-06T22:55:24.049Zinfo: installing component 'rust-docs'
392024-09-06T22:55:25.649Zinfo: installing component 'rust-std'
402024-09-06T22:55:27.310Zinfo: installing component 'rustc'
412024-09-06T22:55:31.615Zinfo: installing component 'rustfmt'
422024-09-06T22:55:31.945Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-06T22:55:31.945Z
442024-09-06T22:55:32.196Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-06T22:55:32.196Z
462024-09-06T22:55:32.199Z
472024-09-06T22:55:32.199ZRust is installed now. Great!
482024-09-06T22:55:32.199Z
492024-09-06T22:55:32.199ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-06T22:55:32.199Zenvironment variable. This has not been done automatically.
512024-09-06T22:55:32.199Z
522024-09-06T22:55:32.199ZTo configure your current shell, you need to source
532024-09-06T22:55:32.199Zthe corresponding env file under $HOME/.cargo.
542024-09-06T22:55:32.199Z
552024-09-06T22:55:32.199ZThis is usually done by running one of the following (note the leading DOT):
562024-09-06T22:55:32.199Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-06T22:55:32.199Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-06T22:55:32.247Z+ rustc --version
592024-09-06T22:55:32.309Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-06T22:55:32.312Zprocess exited: duration 20815 ms, exit code 0
 
612024-09-06T22:55:32.318Zstarting task 2: "authentication"
622024-09-06T22:55:32.339Zprocess exited: duration 20 ms, exit code 0
 
632024-09-06T22:55:32.344Zstarting task 3: "clone repository"
642024-09-06T22:55:32.348Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-06T22:55:32.351Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-06T22:55:32.388ZCloning into '/work/oxidecomputer/omicron'...
672024-09-06T22:55:37.604Z+ cd /work/oxidecomputer/omicron
682024-09-06T22:55:37.604Z+ git fetch origin 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc
692024-09-06T22:55:37.904ZFrom https://github.com/oxidecomputer/omicron
702024-09-06T22:55:37.904Z * branch 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc -> FETCH_HEAD
712024-09-06T22:55:37.914Z+ [[ -n sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]]
722024-09-06T22:55:37.917Z++ git branch --show-current
732024-09-06T22:55:37.919Z+ current=main
742024-09-06T22:55:37.919Z+ [[ main != sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]]
752024-09-06T22:55:37.919Z+ git branch -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc
762024-09-06T22:55:37.922Z+ git checkout -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution
772024-09-06T22:55:38.076ZSwitched to branch 'sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution'
782024-09-06T22:55:38.078Z+ git reset --hard 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc
792024-09-06T22:55:38.098ZHEAD is now at 931a6ef80 unused
802024-09-06T22:55:38.107Zprocess exited: duration 5751 ms, exit code 0
 
812024-09-06T22:55:38.113Zstarting task 4: "build"
822024-09-06T22:55:38.120Z+ cargo --version
832024-09-06T22:55:38.173Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-06T22:55:38.176Z+ rustc --version
852024-09-06T22:55:38.235Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-06T22:55:38.249Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-06T22:55:44.285Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-06T22:55:46.572Z Startup: Caching catalogs ... Done
892024-09-06T22:55:48.833ZPlanning: Solver setup ... Done (1.713s)
902024-09-06T22:55:48.863ZPlanning: Running solver ... Done (0.030s)
912024-09-06T22:55:48.908ZPlanning: Finding local manifests ... Done (0.004s)
922024-09-06T22:55:48.925ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-06T22:55:49.137ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-06T22:55:49.239ZPlanning: Package planning ... Done (0.102s)
952024-09-06T22:55:49.294ZPlanning: Merging actions ... Done (0.056s)
962024-09-06T22:55:49.615ZPlanning: Checking for conflicting actions ... Done (0.321s)
972024-09-06T22:55:51.666ZPlanning: Consolidating action changes ... Done (2.050s)
982024-09-06T22:55:52.104ZPlanning: Evaluating mediators ... Done (0.438s)
992024-09-06T22:55:52.185ZPlanning: Planning completed in 5.54 seconds
1002024-09-06T22:55:52.201Z Packages to install: 4
1012024-09-06T22:55:52.201Z Packages to update: 1
1022024-09-06T22:55:52.205Z Mediators to change: 2
1032024-09-06T22:55:52.205Z Services to change: 1
1042024-09-06T22:55:52.205Z Estimated space available: 155.72 GB
1052024-09-06T22:55:52.205ZEstimated space to be consumed: 1.53 GB
1062024-09-06T22:55:52.205Z Create boot environment: No
1072024-09-06T22:55:52.205ZCreate backup boot environment: Yes
1082024-09-06T22:55:52.205Z Rebuild boot archive: No
1092024-09-06T22:55:52.205Z
1102024-09-06T22:55:52.205ZChanged mediators:
1112024-09-06T22:55:52.205Z mediator clang:
1122024-09-06T22:55:52.205Z version: None -> 15 (system default)
1132024-09-06T22:55:52.205Z
1142024-09-06T22:55:52.205Z mediator llvm:
1152024-09-06T22:55:52.205Z version: 14 (system default) -> 15 (system default)
1162024-09-06T22:55:52.205Z
1172024-09-06T22:55:52.205ZChanged packages:
1182024-09-06T22:55:52.205Zhelios-dev
1192024-09-06T22:55:52.205Z developer/build-essential
1202024-09-06T22:55:52.205Z None -> 11-2.0
1212024-09-06T22:55:52.205Z library/libxmlsec1
1222024-09-06T22:55:52.205Z None -> 1.2.35-2.0
1232024-09-06T22:55:52.205Z ooce/developer/clang-15
1242024-09-06T22:55:52.205Z None -> 15.0.7-2.0
1252024-09-06T22:55:52.205Z ooce/developer/llvm-15
1262024-09-06T22:55:52.205Z None -> 15.0.7-2.0
1272024-09-06T22:55:52.205Z package/pkg
1282024-09-06T22:55:52.205Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-06T22:55:52.205Z
1302024-09-06T22:55:52.205ZServices:
1312024-09-06T22:55:52.205Z restart_fmri:
1322024-09-06T22:55:52.206Z svc:/system/update-man-index:default
1332024-09-06T22:55:52.206Z
1342024-09-06T22:55:52.206ZEditable files to change:
1352024-09-06T22:55:52.206Z Update:
1362024-09-06T22:55:52.206Z usr/share/lib/pkg/web/config.shtml
1372024-09-06T22:55:52.283Z
1382024-09-06T22:55:52.283ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-06T22:55:57.335ZDownload: 1188/4281 items 62.0/220.6MB 28% complete (12.7M/s)
1402024-09-06T22:56:02.419ZDownload: 2215/4281 items 119.0/220.6MB 53% complete (12.0M/s)
1412024-09-06T22:56:07.420ZDownload: 3250/4281 items 203.2/220.6MB 92% complete (13.8M/s)
1422024-09-06T22:56:11.007ZDownload: Completed 220.60 MB in 18.72 seconds (11.8M/s)
1432024-09-06T22:56:13.181Z Actions: 1/5063 actions (Removing old actions)
1442024-09-06T22:56:13.229Z Actions: 194/5063 actions (Installing new actions)
1452024-09-06T22:56:17.966Z Actions: 4226/5063 actions (Updating modified actions)
1462024-09-06T22:56:18.267Z Actions: Completed 5063 actions in 5.09 seconds.
1472024-09-06T22:56:18.555Z Done (0.280s)
1482024-09-06T22:56:18.558Z Done (0.000s)
1492024-09-06T22:56:18.952Z Done (0.395s)
1502024-09-06T22:56:23.175Z Done (4.044s)
1512024-09-06T22:56:23.262Z Done (0.016s)
1522024-09-06T22:56:23.265Z Done (0.000s)
1532024-09-06T22:56:23.570Z Done (0.000s)
1542024-09-06T22:56:24.164ZPlanning: Evaluating mediator changes ... Done
1552024-09-06T22:56:24.324ZPlanning: Checking for conflicting actions ... Done
1562024-09-06T22:56:24.326ZPlanning: Consolidating action changes ... Done
1572024-09-06T22:56:24.591ZPlanning: Evaluating mediators ... Done
1582024-09-06T22:56:24.594ZPlanning: Planning completed in 0.43 seconds
1592024-09-06T22:56:24.629Z Mediators to change: 2
1602024-09-06T22:56:24.629Z Create boot environment: No
1612024-09-06T22:56:24.632ZCreate backup boot environment: No
1622024-09-06T22:56:24.699Z Done
1632024-09-06T22:56:24.699Z Done
1642024-09-06T22:56:24.947Z Done
1652024-09-06T22:56:28.471Z Done
1662024-09-06T22:56:28.557Z Done
1672024-09-06T22:56:28.559Z Done
1682024-09-06T22:56:28.645Z Done
1692024-09-06T22:56:29.249ZPlanning: Evaluating mediator changes ... Done
1702024-09-06T22:56:29.251ZPlanning: Merging actions ... Done
1712024-09-06T22:56:29.438ZPlanning: Checking for conflicting actions ... Done
1722024-09-06T22:56:29.440ZPlanning: Consolidating action changes ... Done
1732024-09-06T22:56:29.710ZPlanning: Evaluating mediators ... Done
1742024-09-06T22:56:29.766ZPlanning: Planning completed in 0.76 seconds
1752024-09-06T22:56:29.806Z Packages to change: 1
1762024-09-06T22:56:29.806Z Mediators to change: 1
1772024-09-06T22:56:29.808Z Services to change: 1
1782024-09-06T22:56:29.808Z Create boot environment: No
1792024-09-06T22:56:29.808ZCreate backup boot environment: Yes
1802024-09-06T22:56:31.587Z Actions: 1/6 actions (Updating modified actions)
1812024-09-06T22:56:31.590Z Actions: Completed 6 actions in 0.00 seconds.
1822024-09-06T22:56:31.590Z Done
1832024-09-06T22:56:31.590Z Done
1842024-09-06T22:56:31.670Z Done
1852024-09-06T22:56:35.209Z Done
1862024-09-06T22:56:35.294Z Done
1872024-09-06T22:56:35.296Z Done
1882024-09-06T22:56:35.375Z Done
1892024-09-06T22:56:35.806ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-09-06T22:56:35.806Zclang system 15 system
1912024-09-06T22:56:35.806Zcsh system system illumos
1922024-09-06T22:56:35.806Zctags system system illumos
1932024-09-06T22:56:35.806Zgcc vendor 12 vendor
1942024-09-06T22:56:35.806Zgcc system 10 system
1952024-09-06T22:56:35.806Zgcc system 7 system
1962024-09-06T22:56:35.806Zgo system 1.20 system
1972024-09-06T22:56:35.806Zgo system 1.19 system
1982024-09-06T22:56:35.806Zllvm system 15 system
1992024-09-06T22:56:35.806Zllvm system 14 system
2002024-09-06T22:56:35.806Zmariadb system 10.6 system
2012024-09-06T22:56:35.806Zmta vendor vendor dma
2022024-09-06T22:56:35.806Zopenjdk system 17 system
2032024-09-06T22:56:35.806Zopenjdk system 11 system
2042024-09-06T22:56:35.806Zopenjdk system 1.8 system
2052024-09-06T22:56:35.806Zopenssl vendor 3 vendor
2062024-09-06T22:56:35.806Zperl system 5.36 system
2072024-09-06T22:56:35.806Zpostgresql system 15 system
2082024-09-06T22:56:35.806Zpostgresql system 13 system
2092024-09-06T22:56:35.806Zpython vendor 3 vendor
2102024-09-06T22:56:35.806Zpython system 2 system
2112024-09-06T22:56:35.806Zpython3 system 3.11 system
2122024-09-06T22:56:35.806Zruby system 3.0 system
2132024-09-06T22:56:35.806Zwords vendor vendor american-english
2142024-09-06T22:56:35.806Zwords system system australian-english
2152024-09-06T22:56:35.806Zwords system system british-english
2162024-09-06T22:56:35.806Zwords system system canadian-english
2172024-09-06T22:56:35.806Zwords system system french
2182024-09-06T22:56:35.806Zwords system system italian
2192024-09-06T22:56:35.806Zwords system system ngerman
2202024-09-06T22:56:35.806Zwords system system ogerman
2212024-09-06T22:56:35.806Zwords system system spanish
2222024-09-06T22:56:36.135ZPUBLISHER TYPE STATUS P LOCATION
2232024-09-06T22:56:36.135Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2242024-09-06T22:56:37.949ZFMRI IFO
2252024-09-06T22:56:37.949Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-09-06T22:56:37.949Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-09-06T22:56:37.949Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-09-06T22:56:37.949Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-09-06T22:56:37.949Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2302024-09-06T22:56:37.949Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312024-09-06T22:56:37.949Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2322024-09-06T22:56:37.949Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2332024-09-06T22:56:37.949Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-09-06T22:56:37.949Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-09-06T22:56:37.949Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2362024-09-06T22:56:37.949Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-09-06T22:56:37.949Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2382024-09-06T22:56:38.556Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392024-09-06T22:56:38.821Z Updating crates.io index
2402024-09-06T22:56:38.823Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2412024-09-06T22:56:39.565Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422024-09-06T22:56:40.245Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2432024-09-06T22:56:40.563Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2442024-09-06T22:56:41.986Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452024-09-06T22:56:42.338Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462024-09-06T22:56:42.573Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472024-09-06T22:56:43.629Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482024-09-06T22:56:45.528Z Updating git repository `https://github.com/oxidecomputer/opte`
2492024-09-06T22:56:46.517Z Updating git repository `https://github.com/oxidecomputer/falcon`
2502024-09-06T22:56:47.253Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512024-09-06T22:56:47.536Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522024-09-06T22:56:48.048Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2532024-09-06T22:56:48.343Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2542024-09-06T22:56:48.618Z Updating git repository `https://github.com/oxidecomputer/qorb`
2552024-09-06T22:56:48.937Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-09-06T22:56:49.353Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572024-09-06T22:56:49.622Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582024-09-06T22:56:49.836Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592024-09-06T22:56:50.077Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602024-09-06T22:56:50.342Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-09-06T22:56:50.616Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-09-06T22:56:50.882Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-09-06T22:56:51.209Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-09-06T22:56:51.509Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-09-06T22:56:51.951Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-09-06T22:56:52.276Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2672024-09-06T22:56:52.701Z Updating git repository `https://github.com/oxidecomputer/typify`
2682024-09-06T22:56:55.044Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-09-06T22:56:55.272Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-09-06T22:56:55.544Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-09-06T22:56:55.901Z Updating git repository `https://github.com/oxidecomputer/rfb`
2722024-09-06T22:56:56.874Z Downloading crates ...
2732024-09-06T22:56:56.933Z Downloaded anstyle v1.0.8
2742024-09-06T22:56:56.945Z Downloaded byteorder v1.5.0
2752024-09-06T22:56:56.952Z Downloaded anyhow v1.0.86
2762024-09-06T22:56:56.952Z Downloaded anstream v0.6.14
2772024-09-06T22:56:56.955Z Downloaded equivalent v1.0.1
2782024-09-06T22:56:56.957Z Downloaded pretty-hex v0.4.1
2792024-09-06T22:56:56.963Z Downloaded usdt-macro v0.5.0
2802024-09-06T22:56:56.966Z Downloaded usdt-attr-macro v0.5.0
2812024-09-06T22:56:56.968Z Downloaded bytecount v0.6.8
2822024-09-06T22:56:56.971Z Downloaded block-buffer v0.10.4
2832024-09-06T22:56:56.973Z Downloaded autocfg v1.3.0
2842024-09-06T22:56:56.975Z Downloaded anstyle-query v1.0.3
2852024-09-06T22:56:56.975Z Downloaded serde_spanned v0.6.7
2862024-09-06T22:56:56.978Z Downloaded heck v0.4.1
2872024-09-06T22:56:56.978Z Downloaded cfg-if v1.0.0
2882024-09-06T22:56:56.978Z Downloaded anstyle-parse v0.2.4
2892024-09-06T22:56:56.984Z Downloaded colorchoice v1.0.1
2902024-09-06T22:56:56.987Z Downloaded terminal_size v0.3.0
2912024-09-06T22:56:56.990Z Downloaded dof v0.3.0
2922024-09-06T22:56:56.992Z Downloaded pest_generator v2.7.10
2932024-09-06T22:56:56.992Z Downloaded thiserror-impl v1.0.63
2942024-09-06T22:56:56.992Z Downloaded camino v1.1.9
2952024-09-06T22:56:56.995Z Downloaded itoa v1.0.11
2962024-09-06T22:56:56.997Z Downloaded fastrand v2.1.0
2972024-09-06T22:56:56.997Z Downloaded unicode-linebreak v0.1.5
2982024-09-06T22:56:57.000Z Downloaded scroll v0.12.0
2992024-09-06T22:56:57.000Z Downloaded version_check v0.9.5
3002024-09-06T22:56:57.003Z Downloaded tempfile v3.10.1
3012024-09-06T22:56:57.003Z Downloaded cargo_metadata v0.18.1
3022024-09-06T22:56:57.006Z Downloaded camino-tempfile v1.1.1
3032024-09-06T22:56:57.008Z Downloaded strsim v0.11.1
3042024-09-06T22:56:57.008Z Downloaded quote v1.0.36
3052024-09-06T22:56:57.011Z Downloaded sha2 v0.10.8
3062024-09-06T22:56:57.013Z Downloaded once_cell v1.19.0
3072024-09-06T22:56:57.015Z Downloaded fs-err v2.11.0
3082024-09-06T22:56:57.018Z Downloaded semver v1.0.23
3092024-09-06T22:56:57.018Z Downloaded bitflags v2.6.0
3102024-09-06T22:56:57.021Z Downloaded proc-macro-error-attr v1.0.4
3112024-09-06T22:56:57.026Z Downloaded dtrace-parser v0.2.0
3122024-09-06T22:56:57.026Z Downloaded is_terminal_polyfill v1.70.0
3132024-09-06T22:56:57.026Z Downloaded crypto-common v0.1.6
3142024-09-06T22:56:57.029Z Downloaded scroll_derive v0.12.0
3152024-09-06T22:56:57.031Z Downloaded swrite v0.1.0
3162024-09-06T22:56:57.039Z Downloaded serde_derive v1.0.208
3172024-09-06T22:56:57.042Z Downloaded pest_meta v2.7.10
3182024-09-06T22:56:57.047Z Downloaded smawk v0.3.2
3192024-09-06T22:56:57.053Z Downloaded fnv v1.0.7
3202024-09-06T22:56:57.055Z Downloaded cargo-platform v0.1.8
3212024-09-06T22:56:57.058Z Downloaded plain v0.2.3
3222024-09-06T22:56:57.058Z Downloaded generic-array v0.14.7
3232024-09-06T22:56:57.061Z Downloaded cpufeatures v0.2.12
3242024-09-06T22:56:57.061Z Downloaded errno v0.3.9
3252024-09-06T22:56:57.063Z Downloaded serde_tokenstream v0.2.2
3262024-09-06T22:56:57.063Z Downloaded memmap v0.7.0
3272024-09-06T22:56:57.066Z Downloaded heck v0.5.0
3282024-09-06T22:56:57.066Z Downloaded toml_datetime v0.6.8
3292024-09-06T22:56:57.066Z Downloaded clap_lex v0.7.0
3302024-09-06T22:56:57.070Z Downloaded digest v0.10.7
3312024-09-06T22:56:57.072Z Downloaded utf8parse v0.2.1
3322024-09-06T22:56:57.074Z Downloaded log v0.4.21
3332024-09-06T22:56:57.077Z Downloaded thiserror v1.0.63
3342024-09-06T22:56:57.079Z Downloaded macaddr v1.0.1
3352024-09-06T22:56:57.082Z Downloaded thread-id v4.2.1
3362024-09-06T22:56:57.082Z Downloaded tabled_derive v0.7.0
3372024-09-06T22:56:57.085Z Downloaded ucd-trie v0.1.6
3382024-09-06T22:56:57.089Z Downloaded toml v0.8.19
3392024-09-06T22:56:57.092Z Downloaded clap_derive v4.5.13
3402024-09-06T22:56:57.095Z Downloaded cargo_toml v0.20.4
3412024-09-06T22:56:57.098Z Downloaded proc-macro-error v1.0.4
3422024-09-06T22:56:57.100Z Downloaded usdt-impl v0.5.0
3432024-09-06T22:56:57.100Z Downloaded pest_derive v2.7.10
3442024-09-06T22:56:57.103Z Downloaded usdt v0.5.0
3452024-09-06T22:56:57.110Z Downloaded zerocopy-derive v0.7.34
3462024-09-06T22:56:57.116Z Downloaded clap v4.5.16
3472024-09-06T22:56:57.124Z Downloaded ryu v1.0.18
3482024-09-06T22:56:57.128Z Downloaded unicode-ident v1.0.12
3492024-09-06T22:56:57.130Z Downloaded typenum v1.17.0
3502024-09-06T22:56:57.133Z Downloaded memchr v2.7.2
3512024-09-06T22:56:57.137Z Downloaded proc-macro2 v1.0.86
3522024-09-06T22:56:57.140Z Downloaded papergrid v0.11.0
3532024-09-06T22:56:57.144Z Downloaded toml_edit v0.22.20
3542024-09-06T22:56:57.164Z Downloaded textwrap v0.16.1
3552024-09-06T22:56:57.166Z Downloaded serde v1.0.208
3562024-09-06T22:56:57.169Z Downloaded pest v2.7.10
3572024-09-06T22:56:57.174Z Downloaded indexmap v2.4.0
3582024-09-06T22:56:57.189Z Downloaded zerocopy v0.7.34
3592024-09-06T22:56:57.204Z Downloaded clap_builder v4.5.15
3602024-09-06T22:56:57.210Z Downloaded hashbrown v0.14.5
3612024-09-06T22:56:57.215Z Downloaded goblin v0.8.2
3622024-09-06T22:56:57.220Z Downloaded serde_json v1.0.125
3632024-09-06T22:56:57.227Z Downloaded tabled v0.15.0
3642024-09-06T22:56:57.242Z Downloaded winnow v0.6.18
3652024-09-06T22:56:57.250Z Downloaded syn v1.0.109
3662024-09-06T22:56:57.260Z Downloaded syn v2.0.74
3672024-09-06T22:56:57.284Z Downloaded rustix v0.38.34
3682024-09-06T22:56:57.305Z Downloaded unicode-width v0.1.13
3692024-09-06T22:56:57.322Z Downloaded libc v0.2.158
3702024-09-06T22:56:57.623Z Compiling proc-macro2 v1.0.86
3712024-09-06T22:56:57.623Z Compiling unicode-ident v1.0.12
3722024-09-06T22:56:57.625Z Compiling version_check v0.9.5
3732024-09-06T22:56:57.625Z Compiling serde v1.0.208
3742024-09-06T22:56:57.625Z Compiling thiserror v1.0.63
3752024-09-06T22:56:57.625Z Compiling memchr v2.7.2
3762024-09-06T22:56:57.625Z Compiling libc v0.2.158
3772024-09-06T22:56:57.682Z Compiling itoa v1.0.11
3782024-09-06T22:56:57.859Z Compiling ucd-trie v0.1.6
3792024-09-06T22:56:57.963Z Compiling ryu v1.0.18
3802024-09-06T22:56:58.359Z Compiling once_cell v1.19.0
3812024-09-06T22:56:58.442Z Compiling byteorder v1.5.0
3822024-09-06T22:56:58.521Z Compiling serde_json v1.0.125
3832024-09-06T22:56:58.761Z Compiling rustix v0.38.34
3842024-09-06T22:56:58.943Z Compiling bitflags v2.6.0
3852024-09-06T22:56:58.973Z Compiling usdt-impl v0.5.0
3862024-09-06T22:56:59.240Z Compiling quote v1.0.36
3872024-09-06T22:56:59.385Z Compiling proc-macro-error-attr v1.0.4
3882024-09-06T22:56:59.411Z Compiling syn v1.0.109
3892024-09-06T22:56:59.583Z Compiling proc-macro-error v1.0.4
3902024-09-06T22:56:59.651Z Compiling syn v2.0.74
3912024-09-06T22:56:59.754Z Compiling equivalent v1.0.1
3922024-09-06T22:56:59.888Z Compiling log v0.4.21
3932024-09-06T22:56:59.912Z Compiling errno v0.3.9
3942024-09-06T22:56:59.931Z Compiling utf8parse v0.2.1
3952024-09-06T22:57:00.059Z Compiling thread-id v4.2.1
3962024-09-06T22:57:00.121Z Compiling plain v0.2.3
3972024-09-06T22:57:00.126Z Compiling hashbrown v0.14.5
3982024-09-06T22:57:00.169Z Compiling camino v1.1.9
3992024-09-06T22:57:00.218Z Compiling anstyle-parse v0.2.4
4002024-09-06T22:57:00.623Z Compiling anstyle-query v1.0.3
4012024-09-06T22:57:00.781Z Compiling semver v1.0.23
4022024-09-06T22:57:00.817Z Compiling anstyle v1.0.8
4032024-09-06T22:57:00.916Z Compiling colorchoice v1.0.1
4042024-09-06T22:57:01.078Z Compiling unicode-width v0.1.13
4052024-09-06T22:57:01.102Z Compiling autocfg v1.3.0
4062024-09-06T22:57:01.306Z Compiling winnow v0.6.18
4072024-09-06T22:57:01.338Z Compiling pretty-hex v0.4.1
4082024-09-06T22:57:01.360Z Compiling is_terminal_polyfill v1.70.0
4092024-09-06T22:57:01.498Z Compiling indexmap v2.4.0
4102024-09-06T22:57:01.539Z Compiling anstream v0.6.14
4112024-09-06T22:57:01.959Z Compiling heck v0.4.1
4122024-09-06T22:57:02.053Z Compiling fs-err v2.11.0
4132024-09-06T22:57:02.326Z Compiling terminal_size v0.3.0
4142024-09-06T22:57:02.358Z Compiling strsim v0.11.1
4152024-09-06T22:57:02.465Z Compiling clap_lex v0.7.0
4162024-09-06T22:57:02.519Z Compiling cfg-if v1.0.0
4172024-09-06T22:57:02.617Z Compiling heck v0.5.0
4182024-09-06T22:57:02.851Z Compiling anyhow v1.0.86
4192024-09-06T22:57:02.971Z Compiling bytecount v0.6.8
4202024-09-06T22:57:03.071Z Compiling fastrand v2.1.0
4212024-09-06T22:57:03.188Z Compiling fnv v1.0.7
4222024-09-06T22:57:03.300Z Compiling clap_builder v4.5.15
4232024-09-06T22:57:03.325Z Compiling papergrid v0.11.0
4242024-09-06T22:57:03.616Z Compiling tempfile v3.10.1
4252024-09-06T22:57:03.811Z Compiling memmap v0.7.0
4262024-09-06T22:57:03.834Z Compiling unicode-linebreak v0.1.5
4272024-09-06T22:57:04.159Z Compiling smawk v0.3.2
4282024-09-06T22:57:04.389Z Compiling textwrap v0.16.1
4292024-09-06T22:57:04.901Z Compiling swrite v0.1.0
4302024-09-06T22:57:06.054Z Compiling tabled_derive v0.7.0
4312024-09-06T22:57:07.566Z Compiling tabled v0.15.0
4322024-09-06T22:57:08.390Z Compiling serde_derive v1.0.208
4332024-09-06T22:57:08.391Z Compiling thiserror-impl v1.0.63
4342024-09-06T22:57:08.394Z Compiling zerocopy-derive v0.7.34
4352024-09-06T22:57:08.635Z Compiling scroll_derive v0.12.0
4362024-09-06T22:57:08.928Z Compiling clap_derive v4.5.13
4372024-09-06T22:57:10.001Z Compiling scroll v0.12.0
4382024-09-06T22:57:10.344Z Compiling zerocopy v0.7.34
4392024-09-06T22:57:10.509Z Compiling goblin v0.8.2
4402024-09-06T22:57:10.939Z Compiling pest v2.7.10
4412024-09-06T22:57:12.598Z Compiling clap v4.5.16
4422024-09-06T22:57:13.238Z Compiling pest_meta v2.7.10
4432024-09-06T22:57:14.046Z Compiling pest_generator v2.7.10
4442024-09-06T22:57:15.899Z Compiling pest_derive v2.7.10
4452024-09-06T22:57:16.673Z Compiling dtrace-parser v0.2.0
4462024-09-06T22:57:18.577Z Compiling serde_spanned v0.6.7
4472024-09-06T22:57:18.577Z Compiling toml_datetime v0.6.8
4482024-09-06T22:57:18.579Z Compiling cargo-platform v0.1.8
4492024-09-06T22:57:18.954Z Compiling serde_tokenstream v0.2.2
4502024-09-06T22:57:19.060Z Compiling toml_edit v0.22.20
4512024-09-06T22:57:19.147Z Compiling macaddr v1.0.1
4522024-09-06T22:57:19.210Z Compiling camino-tempfile v1.1.1
4532024-09-06T22:57:19.967Z Compiling dof v0.3.0
4542024-09-06T22:57:19.967Z Compiling cargo_metadata v0.18.1
4552024-09-06T22:57:21.949Z Compiling toml v0.8.19
4562024-09-06T22:57:22.004Z Compiling usdt-macro v0.5.0
4572024-09-06T22:57:22.004Z Compiling usdt-attr-macro v0.5.0
4582024-09-06T22:57:22.743Z Compiling cargo_toml v0.20.4
4592024-09-06T22:57:23.366Z Compiling usdt v0.5.0
4602024-09-06T22:57:26.430Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612024-09-06T22:57:30.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s
4622024-09-06T22:57:30.826Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4632024-09-06T22:57:31.393Z Downloading crates ...
4642024-09-06T22:57:31.538Z Downloaded async-stream-impl v0.3.5
4652024-09-06T22:57:31.547Z Downloaded arrayvec v0.7.4
4662024-09-06T22:57:31.551Z Downloaded adler v1.0.2
4672024-09-06T22:57:31.554Z Downloaded cfg_aliases v0.1.1
4682024-09-06T22:57:31.556Z Downloaded atomicwrites v0.4.3
4692024-09-06T22:57:31.558Z Downloaded ciborium-io v0.2.2
4702024-09-06T22:57:31.561Z Downloaded bitstruct_derive v0.1.0
4712024-09-06T22:57:31.566Z Downloaded httpdate v1.0.3
4722024-09-06T22:57:31.568Z Downloaded home v0.5.9
4732024-09-06T22:57:31.571Z Downloaded is_ci v1.2.0
4742024-09-06T22:57:31.571Z Downloaded darling v0.20.9
4752024-09-06T22:57:31.576Z Downloaded ident_case v1.0.1
4762024-09-06T22:57:31.579Z Downloaded instant v0.1.12
4772024-09-06T22:57:31.581Z Downloaded hostname v0.3.1
4782024-09-06T22:57:31.584Z Downloaded match_cfg v0.1.0
4792024-09-06T22:57:31.584Z Downloaded crc-catalog v2.4.0
4802024-09-06T22:57:31.586Z Downloaded crc v3.2.1
4812024-09-06T22:57:31.589Z Downloaded num-conv v0.1.0
4822024-09-06T22:57:31.589Z Downloaded new_debug_unreachable v1.0.6
4832024-09-06T22:57:31.591Z Downloaded crossbeam-deque v0.8.5
4842024-09-06T22:57:31.591Z Downloaded bcrypt-pbkdf v0.10.0
4852024-09-06T22:57:31.594Z Downloaded lru v0.12.3
4862024-09-06T22:57:31.596Z Downloaded convert_case v0.4.0
4872024-09-06T22:57:31.598Z Downloaded linear-map v1.2.0
4882024-09-06T22:57:31.598Z Downloaded chacha20 v0.9.1
4892024-09-06T22:57:31.600Z Downloaded cbc v0.1.2
4902024-09-06T22:57:31.602Z Downloaded mockall v0.13.0
4912024-09-06T22:57:31.605Z Downloaded md-5 v0.10.6
4922024-09-06T22:57:31.607Z Downloaded newtype-uuid v1.1.0
4932024-09-06T22:57:31.609Z Downloaded libloading v0.8.3
4942024-09-06T22:57:31.611Z Downloaded managed v0.8.0
4952024-09-06T22:57:31.614Z Downloaded cipher v0.4.4
4962024-09-06T22:57:31.616Z Downloaded num v0.4.3
4972024-09-06T22:57:31.616Z Downloaded memmap2 v0.9.4
4982024-09-06T22:57:31.619Z Downloaded jobserver v0.1.32
4992024-09-06T22:57:31.622Z Downloaded hyper-rustls v0.24.2
5002024-09-06T22:57:31.625Z Downloaded const_format_proc_macros v0.2.32
5012024-09-06T22:57:31.627Z Downloaded nu-ansi-term v0.50.0
5022024-09-06T22:57:31.631Z Downloaded console v0.15.8
5032024-09-06T22:57:31.634Z Downloaded multer v3.1.0
5042024-09-06T22:57:31.637Z Downloaded russh-cryptovec v0.7.2
5052024-09-06T22:57:31.639Z Downloaded ahash v0.8.11
5062024-09-06T22:57:31.642Z Downloaded bit-vec v0.6.3
5072024-09-06T22:57:31.644Z Downloaded hubpack v0.1.2
5082024-09-06T22:57:31.646Z Downloaded atty v0.2.14
5092024-09-06T22:57:31.646Z Downloaded cfg_aliases v0.2.1
5102024-09-06T22:57:31.649Z Downloaded backoff v0.4.0
5112024-09-06T22:57:31.651Z Downloaded bitstruct v0.1.1
5122024-09-06T22:57:31.653Z Downloaded hostname v0.4.0
5132024-09-06T22:57:31.656Z Downloaded tower-service v0.3.2
5142024-09-06T22:57:31.658Z Downloaded cstr-argument v0.1.2
5152024-09-06T22:57:31.658Z Downloaded bb8 v0.8.5
5162024-09-06T22:57:31.660Z Downloaded crunchy v0.2.2
5172024-09-06T22:57:31.660Z Downloaded http-body v0.4.6
5182024-09-06T22:57:31.663Z Downloaded async-trait v0.1.81
5192024-09-06T22:57:31.666Z Downloaded indicatif v0.17.8
5202024-09-06T22:57:31.671Z Downloaded ctr v0.9.2
5212024-09-06T22:57:31.674Z Downloaded is-terminal v0.4.12
5222024-09-06T22:57:31.676Z Downloaded supports-color v3.0.0
5232024-09-06T22:57:31.678Z Downloaded allocator-api2 v0.2.18
5242024-09-06T22:57:31.681Z Downloaded crossbeam-utils v0.8.19
5252024-09-06T22:57:31.684Z Downloaded diesel_table_macro_syntax v0.2.0
5262024-09-06T22:57:31.686Z Downloaded want v0.3.1
5272024-09-06T22:57:31.688Z Downloaded normalize-line-endings v0.3.0
5282024-09-06T22:57:31.688Z Downloaded newtype_derive v0.1.6
5292024-09-06T22:57:31.691Z Downloaded lru-cache v0.1.2
5302024-09-06T22:57:31.695Z Downloaded adler2 v2.0.0
5312024-09-06T22:57:31.695Z Downloaded newline-converter v0.3.0
5322024-09-06T22:57:31.695Z Downloaded internet-checksum v0.2.1
5332024-09-06T22:57:31.698Z Downloaded tls_codec v0.4.1
5342024-09-06T22:57:31.698Z Downloaded miniz_oxide v0.8.0
5352024-09-06T22:57:31.701Z Downloaded tls_codec_derive v0.4.1
5362024-09-06T22:57:31.703Z Downloaded ciborium-ll v0.2.2
5372024-09-06T22:57:31.706Z Downloaded ipnet v2.9.0
5382024-09-06T22:57:31.708Z Downloaded bit-set v0.5.3
5392024-09-06T22:57:31.710Z Downloaded indoc v1.0.9
5402024-09-06T22:57:31.713Z Downloaded waitgroup v0.1.2
5412024-09-06T22:57:31.715Z Downloaded lazycell v1.3.0
5422024-09-06T22:57:31.715Z Downloaded whoami v1.5.1
5432024-09-06T22:57:31.718Z Downloaded impl-trait-for-tuples v0.2.2
5442024-09-06T22:57:31.720Z Downloaded sigpipe v0.1.3
5452024-09-06T22:57:31.722Z Downloaded funty v2.0.0
5462024-09-06T22:57:31.722Z Downloaded similar v2.6.0
5472024-09-06T22:57:31.728Z Downloaded libsw v3.3.1
5482024-09-06T22:57:31.731Z Downloaded maplit v1.0.2
5492024-09-06T22:57:31.733Z Downloaded linked-hash-map v0.5.6
5502024-09-06T22:57:31.735Z Downloaded instability v0.3.2
5512024-09-06T22:57:31.738Z Downloaded float-cmp v0.9.0
5522024-09-06T22:57:31.738Z Downloaded fxhash v0.2.1
5532024-09-06T22:57:31.740Z Downloaded smf v0.2.3
5542024-09-06T22:57:31.740Z Downloaded nibble_vec v0.1.0
5552024-09-06T22:57:31.742Z Downloaded tracing-attributes v0.1.27
5562024-09-06T22:57:31.745Z Downloaded opaque-debug v0.3.1
5572024-09-06T22:57:31.747Z Downloaded fragile v2.0.0
5582024-09-06T22:57:31.755Z Downloaded schemars v0.8.21
5592024-09-06T22:57:31.762Z Downloaded sha1 v0.10.6
5602024-09-06T22:57:31.764Z Downloaded wait-timeout v0.2.0
5612024-09-06T22:57:31.767Z Downloaded unicode-xid v0.2.4
5622024-09-06T22:57:31.769Z Downloaded unicode-truncate v1.0.0
5632024-09-06T22:57:31.772Z Downloaded fallible-iterator v0.3.0
5642024-09-06T22:57:31.772Z Downloaded which v4.4.2
5652024-09-06T22:57:31.774Z Downloaded pem v3.0.4
5662024-09-06T22:57:31.776Z Downloaded crc32fast v1.4.0
5672024-09-06T22:57:31.779Z Downloaded cookie_store v0.20.0
5682024-09-06T22:57:31.781Z Downloaded lock_api v0.4.12
5692024-09-06T22:57:31.783Z Downloaded embedded-io v0.4.0
5702024-09-06T22:57:31.786Z Downloaded either v1.13.0
5712024-09-06T22:57:31.788Z Downloaded num-complex v0.4.6
5722024-09-06T22:57:31.788Z Downloaded native-tls v0.2.11
5732024-09-06T22:57:31.791Z Downloaded const_format v0.2.32
5742024-09-06T22:57:31.797Z Downloaded pem-rfc7468 v0.7.0
5752024-09-06T22:57:31.799Z Downloaded signal-hook-tokio v0.3.1
5762024-09-06T22:57:31.802Z Downloaded indexmap v1.9.3
5772024-09-06T22:57:31.805Z Downloaded gethostname v0.5.0
5782024-09-06T22:57:31.807Z Downloaded dhcproto-macros v0.1.0
5792024-09-06T22:57:31.807Z Downloaded ppv-lite86 v0.2.17
5802024-09-06T22:57:31.809Z Downloaded topological-sort v0.2.2
5812024-09-06T22:57:31.812Z Downloaded powerfmt v0.2.0
5822024-09-06T22:57:31.812Z Downloaded futures-task v0.3.30
5832024-09-06T22:57:31.815Z Downloaded signature v2.2.0
5842024-09-06T22:57:31.817Z Downloaded scopeguard v1.2.0
5852024-09-06T22:57:31.817Z Downloaded rustc-hash v1.1.0
5862024-09-06T22:57:31.819Z Downloaded slab v0.4.9
5872024-09-06T22:57:31.819Z Downloaded num-iter v0.1.45
5882024-09-06T22:57:31.822Z Downloaded getopts v0.2.21
5892024-09-06T22:57:31.824Z Downloaded walkdir v2.5.0
5902024-09-06T22:57:31.827Z Downloaded clang-sys v1.7.0
5912024-09-06T22:57:31.830Z Downloaded crc-any v2.5.0
5922024-09-06T22:57:31.832Z Downloaded cancel-safe-futures v0.1.5
5932024-09-06T22:57:31.835Z Downloaded derive_builder_macro v0.20.0
5942024-09-06T22:57:31.837Z Downloaded miniz_oxide v0.7.2
5952024-09-06T22:57:31.839Z Downloaded debug-ignore v1.0.5
5962024-09-06T22:57:31.843Z Downloaded subtle v2.5.0
5972024-09-06T22:57:31.845Z Downloaded minimal-lexical v0.2.1
5982024-09-06T22:57:31.848Z Downloaded structmeta v0.2.0
5992024-09-06T22:57:31.851Z Downloaded predicates-core v1.0.6
6002024-09-06T22:57:31.851Z Downloaded precomputed-hash v0.1.1
6012024-09-06T22:57:31.853Z Downloaded libxml v0.3.3
6022024-09-06T22:57:31.858Z Downloaded crossbeam-epoch v0.9.18
6032024-09-06T22:57:31.862Z Downloaded untrusted v0.9.0
6042024-09-06T22:57:31.865Z Downloaded glob v0.3.1
6052024-09-06T22:57:31.869Z Downloaded defmt v0.3.8
6062024-09-06T22:57:31.871Z Downloaded zone v0.3.0
6072024-09-06T22:57:31.872Z Downloaded sync_wrapper v0.1.2
6082024-09-06T22:57:31.874Z Downloaded universal-hash v0.5.1
6092024-09-06T22:57:31.874Z Downloaded strum_macros v0.25.3
6102024-09-06T22:57:31.877Z Downloaded snafu-derive v0.8.2
6112024-09-06T22:57:31.879Z Downloaded tar v0.4.41
6122024-09-06T22:57:31.882Z Downloaded parking_lot_core v0.9.10
6132024-09-06T22:57:31.895Z Downloaded vte v0.11.1
6142024-09-06T22:57:31.900Z Downloaded foreign-types v0.3.2
6152024-09-06T22:57:31.903Z Downloaded display-error-chain v0.2.1
6162024-09-06T22:57:31.903Z Downloaded tinyvec_macros v0.1.1
6172024-09-06T22:57:31.903Z Downloaded paste v1.0.15
6182024-09-06T22:57:31.905Z Downloaded packed_struct v0.10.1
6192024-09-06T22:57:31.908Z Downloaded number_prefix v0.4.0
6202024-09-06T22:57:31.910Z Downloaded num_threads v0.1.7
6212024-09-06T22:57:31.911Z Downloaded polyval v0.6.2
6222024-09-06T22:57:31.913Z Downloaded ref-cast-impl v1.0.23
6232024-09-06T22:57:31.913Z Downloaded peg-runtime v0.8.3
6242024-09-06T22:57:31.916Z Downloaded russh-keys v0.45.0
6252024-09-06T22:57:31.919Z Downloaded ref-cast v1.0.23
6262024-09-06T22:57:31.922Z Downloaded slog-json v2.6.1
6272024-09-06T22:57:31.926Z Downloaded phf_shared v0.10.0
6282024-09-06T22:57:31.926Z Downloaded strum_macros v0.24.3
6292024-09-06T22:57:31.928Z Downloaded shlex v1.3.0
6302024-09-06T22:57:31.928Z Downloaded sqlformat v0.2.4
6312024-09-06T22:57:31.931Z Downloaded rand_chacha v0.3.1
6322024-09-06T22:57:31.934Z Downloaded rand_core v0.6.4
6332024-09-06T22:57:31.937Z Downloaded futures-channel v0.3.30
6342024-09-06T22:57:31.937Z Downloaded diesel_derives v2.2.2
6352024-09-06T22:57:31.941Z Downloaded derive_more v0.99.18
6362024-09-06T22:57:31.948Z Downloaded tokio-rustls v0.25.0
6372024-09-06T22:57:31.950Z Downloaded tokio-native-tls v0.3.1
6382024-09-06T22:57:31.953Z Downloaded des v0.8.1
6392024-09-06T22:57:31.956Z Downloaded tinyvec v1.6.0
6402024-09-06T22:57:31.958Z Downloaded uzers v0.11.3
6412024-09-06T22:57:31.961Z Downloaded darling_macro v0.20.9
6422024-09-06T22:57:31.964Z Downloaded toolchain_find v0.4.0
6432024-09-06T22:57:31.964Z Downloaded elliptic-curve v0.13.8
6442024-09-06T22:57:31.968Z Downloaded base64 v0.22.1
6452024-09-06T22:57:31.972Z Downloaded futures-core v0.3.30
6462024-09-06T22:57:31.976Z Downloaded dirs-sys-next v0.1.2
6472024-09-06T22:57:31.976Z Downloaded dirs-next v2.0.0
6482024-09-06T22:57:31.978Z Downloaded difflib v0.4.0
6492024-09-06T22:57:31.981Z Downloaded aes-gcm v0.10.3
6502024-09-06T22:57:31.984Z Downloaded parse-size v1.0.0
6512024-09-06T22:57:31.985Z Downloaded rustfmt-wrapper v0.2.1
6522024-09-06T22:57:31.987Z Downloaded phf v0.11.2
6532024-09-06T22:57:31.987Z Downloaded heapless v0.7.17
6542024-09-06T22:57:31.992Z Downloaded portpicker v0.1.1
6552024-09-06T22:57:31.995Z Downloaded mio v1.0.2
6562024-09-06T22:57:32.000Z Downloaded mio v0.8.11
6572024-09-06T22:57:32.007Z Downloaded spin v0.5.2
6582024-09-06T22:57:32.009Z Downloaded zone_cfg_derive v0.3.0
6592024-09-06T22:57:32.010Z Downloaded time-core v0.1.2
6602024-09-06T22:57:32.012Z Downloaded slog-stdlog v4.1.1
6612024-09-06T22:57:32.015Z Downloaded slog-envlogger v2.2.0
6622024-09-06T22:57:32.015Z Downloaded openssl-probe v0.1.5
6632024-09-06T22:57:32.019Z Downloaded defmt-macros v0.3.9
6642024-09-06T22:57:32.021Z Downloaded data-encoding v2.6.0
6652024-09-06T22:57:32.021Z Downloaded oso-derive v0.27.3
6662024-09-06T22:57:32.025Z Downloaded enum-as-inner v0.6.0
6672024-09-06T22:57:32.025Z Downloaded derive_builder v0.20.0
6682024-09-06T22:57:32.030Z Downloaded ron v0.8.1
6692024-09-06T22:57:32.036Z Downloaded unicode_categories v0.1.1
6702024-09-06T22:57:32.039Z Downloaded psl-types v2.0.11
6712024-09-06T22:57:32.041Z Downloaded samael v0.0.15
6722024-09-06T22:57:32.046Z Downloaded rtoolbox v0.0.2
6732024-09-06T22:57:32.049Z Downloaded zone_cfg_derive v0.1.2
6742024-09-06T22:57:32.051Z Downloaded rustc_version v0.4.0
6752024-09-06T22:57:32.051Z Downloaded hash32 v0.3.1
6762024-09-06T22:57:32.054Z Downloaded parse-display-derive v0.10.0
6772024-09-06T22:57:32.054Z Downloaded rpassword v7.3.1
6782024-09-06T22:57:32.057Z Downloaded resolv-conf v0.7.0
6792024-09-06T22:57:32.059Z Downloaded radium v0.7.0
6802024-09-06T22:57:32.059Z Downloaded futures-sink v0.3.30
6812024-09-06T22:57:32.062Z Downloaded futures-macro v0.3.30
6822024-09-06T22:57:32.062Z Downloaded float-ord v0.3.2
6832024-09-06T22:57:32.064Z Downloaded unsafe-libyaml v0.2.11
6842024-09-06T22:57:32.067Z Downloaded defmt-parser v0.3.4
6852024-09-06T22:57:32.069Z Downloaded take_mut v0.2.2
6862024-09-06T22:57:32.069Z Downloaded rustversion v1.0.17
6872024-09-06T22:57:32.073Z Downloaded openssl-sys v0.9.103
6882024-09-06T22:57:32.078Z Downloaded env_logger v0.10.2
6892024-09-06T22:57:32.082Z Downloaded env_logger v0.9.3
6902024-09-06T22:57:32.085Z Downloaded ed25519 v2.2.3
6912024-09-06T22:57:32.087Z Downloaded path-slash v0.1.5
6922024-09-06T22:57:32.090Z Downloaded string_cache v0.8.7
6932024-09-06T22:57:32.093Z Downloaded flate2 v1.0.33
6942024-09-06T22:57:32.097Z Downloaded diff v0.1.13
6952024-09-06T22:57:32.100Z Downloaded pin-utils v0.1.0
6962024-09-06T22:57:32.103Z Downloaded tokio-tungstenite v0.21.0
6972024-09-06T22:57:32.105Z Downloaded endian-type v0.1.2
6982024-09-06T22:57:32.107Z Downloaded tokio-tungstenite v0.20.1
6992024-09-06T22:57:32.110Z Downloaded try-lock v0.2.5
7002024-09-06T22:57:32.110Z Downloaded ena v0.14.3
7012024-09-06T22:57:32.113Z Downloaded hash32 v0.2.1
7022024-09-06T22:57:32.115Z Downloaded zone v0.1.8
7032024-09-06T22:57:32.115Z Downloaded tui-tree-widget v0.22.0
7042024-09-06T22:57:32.118Z Downloaded num-integer v0.1.46
7052024-09-06T22:57:32.120Z Downloaded password-hash v0.5.0
7062024-09-06T22:57:32.123Z Downloaded r2d2 v0.8.10
7072024-09-06T22:57:32.123Z Downloaded tokio-tungstenite v0.23.1
7082024-09-06T22:57:32.125Z Downloaded tap v1.0.1
7092024-09-06T22:57:32.127Z Downloaded semver v0.1.20
7102024-09-06T22:57:32.130Z Downloaded socket2 v0.4.10
7112024-09-06T22:57:32.132Z Downloaded slog-term v2.9.1
7122024-09-06T22:57:32.134Z Downloaded expectorate v1.1.0
7132024-09-06T22:57:32.137Z Downloaded uuid v1.10.0
7142024-09-06T22:57:32.139Z Downloaded xattr v1.3.1
7152024-09-06T22:57:32.142Z Downloaded test-strategy v0.3.1
7162024-09-06T22:57:32.145Z Downloaded futures-io v0.3.30
7172024-09-06T22:57:32.147Z Downloaded openssl-macros v0.1.1
7182024-09-06T22:57:32.147Z Downloaded termtree v0.4.1
7192024-09-06T22:57:32.150Z Downloaded packed_struct_codegen v0.10.1
7202024-09-06T22:57:32.150Z Downloaded pretty-hex v0.2.1
7212024-09-06T22:57:32.153Z Downloaded blake3 v1.5.1
7222024-09-06T22:57:32.159Z Downloaded twox-hash v1.6.3
7232024-09-06T22:57:32.162Z Downloaded percent-encoding v2.3.1
7242024-09-06T22:57:32.164Z Downloaded fd-lock v4.0.2
7252024-09-06T22:57:32.167Z Downloaded foreign-types v0.5.0
7262024-09-06T22:57:32.167Z Downloaded unicase v2.7.0
7272024-09-06T22:57:32.169Z Downloaded dyn-clone v1.0.17
7282024-09-06T22:57:32.171Z Downloaded tabwriter v1.4.0
7292024-09-06T22:57:32.172Z Downloaded num-derive v0.4.2
7302024-09-06T22:57:32.174Z Downloaded highway v1.2.0
7312024-09-06T22:57:32.176Z Downloaded oso v0.27.3
7322024-09-06T22:57:32.179Z Downloaded slog-bunyan v2.5.0
7332024-09-06T22:57:32.182Z Downloaded ron v0.7.1
7342024-09-06T22:57:32.186Z Downloaded rayon-core v1.12.1
7352024-09-06T22:57:32.190Z Downloaded downcast v0.11.0
7362024-09-06T22:57:32.193Z Downloaded zeroize_derive v1.4.2
7372024-09-06T22:57:32.195Z Downloaded hex-literal v0.4.1
7382024-09-06T22:57:32.195Z Downloaded wyz v0.5.1
7392024-09-06T22:57:32.198Z Downloaded serde_urlencoded v0.7.1
7402024-09-06T22:57:32.198Z Downloaded serde_repr v0.1.19
7412024-09-06T22:57:32.200Z Downloaded serde_plain v1.0.2
7422024-09-06T22:57:32.202Z Downloaded rand v0.8.5
7432024-09-06T22:57:32.205Z Downloaded headers-core v0.2.0
7442024-09-06T22:57:32.208Z Downloaded ff v0.13.0
7452024-09-06T22:57:32.208Z Downloaded proc-macro-crate v1.3.1
7462024-09-06T22:57:32.210Z Downloaded hex v0.4.3
7472024-09-06T22:57:32.212Z Downloaded heck v0.3.3
7482024-09-06T22:57:32.212Z Downloaded darling_core v0.20.9
7492024-09-06T22:57:32.218Z Downloaded utf-8 v0.7.6
7502024-09-06T22:57:32.220Z Downloaded foreign-types-shared v0.3.1
7512024-09-06T22:57:32.220Z Downloaded deranged v0.3.11
7522024-09-06T22:57:32.223Z Downloaded termios v0.3.3
7532024-09-06T22:57:32.223Z Downloaded foreign-types-shared v0.1.1
7542024-09-06T22:57:32.225Z Downloaded slog-async v2.8.0
7552024-09-06T22:57:32.225Z Downloaded parking_lot v0.12.2
7562024-09-06T22:57:32.228Z Downloaded dropshot_endpoint v0.10.1
7572024-09-06T22:57:32.230Z Downloaded strip-ansi-escapes v0.2.0
7582024-09-06T22:57:32.230Z Downloaded tokio-stream v0.1.15
7592024-09-06T22:57:32.235Z Downloaded stringprep v0.1.4
7602024-09-06T22:57:32.238Z Downloaded tough v0.17.1
7612024-09-06T22:57:32.246Z Downloaded pin-project-lite v0.2.14
7622024-09-06T22:57:32.252Z Downloaded serde_arrays v0.1.0
7632024-09-06T22:57:32.254Z Downloaded serde-hex v0.1.0
7642024-09-06T22:57:32.257Z Downloaded hickory-client v0.24.1
7652024-09-06T22:57:32.260Z Downloaded unicode-bidi v0.3.15
7662024-09-06T22:57:32.263Z Downloaded tiny-keccak v2.0.2
7672024-09-06T22:57:32.265Z Downloaded fatfs v0.3.6
7682024-09-06T22:57:32.268Z Downloaded headers v0.3.9
7692024-09-06T22:57:32.273Z Downloaded structmeta-derive v0.2.0
7702024-09-06T22:57:32.276Z Downloaded parking_lot v0.11.2
7712024-09-06T22:57:32.278Z Downloaded pkg-config v0.3.30
7722024-09-06T22:57:32.281Z Downloaded der_derive v0.7.2
7732024-09-06T22:57:32.281Z Downloaded rustls-pki-types v1.7.0
7742024-09-06T22:57:32.283Z Downloaded spin v0.9.8
7752024-09-06T22:57:32.286Z Downloaded slog-dtrace v0.3.0
7762024-09-06T22:57:32.289Z Downloaded serde_derive_internals v0.29.1
7772024-09-06T22:57:32.292Z Downloaded structmeta v0.3.0
7782024-09-06T22:57:32.292Z Downloaded ssh-encoding v0.2.0
7792024-09-06T22:57:32.294Z Downloaded rustls-pemfile v1.0.4
7802024-09-06T22:57:32.297Z Downloaded predicates-tree v1.0.9
7812024-09-06T22:57:32.297Z Downloaded foreign-types-macros v0.2.3
7822024-09-06T22:57:32.300Z Downloaded pkcs5 v0.7.1
7832024-09-06T22:57:32.305Z Downloaded pkcs8 v0.10.2
7842024-09-06T22:57:32.305Z Downloaded vsss-rs v3.3.4
7852024-09-06T22:57:32.307Z Downloaded rsa v0.9.6
7862024-09-06T22:57:32.313Z Downloaded vergen v8.3.2
7872024-09-06T22:57:32.317Z Downloaded toml_edit v0.19.15
7882024-09-06T22:57:32.335Z Downloaded slog v2.7.0
7892024-09-06T22:57:32.338Z Downloaded postcard v1.0.8
7902024-09-06T22:57:32.342Z Downloaded zip v0.6.6
7912024-09-06T22:57:32.345Z Downloaded hashbrown v0.13.2
7922024-09-06T22:57:32.350Z Downloaded idna v0.3.0
7932024-09-06T22:57:32.359Z Downloaded prettyplease v0.2.20
7942024-09-06T22:57:32.362Z Downloaded flume v0.11.0
7952024-09-06T22:57:32.366Z Downloaded reedline v0.33.0
7962024-09-06T22:57:32.374Z Downloaded tokio-util v0.7.11
7972024-09-06T22:57:32.381Z Downloaded hickory-server v0.24.1
7982024-09-06T22:57:32.387Z Downloaded tokio-postgres v0.7.11
7992024-09-06T22:57:32.393Z Downloaded russh v0.45.0
8002024-09-06T22:57:32.399Z Downloaded time v0.3.36
8012024-09-06T22:57:32.407Z Downloaded h2 v0.3.26
8022024-09-06T22:57:32.414Z Downloaded der v0.7.9
8032024-09-06T22:57:32.422Z Downloaded unicode-segmentation v1.11.0
8042024-09-06T22:57:32.425Z Downloaded portable-atomic v1.6.0
8052024-09-06T22:57:32.432Z Downloaded ssh-key v0.6.6
8062024-09-06T22:57:32.439Z Downloaded rayon v1.10.0
8072024-09-06T22:57:32.449Z Downloaded nix v0.29.0
8082024-09-06T22:57:32.462Z Downloaded serde_with v3.9.0
8092024-09-06T22:57:32.472Z Downloaded reqwest v0.11.27
8102024-09-06T22:57:32.480Z Downloaded rusqlite v0.31.0
8112024-09-06T22:57:32.487Z Downloaded p384 v0.13.0
8122024-09-06T22:57:32.494Z Downloaded git2 v0.19.0
8132024-09-06T22:57:32.504Z Downloaded idna v0.4.0
8142024-09-06T22:57:32.511Z Downloaded rustls-webpki v0.102.4
8152024-09-06T22:57:32.530Z Downloaded quick-xml v0.31.0
8162024-09-06T22:57:32.536Z Downloaded rustls-webpki v0.101.7
8172024-09-06T22:57:32.551Z Downloaded winnow v0.5.40
8182024-09-06T22:57:32.560Z Downloaded regex v1.10.6
8192024-09-06T22:57:32.575Z Downloaded curve25519-dalek v4.1.3
8202024-09-06T22:57:32.585Z Downloaded gimli v0.28.1
8212024-09-06T22:57:32.594Z Downloaded bstr v1.9.1
8222024-09-06T22:57:32.605Z Downloaded polar-core v0.27.3
8232024-09-06T22:57:32.615Z Downloaded object v0.32.2
8242024-09-06T22:57:32.627Z Downloaded smoltcp v0.11.0
8252024-09-06T22:57:32.640Z Downloaded openssl v0.10.66
8262024-09-06T22:57:32.650Z Downloaded vcpkg v0.2.15
8272024-09-06T22:57:32.691Z Downloaded trust-dns-proto v0.22.0
8282024-09-06T22:57:32.704Z Downloaded dropshot v0.10.1
8292024-09-06T22:57:32.715Z Downloaded rustls v0.21.12
8302024-09-06T22:57:32.727Z Downloaded regex-syntax v0.8.4
8312024-09-06T22:57:32.735Z Downloaded rustls v0.22.4
8322024-09-06T22:57:32.750Z Downloaded openapiv3 v2.0.0
8332024-09-06T22:57:32.762Z Downloaded diesel v2.2.3
8342024-09-06T22:57:32.782Z Downloaded sled v0.34.7
8352024-09-06T22:57:32.792Z Downloaded ratatui v0.28.0
8362024-09-06T22:57:32.813Z Downloaded bzip2-sys v0.1.11+1.0.8
8372024-09-06T22:57:32.826Z Downloaded zerocopy-derive v0.6.6
8382024-09-06T22:57:32.837Z Downloaded object v0.30.4
8392024-09-06T22:57:32.847Z Downloaded regex-automata v0.4.6
8402024-09-06T22:57:32.866Z Downloaded petgraph v0.6.5
8412024-09-06T22:57:32.885Z Downloaded finl_unicode v1.2.0
8422024-09-06T22:57:32.898Z Downloaded tokio v1.39.3
8432024-09-06T22:57:32.937Z Downloaded csv v1.3.0
8442024-09-06T22:57:32.958Z Downloaded sha3 v0.10.8
8452024-09-06T22:57:32.962Z Downloaded regress v0.9.1
8462024-09-06T22:57:32.972Z Downloaded regex-syntax v0.6.29
8472024-09-06T22:57:32.979Z Downloaded hickory-proto v0.24.1
8482024-09-06T22:57:32.996Z Downloaded nix v0.28.0
8492024-09-06T22:57:33.007Z Downloaded proptest v1.5.0
8502024-09-06T22:57:33.018Z Downloaded radix_trie v0.2.1
8512024-09-06T22:57:33.025Z Downloaded smoltcp v0.9.1
8522024-09-06T22:57:33.036Z Downloaded idna v0.2.3
8532024-09-06T22:57:33.043Z Downloaded bitvec v1.0.1
8542024-09-06T22:57:33.059Z Downloaded webpki-roots v0.25.4
8552024-09-06T22:57:33.062Z Downloaded lalrpop v0.19.12
8562024-09-06T22:57:33.074Z Downloaded x509-cert v0.2.5
8572024-09-06T22:57:33.080Z Downloaded unicode-normalization v0.1.23
8582024-09-06T22:57:33.085Z Downloaded futures-util v0.3.30
8592024-09-06T22:57:33.099Z Downloaded sqlparser v0.45.0
8602024-09-06T22:57:33.105Z Downloaded encoding_rs v0.8.34
8612024-09-06T22:57:33.128Z Downloaded nix v0.27.1
8622024-09-06T22:57:33.139Z Downloaded typed-path v0.7.1
8632024-09-06T22:57:33.146Z Downloaded hashbrown v0.12.3
8642024-09-06T22:57:33.150Z Downloaded rustyline v14.0.0
8652024-09-06T22:57:33.155Z Downloaded bindgen v0.69.4
8662024-09-06T22:57:33.163Z Downloaded tungstenite v0.23.0
8672024-09-06T22:57:33.166Z Downloaded libgit2-sys v0.17.0+1.8.1
8682024-09-06T22:57:33.226Z Downloaded steno v0.4.1
8692024-09-06T22:57:33.229Z Downloaded hyper v0.14.30
8702024-09-06T22:57:33.239Z Downloaded p521 v0.13.3
8712024-09-06T22:57:33.242Z Downloaded chrono v0.4.38
8722024-09-06T22:57:33.250Z Downloaded aho-corasick v1.1.3
8732024-09-06T22:57:33.256Z Downloaded idna v0.5.0
8742024-09-06T22:57:33.264Z Downloaded owo-colors v4.0.0
8752024-09-06T22:57:33.266Z Downloaded omicron-zone-package v0.11.0
8762024-09-06T22:57:33.269Z Downloaded ed25519-dalek v2.1.1
8772024-09-06T22:57:33.274Z Downloaded p256 v0.13.2
8782024-09-06T22:57:33.276Z Downloaded peg-macros v0.8.4
8792024-09-06T22:57:33.279Z Downloaded secrecy v0.8.0
8802024-09-06T22:57:33.279Z Downloaded sct v0.7.1
8812024-09-06T22:57:33.283Z Downloaded crossterm v0.28.1
8822024-09-06T22:57:33.289Z Downloaded libm v0.2.8
8832024-09-06T22:57:33.298Z Downloaded fallible-iterator v0.2.0
8842024-09-06T22:57:33.301Z Downloaded enum-as-inner v0.5.1
8852024-09-06T22:57:33.304Z Downloaded postgres-protocol v0.6.7
8862024-09-06T22:57:33.307Z Downloaded num-traits v0.2.19
8872024-09-06T22:57:33.311Z Downloaded sec1 v0.7.3
8882024-09-06T22:57:33.311Z Downloaded hashlink v0.9.1
8892024-09-06T22:57:33.316Z Downloaded peg v0.8.4
8902024-09-06T22:57:33.320Z Downloaded pbkdf2 v0.12.2
8912024-09-06T22:57:33.320Z Downloaded parse-display v0.10.0
8922024-09-06T22:57:33.320Z Downloaded itertools v0.13.0
8932024-09-06T22:57:33.326Z Downloaded form_urlencoded v1.2.1
8942024-09-06T22:57:33.329Z Downloaded ecdsa v0.16.9
8952024-09-06T22:57:33.332Z Downloaded thiserror-impl-no-std v2.0.2
8962024-09-06T22:57:33.332Z Downloaded signal-hook v0.3.17
8972024-09-06T22:57:33.335Z Downloaded heapless v0.8.0
8982024-09-06T22:57:33.337Z Downloaded stable_deref_trait v1.2.0
8992024-09-06T22:57:33.340Z Downloaded rcgen v0.12.1
9002024-09-06T22:57:33.343Z Downloaded time-macros v0.2.18
9012024-09-06T22:57:33.345Z Downloaded socket2 v0.5.7
9022024-09-06T22:57:33.348Z Downloaded futures v0.3.30
9032024-09-06T22:57:33.353Z Downloaded derive-where v1.2.7
9042024-09-06T22:57:33.356Z Downloaded itertools v0.10.5
9052024-09-06T22:57:33.363Z Downloaded hkdf v0.12.4
9062024-09-06T22:57:33.366Z Downloaded tungstenite v0.21.0
9072024-09-06T22:57:33.369Z Downloaded tungstenite v0.20.1
9082024-09-06T22:57:33.373Z Downloaded url v2.5.2
9092024-09-06T22:57:33.376Z Downloaded publicsuffix v2.2.3
9102024-09-06T22:57:33.379Z Downloaded aes v0.8.4
9112024-09-06T22:57:33.383Z Downloaded serde-big-array v0.5.1
9122024-09-06T22:57:33.385Z Downloaded flagset v0.4.5
9132024-09-06T22:57:33.388Z Downloaded thread_local v1.1.8
9142024-09-06T22:57:33.388Z Downloaded thiserror-no-std v2.0.2
9152024-09-06T22:57:33.391Z Downloaded zerocopy v0.6.6
9162024-09-06T22:57:33.394Z Downloaded primeorder v0.13.6
9172024-09-06T22:57:33.396Z Downloaded pin-project-internal v1.1.5
9182024-09-06T22:57:33.399Z Downloaded olpc-cjson v0.1.3
9192024-09-06T22:57:33.399Z Downloaded snafu v0.8.2
9202024-09-06T22:57:33.404Z Downloaded hickory-resolver v0.24.1
9212024-09-06T22:57:33.409Z Downloaded erased-serde v0.3.31
9222024-09-06T22:57:33.411Z Downloaded password-hash v0.4.2
9232024-09-06T22:57:33.414Z Downloaded futures-executor v0.3.30
9242024-09-06T22:57:33.419Z Downloaded getrandom v0.2.14
9252024-09-06T22:57:33.422Z Downloaded dhcproto v0.12.0
9262024-09-06T22:57:33.422Z Downloaded slog-scope v4.4.0
9272024-09-06T22:57:33.422Z Downloaded yasna v0.5.2
9282024-09-06T22:57:33.425Z Downloaded pin-project v1.1.5
9292024-09-06T22:57:33.436Z Downloaded toml v0.7.8
9302024-09-06T22:57:33.440Z Downloaded backtrace v0.3.71
9312024-09-06T22:57:33.445Z Downloaded smallvec v0.6.14
9322024-09-06T22:57:33.447Z Downloaded ring v0.17.8
9332024-09-06T22:57:33.518Z Downloaded libz-sys v1.1.16
9342024-09-06T22:57:33.587Z Downloaded scrypt v0.11.0
9352024-09-06T22:57:33.589Z Downloaded smallvec v1.13.2
9362024-09-06T22:57:33.592Z Downloaded half v2.4.1
9372024-09-06T22:57:33.594Z Downloaded crossterm v0.27.0
9382024-09-06T22:57:33.600Z Downloaded num-bigint v0.4.5
9392024-09-06T22:57:33.605Z Downloaded tracing v0.1.40
9402024-09-06T22:57:33.609Z Downloaded ring v0.16.20
9412024-09-06T22:57:33.691Z Downloaded num_enum v0.5.11
9422024-09-06T22:57:33.696Z Downloaded libsqlite3-sys v0.28.0
9432024-09-06T22:57:33.772Z Downloaded tracing-core v0.1.32
9442024-09-06T22:57:33.774Z Downloaded predicates v3.1.2
9452024-09-06T22:57:33.776Z Downloaded zeroize v1.7.0
9462024-09-06T22:57:33.778Z Downloaded derive_builder_core v0.20.0
9472024-09-06T22:57:33.781Z Downloaded subprocess v0.2.9
9482024-09-06T22:57:33.783Z Downloaded mockall_derive v0.13.0
9492024-09-06T22:57:33.785Z Downloaded tokio-macros v2.4.0
9502024-09-06T22:57:33.785Z Downloaded structmeta-derive v0.3.0
9512024-09-06T22:57:33.788Z Downloaded globset v0.4.14
9522024-09-06T22:57:33.788Z Downloaded strum_macros v0.26.4
9532024-09-06T22:57:33.790Z Downloaded shell-words v1.1.0
9542024-09-06T22:57:33.790Z Downloaded num_enum_derive v0.5.11
9552024-09-06T22:57:33.793Z Downloaded phf_shared v0.11.2
9562024-09-06T22:57:33.793Z Downloaded tokio-rustls v0.24.1
9572024-09-06T22:57:33.796Z Downloaded fixedbitset v0.4.2
9582024-09-06T22:57:33.796Z Downloaded serde_yaml v0.9.34+deprecated
9592024-09-06T22:57:33.798Z Downloaded nom v7.1.3
9602024-09-06T22:57:33.803Z Downloaded itertools v0.12.1
9612024-09-06T22:57:33.810Z Downloaded base64 v0.21.7
9622024-09-06T22:57:33.813Z Downloaded group v0.13.0
9632024-09-06T22:57:33.815Z Downloaded ghash v0.5.1
9642024-09-06T22:57:33.818Z Downloaded filetime v0.2.25
9652024-09-06T22:57:33.818Z Downloaded quick-error v1.2.3
9662024-09-06T22:57:33.820Z Downloaded pkcs1 v0.7.5
9672024-09-06T22:57:33.822Z Downloaded const-oid v0.9.6
9682024-09-06T22:57:33.824Z Downloaded chacha20poly1305 v0.10.1
9692024-09-06T22:57:33.824Z Downloaded base64 v0.13.1
9702024-09-06T22:57:33.827Z Downloaded parking_lot_core v0.8.6
9712024-09-06T22:57:33.829Z Downloaded num-rational v0.4.2
9722024-09-06T22:57:33.831Z Downloaded num-bigint-dig v0.8.4
9732024-09-06T22:57:33.834Z Downloaded static_assertions v1.1.0
9742024-09-06T22:57:33.836Z Downloaded signal-hook-mio v0.2.4
9752024-09-06T22:57:33.839Z Downloaded strum v0.26.3
9762024-09-06T22:57:33.839Z Downloaded serde_with_macros v3.9.0
9772024-09-06T22:57:33.841Z Downloaded rustc-demangle v0.1.24
9782024-09-06T22:57:33.841Z Downloaded signal-hook-registry v1.4.2
9792024-09-06T22:57:33.844Z Downloaded untrusted v0.7.1
9802024-09-06T22:57:33.844Z Downloaded unarray v0.1.4
9812024-09-06T22:57:33.844Z Downloaded same-file v1.0.6
9822024-09-06T22:57:33.846Z Downloaded salsa20 v0.10.2
9832024-09-06T22:57:33.846Z Downloaded postgres-types v0.2.7
9842024-09-06T22:57:33.848Z Downloaded poly1305 v0.8.0
9852024-09-06T22:57:33.850Z Downloaded crossbeam-channel v0.5.12
9862024-09-06T22:57:33.854Z Downloaded cookie v0.17.0
9872024-09-06T22:57:33.856Z Downloaded arc-swap v1.7.1
9882024-09-06T22:57:33.860Z Downloaded rand_xorshift v0.3.0
9892024-09-06T22:57:33.862Z Downloaded rand_seeder v0.3.0
9902024-09-06T22:57:33.862Z Downloaded mime_guess v2.0.4
9912024-09-06T22:57:33.865Z Downloaded bytes v1.7.1
9922024-09-06T22:57:33.867Z Downloaded term v0.7.0
9932024-09-06T22:57:33.870Z Downloaded serde_path_to_error v0.1.16
9942024-09-06T22:57:33.872Z Downloaded crypto-bigint v0.5.5
9952024-09-06T22:57:33.877Z Downloaded cc v1.0.97
9962024-09-06T22:57:33.880Z Downloaded pbkdf2 v0.11.0
9972024-09-06T22:57:33.883Z Downloaded scheduled-thread-pool v0.2.7
9982024-09-06T22:57:33.885Z Downloaded nanorand v0.7.0
9992024-09-06T22:57:33.887Z Downloaded compact_str v0.8.0
10002024-09-06T22:57:33.890Z Downloaded csv-core v0.1.11
10012024-09-06T22:57:33.890Z Downloaded keccak v0.1.5
10022024-09-06T22:57:33.892Z Downloaded iana-time-zone v0.1.60
10032024-09-06T22:57:33.895Z Downloaded bcs v0.1.6
10042024-09-06T22:57:33.895Z Downloaded dsl_auto_type v0.1.2
10052024-09-06T22:57:33.897Z Downloaded termcolor v1.4.1
10062024-09-06T22:57:33.897Z Downloaded ssh-cipher v0.2.0
10072024-09-06T22:57:33.900Z Downloaded siphasher v0.3.11
10082024-09-06T22:57:33.900Z Downloaded rustls-pemfile v2.1.3
10092024-09-06T22:57:33.902Z Downloaded lalrpop-util v0.19.12
10102024-09-06T22:57:33.902Z Downloaded ciborium v0.2.2
10112024-09-06T22:57:33.904Z Downloaded bzip2 v0.4.4
10122024-09-06T22:57:33.906Z Downloaded bitfield v0.14.0
10132024-09-06T22:57:33.909Z Downloaded schemars_derive v0.8.21
10142024-09-06T22:57:33.909Z Downloaded http v1.1.0
10152024-09-06T22:57:33.912Z Downloaded spki v0.7.3
10162024-09-06T22:57:33.914Z Downloaded fallible-streaming-iterator v0.1.9
10172024-09-06T22:57:33.916Z Downloaded rfc6979 v0.4.0
10182024-09-06T22:57:33.916Z Downloaded nodrop v0.1.14
10192024-09-06T22:57:33.916Z Downloaded multimap v0.10.0
10202024-09-06T22:57:33.918Z Downloaded memoffset v0.9.1
10212024-09-06T22:57:33.918Z Downloaded maybe-uninit v2.0.0
10222024-09-06T22:57:33.921Z Downloaded ipnetwork v0.20.0
10232024-09-06T22:57:33.921Z Downloaded ascii v1.1.0
10242024-09-06T22:57:33.923Z Downloaded cookie v0.18.1
10252024-09-06T22:57:33.926Z Downloaded rusty-fork v0.3.0
10262024-09-06T22:57:33.926Z Downloaded rustc_version v0.1.7
10272024-09-06T22:57:33.928Z Downloaded colored v2.1.0
10282024-09-06T22:57:33.928Z Downloaded block-padding v0.3.3
10292024-09-06T22:57:33.930Z Downloaded constant_time_eq v0.3.0
10302024-09-06T22:57:33.930Z Downloaded hyper-staticfile v0.9.5
10312024-09-06T22:57:33.933Z Downloaded castaway v0.2.3
10322024-09-06T22:57:33.933Z Downloaded atomic-waker v1.1.2
10332024-09-06T22:57:33.935Z Downloaded cexpr v0.6.0
10342024-09-06T22:57:33.935Z Downloaded buf-list v1.0.3
10352024-09-06T22:57:33.937Z Downloaded async-stream v0.3.5
10362024-09-06T22:57:33.940Z Downloaded async-bb8-diesel v0.2.1
10372024-09-06T22:57:33.942Z Downloaded array-init v0.0.4
10382024-09-06T22:57:33.942Z Downloaded vte_generate_state_changes v0.1.1
10392024-09-06T22:57:33.942Z Downloaded matches v0.1.10
10402024-09-06T22:57:33.945Z Downloaded base64ct v1.6.0
10412024-09-06T22:57:33.945Z Downloaded sqlparser_derive v0.2.2
10422024-09-06T22:57:33.947Z Downloaded md5 v0.7.0
10432024-09-06T22:57:33.947Z Downloaded blake2 v0.10.6
10442024-09-06T22:57:33.950Z Downloaded addr2line v0.21.0
10452024-09-06T22:57:33.952Z Downloaded httparse v1.8.0
10462024-09-06T22:57:33.955Z Downloaded http v0.2.12
10472024-09-06T22:57:33.957Z Downloaded hmac v0.12.1
10482024-09-06T22:57:33.960Z Downloaded mime v0.3.17
10492024-09-06T22:57:33.960Z Downloaded bitflags v1.3.2
10502024-09-06T22:57:33.962Z Downloaded base16ct v0.2.0
10512024-09-06T22:57:33.964Z Downloaded libefi-sys v0.1.0
10522024-09-06T22:57:33.964Z Downloaded hyper-tls v0.5.0
10532024-09-06T22:57:33.967Z Downloaded curve25519-dalek-derive v0.1.1
10542024-09-06T22:57:33.967Z Downloaded cobs v0.2.3
10552024-09-06T22:57:33.967Z Downloaded cassowary v0.3.0
10562024-09-06T22:57:33.970Z Downloaded blowfish v0.9.1
10572024-09-06T22:57:33.970Z Downloaded bitfield-struct v0.6.1
10582024-09-06T22:57:33.972Z Downloaded argon2 v0.5.3
10592024-09-06T22:57:33.972Z Downloaded ascii-canvas v3.0.0
10602024-09-06T22:57:33.975Z Downloaded kstat-rs v0.2.4
10612024-09-06T22:57:33.975Z Downloaded inout v0.1.3
10622024-09-06T22:57:33.975Z Downloaded humantime v2.1.0
10632024-09-06T22:57:33.978Z Downloaded lazy_static v1.5.0
10642024-09-06T22:57:33.978Z Downloaded indent_write v2.2.0
10652024-09-06T22:57:33.980Z Downloaded assert_matches v1.5.0
10662024-09-06T22:57:33.980Z Downloaded arrayref v0.3.7
10672024-09-06T22:57:33.980Z Downloaded crucible-workspace-hack v0.1.0
10682024-09-06T22:57:33.983Z Downloaded hubpack_derive v0.1.1
10692024-09-06T22:57:33.983Z Downloaded http-range v0.1.5
10702024-09-06T22:57:33.983Z Downloaded aead v0.5.2
10712024-09-06T22:57:33.983Z Downloaded async-recursion v1.1.1
10722024-09-06T22:57:34.106Z Compiling serde v1.0.208
10732024-09-06T22:57:34.109Z Compiling typenum v1.17.0
10742024-09-06T22:57:34.109Z Compiling generic-array v0.14.7
10752024-09-06T22:57:34.109Z Compiling lock_api v0.4.12
10762024-09-06T22:57:34.109Z Compiling scopeguard v1.2.0
10772024-09-06T22:57:34.109Z Compiling log v0.4.21
10782024-09-06T22:57:34.273Z Compiling syn v2.0.74
10792024-09-06T22:57:34.285Z Compiling getrandom v0.2.14
10802024-09-06T22:57:34.469Z Compiling jobserver v0.1.32
10812024-09-06T22:57:34.584Z Compiling rand_core v0.6.4
10822024-09-06T22:57:34.762Z Compiling subtle v2.5.0
10832024-09-06T22:57:34.795Z Compiling const-oid v0.9.6
10842024-09-06T22:57:34.821Z Compiling cc v1.0.97
10852024-09-06T22:57:35.106Z Compiling pin-project-lite v0.2.14
10862024-09-06T22:57:35.124Z Compiling smallvec v1.13.2
10872024-09-06T22:57:35.161Z Compiling parking_lot_core v0.9.10
10882024-09-06T22:57:35.225Z Compiling signal-hook-registry v1.4.2
10892024-09-06T22:57:35.372Z Compiling spin v0.9.8
10902024-09-06T22:57:35.654Z Compiling mio v1.0.2
10912024-09-06T22:57:35.923Z Compiling ahash v0.8.11
10922024-09-06T22:57:36.172Z Compiling parking_lot v0.12.2
10932024-09-06T22:57:36.287Z Compiling tinyvec_macros v0.1.1
10942024-09-06T22:57:36.386Z Compiling tinyvec v1.6.0
10952024-09-06T22:57:36.480Z Compiling socket2 v0.5.7
10962024-09-06T22:57:36.952Z Compiling futures-sink v0.3.30
10972024-09-06T22:57:37.006Z Compiling libm v0.2.8
10982024-09-06T22:57:37.113Z Compiling serde_json v1.0.125
10992024-09-06T22:57:37.131Z Compiling futures-core v0.3.30
11002024-09-06T22:57:37.225Z Compiling cpufeatures v0.2.12
11012024-09-06T22:57:37.320Z Compiling slab v0.4.9
11022024-09-06T22:57:37.376Z Compiling num-traits v0.2.19
11032024-09-06T22:57:37.393Z Compiling unicode-bidi v0.3.15
11042024-09-06T22:57:37.487Z Compiling allocator-api2 v0.2.18
11052024-09-06T22:57:37.898Z Compiling futures-channel v0.3.30
11062024-09-06T22:57:38.000Z Compiling unicode-normalization v0.1.23
11072024-09-06T22:57:38.044Z Compiling futures-task v0.3.30
11082024-09-06T22:57:38.351Z Compiling futures-io v0.3.30
11092024-09-06T22:57:38.375Z Compiling pkg-config v0.3.30
11102024-09-06T22:57:38.391Z Compiling vcpkg v0.2.15
11112024-09-06T22:57:38.903Z Compiling pin-utils v0.1.0
11122024-09-06T22:57:38.924Z Compiling base64ct v1.6.0
11132024-09-06T22:57:39.000Z Compiling ppv-lite86 v0.2.17
11142024-09-06T22:57:39.136Z Compiling flagset v0.4.5
11152024-09-06T22:57:39.217Z Compiling ring v0.17.8
11162024-09-06T22:57:39.342Z Compiling percent-encoding v2.3.1
11172024-09-06T22:57:39.503Z Compiling pem-rfc7468 v0.7.0
11182024-09-06T22:57:39.712Z Compiling rand_chacha v0.3.1
11192024-09-06T22:57:39.760Z Compiling tracing-core v0.1.32
11202024-09-06T22:57:39.891Z Compiling rustix v0.38.34
11212024-09-06T22:57:40.319Z Compiling untrusted v0.9.0
11222024-09-06T22:57:40.519Z Compiling rand v0.8.5
11232024-09-06T22:57:40.571Z Compiling openssl-sys v0.9.103
11242024-09-06T22:57:40.817Z Compiling httparse v1.8.0
11252024-09-06T22:57:40.875Z Compiling num-conv v0.1.0
11262024-09-06T22:57:41.166Z Compiling foreign-types-shared v0.1.1
11272024-09-06T22:57:41.194Z Compiling powerfmt v0.2.0
11282024-09-06T22:57:41.236Z Compiling time-core v0.1.2
11292024-09-06T22:57:41.269Z Compiling openssl v0.10.66
11302024-09-06T22:57:41.420Z Compiling rustversion v1.0.17
11312024-09-06T22:57:41.583Z Compiling deranged v0.3.11
11322024-09-06T22:57:41.670Z Compiling time-macros v0.2.18
11332024-09-06T22:57:42.044Z Compiling foreign-types v0.3.2
11342024-09-06T22:57:42.169Z Compiling form_urlencoded v1.2.1
11352024-09-06T22:57:42.199Z Compiling aho-corasick v1.1.3
11362024-09-06T22:57:42.361Z Compiling native-tls v0.2.11
11372024-09-06T22:57:42.464Z Compiling num_threads v0.1.7
11382024-09-06T22:57:42.601Z Compiling regex-syntax v0.8.4
11392024-09-06T22:57:42.720Z Compiling crossbeam-utils v0.8.19
11402024-09-06T22:57:43.102Z Compiling rustls v0.21.12
11412024-09-06T22:57:43.376Z Compiling siphasher v0.3.11
11422024-09-06T22:57:43.396Z Compiling syn v1.0.109
11432024-09-06T22:57:43.398Z Compiling try-lock v0.2.5
11442024-09-06T22:57:43.537Z Compiling want v0.3.1
11452024-09-06T22:57:44.049Z Compiling idna v0.5.0
11462024-09-06T22:57:44.502Z Compiling cookie v0.17.0
11472024-09-06T22:57:44.765Z Compiling iana-time-zone v0.1.60
11482024-09-06T22:57:44.843Z Compiling time v0.3.36
11492024-09-06T22:57:45.117Z Compiling slog v2.7.0
11502024-09-06T22:57:45.169Z Compiling httpdate v1.0.3
11512024-09-06T22:57:45.646Z Compiling tower-service v0.3.2
11522024-09-06T22:57:45.648Z Compiling finl_unicode v1.2.0
11532024-09-06T22:57:45.685Z Compiling openssl-probe v0.1.5
11542024-09-06T22:57:45.833Z Compiling url v2.5.2
11552024-09-06T22:57:46.029Z Compiling regex-automata v0.4.6
11562024-09-06T22:57:46.272Z Compiling stringprep v0.1.4
11572024-09-06T22:57:47.722Z Compiling num-integer v0.1.46
11582024-09-06T22:57:48.358Z Compiling serde_derive v1.0.208
11592024-09-06T22:57:48.494Z Compiling zeroize_derive v1.4.2
11602024-09-06T22:57:48.793Z Compiling zerocopy-derive v0.7.34
11612024-09-06T22:57:49.096Z Compiling tokio-macros v2.4.0
11622024-09-06T22:57:49.947Z Compiling thiserror-impl v1.0.63
11632024-09-06T22:57:49.967Z Compiling futures-macro v0.3.30
11642024-09-06T22:57:50.114Z Compiling zeroize v1.7.0
11652024-09-06T22:57:50.722Z Compiling der_derive v0.7.2
11662024-09-06T22:57:51.114Z Compiling zerocopy v0.7.34
11672024-09-06T22:57:51.964Z Compiling crypto-common v0.1.6
11682024-09-06T22:57:52.006Z Compiling block-buffer v0.10.4
11692024-09-06T22:57:52.206Z Compiling block-padding v0.3.3
11702024-09-06T22:57:52.273Z Compiling digest v0.10.7
11712024-09-06T22:57:52.461Z Compiling inout v0.1.3
11722024-09-06T22:57:52.719Z Compiling hmac v0.12.1
11732024-09-06T22:57:52.747Z Compiling cipher v0.4.4
11742024-09-06T22:57:52.954Z Compiling sha2 v0.10.8
11752024-09-06T22:57:53.201Z Compiling thiserror v1.0.63
11762024-09-06T22:57:53.263Z Compiling futures-util v0.3.30
11772024-09-06T22:57:53.278Z Compiling hashbrown v0.14.5
11782024-09-06T22:57:53.336Z Compiling pest v2.7.10
11792024-09-06T22:57:53.359Z Compiling der v0.7.9
11802024-09-06T22:57:54.642Z Compiling salsa20 v0.10.2
11812024-09-06T22:57:54.880Z Compiling pbkdf2 v0.12.2
11822024-09-06T22:57:55.054Z Compiling scroll_derive v0.12.0
11832024-09-06T22:57:56.381Z Compiling pest_meta v2.7.10
11842024-09-06T22:57:56.542Z Compiling tracing-attributes v0.1.27
11852024-09-06T22:57:56.588Z Compiling scroll v0.12.0
11862024-09-06T22:57:56.760Z Compiling spki v0.7.3
11872024-09-06T22:57:57.134Z Compiling scrypt v0.11.0
11882024-09-06T22:57:57.153Z Compiling cbc v0.1.2
11892024-09-06T22:57:57.392Z Compiling aes v0.8.4
11902024-09-06T22:57:57.697Z Compiling pest_generator v2.7.10
11912024-09-06T22:57:58.741Z Compiling pkcs5 v0.7.1
11922024-09-06T22:57:59.446Z Compiling goblin v0.8.2
11932024-09-06T22:57:59.729Z Compiling openssl-macros v0.1.1
11942024-09-06T22:57:59.959Z Compiling pkcs8 v0.10.2
11952024-09-06T22:58:00.151Z Compiling rustls-webpki v0.101.7
11962024-09-06T22:58:00.328Z Compiling tracing v0.1.40
11972024-09-06T22:58:00.503Z Compiling sct v0.7.1
11982024-09-06T22:58:00.714Z Compiling md-5 v0.10.6
11992024-09-06T22:58:00.837Z Compiling backtrace v0.3.71
12002024-09-06T22:58:00.864Z Compiling idna v0.3.0
12012024-09-06T22:58:01.314Z Compiling lazy_static v1.5.0
12022024-09-06T22:58:01.391Z Compiling pest_derive v2.7.10
12032024-09-06T22:58:01.442Z Compiling hash32 v0.2.1
12042024-09-06T22:58:01.458Z Compiling stable_deref_trait v1.2.0
12052024-09-06T22:58:01.561Z Compiling fallible-iterator v0.2.0
12062024-09-06T22:58:01.820Z Compiling signal-hook v0.3.17
12072024-09-06T22:58:02.027Z Compiling psl-types v2.0.11
12082024-09-06T22:58:02.108Z Compiling smoltcp v0.9.1
12092024-09-06T22:58:02.201Z Compiling dtrace-parser v0.2.0
12102024-09-06T22:58:02.230Z Compiling base64 v0.22.1
12112024-09-06T22:58:02.248Z Compiling gimli v0.28.1
12122024-09-06T22:58:02.429Z Compiling num-bigint-dig v0.8.4
12132024-09-06T22:58:02.740Z Compiling bytes v1.7.1
12142024-09-06T22:58:02.885Z Compiling bitflags v2.6.0
12152024-09-06T22:58:02.994Z Compiling indexmap v2.4.0
12162024-09-06T22:58:03.305Z Compiling semver v1.0.23
12172024-09-06T22:58:04.018Z Compiling tokio v1.39.3
12182024-09-06T22:58:04.057Z Compiling http v0.2.12
12192024-09-06T22:58:04.342Z Compiling rustc_version v0.4.0
12202024-09-06T22:58:05.111Z Compiling heapless v0.7.17
12212024-09-06T22:58:05.590Z Compiling dof v0.3.0
12222024-09-06T22:58:06.079Z Compiling http-body v0.4.6
12232024-09-06T22:58:06.598Z Compiling uuid v1.10.0
12242024-09-06T22:58:07.258Z Compiling usdt-impl v0.5.0
12252024-09-06T22:58:07.502Z Compiling toml_datetime v0.6.8
12262024-09-06T22:58:07.776Z Compiling chrono v0.4.38
12272024-09-06T22:58:08.004Z Compiling serde_spanned v0.6.7
12282024-09-06T22:58:08.039Z Compiling serde_tokenstream v0.2.2
12292024-09-06T22:58:08.235Z Compiling crc32fast v1.4.0
12302024-09-06T22:58:08.659Z Compiling adler v1.0.2
12312024-09-06T22:58:08.822Z Compiling miniz_oxide v0.7.2
12322024-09-06T22:58:08.890Z Compiling terminal_size v0.3.0
12332024-09-06T22:58:09.096Z Compiling addr2line v0.21.0
12342024-09-06T22:58:09.635Z Compiling postgres-protocol v0.6.7
12352024-09-06T22:58:09.792Z Compiling publicsuffix v2.2.3
12362024-09-06T22:58:09.849Z Compiling hubpack_derive v0.1.1
12372024-09-06T22:58:09.894Z Compiling async-trait v0.1.81
12382024-09-06T22:58:09.980Z Compiling zerocopy-derive v0.6.6
12392024-09-06T22:58:10.030Z Compiling num-iter v0.1.45
12402024-09-06T22:58:10.980Z Compiling phf_shared v0.11.2
12412024-09-06T22:58:11.337Z Compiling serde_derive_internals v0.29.1
12422024-09-06T22:58:11.363Z Compiling ff v0.13.0
12432024-09-06T22:58:11.441Z Compiling object v0.32.2
12442024-09-06T22:58:11.569Z Compiling fs-err v2.11.0
12452024-09-06T22:58:11.590Z Compiling bitflags v1.3.2
12462024-09-06T22:58:11.696Z Compiling winnow v0.5.40
12472024-09-06T22:58:11.861Z Compiling rustc-demangle v0.1.24
12482024-09-06T22:58:12.161Z Compiling tokio-util v0.7.11
12492024-09-06T22:58:12.825Z Compiling tokio-rustls v0.24.1
12502024-09-06T22:58:13.231Z Compiling h2 v0.3.26
12512024-09-06T22:58:13.318Z Compiling tokio-native-tls v0.3.1
12522024-09-06T22:58:13.572Z Compiling base64 v0.21.7
12532024-09-06T22:58:13.601Z Compiling anyhow v1.0.86
12542024-09-06T22:58:14.068Z Compiling managed v0.8.0
12552024-09-06T22:58:14.235Z Compiling adler2 v2.0.0
12562024-09-06T22:58:14.312Z Compiling ipnet v2.9.0
12572024-09-06T22:58:14.444Z Compiling base16ct v0.2.0
12582024-09-06T22:58:14.505Z Compiling schemars v0.8.21
12592024-09-06T22:58:14.777Z Compiling either v1.13.0
12602024-09-06T22:58:14.882Z Compiling sec1 v0.7.3
12612024-09-06T22:58:15.131Z Compiling toml_edit v0.19.15
12622024-09-06T22:58:15.609Z Compiling miniz_oxide v0.8.0
12632024-09-06T22:58:15.614Z Compiling schemars_derive v0.8.21
12642024-09-06T22:58:15.686Z Compiling rustls-pemfile v1.0.4
12652024-09-06T22:58:16.143Z Compiling clap_builder v4.5.15
12662024-09-06T22:58:17.049Z Compiling zerocopy v0.6.6
12672024-09-06T22:58:17.522Z Compiling group v0.13.0
12682024-09-06T22:58:17.853Z Compiling phf v0.11.2
12692024-09-06T22:58:17.946Z Compiling hubpack v0.1.2
12702024-09-06T22:58:18.422Z Compiling cookie_store v0.20.0
12712024-09-06T22:58:18.774Z Compiling postgres-types v0.2.7
12722024-09-06T22:58:19.887Z Compiling usdt-macro v0.5.0
12732024-09-06T22:58:20.046Z Compiling hyper v0.14.30
12742024-09-06T22:58:20.291Z Compiling usdt-attr-macro v0.5.0
12752024-09-06T22:58:21.674Z Compiling serde_urlencoded v0.7.1
12762024-09-06T22:58:21.694Z Compiling pkcs1 v0.7.5
12772024-09-06T22:58:21.929Z Compiling futures-executor v0.3.30
12782024-09-06T22:58:22.214Z Compiling hkdf v0.12.4
12792024-09-06T22:58:22.472Z Compiling signature v2.2.0
12802024-09-06T22:58:22.505Z Compiling crypto-bigint v0.5.5
12812024-09-06T22:58:22.703Z Compiling regex v1.10.6
12822024-09-06T22:58:22.766Z Compiling bstr v1.9.1
12832024-09-06T22:58:22.896Z Compiling enum-as-inner v0.6.0
12842024-09-06T22:58:23.726Z Compiling clap_derive v4.5.13
12852024-09-06T22:58:23.765Z Compiling serde_repr v0.1.19
12862024-09-06T22:58:24.023Z Compiling strum_macros v0.25.3
12872024-09-06T22:58:24.583Z Compiling phf_shared v0.10.0
12882024-09-06T22:58:24.981Z Compiling float-cmp v0.9.0
12892024-09-06T22:58:25.001Z Compiling idna v0.4.0
12902024-09-06T22:58:25.198Z Compiling mio v0.8.11
12912024-09-06T22:58:25.346Z Compiling encoding_rs v0.8.34
12922024-09-06T22:58:26.497Z Compiling predicates-core v1.0.6
12932024-09-06T22:58:26.589Z Compiling precomputed-hash v0.1.1
12942024-09-06T22:58:26.706Z Compiling normalize-line-endings v0.3.0
12952024-09-06T22:58:26.842Z Compiling hyper-rustls v0.24.2
12962024-09-06T22:58:26.859Z Compiling hyper-tls v0.5.0
12972024-09-06T22:58:27.201Z Compiling dyn-clone v1.0.17
12982024-09-06T22:58:27.205Z Compiling data-encoding v2.6.0
12992024-09-06T22:58:27.427Z Compiling fixedbitset v0.4.2
13002024-09-06T22:58:27.906Z Compiling minimal-lexical v0.2.1
13012024-09-06T22:58:28.070Z Compiling bit-vec v0.6.3
13022024-09-06T22:58:28.437Z Compiling sync_wrapper v0.1.2
13032024-09-06T22:58:28.530Z Compiling whoami v1.5.1
13042024-09-06T22:58:28.551Z Compiling difflib v0.4.0
13052024-09-06T22:58:28.574Z Compiling unicode-segmentation v1.11.0
13062024-09-06T22:58:28.784Z Compiling new_debug_unreachable v1.0.6
13072024-09-06T22:58:28.883Z Compiling webpki-roots v0.25.4
13082024-09-06T22:58:29.055Z Compiling static_assertions v1.1.0
13092024-09-06T22:58:29.164Z Compiling mime v0.3.17
13102024-09-06T22:58:29.183Z Compiling toml_edit v0.22.20
13112024-09-06T22:58:29.426Z Compiling similar v2.6.0
13122024-09-06T22:58:29.581Z Compiling reqwest v0.11.27
13132024-09-06T22:58:29.664Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13142024-09-06T22:58:29.772Z Compiling predicates v3.1.2
13152024-09-06T22:58:29.828Z Compiling string_cache v0.8.7
13162024-09-06T22:58:30.109Z Compiling tokio-postgres v0.7.11
13172024-09-06T22:58:30.316Z Compiling clap v4.5.16
13182024-09-06T22:58:30.463Z Compiling console v0.15.8
13192024-09-06T22:58:31.550Z Compiling bit-set v0.5.3
13202024-09-06T22:58:31.836Z Compiling nom v7.1.3
13212024-09-06T22:58:31.857Z Compiling hickory-proto v0.24.1
13222024-09-06T22:58:32.013Z Compiling petgraph v0.6.5
13232024-09-06T22:58:35.480Z Compiling signal-hook-mio v0.2.4
13242024-09-06T22:58:35.659Z Compiling elliptic-curve v0.13.8
13252024-09-06T22:58:35.883Z Compiling usdt v0.5.0
13262024-09-06T22:58:35.969Z Compiling rsa v0.9.6
13272024-09-06T22:58:36.120Z Compiling futures v0.3.30
13282024-09-06T22:58:36.240Z Compiling flate2 v1.0.33
13292024-09-06T22:58:36.458Z Compiling toml v0.7.8
13302024-09-06T22:58:37.194Z Compiling itertools v0.12.1
13312024-09-06T22:58:37.259Z Compiling itertools v0.10.5
13322024-09-06T22:58:37.479Z Compiling tokio-stream v0.1.15
13332024-09-06T22:58:37.964Z Compiling openapiv3 v2.0.0
13342024-09-06T22:58:38.175Z Compiling hex v0.4.3
13352024-09-06T22:58:38.493Z Compiling sha1 v0.10.6
13362024-09-06T22:58:38.774Z Compiling crossbeam-epoch v0.9.18
13372024-09-06T22:58:38.931Z Compiling dirs-sys-next v0.1.2
13382024-09-06T22:58:39.557Z Compiling unicode-xid v0.2.4
13392024-09-06T22:58:39.602Z Compiling lalrpop-util v0.19.12
13402024-09-06T22:58:39.741Z Compiling peg-runtime v0.8.3
13412024-09-06T22:58:39.972Z Compiling dirs-next v2.0.0
13422024-09-06T22:58:40.081Z Compiling thread_local v1.1.8
13432024-09-06T22:58:40.173Z Compiling slog-async v2.8.0
13442024-09-06T22:58:40.342Z Compiling term v0.7.0
13452024-09-06T22:58:40.401Z Compiling xattr v1.3.1
13462024-09-06T22:58:40.674Z Compiling strum_macros v0.26.4
13472024-09-06T22:58:40.692Z Compiling crossbeam-channel v0.5.12
13482024-09-06T22:58:40.802Z Compiling is-terminal v0.4.12
13492024-09-06T22:58:40.932Z Compiling filetime v0.2.25
13502024-09-06T22:58:41.240Z Compiling take_mut v0.2.2
13512024-09-06T22:58:41.404Z Compiling tar v0.4.41
13522024-09-06T22:58:41.896Z Compiling slog-term v2.9.1
13532024-09-06T22:58:41.945Z Compiling camino v1.1.9
13542024-09-06T22:58:43.690Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13552024-09-06T22:58:44.158Z Compiling strum v0.26.3
13562024-09-06T22:58:44.234Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13572024-09-06T22:58:49.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
13582024-09-06T22:58:49.270Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13592024-09-06T22:58:49.317ZSep 06 22:58:48.670 INFO Starting download, target: Clickhouse
13602024-09-06T22:58:49.329ZSep 06 22:58:48.670 INFO Starting download, target: Cockroach
13612024-09-06T22:58:49.329ZSep 06 22:58:48.670 INFO Starting download, target: Console
13622024-09-06T22:58:49.329ZSep 06 22:58:48.670 INFO Starting download, target: DendriteOpenapi
13632024-09-06T22:58:49.329ZSep 06 22:58:48.671 INFO Starting download, target: DendriteStub
13642024-09-06T22:58:49.330ZSep 06 22:58:48.671 INFO Starting download, target: MaghemiteMgd
13652024-09-06T22:58:49.330ZSep 06 22:58:48.671 INFO Starting download, target: TransceiverControl
13662024-09-06T22:58:49.330ZSep 06 22:58:48.671 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13672024-09-06T22:58:49.330ZSep 06 22:58:48.671 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13682024-09-06T22:58:49.330ZSep 06 22:58:48.671 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13692024-09-06T22:58:49.330ZSep 06 22:58:48.672 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13702024-09-06T22:58:49.330ZSep 06 22:58:48.672 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13712024-09-06T22:58:49.330ZSep 06 22:58:48.672 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13722024-09-06T22:58:49.330ZSep 06 22:58:48.672 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13732024-09-06T22:58:53.300ZSep 06 22:58:49.248 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13742024-09-06T22:58:53.341ZSep 06 22:58:49.598 INFO Download complete, target: Console
13752024-09-06T22:58:53.341ZSep 06 22:58:49.798 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13762024-09-06T22:58:53.341ZSep 06 22:58:49.798 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13772024-09-06T22:58:53.341ZSep 06 22:58:50.537 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13782024-09-06T22:58:53.354ZSep 06 22:58:52.516 INFO Download complete, target: DendriteOpenapi
13792024-09-06T22:58:53.494ZSep 06 22:58:52.844 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13802024-09-06T22:58:53.956ZSep 06 22:58:53.309 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13812024-09-06T22:58:53.990ZSep 06 22:58:53.344 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13822024-09-06T22:58:54.149ZSep 06 22:58:53.502 INFO Download complete, target: TransceiverControl
13832024-09-06T22:58:56.775ZSep 06 22:58:56.128 INFO Download complete, target: DendriteStub
13842024-09-06T22:58:57.032ZSep 06 22:58:56.385 INFO Download complete, target: MaghemiteMgd
13852024-09-06T22:58:58.433ZSep 06 22:58:57.786 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13862024-09-06T22:58:58.787ZSep 06 22:58:58.141 INFO Checking that binary works, target: Cockroach
13872024-09-06T22:58:59.041ZSep 06 22:58:58.394 INFO Download complete, target: Cockroach
13882024-09-06T22:59:04.824ZSep 06 22:59:04.177 INFO Checking that binary works, target: Clickhouse
13892024-09-06T22:59:04.987ZSep 06 22:59:04.339 INFO Download complete, target: Clickhouse
13902024-09-06T22:59:04.994ZAll prerequisites installed successfully
13912024-09-06T22:59:04.996Z
13922024-09-06T22:59:04.996Zreal 3:26.738221614
13932024-09-06T22:59:04.996Zuser 11:15.384880010
13942024-09-06T22:59:04.996Zsys 2:24.419252158
13952024-09-06T22:59:04.996Ztrap 0.394421519
13962024-09-06T22:59:04.996Ztflt 1.427244295
13972024-09-06T22:59:04.996Zdflt 1.528073803
13982024-09-06T22:59:04.996Zkflt 0.020594739
13992024-09-06T22:59:04.996Zlock 21:41.751290905
14002024-09-06T22:59:04.996Zslp 42:45.013014825
14012024-09-06T22:59:04.996Zlat 43.769268077
14022024-09-06T22:59:04.996Zstop 1:51.680387405
14032024-09-06T22:59:04.996Z+ source ./tools/include/force-git-over-https.sh
14042024-09-06T22:59:04.996Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14052024-09-06T22:59:04.996Z++ (( i = 0 ))
14062024-09-06T22:59:04.996Z++ (( i < 5 ))
14072024-09-06T22:59:04.996Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14082024-09-06T22:59:04.999Z++ (( i++ ))
14092024-09-06T22:59:04.999Z++ (( i < 5 ))
14102024-09-06T22:59:05.002Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14112024-09-06T22:59:05.004Z++ (( i++ ))
14122024-09-06T22:59:05.004Z++ (( i < 5 ))
14132024-09-06T22:59:05.004Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14142024-09-06T22:59:05.006Z++ (( i++ ))
14152024-09-06T22:59:05.006Z++ (( i < 5 ))
14162024-09-06T22:59:05.006Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14172024-09-06T22:59:05.008Z++ (( i++ ))
14182024-09-06T22:59:05.008Z++ (( i < 5 ))
14192024-09-06T22:59:05.008Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14202024-09-06T22:59:05.011Z++ (( i++ ))
14212024-09-06T22:59:05.011Z++ (( i < 5 ))
14222024-09-06T22:59:05.013Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14232024-09-06T22:59:05.013Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14242024-09-06T22:59:05.013Z+ rc=0
14252024-09-06T22:59:05.013Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14262024-09-06T22:59:25.451Z+ case $rc in
14272024-09-06T22:59:25.451Z+ pfexec zfs create -p rpool/images/build/host
14282024-09-06T22:59:25.659Z+ pfexec zfs create -p rpool/images/build/recovery
14292024-09-06T22:59:25.735Z+ cargo xtask releng --output-dir /work
14302024-09-06T22:59:26.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14312024-09-06T22:59:26.334Z Running `target/debug/xtask releng --output-dir /work`
14322024-09-06T22:59:27.246Z Compiling proc-macro2 v1.0.86
14332024-09-06T22:59:27.246Z Compiling unicode-ident v1.0.12
14342024-09-06T22:59:27.246Z Compiling libc v0.2.158
14352024-09-06T22:59:27.248Z Compiling serde v1.0.208
14362024-09-06T22:59:27.248Z Compiling version_check v0.9.5
14372024-09-06T22:59:27.248Z Compiling autocfg v1.3.0
14382024-09-06T22:59:27.248Z Compiling cfg-if v1.0.0
14392024-09-06T22:59:27.248Z Compiling once_cell v1.19.0
14402024-09-06T22:59:27.596Z Compiling typenum v1.17.0
14412024-09-06T22:59:27.666Z Compiling memchr v2.7.2
14422024-09-06T22:59:28.083Z Compiling generic-array v0.14.7
14432024-09-06T22:59:28.086Z Compiling ahash v0.8.11
14442024-09-06T22:59:28.483Z Compiling lock_api v0.4.12
14452024-09-06T22:59:28.504Z Compiling serde_json v1.0.125
14462024-09-06T22:59:28.628Z Compiling libm v0.2.8
14472024-09-06T22:59:28.791Z Compiling num-traits v0.2.19
14482024-09-06T22:59:28.891Z Compiling quote v1.0.36
14492024-09-06T22:59:29.002Z Compiling parking_lot_core v0.9.10
14502024-09-06T22:59:29.131Z Compiling byteorder v1.5.0
14512024-09-06T22:59:29.435Z Compiling syn v2.0.74
14522024-09-06T22:59:29.479Z Compiling jobserver v0.1.32
14532024-09-06T22:59:29.558Z Compiling getrandom v0.2.14
14542024-09-06T22:59:29.704Z Compiling log v0.4.21
14552024-09-06T22:59:29.815Z Compiling scopeguard v1.2.0
14562024-09-06T22:59:29.914Z Compiling cc v1.0.97
14572024-09-06T22:59:29.962Z Compiling thiserror v1.0.63
14582024-09-06T22:59:30.156Z Compiling itoa v1.0.11
14592024-09-06T22:59:30.464Z Compiling slab v0.4.9
14602024-09-06T22:59:30.493Z Compiling rand_core v0.6.4
14612024-09-06T22:59:30.562Z Compiling pkg-config v0.3.30
14622024-09-06T22:59:31.077Z Compiling semver v1.0.23
14632024-09-06T22:59:31.376Z Compiling ryu v1.0.18
14642024-09-06T22:59:31.579Z Compiling vcpkg v0.2.15
14652024-09-06T22:59:31.616Z Compiling pin-project-lite v0.2.14
14662024-09-06T22:59:31.727Z Compiling smallvec v1.13.2
14672024-09-06T22:59:31.871Z Compiling allocator-api2 v0.2.18
14682024-09-06T22:59:32.385Z Compiling spin v0.9.8
14692024-09-06T22:59:32.497Z Compiling subtle v2.5.0
14702024-09-06T22:59:32.958Z Compiling const-oid v0.9.6
14712024-09-06T22:59:33.169Z Compiling signal-hook-registry v1.4.2
14722024-09-06T22:59:33.275Z Compiling schemars v0.8.21
14732024-09-06T22:59:33.370Z Compiling ring v0.17.8
14742024-09-06T22:59:33.702Z Compiling openssl-sys v0.9.103
14752024-09-06T22:59:34.419Z Compiling heck v0.5.0
14762024-09-06T22:59:34.888Z Compiling rustix v0.38.34
14772024-09-06T22:59:34.938Z Compiling httparse v1.8.0
14782024-09-06T22:59:35.413Z Compiling parking_lot v0.12.2
14792024-09-06T22:59:35.723Z Compiling mio v1.0.2
14802024-09-06T22:59:35.756Z Compiling num-conv v0.1.0
14812024-09-06T22:59:35.835Z Compiling time-core v0.1.2
14822024-09-06T22:59:36.087Z Compiling futures-core v0.3.30
14832024-09-06T22:59:36.350Z Compiling time-macros v0.2.18
14842024-09-06T22:59:36.405Z Compiling socket2 v0.5.7
14852024-09-06T22:59:36.491Z Compiling openssl v0.10.66
14862024-09-06T22:59:36.622Z Compiling equivalent v1.0.1
14872024-09-06T22:59:36.770Z Compiling fnv v1.0.7
14882024-09-06T22:59:37.188Z Compiling serde_derive_internals v0.29.1
14892024-09-06T22:59:37.398Z Compiling tinyvec_macros v0.1.1
14902024-09-06T22:59:37.517Z Compiling futures-sink v0.3.30
14912024-09-06T22:59:37.651Z Compiling rustls v0.21.12
14922024-09-06T22:59:37.677Z Compiling native-tls v0.2.11
14932024-09-06T22:59:37.702Z Compiling tinyvec v1.6.0
14942024-09-06T22:59:38.642Z Compiling crossbeam-utils v0.8.19
14952024-09-06T22:59:39.262Z Compiling unicode-normalization v0.1.23
14962024-09-06T22:59:39.390Z Compiling cookie v0.17.0
14972024-09-06T22:59:39.418Z Compiling cpufeatures v0.2.12
14982024-09-06T22:59:39.720Z Compiling ucd-trie v0.1.6
14992024-09-06T22:59:39.790Z Compiling iana-time-zone v0.1.60
15002024-09-06T22:59:40.248Z Compiling futures-channel v0.3.30
15012024-09-06T22:59:40.267Z Compiling pin-utils v0.1.0
15022024-09-06T22:59:40.271Z Compiling unicode-bidi v0.3.15
15032024-09-06T22:59:40.393Z Compiling futures-io v0.3.30
15042024-09-06T22:59:40.507Z Compiling futures-task v0.3.30
15052024-09-06T22:59:40.809Z Compiling syn v1.0.109
15062024-09-06T22:59:40.847Z Compiling slog v2.7.0
15072024-09-06T22:59:41.083Z Compiling aho-corasick v1.1.3
15082024-09-06T22:59:41.334Z Compiling untrusted v0.9.0
15092024-09-06T22:59:41.583Z Compiling regex-syntax v0.8.4
15102024-09-06T22:59:42.581Z Compiling serde_derive v1.0.208
15112024-09-06T22:59:42.745Z Compiling zeroize_derive v1.4.2
15122024-09-06T22:59:42.816Z Compiling zerocopy-derive v0.7.34
15132024-09-06T22:59:43.784Z Compiling tokio-macros v2.4.0
15142024-09-06T22:59:44.312Z Compiling thiserror-impl v1.0.63
15152024-09-06T22:59:44.995Z Compiling zeroize v1.7.0
15162024-09-06T22:59:45.295Z Compiling zerocopy v0.7.34
15172024-09-06T22:59:45.870Z Compiling futures-macro v0.3.30
15182024-09-06T22:59:47.683Z Compiling crypto-common v0.1.6
15192024-09-06T22:59:47.858Z Compiling tracing-attributes v0.1.27
15202024-09-06T22:59:48.048Z Compiling hashbrown v0.14.5
15212024-09-06T22:59:48.127Z Compiling der_derive v0.7.2
15222024-09-06T22:59:48.859Z Compiling block-buffer v0.10.4
15232024-09-06T22:59:49.208Z Compiling digest v0.10.7
15242024-09-06T22:59:49.564Z Compiling schemars_derive v0.8.21
15252024-09-06T22:59:50.586Z Compiling openssl-macros v0.1.1
15262024-09-06T22:59:51.362Z Compiling scroll_derive v0.12.0
15272024-09-06T22:59:51.401Z Compiling hmac v0.12.1
15282024-09-06T22:59:51.564Z Compiling pest v2.7.10
15292024-09-06T22:59:51.647Z Compiling block-padding v0.3.3
15302024-09-06T22:59:51.767Z Compiling futures-util v0.3.30
15312024-09-06T22:59:51.901Z Compiling inout v0.1.3
15322024-09-06T22:59:52.408Z Compiling cipher v0.4.4
15332024-09-06T22:59:52.912Z Compiling sha2 v0.10.8
15342024-09-06T22:59:52.963Z Compiling regex-automata v0.4.6
15352024-09-06T22:59:53.893Z Compiling dyn-clone v1.0.17
15362024-09-06T22:59:54.154Z Compiling crc32fast v1.4.0
15372024-09-06T22:59:54.722Z Compiling pest_meta v2.7.10
15382024-09-06T22:59:55.363Z Compiling usdt-impl v0.5.0
15392024-09-06T22:59:55.794Z Compiling powerfmt v0.2.0
15402024-09-06T22:59:56.415Z Compiling pest_generator v2.7.10
15412024-09-06T22:59:57.254Z Compiling bytes v1.7.1
15422024-09-06T22:59:59.165Z Compiling bitflags v2.6.0
15432024-09-06T22:59:59.486Z Compiling tokio v1.39.3
15442024-09-06T22:59:59.883Z Compiling indexmap v2.4.0
15452024-09-06T23:00:01.249Z Compiling serde_tokenstream v0.2.2
15462024-09-06T23:00:01.469Z Compiling uuid v1.10.0
15472024-09-06T23:00:01.849Z Compiling chrono v0.4.38
15482024-09-06T23:00:01.929Z Compiling http v0.2.12
15492024-09-06T23:00:02.929Z Compiling rustc_version v0.4.0
15502024-09-06T23:00:03.593Z Compiling pest_derive v2.7.10
15512024-09-06T23:00:05.061Z Compiling base64ct v1.6.0
15522024-09-06T23:00:05.699Z Compiling heck v0.4.1
15532024-09-06T23:00:05.811Z Compiling percent-encoding v2.3.1
15542024-09-06T23:00:06.022Z Compiling pem-rfc7468 v0.7.0
15552024-09-06T23:00:06.266Z Compiling heapless v0.7.17
15562024-09-06T23:00:06.625Z Compiling deranged v0.3.11
15572024-09-06T23:00:06.805Z Compiling scroll v0.12.0
15582024-09-06T23:00:07.165Z Compiling zerocopy-derive v0.6.6
15592024-09-06T23:00:08.094Z Compiling backtrace v0.3.71
15602024-09-06T23:00:08.692Z Compiling tracing-core v0.1.32
15612024-09-06T23:00:09.008Z Compiling errno v0.3.9
15622024-09-06T23:00:09.189Z Compiling tokio-util v0.7.11
15632024-09-06T23:00:09.819Z Compiling ppv-lite86 v0.2.17
15642024-09-06T23:00:10.775Z Compiling num_threads v0.1.7
15652024-09-06T23:00:10.908Z Compiling flagset v0.4.5
15662024-09-06T23:00:11.098Z Compiling plain v0.2.3
15672024-09-06T23:00:11.131Z Compiling num-bigint-dig v0.8.4
15682024-09-06T23:00:11.240Z Compiling der v0.7.9
15692024-09-06T23:00:11.265Z Compiling goblin v0.8.2
15702024-09-06T23:00:11.340Z Compiling time v0.3.36
15712024-09-06T23:00:11.445Z Compiling rand_chacha v0.3.1
15722024-09-06T23:00:12.381Z Compiling tracing v0.1.40
15732024-09-06T23:00:16.494Z Compiling regex v1.10.6
15742024-09-06T23:00:16.541Z Compiling salsa20 v0.10.2
15752024-09-06T23:00:16.541Z Compiling pbkdf2 v0.12.2
15762024-09-06T23:00:16.542Z Compiling async-trait v0.1.81
15772024-09-06T23:00:16.542Z Compiling strsim v0.11.1
15782024-09-06T23:00:16.542Z Compiling rustversion v1.0.17
15792024-09-06T23:00:16.906Z Compiling pretty-hex v0.4.1
15802024-09-06T23:00:17.263Z Compiling dof v0.3.0
15812024-09-06T23:00:18.325Z Compiling scrypt v0.11.0
15822024-09-06T23:00:18.646Z Compiling spki v0.7.3
15832024-09-06T23:00:18.902Z Compiling rand v0.8.5
15842024-09-06T23:00:18.953Z Compiling form_urlencoded v1.2.1
15852024-09-06T23:00:19.054Z Compiling dtrace-parser v0.2.0
15862024-09-06T23:00:19.575Z Compiling aes v0.8.4
15872024-09-06T23:00:19.628Z Compiling cbc v0.1.2
15882024-09-06T23:00:19.931Z Compiling thread-id v4.2.1
15892024-09-06T23:00:20.917Z Compiling foreign-types-shared v0.1.1
15902024-09-06T23:00:20.970Z Compiling anyhow v1.0.86
15912024-09-06T23:00:21.040Z Compiling try-lock v0.2.5
15922024-09-06T23:00:21.056Z Compiling smoltcp v0.9.1
15932024-09-06T23:00:21.077Z Compiling signal-hook v0.3.17
15942024-09-06T23:00:21.541Z Compiling unicode-width v0.1.13
15952024-09-06T23:00:21.591Z Compiling foreign-types v0.3.2
15962024-09-06T23:00:21.774Z Compiling want v0.3.1
15972024-09-06T23:00:22.299Z Compiling pkcs5 v0.7.1
15982024-09-06T23:00:24.959Z Compiling h2 v0.3.26
15992024-09-06T23:00:27.159Z Compiling http-body v0.4.6
16002024-09-06T23:00:29.154Z Compiling clap_derive v4.5.13
16012024-09-06T23:00:29.359Z Compiling httpdate v1.0.3
16022024-09-06T23:00:30.099Z Compiling siphasher v0.3.11
16032024-09-06T23:00:30.402Z Compiling tower-service v0.3.2
16042024-09-06T23:00:30.571Z Compiling base64 v0.21.7
16052024-09-06T23:00:33.183Z Compiling hyper v0.14.30
16062024-09-06T23:00:36.288Z Compiling pkcs8 v0.10.2
16072024-09-06T23:00:38.835Z Compiling rustls-webpki v0.101.7
16082024-09-06T23:00:38.907Z Compiling sct v0.7.1
16092024-09-06T23:00:40.411Z Compiling openapiv3 v2.0.0
16102024-09-06T23:00:44.894Z Compiling hubpack_derive v0.1.1
16112024-09-06T23:00:45.309Z Compiling idna v0.5.0
16122024-09-06T23:00:46.353Z Compiling fs-err v2.11.0
16132024-09-06T23:00:46.802Z Compiling utf8parse v0.2.1
16142024-09-06T23:00:46.961Z Compiling openssl-probe v0.1.5
16152024-09-06T23:00:47.076Z Compiling finl_unicode v1.2.0
16162024-09-06T23:00:47.545Z Compiling anstyle v1.0.8
16172024-09-06T23:00:47.763Z Compiling stringprep v0.1.4
16182024-09-06T23:00:48.823Z Compiling anstyle-parse v0.2.4
16192024-09-06T23:00:49.184Z Compiling url v2.5.2
16202024-09-06T23:00:53.756Z Compiling usdt-attr-macro v0.5.0
16212024-09-06T23:00:53.859Z Compiling usdt-macro v0.5.0
16222024-09-06T23:00:55.782Z Compiling serde_spanned v0.6.7
16232024-09-06T23:00:55.815Z Compiling toml_datetime v0.6.8
16242024-09-06T23:00:56.014Z Compiling md-5 v0.10.6
16252024-09-06T23:00:56.263Z Compiling regress v0.9.1
16262024-09-06T23:00:56.265Z Compiling idna v0.3.0
16272024-09-06T23:00:58.125Z Compiling lazy_static v1.5.0
16282024-09-06T23:00:58.257Z Compiling num-integer v0.1.46
16292024-09-06T23:00:59.069Z Compiling hash32 v0.2.1
16302024-09-06T23:00:59.178Z Compiling encoding_rs v0.8.34
16312024-09-06T23:00:59.434Z Compiling mime v0.3.17
16322024-09-06T23:00:59.453Z Compiling stable_deref_trait v1.2.0
16332024-09-06T23:00:59.561Z Compiling psl-types v2.0.11
16342024-09-06T23:00:59.752Z Compiling is_terminal_polyfill v1.70.0
16352024-09-06T23:00:59.877Z Compiling fallible-iterator v0.2.0
16362024-09-06T23:01:00.272Z Compiling base64 v0.22.1
16372024-09-06T23:01:00.513Z Compiling adler v1.0.2
16382024-09-06T23:01:00.740Z Compiling gimli v0.28.1
16392024-09-06T23:01:00.856Z Compiling anstyle-query v1.0.3
16402024-09-06T23:01:00.899Z Compiling colorchoice v1.0.1
16412024-09-06T23:01:00.957Z Compiling publicsuffix v2.2.3
16422024-09-06T23:01:01.011Z Compiling postgres-protocol v0.6.7
16432024-09-06T23:01:01.055Z Compiling anstream v0.6.14
16442024-09-06T23:01:01.256Z Compiling miniz_oxide v0.7.2
16452024-09-06T23:01:01.726Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16462024-09-06T23:01:03.429Z Compiling num-iter v0.1.45
16472024-09-06T23:01:04.736Z Compiling tokio-rustls v0.24.1
16482024-09-06T23:01:05.154Z Compiling addr2line v0.21.0
16492024-09-06T23:01:06.284Z Compiling terminal_size v0.3.0
16502024-09-06T23:01:06.472Z Compiling tokio-native-tls v0.3.1
16512024-09-06T23:01:06.770Z Compiling phf_shared v0.11.2
16522024-09-06T23:01:06.788Z Compiling strum_macros v0.25.3
16532024-09-06T23:01:07.218Z Compiling serde_urlencoded v0.7.1
16542024-09-06T23:01:07.859Z Compiling enum-as-inner v0.6.0
16552024-09-06T23:01:09.173Z Compiling serde_repr v0.1.19
16562024-09-06T23:01:09.612Z Compiling ff v0.13.0
16572024-09-06T23:01:09.822Z Compiling object v0.32.2
16582024-09-06T23:01:09.852Z Compiling winnow v0.5.40
16592024-09-06T23:01:10.265Z Compiling ipnet v2.9.0
16602024-09-06T23:01:10.384Z Compiling managed v0.8.0
16612024-09-06T23:01:10.970Z Compiling base16ct v0.2.0
16622024-09-06T23:01:11.322Z Compiling clap_lex v0.7.0
16632024-09-06T23:01:11.541Z Compiling bitflags v1.3.2
16642024-09-06T23:01:11.653Z Compiling either v1.13.0
16652024-09-06T23:01:11.776Z Compiling adler2 v2.0.0
16662024-09-06T23:01:11.983Z Compiling rustc-demangle v0.1.24
16672024-09-06T23:01:13.189Z Compiling miniz_oxide v0.8.0
16682024-09-06T23:01:13.415Z Compiling toml_edit v0.19.15
16692024-09-06T23:01:13.608Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16702024-09-06T23:01:14.439Z Compiling clap_builder v4.5.15
16712024-09-06T23:01:14.528Z Compiling rustls-pemfile v1.0.4
16722024-09-06T23:01:14.886Z Compiling sec1 v0.7.3
16732024-09-06T23:01:15.477Z Compiling group v0.13.0
16742024-09-06T23:01:17.426Z Compiling phf v0.11.2
16752024-09-06T23:01:17.544Z Compiling hyper-tls v0.5.0
16762024-09-06T23:01:17.961Z Compiling hyper-rustls v0.24.2
16772024-09-06T23:01:18.344Z Compiling cookie_store v0.20.0
16782024-09-06T23:01:19.163Z Compiling postgres-types v0.2.7
16792024-09-06T23:01:19.621Z Compiling hubpack v0.1.2
16802024-09-06T23:01:19.661Z Compiling pkcs1 v0.7.5
16812024-09-06T23:01:20.176Z Compiling phf_shared v0.10.0
16822024-09-06T23:01:20.553Z Compiling zerocopy v0.6.6
16832024-09-06T23:01:20.602Z Compiling futures-executor v0.3.30
16842024-09-06T23:01:20.673Z Compiling bstr v1.9.1
16852024-09-06T23:01:20.792Z Compiling hkdf v0.12.4
16862024-09-06T23:01:20.812Z Compiling signature v2.2.0
16872024-09-06T23:01:21.043Z Compiling crypto-bigint v0.5.5
16882024-09-06T23:01:21.109Z Compiling idna v0.4.0
16892024-09-06T23:01:21.129Z Compiling float-cmp v0.9.0
16902024-09-06T23:01:21.352Z Compiling mio v0.8.11
16912024-09-06T23:01:21.376Z Compiling memmap v0.7.0
16922024-09-06T23:01:21.703Z Compiling data-encoding v2.6.0
16932024-09-06T23:01:22.461Z Compiling predicates-core v1.0.6
16942024-09-06T23:01:22.470Z Compiling minimal-lexical v0.2.1
16952024-09-06T23:01:22.505Z Compiling precomputed-hash v0.1.1
16962024-09-06T23:01:22.625Z Compiling fixedbitset v0.4.2
16972024-09-06T23:01:22.713Z Compiling bit-vec v0.6.3
16982024-09-06T23:01:22.763Z Compiling sync_wrapper v0.1.2
16992024-09-06T23:01:22.923Z Compiling webpki-roots v0.25.4
17002024-09-06T23:01:23.021Z Compiling whoami v1.5.1
17012024-09-06T23:01:23.088Z Compiling winnow v0.6.18
17022024-09-06T23:01:23.131Z Compiling difflib v0.4.0
17032024-09-06T23:01:23.451Z Compiling normalize-line-endings v0.3.0
17042024-09-06T23:01:23.576Z Compiling unicode-segmentation v1.11.0
17052024-09-06T23:01:23.682Z Compiling static_assertions v1.1.0
17062024-09-06T23:01:23.701Z Compiling new_debug_unreachable v1.0.6
17072024-09-06T23:01:23.962Z Compiling reqwest v0.11.27
17082024-09-06T23:01:24.339Z Compiling similar v2.6.0
17092024-09-06T23:01:24.363Z Compiling elliptic-curve v0.13.8
17102024-09-06T23:01:24.485Z Compiling string_cache v0.8.7
17112024-09-06T23:01:24.906Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17122024-09-06T23:01:24.990Z Compiling predicates v3.1.2
17132024-09-06T23:01:25.050Z Compiling tokio-postgres v0.7.11
17142024-09-06T23:01:26.318Z Compiling bit-set v0.5.3
17152024-09-06T23:01:26.483Z Compiling toml_edit v0.22.20
17162024-09-06T23:01:26.615Z Compiling petgraph v0.6.5
17172024-09-06T23:01:26.703Z Compiling nom v7.1.3
17182024-09-06T23:01:30.233Z Compiling hickory-proto v0.24.1
17192024-09-06T23:01:30.311Z Compiling signal-hook-mio v0.2.4
17202024-09-06T23:01:30.501Z Compiling usdt v0.5.0
17212024-09-06T23:01:30.965Z Compiling rsa v0.9.6
17222024-09-06T23:01:31.031Z Compiling futures v0.3.30
17232024-09-06T23:01:32.049Z Compiling clap v4.5.16
17242024-09-06T23:01:32.185Z Compiling crossbeam-epoch v0.9.18
17252024-09-06T23:01:32.471Z Compiling toml v0.7.8
17262024-09-06T23:01:32.531Z Compiling flate2 v1.0.33
17272024-09-06T23:01:32.893Z Compiling itertools v0.10.5
17282024-09-06T23:01:33.423Z Compiling itertools v0.12.1
17292024-09-06T23:01:33.612Z Compiling console v0.15.8
17302024-09-06T23:01:35.142Z Compiling tokio-stream v0.1.15
17312024-09-06T23:01:35.629Z Compiling hex v0.4.3
17322024-09-06T23:01:36.345Z Compiling sha1 v0.10.6
17332024-09-06T23:01:36.771Z Compiling lalrpop-util v0.19.12
17342024-09-06T23:01:36.859Z Compiling camino v1.1.9
17352024-09-06T23:01:37.106Z Compiling unicode-xid v0.2.4
17362024-09-06T23:01:37.689Z Compiling peg-runtime v0.8.3
17372024-09-06T23:01:37.691Z Compiling radium v0.7.0
17382024-09-06T23:01:39.234Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392024-09-06T23:01:44.224Z Compiling is-terminal v0.4.12
17402024-09-06T23:01:44.974Z Compiling ident_case v1.0.1
17412024-09-06T23:01:45.156Z Compiling tap v1.0.1
17422024-09-06T23:01:46.021Z Compiling maybe-uninit v2.0.0
17432024-09-06T23:01:46.430Z Compiling rustls-pki-types v1.7.0
17442024-09-06T23:01:52.942Z Compiling wyz v0.5.1
17452024-09-06T23:01:53.425Z Compiling darling_core v0.20.9
17462024-09-06T23:02:03.560Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17472024-09-06T23:02:03.711Z Compiling getopts v0.2.21
17482024-09-06T23:02:05.164Z Compiling bzip2-sys v0.1.11+1.0.8
17492024-09-06T23:02:05.648Z Compiling dirs-sys-next v0.1.2
17502024-09-06T23:02:05.740Z Compiling packed_struct v0.10.1
17512024-09-06T23:02:06.190Z Compiling funty v2.0.0
17522024-09-06T23:02:06.986Z Compiling unsafe-libyaml v0.2.11
17532024-09-06T23:02:07.331Z Compiling rustls v0.22.4
17542024-09-06T23:02:08.425Z Compiling paste v1.0.15
17552024-09-06T23:02:08.987Z Compiling serde_yaml v0.9.34+deprecated
17562024-09-06T23:02:10.218Z Compiling bitvec v1.0.1
17572024-09-06T23:02:10.967Z Compiling dirs-next v2.0.0
17582024-09-06T23:02:13.522Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17592024-09-06T23:02:14.260Z Compiling darling_macro v0.20.9
17602024-09-06T23:02:15.440Z Compiling rustls-webpki v0.102.4
17612024-09-06T23:02:18.711Z Compiling packed_struct_codegen v0.10.1
17622024-09-06T23:02:19.556Z Compiling structmeta-derive v0.3.0
17632024-09-06T23:02:20.156Z Compiling thread_local v1.1.8
17642024-09-06T23:02:20.361Z Compiling indexmap v1.9.3
17652024-09-06T23:02:20.690Z Compiling multer v3.1.0
17662024-09-06T23:02:20.760Z Compiling match_cfg v0.1.0
17672024-09-06T23:02:20.836Z Compiling fastrand v2.1.0
17682024-09-06T23:02:20.869Z Compiling nodrop v0.1.14
17692024-09-06T23:02:21.011Z Compiling rayon-core v1.12.1
17702024-09-06T23:02:21.030Z Compiling crc-catalog v2.4.0
17712024-09-06T23:02:21.185Z Compiling slog-async v2.8.0
17722024-09-06T23:02:21.479Z Compiling tempfile v3.10.1
17732024-09-06T23:02:21.548Z Compiling crc v3.2.1
17742024-09-06T23:02:22.172Z Compiling structmeta v0.3.0
17752024-09-06T23:02:22.640Z Compiling array-init v0.0.4
17762024-09-06T23:02:23.171Z Compiling hostname v0.3.1
17772024-09-06T23:02:23.461Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17782024-09-06T23:02:24.767Z Compiling smallvec v0.6.14
17792024-09-06T23:02:25.289Z Compiling darling v0.20.9
17802024-09-06T23:02:25.418Z Compiling term v0.7.0
17812024-09-06T23:02:27.829Z Compiling crossbeam-deque v0.8.5
17822024-09-06T23:02:28.226Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17832024-09-06T23:02:29.712Z Compiling slog-json v2.6.1
17842024-09-06T23:02:30.167Z Compiling crossbeam-channel v0.5.12
17852024-09-06T23:02:30.364Z Compiling http v1.1.0
17862024-09-06T23:02:32.033Z Compiling async-stream-impl v0.3.5
17872024-09-06T23:02:32.280Z Compiling pin-project-internal v1.1.5
17882024-09-06T23:02:35.209Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17892024-09-06T23:02:35.539Z Compiling bitfield v0.14.0
17902024-09-06T23:02:36.444Z Compiling atomic-waker v1.1.2
17912024-09-06T23:02:37.087Z Compiling same-file v1.0.6
17922024-09-06T23:02:37.530Z Compiling termcolor v1.4.1
17932024-09-06T23:02:37.914Z Compiling take_mut v0.2.2
17942024-09-06T23:02:38.002Z Compiling hashbrown v0.12.3
17952024-09-06T23:02:45.200Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17962024-09-06T23:02:45.430Z Compiling env_logger v0.10.2
17972024-09-06T23:02:48.720Z Compiling walkdir v2.5.0
17982024-09-06T23:02:50.115Z Compiling waitgroup v0.1.2
17992024-09-06T23:02:50.362Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18002024-09-06T23:02:51.935Z Compiling pin-project v1.1.5
18012024-09-06T23:02:52.937Z Compiling async-stream v0.3.5
18022024-09-06T23:02:54.520Z Compiling slog-bunyan v2.5.0
18032024-09-06T23:02:54.804Z Compiling tokio-rustls v0.25.0
18042024-09-06T23:02:55.719Z Compiling slog-term v2.9.1
18052024-09-06T23:02:55.803Z Compiling serde_with_macros v3.9.0
18062024-09-06T23:02:55.968Z Compiling serde-hex v0.1.0
18072024-09-06T23:02:57.021Z Compiling bzip2 v0.4.4
18082024-09-06T23:02:57.485Z Compiling parse-display-derive v0.10.0
18092024-09-06T23:02:58.355Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18102024-09-06T23:02:58.525Z Compiling toml v0.8.19
18112024-09-06T23:02:58.682Z Compiling rustls-pemfile v2.1.3
18122024-09-06T23:03:01.418Z Compiling x509-cert v0.2.5
18132024-09-06T23:03:01.739Z Compiling ron v0.8.1
18142024-09-06T23:03:01.784Z Compiling newtype-uuid v1.1.0
18152024-09-06T23:03:02.123Z Compiling ipnetwork v0.20.0
18162024-09-06T23:03:03.226Z Compiling strum_macros v0.26.4
18172024-09-06T23:03:04.257Z Compiling xattr v1.3.1
18182024-09-06T23:03:05.146Z Compiling snafu-derive v0.8.2
18192024-09-06T23:03:05.670Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18202024-09-06T23:03:05.865Z Compiling serde_path_to_error v0.1.16
18212024-09-06T23:03:05.884Z Compiling hashbrown v0.13.2
18222024-09-06T23:03:06.883Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18232024-09-06T23:03:07.233Z Compiling blake3 v1.5.1
18242024-09-06T23:03:07.624Z Compiling ring v0.16.20
18252024-09-06T23:03:07.707Z Compiling filetime v0.2.25
18262024-09-06T23:03:07.761Z Compiling hostname v0.4.0
18272024-09-06T23:03:07.882Z Compiling instant v0.1.12
18282024-09-06T23:03:08.050Z Compiling buf-list v1.0.3
18292024-09-06T23:03:08.494Z Compiling crc-any v2.5.0
18302024-09-06T23:03:08.607Z Compiling debug-ignore v1.0.5
18312024-09-06T23:03:08.892Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18322024-09-06T23:03:08.995Z Compiling backoff v0.4.0
18332024-09-06T23:03:09.318Z Compiling tar v0.4.41
18342024-09-06T23:03:09.862Z Compiling snafu v0.8.2
18352024-09-06T23:03:10.038Z Compiling strum v0.26.3
18362024-09-06T23:03:10.238Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18372024-09-06T23:03:10.459Z Compiling object v0.30.4
18382024-09-06T23:03:11.114Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18392024-09-06T23:03:12.680Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18402024-09-06T23:03:12.710Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18412024-09-06T23:03:13.228Z Compiling parse-display v0.10.0
18422024-09-06T23:03:14.411Z Compiling serde_with v3.9.0
18432024-09-06T23:03:14.598Z Compiling zip v0.6.6
18442024-09-06T23:03:15.179Z Compiling rayon v1.10.0
18452024-09-06T23:03:16.241Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18462024-09-06T23:03:16.977Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18472024-09-06T23:03:17.283Z Compiling camino-tempfile v1.1.1
18482024-09-06T23:03:18.037Z Compiling globset v0.4.14
18492024-09-06T23:03:18.739Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18502024-09-06T23:03:18.923Z Compiling pem v3.0.4
18512024-09-06T23:03:20.449Z Compiling olpc-cjson v0.1.3
18522024-09-06T23:03:20.785Z Compiling serde_plain v1.0.2
18532024-09-06T23:03:20.907Z Compiling macaddr v1.0.1
18542024-09-06T23:03:21.287Z Compiling async-recursion v1.1.1
18552024-09-06T23:03:21.525Z Compiling memmap2 v0.9.4
18562024-09-06T23:03:22.095Z Compiling untrusted v0.7.1
18572024-09-06T23:03:22.301Z Compiling spin v0.5.2
18582024-09-06T23:03:22.570Z Compiling path-slash v0.1.5
18592024-09-06T23:03:22.725Z Compiling arrayvec v0.7.4
18602024-09-06T23:03:22.794Z Compiling arrayref v0.3.7
18612024-09-06T23:03:22.904Z Compiling typed-path v0.7.1
18622024-09-06T23:03:23.181Z Compiling constant_time_eq v0.3.0
18632024-09-06T23:03:23.375Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18642024-09-06T23:03:25.500Z Compiling tough v0.17.1
18652024-09-06T23:03:26.264Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18662024-09-06T23:03:30.415Z Compiling itertools v0.13.0
18672024-09-06T23:03:32.682Z Compiling cargo-platform v0.1.8
18682024-09-06T23:03:33.150Z Compiling parse-size v1.0.0
18692024-09-06T23:03:33.445Z Compiling topological-sort v0.2.2
18702024-09-06T23:03:33.722Z Compiling omicron-zone-package v0.11.0
18712024-09-06T23:03:33.791Z Compiling cargo_metadata v0.18.1
18722024-09-06T23:03:34.117Z Compiling shell-words v1.1.0
18732024-09-06T23:03:38.806Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18742024-09-06T23:03:52.464Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18752024-09-06T23:04:06.411Z Finished `release` profile [optimized] target(s) in 4m 40s
18762024-09-06T23:04:06.559Z Running `target/release/omicron-releng --output-dir /work`
18772024-09-06T23:04:06.601ZSep 06 23:04:05.926 DEBG changing working directory to /work/oxidecomputer/omicron
18782024-09-06T23:04:06.692ZSep 06 23:04:06.019 DEBG running: git rev-parse HEAD
18792024-09-06T23:04:06.699ZSep 06 23:04:06.026 DEBG process exited with exit status: 0 (6.231826ms)
18802024-09-06T23:04:06.699ZSep 06 23:04:06.026 INFO version: 10.0.0-0.ci+git931a6ef805e
18812024-09-06T23:04:06.739ZSep 06 23:04:06.066 INFO cloning helios to /work/oxidecomputer/helios
18822024-09-06T23:04:06.739ZSep 06 23:04:06.066 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18832024-09-06T23:04:06.744ZCloning into '/work/oxidecomputer/helios'...
18842024-09-06T23:04:07.217ZSep 06 23:04:06.544 DEBG process exited with exit status: 0 (478.439419ms)
18852024-09-06T23:04:07.217ZSep 06 23:04:06.544 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18862024-09-06T23:04:07.225Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18872024-09-06T23:04:07.225Z# branch.head master
18882024-09-06T23:04:07.225Z# branch.upstream origin/master
18892024-09-06T23:04:07.225Z# branch.ab +0 -0
18902024-09-06T23:04:07.227ZSep 06 23:04:06.552 DEBG process exited with exit status: 0 (7.751105ms)
18912024-09-06T23:04:07.227ZSep 06 23:04:06.552 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18922024-09-06T23:04:07.940ZSep 06 23:04:07.267 DEBG process exited with exit status: 0 (714.557599ms)
18932024-09-06T23:04:07.940ZSep 06 23:04:07.267 DEBG running: zfs list rpool/images/build/host
18942024-09-06T23:04:07.947ZNAME USED AVAIL REFER MOUNTPOINT
18952024-09-06T23:04:07.947Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18962024-09-06T23:04:07.949ZSep 06 23:04:07.274 DEBG process exited with exit status: 0 (7.134266ms)
18972024-09-06T23:04:07.949ZSep 06 23:04:07.274 DEBG running: zfs list rpool/images/build/recovery
18982024-09-06T23:04:07.953ZNAME USED AVAIL REFER MOUNTPOINT
18992024-09-06T23:04:07.953Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19002024-09-06T23:04:07.957ZSep 06 23:04:07.280 DEBG process exited with exit status: 0 (6.106765ms)
19012024-09-06T23:04:07.957ZSep 06 23:04:07.281 INFO [hubris-production] running task
19022024-09-06T23:04:07.957ZSep 06 23:04:07.281 INFO [hubris-staging] running task
19032024-09-06T23:04:07.957ZSep 06 23:04:07.282 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19042024-09-06T23:04:07.960ZSep 06 23:04:07.285 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
19052024-09-06T23:04:08.025Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19062024-09-06T23:04:08.490Z[ omicron-package] Blocking waiting for file lock on package cache
19072024-09-06T23:04:09.037Z[ omicron-package] Blocking waiting for file lock on package cache
19082024-09-06T23:04:09.316Z[ omicron-package] Blocking waiting for file lock on package cache
19092024-09-06T23:04:09.500ZSep 06 23:04:08.826 INFO [hubris-production] task succeeded (1.54509588s)
19102024-09-06T23:04:09.991Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19112024-09-06T23:04:09.993Z[ omicron-package] Compiling heapless v0.8.0
19122024-09-06T23:04:09.993Z[ omicron-package] Compiling hash32 v0.3.1
19132024-09-06T23:04:09.993Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19142024-09-06T23:04:09.994Z[ omicron-package] Compiling smoltcp v0.11.0
19152024-09-06T23:04:09.994Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19162024-09-06T23:04:09.994Z[ omicron-package] Compiling cobs v0.2.3
19172024-09-06T23:04:09.994Z[ omicron-package] Compiling embedded-io v0.4.0
19182024-09-06T23:04:11.002Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19192024-09-06T23:04:11.224Z[ omicron-package] Compiling postcard v1.0.8
19202024-09-06T23:04:11.311Z[ omicron-package] Compiling proc-macro-error v1.0.4
19212024-09-06T23:04:11.702Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19222024-09-06T23:04:11.847Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19232024-09-06T23:04:11.917Z[ omicron-package] Compiling num_enum_derive v0.5.11
19242024-09-06T23:04:12.048Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19252024-09-06T23:04:12.148Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19262024-09-06T23:04:12.490Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19272024-09-06T23:04:13.117Z[ omicron-package] Compiling tabwriter v1.4.0
19282024-09-06T23:04:13.386Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19292024-09-06T23:04:13.469Z[ omicron-package] Compiling cstr-argument v0.1.2
19302024-09-06T23:04:13.809Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19312024-09-06T23:04:13.968Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19322024-09-06T23:04:14.095Z[ omicron-package] Compiling foreign-types v0.5.0
19332024-09-06T23:04:14.666Z[ omicron-package] Compiling pretty-hex v0.2.1
19342024-09-06T23:04:14.754Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19352024-09-06T23:04:15.097Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19362024-09-06T23:04:15.760Z[ omicron-package] Compiling colored v2.1.0
19372024-09-06T23:04:15.762Z[ omicron-package] Compiling socket2 v0.4.10
19382024-09-06T23:04:15.762Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19392024-09-06T23:04:16.083Z[ omicron-package] Compiling num_enum v0.5.11
19402024-09-06T23:04:16.320Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19412024-09-06T23:04:16.565Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19422024-09-06T23:04:16.649Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19432024-09-06T23:04:16.750Z[ omicron-package] Compiling sigpipe v0.1.3
19442024-09-06T23:04:16.974Z[ omicron-package] Compiling num-derive v0.4.2
19452024-09-06T23:04:17.592Z[ omicron-package] Compiling libefi-sys v0.1.0
19462024-09-06T23:04:17.975Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19472024-09-06T23:04:18.115ZSep 06 23:04:17.441 INFO [hubris-staging] task succeeded (10.159480217s)
19482024-09-06T23:04:18.172Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19492024-09-06T23:04:18.431Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19502024-09-06T23:04:18.989Z[ omicron-package] Compiling smf v0.2.3
19512024-09-06T23:04:19.313Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19522024-09-06T23:04:19.359Z[ omicron-package] Compiling bitfield-struct v0.6.1
19532024-09-06T23:04:19.362Z[ omicron-package] Compiling zone v0.3.0
19542024-09-06T23:04:20.504Z[ omicron-package] Compiling portable-atomic v1.6.0
19552024-09-06T23:04:21.314Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19562024-09-06T23:04:22.511Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19572024-09-06T23:04:22.758Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19582024-09-06T23:04:23.879Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19592024-09-06T23:04:23.930Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19602024-09-06T23:04:24.137Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19612024-09-06T23:04:24.820Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19622024-09-06T23:04:25.648Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19632024-09-06T23:04:25.772Z[ omicron-package] Compiling gethostname v0.5.0
19642024-09-06T23:04:26.099Z[ omicron-package] Compiling number_prefix v0.4.0
19652024-09-06T23:04:26.425Z[ omicron-package] Compiling indicatif v0.17.8
19662024-09-06T23:04:28.932Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19672024-09-06T23:04:31.675Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19682024-09-06T23:04:32.308Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19692024-09-06T23:04:33.883Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19702024-09-06T23:04:48.686Z[ helios-setup] Sep 06 23:04:48.009 INFO helios repository root is: /work/oxidecomputer/helios
19712024-09-06T23:04:48.689Z[ helios-setup] Sep 06 23:04:48.012 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
19722024-09-06T23:04:48.689Z[ helios-setup] Sep 06 23:04:48.012 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19732024-09-06T23:04:48.694Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19742024-09-06T23:04:49.381Z[ helios-setup] Sep 06 23:04:48.704 INFO clone ok!, project: pinprick
19752024-09-06T23:04:49.383Z[ helios-setup] Sep 06 23:04:48.704 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
19762024-09-06T23:04:49.383Z[ helios-setup] Sep 06 23:04:48.704 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
19772024-09-06T23:04:49.386Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
19782024-09-06T23:04:50.084Z[ helios-setup] Sep 06 23:04:49.407 INFO clone ok!, project: bootserver
19792024-09-06T23:04:50.086Z[ helios-setup] Sep 06 23:04:49.407 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19802024-09-06T23:04:50.086Z[ helios-setup] Sep 06 23:04:49.407 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19812024-09-06T23:04:50.086Z[ helios-setup] Sep 06 23:04:49.407 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
19822024-09-06T23:04:50.086Z[ helios-setup] Sep 06 23:04:49.407 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19832024-09-06T23:04:50.089Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19842024-09-06T23:04:50.860Z[ helios-setup] Sep 06 23:04:50.182 INFO clone ok!, project: image-builder
19852024-09-06T23:04:50.862Z[ helios-setup] Sep 06 23:04:50.182 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
19862024-09-06T23:04:50.862Z[ helios-setup] Sep 06 23:04:50.183 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19872024-09-06T23:04:50.865Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19882024-09-06T23:04:51.738Z[ helios-setup] Sep 06 23:04:51.061 INFO clone ok!, project: pilot
19892024-09-06T23:04:51.741Z[ helios-setup] Sep 06 23:04:51.061 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
19902024-09-06T23:04:51.741Z[ helios-setup] Sep 06 23:04:51.061 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
19912024-09-06T23:04:51.743Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19922024-09-06T23:04:52.492Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19932024-09-06T23:04:52.498Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19942024-09-06T23:04:53.207Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.23s
19952024-09-06T23:04:53.428Z[ omicron-package]
19962024-09-06T23:04:53.428Z[ omicron-package] real 45.427842181
19972024-09-06T23:04:53.428Z[ omicron-package] user 2:44.496544170
19982024-09-06T23:04:53.431Z[ omicron-package] sys 22.477803892
19992024-09-06T23:04:53.431Z[ omicron-package] trap 0.163949800
20002024-09-06T23:04:53.431Z[ omicron-package] tflt 0.892222034
20012024-09-06T23:04:53.431Z[ omicron-package] dflt 0.893391313
20022024-09-06T23:04:53.431Z[ omicron-package] kflt 0.000201386
20032024-09-06T23:04:53.431Z[ omicron-package] lock 5:41.297912343
20042024-09-06T23:04:53.431Z[ omicron-package] slp 9:01.721239655
20052024-09-06T23:04:53.431Z[ omicron-package] lat 1:35.206136357
20062024-09-06T23:04:53.431Z[ omicron-package] stop 53.911615762
20072024-09-06T23:04:53.431ZSep 06 23:04:52.752 INFO [omicron-package] process exited with exit status: 0 (45.466728167s)
20082024-09-06T23:04:53.431ZSep 06 23:04:52.752 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20092024-09-06T23:04:53.471ZSep 06 23:04:52.794 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
20102024-09-06T23:04:53.482Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20112024-09-06T23:04:53.485Z[ recovery-target] Created new build target 'recovery' and set it as active
20122024-09-06T23:04:53.485Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20132024-09-06T23:04:53.485ZSep 06 23:04:52.807 INFO [recovery-target] process exited with exit status: 0 (54.778849ms)
20142024-09-06T23:04:53.485Z[ host-target] Created new build target 'host' and set it as active
20152024-09-06T23:04:53.488ZSep 06 23:04:52.809 INFO [host-target] process exited with exit status: 0 (14.647387ms)
20162024-09-06T23:04:53.488ZSep 06 23:04:52.809 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20172024-09-06T23:04:53.497Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20182024-09-06T23:04:54.659Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20192024-09-06T23:04:54.661Z[ host-package] Compiling convert_case v0.4.0
20202024-09-06T23:04:54.662Z[ host-package] Compiling camino v1.1.9
20212024-09-06T23:04:54.662Z[ host-package] Compiling newline-converter v0.3.0
20222024-09-06T23:04:54.662Z[ host-package] Compiling password-hash v0.5.0
20232024-09-06T23:04:54.662Z[ host-package] Compiling blake2 v0.10.6
20242024-09-06T23:04:54.787Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20252024-09-06T23:04:54.828Z[ host-package] Compiling cancel-safe-futures v0.1.5
20262024-09-06T23:04:55.021Z[ host-package] Compiling expectorate v1.1.0
20272024-09-06T23:04:55.060Z[ host-package] Compiling derive-where v1.2.7
20282024-09-06T23:04:55.226Z[ host-package] Compiling libsw v3.3.1
20292024-09-06T23:04:55.580Z[ host-package] Compiling argon2 v0.5.3
20302024-09-06T23:04:55.604Z[ host-package] Compiling swrite v0.1.0
20312024-09-06T23:04:55.624Z[ host-package] Compiling derive_more v0.99.18
20322024-09-06T23:04:55.746Z[ host-package] Compiling linear-map v1.2.0
20332024-09-06T23:04:55.794Z[ host-package] Compiling owo-colors v4.0.0
20342024-09-06T23:04:56.001Z[ host-package] Compiling indent_write v2.2.0
20352024-09-06T23:04:56.028Z[ host-package] Compiling humantime v2.1.0
20362024-09-06T23:04:56.238Z[ host-package] Compiling toml v0.8.19
20372024-09-06T23:04:56.263Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20382024-09-06T23:04:56.693Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20392024-09-06T23:04:56.907Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20402024-09-06T23:04:57.093Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20412024-09-06T23:04:57.133Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20422024-09-06T23:04:57.342Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20432024-09-06T23:04:57.824Z[ host-package] Compiling num-rational v0.4.2
20442024-09-06T23:04:58.127Z[ host-package] Compiling num-complex v0.4.6
20452024-09-06T23:04:58.423Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20462024-09-06T23:04:58.659Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20472024-09-06T23:04:58.672Z[ helios-setup] Sep 06 23:04:57.995 INFO clone ok!, project: amd-host-image-builder
20482024-09-06T23:04:58.675Z[ helios-setup] Sep 06 23:04:57.995 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
20492024-09-06T23:04:58.675Z[ helios-setup] Sep 06 23:04:57.995 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20502024-09-06T23:04:58.677Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20512024-09-06T23:04:58.887Z[ host-package] Compiling dirs-sys-next v0.1.2
20522024-09-06T23:04:59.397Z[ host-package] Compiling num v0.4.3
20532024-09-06T23:04:59.496Z[ host-package] Compiling dirs-next v2.0.0
20542024-09-06T23:04:59.525Z[ host-package] Compiling float-ord v0.3.2
20552024-09-06T23:04:59.697Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20562024-09-06T23:04:59.717Z[ host-package] Compiling term v0.7.0
20572024-09-06T23:05:00.459Z[ host-package] Compiling utf-8 v0.7.6
20582024-09-06T23:05:00.866Z[ host-package] Compiling prettyplease v0.2.20
20592024-09-06T23:05:01.103Z[ host-package] Compiling semver v0.1.20
20602024-09-06T23:05:01.218Z[ host-package] Compiling is-terminal v0.4.12
20612024-09-06T23:05:01.390Z[ host-package] Compiling cookie v0.18.1
20622024-09-06T23:05:01.764Z[ host-package] Compiling rustc_version v0.1.7
20632024-09-06T23:05:01.798Z[ host-package] Compiling highway v1.2.0
20642024-09-06T23:05:02.242Z[ host-package] Compiling newtype_derive v0.1.6
20652024-09-06T23:05:02.677Z[ host-package] Compiling rustls-pki-types v1.7.0
20662024-09-06T23:05:02.845Z[ host-package] Compiling linked-hash-map v0.5.6
20672024-09-06T23:05:03.261Z[ host-package] Compiling lru-cache v0.1.2
20682024-09-06T23:05:03.284Z[ host-package] Compiling steno v0.4.1
20692024-09-06T23:05:03.504Z[ host-package] Compiling quick-error v1.2.3
20702024-09-06T23:05:03.506Z[ host-package] Compiling home v0.5.9
20712024-09-06T23:05:03.685Z[ host-package] Compiling resolv-conf v0.7.0
20722024-09-06T23:05:03.776Z[ host-package] Compiling rustls-webpki v0.102.4
20732024-09-06T23:05:04.522Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20742024-09-06T23:05:05.901Z[ helios-setup] Sep 06 23:05:05.223 INFO clone ok!, project: amd-firmware
20752024-09-06T23:05:05.904Z[ helios-setup] Sep 06 23:05:05.223 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
20762024-09-06T23:05:05.904Z[ helios-setup] Sep 06 23:05:05.223 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20772024-09-06T23:05:05.907Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20782024-09-06T23:05:06.148Z[ host-package] Compiling rustls v0.22.4
20792024-09-06T23:05:06.188Z[ host-package] Compiling thread_local v1.1.8
20802024-09-06T23:05:06.226Z[ host-package] Compiling match_cfg v0.1.0
20812024-09-06T23:05:06.362Z[ host-package] Compiling hostname v0.3.1
20822024-09-06T23:05:06.601Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20832024-09-06T23:05:07.035Z[ helios-setup] Sep 06 23:05:06.356 INFO clone ok!, project: chelsio-t6-roms
20842024-09-06T23:05:07.037Z[ helios-setup] Sep 06 23:05:06.356 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20852024-09-06T23:05:07.037Z[ helios-setup] Sep 06 23:05:06.356 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
20862024-09-06T23:05:07.038Z[ helios-setup] Sep 06 23:05:06.357 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20872024-09-06T23:05:07.040Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20882024-09-06T23:05:07.227Z[ host-package] Compiling hickory-resolver v0.24.1
20892024-09-06T23:05:07.904Z[ helios-setup] Sep 06 23:05:07.226 INFO clone ok!, project: phbl
20902024-09-06T23:05:07.907Z[ helios-setup] Sep 06 23:05:07.226 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20912024-09-06T23:05:08.416Z[ host-package] Compiling multer v3.1.0
20922024-09-06T23:05:08.494Z[ host-package] Compiling slog-async v2.8.0
20932024-09-06T23:05:08.569Z[ host-package] Compiling slog-json v2.6.1
20942024-09-06T23:05:08.850Z[ helios-setup] Sep 06 23:05:08.171 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20952024-09-06T23:05:09.088Z[ host-package] Compiling crossbeam-channel v0.5.12
20962024-09-06T23:05:09.410Z[ helios-setup] Sep 06 23:05:08.732 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20972024-09-06T23:05:09.413Z[ helios-setup] Sep 06 23:05:08.732 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20982024-09-06T23:05:10.044Z[ helios-setup] Sep 06 23:05:09.365 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20992024-09-06T23:05:10.175Z[ host-package] Compiling http v1.1.0
21002024-09-06T23:05:10.572Z[ helios-setup] Sep 06 23:05:09.893 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21012024-09-06T23:05:10.572Z[ helios-setup] Sep 06 23:05:09.894 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21022024-09-06T23:05:11.201Z[ helios-setup] Sep 06 23:05:10.522 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21032024-09-06T23:05:11.845Z[ helios-setup] Sep 06 23:05:11.166 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21042024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21052024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21062024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO ok!
21072024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21082024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21092024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO ok!
21102024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21112024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21122024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO ok!
21132024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21142024-09-06T23:05:11.848Z[ helios-setup] Sep 06 23:05:11.167 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21152024-09-06T23:05:12.210Z[ helios-setup] Sep 06 23:05:11.532 INFO E| Compiling adler v1.0.2
21162024-09-06T23:05:12.352Z[ helios-setup] Sep 06 23:05:11.671 INFO E| Compiling miniz_oxide v0.7.2
21172024-09-06T23:05:12.367Z[ host-package] Compiling take_mut v0.2.2
21182024-09-06T23:05:12.594Z[ host-package] Compiling atomic-waker v1.1.2
21192024-09-06T23:05:12.804Z[ host-package] Compiling waitgroup v0.1.2
21202024-09-06T23:05:14.142Z[ host-package] Compiling tokio-rustls v0.25.0
21212024-09-06T23:05:14.226Z[ host-package] Compiling slog-bunyan v2.5.0
21222024-09-06T23:05:14.576Z[ host-package] Compiling slog-term v2.9.1
21232024-09-06T23:05:14.688Z[ host-package] Compiling rustls-pemfile v2.1.3
21242024-09-06T23:05:14.948Z[ helios-setup] Sep 06 23:05:14.269 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21252024-09-06T23:05:15.146Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21262024-09-06T23:05:15.297Z[ host-package] Compiling async-stream v0.3.5
21272024-09-06T23:05:15.629Z[ host-package] Compiling newtype-uuid v1.1.0
21282024-09-06T23:05:15.840Z[ helios-setup] Sep 06 23:05:15.161 INFO E| Finished `release` profile [optimized] target(s) in 3.90s
21292024-09-06T23:05:15.847Z[ helios-setup] Sep 06 23:05:15.168 INFO building project "pinprick" ok (4 seconds)
21302024-09-06T23:05:15.847Z[ helios-setup] Sep 06 23:05:15.168 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21312024-09-06T23:05:15.849Z[ helios-setup] Sep 06 23:05:15.168 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21322024-09-06T23:05:15.874Z[ host-package] Compiling ipnetwork v0.20.0
21332024-09-06T23:05:16.118Z[ helios-setup] Sep 06 23:05:15.439 INFO E| Downloading crates ...
21342024-09-06T23:05:16.160Z[ host-package] Compiling serde_path_to_error v0.1.16
21352024-09-06T23:05:16.263Z[ helios-setup] Sep 06 23:05:15.584 INFO E| Downloaded unicode-width v0.1.10
21362024-09-06T23:05:16.298Z[ helios-setup] Sep 06 23:05:15.619 INFO E| Downloaded sha2 v0.10.5
21372024-09-06T23:05:16.301Z[ helios-setup] Sep 06 23:05:15.622 INFO E| Downloaded generic-array v0.14.6
21382024-09-06T23:05:16.304Z[ helios-setup] Sep 06 23:05:15.625 INFO E| Downloaded digest v0.10.3
21392024-09-06T23:05:16.307Z[ helios-setup] Sep 06 23:05:15.628 INFO E| Downloaded cpufeatures v0.2.5
21402024-09-06T23:05:16.309Z[ helios-setup] Sep 06 23:05:15.630 INFO E| Downloaded typenum v1.15.0
21412024-09-06T23:05:16.312Z[ helios-setup] Sep 06 23:05:15.633 INFO E| Downloaded miniz_oxide v0.6.2
21422024-09-06T23:05:16.315Z[ helios-setup] Sep 06 23:05:15.637 INFO E| Downloaded flate2 v1.0.25
21432024-09-06T23:05:16.323Z[ helios-setup] Sep 06 23:05:15.644 INFO E| Downloaded anyhow v1.0.62
21442024-09-06T23:05:16.329Z[ helios-setup] Sep 06 23:05:15.650 INFO E| Downloaded bytes v1.2.1
21452024-09-06T23:05:16.334Z[ helios-setup] Sep 06 23:05:15.656 INFO E| Downloaded block-buffer v0.10.3
21462024-09-06T23:05:16.564Z[ helios-setup] Sep 06 23:05:15.885 INFO E| Compiling typenum v1.15.0
21472024-09-06T23:05:16.566Z[ helios-setup] Sep 06 23:05:15.885 INFO E| Compiling version_check v0.9.4
21482024-09-06T23:05:16.567Z[ helios-setup] Sep 06 23:05:15.885 INFO E| Compiling cfg-if v1.0.0
21492024-09-06T23:05:16.567Z[ helios-setup] Sep 06 23:05:15.885 INFO E| Compiling crc32fast v1.3.2
21502024-09-06T23:05:16.567Z[ helios-setup] Sep 06 23:05:15.886 INFO E| Compiling adler v1.0.2
21512024-09-06T23:05:16.567Z[ helios-setup] Sep 06 23:05:15.886 INFO E| Compiling anyhow v1.0.62
21522024-09-06T23:05:16.567Z[ helios-setup] Sep 06 23:05:15.886 INFO E| Compiling cpufeatures v0.2.5
21532024-09-06T23:05:16.567Z[ helios-setup] Sep 06 23:05:15.886 INFO E| Compiling unicode-width v0.1.10
21542024-09-06T23:05:16.608Z[ host-package] Compiling hostname v0.4.0
21552024-09-06T23:05:16.772Z[ host-package] Compiling instant v0.1.12
21562024-09-06T23:05:16.837Z[ helios-setup] Sep 06 23:05:16.155 INFO E| Compiling bitflags v1.3.2
21572024-09-06T23:05:16.930Z[ helios-setup] Sep 06 23:05:16.251 INFO E| Compiling bytes v1.2.1
21582024-09-06T23:05:16.939Z[ host-package] Compiling debug-ignore v1.0.5
21592024-09-06T23:05:17.096Z[ helios-setup] Sep 06 23:05:16.417 INFO E| Compiling miniz_oxide v0.6.2
21602024-09-06T23:05:17.254Z[ helios-setup] Sep 06 23:05:16.575 INFO E| Compiling getopts v0.2.21
21612024-09-06T23:05:17.392Z[ host-package] Compiling backoff v0.4.0
21622024-09-06T23:05:17.503Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21632024-09-06T23:05:17.948Z[ helios-setup] Sep 06 23:05:17.269 INFO E| Compiling generic-array v0.14.6
21642024-09-06T23:05:18.646Z[ helios-setup] Sep 06 23:05:17.966 INFO E| Compiling flate2 v1.0.25
21652024-09-06T23:05:18.752Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21662024-09-06T23:05:19.003Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21672024-09-06T23:05:19.397Z[ host-package] Compiling parse-display v0.10.0
21682024-09-06T23:05:20.433Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692024-09-06T23:05:20.925Z[ host-package] Compiling serde_with v3.9.0
21702024-09-06T23:05:22.612Z[ helios-setup] Sep 06 23:05:21.933 INFO E| Compiling block-buffer v0.10.3
21712024-09-06T23:05:22.613Z[ helios-setup] Sep 06 23:05:21.933 INFO E| Compiling crypto-common v0.1.6
21722024-09-06T23:05:22.835Z[ helios-setup] Sep 06 23:05:22.156 INFO E| Compiling digest v0.10.3
21732024-09-06T23:05:23.189Z[ helios-setup] Sep 06 23:05:22.509 INFO E| Compiling sha2 v0.10.5
21742024-09-06T23:05:23.280Z[ host-package] Compiling strum v0.26.3
21752024-09-06T23:05:23.627Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21762024-09-06T23:05:23.678Z[ helios-setup] Sep 06 23:05:22.994 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21772024-09-06T23:05:26.043Z[ host-package] Compiling macaddr v1.0.1
21782024-09-06T23:05:26.822Z[ host-package] Compiling slog-dtrace v0.3.0
21792024-09-06T23:05:27.142Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21802024-09-06T23:05:28.969Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21812024-09-06T23:05:29.307Z[ helios-setup] Sep 06 23:05:28.626 INFO E| Finished `release` profile [optimized] target(s) in 13.37s
21822024-09-06T23:05:29.322Z[ helios-setup] Sep 06 23:05:28.642 INFO building project "bootserver" ok (13 seconds)
21832024-09-06T23:05:29.322Z[ helios-setup] Sep 06 23:05:28.642 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21842024-09-06T23:05:29.324Z[ helios-setup] Sep 06 23:05:28.642 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21852024-09-06T23:05:29.421Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21862024-09-06T23:05:29.600Z[ helios-setup] Sep 06 23:05:28.920 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21872024-09-06T23:05:29.795Z[ host-package] Compiling half v2.4.1
21882024-09-06T23:05:30.277Z[ helios-setup] Sep 06 23:05:29.596 INFO E| From https://github.com/jclulow/rust-jmclib
21892024-09-06T23:05:30.277Z[ helios-setup] Sep 06 23:05:29.596 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21902024-09-06T23:05:30.297Z[ helios-setup] Sep 06 23:05:29.617 INFO E| Updating crates.io index
21912024-09-06T23:05:30.309Z[ host-package] Compiling ciborium-io v0.2.2
21922024-09-06T23:05:30.460Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21932024-09-06T23:05:30.506Z[ helios-setup] Sep 06 23:05:29.826 INFO E| Downloading crates ...
21942024-09-06T23:05:30.525Z[ host-package] Compiling ciborium-ll v0.2.2
21952024-09-06T23:05:30.581Z[ host-package] Compiling tungstenite v0.21.0
21962024-09-06T23:05:30.638Z[ helios-setup] Sep 06 23:05:29.957 INFO E| Downloaded toml v0.5.11
21972024-09-06T23:05:30.641Z[ helios-setup] Sep 06 23:05:29.961 INFO E| Downloaded opaque-debug v0.3.0
21982024-09-06T23:05:30.643Z[ helios-setup] Sep 06 23:05:29.962 INFO E| Downloaded digest v0.9.0
21992024-09-06T23:05:30.646Z[ helios-setup] Sep 06 23:05:29.964 INFO E| Downloaded block-buffer v0.9.0
22002024-09-06T23:05:30.646Z[ helios-setup] Sep 06 23:05:29.965 INFO E| Downloaded libdevinfo-sys v1.0.0
22012024-09-06T23:05:30.648Z[ helios-setup] Sep 06 23:05:29.966 INFO E| Downloaded anyhow v1.0.72
22022024-09-06T23:05:30.651Z[ helios-setup] Sep 06 23:05:29.971 INFO E| Downloaded sha-1 v0.9.8
22032024-09-06T23:05:30.687Z[ helios-setup] Sep 06 23:05:30.007 INFO E| Downloaded walkdir v2.3.3
22042024-09-06T23:05:30.689Z[ helios-setup] Sep 06 23:05:30.009 INFO E| Downloaded quote v1.0.31
22052024-09-06T23:05:30.693Z[ helios-setup] Sep 06 23:05:30.013 INFO E| Downloaded md-5 v0.9.1
22062024-09-06T23:05:30.695Z[ helios-setup] Sep 06 23:05:30.015 INFO E| Downloaded itoa v1.0.9
22072024-09-06T23:05:30.697Z[ helios-setup] Sep 06 23:05:30.017 INFO E| Downloaded bitflags v2.3.3
22082024-09-06T23:05:30.700Z[ helios-setup] Sep 06 23:05:30.020 INFO E| Downloaded fastrand v2.0.0
22092024-09-06T23:05:30.702Z[ helios-setup] Sep 06 23:05:30.022 INFO E| Downloaded proc-macro2 v1.0.66
22102024-09-06T23:05:30.706Z[ helios-setup] Sep 06 23:05:30.026 INFO E| Downloaded typenum v1.16.0
22112024-09-06T23:05:30.709Z[ helios-setup] Sep 06 23:05:30.029 INFO E| Downloaded uuid v0.8.2
22122024-09-06T23:05:30.715Z[ helios-setup] Sep 06 23:05:30.034 INFO E| Downloaded unicode-ident v1.0.11
22132024-09-06T23:05:30.719Z[ helios-setup] Sep 06 23:05:30.039 INFO E| Downloaded serde_derive v1.0.193
22142024-09-06T23:05:30.722Z[ helios-setup] Sep 06 23:05:30.042 INFO E| Downloaded ryu v1.0.15
22152024-09-06T23:05:30.750Z[ helios-setup] Sep 06 23:05:30.070 INFO E| Downloaded tempfile v3.7.0
22162024-09-06T23:05:30.753Z[ helios-setup] Sep 06 23:05:30.073 INFO E| Downloaded serde_json v1.0.103
22172024-09-06T23:05:30.763Z[ helios-setup] Sep 06 23:05:30.083 INFO E| Downloaded serde v1.0.193
22182024-09-06T23:05:30.767Z[ helios-setup] Sep 06 23:05:30.087 INFO E| Downloaded once_cell v1.18.0
22192024-09-06T23:05:30.771Z[ helios-setup] Sep 06 23:05:30.091 INFO E| Downloaded getrandom v0.2.10
22202024-09-06T23:05:30.775Z[ helios-setup] Sep 06 23:05:30.095 INFO E| Downloaded errno v0.3.1
22212024-09-06T23:05:30.778Z[ helios-setup] Sep 06 23:05:30.097 INFO E| Downloaded cpufeatures v0.2.9
22222024-09-06T23:05:30.781Z[ helios-setup] Sep 06 23:05:30.099 INFO E| Downloaded syn v2.0.32
22232024-09-06T23:05:30.797Z[ helios-setup] Sep 06 23:05:30.117 INFO E| Downloaded rustix v0.38.4
22242024-09-06T23:05:30.860Z[ helios-setup] Sep 06 23:05:30.179 INFO E| Downloaded libc v0.2.147
22252024-09-06T23:05:31.118Z[ host-package] Compiling ciborium v0.2.2
22262024-09-06T23:05:31.136Z[ helios-setup] Sep 06 23:05:30.456 INFO E| Compiling libc v0.2.147
22272024-09-06T23:05:31.139Z[ helios-setup] Sep 06 23:05:30.456 INFO E| Compiling proc-macro2 v1.0.66
22282024-09-06T23:05:31.139Z[ helios-setup] Sep 06 23:05:30.457 INFO E| Compiling cfg-if v1.0.0
22292024-09-06T23:05:31.139Z[ helios-setup] Sep 06 23:05:30.457 INFO E| Compiling unicode-ident v1.0.11
22302024-09-06T23:05:31.139Z[ helios-setup] Sep 06 23:05:30.457 INFO E| Compiling typenum v1.16.0
22312024-09-06T23:05:31.139Z[ helios-setup] Sep 06 23:05:30.457 INFO E| Compiling version_check v0.9.4
22322024-09-06T23:05:31.139Z[ helios-setup] Sep 06 23:05:30.457 INFO E| Compiling serde v1.0.193
22332024-09-06T23:05:31.139Z[ helios-setup] Sep 06 23:05:30.457 INFO E| Compiling rustix v0.38.4
22342024-09-06T23:05:31.827Z[ helios-setup] Sep 06 23:05:31.147 INFO E| Compiling powerfmt v0.2.0
22352024-09-06T23:05:31.827Z[ helios-setup] Sep 06 23:05:31.147 INFO E| Compiling time-core v0.1.2
22362024-09-06T23:05:32.094Z[ helios-setup] Sep 06 23:05:31.414 INFO E| Compiling slog v2.7.0
22372024-09-06T23:05:32.545Z[ helios-setup] Sep 06 23:05:31.865 INFO E| Compiling num-conv v0.1.0
22382024-09-06T23:05:32.898Z[ helios-setup] Sep 06 23:05:32.218 INFO E| Compiling itoa v1.0.9
22392024-09-06T23:05:32.979Z[ helios-setup] Sep 06 23:05:32.298 INFO E| Compiling generic-array v0.14.7
22402024-09-06T23:05:33.361Z[ helios-setup] Sep 06 23:05:32.680 INFO E| Compiling time-macros v0.2.18
22412024-09-06T23:05:33.424Z[ helios-setup] Sep 06 23:05:32.744 INFO E| Compiling deranged v0.3.11
22422024-09-06T23:05:33.514Z[ helios-setup] Sep 06 23:05:32.833 INFO E| Compiling bitflags v2.3.3
22432024-09-06T23:05:33.680Z[ helios-setup] Sep 06 23:05:33.000 INFO E| Compiling once_cell v1.18.0
22442024-09-06T23:05:34.083Z[ helios-setup] Sep 06 23:05:33.403 INFO E| Compiling num_threads v0.1.6
22452024-09-06T23:05:34.328Z[ helios-setup] Sep 06 23:05:33.648 INFO E| Compiling thread_local v1.1.7
22462024-09-06T23:05:34.546Z[ host-package] Compiling tokio-tungstenite v0.21.0
22472024-09-06T23:05:34.730Z[ helios-setup] Sep 06 23:05:34.049 INFO E| Compiling serde_json v1.0.103
22482024-09-06T23:05:35.472Z[ helios-setup] Sep 06 23:05:34.792 INFO E| Compiling quote v1.0.31
22492024-09-06T23:05:35.500Z[ helios-setup] Sep 06 23:05:34.819 INFO E| Compiling dirs-sys-next v0.1.2
22502024-09-06T23:05:35.907Z[ host-package] Compiling rayon-core v1.12.1
22512024-09-06T23:05:35.946Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22522024-09-06T23:05:36.012Z[ helios-setup] Sep 06 23:05:35.331 INFO E| Compiling dirs-next v2.0.0
22532024-09-06T23:05:36.130Z[ host-package] Compiling crossbeam-deque v0.8.5
22542024-09-06T23:05:36.180Z[ helios-setup] Sep 06 23:05:35.499 INFO E| Compiling syn v2.0.32
22552024-09-06T23:05:36.524Z[ helios-setup] Sep 06 23:05:35.843 INFO E| Compiling errno v0.3.1
22562024-09-06T23:05:36.610Z[ helios-setup] Sep 06 23:05:35.921 INFO E| Compiling term v0.7.0
22572024-09-06T23:05:36.766Z[ helios-setup] Sep 06 23:05:36.086 INFO E| Compiling atty v0.2.14
22582024-09-06T23:05:36.953Z[ host-package] Compiling fastrand v2.1.0
22592024-09-06T23:05:36.974Z[ helios-setup] Sep 06 23:05:36.294 INFO E| Compiling anyhow v1.0.72
22602024-09-06T23:05:37.098Z[ helios-setup] Sep 06 23:05:36.418 INFO E| Compiling fastrand v2.0.0
22612024-09-06T23:05:37.228Z[ helios-setup] Sep 06 23:05:36.547 INFO E| Compiling opaque-debug v0.3.0
22622024-09-06T23:05:37.375Z[ helios-setup] Sep 06 23:05:36.694 INFO E| Compiling getrandom v0.2.10
22632024-09-06T23:05:37.912Z[ host-package] Compiling display-error-chain v0.2.1
22642024-09-06T23:05:38.075Z[ helios-setup] Sep 06 23:05:37.377 INFO E| Compiling same-file v1.0.6
22652024-09-06T23:05:38.190Z[ helios-setup] Sep 06 23:05:37.509 INFO E| Compiling cpufeatures v0.2.9
22662024-09-06T23:05:38.266Z[ helios-setup] Sep 06 23:05:37.585 INFO E| Compiling block-buffer v0.9.0
22672024-09-06T23:05:38.340Z[ helios-setup] Sep 06 23:05:37.660 INFO E| Compiling digest v0.9.0
22682024-09-06T23:05:38.501Z[ host-package] Compiling same-file v1.0.6
22692024-09-06T23:05:38.696Z[ helios-setup] Sep 06 23:05:38.015 INFO E| Compiling unicode-width v0.1.10
22702024-09-06T23:05:38.813Z[ helios-setup] Sep 06 23:05:38.132 INFO E| Compiling ryu v1.0.15
22712024-09-06T23:05:38.815Z[ host-package] Compiling tempfile v3.10.1
22722024-09-06T23:05:38.831Z[ helios-setup] Sep 06 23:05:38.150 INFO E| Compiling time v0.3.36
22732024-09-06T23:05:38.878Z[ helios-setup] Sep 06 23:05:38.197 INFO E| Compiling getopts v0.2.21
22742024-09-06T23:05:38.978Z[ helios-setup] Sep 06 23:05:38.297 INFO E| Compiling md-5 v0.9.1
22752024-09-06T23:05:39.144Z[ host-package] Compiling walkdir v2.5.0
22762024-09-06T23:05:39.679Z[ helios-setup] Sep 06 23:05:38.998 INFO E| Compiling sha-1 v0.9.8
22772024-09-06T23:05:39.893Z[ helios-setup] Sep 06 23:05:39.212 INFO E| Compiling walkdir v2.3.3
22782024-09-06T23:05:40.342Z[ helios-setup] Sep 06 23:05:39.661 INFO E| Compiling tempfile v3.7.0
22792024-09-06T23:05:40.601Z[ host-package] Compiling ring v0.16.20
22802024-09-06T23:05:40.807Z[ helios-setup] Sep 06 23:05:40.126 INFO E| Compiling glob v0.3.1
22812024-09-06T23:05:40.820Z[ helios-setup] Sep 06 23:05:40.138 INFO E| Compiling libdevinfo-sys v1.0.0
22822024-09-06T23:05:42.553Z[ helios-setup] Sep 06 23:05:41.872 INFO E| Compiling slog-term v2.9.0
22832024-09-06T23:05:42.953Z[ host-package] Compiling rayon v1.10.0
22842024-09-06T23:05:44.690Z[ host-package] Compiling blake3 v1.5.1
22852024-09-06T23:05:45.560Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22862024-09-06T23:05:46.166Z[ host-package] Compiling xattr v1.3.1
22872024-09-06T23:05:46.187Z[ helios-setup] Sep 06 23:05:45.506 INFO E| Compiling serde_derive v1.0.193
22882024-09-06T23:05:46.520Z[ host-package] Compiling memmap2 v0.9.4
22892024-09-06T23:05:48.703Z[ host-package] Compiling filetime v0.2.25
22902024-09-06T23:05:49.151Z[ host-package] Compiling constant_time_eq v0.3.0
22912024-09-06T23:05:49.354Z[ host-package] Compiling spin v0.5.2
22922024-09-06T23:05:49.683Z[ host-package] Compiling arrayvec v0.7.4
22932024-09-06T23:05:50.146Z[ host-package] Compiling untrusted v0.7.1
22942024-09-06T23:05:50.381Z[ host-package] Compiling arrayref v0.3.7
22952024-09-06T23:05:52.400Z[ host-package] Compiling tar v0.4.41
22962024-09-06T23:05:54.779Z[ host-package] Compiling toolchain_find v0.4.0
22972024-09-06T23:05:55.050Z[ host-package] Compiling camino-tempfile v1.1.1
22982024-09-06T23:05:55.512Z[ host-package] Compiling nibble_vec v0.1.0
22992024-09-06T23:05:55.535Z[ host-package] Compiling atty v0.2.14
23002024-09-06T23:05:55.572Z[ host-package] Compiling glob v0.3.1
23012024-09-06T23:05:55.574Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23022024-09-06T23:05:55.703Z[ host-package] Compiling crunchy v0.2.2
23032024-09-06T23:05:55.818Z[ host-package] Compiling endian-type v0.1.2
23042024-09-06T23:05:56.139Z[ host-package] Compiling topological-sort v0.2.2
23052024-09-06T23:05:56.264Z[ host-package] Compiling maplit v1.0.2
23062024-09-06T23:05:56.389Z[ host-package] Compiling omicron-zone-package v0.11.0
23072024-09-06T23:05:56.426Z[ host-package] Compiling clang-sys v1.7.0
23082024-09-06T23:05:56.499Z[ host-package] Compiling radix_trie v0.2.1
23092024-09-06T23:05:57.238Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23102024-09-06T23:05:57.542Z[ host-package] Compiling tiny-keccak v2.0.2
23112024-09-06T23:05:57.760Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23122024-09-06T23:05:57.946Z[ host-package] Compiling dsl_auto_type v0.1.2
23132024-09-06T23:05:58.007Z[ host-package] Compiling curve25519-dalek v4.1.3
23142024-09-06T23:05:58.736Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23152024-09-06T23:05:58.870Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23162024-09-06T23:05:59.345Z[ host-package] Compiling arc-swap v1.7.1
23172024-09-06T23:05:59.534Z[ host-package] Compiling keccak v0.1.5
23182024-09-06T23:06:00.086Z[ host-package] Compiling sha3 v0.10.8
23192024-09-06T23:06:00.272Z[ host-package] Compiling slog-scope v4.4.0
23202024-09-06T23:06:00.431Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23212024-09-06T23:06:00.704Z[ host-package] Compiling diesel_derives v2.2.2
23222024-09-06T23:06:00.960Z[ helios-setup] Sep 06 23:06:00.277 INFO E| Compiling toml v0.5.11
23232024-09-06T23:06:00.962Z[ helios-setup] Sep 06 23:06:00.277 INFO E| Compiling uuid v0.8.2
23242024-09-06T23:06:00.974Z[ host-package] Compiling r2d2 v0.8.10
23252024-09-06T23:06:01.355Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
23262024-09-06T23:06:01.811Z[ host-package] Compiling ascii-canvas v3.0.0
23272024-09-06T23:06:01.813Z[ host-package] Compiling universal-hash v0.5.1
23282024-09-06T23:06:02.158Z[ host-package] Compiling secrecy v0.8.0
23292024-09-06T23:06:02.535Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23302024-09-06T23:06:02.659Z[ host-package] Compiling ena v0.14.3
23312024-09-06T23:06:02.819Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23322024-09-06T23:06:03.189Z[ helios-setup] Sep 06 23:06:02.506 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23332024-09-06T23:06:03.245Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23342024-09-06T23:06:04.844Z[ host-package] Compiling libloading v0.8.3
23352024-09-06T23:06:05.375Z[ host-package] Compiling regex-syntax v0.6.29
23362024-09-06T23:06:05.839Z[ host-package] Compiling opaque-debug v0.3.1
23372024-09-06T23:06:05.998Z[ host-package] Compiling bindgen v0.69.4
23382024-09-06T23:06:06.632Z[ host-package] Compiling diff v0.1.13
23392024-09-06T23:06:07.121Z[ helios-setup] Sep 06 23:06:06.438 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23402024-09-06T23:06:07.489Z[ host-package] Compiling poly1305 v0.8.0
23412024-09-06T23:06:09.206Z[ host-package] Compiling lalrpop v0.19.12
23422024-09-06T23:06:11.509Z[ host-package] Compiling thiserror-no-std v2.0.2
23432024-09-06T23:06:13.804Z[ host-package] Compiling diesel v2.2.3
23442024-09-06T23:06:22.299Z[ helios-setup] Sep 06 23:06:21.614 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.87s
23452024-09-06T23:06:22.332Z[ helios-setup] Sep 06 23:06:21.648 INFO building project "image-builder" ok (53 seconds)
23462024-09-06T23:06:22.334Z[ helios-setup] Sep 06 23:06:21.648 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23472024-09-06T23:06:22.335Z[ helios-setup] Sep 06 23:06:21.648 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23482024-09-06T23:06:22.810Z[ helios-setup] Sep 06 23:06:22.123 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23492024-09-06T23:06:23.506Z[ host-package] Compiling slog-stdlog v4.1.1
23502024-09-06T23:06:23.570Z[ helios-setup] Sep 06 23:06:22.886 INFO E| From https://github.com/jclulow/hiercmd
23512024-09-06T23:06:23.570Z[ helios-setup] Sep 06 23:06:22.886 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23522024-09-06T23:06:23.613Z[ helios-setup] Sep 06 23:06:22.928 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23532024-09-06T23:06:24.121Z[ helios-setup] Sep 06 23:06:23.436 INFO E| From https://github.com/jclulow/network-interface
23542024-09-06T23:06:24.121Z[ helios-setup] Sep 06 23:06:23.436 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23552024-09-06T23:06:24.142Z[ helios-setup] Sep 06 23:06:23.457 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23562024-09-06T23:06:24.364Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23572024-09-06T23:06:24.757Z[ helios-setup] Sep 06 23:06:24.072 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23582024-09-06T23:06:24.757Z[ helios-setup] Sep 06 23:06:24.072 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23592024-09-06T23:06:24.819Z[ helios-setup] Sep 06 23:06:24.134 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23602024-09-06T23:06:25.551Z[ host-package] Compiling which v4.4.2
23612024-09-06T23:06:25.784Z[ helios-setup] Sep 06 23:06:25.099 INFO E| From https://github.com/oxidecomputer/facade
23622024-09-06T23:06:25.784Z[ helios-setup] Sep 06 23:06:25.099 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23632024-09-06T23:06:25.884Z[ helios-setup] Sep 06 23:06:25.199 INFO E| Updating crates.io index
23642024-09-06T23:06:26.226Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23652024-09-06T23:06:26.544Z[ host-package] Compiling chacha20 v0.9.1
23662024-09-06T23:06:26.590Z[ helios-setup] Sep 06 23:06:25.905 INFO E| Downloading crates ...
23672024-09-06T23:06:26.820Z[ helios-setup] Sep 06 23:06:26.135 INFO E| Downloaded futures-sink v0.3.28
23682024-09-06T23:06:26.823Z[ helios-setup] Sep 06 23:06:26.137 INFO E| Downloaded bincode v1.3.3
23692024-09-06T23:06:26.848Z[ helios-setup] Sep 06 23:06:26.163 INFO E| Downloaded ahash v0.7.6
23702024-09-06T23:06:26.854Z[ helios-setup] Sep 06 23:06:26.168 INFO E| Downloaded project-root v0.2.2
23712024-09-06T23:06:26.857Z[ helios-setup] Sep 06 23:06:26.169 INFO E| Downloaded jobserver v0.1.26
23722024-09-06T23:06:26.859Z[ helios-setup] Sep 06 23:06:26.172 INFO E| Downloaded futures-core v0.3.28
23732024-09-06T23:06:26.862Z[ helios-setup] Sep 06 23:06:26.175 INFO E| Downloaded memoffset v0.7.1
23742024-09-06T23:06:26.862Z[ helios-setup] Sep 06 23:06:26.176 INFO E| Downloaded http-body v0.4.5
23752024-09-06T23:06:26.864Z[ helios-setup] Sep 06 23:06:26.179 INFO E| Downloaded dyn-clone v1.0.11
23762024-09-06T23:06:26.867Z[ helios-setup] Sep 06 23:06:26.182 INFO E| Downloaded proc-macro-crate v1.2.1
23772024-09-06T23:06:26.870Z[ helios-setup] Sep 06 23:06:26.183 INFO E| Downloaded percent-encoding v2.2.0
23782024-09-06T23:06:26.870Z[ helios-setup] Sep 06 23:06:26.184 INFO E| Downloaded num_enum_derive v0.5.7
23792024-09-06T23:06:26.873Z[ helios-setup] Sep 06 23:06:26.188 INFO E| Downloaded num_cpus v1.15.0
23802024-09-06T23:06:26.877Z[ helios-setup] Sep 06 23:06:26.192 INFO E| Downloaded schemars_derive v0.8.12
23812024-09-06T23:06:26.880Z[ helios-setup] Sep 06 23:06:26.194 INFO E| Downloaded scopeguard v1.1.0
23822024-09-06T23:06:26.883Z[ helios-setup] Sep 06 23:06:26.196 INFO E| Downloaded cargo-lock v8.0.3
23832024-09-06T23:06:26.915Z[ helios-setup] Sep 06 23:06:26.229 INFO E| Downloaded sha2 v0.10.6
23842024-09-06T23:06:26.919Z[ helios-setup] Sep 06 23:06:26.234 INFO E| Downloaded want v0.3.0
23852024-09-06T23:06:26.922Z[ helios-setup] Sep 06 23:06:26.237 INFO E| Downloaded try-lock v0.2.4
23862024-09-06T23:06:26.924Z[ helios-setup] Sep 06 23:06:26.240 INFO E| Downloaded const-random-macro v0.1.15
23872024-09-06T23:06:26.927Z[ helios-setup] Sep 06 23:06:26.242 INFO E| Downloaded toml_datetime v0.6.1
23882024-09-06T23:06:26.929Z[ helios-setup] Sep 06 23:06:26.245 INFO E| Downloaded slog-async v2.7.0
23892024-09-06T23:06:26.933Z[ helios-setup] Sep 06 23:06:26.248 INFO E| Downloaded strsim v0.10.0
23902024-09-06T23:06:26.936Z[ helios-setup] Sep 06 23:06:26.251 INFO E| Downloaded slab v0.4.7
23912024-09-06T23:06:26.939Z[ helios-setup] Sep 06 23:06:26.254 INFO E| Downloaded pin-project-lite v0.2.9
23922024-09-06T23:06:26.949Z[ helios-setup] Sep 06 23:06:26.264 INFO E| Downloaded slog-bunyan v2.4.0
23932024-09-06T23:06:26.951Z[ helios-setup] Sep 06 23:06:26.266 INFO E| Downloaded serde_spanned v0.6.1
23942024-09-06T23:06:26.954Z[ helios-setup] Sep 06 23:06:26.267 INFO E| Downloaded semver-parser v0.10.2
23952024-09-06T23:06:26.956Z[ helios-setup] Sep 06 23:06:26.270 INFO E| Downloaded tokio-rustls v0.24.0
23962024-09-06T23:06:26.959Z[ helios-setup] Sep 06 23:06:26.273 INFO E| Downloaded ryu v1.0.13
23972024-09-06T23:06:26.963Z[ helios-setup] Sep 06 23:06:26.278 INFO E| Downloaded signal-hook-registry v1.4.0
23982024-09-06T23:06:26.977Z[ helios-setup] Sep 06 23:06:26.280 INFO E| Downloaded sha1 v0.10.5
23992024-09-06T23:06:26.980Z[ helios-setup] Sep 06 23:06:26.292 INFO E| Downloaded iana-time-zone v0.1.56
24002024-09-06T23:06:26.980Z[ helios-setup] Sep 06 23:06:26.292 INFO E| Downloaded httpdate v1.0.2
24012024-09-06T23:06:26.980Z[ helios-setup] Sep 06 23:06:26.292 INFO E| Downloaded tokio-macros v2.0.0
24022024-09-06T23:06:26.980Z[ helios-setup] Sep 06 23:06:26.292 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24032024-09-06T23:06:26.980Z[ helios-setup] Sep 06 23:06:26.293 INFO E| Downloaded pkg-config v0.3.26
24042024-09-06T23:06:26.982Z[ helios-setup] Sep 06 23:06:26.296 INFO E| Downloaded thiserror v1.0.38
24052024-09-06T23:06:26.989Z[ helios-setup] Sep 06 23:06:26.304 INFO E| Downloaded rustls-pemfile v1.0.2
24062024-09-06T23:06:26.991Z[ helios-setup] Sep 06 23:06:26.307 INFO E| Downloaded smartstring v1.0.1
24072024-09-06T23:06:26.995Z[ helios-setup] Sep 06 23:06:26.310 INFO E| Downloaded num_enum v0.5.7
24082024-09-06T23:06:27.000Z[ helios-setup] Sep 06 23:06:26.315 INFO E| Downloaded tungstenite v0.18.0
24092024-09-06T23:06:27.004Z[ helios-setup] Sep 06 23:06:26.319 INFO E| Downloaded unicode-bidi v0.3.13
24102024-09-06T23:06:27.011Z[ helios-setup] Sep 06 23:06:26.326 INFO E| Downloaded semver v0.11.0
24112024-09-06T23:06:27.015Z[ helios-setup] Sep 06 23:06:26.330 INFO E| Downloaded time v0.1.45
24122024-09-06T23:06:27.018Z[ helios-setup] Sep 06 23:06:26.334 INFO E| Downloaded serde_derive_internals v0.26.0
24132024-09-06T23:06:27.022Z[ helios-setup] Sep 06 23:06:26.337 INFO E| Downloaded getrandom v0.2.8
24142024-09-06T23:06:27.028Z[ helios-setup] Sep 06 23:06:26.343 INFO E| Downloaded futures-channel v0.3.28
24152024-09-06T23:06:27.033Z[ helios-setup] Sep 06 23:06:26.349 INFO E| Downloaded uuid v1.3.0
24162024-09-06T23:06:27.043Z[ helios-setup] Sep 06 23:06:26.358 INFO E| Downloaded unicode-ident v1.0.8
24172024-09-06T23:06:27.048Z[ helios-setup] Sep 06 23:06:26.363 INFO E| Downloaded serde_derive v1.0.204
24182024-09-06T23:06:27.054Z[ helios-setup] Sep 06 23:06:26.369 INFO E| Downloaded crossbeam-epoch v0.9.13
24192024-09-06T23:06:27.061Z[ helios-setup] Sep 06 23:06:26.376 INFO E| Downloaded tracing-core v0.1.30
24202024-09-06T23:06:27.067Z[ helios-setup] Sep 06 23:06:26.382 INFO E| Downloaded serde_yaml v0.9.21
24212024-09-06T23:06:27.075Z[ helios-setup] Sep 06 23:06:26.390 INFO E| Downloaded toml_edit v0.19.8
24222024-09-06T23:06:27.109Z[ helios-setup] Sep 06 23:06:26.424 INFO E| Downloaded unicode-normalization v0.1.22
24232024-09-06T23:06:27.115Z[ helios-setup] Sep 06 23:06:26.430 INFO E| Downloaded serde_json v1.0.95
24242024-09-06T23:06:27.130Z[ helios-setup] Sep 06 23:06:26.445 INFO E| Downloaded winnow v0.4.1
24252024-09-06T23:06:27.146Z[ helios-setup] Sep 06 23:06:26.461 INFO E| Downloaded syn v2.0.72
24262024-09-06T23:06:27.167Z[ helios-setup] Sep 06 23:06:26.482 INFO E| Downloaded rustls-webpki v0.100.1
24272024-09-06T23:06:27.177Z[ helios-setup] Sep 06 23:06:26.492 INFO E| Downloaded mio v0.8.5
24282024-09-06T23:06:27.186Z[ helios-setup] Sep 06 23:06:26.501 INFO E| Downloaded tokio v1.27.0
24292024-09-06T23:06:27.212Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24302024-09-06T23:06:27.238Z[ helios-setup] Sep 06 23:06:26.553 INFO E| Downloaded pest v2.5.7
24312024-09-06T23:06:27.244Z[ helios-setup] Sep 06 23:06:26.559 INFO E| Downloaded futures-util v0.3.28
24322024-09-06T23:06:27.259Z[ helios-setup] Sep 06 23:06:26.574 INFO E| Downloaded clap_builder v4.2.1
24332024-09-06T23:06:27.268Z[ helios-setup] Sep 06 23:06:26.584 INFO E| Downloaded http v0.2.9
24342024-09-06T23:06:27.273Z[ helios-setup] Sep 06 23:06:26.588 INFO E| Downloaded crossbeam-channel v0.5.6
24352024-09-06T23:06:27.318Z[ helios-setup] Sep 06 23:06:26.633 INFO E| Downloaded syn v1.0.107
24362024-09-06T23:06:27.335Z[ helios-setup] Sep 06 23:06:26.650 INFO E| Downloaded reqwest v0.11.16
24372024-09-06T23:06:27.349Z[ helios-setup] Sep 06 23:06:26.664 INFO E| Downloaded h2 v0.3.16
24382024-09-06T23:06:27.360Z[ helios-setup] Sep 06 23:06:26.675 INFO E| Downloaded rayon v1.6.1
24392024-09-06T23:06:27.376Z[ helios-setup] Sep 06 23:06:26.690 INFO E| Downloaded regress v0.5.0
24402024-09-06T23:06:27.396Z[ helios-setup] Sep 06 23:06:26.711 INFO E| Downloaded hyper v0.14.25
24412024-09-06T23:06:27.410Z[ helios-setup] Sep 06 23:06:26.725 INFO E| Downloaded rustls v0.21.0
24422024-09-06T23:06:27.430Z[ helios-setup] Sep 06 23:06:26.745 INFO E| Downloaded regex v1.7.3
24432024-09-06T23:06:27.444Z[ helios-setup] Sep 06 23:06:26.759 INFO E| Downloaded rhai v1.14.0
24442024-09-06T23:06:27.466Z[ helios-setup] Sep 06 23:06:26.781 INFO E| Downloaded rustix v0.37.3
24452024-09-06T23:06:27.474Z[ host-package] Compiling cexpr v0.6.0
24462024-09-06T23:06:27.500Z[ helios-setup] Sep 06 23:06:26.815 INFO E| Downloaded openapiv3 v1.0.2
24472024-09-06T23:06:27.529Z[ helios-setup] Sep 06 23:06:26.844 INFO E| Downloaded git2 v0.16.1
24482024-09-06T23:06:27.542Z[ helios-setup] Sep 06 23:06:26.857 INFO E| Downloaded chrono v0.4.24
24492024-09-06T23:06:27.552Z[ helios-setup] Sep 06 23:06:26.867 INFO E| Downloaded aho-corasick v0.7.20
24502024-09-06T23:06:27.558Z[ helios-setup] Sep 06 23:06:26.873 INFO E| Downloaded libc v0.2.139
24512024-09-06T23:06:27.598Z[ helios-setup] Sep 06 23:06:26.912 INFO E| Downloaded memchr v2.5.0
24522024-09-06T23:06:27.604Z[ helios-setup] Sep 06 23:06:26.918 INFO E| Downloaded clap v4.2.1
24532024-09-06T23:06:27.617Z[ helios-setup] Sep 06 23:06:26.932 INFO E| Downloaded cc v1.0.78
24542024-09-06T23:06:27.621Z[ helios-setup] Sep 06 23:06:26.936 INFO E| Downloaded base64 v0.21.0
24552024-09-06T23:06:27.627Z[ helios-setup] Sep 06 23:06:26.942 INFO E| Downloaded serde v1.0.204
24562024-09-06T23:06:27.632Z[ helios-setup] Sep 06 23:06:26.947 INFO E| Downloaded url v2.3.1
24572024-09-06T23:06:27.637Z[ helios-setup] Sep 06 23:06:26.952 INFO E| Downloaded schemars v0.8.12
24582024-09-06T23:06:27.676Z[ helios-setup] Sep 06 23:06:26.990 INFO E| Downloaded num-traits v0.2.15
24592024-09-06T23:06:27.680Z[ helios-setup] Sep 06 23:06:26.995 INFO E| Downloaded tracing v0.1.37
24602024-09-06T23:06:27.687Z[ helios-setup] Sep 06 23:06:27.002 INFO E| Downloaded tokio-util v0.7.7
24612024-09-06T23:06:27.697Z[ helios-setup] Sep 06 23:06:27.012 INFO E| Downloaded parking_lot v0.12.1
24622024-09-06T23:06:27.701Z[ helios-setup] Sep 06 23:06:27.015 INFO E| Downloaded lock_api v0.4.9
24632024-09-06T23:06:27.703Z[ helios-setup] Sep 06 23:06:27.018 INFO E| Downloaded unsafe-libyaml v0.2.8
24642024-09-06T23:06:27.708Z[ helios-setup] Sep 06 23:06:27.023 INFO E| Downloaded unicode-linebreak v0.1.4
24652024-09-06T23:06:27.712Z[ helios-setup] Sep 06 23:06:27.027 INFO E| Downloaded semver v1.0.17
24662024-09-06T23:06:27.720Z[ helios-setup] Sep 06 23:06:27.030 INFO E| Downloaded sct v0.7.0
24672024-09-06T23:06:27.722Z[ helios-setup] Sep 06 23:06:27.036 INFO E| Downloaded rayon-core v1.10.2
24682024-09-06T23:06:27.727Z[ helios-setup] Sep 06 23:06:27.042 INFO E| Downloaded clap_lex v0.4.1
24692024-09-06T23:06:27.730Z[ helios-setup] Sep 06 23:06:27.044 INFO E| Downloaded rhai_codegen v1.5.0
24702024-09-06T23:06:27.742Z[ helios-setup] Sep 06 23:06:27.057 INFO E| Downloaded ucd-trie v0.1.5
24712024-09-06T23:06:27.745Z[ helios-setup] Sep 06 23:06:27.059 INFO E| Downloaded toml v0.7.3
24722024-09-06T23:06:27.750Z[ helios-setup] Sep 06 23:06:27.065 INFO E| Downloaded textwrap v0.16.0
24732024-09-06T23:06:27.754Z[ helios-setup] Sep 06 23:06:27.069 INFO E| Downloaded once_cell v1.17.0
24742024-09-06T23:06:27.757Z[ helios-setup] Sep 06 23:06:27.072 INFO E| Downloaded encoding_rs v0.8.32
24752024-09-06T23:06:27.791Z[ helios-setup] Sep 06 23:06:27.106 INFO E| Downloaded ipnet v2.7.2
24762024-09-06T23:06:27.793Z[ helios-setup] Sep 06 23:06:27.108 INFO E| Downloaded tokio-tungstenite v0.18.0
24772024-09-06T23:06:27.797Z[ helios-setup] Sep 06 23:06:27.112 INFO E| Downloaded socket2 v0.4.9
24782024-09-06T23:06:27.800Z[ helios-setup] Sep 06 23:06:27.115 INFO E| Downloaded thiserror-impl v1.0.38
24792024-09-06T23:06:27.802Z[ helios-setup] Sep 06 23:06:27.117 INFO E| Downloaded clap_derive v4.2.0
24802024-09-06T23:06:27.805Z[ helios-setup] Sep 06 23:06:27.120 INFO E| Downloaded camino v1.1.4
24812024-09-06T23:06:27.808Z[ helios-setup] Sep 06 23:06:27.123 INFO E| Downloaded bytes v1.4.0
24822024-09-06T23:06:27.814Z[ helios-setup] Sep 06 23:06:27.129 INFO E| Downloaded ahash v0.8.3
24832024-09-06T23:06:27.820Z[ helios-setup] Sep 06 23:06:27.135 INFO E| Downloaded async-trait v0.1.68
24842024-09-06T23:06:27.825Z[ helios-setup] Sep 06 23:06:27.140 INFO E| Downloaded paste v1.0.12
24852024-09-06T23:06:27.830Z[ helios-setup] Sep 06 23:06:27.145 INFO E| Downloaded lazy_static v1.4.0
24862024-09-06T23:06:27.832Z[ helios-setup] Sep 06 23:06:27.147 INFO E| Downloaded itoa v1.0.6
24872024-09-06T23:06:27.835Z[ helios-setup] Sep 06 23:06:27.149 INFO E| Downloaded serde_tokenstream v0.2.0
24882024-09-06T23:06:27.839Z[ helios-setup] Sep 06 23:06:27.154 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24892024-09-06T23:06:27.942Z[ helios-setup] Sep 06 23:06:27.256 INFO E| Downloaded serde_path_to_error v0.1.11
24902024-09-06T23:06:27.944Z[ helios-setup] Sep 06 23:06:27.259 INFO E| Downloaded terminal_size v0.2.6
24912024-09-06T23:06:27.947Z[ helios-setup] Sep 06 23:06:27.261 INFO E| Downloaded tempfile v3.5.0
24922024-09-06T23:06:27.950Z[ helios-setup] Sep 06 23:06:27.265 INFO E| Downloaded futures-task v0.3.28
24932024-09-06T23:06:27.952Z[ helios-setup] Sep 06 23:06:27.267 INFO E| Downloaded futures-io v0.3.28
24942024-09-06T23:06:27.954Z[ helios-setup] Sep 06 23:06:27.268 INFO E| Downloaded futures-executor v0.3.28
24952024-09-06T23:06:27.957Z[ helios-setup] Sep 06 23:06:27.270 INFO E| Downloaded form_urlencoded v1.1.0
24962024-09-06T23:06:27.957Z[ helios-setup] Sep 06 23:06:27.271 INFO E| Downloaded digest v0.10.6
24972024-09-06T23:06:27.959Z[ helios-setup] Sep 06 23:06:27.274 INFO E| Downloaded built v0.6.0
24982024-09-06T23:06:27.962Z[ helios-setup] Sep 06 23:06:27.277 INFO E| Downloaded concolor-override v1.0.0
24992024-09-06T23:06:27.964Z[ helios-setup] Sep 06 23:06:27.278 INFO E| Downloaded byteorder v1.4.3
25002024-09-06T23:06:27.967Z[ helios-setup] Sep 06 23:06:27.281 INFO E| Downloaded crossbeam-utils v0.8.14
25012024-09-06T23:06:27.970Z[ helios-setup] Sep 06 23:06:27.285 INFO E| Downloaded anyhow v1.0.68
25022024-09-06T23:06:27.976Z[ helios-setup] Sep 06 23:06:27.291 INFO E| Downloaded toolchain_find v0.2.0
25032024-09-06T23:06:27.978Z[ helios-setup] Sep 06 23:06:27.293 INFO E| Downloaded libz-sys v1.1.8
25042024-09-06T23:06:28.062Z[ helios-setup] Sep 06 23:06:27.377 INFO E| Downloaded smawk v0.3.1
25052024-09-06T23:06:28.065Z[ helios-setup] Sep 06 23:06:27.379 INFO E| Downloaded smallvec v1.10.0
25062024-09-06T23:06:28.068Z[ helios-setup] Sep 06 23:06:27.383 INFO E| Downloaded parking_lot_core v0.9.6
25072024-09-06T23:06:28.071Z[ helios-setup] Sep 06 23:06:27.386 INFO E| Downloaded log v0.4.17
25082024-09-06T23:06:28.075Z[ helios-setup] Sep 06 23:06:27.390 INFO E| Downloaded io-lifetimes v1.0.10
25092024-09-06T23:06:28.079Z[ helios-setup] Sep 06 23:06:27.394 INFO E| Downloaded futures v0.3.28
25102024-09-06T23:06:28.088Z[ helios-setup] Sep 06 23:06:27.403 INFO E| Downloaded const-random v0.1.15
25112024-09-06T23:06:28.090Z[ helios-setup] Sep 06 23:06:27.405 INFO E| Downloaded anstyle-parse v0.1.1
25122024-09-06T23:06:28.093Z[ helios-setup] Sep 06 23:06:27.407 INFO E| Downloaded anstream v0.2.6
25132024-09-06T23:06:28.096Z[ helios-setup] Sep 06 23:06:27.411 INFO E| Downloaded rustfmt-wrapper v0.2.0
25142024-09-06T23:06:28.098Z[ helios-setup] Sep 06 23:06:27.413 INFO E| Downloaded num-integer v0.1.45
25152024-09-06T23:06:28.101Z[ helios-setup] Sep 06 23:06:27.416 INFO E| Downloaded is-terminal v0.4.7
25162024-09-06T23:06:28.103Z[ helios-setup] Sep 06 23:06:27.418 INFO E| Downloaded home v0.5.4
25172024-09-06T23:06:28.106Z[ helios-setup] Sep 06 23:06:27.419 INFO E| Downloaded futures-macro v0.3.28
25182024-09-06T23:06:28.108Z[ helios-setup] Sep 06 23:06:27.421 INFO E| Downloaded either v1.8.0
25192024-09-06T23:06:28.108Z[ helios-setup] Sep 06 23:06:27.423 INFO E| Downloaded concolor-query v0.3.3
25202024-09-06T23:06:28.110Z[ helios-setup] Sep 06 23:06:27.425 INFO E| Downloaded fastrand v1.9.0
25212024-09-06T23:06:28.112Z[ helios-setup] Sep 06 23:06:27.427 INFO E| Downloaded crossbeam-deque v0.8.2
25222024-09-06T23:06:28.115Z[ helios-setup] Sep 06 23:06:27.429 INFO E| Downloaded autocfg v1.1.0
25232024-09-06T23:06:28.117Z[ helios-setup] Sep 06 23:06:27.431 INFO E| Downloaded anstyle v0.3.5
25242024-09-06T23:06:28.514Z[ helios-setup] Sep 06 23:06:27.829 INFO E| Compiling proc-macro2 v1.0.86
25252024-09-06T23:06:28.514Z[ helios-setup] Sep 06 23:06:27.829 INFO E| Compiling libc v0.2.139
25262024-09-06T23:06:28.517Z[ helios-setup] Sep 06 23:06:27.829 INFO E| Compiling unicode-ident v1.0.8
25272024-09-06T23:06:28.517Z[ helios-setup] Sep 06 23:06:27.829 INFO E| Compiling autocfg v1.1.0
25282024-09-06T23:06:28.517Z[ helios-setup] Sep 06 23:06:27.829 INFO E| Compiling cfg-if v1.0.0
25292024-09-06T23:06:28.517Z[ helios-setup] Sep 06 23:06:27.829 INFO E| Compiling version_check v0.9.4
25302024-09-06T23:06:28.517Z[ helios-setup] Sep 06 23:06:27.829 INFO E| Compiling serde v1.0.204
25312024-09-06T23:06:28.517Z[ helios-setup] Sep 06 23:06:27.829 INFO E| Compiling syn v1.0.107
25322024-09-06T23:06:28.849Z[ helios-setup] Sep 06 23:06:28.164 INFO E| Compiling memchr v2.5.0
25332024-09-06T23:06:29.352Z[ helios-setup] Sep 06 23:06:28.667 INFO E| Compiling once_cell v1.17.0
25342024-09-06T23:06:29.579Z[ host-package] Compiling aead v0.5.2
25352024-09-06T23:06:29.966Z[ helios-setup] Sep 06 23:06:29.281 INFO E| Compiling log v0.4.17
25362024-09-06T23:06:29.983Z[ helios-setup] Sep 06 23:06:29.297 INFO E| Compiling thiserror v1.0.38
25372024-09-06T23:06:30.216Z[ host-package] Compiling ref-cast v1.0.23
25382024-09-06T23:06:30.910Z[ helios-setup] Sep 06 23:06:30.225 INFO E| Compiling serde_json v1.0.95
25392024-09-06T23:06:30.913Z[ helios-setup] Sep 06 23:06:30.226 INFO E| Compiling itoa v1.0.6
25402024-09-06T23:06:31.463Z[ host-package] Compiling rustc-hash v1.1.0
25412024-09-06T23:06:31.617Z[ host-package] Compiling shlex v1.3.0
25422024-09-06T23:06:31.727Z[ helios-setup] Sep 06 23:06:31.042 INFO E| Compiling quote v1.0.36
25432024-09-06T23:06:31.806Z[ host-package] Compiling lazycell v1.3.0
25442024-09-06T23:06:32.512Z[ helios-setup] Sep 06 23:06:31.826 INFO E| Compiling syn v2.0.72
25452024-09-06T23:06:32.718Z[ host-package] Compiling chacha20poly1305 v0.10.1
25462024-09-06T23:06:32.924Z[ helios-setup] Sep 06 23:06:32.238 INFO E| Compiling indexmap v1.9.3
25472024-09-06T23:06:33.043Z[ helios-setup] Sep 06 23:06:32.357 INFO E| Compiling pin-project-lite v0.2.9
25482024-09-06T23:06:33.361Z[ helios-setup] Sep 06 23:06:32.675 INFO E| Compiling getrandom v0.2.8
25492024-09-06T23:06:33.566Z[ host-package] Compiling vsss-rs v3.3.4
25502024-09-06T23:06:33.791Z[ helios-setup] Sep 06 23:06:33.106 INFO E| Compiling jobserver v0.1.26
25512024-09-06T23:06:34.125Z[ helios-setup] Sep 06 23:06:33.439 INFO E| Compiling scopeguard v1.1.0
25522024-09-06T23:06:34.267Z[ host-package] Compiling slog-envlogger v2.2.0
25532024-09-06T23:06:34.306Z[ helios-setup] Sep 06 23:06:33.620 INFO E| Compiling num-integer v0.1.45
25542024-09-06T23:06:34.665Z[ helios-setup] Sep 06 23:06:33.979 INFO E| Compiling bytes v1.4.0
25552024-09-06T23:06:34.834Z[ helios-setup] Sep 06 23:06:34.148 INFO E| Compiling cc v1.0.78
25562024-09-06T23:06:34.880Z[ helios-setup] Sep 06 23:06:34.195 INFO E| Compiling futures-core v0.3.28
25572024-09-06T23:06:35.120Z[ helios-setup] Sep 06 23:06:34.431 INFO E| Compiling ryu v1.0.13
25582024-09-06T23:06:35.211Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25592024-09-06T23:06:35.885Z[ host-package] Compiling derive_builder_core v0.20.0
25602024-09-06T23:06:35.998Z[ helios-setup] Sep 06 23:06:35.312 INFO E| Compiling lock_api v0.4.9
25612024-09-06T23:06:36.190Z[ helios-setup] Sep 06 23:06:35.504 INFO E| Compiling parking_lot_core v0.9.6
25622024-09-06T23:06:36.775Z[ helios-setup] Sep 06 23:06:36.089 INFO E| Compiling typenum v1.16.0
25632024-09-06T23:06:37.008Z[ helios-setup] Sep 06 23:06:36.322 INFO E| Compiling bitflags v1.3.2
25642024-09-06T23:06:37.335Z[ helios-setup] Sep 06 23:06:36.649 INFO E| Compiling num_cpus v1.15.0
25652024-09-06T23:06:37.784Z[ helios-setup] Sep 06 23:06:37.098 INFO E| Compiling generic-array v0.14.6
25662024-09-06T23:06:37.832Z[ helios-setup] Sep 06 23:06:37.146 INFO E| Compiling slab v0.4.7
25672024-09-06T23:06:37.905Z[ helios-setup] Sep 06 23:06:37.219 INFO E| Compiling futures-task v0.3.28
25682024-09-06T23:06:37.966Z[ helios-setup] Sep 06 23:06:37.280 INFO E| Compiling futures-sink v0.3.28
25692024-09-06T23:06:38.152Z[ host-package] Compiling headers-core v0.2.0
25702024-09-06T23:06:38.401Z[ helios-setup] Sep 06 23:06:37.715 INFO E| Compiling futures-channel v0.3.28
25712024-09-06T23:06:38.607Z[ host-package] Compiling fxhash v0.2.1
25722024-09-06T23:06:39.063Z[ helios-setup] Sep 06 23:06:38.377 INFO E| Compiling tokio v1.27.0
25732024-09-06T23:06:39.120Z[ helios-setup] Sep 06 23:06:38.434 INFO E| Compiling schemars v0.8.12
25742024-09-06T23:06:39.132Z[ host-package] Compiling libxml v0.3.3
25752024-09-06T23:06:39.211Z[ helios-setup] Sep 06 23:06:38.525 INFO E| Compiling futures-util v0.3.28
25762024-09-06T23:06:40.021Z[ helios-setup] Sep 06 23:06:39.335 INFO E| Compiling socket2 v0.4.9
25772024-09-06T23:06:40.091Z[ host-package] Compiling ref-cast-impl v1.0.23
25782024-09-06T23:06:40.137Z[ helios-setup] Sep 06 23:06:39.451 INFO E| Compiling mio v0.8.5
25792024-09-06T23:06:40.412Z[ host-package] Compiling derive_builder_macro v0.20.0
25802024-09-06T23:06:40.446Z[ helios-setup] Sep 06 23:06:39.760 INFO E| Compiling signal-hook-registry v1.4.0
25812024-09-06T23:06:40.612Z[ helios-setup] Sep 06 23:06:39.925 INFO E| Compiling ahash v0.7.6
25822024-09-06T23:06:40.818Z[ helios-setup] Sep 06 23:06:40.132 INFO E| Compiling num-traits v0.2.15
25832024-09-06T23:06:41.466Z[ helios-setup] Sep 06 23:06:40.779 INFO E| Compiling futures-io v0.3.28
25842024-09-06T23:06:41.716Z[ helios-setup] Sep 06 23:06:41.030 INFO E| Compiling io-lifetimes v1.0.10
25852024-09-06T23:06:42.144Z[ host-package] Compiling headers v0.3.9
25862024-09-06T23:06:42.216Z[ helios-setup] Sep 06 23:06:41.527 INFO E| Compiling crunchy v0.2.2
25872024-09-06T23:06:42.950Z[ helios-setup] Sep 06 23:06:42.264 INFO E| Compiling pin-utils v0.1.0
25882024-09-06T23:06:43.261Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25892024-09-06T23:06:43.811Z[ host-package] Compiling polar-core v0.27.3
25902024-09-06T23:06:43.855Z[ helios-setup] Sep 06 23:06:43.168 INFO E| Compiling ahash v0.8.3
25912024-09-06T23:06:43.949Z[ helios-setup] Sep 06 23:06:43.262 INFO E| Compiling serde_derive_internals v0.26.0
25922024-09-06T23:06:44.382Z[ helios-setup] Sep 06 23:06:43.695 INFO E| Compiling hashbrown v0.12.3
25932024-09-06T23:06:44.827Z[ helios-setup] Sep 06 23:06:44.141 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25942024-09-06T23:06:44.827Z[ helios-setup] Sep 06 23:06:44.141 INFO E| Compiling rustix v0.37.3
25952024-09-06T23:06:44.972Z[ helios-setup] Sep 06 23:06:44.285 INFO E| Compiling tiny-keccak v2.0.2
25962024-09-06T23:06:46.132Z[ helios-setup] Sep 06 23:06:45.445 INFO E| Compiling crypto-common v0.1.6
25972024-09-06T23:06:46.219Z[ helios-setup] Sep 06 23:06:45.532 INFO E| Compiling block-buffer v0.10.3
25982024-09-06T23:06:47.127Z[ helios-setup] Sep 06 23:06:46.440 INFO E| Compiling errno v0.3.1
25992024-09-06T23:06:47.602Z[ helios-setup] Sep 06 23:06:46.915 INFO E| Compiling pkg-config v0.3.26
26002024-09-06T23:06:47.703Z[ helios-setup] Sep 06 23:06:47.017 INFO E| Compiling crossbeam-utils v0.8.14
26012024-09-06T23:06:47.895Z[ helios-setup] Sep 06 23:06:47.209 INFO E| Compiling fnv v1.0.7
26022024-09-06T23:06:47.928Z[ helios-setup] Sep 06 23:06:47.241 INFO E| Compiling slog v2.7.0
26032024-09-06T23:06:48.115Z[ helios-setup] Sep 06 23:06:47.428 INFO E| Compiling http v0.2.9
26042024-09-06T23:06:48.547Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26052024-09-06T23:06:49.011Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26062024-09-06T23:06:49.353Z[ host-package] Compiling strum_macros v0.24.3
26072024-09-06T23:06:50.150Z[ helios-setup] Sep 06 23:06:49.463 INFO E| Compiling digest v0.10.6
26082024-09-06T23:06:50.824Z[ helios-setup] Sep 06 23:06:50.137 INFO E| Compiling aho-corasick v0.7.20
26092024-09-06T23:06:51.667Z[ helios-setup] Sep 06 23:06:50.980 INFO E| Compiling httparse v1.8.0
26102024-09-06T23:06:51.711Z[ helios-setup] Sep 06 23:06:51.021 INFO E| Compiling tinyvec_macros v0.1.1
26112024-09-06T23:06:51.941Z[ helios-setup] Sep 06 23:06:51.253 INFO E| Compiling anyhow v1.0.68
26122024-09-06T23:06:53.357Z[ helios-setup] Sep 06 23:06:52.669 INFO E| Compiling regex-syntax v0.6.29
26132024-09-06T23:06:53.453Z[ helios-setup] Sep 06 23:06:52.765 INFO E| Compiling unicode-width v0.1.10
26142024-09-06T23:06:53.754Z[ helios-setup] Sep 06 23:06:53.066 INFO E| Compiling percent-encoding v2.2.0
26152024-09-06T23:06:53.933Z[ helios-setup] Sep 06 23:06:53.246 INFO E| Compiling thiserror-impl v1.0.38
26162024-09-06T23:06:54.012Z[ helios-setup] Sep 06 23:06:53.310 INFO E| Compiling schemars_derive v0.8.12
26172024-09-06T23:06:54.667Z[ helios-setup] Sep 06 23:06:53.980 INFO E| Compiling cpufeatures v0.2.5
26182024-09-06T23:06:54.806Z[ helios-setup] Sep 06 23:06:54.118 INFO E| Compiling heck v0.4.1
26192024-09-06T23:06:54.932Z[ helios-setup] Sep 06 23:06:54.245 INFO E| Compiling form_urlencoded v1.1.0
26202024-09-06T23:06:55.061Z[ helios-setup] Sep 06 23:06:54.374 INFO E| Compiling const-random-macro v0.1.15
26212024-09-06T23:06:55.143Z[ helios-setup] Sep 06 23:06:54.456 INFO E| Compiling serde_derive v1.0.204
26222024-09-06T23:06:55.381Z[ host-package] Compiling kstat-rs v0.2.4
26232024-09-06T23:06:55.824Z[ helios-setup] Sep 06 23:06:55.136 INFO E| Compiling futures-macro v0.3.28
26242024-09-06T23:06:56.069Z[ helios-setup] Sep 06 23:06:55.381 INFO E| Compiling tokio-macros v2.0.0
26252024-09-06T23:06:56.864Z[ helios-setup] Sep 06 23:06:56.176 INFO E| Compiling tinyvec v1.6.0
26262024-09-06T23:06:57.395Z[ host-package] Compiling unicase v2.7.0
26272024-09-06T23:06:58.123Z[ host-package] Compiling dropshot v0.10.1
26282024-09-06T23:06:58.334Z[ host-package] Compiling samael v0.0.15
26292024-09-06T23:06:58.956Z[ helios-setup] Sep 06 23:06:58.223 INFO E| Compiling hashbrown v0.13.2
26302024-09-06T23:06:59.060Z[ host-package] Compiling indoc v1.0.9
26312024-09-06T23:06:59.555Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26322024-09-06T23:07:00.074Z[ helios-setup] Sep 06 23:06:59.386 INFO E| Compiling regex v1.7.3
26332024-09-06T23:07:00.257Z[ helios-setup] Sep 06 23:06:59.569 INFO E| Compiling chrono v0.4.24
26342024-09-06T23:07:00.937Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26352024-09-06T23:07:01.045Z[ helios-setup] Sep 06 23:07:00.358 INFO E| Compiling libz-sys v1.1.8
26362024-09-06T23:07:02.786Z[ helios-setup] Sep 06 23:07:02.098 INFO E| Compiling dyn-clone v1.0.11
26372024-09-06T23:07:03.536Z[ helios-setup] Sep 06 23:07:02.848 INFO E| Compiling uuid v1.3.0
26382024-09-06T23:07:04.169Z[ helios-setup] Sep 06 23:07:03.481 INFO E| Compiling regress v0.5.0
26392024-09-06T23:07:04.482Z[ helios-setup] Sep 06 23:07:03.794 INFO E| Compiling unicode-normalization v0.1.22
26402024-09-06T23:07:06.834Z[ helios-setup] Sep 06 23:07:06.145 INFO E| Compiling const-random v0.1.15
26412024-09-06T23:07:06.938Z[ helios-setup] Sep 06 23:07:06.249 INFO E| Compiling getopts v0.2.21
26422024-09-06T23:07:07.329Z[ helios-setup] Sep 06 23:07:06.640 INFO E| Compiling tracing-core v0.1.30
26432024-09-06T23:07:07.438Z[ helios-setup] Sep 06 23:07:06.750 INFO E| Compiling memoffset v0.7.1
26442024-09-06T23:07:08.814Z[ helios-setup] Sep 06 23:07:08.125 INFO E| Compiling unicode-bidi v0.3.13
26452024-09-06T23:07:09.134Z[ helios-setup] Sep 06 23:07:08.445 INFO E| Compiling ucd-trie v0.1.5
26462024-09-06T23:07:10.107Z[ host-package] Compiling derive_builder v0.20.0
26472024-09-06T23:07:10.205Z[ helios-setup] Sep 06 23:07:09.516 INFO E| Compiling num-conv v0.1.0
26482024-09-06T23:07:11.071Z[ helios-setup] Sep 06 23:07:10.382 INFO E| Compiling powerfmt v0.2.0
26492024-09-06T23:07:11.551Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26502024-09-06T23:07:11.621Z[ helios-setup] Sep 06 23:07:10.932 INFO E| Compiling time-core v0.1.2
26512024-09-06T23:07:12.142Z[ helios-setup] Sep 06 23:07:11.452 INFO E| Compiling idna v0.3.0
26522024-09-06T23:07:12.142Z[ helios-setup] Sep 06 23:07:11.452 INFO E| Compiling time-macros v0.2.18
26532024-09-06T23:07:13.076Z[ helios-setup] Sep 06 23:07:12.385 INFO E| Compiling deranged v0.3.11
26542024-09-06T23:07:17.088Z[ helios-setup] Sep 06 23:07:16.399 INFO E| Compiling pest v2.5.7
26552024-09-06T23:07:17.931Z[ helios-setup] Sep 06 23:07:17.241 INFO E| Compiling tracing v0.1.37
26562024-09-06T23:07:18.470Z[ host-package] Compiling tungstenite v0.23.0
26572024-09-06T23:07:19.124Z[ helios-setup] Sep 06 23:07:18.435 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26582024-09-06T23:07:19.208Z[ helios-setup] Sep 06 23:07:18.518 INFO E| Compiling time v0.1.45
26592024-09-06T23:07:20.247Z[ helios-setup] Sep 06 23:07:19.558 INFO E| Compiling crossbeam-epoch v0.9.13
26602024-09-06T23:07:20.629Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26612024-09-06T23:07:20.990Z[ helios-setup] Sep 06 23:07:20.301 INFO E| Compiling iana-time-zone v0.1.56
26622024-09-06T23:07:21.365Z[ host-package] Compiling crossterm v0.28.1
26632024-09-06T23:07:21.815Z[ helios-setup] Sep 06 23:07:21.125 INFO E| Compiling toml v0.5.11
26642024-09-06T23:07:22.329Z[ helios-setup] Sep 06 23:07:21.639 INFO E| Compiling serde_tokenstream v0.2.0
26652024-09-06T23:07:22.452Z[ helios-setup] Sep 06 23:07:21.762 INFO E| Compiling num_threads v0.1.6
26662024-09-06T23:07:22.474Z[ host-package] Compiling oso-derive v0.27.3
26672024-09-06T23:07:22.815Z[ helios-setup] Sep 06 23:07:22.124 INFO E| Compiling semver v1.0.17
26682024-09-06T23:07:23.520Z[ helios-setup] Sep 06 23:07:22.830 INFO E| Compiling smallvec v1.10.0
26692024-09-06T23:07:23.996Z[ helios-setup] Sep 06 23:07:23.307 INFO E| Compiling time v0.3.36
26702024-09-06T23:07:24.923Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26712024-09-06T23:07:26.235Z[ helios-setup] Sep 06 23:07:25.544 INFO E| Compiling parking_lot v0.12.1
26722024-09-06T23:07:27.117Z[ helios-setup] Sep 06 23:07:26.426 INFO E| Compiling semver-parser v0.10.2
26732024-09-06T23:07:28.610Z[ host-package] Compiling dropshot_endpoint v0.10.1
26742024-09-06T23:07:30.474Z[ helios-setup] Sep 06 23:07:29.783 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26752024-09-06T23:07:32.485Z[ host-package] Compiling libz-sys v1.1.16
26762024-09-06T23:07:33.550Z[ helios-setup] Sep 06 23:07:32.859 INFO E| Compiling url v2.3.1
26772024-09-06T23:07:33.873Z[ host-package] Compiling quick-xml v0.31.0
26782024-09-06T23:07:36.784Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26792024-09-06T23:07:37.704Z[ helios-setup] Sep 06 23:07:37.012 INFO E| Compiling crossbeam-channel v0.5.6
26802024-09-06T23:07:37.754Z[ host-package] Compiling cfg_aliases v0.1.1
26812024-09-06T23:07:38.317Z[ host-package] Compiling parking_lot_core v0.8.6
26822024-09-06T23:07:38.831Z[ helios-setup] Sep 06 23:07:38.139 INFO E| Compiling dirs-sys-next v0.1.2
26832024-09-06T23:07:39.037Z[ host-package] Compiling oso v0.27.3
26842024-09-06T23:07:39.770Z[ host-package] Compiling nix v0.28.0
26852024-09-06T23:07:40.877Z[ helios-setup] Sep 06 23:07:40.186 INFO E| Compiling same-file v1.0.6
26862024-09-06T23:07:41.394Z[ helios-setup] Sep 06 23:07:40.702 INFO E| Compiling crc32fast v1.3.2
26872024-09-06T23:07:41.531Z[ helios-setup] Sep 06 23:07:40.840 INFO E| Compiling try-lock v0.2.4
26882024-09-06T23:07:41.531Z[ helios-setup] Sep 06 23:07:40.840 INFO E| Compiling walkdir v2.3.3
26892024-09-06T23:07:42.087Z[ helios-setup] Sep 06 23:07:41.395 INFO E| Compiling want v0.3.0
26902024-09-06T23:07:42.469Z[ helios-setup] Sep 06 23:07:41.778 INFO E| Compiling dirs-next v2.0.0
26912024-09-06T23:07:44.682Z[ host-package] Compiling tokio-tungstenite v0.23.1
26922024-09-06T23:07:45.452Z[ helios-setup] Sep 06 23:07:44.760 INFO E| Compiling semver v0.11.0
26932024-09-06T23:07:45.554Z[ helios-setup] Sep 06 23:07:44.862 INFO E| Compiling proc-macro-crate v1.2.1
26942024-09-06T23:07:46.578Z[ helios-setup] Sep 06 23:07:45.886 INFO E| Compiling tokio-util v0.7.7
26952024-09-06T23:07:46.890Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962024-09-06T23:07:48.055Z[ helios-setup] Sep 06 23:07:47.363 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26972024-09-06T23:07:48.329Z[ helios-setup] Sep 06 23:07:47.637 INFO E| Compiling futures-executor v0.3.28
26982024-09-06T23:07:50.185Z[ helios-setup] Sep 06 23:07:49.493 INFO E| Compiling h2 v0.3.16
26992024-09-06T23:07:50.338Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002024-09-06T23:07:51.013Z[ helios-setup] Sep 06 23:07:50.320 INFO E| Compiling http-body v0.4.5
27012024-09-06T23:07:51.401Z[ helios-setup] Sep 06 23:07:50.709 INFO E| Compiling ring v0.16.20
27022024-09-06T23:07:51.909Z[ helios-setup] Sep 06 23:07:51.217 INFO E| Compiling rand_core v0.6.4
27032024-09-06T23:07:52.945Z[ helios-setup] Sep 06 23:07:52.253 INFO E| Compiling thread_local v1.1.7
27042024-09-06T23:07:53.934Z[ helios-setup] Sep 06 23:07:53.242 INFO E| Compiling fastrand v1.9.0
27052024-09-06T23:07:54.621Z[ helios-setup] Sep 06 23:07:53.928 INFO E| Compiling ppv-lite86 v0.2.17
27062024-09-06T23:07:54.932Z[ helios-setup] Sep 06 23:07:54.240 INFO E| Compiling utf8parse v0.2.1
27072024-09-06T23:07:55.533Z[ helios-setup] Sep 06 23:07:54.840 INFO E| Compiling httpdate v1.0.2
27082024-09-06T23:07:55.930Z[ helios-setup] Sep 06 23:07:55.237 INFO E| Compiling tower-service v0.3.2
27092024-09-06T23:07:56.217Z[ helios-setup] Sep 06 23:07:55.524 INFO E| Compiling adler v1.0.2
27102024-09-06T23:07:57.002Z[ helios-setup] Sep 06 23:07:56.308 INFO E| Compiling lazy_static v1.4.0
27112024-09-06T23:07:57.129Z[ helios-setup] Sep 06 23:07:56.434 INFO E| Compiling home v0.5.4
27122024-09-06T23:07:57.303Z[ helios-setup] Sep 06 23:07:56.607 INFO E| Compiling base64 v0.21.0
27132024-09-06T23:07:57.534Z[ helios-setup] Sep 06 23:07:56.840 INFO E| Compiling rayon-core v1.10.2
27142024-09-06T23:07:57.823Z[ helios-setup] Sep 06 23:07:57.128 INFO E| Compiling toolchain_find v0.2.0
27152024-09-06T23:07:58.647Z[ helios-setup] Sep 06 23:07:57.954 INFO E| Compiling miniz_oxide v0.6.2
27162024-09-06T23:07:58.692Z[ helios-setup] Sep 06 23:07:57.998 INFO E| Compiling rand_chacha v0.3.1
27172024-09-06T23:08:00.320Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27182024-09-06T23:08:01.388Z[ host-package] Compiling bb8 v0.8.5
27192024-09-06T23:08:02.259Z[ helios-setup] Sep 06 23:08:01.564 INFO E| Compiling hyper v0.14.25
27202024-09-06T23:08:02.562Z[ helios-setup] Sep 06 23:08:01.869 INFO E| Compiling anstyle-parse v0.1.1
27212024-09-06T23:08:02.700Z[ host-package] Compiling const_format_proc_macros v0.2.32
27222024-09-06T23:08:03.437Z[ helios-setup] Sep 06 23:08:02.743 INFO E| Compiling tempfile v3.5.0
27232024-09-06T23:08:04.793Z[ helios-setup] Sep 06 23:08:04.100 INFO E| Compiling futures v0.3.28
27242024-09-06T23:08:06.885Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27252024-09-06T23:08:08.598Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27262024-09-06T23:08:09.396Z[ host-package] Compiling vte v0.11.1
27272024-09-06T23:08:12.717Z[ host-package] Compiling const_format v0.2.32
27282024-09-06T23:08:13.887Z[ host-package] Compiling async-bb8-diesel v0.2.1
27292024-09-06T23:08:15.315Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
27302024-09-06T23:08:17.249Z[ helios-setup] Sep 06 23:08:16.555 INFO E| Compiling cargo-lock v8.0.3
27312024-09-06T23:08:19.049Z[ host-package] Compiling fd-lock v4.0.2
27322024-09-06T23:08:19.656Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27332024-09-06T23:08:21.512Z[ host-package] Compiling bytecount v0.6.8
27342024-09-06T23:08:22.304Z[ host-package] Compiling papergrid v0.11.0
27352024-09-06T23:08:23.025Z[ helios-setup] Sep 06 23:08:22.330 INFO E| Compiling num_enum_derive v0.5.7
27362024-09-06T23:08:24.181Z[ helios-setup] Sep 06 23:08:23.486 INFO E| Compiling crossbeam-deque v0.8.2
27372024-09-06T23:08:24.563Z[ helios-setup] Sep 06 23:08:23.867 INFO E| Compiling term v0.7.0
27382024-09-06T23:08:26.140Z[ helios-setup] Sep 06 23:08:25.445 INFO E| Compiling serde_urlencoded v0.7.1
27392024-09-06T23:08:27.253Z[ helios-setup] Sep 06 23:08:26.558 INFO E| Compiling sha1 v0.10.5
27402024-09-06T23:08:27.393Z[ helios-setup] Sep 06 23:08:26.697 INFO E| Compiling sha2 v0.10.6
27412024-09-06T23:08:27.621Z[ helios-setup] Sep 06 23:08:26.926 INFO E| Compiling is-terminal v0.4.7
27422024-09-06T23:08:27.854Z[ helios-setup] Sep 06 23:08:27.159 INFO E| Compiling atty v0.2.14
27432024-09-06T23:08:28.816Z[ helios-setup] Sep 06 23:08:28.121 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27442024-09-06T23:08:29.344Z[ helios-setup] Sep 06 23:08:28.648 INFO E| Compiling concolor-query v0.3.3
27452024-09-06T23:08:29.653Z[ helios-setup] Sep 06 23:08:28.958 INFO E| Compiling anstyle v0.3.5
27462024-09-06T23:08:30.007Z[ helios-setup] Sep 06 23:08:29.311 INFO E| Compiling concolor-override v1.0.0
27472024-09-06T23:08:34.780Z[ helios-setup] Sep 06 23:08:34.084 INFO E| Compiling anstream v0.2.6
27482024-09-06T23:08:35.631Z[ helios-setup] Sep 06 23:08:34.935 INFO E| Compiling slog-term v2.9.0
27492024-09-06T23:08:36.622Z[ helios-setup] Sep 06 23:08:35.925 INFO E| Compiling num_enum v0.5.7
27502024-09-06T23:08:37.069Z[ helios-setup] Sep 06 23:08:36.372 INFO E| Compiling flate2 v1.0.25
27512024-09-06T23:08:37.498Z[ helios-setup] Sep 06 23:08:36.801 INFO E| Compiling rustfmt-wrapper v0.2.0
27522024-09-06T23:08:38.867Z[ helios-setup] Sep 06 23:08:38.170 INFO E| Compiling rand v0.8.5
27532024-09-06T23:08:39.440Z[ helios-setup] Sep 06 23:08:38.743 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27542024-09-06T23:08:39.828Z[ helios-setup] Sep 06 23:08:39.132 INFO E| Compiling openapiv3 v1.0.2
27552024-09-06T23:08:43.080Z[ helios-setup] Sep 06 23:08:42.383 INFO E| Compiling encoding_rs v0.8.32
27562024-09-06T23:08:46.234Z[ host-package] Compiling parking_lot v0.11.2
27572024-09-06T23:08:47.977Z[ helios-setup] Sep 06 23:08:47.280 INFO E| Compiling untrusted v0.7.1
27582024-09-06T23:08:48.369Z[ helios-setup] Sep 06 23:08:47.672 INFO E| Compiling base64 v0.13.1
27592024-09-06T23:08:48.574Z[ helios-setup] Sep 06 23:08:47.877 INFO E| Compiling strsim v0.10.0
27602024-09-06T23:08:48.672Z[ helios-setup] Sep 06 23:08:47.974 INFO E| Compiling spin v0.5.2
27612024-09-06T23:08:49.456Z[ helios-setup] Sep 06 23:08:48.758 INFO E| Compiling unsafe-libyaml v0.2.8
27622024-09-06T23:08:49.901Z[ helios-setup] Sep 06 23:08:49.203 INFO E| Compiling mime v0.3.17
27632024-09-06T23:08:52.089Z[ helios-setup] Sep 06 23:08:51.392 INFO E| Compiling project-root v0.2.2
27642024-09-06T23:08:52.182Z[ helios-setup] Sep 06 23:08:51.484 INFO E| Compiling utf-8 v0.7.6
27652024-09-06T23:08:52.675Z[ helios-setup] Sep 06 23:08:51.978 INFO E| Compiling clap_lex v0.4.1
27662024-09-06T23:08:52.985Z[ helios-setup] Sep 06 23:08:52.288 INFO E| Compiling either v1.8.0
27672024-09-06T23:08:53.015Z[ helios-setup] Sep 06 23:08:52.317 INFO E| Compiling byteorder v1.4.3
27682024-09-06T23:08:53.747Z[ helios-setup] Sep 06 23:08:53.049 INFO E| Compiling ipnet v2.7.2
27692024-09-06T23:08:54.216Z[ helios-setup] Sep 06 23:08:53.518 INFO E| Compiling tungstenite v0.18.0
27702024-09-06T23:08:54.423Z[ helios-setup] Sep 06 23:08:53.725 INFO E| Compiling rayon v1.6.1
27712024-09-06T23:08:54.524Z[ helios-setup] Sep 06 23:08:53.826 INFO E| Compiling clap_builder v4.2.1
27722024-09-06T23:08:59.514Z[ helios-setup] Sep 06 23:08:58.816 INFO E| Compiling reqwest v0.11.16
27732024-09-06T23:09:01.533Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27742024-09-06T23:09:03.543Z[ helios-setup] Sep 06 23:09:02.845 INFO E| Compiling serde_yaml v0.9.21
27752024-09-06T23:09:04.565Z[ helios-setup] Sep 06 23:09:03.866 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27762024-09-06T23:09:04.694Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
27772024-09-06T23:09:05.976Z[ helios-setup] Sep 06 23:09:05.277 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27782024-09-06T23:09:07.962Z[ host-package] Compiling tabled_derive v0.7.0
27792024-09-06T23:09:08.364Z[ helios-setup] Sep 06 23:09:07.663 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27802024-09-06T23:09:12.587Z[ helios-setup] Sep 06 23:09:11.872 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27812024-09-06T23:09:12.914Z[ host-package] Compiling crossterm v0.27.0
27822024-09-06T23:09:13.251Z[ helios-setup] Sep 06 23:09:12.551 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27832024-09-06T23:09:13.270Z[ host-package] Compiling peg-macros v0.8.4
27842024-09-06T23:09:14.264Z[ host-package] Compiling sqlparser_derive v0.2.2
27852024-09-06T23:09:14.750Z[ helios-setup] Sep 06 23:09:14.051 INFO E| Compiling clap_derive v4.2.0
27862024-09-06T23:09:16.974Z[ host-package] Compiling unicode_categories v0.1.1
27872024-09-06T23:09:17.256Z[ helios-setup] Sep 06 23:09:16.556 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27882024-09-06T23:09:17.933Z[ host-package] Compiling nu-ansi-term v0.50.0
27892024-09-06T23:09:20.295Z[ host-package] Compiling peg v0.8.4
27902024-09-06T23:09:20.813Z[ host-package] Compiling rustyline v14.0.0
27912024-09-06T23:09:20.923Z[ host-package] Compiling reedline v0.33.0
27922024-09-06T23:09:24.122Z[ helios-setup] Sep 06 23:09:23.421 INFO E| Compiling clap v4.2.1
27932024-09-06T23:09:24.384Z[ helios-setup] Sep 06 23:09:23.684 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27942024-09-06T23:09:24.706Z[ host-package] Compiling sqlformat v0.2.4
27952024-09-06T23:09:25.952Z[ host-package] Compiling sqlparser v0.45.0
27962024-09-06T23:09:27.661Z[ host-package] Compiling tabled v0.15.0
27972024-09-06T23:09:35.543Z[ helios-setup] Sep 06 23:09:34.842 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27982024-09-06T23:09:35.744Z[ helios-setup] Sep 06 23:09:35.043 INFO E| Compiling tokio-tungstenite v0.18.0
27992024-09-06T23:09:36.692Z[ helios-setup] Sep 06 23:09:35.991 INFO E| Compiling smartstring v1.0.1
28002024-09-06T23:09:37.854Z[ helios-setup] Sep 06 23:09:37.153 INFO E| Compiling rustls v0.21.0
28012024-09-06T23:09:39.105Z[ helios-setup] Sep 06 23:09:38.404 INFO E| Compiling rustls-webpki v0.100.1
28022024-09-06T23:09:39.448Z[ helios-setup] Sep 06 23:09:38.746 INFO E| Compiling sct v0.7.0
28032024-09-06T23:09:40.427Z[ helios-setup] Sep 06 23:09:39.725 INFO E| Compiling toml_datetime v0.6.1
28042024-09-06T23:09:41.844Z[ helios-setup] Sep 06 23:09:41.142 INFO E| Compiling serde_spanned v0.6.1
28052024-09-06T23:09:42.602Z[ helios-setup] Sep 06 23:09:41.900 INFO E| Compiling winnow v0.4.1
28062024-09-06T23:09:43.121Z[ helios-setup] Sep 06 23:09:42.419 INFO E| Compiling paste v1.0.12
28072024-09-06T23:09:43.747Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28082024-09-06T23:09:44.856Z[ helios-setup] Sep 06 23:09:44.154 INFO E| Compiling static_assertions v1.1.0
28092024-09-06T23:09:45.381Z[ helios-setup] Sep 06 23:09:44.680 INFO E| Compiling slog-async v2.7.0
28102024-09-06T23:09:46.153Z[ host-package] Compiling sled v0.34.7
28112024-09-06T23:09:46.794Z[ helios-setup] Sep 06 23:09:46.092 INFO E| Compiling camino v1.1.4
28122024-09-06T23:09:47.530Z[ helios-setup] Sep 06 23:09:46.828 INFO E| Compiling async-trait v0.1.68
28132024-09-06T23:09:47.819Z[ host-package] Compiling mime_guess v2.0.4
28142024-09-06T23:09:48.696Z[ helios-setup] Sep 06 23:09:47.993 INFO E| Compiling match_cfg v0.1.0
28152024-09-06T23:09:48.848Z[ host-package] Compiling hickory-client v0.24.1
28162024-09-06T23:09:48.882Z[ helios-setup] Sep 06 23:09:48.179 INFO E| Compiling hostname v0.3.1
28172024-09-06T23:09:50.462Z[ host-package] Compiling env_logger v0.9.3
28182024-09-06T23:09:50.583Z[ helios-setup] Sep 06 23:09:49.881 INFO E| Compiling toml_edit v0.19.8
28192024-09-06T23:09:50.626Z[ helios-setup] Sep 06 23:09:49.924 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28202024-09-06T23:09:51.013Z[ helios-setup] Sep 06 23:09:50.310 INFO E| Compiling slog-json v2.6.1
28212024-09-06T23:09:52.343Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28222024-09-06T23:09:52.855Z[ helios-setup] Sep 06 23:09:52.152 INFO E| Compiling unicode-linebreak v0.1.4
28232024-09-06T23:09:57.451Z[ host-package] Compiling tungstenite v0.20.1
28242024-09-06T23:09:58.075Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28252024-09-06T23:09:58.469Z[ helios-setup] Sep 06 23:09:57.766 INFO E| Compiling async-stream-impl v0.3.5
28262024-09-06T23:10:01.755Z[ helios-setup] Sep 06 23:10:01.051 INFO E| Compiling rhai_codegen v1.5.0
28272024-09-06T23:10:04.447Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28282024-09-06T23:10:05.268Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28292024-09-06T23:10:06.757Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28302024-09-06T23:10:07.150Z[ helios-setup] Sep 06 23:10:06.445 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28312024-09-06T23:10:07.382Z[ helios-setup] Sep 06 23:10:06.679 INFO E| Compiling take_mut v0.2.2
28322024-09-06T23:10:07.497Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28332024-09-06T23:10:08.183Z[ helios-setup] Sep 06 23:10:07.479 INFO E| Compiling rhai v1.14.0
28342024-09-06T23:10:08.587Z[ host-package] Compiling hickory-server v0.24.1
28352024-09-06T23:10:09.905Z[ helios-setup] Sep 06 23:10:09.200 INFO E| Compiling async-stream v0.3.5
28362024-09-06T23:10:09.978Z[ host-package] Compiling bcs v0.1.6
28372024-09-06T23:10:10.463Z[ helios-setup] Sep 06 23:10:09.759 INFO E| Compiling tokio-rustls v0.24.0
28382024-09-06T23:10:10.465Z[ helios-setup] Sep 06 23:10:09.759 INFO E| Compiling toml v0.7.3
28392024-09-06T23:10:11.849Z[ helios-setup] Sep 06 23:10:11.145 INFO E| Compiling slog-bunyan v2.4.0
28402024-09-06T23:10:12.286Z[ host-package] Compiling vergen v8.3.2
28412024-09-06T23:10:13.429Z[ host-package] Compiling bitstruct_derive v0.1.0
28422024-09-06T23:10:16.299Z[ host-package] Compiling cargo-platform v0.1.8
28432024-09-06T23:10:16.546Z[ helios-setup] Sep 06 23:10:15.842 INFO E| Compiling rustls-pemfile v1.0.2
28442024-09-06T23:10:16.657Z[ helios-setup] Sep 06 23:10:15.953 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28452024-09-06T23:10:17.633Z[ host-package] Compiling nanorand v0.7.0
28462024-09-06T23:10:18.045Z[ helios-setup] Sep 06 23:10:17.340 INFO E| Compiling bincode v1.3.3
28472024-09-06T23:10:19.185Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28482024-09-06T23:10:19.280Z[ host-package] Compiling memoffset v0.9.1
28492024-09-06T23:10:19.838Z[ host-package] Compiling ascii v1.1.0
28502024-09-06T23:10:20.247Z[ helios-setup] Sep 06 23:10:19.542 INFO E| Compiling serde_path_to_error v0.1.11
28512024-09-06T23:10:20.415Z[ helios-setup] Sep 06 23:10:19.710 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28522024-09-06T23:10:20.501Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28532024-09-06T23:10:20.831Z[ host-package] Compiling flume v0.11.0
28542024-09-06T23:10:21.329Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28552024-09-06T23:10:21.374Z[ helios-setup] Sep 06 23:10:20.669 INFO E| Compiling terminal_size v0.2.6
28562024-09-06T23:10:21.629Z[ host-package] Compiling cargo_metadata v0.18.1
28572024-09-06T23:10:22.299Z[ helios-setup] Sep 06 23:10:21.594 INFO E| Compiling smawk v0.3.1
28582024-09-06T23:10:22.771Z[ helios-setup] Sep 06 23:10:22.065 INFO E| Compiling textwrap v0.16.0
28592024-09-06T23:10:22.916Z[ host-package] Compiling bitstruct v0.1.1
28602024-09-06T23:10:23.445Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28612024-09-06T23:10:26.337Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622024-09-06T23:10:27.863Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28632024-09-06T23:10:33.349Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28642024-09-06T23:10:40.705Z[ host-package] Compiling tokio-tungstenite v0.20.1
28652024-09-06T23:10:42.106Z[ host-package] Compiling git2 v0.19.0
28662024-09-06T23:10:49.699Z[ helios-setup] Sep 06 23:10:48.991 INFO E| Compiling git2 v0.16.1
28672024-09-06T23:10:52.340Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28682024-09-06T23:10:55.080Z[ helios-setup] Sep 06 23:10:54.372 INFO E| Compiling built v0.6.0
28692024-09-06T23:10:56.592Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28702024-09-06T23:10:58.117Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28712024-09-06T23:10:58.469Z[ helios-setup] Sep 06 23:10:57.761 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28722024-09-06T23:11:00.163Z[ helios-setup] Sep 06 23:10:59.454 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28732024-09-06T23:11:00.498Z[ host-package] Compiling libsqlite3-sys v0.28.0
28742024-09-06T23:11:00.912Z[ helios-setup] Sep 06 23:11:00.203 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28752024-09-06T23:11:01.230Z[ host-package] Compiling erased-serde v0.3.31
28762024-09-06T23:11:03.310Z[ host-package] Compiling serde_arrays v0.1.0
28772024-09-06T23:11:03.615Z[ host-package] Compiling cfg_aliases v0.2.1
28782024-09-06T23:11:03.787Z[ host-package] Compiling nix v0.29.0
28792024-09-06T23:11:04.089Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28802024-09-06T23:11:07.526Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28812024-09-06T23:11:09.714Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28822024-09-06T23:11:10.890Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28832024-09-06T23:11:11.492Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28842024-09-06T23:11:15.059Z[ host-package] Compiling heck v0.3.3
28852024-09-06T23:11:15.991Z[ host-package] Compiling castaway v0.2.3
28862024-09-06T23:11:16.529Z[ host-package] Compiling rand_seeder v0.3.0
28872024-09-06T23:11:17.079Z[ host-package] Compiling csv-core v0.1.11
28882024-09-06T23:11:18.036Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28892024-09-06T23:11:18.466Z[ host-package] Compiling http-range v0.1.5
28902024-09-06T23:11:19.091Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28912024-09-06T23:11:19.951Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28922024-09-06T23:11:20.959Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28932024-09-06T23:11:20.973Z[ helios-setup] Sep 06 23:11:20.263 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28942024-09-06T23:11:21.864Z[ host-package] Compiling hyper-staticfile v0.9.5
28952024-09-06T23:11:23.142Z[ helios-setup] Sep 06 23:11:22.432 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28962024-09-06T23:11:25.783Z[ host-package] Compiling csv v1.3.0
28972024-09-06T23:11:29.893Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28982024-09-06T23:11:30.535Z[ host-package] Compiling compact_str v0.8.0
28992024-09-06T23:11:30.883Z[ host-package] Compiling zone_cfg_derive v0.1.2
29002024-09-06T23:11:32.520Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29012024-09-06T23:11:33.664Z[ host-package] Compiling nix v0.27.1
29022024-09-06T23:11:35.769Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
29032024-09-06T23:11:38.934Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29042024-09-06T23:11:39.009Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29052024-09-06T23:11:41.548Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29062024-09-06T23:11:47.990Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29072024-09-06T23:11:48.892Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29082024-09-06T23:11:49.494Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29092024-09-06T23:11:49.915Z[ host-package] Compiling unicode-truncate v1.0.0
29102024-09-06T23:11:49.987Z[ host-package] Compiling lru v0.12.3
29112024-09-06T23:11:50.663Z[ host-package] Compiling hashlink v0.9.1
29122024-09-06T23:11:50.777Z[ host-package] Compiling serde-big-array v0.5.1
29132024-09-06T23:11:51.589Z[ host-package] Compiling instability v0.3.2
29142024-09-06T23:11:51.592Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29152024-09-06T23:11:52.285Z[ host-package] Compiling base64 v0.13.1
29162024-09-06T23:11:52.868Z[ host-package] Compiling cassowary v0.3.0
29172024-09-06T23:11:53.457Z[ host-package] Compiling fallible-iterator v0.3.0
29182024-09-06T23:11:53.900Z[ host-package] Compiling ratatui v0.28.0
29192024-09-06T23:11:55.281Z[ host-package] Compiling rusqlite v0.31.0
29202024-09-06T23:11:59.806Z[ host-package] Compiling ron v0.7.1
29212024-09-06T23:12:04.148Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29222024-09-06T23:12:06.130Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29232024-09-06T23:12:08.020Z[ helios-setup] Sep 06 23:12:07.302 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29242024-09-06T23:12:09.668Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29252024-09-06T23:12:18.137Z[ host-package] Compiling zone v0.1.8
29262024-09-06T23:12:22.386Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29272024-09-06T23:12:31.946Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29282024-09-06T23:12:33.622Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29292024-09-06T23:12:39.282Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29302024-09-06T23:12:40.556Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29312024-09-06T23:12:44.540Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29322024-09-06T23:12:45.167Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29332024-09-06T23:12:54.003Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29342024-09-06T23:12:54.568Z[ host-package] Compiling twox-hash v1.6.3
29352024-09-06T23:12:54.748Z[ host-package] Compiling signal-hook-tokio v0.3.1
29362024-09-06T23:12:55.436Z[ host-package] Compiling yasna v0.5.2
29372024-09-06T23:12:56.569Z[ host-package] Compiling portpicker v0.1.1
29382024-09-06T23:12:57.991Z[ host-package] Compiling smawk v0.3.2
29392024-09-06T23:12:58.810Z[ host-package] Compiling unicode-linebreak v0.1.5
29402024-09-06T23:12:59.976Z[ host-package] Compiling textwrap v0.16.1
29412024-09-06T23:13:02.025Z[ host-package] Compiling rcgen v0.12.1
29422024-09-06T23:13:02.313Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29432024-09-06T23:13:10.630Z[ helios-setup] Sep 06 23:13:09.911 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s
29442024-09-06T23:13:10.648Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29452024-09-06T23:13:10.748Z[ helios-setup] Sep 06 23:13:10.029 INFO building project "pilot" ok (408 seconds)
29462024-09-06T23:13:10.751Z[ helios-setup] Sep 06 23:13:10.029 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29472024-09-06T23:13:10.751Z[ helios-setup] Sep 06 23:13:10.029 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29482024-09-06T23:13:10.758Z[ helios-setup] Sep 06 23:13:10.038 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29492024-09-06T23:13:11.021Z[ helios-setup] Sep 06 23:13:10.301 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29502024-09-06T23:13:11.021Z[ helios-setup] Sep 06 23:13:10.301 INFO E| info: downloading component 'cargo'
29512024-09-06T23:13:12.168Z[ helios-setup] Sep 06 23:13:11.449 INFO E| info: downloading component 'clippy'
29522024-09-06T23:13:12.384Z[ helios-setup] Sep 06 23:13:11.662 INFO E| info: downloading component 'rust-docs'
29532024-09-06T23:13:13.710Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29542024-09-06T23:13:14.103Z[ helios-setup] Sep 06 23:13:13.384 INFO E| info: downloading component 'rust-src'
29552024-09-06T23:13:14.912Z[ helios-setup] Sep 06 23:13:14.192 INFO E| info: downloading component 'rust-std'
29562024-09-06T23:13:16.967Z[ helios-setup] Sep 06 23:13:16.246 INFO E| info: downloading component 'rustc'
29572024-09-06T23:13:17.262Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29582024-09-06T23:13:22.132Z[ helios-setup] Sep 06 23:13:21.412 INFO E| info: downloading component 'rustfmt'
29592024-09-06T23:13:22.346Z[ helios-setup] Sep 06 23:13:21.625 INFO E| info: installing component 'cargo'
29602024-09-06T23:13:23.819Z[ helios-setup] Sep 06 23:13:23.099 INFO E| info: installing component 'clippy'
29612024-09-06T23:13:24.327Z[ helios-setup] Sep 06 23:13:23.606 INFO E| info: installing component 'rust-docs'
29622024-09-06T23:13:25.087Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29632024-09-06T23:13:29.757Z[ helios-setup] Sep 06 23:13:29.036 INFO E| info: installing component 'rust-src'
29642024-09-06T23:13:30.441Z[ helios-setup] Sep 06 23:13:29.720 INFO E| info: installing component 'rust-std'
29652024-09-06T23:13:30.933Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29662024-09-06T23:13:31.301Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29672024-09-06T23:13:32.007Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29682024-09-06T23:13:33.086Z[ helios-setup] Sep 06 23:13:32.364 INFO E| info: installing component 'rustc'
29692024-09-06T23:13:33.735Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29702024-09-06T23:13:39.820Z[ helios-setup] Sep 06 23:13:39.099 INFO E| info: installing component 'rustfmt'
29712024-09-06T23:13:40.854Z[ helios-setup] Sep 06 23:13:40.132 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29722024-09-06T23:13:41.921Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29732024-09-06T23:13:42.048Z[ helios-setup] Sep 06 23:13:41.326 INFO E| From https://github.com/oxidecomputer/amd-apcb
29742024-09-06T23:13:42.048Z[ helios-setup] Sep 06 23:13:41.326 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29752024-09-06T23:13:42.048Z[ helios-setup] Sep 06 23:13:41.326 INFO E| * [new tag] v0.3.3 -> v0.3.3
29762024-09-06T23:13:42.077Z[ helios-setup] Sep 06 23:13:41.355 INFO E| * [new tag] v0.1.3 -> v0.1.3
29772024-09-06T23:13:42.077Z[ helios-setup] Sep 06 23:13:41.355 INFO E| * [new tag] v0.1.4 -> v0.1.4
29782024-09-06T23:13:42.080Z[ helios-setup] Sep 06 23:13:41.355 INFO E| * [new tag] v0.1.5 -> v0.1.5
29792024-09-06T23:13:42.080Z[ helios-setup] Sep 06 23:13:41.355 INFO E| * [new tag] v0.2.0 -> v0.2.0
29802024-09-06T23:13:42.080Z[ helios-setup] Sep 06 23:13:41.355 INFO E| * [new tag] v0.3.0 -> v0.3.0
29812024-09-06T23:13:42.080Z[ helios-setup] Sep 06 23:13:41.356 INFO E| * [new tag] v0.3.1 -> v0.3.1
29822024-09-06T23:13:42.080Z[ helios-setup] Sep 06 23:13:41.356 INFO E| * [new tag] v0.3.2 -> v0.3.2
29832024-09-06T23:13:42.113Z[ helios-setup] Sep 06 23:13:41.391 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29842024-09-06T23:13:42.300Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
29852024-09-06T23:13:42.932Z[ helios-setup] Sep 06 23:13:42.210 INFO E| From https://github.com/oxidecomputer/amd-efs
29862024-09-06T23:13:42.932Z[ helios-setup] Sep 06 23:13:42.210 INFO E| * [new branch] empty -> origin/empty
29872024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.210 INFO E| * [new branch] issue-99 -> origin/issue-99
29882024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.211 INFO E| * [new branch] main -> origin/main
29892024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.211 INFO E| * [new branch] review -> origin/review
29902024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.211 INFO E| * [new ref] -> origin/HEAD
29912024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.211 INFO E| * [new tag] v0.2.0 -> v0.2.0
29922024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.211 INFO E| * [new tag] v0.2.1 -> v0.2.1
29932024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.211 INFO E| * [new tag] v0.2.2 -> v0.2.2
29942024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.212 INFO E| * [new tag] v0.2.3 -> v0.2.3
29952024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.212 INFO E| * [new tag] v0.2.4 -> v0.2.4
29962024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.212 INFO E| * [new tag] v0.2.5 -> v0.2.5
29972024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.212 INFO E| * [new tag] v0.2.6 -> v0.2.6
29982024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.212 INFO E| * [new tag] v0.2.7 -> v0.2.7
29992024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.212 INFO E| * [new tag] v0.3.0 -> v0.3.0
30002024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.212 INFO E| * [new tag] v0.3.1 -> v0.3.1
30012024-09-06T23:13:42.935Z[ helios-setup] Sep 06 23:13:42.213 INFO E| * [new tag] v0.4.0 -> v0.4.0
30022024-09-06T23:13:42.956Z[ helios-setup] Sep 06 23:13:42.234 INFO E| Updating crates.io index
30032024-09-06T23:13:43.202Z[ helios-setup] Sep 06 23:13:42.480 INFO E| Downloading crates ...
30042024-09-06T23:13:43.398Z[ helios-setup] Sep 06 23:13:42.675 INFO E| Downloaded pest v2.7.11
30052024-09-06T23:13:43.406Z[ helios-setup] Sep 06 23:13:42.684 INFO E| Downloaded structopt-derive v0.4.18
30062024-09-06T23:13:43.409Z[ helios-setup] Sep 06 23:13:42.687 INFO E| Downloaded unic-char-range v0.9.0
30072024-09-06T23:13:43.412Z[ helios-setup] Sep 06 23:13:42.689 INFO E| Downloaded unic-char-property v0.9.0
30082024-09-06T23:13:43.414Z[ helios-setup] Sep 06 23:13:42.691 INFO E| Downloaded strum_macros v0.23.1
30092024-09-06T23:13:43.417Z[ helios-setup] Sep 06 23:13:42.694 INFO E| Downloaded strum v0.23.0
30102024-09-06T23:13:43.419Z[ helios-setup] Sep 06 23:13:42.695 INFO E| Downloaded structopt v0.3.26
30112024-09-06T23:13:43.430Z[ helios-setup] Sep 06 23:13:42.708 INFO E| Downloaded unic-ucd-version v0.9.0
30122024-09-06T23:13:43.434Z[ helios-setup] Sep 06 23:13:42.710 INFO E| Downloaded unic-ucd-ident v0.9.0
30132024-09-06T23:13:43.436Z[ helios-setup] Sep 06 23:13:42.712 INFO E| Downloaded syn v2.0.71
30142024-09-06T23:13:43.452Z[ helios-setup] Sep 06 23:13:42.730 INFO E| Downloaded textwrap v0.11.0
30152024-09-06T23:13:43.455Z[ helios-setup] Sep 06 23:13:42.733 INFO E| Downloaded semver-parser v0.7.0
30162024-09-06T23:13:43.458Z[ helios-setup] Sep 06 23:13:42.734 INFO E| Downloaded semver v0.9.0
30172024-09-06T23:13:43.461Z[ helios-setup] Sep 06 23:13:42.737 INFO E| Downloaded clap v2.34.0
30182024-09-06T23:13:43.469Z[ helios-setup] Sep 06 23:13:42.747 INFO E| Downloaded rustc_version v0.2.3
30192024-09-06T23:13:43.471Z[ helios-setup] Sep 06 23:13:42.748 INFO E| Downloaded pest_meta v2.7.11
30202024-09-06T23:13:43.474Z[ helios-setup] Sep 06 23:13:42.751 INFO E| Downloaded modular-bitfield v0.11.2
30212024-09-06T23:13:43.488Z[ helios-setup] Sep 06 23:13:42.766 INFO E| Downloaded serde_json v1.0.120
30222024-09-06T23:13:43.498Z[ helios-setup] Sep 06 23:13:42.776 INFO E| Downloaded vec_map v0.8.2
30232024-09-06T23:13:43.500Z[ helios-setup] Sep 06 23:13:42.777 INFO E| Downloaded unic-common v0.9.0
30242024-09-06T23:13:43.532Z[ helios-setup] Sep 06 23:13:42.810 INFO E| Downloaded scroll v0.10.2
30252024-09-06T23:13:43.535Z[ helios-setup] Sep 06 23:13:42.813 INFO E| Downloaded modular-bitfield-impl v0.11.2
30262024-09-06T23:13:43.537Z[ helios-setup] Sep 06 23:13:42.815 INFO E| Downloaded libc v0.2.155
30272024-09-06T23:13:43.579Z[ helios-setup] Sep 06 23:13:42.857 INFO E| Downloaded goblin v0.4.3
30282024-09-06T23:13:43.587Z[ helios-setup] Sep 06 23:13:42.865 INFO E| Downloaded cfg-if v0.1.10
30292024-09-06T23:13:43.589Z[ helios-setup] Sep 06 23:13:42.866 INFO E| Downloaded strsim v0.8.0
30302024-09-06T23:13:43.592Z[ helios-setup] Sep 06 23:13:42.868 INFO E| Downloaded scroll_derive v0.10.5
30312024-09-06T23:13:43.592Z[ helios-setup] Sep 06 23:13:42.870 INFO E| Downloaded proc-macro-crate v0.1.5
30322024-09-06T23:13:43.595Z[ helios-setup] Sep 06 23:13:42.871 INFO E| Downloaded pre v0.2.1
30332024-09-06T23:13:43.595Z[ helios-setup] Sep 06 23:13:42.872 INFO E| Downloaded pest_generator v2.7.11
30342024-09-06T23:13:43.597Z[ helios-setup] Sep 06 23:13:42.874 INFO E| Downloaded pest_derive v2.7.11
30352024-09-06T23:13:43.600Z[ helios-setup] Sep 06 23:13:42.878 INFO E| Downloaded num-derive v0.3.3
30362024-09-06T23:13:43.602Z[ helios-setup] Sep 06 23:13:42.880 INFO E| Downloaded memoffset v0.5.6
30372024-09-06T23:13:43.605Z[ helios-setup] Sep 06 23:13:42.882 INFO E| Downloaded four-cc v0.3.0
30382024-09-06T23:13:43.607Z[ helios-setup] Sep 06 23:13:42.884 INFO E| Downloaded fletcher v0.1.0
30392024-09-06T23:13:43.609Z[ helios-setup] Sep 06 23:13:42.885 INFO E| Downloaded pre-proc-macro v0.2.1
30402024-09-06T23:13:43.612Z[ helios-setup] Sep 06 23:13:42.888 INFO E| Downloaded memchr v2.7.4
30412024-09-06T23:13:43.618Z[ helios-setup] Sep 06 23:13:42.896 INFO E| Downloaded parse_int v0.6.0
30422024-09-06T23:13:43.620Z[ helios-setup] Sep 06 23:13:42.897 INFO E| Downloaded bytesize v1.3.0
30432024-09-06T23:13:43.622Z[ helios-setup] Sep 06 23:13:42.898 INFO E| Downloaded ansi_term v0.12.1
30442024-09-06T23:13:43.731Z[ helios-setup] Sep 06 23:13:43.008 INFO E| Compiling proc-macro2 v1.0.86
30452024-09-06T23:13:43.731Z[ helios-setup] Sep 06 23:13:43.009 INFO E| Compiling unicode-ident v1.0.12
30462024-09-06T23:13:43.739Z[ helios-setup] Sep 06 23:13:43.009 INFO E| Compiling syn v1.0.109
30472024-09-06T23:13:43.739Z[ helios-setup] Sep 06 23:13:43.009 INFO E| Compiling version_check v0.9.4
30482024-09-06T23:13:43.739Z[ helios-setup] Sep 06 23:13:43.009 INFO E| Compiling semver-parser v0.7.0
30492024-09-06T23:13:43.739Z[ helios-setup] Sep 06 23:13:43.009 INFO E| Compiling thiserror v1.0.63
30502024-09-06T23:13:43.739Z[ helios-setup] Sep 06 23:13:43.009 INFO E| Compiling autocfg v1.3.0
30512024-09-06T23:13:43.739Z[ helios-setup] Sep 06 23:13:43.009 INFO E| Compiling serde v1.0.204
30522024-09-06T23:13:44.407Z[ helios-setup] Sep 06 23:13:43.685 INFO E| Compiling semver v0.9.0
30532024-09-06T23:13:45.106Z[ helios-setup] Sep 06 23:13:44.383 INFO E| Compiling proc-macro-error-attr v1.0.4
30542024-09-06T23:13:45.151Z[ helios-setup] Sep 06 23:13:44.428 INFO E| Compiling proc-macro-error v1.0.4
30552024-09-06T23:13:45.340Z[ helios-setup] Sep 06 23:13:44.618 INFO E| Compiling rustc_version v0.2.3
30562024-09-06T23:13:45.529Z[ helios-setup] Sep 06 23:13:44.806 INFO E| Compiling serde_json v1.0.120
30572024-09-06T23:13:45.560Z[ helios-setup] Sep 06 23:13:44.837 INFO E| Compiling num-traits v0.2.19
30582024-09-06T23:13:45.812Z[ helios-setup] Sep 06 23:13:45.090 INFO E| Compiling ryu v1.0.18
30592024-09-06T23:13:45.856Z[ helios-setup] Sep 06 23:13:45.134 INFO E| Compiling unicode-segmentation v1.11.0
30602024-09-06T23:13:46.121Z[ helios-setup] Sep 06 23:13:45.399 INFO E| Compiling itoa v1.0.11
30612024-09-06T23:13:46.184Z[ helios-setup] Sep 06 23:13:45.462 INFO E| Compiling schemars v0.8.21
30622024-09-06T23:13:46.364Z[ helios-setup] Sep 06 23:13:45.642 INFO E| Compiling pre-proc-macro v0.2.1
30632024-09-06T23:13:46.513Z[ helios-setup] Sep 06 23:13:45.791 INFO E| Compiling memoffset v0.5.6
30642024-09-06T23:13:46.570Z[ helios-setup] Sep 06 23:13:45.848 INFO E| Compiling libc v0.2.155
30652024-09-06T23:13:46.815Z[ helios-setup] Sep 06 23:13:46.093 INFO E| Compiling ucd-trie v0.1.6
30662024-09-06T23:13:46.993Z[ helios-setup] Sep 06 23:13:46.271 INFO E| Compiling heck v0.3.3
30672024-09-06T23:13:47.237Z[ helios-setup] Sep 06 23:13:46.514 INFO E| Compiling rustversion v1.0.17
30682024-09-06T23:13:47.245Z[ helios-setup] Sep 06 23:13:46.523 INFO E| Compiling memchr v2.7.4
30692024-09-06T23:13:47.388Z[ helios-setup] Sep 06 23:13:46.666 INFO E| Compiling quote v1.0.36
30702024-09-06T23:13:47.678Z[ helios-setup] Sep 06 23:13:46.956 INFO E| Compiling paste v1.0.15
30712024-09-06T23:13:47.971Z[ helios-setup] Sep 06 23:13:47.249 INFO E| Compiling dyn-clone v1.0.17
30722024-09-06T23:13:48.271Z[ helios-setup] Sep 06 23:13:47.548 INFO E| Compiling syn v2.0.71
30732024-09-06T23:13:48.726Z[ helios-setup] Sep 06 23:13:48.004 INFO E| Compiling lazy_static v1.5.0
30742024-09-06T23:13:48.978Z[ helios-setup] Sep 06 23:13:48.254 INFO E| Compiling pre v0.2.1
30752024-09-06T23:13:48.984Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30762024-09-06T23:13:49.044Z[ helios-setup] Sep 06 23:13:48.321 INFO E| Compiling once_cell v1.19.0
30772024-09-06T23:13:49.835Z[ helios-setup] Sep 06 23:13:49.113 INFO E| Compiling byteorder v1.5.0
30782024-09-06T23:13:49.902Z[ helios-setup] Sep 06 23:13:49.179 INFO E| Compiling cfg-if v0.1.10
30792024-09-06T23:13:49.990Z[ helios-setup] Sep 06 23:13:49.267 INFO E| Compiling static_assertions v1.1.0
30802024-09-06T23:13:50.957Z[ helios-setup] Sep 06 23:13:50.235 INFO E| Compiling unicode-width v0.1.13
30812024-09-06T23:13:51.490Z[ helios-setup] Sep 06 23:13:50.767 INFO E| Compiling textwrap v0.11.0
30822024-09-06T23:13:52.025Z[ helios-setup] Sep 06 23:13:51.302 INFO E| Compiling atty v0.2.14
30832024-09-06T23:13:52.357Z[ helios-setup] Sep 06 23:13:51.634 INFO E| Compiling unic-common v0.9.0
30842024-09-06T23:13:52.750Z[ helios-setup] Sep 06 23:13:52.027 INFO E| Compiling bitflags v1.3.2
30852024-09-06T23:13:52.853Z[ helios-setup] Sep 06 23:13:52.130 INFO E| Compiling parse_int v0.6.0
30862024-09-06T23:13:52.920Z[ helios-setup] Sep 06 23:13:52.197 INFO E| Compiling strum v0.23.0
30872024-09-06T23:13:53.203Z[ helios-setup] Sep 06 23:13:52.480 INFO E| Compiling unic-char-range v0.9.0
30882024-09-06T23:13:53.240Z[ helios-setup] Sep 06 23:13:52.517 INFO E| Compiling strsim v0.8.0
30892024-09-06T23:13:53.242Z[ helios-setup] Sep 06 23:13:52.517 INFO E| Compiling vec_map v0.8.2
30902024-09-06T23:13:53.258Z[ helios-setup] Sep 06 23:13:52.535 INFO E| Compiling ansi_term v0.12.1
30912024-09-06T23:13:53.357Z[ host-package] Compiling atomicwrites v0.4.3
30922024-09-06T23:13:53.538Z[ helios-setup] Sep 06 23:13:52.815 INFO E| Compiling fletcher v0.1.0
30932024-09-06T23:13:53.751Z[ helios-setup] Sep 06 23:13:53.028 INFO E| Compiling unic-char-property v0.9.0
30942024-09-06T23:13:53.854Z[ helios-setup] Sep 06 23:13:53.131 INFO E| Compiling unic-ucd-version v0.9.0
30952024-09-06T23:13:53.859Z[ helios-setup] Sep 06 23:13:53.136 INFO E| Compiling plain v0.2.3
30962024-09-06T23:13:53.892Z[ host-package] Compiling fatfs v0.3.6
30972024-09-06T23:13:53.992Z[ helios-setup] Sep 06 23:13:53.269 INFO E| Compiling clap v2.34.0
30982024-09-06T23:13:54.138Z[ helios-setup] Sep 06 23:13:53.415 INFO E| Compiling log v0.4.22
30992024-09-06T23:13:54.257Z[ helios-setup] Sep 06 23:13:53.534 INFO E| Compiling unic-ucd-ident v0.9.0
31002024-09-06T23:13:54.324Z[ host-package] Compiling subprocess v0.2.9
31012024-09-06T23:13:54.499Z[ helios-setup] Sep 06 23:13:53.776 INFO E| Compiling bytesize v1.3.0
31022024-09-06T23:13:56.812Z[ helios-setup] Sep 06 23:13:56.089 INFO E| Compiling serde_derive_internals v0.29.1
31032024-09-06T23:13:58.512Z[ helios-setup] Sep 06 23:13:57.789 INFO E| Compiling toml v0.5.11
31042024-09-06T23:13:59.003Z[ host-package] Compiling rtoolbox v0.0.2
31052024-09-06T23:13:59.521Z[ host-package] Compiling is_ci v1.2.0
31062024-09-06T23:13:59.885Z[ host-package] Compiling assert_matches v1.5.0
31072024-09-06T23:14:00.429Z[ host-package] Compiling supports-color v3.0.0
31082024-09-06T23:14:01.602Z[ helios-setup] Sep 06 23:14:00.878 INFO E| Compiling thiserror-impl v1.0.63
31092024-09-06T23:14:01.602Z[ helios-setup] Sep 06 23:14:00.878 INFO E| Compiling serde_derive v1.0.204
31102024-09-06T23:14:01.604Z[ helios-setup] Sep 06 23:14:00.878 INFO E| Compiling schemars_derive v0.8.21
31112024-09-06T23:14:01.604Z[ helios-setup] Sep 06 23:14:00.878 INFO E| Compiling zerocopy-derive v0.6.6
31122024-09-06T23:14:01.734Z[ host-package] Compiling rpassword v7.3.1
31132024-09-06T23:14:01.761Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31142024-09-06T23:14:02.810Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31152024-09-06T23:14:04.801Z[ helios-setup] Sep 06 23:14:04.076 INFO E| Compiling proc-macro-crate v0.1.5
31162024-09-06T23:14:05.332Z[ helios-setup] Sep 06 23:14:04.608 INFO E| Compiling zerocopy v0.6.6
31172024-09-06T23:14:05.405Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182024-09-06T23:14:07.756Z[ helios-setup] Sep 06 23:14:07.032 INFO E| Compiling pest v2.7.11
31192024-09-06T23:14:11.317Z[ helios-setup] Sep 06 23:14:10.593 INFO E| Compiling modular-bitfield-impl v0.11.2
31202024-09-06T23:14:11.318Z[ helios-setup] Sep 06 23:14:10.593 INFO E| Compiling num-derive v0.3.3
31212024-09-06T23:14:11.723Z[ helios-setup] Sep 06 23:14:10.998 INFO E| Compiling scroll_derive v0.10.5
31222024-09-06T23:14:11.896Z[ helios-setup] Sep 06 23:14:11.171 INFO E| Compiling pest_meta v2.7.11
31232024-09-06T23:14:12.519Z[ helios-setup] Sep 06 23:14:11.794 INFO E| Compiling strum_macros v0.23.1
31242024-09-06T23:14:13.020Z[ helios-setup] Sep 06 23:14:12.295 INFO E| Compiling structopt-derive v0.4.18
31252024-09-06T23:14:13.236Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31262024-09-06T23:14:14.724Z[ helios-setup] Sep 06 23:14:13.999 INFO E| Compiling pest_generator v2.7.11
31272024-09-06T23:14:15.944Z[ helios-setup] Sep 06 23:14:15.219 INFO E| Compiling scroll v0.10.2
31282024-09-06T23:14:17.130Z[ helios-setup] Sep 06 23:14:16.405 INFO E| Compiling modular-bitfield v0.11.2
31292024-09-06T23:14:17.316Z[ helios-setup] Sep 06 23:14:16.591 INFO E| Compiling goblin v0.4.3
31302024-09-06T23:14:17.845Z[ host-package] Compiling tui-tree-widget v0.22.0
31312024-09-06T23:14:18.774Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31322024-09-06T23:14:18.882Z[ helios-setup] Sep 06 23:14:18.157 INFO E| Compiling structopt v0.3.26
31332024-09-06T23:14:19.917Z[ helios-setup] Sep 06 23:14:19.192 INFO E| Compiling pest_derive v2.7.11
31342024-09-06T23:14:24.165Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31352024-09-06T23:14:26.105Z[ helios-setup] Sep 06 23:14:25.379 INFO E| Compiling json5 v0.4.1
31362024-09-06T23:14:31.517Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31372024-09-06T23:14:31.735Z[ helios-setup] Sep 06 23:14:31.008 INFO E| Compiling four-cc v0.3.0
31382024-09-06T23:14:31.735Z[ helios-setup] Sep 06 23:14:31.008 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31392024-09-06T23:14:31.965Z[ helios-setup] Sep 06 23:14:31.238 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31402024-09-06T23:14:32.276Z[ host-package] Compiling uzers v0.11.3
31412024-09-06T23:14:35.999Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31422024-09-06T23:14:42.089Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31432024-09-06T23:14:44.360Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31442024-09-06T23:15:14.234Z[ helios-setup] Sep 06 23:15:13.504 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31452024-09-06T23:15:18.296Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31462024-09-06T23:15:27.356Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31472024-09-06T23:15:31.614Z[ helios-setup] Sep 06 23:15:30.882 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31482024-09-06T23:15:40.125Z[ host-package] Compiling multimap v0.10.0
31492024-09-06T23:16:20.839Z[ helios-setup] Sep 06 23:16:20.103 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s
31502024-09-06T23:16:20.885Z[ helios-setup] Sep 06 23:16:20.150 INFO building project "amd-host-image-builder" ok (190 seconds)
31512024-09-06T23:16:20.889Z[ helios-setup] rm -f helios-build
31522024-09-06T23:16:20.891Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31532024-09-06T23:16:20.893Z[ helios-setup]
31542024-09-06T23:16:20.895Z[ helios-setup] Setup complete! ./helios-build is now available.
31552024-09-06T23:16:20.898Z[ helios-setup]
31562024-09-06T23:16:20.898Z[ helios-setup]
31572024-09-06T23:16:20.901Z[ helios-setup] real 12:12.874901441
31582024-09-06T23:16:20.901ZSep 06 23:16:20.163 INFO [helios-setup] process exited with exit status: 0 (732.880948519s)
31592024-09-06T23:16:20.901Z[ helios-setup] user 28:44.987191048
31602024-09-06T23:16:20.901Z[ helios-setup] sys 3:30.306502609
31612024-09-06T23:16:20.901Z[ helios-setup] trap 1.683949258
31622024-09-06T23:16:20.901Z[ helios-setup] tflt 6.946317450
31632024-09-06T23:16:20.901Z[ helios-setup] dflt 37.885186046
31642024-09-06T23:16:20.901Z[ helios-setup] kflt 0.059428041
31652024-09-06T23:16:20.901Z[ helios-setup] lock 2:05:43.147393380
31662024-09-06T23:16:20.901Z[ helios-setup] slp 3:41:23.149223230
31672024-09-06T23:16:20.901Z[ helios-setup] lat 32:34.212853448
31682024-09-06T23:16:20.901Z[ helios-setup] stop 4:16.786127272
31692024-09-06T23:16:20.901ZSep 06 23:16:20.164 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31702024-09-06T23:16:20.920Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
31712024-09-06T23:16:21.222Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
31722024-09-06T23:16:21.222Z[ phbl-toolchain] info: downloading component 'cargo'
31732024-09-06T23:16:22.946Z[ phbl-toolchain] info: downloading component 'clippy'
31742024-09-06T23:16:24.038Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31752024-09-06T23:16:28.455Z[ phbl-toolchain] info: downloading component 'miri'
31762024-09-06T23:16:28.830Z[ phbl-toolchain] info: downloading component 'rust-docs'
31772024-09-06T23:16:30.864Z[ phbl-toolchain] info: downloading component 'rust-src'
31782024-09-06T23:16:31.060Z[ phbl-toolchain] info: downloading component 'rust-std'
31792024-09-06T23:16:33.129Z[ phbl-toolchain] info: downloading component 'rustc'
31802024-09-06T23:16:41.391Z[ phbl-toolchain] info: downloading component 'rustfmt'
31812024-09-06T23:16:42.012Z[ phbl-toolchain] info: installing component 'cargo'
31822024-09-06T23:16:43.395Z[ phbl-toolchain] info: installing component 'clippy'
31832024-09-06T23:16:43.966Z[ phbl-toolchain] info: installing component 'llvm-tools'
31842024-09-06T23:16:50.051Z[ phbl-toolchain] info: installing component 'miri'
31852024-09-06T23:16:50.458Z[ phbl-toolchain] info: installing component 'rust-docs'
31862024-09-06T23:16:57.566Z[ phbl-toolchain] info: installing component 'rust-src'
31872024-09-06T23:16:58.228Z[ phbl-toolchain] info: installing component 'rust-std'
31882024-09-06T23:17:00.957Z[ phbl-toolchain] info: installing component 'rustc'
31892024-09-06T23:17:10.416Z[ phbl-toolchain] info: installing component 'rustfmt'
31902024-09-06T23:17:11.321Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
31912024-09-06T23:17:11.323ZSep 06 23:17:10.583 INFO [phbl-toolchain] process exited with exit status: 0 (50.419315608s)
31922024-09-06T23:17:47.155Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31932024-09-06T23:18:01.641Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31942024-09-06T23:24:14.694Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 20s
31952024-09-06T23:25:13.844ZSep 06 23:25:13.063 INFO [host-package] process exited with exit status: 0 (1220.25351266s)
31962024-09-06T23:25:13.844ZSep 06 23:25:13.063 INFO [host-stamp] running task
31972024-09-06T23:25:13.847ZSep 06 23:25:13.063 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31982024-09-06T23:25:13.847ZSep 06 23:25:13.063 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+git931a6ef805e
31992024-09-06T23:25:13.855ZSep 06 23:25:13.074 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+git931a6ef805e
32002024-09-06T23:25:13.861Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32012024-09-06T23:25:13.863ZSep 06 23:25:13.080 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+git931a6ef805e
32022024-09-06T23:25:13.866Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-09-06T23:25:13.868ZSep 06 23:25:13.085 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+git931a6ef805e
32042024-09-06T23:25:13.871Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-09-06T23:25:13.874Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32062024-09-06T23:25:13.874ZSep 06 23:25:13.092 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+git931a6ef805e
32072024-09-06T23:25:13.879Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-09-06T23:25:13.881ZSep 06 23:25:13.100 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+git931a6ef805e
32092024-09-06T23:25:13.887Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32102024-09-06T23:25:13.889Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32112024-09-06T23:25:13.890ZSep 06 23:25:13.108 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+git931a6ef805e
32122024-09-06T23:25:13.895Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32132024-09-06T23:25:13.897ZSep 06 23:25:13.117 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+git931a6ef805e
32142024-09-06T23:25:13.904Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32152024-09-06T23:25:13.904Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32162024-09-06T23:25:13.907ZSep 06 23:25:13.126 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (52.119677ms)
32172024-09-06T23:25:13.907ZSep 06 23:25:13.126 INFO [stamp-overlay] process exited with exit status: 0 (41.234951ms)
32182024-09-06T23:25:13.907ZSep 06 23:25:13.126 INFO [stamp-oxlog] process exited with exit status: 0 (33.978222ms)
32192024-09-06T23:25:13.910Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32202024-09-06T23:25:13.919Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32212024-09-06T23:25:13.951Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32222024-09-06T23:25:13.954ZSep 06 23:25:13.174 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (110.037058ms)
32232024-09-06T23:25:14.098Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32242024-09-06T23:25:14.102ZSep 06 23:25:13.321 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (220.703744ms)
32252024-09-06T23:25:14.239Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32262024-09-06T23:25:14.242ZSep 06 23:25:13.461 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (353.109817ms)
32272024-09-06T23:25:15.091Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32282024-09-06T23:25:15.095ZSep 06 23:25:14.315 INFO [stamp-propolis-server] process exited with exit status: 0 (1.197860834s)
32292024-09-06T23:25:15.244Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32302024-09-06T23:25:17.525Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32312024-09-06T23:25:24.153Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32322024-09-06T23:25:24.156ZSep 06 23:25:23.374 INFO [stamp-switch-asic] process exited with exit status: 0 (10.294756749s)
32332024-09-06T23:25:24.159ZSep 06 23:25:23.374 INFO [host-stamp] task succeeded (10.311647736s)
32342024-09-06T23:25:24.159ZSep 06 23:25:23.375 INFO [host-proto] running task
32352024-09-06T23:25:24.557ZSep 06 23:25:23.775 INFO [host-proto] task succeeded (400.736942ms)
32362024-09-06T23:25:24.558ZSep 06 23:25:23.775 INFO [host-profile] running task
32372024-09-06T23:25:24.560ZSep 06 23:25:23.776 INFO [host-profile] task succeeded (282.922µs)
32382024-09-06T23:25:24.560ZSep 06 23:25:23.776 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmp6Si32a/proto/host/root -N 'ci 931a6ef/${os_short_commit} 2024-09-06 23:04' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32392024-09-06T23:25:24.572Z[ host-image] Sep 06 23:25:23.789 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32402024-09-06T23:25:24.574Z[ host-image] Sep 06 23:25:23.790 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32412024-09-06T23:25:24.586Z[ host-image] Sep 06 23:25:23.804 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp6Si32a/proto/host/root"
32422024-09-06T23:25:24.588Z[ host-image] Sep 06 23:25:23.804 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32432024-09-06T23:25:24.588Z[ host-image] Sep 06 23:25:23.804 INFO image builder template: ramdisk-01-os...
32442024-09-06T23:25:24.588Z[ host-image] Sep 06 23:25:23.804 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/.tmp6Si32a/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32452024-09-06T23:25:24.607Z[ host-image] Sep 06 23:25:23.825 INFO O| Sep 06 23:25:23.825 INFO CREATE DATASET: rpool/images/build/host/output
32462024-09-06T23:25:24.786Z[ host-image] Sep 06 23:25:24.004 INFO O| Sep 06 23:25:24.004 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32472024-09-06T23:25:24.791Z[ host-image] Sep 06 23:25:24.009 INFO O| Sep 06 23:25:24.009 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32482024-09-06T23:25:24.936Z[ host-image] Sep 06 23:25:24.154 INFO O| Sep 06 23:25:24.153 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32492024-09-06T23:25:24.971Z[ host-image] Sep 06 23:25:24.189 INFO O| Sep 06 23:25:24.189 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32502024-09-06T23:25:24.974Z[ host-image] Sep 06 23:25:24.189 INFO O| Sep 06 23:25:24.189 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32512024-09-06T23:25:24.974Z[ host-image] Sep 06 23:25:24.189 INFO O| Sep 06 23:25:24.189 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32522024-09-06T23:25:24.974Z[ host-image] Sep 06 23:25:24.189 INFO O| Sep 06 23:25:24.189 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32532024-09-06T23:25:24.979Z[ host-image] Sep 06 23:25:24.197 INFO O| Sep 06 23:25:24.197 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32542024-09-06T23:25:25.180Z[ host-image] Sep 06 23:25:24.397 INFO O| Sep 06 23:25:24.397 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-09-06T23:25:25.192Z[ host-image] Sep 06 23:25:24.410 INFO O| Sep 06 23:25:24.410 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32562024-09-06T23:25:25.638Z[ host-image] Sep 06 23:25:24.856 INFO O| Sep 06 23:25:24.856 INFO O| Caching catalogs ... Done
32572024-09-06T23:25:25.756Z[ host-image] Sep 06 23:25:24.974 INFO O| Sep 06 23:25:24.974 INFO STEP 0 (pkg_image_create) COMPLETE
32582024-09-06T23:25:25.756Z[ host-image] Sep 06 23:25:24.974 INFO O| Sep 06 23:25:24.974 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-09-06T23:25:25.758Z[ host-image] Sep 06 23:25:24.974 INFO O| Sep 06 23:25:24.974 INFO skip step because feature "repo_redist" is not enabled
32602024-09-06T23:25:25.758Z[ host-image] Sep 06 23:25:24.974 INFO O| Sep 06 23:25:24.974 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-09-06T23:25:25.773Z[ host-image] Sep 06 23:25:24.992 INFO O| Sep 06 23:25:24.991 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"]
32622024-09-06T23:25:26.262Z[ host-image] Sep 06 23:25:25.480 INFO O| Sep 06 23:25:25.480 INFO STEP 2 (pkg_set_publisher) COMPLETE
32632024-09-06T23:25:26.263Z[ host-image] Sep 06 23:25:25.480 INFO O| Sep 06 23:25:25.480 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32642024-09-06T23:25:26.279Z[ host-image] Sep 06 23:25:25.497 INFO O| Sep 06 23:25:25.497 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"]
32652024-09-06T23:25:26.857Z[ host-image] Sep 06 23:25:26.075 INFO O| Sep 06 23:25:26.075 INFO STEP 3 (pkg_set_publisher) COMPLETE
32662024-09-06T23:25:26.857Z[ host-image] Sep 06 23:25:26.075 INFO O| Sep 06 23:25:26.075 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-09-06T23:25:26.860Z[ host-image] Sep 06 23:25:26.075 INFO O| Sep 06 23:25:26.075 INFO skip step because feature "repo_redist" is not enabled
32682024-09-06T23:25:26.860Z[ host-image] Sep 06 23:25:26.075 INFO O| Sep 06 23:25:26.075 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-09-06T23:25:27.398Z[ host-image] Sep 06 23:25:26.616 INFO O| Sep 06 23:25:26.616 INFO variant opensolaris.zone is already global
32702024-09-06T23:25:27.399Z[ host-image] Sep 06 23:25:26.616 INFO O| Sep 06 23:25:26.616 INFO STEP 5 (pkg_change_variant) COMPLETE
32712024-09-06T23:25:27.401Z[ host-image] Sep 06 23:25:26.616 INFO O| Sep 06 23:25:26.616 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32722024-09-06T23:25:27.940Z[ host-image] Sep 06 23:25:27.158 INFO O| Sep 06 23:25:27.158 INFO variant opensolaris.imagetype is full; changing to partial
32732024-09-06T23:25:27.940Z[ host-image] Sep 06 23:25:27.158 INFO O| Sep 06 23:25:27.158 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32742024-09-06T23:25:33.705Z[ host-image] Sep 06 23:25:32.922 INFO O| Sep 06 23:25:32.922 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32752024-09-06T23:25:35.995Z[ host-image] Sep 06 23:25:35.212 INFO O| Sep 06 23:25:35.212 INFO O| Startup: Caching catalogs ... Done
32762024-09-06T23:25:36.047Z[ host-image] Sep 06 23:25:35.264 INFO O| Sep 06 23:25:35.264 INFO O| Planning: Planning completed in 0.00 seconds
32772024-09-06T23:25:36.049Z[ host-image] Sep 06 23:25:35.265 INFO O| Sep 06 23:25:35.265 INFO O| Planning: Consolidating action changes ... Done
32782024-09-06T23:25:36.049Z[ host-image] Sep 06 23:25:35.265 INFO O| Sep 06 23:25:35.265 INFO O| Planning: Evaluating mediators ... Done
32792024-09-06T23:25:36.049Z[ host-image] Sep 06 23:25:35.265 INFO O| Sep 06 23:25:35.265 INFO O| Planning: Planning completed in 0.00 seconds
32802024-09-06T23:25:36.049Z[ host-image] Sep 06 23:25:35.265 INFO O| Sep 06 23:25:35.265 INFO O| Variants/Facets to change: 1
32812024-09-06T23:25:36.065Z[ host-image] Sep 06 23:25:35.282 INFO O| Sep 06 23:25:35.282 INFO O| Done
32822024-09-06T23:25:36.065Z[ host-image] Sep 06 23:25:35.282 INFO O| Sep 06 23:25:35.282 INFO O| Done
32832024-09-06T23:25:36.360Z[ host-image] Sep 06 23:25:35.577 INFO O| Sep 06 23:25:35.577 INFO O| Done
32842024-09-06T23:25:36.391Z[ host-image] Sep 06 23:25:35.608 INFO O| Sep 06 23:25:35.608 INFO O| Done
32852024-09-06T23:25:36.394Z[ host-image] Sep 06 23:25:35.609 INFO O| Sep 06 23:25:35.609 INFO O| Done
32862024-09-06T23:25:36.394Z[ host-image] Sep 06 23:25:35.609 INFO O| Sep 06 23:25:35.609 INFO O| Done
32872024-09-06T23:25:36.394Z[ host-image] Sep 06 23:25:35.610 INFO O| Sep 06 23:25:35.610 INFO O| Done
32882024-09-06T23:25:36.492Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.39s
32892024-09-06T23:25:36.680Z[ host-image] Sep 06 23:25:35.898 INFO O| Sep 06 23:25:35.898 INFO STEP 6 (pkg_change_variant) COMPLETE
32902024-09-06T23:25:36.680Z[ host-image] Sep 06 23:25:35.898 INFO O| Sep 06 23:25:35.898 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32912024-09-06T23:25:36.683Z[ host-image] Sep 06 23:25:35.898 INFO O| Sep 06 23:25:35.898 INFO skip step because feature "debug_variant" is not enabled
32922024-09-06T23:25:36.683Z[ host-image] Sep 06 23:25:35.898 INFO O| Sep 06 23:25:35.898 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32932024-09-06T23:25:37.018Z[ host-image] Sep 06 23:25:36.235 INFO O| Sep 06 23:25:36.235 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32942024-09-06T23:25:37.485Z[ host-image] Sep 06 23:25:36.702 INFO O| Sep 06 23:25:36.702 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32952024-09-06T23:25:37.488Z[ host-image] Sep 06 23:25:36.703 INFO O| Sep 06 23:25:36.703 INFO O| Planning: Planning completed in 0.00 seconds
32962024-09-06T23:25:37.488Z[ host-image] Sep 06 23:25:36.704 INFO O| Sep 06 23:25:36.704 INFO O| Planning: Consolidating action changes ... Done
32972024-09-06T23:25:37.489Z[ host-image] Sep 06 23:25:36.704 INFO O| Sep 06 23:25:36.704 INFO O| Planning: Evaluating mediators ... Done
32982024-09-06T23:25:37.489Z[ host-image] Sep 06 23:25:36.704 INFO O| Sep 06 23:25:36.704 INFO O| Planning: Planning completed in 0.00 seconds
32992024-09-06T23:25:37.489Z[ host-image] Sep 06 23:25:36.705 INFO O| Sep 06 23:25:36.705 INFO O| Variants/Facets to change: 1
33002024-09-06T23:25:37.507Z[ host-image] Sep 06 23:25:36.722 INFO O| Sep 06 23:25:36.722 INFO O| Done
33012024-09-06T23:25:37.515Z[ host-image] Sep 06 23:25:36.722 INFO O| Sep 06 23:25:36.722 INFO O| Done
33022024-09-06T23:25:37.803Z[ host-image] Sep 06 23:25:37.020 INFO O| Sep 06 23:25:37.020 INFO O| Done
33032024-09-06T23:25:37.840Z[ host-image] Sep 06 23:25:37.057 INFO O| Sep 06 23:25:37.057 INFO O| Done
33042024-09-06T23:25:37.842Z[ host-image] Sep 06 23:25:37.057 INFO O| Sep 06 23:25:37.057 INFO O| Done
33052024-09-06T23:25:37.842Z[ host-image] Sep 06 23:25:37.058 INFO O| Sep 06 23:25:37.057 INFO O| Done
33062024-09-06T23:25:37.842Z[ host-image] Sep 06 23:25:37.059 INFO O| Sep 06 23:25:37.059 INFO O| Done
33072024-09-06T23:25:37.893Z[ host-image] Sep 06 23:25:37.110 INFO O| Sep 06 23:25:37.110 INFO STEP 8 (pkg_change_facet) COMPLETE
33082024-09-06T23:25:37.893Z[ host-image] Sep 06 23:25:37.110 INFO O| Sep 06 23:25:37.110 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33092024-09-06T23:25:37.895Z[ host-image] Sep 06 23:25:37.110 INFO O| Sep 06 23:25:37.110 INFO skip step because feature "recovery" is not enabled
33102024-09-06T23:25:37.895Z[ host-image] Sep 06 23:25:37.110 INFO O| Sep 06 23:25:37.110 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33112024-09-06T23:25:37.895Z[ host-image] Sep 06 23:25:37.110 INFO O| Sep 06 23:25:37.110 INFO skip step because feature "recovery" is not enabled
33122024-09-06T23:25:37.895Z[ host-image] Sep 06 23:25:37.110 INFO O| Sep 06 23:25:37.110 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-09-06T23:25:37.905Z[ host-image] Sep 06 23:25:37.122 INFO O| Sep 06 23:25:37.122 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"]
33142024-09-06T23:25:38.346Z[ host-image] Sep 06 23:25:37.563 INFO O| Sep 06 23:25:37.563 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33152024-09-06T23:25:38.720ZSep 06 23:25:37.937 INFO [recovery-package] process exited with exit status: 0 (24.873829224s)
33162024-09-06T23:25:38.720ZSep 06 23:25:37.937 INFO [recovery-stamp] running task
33172024-09-06T23:25:38.723ZSep 06 23:25:37.938 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33182024-09-06T23:25:38.723ZSep 06 23:25:37.938 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+git931a6ef805e
33192024-09-06T23:25:38.732ZSep 06 23:25:37.949 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git931a6ef805e
33202024-09-06T23:25:38.742Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33212024-09-06T23:25:38.748Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33222024-09-06T23:25:38.819Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33232024-09-06T23:25:38.823ZSep 06 23:25:38.040 INFO [stamp-installinator] process exited with exit status: 0 (90.704703ms)
33242024-09-06T23:25:38.860Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33252024-09-06T23:25:38.863ZSep 06 23:25:38.081 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (142.654071ms)
33262024-09-06T23:25:38.866ZSep 06 23:25:38.081 INFO [recovery-stamp] task succeeded (143.191295ms)
33272024-09-06T23:25:38.866ZSep 06 23:25:38.081 INFO [recovery-proto] running task
33282024-09-06T23:25:38.866ZSep 06 23:25:38.081 INFO [tuf-stamp] running task
33292024-09-06T23:25:38.866ZSep 06 23:25:38.081 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+git931a6ef805e
33302024-09-06T23:25:38.877ZSep 06 23:25:38.094 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+git931a6ef805e
33312024-09-06T23:25:38.885ZSep 06 23:25:38.103 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+git931a6ef805e
33322024-09-06T23:25:38.891Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33332024-09-06T23:25:38.894ZSep 06 23:25:38.111 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+git931a6ef805e
33342024-09-06T23:25:38.900Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33352024-09-06T23:25:38.902ZSep 06 23:25:38.120 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+git931a6ef805e
33362024-09-06T23:25:38.909Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33372024-09-06T23:25:38.913Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33382024-09-06T23:25:38.932ZSep 06 23:25:38.149 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+git931a6ef805e
33392024-09-06T23:25:38.958Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33402024-09-06T23:25:38.961ZSep 06 23:25:38.176 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+git931a6ef805e
33412024-09-06T23:25:38.995Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33422024-09-06T23:25:38.998ZSep 06 23:25:38.213 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+git931a6ef805e
33432024-09-06T23:25:39.059Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33442024-09-06T23:25:39.062ZSep 06 23:25:38.277 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+git931a6ef805e
33452024-09-06T23:25:39.108Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33462024-09-06T23:25:39.111ZSep 06 23:25:38.326 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+git931a6ef805e
33472024-09-06T23:25:39.134ZSep 06 23:25:38.351 INFO [recovery-proto] task succeeded (270.024077ms)
33482024-09-06T23:25:39.136Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33492024-09-06T23:25:39.136ZSep 06 23:25:38.351 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+git931a6ef805e
33502024-09-06T23:25:39.136ZSep 06 23:25:38.351 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmp6Si32a/proto/recovery/root -N 'recovery 931a6ef/${os_short_commit} 2024-09-06 23:04' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33512024-09-06T23:25:39.158Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33522024-09-06T23:25:39.169Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33532024-09-06T23:25:39.179Z[ recovery-image] Sep 06 23:25:38.393 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33542024-09-06T23:25:39.179Z[ recovery-image] Sep 06 23:25:38.394 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33552024-09-06T23:25:39.193Z[ recovery-image] Sep 06 23:25:38.410 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp6Si32a/proto/recovery/root"
33562024-09-06T23:25:39.195Z[ recovery-image] Sep 06 23:25:38.410 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33572024-09-06T23:25:39.195Z[ recovery-image] Sep 06 23:25:38.410 INFO image builder template: ramdisk-01-os...
33582024-09-06T23:25:39.195Z[ recovery-image] Sep 06 23:25:38.410 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/.tmp6Si32a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33592024-09-06T23:25:39.206Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-09-06T23:25:39.295Z[ recovery-image] Sep 06 23:25:38.512 INFO O| Sep 06 23:25:38.491 INFO CREATE DATASET: rpool/images/build/recovery/output
33612024-09-06T23:25:39.400ZSep 06 23:25:38.617 INFO [stamp-probe] process exited with exit status: 0 (467.703833ms)
33622024-09-06T23:25:39.883Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33632024-09-06T23:25:39.890Z[ recovery-image] Sep 06 23:25:39.107 INFO O| Sep 06 23:25:39.107 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33642024-09-06T23:25:39.897Z[ recovery-image] Sep 06 23:25:39.114 INFO O| Sep 06 23:25:39.114 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33652024-09-06T23:25:39.902ZSep 06 23:25:39.119 INFO [stamp-ntp] process exited with exit status: 0 (792.896944ms)
33662024-09-06T23:25:39.938Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33672024-09-06T23:25:39.942ZSep 06 23:25:39.159 INFO [stamp-external-dns] process exited with exit status: 0 (1.065423074s)
33682024-09-06T23:25:40.251Z[ recovery-image] Sep 06 23:25:39.468 INFO O| Sep 06 23:25:39.468 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33692024-09-06T23:25:40.324Z[ recovery-image] Sep 06 23:25:39.524 INFO O| Sep 06 23:25:39.524 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33702024-09-06T23:25:40.353Z[ recovery-image] Sep 06 23:25:39.524 INFO O| Sep 06 23:25:39.524 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33712024-09-06T23:25:40.353Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33722024-09-06T23:25:40.353Z[ recovery-image] Sep 06 23:25:39.524 INFO O| Sep 06 23:25:39.524 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33732024-09-06T23:25:40.355Z[ recovery-image] Sep 06 23:25:39.524 INFO O| Sep 06 23:25:39.524 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33742024-09-06T23:25:40.355Z[ recovery-image] Sep 06 23:25:39.557 INFO O| Sep 06 23:25:39.557 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33752024-09-06T23:25:40.402ZSep 06 23:25:39.619 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.406584325s)
33762024-09-06T23:25:40.411Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33772024-09-06T23:25:40.447ZSep 06 23:25:39.664 INFO [stamp-internal-dns] process exited with exit status: 0 (1.561236019s)
33782024-09-06T23:25:40.543Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
33792024-09-06T23:25:40.564Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33802024-09-06T23:25:40.593Z[ recovery-image] Sep 06 23:25:39.810 INFO O| Sep 06 23:25:39.810 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33812024-09-06T23:25:40.644Z[ recovery-image] Sep 06 23:25:39.860 INFO O| Sep 06 23:25:39.860 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33822024-09-06T23:25:40.815Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33832024-09-06T23:25:40.852ZSep 06 23:25:40.069 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.717455798s)
33842024-09-06T23:25:40.884Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33852024-09-06T23:25:40.888ZSep 06 23:25:40.105 INFO [stamp-oximeter] process exited with exit status: 0 (1.985161629s)
33862024-09-06T23:25:41.166Z[ recovery-image] Sep 06 23:25:40.383 INFO O| Sep 06 23:25:40.383 INFO O| Caching catalogs ... Done
33872024-09-06T23:25:41.271Z[ recovery-image] Sep 06 23:25:40.488 INFO O| Sep 06 23:25:40.488 INFO STEP 0 (pkg_image_create) COMPLETE
33882024-09-06T23:25:41.271Z[ recovery-image] Sep 06 23:25:40.488 INFO O| Sep 06 23:25:40.488 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33892024-09-06T23:25:41.273Z[ recovery-image] Sep 06 23:25:40.488 INFO O| Sep 06 23:25:40.488 INFO skip step because feature "repo_redist" is not enabled
33902024-09-06T23:25:41.273Z[ recovery-image] Sep 06 23:25:40.488 INFO O| Sep 06 23:25:40.488 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33912024-09-06T23:25:41.285Z[ recovery-image] Sep 06 23:25:40.502 INFO O| Sep 06 23:25:40.502 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"]
33922024-09-06T23:25:41.752Z[ recovery-image] Sep 06 23:25:40.969 INFO O| Sep 06 23:25:40.969 INFO STEP 2 (pkg_set_publisher) COMPLETE
33932024-09-06T23:25:41.752Z[ recovery-image] Sep 06 23:25:40.969 INFO O| Sep 06 23:25:40.969 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33942024-09-06T23:25:41.768Z[ recovery-image] Sep 06 23:25:40.984 INFO O| Sep 06 23:25:40.984 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"]
33952024-09-06T23:25:42.206Z[ recovery-image] Sep 06 23:25:41.423 INFO O| Sep 06 23:25:41.423 INFO STEP 3 (pkg_set_publisher) COMPLETE
33962024-09-06T23:25:42.207Z[ recovery-image] Sep 06 23:25:41.423 INFO O| Sep 06 23:25:41.423 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33972024-09-06T23:25:42.207Z[ recovery-image] Sep 06 23:25:41.423 INFO O| Sep 06 23:25:41.423 INFO skip step because feature "repo_redist" is not enabled
33982024-09-06T23:25:42.209Z[ recovery-image] Sep 06 23:25:41.423 INFO O| Sep 06 23:25:41.423 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33992024-09-06T23:25:42.672Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34002024-09-06T23:25:42.676ZSep 06 23:25:41.893 INFO [stamp-nexus] process exited with exit status: 0 (3.616059078s)
34012024-09-06T23:25:42.692Z[ recovery-image] Sep 06 23:25:41.908 INFO O| Sep 06 23:25:41.908 INFO variant opensolaris.zone is already global
34022024-09-06T23:25:42.692Z[ recovery-image] Sep 06 23:25:41.908 INFO O| Sep 06 23:25:41.908 INFO STEP 5 (pkg_change_variant) COMPLETE
34032024-09-06T23:25:42.692Z[ recovery-image] Sep 06 23:25:41.908 INFO O| Sep 06 23:25:41.908 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34042024-09-06T23:25:43.143Z[ recovery-image] Sep 06 23:25:42.359 INFO O| Sep 06 23:25:42.359 INFO variant opensolaris.imagetype is full; changing to partial
34052024-09-06T23:25:43.143Z[ recovery-image] Sep 06 23:25:42.359 INFO O| Sep 06 23:25:42.359 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34062024-09-06T23:25:44.099Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34072024-09-06T23:25:44.103ZSep 06 23:25:43.320 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.238600313s)
34082024-09-06T23:25:45.329Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34092024-09-06T23:25:45.470Z[verify-libraries] Compiling polyval v0.6.2
34102024-09-06T23:25:45.490Z[verify-libraries] Compiling rfc6979 v0.4.0
34112024-09-06T23:25:45.509Z[verify-libraries] Compiling primeorder v0.13.6
34122024-09-06T23:25:45.513Z[verify-libraries] Compiling ctr v0.9.2
34132024-09-06T23:25:45.521Z[verify-libraries] Compiling ed25519 v2.2.3
34142024-09-06T23:25:45.522Z[verify-libraries] Compiling ssh-encoding v0.2.0
34152024-09-06T23:25:45.522Z[verify-libraries] Compiling blowfish v0.9.1
34162024-09-06T23:25:45.963Z[verify-libraries] Compiling ecdsa v0.16.9
34172024-09-06T23:25:45.966Z[verify-libraries] Compiling ghash v0.5.1
34182024-09-06T23:25:46.152Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34192024-09-06T23:25:46.385Z[verify-libraries] Compiling aes-gcm v0.10.3
34202024-09-06T23:25:46.486Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34212024-09-06T23:25:46.758Z[verify-libraries] Compiling password-hash v0.4.2
34222024-09-06T23:25:46.879Z[verify-libraries] Compiling ssh-cipher v0.2.0
34232024-09-06T23:25:46.959Z[verify-libraries] Compiling matches v0.1.10
34242024-09-06T23:25:47.219Z[verify-libraries] Compiling p384 v0.13.0
34252024-09-06T23:25:47.307Z[verify-libraries] Compiling p521 v0.13.3
34262024-09-06T23:25:47.687Z[verify-libraries] Compiling ssh-key v0.6.6
34272024-09-06T23:25:47.798Z[verify-libraries] Compiling p256 v0.13.2
34282024-09-06T23:25:48.245Z[verify-libraries] Compiling pbkdf2 v0.11.0
34292024-09-06T23:25:48.539Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34302024-09-06T23:25:48.607ZSep 06 23:25:47.823 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.647833436s)
34312024-09-06T23:25:48.951Z[verify-libraries] Compiling idna v0.2.3
34322024-09-06T23:25:49.371Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34332024-09-06T23:25:49.396ZSep 06 23:25:48.612 INFO [stamp-clickhouse] process exited with exit status: 0 (10.500603121s)
34342024-09-06T23:25:49.396ZSep 06 23:25:48.612 INFO [tuf-stamp] task succeeded (10.531094336s)
34352024-09-06T23:25:49.977Z[ recovery-image] Sep 06 23:25:49.193 INFO O| Sep 06 23:25:49.193 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34362024-09-06T23:25:50.115Z[verify-libraries] Compiling enum-as-inner v0.5.1
34372024-09-06T23:25:50.681Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34382024-09-06T23:25:51.082Z[verify-libraries] Compiling md5 v0.7.0
34392024-09-06T23:25:51.543Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34402024-09-06T23:25:51.704Z[verify-libraries] Compiling russh-keys v0.45.0
34412024-09-06T23:25:52.345Z[verify-libraries] Compiling num-bigint v0.4.5
34422024-09-06T23:25:53.069Z[verify-libraries] Compiling des v0.8.1
34432024-09-06T23:25:54.073Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34442024-09-06T23:25:54.642Z[verify-libraries] Compiling hex-literal v0.4.1
34452024-09-06T23:25:54.944Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34462024-09-06T23:25:55.358Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472024-09-06T23:25:56.036Z[verify-libraries] Compiling internet-checksum v0.2.1
34482024-09-06T23:25:56.504Z[verify-libraries] Compiling russh v0.45.0
34492024-09-06T23:25:56.746Z[ recovery-image] Sep 06 23:25:55.962 INFO O| Sep 06 23:25:55.962 INFO O| Startup: Caching catalogs ... Done
34502024-09-06T23:25:56.850Z[ recovery-image] Sep 06 23:25:56.065 INFO O| Sep 06 23:25:56.065 INFO O| Planning: Planning completed in 0.00 seconds
34512024-09-06T23:25:56.853Z[ recovery-image] Sep 06 23:25:56.066 INFO O| Sep 06 23:25:56.066 INFO O| Planning: Consolidating action changes ... Done
34522024-09-06T23:25:56.853Z[ recovery-image] Sep 06 23:25:56.066 INFO O| Sep 06 23:25:56.066 INFO O| Planning: Evaluating mediators ... Done
34532024-09-06T23:25:56.853Z[ recovery-image] Sep 06 23:25:56.067 INFO O| Sep 06 23:25:56.067 INFO O| Planning: Planning completed in 0.00 seconds
34542024-09-06T23:25:56.853Z[ recovery-image] Sep 06 23:25:56.067 INFO O| Sep 06 23:25:56.067 INFO O| Variants/Facets to change: 1
34552024-09-06T23:25:56.901Z[ recovery-image] Sep 06 23:25:56.117 INFO O| Sep 06 23:25:56.117 INFO O| Done
34562024-09-06T23:25:56.902Z[ recovery-image] Sep 06 23:25:56.117 INFO O| Sep 06 23:25:56.117 INFO O| Done
34572024-09-06T23:25:57.495Z[ recovery-image] Sep 06 23:25:56.710 INFO O| Sep 06 23:25:56.710 INFO O| Done
34582024-09-06T23:25:57.551Z[ recovery-image] Sep 06 23:25:56.766 INFO O| Sep 06 23:25:56.766 INFO O| Done
34592024-09-06T23:25:57.553Z[ recovery-image] Sep 06 23:25:56.768 INFO O| Sep 06 23:25:56.768 INFO O| Done
34602024-09-06T23:25:57.553Z[ recovery-image] Sep 06 23:25:56.768 INFO O| Sep 06 23:25:56.768 INFO O| Done
34612024-09-06T23:25:57.556Z[ recovery-image] Sep 06 23:25:56.770 INFO O| Sep 06 23:25:56.770 INFO O| Done
34622024-09-06T23:25:58.076Z[ recovery-image] Sep 06 23:25:57.292 INFO O| Sep 06 23:25:57.292 INFO STEP 6 (pkg_change_variant) COMPLETE
34632024-09-06T23:25:58.076Z[ recovery-image] Sep 06 23:25:57.292 INFO O| Sep 06 23:25:57.292 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34642024-09-06T23:25:58.076Z[ recovery-image] Sep 06 23:25:57.292 INFO O| Sep 06 23:25:57.292 INFO skip step because feature "debug_variant" is not enabled
34652024-09-06T23:25:58.079Z[ recovery-image] Sep 06 23:25:57.292 INFO O| Sep 06 23:25:57.292 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34662024-09-06T23:25:58.831Z[ recovery-image] Sep 06 23:25:58.046 INFO O| Sep 06 23:25:58.046 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34672024-09-06T23:25:59.552Z[verify-libraries] Compiling dhcproto v0.12.0
34682024-09-06T23:26:00.036Z[ recovery-image] Sep 06 23:25:59.251 INFO O| Sep 06 23:25:59.251 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34692024-09-06T23:26:00.039Z[ recovery-image] Sep 06 23:25:59.253 INFO O| Sep 06 23:25:59.253 INFO O| Planning: Planning completed in 0.00 seconds
34702024-09-06T23:26:00.039Z[ recovery-image] Sep 06 23:25:59.254 INFO O| Sep 06 23:25:59.254 INFO O| Planning: Consolidating action changes ... Done
34712024-09-06T23:26:00.039Z[ recovery-image] Sep 06 23:25:59.254 INFO O| Sep 06 23:25:59.254 INFO O| Planning: Evaluating mediators ... Done
34722024-09-06T23:26:00.042Z[ recovery-image] Sep 06 23:25:59.255 INFO O| Sep 06 23:25:59.255 INFO O| Planning: Planning completed in 0.00 seconds
34732024-09-06T23:26:00.042Z[ recovery-image] Sep 06 23:25:59.255 INFO O| Sep 06 23:25:59.255 INFO O| Variants/Facets to change: 1
34742024-09-06T23:26:00.135Z[ recovery-image] Sep 06 23:25:59.350 INFO O| Sep 06 23:25:59.350 INFO O| Done
34752024-09-06T23:26:00.135Z[ recovery-image] Sep 06 23:25:59.350 INFO O| Sep 06 23:25:59.350 INFO O| Done
34762024-09-06T23:26:00.773Z[ recovery-image] Sep 06 23:25:59.988 INFO O| Sep 06 23:25:59.988 INFO O| Done
34772024-09-06T23:26:00.839Z[ recovery-image] Sep 06 23:26:00.054 INFO O| Sep 06 23:26:00.054 INFO O| Done
34782024-09-06T23:26:00.842Z[ recovery-image] Sep 06 23:26:00.055 INFO O| Sep 06 23:26:00.055 INFO O| Done
34792024-09-06T23:26:00.842Z[ recovery-image] Sep 06 23:26:00.055 INFO O| Sep 06 23:26:00.055 INFO O| Done
34802024-09-06T23:26:00.844Z[ recovery-image] Sep 06 23:26:00.057 INFO O| Sep 06 23:26:00.057 INFO O| Done
34812024-09-06T23:26:00.985Z[ recovery-image] Sep 06 23:26:00.200 INFO O| Sep 06 23:26:00.199 INFO STEP 8 (pkg_change_facet) COMPLETE
34822024-09-06T23:26:00.985Z[ recovery-image] Sep 06 23:26:00.200 INFO O| Sep 06 23:26:00.200 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34832024-09-06T23:26:01.629Z[ recovery-image] Sep 06 23:26:00.844 INFO O| Sep 06 23:26:00.843 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34842024-09-06T23:26:02.654Z[ recovery-image] Sep 06 23:26:01.869 INFO O| Sep 06 23:26:01.869 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34852024-09-06T23:26:02.657Z[ recovery-image] Sep 06 23:26:01.871 INFO O| Sep 06 23:26:01.871 INFO O| Planning: Planning completed in 0.00 seconds
34862024-09-06T23:26:02.657Z[ recovery-image] Sep 06 23:26:01.872 INFO O| Sep 06 23:26:01.872 INFO O| Planning: Consolidating action changes ... Done
34872024-09-06T23:26:02.657Z[ recovery-image] Sep 06 23:26:01.872 INFO O| Sep 06 23:26:01.872 INFO O| Planning: Evaluating mediators ... Done
34882024-09-06T23:26:02.659Z[ recovery-image] Sep 06 23:26:01.873 INFO O| Sep 06 23:26:01.873 INFO O| Planning: Planning completed in 0.00 seconds
34892024-09-06T23:26:02.659Z[ recovery-image] Sep 06 23:26:01.873 INFO O| Sep 06 23:26:01.873 INFO O| Variants/Facets to change: 1
34902024-09-06T23:26:02.816Z[ recovery-image] Sep 06 23:26:02.031 INFO O| Sep 06 23:26:02.030 INFO O| Done
34912024-09-06T23:26:02.816Z[ recovery-image] Sep 06 23:26:02.031 INFO O| Sep 06 23:26:02.031 INFO O| Done
34922024-09-06T23:26:03.328Z[ recovery-image] Sep 06 23:26:02.543 INFO O| Sep 06 23:26:02.543 INFO O| Done
34932024-09-06T23:26:03.391Z[ recovery-image] Sep 06 23:26:02.606 INFO O| Sep 06 23:26:02.606 INFO O| Done
34942024-09-06T23:26:03.394Z[ recovery-image] Sep 06 23:26:02.607 INFO O| Sep 06 23:26:02.607 INFO O| Done
34952024-09-06T23:26:03.394Z[ recovery-image] Sep 06 23:26:02.607 INFO O| Sep 06 23:26:02.607 INFO O| Done
34962024-09-06T23:26:03.403Z[ recovery-image] Sep 06 23:26:02.618 INFO O| Sep 06 23:26:02.618 INFO O| Done
34972024-09-06T23:26:03.497Z[ recovery-image] Sep 06 23:26:02.711 INFO O| Sep 06 23:26:02.711 INFO STEP 9 (pkg_change_facet) COMPLETE
34982024-09-06T23:26:03.497Z[ recovery-image] Sep 06 23:26:02.711 INFO O| Sep 06 23:26:02.711 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34992024-09-06T23:26:03.605Z[verify-libraries] Compiling heck v0.4.1
35002024-09-06T23:26:04.138Z[ recovery-image] Sep 06 23:26:03.353 INFO O| Sep 06 23:26:03.353 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35012024-09-06T23:26:05.103Z[ recovery-image] Sep 06 23:26:04.317 INFO O| Sep 06 23:26:04.317 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35022024-09-06T23:26:05.105Z[ recovery-image] Sep 06 23:26:04.319 INFO O| Sep 06 23:26:04.319 INFO O| Planning: Planning completed in 0.00 seconds
35032024-09-06T23:26:05.107Z[ recovery-image] Sep 06 23:26:04.320 INFO O| Sep 06 23:26:04.320 INFO O| Planning: Consolidating action changes ... Done
35042024-09-06T23:26:05.107Z[ recovery-image] Sep 06 23:26:04.320 INFO O| Sep 06 23:26:04.320 INFO O| Planning: Evaluating mediators ... Done
35052024-09-06T23:26:05.107Z[ recovery-image] Sep 06 23:26:04.321 INFO O| Sep 06 23:26:04.321 INFO O| Planning: Planning completed in 0.00 seconds
35062024-09-06T23:26:05.107Z[ recovery-image] Sep 06 23:26:04.321 INFO O| Sep 06 23:26:04.321 INFO O| Variants/Facets to change: 1
35072024-09-06T23:26:05.198Z[ recovery-image] Sep 06 23:26:04.413 INFO O| Sep 06 23:26:04.412 INFO O| Done
35082024-09-06T23:26:05.198Z[ recovery-image] Sep 06 23:26:04.413 INFO O| Sep 06 23:26:04.413 INFO O| Done
35092024-09-06T23:26:05.513Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35102024-09-06T23:26:06.024Z[ recovery-image] Sep 06 23:26:05.239 INFO O| Sep 06 23:26:05.239 INFO O| Done
35112024-09-06T23:26:06.115Z[ recovery-image] Sep 06 23:26:05.330 INFO O| Sep 06 23:26:05.330 INFO O| Done
35122024-09-06T23:26:06.118Z[ recovery-image] Sep 06 23:26:05.331 INFO O| Sep 06 23:26:05.331 INFO O| Done
35132024-09-06T23:26:06.118Z[ recovery-image] Sep 06 23:26:05.331 INFO O| Sep 06 23:26:05.331 INFO O| Done
35142024-09-06T23:26:06.118Z[ recovery-image] Sep 06 23:26:05.333 INFO O| Sep 06 23:26:05.333 INFO O| Done
35152024-09-06T23:26:06.271Z[ recovery-image] Sep 06 23:26:05.485 INFO O| Sep 06 23:26:05.485 INFO STEP 10 (pkg_change_facet) COMPLETE
35162024-09-06T23:26:06.271Z[ recovery-image] Sep 06 23:26:05.485 INFO O| Sep 06 23:26:05.485 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-09-06T23:26:06.293Z[ recovery-image] Sep 06 23:26:05.507 INFO O| Sep 06 23:26:05.507 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"]
35182024-09-06T23:26:07.376Z[ recovery-image] Sep 06 23:26:06.591 INFO O| Sep 06 23:26:06.590 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35192024-09-06T23:26:09.440Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35202024-09-06T23:26:09.520Z[ host-image] Sep 06 23:26:08.734 INFO O| Sep 06 23:26:08.734 INFO O| Planning: Solver setup ... Done
35212024-09-06T23:26:10.951Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35222024-09-06T23:26:11.628Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35232024-09-06T23:26:12.010Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35242024-09-06T23:26:12.568Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35252024-09-06T23:26:13.051Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35262024-09-06T23:26:14.549Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35272024-09-06T23:26:14.641Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35282024-09-06T23:26:15.431Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35292024-09-06T23:26:16.608Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35302024-09-06T23:26:23.605Z[verify-libraries] Compiling termios v0.3.3
35312024-09-06T23:26:24.009Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35322024-09-06T23:26:36.556Z[ host-image] Sep 06 23:26:35.768 INFO O| Sep 06 23:26:35.768 INFO O| Planning: Running solver ... Done
35332024-09-06T23:26:36.980Z[ host-image] Sep 06 23:26:36.192 INFO O| Sep 06 23:26:36.192 INFO O| Planning: Finding local manifests ... Done
35342024-09-06T23:26:36.997Z[ host-image] Sep 06 23:26:36.209 INFO O| Sep 06 23:26:36.209 INFO O| Planning: Fetching manifests: 0/124 0% complete
35352024-09-06T23:26:40.313Z[ recovery-image] Sep 06 23:26:39.525 INFO O| Sep 06 23:26:39.525 INFO O| Planning: Solver setup ... Done
35362024-09-06T23:26:42.519Z[ host-image] Sep 06 23:26:41.730 INFO O| Sep 06 23:26:41.730 INFO O| Planning: Fetching manifests: 124/124 100% complete
35372024-09-06T23:26:43.889Z[ host-image] Sep 06 23:26:43.100 INFO O| Sep 06 23:26:43.100 INFO O| Planning: Package planning ... Done
35382024-09-06T23:26:45.732Z[ host-image] Sep 06 23:26:44.943 INFO O| Sep 06 23:26:44.943 INFO O| Planning: Merging actions ... Done
35392024-09-06T23:26:46.070Z[ host-image] Sep 06 23:26:45.281 INFO O| Sep 06 23:26:45.281 INFO O| Planning: Checking for conflicting actions ... Done
35402024-09-06T23:26:46.392Z[ host-image] Sep 06 23:26:45.603 INFO O| Sep 06 23:26:45.603 INFO O| Planning: Consolidating action changes ... Done
35412024-09-06T23:26:46.886Z[ host-image] Sep 06 23:26:46.097 INFO O| Sep 06 23:26:46.097 INFO O| Planning: Evaluating mediators ... Done
35422024-09-06T23:26:48.281Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35432024-09-06T23:26:52.804Z[ host-image] Sep 06 23:26:52.015 INFO O| Sep 06 23:26:52.014 INFO O| Planning: Planning completed in 74.45 seconds
35442024-09-06T23:26:52.810Z[ host-image] Sep 06 23:26:52.020 INFO O| Sep 06 23:26:52.020 INFO O| Packages to install: 124
35452024-09-06T23:26:52.812Z[ host-image] Sep 06 23:26:52.021 INFO O| Sep 06 23:26:52.020 INFO O| Mediators to change: 4
35462024-09-06T23:26:52.812Z[ host-image] Sep 06 23:26:52.021 INFO O| Sep 06 23:26:52.020 INFO O| Services to change: 6
35472024-09-06T23:26:52.911Z[ host-image] Sep 06 23:26:52.122 INFO O| Sep 06 23:26:52.122 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35482024-09-06T23:26:57.913Z[ host-image] Sep 06 23:26:57.123 INFO O| Sep 06 23:26:57.123 INFO O| Download: 1152/22728 items 7.0/196.4MB 3% complete (1.4M/s)
35492024-09-06T23:27:03.032Z[ host-image] Sep 06 23:27:02.241 INFO O| Sep 06 23:27:02.241 INFO O| Download: 1793/22728 items 12.9/196.4MB 6% complete (1.3M/s)
35502024-09-06T23:27:05.990Z[ recovery-image] Sep 06 23:27:05.199 INFO O| Sep 06 23:27:05.199 INFO O| Planning: Running solver ... Done
35512024-09-06T23:27:06.295Z[ recovery-image] Sep 06 23:27:05.504 INFO O| Sep 06 23:27:05.504 INFO O| Planning: Finding local manifests ... Done
35522024-09-06T23:27:06.309Z[ recovery-image] Sep 06 23:27:05.519 INFO O| Sep 06 23:27:05.519 INFO O| Planning: Fetching manifests: 0/124 0% complete
35532024-09-06T23:27:08.107Z[ host-image] Sep 06 23:27:07.316 INFO O| Sep 06 23:27:07.316 INFO O| Download: 2446/22728 items 28.1/196.4MB 14% complete (2.1M/s)
35542024-09-06T23:27:10.601Z[ recovery-image] Sep 06 23:27:09.810 INFO O| Sep 06 23:27:09.810 INFO O| Planning: Fetching manifests: 124/124 100% complete
35552024-09-06T23:27:11.589Z[ recovery-image] Sep 06 23:27:10.798 INFO O| Sep 06 23:27:10.798 INFO O| Planning: Package planning ... Done
35562024-09-06T23:27:12.389Z[ recovery-image] Sep 06 23:27:11.598 INFO O| Sep 06 23:27:11.598 INFO O| Planning: Merging actions ... Done
35572024-09-06T23:27:12.551Z[ recovery-image] Sep 06 23:27:11.760 INFO O| Sep 06 23:27:11.760 INFO O| Planning: Checking for conflicting actions ... Done
35582024-09-06T23:27:12.695Z[ recovery-image] Sep 06 23:27:11.904 INFO O| Sep 06 23:27:11.904 INFO O| Planning: Consolidating action changes ... Done
35592024-09-06T23:27:13.033Z[ recovery-image] Sep 06 23:27:12.242 INFO O| Sep 06 23:27:12.242 INFO O| Planning: Evaluating mediators ... Done
35602024-09-06T23:27:13.111Z[ host-image] Sep 06 23:27:12.320 INFO O| Sep 06 23:27:12.320 INFO O| Download: 3655/22728 items 37.4/196.4MB 19% complete (2.3M/s)
35612024-09-06T23:27:18.112Z[ host-image] Sep 06 23:27:17.320 INFO O| Sep 06 23:27:17.320 INFO O| Download: 4692/22728 items 44.8/196.4MB 22% complete (1.6M/s)
35622024-09-06T23:27:19.133Z[ recovery-image] Sep 06 23:27:18.341 INFO O| Sep 06 23:27:18.341 INFO O| Planning: Planning completed in 71.75 seconds
35632024-09-06T23:27:19.141Z[ recovery-image] Sep 06 23:27:18.349 INFO O| Sep 06 23:27:18.349 INFO O| Packages to install: 124
35642024-09-06T23:27:19.143Z[ recovery-image] Sep 06 23:27:18.349 INFO O| Sep 06 23:27:18.349 INFO O| Mediators to change: 4
35652024-09-06T23:27:19.143Z[ recovery-image] Sep 06 23:27:18.350 INFO O| Sep 06 23:27:18.350 INFO O| Services to change: 5
35662024-09-06T23:27:19.215Z[ recovery-image] Sep 06 23:27:18.424 INFO O| Sep 06 23:27:18.424 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35672024-09-06T23:27:23.193Z[ host-image] Sep 06 23:27:22.401 INFO O| Sep 06 23:27:22.401 INFO O| Download: 5734/22728 items 46.2/196.4MB 23% complete (1.0M/s)
35682024-09-06T23:27:24.242Z[ recovery-image] Sep 06 23:27:23.450 INFO O| Sep 06 23:27:23.450 INFO O| Download: 993/15831 items 7.8/173.2MB 4% complete (1.6M/s)
35692024-09-06T23:27:27.057Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35702024-09-06T23:27:29.626Z[ host-image] Sep 06 23:27:28.833 INFO O| Sep 06 23:27:28.833 INFO O| Download: 6758/22728 items 47.8/196.4MB 24% complete (452k/s)
35712024-09-06T23:27:29.640Z[ recovery-image] Sep 06 23:27:28.838 INFO O| Sep 06 23:27:28.838 INFO O| Download: 1008/15831 items 7.9/173.2MB 4% complete (1.5M/s)
35722024-09-06T23:27:33.086Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35732024-09-06T23:27:33.132Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35742024-09-06T23:27:34.635Z[ host-image] Sep 06 23:27:33.842 INFO O| Sep 06 23:27:33.842 INFO O| Download: 7206/22728 items 57.1/196.4MB 29% complete (1.1M/s)
35752024-09-06T23:27:34.740Z[ recovery-image] Sep 06 23:27:33.947 INFO O| Sep 06 23:27:33.947 INFO O| Download: 1315/15831 items 19.8/173.2MB 11% complete (1.1M/s)
35762024-09-06T23:27:39.775Z[ recovery-image] Sep 06 23:27:38.982 INFO O| Sep 06 23:27:38.982 INFO O| Download: 1664/15831 items 26.8/173.2MB 15% complete (1.9M/s)
35772024-09-06T23:27:39.804Z[ host-image] Sep 06 23:27:39.010 INFO O| Sep 06 23:27:39.010 INFO O| Download: 8126/22728 items 60.8/196.4MB 30% complete (1.3M/s)
35782024-09-06T23:27:41.944Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35792024-09-06T23:27:44.782Z[ recovery-image] Sep 06 23:27:43.988 INFO O| Sep 06 23:27:43.988 INFO O| Download: 2790/15831 items 34.6/173.2MB 19% complete (1.4M/s)
35802024-09-06T23:27:44.819Z[ host-image] Sep 06 23:27:44.026 INFO O| Sep 06 23:27:44.026 INFO O| Download: 8452/22728 items 69.6/196.4MB 35% complete (1.2M/s)
35812024-09-06T23:27:49.784Z[ recovery-image] Sep 06 23:27:48.990 INFO O| Sep 06 23:27:48.990 INFO O| Download: 3605/15831 items 39.0/173.2MB 22% complete (1.4M/s)
35822024-09-06T23:27:49.820Z[ host-image] Sep 06 23:27:49.026 INFO O| Sep 06 23:27:49.026 INFO O| Download: 9383/22728 items 81.5/196.4MB 41% complete (2.1M/s)
35832024-09-06T23:27:54.816Z[ recovery-image] Sep 06 23:27:54.021 INFO O| Sep 06 23:27:54.021 INFO O| Download: 3816/15831 items 42.4/173.2MB 24% complete (836k/s)
35842024-09-06T23:27:54.821Z[ host-image] Sep 06 23:27:54.026 INFO O| Sep 06 23:27:54.026 INFO O| Download: 10411/22728 items 88.0/196.4MB 44% complete (1.8M/s)
35852024-09-06T23:27:59.835Z[ recovery-image] Sep 06 23:27:59.040 INFO O| Sep 06 23:27:59.040 INFO O| Download: 4867/15831 items 43.0/173.2MB 24% complete (405k/s)
35862024-09-06T23:28:00.513Z[ host-image] Sep 06 23:27:59.717 INFO O| Sep 06 23:27:59.717 INFO O| Download: 10860/22728 items 90.0/196.4MB 45% complete (892k/s)
35872024-09-06T23:28:05.000Z[ recovery-image] Sep 06 23:28:04.204 INFO O| Sep 06 23:28:04.204 INFO O| Download: 5723/15831 items 46.0/173.2MB 26% complete (356k/s)
35882024-09-06T23:28:05.587Z[ host-image] Sep 06 23:28:04.791 INFO O| Sep 06 23:28:04.791 INFO O| Download: 11281/22728 items 95.4/196.4MB 48% complete (708k/s)
35892024-09-06T23:28:10.011Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35902024-09-06T23:28:10.134Z[ recovery-image] Sep 06 23:28:09.337 INFO O| Sep 06 23:28:09.337 INFO O| Download: 6080/15831 items 54.3/173.2MB 31% complete (1.1M/s)
35912024-09-06T23:28:10.587Z[ host-image] Sep 06 23:28:09.791 INFO O| Sep 06 23:28:09.791 INFO O| Download: 12098/22728 items 101.0/196.4MB 51% complete (1.1M/s)
35922024-09-06T23:28:14.930Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35932024-09-06T23:28:14.989Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35942024-09-06T23:28:15.140Z[ recovery-image] Sep 06 23:28:14.344 INFO O| Sep 06 23:28:14.343 INFO O| Download: 7066/15831 items 72.6/173.2MB 41% complete (2.7M/s)
35952024-09-06T23:28:15.612Z[ host-image] Sep 06 23:28:14.816 INFO O| Sep 06 23:28:14.815 INFO O| Download: 12283/22728 items 109.4/196.4MB 55% complete (1.4M/s)
35962024-09-06T23:28:20.140Z[ recovery-image] Sep 06 23:28:19.344 INFO O| Sep 06 23:28:19.343 INFO O| Download: 7624/15831 items 73.6/173.2MB 42% complete (1.9M/s)
35972024-09-06T23:28:21.327Z[ host-image] Sep 06 23:28:20.530 INFO O| Sep 06 23:28:20.530 INFO O| Download: 13308/22728 items 109.9/196.4MB 55% complete (1012k/s)
35982024-09-06T23:28:25.146Z[ recovery-image] Sep 06 23:28:24.348 INFO O| Sep 06 23:28:24.348 INFO O| Download: 8032/15831 items 79.4/173.2MB 45% complete (832k/s)
35992024-09-06T23:28:26.420Z[ host-image] Sep 06 23:28:25.623 INFO O| Sep 06 23:28:25.622 INFO O| Download: 14256/22728 items 110.6/196.4MB 56% complete (110k/s)
36002024-09-06T23:28:30.219Z[ recovery-image] Sep 06 23:28:29.421 INFO O| Sep 06 23:28:29.421 INFO O| Download: 8769/15831 items 87.6/173.2MB 50% complete (1.2M/s)
36012024-09-06T23:28:31.441Z[ host-image] Sep 06 23:28:30.644 INFO O| Sep 06 23:28:30.644 INFO O| Download: 14860/22728 items 117.2/196.4MB 59% complete (749k/s)
36022024-09-06T23:28:35.226Z[ recovery-image] Sep 06 23:28:34.428 INFO O| Sep 06 23:28:34.428 INFO O| Download: 9112/15831 items 92.7/173.2MB 53% complete (1.3M/s)
36032024-09-06T23:28:36.444Z[ host-image] Sep 06 23:28:35.646 INFO O| Sep 06 23:28:35.646 INFO O| Download: 15724/22728 items 125.9/196.4MB 64% complete (1.5M/s)
36042024-09-06T23:28:40.239Z[ recovery-image] Sep 06 23:28:39.440 INFO O| Sep 06 23:28:39.440 INFO O| Download: 10279/15831 items 93.3/173.2MB 53% complete (591k/s)
36052024-09-06T23:28:41.472Z[ host-image] Sep 06 23:28:40.674 INFO O| Sep 06 23:28:40.674 INFO O| Download: 16322/22728 items 131.0/196.4MB 66% complete (1.4M/s)
36062024-09-06T23:28:45.269Z[ recovery-image] Sep 06 23:28:44.470 INFO O| Sep 06 23:28:44.470 INFO O| Download: 10970/15831 items 94.4/173.2MB 54% complete (150k/s)
36072024-09-06T23:28:46.485Z[ host-image] Sep 06 23:28:45.686 INFO O| Sep 06 23:28:45.686 INFO O| Download: 17251/22728 items 145.7/196.4MB 74% complete (2.0M/s)
36082024-09-06T23:28:50.427Z[ recovery-image] Sep 06 23:28:49.627 INFO O| Sep 06 23:28:49.627 INFO O| Download: 11091/15831 items 99.6/173.2MB 57% complete (598k/s)
36092024-09-06T23:28:51.486Z[ host-image] Sep 06 23:28:50.686 INFO O| Sep 06 23:28:50.686 INFO O| Download: 18423/22728 items 161.9/196.4MB 82% complete (3.1M/s)
36102024-09-06T23:28:55.434Z[ recovery-image] Sep 06 23:28:54.634 INFO O| Sep 06 23:28:54.634 INFO O| Download: 11673/15831 items 116.5/173.2MB 67% complete (2.1M/s)
36112024-09-06T23:28:56.499Z[ host-image] Sep 06 23:28:55.699 INFO O| Sep 06 23:28:55.699 INFO O| Download: 19574/22728 items 165.9/196.4MB 84% complete (2.1M/s)
36122024-09-06T23:29:01.513Z[ host-image] Sep 06 23:29:00.712 INFO O| Sep 06 23:29:00.712 INFO O| Download: 20626/22728 items 170.1/196.4MB 86% complete (853k/s)
36132024-09-06T23:29:01.992Z[ recovery-image] Sep 06 23:29:01.192 INFO O| Sep 06 23:29:01.192 INFO O| Download: 11975/15831 items 136.9/173.2MB 79% complete (4.0M/s)
36142024-09-06T23:29:06.528Z[ host-image] Sep 06 23:29:05.727 INFO O| Sep 06 23:29:05.727 INFO O| Download: 21097/22728 items 176.5/196.4MB 89% complete (1.1M/s)
36152024-09-06T23:29:07.001Z[ recovery-image] Sep 06 23:29:06.200 INFO O| Sep 06 23:29:06.200 INFO O| Download: 13031/15831 items 142.1/173.2MB 82% complete (1.4M/s)
36162024-09-06T23:29:11.713Z[ host-image] Sep 06 23:29:10.912 INFO O| Sep 06 23:29:10.912 INFO O| Download: 21867/22728 items 188.2/196.4MB 95% complete (1.8M/s)
36172024-09-06T23:29:12.003Z[ recovery-image] Sep 06 23:29:11.201 INFO O| Sep 06 23:29:11.201 INFO O| Download: 14484/15831 items 147.0/173.2MB 84% complete (1.0M/s)
36182024-09-06T23:29:16.721Z[ host-image] Sep 06 23:29:15.919 INFO O| Sep 06 23:29:15.919 INFO O| Download: 22587/22728 items 196.2/196.4MB 99% complete (2.0M/s)
36192024-09-06T23:29:17.241Z[ recovery-image] Sep 06 23:29:16.439 INFO O| Sep 06 23:29:16.439 INFO O| Download: 14799/15831 items 154.0/173.2MB 88% complete (1.2M/s)
36202024-09-06T23:29:18.252Z[ host-image] Sep 06 23:29:17.451 INFO O| Sep 06 23:29:17.451 INFO O| Download: Completed 196.43 MB in 145.33 seconds (1.4M/s)
36212024-09-06T23:29:19.815Z[ host-image] Sep 06 23:29:19.013 INFO O| Sep 06 23:29:19.013 INFO O| Actions: 1/49262 actions (Installing new actions)
36222024-09-06T23:29:22.319Z[ recovery-image] Sep 06 23:29:21.517 INFO O| Sep 06 23:29:21.517 INFO O| Download: 15564/15831 items 166.3/173.2MB 96% complete (1.9M/s)
36232024-09-06T23:29:24.816Z[ host-image] Sep 06 23:29:24.014 INFO O| Sep 06 23:29:24.013 INFO O| Actions: 9402/49262 actions (Installing new actions)
36242024-09-06T23:29:24.824Z[ recovery-image] Sep 06 23:29:24.022 INFO O| Sep 06 23:29:24.022 INFO O| Download: Completed 173.20 MB in 125.60 seconds (1.4M/s)
36252024-09-06T23:29:26.750Z[ recovery-image] Sep 06 23:29:25.947 INFO O| Sep 06 23:29:25.947 INFO O| Actions: 1/24965 actions (Installing new actions)
36262024-09-06T23:29:29.824Z[ host-image] Sep 06 23:29:29.015 INFO O| Sep 06 23:29:29.014 INFO O| Actions: 21172/49262 actions (Installing new actions)
36272024-09-06T23:29:31.751Z[ recovery-image] Sep 06 23:29:30.947 INFO O| Sep 06 23:29:30.947 INFO O| Actions: 10506/24965 actions (Installing new actions)
36282024-09-06T23:29:34.817Z[ host-image] Sep 06 23:29:34.014 INFO O| Sep 06 23:29:34.014 INFO O| Actions: 35609/49262 actions (Installing new actions)
36292024-09-06T23:29:36.772Z[ recovery-image] Sep 06 23:29:35.967 INFO O| Sep 06 23:29:35.967 INFO O| Actions: 17582/24965 actions (Installing new actions)
36302024-09-06T23:29:39.811Z[ host-image] Sep 06 23:29:39.006 INFO O| Sep 06 23:29:39.006 INFO O| Actions: Completed 49262 actions in 19.99 seconds.
36312024-09-06T23:29:40.253Z[ host-image] Sep 06 23:29:39.448 INFO O| Sep 06 23:29:39.448 INFO O| Done
36322024-09-06T23:29:40.253Z[ host-image] Sep 06 23:29:39.448 INFO O| Sep 06 23:29:39.448 INFO O| Done
36332024-09-06T23:29:41.303Z[ host-image] Sep 06 23:29:40.499 INFO O| Sep 06 23:29:40.499 INFO O| Done
36342024-09-06T23:29:41.862Z[ recovery-image] Sep 06 23:29:41.058 INFO O| Sep 06 23:29:41.058 INFO O| Actions: 24502/24965 actions (Installing new actions)
36352024-09-06T23:29:43.433Z[ host-image] Sep 06 23:29:42.629 INFO O| Sep 06 23:29:42.629 INFO O| Done
36362024-09-06T23:29:43.473Z[ host-image] Sep 06 23:29:42.669 INFO O| Sep 06 23:29:42.669 INFO O| Done
36372024-09-06T23:29:44.310Z[ recovery-image] Sep 06 23:29:43.506 INFO O| Sep 06 23:29:43.506 INFO O| Actions: Completed 24965 actions in 17.56 seconds.
36382024-09-06T23:29:44.749Z[ recovery-image] Sep 06 23:29:43.944 INFO O| Sep 06 23:29:43.944 INFO O| Done
36392024-09-06T23:29:44.749Z[ recovery-image] Sep 06 23:29:43.944 INFO O| Sep 06 23:29:43.944 INFO O| Done
36402024-09-06T23:29:45.775Z[ recovery-image] Sep 06 23:29:44.970 INFO O| Sep 06 23:29:44.970 INFO O| Done
36412024-09-06T23:29:47.608Z[ recovery-image] Sep 06 23:29:46.804 INFO O| Sep 06 23:29:46.804 INFO O| Done
36422024-09-06T23:29:47.630Z[ recovery-image] Sep 06 23:29:46.825 INFO O| Sep 06 23:29:46.825 INFO O| Done
36432024-09-06T23:29:50.369Z[ host-image] Sep 06 23:29:49.551 INFO O| Sep 06 23:29:49.551 INFO O| Done
36442024-09-06T23:29:51.299Z[ host-image] Sep 06 23:29:50.495 INFO O| Sep 06 23:29:50.494 INFO O| Done
36452024-09-06T23:29:51.628Z[ host-image] Sep 06 23:29:50.824 INFO O| Sep 06 23:29:50.824 INFO STEP 11 (pkg_install) COMPLETE
36462024-09-06T23:29:51.629Z[ host-image] Sep 06 23:29:50.824 INFO O| Sep 06 23:29:50.824 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36472024-09-06T23:29:51.649Z[ host-image] Sep 06 23:29:50.844 INFO O| Sep 06 23:29:50.844 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36482024-09-06T23:29:52.191Z[ recovery-image] Sep 06 23:29:51.383 INFO O| Sep 06 23:29:51.383 INFO O| Done
36492024-09-06T23:29:52.725Z[ host-image] Sep 06 23:29:51.920 INFO O| Sep 06 23:29:51.920 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36502024-09-06T23:29:52.838Z[ recovery-image] Sep 06 23:29:52.033 INFO O| Sep 06 23:29:52.033 INFO O| Done
36512024-09-06T23:29:53.152Z[ recovery-image] Sep 06 23:29:52.346 INFO O| Sep 06 23:29:52.346 INFO STEP 11 (pkg_install) COMPLETE
36522024-09-06T23:29:53.154Z[ recovery-image] Sep 06 23:29:52.346 INFO O| Sep 06 23:29:52.346 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-09-06T23:29:53.154Z[ recovery-image] Sep 06 23:29:52.346 INFO O| Sep 06 23:29:52.346 INFO skip step because feature "recovery" is enabled
36542024-09-06T23:29:53.154Z[ recovery-image] Sep 06 23:29:52.346 INFO O| Sep 06 23:29:52.346 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-09-06T23:29:53.154Z[ recovery-image] Sep 06 23:29:52.346 INFO O| Sep 06 23:29:52.346 INFO skip step because feature "omicron1" is not enabled
36562024-09-06T23:29:53.154Z[ recovery-image] Sep 06 23:29:52.346 INFO O| Sep 06 23:29:52.346 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36572024-09-06T23:29:53.170Z[ recovery-image] Sep 06 23:29:52.365 INFO O| Sep 06 23:29:52.365 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36582024-09-06T23:29:54.274Z[ recovery-image] Sep 06 23:29:53.469 INFO O| Sep 06 23:29:53.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36592024-09-06T23:29:56.020Z[ host-image] Sep 06 23:29:55.215 INFO O| Sep 06 23:29:55.215 INFO O| Planning: Solver setup ... Done
36602024-09-06T23:29:56.028Z[ host-image] Sep 06 23:29:55.223 INFO O| Sep 06 23:29:55.223 INFO O| Planning: Running solver ... Done
36612024-09-06T23:29:56.116Z[ host-image] Sep 06 23:29:55.311 INFO O| Sep 06 23:29:55.311 INFO O| Planning: Finding local manifests ... Done
36622024-09-06T23:29:56.119Z[ host-image] Sep 06 23:29:55.313 INFO O| Sep 06 23:29:55.313 INFO O| Planning: Fetching manifests: 0/4 0% complete
36632024-09-06T23:29:56.344Z[ host-image] Sep 06 23:29:55.539 INFO O| Sep 06 23:29:55.539 INFO O| Planning: Fetching manifests: 4/4 100% complete
36642024-09-06T23:29:56.391Z[ host-image] Sep 06 23:29:55.586 INFO O| Sep 06 23:29:55.586 INFO O| Planning: Package planning ... Done
36652024-09-06T23:29:56.396Z[ host-image] Sep 06 23:29:55.591 INFO O| Sep 06 23:29:55.591 INFO O| Planning: Merging actions ... Done
36662024-09-06T23:29:56.552Z[ host-image] Sep 06 23:29:55.747 INFO O| Sep 06 23:29:55.747 INFO O| Planning: Checking for conflicting actions ... Done
36672024-09-06T23:29:56.555Z[ host-image] Sep 06 23:29:55.749 INFO O| Sep 06 23:29:55.749 INFO O| Planning: Consolidating action changes ... Done
36682024-09-06T23:29:56.926Z[ host-image] Sep 06 23:29:56.121 INFO O| Sep 06 23:29:56.121 INFO O| Planning: Evaluating mediators ... Done
36692024-09-06T23:29:56.929Z[ host-image] Sep 06 23:29:56.122 INFO O| Sep 06 23:29:56.122 INFO O| Planning: Planning completed in 4.20 seconds
36702024-09-06T23:29:56.931Z[ host-image] Sep 06 23:29:56.125 INFO O| Sep 06 23:29:56.125 INFO O| Packages to install: 4
36712024-09-06T23:29:56.931Z[ host-image] Sep 06 23:29:56.125 INFO O| Sep 06 23:29:56.125 INFO O| Services to change: 2
36722024-09-06T23:29:56.945Z[ host-image] Sep 06 23:29:56.140 INFO O| Sep 06 23:29:56.140 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
36732024-09-06T23:29:57.818Z[ recovery-image] Sep 06 23:29:57.013 INFO O| Sep 06 23:29:57.013 INFO O| Planning: Solver setup ... Done
36742024-09-06T23:29:57.824Z[ recovery-image] Sep 06 23:29:57.019 INFO O| Sep 06 23:29:57.019 INFO O| Planning: Running solver ... Done
36752024-09-06T23:29:57.881Z[ recovery-image] Sep 06 23:29:57.076 INFO O| Sep 06 23:29:57.076 INFO O| Planning: Finding local manifests ... Done
36762024-09-06T23:29:57.884Z[ recovery-image] Sep 06 23:29:57.077 INFO O| Sep 06 23:29:57.077 INFO O| Planning: Fetching manifests: 0/1 0% complete
36772024-09-06T23:29:57.985Z[ recovery-image] Sep 06 23:29:57.180 INFO O| Sep 06 23:29:57.180 INFO O| Planning: Fetching manifests: 1/1 100% complete
36782024-09-06T23:29:58.015Z[ recovery-image] Sep 06 23:29:57.209 INFO O| Sep 06 23:29:57.209 INFO O| Planning: Package planning ... Done
36792024-09-06T23:29:58.017Z[ recovery-image] Sep 06 23:29:57.210 INFO O| Sep 06 23:29:57.210 INFO O| Planning: Merging actions ... Done
36802024-09-06T23:29:58.075Z[ recovery-image] Sep 06 23:29:57.270 INFO O| Sep 06 23:29:57.270 INFO O| Planning: Checking for conflicting actions ... Done
36812024-09-06T23:29:58.078Z[ recovery-image] Sep 06 23:29:57.271 INFO O| Sep 06 23:29:57.271 INFO O| Planning: Consolidating action changes ... Done
36822024-09-06T23:29:58.128Z[ host-image] Sep 06 23:29:57.323 INFO O| Sep 06 23:29:57.323 INFO O| Download: Completed 1.39 MB in 1.18 seconds (1.2M/s)
36832024-09-06T23:29:58.175Z[ host-image] Sep 06 23:29:57.370 INFO O| Sep 06 23:29:57.370 INFO O| Actions: 1/238 actions (Installing new actions)
36842024-09-06T23:29:58.325Z[ recovery-image] Sep 06 23:29:57.520 INFO O| Sep 06 23:29:57.520 INFO O| Planning: Evaluating mediators ... Done
36852024-09-06T23:29:58.328Z[ recovery-image] Sep 06 23:29:57.521 INFO O| Sep 06 23:29:57.521 INFO O| Planning: Planning completed in 4.05 seconds
36862024-09-06T23:29:58.330Z[ recovery-image] Sep 06 23:29:57.523 INFO O| Sep 06 23:29:57.523 INFO O| Packages to install: 1
36872024-09-06T23:29:58.347Z[ recovery-image] Sep 06 23:29:57.542 INFO O| Sep 06 23:29:57.542 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36882024-09-06T23:29:58.412Z[ host-image] Sep 06 23:29:57.607 INFO O| Sep 06 23:29:57.607 INFO O| Actions: Completed 238 actions in 0.24 seconds.
36892024-09-06T23:29:58.770Z[ host-image] Sep 06 23:29:57.965 INFO O| Sep 06 23:29:57.964 INFO O| Done
36902024-09-06T23:29:58.770Z[ host-image] Sep 06 23:29:57.965 INFO O| Sep 06 23:29:57.965 INFO O| Done
36912024-09-06T23:29:59.593Z[ host-image] Sep 06 23:29:58.788 INFO O| Sep 06 23:29:58.788 INFO O| Done
36922024-09-06T23:30:00.019Z[ recovery-image] Sep 06 23:29:59.213 INFO O| Sep 06 23:29:59.213 INFO O| Download: Completed 20.80 MB in 1.67 seconds (12.4M/s)
36932024-09-06T23:30:00.083Z[ recovery-image] Sep 06 23:29:59.278 INFO O| Sep 06 23:29:59.278 INFO O| Actions: 1/22 actions (Installing new actions)
36942024-09-06T23:30:00.941Z[ recovery-image] Sep 06 23:30:00.135 INFO O| Sep 06 23:30:00.135 INFO O| Actions: Completed 22 actions in 0.86 seconds.
36952024-09-06T23:30:01.402Z[ recovery-image] Sep 06 23:30:00.597 INFO O| Sep 06 23:30:00.597 INFO O| Done
36962024-09-06T23:30:01.402Z[ recovery-image] Sep 06 23:30:00.597 INFO O| Sep 06 23:30:00.597 INFO O| Done
36972024-09-06T23:30:02.006Z[ host-image] Sep 06 23:30:01.200 INFO O| Sep 06 23:30:01.200 INFO O| Done
36982024-09-06T23:30:02.044Z[ host-image] Sep 06 23:30:01.239 INFO O| Sep 06 23:30:01.239 INFO O| Done
36992024-09-06T23:30:02.044Z[ host-image] Sep 06 23:30:01.239 INFO O| Sep 06 23:30:01.239 INFO O| Done
37002024-09-06T23:30:02.067Z[ host-image] Sep 06 23:30:01.261 INFO O| Sep 06 23:30:01.261 INFO O| Done
37012024-09-06T23:30:02.190Z[ recovery-image] Sep 06 23:30:01.384 INFO O| Sep 06 23:30:01.384 INFO O| Done
37022024-09-06T23:30:02.243Z[ host-image] Sep 06 23:30:01.437 INFO O| Sep 06 23:30:01.437 INFO STEP 12 (pkg_install) COMPLETE
37032024-09-06T23:30:02.243Z[ host-image] Sep 06 23:30:01.437 INFO O| Sep 06 23:30:01.437 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37042024-09-06T23:30:02.263Z[ host-image] Sep 06 23:30:01.458 INFO O| Sep 06 23:30:01.458 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
37052024-09-06T23:30:03.239Z[ host-image] Sep 06 23:30:02.433 INFO O| Sep 06 23:30:02.433 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37062024-09-06T23:30:03.819Z[ recovery-image] Sep 06 23:30:03.014 INFO O| Sep 06 23:30:03.014 INFO O| Done
37072024-09-06T23:30:03.843Z[ recovery-image] Sep 06 23:30:03.038 INFO O| Sep 06 23:30:03.037 INFO O| Done
37082024-09-06T23:30:03.847Z[ recovery-image] Sep 06 23:30:03.038 INFO O| Sep 06 23:30:03.038 INFO O| Done
37092024-09-06T23:30:03.870Z[ recovery-image] Sep 06 23:30:03.064 INFO O| Sep 06 23:30:03.064 INFO O| Done
37102024-09-06T23:30:04.064Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO STEP 14 (pkg_install) COMPLETE
37112024-09-06T23:30:04.064Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37122024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO skip step because feature "mfg" is not enabled
37132024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37142024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO skip step because feature "compliance" is not enabled
37152024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37162024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO skip step because feature "stress" is not enabled
37172024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO skip step because feature "nfs" is not enabled
37192024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37202024-09-06T23:30:04.067Z[ recovery-image] Sep 06 23:30:03.258 INFO O| Sep 06 23:30:03.258 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37212024-09-06T23:30:04.130Z[ recovery-image] Sep 06 23:30:03.324 INFO O| Sep 06 23:30:03.324 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37222024-09-06T23:30:04.243Z[ recovery-image] Sep 06 23:30:03.437 INFO O| Sep 06 23:30:03.437 INFO completed processing gimlet/ramdisk-01-os
37232024-09-06T23:30:04.246Z[ recovery-image] Sep 06 23:30:03.441 INFO image builder template: ramdisk-02-trim...
37242024-09-06T23:30:04.249Z[ recovery-image] Sep 06 23:30:03.441 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/.tmp6Si32a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
37252024-09-06T23:30:04.289Z[ recovery-image] Sep 06 23:30:03.483 INFO O| Sep 06 23:30:03.483 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37262024-09-06T23:30:04.297Z[ recovery-image] Sep 06 23:30:03.492 INFO O| Sep 06 23:30:03.492 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37272024-09-06T23:30:04.371Z[ recovery-image] Sep 06 23:30:03.565 INFO O| Sep 06 23:30:03.565 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37282024-09-06T23:30:04.459Z[ recovery-image] Sep 06 23:30:03.653 INFO O| Sep 06 23:30:03.653 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37292024-09-06T23:30:04.461Z[ recovery-image] Sep 06 23:30:03.654 INFO O| Sep 06 23:30:03.654 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37302024-09-06T23:30:04.490Z[ recovery-image] Sep 06 23:30:03.684 INFO O| Sep 06 23:30:03.684 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37312024-09-06T23:30:04.500Z[ recovery-image] Sep 06 23:30:03.694 INFO O| Sep 06 23:30:03.694 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37322024-09-06T23:30:04.522Z[ recovery-image] Sep 06 23:30:03.716 INFO O| Sep 06 23:30:03.716 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37332024-09-06T23:30:04.888Z[ recovery-image] Sep 06 23:30:04.082 INFO O| Sep 06 23:30:04.082 INFO rolled back to input snapshot; work may begin
37342024-09-06T23:30:04.888Z[ recovery-image] Sep 06 23:30:04.082 INFO O| Sep 06 23:30:04.082 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37352024-09-06T23:30:04.908Z[ recovery-image] Sep 06 23:30:04.103 INFO O| Sep 06 23:30:04.102 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-09-06T23:30:04.927Z[ recovery-image] Sep 06 23:30:04.121 INFO O| Sep 06 23:30:04.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37372024-09-06T23:30:05.089Z[ recovery-image] Sep 06 23:30:04.283 INFO O| Sep 06 23:30:04.283 INFO STEP 0 (remove_files) COMPLETE
37382024-09-06T23:30:05.089Z[ recovery-image] Sep 06 23:30:04.283 INFO O| Sep 06 23:30:04.283 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-09-06T23:30:05.110Z[ recovery-image] Sep 06 23:30:04.304 INFO O| Sep 06 23:30:04.304 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37402024-09-06T23:30:05.113Z[ recovery-image] Sep 06 23:30:04.307 INFO O| Sep 06 23:30:04.307 INFO STEP 1 (remove_files) COMPLETE
37412024-09-06T23:30:05.113Z[ recovery-image] Sep 06 23:30:04.307 INFO O| Sep 06 23:30:04.307 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-09-06T23:30:05.133Z[ recovery-image] Sep 06 23:30:04.326 INFO O| Sep 06 23:30:04.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37432024-09-06T23:30:05.157Z[ recovery-image] Sep 06 23:30:04.351 INFO O| Sep 06 23:30:04.351 INFO STEP 2 (remove_files) COMPLETE
37442024-09-06T23:30:05.157Z[ recovery-image] Sep 06 23:30:04.351 INFO O| Sep 06 23:30:04.351 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-09-06T23:30:05.178Z[ recovery-image] Sep 06 23:30:04.372 INFO O| Sep 06 23:30:04.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37462024-09-06T23:30:05.180Z[ recovery-image] Sep 06 23:30:04.375 INFO O| Sep 06 23:30:04.375 INFO STEP 3 (remove_files) COMPLETE
37472024-09-06T23:30:05.180Z[ recovery-image] Sep 06 23:30:04.375 INFO O| Sep 06 23:30:04.375 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-09-06T23:30:05.219Z[ recovery-image] Sep 06 23:30:04.414 INFO O| Sep 06 23:30:04.413 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37492024-09-06T23:30:05.238Z[ recovery-image] Sep 06 23:30:04.431 INFO O| Sep 06 23:30:04.431 INFO STEP 4 (remove_files) COMPLETE
37502024-09-06T23:30:05.238Z[ recovery-image] Sep 06 23:30:04.431 INFO O| Sep 06 23:30:04.431 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-09-06T23:30:05.297Z[ recovery-image] Sep 06 23:30:04.491 INFO O| Sep 06 23:30:04.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37522024-09-06T23:30:05.299Z[ recovery-image] Sep 06 23:30:04.492 INFO O| Sep 06 23:30:04.492 INFO STEP 5 (remove_files) COMPLETE
37532024-09-06T23:30:05.300Z[ recovery-image] Sep 06 23:30:04.492 INFO O| Sep 06 23:30:04.492 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-09-06T23:30:05.317Z[ recovery-image] Sep 06 23:30:04.511 INFO O| Sep 06 23:30:04.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37552024-09-06T23:30:05.337Z[ recovery-image] Sep 06 23:30:04.532 INFO O| Sep 06 23:30:04.531 INFO STEP 6 (remove_files) COMPLETE
37562024-09-06T23:30:05.337Z[ recovery-image] Sep 06 23:30:04.532 INFO O| Sep 06 23:30:04.532 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-09-06T23:30:05.340Z[ recovery-image] Sep 06 23:30:04.532 INFO O| Sep 06 23:30:04.532 INFO skip step because feature "recovery" is enabled
37582024-09-06T23:30:05.340Z[ recovery-image] Sep 06 23:30:04.532 INFO O| Sep 06 23:30:04.532 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-09-06T23:30:05.340Z[ recovery-image] Sep 06 23:30:04.532 INFO O| Sep 06 23:30:04.532 INFO skip step because feature "recovery" is enabled
37602024-09-06T23:30:05.340Z[ recovery-image] Sep 06 23:30:04.532 INFO O| Sep 06 23:30:04.532 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37612024-09-06T23:30:05.340Z[ recovery-image] Sep 06 23:30:04.532 INFO O| Sep 06 23:30:04.532 INFO skip step because feature "recovery" is enabled
37622024-09-06T23:30:05.340Z[ recovery-image] Sep 06 23:30:04.532 INFO O| Sep 06 23:30:04.532 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-09-06T23:30:05.358Z[ recovery-image] Sep 06 23:30:04.552 INFO O| Sep 06 23:30:04.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37642024-09-06T23:30:05.364Z[ recovery-image] Sep 06 23:30:04.559 INFO O| Sep 06 23:30:04.559 INFO STEP 10 (remove_files) COMPLETE
37652024-09-06T23:30:05.364Z[ recovery-image] Sep 06 23:30:04.559 INFO O| Sep 06 23:30:04.559 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-09-06T23:30:05.384Z[ recovery-image] Sep 06 23:30:04.578 INFO O| Sep 06 23:30:04.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37672024-09-06T23:30:05.386Z[ recovery-image] Sep 06 23:30:04.580 INFO O| Sep 06 23:30:04.580 INFO STEP 11 (remove_files) COMPLETE
37682024-09-06T23:30:05.386Z[ recovery-image] Sep 06 23:30:04.580 INFO O| Sep 06 23:30:04.580 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-09-06T23:30:05.404Z[ recovery-image] Sep 06 23:30:04.599 INFO O| Sep 06 23:30:04.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37702024-09-06T23:30:05.407Z[ recovery-image] Sep 06 23:30:04.601 INFO O| Sep 06 23:30:04.601 INFO STEP 12 (remove_files) COMPLETE
37712024-09-06T23:30:05.407Z[ recovery-image] Sep 06 23:30:04.601 INFO O| Sep 06 23:30:04.601 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-09-06T23:30:05.432Z[ recovery-image] Sep 06 23:30:04.626 INFO O| Sep 06 23:30:04.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37732024-09-06T23:30:05.626Z[ recovery-image] Sep 06 23:30:04.820 INFO O| Sep 06 23:30:04.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37742024-09-06T23:30:05.630Z[ recovery-image] Sep 06 23:30:04.825 INFO O| Sep 06 23:30:04.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37752024-09-06T23:30:05.687Z[ recovery-image] Sep 06 23:30:04.881 INFO O| Sep 06 23:30:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37762024-09-06T23:30:05.690Z[ recovery-image] Sep 06 23:30:04.883 INFO O| Sep 06 23:30:04.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37772024-09-06T23:30:05.877Z[ recovery-image] Sep 06 23:30:05.071 INFO O| Sep 06 23:30:05.071 INFO STEP 13 (remove_files) COMPLETE
37782024-09-06T23:30:05.877Z[ recovery-image] Sep 06 23:30:05.071 INFO O| Sep 06 23:30:05.071 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-09-06T23:30:05.892Z[ host-image] Sep 06 23:30:05.086 INFO O| Sep 06 23:30:05.086 INFO O| Planning: Solver setup ... Done
37802024-09-06T23:30:05.898Z[ recovery-image] Sep 06 23:30:05.092 INFO O| Sep 06 23:30:05.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37812024-09-06T23:30:05.900Z[ host-image] Sep 06 23:30:05.093 INFO O| Sep 06 23:30:05.093 INFO O| Planning: Running solver ... Done
37822024-09-06T23:30:05.903Z[ recovery-image] Sep 06 23:30:05.094 INFO O| Sep 06 23:30:05.094 INFO STEP 14 (remove_files) COMPLETE
37832024-09-06T23:30:05.903Z[ recovery-image] Sep 06 23:30:05.095 INFO O| Sep 06 23:30:05.094 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-09-06T23:30:05.919Z[ recovery-image] Sep 06 23:30:05.113 INFO O| Sep 06 23:30:05.113 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37852024-09-06T23:30:05.929Z[ recovery-image] Sep 06 23:30:05.124 INFO O| Sep 06 23:30:05.124 INFO STEP 15 (remove_files) COMPLETE
37862024-09-06T23:30:05.929Z[ recovery-image] Sep 06 23:30:05.124 INFO O| Sep 06 23:30:05.124 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-09-06T23:30:05.956Z[ recovery-image] Sep 06 23:30:05.150 INFO O| Sep 06 23:30:05.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37882024-09-06T23:30:05.958Z[ recovery-image] Sep 06 23:30:05.151 INFO O| Sep 06 23:30:05.151 INFO STEP 16 (remove_files) COMPLETE
37892024-09-06T23:30:05.958Z[ recovery-image] Sep 06 23:30:05.151 INFO O| Sep 06 23:30:05.151 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-09-06T23:30:05.964Z[ host-image] Sep 06 23:30:05.158 INFO O| Sep 06 23:30:05.158 INFO O| Planning: Finding local manifests ... Done
37912024-09-06T23:30:05.967Z[ host-image] Sep 06 23:30:05.160 INFO O| Sep 06 23:30:05.160 INFO O| Planning: Fetching manifests: 0/6 0% complete
37922024-09-06T23:30:05.997Z[ recovery-image] Sep 06 23:30:05.191 INFO O| Sep 06 23:30:05.191 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37932024-09-06T23:30:05.999Z[ recovery-image] Sep 06 23:30:05.193 INFO O| Sep 06 23:30:05.193 INFO STEP 17 (remove_files) COMPLETE
37942024-09-06T23:30:05.999Z[ recovery-image] Sep 06 23:30:05.194 INFO O| Sep 06 23:30:05.193 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-09-06T23:30:06.047Z[ recovery-image] Sep 06 23:30:05.241 INFO O| Sep 06 23:30:05.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37962024-09-06T23:30:06.047Z[ recovery-image] Sep 06 23:30:05.241 INFO O| Sep 06 23:30:05.241 INFO STEP 18 (remove_files) COMPLETE
37972024-09-06T23:30:06.047Z[ recovery-image] Sep 06 23:30:05.241 INFO O| Sep 06 23:30:05.241 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-09-06T23:30:06.068Z[ recovery-image] Sep 06 23:30:05.262 INFO O| Sep 06 23:30:05.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37992024-09-06T23:30:06.068Z[ recovery-image] Sep 06 23:30:05.262 INFO O| Sep 06 23:30:05.262 INFO STEP 19 (remove_files) COMPLETE
38002024-09-06T23:30:06.071Z[ recovery-image] Sep 06 23:30:05.263 INFO O| Sep 06 23:30:05.262 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-09-06T23:30:06.088Z[ recovery-image] Sep 06 23:30:05.283 INFO O| Sep 06 23:30:05.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38022024-09-06T23:30:06.089Z[ recovery-image] Sep 06 23:30:05.283 INFO O| Sep 06 23:30:05.283 INFO STEP 20 (remove_files) COMPLETE
38032024-09-06T23:30:06.091Z[ recovery-image] Sep 06 23:30:05.283 INFO O| Sep 06 23:30:05.283 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-09-06T23:30:06.144Z[ recovery-image] Sep 06 23:30:05.338 INFO O| Sep 06 23:30:05.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38052024-09-06T23:30:06.144Z[ recovery-image] Sep 06 23:30:05.338 INFO O| Sep 06 23:30:05.338 INFO STEP 21 (remove_files) COMPLETE
38062024-09-06T23:30:06.144Z[ recovery-image] Sep 06 23:30:05.338 INFO O| Sep 06 23:30:05.338 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-09-06T23:30:06.165Z[ recovery-image] Sep 06 23:30:05.359 INFO O| Sep 06 23:30:05.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38082024-09-06T23:30:06.165Z[ recovery-image] Sep 06 23:30:05.359 INFO O| Sep 06 23:30:05.359 INFO STEP 22 (remove_files) COMPLETE
38092024-09-06T23:30:06.165Z[ recovery-image] Sep 06 23:30:05.359 INFO O| Sep 06 23:30:05.359 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-09-06T23:30:06.185Z[ recovery-image] Sep 06 23:30:05.379 INFO O| Sep 06 23:30:05.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38112024-09-06T23:30:06.185Z[ recovery-image] Sep 06 23:30:05.379 INFO O| Sep 06 23:30:05.379 INFO STEP 23 (remove_files) COMPLETE
38122024-09-06T23:30:06.187Z[ recovery-image] Sep 06 23:30:05.379 INFO O| Sep 06 23:30:05.379 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-09-06T23:30:06.204Z[ recovery-image] Sep 06 23:30:05.398 INFO O| Sep 06 23:30:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38142024-09-06T23:30:06.204Z[ recovery-image] Sep 06 23:30:05.398 INFO O| Sep 06 23:30:05.398 INFO STEP 24 (remove_files) COMPLETE
38152024-09-06T23:30:06.206Z[ recovery-image] Sep 06 23:30:05.398 INFO O| Sep 06 23:30:05.398 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-09-06T23:30:06.231Z[ recovery-image] Sep 06 23:30:05.425 INFO O| Sep 06 23:30:05.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38172024-09-06T23:30:06.234Z[ recovery-image] Sep 06 23:30:05.425 INFO O| Sep 06 23:30:05.425 INFO STEP 25 (remove_files) COMPLETE
38182024-09-06T23:30:06.234Z[ recovery-image] Sep 06 23:30:05.426 INFO O| Sep 06 23:30:05.425 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-09-06T23:30:06.247Z[ host-image] Sep 06 23:30:05.441 INFO O| Sep 06 23:30:05.441 INFO O| Planning: Fetching manifests: 6/6 100% complete
38202024-09-06T23:30:06.251Z[ recovery-image] Sep 06 23:30:05.445 INFO O| Sep 06 23:30:05.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38212024-09-06T23:30:06.254Z[ recovery-image] Sep 06 23:30:05.446 INFO O| Sep 06 23:30:05.446 INFO STEP 26 (remove_files) COMPLETE
38222024-09-06T23:30:06.254Z[ recovery-image] Sep 06 23:30:05.446 INFO O| Sep 06 23:30:05.446 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-09-06T23:30:06.271Z[ recovery-image] Sep 06 23:30:05.465 INFO O| Sep 06 23:30:05.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38242024-09-06T23:30:06.273Z[ recovery-image] Sep 06 23:30:05.465 INFO O| Sep 06 23:30:05.465 INFO STEP 27 (remove_files) COMPLETE
38252024-09-06T23:30:06.273Z[ recovery-image] Sep 06 23:30:05.465 INFO O| Sep 06 23:30:05.465 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-09-06T23:30:06.290Z[ recovery-image] Sep 06 23:30:05.484 INFO O| Sep 06 23:30:05.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38272024-09-06T23:30:06.292Z[ recovery-image] Sep 06 23:30:05.484 INFO O| Sep 06 23:30:05.484 INFO STEP 28 (remove_files) COMPLETE
38282024-09-06T23:30:06.292Z[ recovery-image] Sep 06 23:30:05.484 INFO O| Sep 06 23:30:05.484 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-09-06T23:30:06.318Z[ host-image] Sep 06 23:30:05.512 INFO O| Sep 06 23:30:05.512 INFO O| Planning: Package planning ... Done
38302024-09-06T23:30:06.354Z[ host-image] Sep 06 23:30:05.549 INFO O| Sep 06 23:30:05.548 INFO O| Planning: Merging actions ... Done
38312024-09-06T23:30:06.362Z[ recovery-image] Sep 06 23:30:05.556 INFO O| Sep 06 23:30:05.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38322024-09-06T23:30:06.362Z[ recovery-image] Sep 06 23:30:05.556 INFO O| Sep 06 23:30:05.556 INFO STEP 29 (remove_files) COMPLETE
38332024-09-06T23:30:06.362Z[ recovery-image] Sep 06 23:30:05.556 INFO O| Sep 06 23:30:05.556 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-09-06T23:30:06.383Z[ recovery-image] Sep 06 23:30:05.577 INFO O| Sep 06 23:30:05.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38352024-09-06T23:30:06.383Z[ recovery-image] Sep 06 23:30:05.577 INFO O| Sep 06 23:30:05.577 INFO STEP 30 (remove_files) COMPLETE
38362024-09-06T23:30:06.383Z[ recovery-image] Sep 06 23:30:05.577 INFO O| Sep 06 23:30:05.577 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-09-06T23:30:06.403Z[ recovery-image] Sep 06 23:30:05.597 INFO O| Sep 06 23:30:05.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38382024-09-06T23:30:06.403Z[ recovery-image] Sep 06 23:30:05.597 INFO O| Sep 06 23:30:05.597 INFO STEP 31 (remove_files) COMPLETE
38392024-09-06T23:30:06.403Z[ recovery-image] Sep 06 23:30:05.597 INFO O| Sep 06 23:30:05.597 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-09-06T23:30:06.422Z[ recovery-image] Sep 06 23:30:05.616 INFO O| Sep 06 23:30:05.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38412024-09-06T23:30:06.425Z[ recovery-image] Sep 06 23:30:05.617 INFO O| Sep 06 23:30:05.616 INFO STEP 32 (remove_files) COMPLETE
38422024-09-06T23:30:06.425Z[ recovery-image] Sep 06 23:30:05.617 INFO O| Sep 06 23:30:05.617 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-09-06T23:30:06.443Z[ recovery-image] Sep 06 23:30:05.637 INFO O| Sep 06 23:30:05.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38442024-09-06T23:30:06.443Z[ recovery-image] Sep 06 23:30:05.637 INFO O| Sep 06 23:30:05.637 INFO STEP 33 (remove_files) COMPLETE
38452024-09-06T23:30:06.445Z[ recovery-image] Sep 06 23:30:05.637 INFO O| Sep 06 23:30:05.637 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-09-06T23:30:06.462Z[ recovery-image] Sep 06 23:30:05.656 INFO O| Sep 06 23:30:05.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38472024-09-06T23:30:06.462Z[ recovery-image] Sep 06 23:30:05.656 INFO O| Sep 06 23:30:05.656 INFO STEP 34 (remove_files) COMPLETE
38482024-09-06T23:30:06.462Z[ recovery-image] Sep 06 23:30:05.656 INFO O| Sep 06 23:30:05.656 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-09-06T23:30:06.481Z[ recovery-image] Sep 06 23:30:05.675 INFO O| Sep 06 23:30:05.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38502024-09-06T23:30:06.481Z[ recovery-image] Sep 06 23:30:05.675 INFO O| Sep 06 23:30:05.675 INFO STEP 35 (remove_files) COMPLETE
38512024-09-06T23:30:06.481Z[ recovery-image] Sep 06 23:30:05.675 INFO O| Sep 06 23:30:05.675 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-09-06T23:30:06.498Z[ host-image] Sep 06 23:30:05.692 INFO O| Sep 06 23:30:05.692 INFO O| Planning: Checking for conflicting actions ... Done
38532024-09-06T23:30:06.500Z[ recovery-image] Sep 06 23:30:05.694 INFO O| Sep 06 23:30:05.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38542024-09-06T23:30:06.500Z[ recovery-image] Sep 06 23:30:05.695 INFO O| Sep 06 23:30:05.695 INFO STEP 36 (remove_files) COMPLETE
38552024-09-06T23:30:06.502Z[ recovery-image] Sep 06 23:30:05.695 INFO O| Sep 06 23:30:05.695 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-09-06T23:30:06.505Z[ host-image] Sep 06 23:30:05.699 INFO O| Sep 06 23:30:05.699 INFO O| Planning: Consolidating action changes ... Done
38572024-09-06T23:30:06.519Z[ recovery-image] Sep 06 23:30:05.714 INFO O| Sep 06 23:30:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38582024-09-06T23:30:06.520Z[ recovery-image] Sep 06 23:30:05.714 INFO O| Sep 06 23:30:05.714 INFO STEP 37 (remove_files) COMPLETE
38592024-09-06T23:30:06.522Z[ recovery-image] Sep 06 23:30:05.714 INFO O| Sep 06 23:30:05.714 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-06T23:30:06.539Z[ recovery-image] Sep 06 23:30:05.733 INFO O| Sep 06 23:30:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38612024-09-06T23:30:06.539Z[ recovery-image] Sep 06 23:30:05.733 INFO O| Sep 06 23:30:05.733 INFO STEP 38 (remove_files) COMPLETE
38622024-09-06T23:30:06.542Z[ recovery-image] Sep 06 23:30:05.733 INFO O| Sep 06 23:30:05.733 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-09-06T23:30:06.558Z[ recovery-image] Sep 06 23:30:05.752 INFO O| Sep 06 23:30:05.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38642024-09-06T23:30:06.560Z[ recovery-image] Sep 06 23:30:05.752 INFO O| Sep 06 23:30:05.752 INFO STEP 39 (remove_files) COMPLETE
38652024-09-06T23:30:06.560Z[ recovery-image] Sep 06 23:30:05.752 INFO O| Sep 06 23:30:05.752 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-09-06T23:30:06.576Z[ recovery-image] Sep 06 23:30:05.770 INFO O| Sep 06 23:30:05.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38672024-09-06T23:30:06.578Z[ recovery-image] Sep 06 23:30:05.770 INFO O| Sep 06 23:30:05.770 INFO STEP 40 (remove_files) COMPLETE
38682024-09-06T23:30:06.578Z[ recovery-image] Sep 06 23:30:05.770 INFO O| Sep 06 23:30:05.770 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-09-06T23:30:06.594Z[ recovery-image] Sep 06 23:30:05.788 INFO O| Sep 06 23:30:05.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38702024-09-06T23:30:06.594Z[ recovery-image] Sep 06 23:30:05.788 INFO O| Sep 06 23:30:05.788 INFO STEP 41 (remove_files) COMPLETE
38712024-09-06T23:30:06.597Z[ recovery-image] Sep 06 23:30:05.789 INFO O| Sep 06 23:30:05.789 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-09-06T23:30:06.611Z[ recovery-image] Sep 06 23:30:05.805 INFO O| Sep 06 23:30:05.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38732024-09-06T23:30:06.613Z[ recovery-image] Sep 06 23:30:05.806 INFO O| Sep 06 23:30:05.805 INFO STEP 42 (remove_files) COMPLETE
38742024-09-06T23:30:06.613Z[ recovery-image] Sep 06 23:30:05.806 INFO O| Sep 06 23:30:05.806 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-09-06T23:30:06.642Z[ recovery-image] Sep 06 23:30:05.836 INFO O| Sep 06 23:30:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38762024-09-06T23:30:06.642Z[ recovery-image] Sep 06 23:30:05.836 INFO O| Sep 06 23:30:05.836 INFO STEP 43 (remove_files) COMPLETE
38772024-09-06T23:30:06.645Z[ recovery-image] Sep 06 23:30:05.837 INFO O| Sep 06 23:30:05.836 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-09-06T23:30:06.662Z[ recovery-image] Sep 06 23:30:05.856 INFO O| Sep 06 23:30:05.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38792024-09-06T23:30:06.664Z[ recovery-image] Sep 06 23:30:05.856 INFO O| Sep 06 23:30:05.856 INFO STEP 44 (remove_files) COMPLETE
38802024-09-06T23:30:06.664Z[ recovery-image] Sep 06 23:30:05.856 INFO O| Sep 06 23:30:05.856 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-09-06T23:30:06.680Z[ recovery-image] Sep 06 23:30:05.875 INFO O| Sep 06 23:30:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38822024-09-06T23:30:06.680Z[ recovery-image] Sep 06 23:30:05.875 INFO O| Sep 06 23:30:05.875 INFO STEP 45 (remove_files) COMPLETE
38832024-09-06T23:30:06.683Z[ recovery-image] Sep 06 23:30:05.875 INFO O| Sep 06 23:30:05.875 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-09-06T23:30:06.699Z[ recovery-image] Sep 06 23:30:05.893 INFO O| Sep 06 23:30:05.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38852024-09-06T23:30:06.699Z[ recovery-image] Sep 06 23:30:05.893 INFO O| Sep 06 23:30:05.893 INFO STEP 46 (remove_files) COMPLETE
38862024-09-06T23:30:06.699Z[ recovery-image] Sep 06 23:30:05.893 INFO O| Sep 06 23:30:05.893 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-09-06T23:30:06.716Z[ recovery-image] Sep 06 23:30:05.910 INFO O| Sep 06 23:30:05.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38882024-09-06T23:30:06.716Z[ recovery-image] Sep 06 23:30:05.910 INFO O| Sep 06 23:30:05.910 INFO STEP 47 (remove_files) COMPLETE
38892024-09-06T23:30:06.718Z[ recovery-image] Sep 06 23:30:05.910 INFO O| Sep 06 23:30:05.910 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-09-06T23:30:06.754Z[ recovery-image] Sep 06 23:30:05.948 INFO O| Sep 06 23:30:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38912024-09-06T23:30:06.754Z[ recovery-image] Sep 06 23:30:05.948 INFO O| Sep 06 23:30:05.948 INFO STEP 48 (remove_files) COMPLETE
38922024-09-06T23:30:06.754Z[ recovery-image] Sep 06 23:30:05.948 INFO O| Sep 06 23:30:05.948 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-09-06T23:30:06.889Z[ host-image] Sep 06 23:30:06.083 INFO O| Sep 06 23:30:06.083 INFO O| Planning: Evaluating mediators ... Done
38942024-09-06T23:30:06.895Z[ host-image] Sep 06 23:30:06.089 INFO O| Sep 06 23:30:06.089 INFO O| Planning: Planning completed in 3.66 seconds
38952024-09-06T23:30:06.897Z[ host-image] Sep 06 23:30:06.091 INFO O| Sep 06 23:30:06.091 INFO O| Packages to install: 6
38962024-09-06T23:30:06.899Z[ host-image] Sep 06 23:30:06.091 INFO O| Sep 06 23:30:06.091 INFO O| Mediators to change: 1
38972024-09-06T23:30:06.899Z[ host-image] Sep 06 23:30:06.092 INFO O| Sep 06 23:30:06.091 INFO O| Services to change: 1
38982024-09-06T23:30:06.917Z[ recovery-image] Sep 06 23:30:06.111 INFO O| Sep 06 23:30:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38992024-09-06T23:30:06.917Z[ recovery-image] Sep 06 23:30:06.111 INFO O| Sep 06 23:30:06.111 INFO STEP 49 (remove_files) COMPLETE
39002024-09-06T23:30:06.917Z[ recovery-image] Sep 06 23:30:06.112 INFO O| Sep 06 23:30:06.111 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-09-06T23:30:06.920Z[ host-image] Sep 06 23:30:06.114 INFO O| Sep 06 23:30:06.114 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
39022024-09-06T23:30:06.935Z[ recovery-image] Sep 06 23:30:06.129 INFO O| Sep 06 23:30:06.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39032024-09-06T23:30:06.935Z[ recovery-image] Sep 06 23:30:06.129 INFO O| Sep 06 23:30:06.129 INFO STEP 50 (remove_files) COMPLETE
39042024-09-06T23:30:06.938Z[ recovery-image] Sep 06 23:30:06.129 INFO O| Sep 06 23:30:06.129 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-09-06T23:30:06.953Z[ recovery-image] Sep 06 23:30:06.147 INFO O| Sep 06 23:30:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39062024-09-06T23:30:06.955Z[ recovery-image] Sep 06 23:30:06.148 INFO O| Sep 06 23:30:06.148 INFO STEP 51 (remove_files) COMPLETE
39072024-09-06T23:30:06.955Z[ recovery-image] Sep 06 23:30:06.148 INFO O| Sep 06 23:30:06.148 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-09-06T23:30:06.984Z[ recovery-image] Sep 06 23:30:06.178 INFO O| Sep 06 23:30:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39092024-09-06T23:30:06.987Z[ recovery-image] Sep 06 23:30:06.179 INFO O| Sep 06 23:30:06.179 INFO STEP 52 (remove_files) COMPLETE
39102024-09-06T23:30:06.987Z[ recovery-image] Sep 06 23:30:06.179 INFO O| Sep 06 23:30:06.179 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-09-06T23:30:07.006Z[ recovery-image] Sep 06 23:30:06.200 INFO O| Sep 06 23:30:06.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39122024-09-06T23:30:07.006Z[ recovery-image] Sep 06 23:30:06.201 INFO O| Sep 06 23:30:06.201 INFO STEP 53 (remove_files) COMPLETE
39132024-09-06T23:30:07.009Z[ recovery-image] Sep 06 23:30:06.201 INFO O| Sep 06 23:30:06.201 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-09-06T23:30:07.025Z[ recovery-image] Sep 06 23:30:06.220 INFO O| Sep 06 23:30:06.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39152024-09-06T23:30:07.028Z[ recovery-image] Sep 06 23:30:06.220 INFO O| Sep 06 23:30:06.220 INFO STEP 54 (remove_files) COMPLETE
39162024-09-06T23:30:07.028Z[ recovery-image] Sep 06 23:30:06.220 INFO O| Sep 06 23:30:06.220 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-09-06T23:30:07.044Z[ recovery-image] Sep 06 23:30:06.238 INFO O| Sep 06 23:30:06.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39182024-09-06T23:30:07.047Z[ recovery-image] Sep 06 23:30:06.239 INFO O| Sep 06 23:30:06.239 INFO STEP 55 (remove_files) COMPLETE
39192024-09-06T23:30:07.047Z[ recovery-image] Sep 06 23:30:06.239 INFO O| Sep 06 23:30:06.239 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-09-06T23:30:07.063Z[ recovery-image] Sep 06 23:30:06.257 INFO O| Sep 06 23:30:06.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39212024-09-06T23:30:07.063Z[ recovery-image] Sep 06 23:30:06.257 INFO O| Sep 06 23:30:06.257 INFO STEP 56 (remove_files) COMPLETE
39222024-09-06T23:30:07.065Z[ recovery-image] Sep 06 23:30:06.257 INFO O| Sep 06 23:30:06.257 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-09-06T23:30:07.083Z[ recovery-image] Sep 06 23:30:06.277 INFO O| Sep 06 23:30:06.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39242024-09-06T23:30:07.086Z[ recovery-image] Sep 06 23:30:06.277 INFO O| Sep 06 23:30:06.277 INFO STEP 57 (remove_files) COMPLETE
39252024-09-06T23:30:07.086Z[ recovery-image] Sep 06 23:30:06.278 INFO O| Sep 06 23:30:06.277 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-09-06T23:30:07.102Z[ recovery-image] Sep 06 23:30:06.296 INFO O| Sep 06 23:30:06.296 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39272024-09-06T23:30:07.105Z[ recovery-image] Sep 06 23:30:06.296 INFO O| Sep 06 23:30:06.296 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39282024-09-06T23:30:07.105Z[ recovery-image] Sep 06 23:30:06.297 INFO O| Sep 06 23:30:06.297 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39292024-09-06T23:30:07.105Z[ recovery-image] Sep 06 23:30:06.297 INFO O| Sep 06 23:30:06.297 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39302024-09-06T23:30:07.105Z[ recovery-image] Sep 06 23:30:06.297 INFO O| Sep 06 23:30:06.297 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39312024-09-06T23:30:07.105Z[ recovery-image] Sep 06 23:30:06.298 INFO O| Sep 06 23:30:06.298 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39322024-09-06T23:30:07.105Z[ recovery-image] Sep 06 23:30:06.298 INFO O| Sep 06 23:30:06.298 INFO ok!
39332024-09-06T23:30:07.105Z[ recovery-image] Sep 06 23:30:06.298 INFO O| Sep 06 23:30:06.298 INFO STEP 58 (ensure_file) COMPLETE
39342024-09-06T23:30:07.105Z[ recovery-image] Sep 06 23:30:06.298 INFO O| Sep 06 23:30:06.298 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-09-06T23:30:07.122Z[ recovery-image] Sep 06 23:30:06.316 INFO O| Sep 06 23:30:06.316 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39362024-09-06T23:30:07.122Z[ recovery-image] Sep 06 23:30:06.316 INFO O| Sep 06 23:30:06.316 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39372024-09-06T23:30:07.125Z[ recovery-image] Sep 06 23:30:06.317 INFO O| Sep 06 23:30:06.317 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39382024-09-06T23:30:07.125Z[ recovery-image] Sep 06 23:30:06.317 INFO O| Sep 06 23:30:06.317 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39392024-09-06T23:30:07.125Z[ recovery-image] Sep 06 23:30:06.317 INFO O| Sep 06 23:30:06.317 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39402024-09-06T23:30:07.125Z[ recovery-image] Sep 06 23:30:06.317 INFO O| Sep 06 23:30:06.317 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39412024-09-06T23:30:07.125Z[ recovery-image] Sep 06 23:30:06.317 INFO O| Sep 06 23:30:06.317 INFO ok!
39422024-09-06T23:30:07.125Z[ recovery-image] Sep 06 23:30:06.317 INFO O| Sep 06 23:30:06.317 INFO STEP 59 (ensure_file) COMPLETE
39432024-09-06T23:30:07.125Z[ recovery-image] Sep 06 23:30:06.317 INFO O| Sep 06 23:30:06.317 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-09-06T23:30:07.140Z[ recovery-image] Sep 06 23:30:06.334 INFO O| Sep 06 23:30:06.334 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39452024-09-06T23:30:07.140Z[ recovery-image] Sep 06 23:30:06.334 INFO O| Sep 06 23:30:06.334 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39462024-09-06T23:30:07.142Z[ recovery-image] Sep 06 23:30:06.334 INFO O| Sep 06 23:30:06.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39472024-09-06T23:30:07.142Z[ recovery-image] Sep 06 23:30:06.334 INFO O| Sep 06 23:30:06.334 INFO ok!
39482024-09-06T23:30:07.142Z[ recovery-image] Sep 06 23:30:06.334 INFO O| Sep 06 23:30:06.334 INFO STEP 60 (ensure_file) COMPLETE
39492024-09-06T23:30:07.142Z[ recovery-image] Sep 06 23:30:06.334 INFO O| Sep 06 23:30:06.334 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-09-06T23:30:07.160Z[ recovery-image] Sep 06 23:30:06.354 INFO O| Sep 06 23:30:06.354 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39512024-09-06T23:30:07.163Z[ recovery-image] Sep 06 23:30:06.355 INFO O| Sep 06 23:30:06.355 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39522024-09-06T23:30:07.163Z[ recovery-image] Sep 06 23:30:06.355 INFO O| Sep 06 23:30:06.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39532024-09-06T23:30:07.163Z[ recovery-image] Sep 06 23:30:06.355 INFO O| Sep 06 23:30:06.355 INFO ok!
39542024-09-06T23:30:07.163Z[ recovery-image] Sep 06 23:30:06.355 INFO O| Sep 06 23:30:06.355 INFO STEP 61 (ensure_file) COMPLETE
39552024-09-06T23:30:07.163Z[ recovery-image] Sep 06 23:30:06.355 INFO O| Sep 06 23:30:06.355 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-09-06T23:30:07.178Z[ recovery-image] Sep 06 23:30:06.372 INFO O| Sep 06 23:30:06.372 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39572024-09-06T23:30:07.178Z[ recovery-image] Sep 06 23:30:06.372 INFO O| Sep 06 23:30:06.372 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39582024-09-06T23:30:07.180Z[ recovery-image] Sep 06 23:30:06.372 INFO O| Sep 06 23:30:06.372 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39592024-09-06T23:30:07.180Z[ recovery-image] Sep 06 23:30:06.372 INFO O| Sep 06 23:30:06.372 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39602024-09-06T23:30:07.180Z[ recovery-image] Sep 06 23:30:06.372 INFO O| Sep 06 23:30:06.372 INFO ok!
39612024-09-06T23:30:07.180Z[ recovery-image] Sep 06 23:30:06.372 INFO O| Sep 06 23:30:06.372 INFO STEP 62 (ensure_file) COMPLETE
39622024-09-06T23:30:07.180Z[ recovery-image] Sep 06 23:30:06.372 INFO O| Sep 06 23:30:06.372 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-09-06T23:30:07.197Z[ recovery-image] Sep 06 23:30:06.392 INFO O| Sep 06 23:30:06.392 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39642024-09-06T23:30:07.198Z[ recovery-image] Sep 06 23:30:06.392 INFO O| Sep 06 23:30:06.392 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39652024-09-06T23:30:07.198Z[ recovery-image] Sep 06 23:30:06.392 INFO O| Sep 06 23:30:06.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39662024-09-06T23:30:07.200Z[ recovery-image] Sep 06 23:30:06.392 INFO O| Sep 06 23:30:06.392 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39672024-09-06T23:30:07.200Z[ recovery-image] Sep 06 23:30:06.392 INFO O| Sep 06 23:30:06.392 INFO ok!
39682024-09-06T23:30:07.200Z[ recovery-image] Sep 06 23:30:06.392 INFO O| Sep 06 23:30:06.392 INFO STEP 63 (ensure_file) COMPLETE
39692024-09-06T23:30:07.200Z[ recovery-image] Sep 06 23:30:06.392 INFO O| Sep 06 23:30:06.392 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-09-06T23:30:07.215Z[ recovery-image] Sep 06 23:30:06.409 INFO O| Sep 06 23:30:06.409 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39712024-09-06T23:30:07.215Z[ recovery-image] Sep 06 23:30:06.409 INFO O| Sep 06 23:30:06.409 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39722024-09-06T23:30:07.218Z[ recovery-image] Sep 06 23:30:06.409 INFO O| Sep 06 23:30:06.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39732024-09-06T23:30:07.218Z[ recovery-image] Sep 06 23:30:06.409 INFO O| Sep 06 23:30:06.409 INFO ok!
39742024-09-06T23:30:07.218Z[ recovery-image] Sep 06 23:30:06.409 INFO O| Sep 06 23:30:06.409 INFO STEP 64 (assemble_files) COMPLETE
39752024-09-06T23:30:07.218Z[ recovery-image] Sep 06 23:30:06.409 INFO O| Sep 06 23:30:06.409 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-09-06T23:30:07.235Z[ recovery-image] Sep 06 23:30:06.429 INFO O| Sep 06 23:30:06.429 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39772024-09-06T23:30:07.235Z[ recovery-image] Sep 06 23:30:06.429 INFO O| Sep 06 23:30:06.429 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39782024-09-06T23:30:07.237Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.429 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39792024-09-06T23:30:07.237Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39802024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO ok!
39812024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO STEP 65 (ensure_file) COMPLETE
39822024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO skip step because feature "omicron1" is not enabled
39842024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO skip step because feature "omicron1" is not enabled
39862024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39872024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO skip step because feature "omicron1" is not enabled
39882024-09-06T23:30:07.238Z[ recovery-image] Sep 06 23:30:06.430 INFO O| Sep 06 23:30:06.430 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-09-06T23:30:07.265Z[ recovery-image] Sep 06 23:30:06.459 INFO O| Sep 06 23:30:06.459 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39902024-09-06T23:30:07.265Z[ recovery-image] Sep 06 23:30:06.460 INFO O| Sep 06 23:30:06.459 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39912024-09-06T23:30:09.887Z[ recovery-image] Sep 06 23:30:09.080 INFO O| Sep 06 23:30:09.080 INFO STEP 69 (pack_tar) COMPLETE
39922024-09-06T23:30:09.905Z[ recovery-image] Sep 06 23:30:09.080 INFO O| Sep 06 23:30:09.080 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39932024-09-06T23:30:09.905Z[ recovery-image] Sep 06 23:30:09.080 INFO O| Sep 06 23:30:09.080 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39942024-09-06T23:30:10.158Z[ recovery-image] Sep 06 23:30:09.351 INFO O| Sep 06 23:30:09.351 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39952024-09-06T23:30:10.234Z[ recovery-image] Sep 06 23:30:09.428 INFO O| Sep 06 23:30:09.428 INFO completed processing gimlet/ramdisk-02-trim
39962024-09-06T23:30:10.238Z[ recovery-image] Sep 06 23:30:09.431 INFO image builder template: ramdisk-03-recovery-trim...
39972024-09-06T23:30:10.240Z[ recovery-image] Sep 06 23:30:09.431 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/.tmp6Si32a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
39982024-09-06T23:30:10.420Z[ recovery-image] Sep 06 23:30:09.613 INFO O| Sep 06 23:30:09.613 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39992024-09-06T23:30:10.429Z[ recovery-image] Sep 06 23:30:09.623 INFO O| Sep 06 23:30:09.623 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40002024-09-06T23:30:10.493Z[ recovery-image] Sep 06 23:30:09.686 INFO O| Sep 06 23:30:09.686 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40012024-09-06T23:30:10.569Z[ recovery-image] Sep 06 23:30:09.763 INFO O| Sep 06 23:30:09.763 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40022024-09-06T23:30:10.569Z[ recovery-image] Sep 06 23:30:09.763 INFO O| Sep 06 23:30:09.763 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40032024-09-06T23:30:10.584Z[ recovery-image] Sep 06 23:30:09.778 INFO O| Sep 06 23:30:09.777 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40042024-09-06T23:30:10.592Z[ recovery-image] Sep 06 23:30:09.785 INFO O| Sep 06 23:30:09.785 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40052024-09-06T23:30:10.602Z[ recovery-image] Sep 06 23:30:09.795 INFO O| Sep 06 23:30:09.795 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40062024-09-06T23:30:10.859Z[ recovery-image] Sep 06 23:30:10.052 INFO O| Sep 06 23:30:10.051 INFO rolled back to input snapshot; work may begin
40072024-09-06T23:30:10.859Z[ recovery-image] Sep 06 23:30:10.052 INFO O| Sep 06 23:30:10.052 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40082024-09-06T23:30:10.867Z[ recovery-image] Sep 06 23:30:10.060 INFO O| Sep 06 23:30:10.060 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-09-06T23:30:10.883Z[ recovery-image] Sep 06 23:30:10.077 INFO O| Sep 06 23:30:10.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40102024-09-06T23:30:10.890Z[ recovery-image] Sep 06 23:30:10.084 INFO O| Sep 06 23:30:10.084 INFO STEP 0 (remove_files) COMPLETE
40112024-09-06T23:30:10.890Z[ recovery-image] Sep 06 23:30:10.084 INFO O| Sep 06 23:30:10.084 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-09-06T23:30:10.909Z[ recovery-image] Sep 06 23:30:10.103 INFO O| Sep 06 23:30:10.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40132024-09-06T23:30:11.045Z[ recovery-image] Sep 06 23:30:10.238 INFO O| Sep 06 23:30:10.238 INFO STEP 1 (remove_files) COMPLETE
40142024-09-06T23:30:11.045Z[ recovery-image] Sep 06 23:30:10.238 INFO O| Sep 06 23:30:10.238 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-09-06T23:30:11.082Z[ recovery-image] Sep 06 23:30:10.276 INFO O| Sep 06 23:30:10.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40162024-09-06T23:30:11.084Z[ recovery-image] Sep 06 23:30:10.278 INFO O| Sep 06 23:30:10.278 INFO STEP 2 (remove_files) COMPLETE
40172024-09-06T23:30:11.084Z[ recovery-image] Sep 06 23:30:10.278 INFO O| Sep 06 23:30:10.278 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-09-06T23:30:11.105Z[ recovery-image] Sep 06 23:30:10.299 INFO O| Sep 06 23:30:10.299 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40192024-09-06T23:30:11.187Z[ recovery-image] Sep 06 23:30:10.381 INFO O| Sep 06 23:30:10.381 INFO STEP 3 (remove_files) COMPLETE
40202024-09-06T23:30:11.187Z[ recovery-image] Sep 06 23:30:10.381 INFO O| Sep 06 23:30:10.381 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-09-06T23:30:11.215Z[ recovery-image] Sep 06 23:30:10.409 INFO O| Sep 06 23:30:10.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40222024-09-06T23:30:11.239Z[ recovery-image] Sep 06 23:30:10.433 INFO O| Sep 06 23:30:10.433 INFO STEP 4 (remove_files) COMPLETE
40232024-09-06T23:30:11.239Z[ recovery-image] Sep 06 23:30:10.433 INFO O| Sep 06 23:30:10.433 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-09-06T23:30:11.266Z[ recovery-image] Sep 06 23:30:10.460 INFO O| Sep 06 23:30:10.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40252024-09-06T23:30:11.271Z[ recovery-image] Sep 06 23:30:10.465 INFO O| Sep 06 23:30:10.465 INFO STEP 5 (remove_files) COMPLETE
40262024-09-06T23:30:11.273Z[ recovery-image] Sep 06 23:30:10.465 INFO O| Sep 06 23:30:10.465 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-09-06T23:30:11.293Z[ recovery-image] Sep 06 23:30:10.487 INFO O| Sep 06 23:30:10.487 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40282024-09-06T23:30:11.298Z[ recovery-image] Sep 06 23:30:10.491 INFO O| Sep 06 23:30:10.491 INFO STEP 6 (remove_files) COMPLETE
40292024-09-06T23:30:11.298Z[ recovery-image] Sep 06 23:30:10.491 INFO O| Sep 06 23:30:10.491 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-09-06T23:30:11.319Z[ recovery-image] Sep 06 23:30:10.513 INFO O| Sep 06 23:30:10.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40312024-09-06T23:30:11.328Z[ recovery-image] Sep 06 23:30:10.521 INFO O| Sep 06 23:30:10.520 INFO STEP 7 (remove_files) COMPLETE
40322024-09-06T23:30:11.328Z[ recovery-image] Sep 06 23:30:10.521 INFO O| Sep 06 23:30:10.521 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-09-06T23:30:11.352Z[ recovery-image] Sep 06 23:30:10.544 INFO O| Sep 06 23:30:10.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40342024-09-06T23:30:11.361Z[ recovery-image] Sep 06 23:30:10.553 INFO O| Sep 06 23:30:10.553 INFO STEP 8 (remove_files) COMPLETE
40352024-09-06T23:30:11.361Z[ recovery-image] Sep 06 23:30:10.553 INFO O| Sep 06 23:30:10.553 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-09-06T23:30:11.383Z[ recovery-image] Sep 06 23:30:10.576 INFO O| Sep 06 23:30:10.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40372024-09-06T23:30:11.386Z[ recovery-image] Sep 06 23:30:10.577 INFO O| Sep 06 23:30:10.577 INFO STEP 9 (remove_files) COMPLETE
40382024-09-06T23:30:11.386Z[ recovery-image] Sep 06 23:30:10.578 INFO O| Sep 06 23:30:10.577 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-09-06T23:30:11.405Z[ recovery-image] Sep 06 23:30:10.598 INFO O| Sep 06 23:30:10.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40402024-09-06T23:30:11.408Z[ recovery-image] Sep 06 23:30:10.600 INFO O| Sep 06 23:30:10.600 INFO STEP 10 (remove_files) COMPLETE
40412024-09-06T23:30:11.409Z[ recovery-image] Sep 06 23:30:10.600 INFO O| Sep 06 23:30:10.600 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-09-06T23:30:11.425Z[ recovery-image] Sep 06 23:30:10.618 INFO O| Sep 06 23:30:10.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40432024-09-06T23:30:11.507Z[ recovery-image] Sep 06 23:30:10.700 INFO O| Sep 06 23:30:10.700 INFO STEP 11 (remove_files) COMPLETE
40442024-09-06T23:30:11.507Z[ recovery-image] Sep 06 23:30:10.700 INFO O| Sep 06 23:30:10.700 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-09-06T23:30:11.529Z[ recovery-image] Sep 06 23:30:10.722 INFO O| Sep 06 23:30:10.722 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40462024-09-06T23:30:11.533Z[ recovery-image] Sep 06 23:30:10.726 INFO O| Sep 06 23:30:10.726 INFO STEP 12 (remove_files) COMPLETE
40472024-09-06T23:30:11.533Z[ recovery-image] Sep 06 23:30:10.726 INFO O| Sep 06 23:30:10.726 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-09-06T23:30:11.555Z[ recovery-image] Sep 06 23:30:10.746 INFO O| Sep 06 23:30:10.746 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40492024-09-06T23:30:11.558Z[ recovery-image] Sep 06 23:30:10.750 INFO O| Sep 06 23:30:10.750 INFO STEP 13 (remove_files) COMPLETE
40502024-09-06T23:30:11.558Z[ recovery-image] Sep 06 23:30:10.750 INFO O| Sep 06 23:30:10.750 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-09-06T23:30:11.577Z[ recovery-image] Sep 06 23:30:10.771 INFO O| Sep 06 23:30:10.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40522024-09-06T23:30:11.580Z[ recovery-image] Sep 06 23:30:10.773 INFO O| Sep 06 23:30:10.773 INFO STEP 14 (remove_files) COMPLETE
40532024-09-06T23:30:11.580Z[ recovery-image] Sep 06 23:30:10.773 INFO O| Sep 06 23:30:10.773 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-09-06T23:30:11.601Z[ recovery-image] Sep 06 23:30:10.795 INFO O| Sep 06 23:30:10.794 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40552024-09-06T23:30:11.604Z[ recovery-image] Sep 06 23:30:10.797 INFO O| Sep 06 23:30:10.797 INFO STEP 15 (remove_files) COMPLETE
40562024-09-06T23:30:11.604Z[ recovery-image] Sep 06 23:30:10.797 INFO O| Sep 06 23:30:10.797 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-09-06T23:30:11.624Z[ recovery-image] Sep 06 23:30:10.817 INFO O| Sep 06 23:30:10.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40582024-09-06T23:30:11.636Z[ recovery-image] Sep 06 23:30:10.828 INFO O| Sep 06 23:30:10.828 INFO STEP 16 (remove_files) COMPLETE
40592024-09-06T23:30:11.636Z[ recovery-image] Sep 06 23:30:10.828 INFO O| Sep 06 23:30:10.828 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-09-06T23:30:11.657Z[ recovery-image] Sep 06 23:30:10.850 INFO O| Sep 06 23:30:10.850 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40612024-09-06T23:30:11.657Z[ recovery-image] Sep 06 23:30:10.851 INFO O| Sep 06 23:30:10.850 INFO STEP 17 (remove_files) COMPLETE
40622024-09-06T23:30:11.660Z[ recovery-image] Sep 06 23:30:10.851 INFO O| Sep 06 23:30:10.850 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-09-06T23:30:11.679Z[ recovery-image] Sep 06 23:30:10.872 INFO O| Sep 06 23:30:10.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40642024-09-06T23:30:11.682Z[ recovery-image] Sep 06 23:30:10.872 INFO O| Sep 06 23:30:10.872 INFO STEP 18 (remove_files) COMPLETE
40652024-09-06T23:30:11.682Z[ recovery-image] Sep 06 23:30:10.872 INFO O| Sep 06 23:30:10.872 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-09-06T23:30:11.753Z[ recovery-image] Sep 06 23:30:10.946 INFO O| Sep 06 23:30:10.946 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40672024-09-06T23:30:11.909Z[ recovery-image] Sep 06 23:30:11.103 INFO O| Sep 06 23:30:11.103 INFO STEP 19 (remove_files) COMPLETE
40682024-09-06T23:30:11.909Z[ recovery-image] Sep 06 23:30:11.103 INFO O| Sep 06 23:30:11.103 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-09-06T23:30:11.920Z[ host-image] Sep 06 23:30:11.114 INFO O| Sep 06 23:30:11.114 INFO O| Download: 1129/1140 items 6.6/8.4MB 78% complete (1.3M/s)
40702024-09-06T23:30:11.943Z[ recovery-image] Sep 06 23:30:11.136 INFO O| Sep 06 23:30:11.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40712024-09-06T23:30:11.945Z[ recovery-image] Sep 06 23:30:11.138 INFO O| Sep 06 23:30:11.138 INFO STEP 20 (remove_files) COMPLETE
40722024-09-06T23:30:11.945Z[ recovery-image] Sep 06 23:30:11.138 INFO O| Sep 06 23:30:11.138 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-09-06T23:30:11.986Z[ recovery-image] Sep 06 23:30:11.180 INFO O| Sep 06 23:30:11.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40742024-09-06T23:30:11.986Z[ recovery-image] Sep 06 23:30:11.180 INFO O| Sep 06 23:30:11.180 INFO STEP 21 (remove_files) COMPLETE
40752024-09-06T23:30:11.986Z[ recovery-image] Sep 06 23:30:11.180 INFO O| Sep 06 23:30:11.180 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-06T23:30:12.013Z[ recovery-image] Sep 06 23:30:11.206 INFO O| Sep 06 23:30:11.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40772024-09-06T23:30:12.016Z[ recovery-image] Sep 06 23:30:11.206 INFO O| Sep 06 23:30:11.206 INFO STEP 22 (remove_files) COMPLETE
40782024-09-06T23:30:12.016Z[ recovery-image] Sep 06 23:30:11.207 INFO O| Sep 06 23:30:11.206 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-09-06T23:30:12.036Z[ recovery-image] Sep 06 23:30:11.230 INFO O| Sep 06 23:30:11.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40802024-09-06T23:30:12.036Z[ recovery-image] Sep 06 23:30:11.230 INFO O| Sep 06 23:30:11.230 INFO STEP 23 (remove_files) COMPLETE
40812024-09-06T23:30:12.036Z[ recovery-image] Sep 06 23:30:11.230 INFO O| Sep 06 23:30:11.230 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-09-06T23:30:12.058Z[ recovery-image] Sep 06 23:30:11.251 INFO O| Sep 06 23:30:11.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40832024-09-06T23:30:12.058Z[ recovery-image] Sep 06 23:30:11.251 INFO O| Sep 06 23:30:11.251 INFO STEP 24 (remove_files) COMPLETE
40842024-09-06T23:30:12.060Z[ recovery-image] Sep 06 23:30:11.251 INFO O| Sep 06 23:30:11.251 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-09-06T23:30:12.078Z[ recovery-image] Sep 06 23:30:11.271 INFO O| Sep 06 23:30:11.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40862024-09-06T23:30:12.078Z[ recovery-image] Sep 06 23:30:11.271 INFO O| Sep 06 23:30:11.271 INFO STEP 25 (remove_files) COMPLETE
40872024-09-06T23:30:12.078Z[ recovery-image] Sep 06 23:30:11.271 INFO O| Sep 06 23:30:11.271 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-09-06T23:30:12.097Z[ recovery-image] Sep 06 23:30:11.290 INFO O| Sep 06 23:30:11.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40892024-09-06T23:30:12.099Z[ recovery-image] Sep 06 23:30:11.291 INFO O| Sep 06 23:30:11.291 INFO STEP 26 (remove_files) COMPLETE
40902024-09-06T23:30:12.099Z[ recovery-image] Sep 06 23:30:11.291 INFO O| Sep 06 23:30:11.291 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-09-06T23:30:12.120Z[ recovery-image] Sep 06 23:30:11.312 INFO O| Sep 06 23:30:11.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40922024-09-06T23:30:12.120Z[ recovery-image] Sep 06 23:30:11.312 INFO O| Sep 06 23:30:11.312 INFO STEP 27 (remove_files) COMPLETE
40932024-09-06T23:30:12.120Z[ recovery-image] Sep 06 23:30:11.312 INFO O| Sep 06 23:30:11.312 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-09-06T23:30:12.140Z[ recovery-image] Sep 06 23:30:11.334 INFO O| Sep 06 23:30:11.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40952024-09-06T23:30:12.143Z[ recovery-image] Sep 06 23:30:11.335 INFO O| Sep 06 23:30:11.335 INFO STEP 28 (remove_files) COMPLETE
40962024-09-06T23:30:12.143Z[ recovery-image] Sep 06 23:30:11.335 INFO O| Sep 06 23:30:11.335 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-09-06T23:30:12.161Z[ recovery-image] Sep 06 23:30:11.354 INFO O| Sep 06 23:30:11.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40982024-09-06T23:30:12.172Z[ recovery-image] Sep 06 23:30:11.366 INFO O| Sep 06 23:30:11.366 INFO STEP 29 (remove_files) COMPLETE
40992024-09-06T23:30:12.172Z[ recovery-image] Sep 06 23:30:11.366 INFO O| Sep 06 23:30:11.366 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-09-06T23:30:12.174Z[ host-image] Sep 06 23:30:11.367 INFO O| Sep 06 23:30:11.366 INFO O| Download: Completed 8.42 MB in 5.25 seconds (1.6M/s)
41012024-09-06T23:30:12.210Z[ recovery-image] Sep 06 23:30:11.404 INFO O| Sep 06 23:30:11.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41022024-09-06T23:30:12.213Z[ recovery-image] Sep 06 23:30:11.404 INFO O| Sep 06 23:30:11.404 INFO STEP 30 (remove_files) COMPLETE
41032024-09-06T23:30:12.213Z[ recovery-image] Sep 06 23:30:11.404 INFO O| Sep 06 23:30:11.404 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-09-06T23:30:12.257Z[ recovery-image] Sep 06 23:30:11.451 INFO O| Sep 06 23:30:11.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41052024-09-06T23:30:12.257Z[ recovery-image] Sep 06 23:30:11.451 INFO O| Sep 06 23:30:11.451 INFO STEP 31 (remove_files) COMPLETE
41062024-09-06T23:30:12.260Z[ recovery-image] Sep 06 23:30:11.451 INFO O| Sep 06 23:30:11.451 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-09-06T23:30:12.269Z[ host-image] Sep 06 23:30:11.463 INFO O| Sep 06 23:30:11.463 INFO O| Actions: 1/1361 actions (Installing new actions)
41082024-09-06T23:30:12.276Z[ recovery-image] Sep 06 23:30:11.470 INFO O| Sep 06 23:30:11.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41092024-09-06T23:30:12.301Z[ recovery-image] Sep 06 23:30:11.495 INFO O| Sep 06 23:30:11.495 INFO STEP 32 (remove_files) COMPLETE
41102024-09-06T23:30:12.301Z[ recovery-image] Sep 06 23:30:11.495 INFO O| Sep 06 23:30:11.495 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-06T23:30:12.341Z[ recovery-image] Sep 06 23:30:11.534 INFO O| Sep 06 23:30:11.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41122024-09-06T23:30:12.350Z[ recovery-image] Sep 06 23:30:11.543 INFO O| Sep 06 23:30:11.543 INFO STEP 33 (remove_files) COMPLETE
41132024-09-06T23:30:12.350Z[ recovery-image] Sep 06 23:30:11.543 INFO O| Sep 06 23:30:11.543 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-06T23:30:12.368Z[ recovery-image] Sep 06 23:30:11.561 INFO O| Sep 06 23:30:11.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41152024-09-06T23:30:12.377Z[ recovery-image] Sep 06 23:30:11.570 INFO O| Sep 06 23:30:11.570 INFO STEP 34 (remove_files) COMPLETE
41162024-09-06T23:30:12.377Z[ recovery-image] Sep 06 23:30:11.570 INFO O| Sep 06 23:30:11.570 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-06T23:30:12.440Z[ recovery-image] Sep 06 23:30:11.634 INFO O| Sep 06 23:30:11.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41182024-09-06T23:30:12.474Z[ recovery-image] Sep 06 23:30:11.667 INFO O| Sep 06 23:30:11.667 INFO STEP 35 (remove_files) COMPLETE
41192024-09-06T23:30:12.474Z[ recovery-image] Sep 06 23:30:11.667 INFO O| Sep 06 23:30:11.667 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-06T23:30:12.518Z[ recovery-image] Sep 06 23:30:11.711 INFO O| Sep 06 23:30:11.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41212024-09-06T23:30:12.518Z[ recovery-image] Sep 06 23:30:11.711 INFO O| Sep 06 23:30:11.711 INFO STEP 36 (remove_files) COMPLETE
41222024-09-06T23:30:12.521Z[ recovery-image] Sep 06 23:30:11.711 INFO O| Sep 06 23:30:11.711 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-06T23:30:12.539Z[ recovery-image] Sep 06 23:30:11.732 INFO O| Sep 06 23:30:11.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41242024-09-06T23:30:12.539Z[ recovery-image] Sep 06 23:30:11.732 INFO O| Sep 06 23:30:11.732 INFO STEP 37 (remove_files) COMPLETE
41252024-09-06T23:30:12.541Z[ recovery-image] Sep 06 23:30:11.732 INFO O| Sep 06 23:30:11.732 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-06T23:30:12.559Z[ recovery-image] Sep 06 23:30:11.752 INFO O| Sep 06 23:30:11.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41272024-09-06T23:30:12.559Z[ recovery-image] Sep 06 23:30:11.752 INFO O| Sep 06 23:30:11.752 INFO STEP 38 (remove_files) COMPLETE
41282024-09-06T23:30:12.559Z[ recovery-image] Sep 06 23:30:11.752 INFO O| Sep 06 23:30:11.752 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-06T23:30:12.579Z[ recovery-image] Sep 06 23:30:11.772 INFO O| Sep 06 23:30:11.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41302024-09-06T23:30:12.579Z[ recovery-image] Sep 06 23:30:11.773 INFO O| Sep 06 23:30:11.773 INFO STEP 39 (remove_files) COMPLETE
41312024-09-06T23:30:12.582Z[ recovery-image] Sep 06 23:30:11.773 INFO O| Sep 06 23:30:11.773 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-06T23:30:12.601Z[ recovery-image] Sep 06 23:30:11.793 INFO O| Sep 06 23:30:11.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41332024-09-06T23:30:12.601Z[ recovery-image] Sep 06 23:30:11.793 INFO O| Sep 06 23:30:11.793 INFO STEP 40 (remove_files) COMPLETE
41342024-09-06T23:30:12.601Z[ recovery-image] Sep 06 23:30:11.793 INFO O| Sep 06 23:30:11.793 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-06T23:30:12.620Z[ recovery-image] Sep 06 23:30:11.814 INFO O| Sep 06 23:30:11.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41362024-09-06T23:30:12.620Z[ recovery-image] Sep 06 23:30:11.814 INFO O| Sep 06 23:30:11.814 INFO STEP 41 (remove_files) COMPLETE
41372024-09-06T23:30:12.620Z[ recovery-image] Sep 06 23:30:11.814 INFO O| Sep 06 23:30:11.814 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-06T23:30:12.640Z[ recovery-image] Sep 06 23:30:11.834 INFO O| Sep 06 23:30:11.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41392024-09-06T23:30:12.640Z[ recovery-image] Sep 06 23:30:11.834 INFO O| Sep 06 23:30:11.834 INFO STEP 42 (remove_files) COMPLETE
41402024-09-06T23:30:12.641Z[ recovery-image] Sep 06 23:30:11.834 INFO O| Sep 06 23:30:11.834 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-06T23:30:12.661Z[ recovery-image] Sep 06 23:30:11.854 INFO O| Sep 06 23:30:11.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41422024-09-06T23:30:12.661Z[ recovery-image] Sep 06 23:30:11.854 INFO O| Sep 06 23:30:11.854 INFO STEP 43 (remove_files) COMPLETE
41432024-09-06T23:30:12.664Z[ recovery-image] Sep 06 23:30:11.854 INFO O| Sep 06 23:30:11.854 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-06T23:30:12.681Z[ recovery-image] Sep 06 23:30:11.875 INFO O| Sep 06 23:30:11.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41452024-09-06T23:30:12.684Z[ recovery-image] Sep 06 23:30:11.875 INFO O| Sep 06 23:30:11.875 INFO STEP 44 (remove_files) COMPLETE
41462024-09-06T23:30:12.684Z[ recovery-image] Sep 06 23:30:11.875 INFO O| Sep 06 23:30:11.875 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-06T23:30:12.723Z[ recovery-image] Sep 06 23:30:11.916 INFO O| Sep 06 23:30:11.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41482024-09-06T23:30:12.723Z[ recovery-image] Sep 06 23:30:11.916 INFO O| Sep 06 23:30:11.916 INFO STEP 45 (remove_files) COMPLETE
41492024-09-06T23:30:12.723Z[ recovery-image] Sep 06 23:30:11.916 INFO O| Sep 06 23:30:11.916 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-06T23:30:12.742Z[ recovery-image] Sep 06 23:30:11.935 INFO O| Sep 06 23:30:11.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41512024-09-06T23:30:12.742Z[ recovery-image] Sep 06 23:30:11.936 INFO O| Sep 06 23:30:11.936 INFO STEP 46 (remove_files) COMPLETE
41522024-09-06T23:30:12.745Z[ recovery-image] Sep 06 23:30:11.936 INFO O| Sep 06 23:30:11.936 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-06T23:30:12.780Z[ recovery-image] Sep 06 23:30:11.974 INFO O| Sep 06 23:30:11.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41542024-09-06T23:30:12.781Z[ recovery-image] Sep 06 23:30:11.974 INFO O| Sep 06 23:30:11.974 INFO STEP 47 (remove_files) COMPLETE
41552024-09-06T23:30:12.781Z[ recovery-image] Sep 06 23:30:11.974 INFO O| Sep 06 23:30:11.974 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-06T23:30:12.799Z[ recovery-image] Sep 06 23:30:11.992 INFO O| Sep 06 23:30:11.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41572024-09-06T23:30:12.799Z[ recovery-image] Sep 06 23:30:11.992 INFO O| Sep 06 23:30:11.992 INFO STEP 48 (remove_files) COMPLETE
41582024-09-06T23:30:12.799Z[ recovery-image] Sep 06 23:30:11.992 INFO O| Sep 06 23:30:11.992 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-06T23:30:12.825Z[ recovery-image] Sep 06 23:30:12.019 INFO O| Sep 06 23:30:12.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41602024-09-06T23:30:12.825Z[ recovery-image] Sep 06 23:30:12.019 INFO O| Sep 06 23:30:12.019 INFO STEP 49 (remove_files) COMPLETE
41612024-09-06T23:30:12.825Z[ recovery-image] Sep 06 23:30:12.019 INFO O| Sep 06 23:30:12.019 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-06T23:30:12.844Z[ recovery-image] Sep 06 23:30:12.037 INFO O| Sep 06 23:30:12.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41632024-09-06T23:30:12.844Z[ recovery-image] Sep 06 23:30:12.037 INFO O| Sep 06 23:30:12.037 INFO STEP 50 (remove_files) COMPLETE
41642024-09-06T23:30:12.847Z[ recovery-image] Sep 06 23:30:12.037 INFO O| Sep 06 23:30:12.037 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-06T23:30:12.862Z[ recovery-image] Sep 06 23:30:12.055 INFO O| Sep 06 23:30:12.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41662024-09-06T23:30:12.862Z[ recovery-image] Sep 06 23:30:12.055 INFO O| Sep 06 23:30:12.055 INFO STEP 51 (remove_files) COMPLETE
41672024-09-06T23:30:12.862Z[ recovery-image] Sep 06 23:30:12.055 INFO O| Sep 06 23:30:12.055 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-06T23:30:12.903Z[ recovery-image] Sep 06 23:30:12.097 INFO O| Sep 06 23:30:12.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41692024-09-06T23:30:12.903Z[ recovery-image] Sep 06 23:30:12.097 INFO O| Sep 06 23:30:12.097 INFO STEP 52 (remove_files) COMPLETE
41702024-09-06T23:30:12.903Z[ recovery-image] Sep 06 23:30:12.097 INFO O| Sep 06 23:30:12.097 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-09-06T23:30:12.934Z[ recovery-image] Sep 06 23:30:12.128 INFO O| Sep 06 23:30:12.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41722024-09-06T23:30:12.937Z[ recovery-image] Sep 06 23:30:12.129 INFO O| Sep 06 23:30:12.129 INFO STEP 53 (remove_files) COMPLETE
41732024-09-06T23:30:12.937Z[ recovery-image] Sep 06 23:30:12.129 INFO O| Sep 06 23:30:12.129 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-09-06T23:30:12.995Z[ host-image] Sep 06 23:30:12.188 INFO O| Sep 06 23:30:12.188 INFO O| Actions: Completed 1361 actions in 0.72 seconds.
41752024-09-06T23:30:12.997Z[ recovery-image] Sep 06 23:30:12.191 INFO O| Sep 06 23:30:12.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41762024-09-06T23:30:13.001Z[ recovery-image] Sep 06 23:30:12.192 INFO O| Sep 06 23:30:12.192 INFO STEP 54 (remove_files) COMPLETE
41772024-09-06T23:30:13.001Z[ recovery-image] Sep 06 23:30:12.192 INFO O| Sep 06 23:30:12.192 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-09-06T23:30:13.023Z[ recovery-image] Sep 06 23:30:12.217 INFO O| Sep 06 23:30:12.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41792024-09-06T23:30:13.023Z[ recovery-image] Sep 06 23:30:12.217 INFO O| Sep 06 23:30:12.217 INFO STEP 55 (remove_files) COMPLETE
41802024-09-06T23:30:13.024Z[ recovery-image] Sep 06 23:30:12.217 INFO O| Sep 06 23:30:12.217 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-09-06T23:30:13.084Z[ recovery-image] Sep 06 23:30:12.278 INFO O| Sep 06 23:30:12.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41822024-09-06T23:30:13.107Z[ recovery-image] Sep 06 23:30:12.301 INFO O| Sep 06 23:30:12.301 INFO STEP 56 (remove_files) COMPLETE
41832024-09-06T23:30:13.107Z[ recovery-image] Sep 06 23:30:12.301 INFO O| Sep 06 23:30:12.301 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-06T23:30:13.160Z[ recovery-image] Sep 06 23:30:12.353 INFO O| Sep 06 23:30:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41852024-09-06T23:30:13.160Z[ recovery-image] Sep 06 23:30:12.354 INFO O| Sep 06 23:30:12.354 INFO STEP 57 (remove_files) COMPLETE
41862024-09-06T23:30:13.160Z[ recovery-image] Sep 06 23:30:12.354 INFO O| Sep 06 23:30:12.354 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-06T23:30:13.200Z[ recovery-image] Sep 06 23:30:12.393 INFO O| Sep 06 23:30:12.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41882024-09-06T23:30:13.200Z[ recovery-image] Sep 06 23:30:12.394 INFO O| Sep 06 23:30:12.394 INFO STEP 58 (remove_files) COMPLETE
41892024-09-06T23:30:13.203Z[ recovery-image] Sep 06 23:30:12.394 INFO O| Sep 06 23:30:12.394 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-06T23:30:13.222Z[ recovery-image] Sep 06 23:30:12.415 INFO O| Sep 06 23:30:12.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41912024-09-06T23:30:13.222Z[ recovery-image] Sep 06 23:30:12.415 INFO O| Sep 06 23:30:12.415 INFO STEP 59 (remove_files) COMPLETE
41922024-09-06T23:30:13.222Z[ recovery-image] Sep 06 23:30:12.415 INFO O| Sep 06 23:30:12.415 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-09-06T23:30:13.243Z[ recovery-image] Sep 06 23:30:12.437 INFO O| Sep 06 23:30:12.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41942024-09-06T23:30:13.267Z[ recovery-image] Sep 06 23:30:12.460 INFO O| Sep 06 23:30:12.460 INFO STEP 60 (remove_files) COMPLETE
41952024-09-06T23:30:13.267Z[ recovery-image] Sep 06 23:30:12.460 INFO O| Sep 06 23:30:12.460 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-09-06T23:30:13.298Z[ recovery-image] Sep 06 23:30:12.490 INFO O| Sep 06 23:30:12.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41972024-09-06T23:30:13.298Z[ recovery-image] Sep 06 23:30:12.491 INFO O| Sep 06 23:30:12.491 INFO STEP 61 (remove_files) COMPLETE
41982024-09-06T23:30:13.298Z[ recovery-image] Sep 06 23:30:12.491 INFO O| Sep 06 23:30:12.491 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-09-06T23:30:13.316Z[ recovery-image] Sep 06 23:30:12.509 INFO O| Sep 06 23:30:12.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42002024-09-06T23:30:13.316Z[ recovery-image] Sep 06 23:30:12.509 INFO O| Sep 06 23:30:12.509 INFO STEP 62 (remove_files) COMPLETE
42012024-09-06T23:30:13.316Z[ recovery-image] Sep 06 23:30:12.509 INFO O| Sep 06 23:30:12.509 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-06T23:30:13.334Z[ recovery-image] Sep 06 23:30:12.527 INFO O| Sep 06 23:30:12.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42032024-09-06T23:30:13.334Z[ recovery-image] Sep 06 23:30:12.528 INFO O| Sep 06 23:30:12.528 INFO STEP 63 (remove_files) COMPLETE
42042024-09-06T23:30:13.336Z[ recovery-image] Sep 06 23:30:12.528 INFO O| Sep 06 23:30:12.528 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-09-06T23:30:13.351Z[ recovery-image] Sep 06 23:30:12.545 INFO O| Sep 06 23:30:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42062024-09-06T23:30:13.351Z[ recovery-image] Sep 06 23:30:12.545 INFO O| Sep 06 23:30:12.545 INFO STEP 64 (remove_files) COMPLETE
42072024-09-06T23:30:13.351Z[ recovery-image] Sep 06 23:30:12.545 INFO O| Sep 06 23:30:12.545 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-09-06T23:30:13.371Z[ recovery-image] Sep 06 23:30:12.563 INFO O| Sep 06 23:30:12.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42092024-09-06T23:30:13.371Z[ recovery-image] Sep 06 23:30:12.563 INFO O| Sep 06 23:30:12.563 INFO STEP 65 (remove_files) COMPLETE
42102024-09-06T23:30:13.373Z[ recovery-image] Sep 06 23:30:12.564 INFO O| Sep 06 23:30:12.563 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-09-06T23:30:13.374Z[ host-image] Sep 06 23:30:12.565 INFO O| Sep 06 23:30:12.565 INFO O| Done
42122024-09-06T23:30:13.374Z[ host-image] Sep 06 23:30:12.565 INFO O| Sep 06 23:30:12.565 INFO O| Done
42132024-09-06T23:30:13.390Z[ recovery-image] Sep 06 23:30:12.583 INFO O| Sep 06 23:30:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42142024-09-06T23:30:13.390Z[ recovery-image] Sep 06 23:30:12.583 INFO O| Sep 06 23:30:12.583 INFO STEP 66 (remove_files) COMPLETE
42152024-09-06T23:30:13.392Z[ recovery-image] Sep 06 23:30:12.583 INFO O| Sep 06 23:30:12.583 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-09-06T23:30:13.429Z[ recovery-image] Sep 06 23:30:12.603 INFO O| Sep 06 23:30:12.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42172024-09-06T23:30:13.429Z[ recovery-image] Sep 06 23:30:12.603 INFO O| Sep 06 23:30:12.603 INFO STEP 67 (remove_files) COMPLETE
42182024-09-06T23:30:13.429Z[ recovery-image] Sep 06 23:30:12.603 INFO O| Sep 06 23:30:12.603 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-09-06T23:30:13.431Z[ recovery-image] Sep 06 23:30:12.624 INFO O| Sep 06 23:30:12.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42202024-09-06T23:30:13.431Z[ recovery-image] Sep 06 23:30:12.624 INFO O| Sep 06 23:30:12.624 INFO STEP 68 (remove_files) COMPLETE
42212024-09-06T23:30:13.431Z[ recovery-image] Sep 06 23:30:12.624 INFO O| Sep 06 23:30:12.624 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-09-06T23:30:13.467Z[ recovery-image] Sep 06 23:30:12.660 INFO O| Sep 06 23:30:12.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42232024-09-06T23:30:13.467Z[ recovery-image] Sep 06 23:30:12.660 INFO O| Sep 06 23:30:12.660 INFO STEP 69 (remove_files) COMPLETE
42242024-09-06T23:30:13.467Z[ recovery-image] Sep 06 23:30:12.660 INFO O| Sep 06 23:30:12.660 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-09-06T23:30:13.487Z[ recovery-image] Sep 06 23:30:12.681 INFO O| Sep 06 23:30:12.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42262024-09-06T23:30:13.488Z[ recovery-image] Sep 06 23:30:12.681 INFO O| Sep 06 23:30:12.681 INFO STEP 70 (remove_files) COMPLETE
42272024-09-06T23:30:13.488Z[ recovery-image] Sep 06 23:30:12.681 INFO O| Sep 06 23:30:12.681 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-09-06T23:30:13.508Z[ recovery-image] Sep 06 23:30:12.701 INFO O| Sep 06 23:30:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42292024-09-06T23:30:13.508Z[ recovery-image] Sep 06 23:30:12.701 INFO O| Sep 06 23:30:12.701 INFO STEP 71 (remove_files) COMPLETE
42302024-09-06T23:30:13.508Z[ recovery-image] Sep 06 23:30:12.701 INFO O| Sep 06 23:30:12.701 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-06T23:30:13.526Z[ recovery-image] Sep 06 23:30:12.720 INFO O| Sep 06 23:30:12.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42322024-09-06T23:30:13.527Z[ recovery-image] Sep 06 23:30:12.720 INFO O| Sep 06 23:30:12.720 INFO STEP 72 (remove_files) COMPLETE
42332024-09-06T23:30:13.527Z[ recovery-image] Sep 06 23:30:12.720 INFO O| Sep 06 23:30:12.720 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-06T23:30:13.545Z[ recovery-image] Sep 06 23:30:12.739 INFO O| Sep 06 23:30:12.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42352024-09-06T23:30:13.545Z[ recovery-image] Sep 06 23:30:12.739 INFO O| Sep 06 23:30:12.739 INFO STEP 73 (remove_files) COMPLETE
42362024-09-06T23:30:13.548Z[ recovery-image] Sep 06 23:30:12.739 INFO O| Sep 06 23:30:12.739 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-06T23:30:13.565Z[ recovery-image] Sep 06 23:30:12.758 INFO O| Sep 06 23:30:12.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42382024-09-06T23:30:13.565Z[ recovery-image] Sep 06 23:30:12.758 INFO O| Sep 06 23:30:12.758 INFO STEP 74 (remove_files) COMPLETE
42392024-09-06T23:30:13.565Z[ recovery-image] Sep 06 23:30:12.758 INFO O| Sep 06 23:30:12.758 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-06T23:30:13.583Z[ recovery-image] Sep 06 23:30:12.776 INFO O| Sep 06 23:30:12.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42412024-09-06T23:30:13.583Z[ recovery-image] Sep 06 23:30:12.777 INFO O| Sep 06 23:30:12.776 INFO STEP 75 (remove_files) COMPLETE
42422024-09-06T23:30:13.583Z[ recovery-image] Sep 06 23:30:12.777 INFO O| Sep 06 23:30:12.777 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-06T23:30:13.610Z[ recovery-image] Sep 06 23:30:12.803 INFO O| Sep 06 23:30:12.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42442024-09-06T23:30:13.613Z[ recovery-image] Sep 06 23:30:12.803 INFO O| Sep 06 23:30:12.803 INFO STEP 76 (remove_files) COMPLETE
42452024-09-06T23:30:13.613Z[ recovery-image] Sep 06 23:30:12.804 INFO O| Sep 06 23:30:12.803 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-06T23:30:13.632Z[ recovery-image] Sep 06 23:30:12.826 INFO O| Sep 06 23:30:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42472024-09-06T23:30:13.635Z[ recovery-image] Sep 06 23:30:12.826 INFO O| Sep 06 23:30:12.826 INFO STEP 77 (remove_files) COMPLETE
42482024-09-06T23:30:13.635Z[ recovery-image] Sep 06 23:30:12.826 INFO O| Sep 06 23:30:12.826 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-06T23:30:13.653Z[ recovery-image] Sep 06 23:30:12.847 INFO O| Sep 06 23:30:12.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42502024-09-06T23:30:13.656Z[ recovery-image] Sep 06 23:30:12.847 INFO O| Sep 06 23:30:12.847 INFO STEP 78 (remove_files) COMPLETE
42512024-09-06T23:30:13.656Z[ recovery-image] Sep 06 23:30:12.847 INFO O| Sep 06 23:30:12.847 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-06T23:30:13.674Z[ recovery-image] Sep 06 23:30:12.867 INFO O| Sep 06 23:30:12.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42532024-09-06T23:30:13.674Z[ recovery-image] Sep 06 23:30:12.867 INFO O| Sep 06 23:30:12.867 INFO STEP 79 (remove_files) COMPLETE
42542024-09-06T23:30:13.674Z[ recovery-image] Sep 06 23:30:12.868 INFO O| Sep 06 23:30:12.867 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-06T23:30:13.693Z[ recovery-image] Sep 06 23:30:12.886 INFO O| Sep 06 23:30:12.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42562024-09-06T23:30:13.693Z[ recovery-image] Sep 06 23:30:12.886 INFO O| Sep 06 23:30:12.886 INFO STEP 80 (remove_files) COMPLETE
42572024-09-06T23:30:13.693Z[ recovery-image] Sep 06 23:30:12.886 INFO O| Sep 06 23:30:12.886 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-06T23:30:13.721Z[ recovery-image] Sep 06 23:30:12.914 INFO O| Sep 06 23:30:12.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42592024-09-06T23:30:13.721Z[ recovery-image] Sep 06 23:30:12.914 INFO O| Sep 06 23:30:12.914 INFO STEP 81 (remove_files) COMPLETE
42602024-09-06T23:30:13.723Z[ recovery-image] Sep 06 23:30:12.914 INFO O| Sep 06 23:30:12.914 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-06T23:30:13.743Z[ recovery-image] Sep 06 23:30:12.937 INFO O| Sep 06 23:30:12.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42622024-09-06T23:30:13.743Z[ recovery-image] Sep 06 23:30:12.937 INFO O| Sep 06 23:30:12.937 INFO STEP 82 (remove_files) COMPLETE
42632024-09-06T23:30:13.745Z[ recovery-image] Sep 06 23:30:12.937 INFO O| Sep 06 23:30:12.937 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-06T23:30:13.764Z[ recovery-image] Sep 06 23:30:12.958 INFO O| Sep 06 23:30:12.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42652024-09-06T23:30:13.764Z[ recovery-image] Sep 06 23:30:12.958 INFO O| Sep 06 23:30:12.958 INFO STEP 83 (remove_files) COMPLETE
42662024-09-06T23:30:13.768Z[ recovery-image] Sep 06 23:30:12.958 INFO O| Sep 06 23:30:12.958 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-06T23:30:13.785Z[ recovery-image] Sep 06 23:30:12.978 INFO O| Sep 06 23:30:12.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42682024-09-06T23:30:13.785Z[ recovery-image] Sep 06 23:30:12.978 INFO O| Sep 06 23:30:12.978 INFO STEP 84 (remove_files) COMPLETE
42692024-09-06T23:30:13.787Z[ recovery-image] Sep 06 23:30:12.979 INFO O| Sep 06 23:30:12.978 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-09-06T23:30:13.805Z[ recovery-image] Sep 06 23:30:12.998 INFO O| Sep 06 23:30:12.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42712024-09-06T23:30:13.808Z[ recovery-image] Sep 06 23:30:12.998 INFO O| Sep 06 23:30:12.998 INFO STEP 85 (remove_files) COMPLETE
42722024-09-06T23:30:13.808Z[ recovery-image] Sep 06 23:30:12.998 INFO O| Sep 06 23:30:12.998 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-06T23:30:13.826Z[ recovery-image] Sep 06 23:30:13.020 INFO O| Sep 06 23:30:13.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42742024-09-06T23:30:13.827Z[ recovery-image] Sep 06 23:30:13.020 INFO O| Sep 06 23:30:13.020 INFO STEP 86 (remove_files) COMPLETE
42752024-09-06T23:30:13.827Z[ recovery-image] Sep 06 23:30:13.020 INFO O| Sep 06 23:30:13.020 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-06T23:30:13.847Z[ recovery-image] Sep 06 23:30:13.040 INFO O| Sep 06 23:30:13.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42772024-09-06T23:30:13.847Z[ recovery-image] Sep 06 23:30:13.040 INFO O| Sep 06 23:30:13.040 INFO STEP 87 (remove_files) COMPLETE
42782024-09-06T23:30:13.847Z[ recovery-image] Sep 06 23:30:13.040 INFO O| Sep 06 23:30:13.040 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-06T23:30:13.892Z[ recovery-image] Sep 06 23:30:13.086 INFO O| Sep 06 23:30:13.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42802024-09-06T23:30:13.892Z[ recovery-image] Sep 06 23:30:13.086 INFO O| Sep 06 23:30:13.086 INFO STEP 88 (remove_files) COMPLETE
42812024-09-06T23:30:13.895Z[ recovery-image] Sep 06 23:30:13.086 INFO O| Sep 06 23:30:13.086 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-06T23:30:13.935Z[ recovery-image] Sep 06 23:30:13.128 INFO O| Sep 06 23:30:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42832024-09-06T23:30:13.935Z[ recovery-image] Sep 06 23:30:13.128 INFO O| Sep 06 23:30:13.128 INFO STEP 89 (remove_files) COMPLETE
42842024-09-06T23:30:13.937Z[ recovery-image] Sep 06 23:30:13.128 INFO O| Sep 06 23:30:13.128 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-06T23:30:13.954Z[ recovery-image] Sep 06 23:30:13.147 INFO O| Sep 06 23:30:13.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42862024-09-06T23:30:13.954Z[ recovery-image] Sep 06 23:30:13.147 INFO O| Sep 06 23:30:13.147 INFO STEP 90 (remove_files) COMPLETE
42872024-09-06T23:30:13.954Z[ recovery-image] Sep 06 23:30:13.147 INFO O| Sep 06 23:30:13.147 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-06T23:30:14.002Z[ recovery-image] Sep 06 23:30:13.194 INFO O| Sep 06 23:30:13.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42892024-09-06T23:30:14.004Z[ recovery-image] Sep 06 23:30:13.194 INFO O| Sep 06 23:30:13.194 INFO STEP 91 (remove_files) COMPLETE
42902024-09-06T23:30:14.004Z[ recovery-image] Sep 06 23:30:13.195 INFO O| Sep 06 23:30:13.195 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-06T23:30:14.023Z[ recovery-image] Sep 06 23:30:13.217 INFO O| Sep 06 23:30:13.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42922024-09-06T23:30:14.026Z[ recovery-image] Sep 06 23:30:13.217 INFO O| Sep 06 23:30:13.217 INFO STEP 92 (remove_files) COMPLETE
42932024-09-06T23:30:14.026Z[ recovery-image] Sep 06 23:30:13.217 INFO O| Sep 06 23:30:13.217 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-06T23:30:14.046Z[ recovery-image] Sep 06 23:30:13.239 INFO O| Sep 06 23:30:13.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42952024-09-06T23:30:14.046Z[ recovery-image] Sep 06 23:30:13.239 INFO O| Sep 06 23:30:13.239 INFO STEP 93 (remove_files) COMPLETE
42962024-09-06T23:30:14.048Z[ recovery-image] Sep 06 23:30:13.239 INFO O| Sep 06 23:30:13.239 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-06T23:30:14.071Z[ recovery-image] Sep 06 23:30:13.261 INFO O| Sep 06 23:30:13.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42982024-09-06T23:30:14.078Z[ recovery-image] Sep 06 23:30:13.272 INFO O| Sep 06 23:30:13.272 INFO STEP 94 (remove_files) COMPLETE
42992024-09-06T23:30:14.078Z[ recovery-image] Sep 06 23:30:13.272 INFO O| Sep 06 23:30:13.272 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-06T23:30:14.101Z[ recovery-image] Sep 06 23:30:13.294 INFO O| Sep 06 23:30:13.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43012024-09-06T23:30:14.104Z[ recovery-image] Sep 06 23:30:13.294 INFO O| Sep 06 23:30:13.294 INFO STEP 95 (remove_files) COMPLETE
43022024-09-06T23:30:14.104Z[ recovery-image] Sep 06 23:30:13.294 INFO O| Sep 06 23:30:13.294 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-06T23:30:14.121Z[ recovery-image] Sep 06 23:30:13.315 INFO O| Sep 06 23:30:13.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43042024-09-06T23:30:14.124Z[ recovery-image] Sep 06 23:30:13.315 INFO O| Sep 06 23:30:13.315 INFO STEP 96 (remove_files) COMPLETE
43052024-09-06T23:30:14.124Z[ recovery-image] Sep 06 23:30:13.315 INFO O| Sep 06 23:30:13.315 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-06T23:30:14.132Z[ host-image] Sep 06 23:30:13.326 INFO O| Sep 06 23:30:13.326 INFO O| Done
43072024-09-06T23:30:14.157Z[ recovery-image] Sep 06 23:30:13.351 INFO O| Sep 06 23:30:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43082024-09-06T23:30:14.160Z[ recovery-image] Sep 06 23:30:13.351 INFO O| Sep 06 23:30:13.351 INFO STEP 97 (remove_files) COMPLETE
43092024-09-06T23:30:14.160Z[ recovery-image] Sep 06 23:30:13.351 INFO O| Sep 06 23:30:13.351 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-09-06T23:30:14.179Z[ recovery-image] Sep 06 23:30:13.372 INFO O| Sep 06 23:30:13.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43112024-09-06T23:30:14.179Z[ recovery-image] Sep 06 23:30:13.373 INFO O| Sep 06 23:30:13.372 INFO STEP 98 (remove_files) COMPLETE
43122024-09-06T23:30:14.179Z[ recovery-image] Sep 06 23:30:13.373 INFO O| Sep 06 23:30:13.373 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-06T23:30:14.201Z[ recovery-image] Sep 06 23:30:13.394 INFO O| Sep 06 23:30:13.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43142024-09-06T23:30:14.201Z[ recovery-image] Sep 06 23:30:13.394 INFO O| Sep 06 23:30:13.394 INFO STEP 99 (remove_files) COMPLETE
43152024-09-06T23:30:14.201Z[ recovery-image] Sep 06 23:30:13.394 INFO O| Sep 06 23:30:13.394 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-09-06T23:30:14.243Z[ recovery-image] Sep 06 23:30:13.437 INFO O| Sep 06 23:30:13.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43172024-09-06T23:30:14.246Z[ recovery-image] Sep 06 23:30:13.437 INFO O| Sep 06 23:30:13.437 INFO STEP 100 (remove_files) COMPLETE
43182024-09-06T23:30:14.246Z[ recovery-image] Sep 06 23:30:13.437 INFO O| Sep 06 23:30:13.437 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-06T23:30:14.266Z[ recovery-image] Sep 06 23:30:13.459 INFO O| Sep 06 23:30:13.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43202024-09-06T23:30:14.266Z[ recovery-image] Sep 06 23:30:13.459 INFO O| Sep 06 23:30:13.459 INFO STEP 101 (remove_files) COMPLETE
43212024-09-06T23:30:14.266Z[ recovery-image] Sep 06 23:30:13.459 INFO O| Sep 06 23:30:13.459 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-06T23:30:14.287Z[ recovery-image] Sep 06 23:30:13.480 INFO O| Sep 06 23:30:13.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43232024-09-06T23:30:14.287Z[ recovery-image] Sep 06 23:30:13.480 INFO O| Sep 06 23:30:13.480 INFO STEP 102 (remove_files) COMPLETE
43242024-09-06T23:30:14.287Z[ recovery-image] Sep 06 23:30:13.480 INFO O| Sep 06 23:30:13.480 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-09-06T23:30:14.306Z[ recovery-image] Sep 06 23:30:13.499 INFO O| Sep 06 23:30:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43262024-09-06T23:30:14.310Z[ recovery-image] Sep 06 23:30:13.500 INFO O| Sep 06 23:30:13.500 INFO STEP 103 (remove_files) COMPLETE
43272024-09-06T23:30:14.310Z[ recovery-image] Sep 06 23:30:13.500 INFO O| Sep 06 23:30:13.500 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-09-06T23:30:14.324Z[ recovery-image] Sep 06 23:30:13.518 INFO O| Sep 06 23:30:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43292024-09-06T23:30:14.325Z[ recovery-image] Sep 06 23:30:13.518 INFO O| Sep 06 23:30:13.518 INFO STEP 104 (remove_files) COMPLETE
43302024-09-06T23:30:14.328Z[ recovery-image] Sep 06 23:30:13.518 INFO O| Sep 06 23:30:13.518 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-06T23:30:14.360Z[ recovery-image] Sep 06 23:30:13.552 INFO O| Sep 06 23:30:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43322024-09-06T23:30:14.360Z[ recovery-image] Sep 06 23:30:13.553 INFO O| Sep 06 23:30:13.553 INFO STEP 105 (remove_files) COMPLETE
43332024-09-06T23:30:14.360Z[ recovery-image] Sep 06 23:30:13.553 INFO O| Sep 06 23:30:13.553 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-09-06T23:30:14.381Z[ recovery-image] Sep 06 23:30:13.574 INFO O| Sep 06 23:30:13.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43352024-09-06T23:30:14.381Z[ recovery-image] Sep 06 23:30:13.574 INFO O| Sep 06 23:30:13.574 INFO STEP 106 (remove_files) COMPLETE
43362024-09-06T23:30:14.385Z[ recovery-image] Sep 06 23:30:13.574 INFO O| Sep 06 23:30:13.574 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-09-06T23:30:14.402Z[ recovery-image] Sep 06 23:30:13.595 INFO O| Sep 06 23:30:13.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43382024-09-06T23:30:14.402Z[ recovery-image] Sep 06 23:30:13.596 INFO O| Sep 06 23:30:13.595 INFO STEP 107 (remove_files) COMPLETE
43392024-09-06T23:30:14.404Z[ recovery-image] Sep 06 23:30:13.596 INFO O| Sep 06 23:30:13.596 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-09-06T23:30:14.445Z[ recovery-image] Sep 06 23:30:13.638 INFO O| Sep 06 23:30:13.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43412024-09-06T23:30:14.445Z[ recovery-image] Sep 06 23:30:13.638 INFO O| Sep 06 23:30:13.638 INFO STEP 108 (remove_files) COMPLETE
43422024-09-06T23:30:14.445Z[ recovery-image] Sep 06 23:30:13.638 INFO O| Sep 06 23:30:13.638 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-09-06T23:30:14.467Z[ recovery-image] Sep 06 23:30:13.660 INFO O| Sep 06 23:30:13.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43442024-09-06T23:30:14.467Z[ recovery-image] Sep 06 23:30:13.660 INFO O| Sep 06 23:30:13.660 INFO STEP 109 (remove_files) COMPLETE
43452024-09-06T23:30:14.467Z[ recovery-image] Sep 06 23:30:13.660 INFO O| Sep 06 23:30:13.660 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-09-06T23:30:14.487Z[ recovery-image] Sep 06 23:30:13.681 INFO O| Sep 06 23:30:13.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43472024-09-06T23:30:14.487Z[ recovery-image] Sep 06 23:30:13.681 INFO O| Sep 06 23:30:13.681 INFO STEP 110 (remove_files) COMPLETE
43482024-09-06T23:30:14.490Z[ recovery-image] Sep 06 23:30:13.681 INFO O| Sep 06 23:30:13.681 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-06T23:30:14.509Z[ recovery-image] Sep 06 23:30:13.702 INFO O| Sep 06 23:30:13.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43502024-09-06T23:30:14.509Z[ recovery-image] Sep 06 23:30:13.702 INFO O| Sep 06 23:30:13.702 INFO STEP 111 (remove_files) COMPLETE
43512024-09-06T23:30:14.509Z[ recovery-image] Sep 06 23:30:13.702 INFO O| Sep 06 23:30:13.702 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-06T23:30:14.532Z[ recovery-image] Sep 06 23:30:13.725 INFO O| Sep 06 23:30:13.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43532024-09-06T23:30:14.532Z[ recovery-image] Sep 06 23:30:13.725 INFO O| Sep 06 23:30:13.725 INFO STEP 112 (remove_files) COMPLETE
43542024-09-06T23:30:14.532Z[ recovery-image] Sep 06 23:30:13.725 INFO O| Sep 06 23:30:13.725 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-06T23:30:14.573Z[ recovery-image] Sep 06 23:30:13.766 INFO O| Sep 06 23:30:13.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43562024-09-06T23:30:14.573Z[ recovery-image] Sep 06 23:30:13.766 INFO O| Sep 06 23:30:13.766 INFO STEP 113 (remove_files) COMPLETE
43572024-09-06T23:30:14.577Z[ recovery-image] Sep 06 23:30:13.767 INFO O| Sep 06 23:30:13.766 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-06T23:30:14.593Z[ recovery-image] Sep 06 23:30:13.787 INFO O| Sep 06 23:30:13.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43592024-09-06T23:30:14.594Z[ recovery-image] Sep 06 23:30:13.787 INFO O| Sep 06 23:30:13.787 INFO STEP 114 (remove_files) COMPLETE
43602024-09-06T23:30:14.594Z[ recovery-image] Sep 06 23:30:13.787 INFO O| Sep 06 23:30:13.787 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-06T23:30:14.615Z[ recovery-image] Sep 06 23:30:13.808 INFO O| Sep 06 23:30:13.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43622024-09-06T23:30:14.615Z[ recovery-image] Sep 06 23:30:13.808 INFO O| Sep 06 23:30:13.808 INFO STEP 115 (remove_files) COMPLETE
43632024-09-06T23:30:14.615Z[ recovery-image] Sep 06 23:30:13.808 INFO O| Sep 06 23:30:13.808 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-06T23:30:14.634Z[ recovery-image] Sep 06 23:30:13.828 INFO O| Sep 06 23:30:13.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43652024-09-06T23:30:14.634Z[ recovery-image] Sep 06 23:30:13.828 INFO O| Sep 06 23:30:13.828 INFO STEP 116 (remove_files) COMPLETE
43662024-09-06T23:30:14.634Z[ recovery-image] Sep 06 23:30:13.828 INFO O| Sep 06 23:30:13.828 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-06T23:30:14.679Z[ recovery-image] Sep 06 23:30:13.873 INFO O| Sep 06 23:30:13.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43682024-09-06T23:30:14.731Z[ recovery-image] Sep 06 23:30:13.924 INFO O| Sep 06 23:30:13.924 INFO STEP 117 (remove_files) COMPLETE
43692024-09-06T23:30:14.731Z[ recovery-image] Sep 06 23:30:13.924 INFO O| Sep 06 23:30:13.924 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-06T23:30:14.765Z[ recovery-image] Sep 06 23:30:13.958 INFO O| Sep 06 23:30:13.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43712024-09-06T23:30:14.767Z[ recovery-image] Sep 06 23:30:13.958 INFO O| Sep 06 23:30:13.958 INFO STEP 118 (remove_files) COMPLETE
43722024-09-06T23:30:14.767Z[ recovery-image] Sep 06 23:30:13.958 INFO O| Sep 06 23:30:13.958 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-06T23:30:14.788Z[ recovery-image] Sep 06 23:30:13.981 INFO O| Sep 06 23:30:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43742024-09-06T23:30:14.788Z[ recovery-image] Sep 06 23:30:13.981 INFO O| Sep 06 23:30:13.981 INFO STEP 119 (remove_files) COMPLETE
43752024-09-06T23:30:14.788Z[ recovery-image] Sep 06 23:30:13.981 INFO O| Sep 06 23:30:13.981 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-06T23:30:14.820Z[ recovery-image] Sep 06 23:30:14.013 INFO O| Sep 06 23:30:14.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43772024-09-06T23:30:14.820Z[ recovery-image] Sep 06 23:30:14.013 INFO O| Sep 06 23:30:14.013 INFO STEP 120 (remove_files) COMPLETE
43782024-09-06T23:30:14.820Z[ recovery-image] Sep 06 23:30:14.013 INFO O| Sep 06 23:30:14.013 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-06T23:30:14.842Z[ recovery-image] Sep 06 23:30:14.035 INFO O| Sep 06 23:30:14.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43802024-09-06T23:30:14.842Z[ recovery-image] Sep 06 23:30:14.035 INFO O| Sep 06 23:30:14.035 INFO STEP 121 (remove_files) COMPLETE
43812024-09-06T23:30:14.844Z[ recovery-image] Sep 06 23:30:14.035 INFO O| Sep 06 23:30:14.035 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-06T23:30:14.907Z[ recovery-image] Sep 06 23:30:14.100 INFO O| Sep 06 23:30:14.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43832024-09-06T23:30:14.907Z[ recovery-image] Sep 06 23:30:14.100 INFO O| Sep 06 23:30:14.100 INFO STEP 122 (remove_files) COMPLETE
43842024-09-06T23:30:14.910Z[ recovery-image] Sep 06 23:30:14.100 INFO O| Sep 06 23:30:14.100 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-06T23:30:14.928Z[ recovery-image] Sep 06 23:30:14.121 INFO O| Sep 06 23:30:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43862024-09-06T23:30:14.928Z[ recovery-image] Sep 06 23:30:14.121 INFO O| Sep 06 23:30:14.121 INFO STEP 123 (remove_files) COMPLETE
43872024-09-06T23:30:14.930Z[ recovery-image] Sep 06 23:30:14.121 INFO O| Sep 06 23:30:14.121 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-06T23:30:14.978Z[ recovery-image] Sep 06 23:30:14.158 INFO O| Sep 06 23:30:14.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43892024-09-06T23:30:14.978Z[ recovery-image] Sep 06 23:30:14.158 INFO O| Sep 06 23:30:14.158 INFO STEP 124 (remove_files) COMPLETE
43902024-09-06T23:30:14.995Z[ recovery-image] Sep 06 23:30:14.158 INFO O| Sep 06 23:30:14.158 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-06T23:30:14.995Z[ recovery-image] Sep 06 23:30:14.179 INFO O| Sep 06 23:30:14.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43922024-09-06T23:30:14.995Z[ recovery-image] Sep 06 23:30:14.179 INFO O| Sep 06 23:30:14.179 INFO STEP 125 (remove_files) COMPLETE
43932024-09-06T23:30:14.995Z[ recovery-image] Sep 06 23:30:14.179 INFO O| Sep 06 23:30:14.179 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-06T23:30:15.005Z[ recovery-image] Sep 06 23:30:14.199 INFO O| Sep 06 23:30:14.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43952024-09-06T23:30:15.007Z[ recovery-image] Sep 06 23:30:14.199 INFO O| Sep 06 23:30:14.199 INFO STEP 126 (remove_files) COMPLETE
43962024-09-06T23:30:15.008Z[ recovery-image] Sep 06 23:30:14.199 INFO O| Sep 06 23:30:14.199 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-06T23:30:15.056Z[ recovery-image] Sep 06 23:30:14.240 INFO O| Sep 06 23:30:14.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43982024-09-06T23:30:15.056Z[ recovery-image] Sep 06 23:30:14.240 INFO O| Sep 06 23:30:14.240 INFO STEP 127 (remove_files) COMPLETE
43992024-09-06T23:30:15.056Z[ recovery-image] Sep 06 23:30:14.240 INFO O| Sep 06 23:30:14.240 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-06T23:30:15.066Z[ recovery-image] Sep 06 23:30:14.260 INFO O| Sep 06 23:30:14.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44012024-09-06T23:30:15.069Z[ recovery-image] Sep 06 23:30:14.260 INFO O| Sep 06 23:30:14.260 INFO STEP 128 (remove_files) COMPLETE
44022024-09-06T23:30:15.069Z[ recovery-image] Sep 06 23:30:14.260 INFO O| Sep 06 23:30:14.260 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-06T23:30:15.085Z[ recovery-image] Sep 06 23:30:14.278 INFO O| Sep 06 23:30:14.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44042024-09-06T23:30:15.087Z[ recovery-image] Sep 06 23:30:14.279 INFO O| Sep 06 23:30:14.278 INFO STEP 129 (remove_files) COMPLETE
44052024-09-06T23:30:15.087Z[ recovery-image] Sep 06 23:30:14.279 INFO O| Sep 06 23:30:14.279 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-09-06T23:30:15.102Z[ recovery-image] Sep 06 23:30:14.296 INFO O| Sep 06 23:30:14.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44072024-09-06T23:30:15.103Z[ recovery-image] Sep 06 23:30:14.296 INFO O| Sep 06 23:30:14.296 INFO STEP 130 (remove_files) COMPLETE
44082024-09-06T23:30:15.105Z[ recovery-image] Sep 06 23:30:14.296 INFO O| Sep 06 23:30:14.296 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-09-06T23:30:15.120Z[ recovery-image] Sep 06 23:30:14.313 INFO O| Sep 06 23:30:14.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44102024-09-06T23:30:15.120Z[ recovery-image] Sep 06 23:30:14.313 INFO O| Sep 06 23:30:14.313 INFO STEP 131 (remove_files) COMPLETE
44112024-09-06T23:30:15.122Z[ recovery-image] Sep 06 23:30:14.313 INFO O| Sep 06 23:30:14.313 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-09-06T23:30:15.138Z[ recovery-image] Sep 06 23:30:14.331 INFO O| Sep 06 23:30:14.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44132024-09-06T23:30:15.138Z[ recovery-image] Sep 06 23:30:14.331 INFO O| Sep 06 23:30:14.331 INFO STEP 132 (remove_files) COMPLETE
44142024-09-06T23:30:15.140Z[ recovery-image] Sep 06 23:30:14.331 INFO O| Sep 06 23:30:14.331 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-06T23:30:15.155Z[ recovery-image] Sep 06 23:30:14.349 INFO O| Sep 06 23:30:14.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44162024-09-06T23:30:15.155Z[ recovery-image] Sep 06 23:30:14.349 INFO O| Sep 06 23:30:14.349 INFO STEP 133 (remove_files) COMPLETE
44172024-09-06T23:30:15.158Z[ recovery-image] Sep 06 23:30:14.349 INFO O| Sep 06 23:30:14.349 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-09-06T23:30:15.173Z[ recovery-image] Sep 06 23:30:14.367 INFO O| Sep 06 23:30:14.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44192024-09-06T23:30:15.176Z[ recovery-image] Sep 06 23:30:14.367 INFO O| Sep 06 23:30:14.367 INFO STEP 134 (remove_files) COMPLETE
44202024-09-06T23:30:15.176Z[ recovery-image] Sep 06 23:30:14.367 INFO O| Sep 06 23:30:14.367 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-09-06T23:30:15.193Z[ recovery-image] Sep 06 23:30:14.386 INFO O| Sep 06 23:30:14.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44222024-09-06T23:30:15.195Z[ recovery-image] Sep 06 23:30:14.387 INFO O| Sep 06 23:30:14.387 INFO STEP 135 (remove_files) COMPLETE
44232024-09-06T23:30:15.196Z[ recovery-image] Sep 06 23:30:14.387 INFO O| Sep 06 23:30:14.387 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-09-06T23:30:15.214Z[ recovery-image] Sep 06 23:30:14.407 INFO O| Sep 06 23:30:14.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44252024-09-06T23:30:15.216Z[ recovery-image] Sep 06 23:30:14.408 INFO O| Sep 06 23:30:14.408 INFO STEP 136 (remove_files) COMPLETE
44262024-09-06T23:30:15.216Z[ recovery-image] Sep 06 23:30:14.408 INFO O| Sep 06 23:30:14.408 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-09-06T23:30:15.236Z[ recovery-image] Sep 06 23:30:14.430 INFO O| Sep 06 23:30:14.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44282024-09-06T23:30:15.239Z[ recovery-image] Sep 06 23:30:14.430 INFO O| Sep 06 23:30:14.430 INFO STEP 137 (remove_files) COMPLETE
44292024-09-06T23:30:15.239Z[ recovery-image] Sep 06 23:30:14.430 INFO O| Sep 06 23:30:14.430 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-09-06T23:30:15.277Z[ recovery-image] Sep 06 23:30:14.469 INFO O| Sep 06 23:30:14.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44312024-09-06T23:30:15.297Z[ recovery-image] Sep 06 23:30:14.490 INFO O| Sep 06 23:30:14.490 INFO STEP 138 (remove_files) COMPLETE
44322024-09-06T23:30:15.297Z[ recovery-image] Sep 06 23:30:14.490 INFO O| Sep 06 23:30:14.490 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-09-06T23:30:15.317Z[ recovery-image] Sep 06 23:30:14.510 INFO O| Sep 06 23:30:14.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44342024-09-06T23:30:15.317Z[ recovery-image] Sep 06 23:30:14.510 INFO O| Sep 06 23:30:14.510 INFO STEP 139 (remove_files) COMPLETE
44352024-09-06T23:30:15.321Z[ recovery-image] Sep 06 23:30:14.510 INFO O| Sep 06 23:30:14.510 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-09-06T23:30:15.361Z[ recovery-image] Sep 06 23:30:14.554 INFO O| Sep 06 23:30:14.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44372024-09-06T23:30:15.361Z[ recovery-image] Sep 06 23:30:14.554 INFO O| Sep 06 23:30:14.554 INFO STEP 140 (remove_files) COMPLETE
44382024-09-06T23:30:15.361Z[ recovery-image] Sep 06 23:30:14.554 INFO O| Sep 06 23:30:14.554 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-09-06T23:30:15.380Z[ recovery-image] Sep 06 23:30:14.574 INFO O| Sep 06 23:30:14.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44402024-09-06T23:30:15.405Z[ recovery-image] Sep 06 23:30:14.598 INFO O| Sep 06 23:30:14.598 INFO STEP 141 (remove_files) COMPLETE
44412024-09-06T23:30:15.406Z[ recovery-image] Sep 06 23:30:14.598 INFO O| Sep 06 23:30:14.598 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-09-06T23:30:15.459Z[ recovery-image] Sep 06 23:30:14.651 INFO O| Sep 06 23:30:14.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44432024-09-06T23:30:15.459Z[ recovery-image] Sep 06 23:30:14.651 INFO O| Sep 06 23:30:14.651 INFO STEP 142 (remove_files) COMPLETE
44442024-09-06T23:30:15.459Z[ recovery-image] Sep 06 23:30:14.651 INFO O| Sep 06 23:30:14.651 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-09-06T23:30:15.478Z[ recovery-image] Sep 06 23:30:14.671 INFO O| Sep 06 23:30:14.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44462024-09-06T23:30:15.478Z[ recovery-image] Sep 06 23:30:14.671 INFO O| Sep 06 23:30:14.671 INFO STEP 143 (remove_files) COMPLETE
44472024-09-06T23:30:15.478Z[ recovery-image] Sep 06 23:30:14.671 INFO O| Sep 06 23:30:14.671 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-09-06T23:30:15.497Z[ recovery-image] Sep 06 23:30:14.690 INFO O| Sep 06 23:30:14.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44492024-09-06T23:30:15.497Z[ recovery-image] Sep 06 23:30:14.690 INFO O| Sep 06 23:30:14.690 INFO STEP 144 (remove_files) COMPLETE
44502024-09-06T23:30:15.499Z[ recovery-image] Sep 06 23:30:14.690 INFO O| Sep 06 23:30:14.690 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-09-06T23:30:15.517Z[ recovery-image] Sep 06 23:30:14.710 INFO O| Sep 06 23:30:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44522024-09-06T23:30:15.517Z[ recovery-image] Sep 06 23:30:14.710 INFO O| Sep 06 23:30:14.710 INFO STEP 145 (remove_files) COMPLETE
44532024-09-06T23:30:15.517Z[ recovery-image] Sep 06 23:30:14.710 INFO O| Sep 06 23:30:14.710 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-09-06T23:30:15.537Z[ recovery-image] Sep 06 23:30:14.730 INFO O| Sep 06 23:30:14.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44552024-09-06T23:30:15.537Z[ recovery-image] Sep 06 23:30:14.730 INFO O| Sep 06 23:30:14.730 INFO STEP 146 (remove_files) COMPLETE
44562024-09-06T23:30:15.541Z[ recovery-image] Sep 06 23:30:14.730 INFO O| Sep 06 23:30:14.730 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-09-06T23:30:15.557Z[ recovery-image] Sep 06 23:30:14.751 INFO O| Sep 06 23:30:14.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44582024-09-06T23:30:15.558Z[ recovery-image] Sep 06 23:30:14.751 INFO O| Sep 06 23:30:14.751 INFO STEP 147 (remove_files) COMPLETE
44592024-09-06T23:30:15.560Z[ recovery-image] Sep 06 23:30:14.751 INFO O| Sep 06 23:30:14.751 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-09-06T23:30:15.577Z[ recovery-image] Sep 06 23:30:14.770 INFO O| Sep 06 23:30:14.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44612024-09-06T23:30:15.577Z[ recovery-image] Sep 06 23:30:14.770 INFO O| Sep 06 23:30:14.770 INFO STEP 148 (remove_files) COMPLETE
44622024-09-06T23:30:15.579Z[ recovery-image] Sep 06 23:30:14.770 INFO O| Sep 06 23:30:14.770 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-09-06T23:30:15.596Z[ recovery-image] Sep 06 23:30:14.789 INFO O| Sep 06 23:30:14.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44642024-09-06T23:30:15.596Z[ recovery-image] Sep 06 23:30:14.789 INFO O| Sep 06 23:30:14.789 INFO STEP 149 (remove_files) COMPLETE
44652024-09-06T23:30:15.599Z[ recovery-image] Sep 06 23:30:14.789 INFO O| Sep 06 23:30:14.789 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-09-06T23:30:15.614Z[ recovery-image] Sep 06 23:30:14.807 INFO O| Sep 06 23:30:14.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44672024-09-06T23:30:15.614Z[ recovery-image] Sep 06 23:30:14.807 INFO O| Sep 06 23:30:14.807 INFO STEP 150 (remove_files) COMPLETE
44682024-09-06T23:30:15.616Z[ recovery-image] Sep 06 23:30:14.807 INFO O| Sep 06 23:30:14.807 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-09-06T23:30:15.636Z[ recovery-image] Sep 06 23:30:14.829 INFO O| Sep 06 23:30:14.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44702024-09-06T23:30:15.636Z[ recovery-image] Sep 06 23:30:14.829 INFO O| Sep 06 23:30:14.829 INFO STEP 151 (remove_files) COMPLETE
44712024-09-06T23:30:15.639Z[ recovery-image] Sep 06 23:30:14.829 INFO O| Sep 06 23:30:14.829 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-09-06T23:30:15.656Z[ recovery-image] Sep 06 23:30:14.850 INFO O| Sep 06 23:30:14.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44732024-09-06T23:30:15.656Z[ recovery-image] Sep 06 23:30:14.850 INFO O| Sep 06 23:30:14.850 INFO STEP 152 (remove_files) COMPLETE
44742024-09-06T23:30:15.659Z[ recovery-image] Sep 06 23:30:14.850 INFO O| Sep 06 23:30:14.850 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-09-06T23:30:15.677Z[ recovery-image] Sep 06 23:30:14.870 INFO O| Sep 06 23:30:14.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44762024-09-06T23:30:15.677Z[ recovery-image] Sep 06 23:30:14.870 INFO O| Sep 06 23:30:14.870 INFO STEP 153 (remove_files) COMPLETE
44772024-09-06T23:30:15.680Z[ recovery-image] Sep 06 23:30:14.870 INFO O| Sep 06 23:30:14.870 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-09-06T23:30:15.697Z[ recovery-image] Sep 06 23:30:14.890 INFO O| Sep 06 23:30:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44792024-09-06T23:30:15.697Z[ recovery-image] Sep 06 23:30:14.890 INFO O| Sep 06 23:30:14.890 INFO STEP 154 (remove_files) COMPLETE
44802024-09-06T23:30:15.697Z[ recovery-image] Sep 06 23:30:14.890 INFO O| Sep 06 23:30:14.890 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-09-06T23:30:15.725Z[ recovery-image] Sep 06 23:30:14.918 INFO O| Sep 06 23:30:14.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44822024-09-06T23:30:15.725Z[ recovery-image] Sep 06 23:30:14.918 INFO O| Sep 06 23:30:14.918 INFO STEP 155 (remove_files) COMPLETE
44832024-09-06T23:30:15.728Z[ recovery-image] Sep 06 23:30:14.918 INFO O| Sep 06 23:30:14.918 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-09-06T23:30:15.744Z[ recovery-image] Sep 06 23:30:14.938 INFO O| Sep 06 23:30:14.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44852024-09-06T23:30:15.744Z[ recovery-image] Sep 06 23:30:14.938 INFO O| Sep 06 23:30:14.938 INFO STEP 156 (remove_files) COMPLETE
44862024-09-06T23:30:15.744Z[ recovery-image] Sep 06 23:30:14.938 INFO O| Sep 06 23:30:14.938 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-09-06T23:30:15.762Z[ recovery-image] Sep 06 23:30:14.955 INFO O| Sep 06 23:30:14.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44882024-09-06T23:30:15.762Z[ recovery-image] Sep 06 23:30:14.955 INFO O| Sep 06 23:30:14.955 INFO STEP 157 (remove_files) COMPLETE
44892024-09-06T23:30:15.765Z[ recovery-image] Sep 06 23:30:14.955 INFO O| Sep 06 23:30:14.955 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-09-06T23:30:15.785Z[ recovery-image] Sep 06 23:30:14.978 INFO O| Sep 06 23:30:14.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44912024-09-06T23:30:15.785Z[ recovery-image] Sep 06 23:30:14.978 INFO O| Sep 06 23:30:14.978 INFO STEP 158 (remove_files) COMPLETE
44922024-09-06T23:30:15.787Z[ recovery-image] Sep 06 23:30:14.978 INFO O| Sep 06 23:30:14.978 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-09-06T23:30:15.808Z[ recovery-image] Sep 06 23:30:15.001 INFO O| Sep 06 23:30:15.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44942024-09-06T23:30:15.808Z[ recovery-image] Sep 06 23:30:15.001 INFO O| Sep 06 23:30:15.001 INFO STEP 159 (remove_files) COMPLETE
44952024-09-06T23:30:15.811Z[ recovery-image] Sep 06 23:30:15.001 INFO O| Sep 06 23:30:15.001 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-09-06T23:30:15.967Z[ recovery-image] Sep 06 23:30:15.160 INFO O| Sep 06 23:30:15.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44972024-09-06T23:30:15.971Z[ recovery-image] Sep 06 23:30:15.160 INFO O| Sep 06 23:30:15.160 INFO STEP 160 (remove_files) COMPLETE
44982024-09-06T23:30:15.971Z[ recovery-image] Sep 06 23:30:15.160 INFO O| Sep 06 23:30:15.160 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-09-06T23:30:15.986Z[ recovery-image] Sep 06 23:30:15.179 INFO O| Sep 06 23:30:15.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45002024-09-06T23:30:15.989Z[ recovery-image] Sep 06 23:30:15.180 INFO O| Sep 06 23:30:15.180 INFO STEP 161 (remove_files) COMPLETE
45012024-09-06T23:30:15.989Z[ recovery-image] Sep 06 23:30:15.180 INFO O| Sep 06 23:30:15.180 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-09-06T23:30:16.004Z[ recovery-image] Sep 06 23:30:15.197 INFO O| Sep 06 23:30:15.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45032024-09-06T23:30:16.006Z[ recovery-image] Sep 06 23:30:15.197 INFO O| Sep 06 23:30:15.197 INFO STEP 162 (remove_files) COMPLETE
45042024-09-06T23:30:16.006Z[ recovery-image] Sep 06 23:30:15.197 INFO O| Sep 06 23:30:15.197 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-09-06T23:30:16.023Z[ recovery-image] Sep 06 23:30:15.216 INFO O| Sep 06 23:30:15.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45062024-09-06T23:30:16.025Z[ recovery-image] Sep 06 23:30:15.216 INFO O| Sep 06 23:30:15.216 INFO STEP 163 (remove_files) COMPLETE
45072024-09-06T23:30:16.025Z[ recovery-image] Sep 06 23:30:15.216 INFO O| Sep 06 23:30:15.216 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-09-06T23:30:16.045Z[ recovery-image] Sep 06 23:30:15.237 INFO O| Sep 06 23:30:15.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45092024-09-06T23:30:16.195Z[ recovery-image] Sep 06 23:30:15.238 INFO O| Sep 06 23:30:15.238 INFO STEP 164 (remove_files) COMPLETE
45102024-09-06T23:30:16.195Z[ recovery-image] Sep 06 23:30:15.238 INFO O| Sep 06 23:30:15.238 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-09-06T23:30:16.197Z[ recovery-image] Sep 06 23:30:15.258 INFO O| Sep 06 23:30:15.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45122024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.258 INFO O| Sep 06 23:30:15.258 INFO STEP 165 (remove_files) COMPLETE
45132024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.258 INFO O| Sep 06 23:30:15.258 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.278 INFO O| Sep 06 23:30:15.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45152024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.279 INFO O| Sep 06 23:30:15.279 INFO STEP 166 (remove_files) COMPLETE
45162024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.279 INFO O| Sep 06 23:30:15.279 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.312 INFO O| Sep 06 23:30:15.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45182024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.312 INFO O| Sep 06 23:30:15.312 INFO STEP 167 (remove_files) COMPLETE
45192024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.312 INFO O| Sep 06 23:30:15.312 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.332 INFO O| Sep 06 23:30:15.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45212024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.332 INFO O| Sep 06 23:30:15.332 INFO STEP 168 (remove_files) COMPLETE
45222024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.332 INFO O| Sep 06 23:30:15.332 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.350 INFO O| Sep 06 23:30:15.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45242024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.351 INFO O| Sep 06 23:30:15.350 INFO STEP 169 (remove_files) COMPLETE
45252024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.351 INFO O| Sep 06 23:30:15.351 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.382 INFO O| Sep 06 23:30:15.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45272024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.382 INFO O| Sep 06 23:30:15.382 INFO STEP 170 (remove_files) COMPLETE
45282024-09-06T23:30:16.198Z[ recovery-image] Sep 06 23:30:15.382 INFO O| Sep 06 23:30:15.382 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-09-06T23:30:16.233Z[ recovery-image] Sep 06 23:30:15.426 INFO O| Sep 06 23:30:15.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45302024-09-06T23:30:16.233Z[ recovery-image] Sep 06 23:30:15.426 INFO O| Sep 06 23:30:15.426 INFO STEP 171 (remove_files) COMPLETE
45312024-09-06T23:30:16.236Z[ recovery-image] Sep 06 23:30:15.426 INFO O| Sep 06 23:30:15.426 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-09-06T23:30:16.252Z[ recovery-image] Sep 06 23:30:15.445 INFO O| Sep 06 23:30:15.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45332024-09-06T23:30:16.272Z[ recovery-image] Sep 06 23:30:15.465 INFO O| Sep 06 23:30:15.465 INFO STEP 172 (remove_files) COMPLETE
45342024-09-06T23:30:16.272Z[ recovery-image] Sep 06 23:30:15.465 INFO O| Sep 06 23:30:15.465 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-09-06T23:30:16.328Z[ recovery-image] Sep 06 23:30:15.520 INFO O| Sep 06 23:30:15.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45362024-09-06T23:30:16.328Z[ recovery-image] Sep 06 23:30:15.520 INFO O| Sep 06 23:30:15.520 INFO STEP 173 (remove_files) COMPLETE
45372024-09-06T23:30:16.332Z[ recovery-image] Sep 06 23:30:15.520 INFO O| Sep 06 23:30:15.520 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-09-06T23:30:16.362Z[ recovery-image] Sep 06 23:30:15.556 INFO O| Sep 06 23:30:15.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45392024-09-06T23:30:16.362Z[ recovery-image] Sep 06 23:30:15.556 INFO O| Sep 06 23:30:15.556 INFO STEP 174 (remove_files) COMPLETE
45402024-09-06T23:30:16.365Z[ recovery-image] Sep 06 23:30:15.556 INFO O| Sep 06 23:30:15.556 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-09-06T23:30:16.379Z[ recovery-image] Sep 06 23:30:15.572 INFO O| Sep 06 23:30:15.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45422024-09-06T23:30:16.379Z[ recovery-image] Sep 06 23:30:15.572 INFO O| Sep 06 23:30:15.572 INFO STEP 175 (remove_files) COMPLETE
45432024-09-06T23:30:16.379Z[ recovery-image] Sep 06 23:30:15.573 INFO O| Sep 06 23:30:15.572 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-09-06T23:30:16.397Z[ recovery-image] Sep 06 23:30:15.590 INFO O| Sep 06 23:30:15.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45452024-09-06T23:30:16.397Z[ recovery-image] Sep 06 23:30:15.590 INFO O| Sep 06 23:30:15.590 INFO STEP 176 (remove_files) COMPLETE
45462024-09-06T23:30:16.397Z[ recovery-image] Sep 06 23:30:15.590 INFO O| Sep 06 23:30:15.590 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-09-06T23:30:16.417Z[ recovery-image] Sep 06 23:30:15.610 INFO O| Sep 06 23:30:15.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45482024-09-06T23:30:16.417Z[ recovery-image] Sep 06 23:30:15.610 INFO O| Sep 06 23:30:15.610 INFO STEP 177 (remove_files) COMPLETE
45492024-09-06T23:30:16.417Z[ recovery-image] Sep 06 23:30:15.610 INFO O| Sep 06 23:30:15.610 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-09-06T23:30:16.448Z[ recovery-image] Sep 06 23:30:15.641 INFO O| Sep 06 23:30:15.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45512024-09-06T23:30:16.448Z[ recovery-image] Sep 06 23:30:15.641 INFO O| Sep 06 23:30:15.641 INFO STEP 178 (remove_files) COMPLETE
45522024-09-06T23:30:16.451Z[ recovery-image] Sep 06 23:30:15.641 INFO O| Sep 06 23:30:15.641 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-09-06T23:30:16.489Z[ recovery-image] Sep 06 23:30:15.682 INFO O| Sep 06 23:30:15.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45542024-09-06T23:30:16.489Z[ recovery-image] Sep 06 23:30:15.682 INFO O| Sep 06 23:30:15.682 INFO STEP 179 (remove_files) COMPLETE
45552024-09-06T23:30:16.493Z[ recovery-image] Sep 06 23:30:15.682 INFO O| Sep 06 23:30:15.682 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-09-06T23:30:16.507Z[ recovery-image] Sep 06 23:30:15.700 INFO O| Sep 06 23:30:15.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45572024-09-06T23:30:16.507Z[ recovery-image] Sep 06 23:30:15.700 INFO O| Sep 06 23:30:15.700 INFO STEP 180 (remove_files) COMPLETE
45582024-09-06T23:30:16.510Z[ recovery-image] Sep 06 23:30:15.700 INFO O| Sep 06 23:30:15.700 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-09-06T23:30:16.528Z[ recovery-image] Sep 06 23:30:15.721 INFO O| Sep 06 23:30:15.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45602024-09-06T23:30:16.528Z[ recovery-image] Sep 06 23:30:15.721 INFO O| Sep 06 23:30:15.721 INFO STEP 181 (remove_files) COMPLETE
45612024-09-06T23:30:16.528Z[ recovery-image] Sep 06 23:30:15.721 INFO O| Sep 06 23:30:15.721 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-09-06T23:30:16.549Z[ recovery-image] Sep 06 23:30:15.742 INFO O| Sep 06 23:30:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45632024-09-06T23:30:16.549Z[ recovery-image] Sep 06 23:30:15.742 INFO O| Sep 06 23:30:15.742 INFO STEP 182 (remove_files) COMPLETE
45642024-09-06T23:30:16.551Z[ recovery-image] Sep 06 23:30:15.742 INFO O| Sep 06 23:30:15.742 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-09-06T23:30:16.569Z[ recovery-image] Sep 06 23:30:15.762 INFO O| Sep 06 23:30:15.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45662024-09-06T23:30:16.569Z[ recovery-image] Sep 06 23:30:15.762 INFO O| Sep 06 23:30:15.762 INFO STEP 183 (remove_files) COMPLETE
45672024-09-06T23:30:16.571Z[ recovery-image] Sep 06 23:30:15.762 INFO O| Sep 06 23:30:15.762 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-09-06T23:30:16.585Z[ host-image] Sep 06 23:30:15.777 INFO O| Sep 06 23:30:15.777 INFO O| Done
45692024-09-06T23:30:16.588Z[ recovery-image] Sep 06 23:30:15.781 INFO O| Sep 06 23:30:15.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45702024-09-06T23:30:16.588Z[ recovery-image] Sep 06 23:30:15.781 INFO O| Sep 06 23:30:15.781 INFO STEP 184 (remove_files) COMPLETE
45712024-09-06T23:30:16.588Z[ recovery-image] Sep 06 23:30:15.781 INFO O| Sep 06 23:30:15.781 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-09-06T23:30:16.608Z[ recovery-image] Sep 06 23:30:15.801 INFO O| Sep 06 23:30:15.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45732024-09-06T23:30:16.611Z[ recovery-image] Sep 06 23:30:15.802 INFO O| Sep 06 23:30:15.801 INFO STEP 185 (remove_files) COMPLETE
45742024-09-06T23:30:16.611Z[ recovery-image] Sep 06 23:30:15.802 INFO O| Sep 06 23:30:15.802 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-09-06T23:30:16.627Z[ recovery-image] Sep 06 23:30:15.821 INFO O| Sep 06 23:30:15.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45762024-09-06T23:30:16.630Z[ recovery-image] Sep 06 23:30:15.821 INFO O| Sep 06 23:30:15.821 INFO STEP 186 (remove_files) COMPLETE
45772024-09-06T23:30:16.630Z[ recovery-image] Sep 06 23:30:15.821 INFO O| Sep 06 23:30:15.821 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-09-06T23:30:16.646Z[ recovery-image] Sep 06 23:30:15.839 INFO O| Sep 06 23:30:15.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45792024-09-06T23:30:16.649Z[ recovery-image] Sep 06 23:30:15.839 INFO O| Sep 06 23:30:15.839 INFO STEP 187 (remove_files) COMPLETE
45802024-09-06T23:30:16.649Z[ recovery-image] Sep 06 23:30:15.839 INFO O| Sep 06 23:30:15.839 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-09-06T23:30:16.651Z[ host-image] Sep 06 23:30:15.844 INFO O| Sep 06 23:30:15.844 INFO O| Done
45822024-09-06T23:30:16.651Z[ host-image] Sep 06 23:30:15.844 INFO O| Sep 06 23:30:15.844 INFO O| Done
45832024-09-06T23:30:16.672Z[ recovery-image] Sep 06 23:30:15.862 INFO O| Sep 06 23:30:15.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45842024-09-06T23:30:16.672Z[ recovery-image] Sep 06 23:30:15.862 INFO O| Sep 06 23:30:15.862 INFO STEP 188 (remove_files) COMPLETE
45852024-09-06T23:30:16.672Z[ recovery-image] Sep 06 23:30:15.862 INFO O| Sep 06 23:30:15.862 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-09-06T23:30:16.714Z[ host-image] Sep 06 23:30:15.906 INFO O| Sep 06 23:30:15.906 INFO O| Done
45872024-09-06T23:30:16.746Z[ recovery-image] Sep 06 23:30:15.939 INFO O| Sep 06 23:30:15.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45882024-09-06T23:30:16.748Z[ recovery-image] Sep 06 23:30:15.939 INFO O| Sep 06 23:30:15.939 INFO STEP 189 (remove_files) COMPLETE
45892024-09-06T23:30:16.748Z[ recovery-image] Sep 06 23:30:15.939 INFO O| Sep 06 23:30:15.939 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-09-06T23:30:16.766Z[ recovery-image] Sep 06 23:30:15.959 INFO O| Sep 06 23:30:15.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45912024-09-06T23:30:16.772Z[ recovery-image] Sep 06 23:30:15.959 INFO O| Sep 06 23:30:15.959 INFO STEP 190 (remove_files) COMPLETE
45922024-09-06T23:30:16.772Z[ recovery-image] Sep 06 23:30:15.959 INFO O| Sep 06 23:30:15.959 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-09-06T23:30:16.786Z[ recovery-image] Sep 06 23:30:15.979 INFO O| Sep 06 23:30:15.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45942024-09-06T23:30:16.789Z[ recovery-image] Sep 06 23:30:15.979 INFO O| Sep 06 23:30:15.979 INFO STEP 191 (remove_files) COMPLETE
45952024-09-06T23:30:16.789Z[ recovery-image] Sep 06 23:30:15.980 INFO O| Sep 06 23:30:15.979 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-09-06T23:30:16.806Z[ recovery-image] Sep 06 23:30:15.999 INFO O| Sep 06 23:30:15.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45972024-09-06T23:30:16.809Z[ recovery-image] Sep 06 23:30:15.999 INFO O| Sep 06 23:30:15.999 INFO STEP 192 (remove_files) COMPLETE
45982024-09-06T23:30:16.809Z[ recovery-image] Sep 06 23:30:15.999 INFO O| Sep 06 23:30:15.999 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-09-06T23:30:16.824Z[ recovery-image] Sep 06 23:30:16.017 INFO O| Sep 06 23:30:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46002024-09-06T23:30:16.826Z[ recovery-image] Sep 06 23:30:16.017 INFO O| Sep 06 23:30:16.017 INFO STEP 193 (remove_files) COMPLETE
46012024-09-06T23:30:16.826Z[ recovery-image] Sep 06 23:30:16.017 INFO O| Sep 06 23:30:16.017 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-09-06T23:30:16.842Z[ recovery-image] Sep 06 23:30:16.035 INFO O| Sep 06 23:30:16.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46032024-09-06T23:30:16.844Z[ recovery-image] Sep 06 23:30:16.036 INFO O| Sep 06 23:30:16.036 INFO STEP 194 (remove_files) COMPLETE
46042024-09-06T23:30:16.844Z[ recovery-image] Sep 06 23:30:16.036 INFO O| Sep 06 23:30:16.036 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-09-06T23:30:16.859Z[ recovery-image] Sep 06 23:30:16.052 INFO O| Sep 06 23:30:16.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46062024-09-06T23:30:16.861Z[ recovery-image] Sep 06 23:30:16.053 INFO O| Sep 06 23:30:16.052 INFO STEP 195 (remove_files) COMPLETE
46072024-09-06T23:30:16.861Z[ recovery-image] Sep 06 23:30:16.053 INFO O| Sep 06 23:30:16.053 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-09-06T23:30:16.891Z[ recovery-image] Sep 06 23:30:16.083 INFO O| Sep 06 23:30:16.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46092024-09-06T23:30:16.891Z[ recovery-image] Sep 06 23:30:16.083 INFO O| Sep 06 23:30:16.083 INFO STEP 196 (remove_files) COMPLETE
46102024-09-06T23:30:16.894Z[ recovery-image] Sep 06 23:30:16.083 INFO O| Sep 06 23:30:16.083 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-09-06T23:30:16.897Z[ host-image] Sep 06 23:30:16.090 INFO O| Sep 06 23:30:16.090 INFO STEP 13 (pkg_install) COMPLETE
46122024-09-06T23:30:16.897Z[ host-image] Sep 06 23:30:16.091 INFO O| Sep 06 23:30:16.090 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
46132024-09-06T23:30:16.914Z[ host-image] Sep 06 23:30:16.107 INFO O| Sep 06 23:30:16.107 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
46142024-09-06T23:30:16.923Z[ recovery-image] Sep 06 23:30:16.116 INFO O| Sep 06 23:30:16.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46152024-09-06T23:30:16.923Z[ recovery-image] Sep 06 23:30:16.116 INFO O| Sep 06 23:30:16.116 INFO STEP 197 (remove_files) COMPLETE
46162024-09-06T23:30:16.923Z[ recovery-image] Sep 06 23:30:16.116 INFO O| Sep 06 23:30:16.116 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-09-06T23:30:16.940Z[ recovery-image] Sep 06 23:30:16.133 INFO O| Sep 06 23:30:16.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46182024-09-06T23:30:16.940Z[ recovery-image] Sep 06 23:30:16.133 INFO O| Sep 06 23:30:16.133 INFO STEP 198 (remove_files) COMPLETE
46192024-09-06T23:30:16.940Z[ recovery-image] Sep 06 23:30:16.133 INFO O| Sep 06 23:30:16.133 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-09-06T23:30:16.967Z[ recovery-image] Sep 06 23:30:16.160 INFO O| Sep 06 23:30:16.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46212024-09-06T23:30:16.967Z[ recovery-image] Sep 06 23:30:16.160 INFO O| Sep 06 23:30:16.160 INFO STEP 199 (remove_files) COMPLETE
46222024-09-06T23:30:16.969Z[ recovery-image] Sep 06 23:30:16.160 INFO O| Sep 06 23:30:16.160 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-09-06T23:30:16.984Z[ recovery-image] Sep 06 23:30:16.178 INFO O| Sep 06 23:30:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46242024-09-06T23:30:16.984Z[ recovery-image] Sep 06 23:30:16.178 INFO O| Sep 06 23:30:16.178 INFO STEP 200 (remove_files) COMPLETE
46252024-09-06T23:30:16.984Z[ recovery-image] Sep 06 23:30:16.178 INFO O| Sep 06 23:30:16.178 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-09-06T23:30:17.001Z[ recovery-image] Sep 06 23:30:16.195 INFO O| Sep 06 23:30:16.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46272024-09-06T23:30:17.001Z[ recovery-image] Sep 06 23:30:16.195 INFO O| Sep 06 23:30:16.195 INFO STEP 201 (remove_files) COMPLETE
46282024-09-06T23:30:17.002Z[ recovery-image] Sep 06 23:30:16.195 INFO O| Sep 06 23:30:16.195 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-09-06T23:30:17.018Z[ recovery-image] Sep 06 23:30:16.211 INFO O| Sep 06 23:30:16.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46302024-09-06T23:30:17.018Z[ recovery-image] Sep 06 23:30:16.211 INFO O| Sep 06 23:30:16.211 INFO STEP 202 (remove_files) COMPLETE
46312024-09-06T23:30:17.021Z[ recovery-image] Sep 06 23:30:16.211 INFO O| Sep 06 23:30:16.211 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-09-06T23:30:17.034Z[ recovery-image] Sep 06 23:30:16.228 INFO O| Sep 06 23:30:16.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46332024-09-06T23:30:17.034Z[ recovery-image] Sep 06 23:30:16.228 INFO O| Sep 06 23:30:16.228 INFO STEP 203 (remove_files) COMPLETE
46342024-09-06T23:30:17.034Z[ recovery-image] Sep 06 23:30:16.228 INFO O| Sep 06 23:30:16.228 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-09-06T23:30:17.053Z[ recovery-image] Sep 06 23:30:16.246 INFO O| Sep 06 23:30:16.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46362024-09-06T23:30:17.053Z[ recovery-image] Sep 06 23:30:16.246 INFO O| Sep 06 23:30:16.246 INFO STEP 204 (remove_files) COMPLETE
46372024-09-06T23:30:17.053Z[ recovery-image] Sep 06 23:30:16.246 INFO O| Sep 06 23:30:16.246 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-09-06T23:30:17.072Z[ recovery-image] Sep 06 23:30:16.265 INFO O| Sep 06 23:30:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46392024-09-06T23:30:17.072Z[ recovery-image] Sep 06 23:30:16.266 INFO O| Sep 06 23:30:16.266 INFO STEP 205 (remove_files) COMPLETE
46402024-09-06T23:30:17.072Z[ recovery-image] Sep 06 23:30:16.266 INFO O| Sep 06 23:30:16.266 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-09-06T23:30:17.110Z[ recovery-image] Sep 06 23:30:16.303 INFO O| Sep 06 23:30:16.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46422024-09-06T23:30:17.110Z[ recovery-image] Sep 06 23:30:16.303 INFO O| Sep 06 23:30:16.303 INFO STEP 206 (remove_files) COMPLETE
46432024-09-06T23:30:17.112Z[ recovery-image] Sep 06 23:30:16.303 INFO O| Sep 06 23:30:16.303 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-09-06T23:30:17.131Z[ recovery-image] Sep 06 23:30:16.324 INFO O| Sep 06 23:30:16.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46452024-09-06T23:30:17.131Z[ recovery-image] Sep 06 23:30:16.324 INFO O| Sep 06 23:30:16.324 INFO STEP 207 (remove_files) COMPLETE
46462024-09-06T23:30:17.133Z[ recovery-image] Sep 06 23:30:16.324 INFO O| Sep 06 23:30:16.324 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-09-06T23:30:17.152Z[ recovery-image] Sep 06 23:30:16.345 INFO O| Sep 06 23:30:16.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46482024-09-06T23:30:17.152Z[ recovery-image] Sep 06 23:30:16.346 INFO O| Sep 06 23:30:16.345 INFO STEP 208 (remove_files) COMPLETE
46492024-09-06T23:30:17.152Z[ recovery-image] Sep 06 23:30:16.346 INFO O| Sep 06 23:30:16.346 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-09-06T23:30:17.190Z[ recovery-image] Sep 06 23:30:16.383 INFO O| Sep 06 23:30:16.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46512024-09-06T23:30:17.190Z[ recovery-image] Sep 06 23:30:16.383 INFO O| Sep 06 23:30:16.383 INFO STEP 209 (remove_files) COMPLETE
46522024-09-06T23:30:17.193Z[ recovery-image] Sep 06 23:30:16.383 INFO O| Sep 06 23:30:16.383 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-06T23:30:17.213Z[ recovery-image] Sep 06 23:30:16.405 INFO O| Sep 06 23:30:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46542024-09-06T23:30:17.213Z[ recovery-image] Sep 06 23:30:16.405 INFO O| Sep 06 23:30:16.405 INFO STEP 210 (remove_files) COMPLETE
46552024-09-06T23:30:17.216Z[ recovery-image] Sep 06 23:30:16.405 INFO O| Sep 06 23:30:16.405 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-06T23:30:17.232Z[ recovery-image] Sep 06 23:30:16.425 INFO O| Sep 06 23:30:16.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46572024-09-06T23:30:17.232Z[ recovery-image] Sep 06 23:30:16.425 INFO O| Sep 06 23:30:16.425 INFO STEP 211 (remove_files) COMPLETE
46582024-09-06T23:30:17.232Z[ recovery-image] Sep 06 23:30:16.425 INFO O| Sep 06 23:30:16.425 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-09-06T23:30:17.252Z[ recovery-image] Sep 06 23:30:16.446 INFO O| Sep 06 23:30:16.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46602024-09-06T23:30:17.253Z[ recovery-image] Sep 06 23:30:16.446 INFO O| Sep 06 23:30:16.446 INFO STEP 212 (remove_files) COMPLETE
46612024-09-06T23:30:17.253Z[ recovery-image] Sep 06 23:30:16.446 INFO O| Sep 06 23:30:16.446 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-09-06T23:30:17.282Z[ recovery-image] Sep 06 23:30:16.475 INFO O| Sep 06 23:30:16.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46632024-09-06T23:30:17.282Z[ recovery-image] Sep 06 23:30:16.475 INFO O| Sep 06 23:30:16.475 INFO STEP 213 (remove_files) COMPLETE
46642024-09-06T23:30:17.282Z[ recovery-image] Sep 06 23:30:16.475 INFO O| Sep 06 23:30:16.475 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-09-06T23:30:17.304Z[ recovery-image] Sep 06 23:30:16.497 INFO O| Sep 06 23:30:16.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46662024-09-06T23:30:17.304Z[ recovery-image] Sep 06 23:30:16.497 INFO O| Sep 06 23:30:16.497 INFO STEP 214 (remove_files) COMPLETE
46672024-09-06T23:30:17.307Z[ recovery-image] Sep 06 23:30:16.497 INFO O| Sep 06 23:30:16.497 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-09-06T23:30:17.324Z[ recovery-image] Sep 06 23:30:16.517 INFO O| Sep 06 23:30:16.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46692024-09-06T23:30:17.324Z[ recovery-image] Sep 06 23:30:16.518 INFO O| Sep 06 23:30:16.517 INFO STEP 215 (remove_files) COMPLETE
46702024-09-06T23:30:17.324Z[ recovery-image] Sep 06 23:30:16.518 INFO O| Sep 06 23:30:16.518 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-09-06T23:30:17.344Z[ recovery-image] Sep 06 23:30:16.537 INFO O| Sep 06 23:30:16.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46722024-09-06T23:30:17.344Z[ recovery-image] Sep 06 23:30:16.537 INFO O| Sep 06 23:30:16.537 INFO STEP 216 (remove_files) COMPLETE
46732024-09-06T23:30:17.344Z[ recovery-image] Sep 06 23:30:16.537 INFO O| Sep 06 23:30:16.537 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-09-06T23:30:17.364Z[ recovery-image] Sep 06 23:30:16.557 INFO O| Sep 06 23:30:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46752024-09-06T23:30:17.364Z[ recovery-image] Sep 06 23:30:16.557 INFO O| Sep 06 23:30:16.557 INFO STEP 217 (remove_files) COMPLETE
46762024-09-06T23:30:17.364Z[ recovery-image] Sep 06 23:30:16.557 INFO O| Sep 06 23:30:16.557 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-09-06T23:30:17.387Z[ recovery-image] Sep 06 23:30:16.580 INFO O| Sep 06 23:30:16.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46782024-09-06T23:30:17.387Z[ recovery-image] Sep 06 23:30:16.580 INFO O| Sep 06 23:30:16.580 INFO STEP 218 (remove_files) COMPLETE
46792024-09-06T23:30:17.387Z[ recovery-image] Sep 06 23:30:16.580 INFO O| Sep 06 23:30:16.580 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-09-06T23:30:17.408Z[ recovery-image] Sep 06 23:30:16.602 INFO O| Sep 06 23:30:16.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46812024-09-06T23:30:17.409Z[ recovery-image] Sep 06 23:30:16.602 INFO O| Sep 06 23:30:16.602 INFO STEP 219 (remove_files) COMPLETE
46822024-09-06T23:30:17.409Z[ recovery-image] Sep 06 23:30:16.602 INFO O| Sep 06 23:30:16.602 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-09-06T23:30:17.440Z[ recovery-image] Sep 06 23:30:16.633 INFO O| Sep 06 23:30:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46842024-09-06T23:30:17.440Z[ recovery-image] Sep 06 23:30:16.633 INFO O| Sep 06 23:30:16.633 INFO STEP 220 (remove_files) COMPLETE
46852024-09-06T23:30:17.440Z[ recovery-image] Sep 06 23:30:16.633 INFO O| Sep 06 23:30:16.633 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-09-06T23:30:17.492Z[ recovery-image] Sep 06 23:30:16.684 INFO O| Sep 06 23:30:16.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46872024-09-06T23:30:17.492Z[ recovery-image] Sep 06 23:30:16.684 INFO O| Sep 06 23:30:16.684 INFO STEP 221 (remove_files) COMPLETE
46882024-09-06T23:30:17.492Z[ recovery-image] Sep 06 23:30:16.685 INFO O| Sep 06 23:30:16.684 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-09-06T23:30:17.513Z[ recovery-image] Sep 06 23:30:16.706 INFO O| Sep 06 23:30:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46902024-09-06T23:30:17.513Z[ recovery-image] Sep 06 23:30:16.706 INFO O| Sep 06 23:30:16.706 INFO STEP 222 (remove_files) COMPLETE
46912024-09-06T23:30:17.513Z[ recovery-image] Sep 06 23:30:16.706 INFO O| Sep 06 23:30:16.706 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-09-06T23:30:17.553Z[ recovery-image] Sep 06 23:30:16.746 INFO O| Sep 06 23:30:16.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46932024-09-06T23:30:17.553Z[ recovery-image] Sep 06 23:30:16.746 INFO O| Sep 06 23:30:16.746 INFO STEP 223 (remove_files) COMPLETE
46942024-09-06T23:30:17.553Z[ recovery-image] Sep 06 23:30:16.746 INFO O| Sep 06 23:30:16.746 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-09-06T23:30:17.578Z[ recovery-image] Sep 06 23:30:16.771 INFO O| Sep 06 23:30:16.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46962024-09-06T23:30:17.578Z[ recovery-image] Sep 06 23:30:16.771 INFO O| Sep 06 23:30:16.771 INFO STEP 224 (remove_files) COMPLETE
46972024-09-06T23:30:17.578Z[ recovery-image] Sep 06 23:30:16.771 INFO O| Sep 06 23:30:16.771 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-09-06T23:30:17.599Z[ recovery-image] Sep 06 23:30:16.792 INFO O| Sep 06 23:30:16.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46992024-09-06T23:30:17.599Z[ recovery-image] Sep 06 23:30:16.793 INFO O| Sep 06 23:30:16.793 INFO STEP 225 (remove_files) COMPLETE
47002024-09-06T23:30:17.599Z[ recovery-image] Sep 06 23:30:16.793 INFO O| Sep 06 23:30:16.793 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-09-06T23:30:17.635Z[ recovery-image] Sep 06 23:30:16.826 INFO O| Sep 06 23:30:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47022024-09-06T23:30:17.635Z[ recovery-image] Sep 06 23:30:16.827 INFO O| Sep 06 23:30:16.827 INFO STEP 226 (remove_files) COMPLETE
47032024-09-06T23:30:17.635Z[ recovery-image] Sep 06 23:30:16.827 INFO O| Sep 06 23:30:16.827 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-09-06T23:30:17.654Z[ recovery-image] Sep 06 23:30:16.847 INFO O| Sep 06 23:30:16.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47052024-09-06T23:30:17.654Z[ recovery-image] Sep 06 23:30:16.847 INFO O| Sep 06 23:30:16.847 INFO STEP 227 (remove_files) COMPLETE
47062024-09-06T23:30:17.654Z[ recovery-image] Sep 06 23:30:16.847 INFO O| Sep 06 23:30:16.847 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-09-06T23:30:17.673Z[ recovery-image] Sep 06 23:30:16.867 INFO O| Sep 06 23:30:16.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47082024-09-06T23:30:17.673Z[ recovery-image] Sep 06 23:30:16.867 INFO O| Sep 06 23:30:16.867 INFO STEP 228 (remove_files) COMPLETE
47092024-09-06T23:30:17.676Z[ recovery-image] Sep 06 23:30:16.867 INFO O| Sep 06 23:30:16.867 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-09-06T23:30:17.698Z[ recovery-image] Sep 06 23:30:16.891 INFO O| Sep 06 23:30:16.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47112024-09-06T23:30:17.698Z[ recovery-image] Sep 06 23:30:16.891 INFO O| Sep 06 23:30:16.891 INFO STEP 229 (remove_files) COMPLETE
47122024-09-06T23:30:17.701Z[ recovery-image] Sep 06 23:30:16.891 INFO O| Sep 06 23:30:16.891 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-09-06T23:30:17.735Z[ recovery-image] Sep 06 23:30:16.928 INFO O| Sep 06 23:30:16.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47142024-09-06T23:30:17.735Z[ recovery-image] Sep 06 23:30:16.928 INFO O| Sep 06 23:30:16.928 INFO STEP 230 (remove_files) COMPLETE
47152024-09-06T23:30:17.735Z[ recovery-image] Sep 06 23:30:16.928 INFO O| Sep 06 23:30:16.928 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-09-06T23:30:17.753Z[ recovery-image] Sep 06 23:30:16.946 INFO O| Sep 06 23:30:16.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47172024-09-06T23:30:17.753Z[ recovery-image] Sep 06 23:30:16.947 INFO O| Sep 06 23:30:16.947 INFO STEP 231 (remove_files) COMPLETE
47182024-09-06T23:30:17.756Z[ recovery-image] Sep 06 23:30:16.947 INFO O| Sep 06 23:30:16.947 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-09-06T23:30:17.771Z[ recovery-image] Sep 06 23:30:16.964 INFO O| Sep 06 23:30:16.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47202024-09-06T23:30:17.771Z[ recovery-image] Sep 06 23:30:16.964 INFO O| Sep 06 23:30:16.964 INFO STEP 232 (remove_files) COMPLETE
47212024-09-06T23:30:17.771Z[ recovery-image] Sep 06 23:30:16.964 INFO O| Sep 06 23:30:16.964 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-09-06T23:30:17.790Z[ recovery-image] Sep 06 23:30:16.983 INFO O| Sep 06 23:30:16.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47232024-09-06T23:30:17.790Z[ recovery-image] Sep 06 23:30:16.983 INFO O| Sep 06 23:30:16.983 INFO STEP 233 (remove_files) COMPLETE
47242024-09-06T23:30:17.790Z[ recovery-image] Sep 06 23:30:16.983 INFO O| Sep 06 23:30:16.983 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-09-06T23:30:17.793Z[ host-image] Sep 06 23:30:16.984 INFO O| Sep 06 23:30:16.984 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
47262024-09-06T23:30:17.818Z[ recovery-image] Sep 06 23:30:17.011 INFO O| Sep 06 23:30:17.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47272024-09-06T23:30:17.818Z[ recovery-image] Sep 06 23:30:17.011 INFO O| Sep 06 23:30:17.011 INFO STEP 234 (remove_files) COMPLETE
47282024-09-06T23:30:17.818Z[ recovery-image] Sep 06 23:30:17.011 INFO O| Sep 06 23:30:17.011 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-06T23:30:17.876Z[ recovery-image] Sep 06 23:30:17.069 INFO O| Sep 06 23:30:17.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47302024-09-06T23:30:17.876Z[ recovery-image] Sep 06 23:30:17.069 INFO O| Sep 06 23:30:17.069 INFO STEP 235 (remove_files) COMPLETE
47312024-09-06T23:30:17.876Z[ recovery-image] Sep 06 23:30:17.069 INFO O| Sep 06 23:30:17.069 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-06T23:30:17.929Z[ recovery-image] Sep 06 23:30:17.122 INFO O| Sep 06 23:30:17.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47332024-09-06T23:30:17.929Z[ recovery-image] Sep 06 23:30:17.122 INFO O| Sep 06 23:30:17.122 INFO STEP 236 (remove_files) COMPLETE
47342024-09-06T23:30:17.929Z[ recovery-image] Sep 06 23:30:17.122 INFO O| Sep 06 23:30:17.122 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-06T23:30:17.946Z[ recovery-image] Sep 06 23:30:17.139 INFO O| Sep 06 23:30:17.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47362024-09-06T23:30:17.946Z[ recovery-image] Sep 06 23:30:17.139 INFO O| Sep 06 23:30:17.139 INFO STEP 237 (remove_files) COMPLETE
47372024-09-06T23:30:17.946Z[ recovery-image] Sep 06 23:30:17.139 INFO O| Sep 06 23:30:17.139 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-06T23:30:17.998Z[ recovery-image] Sep 06 23:30:17.191 INFO O| Sep 06 23:30:17.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47392024-09-06T23:30:17.998Z[ recovery-image] Sep 06 23:30:17.191 INFO O| Sep 06 23:30:17.191 INFO STEP 238 (remove_files) COMPLETE
47402024-09-06T23:30:17.998Z[ recovery-image] Sep 06 23:30:17.191 INFO O| Sep 06 23:30:17.191 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-06T23:30:18.017Z[ recovery-image] Sep 06 23:30:17.210 INFO O| Sep 06 23:30:17.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47422024-09-06T23:30:18.017Z[ recovery-image] Sep 06 23:30:17.210 INFO O| Sep 06 23:30:17.210 INFO STEP 239 (remove_files) COMPLETE
47432024-09-06T23:30:18.019Z[ recovery-image] Sep 06 23:30:17.210 INFO O| Sep 06 23:30:17.210 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-06T23:30:18.034Z[ recovery-image] Sep 06 23:30:17.227 INFO O| Sep 06 23:30:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47452024-09-06T23:30:18.034Z[ recovery-image] Sep 06 23:30:17.227 INFO O| Sep 06 23:30:17.227 INFO STEP 240 (remove_files) COMPLETE
47462024-09-06T23:30:18.034Z[ recovery-image] Sep 06 23:30:17.227 INFO O| Sep 06 23:30:17.227 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-06T23:30:18.051Z[ recovery-image] Sep 06 23:30:17.244 INFO O| Sep 06 23:30:17.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47482024-09-06T23:30:18.051Z[ recovery-image] Sep 06 23:30:17.245 INFO O| Sep 06 23:30:17.245 INFO STEP 241 (remove_files) COMPLETE
47492024-09-06T23:30:18.051Z[ recovery-image] Sep 06 23:30:17.245 INFO O| Sep 06 23:30:17.245 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-06T23:30:18.071Z[ recovery-image] Sep 06 23:30:17.264 INFO O| Sep 06 23:30:17.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47512024-09-06T23:30:18.071Z[ recovery-image] Sep 06 23:30:17.264 INFO O| Sep 06 23:30:17.264 INFO STEP 242 (remove_files) COMPLETE
47522024-09-06T23:30:18.071Z[ recovery-image] Sep 06 23:30:17.264 INFO O| Sep 06 23:30:17.264 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-06T23:30:18.092Z[ recovery-image] Sep 06 23:30:17.285 INFO O| Sep 06 23:30:17.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47542024-09-06T23:30:18.092Z[ recovery-image] Sep 06 23:30:17.285 INFO O| Sep 06 23:30:17.285 INFO STEP 243 (remove_files) COMPLETE
47552024-09-06T23:30:18.092Z[ recovery-image] Sep 06 23:30:17.286 INFO O| Sep 06 23:30:17.285 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-06T23:30:18.115Z[ recovery-image] Sep 06 23:30:17.309 INFO O| Sep 06 23:30:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47572024-09-06T23:30:18.118Z[ recovery-image] Sep 06 23:30:17.309 INFO O| Sep 06 23:30:17.309 INFO STEP 244 (remove_files) COMPLETE
47582024-09-06T23:30:18.118Z[ recovery-image] Sep 06 23:30:17.309 INFO O| Sep 06 23:30:17.309 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-06T23:30:18.172Z[ recovery-image] Sep 06 23:30:17.365 INFO O| Sep 06 23:30:17.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47602024-09-06T23:30:18.172Z[ recovery-image] Sep 06 23:30:17.365 INFO O| Sep 06 23:30:17.365 INFO STEP 245 (remove_files) COMPLETE
47612024-09-06T23:30:18.174Z[ recovery-image] Sep 06 23:30:17.365 INFO O| Sep 06 23:30:17.365 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-09-06T23:30:18.194Z[ recovery-image] Sep 06 23:30:17.388 INFO O| Sep 06 23:30:17.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47632024-09-06T23:30:18.196Z[ recovery-image] Sep 06 23:30:17.388 INFO O| Sep 06 23:30:17.388 INFO STEP 246 (remove_files) COMPLETE
47642024-09-06T23:30:18.197Z[ recovery-image] Sep 06 23:30:17.388 INFO O| Sep 06 23:30:17.388 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-09-06T23:30:18.215Z[ recovery-image] Sep 06 23:30:17.408 INFO O| Sep 06 23:30:17.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47662024-09-06T23:30:18.215Z[ recovery-image] Sep 06 23:30:17.408 INFO O| Sep 06 23:30:17.408 INFO STEP 247 (remove_files) COMPLETE
47672024-09-06T23:30:18.217Z[ recovery-image] Sep 06 23:30:17.408 INFO O| Sep 06 23:30:17.408 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-09-06T23:30:18.234Z[ recovery-image] Sep 06 23:30:17.428 INFO O| Sep 06 23:30:17.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47692024-09-06T23:30:18.234Z[ recovery-image] Sep 06 23:30:17.428 INFO O| Sep 06 23:30:17.428 INFO STEP 248 (remove_files) COMPLETE
47702024-09-06T23:30:18.235Z[ recovery-image] Sep 06 23:30:17.428 INFO O| Sep 06 23:30:17.428 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-09-06T23:30:18.262Z[ recovery-image] Sep 06 23:30:17.455 INFO O| Sep 06 23:30:17.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47722024-09-06T23:30:18.265Z[ recovery-image] Sep 06 23:30:17.455 INFO O| Sep 06 23:30:17.455 INFO STEP 249 (remove_files) COMPLETE
47732024-09-06T23:30:18.265Z[ recovery-image] Sep 06 23:30:17.455 INFO O| Sep 06 23:30:17.455 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-09-06T23:30:18.294Z[ recovery-image] Sep 06 23:30:17.488 INFO O| Sep 06 23:30:17.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47752024-09-06T23:30:18.295Z[ recovery-image] Sep 06 23:30:17.488 INFO O| Sep 06 23:30:17.488 INFO STEP 250 (remove_files) COMPLETE
47762024-09-06T23:30:18.297Z[ recovery-image] Sep 06 23:30:17.488 INFO O| Sep 06 23:30:17.488 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-06T23:30:18.330Z[ recovery-image] Sep 06 23:30:17.522 INFO O| Sep 06 23:30:17.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47782024-09-06T23:30:18.330Z[ recovery-image] Sep 06 23:30:17.522 INFO O| Sep 06 23:30:17.522 INFO STEP 251 (remove_files) COMPLETE
47792024-09-06T23:30:18.330Z[ recovery-image] Sep 06 23:30:17.522 INFO O| Sep 06 23:30:17.522 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-06T23:30:18.349Z[ recovery-image] Sep 06 23:30:17.542 INFO O| Sep 06 23:30:17.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47812024-09-06T23:30:18.349Z[ recovery-image] Sep 06 23:30:17.542 INFO O| Sep 06 23:30:17.542 INFO STEP 252 (remove_files) COMPLETE
47822024-09-06T23:30:18.349Z[ recovery-image] Sep 06 23:30:17.542 INFO O| Sep 06 23:30:17.542 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-06T23:30:18.370Z[ recovery-image] Sep 06 23:30:17.563 INFO O| Sep 06 23:30:17.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47842024-09-06T23:30:18.370Z[ recovery-image] Sep 06 23:30:17.563 INFO O| Sep 06 23:30:17.563 INFO STEP 253 (remove_files) COMPLETE
47852024-09-06T23:30:18.370Z[ recovery-image] Sep 06 23:30:17.563 INFO O| Sep 06 23:30:17.563 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-06T23:30:18.393Z[ recovery-image] Sep 06 23:30:17.586 INFO O| Sep 06 23:30:17.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47872024-09-06T23:30:18.393Z[ recovery-image] Sep 06 23:30:17.586 INFO O| Sep 06 23:30:17.586 INFO STEP 254 (remove_files) COMPLETE
47882024-09-06T23:30:18.393Z[ recovery-image] Sep 06 23:30:17.586 INFO O| Sep 06 23:30:17.586 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-09-06T23:30:18.414Z[ recovery-image] Sep 06 23:30:17.608 INFO O| Sep 06 23:30:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47902024-09-06T23:30:18.415Z[ recovery-image] Sep 06 23:30:17.608 INFO O| Sep 06 23:30:17.608 INFO STEP 255 (remove_files) COMPLETE
47912024-09-06T23:30:18.415Z[ recovery-image] Sep 06 23:30:17.608 INFO O| Sep 06 23:30:17.608 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-09-06T23:30:18.438Z[ recovery-image] Sep 06 23:30:17.631 INFO O| Sep 06 23:30:17.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47932024-09-06T23:30:18.440Z[ recovery-image] Sep 06 23:30:17.631 INFO O| Sep 06 23:30:17.631 INFO STEP 256 (remove_files) COMPLETE
47942024-09-06T23:30:18.440Z[ recovery-image] Sep 06 23:30:17.631 INFO O| Sep 06 23:30:17.631 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-09-06T23:30:18.460Z[ recovery-image] Sep 06 23:30:17.653 INFO O| Sep 06 23:30:17.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47962024-09-06T23:30:18.460Z[ recovery-image] Sep 06 23:30:17.653 INFO O| Sep 06 23:30:17.653 INFO STEP 257 (remove_files) COMPLETE
47972024-09-06T23:30:18.463Z[ recovery-image] Sep 06 23:30:17.653 INFO O| Sep 06 23:30:17.653 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-09-06T23:30:18.481Z[ recovery-image] Sep 06 23:30:17.674 INFO O| Sep 06 23:30:17.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47992024-09-06T23:30:18.481Z[ recovery-image] Sep 06 23:30:17.674 INFO O| Sep 06 23:30:17.674 INFO STEP 258 (remove_files) COMPLETE
48002024-09-06T23:30:18.484Z[ recovery-image] Sep 06 23:30:17.674 INFO O| Sep 06 23:30:17.674 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-09-06T23:30:18.519Z[ recovery-image] Sep 06 23:30:17.712 INFO O| Sep 06 23:30:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48022024-09-06T23:30:18.522Z[ recovery-image] Sep 06 23:30:17.712 INFO O| Sep 06 23:30:17.712 INFO STEP 259 (remove_files) COMPLETE
48032024-09-06T23:30:18.522Z[ recovery-image] Sep 06 23:30:17.712 INFO O| Sep 06 23:30:17.712 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-06T23:30:18.552Z[ recovery-image] Sep 06 23:30:17.745 INFO O| Sep 06 23:30:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48052024-09-06T23:30:18.554Z[ recovery-image] Sep 06 23:30:17.745 INFO O| Sep 06 23:30:17.745 INFO STEP 260 (remove_files) COMPLETE
48062024-09-06T23:30:18.554Z[ recovery-image] Sep 06 23:30:17.745 INFO O| Sep 06 23:30:17.745 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-06T23:30:18.573Z[ recovery-image] Sep 06 23:30:17.767 INFO O| Sep 06 23:30:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48082024-09-06T23:30:18.573Z[ recovery-image] Sep 06 23:30:17.767 INFO O| Sep 06 23:30:17.767 INFO STEP 261 (remove_files) COMPLETE
48092024-09-06T23:30:18.576Z[ recovery-image] Sep 06 23:30:17.767 INFO O| Sep 06 23:30:17.767 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-06T23:30:18.594Z[ recovery-image] Sep 06 23:30:17.787 INFO O| Sep 06 23:30:17.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48112024-09-06T23:30:18.594Z[ recovery-image] Sep 06 23:30:17.787 INFO O| Sep 06 23:30:17.787 INFO STEP 262 (remove_files) COMPLETE
48122024-09-06T23:30:18.596Z[ recovery-image] Sep 06 23:30:17.787 INFO O| Sep 06 23:30:17.787 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-06T23:30:18.615Z[ recovery-image] Sep 06 23:30:17.807 INFO O| Sep 06 23:30:17.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48142024-09-06T23:30:18.615Z[ recovery-image] Sep 06 23:30:17.807 INFO O| Sep 06 23:30:17.807 INFO STEP 263 (remove_files) COMPLETE
48152024-09-06T23:30:18.615Z[ recovery-image] Sep 06 23:30:17.807 INFO O| Sep 06 23:30:17.807 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-06T23:30:18.633Z[ recovery-image] Sep 06 23:30:17.827 INFO O| Sep 06 23:30:17.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48172024-09-06T23:30:18.633Z[ recovery-image] Sep 06 23:30:17.827 INFO O| Sep 06 23:30:17.827 INFO STEP 264 (remove_files) COMPLETE
48182024-09-06T23:30:18.634Z[ recovery-image] Sep 06 23:30:17.827 INFO O| Sep 06 23:30:17.827 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-06T23:30:18.666Z[ recovery-image] Sep 06 23:30:17.859 INFO O| Sep 06 23:30:17.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48202024-09-06T23:30:18.668Z[ recovery-image] Sep 06 23:30:17.860 INFO O| Sep 06 23:30:17.859 INFO STEP 265 (remove_files) COMPLETE
48212024-09-06T23:30:18.669Z[ recovery-image] Sep 06 23:30:17.860 INFO O| Sep 06 23:30:17.859 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-06T23:30:18.688Z[ recovery-image] Sep 06 23:30:17.881 INFO O| Sep 06 23:30:17.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48232024-09-06T23:30:18.690Z[ recovery-image] Sep 06 23:30:17.882 INFO O| Sep 06 23:30:17.882 INFO STEP 266 (remove_files) COMPLETE
48242024-09-06T23:30:18.690Z[ recovery-image] Sep 06 23:30:17.882 INFO O| Sep 06 23:30:17.882 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-09-06T23:30:18.709Z[ recovery-image] Sep 06 23:30:17.902 INFO O| Sep 06 23:30:17.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48262024-09-06T23:30:18.711Z[ recovery-image] Sep 06 23:30:17.903 INFO O| Sep 06 23:30:17.903 INFO STEP 267 (remove_files) COMPLETE
48272024-09-06T23:30:18.711Z[ recovery-image] Sep 06 23:30:17.903 INFO O| Sep 06 23:30:17.903 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-09-06T23:30:18.731Z[ recovery-image] Sep 06 23:30:17.925 INFO O| Sep 06 23:30:17.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48292024-09-06T23:30:18.734Z[ recovery-image] Sep 06 23:30:17.925 INFO O| Sep 06 23:30:17.925 INFO STEP 268 (remove_files) COMPLETE
48302024-09-06T23:30:18.734Z[ recovery-image] Sep 06 23:30:17.925 INFO O| Sep 06 23:30:17.925 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-06T23:30:18.754Z[ recovery-image] Sep 06 23:30:17.947 INFO O| Sep 06 23:30:17.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48322024-09-06T23:30:18.756Z[ recovery-image] Sep 06 23:30:17.947 INFO O| Sep 06 23:30:17.947 INFO STEP 269 (remove_files) COMPLETE
48332024-09-06T23:30:18.756Z[ recovery-image] Sep 06 23:30:17.947 INFO O| Sep 06 23:30:17.947 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-09-06T23:30:18.791Z[ recovery-image] Sep 06 23:30:17.984 INFO O| Sep 06 23:30:17.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48352024-09-06T23:30:18.811Z[ recovery-image] Sep 06 23:30:18.004 INFO O| Sep 06 23:30:18.004 INFO STEP 270 (remove_files) COMPLETE
48362024-09-06T23:30:18.811Z[ recovery-image] Sep 06 23:30:18.004 INFO O| Sep 06 23:30:18.004 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-09-06T23:30:18.834Z[ recovery-image] Sep 06 23:30:18.026 INFO O| Sep 06 23:30:18.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48382024-09-06T23:30:18.836Z[ recovery-image] Sep 06 23:30:18.026 INFO O| Sep 06 23:30:18.026 INFO STEP 271 (remove_files) COMPLETE
48392024-09-06T23:30:18.836Z[ recovery-image] Sep 06 23:30:18.026 INFO O| Sep 06 23:30:18.026 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-09-06T23:30:18.853Z[ recovery-image] Sep 06 23:30:18.046 INFO O| Sep 06 23:30:18.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48412024-09-06T23:30:18.853Z[ recovery-image] Sep 06 23:30:18.046 INFO O| Sep 06 23:30:18.046 INFO STEP 272 (remove_files) COMPLETE
48422024-09-06T23:30:18.856Z[ recovery-image] Sep 06 23:30:18.046 INFO O| Sep 06 23:30:18.046 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-09-06T23:30:18.873Z[ recovery-image] Sep 06 23:30:18.066 INFO O| Sep 06 23:30:18.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48442024-09-06T23:30:18.874Z[ recovery-image] Sep 06 23:30:18.066 INFO O| Sep 06 23:30:18.066 INFO STEP 273 (remove_files) COMPLETE
48452024-09-06T23:30:18.874Z[ recovery-image] Sep 06 23:30:18.066 INFO O| Sep 06 23:30:18.066 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-09-06T23:30:18.901Z[ recovery-image] Sep 06 23:30:18.094 INFO O| Sep 06 23:30:18.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48472024-09-06T23:30:18.901Z[ recovery-image] Sep 06 23:30:18.094 INFO O| Sep 06 23:30:18.094 INFO STEP 274 (remove_files) COMPLETE
48482024-09-06T23:30:18.901Z[ recovery-image] Sep 06 23:30:18.094 INFO O| Sep 06 23:30:18.094 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-09-06T23:30:18.937Z[ recovery-image] Sep 06 23:30:18.130 INFO O| Sep 06 23:30:18.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48502024-09-06T23:30:18.937Z[ recovery-image] Sep 06 23:30:18.130 INFO O| Sep 06 23:30:18.130 INFO STEP 275 (remove_files) COMPLETE
48512024-09-06T23:30:18.937Z[ recovery-image] Sep 06 23:30:18.130 INFO O| Sep 06 23:30:18.130 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-09-06T23:30:18.958Z[ recovery-image] Sep 06 23:30:18.151 INFO O| Sep 06 23:30:18.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48532024-09-06T23:30:18.958Z[ recovery-image] Sep 06 23:30:18.151 INFO O| Sep 06 23:30:18.151 INFO STEP 276 (remove_files) COMPLETE
48542024-09-06T23:30:18.961Z[ recovery-image] Sep 06 23:30:18.151 INFO O| Sep 06 23:30:18.151 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-09-06T23:30:19.037Z[ recovery-image] Sep 06 23:30:18.230 INFO O| Sep 06 23:30:18.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48562024-09-06T23:30:19.039Z[ recovery-image] Sep 06 23:30:18.230 INFO O| Sep 06 23:30:18.230 INFO STEP 277 (remove_files) COMPLETE
48572024-09-06T23:30:19.039Z[ recovery-image] Sep 06 23:30:18.230 INFO O| Sep 06 23:30:18.230 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-09-06T23:30:19.059Z[ recovery-image] Sep 06 23:30:18.252 INFO O| Sep 06 23:30:18.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48592024-09-06T23:30:19.062Z[ recovery-image] Sep 06 23:30:18.253 INFO O| Sep 06 23:30:18.252 INFO STEP 278 (remove_files) COMPLETE
48602024-09-06T23:30:19.062Z[ recovery-image] Sep 06 23:30:18.253 INFO O| Sep 06 23:30:18.253 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-09-06T23:30:19.080Z[ recovery-image] Sep 06 23:30:18.273 INFO O| Sep 06 23:30:18.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48622024-09-06T23:30:19.083Z[ recovery-image] Sep 06 23:30:18.273 INFO O| Sep 06 23:30:18.273 INFO STEP 279 (remove_files) COMPLETE
48632024-09-06T23:30:19.083Z[ recovery-image] Sep 06 23:30:18.273 INFO O| Sep 06 23:30:18.273 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-09-06T23:30:19.100Z[ recovery-image] Sep 06 23:30:18.293 INFO O| Sep 06 23:30:18.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48652024-09-06T23:30:19.102Z[ recovery-image] Sep 06 23:30:18.293 INFO O| Sep 06 23:30:18.293 INFO STEP 280 (remove_files) COMPLETE
48662024-09-06T23:30:19.102Z[ recovery-image] Sep 06 23:30:18.293 INFO O| Sep 06 23:30:18.293 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-09-06T23:30:19.118Z[ recovery-image] Sep 06 23:30:18.311 INFO O| Sep 06 23:30:18.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48682024-09-06T23:30:19.133Z[ recovery-image] Sep 06 23:30:18.325 INFO O| Sep 06 23:30:18.325 INFO STEP 281 (remove_files) COMPLETE
48692024-09-06T23:30:19.135Z[ recovery-image] Sep 06 23:30:18.325 INFO O| Sep 06 23:30:18.325 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-09-06T23:30:19.174Z[ recovery-image] Sep 06 23:30:18.367 INFO O| Sep 06 23:30:18.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48712024-09-06T23:30:19.177Z[ recovery-image] Sep 06 23:30:18.367 INFO O| Sep 06 23:30:18.367 INFO STEP 282 (remove_files) COMPLETE
48722024-09-06T23:30:19.177Z[ recovery-image] Sep 06 23:30:18.367 INFO O| Sep 06 23:30:18.367 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-09-06T23:30:19.194Z[ recovery-image] Sep 06 23:30:18.387 INFO O| Sep 06 23:30:18.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48742024-09-06T23:30:19.196Z[ recovery-image] Sep 06 23:30:18.387 INFO O| Sep 06 23:30:18.387 INFO STEP 283 (remove_files) COMPLETE
48752024-09-06T23:30:19.196Z[ recovery-image] Sep 06 23:30:18.387 INFO O| Sep 06 23:30:18.387 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-09-06T23:30:19.211Z[ recovery-image] Sep 06 23:30:18.404 INFO O| Sep 06 23:30:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48772024-09-06T23:30:19.213Z[ recovery-image] Sep 06 23:30:18.405 INFO O| Sep 06 23:30:18.404 INFO STEP 284 (remove_files) COMPLETE
48782024-09-06T23:30:19.214Z[ recovery-image] Sep 06 23:30:18.405 INFO O| Sep 06 23:30:18.405 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-09-06T23:30:19.230Z[ recovery-image] Sep 06 23:30:18.423 INFO O| Sep 06 23:30:18.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48802024-09-06T23:30:19.232Z[ recovery-image] Sep 06 23:30:18.423 INFO O| Sep 06 23:30:18.423 INFO STEP 285 (remove_files) COMPLETE
48812024-09-06T23:30:19.232Z[ recovery-image] Sep 06 23:30:18.424 INFO O| Sep 06 23:30:18.423 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-09-06T23:30:19.249Z[ recovery-image] Sep 06 23:30:18.442 INFO O| Sep 06 23:30:18.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48832024-09-06T23:30:19.249Z[ recovery-image] Sep 06 23:30:18.442 INFO O| Sep 06 23:30:18.442 INFO STEP 286 (remove_files) COMPLETE
48842024-09-06T23:30:19.251Z[ recovery-image] Sep 06 23:30:18.442 INFO O| Sep 06 23:30:18.442 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-09-06T23:30:19.267Z[ recovery-image] Sep 06 23:30:18.459 INFO O| Sep 06 23:30:18.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48862024-09-06T23:30:19.269Z[ recovery-image] Sep 06 23:30:18.460 INFO O| Sep 06 23:30:18.459 INFO STEP 287 (remove_files) COMPLETE
48872024-09-06T23:30:19.269Z[ recovery-image] Sep 06 23:30:18.460 INFO O| Sep 06 23:30:18.460 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-09-06T23:30:19.287Z[ recovery-image] Sep 06 23:30:18.480 INFO O| Sep 06 23:30:18.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48892024-09-06T23:30:19.289Z[ recovery-image] Sep 06 23:30:18.480 INFO O| Sep 06 23:30:18.480 INFO STEP 288 (remove_files) COMPLETE
48902024-09-06T23:30:19.289Z[ recovery-image] Sep 06 23:30:18.480 INFO O| Sep 06 23:30:18.480 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-09-06T23:30:19.308Z[ recovery-image] Sep 06 23:30:18.501 INFO O| Sep 06 23:30:18.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48922024-09-06T23:30:19.314Z[ recovery-image] Sep 06 23:30:18.501 INFO O| Sep 06 23:30:18.501 INFO STEP 289 (remove_files) COMPLETE
48932024-09-06T23:30:19.314Z[ recovery-image] Sep 06 23:30:18.501 INFO O| Sep 06 23:30:18.501 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-09-06T23:30:19.327Z[ recovery-image] Sep 06 23:30:18.520 INFO O| Sep 06 23:30:18.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48952024-09-06T23:30:19.329Z[ recovery-image] Sep 06 23:30:18.520 INFO O| Sep 06 23:30:18.520 INFO STEP 290 (remove_files) COMPLETE
48962024-09-06T23:30:19.329Z[ recovery-image] Sep 06 23:30:18.521 INFO O| Sep 06 23:30:18.520 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-09-06T23:30:19.363Z[ recovery-image] Sep 06 23:30:18.556 INFO O| Sep 06 23:30:18.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48982024-09-06T23:30:19.365Z[ recovery-image] Sep 06 23:30:18.556 INFO O| Sep 06 23:30:18.556 INFO STEP 291 (remove_files) COMPLETE
48992024-09-06T23:30:19.365Z[ recovery-image] Sep 06 23:30:18.556 INFO O| Sep 06 23:30:18.556 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-06T23:30:19.384Z[ recovery-image] Sep 06 23:30:18.577 INFO O| Sep 06 23:30:18.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49012024-09-06T23:30:19.386Z[ recovery-image] Sep 06 23:30:18.577 INFO O| Sep 06 23:30:18.577 INFO STEP 292 (remove_files) COMPLETE
49022024-09-06T23:30:19.386Z[ recovery-image] Sep 06 23:30:18.577 INFO O| Sep 06 23:30:18.577 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-06T23:30:19.422Z[ recovery-image] Sep 06 23:30:18.615 INFO O| Sep 06 23:30:18.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49042024-09-06T23:30:19.422Z[ recovery-image] Sep 06 23:30:18.615 INFO O| Sep 06 23:30:18.615 INFO STEP 293 (remove_files) COMPLETE
49052024-09-06T23:30:19.422Z[ recovery-image] Sep 06 23:30:18.615 INFO O| Sep 06 23:30:18.615 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-06T23:30:19.461Z[ recovery-image] Sep 06 23:30:18.654 INFO O| Sep 06 23:30:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49072024-09-06T23:30:19.461Z[ recovery-image] Sep 06 23:30:18.654 INFO O| Sep 06 23:30:18.654 INFO STEP 294 (remove_files) COMPLETE
49082024-09-06T23:30:19.461Z[ recovery-image] Sep 06 23:30:18.654 INFO O| Sep 06 23:30:18.654 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-06T23:30:19.479Z[ recovery-image] Sep 06 23:30:18.672 INFO O| Sep 06 23:30:18.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49102024-09-06T23:30:19.479Z[ recovery-image] Sep 06 23:30:18.672 INFO O| Sep 06 23:30:18.672 INFO STEP 295 (remove_files) COMPLETE
49112024-09-06T23:30:19.479Z[ recovery-image] Sep 06 23:30:18.672 INFO O| Sep 06 23:30:18.672 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-06T23:30:19.498Z[ recovery-image] Sep 06 23:30:18.691 INFO O| Sep 06 23:30:18.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49132024-09-06T23:30:19.498Z[ recovery-image] Sep 06 23:30:18.691 INFO O| Sep 06 23:30:18.691 INFO STEP 296 (remove_files) COMPLETE
49142024-09-06T23:30:19.498Z[ recovery-image] Sep 06 23:30:18.691 INFO O| Sep 06 23:30:18.691 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-06T23:30:19.518Z[ recovery-image] Sep 06 23:30:18.711 INFO O| Sep 06 23:30:18.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49162024-09-06T23:30:19.518Z[ recovery-image] Sep 06 23:30:18.711 INFO O| Sep 06 23:30:18.711 INFO STEP 297 (remove_files) COMPLETE
49172024-09-06T23:30:19.518Z[ recovery-image] Sep 06 23:30:18.711 INFO O| Sep 06 23:30:18.711 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-06T23:30:19.539Z[ recovery-image] Sep 06 23:30:18.732 INFO O| Sep 06 23:30:18.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49192024-09-06T23:30:19.539Z[ recovery-image] Sep 06 23:30:18.732 INFO O| Sep 06 23:30:18.732 INFO STEP 298 (remove_files) COMPLETE
49202024-09-06T23:30:19.539Z[ recovery-image] Sep 06 23:30:18.732 INFO O| Sep 06 23:30:18.732 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-06T23:30:19.567Z[ recovery-image] Sep 06 23:30:18.760 INFO O| Sep 06 23:30:18.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49222024-09-06T23:30:19.567Z[ recovery-image] Sep 06 23:30:18.760 INFO O| Sep 06 23:30:18.760 INFO STEP 299 (remove_files) COMPLETE
49232024-09-06T23:30:19.567Z[ recovery-image] Sep 06 23:30:18.760 INFO O| Sep 06 23:30:18.760 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-06T23:30:19.588Z[ recovery-image] Sep 06 23:30:18.781 INFO O| Sep 06 23:30:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49252024-09-06T23:30:19.588Z[ recovery-image] Sep 06 23:30:18.781 INFO O| Sep 06 23:30:18.781 INFO STEP 300 (remove_files) COMPLETE
49262024-09-06T23:30:19.590Z[ recovery-image] Sep 06 23:30:18.781 INFO O| Sep 06 23:30:18.781 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-06T23:30:19.607Z[ recovery-image] Sep 06 23:30:18.800 INFO O| Sep 06 23:30:18.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49282024-09-06T23:30:19.607Z[ recovery-image] Sep 06 23:30:18.800 INFO O| Sep 06 23:30:18.800 INFO STEP 301 (remove_files) COMPLETE
49292024-09-06T23:30:19.609Z[ recovery-image] Sep 06 23:30:18.800 INFO O| Sep 06 23:30:18.800 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-06T23:30:19.626Z[ recovery-image] Sep 06 23:30:18.819 INFO O| Sep 06 23:30:18.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49312024-09-06T23:30:19.626Z[ recovery-image] Sep 06 23:30:18.820 INFO O| Sep 06 23:30:18.820 INFO STEP 302 (remove_files) COMPLETE
49322024-09-06T23:30:19.626Z[ recovery-image] Sep 06 23:30:18.820 INFO O| Sep 06 23:30:18.820 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-06T23:30:19.646Z[ recovery-image] Sep 06 23:30:18.839 INFO O| Sep 06 23:30:18.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49342024-09-06T23:30:19.646Z[ recovery-image] Sep 06 23:30:18.839 INFO O| Sep 06 23:30:18.839 INFO STEP 303 (remove_files) COMPLETE
49352024-09-06T23:30:19.648Z[ recovery-image] Sep 06 23:30:18.839 INFO O| Sep 06 23:30:18.839 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-06T23:30:19.665Z[ recovery-image] Sep 06 23:30:18.858 INFO O| Sep 06 23:30:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49372024-09-06T23:30:19.665Z[ recovery-image] Sep 06 23:30:18.858 INFO O| Sep 06 23:30:18.858 INFO STEP 304 (remove_files) COMPLETE
49382024-09-06T23:30:19.665Z[ recovery-image] Sep 06 23:30:18.858 INFO O| Sep 06 23:30:18.858 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-06T23:30:19.704Z[ recovery-image] Sep 06 23:30:18.896 INFO O| Sep 06 23:30:18.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49402024-09-06T23:30:19.704Z[ recovery-image] Sep 06 23:30:18.896 INFO O| Sep 06 23:30:18.896 INFO STEP 305 (remove_files) COMPLETE
49412024-09-06T23:30:19.704Z[ recovery-image] Sep 06 23:30:18.896 INFO O| Sep 06 23:30:18.896 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-06T23:30:19.762Z[ recovery-image] Sep 06 23:30:18.955 INFO O| Sep 06 23:30:18.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49432024-09-06T23:30:19.762Z[ recovery-image] Sep 06 23:30:18.955 INFO O| Sep 06 23:30:18.955 INFO STEP 306 (remove_files) COMPLETE
49442024-09-06T23:30:19.762Z[ recovery-image] Sep 06 23:30:18.955 INFO O| Sep 06 23:30:18.955 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-06T23:30:19.821Z[ recovery-image] Sep 06 23:30:19.014 INFO O| Sep 06 23:30:19.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49462024-09-06T23:30:19.821Z[ recovery-image] Sep 06 23:30:19.014 INFO O| Sep 06 23:30:19.014 INFO STEP 307 (remove_files) COMPLETE
49472024-09-06T23:30:19.824Z[ recovery-image] Sep 06 23:30:19.014 INFO O| Sep 06 23:30:19.014 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-06T23:30:19.841Z[ recovery-image] Sep 06 23:30:19.034 INFO O| Sep 06 23:30:19.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49492024-09-06T23:30:19.841Z[ recovery-image] Sep 06 23:30:19.034 INFO O| Sep 06 23:30:19.034 INFO STEP 308 (remove_files) COMPLETE
49502024-09-06T23:30:19.843Z[ recovery-image] Sep 06 23:30:19.034 INFO O| Sep 06 23:30:19.034 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-06T23:30:19.861Z[ recovery-image] Sep 06 23:30:19.054 INFO O| Sep 06 23:30:19.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49522024-09-06T23:30:19.861Z[ recovery-image] Sep 06 23:30:19.054 INFO O| Sep 06 23:30:19.054 INFO STEP 309 (remove_files) COMPLETE
49532024-09-06T23:30:19.861Z[ recovery-image] Sep 06 23:30:19.054 INFO O| Sep 06 23:30:19.054 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-06T23:30:19.899Z[ recovery-image] Sep 06 23:30:19.092 INFO O| Sep 06 23:30:19.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49552024-09-06T23:30:19.901Z[ recovery-image] Sep 06 23:30:19.092 INFO O| Sep 06 23:30:19.092 INFO STEP 310 (remove_files) COMPLETE
49562024-09-06T23:30:19.901Z[ recovery-image] Sep 06 23:30:19.092 INFO O| Sep 06 23:30:19.092 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-06T23:30:19.938Z[ recovery-image] Sep 06 23:30:19.131 INFO O| Sep 06 23:30:19.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49582024-09-06T23:30:19.938Z[ recovery-image] Sep 06 23:30:19.131 INFO O| Sep 06 23:30:19.131 INFO STEP 311 (remove_files) COMPLETE
49592024-09-06T23:30:19.938Z[ recovery-image] Sep 06 23:30:19.131 INFO O| Sep 06 23:30:19.131 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-06T23:30:19.960Z[ recovery-image] Sep 06 23:30:19.153 INFO O| Sep 06 23:30:19.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49612024-09-06T23:30:19.960Z[ recovery-image] Sep 06 23:30:19.154 INFO O| Sep 06 23:30:19.154 INFO STEP 312 (remove_files) COMPLETE
49622024-09-06T23:30:19.963Z[ recovery-image] Sep 06 23:30:19.154 INFO O| Sep 06 23:30:19.154 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-06T23:30:20.002Z[ recovery-image] Sep 06 23:30:19.194 INFO O| Sep 06 23:30:19.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49642024-09-06T23:30:20.002Z[ recovery-image] Sep 06 23:30:19.194 INFO O| Sep 06 23:30:19.194 INFO STEP 313 (remove_files) COMPLETE
49652024-09-06T23:30:20.002Z[ recovery-image] Sep 06 23:30:19.194 INFO O| Sep 06 23:30:19.194 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-06T23:30:20.057Z[ recovery-image] Sep 06 23:30:19.250 INFO O| Sep 06 23:30:19.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49672024-09-06T23:30:20.057Z[ recovery-image] Sep 06 23:30:19.250 INFO O| Sep 06 23:30:19.250 INFO STEP 314 (remove_files) COMPLETE
49682024-09-06T23:30:20.057Z[ recovery-image] Sep 06 23:30:19.250 INFO O| Sep 06 23:30:19.250 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-06T23:30:20.094Z[ recovery-image] Sep 06 23:30:19.287 INFO O| Sep 06 23:30:19.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49702024-09-06T23:30:20.094Z[ recovery-image] Sep 06 23:30:19.287 INFO O| Sep 06 23:30:19.287 INFO STEP 315 (remove_files) COMPLETE
49712024-09-06T23:30:20.097Z[ recovery-image] Sep 06 23:30:19.287 INFO O| Sep 06 23:30:19.287 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-06T23:30:20.115Z[ recovery-image] Sep 06 23:30:19.308 INFO O| Sep 06 23:30:19.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49732024-09-06T23:30:20.115Z[ recovery-image] Sep 06 23:30:19.308 INFO O| Sep 06 23:30:19.308 INFO STEP 316 (remove_files) COMPLETE
49742024-09-06T23:30:20.115Z[ recovery-image] Sep 06 23:30:19.308 INFO O| Sep 06 23:30:19.308 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-06T23:30:20.136Z[ recovery-image] Sep 06 23:30:19.329 INFO O| Sep 06 23:30:19.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49762024-09-06T23:30:20.136Z[ recovery-image] Sep 06 23:30:19.329 INFO O| Sep 06 23:30:19.329 INFO STEP 317 (remove_files) COMPLETE
49772024-09-06T23:30:20.136Z[ recovery-image] Sep 06 23:30:19.329 INFO O| Sep 06 23:30:19.329 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-06T23:30:20.156Z[ recovery-image] Sep 06 23:30:19.349 INFO O| Sep 06 23:30:19.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49792024-09-06T23:30:20.156Z[ recovery-image] Sep 06 23:30:19.349 INFO O| Sep 06 23:30:19.349 INFO STEP 318 (remove_files) COMPLETE
49802024-09-06T23:30:20.158Z[ recovery-image] Sep 06 23:30:19.349 INFO O| Sep 06 23:30:19.349 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-09-06T23:30:20.192Z[ recovery-image] Sep 06 23:30:19.385 INFO O| Sep 06 23:30:19.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49822024-09-06T23:30:20.195Z[ recovery-image] Sep 06 23:30:19.385 INFO O| Sep 06 23:30:19.385 INFO STEP 319 (remove_files) COMPLETE
49832024-09-06T23:30:20.195Z[ recovery-image] Sep 06 23:30:19.386 INFO O| Sep 06 23:30:19.385 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-09-06T23:30:20.215Z[ recovery-image] Sep 06 23:30:19.408 INFO O| Sep 06 23:30:19.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49852024-09-06T23:30:20.218Z[ recovery-image] Sep 06 23:30:19.409 INFO O| Sep 06 23:30:19.409 INFO STEP 320 (remove_files) COMPLETE
49862024-09-06T23:30:20.218Z[ recovery-image] Sep 06 23:30:19.409 INFO O| Sep 06 23:30:19.409 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-09-06T23:30:20.238Z[ recovery-image] Sep 06 23:30:19.431 INFO O| Sep 06 23:30:19.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49882024-09-06T23:30:20.240Z[ recovery-image] Sep 06 23:30:19.431 INFO O| Sep 06 23:30:19.431 INFO STEP 321 (remove_files) COMPLETE
49892024-09-06T23:30:20.240Z[ recovery-image] Sep 06 23:30:19.431 INFO O| Sep 06 23:30:19.431 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-09-06T23:30:20.259Z[ recovery-image] Sep 06 23:30:19.452 INFO O| Sep 06 23:30:19.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49912024-09-06T23:30:20.261Z[ recovery-image] Sep 06 23:30:19.452 INFO O| Sep 06 23:30:19.452 INFO STEP 322 (remove_files) COMPLETE
49922024-09-06T23:30:20.261Z[ recovery-image] Sep 06 23:30:19.452 INFO O| Sep 06 23:30:19.452 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-09-06T23:30:20.295Z[ recovery-image] Sep 06 23:30:19.488 INFO O| Sep 06 23:30:19.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49942024-09-06T23:30:20.295Z[ recovery-image] Sep 06 23:30:19.488 INFO O| Sep 06 23:30:19.488 INFO STEP 323 (remove_files) COMPLETE
49952024-09-06T23:30:20.297Z[ recovery-image] Sep 06 23:30:19.488 INFO O| Sep 06 23:30:19.488 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-09-06T23:30:20.317Z[ recovery-image] Sep 06 23:30:19.510 INFO O| Sep 06 23:30:19.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49972024-09-06T23:30:20.317Z[ recovery-image] Sep 06 23:30:19.510 INFO O| Sep 06 23:30:19.510 INFO STEP 324 (remove_files) COMPLETE
49982024-09-06T23:30:20.317Z[ recovery-image] Sep 06 23:30:19.510 INFO O| Sep 06 23:30:19.510 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-09-06T23:30:20.336Z[ recovery-image] Sep 06 23:30:19.530 INFO O| Sep 06 23:30:19.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50002024-09-06T23:30:20.337Z[ recovery-image] Sep 06 23:30:19.530 INFO O| Sep 06 23:30:19.530 INFO STEP 325 (remove_files) COMPLETE
50012024-09-06T23:30:20.337Z[ recovery-image] Sep 06 23:30:19.530 INFO O| Sep 06 23:30:19.530 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-06T23:30:20.356Z[ recovery-image] Sep 06 23:30:19.549 INFO O| Sep 06 23:30:19.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50032024-09-06T23:30:20.356Z[ recovery-image] Sep 06 23:30:19.549 INFO O| Sep 06 23:30:19.549 INFO STEP 326 (remove_files) COMPLETE
50042024-09-06T23:30:20.359Z[ recovery-image] Sep 06 23:30:19.549 INFO O| Sep 06 23:30:19.549 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-06T23:30:20.375Z[ recovery-image] Sep 06 23:30:19.568 INFO O| Sep 06 23:30:19.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50062024-09-06T23:30:20.375Z[ recovery-image] Sep 06 23:30:19.568 INFO O| Sep 06 23:30:19.568 INFO STEP 327 (remove_files) COMPLETE
50072024-09-06T23:30:20.377Z[ recovery-image] Sep 06 23:30:19.569 INFO O| Sep 06 23:30:19.568 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-06T23:30:20.380Z[ host-image] Sep 06 23:30:19.571 INFO O| Sep 06 23:30:19.571 INFO O| Planning: Solver setup ... Done
50092024-09-06T23:30:20.385Z[ host-image] Sep 06 23:30:19.578 INFO O| Sep 06 23:30:19.578 INFO O| Planning: Running solver ... Done
50102024-09-06T23:30:20.395Z[ recovery-image] Sep 06 23:30:19.588 INFO O| Sep 06 23:30:19.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50112024-09-06T23:30:20.395Z[ recovery-image] Sep 06 23:30:19.588 INFO O| Sep 06 23:30:19.588 INFO STEP 328 (remove_files) COMPLETE
50122024-09-06T23:30:20.398Z[ recovery-image] Sep 06 23:30:19.588 INFO O| Sep 06 23:30:19.588 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-09-06T23:30:20.417Z[ recovery-image] Sep 06 23:30:19.610 INFO O| Sep 06 23:30:19.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50142024-09-06T23:30:20.417Z[ recovery-image] Sep 06 23:30:19.610 INFO O| Sep 06 23:30:19.610 INFO STEP 329 (remove_files) COMPLETE
50152024-09-06T23:30:20.417Z[ recovery-image] Sep 06 23:30:19.610 INFO O| Sep 06 23:30:19.610 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-09-06T23:30:20.437Z[ recovery-image] Sep 06 23:30:19.631 INFO O| Sep 06 23:30:19.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50172024-09-06T23:30:20.438Z[ recovery-image] Sep 06 23:30:19.631 INFO O| Sep 06 23:30:19.631 INFO STEP 330 (remove_files) COMPLETE
50182024-09-06T23:30:20.440Z[ recovery-image] Sep 06 23:30:19.631 INFO O| Sep 06 23:30:19.631 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-09-06T23:30:20.443Z[ host-image] Sep 06 23:30:19.636 INFO O| Sep 06 23:30:19.636 INFO O| Planning: Finding local manifests ... Done
50202024-09-06T23:30:20.445Z[ host-image] Sep 06 23:30:19.637 INFO O| Sep 06 23:30:19.637 INFO O| Planning: Fetching manifests: 0/1 0% complete
50212024-09-06T23:30:20.457Z[ recovery-image] Sep 06 23:30:19.650 INFO O| Sep 06 23:30:19.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50222024-09-06T23:30:20.457Z[ recovery-image] Sep 06 23:30:19.650 INFO O| Sep 06 23:30:19.650 INFO STEP 331 (remove_files) COMPLETE
50232024-09-06T23:30:20.459Z[ recovery-image] Sep 06 23:30:19.650 INFO O| Sep 06 23:30:19.650 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-06T23:30:20.476Z[ recovery-image] Sep 06 23:30:19.669 INFO O| Sep 06 23:30:19.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50252024-09-06T23:30:20.476Z[ recovery-image] Sep 06 23:30:19.669 INFO O| Sep 06 23:30:19.669 INFO STEP 332 (remove_files) COMPLETE
50262024-09-06T23:30:20.476Z[ recovery-image] Sep 06 23:30:19.669 INFO O| Sep 06 23:30:19.669 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-06T23:30:20.495Z[ recovery-image] Sep 06 23:30:19.688 INFO O| Sep 06 23:30:19.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50282024-09-06T23:30:20.495Z[ recovery-image] Sep 06 23:30:19.688 INFO O| Sep 06 23:30:19.688 INFO STEP 333 (remove_files) COMPLETE
50292024-09-06T23:30:20.495Z[ recovery-image] Sep 06 23:30:19.688 INFO O| Sep 06 23:30:19.688 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-06T23:30:20.514Z[ recovery-image] Sep 06 23:30:19.707 INFO O| Sep 06 23:30:19.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50312024-09-06T23:30:20.514Z[ recovery-image] Sep 06 23:30:19.707 INFO O| Sep 06 23:30:19.707 INFO STEP 334 (remove_files) COMPLETE
50322024-09-06T23:30:20.514Z[ recovery-image] Sep 06 23:30:19.707 INFO O| Sep 06 23:30:19.707 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-06T23:30:20.534Z[ recovery-image] Sep 06 23:30:19.727 INFO O| Sep 06 23:30:19.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50342024-09-06T23:30:20.534Z[ recovery-image] Sep 06 23:30:19.727 INFO O| Sep 06 23:30:19.727 INFO STEP 335 (remove_files) COMPLETE
50352024-09-06T23:30:20.534Z[ recovery-image] Sep 06 23:30:19.728 INFO O| Sep 06 23:30:19.727 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-09-06T23:30:20.563Z[ recovery-image] Sep 06 23:30:19.756 INFO O| Sep 06 23:30:19.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50372024-09-06T23:30:20.563Z[ recovery-image] Sep 06 23:30:19.756 INFO O| Sep 06 23:30:19.756 INFO STEP 336 (remove_files) COMPLETE
50382024-09-06T23:30:20.563Z[ recovery-image] Sep 06 23:30:19.756 INFO O| Sep 06 23:30:19.756 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-09-06T23:30:20.580Z[ host-image] Sep 06 23:30:19.773 INFO O| Sep 06 23:30:19.773 INFO O| Planning: Fetching manifests: 1/1 100% complete
50402024-09-06T23:30:20.582Z[ recovery-image] Sep 06 23:30:19.775 INFO O| Sep 06 23:30:19.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50412024-09-06T23:30:20.584Z[ recovery-image] Sep 06 23:30:19.775 INFO O| Sep 06 23:30:19.775 INFO STEP 337 (remove_files) COMPLETE
50422024-09-06T23:30:20.584Z[ recovery-image] Sep 06 23:30:19.775 INFO O| Sep 06 23:30:19.775 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-09-06T23:30:20.600Z[ recovery-image] Sep 06 23:30:19.793 INFO O| Sep 06 23:30:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50442024-09-06T23:30:20.600Z[ recovery-image] Sep 06 23:30:19.793 INFO O| Sep 06 23:30:19.793 INFO STEP 338 (remove_files) COMPLETE
50452024-09-06T23:30:20.600Z[ recovery-image] Sep 06 23:30:19.793 INFO O| Sep 06 23:30:19.793 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-09-06T23:30:20.618Z[ recovery-image] Sep 06 23:30:19.810 INFO O| Sep 06 23:30:19.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50472024-09-06T23:30:20.618Z[ recovery-image] Sep 06 23:30:19.810 INFO O| Sep 06 23:30:19.810 INFO STEP 339 (remove_files) COMPLETE
50482024-09-06T23:30:20.618Z[ recovery-image] Sep 06 23:30:19.810 INFO O| Sep 06 23:30:19.810 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-09-06T23:30:20.633Z[ host-image] Sep 06 23:30:19.826 INFO O| Sep 06 23:30:19.826 INFO O| Planning: Package planning ... Done
50502024-09-06T23:30:20.635Z[ host-image] Sep 06 23:30:19.827 INFO O| Sep 06 23:30:19.827 INFO O| Planning: Merging actions ... Done
50512024-09-06T23:30:20.637Z[ recovery-image] Sep 06 23:30:19.829 INFO O| Sep 06 23:30:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50522024-09-06T23:30:20.637Z[ recovery-image] Sep 06 23:30:19.829 INFO O| Sep 06 23:30:19.829 INFO STEP 340 (remove_files) COMPLETE
50532024-09-06T23:30:20.637Z[ recovery-image] Sep 06 23:30:19.829 INFO O| Sep 06 23:30:19.829 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-09-06T23:30:20.656Z[ recovery-image] Sep 06 23:30:19.849 INFO O| Sep 06 23:30:19.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50552024-09-06T23:30:20.656Z[ recovery-image] Sep 06 23:30:19.849 INFO O| Sep 06 23:30:19.849 INFO STEP 341 (remove_files) COMPLETE
50562024-09-06T23:30:20.656Z[ recovery-image] Sep 06 23:30:19.849 INFO O| Sep 06 23:30:19.849 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-06T23:30:20.676Z[ recovery-image] Sep 06 23:30:19.869 INFO O| Sep 06 23:30:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50582024-09-06T23:30:20.676Z[ recovery-image] Sep 06 23:30:19.869 INFO O| Sep 06 23:30:19.869 INFO STEP 342 (remove_files) COMPLETE
50592024-09-06T23:30:20.677Z[ recovery-image] Sep 06 23:30:19.869 INFO O| Sep 06 23:30:19.869 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-06T23:30:20.707Z[ recovery-image] Sep 06 23:30:19.899 INFO O| Sep 06 23:30:19.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50612024-09-06T23:30:20.707Z[ recovery-image] Sep 06 23:30:19.899 INFO O| Sep 06 23:30:19.899 INFO STEP 343 (remove_files) COMPLETE
50622024-09-06T23:30:20.707Z[ recovery-image] Sep 06 23:30:19.899 INFO O| Sep 06 23:30:19.899 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-06T23:30:20.726Z[ recovery-image] Sep 06 23:30:19.919 INFO O| Sep 06 23:30:19.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50642024-09-06T23:30:20.726Z[ recovery-image] Sep 06 23:30:19.919 INFO O| Sep 06 23:30:19.919 INFO STEP 344 (remove_files) COMPLETE
50652024-09-06T23:30:20.726Z[ recovery-image] Sep 06 23:30:19.919 INFO O| Sep 06 23:30:19.919 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-09-06T23:30:20.744Z[ recovery-image] Sep 06 23:30:19.937 INFO O| Sep 06 23:30:19.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50672024-09-06T23:30:20.746Z[ recovery-image] Sep 06 23:30:19.937 INFO O| Sep 06 23:30:19.937 INFO STEP 345 (remove_files) COMPLETE
50682024-09-06T23:30:20.746Z[ recovery-image] Sep 06 23:30:19.937 INFO O| Sep 06 23:30:19.937 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-09-06T23:30:20.748Z[ host-image] Sep 06 23:30:19.941 INFO O| Sep 06 23:30:19.941 INFO O| Planning: Checking for conflicting actions ... Done
50702024-09-06T23:30:20.748Z[ host-image] Sep 06 23:30:19.941 INFO O| Sep 06 23:30:19.941 INFO O| Planning: Consolidating action changes ... Done
50712024-09-06T23:30:20.781Z[ recovery-image] Sep 06 23:30:19.974 INFO O| Sep 06 23:30:19.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50722024-09-06T23:30:20.808Z[ recovery-image] Sep 06 23:30:20.001 INFO O| Sep 06 23:30:20.001 INFO STEP 346 (remove_files) COMPLETE
50732024-09-06T23:30:20.808Z[ recovery-image] Sep 06 23:30:20.001 INFO O| Sep 06 23:30:20.001 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-09-06T23:30:20.878Z[ recovery-image] Sep 06 23:30:20.071 INFO O| Sep 06 23:30:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50752024-09-06T23:30:20.880Z[ recovery-image] Sep 06 23:30:20.071 INFO O| Sep 06 23:30:20.071 INFO STEP 347 (remove_files) COMPLETE
50762024-09-06T23:30:20.880Z[ recovery-image] Sep 06 23:30:20.071 INFO O| Sep 06 23:30:20.071 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-09-06T23:30:20.898Z[ recovery-image] Sep 06 23:30:20.091 INFO O| Sep 06 23:30:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50782024-09-06T23:30:20.905Z[ recovery-image] Sep 06 23:30:20.098 INFO O| Sep 06 23:30:20.098 INFO STEP 348 (remove_files) COMPLETE
50792024-09-06T23:30:20.907Z[ recovery-image] Sep 06 23:30:20.098 INFO O| Sep 06 23:30:20.098 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-09-06T23:30:20.936Z[ recovery-image] Sep 06 23:30:20.129 INFO O| Sep 06 23:30:20.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50812024-09-06T23:30:20.936Z[ recovery-image] Sep 06 23:30:20.129 INFO O| Sep 06 23:30:20.129 INFO STEP 349 (remove_files) COMPLETE
50822024-09-06T23:30:20.938Z[ recovery-image] Sep 06 23:30:20.129 INFO O| Sep 06 23:30:20.129 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-09-06T23:30:20.969Z[ recovery-image] Sep 06 23:30:20.162 INFO O| Sep 06 23:30:20.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50842024-09-06T23:30:20.969Z[ recovery-image] Sep 06 23:30:20.162 INFO O| Sep 06 23:30:20.162 INFO STEP 350 (remove_files) COMPLETE
50852024-09-06T23:30:20.969Z[ recovery-image] Sep 06 23:30:20.162 INFO O| Sep 06 23:30:20.162 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-06T23:30:21.006Z[ recovery-image] Sep 06 23:30:20.198 INFO O| Sep 06 23:30:20.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50872024-09-06T23:30:21.006Z[ recovery-image] Sep 06 23:30:20.198 INFO O| Sep 06 23:30:20.198 INFO STEP 351 (remove_files) COMPLETE
50882024-09-06T23:30:21.006Z[ recovery-image] Sep 06 23:30:20.198 INFO O| Sep 06 23:30:20.198 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-06T23:30:21.049Z[ recovery-image] Sep 06 23:30:20.239 INFO O| Sep 06 23:30:20.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50902024-09-06T23:30:21.049Z[ recovery-image] Sep 06 23:30:20.239 INFO O| Sep 06 23:30:20.239 INFO STEP 352 (remove_files) COMPLETE
50912024-09-06T23:30:21.049Z[ recovery-image] Sep 06 23:30:20.239 INFO O| Sep 06 23:30:20.239 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-09-06T23:30:21.066Z[ recovery-image] Sep 06 23:30:20.259 INFO O| Sep 06 23:30:20.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50932024-09-06T23:30:21.067Z[ recovery-image] Sep 06 23:30:20.260 INFO O| Sep 06 23:30:20.259 INFO STEP 353 (remove_files) COMPLETE
50942024-09-06T23:30:21.067Z[ recovery-image] Sep 06 23:30:20.260 INFO O| Sep 06 23:30:20.260 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-09-06T23:30:21.087Z[ recovery-image] Sep 06 23:30:20.280 INFO O| Sep 06 23:30:20.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50962024-09-06T23:30:21.087Z[ recovery-image] Sep 06 23:30:20.280 INFO O| Sep 06 23:30:20.280 INFO STEP 354 (remove_files) COMPLETE
50972024-09-06T23:30:21.089Z[ recovery-image] Sep 06 23:30:20.280 INFO O| Sep 06 23:30:20.280 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-09-06T23:30:21.108Z[ recovery-image] Sep 06 23:30:20.301 INFO O| Sep 06 23:30:20.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50992024-09-06T23:30:21.108Z[ recovery-image] Sep 06 23:30:20.301 INFO O| Sep 06 23:30:20.301 INFO STEP 355 (remove_files) COMPLETE
51002024-09-06T23:30:21.108Z[ recovery-image] Sep 06 23:30:20.301 INFO O| Sep 06 23:30:20.301 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-09-06T23:30:21.128Z[ recovery-image] Sep 06 23:30:20.320 INFO O| Sep 06 23:30:20.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51022024-09-06T23:30:21.128Z[ recovery-image] Sep 06 23:30:20.321 INFO O| Sep 06 23:30:20.321 INFO STEP 356 (remove_files) COMPLETE
51032024-09-06T23:30:21.128Z[ recovery-image] Sep 06 23:30:20.321 INFO O| Sep 06 23:30:20.321 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-09-06T23:30:21.148Z[ recovery-image] Sep 06 23:30:20.341 INFO O| Sep 06 23:30:20.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51052024-09-06T23:30:21.148Z[ recovery-image] Sep 06 23:30:20.341 INFO O| Sep 06 23:30:20.341 INFO STEP 357 (remove_files) COMPLETE
51062024-09-06T23:30:21.151Z[ recovery-image] Sep 06 23:30:20.341 INFO O| Sep 06 23:30:20.341 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-09-06T23:30:21.168Z[ recovery-image] Sep 06 23:30:20.361 INFO O| Sep 06 23:30:20.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51082024-09-06T23:30:21.171Z[ recovery-image] Sep 06 23:30:20.361 INFO O| Sep 06 23:30:20.361 INFO STEP 358 (remove_files) COMPLETE
51092024-09-06T23:30:21.171Z[ recovery-image] Sep 06 23:30:20.362 INFO O| Sep 06 23:30:20.361 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-09-06T23:30:21.189Z[ recovery-image] Sep 06 23:30:20.382 INFO O| Sep 06 23:30:20.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51112024-09-06T23:30:21.189Z[ recovery-image] Sep 06 23:30:20.382 INFO O| Sep 06 23:30:20.382 INFO STEP 359 (remove_files) COMPLETE
51122024-09-06T23:30:21.192Z[ recovery-image] Sep 06 23:30:20.382 INFO O| Sep 06 23:30:20.382 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-09-06T23:30:21.209Z[ recovery-image] Sep 06 23:30:20.402 INFO O| Sep 06 23:30:20.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51142024-09-06T23:30:21.209Z[ recovery-image] Sep 06 23:30:20.402 INFO O| Sep 06 23:30:20.402 INFO STEP 360 (remove_files) COMPLETE
51152024-09-06T23:30:21.211Z[ recovery-image] Sep 06 23:30:20.402 INFO O| Sep 06 23:30:20.402 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-09-06T23:30:21.214Z[ host-image] Sep 06 23:30:20.407 INFO O| Sep 06 23:30:20.407 INFO O| Planning: Evaluating mediators ... Done
51172024-09-06T23:30:21.216Z[ host-image] Sep 06 23:30:20.408 INFO O| Sep 06 23:30:20.408 INFO O| Planning: Planning completed in 3.42 seconds
51182024-09-06T23:30:21.218Z[ host-image] Sep 06 23:30:20.410 INFO O| Sep 06 23:30:20.410 INFO O| Packages to install: 1
51192024-09-06T23:30:21.229Z[ recovery-image] Sep 06 23:30:20.422 INFO O| Sep 06 23:30:20.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51202024-09-06T23:30:21.229Z[ recovery-image] Sep 06 23:30:20.422 INFO O| Sep 06 23:30:20.422 INFO STEP 361 (remove_files) COMPLETE
51212024-09-06T23:30:21.231Z[ recovery-image] Sep 06 23:30:20.422 INFO O| Sep 06 23:30:20.422 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-09-06T23:30:21.248Z[ recovery-image] Sep 06 23:30:20.441 INFO O| Sep 06 23:30:20.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51232024-09-06T23:30:21.250Z[ recovery-image] Sep 06 23:30:20.441 INFO O| Sep 06 23:30:20.441 INFO STEP 362 (remove_files) COMPLETE
51242024-09-06T23:30:21.250Z[ recovery-image] Sep 06 23:30:20.441 INFO O| Sep 06 23:30:20.441 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-09-06T23:30:21.260Z[ host-image] Sep 06 23:30:20.453 INFO O| Sep 06 23:30:20.453 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
51262024-09-06T23:30:21.269Z[ recovery-image] Sep 06 23:30:20.462 INFO O| Sep 06 23:30:20.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51272024-09-06T23:30:21.269Z[ recovery-image] Sep 06 23:30:20.462 INFO O| Sep 06 23:30:20.462 INFO STEP 363 (remove_files) COMPLETE
51282024-09-06T23:30:21.269Z[ recovery-image] Sep 06 23:30:20.462 INFO O| Sep 06 23:30:20.462 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-09-06T23:30:21.289Z[ recovery-image] Sep 06 23:30:20.482 INFO O| Sep 06 23:30:20.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51302024-09-06T23:30:21.289Z[ recovery-image] Sep 06 23:30:20.482 INFO O| Sep 06 23:30:20.482 INFO STEP 364 (remove_files) COMPLETE
51312024-09-06T23:30:21.291Z[ recovery-image] Sep 06 23:30:20.482 INFO O| Sep 06 23:30:20.482 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-09-06T23:30:21.315Z[ recovery-image] Sep 06 23:30:20.507 INFO O| Sep 06 23:30:20.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51332024-09-06T23:30:21.315Z[ recovery-image] Sep 06 23:30:20.507 INFO O| Sep 06 23:30:20.507 INFO STEP 365 (remove_files) COMPLETE
51342024-09-06T23:30:21.315Z[ recovery-image] Sep 06 23:30:20.507 INFO O| Sep 06 23:30:20.507 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-09-06T23:30:21.342Z[ recovery-image] Sep 06 23:30:20.535 INFO O| Sep 06 23:30:20.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51362024-09-06T23:30:21.345Z[ recovery-image] Sep 06 23:30:20.536 INFO O| Sep 06 23:30:20.536 INFO STEP 366 (remove_files) COMPLETE
51372024-09-06T23:30:21.345Z[ recovery-image] Sep 06 23:30:20.536 INFO O| Sep 06 23:30:20.536 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-09-06T23:30:21.368Z[ recovery-image] Sep 06 23:30:20.561 INFO O| Sep 06 23:30:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51392024-09-06T23:30:21.370Z[ recovery-image] Sep 06 23:30:20.561 INFO O| Sep 06 23:30:20.561 INFO STEP 367 (remove_files) COMPLETE
51402024-09-06T23:30:21.370Z[ recovery-image] Sep 06 23:30:20.561 INFO O| Sep 06 23:30:20.561 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-09-06T23:30:21.393Z[ recovery-image] Sep 06 23:30:20.586 INFO O| Sep 06 23:30:20.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51422024-09-06T23:30:21.396Z[ recovery-image] Sep 06 23:30:20.587 INFO O| Sep 06 23:30:20.587 INFO STEP 368 (remove_files) COMPLETE
51432024-09-06T23:30:21.396Z[ recovery-image] Sep 06 23:30:20.587 INFO O| Sep 06 23:30:20.587 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-09-06T23:30:21.418Z[ recovery-image] Sep 06 23:30:20.611 INFO O| Sep 06 23:30:20.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51452024-09-06T23:30:21.418Z[ recovery-image] Sep 06 23:30:20.611 INFO O| Sep 06 23:30:20.611 INFO STEP 369 (remove_files) COMPLETE
51462024-09-06T23:30:21.421Z[ recovery-image] Sep 06 23:30:20.611 INFO O| Sep 06 23:30:20.611 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-09-06T23:30:21.442Z[ recovery-image] Sep 06 23:30:20.635 INFO O| Sep 06 23:30:20.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51482024-09-06T23:30:21.442Z[ recovery-image] Sep 06 23:30:20.635 INFO O| Sep 06 23:30:20.635 INFO STEP 370 (remove_files) COMPLETE
51492024-09-06T23:30:21.442Z[ recovery-image] Sep 06 23:30:20.635 INFO O| Sep 06 23:30:20.635 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-09-06T23:30:21.463Z[ recovery-image] Sep 06 23:30:20.656 INFO O| Sep 06 23:30:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51512024-09-06T23:30:21.463Z[ recovery-image] Sep 06 23:30:20.656 INFO O| Sep 06 23:30:20.656 INFO STEP 371 (remove_files) COMPLETE
51522024-09-06T23:30:21.465Z[ recovery-image] Sep 06 23:30:20.656 INFO O| Sep 06 23:30:20.656 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-09-06T23:30:21.481Z[ recovery-image] Sep 06 23:30:20.674 INFO O| Sep 06 23:30:20.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51542024-09-06T23:30:21.481Z[ recovery-image] Sep 06 23:30:20.674 INFO O| Sep 06 23:30:20.674 INFO STEP 372 (remove_files) COMPLETE
51552024-09-06T23:30:21.481Z[ recovery-image] Sep 06 23:30:20.674 INFO O| Sep 06 23:30:20.674 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-09-06T23:30:21.499Z[ recovery-image] Sep 06 23:30:20.692 INFO O| Sep 06 23:30:20.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51572024-09-06T23:30:21.499Z[ recovery-image] Sep 06 23:30:20.692 INFO O| Sep 06 23:30:20.692 INFO STEP 373 (remove_files) COMPLETE
51582024-09-06T23:30:21.501Z[ recovery-image] Sep 06 23:30:20.692 INFO O| Sep 06 23:30:20.692 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-09-06T23:30:21.523Z[ recovery-image] Sep 06 23:30:20.716 INFO O| Sep 06 23:30:20.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51602024-09-06T23:30:21.523Z[ recovery-image] Sep 06 23:30:20.716 INFO O| Sep 06 23:30:20.716 INFO STEP 374 (remove_files) COMPLETE
51612024-09-06T23:30:21.523Z[ recovery-image] Sep 06 23:30:20.716 INFO O| Sep 06 23:30:20.716 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-09-06T23:30:21.544Z[ recovery-image] Sep 06 23:30:20.737 INFO O| Sep 06 23:30:20.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51632024-09-06T23:30:21.546Z[ recovery-image] Sep 06 23:30:20.738 INFO O| Sep 06 23:30:20.738 INFO STEP 375 (remove_files) COMPLETE
51642024-09-06T23:30:21.547Z[ recovery-image] Sep 06 23:30:20.738 INFO O| Sep 06 23:30:20.738 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-09-06T23:30:21.568Z[ recovery-image] Sep 06 23:30:20.761 INFO O| Sep 06 23:30:20.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51662024-09-06T23:30:21.568Z[ recovery-image] Sep 06 23:30:20.761 INFO O| Sep 06 23:30:20.761 INFO STEP 376 (remove_files) COMPLETE
51672024-09-06T23:30:21.570Z[ recovery-image] Sep 06 23:30:20.761 INFO O| Sep 06 23:30:20.761 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-09-06T23:30:21.586Z[ recovery-image] Sep 06 23:30:20.779 INFO O| Sep 06 23:30:20.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51692024-09-06T23:30:21.586Z[ recovery-image] Sep 06 23:30:20.779 INFO O| Sep 06 23:30:20.779 INFO STEP 377 (remove_files) COMPLETE
51702024-09-06T23:30:21.588Z[ recovery-image] Sep 06 23:30:20.779 INFO O| Sep 06 23:30:20.779 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-09-06T23:30:21.607Z[ recovery-image] Sep 06 23:30:20.800 INFO O| Sep 06 23:30:20.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51722024-09-06T23:30:21.609Z[ recovery-image] Sep 06 23:30:20.800 INFO O| Sep 06 23:30:20.800 INFO STEP 378 (remove_files) COMPLETE
51732024-09-06T23:30:21.609Z[ recovery-image] Sep 06 23:30:20.800 INFO O| Sep 06 23:30:20.800 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-09-06T23:30:21.627Z[ recovery-image] Sep 06 23:30:20.820 INFO O| Sep 06 23:30:20.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51752024-09-06T23:30:21.629Z[ recovery-image] Sep 06 23:30:20.820 INFO O| Sep 06 23:30:20.820 INFO STEP 379 (remove_files) COMPLETE
51762024-09-06T23:30:21.629Z[ recovery-image] Sep 06 23:30:20.821 INFO O| Sep 06 23:30:20.820 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-09-06T23:30:21.646Z[ recovery-image] Sep 06 23:30:20.839 INFO O| Sep 06 23:30:20.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51782024-09-06T23:30:21.648Z[ recovery-image] Sep 06 23:30:20.839 INFO O| Sep 06 23:30:20.839 INFO STEP 380 (remove_files) COMPLETE
51792024-09-06T23:30:21.648Z[ recovery-image] Sep 06 23:30:20.839 INFO O| Sep 06 23:30:20.839 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-09-06T23:30:21.665Z[ recovery-image] Sep 06 23:30:20.858 INFO O| Sep 06 23:30:20.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51812024-09-06T23:30:21.665Z[ recovery-image] Sep 06 23:30:20.859 INFO O| Sep 06 23:30:20.858 INFO STEP 381 (remove_files) COMPLETE
51822024-09-06T23:30:21.665Z[ recovery-image] Sep 06 23:30:20.859 INFO O| Sep 06 23:30:20.858 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-09-06T23:30:21.685Z[ recovery-image] Sep 06 23:30:20.878 INFO O| Sep 06 23:30:20.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51842024-09-06T23:30:21.685Z[ recovery-image] Sep 06 23:30:20.878 INFO O| Sep 06 23:30:20.878 INFO STEP 382 (remove_files) COMPLETE
51852024-09-06T23:30:21.687Z[ recovery-image] Sep 06 23:30:20.878 INFO O| Sep 06 23:30:20.878 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-09-06T23:30:21.704Z[ recovery-image] Sep 06 23:30:20.897 INFO O| Sep 06 23:30:20.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51872024-09-06T23:30:21.706Z[ recovery-image] Sep 06 23:30:20.897 INFO O| Sep 06 23:30:20.897 INFO STEP 383 (remove_files) COMPLETE
51882024-09-06T23:30:21.706Z[ recovery-image] Sep 06 23:30:20.897 INFO O| Sep 06 23:30:20.897 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-09-06T23:30:21.724Z[ recovery-image] Sep 06 23:30:20.917 INFO O| Sep 06 23:30:20.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51902024-09-06T23:30:21.726Z[ recovery-image] Sep 06 23:30:20.917 INFO O| Sep 06 23:30:20.917 INFO STEP 384 (remove_files) COMPLETE
51912024-09-06T23:30:21.726Z[ recovery-image] Sep 06 23:30:20.917 INFO O| Sep 06 23:30:20.917 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-09-06T23:30:21.743Z[ recovery-image] Sep 06 23:30:20.936 INFO O| Sep 06 23:30:20.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51932024-09-06T23:30:21.746Z[ recovery-image] Sep 06 23:30:20.937 INFO O| Sep 06 23:30:20.936 INFO STEP 385 (remove_files) COMPLETE
51942024-09-06T23:30:21.746Z[ recovery-image] Sep 06 23:30:20.937 INFO O| Sep 06 23:30:20.937 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-09-06T23:30:21.763Z[ recovery-image] Sep 06 23:30:20.956 INFO O| Sep 06 23:30:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51962024-09-06T23:30:21.765Z[ recovery-image] Sep 06 23:30:20.956 INFO O| Sep 06 23:30:20.956 INFO STEP 386 (remove_files) COMPLETE
51972024-09-06T23:30:21.765Z[ recovery-image] Sep 06 23:30:20.956 INFO O| Sep 06 23:30:20.956 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-09-06T23:30:21.783Z[ recovery-image] Sep 06 23:30:20.976 INFO O| Sep 06 23:30:20.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51992024-09-06T23:30:21.785Z[ recovery-image] Sep 06 23:30:20.976 INFO O| Sep 06 23:30:20.976 INFO STEP 387 (remove_files) COMPLETE
52002024-09-06T23:30:21.785Z[ recovery-image] Sep 06 23:30:20.977 INFO O| Sep 06 23:30:20.976 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-09-06T23:30:21.803Z[ recovery-image] Sep 06 23:30:20.996 INFO O| Sep 06 23:30:20.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52022024-09-06T23:30:21.806Z[ recovery-image] Sep 06 23:30:20.996 INFO O| Sep 06 23:30:20.996 INFO STEP 388 (remove_files) COMPLETE
52032024-09-06T23:30:21.806Z[ recovery-image] Sep 06 23:30:20.996 INFO O| Sep 06 23:30:20.996 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-09-06T23:30:21.825Z[ recovery-image] Sep 06 23:30:21.018 INFO O| Sep 06 23:30:21.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52052024-09-06T23:30:21.827Z[ recovery-image] Sep 06 23:30:21.019 INFO O| Sep 06 23:30:21.018 INFO STEP 389 (remove_files) COMPLETE
52062024-09-06T23:30:21.827Z[ recovery-image] Sep 06 23:30:21.019 INFO O| Sep 06 23:30:21.019 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-06T23:30:21.846Z[ recovery-image] Sep 06 23:30:21.039 INFO O| Sep 06 23:30:21.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52082024-09-06T23:30:21.848Z[ recovery-image] Sep 06 23:30:21.039 INFO O| Sep 06 23:30:21.039 INFO STEP 390 (remove_files) COMPLETE
52092024-09-06T23:30:21.848Z[ recovery-image] Sep 06 23:30:21.039 INFO O| Sep 06 23:30:21.039 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-06T23:30:21.866Z[ recovery-image] Sep 06 23:30:21.059 INFO O| Sep 06 23:30:21.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52112024-09-06T23:30:21.868Z[ recovery-image] Sep 06 23:30:21.059 INFO O| Sep 06 23:30:21.059 INFO STEP 391 (remove_files) COMPLETE
52122024-09-06T23:30:21.868Z[ recovery-image] Sep 06 23:30:21.059 INFO O| Sep 06 23:30:21.059 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-06T23:30:21.885Z[ recovery-image] Sep 06 23:30:21.078 INFO O| Sep 06 23:30:21.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52142024-09-06T23:30:21.887Z[ recovery-image] Sep 06 23:30:21.079 INFO O| Sep 06 23:30:21.078 INFO STEP 392 (remove_files) COMPLETE
52152024-09-06T23:30:21.887Z[ recovery-image] Sep 06 23:30:21.079 INFO O| Sep 06 23:30:21.079 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-06T23:30:21.905Z[ recovery-image] Sep 06 23:30:21.098 INFO O| Sep 06 23:30:21.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52172024-09-06T23:30:21.908Z[ recovery-image] Sep 06 23:30:21.098 INFO O| Sep 06 23:30:21.098 INFO STEP 393 (remove_files) COMPLETE
52182024-09-06T23:30:21.908Z[ recovery-image] Sep 06 23:30:21.098 INFO O| Sep 06 23:30:21.098 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-06T23:30:21.925Z[ recovery-image] Sep 06 23:30:21.118 INFO O| Sep 06 23:30:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52202024-09-06T23:30:21.928Z[ recovery-image] Sep 06 23:30:21.119 INFO O| Sep 06 23:30:21.118 INFO STEP 394 (remove_files) COMPLETE
52212024-09-06T23:30:21.928Z[ recovery-image] Sep 06 23:30:21.119 INFO O| Sep 06 23:30:21.118 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-06T23:30:21.945Z[ recovery-image] Sep 06 23:30:21.138 INFO O| Sep 06 23:30:21.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52232024-09-06T23:30:21.948Z[ recovery-image] Sep 06 23:30:21.138 INFO O| Sep 06 23:30:21.138 INFO STEP 395 (remove_files) COMPLETE
52242024-09-06T23:30:21.948Z[ recovery-image] Sep 06 23:30:21.139 INFO O| Sep 06 23:30:21.138 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-06T23:30:21.970Z[ recovery-image] Sep 06 23:30:21.163 INFO O| Sep 06 23:30:21.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52262024-09-06T23:30:21.972Z[ recovery-image] Sep 06 23:30:21.164 INFO O| Sep 06 23:30:21.164 INFO STEP 396 (remove_files) COMPLETE
52272024-09-06T23:30:21.975Z[ recovery-image] Sep 06 23:30:21.166 INFO O| Sep 06 23:30:21.164 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-06T23:30:22.030Z[ recovery-image] Sep 06 23:30:21.223 INFO O| Sep 06 23:30:21.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52292024-09-06T23:30:22.033Z[ recovery-image] Sep 06 23:30:21.223 INFO O| Sep 06 23:30:21.223 INFO STEP 397 (remove_files) COMPLETE
52302024-09-06T23:30:22.033Z[ recovery-image] Sep 06 23:30:21.223 INFO O| Sep 06 23:30:21.223 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-06T23:30:22.052Z[ recovery-image] Sep 06 23:30:21.245 INFO O| Sep 06 23:30:21.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52322024-09-06T23:30:22.054Z[ recovery-image] Sep 06 23:30:21.245 INFO O| Sep 06 23:30:21.245 INFO STEP 398 (remove_files) COMPLETE
52332024-09-06T23:30:22.054Z[ recovery-image] Sep 06 23:30:21.245 INFO O| Sep 06 23:30:21.245 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-06T23:30:22.081Z[ recovery-image] Sep 06 23:30:21.273 INFO O| Sep 06 23:30:21.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52352024-09-06T23:30:22.081Z[ recovery-image] Sep 06 23:30:21.273 INFO O| Sep 06 23:30:21.273 INFO STEP 399 (remove_files) COMPLETE
52362024-09-06T23:30:22.081Z[ recovery-image] Sep 06 23:30:21.273 INFO O| Sep 06 23:30:21.273 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-06T23:30:22.100Z[ recovery-image] Sep 06 23:30:21.293 INFO O| Sep 06 23:30:21.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52382024-09-06T23:30:22.100Z[ recovery-image] Sep 06 23:30:21.293 INFO O| Sep 06 23:30:21.293 INFO STEP 400 (remove_files) COMPLETE
52392024-09-06T23:30:22.100Z[ recovery-image] Sep 06 23:30:21.293 INFO O| Sep 06 23:30:21.293 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-06T23:30:22.118Z[ recovery-image] Sep 06 23:30:21.311 INFO O| Sep 06 23:30:21.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52412024-09-06T23:30:22.118Z[ recovery-image] Sep 06 23:30:21.311 INFO O| Sep 06 23:30:21.311 INFO STEP 401 (remove_files) COMPLETE
52422024-09-06T23:30:22.120Z[ recovery-image] Sep 06 23:30:21.311 INFO O| Sep 06 23:30:21.311 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-06T23:30:22.136Z[ recovery-image] Sep 06 23:30:21.329 INFO O| Sep 06 23:30:21.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52442024-09-06T23:30:22.136Z[ recovery-image] Sep 06 23:30:21.329 INFO O| Sep 06 23:30:21.329 INFO STEP 402 (remove_files) COMPLETE
52452024-09-06T23:30:22.136Z[ recovery-image] Sep 06 23:30:21.329 INFO O| Sep 06 23:30:21.329 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-06T23:30:22.145Z[ host-image] Sep 06 23:30:21.338 INFO O| Sep 06 23:30:21.338 INFO O| Download: Completed 20.80 MB in 0.88 seconds (23.5M/s)
52472024-09-06T23:30:22.169Z[ recovery-image] Sep 06 23:30:21.362 INFO O| Sep 06 23:30:21.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52482024-09-06T23:30:22.169Z[ recovery-image] Sep 06 23:30:21.362 INFO O| Sep 06 23:30:21.361 INFO STEP 403 (remove_files) COMPLETE
52492024-09-06T23:30:22.169Z[ recovery-image] Sep 06 23:30:21.362 INFO O| Sep 06 23:30:21.361 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-09-06T23:30:22.194Z[ recovery-image] Sep 06 23:30:21.387 INFO O| Sep 06 23:30:21.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52512024-09-06T23:30:22.194Z[ recovery-image] Sep 06 23:30:21.387 INFO O| Sep 06 23:30:21.387 INFO STEP 404 (remove_files) COMPLETE
52522024-09-06T23:30:22.194Z[ recovery-image] Sep 06 23:30:21.387 INFO O| Sep 06 23:30:21.387 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-09-06T23:30:22.206Z[ host-image] Sep 06 23:30:21.399 INFO O| Sep 06 23:30:21.399 INFO O| Actions: 1/22 actions (Installing new actions)
52542024-09-06T23:30:22.221Z[ recovery-image] Sep 06 23:30:21.414 INFO O| Sep 06 23:30:21.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52552024-09-06T23:30:22.221Z[ recovery-image] Sep 06 23:30:21.414 INFO O| Sep 06 23:30:21.414 INFO STEP 405 (remove_files) COMPLETE
52562024-09-06T23:30:22.221Z[ recovery-image] Sep 06 23:30:21.414 INFO O| Sep 06 23:30:21.414 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-09-06T23:30:22.246Z[ recovery-image] Sep 06 23:30:21.439 INFO O| Sep 06 23:30:21.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52582024-09-06T23:30:22.246Z[ recovery-image] Sep 06 23:30:21.439 INFO O| Sep 06 23:30:21.439 INFO STEP 406 (remove_files) COMPLETE
52592024-09-06T23:30:22.246Z[ recovery-image] Sep 06 23:30:21.439 INFO O| Sep 06 23:30:21.439 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-09-06T23:30:22.269Z[ recovery-image] Sep 06 23:30:21.462 INFO O| Sep 06 23:30:21.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52612024-09-06T23:30:22.269Z[ recovery-image] Sep 06 23:30:21.462 INFO O| Sep 06 23:30:21.462 INFO STEP 407 (remove_files) COMPLETE
52622024-09-06T23:30:22.272Z[ recovery-image] Sep 06 23:30:21.462 INFO O| Sep 06 23:30:21.462 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-09-06T23:30:22.290Z[ recovery-image] Sep 06 23:30:21.483 INFO O| Sep 06 23:30:21.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52642024-09-06T23:30:22.290Z[ recovery-image] Sep 06 23:30:21.483 INFO O| Sep 06 23:30:21.483 INFO STEP 408 (remove_files) COMPLETE
52652024-09-06T23:30:22.293Z[ recovery-image] Sep 06 23:30:21.483 INFO O| Sep 06 23:30:21.483 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-09-06T23:30:22.311Z[ recovery-image] Sep 06 23:30:21.503 INFO O| Sep 06 23:30:21.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52672024-09-06T23:30:22.311Z[ recovery-image] Sep 06 23:30:21.504 INFO O| Sep 06 23:30:21.504 INFO STEP 409 (remove_files) COMPLETE
52682024-09-06T23:30:22.313Z[ recovery-image] Sep 06 23:30:21.504 INFO O| Sep 06 23:30:21.504 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-09-06T23:30:22.330Z[ recovery-image] Sep 06 23:30:21.523 INFO O| Sep 06 23:30:21.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52702024-09-06T23:30:22.330Z[ recovery-image] Sep 06 23:30:21.523 INFO O| Sep 06 23:30:21.523 INFO STEP 410 (remove_files) COMPLETE
52712024-09-06T23:30:22.330Z[ recovery-image] Sep 06 23:30:21.523 INFO O| Sep 06 23:30:21.523 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-09-06T23:30:22.348Z[ recovery-image] Sep 06 23:30:21.541 INFO O| Sep 06 23:30:21.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52732024-09-06T23:30:22.348Z[ recovery-image] Sep 06 23:30:21.541 INFO O| Sep 06 23:30:21.541 INFO STEP 411 (remove_files) COMPLETE
52742024-09-06T23:30:22.350Z[ recovery-image] Sep 06 23:30:21.541 INFO O| Sep 06 23:30:21.541 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-09-06T23:30:22.366Z[ recovery-image] Sep 06 23:30:21.558 INFO O| Sep 06 23:30:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52762024-09-06T23:30:22.366Z[ recovery-image] Sep 06 23:30:21.558 INFO O| Sep 06 23:30:21.558 INFO STEP 412 (remove_files) COMPLETE
52772024-09-06T23:30:22.366Z[ recovery-image] Sep 06 23:30:21.558 INFO O| Sep 06 23:30:21.558 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-09-06T23:30:22.404Z[ recovery-image] Sep 06 23:30:21.597 INFO O| Sep 06 23:30:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52792024-09-06T23:30:22.404Z[ recovery-image] Sep 06 23:30:21.597 INFO O| Sep 06 23:30:21.597 INFO STEP 413 (remove_files) COMPLETE
52802024-09-06T23:30:22.404Z[ recovery-image] Sep 06 23:30:21.597 INFO O| Sep 06 23:30:21.597 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-09-06T23:30:22.427Z[ recovery-image] Sep 06 23:30:21.620 INFO O| Sep 06 23:30:21.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52822024-09-06T23:30:22.428Z[ recovery-image] Sep 06 23:30:21.621 INFO O| Sep 06 23:30:21.620 INFO STEP 414 (remove_files) COMPLETE
52832024-09-06T23:30:22.430Z[ recovery-image] Sep 06 23:30:21.621 INFO O| Sep 06 23:30:21.621 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-09-06T23:30:22.449Z[ recovery-image] Sep 06 23:30:21.642 INFO O| Sep 06 23:30:21.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52852024-09-06T23:30:22.449Z[ recovery-image] Sep 06 23:30:21.642 INFO O| Sep 06 23:30:21.642 INFO STEP 415 (remove_files) COMPLETE
52862024-09-06T23:30:22.451Z[ recovery-image] Sep 06 23:30:21.642 INFO O| Sep 06 23:30:21.642 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-09-06T23:30:22.471Z[ recovery-image] Sep 06 23:30:21.662 INFO O| Sep 06 23:30:21.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52882024-09-06T23:30:22.480Z[ recovery-image] Sep 06 23:30:21.673 INFO O| Sep 06 23:30:21.673 INFO STEP 416 (remove_files) COMPLETE
52892024-09-06T23:30:22.480Z[ recovery-image] Sep 06 23:30:21.673 INFO O| Sep 06 23:30:21.673 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-09-06T23:30:22.536Z[ recovery-image] Sep 06 23:30:21.729 INFO O| Sep 06 23:30:21.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52912024-09-06T23:30:22.536Z[ recovery-image] Sep 06 23:30:21.729 INFO O| Sep 06 23:30:21.729 INFO STEP 417 (remove_files) COMPLETE
52922024-09-06T23:30:22.538Z[ recovery-image] Sep 06 23:30:21.729 INFO O| Sep 06 23:30:21.729 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-09-06T23:30:22.554Z[ recovery-image] Sep 06 23:30:21.747 INFO O| Sep 06 23:30:21.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52942024-09-06T23:30:22.554Z[ recovery-image] Sep 06 23:30:21.747 INFO O| Sep 06 23:30:21.747 INFO STEP 418 (remove_files) COMPLETE
52952024-09-06T23:30:22.556Z[ recovery-image] Sep 06 23:30:21.747 INFO O| Sep 06 23:30:21.747 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-09-06T23:30:22.576Z[ recovery-image] Sep 06 23:30:21.768 INFO O| Sep 06 23:30:21.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52972024-09-06T23:30:22.576Z[ recovery-image] Sep 06 23:30:21.768 INFO O| Sep 06 23:30:21.768 INFO STEP 419 (remove_files) COMPLETE
52982024-09-06T23:30:22.576Z[ recovery-image] Sep 06 23:30:21.768 INFO O| Sep 06 23:30:21.768 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-09-06T23:30:22.613Z[ recovery-image] Sep 06 23:30:21.806 INFO O| Sep 06 23:30:21.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53002024-09-06T23:30:22.613Z[ recovery-image] Sep 06 23:30:21.806 INFO O| Sep 06 23:30:21.806 INFO STEP 420 (remove_files) COMPLETE
53012024-09-06T23:30:22.613Z[ recovery-image] Sep 06 23:30:21.806 INFO O| Sep 06 23:30:21.806 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-09-06T23:30:22.633Z[ recovery-image] Sep 06 23:30:21.826 INFO O| Sep 06 23:30:21.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53032024-09-06T23:30:22.633Z[ recovery-image] Sep 06 23:30:21.826 INFO O| Sep 06 23:30:21.826 INFO STEP 421 (remove_files) COMPLETE
53042024-09-06T23:30:22.633Z[ recovery-image] Sep 06 23:30:21.826 INFO O| Sep 06 23:30:21.826 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-09-06T23:30:22.652Z[ recovery-image] Sep 06 23:30:21.845 INFO O| Sep 06 23:30:21.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53062024-09-06T23:30:22.653Z[ recovery-image] Sep 06 23:30:21.846 INFO O| Sep 06 23:30:21.845 INFO STEP 422 (remove_files) COMPLETE
53072024-09-06T23:30:22.653Z[ recovery-image] Sep 06 23:30:21.846 INFO O| Sep 06 23:30:21.846 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-09-06T23:30:22.671Z[ recovery-image] Sep 06 23:30:21.864 INFO O| Sep 06 23:30:21.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53092024-09-06T23:30:22.671Z[ recovery-image] Sep 06 23:30:21.864 INFO O| Sep 06 23:30:21.864 INFO STEP 423 (remove_files) COMPLETE
53102024-09-06T23:30:22.671Z[ recovery-image] Sep 06 23:30:21.864 INFO O| Sep 06 23:30:21.864 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-09-06T23:30:22.690Z[ recovery-image] Sep 06 23:30:21.883 INFO O| Sep 06 23:30:21.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53122024-09-06T23:30:22.690Z[ recovery-image] Sep 06 23:30:21.883 INFO O| Sep 06 23:30:21.883 INFO STEP 424 (remove_files) COMPLETE
53132024-09-06T23:30:22.693Z[ recovery-image] Sep 06 23:30:21.883 INFO O| Sep 06 23:30:21.883 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-09-06T23:30:22.710Z[ recovery-image] Sep 06 23:30:21.903 INFO O| Sep 06 23:30:21.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53152024-09-06T23:30:22.710Z[ recovery-image] Sep 06 23:30:21.903 INFO O| Sep 06 23:30:21.903 INFO STEP 425 (remove_files) COMPLETE
53162024-09-06T23:30:22.712Z[ recovery-image] Sep 06 23:30:21.903 INFO O| Sep 06 23:30:21.903 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-09-06T23:30:22.731Z[ recovery-image] Sep 06 23:30:21.922 INFO O| Sep 06 23:30:21.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53182024-09-06T23:30:22.731Z[ recovery-image] Sep 06 23:30:21.922 INFO O| Sep 06 23:30:21.922 INFO STEP 426 (remove_files) COMPLETE
53192024-09-06T23:30:22.731Z[ recovery-image] Sep 06 23:30:21.923 INFO O| Sep 06 23:30:21.922 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-09-06T23:30:22.746Z[ recovery-image] Sep 06 23:30:21.939 INFO O| Sep 06 23:30:21.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53212024-09-06T23:30:22.746Z[ recovery-image] Sep 06 23:30:21.939 INFO O| Sep 06 23:30:21.939 INFO STEP 427 (remove_files) COMPLETE
53222024-09-06T23:30:22.746Z[ recovery-image] Sep 06 23:30:21.939 INFO O| Sep 06 23:30:21.939 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-09-06T23:30:22.763Z[ recovery-image] Sep 06 23:30:21.956 INFO O| Sep 06 23:30:21.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53242024-09-06T23:30:22.763Z[ recovery-image] Sep 06 23:30:21.956 INFO O| Sep 06 23:30:21.956 INFO STEP 428 (remove_files) COMPLETE
53252024-09-06T23:30:22.765Z[ recovery-image] Sep 06 23:30:21.956 INFO O| Sep 06 23:30:21.956 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-09-06T23:30:22.791Z[ recovery-image] Sep 06 23:30:21.983 INFO O| Sep 06 23:30:21.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53272024-09-06T23:30:22.791Z[ recovery-image] Sep 06 23:30:21.983 INFO O| Sep 06 23:30:21.983 INFO STEP 429 (remove_files) COMPLETE
53282024-09-06T23:30:22.791Z[ recovery-image] Sep 06 23:30:21.983 INFO O| Sep 06 23:30:21.983 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-09-06T23:30:22.811Z[ recovery-image] Sep 06 23:30:22.004 INFO O| Sep 06 23:30:22.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53302024-09-06T23:30:22.811Z[ recovery-image] Sep 06 23:30:22.004 INFO O| Sep 06 23:30:22.004 INFO STEP 430 (remove_files) COMPLETE
53312024-09-06T23:30:22.814Z[ recovery-image] Sep 06 23:30:22.004 INFO O| Sep 06 23:30:22.004 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-09-06T23:30:22.831Z[ recovery-image] Sep 06 23:30:22.024 INFO O| Sep 06 23:30:22.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53332024-09-06T23:30:22.832Z[ recovery-image] Sep 06 23:30:22.024 INFO O| Sep 06 23:30:22.024 INFO STEP 431 (remove_files) COMPLETE
53342024-09-06T23:30:22.832Z[ recovery-image] Sep 06 23:30:22.024 INFO O| Sep 06 23:30:22.024 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-09-06T23:30:22.851Z[ recovery-image] Sep 06 23:30:22.043 INFO O| Sep 06 23:30:22.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53362024-09-06T23:30:22.851Z[ recovery-image] Sep 06 23:30:22.043 INFO O| Sep 06 23:30:22.043 INFO STEP 432 (remove_files) COMPLETE
53372024-09-06T23:30:22.851Z[ recovery-image] Sep 06 23:30:22.043 INFO O| Sep 06 23:30:22.043 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-09-06T23:30:22.867Z[ recovery-image] Sep 06 23:30:22.060 INFO O| Sep 06 23:30:22.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53392024-09-06T23:30:22.868Z[ recovery-image] Sep 06 23:30:22.060 INFO O| Sep 06 23:30:22.060 INFO STEP 433 (remove_files) COMPLETE
53402024-09-06T23:30:22.872Z[ recovery-image] Sep 06 23:30:22.060 INFO O| Sep 06 23:30:22.060 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-09-06T23:30:22.885Z[ recovery-image] Sep 06 23:30:22.078 INFO O| Sep 06 23:30:22.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53422024-09-06T23:30:22.885Z[ recovery-image] Sep 06 23:30:22.078 INFO O| Sep 06 23:30:22.078 INFO STEP 434 (remove_files) COMPLETE
53432024-09-06T23:30:22.885Z[ recovery-image] Sep 06 23:30:22.078 INFO O| Sep 06 23:30:22.078 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-09-06T23:30:22.903Z[ recovery-image] Sep 06 23:30:22.095 INFO O| Sep 06 23:30:22.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53452024-09-06T23:30:22.903Z[ recovery-image] Sep 06 23:30:22.095 INFO O| Sep 06 23:30:22.095 INFO STEP 435 (remove_files) COMPLETE
53462024-09-06T23:30:22.903Z[ recovery-image] Sep 06 23:30:22.095 INFO O| Sep 06 23:30:22.095 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-09-06T23:30:22.932Z[ recovery-image] Sep 06 23:30:22.125 INFO O| Sep 06 23:30:22.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53482024-09-06T23:30:22.932Z[ recovery-image] Sep 06 23:30:22.125 INFO O| Sep 06 23:30:22.125 INFO STEP 436 (remove_files) COMPLETE
53492024-09-06T23:30:22.932Z[ recovery-image] Sep 06 23:30:22.125 INFO O| Sep 06 23:30:22.125 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-09-06T23:30:22.991Z[ recovery-image] Sep 06 23:30:22.184 INFO O| Sep 06 23:30:22.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53512024-09-06T23:30:22.991Z[ recovery-image] Sep 06 23:30:22.184 INFO O| Sep 06 23:30:22.184 INFO STEP 437 (remove_files) COMPLETE
53522024-09-06T23:30:22.993Z[ recovery-image] Sep 06 23:30:22.184 INFO O| Sep 06 23:30:22.184 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-09-06T23:30:23.013Z[ recovery-image] Sep 06 23:30:22.206 INFO O| Sep 06 23:30:22.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53542024-09-06T23:30:23.014Z[ recovery-image] Sep 06 23:30:22.206 INFO O| Sep 06 23:30:22.206 INFO STEP 438 (remove_files) COMPLETE
53552024-09-06T23:30:23.016Z[ recovery-image] Sep 06 23:30:22.206 INFO O| Sep 06 23:30:22.206 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-09-06T23:30:23.038Z[ recovery-image] Sep 06 23:30:22.230 INFO O| Sep 06 23:30:22.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53572024-09-06T23:30:23.038Z[ recovery-image] Sep 06 23:30:22.230 INFO O| Sep 06 23:30:22.230 INFO STEP 439 (remove_files) COMPLETE
53582024-09-06T23:30:23.038Z[ recovery-image] Sep 06 23:30:22.230 INFO O| Sep 06 23:30:22.230 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-09-06T23:30:23.061Z[ recovery-image] Sep 06 23:30:22.254 INFO O| Sep 06 23:30:22.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53602024-09-06T23:30:23.064Z[ recovery-image] Sep 06 23:30:22.254 INFO O| Sep 06 23:30:22.254 INFO STEP 440 (remove_files) COMPLETE
53612024-09-06T23:30:23.064Z[ recovery-image] Sep 06 23:30:22.254 INFO O| Sep 06 23:30:22.254 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-09-06T23:30:23.066Z[ host-image] Sep 06 23:30:22.257 INFO O| Sep 06 23:30:22.257 INFO O| Actions: Completed 22 actions in 0.86 seconds.
53632024-09-06T23:30:23.098Z[ recovery-image] Sep 06 23:30:22.290 INFO O| Sep 06 23:30:22.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53642024-09-06T23:30:23.098Z[ recovery-image] Sep 06 23:30:22.290 INFO O| Sep 06 23:30:22.290 INFO STEP 441 (remove_files) COMPLETE
53652024-09-06T23:30:23.098Z[ recovery-image] Sep 06 23:30:22.290 INFO O| Sep 06 23:30:22.290 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-09-06T23:30:23.116Z[ recovery-image] Sep 06 23:30:22.308 INFO O| Sep 06 23:30:22.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53672024-09-06T23:30:23.116Z[ recovery-image] Sep 06 23:30:22.308 INFO O| Sep 06 23:30:22.308 INFO STEP 442 (remove_files) COMPLETE
53682024-09-06T23:30:23.116Z[ recovery-image] Sep 06 23:30:22.308 INFO O| Sep 06 23:30:22.308 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-09-06T23:30:23.133Z[ recovery-image] Sep 06 23:30:22.325 INFO O| Sep 06 23:30:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53702024-09-06T23:30:23.133Z[ recovery-image] Sep 06 23:30:22.325 INFO O| Sep 06 23:30:22.325 INFO STEP 443 (remove_files) COMPLETE
53712024-09-06T23:30:23.133Z[ recovery-image] Sep 06 23:30:22.325 INFO O| Sep 06 23:30:22.325 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-09-06T23:30:23.152Z[ recovery-image] Sep 06 23:30:22.345 INFO O| Sep 06 23:30:22.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53732024-09-06T23:30:23.152Z[ recovery-image] Sep 06 23:30:22.345 INFO O| Sep 06 23:30:22.345 INFO STEP 444 (remove_files) COMPLETE
53742024-09-06T23:30:23.152Z[ recovery-image] Sep 06 23:30:22.345 INFO O| Sep 06 23:30:22.345 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-09-06T23:30:23.173Z[ recovery-image] Sep 06 23:30:22.365 INFO O| Sep 06 23:30:22.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53762024-09-06T23:30:23.173Z[ recovery-image] Sep 06 23:30:22.365 INFO O| Sep 06 23:30:22.365 INFO STEP 445 (remove_files) COMPLETE
53772024-09-06T23:30:23.173Z[ recovery-image] Sep 06 23:30:22.366 INFO O| Sep 06 23:30:22.365 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-09-06T23:30:23.195Z[ recovery-image] Sep 06 23:30:22.387 INFO O| Sep 06 23:30:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53792024-09-06T23:30:23.195Z[ recovery-image] Sep 06 23:30:22.387 INFO O| Sep 06 23:30:22.387 INFO STEP 446 (remove_files) COMPLETE
53802024-09-06T23:30:23.195Z[ recovery-image] Sep 06 23:30:22.387 INFO O| Sep 06 23:30:22.387 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-09-06T23:30:23.257Z[ recovery-image] Sep 06 23:30:22.450 INFO O| Sep 06 23:30:22.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53822024-09-06T23:30:23.257Z[ recovery-image] Sep 06 23:30:22.450 INFO O| Sep 06 23:30:22.450 INFO STEP 447 (remove_files) COMPLETE
53832024-09-06T23:30:23.257Z[ recovery-image] Sep 06 23:30:22.450 INFO O| Sep 06 23:30:22.450 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-09-06T23:30:23.283Z[ recovery-image] Sep 06 23:30:22.474 INFO O| Sep 06 23:30:22.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53852024-09-06T23:30:23.283Z[ recovery-image] Sep 06 23:30:22.475 INFO O| Sep 06 23:30:22.475 INFO STEP 448 (remove_files) COMPLETE
53862024-09-06T23:30:23.283Z[ recovery-image] Sep 06 23:30:22.475 INFO O| Sep 06 23:30:22.475 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-09-06T23:30:23.320Z[ recovery-image] Sep 06 23:30:22.513 INFO O| Sep 06 23:30:22.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53882024-09-06T23:30:23.320Z[ recovery-image] Sep 06 23:30:22.513 INFO O| Sep 06 23:30:22.513 INFO STEP 449 (remove_files) COMPLETE
53892024-09-06T23:30:23.320Z[ recovery-image] Sep 06 23:30:22.513 INFO O| Sep 06 23:30:22.513 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-09-06T23:30:23.343Z[ recovery-image] Sep 06 23:30:22.535 INFO O| Sep 06 23:30:22.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53912024-09-06T23:30:23.343Z[ recovery-image] Sep 06 23:30:22.536 INFO O| Sep 06 23:30:22.536 INFO STEP 450 (remove_files) COMPLETE
53922024-09-06T23:30:23.343Z[ recovery-image] Sep 06 23:30:22.536 INFO O| Sep 06 23:30:22.536 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-09-06T23:30:23.364Z[ recovery-image] Sep 06 23:30:22.557 INFO O| Sep 06 23:30:22.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53942024-09-06T23:30:23.364Z[ recovery-image] Sep 06 23:30:22.557 INFO O| Sep 06 23:30:22.557 INFO STEP 451 (remove_files) COMPLETE
53952024-09-06T23:30:23.364Z[ recovery-image] Sep 06 23:30:22.557 INFO O| Sep 06 23:30:22.557 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-09-06T23:30:23.383Z[ recovery-image] Sep 06 23:30:22.576 INFO O| Sep 06 23:30:22.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53972024-09-06T23:30:23.383Z[ recovery-image] Sep 06 23:30:22.576 INFO O| Sep 06 23:30:22.576 INFO STEP 452 (remove_files) COMPLETE
53982024-09-06T23:30:23.386Z[ recovery-image] Sep 06 23:30:22.576 INFO O| Sep 06 23:30:22.576 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-09-06T23:30:23.402Z[ recovery-image] Sep 06 23:30:22.594 INFO O| Sep 06 23:30:22.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54002024-09-06T23:30:23.404Z[ recovery-image] Sep 06 23:30:22.594 INFO O| Sep 06 23:30:22.594 INFO STEP 453 (remove_files) COMPLETE
54012024-09-06T23:30:23.404Z[ recovery-image] Sep 06 23:30:22.594 INFO O| Sep 06 23:30:22.594 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-09-06T23:30:23.422Z[ recovery-image] Sep 06 23:30:22.614 INFO O| Sep 06 23:30:22.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54032024-09-06T23:30:23.422Z[ recovery-image] Sep 06 23:30:22.614 INFO O| Sep 06 23:30:22.614 INFO STEP 454 (remove_files) COMPLETE
54042024-09-06T23:30:23.422Z[ recovery-image] Sep 06 23:30:22.615 INFO O| Sep 06 23:30:22.614 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-09-06T23:30:23.450Z[ host-image] Sep 06 23:30:22.642 INFO O| Sep 06 23:30:22.642 INFO O| Done
54062024-09-06T23:30:23.450Z[ host-image] Sep 06 23:30:22.642 INFO O| Sep 06 23:30:22.642 INFO O| Done
54072024-09-06T23:30:23.523Z[ recovery-image] Sep 06 23:30:22.715 INFO O| Sep 06 23:30:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54082024-09-06T23:30:23.523Z[ recovery-image] Sep 06 23:30:22.715 INFO O| Sep 06 23:30:22.715 INFO STEP 455 (remove_files) COMPLETE
54092024-09-06T23:30:23.523Z[ recovery-image] Sep 06 23:30:22.715 INFO O| Sep 06 23:30:22.715 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-06T23:30:23.543Z[ recovery-image] Sep 06 23:30:22.736 INFO O| Sep 06 23:30:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54112024-09-06T23:30:23.543Z[ recovery-image] Sep 06 23:30:22.736 INFO O| Sep 06 23:30:22.736 INFO STEP 456 (remove_files) COMPLETE
54122024-09-06T23:30:23.543Z[ recovery-image] Sep 06 23:30:22.736 INFO O| Sep 06 23:30:22.736 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-06T23:30:23.564Z[ recovery-image] Sep 06 23:30:22.757 INFO O| Sep 06 23:30:22.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54142024-09-06T23:30:23.565Z[ recovery-image] Sep 06 23:30:22.757 INFO O| Sep 06 23:30:22.757 INFO STEP 457 (remove_files) COMPLETE
54152024-09-06T23:30:23.565Z[ recovery-image] Sep 06 23:30:22.757 INFO O| Sep 06 23:30:22.757 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-06T23:30:23.585Z[ recovery-image] Sep 06 23:30:22.777 INFO O| Sep 06 23:30:22.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54172024-09-06T23:30:23.585Z[ recovery-image] Sep 06 23:30:22.777 INFO O| Sep 06 23:30:22.777 INFO STEP 458 (remove_files) COMPLETE
54182024-09-06T23:30:23.585Z[ recovery-image] Sep 06 23:30:22.777 INFO O| Sep 06 23:30:22.777 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-06T23:30:23.604Z[ recovery-image] Sep 06 23:30:22.797 INFO O| Sep 06 23:30:22.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54202024-09-06T23:30:23.604Z[ recovery-image] Sep 06 23:30:22.797 INFO O| Sep 06 23:30:22.797 INFO STEP 459 (remove_files) COMPLETE
54212024-09-06T23:30:23.604Z[ recovery-image] Sep 06 23:30:22.797 INFO O| Sep 06 23:30:22.797 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-09-06T23:30:23.640Z[ recovery-image] Sep 06 23:30:22.833 INFO O| Sep 06 23:30:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54232024-09-06T23:30:23.640Z[ recovery-image] Sep 06 23:30:22.833 INFO O| Sep 06 23:30:22.833 INFO STEP 460 (remove_files) COMPLETE
54242024-09-06T23:30:23.644Z[ recovery-image] Sep 06 23:30:22.833 INFO O| Sep 06 23:30:22.833 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-09-06T23:30:23.662Z[ recovery-image] Sep 06 23:30:22.854 INFO O| Sep 06 23:30:22.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54262024-09-06T23:30:23.662Z[ recovery-image] Sep 06 23:30:22.855 INFO O| Sep 06 23:30:22.855 INFO STEP 461 (remove_files) COMPLETE
54272024-09-06T23:30:23.662Z[ recovery-image] Sep 06 23:30:22.855 INFO O| Sep 06 23:30:22.855 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-09-06T23:30:23.682Z[ recovery-image] Sep 06 23:30:22.875 INFO O| Sep 06 23:30:22.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54292024-09-06T23:30:23.682Z[ recovery-image] Sep 06 23:30:22.875 INFO O| Sep 06 23:30:22.875 INFO STEP 462 (remove_files) COMPLETE
54302024-09-06T23:30:23.684Z[ recovery-image] Sep 06 23:30:22.875 INFO O| Sep 06 23:30:22.875 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-09-06T23:30:23.703Z[ recovery-image] Sep 06 23:30:22.895 INFO O| Sep 06 23:30:22.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54322024-09-06T23:30:23.703Z[ recovery-image] Sep 06 23:30:22.896 INFO O| Sep 06 23:30:22.896 INFO STEP 463 (remove_files) COMPLETE
54332024-09-06T23:30:23.703Z[ recovery-image] Sep 06 23:30:22.896 INFO O| Sep 06 23:30:22.896 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-09-06T23:30:23.722Z[ recovery-image] Sep 06 23:30:22.915 INFO O| Sep 06 23:30:22.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54352024-09-06T23:30:23.722Z[ recovery-image] Sep 06 23:30:22.915 INFO O| Sep 06 23:30:22.915 INFO STEP 464 (remove_files) COMPLETE
54362024-09-06T23:30:23.722Z[ recovery-image] Sep 06 23:30:22.915 INFO O| Sep 06 23:30:22.915 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-09-06T23:30:23.741Z[ recovery-image] Sep 06 23:30:22.934 INFO O| Sep 06 23:30:22.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54382024-09-06T23:30:23.741Z[ recovery-image] Sep 06 23:30:22.934 INFO O| Sep 06 23:30:22.934 INFO STEP 465 (remove_files) COMPLETE
54392024-09-06T23:30:23.741Z[ recovery-image] Sep 06 23:30:22.934 INFO O| Sep 06 23:30:22.934 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-09-06T23:30:23.771Z[ recovery-image] Sep 06 23:30:22.964 INFO O| Sep 06 23:30:22.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54412024-09-06T23:30:23.774Z[ recovery-image] Sep 06 23:30:22.964 INFO O| Sep 06 23:30:22.964 INFO STEP 466 (remove_files) COMPLETE
54422024-09-06T23:30:23.774Z[ recovery-image] Sep 06 23:30:22.964 INFO O| Sep 06 23:30:22.964 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-09-06T23:30:23.817Z[ recovery-image] Sep 06 23:30:23.010 INFO O| Sep 06 23:30:23.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54442024-09-06T23:30:23.817Z[ recovery-image] Sep 06 23:30:23.010 INFO O| Sep 06 23:30:23.010 INFO STEP 467 (remove_files) COMPLETE
54452024-09-06T23:30:23.817Z[ recovery-image] Sep 06 23:30:23.010 INFO O| Sep 06 23:30:23.010 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-09-06T23:30:23.838Z[ recovery-image] Sep 06 23:30:23.031 INFO O| Sep 06 23:30:23.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54472024-09-06T23:30:23.838Z[ recovery-image] Sep 06 23:30:23.031 INFO O| Sep 06 23:30:23.031 INFO STEP 468 (remove_files) COMPLETE
54482024-09-06T23:30:23.840Z[ recovery-image] Sep 06 23:30:23.031 INFO O| Sep 06 23:30:23.031 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-09-06T23:30:23.859Z[ recovery-image] Sep 06 23:30:23.052 INFO O| Sep 06 23:30:23.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54502024-09-06T23:30:23.859Z[ recovery-image] Sep 06 23:30:23.052 INFO O| Sep 06 23:30:23.052 INFO STEP 469 (remove_files) COMPLETE
54512024-09-06T23:30:23.862Z[ recovery-image] Sep 06 23:30:23.052 INFO O| Sep 06 23:30:23.052 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-09-06T23:30:23.895Z[ recovery-image] Sep 06 23:30:23.088 INFO O| Sep 06 23:30:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54532024-09-06T23:30:23.895Z[ recovery-image] Sep 06 23:30:23.088 INFO O| Sep 06 23:30:23.088 INFO STEP 470 (remove_files) COMPLETE
54542024-09-06T23:30:23.895Z[ recovery-image] Sep 06 23:30:23.088 INFO O| Sep 06 23:30:23.088 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-09-06T23:30:23.917Z[ recovery-image] Sep 06 23:30:23.110 INFO O| Sep 06 23:30:23.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54562024-09-06T23:30:23.917Z[ recovery-image] Sep 06 23:30:23.110 INFO O| Sep 06 23:30:23.110 INFO STEP 471 (remove_files) COMPLETE
54572024-09-06T23:30:23.919Z[ recovery-image] Sep 06 23:30:23.110 INFO O| Sep 06 23:30:23.110 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-09-06T23:30:23.942Z[ recovery-image] Sep 06 23:30:23.133 INFO O| Sep 06 23:30:23.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54592024-09-06T23:30:23.942Z[ recovery-image] Sep 06 23:30:23.133 INFO O| Sep 06 23:30:23.133 INFO STEP 472 (remove_files) COMPLETE
54602024-09-06T23:30:23.942Z[ recovery-image] Sep 06 23:30:23.133 INFO O| Sep 06 23:30:23.133 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-09-06T23:30:23.979Z[ recovery-image] Sep 06 23:30:23.172 INFO O| Sep 06 23:30:23.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54622024-09-06T23:30:23.979Z[ recovery-image] Sep 06 23:30:23.172 INFO O| Sep 06 23:30:23.172 INFO STEP 473 (remove_files) COMPLETE
54632024-09-06T23:30:23.980Z[ recovery-image] Sep 06 23:30:23.172 INFO O| Sep 06 23:30:23.172 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-09-06T23:30:24.013Z[ recovery-image] Sep 06 23:30:23.205 INFO O| Sep 06 23:30:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54652024-09-06T23:30:24.013Z[ recovery-image] Sep 06 23:30:23.205 INFO O| Sep 06 23:30:23.205 INFO STEP 474 (remove_files) COMPLETE
54662024-09-06T23:30:24.013Z[ recovery-image] Sep 06 23:30:23.205 INFO O| Sep 06 23:30:23.205 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-09-06T23:30:24.032Z[ recovery-image] Sep 06 23:30:23.225 INFO O| Sep 06 23:30:23.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54682024-09-06T23:30:24.032Z[ recovery-image] Sep 06 23:30:23.225 INFO O| Sep 06 23:30:23.225 INFO STEP 475 (remove_files) COMPLETE
54692024-09-06T23:30:24.032Z[ recovery-image] Sep 06 23:30:23.225 INFO O| Sep 06 23:30:23.225 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-09-06T23:30:24.052Z[ recovery-image] Sep 06 23:30:23.244 INFO O| Sep 06 23:30:23.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54712024-09-06T23:30:24.052Z[ recovery-image] Sep 06 23:30:23.245 INFO O| Sep 06 23:30:23.245 INFO STEP 476 (remove_files) COMPLETE
54722024-09-06T23:30:24.052Z[ recovery-image] Sep 06 23:30:23.245 INFO O| Sep 06 23:30:23.245 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-09-06T23:30:24.072Z[ recovery-image] Sep 06 23:30:23.264 INFO O| Sep 06 23:30:23.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54742024-09-06T23:30:24.072Z[ recovery-image] Sep 06 23:30:23.264 INFO O| Sep 06 23:30:23.264 INFO STEP 477 (remove_files) COMPLETE
54752024-09-06T23:30:24.072Z[ recovery-image] Sep 06 23:30:23.264 INFO O| Sep 06 23:30:23.264 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-09-06T23:30:24.090Z[ recovery-image] Sep 06 23:30:23.282 INFO O| Sep 06 23:30:23.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54772024-09-06T23:30:24.090Z[ recovery-image] Sep 06 23:30:23.282 INFO O| Sep 06 23:30:23.282 INFO STEP 478 (remove_files) COMPLETE
54782024-09-06T23:30:24.092Z[ recovery-image] Sep 06 23:30:23.282 INFO O| Sep 06 23:30:23.282 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-09-06T23:30:24.107Z[ recovery-image] Sep 06 23:30:23.300 INFO O| Sep 06 23:30:23.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54802024-09-06T23:30:24.107Z[ recovery-image] Sep 06 23:30:23.300 INFO O| Sep 06 23:30:23.300 INFO STEP 479 (remove_files) COMPLETE
54812024-09-06T23:30:24.107Z[ recovery-image] Sep 06 23:30:23.300 INFO O| Sep 06 23:30:23.300 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-09-06T23:30:24.124Z[ recovery-image] Sep 06 23:30:23.317 INFO O| Sep 06 23:30:23.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54832024-09-06T23:30:24.142Z[ recovery-image] Sep 06 23:30:23.335 INFO O| Sep 06 23:30:23.335 INFO STEP 480 (remove_files) COMPLETE
54842024-09-06T23:30:24.142Z[ recovery-image] Sep 06 23:30:23.335 INFO O| Sep 06 23:30:23.335 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-09-06T23:30:24.173Z[ recovery-image] Sep 06 23:30:23.366 INFO O| Sep 06 23:30:23.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54862024-09-06T23:30:24.173Z[ recovery-image] Sep 06 23:30:23.366 INFO O| Sep 06 23:30:23.366 INFO STEP 481 (remove_files) COMPLETE
54872024-09-06T23:30:24.176Z[ recovery-image] Sep 06 23:30:23.366 INFO O| Sep 06 23:30:23.366 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-09-06T23:30:24.205Z[ recovery-image] Sep 06 23:30:23.398 INFO O| Sep 06 23:30:23.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54892024-09-06T23:30:24.205Z[ recovery-image] Sep 06 23:30:23.398 INFO O| Sep 06 23:30:23.398 INFO STEP 482 (remove_files) COMPLETE
54902024-09-06T23:30:24.205Z[ recovery-image] Sep 06 23:30:23.398 INFO O| Sep 06 23:30:23.398 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-09-06T23:30:24.245Z[ recovery-image] Sep 06 23:30:23.438 INFO O| Sep 06 23:30:23.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54922024-09-06T23:30:24.268Z[ recovery-image] Sep 06 23:30:23.461 INFO O| Sep 06 23:30:23.461 INFO STEP 483 (remove_files) COMPLETE
54932024-09-06T23:30:24.268Z[ recovery-image] Sep 06 23:30:23.461 INFO O| Sep 06 23:30:23.461 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-09-06T23:30:24.275Z[ host-image] Sep 06 23:30:23.468 INFO O| Sep 06 23:30:23.468 INFO O| Done
54952024-09-06T23:30:24.304Z[ recovery-image] Sep 06 23:30:23.495 INFO O| Sep 06 23:30:23.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54962024-09-06T23:30:24.304Z[ recovery-image] Sep 06 23:30:23.496 INFO O| Sep 06 23:30:23.495 INFO STEP 484 (remove_files) COMPLETE
54972024-09-06T23:30:24.304Z[ recovery-image] Sep 06 23:30:23.496 INFO O| Sep 06 23:30:23.495 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-09-06T23:30:24.339Z[ recovery-image] Sep 06 23:30:23.532 INFO O| Sep 06 23:30:23.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54992024-09-06T23:30:24.339Z[ recovery-image] Sep 06 23:30:23.532 INFO O| Sep 06 23:30:23.532 INFO STEP 485 (remove_files) COMPLETE
55002024-09-06T23:30:24.341Z[ recovery-image] Sep 06 23:30:23.532 INFO O| Sep 06 23:30:23.532 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-09-06T23:30:24.380Z[ recovery-image] Sep 06 23:30:23.573 INFO O| Sep 06 23:30:23.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55022024-09-06T23:30:24.380Z[ recovery-image] Sep 06 23:30:23.573 INFO O| Sep 06 23:30:23.573 INFO STEP 486 (remove_files) COMPLETE
55032024-09-06T23:30:24.380Z[ recovery-image] Sep 06 23:30:23.573 INFO O| Sep 06 23:30:23.573 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-09-06T23:30:24.398Z[ recovery-image] Sep 06 23:30:23.591 INFO O| Sep 06 23:30:23.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55052024-09-06T23:30:24.398Z[ recovery-image] Sep 06 23:30:23.591 INFO O| Sep 06 23:30:23.591 INFO STEP 487 (remove_files) COMPLETE
55062024-09-06T23:30:24.402Z[ recovery-image] Sep 06 23:30:23.591 INFO O| Sep 06 23:30:23.591 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-09-06T23:30:24.415Z[ recovery-image] Sep 06 23:30:23.607 INFO O| Sep 06 23:30:23.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55082024-09-06T23:30:24.415Z[ recovery-image] Sep 06 23:30:23.608 INFO O| Sep 06 23:30:23.608 INFO STEP 488 (remove_files) COMPLETE
55092024-09-06T23:30:24.418Z[ recovery-image] Sep 06 23:30:23.608 INFO O| Sep 06 23:30:23.608 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-09-06T23:30:24.432Z[ recovery-image] Sep 06 23:30:23.625 INFO O| Sep 06 23:30:23.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55112024-09-06T23:30:24.432Z[ recovery-image] Sep 06 23:30:23.625 INFO O| Sep 06 23:30:23.625 INFO STEP 489 (remove_files) COMPLETE
55122024-09-06T23:30:24.432Z[ recovery-image] Sep 06 23:30:23.625 INFO O| Sep 06 23:30:23.625 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-09-06T23:30:24.453Z[ recovery-image] Sep 06 23:30:23.645 INFO O| Sep 06 23:30:23.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55142024-09-06T23:30:24.453Z[ recovery-image] Sep 06 23:30:23.645 INFO O| Sep 06 23:30:23.645 INFO STEP 490 (remove_files) COMPLETE
55152024-09-06T23:30:24.453Z[ recovery-image] Sep 06 23:30:23.646 INFO O| Sep 06 23:30:23.645 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-09-06T23:30:24.472Z[ recovery-image] Sep 06 23:30:23.664 INFO O| Sep 06 23:30:23.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55172024-09-06T23:30:24.472Z[ recovery-image] Sep 06 23:30:23.664 INFO O| Sep 06 23:30:23.664 INFO STEP 491 (remove_files) COMPLETE
55182024-09-06T23:30:24.474Z[ recovery-image] Sep 06 23:30:23.664 INFO O| Sep 06 23:30:23.664 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-09-06T23:30:24.490Z[ recovery-image] Sep 06 23:30:23.682 INFO O| Sep 06 23:30:23.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55202024-09-06T23:30:24.490Z[ recovery-image] Sep 06 23:30:23.683 INFO O| Sep 06 23:30:23.682 INFO STEP 492 (remove_files) COMPLETE
55212024-09-06T23:30:24.490Z[ recovery-image] Sep 06 23:30:23.683 INFO O| Sep 06 23:30:23.683 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-09-06T23:30:24.509Z[ recovery-image] Sep 06 23:30:23.702 INFO O| Sep 06 23:30:23.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55232024-09-06T23:30:24.509Z[ recovery-image] Sep 06 23:30:23.702 INFO O| Sep 06 23:30:23.702 INFO STEP 493 (remove_files) COMPLETE
55242024-09-06T23:30:24.511Z[ recovery-image] Sep 06 23:30:23.702 INFO O| Sep 06 23:30:23.702 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-09-06T23:30:24.528Z[ recovery-image] Sep 06 23:30:23.721 INFO O| Sep 06 23:30:23.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55262024-09-06T23:30:24.528Z[ recovery-image] Sep 06 23:30:23.721 INFO O| Sep 06 23:30:23.721 INFO STEP 494 (remove_files) COMPLETE
55272024-09-06T23:30:24.531Z[ recovery-image] Sep 06 23:30:23.721 INFO O| Sep 06 23:30:23.721 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-09-06T23:30:24.564Z[ recovery-image] Sep 06 23:30:23.756 INFO O| Sep 06 23:30:23.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55292024-09-06T23:30:24.564Z[ recovery-image] Sep 06 23:30:23.756 INFO O| Sep 06 23:30:23.756 INFO STEP 495 (remove_files) COMPLETE
55302024-09-06T23:30:24.564Z[ recovery-image] Sep 06 23:30:23.756 INFO O| Sep 06 23:30:23.756 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-09-06T23:30:24.583Z[ recovery-image] Sep 06 23:30:23.776 INFO O| Sep 06 23:30:23.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55322024-09-06T23:30:24.583Z[ recovery-image] Sep 06 23:30:23.776 INFO O| Sep 06 23:30:23.776 INFO STEP 496 (remove_files) COMPLETE
55332024-09-06T23:30:24.583Z[ recovery-image] Sep 06 23:30:23.776 INFO O| Sep 06 23:30:23.776 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-09-06T23:30:24.602Z[ recovery-image] Sep 06 23:30:23.795 INFO O| Sep 06 23:30:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55352024-09-06T23:30:24.602Z[ recovery-image] Sep 06 23:30:23.795 INFO O| Sep 06 23:30:23.795 INFO STEP 497 (remove_files) COMPLETE
55362024-09-06T23:30:24.602Z[ recovery-image] Sep 06 23:30:23.795 INFO O| Sep 06 23:30:23.795 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-09-06T23:30:24.621Z[ recovery-image] Sep 06 23:30:23.814 INFO O| Sep 06 23:30:23.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55382024-09-06T23:30:24.621Z[ recovery-image] Sep 06 23:30:23.814 INFO O| Sep 06 23:30:23.814 INFO STEP 498 (remove_files) COMPLETE
55392024-09-06T23:30:24.624Z[ recovery-image] Sep 06 23:30:23.814 INFO O| Sep 06 23:30:23.814 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-09-06T23:30:24.640Z[ recovery-image] Sep 06 23:30:23.833 INFO O| Sep 06 23:30:23.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55412024-09-06T23:30:24.640Z[ recovery-image] Sep 06 23:30:23.833 INFO O| Sep 06 23:30:23.833 INFO STEP 499 (remove_files) COMPLETE
55422024-09-06T23:30:24.640Z[ recovery-image] Sep 06 23:30:23.833 INFO O| Sep 06 23:30:23.833 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-09-06T23:30:24.660Z[ recovery-image] Sep 06 23:30:23.853 INFO O| Sep 06 23:30:23.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55442024-09-06T23:30:24.660Z[ recovery-image] Sep 06 23:30:23.853 INFO O| Sep 06 23:30:23.853 INFO STEP 500 (remove_files) COMPLETE
55452024-09-06T23:30:24.663Z[ recovery-image] Sep 06 23:30:23.853 INFO O| Sep 06 23:30:23.853 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-09-06T23:30:24.692Z[ recovery-image] Sep 06 23:30:23.884 INFO O| Sep 06 23:30:23.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55472024-09-06T23:30:24.692Z[ recovery-image] Sep 06 23:30:23.884 INFO O| Sep 06 23:30:23.884 INFO STEP 501 (remove_files) COMPLETE
55482024-09-06T23:30:24.692Z[ recovery-image] Sep 06 23:30:23.884 INFO O| Sep 06 23:30:23.884 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-09-06T23:30:24.714Z[ recovery-image] Sep 06 23:30:23.906 INFO O| Sep 06 23:30:23.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55502024-09-06T23:30:24.714Z[ recovery-image] Sep 06 23:30:23.906 INFO O| Sep 06 23:30:23.906 INFO STEP 502 (remove_files) COMPLETE
55512024-09-06T23:30:24.716Z[ recovery-image] Sep 06 23:30:23.906 INFO O| Sep 06 23:30:23.906 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-09-06T23:30:24.734Z[ recovery-image] Sep 06 23:30:23.927 INFO O| Sep 06 23:30:23.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55532024-09-06T23:30:24.734Z[ recovery-image] Sep 06 23:30:23.927 INFO O| Sep 06 23:30:23.927 INFO STEP 503 (remove_files) COMPLETE
55542024-09-06T23:30:24.734Z[ recovery-image] Sep 06 23:30:23.927 INFO O| Sep 06 23:30:23.927 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-09-06T23:30:24.755Z[ recovery-image] Sep 06 23:30:23.948 INFO O| Sep 06 23:30:23.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55562024-09-06T23:30:24.755Z[ recovery-image] Sep 06 23:30:23.948 INFO O| Sep 06 23:30:23.948 INFO STEP 504 (remove_files) COMPLETE
55572024-09-06T23:30:24.755Z[ recovery-image] Sep 06 23:30:23.948 INFO O| Sep 06 23:30:23.948 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-09-06T23:30:24.785Z[ recovery-image] Sep 06 23:30:23.977 INFO O| Sep 06 23:30:23.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55592024-09-06T23:30:24.785Z[ recovery-image] Sep 06 23:30:23.977 INFO O| Sep 06 23:30:23.977 INFO STEP 505 (remove_files) COMPLETE
55602024-09-06T23:30:24.785Z[ recovery-image] Sep 06 23:30:23.977 INFO O| Sep 06 23:30:23.977 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-09-06T23:30:24.807Z[ recovery-image] Sep 06 23:30:23.999 INFO O| Sep 06 23:30:23.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55622024-09-06T23:30:24.809Z[ recovery-image] Sep 06 23:30:23.999 INFO O| Sep 06 23:30:23.999 INFO STEP 506 (remove_files) COMPLETE
55632024-09-06T23:30:24.809Z[ recovery-image] Sep 06 23:30:23.999 INFO O| Sep 06 23:30:23.999 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-09-06T23:30:24.851Z[ recovery-image] Sep 06 23:30:24.044 INFO O| Sep 06 23:30:24.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55652024-09-06T23:30:24.852Z[ recovery-image] Sep 06 23:30:24.044 INFO O| Sep 06 23:30:24.044 INFO STEP 507 (remove_files) COMPLETE
55662024-09-06T23:30:24.854Z[ recovery-image] Sep 06 23:30:24.044 INFO O| Sep 06 23:30:24.044 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-09-06T23:30:24.872Z[ recovery-image] Sep 06 23:30:24.064 INFO O| Sep 06 23:30:24.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55682024-09-06T23:30:24.872Z[ recovery-image] Sep 06 23:30:24.064 INFO O| Sep 06 23:30:24.064 INFO STEP 508 (remove_files) COMPLETE
55692024-09-06T23:30:24.874Z[ recovery-image] Sep 06 23:30:24.065 INFO O| Sep 06 23:30:24.064 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-09-06T23:30:24.891Z[ recovery-image] Sep 06 23:30:24.084 INFO O| Sep 06 23:30:24.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55712024-09-06T23:30:24.891Z[ recovery-image] Sep 06 23:30:24.084 INFO O| Sep 06 23:30:24.084 INFO STEP 509 (remove_files) COMPLETE
55722024-09-06T23:30:24.891Z[ recovery-image] Sep 06 23:30:24.084 INFO O| Sep 06 23:30:24.084 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-09-06T23:30:24.950Z[ recovery-image] Sep 06 23:30:24.142 INFO O| Sep 06 23:30:24.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55742024-09-06T23:30:24.952Z[ recovery-image] Sep 06 23:30:24.142 INFO O| Sep 06 23:30:24.142 INFO STEP 510 (remove_files) COMPLETE
55752024-09-06T23:30:24.952Z[ recovery-image] Sep 06 23:30:24.143 INFO O| Sep 06 23:30:24.142 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-09-06T23:30:24.969Z[ recovery-image] Sep 06 23:30:24.161 INFO O| Sep 06 23:30:24.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55772024-09-06T23:30:24.971Z[ recovery-image] Sep 06 23:30:24.162 INFO O| Sep 06 23:30:24.161 INFO STEP 511 (remove_files) COMPLETE
55782024-09-06T23:30:24.971Z[ recovery-image] Sep 06 23:30:24.162 INFO O| Sep 06 23:30:24.162 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-09-06T23:30:24.987Z[ recovery-image] Sep 06 23:30:24.180 INFO O| Sep 06 23:30:24.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55802024-09-06T23:30:24.989Z[ recovery-image] Sep 06 23:30:24.180 INFO O| Sep 06 23:30:24.180 INFO STEP 512 (remove_files) COMPLETE
55812024-09-06T23:30:24.989Z[ recovery-image] Sep 06 23:30:24.180 INFO O| Sep 06 23:30:24.180 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-09-06T23:30:25.012Z[ recovery-image] Sep 06 23:30:24.204 INFO O| Sep 06 23:30:24.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55832024-09-06T23:30:25.012Z[ recovery-image] Sep 06 23:30:24.204 INFO O| Sep 06 23:30:24.204 INFO STEP 513 (remove_files) COMPLETE
55842024-09-06T23:30:25.014Z[ recovery-image] Sep 06 23:30:24.205 INFO O| Sep 06 23:30:24.204 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-09-06T23:30:25.033Z[ recovery-image] Sep 06 23:30:24.226 INFO O| Sep 06 23:30:24.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55862024-09-06T23:30:25.033Z[ recovery-image] Sep 06 23:30:24.226 INFO O| Sep 06 23:30:24.226 INFO STEP 514 (remove_files) COMPLETE
55872024-09-06T23:30:25.036Z[ recovery-image] Sep 06 23:30:24.226 INFO O| Sep 06 23:30:24.226 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-09-06T23:30:25.053Z[ recovery-image] Sep 06 23:30:24.245 INFO O| Sep 06 23:30:24.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55892024-09-06T23:30:25.053Z[ recovery-image] Sep 06 23:30:24.245 INFO O| Sep 06 23:30:24.245 INFO STEP 515 (remove_files) COMPLETE
55902024-09-06T23:30:25.053Z[ recovery-image] Sep 06 23:30:24.245 INFO O| Sep 06 23:30:24.245 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-09-06T23:30:25.074Z[ recovery-image] Sep 06 23:30:24.266 INFO O| Sep 06 23:30:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55922024-09-06T23:30:25.074Z[ recovery-image] Sep 06 23:30:24.266 INFO O| Sep 06 23:30:24.266 INFO STEP 516 (remove_files) COMPLETE
55932024-09-06T23:30:25.077Z[ recovery-image] Sep 06 23:30:24.266 INFO O| Sep 06 23:30:24.266 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-09-06T23:30:25.112Z[ recovery-image] Sep 06 23:30:24.305 INFO O| Sep 06 23:30:24.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55952024-09-06T23:30:25.114Z[ recovery-image] Sep 06 23:30:24.305 INFO O| Sep 06 23:30:24.305 INFO STEP 517 (remove_files) COMPLETE
55962024-09-06T23:30:25.114Z[ recovery-image] Sep 06 23:30:24.305 INFO O| Sep 06 23:30:24.305 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-09-06T23:30:25.135Z[ recovery-image] Sep 06 23:30:24.327 INFO O| Sep 06 23:30:24.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55982024-09-06T23:30:25.137Z[ recovery-image] Sep 06 23:30:24.328 INFO O| Sep 06 23:30:24.327 INFO STEP 518 (remove_files) COMPLETE
55992024-09-06T23:30:25.137Z[ recovery-image] Sep 06 23:30:24.328 INFO O| Sep 06 23:30:24.328 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-09-06T23:30:25.155Z[ recovery-image] Sep 06 23:30:24.348 INFO O| Sep 06 23:30:24.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56012024-09-06T23:30:25.157Z[ recovery-image] Sep 06 23:30:24.348 INFO O| Sep 06 23:30:24.348 INFO STEP 519 (remove_files) COMPLETE
56022024-09-06T23:30:25.158Z[ recovery-image] Sep 06 23:30:24.348 INFO O| Sep 06 23:30:24.348 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-09-06T23:30:25.176Z[ recovery-image] Sep 06 23:30:24.369 INFO O| Sep 06 23:30:24.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56042024-09-06T23:30:25.179Z[ recovery-image] Sep 06 23:30:24.369 INFO O| Sep 06 23:30:24.369 INFO STEP 520 (remove_files) COMPLETE
56052024-09-06T23:30:25.179Z[ recovery-image] Sep 06 23:30:24.369 INFO O| Sep 06 23:30:24.369 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-09-06T23:30:25.198Z[ recovery-image] Sep 06 23:30:24.390 INFO O| Sep 06 23:30:24.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56072024-09-06T23:30:25.198Z[ recovery-image] Sep 06 23:30:24.390 INFO O| Sep 06 23:30:24.390 INFO STEP 521 (remove_files) COMPLETE
56082024-09-06T23:30:25.198Z[ recovery-image] Sep 06 23:30:24.390 INFO O| Sep 06 23:30:24.390 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-09-06T23:30:25.232Z[ recovery-image] Sep 06 23:30:24.424 INFO O| Sep 06 23:30:24.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56102024-09-06T23:30:25.232Z[ recovery-image] Sep 06 23:30:24.424 INFO O| Sep 06 23:30:24.424 INFO STEP 522 (remove_files) COMPLETE
56112024-09-06T23:30:25.232Z[ recovery-image] Sep 06 23:30:24.424 INFO O| Sep 06 23:30:24.424 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-09-06T23:30:25.253Z[ recovery-image] Sep 06 23:30:24.446 INFO O| Sep 06 23:30:24.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56132024-09-06T23:30:25.253Z[ recovery-image] Sep 06 23:30:24.446 INFO O| Sep 06 23:30:24.446 INFO STEP 523 (remove_files) COMPLETE
56142024-09-06T23:30:25.253Z[ recovery-image] Sep 06 23:30:24.446 INFO O| Sep 06 23:30:24.446 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-09-06T23:30:25.274Z[ recovery-image] Sep 06 23:30:24.466 INFO O| Sep 06 23:30:24.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56162024-09-06T23:30:25.276Z[ recovery-image] Sep 06 23:30:24.466 INFO O| Sep 06 23:30:24.466 INFO STEP 524 (remove_files) COMPLETE
56172024-09-06T23:30:25.276Z[ recovery-image] Sep 06 23:30:24.466 INFO O| Sep 06 23:30:24.466 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-09-06T23:30:25.330Z[ recovery-image] Sep 06 23:30:24.522 INFO O| Sep 06 23:30:24.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56192024-09-06T23:30:25.330Z[ recovery-image] Sep 06 23:30:24.522 INFO O| Sep 06 23:30:24.522 INFO STEP 525 (remove_files) COMPLETE
56202024-09-06T23:30:25.330Z[ recovery-image] Sep 06 23:30:24.522 INFO O| Sep 06 23:30:24.522 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-09-06T23:30:25.351Z[ recovery-image] Sep 06 23:30:24.543 INFO O| Sep 06 23:30:24.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56222024-09-06T23:30:25.351Z[ recovery-image] Sep 06 23:30:24.543 INFO O| Sep 06 23:30:24.543 INFO STEP 526 (remove_files) COMPLETE
56232024-09-06T23:30:25.351Z[ recovery-image] Sep 06 23:30:24.543 INFO O| Sep 06 23:30:24.543 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-09-06T23:30:25.370Z[ recovery-image] Sep 06 23:30:24.562 INFO O| Sep 06 23:30:24.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56252024-09-06T23:30:25.370Z[ recovery-image] Sep 06 23:30:24.562 INFO O| Sep 06 23:30:24.562 INFO STEP 527 (remove_files) COMPLETE
56262024-09-06T23:30:25.370Z[ recovery-image] Sep 06 23:30:24.562 INFO O| Sep 06 23:30:24.562 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-09-06T23:30:25.390Z[ recovery-image] Sep 06 23:30:24.582 INFO O| Sep 06 23:30:24.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56282024-09-06T23:30:25.390Z[ recovery-image] Sep 06 23:30:24.583 INFO O| Sep 06 23:30:24.582 INFO STEP 528 (remove_files) COMPLETE
56292024-09-06T23:30:25.390Z[ recovery-image] Sep 06 23:30:24.583 INFO O| Sep 06 23:30:24.583 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-09-06T23:30:25.409Z[ recovery-image] Sep 06 23:30:24.602 INFO O| Sep 06 23:30:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56312024-09-06T23:30:25.409Z[ recovery-image] Sep 06 23:30:24.602 INFO O| Sep 06 23:30:24.602 INFO STEP 529 (remove_files) COMPLETE
56322024-09-06T23:30:25.411Z[ recovery-image] Sep 06 23:30:24.602 INFO O| Sep 06 23:30:24.602 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-09-06T23:30:25.429Z[ recovery-image] Sep 06 23:30:24.622 INFO O| Sep 06 23:30:24.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56342024-09-06T23:30:25.431Z[ recovery-image] Sep 06 23:30:24.622 INFO O| Sep 06 23:30:24.622 INFO STEP 530 (remove_files) COMPLETE
56352024-09-06T23:30:25.431Z[ recovery-image] Sep 06 23:30:24.622 INFO O| Sep 06 23:30:24.622 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-09-06T23:30:25.471Z[ recovery-image] Sep 06 23:30:24.663 INFO O| Sep 06 23:30:24.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56372024-09-06T23:30:25.471Z[ recovery-image] Sep 06 23:30:24.663 INFO O| Sep 06 23:30:24.663 INFO STEP 531 (remove_files) COMPLETE
56382024-09-06T23:30:25.471Z[ recovery-image] Sep 06 23:30:24.663 INFO O| Sep 06 23:30:24.663 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-09-06T23:30:25.490Z[ recovery-image] Sep 06 23:30:24.683 INFO O| Sep 06 23:30:24.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56402024-09-06T23:30:25.490Z[ recovery-image] Sep 06 23:30:24.683 INFO O| Sep 06 23:30:24.683 INFO STEP 532 (remove_files) COMPLETE
56412024-09-06T23:30:25.490Z[ recovery-image] Sep 06 23:30:24.683 INFO O| Sep 06 23:30:24.683 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-09-06T23:30:25.510Z[ recovery-image] Sep 06 23:30:24.702 INFO O| Sep 06 23:30:24.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56432024-09-06T23:30:25.510Z[ recovery-image] Sep 06 23:30:24.702 INFO O| Sep 06 23:30:24.702 INFO STEP 533 (remove_files) COMPLETE
56442024-09-06T23:30:25.510Z[ recovery-image] Sep 06 23:30:24.702 INFO O| Sep 06 23:30:24.702 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-09-06T23:30:25.530Z[ recovery-image] Sep 06 23:30:24.723 INFO O| Sep 06 23:30:24.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56462024-09-06T23:30:25.533Z[ recovery-image] Sep 06 23:30:24.723 INFO O| Sep 06 23:30:24.723 INFO STEP 534 (remove_files) COMPLETE
56472024-09-06T23:30:25.533Z[ recovery-image] Sep 06 23:30:24.724 INFO O| Sep 06 23:30:24.723 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-09-06T23:30:25.566Z[ recovery-image] Sep 06 23:30:24.758 INFO O| Sep 06 23:30:24.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56492024-09-06T23:30:25.568Z[ recovery-image] Sep 06 23:30:24.759 INFO O| Sep 06 23:30:24.758 INFO STEP 535 (remove_files) COMPLETE
56502024-09-06T23:30:25.568Z[ recovery-image] Sep 06 23:30:24.759 INFO O| Sep 06 23:30:24.759 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-09-06T23:30:25.618Z[ recovery-image] Sep 06 23:30:24.811 INFO O| Sep 06 23:30:24.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56522024-09-06T23:30:25.641Z[ recovery-image] Sep 06 23:30:24.834 INFO O| Sep 06 23:30:24.834 INFO STEP 536 (remove_files) COMPLETE
56532024-09-06T23:30:25.641Z[ recovery-image] Sep 06 23:30:24.834 INFO O| Sep 06 23:30:24.834 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-09-06T23:30:25.663Z[ recovery-image] Sep 06 23:30:24.856 INFO O| Sep 06 23:30:24.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56552024-09-06T23:30:25.666Z[ recovery-image] Sep 06 23:30:24.856 INFO O| Sep 06 23:30:24.856 INFO STEP 537 (remove_files) COMPLETE
56562024-09-06T23:30:25.666Z[ recovery-image] Sep 06 23:30:24.856 INFO O| Sep 06 23:30:24.856 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-09-06T23:30:25.686Z[ recovery-image] Sep 06 23:30:24.878 INFO O| Sep 06 23:30:24.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56582024-09-06T23:30:25.688Z[ recovery-image] Sep 06 23:30:24.879 INFO O| Sep 06 23:30:24.879 INFO STEP 538 (remove_files) COMPLETE
56592024-09-06T23:30:25.688Z[ recovery-image] Sep 06 23:30:24.879 INFO O| Sep 06 23:30:24.879 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-09-06T23:30:25.707Z[ recovery-image] Sep 06 23:30:24.900 INFO O| Sep 06 23:30:24.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56612024-09-06T23:30:25.710Z[ recovery-image] Sep 06 23:30:24.900 INFO O| Sep 06 23:30:24.900 INFO STEP 539 (remove_files) COMPLETE
56622024-09-06T23:30:25.710Z[ recovery-image] Sep 06 23:30:24.900 INFO O| Sep 06 23:30:24.900 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-09-06T23:30:25.730Z[ recovery-image] Sep 06 23:30:24.922 INFO O| Sep 06 23:30:24.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56642024-09-06T23:30:25.732Z[ recovery-image] Sep 06 23:30:24.922 INFO O| Sep 06 23:30:24.922 INFO STEP 540 (remove_files) COMPLETE
56652024-09-06T23:30:25.732Z[ recovery-image] Sep 06 23:30:24.923 INFO O| Sep 06 23:30:24.923 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-09-06T23:30:25.750Z[ recovery-image] Sep 06 23:30:24.942 INFO O| Sep 06 23:30:24.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56672024-09-06T23:30:25.752Z[ recovery-image] Sep 06 23:30:24.943 INFO O| Sep 06 23:30:24.943 INFO STEP 541 (remove_files) COMPLETE
56682024-09-06T23:30:25.752Z[ recovery-image] Sep 06 23:30:24.943 INFO O| Sep 06 23:30:24.943 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-09-06T23:30:25.769Z[ recovery-image] Sep 06 23:30:24.962 INFO O| Sep 06 23:30:24.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56702024-09-06T23:30:25.771Z[ recovery-image] Sep 06 23:30:24.962 INFO O| Sep 06 23:30:24.962 INFO STEP 542 (remove_files) COMPLETE
56712024-09-06T23:30:25.771Z[ recovery-image] Sep 06 23:30:24.962 INFO O| Sep 06 23:30:24.962 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-09-06T23:30:25.812Z[ recovery-image] Sep 06 23:30:25.005 INFO O| Sep 06 23:30:25.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56732024-09-06T23:30:25.814Z[ recovery-image] Sep 06 23:30:25.005 INFO O| Sep 06 23:30:25.005 INFO STEP 543 (remove_files) COMPLETE
56742024-09-06T23:30:25.814Z[ recovery-image] Sep 06 23:30:25.005 INFO O| Sep 06 23:30:25.005 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-09-06T23:30:25.883Z[ recovery-image] Sep 06 23:30:25.076 INFO O| Sep 06 23:30:25.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56762024-09-06T23:30:25.885Z[ recovery-image] Sep 06 23:30:25.076 INFO O| Sep 06 23:30:25.076 INFO STEP 544 (remove_files) COMPLETE
56772024-09-06T23:30:25.885Z[ recovery-image] Sep 06 23:30:25.076 INFO O| Sep 06 23:30:25.076 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-09-06T23:30:25.902Z[ recovery-image] Sep 06 23:30:25.095 INFO O| Sep 06 23:30:25.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56792024-09-06T23:30:25.902Z[ recovery-image] Sep 06 23:30:25.095 INFO O| Sep 06 23:30:25.095 INFO STEP 545 (remove_files) COMPLETE
56802024-09-06T23:30:25.902Z[ recovery-image] Sep 06 23:30:25.095 INFO O| Sep 06 23:30:25.095 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-09-06T23:30:25.930Z[ recovery-image] Sep 06 23:30:25.122 INFO O| Sep 06 23:30:25.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56822024-09-06T23:30:25.930Z[ recovery-image] Sep 06 23:30:25.123 INFO O| Sep 06 23:30:25.123 INFO STEP 546 (remove_files) COMPLETE
56832024-09-06T23:30:25.930Z[ recovery-image] Sep 06 23:30:25.123 INFO O| Sep 06 23:30:25.123 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-09-06T23:30:25.952Z[ recovery-image] Sep 06 23:30:25.144 INFO O| Sep 06 23:30:25.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56852024-09-06T23:30:25.961Z[ recovery-image] Sep 06 23:30:25.154 INFO O| Sep 06 23:30:25.154 INFO STEP 547 (remove_files) COMPLETE
56862024-09-06T23:30:25.961Z[ recovery-image] Sep 06 23:30:25.154 INFO O| Sep 06 23:30:25.154 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-09-06T23:30:25.988Z[ recovery-image] Sep 06 23:30:25.181 INFO O| Sep 06 23:30:25.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56882024-09-06T23:30:25.991Z[ recovery-image] Sep 06 23:30:25.182 INFO O| Sep 06 23:30:25.182 INFO STEP 548 (remove_files) COMPLETE
56892024-09-06T23:30:25.991Z[ recovery-image] Sep 06 23:30:25.182 INFO O| Sep 06 23:30:25.182 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-09-06T23:30:26.008Z[ recovery-image] Sep 06 23:30:25.200 INFO O| Sep 06 23:30:25.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56912024-09-06T23:30:26.008Z[ recovery-image] Sep 06 23:30:25.200 INFO O| Sep 06 23:30:25.200 INFO STEP 549 (remove_files) COMPLETE
56922024-09-06T23:30:26.008Z[ recovery-image] Sep 06 23:30:25.200 INFO O| Sep 06 23:30:25.200 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-09-06T23:30:26.026Z[ recovery-image] Sep 06 23:30:25.219 INFO O| Sep 06 23:30:25.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56942024-09-06T23:30:26.026Z[ recovery-image] Sep 06 23:30:25.219 INFO O| Sep 06 23:30:25.219 INFO STEP 550 (remove_files) COMPLETE
56952024-09-06T23:30:26.028Z[ recovery-image] Sep 06 23:30:25.219 INFO O| Sep 06 23:30:25.219 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-09-06T23:30:26.044Z[ recovery-image] Sep 06 23:30:25.236 INFO O| Sep 06 23:30:25.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56972024-09-06T23:30:26.044Z[ recovery-image] Sep 06 23:30:25.236 INFO O| Sep 06 23:30:25.236 INFO STEP 551 (remove_files) COMPLETE
56982024-09-06T23:30:26.044Z[ recovery-image] Sep 06 23:30:25.236 INFO O| Sep 06 23:30:25.236 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-09-06T23:30:26.062Z[ recovery-image] Sep 06 23:30:25.254 INFO O| Sep 06 23:30:25.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57002024-09-06T23:30:26.062Z[ recovery-image] Sep 06 23:30:25.254 INFO O| Sep 06 23:30:25.254 INFO STEP 552 (remove_files) COMPLETE
57012024-09-06T23:30:26.062Z[ recovery-image] Sep 06 23:30:25.254 INFO O| Sep 06 23:30:25.254 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-09-06T23:30:26.079Z[ recovery-image] Sep 06 23:30:25.272 INFO O| Sep 06 23:30:25.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57032024-09-06T23:30:26.079Z[ recovery-image] Sep 06 23:30:25.272 INFO O| Sep 06 23:30:25.272 INFO STEP 553 (remove_files) COMPLETE
57042024-09-06T23:30:26.079Z[ recovery-image] Sep 06 23:30:25.272 INFO O| Sep 06 23:30:25.272 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-09-06T23:30:26.097Z[ recovery-image] Sep 06 23:30:25.290 INFO O| Sep 06 23:30:25.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57062024-09-06T23:30:26.099Z[ recovery-image] Sep 06 23:30:25.290 INFO O| Sep 06 23:30:25.290 INFO STEP 554 (remove_files) COMPLETE
57072024-09-06T23:30:26.099Z[ recovery-image] Sep 06 23:30:25.290 INFO O| Sep 06 23:30:25.290 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-09-06T23:30:26.115Z[ recovery-image] Sep 06 23:30:25.307 INFO O| Sep 06 23:30:25.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57092024-09-06T23:30:26.135Z[ recovery-image] Sep 06 23:30:25.328 INFO O| Sep 06 23:30:25.328 INFO STEP 555 (remove_files) COMPLETE
57102024-09-06T23:30:26.135Z[ recovery-image] Sep 06 23:30:25.328 INFO O| Sep 06 23:30:25.328 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-09-06T23:30:26.154Z[ recovery-image] Sep 06 23:30:25.347 INFO O| Sep 06 23:30:25.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57122024-09-06T23:30:26.157Z[ recovery-image] Sep 06 23:30:25.347 INFO O| Sep 06 23:30:25.347 INFO STEP 556 (remove_files) COMPLETE
57132024-09-06T23:30:26.157Z[ recovery-image] Sep 06 23:30:25.347 INFO O| Sep 06 23:30:25.347 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-09-06T23:30:26.173Z[ recovery-image] Sep 06 23:30:25.365 INFO O| Sep 06 23:30:25.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57152024-09-06T23:30:26.175Z[ recovery-image] Sep 06 23:30:25.366 INFO O| Sep 06 23:30:25.366 INFO STEP 557 (remove_files) COMPLETE
57162024-09-06T23:30:26.175Z[ recovery-image] Sep 06 23:30:25.366 INFO O| Sep 06 23:30:25.366 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-09-06T23:30:26.211Z[ recovery-image] Sep 06 23:30:25.404 INFO O| Sep 06 23:30:25.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57182024-09-06T23:30:26.213Z[ recovery-image] Sep 06 23:30:25.404 INFO O| Sep 06 23:30:25.404 INFO STEP 558 (remove_files) COMPLETE
57192024-09-06T23:30:26.213Z[ recovery-image] Sep 06 23:30:25.404 INFO O| Sep 06 23:30:25.404 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-09-06T23:30:26.231Z[ recovery-image] Sep 06 23:30:25.424 INFO O| Sep 06 23:30:25.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57212024-09-06T23:30:26.233Z[ recovery-image] Sep 06 23:30:25.424 INFO O| Sep 06 23:30:25.424 INFO STEP 559 (remove_files) COMPLETE
57222024-09-06T23:30:26.233Z[ recovery-image] Sep 06 23:30:25.424 INFO O| Sep 06 23:30:25.424 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-09-06T23:30:26.249Z[ recovery-image] Sep 06 23:30:25.442 INFO O| Sep 06 23:30:25.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57242024-09-06T23:30:26.252Z[ recovery-image] Sep 06 23:30:25.442 INFO O| Sep 06 23:30:25.442 INFO STEP 560 (remove_files) COMPLETE
57252024-09-06T23:30:26.252Z[ recovery-image] Sep 06 23:30:25.442 INFO O| Sep 06 23:30:25.442 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-09-06T23:30:26.270Z[ recovery-image] Sep 06 23:30:25.462 INFO O| Sep 06 23:30:25.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57272024-09-06T23:30:26.270Z[ recovery-image] Sep 06 23:30:25.462 INFO O| Sep 06 23:30:25.462 INFO STEP 561 (remove_files) COMPLETE
57282024-09-06T23:30:26.270Z[ recovery-image] Sep 06 23:30:25.462 INFO O| Sep 06 23:30:25.462 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-09-06T23:30:26.308Z[ recovery-image] Sep 06 23:30:25.500 INFO O| Sep 06 23:30:25.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57302024-09-06T23:30:26.308Z[ recovery-image] Sep 06 23:30:25.500 INFO O| Sep 06 23:30:25.500 INFO STEP 562 (remove_files) COMPLETE
57312024-09-06T23:30:26.310Z[ recovery-image] Sep 06 23:30:25.500 INFO O| Sep 06 23:30:25.500 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-09-06T23:30:26.326Z[ recovery-image] Sep 06 23:30:25.519 INFO O| Sep 06 23:30:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57332024-09-06T23:30:26.326Z[ recovery-image] Sep 06 23:30:25.519 INFO O| Sep 06 23:30:25.519 INFO STEP 563 (remove_files) COMPLETE
57342024-09-06T23:30:26.326Z[ recovery-image] Sep 06 23:30:25.519 INFO O| Sep 06 23:30:25.519 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-09-06T23:30:26.345Z[ recovery-image] Sep 06 23:30:25.537 INFO O| Sep 06 23:30:25.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57362024-09-06T23:30:26.345Z[ recovery-image] Sep 06 23:30:25.537 INFO O| Sep 06 23:30:25.537 INFO STEP 564 (remove_files) COMPLETE
57372024-09-06T23:30:26.347Z[ recovery-image] Sep 06 23:30:25.537 INFO O| Sep 06 23:30:25.537 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-09-06T23:30:26.364Z[ recovery-image] Sep 06 23:30:25.557 INFO O| Sep 06 23:30:25.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57392024-09-06T23:30:26.364Z[ recovery-image] Sep 06 23:30:25.557 INFO O| Sep 06 23:30:25.557 INFO STEP 565 (remove_files) COMPLETE
57402024-09-06T23:30:26.366Z[ recovery-image] Sep 06 23:30:25.557 INFO O| Sep 06 23:30:25.557 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-09-06T23:30:26.383Z[ recovery-image] Sep 06 23:30:25.575 INFO O| Sep 06 23:30:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57422024-09-06T23:30:26.383Z[ recovery-image] Sep 06 23:30:25.575 INFO O| Sep 06 23:30:25.575 INFO STEP 566 (remove_files) COMPLETE
57432024-09-06T23:30:26.385Z[ recovery-image] Sep 06 23:30:25.575 INFO O| Sep 06 23:30:25.575 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-09-06T23:30:26.421Z[ recovery-image] Sep 06 23:30:25.612 INFO O| Sep 06 23:30:25.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57452024-09-06T23:30:26.421Z[ recovery-image] Sep 06 23:30:25.612 INFO O| Sep 06 23:30:25.612 INFO STEP 567 (remove_files) COMPLETE
57462024-09-06T23:30:26.421Z[ recovery-image] Sep 06 23:30:25.612 INFO O| Sep 06 23:30:25.612 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-09-06T23:30:26.457Z[ recovery-image] Sep 06 23:30:25.650 INFO O| Sep 06 23:30:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57482024-09-06T23:30:26.457Z[ recovery-image] Sep 06 23:30:25.650 INFO O| Sep 06 23:30:25.650 INFO STEP 568 (remove_files) COMPLETE
57492024-09-06T23:30:26.457Z[ recovery-image] Sep 06 23:30:25.650 INFO O| Sep 06 23:30:25.650 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-09-06T23:30:26.477Z[ recovery-image] Sep 06 23:30:25.669 INFO O| Sep 06 23:30:25.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57512024-09-06T23:30:26.477Z[ recovery-image] Sep 06 23:30:25.669 INFO O| Sep 06 23:30:25.669 INFO STEP 569 (remove_files) COMPLETE
57522024-09-06T23:30:26.477Z[ recovery-image] Sep 06 23:30:25.669 INFO O| Sep 06 23:30:25.669 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-09-06T23:30:26.497Z[ recovery-image] Sep 06 23:30:25.689 INFO O| Sep 06 23:30:25.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57542024-09-06T23:30:26.499Z[ recovery-image] Sep 06 23:30:25.690 INFO O| Sep 06 23:30:25.689 INFO STEP 570 (remove_files) COMPLETE
57552024-09-06T23:30:26.499Z[ recovery-image] Sep 06 23:30:25.690 INFO O| Sep 06 23:30:25.690 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-09-06T23:30:26.542Z[ recovery-image] Sep 06 23:30:25.734 INFO O| Sep 06 23:30:25.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57572024-09-06T23:30:26.542Z[ recovery-image] Sep 06 23:30:25.734 INFO O| Sep 06 23:30:25.734 INFO STEP 571 (remove_files) COMPLETE
57582024-09-06T23:30:26.544Z[ recovery-image] Sep 06 23:30:25.735 INFO O| Sep 06 23:30:25.734 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-09-06T23:30:26.579Z[ recovery-image] Sep 06 23:30:25.772 INFO O| Sep 06 23:30:25.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57602024-09-06T23:30:26.579Z[ recovery-image] Sep 06 23:30:25.772 INFO O| Sep 06 23:30:25.772 INFO STEP 572 (remove_files) COMPLETE
57612024-09-06T23:30:26.582Z[ recovery-image] Sep 06 23:30:25.772 INFO O| Sep 06 23:30:25.772 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-09-06T23:30:26.605Z[ recovery-image] Sep 06 23:30:25.797 INFO O| Sep 06 23:30:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57632024-09-06T23:30:26.605Z[ recovery-image] Sep 06 23:30:25.797 INFO O| Sep 06 23:30:25.797 INFO STEP 573 (remove_files) COMPLETE
57642024-09-06T23:30:26.605Z[ recovery-image] Sep 06 23:30:25.797 INFO O| Sep 06 23:30:25.797 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-09-06T23:30:26.633Z[ recovery-image] Sep 06 23:30:25.825 INFO O| Sep 06 23:30:25.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57662024-09-06T23:30:26.635Z[ recovery-image] Sep 06 23:30:25.825 INFO O| Sep 06 23:30:25.825 INFO STEP 574 (remove_files) COMPLETE
57672024-09-06T23:30:26.635Z[ recovery-image] Sep 06 23:30:25.826 INFO O| Sep 06 23:30:25.825 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-09-06T23:30:26.655Z[ recovery-image] Sep 06 23:30:25.847 INFO O| Sep 06 23:30:25.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57692024-09-06T23:30:26.655Z[ recovery-image] Sep 06 23:30:25.847 INFO O| Sep 06 23:30:25.847 INFO STEP 575 (remove_files) COMPLETE
57702024-09-06T23:30:26.655Z[ recovery-image] Sep 06 23:30:25.847 INFO O| Sep 06 23:30:25.847 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-09-06T23:30:26.672Z[ recovery-image] Sep 06 23:30:25.865 INFO O| Sep 06 23:30:25.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57722024-09-06T23:30:26.672Z[ recovery-image] Sep 06 23:30:25.865 INFO O| Sep 06 23:30:25.865 INFO STEP 576 (remove_files) COMPLETE
57732024-09-06T23:30:26.672Z[ recovery-image] Sep 06 23:30:25.865 INFO O| Sep 06 23:30:25.865 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-09-06T23:30:26.693Z[ recovery-image] Sep 06 23:30:25.885 INFO O| Sep 06 23:30:25.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57752024-09-06T23:30:26.693Z[ recovery-image] Sep 06 23:30:25.885 INFO O| Sep 06 23:30:25.885 INFO STEP 577 (remove_files) COMPLETE
57762024-09-06T23:30:26.695Z[ recovery-image] Sep 06 23:30:25.885 INFO O| Sep 06 23:30:25.885 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-09-06T23:30:26.712Z[ recovery-image] Sep 06 23:30:25.904 INFO O| Sep 06 23:30:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57782024-09-06T23:30:26.714Z[ recovery-image] Sep 06 23:30:25.904 INFO O| Sep 06 23:30:25.904 INFO STEP 578 (remove_files) COMPLETE
57792024-09-06T23:30:26.714Z[ recovery-image] Sep 06 23:30:25.905 INFO O| Sep 06 23:30:25.904 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-09-06T23:30:26.730Z[ recovery-image] Sep 06 23:30:25.922 INFO O| Sep 06 23:30:25.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57812024-09-06T23:30:26.732Z[ recovery-image] Sep 06 23:30:25.922 INFO O| Sep 06 23:30:25.922 INFO STEP 579 (remove_files) COMPLETE
57822024-09-06T23:30:26.732Z[ recovery-image] Sep 06 23:30:25.923 INFO O| Sep 06 23:30:25.922 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-09-06T23:30:26.747Z[ recovery-image] Sep 06 23:30:25.940 INFO O| Sep 06 23:30:25.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57842024-09-06T23:30:26.749Z[ recovery-image] Sep 06 23:30:25.940 INFO O| Sep 06 23:30:25.940 INFO STEP 580 (remove_files) COMPLETE
57852024-09-06T23:30:26.750Z[ recovery-image] Sep 06 23:30:25.940 INFO O| Sep 06 23:30:25.940 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-09-06T23:30:26.766Z[ recovery-image] Sep 06 23:30:25.958 INFO O| Sep 06 23:30:25.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57872024-09-06T23:30:26.769Z[ recovery-image] Sep 06 23:30:25.958 INFO O| Sep 06 23:30:25.958 INFO STEP 581 (remove_files) COMPLETE
57882024-09-06T23:30:26.769Z[ recovery-image] Sep 06 23:30:25.959 INFO O| Sep 06 23:30:25.958 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-09-06T23:30:26.779Z[ host-image] Sep 06 23:30:25.971 INFO O| Sep 06 23:30:25.971 INFO O| Done
57902024-09-06T23:30:26.786Z[ recovery-image] Sep 06 23:30:25.979 INFO O| Sep 06 23:30:25.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57912024-09-06T23:30:26.786Z[ recovery-image] Sep 06 23:30:25.979 INFO O| Sep 06 23:30:25.979 INFO STEP 582 (remove_files) COMPLETE
57922024-09-06T23:30:26.787Z[ recovery-image] Sep 06 23:30:25.979 INFO O| Sep 06 23:30:25.979 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-09-06T23:30:26.809Z[ recovery-image] Sep 06 23:30:26.001 INFO O| Sep 06 23:30:26.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57942024-09-06T23:30:26.809Z[ recovery-image] Sep 06 23:30:26.001 INFO O| Sep 06 23:30:26.001 INFO STEP 583 (remove_files) COMPLETE
57952024-09-06T23:30:26.811Z[ recovery-image] Sep 06 23:30:26.001 INFO O| Sep 06 23:30:26.001 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-09-06T23:30:26.820Z[ host-image] Sep 06 23:30:26.012 INFO O| Sep 06 23:30:26.012 INFO O| Done
57972024-09-06T23:30:26.820Z[ host-image] Sep 06 23:30:26.012 INFO O| Sep 06 23:30:26.012 INFO O| Done
57982024-09-06T23:30:26.829Z[ recovery-image] Sep 06 23:30:26.022 INFO O| Sep 06 23:30:26.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57992024-09-06T23:30:26.829Z[ recovery-image] Sep 06 23:30:26.022 INFO O| Sep 06 23:30:26.022 INFO STEP 584 (remove_files) COMPLETE
58002024-09-06T23:30:26.832Z[ recovery-image] Sep 06 23:30:26.022 INFO O| Sep 06 23:30:26.022 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-09-06T23:30:26.839Z[ host-image] Sep 06 23:30:26.032 INFO O| Sep 06 23:30:26.031 INFO O| Done
58022024-09-06T23:30:26.850Z[ recovery-image] Sep 06 23:30:26.043 INFO O| Sep 06 23:30:26.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58032024-09-06T23:30:26.850Z[ recovery-image] Sep 06 23:30:26.043 INFO O| Sep 06 23:30:26.043 INFO STEP 585 (remove_files) COMPLETE
58042024-09-06T23:30:26.850Z[ recovery-image] Sep 06 23:30:26.043 INFO O| Sep 06 23:30:26.043 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-09-06T23:30:26.872Z[ recovery-image] Sep 06 23:30:26.065 INFO O| Sep 06 23:30:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58062024-09-06T23:30:26.875Z[ recovery-image] Sep 06 23:30:26.065 INFO O| Sep 06 23:30:26.065 INFO STEP 586 (remove_files) COMPLETE
58072024-09-06T23:30:26.875Z[ recovery-image] Sep 06 23:30:26.065 INFO O| Sep 06 23:30:26.065 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-09-06T23:30:26.893Z[ recovery-image] Sep 06 23:30:26.085 INFO O| Sep 06 23:30:26.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58092024-09-06T23:30:26.893Z[ recovery-image] Sep 06 23:30:26.085 INFO O| Sep 06 23:30:26.085 INFO STEP 587 (remove_files) COMPLETE
58102024-09-06T23:30:26.893Z[ recovery-image] Sep 06 23:30:26.085 INFO O| Sep 06 23:30:26.085 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-09-06T23:30:26.911Z[ recovery-image] Sep 06 23:30:26.104 INFO O| Sep 06 23:30:26.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58122024-09-06T23:30:26.911Z[ recovery-image] Sep 06 23:30:26.104 INFO O| Sep 06 23:30:26.104 INFO STEP 588 (remove_files) COMPLETE
58132024-09-06T23:30:26.914Z[ recovery-image] Sep 06 23:30:26.104 INFO O| Sep 06 23:30:26.104 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-09-06T23:30:26.932Z[ recovery-image] Sep 06 23:30:26.125 INFO O| Sep 06 23:30:26.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58152024-09-06T23:30:26.932Z[ recovery-image] Sep 06 23:30:26.125 INFO O| Sep 06 23:30:26.125 INFO STEP 589 (remove_files) COMPLETE
58162024-09-06T23:30:26.932Z[ recovery-image] Sep 06 23:30:26.125 INFO O| Sep 06 23:30:26.125 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-09-06T23:30:26.951Z[ recovery-image] Sep 06 23:30:26.144 INFO O| Sep 06 23:30:26.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58182024-09-06T23:30:26.982Z[ recovery-image] Sep 06 23:30:26.174 INFO O| Sep 06 23:30:26.174 INFO STEP 590 (remove_files) COMPLETE
58192024-09-06T23:30:26.982Z[ recovery-image] Sep 06 23:30:26.174 INFO O| Sep 06 23:30:26.174 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-09-06T23:30:26.988Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO STEP 14 (pkg_install) COMPLETE
58212024-09-06T23:30:26.988Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58222024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO skip step because feature "mfg" is not enabled
58232024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58242024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO skip step because feature "compliance" is not enabled
58252024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58262024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO skip step because feature "stress" is not enabled
58272024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58282024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO skip step because feature "nfs" is not enabled
58292024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
58302024-09-06T23:30:26.990Z[ host-image] Sep 06 23:30:26.180 INFO O| Sep 06 23:30:26.180 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
58312024-09-06T23:30:27.017Z[ recovery-image] Sep 06 23:30:26.209 INFO O| Sep 06 23:30:26.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58322024-09-06T23:30:27.020Z[ recovery-image] Sep 06 23:30:26.209 INFO O| Sep 06 23:30:26.209 INFO STEP 591 (remove_files) COMPLETE
58332024-09-06T23:30:27.020Z[ recovery-image] Sep 06 23:30:26.210 INFO O| Sep 06 23:30:26.209 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-09-06T23:30:27.038Z[ recovery-image] Sep 06 23:30:26.230 INFO O| Sep 06 23:30:26.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58352024-09-06T23:30:27.038Z[ recovery-image] Sep 06 23:30:26.230 INFO O| Sep 06 23:30:26.230 INFO STEP 592 (remove_files) COMPLETE
58362024-09-06T23:30:27.040Z[ recovery-image] Sep 06 23:30:26.230 INFO O| Sep 06 23:30:26.230 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-09-06T23:30:27.042Z[ host-image] Sep 06 23:30:26.234 INFO O| Sep 06 23:30:26.234 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
58382024-09-06T23:30:27.057Z[ recovery-image] Sep 06 23:30:26.249 INFO O| Sep 06 23:30:26.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58392024-09-06T23:30:27.057Z[ recovery-image] Sep 06 23:30:26.249 INFO O| Sep 06 23:30:26.249 INFO STEP 593 (remove_files) COMPLETE
58402024-09-06T23:30:27.057Z[ recovery-image] Sep 06 23:30:26.249 INFO O| Sep 06 23:30:26.249 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-09-06T23:30:27.080Z[ recovery-image] Sep 06 23:30:26.272 INFO O| Sep 06 23:30:26.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58422024-09-06T23:30:27.082Z[ recovery-image] Sep 06 23:30:26.273 INFO O| Sep 06 23:30:26.273 INFO STEP 594 (remove_files) COMPLETE
58432024-09-06T23:30:27.082Z[ recovery-image] Sep 06 23:30:26.273 INFO O| Sep 06 23:30:26.273 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-09-06T23:30:27.105Z[ recovery-image] Sep 06 23:30:26.298 INFO O| Sep 06 23:30:26.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58452024-09-06T23:30:27.107Z[ recovery-image] Sep 06 23:30:26.298 INFO O| Sep 06 23:30:26.298 INFO STEP 595 (remove_files) COMPLETE
58462024-09-06T23:30:27.107Z[ recovery-image] Sep 06 23:30:26.298 INFO O| Sep 06 23:30:26.298 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-09-06T23:30:27.127Z[ recovery-image] Sep 06 23:30:26.320 INFO O| Sep 06 23:30:26.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58482024-09-06T23:30:27.127Z[ recovery-image] Sep 06 23:30:26.320 INFO O| Sep 06 23:30:26.320 INFO STEP 596 (remove_files) COMPLETE
58492024-09-06T23:30:27.130Z[ recovery-image] Sep 06 23:30:26.320 INFO O| Sep 06 23:30:26.320 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-09-06T23:30:27.146Z[ host-image] Sep 06 23:30:26.339 INFO O| Sep 06 23:30:26.339 INFO completed processing gimlet/ramdisk-01-os
58512024-09-06T23:30:27.148Z[ host-image] Sep 06 23:30:26.341 INFO omicron1 baseline generation...
58522024-09-06T23:30:27.149Z[ host-image] Sep 06 23:30:26.341 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
58532024-09-06T23:30:27.152Z[ recovery-image] Sep 06 23:30:26.344 INFO O| Sep 06 23:30:26.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58542024-09-06T23:30:27.152Z[ recovery-image] Sep 06 23:30:26.344 INFO O| Sep 06 23:30:26.344 INFO STEP 597 (remove_files) COMPLETE
58552024-09-06T23:30:27.152Z[ recovery-image] Sep 06 23:30:26.344 INFO O| Sep 06 23:30:26.344 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-09-06T23:30:27.200Z[ recovery-image] Sep 06 23:30:26.393 INFO O| Sep 06 23:30:26.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58572024-09-06T23:30:27.203Z[ recovery-image] Sep 06 23:30:26.393 INFO O| Sep 06 23:30:26.393 INFO STEP 598 (remove_files) COMPLETE
58582024-09-06T23:30:27.203Z[ recovery-image] Sep 06 23:30:26.393 INFO O| Sep 06 23:30:26.393 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-09-06T23:30:27.220Z[ recovery-image] Sep 06 23:30:26.412 INFO O| Sep 06 23:30:26.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58602024-09-06T23:30:27.222Z[ recovery-image] Sep 06 23:30:26.412 INFO O| Sep 06 23:30:26.412 INFO STEP 599 (remove_files) COMPLETE
58612024-09-06T23:30:27.222Z[ recovery-image] Sep 06 23:30:26.412 INFO O| Sep 06 23:30:26.412 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-09-06T23:30:27.238Z[ recovery-image] Sep 06 23:30:26.431 INFO O| Sep 06 23:30:26.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58632024-09-06T23:30:27.238Z[ recovery-image] Sep 06 23:30:26.431 INFO O| Sep 06 23:30:26.431 INFO STEP 600 (remove_files) COMPLETE
58642024-09-06T23:30:27.238Z[ recovery-image] Sep 06 23:30:26.431 INFO O| Sep 06 23:30:26.431 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-09-06T23:30:27.257Z[ recovery-image] Sep 06 23:30:26.450 INFO O| Sep 06 23:30:26.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58662024-09-06T23:30:27.258Z[ recovery-image] Sep 06 23:30:26.450 INFO O| Sep 06 23:30:26.450 INFO STEP 601 (remove_files) COMPLETE
58672024-09-06T23:30:27.258Z[ recovery-image] Sep 06 23:30:26.450 INFO O| Sep 06 23:30:26.450 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-09-06T23:30:27.298Z[ recovery-image] Sep 06 23:30:26.491 INFO O| Sep 06 23:30:26.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58692024-09-06T23:30:27.298Z[ recovery-image] Sep 06 23:30:26.491 INFO O| Sep 06 23:30:26.491 INFO STEP 602 (remove_files) COMPLETE
58702024-09-06T23:30:27.301Z[ recovery-image] Sep 06 23:30:26.491 INFO O| Sep 06 23:30:26.491 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-09-06T23:30:27.319Z[ recovery-image] Sep 06 23:30:26.511 INFO O| Sep 06 23:30:26.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58722024-09-06T23:30:27.319Z[ recovery-image] Sep 06 23:30:26.511 INFO O| Sep 06 23:30:26.511 INFO STEP 603 (remove_files) COMPLETE
58732024-09-06T23:30:27.321Z[ recovery-image] Sep 06 23:30:26.511 INFO O| Sep 06 23:30:26.511 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-09-06T23:30:27.340Z[ recovery-image] Sep 06 23:30:26.532 INFO O| Sep 06 23:30:26.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58752024-09-06T23:30:27.340Z[ recovery-image] Sep 06 23:30:26.532 INFO O| Sep 06 23:30:26.532 INFO STEP 604 (remove_files) COMPLETE
58762024-09-06T23:30:27.340Z[ recovery-image] Sep 06 23:30:26.532 INFO O| Sep 06 23:30:26.532 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-09-06T23:30:27.360Z[ recovery-image] Sep 06 23:30:26.553 INFO O| Sep 06 23:30:26.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58782024-09-06T23:30:27.363Z[ recovery-image] Sep 06 23:30:26.553 INFO O| Sep 06 23:30:26.553 INFO STEP 605 (remove_files) COMPLETE
58792024-09-06T23:30:27.363Z[ recovery-image] Sep 06 23:30:26.553 INFO O| Sep 06 23:30:26.553 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-09-06T23:30:27.394Z[ recovery-image] Sep 06 23:30:26.586 INFO O| Sep 06 23:30:26.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58812024-09-06T23:30:27.394Z[ recovery-image] Sep 06 23:30:26.586 INFO O| Sep 06 23:30:26.586 INFO STEP 606 (remove_files) COMPLETE
58822024-09-06T23:30:27.394Z[ recovery-image] Sep 06 23:30:26.586 INFO O| Sep 06 23:30:26.586 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-09-06T23:30:27.416Z[ recovery-image] Sep 06 23:30:26.608 INFO O| Sep 06 23:30:26.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58842024-09-06T23:30:27.416Z[ recovery-image] Sep 06 23:30:26.608 INFO O| Sep 06 23:30:26.608 INFO STEP 607 (remove_files) COMPLETE
58852024-09-06T23:30:27.418Z[ recovery-image] Sep 06 23:30:26.609 INFO O| Sep 06 23:30:26.608 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-09-06T23:30:27.436Z[ recovery-image] Sep 06 23:30:26.629 INFO O| Sep 06 23:30:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58872024-09-06T23:30:27.436Z[ recovery-image] Sep 06 23:30:26.629 INFO O| Sep 06 23:30:26.629 INFO STEP 608 (remove_files) COMPLETE
58882024-09-06T23:30:27.436Z[ recovery-image] Sep 06 23:30:26.629 INFO O| Sep 06 23:30:26.629 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-09-06T23:30:27.456Z[ recovery-image] Sep 06 23:30:26.648 INFO O| Sep 06 23:30:26.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58902024-09-06T23:30:27.456Z[ recovery-image] Sep 06 23:30:26.648 INFO O| Sep 06 23:30:26.648 INFO STEP 609 (remove_files) COMPLETE
58912024-09-06T23:30:27.458Z[ recovery-image] Sep 06 23:30:26.648 INFO O| Sep 06 23:30:26.648 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-09-06T23:30:27.477Z[ recovery-image] Sep 06 23:30:26.669 INFO O| Sep 06 23:30:26.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58932024-09-06T23:30:27.477Z[ recovery-image] Sep 06 23:30:26.669 INFO O| Sep 06 23:30:26.669 INFO STEP 610 (remove_files) COMPLETE
58942024-09-06T23:30:27.477Z[ recovery-image] Sep 06 23:30:26.669 INFO O| Sep 06 23:30:26.669 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-09-06T23:30:27.498Z[ recovery-image] Sep 06 23:30:26.690 INFO O| Sep 06 23:30:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58962024-09-06T23:30:27.498Z[ recovery-image] Sep 06 23:30:26.690 INFO O| Sep 06 23:30:26.690 INFO STEP 611 (remove_files) COMPLETE
58972024-09-06T23:30:27.498Z[ recovery-image] Sep 06 23:30:26.690 INFO O| Sep 06 23:30:26.690 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-09-06T23:30:27.516Z[ recovery-image] Sep 06 23:30:26.709 INFO O| Sep 06 23:30:26.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58992024-09-06T23:30:27.516Z[ recovery-image] Sep 06 23:30:26.709 INFO O| Sep 06 23:30:26.709 INFO STEP 612 (remove_files) COMPLETE
59002024-09-06T23:30:27.519Z[ recovery-image] Sep 06 23:30:26.709 INFO O| Sep 06 23:30:26.709 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-09-06T23:30:27.534Z[ recovery-image] Sep 06 23:30:26.727 INFO O| Sep 06 23:30:26.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59022024-09-06T23:30:27.534Z[ recovery-image] Sep 06 23:30:26.727 INFO O| Sep 06 23:30:26.727 INFO STEP 613 (remove_files) COMPLETE
59032024-09-06T23:30:27.534Z[ recovery-image] Sep 06 23:30:26.727 INFO O| Sep 06 23:30:26.727 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-09-06T23:30:27.599Z[ recovery-image] Sep 06 23:30:26.783 INFO O| Sep 06 23:30:26.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59052024-09-06T23:30:27.599Z[ recovery-image] Sep 06 23:30:26.783 INFO O| Sep 06 23:30:26.783 INFO STEP 614 (remove_files) COMPLETE
59062024-09-06T23:30:27.599Z[ recovery-image] Sep 06 23:30:26.783 INFO O| Sep 06 23:30:26.783 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-09-06T23:30:27.610Z[ recovery-image] Sep 06 23:30:26.802 INFO O| Sep 06 23:30:26.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59082024-09-06T23:30:27.802Z[ recovery-image] Sep 06 23:30:26.993 INFO O| Sep 06 23:30:26.993 INFO STEP 615 (remove_files) COMPLETE
59092024-09-06T23:30:27.802Z[ recovery-image] Sep 06 23:30:26.993 INFO O| Sep 06 23:30:26.993 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-09-06T23:30:27.802Z[ host-image] Sep 06 23:30:26.994 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22860:20240906T152026Z
59112024-09-06T23:30:27.827Z[ recovery-image] Sep 06 23:30:27.020 INFO O| Sep 06 23:30:27.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59122024-09-06T23:30:27.827Z[ recovery-image] Sep 06 23:30:27.020 INFO O| Sep 06 23:30:27.020 INFO STEP 616 (remove_files) COMPLETE
59132024-09-06T23:30:27.827Z[ recovery-image] Sep 06 23:30:27.020 INFO O| Sep 06 23:30:27.020 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-09-06T23:30:27.845Z[ recovery-image] Sep 06 23:30:27.038 INFO O| Sep 06 23:30:27.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59152024-09-06T23:30:27.845Z[ recovery-image] Sep 06 23:30:27.038 INFO O| Sep 06 23:30:27.038 INFO STEP 617 (remove_files) COMPLETE
59162024-09-06T23:30:27.845Z[ recovery-image] Sep 06 23:30:27.038 INFO O| Sep 06 23:30:27.038 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-09-06T23:30:27.863Z[ recovery-image] Sep 06 23:30:27.056 INFO O| Sep 06 23:30:27.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59182024-09-06T23:30:27.863Z[ recovery-image] Sep 06 23:30:27.056 INFO O| Sep 06 23:30:27.056 INFO STEP 618 (remove_files) COMPLETE
59192024-09-06T23:30:27.865Z[ recovery-image] Sep 06 23:30:27.056 INFO O| Sep 06 23:30:27.056 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-09-06T23:30:27.882Z[ recovery-image] Sep 06 23:30:27.074 INFO O| Sep 06 23:30:27.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59212024-09-06T23:30:27.882Z[ recovery-image] Sep 06 23:30:27.074 INFO O| Sep 06 23:30:27.074 INFO STEP 619 (remove_files) COMPLETE
59222024-09-06T23:30:27.884Z[ recovery-image] Sep 06 23:30:27.074 INFO O| Sep 06 23:30:27.074 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-09-06T23:30:27.909Z[ recovery-image] Sep 06 23:30:27.101 INFO O| Sep 06 23:30:27.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59242024-09-06T23:30:27.909Z[ recovery-image] Sep 06 23:30:27.101 INFO O| Sep 06 23:30:27.101 INFO STEP 620 (remove_files) COMPLETE
59252024-09-06T23:30:27.909Z[ recovery-image] Sep 06 23:30:27.101 INFO O| Sep 06 23:30:27.101 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-09-06T23:30:27.930Z[ recovery-image] Sep 06 23:30:27.122 INFO O| Sep 06 23:30:27.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59272024-09-06T23:30:27.930Z[ recovery-image] Sep 06 23:30:27.122 INFO O| Sep 06 23:30:27.122 INFO STEP 621 (remove_files) COMPLETE
59282024-09-06T23:30:27.930Z[ recovery-image] Sep 06 23:30:27.122 INFO O| Sep 06 23:30:27.122 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-09-06T23:30:27.966Z[ recovery-image] Sep 06 23:30:27.158 INFO O| Sep 06 23:30:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59302024-09-06T23:30:27.966Z[ recovery-image] Sep 06 23:30:27.158 INFO O| Sep 06 23:30:27.158 INFO STEP 622 (remove_files) COMPLETE
59312024-09-06T23:30:27.966Z[ recovery-image] Sep 06 23:30:27.158 INFO O| Sep 06 23:30:27.158 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-09-06T23:30:28.006Z[ recovery-image] Sep 06 23:30:27.198 INFO O| Sep 06 23:30:27.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59332024-09-06T23:30:28.006Z[ recovery-image] Sep 06 23:30:27.198 INFO O| Sep 06 23:30:27.198 INFO STEP 623 (remove_files) COMPLETE
59342024-09-06T23:30:28.006Z[ recovery-image] Sep 06 23:30:27.198 INFO O| Sep 06 23:30:27.198 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-09-06T23:30:28.071Z[ recovery-image] Sep 06 23:30:27.263 INFO O| Sep 06 23:30:27.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59362024-09-06T23:30:28.071Z[ recovery-image] Sep 06 23:30:27.263 INFO O| Sep 06 23:30:27.263 INFO STEP 624 (remove_files) COMPLETE
59372024-09-06T23:30:28.074Z[ recovery-image] Sep 06 23:30:27.263 INFO O| Sep 06 23:30:27.263 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-09-06T23:30:28.114Z[ recovery-image] Sep 06 23:30:27.307 INFO O| Sep 06 23:30:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59392024-09-06T23:30:28.114Z[ recovery-image] Sep 06 23:30:27.307 INFO O| Sep 06 23:30:27.307 INFO STEP 625 (remove_files) COMPLETE
59402024-09-06T23:30:28.114Z[ recovery-image] Sep 06 23:30:27.307 INFO O| Sep 06 23:30:27.307 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-09-06T23:30:28.133Z[ recovery-image] Sep 06 23:30:27.325 INFO O| Sep 06 23:30:27.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59422024-09-06T23:30:28.133Z[ recovery-image] Sep 06 23:30:27.325 INFO O| Sep 06 23:30:27.325 INFO STEP 626 (remove_files) COMPLETE
59432024-09-06T23:30:28.133Z[ recovery-image] Sep 06 23:30:27.325 INFO O| Sep 06 23:30:27.325 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-06T23:30:28.151Z[ recovery-image] Sep 06 23:30:27.343 INFO O| Sep 06 23:30:27.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59452024-09-06T23:30:28.151Z[ recovery-image] Sep 06 23:30:27.344 INFO O| Sep 06 23:30:27.343 INFO STEP 627 (remove_files) COMPLETE
59462024-09-06T23:30:28.151Z[ recovery-image] Sep 06 23:30:27.344 INFO O| Sep 06 23:30:27.343 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-09-06T23:30:28.170Z[ recovery-image] Sep 06 23:30:27.362 INFO O| Sep 06 23:30:27.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59482024-09-06T23:30:28.170Z[ recovery-image] Sep 06 23:30:27.362 INFO O| Sep 06 23:30:27.362 INFO STEP 628 (remove_files) COMPLETE
59492024-09-06T23:30:28.170Z[ recovery-image] Sep 06 23:30:27.362 INFO O| Sep 06 23:30:27.362 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-09-06T23:30:28.190Z[ recovery-image] Sep 06 23:30:27.383 INFO O| Sep 06 23:30:27.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59512024-09-06T23:30:28.190Z[ recovery-image] Sep 06 23:30:27.383 INFO O| Sep 06 23:30:27.383 INFO STEP 629 (remove_files) COMPLETE
59522024-09-06T23:30:28.193Z[ recovery-image] Sep 06 23:30:27.383 INFO O| Sep 06 23:30:27.383 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-09-06T23:30:28.210Z[ recovery-image] Sep 06 23:30:27.402 INFO O| Sep 06 23:30:27.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59542024-09-06T23:30:28.210Z[ recovery-image] Sep 06 23:30:27.402 INFO O| Sep 06 23:30:27.402 INFO STEP 630 (remove_files) COMPLETE
59552024-09-06T23:30:28.212Z[ recovery-image] Sep 06 23:30:27.403 INFO O| Sep 06 23:30:27.402 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-09-06T23:30:28.237Z[ recovery-image] Sep 06 23:30:27.429 INFO O| Sep 06 23:30:27.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59572024-09-06T23:30:28.239Z[ recovery-image] Sep 06 23:30:27.429 INFO O| Sep 06 23:30:27.429 INFO STEP 631 (remove_files) COMPLETE
59582024-09-06T23:30:28.239Z[ recovery-image] Sep 06 23:30:27.430 INFO O| Sep 06 23:30:27.430 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-06T23:30:28.257Z[ recovery-image] Sep 06 23:30:27.450 INFO O| Sep 06 23:30:27.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59602024-09-06T23:30:28.259Z[ recovery-image] Sep 06 23:30:27.450 INFO O| Sep 06 23:30:27.450 INFO STEP 632 (remove_files) COMPLETE
59612024-09-06T23:30:28.260Z[ recovery-image] Sep 06 23:30:27.450 INFO O| Sep 06 23:30:27.450 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-06T23:30:28.275Z[ recovery-image] Sep 06 23:30:27.468 INFO O| Sep 06 23:30:27.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59632024-09-06T23:30:28.278Z[ recovery-image] Sep 06 23:30:27.468 INFO O| Sep 06 23:30:27.468 INFO STEP 633 (remove_files) COMPLETE
59642024-09-06T23:30:28.278Z[ recovery-image] Sep 06 23:30:27.468 INFO O| Sep 06 23:30:27.468 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-06T23:30:28.318Z[ recovery-image] Sep 06 23:30:27.511 INFO O| Sep 06 23:30:27.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59662024-09-06T23:30:28.321Z[ recovery-image] Sep 06 23:30:27.511 INFO O| Sep 06 23:30:27.511 INFO STEP 634 (remove_files) COMPLETE
59672024-09-06T23:30:28.321Z[ recovery-image] Sep 06 23:30:27.511 INFO O| Sep 06 23:30:27.511 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-06T23:30:28.340Z[ recovery-image] Sep 06 23:30:27.531 INFO O| Sep 06 23:30:27.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59692024-09-06T23:30:28.340Z[ recovery-image] Sep 06 23:30:27.532 INFO O| Sep 06 23:30:27.532 INFO STEP 635 (remove_files) COMPLETE
59702024-09-06T23:30:28.342Z[ recovery-image] Sep 06 23:30:27.532 INFO O| Sep 06 23:30:27.532 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-06T23:30:28.358Z[ recovery-image] Sep 06 23:30:27.550 INFO O| Sep 06 23:30:27.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59722024-09-06T23:30:28.358Z[ recovery-image] Sep 06 23:30:27.550 INFO O| Sep 06 23:30:27.550 INFO STEP 636 (remove_files) COMPLETE
59732024-09-06T23:30:28.360Z[ recovery-image] Sep 06 23:30:27.550 INFO O| Sep 06 23:30:27.550 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-09-06T23:30:28.400Z[ recovery-image] Sep 06 23:30:27.592 INFO O| Sep 06 23:30:27.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59752024-09-06T23:30:28.400Z[ recovery-image] Sep 06 23:30:27.592 INFO O| Sep 06 23:30:27.592 INFO STEP 637 (remove_files) COMPLETE
59762024-09-06T23:30:28.402Z[ recovery-image] Sep 06 23:30:27.592 INFO O| Sep 06 23:30:27.592 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-06T23:30:28.440Z[ recovery-image] Sep 06 23:30:27.632 INFO O| Sep 06 23:30:27.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59782024-09-06T23:30:28.440Z[ recovery-image] Sep 06 23:30:27.632 INFO O| Sep 06 23:30:27.632 INFO STEP 638 (remove_files) COMPLETE
59792024-09-06T23:30:28.440Z[ recovery-image] Sep 06 23:30:27.632 INFO O| Sep 06 23:30:27.632 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-09-06T23:30:28.459Z[ recovery-image] Sep 06 23:30:27.651 INFO O| Sep 06 23:30:27.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59812024-09-06T23:30:28.459Z[ recovery-image] Sep 06 23:30:27.651 INFO O| Sep 06 23:30:27.651 INFO STEP 639 (remove_files) COMPLETE
59822024-09-06T23:30:28.459Z[ recovery-image] Sep 06 23:30:27.651 INFO O| Sep 06 23:30:27.651 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-06T23:30:28.477Z[ recovery-image] Sep 06 23:30:27.669 INFO O| Sep 06 23:30:27.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59842024-09-06T23:30:28.477Z[ recovery-image] Sep 06 23:30:27.669 INFO O| Sep 06 23:30:27.669 INFO STEP 640 (remove_files) COMPLETE
59852024-09-06T23:30:28.477Z[ recovery-image] Sep 06 23:30:27.669 INFO O| Sep 06 23:30:27.669 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-09-06T23:30:28.500Z[ recovery-image] Sep 06 23:30:27.692 INFO O| Sep 06 23:30:27.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59872024-09-06T23:30:28.503Z[ recovery-image] Sep 06 23:30:27.693 INFO O| Sep 06 23:30:27.693 INFO STEP 641 (remove_files) COMPLETE
59882024-09-06T23:30:28.503Z[ recovery-image] Sep 06 23:30:27.693 INFO O| Sep 06 23:30:27.693 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-09-06T23:30:28.519Z[ recovery-image] Sep 06 23:30:27.711 INFO O| Sep 06 23:30:27.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59902024-09-06T23:30:28.522Z[ recovery-image] Sep 06 23:30:27.712 INFO O| Sep 06 23:30:27.712 INFO STEP 642 (remove_files) COMPLETE
59912024-09-06T23:30:28.522Z[ recovery-image] Sep 06 23:30:27.712 INFO O| Sep 06 23:30:27.712 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-09-06T23:30:28.536Z[ recovery-image] Sep 06 23:30:27.728 INFO O| Sep 06 23:30:27.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59932024-09-06T23:30:28.538Z[ recovery-image] Sep 06 23:30:27.729 INFO O| Sep 06 23:30:27.728 INFO STEP 643 (remove_files) COMPLETE
59942024-09-06T23:30:28.538Z[ recovery-image] Sep 06 23:30:27.729 INFO O| Sep 06 23:30:27.729 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-09-06T23:30:28.553Z[ recovery-image] Sep 06 23:30:27.746 INFO O| Sep 06 23:30:27.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59962024-09-06T23:30:28.555Z[ recovery-image] Sep 06 23:30:27.746 INFO O| Sep 06 23:30:27.746 INFO STEP 644 (remove_files) COMPLETE
59972024-09-06T23:30:28.555Z[ recovery-image] Sep 06 23:30:27.746 INFO O| Sep 06 23:30:27.746 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-09-06T23:30:28.571Z[ recovery-image] Sep 06 23:30:27.764 INFO O| Sep 06 23:30:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59992024-09-06T23:30:28.574Z[ recovery-image] Sep 06 23:30:27.764 INFO O| Sep 06 23:30:27.764 INFO STEP 645 (remove_files) COMPLETE
60002024-09-06T23:30:28.574Z[ recovery-image] Sep 06 23:30:27.764 INFO O| Sep 06 23:30:27.764 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-09-06T23:30:28.591Z[ recovery-image] Sep 06 23:30:27.783 INFO O| Sep 06 23:30:27.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60022024-09-06T23:30:28.594Z[ recovery-image] Sep 06 23:30:27.783 INFO O| Sep 06 23:30:27.783 INFO STEP 646 (remove_files) COMPLETE
60032024-09-06T23:30:28.594Z[ recovery-image] Sep 06 23:30:27.783 INFO O| Sep 06 23:30:27.783 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-09-06T23:30:28.610Z[ recovery-image] Sep 06 23:30:27.802 INFO O| Sep 06 23:30:27.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60052024-09-06T23:30:28.612Z[ recovery-image] Sep 06 23:30:27.803 INFO O| Sep 06 23:30:27.803 INFO STEP 647 (remove_files) COMPLETE
60062024-09-06T23:30:28.612Z[ recovery-image] Sep 06 23:30:27.803 INFO O| Sep 06 23:30:27.803 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-09-06T23:30:28.629Z[ recovery-image] Sep 06 23:30:27.822 INFO O| Sep 06 23:30:27.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60082024-09-06T23:30:28.632Z[ recovery-image] Sep 06 23:30:27.822 INFO O| Sep 06 23:30:27.822 INFO STEP 648 (remove_files) COMPLETE
60092024-09-06T23:30:28.632Z[ recovery-image] Sep 06 23:30:27.822 INFO O| Sep 06 23:30:27.822 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-09-06T23:30:28.649Z[ recovery-image] Sep 06 23:30:27.841 INFO O| Sep 06 23:30:27.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60112024-09-06T23:30:28.651Z[ recovery-image] Sep 06 23:30:27.841 INFO O| Sep 06 23:30:27.841 INFO STEP 649 (remove_files) COMPLETE
60122024-09-06T23:30:28.651Z[ recovery-image] Sep 06 23:30:27.841 INFO O| Sep 06 23:30:27.841 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-09-06T23:30:28.667Z[ recovery-image] Sep 06 23:30:27.860 INFO O| Sep 06 23:30:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60142024-09-06T23:30:28.670Z[ recovery-image] Sep 06 23:30:27.860 INFO O| Sep 06 23:30:27.860 INFO STEP 650 (remove_files) COMPLETE
60152024-09-06T23:30:28.670Z[ recovery-image] Sep 06 23:30:27.860 INFO O| Sep 06 23:30:27.860 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-09-06T23:30:28.685Z[ recovery-image] Sep 06 23:30:27.877 INFO O| Sep 06 23:30:27.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60172024-09-06T23:30:28.687Z[ recovery-image] Sep 06 23:30:27.878 INFO O| Sep 06 23:30:27.877 INFO STEP 651 (remove_files) COMPLETE
60182024-09-06T23:30:28.687Z[ recovery-image] Sep 06 23:30:27.878 INFO O| Sep 06 23:30:27.878 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-09-06T23:30:28.702Z[ recovery-image] Sep 06 23:30:27.894 INFO O| Sep 06 23:30:27.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60202024-09-06T23:30:28.704Z[ recovery-image] Sep 06 23:30:27.895 INFO O| Sep 06 23:30:27.895 INFO STEP 652 (remove_files) COMPLETE
60212024-09-06T23:30:28.704Z[ recovery-image] Sep 06 23:30:27.895 INFO O| Sep 06 23:30:27.895 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-09-06T23:30:28.720Z[ recovery-image] Sep 06 23:30:27.912 INFO O| Sep 06 23:30:27.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60232024-09-06T23:30:28.720Z[ recovery-image] Sep 06 23:30:27.912 INFO O| Sep 06 23:30:27.912 INFO STEP 653 (remove_files) COMPLETE
60242024-09-06T23:30:28.722Z[ recovery-image] Sep 06 23:30:27.912 INFO O| Sep 06 23:30:27.912 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-09-06T23:30:28.738Z[ recovery-image] Sep 06 23:30:27.931 INFO O| Sep 06 23:30:27.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60262024-09-06T23:30:28.741Z[ recovery-image] Sep 06 23:30:27.931 INFO O| Sep 06 23:30:27.931 INFO STEP 654 (remove_files) COMPLETE
60272024-09-06T23:30:28.741Z[ recovery-image] Sep 06 23:30:27.931 INFO O| Sep 06 23:30:27.931 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-09-06T23:30:28.757Z[ recovery-image] Sep 06 23:30:27.949 INFO O| Sep 06 23:30:27.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60292024-09-06T23:30:28.757Z[ recovery-image] Sep 06 23:30:27.949 INFO O| Sep 06 23:30:27.949 INFO STEP 655 (remove_files) COMPLETE
60302024-09-06T23:30:28.757Z[ recovery-image] Sep 06 23:30:27.949 INFO O| Sep 06 23:30:27.949 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-06T23:30:28.773Z[ recovery-image] Sep 06 23:30:27.965 INFO O| Sep 06 23:30:27.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60322024-09-06T23:30:28.773Z[ recovery-image] Sep 06 23:30:27.966 INFO O| Sep 06 23:30:27.965 INFO STEP 656 (remove_files) COMPLETE
60332024-09-06T23:30:28.773Z[ recovery-image] Sep 06 23:30:27.966 INFO O| Sep 06 23:30:27.966 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-06T23:30:28.834Z[ recovery-image] Sep 06 23:30:28.026 INFO O| Sep 06 23:30:28.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60352024-09-06T23:30:28.834Z[ recovery-image] Sep 06 23:30:28.026 INFO O| Sep 06 23:30:28.026 INFO STEP 657 (remove_files) COMPLETE
60362024-09-06T23:30:28.834Z[ recovery-image] Sep 06 23:30:28.026 INFO O| Sep 06 23:30:28.026 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-06T23:30:28.852Z[ recovery-image] Sep 06 23:30:28.044 INFO O| Sep 06 23:30:28.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60382024-09-06T23:30:28.852Z[ recovery-image] Sep 06 23:30:28.044 INFO O| Sep 06 23:30:28.044 INFO STEP 658 (remove_files) COMPLETE
60392024-09-06T23:30:28.852Z[ recovery-image] Sep 06 23:30:28.044 INFO O| Sep 06 23:30:28.044 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-06T23:30:28.868Z[ recovery-image] Sep 06 23:30:28.060 INFO O| Sep 06 23:30:28.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60412024-09-06T23:30:28.868Z[ recovery-image] Sep 06 23:30:28.060 INFO O| Sep 06 23:30:28.060 INFO STEP 659 (remove_files) COMPLETE
60422024-09-06T23:30:28.868Z[ recovery-image] Sep 06 23:30:28.060 INFO O| Sep 06 23:30:28.060 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-06T23:30:28.885Z[ recovery-image] Sep 06 23:30:28.076 INFO O| Sep 06 23:30:28.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60442024-09-06T23:30:28.885Z[ recovery-image] Sep 06 23:30:28.077 INFO O| Sep 06 23:30:28.077 INFO STEP 660 (remove_files) COMPLETE
60452024-09-06T23:30:28.885Z[ recovery-image] Sep 06 23:30:28.077 INFO O| Sep 06 23:30:28.077 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-06T23:30:28.901Z[ recovery-image] Sep 06 23:30:28.093 INFO O| Sep 06 23:30:28.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60472024-09-06T23:30:28.909Z[ recovery-image] Sep 06 23:30:28.102 INFO O| Sep 06 23:30:28.102 INFO STEP 661 (remove_files) COMPLETE
60482024-09-06T23:30:28.909Z[ recovery-image] Sep 06 23:30:28.102 INFO O| Sep 06 23:30:28.102 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-06T23:30:28.932Z[ recovery-image] Sep 06 23:30:28.124 INFO O| Sep 06 23:30:28.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60502024-09-06T23:30:28.932Z[ recovery-image] Sep 06 23:30:28.124 INFO O| Sep 06 23:30:28.124 INFO STEP 662 (remove_files) COMPLETE
60512024-09-06T23:30:28.935Z[ recovery-image] Sep 06 23:30:28.125 INFO O| Sep 06 23:30:28.124 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-06T23:30:28.958Z[ recovery-image] Sep 06 23:30:28.150 INFO O| Sep 06 23:30:28.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60532024-09-06T23:30:28.960Z[ recovery-image] Sep 06 23:30:28.150 INFO O| Sep 06 23:30:28.150 INFO STEP 663 (remove_files) COMPLETE
60542024-09-06T23:30:28.960Z[ recovery-image] Sep 06 23:30:28.151 INFO O| Sep 06 23:30:28.151 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-06T23:30:28.977Z[ recovery-image] Sep 06 23:30:28.169 INFO O| Sep 06 23:30:28.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60562024-09-06T23:30:28.979Z[ recovery-image] Sep 06 23:30:28.169 INFO O| Sep 06 23:30:28.169 INFO STEP 664 (remove_files) COMPLETE
60572024-09-06T23:30:28.979Z[ recovery-image] Sep 06 23:30:28.170 INFO O| Sep 06 23:30:28.170 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-06T23:30:28.995Z[ recovery-image] Sep 06 23:30:28.187 INFO O| Sep 06 23:30:28.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60592024-09-06T23:30:28.997Z[ recovery-image] Sep 06 23:30:28.187 INFO O| Sep 06 23:30:28.187 INFO STEP 665 (remove_files) COMPLETE
60602024-09-06T23:30:28.997Z[ recovery-image] Sep 06 23:30:28.188 INFO O| Sep 06 23:30:28.187 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-06T23:30:29.013Z[ recovery-image] Sep 06 23:30:28.205 INFO O| Sep 06 23:30:28.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60622024-09-06T23:30:29.015Z[ recovery-image] Sep 06 23:30:28.205 INFO O| Sep 06 23:30:28.205 INFO STEP 666 (remove_files) COMPLETE
60632024-09-06T23:30:29.015Z[ recovery-image] Sep 06 23:30:28.206 INFO O| Sep 06 23:30:28.206 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-06T23:30:29.031Z[ recovery-image] Sep 06 23:30:28.223 INFO O| Sep 06 23:30:28.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60652024-09-06T23:30:29.033Z[ recovery-image] Sep 06 23:30:28.223 INFO O| Sep 06 23:30:28.223 INFO STEP 667 (remove_files) COMPLETE
60662024-09-06T23:30:29.033Z[ recovery-image] Sep 06 23:30:28.224 INFO O| Sep 06 23:30:28.224 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-06T23:30:29.050Z[ recovery-image] Sep 06 23:30:28.242 INFO O| Sep 06 23:30:28.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60682024-09-06T23:30:29.052Z[ recovery-image] Sep 06 23:30:28.243 INFO O| Sep 06 23:30:28.242 INFO STEP 668 (remove_files) COMPLETE
60692024-09-06T23:30:29.052Z[ recovery-image] Sep 06 23:30:28.243 INFO O| Sep 06 23:30:28.243 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-06T23:30:29.070Z[ recovery-image] Sep 06 23:30:28.262 INFO O| Sep 06 23:30:28.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60712024-09-06T23:30:29.072Z[ recovery-image] Sep 06 23:30:28.263 INFO O| Sep 06 23:30:28.262 INFO STEP 669 (remove_files) COMPLETE
60722024-09-06T23:30:29.072Z[ recovery-image] Sep 06 23:30:28.263 INFO O| Sep 06 23:30:28.263 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-06T23:30:29.090Z[ recovery-image] Sep 06 23:30:28.283 INFO O| Sep 06 23:30:28.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60742024-09-06T23:30:29.092Z[ recovery-image] Sep 06 23:30:28.283 INFO O| Sep 06 23:30:28.283 INFO STEP 670 (remove_files) COMPLETE
60752024-09-06T23:30:29.093Z[ recovery-image] Sep 06 23:30:28.283 INFO O| Sep 06 23:30:28.283 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-06T23:30:29.120Z[ recovery-image] Sep 06 23:30:28.312 INFO O| Sep 06 23:30:28.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60772024-09-06T23:30:29.122Z[ recovery-image] Sep 06 23:30:28.312 INFO O| Sep 06 23:30:28.312 INFO STEP 671 (remove_files) COMPLETE
60782024-09-06T23:30:29.122Z[ recovery-image] Sep 06 23:30:28.312 INFO O| Sep 06 23:30:28.312 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-06T23:30:29.139Z[ recovery-image] Sep 06 23:30:28.331 INFO O| Sep 06 23:30:28.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60802024-09-06T23:30:29.139Z[ recovery-image] Sep 06 23:30:28.331 INFO O| Sep 06 23:30:28.331 INFO STEP 672 (remove_files) COMPLETE
60812024-09-06T23:30:29.139Z[ recovery-image] Sep 06 23:30:28.331 INFO O| Sep 06 23:30:28.331 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-06T23:30:29.158Z[ recovery-image] Sep 06 23:30:28.350 INFO O| Sep 06 23:30:28.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60832024-09-06T23:30:29.158Z[ recovery-image] Sep 06 23:30:28.350 INFO O| Sep 06 23:30:28.350 INFO STEP 673 (remove_files) COMPLETE
60842024-09-06T23:30:29.160Z[ recovery-image] Sep 06 23:30:28.350 INFO O| Sep 06 23:30:28.350 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-06T23:30:29.176Z[ recovery-image] Sep 06 23:30:28.368 INFO O| Sep 06 23:30:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60862024-09-06T23:30:29.176Z[ recovery-image] Sep 06 23:30:28.368 INFO O| Sep 06 23:30:28.368 INFO STEP 674 (remove_files) COMPLETE
60872024-09-06T23:30:29.176Z[ recovery-image] Sep 06 23:30:28.368 INFO O| Sep 06 23:30:28.368 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-06T23:30:29.198Z[ recovery-image] Sep 06 23:30:28.390 INFO O| Sep 06 23:30:28.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60892024-09-06T23:30:29.198Z[ recovery-image] Sep 06 23:30:28.390 INFO O| Sep 06 23:30:28.390 INFO STEP 675 (remove_files) COMPLETE
60902024-09-06T23:30:29.200Z[ recovery-image] Sep 06 23:30:28.390 INFO O| Sep 06 23:30:28.390 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-06T23:30:29.236Z[ recovery-image] Sep 06 23:30:28.427 INFO O| Sep 06 23:30:28.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60922024-09-06T23:30:29.236Z[ recovery-image] Sep 06 23:30:28.427 INFO O| Sep 06 23:30:28.427 INFO STEP 676 (remove_files) COMPLETE
60932024-09-06T23:30:29.236Z[ recovery-image] Sep 06 23:30:28.427 INFO O| Sep 06 23:30:28.427 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-06T23:30:29.253Z[ recovery-image] Sep 06 23:30:28.445 INFO O| Sep 06 23:30:28.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60952024-09-06T23:30:29.255Z[ recovery-image] Sep 06 23:30:28.445 INFO O| Sep 06 23:30:28.445 INFO STEP 677 (remove_files) COMPLETE
60962024-09-06T23:30:29.255Z[ recovery-image] Sep 06 23:30:28.445 INFO O| Sep 06 23:30:28.445 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-06T23:30:29.271Z[ recovery-image] Sep 06 23:30:28.463 INFO O| Sep 06 23:30:28.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60982024-09-06T23:30:29.271Z[ recovery-image] Sep 06 23:30:28.463 INFO O| Sep 06 23:30:28.463 INFO STEP 678 (remove_files) COMPLETE
60992024-09-06T23:30:29.273Z[ recovery-image] Sep 06 23:30:28.463 INFO O| Sep 06 23:30:28.463 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-06T23:30:29.289Z[ recovery-image] Sep 06 23:30:28.481 INFO O| Sep 06 23:30:28.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61012024-09-06T23:30:29.289Z[ recovery-image] Sep 06 23:30:28.482 INFO O| Sep 06 23:30:28.481 INFO STEP 679 (remove_files) COMPLETE
61022024-09-06T23:30:29.292Z[ recovery-image] Sep 06 23:30:28.482 INFO O| Sep 06 23:30:28.482 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-06T23:30:29.310Z[ recovery-image] Sep 06 23:30:28.502 INFO O| Sep 06 23:30:28.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61042024-09-06T23:30:29.310Z[ recovery-image] Sep 06 23:30:28.502 INFO O| Sep 06 23:30:28.502 INFO STEP 680 (remove_files) COMPLETE
61052024-09-06T23:30:29.312Z[ recovery-image] Sep 06 23:30:28.502 INFO O| Sep 06 23:30:28.502 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-06T23:30:29.349Z[ recovery-image] Sep 06 23:30:28.541 INFO O| Sep 06 23:30:28.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61072024-09-06T23:30:29.349Z[ recovery-image] Sep 06 23:30:28.541 INFO O| Sep 06 23:30:28.541 INFO STEP 681 (remove_files) COMPLETE
61082024-09-06T23:30:29.351Z[ recovery-image] Sep 06 23:30:28.541 INFO O| Sep 06 23:30:28.541 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-06T23:30:29.366Z[ recovery-image] Sep 06 23:30:28.558 INFO O| Sep 06 23:30:28.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61102024-09-06T23:30:29.366Z[ recovery-image] Sep 06 23:30:28.558 INFO O| Sep 06 23:30:28.558 INFO STEP 682 (remove_files) COMPLETE
61112024-09-06T23:30:29.366Z[ recovery-image] Sep 06 23:30:28.558 INFO O| Sep 06 23:30:28.558 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-06T23:30:29.384Z[ recovery-image] Sep 06 23:30:28.576 INFO O| Sep 06 23:30:28.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61132024-09-06T23:30:29.384Z[ recovery-image] Sep 06 23:30:28.576 INFO O| Sep 06 23:30:28.576 INFO STEP 683 (remove_files) COMPLETE
61142024-09-06T23:30:29.386Z[ recovery-image] Sep 06 23:30:28.576 INFO O| Sep 06 23:30:28.576 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-06T23:30:29.402Z[ recovery-image] Sep 06 23:30:28.594 INFO O| Sep 06 23:30:28.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61162024-09-06T23:30:29.408Z[ recovery-image] Sep 06 23:30:28.600 INFO O| Sep 06 23:30:28.600 INFO STEP 684 (remove_files) COMPLETE
61172024-09-06T23:30:29.408Z[ recovery-image] Sep 06 23:30:28.600 INFO O| Sep 06 23:30:28.600 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-06T23:30:29.438Z[ recovery-image] Sep 06 23:30:28.630 INFO O| Sep 06 23:30:28.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61192024-09-06T23:30:29.438Z[ recovery-image] Sep 06 23:30:28.630 INFO O| Sep 06 23:30:28.630 INFO STEP 685 (remove_files) COMPLETE
61202024-09-06T23:30:29.438Z[ recovery-image] Sep 06 23:30:28.631 INFO O| Sep 06 23:30:28.630 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-09-06T23:30:29.456Z[ recovery-image] Sep 06 23:30:28.648 INFO O| Sep 06 23:30:28.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61222024-09-06T23:30:29.456Z[ recovery-image] Sep 06 23:30:28.648 INFO O| Sep 06 23:30:28.648 INFO STEP 686 (remove_files) COMPLETE
61232024-09-06T23:30:29.459Z[ recovery-image] Sep 06 23:30:28.648 INFO O| Sep 06 23:30:28.648 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-09-06T23:30:29.474Z[ recovery-image] Sep 06 23:30:28.666 INFO O| Sep 06 23:30:28.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61252024-09-06T23:30:29.474Z[ recovery-image] Sep 06 23:30:28.666 INFO O| Sep 06 23:30:28.666 INFO STEP 687 (remove_files) COMPLETE
61262024-09-06T23:30:29.476Z[ recovery-image] Sep 06 23:30:28.666 INFO O| Sep 06 23:30:28.666 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-09-06T23:30:29.494Z[ recovery-image] Sep 06 23:30:28.686 INFO O| Sep 06 23:30:28.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61282024-09-06T23:30:29.494Z[ recovery-image] Sep 06 23:30:28.686 INFO O| Sep 06 23:30:28.686 INFO STEP 688 (remove_files) COMPLETE
61292024-09-06T23:30:29.496Z[ recovery-image] Sep 06 23:30:28.686 INFO O| Sep 06 23:30:28.686 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-09-06T23:30:29.512Z[ recovery-image] Sep 06 23:30:28.704 INFO O| Sep 06 23:30:28.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61312024-09-06T23:30:29.512Z[ recovery-image] Sep 06 23:30:28.704 INFO O| Sep 06 23:30:28.704 INFO STEP 689 (remove_files) COMPLETE
61322024-09-06T23:30:29.512Z[ recovery-image] Sep 06 23:30:28.704 INFO O| Sep 06 23:30:28.704 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-09-06T23:30:29.530Z[ recovery-image] Sep 06 23:30:28.722 INFO O| Sep 06 23:30:28.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61342024-09-06T23:30:29.530Z[ recovery-image] Sep 06 23:30:28.722 INFO O| Sep 06 23:30:28.722 INFO STEP 690 (remove_files) COMPLETE
61352024-09-06T23:30:29.530Z[ recovery-image] Sep 06 23:30:28.722 INFO O| Sep 06 23:30:28.722 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-06T23:30:29.591Z[ recovery-image] Sep 06 23:30:28.783 INFO O| Sep 06 23:30:28.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61372024-09-06T23:30:29.591Z[ recovery-image] Sep 06 23:30:28.783 INFO O| Sep 06 23:30:28.783 INFO STEP 691 (remove_files) COMPLETE
61382024-09-06T23:30:29.591Z[ recovery-image] Sep 06 23:30:28.783 INFO O| Sep 06 23:30:28.783 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-06T23:30:29.611Z[ recovery-image] Sep 06 23:30:28.803 INFO O| Sep 06 23:30:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61402024-09-06T23:30:29.632Z[ recovery-image] Sep 06 23:30:28.824 INFO O| Sep 06 23:30:28.824 INFO STEP 692 (remove_files) COMPLETE
61412024-09-06T23:30:29.632Z[ recovery-image] Sep 06 23:30:28.824 INFO O| Sep 06 23:30:28.824 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-06T23:30:29.674Z[ recovery-image] Sep 06 23:30:28.867 INFO O| Sep 06 23:30:28.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61432024-09-06T23:30:29.675Z[ recovery-image] Sep 06 23:30:28.867 INFO O| Sep 06 23:30:28.867 INFO STEP 693 (remove_files) COMPLETE
61442024-09-06T23:30:29.675Z[ recovery-image] Sep 06 23:30:28.867 INFO O| Sep 06 23:30:28.867 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-06T23:30:29.694Z[ recovery-image] Sep 06 23:30:28.886 INFO O| Sep 06 23:30:28.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61462024-09-06T23:30:29.694Z[ recovery-image] Sep 06 23:30:28.886 INFO O| Sep 06 23:30:28.886 INFO STEP 694 (remove_files) COMPLETE
61472024-09-06T23:30:29.694Z[ recovery-image] Sep 06 23:30:28.886 INFO O| Sep 06 23:30:28.886 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-06T23:30:29.713Z[ recovery-image] Sep 06 23:30:28.906 INFO O| Sep 06 23:30:28.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61492024-09-06T23:30:29.714Z[ recovery-image] Sep 06 23:30:28.906 INFO O| Sep 06 23:30:28.906 INFO STEP 695 (remove_files) COMPLETE
61502024-09-06T23:30:29.714Z[ recovery-image] Sep 06 23:30:28.906 INFO O| Sep 06 23:30:28.906 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-06T23:30:29.733Z[ recovery-image] Sep 06 23:30:28.925 INFO O| Sep 06 23:30:28.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61522024-09-06T23:30:29.733Z[ recovery-image] Sep 06 23:30:28.925 INFO O| Sep 06 23:30:28.925 INFO STEP 696 (remove_files) COMPLETE
61532024-09-06T23:30:29.735Z[ recovery-image] Sep 06 23:30:28.925 INFO O| Sep 06 23:30:28.925 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-09-06T23:30:29.753Z[ recovery-image] Sep 06 23:30:28.944 INFO O| Sep 06 23:30:28.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61552024-09-06T23:30:29.753Z[ recovery-image] Sep 06 23:30:28.944 INFO O| Sep 06 23:30:28.944 INFO STEP 697 (remove_files) COMPLETE
61562024-09-06T23:30:29.753Z[ recovery-image] Sep 06 23:30:28.944 INFO O| Sep 06 23:30:28.944 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-09-06T23:30:29.773Z[ recovery-image] Sep 06 23:30:28.963 INFO O| Sep 06 23:30:28.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61582024-09-06T23:30:29.773Z[ recovery-image] Sep 06 23:30:28.963 INFO O| Sep 06 23:30:28.963 INFO STEP 698 (remove_files) COMPLETE
61592024-09-06T23:30:29.773Z[ recovery-image] Sep 06 23:30:28.963 INFO O| Sep 06 23:30:28.963 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-09-06T23:30:29.790Z[ recovery-image] Sep 06 23:30:28.983 INFO O| Sep 06 23:30:28.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61612024-09-06T23:30:29.790Z[ recovery-image] Sep 06 23:30:28.983 INFO O| Sep 06 23:30:28.983 INFO STEP 699 (remove_files) COMPLETE
61622024-09-06T23:30:29.793Z[ recovery-image] Sep 06 23:30:28.983 INFO O| Sep 06 23:30:28.983 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-09-06T23:30:29.811Z[ recovery-image] Sep 06 23:30:29.003 INFO O| Sep 06 23:30:29.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61642024-09-06T23:30:29.811Z[ recovery-image] Sep 06 23:30:29.003 INFO O| Sep 06 23:30:29.003 INFO STEP 700 (remove_files) COMPLETE
61652024-09-06T23:30:29.813Z[ recovery-image] Sep 06 23:30:29.003 INFO O| Sep 06 23:30:29.003 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-09-06T23:30:29.830Z[ recovery-image] Sep 06 23:30:29.022 INFO O| Sep 06 23:30:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61672024-09-06T23:30:29.830Z[ recovery-image] Sep 06 23:30:29.022 INFO O| Sep 06 23:30:29.022 INFO STEP 701 (remove_files) COMPLETE
61682024-09-06T23:30:29.832Z[ recovery-image] Sep 06 23:30:29.023 INFO O| Sep 06 23:30:29.022 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-09-06T23:30:29.873Z[ recovery-image] Sep 06 23:30:29.065 INFO O| Sep 06 23:30:29.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61702024-09-06T23:30:29.873Z[ recovery-image] Sep 06 23:30:29.065 INFO O| Sep 06 23:30:29.065 INFO STEP 702 (remove_files) COMPLETE
61712024-09-06T23:30:29.873Z[ recovery-image] Sep 06 23:30:29.065 INFO O| Sep 06 23:30:29.065 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-09-06T23:30:29.916Z[ recovery-image] Sep 06 23:30:29.109 INFO O| Sep 06 23:30:29.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61732024-09-06T23:30:29.916Z[ recovery-image] Sep 06 23:30:29.109 INFO O| Sep 06 23:30:29.109 INFO STEP 703 (remove_files) COMPLETE
61742024-09-06T23:30:29.917Z[ recovery-image] Sep 06 23:30:29.109 INFO O| Sep 06 23:30:29.109 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-09-06T23:30:29.935Z[ recovery-image] Sep 06 23:30:29.127 INFO O| Sep 06 23:30:29.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61762024-09-06T23:30:29.935Z[ recovery-image] Sep 06 23:30:29.127 INFO O| Sep 06 23:30:29.127 INFO STEP 704 (remove_files) COMPLETE
61772024-09-06T23:30:29.935Z[ recovery-image] Sep 06 23:30:29.127 INFO O| Sep 06 23:30:29.127 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-09-06T23:30:29.975Z[ recovery-image] Sep 06 23:30:29.167 INFO O| Sep 06 23:30:29.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61792024-09-06T23:30:29.975Z[ recovery-image] Sep 06 23:30:29.167 INFO O| Sep 06 23:30:29.167 INFO STEP 705 (remove_files) COMPLETE
61802024-09-06T23:30:29.978Z[ recovery-image] Sep 06 23:30:29.167 INFO O| Sep 06 23:30:29.167 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-09-06T23:30:30.010Z[ recovery-image] Sep 06 23:30:29.202 INFO O| Sep 06 23:30:29.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61822024-09-06T23:30:30.010Z[ recovery-image] Sep 06 23:30:29.202 INFO O| Sep 06 23:30:29.202 INFO STEP 706 (remove_files) COMPLETE
61832024-09-06T23:30:30.012Z[ recovery-image] Sep 06 23:30:29.202 INFO O| Sep 06 23:30:29.202 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-09-06T23:30:30.029Z[ recovery-image] Sep 06 23:30:29.222 INFO O| Sep 06 23:30:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61852024-09-06T23:30:30.030Z[ recovery-image] Sep 06 23:30:29.222 INFO O| Sep 06 23:30:29.222 INFO STEP 707 (remove_files) COMPLETE
61862024-09-06T23:30:30.032Z[ recovery-image] Sep 06 23:30:29.222 INFO O| Sep 06 23:30:29.222 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-09-06T23:30:30.049Z[ recovery-image] Sep 06 23:30:29.241 INFO O| Sep 06 23:30:29.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61882024-09-06T23:30:30.051Z[ recovery-image] Sep 06 23:30:29.241 INFO O| Sep 06 23:30:29.241 INFO STEP 708 (remove_files) COMPLETE
61892024-09-06T23:30:30.051Z[ recovery-image] Sep 06 23:30:29.241 INFO O| Sep 06 23:30:29.241 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-09-06T23:30:30.070Z[ recovery-image] Sep 06 23:30:29.262 INFO O| Sep 06 23:30:29.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61912024-09-06T23:30:30.070Z[ recovery-image] Sep 06 23:30:29.262 INFO O| Sep 06 23:30:29.262 INFO STEP 709 (remove_files) COMPLETE
61922024-09-06T23:30:30.070Z[ recovery-image] Sep 06 23:30:29.262 INFO O| Sep 06 23:30:29.262 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-09-06T23:30:30.090Z[ recovery-image] Sep 06 23:30:29.282 INFO O| Sep 06 23:30:29.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61942024-09-06T23:30:30.090Z[ recovery-image] Sep 06 23:30:29.282 INFO O| Sep 06 23:30:29.282 INFO STEP 710 (remove_files) COMPLETE
61952024-09-06T23:30:30.090Z[ recovery-image] Sep 06 23:30:29.282 INFO O| Sep 06 23:30:29.282 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-09-06T23:30:30.110Z[ recovery-image] Sep 06 23:30:29.302 INFO O| Sep 06 23:30:29.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61972024-09-06T23:30:30.110Z[ recovery-image] Sep 06 23:30:29.302 INFO O| Sep 06 23:30:29.302 INFO STEP 711 (remove_files) COMPLETE
61982024-09-06T23:30:30.112Z[ recovery-image] Sep 06 23:30:29.302 INFO O| Sep 06 23:30:29.302 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-09-06T23:30:30.130Z[ recovery-image] Sep 06 23:30:29.322 INFO O| Sep 06 23:30:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62002024-09-06T23:30:30.130Z[ recovery-image] Sep 06 23:30:29.322 INFO O| Sep 06 23:30:29.322 INFO STEP 712 (remove_files) COMPLETE
62012024-09-06T23:30:30.130Z[ recovery-image] Sep 06 23:30:29.323 INFO O| Sep 06 23:30:29.322 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-09-06T23:30:30.151Z[ recovery-image] Sep 06 23:30:29.343 INFO O| Sep 06 23:30:29.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62032024-09-06T23:30:30.151Z[ recovery-image] Sep 06 23:30:29.343 INFO O| Sep 06 23:30:29.343 INFO STEP 713 (remove_files) COMPLETE
62042024-09-06T23:30:30.151Z[ recovery-image] Sep 06 23:30:29.343 INFO O| Sep 06 23:30:29.343 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-09-06T23:30:30.172Z[ recovery-image] Sep 06 23:30:29.365 INFO O| Sep 06 23:30:29.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62062024-09-06T23:30:30.172Z[ recovery-image] Sep 06 23:30:29.365 INFO O| Sep 06 23:30:29.365 INFO STEP 714 (remove_files) COMPLETE
62072024-09-06T23:30:30.174Z[ recovery-image] Sep 06 23:30:29.365 INFO O| Sep 06 23:30:29.365 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-09-06T23:30:30.194Z[ recovery-image] Sep 06 23:30:29.386 INFO O| Sep 06 23:30:29.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62092024-09-06T23:30:30.194Z[ recovery-image] Sep 06 23:30:29.386 INFO O| Sep 06 23:30:29.386 INFO STEP 715 (remove_files) COMPLETE
62102024-09-06T23:30:30.194Z[ recovery-image] Sep 06 23:30:29.386 INFO O| Sep 06 23:30:29.386 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-09-06T23:30:30.214Z[ recovery-image] Sep 06 23:30:29.407 INFO O| Sep 06 23:30:29.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62122024-09-06T23:30:30.217Z[ recovery-image] Sep 06 23:30:29.407 INFO O| Sep 06 23:30:29.407 INFO STEP 716 (remove_files) COMPLETE
62132024-09-06T23:30:30.217Z[ recovery-image] Sep 06 23:30:29.407 INFO O| Sep 06 23:30:29.407 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-09-06T23:30:30.300Z[ recovery-image] Sep 06 23:30:29.446 INFO O| Sep 06 23:30:29.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62152024-09-06T23:30:30.303Z[ recovery-image] Sep 06 23:30:29.446 INFO O| Sep 06 23:30:29.446 INFO STEP 717 (remove_files) COMPLETE
62162024-09-06T23:30:30.303Z[ recovery-image] Sep 06 23:30:29.447 INFO O| Sep 06 23:30:29.446 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-09-06T23:30:30.303Z[ recovery-image] Sep 06 23:30:29.468 INFO O| Sep 06 23:30:29.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62182024-09-06T23:30:30.303Z[ recovery-image] Sep 06 23:30:29.468 INFO O| Sep 06 23:30:29.468 INFO STEP 718 (remove_files) COMPLETE
62192024-09-06T23:30:30.303Z[ recovery-image] Sep 06 23:30:29.468 INFO O| Sep 06 23:30:29.468 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-09-06T23:30:30.303Z[ recovery-image] Sep 06 23:30:29.489 INFO O| Sep 06 23:30:29.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62212024-09-06T23:30:30.303Z[ recovery-image] Sep 06 23:30:29.490 INFO O| Sep 06 23:30:29.490 INFO STEP 719 (remove_files) COMPLETE
62222024-09-06T23:30:30.303Z[ recovery-image] Sep 06 23:30:29.490 INFO O| Sep 06 23:30:29.490 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-09-06T23:30:30.326Z[ recovery-image] Sep 06 23:30:29.511 INFO O| Sep 06 23:30:29.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62242024-09-06T23:30:30.326Z[ recovery-image] Sep 06 23:30:29.511 INFO O| Sep 06 23:30:29.511 INFO STEP 720 (remove_files) COMPLETE
62252024-09-06T23:30:30.328Z[ recovery-image] Sep 06 23:30:29.511 INFO O| Sep 06 23:30:29.511 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-09-06T23:30:30.339Z[ recovery-image] Sep 06 23:30:29.531 INFO O| Sep 06 23:30:29.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62272024-09-06T23:30:30.341Z[ recovery-image] Sep 06 23:30:29.531 INFO O| Sep 06 23:30:29.531 INFO STEP 721 (remove_files) COMPLETE
62282024-09-06T23:30:30.341Z[ recovery-image] Sep 06 23:30:29.531 INFO O| Sep 06 23:30:29.531 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-09-06T23:30:30.361Z[ recovery-image] Sep 06 23:30:29.553 INFO O| Sep 06 23:30:29.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62302024-09-06T23:30:30.363Z[ recovery-image] Sep 06 23:30:29.553 INFO O| Sep 06 23:30:29.553 INFO STEP 722 (remove_files) COMPLETE
62312024-09-06T23:30:30.363Z[ recovery-image] Sep 06 23:30:29.553 INFO O| Sep 06 23:30:29.553 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-09-06T23:30:30.380Z[ recovery-image] Sep 06 23:30:29.573 INFO O| Sep 06 23:30:29.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62332024-09-06T23:30:30.382Z[ recovery-image] Sep 06 23:30:29.573 INFO O| Sep 06 23:30:29.573 INFO STEP 723 (remove_files) COMPLETE
62342024-09-06T23:30:30.383Z[ recovery-image] Sep 06 23:30:29.573 INFO O| Sep 06 23:30:29.573 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-09-06T23:30:30.414Z[ recovery-image] Sep 06 23:30:29.606 INFO O| Sep 06 23:30:29.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62362024-09-06T23:30:30.414Z[ recovery-image] Sep 06 23:30:29.606 INFO O| Sep 06 23:30:29.606 INFO STEP 724 (remove_files) COMPLETE
62372024-09-06T23:30:30.414Z[ recovery-image] Sep 06 23:30:29.606 INFO O| Sep 06 23:30:29.606 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-09-06T23:30:30.436Z[ recovery-image] Sep 06 23:30:29.628 INFO O| Sep 06 23:30:29.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62392024-09-06T23:30:30.436Z[ recovery-image] Sep 06 23:30:29.628 INFO O| Sep 06 23:30:29.628 INFO STEP 725 (remove_files) COMPLETE
62402024-09-06T23:30:30.436Z[ recovery-image] Sep 06 23:30:29.628 INFO O| Sep 06 23:30:29.628 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-09-06T23:30:30.456Z[ recovery-image] Sep 06 23:30:29.648 INFO O| Sep 06 23:30:29.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62422024-09-06T23:30:30.456Z[ recovery-image] Sep 06 23:30:29.648 INFO O| Sep 06 23:30:29.648 INFO STEP 726 (remove_files) COMPLETE
62432024-09-06T23:30:30.456Z[ recovery-image] Sep 06 23:30:29.648 INFO O| Sep 06 23:30:29.648 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-09-06T23:30:30.473Z[ recovery-image] Sep 06 23:30:29.665 INFO O| Sep 06 23:30:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62452024-09-06T23:30:30.473Z[ recovery-image] Sep 06 23:30:29.666 INFO O| Sep 06 23:30:29.666 INFO STEP 727 (remove_files) COMPLETE
62462024-09-06T23:30:30.473Z[ recovery-image] Sep 06 23:30:29.666 INFO O| Sep 06 23:30:29.666 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-09-06T23:30:30.492Z[ recovery-image] Sep 06 23:30:29.684 INFO O| Sep 06 23:30:29.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62482024-09-06T23:30:30.492Z[ recovery-image] Sep 06 23:30:29.684 INFO O| Sep 06 23:30:29.684 INFO STEP 728 (remove_files) COMPLETE
62492024-09-06T23:30:30.492Z[ recovery-image] Sep 06 23:30:29.684 INFO O| Sep 06 23:30:29.684 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-09-06T23:30:30.589Z[ recovery-image] Sep 06 23:30:29.781 INFO O| Sep 06 23:30:29.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62512024-09-06T23:30:30.589Z[ recovery-image] Sep 06 23:30:29.781 INFO O| Sep 06 23:30:29.781 INFO STEP 729 (remove_files) COMPLETE
62522024-09-06T23:30:30.589Z[ recovery-image] Sep 06 23:30:29.781 INFO O| Sep 06 23:30:29.781 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-09-06T23:30:30.609Z[ recovery-image] Sep 06 23:30:29.802 INFO O| Sep 06 23:30:29.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62542024-09-06T23:30:30.609Z[ recovery-image] Sep 06 23:30:29.802 INFO O| Sep 06 23:30:29.802 INFO STEP 730 (remove_files) COMPLETE
62552024-09-06T23:30:30.612Z[ recovery-image] Sep 06 23:30:29.802 INFO O| Sep 06 23:30:29.802 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-09-06T23:30:30.628Z[ recovery-image] Sep 06 23:30:29.820 INFO O| Sep 06 23:30:29.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62572024-09-06T23:30:30.631Z[ recovery-image] Sep 06 23:30:29.820 INFO O| Sep 06 23:30:29.820 INFO STEP 731 (remove_files) COMPLETE
62582024-09-06T23:30:30.631Z[ recovery-image] Sep 06 23:30:29.820 INFO O| Sep 06 23:30:29.820 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-09-06T23:30:30.645Z[ recovery-image] Sep 06 23:30:29.838 INFO O| Sep 06 23:30:29.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62602024-09-06T23:30:30.648Z[ recovery-image] Sep 06 23:30:29.838 INFO O| Sep 06 23:30:29.838 INFO STEP 732 (remove_files) COMPLETE
62612024-09-06T23:30:30.648Z[ recovery-image] Sep 06 23:30:29.838 INFO O| Sep 06 23:30:29.838 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-09-06T23:30:30.664Z[ recovery-image] Sep 06 23:30:29.856 INFO O| Sep 06 23:30:29.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62632024-09-06T23:30:30.666Z[ recovery-image] Sep 06 23:30:29.856 INFO O| Sep 06 23:30:29.856 INFO STEP 733 (remove_files) COMPLETE
62642024-09-06T23:30:30.666Z[ recovery-image] Sep 06 23:30:29.856 INFO O| Sep 06 23:30:29.856 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-09-06T23:30:30.682Z[ recovery-image] Sep 06 23:30:29.874 INFO O| Sep 06 23:30:29.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62662024-09-06T23:30:30.682Z[ recovery-image] Sep 06 23:30:29.874 INFO O| Sep 06 23:30:29.874 INFO STEP 734 (remove_files) COMPLETE
62672024-09-06T23:30:30.682Z[ recovery-image] Sep 06 23:30:29.875 INFO O| Sep 06 23:30:29.874 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-09-06T23:30:30.711Z[ recovery-image] Sep 06 23:30:29.903 INFO O| Sep 06 23:30:29.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62692024-09-06T23:30:30.731Z[ recovery-image] Sep 06 23:30:29.923 INFO O| Sep 06 23:30:29.923 INFO STEP 735 (remove_files) COMPLETE
62702024-09-06T23:30:30.731Z[ recovery-image] Sep 06 23:30:29.923 INFO O| Sep 06 23:30:29.923 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-09-06T23:30:30.757Z[ recovery-image] Sep 06 23:30:29.941 INFO O| Sep 06 23:30:29.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62722024-09-06T23:30:30.759Z[ recovery-image] Sep 06 23:30:29.941 INFO O| Sep 06 23:30:29.941 INFO STEP 736 (remove_files) COMPLETE
62732024-09-06T23:30:30.759Z[ recovery-image] Sep 06 23:30:29.941 INFO O| Sep 06 23:30:29.941 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-09-06T23:30:30.770Z[ recovery-image] Sep 06 23:30:29.958 INFO O| Sep 06 23:30:29.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62752024-09-06T23:30:30.770Z[ recovery-image] Sep 06 23:30:29.958 INFO O| Sep 06 23:30:29.958 INFO STEP 737 (remove_files) COMPLETE
62762024-09-06T23:30:30.770Z[ recovery-image] Sep 06 23:30:29.958 INFO O| Sep 06 23:30:29.958 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-09-06T23:30:30.789Z[ recovery-image] Sep 06 23:30:29.974 INFO O| Sep 06 23:30:29.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62782024-09-06T23:30:30.789Z[ recovery-image] Sep 06 23:30:29.974 INFO O| Sep 06 23:30:29.974 INFO STEP 738 (remove_files) COMPLETE
62792024-09-06T23:30:30.789Z[ recovery-image] Sep 06 23:30:29.974 INFO O| Sep 06 23:30:29.974 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-09-06T23:30:30.797Z[ recovery-image] Sep 06 23:30:29.989 INFO O| Sep 06 23:30:29.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62812024-09-06T23:30:30.797Z[ recovery-image] Sep 06 23:30:29.990 INFO O| Sep 06 23:30:29.990 INFO STEP 739 (remove_files) COMPLETE
62822024-09-06T23:30:30.800Z[ recovery-image] Sep 06 23:30:29.990 INFO O| Sep 06 23:30:29.990 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-09-06T23:30:30.814Z[ recovery-image] Sep 06 23:30:30.006 INFO O| Sep 06 23:30:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62842024-09-06T23:30:30.822Z[ recovery-image] Sep 06 23:30:30.015 INFO O| Sep 06 23:30:30.015 INFO STEP 740 (remove_files) COMPLETE
62852024-09-06T23:30:30.822Z[ recovery-image] Sep 06 23:30:30.015 INFO O| Sep 06 23:30:30.015 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-09-06T23:30:30.842Z[ recovery-image] Sep 06 23:30:30.034 INFO O| Sep 06 23:30:30.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62872024-09-06T23:30:30.844Z[ recovery-image] Sep 06 23:30:30.034 INFO O| Sep 06 23:30:30.034 INFO STEP 741 (remove_files) COMPLETE
62882024-09-06T23:30:30.844Z[ recovery-image] Sep 06 23:30:30.034 INFO O| Sep 06 23:30:30.034 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-09-06T23:30:30.860Z[ recovery-image] Sep 06 23:30:30.052 INFO O| Sep 06 23:30:30.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62902024-09-06T23:30:30.862Z[ recovery-image] Sep 06 23:30:30.052 INFO O| Sep 06 23:30:30.052 INFO STEP 742 (remove_files) COMPLETE
62912024-09-06T23:30:30.862Z[ recovery-image] Sep 06 23:30:30.052 INFO O| Sep 06 23:30:30.052 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-09-06T23:30:30.879Z[ recovery-image] Sep 06 23:30:30.069 INFO O| Sep 06 23:30:30.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62932024-09-06T23:30:30.879Z[ recovery-image] Sep 06 23:30:30.070 INFO O| Sep 06 23:30:30.070 INFO STEP 743 (remove_files) COMPLETE
62942024-09-06T23:30:30.879Z[ recovery-image] Sep 06 23:30:30.070 INFO O| Sep 06 23:30:30.070 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-09-06T23:30:30.896Z[ recovery-image] Sep 06 23:30:30.088 INFO O| Sep 06 23:30:30.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62962024-09-06T23:30:30.898Z[ recovery-image] Sep 06 23:30:30.088 INFO O| Sep 06 23:30:30.088 INFO STEP 744 (remove_files) COMPLETE
62972024-09-06T23:30:30.900Z[ recovery-image] Sep 06 23:30:30.088 INFO O| Sep 06 23:30:30.088 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-09-06T23:30:30.921Z[ recovery-image] Sep 06 23:30:30.113 INFO O| Sep 06 23:30:30.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62992024-09-06T23:30:30.921Z[ recovery-image] Sep 06 23:30:30.113 INFO O| Sep 06 23:30:30.113 INFO STEP 745 (remove_files) COMPLETE
63002024-09-06T23:30:30.923Z[ recovery-image] Sep 06 23:30:30.113 INFO O| Sep 06 23:30:30.113 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-09-06T23:30:31.067Z[ recovery-image] Sep 06 23:30:30.259 INFO O| Sep 06 23:30:30.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63022024-09-06T23:30:31.068Z[ recovery-image] Sep 06 23:30:30.260 INFO O| Sep 06 23:30:30.260 INFO STEP 746 (remove_files) COMPLETE
63032024-09-06T23:30:31.070Z[ recovery-image] Sep 06 23:30:30.260 INFO O| Sep 06 23:30:30.260 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-09-06T23:30:31.120Z[ recovery-image] Sep 06 23:30:30.311 INFO O| Sep 06 23:30:30.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63052024-09-06T23:30:31.120Z[ recovery-image] Sep 06 23:30:30.311 INFO O| Sep 06 23:30:30.311 INFO STEP 747 (remove_files) COMPLETE
63062024-09-06T23:30:31.120Z[ recovery-image] Sep 06 23:30:30.311 INFO O| Sep 06 23:30:30.311 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-09-06T23:30:31.150Z[ recovery-image] Sep 06 23:30:30.342 INFO O| Sep 06 23:30:30.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63082024-09-06T23:30:31.150Z[ recovery-image] Sep 06 23:30:30.342 INFO O| Sep 06 23:30:30.342 INFO STEP 748 (remove_files) COMPLETE
63092024-09-06T23:30:31.150Z[ recovery-image] Sep 06 23:30:30.342 INFO O| Sep 06 23:30:30.342 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-09-06T23:30:31.192Z[ recovery-image] Sep 06 23:30:30.384 INFO O| Sep 06 23:30:30.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63112024-09-06T23:30:31.192Z[ recovery-image] Sep 06 23:30:30.384 INFO O| Sep 06 23:30:30.384 INFO STEP 749 (remove_files) COMPLETE
63122024-09-06T23:30:31.192Z[ recovery-image] Sep 06 23:30:30.384 INFO O| Sep 06 23:30:30.384 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-09-06T23:30:31.210Z[ recovery-image] Sep 06 23:30:30.402 INFO O| Sep 06 23:30:30.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63142024-09-06T23:30:31.210Z[ recovery-image] Sep 06 23:30:30.402 INFO O| Sep 06 23:30:30.402 INFO STEP 750 (remove_files) COMPLETE
63152024-09-06T23:30:31.210Z[ recovery-image] Sep 06 23:30:30.402 INFO O| Sep 06 23:30:30.402 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-09-06T23:30:31.231Z[ recovery-image] Sep 06 23:30:30.423 INFO O| Sep 06 23:30:30.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63172024-09-06T23:30:31.231Z[ recovery-image] Sep 06 23:30:30.423 INFO O| Sep 06 23:30:30.423 INFO STEP 751 (remove_files) COMPLETE
63182024-09-06T23:30:31.233Z[ recovery-image] Sep 06 23:30:30.423 INFO O| Sep 06 23:30:30.423 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-09-06T23:30:31.251Z[ recovery-image] Sep 06 23:30:30.443 INFO O| Sep 06 23:30:30.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63202024-09-06T23:30:31.251Z[ recovery-image] Sep 06 23:30:30.443 INFO O| Sep 06 23:30:30.443 INFO STEP 752 (remove_files) COMPLETE
63212024-09-06T23:30:31.251Z[ recovery-image] Sep 06 23:30:30.443 INFO O| Sep 06 23:30:30.443 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-09-06T23:30:31.273Z[ recovery-image] Sep 06 23:30:30.465 INFO O| Sep 06 23:30:30.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63232024-09-06T23:30:31.273Z[ recovery-image] Sep 06 23:30:30.465 INFO O| Sep 06 23:30:30.465 INFO STEP 753 (remove_files) COMPLETE
63242024-09-06T23:30:31.273Z[ recovery-image] Sep 06 23:30:30.465 INFO O| Sep 06 23:30:30.465 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-09-06T23:30:31.290Z[ recovery-image] Sep 06 23:30:30.482 INFO O| Sep 06 23:30:30.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63262024-09-06T23:30:31.290Z[ recovery-image] Sep 06 23:30:30.482 INFO O| Sep 06 23:30:30.482 INFO STEP 754 (remove_files) COMPLETE
63272024-09-06T23:30:31.293Z[ recovery-image] Sep 06 23:30:30.482 INFO O| Sep 06 23:30:30.482 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-09-06T23:30:31.307Z[ recovery-image] Sep 06 23:30:30.499 INFO O| Sep 06 23:30:30.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63292024-09-06T23:30:31.307Z[ recovery-image] Sep 06 23:30:30.499 INFO O| Sep 06 23:30:30.499 INFO STEP 755 (remove_files) COMPLETE
63302024-09-06T23:30:31.307Z[ recovery-image] Sep 06 23:30:30.499 INFO O| Sep 06 23:30:30.499 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-09-06T23:30:31.324Z[ recovery-image] Sep 06 23:30:30.516 INFO O| Sep 06 23:30:30.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63322024-09-06T23:30:31.326Z[ recovery-image] Sep 06 23:30:30.516 INFO O| Sep 06 23:30:30.516 INFO STEP 756 (remove_files) COMPLETE
63332024-09-06T23:30:31.326Z[ recovery-image] Sep 06 23:30:30.516 INFO O| Sep 06 23:30:30.516 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-09-06T23:30:31.343Z[ recovery-image] Sep 06 23:30:30.535 INFO O| Sep 06 23:30:30.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63352024-09-06T23:30:31.343Z[ recovery-image] Sep 06 23:30:30.535 INFO O| Sep 06 23:30:30.535 INFO STEP 757 (remove_files) COMPLETE
63362024-09-06T23:30:31.343Z[ recovery-image] Sep 06 23:30:30.535 INFO O| Sep 06 23:30:30.535 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-09-06T23:30:31.371Z[ recovery-image] Sep 06 23:30:30.563 INFO O| Sep 06 23:30:30.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63382024-09-06T23:30:31.373Z[ recovery-image] Sep 06 23:30:30.564 INFO O| Sep 06 23:30:30.563 INFO STEP 758 (remove_files) COMPLETE
63392024-09-06T23:30:31.373Z[ recovery-image] Sep 06 23:30:30.564 INFO O| Sep 06 23:30:30.564 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-09-06T23:30:31.393Z[ recovery-image] Sep 06 23:30:30.585 INFO O| Sep 06 23:30:30.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63412024-09-06T23:30:31.417Z[ recovery-image] Sep 06 23:30:30.609 INFO O| Sep 06 23:30:30.609 INFO STEP 759 (remove_files) COMPLETE
63422024-09-06T23:30:31.417Z[ recovery-image] Sep 06 23:30:30.609 INFO O| Sep 06 23:30:30.609 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-09-06T23:30:31.439Z[ recovery-image] Sep 06 23:30:30.631 INFO O| Sep 06 23:30:30.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63442024-09-06T23:30:31.443Z[ recovery-image] Sep 06 23:30:30.631 INFO O| Sep 06 23:30:30.631 INFO STEP 760 (remove_files) COMPLETE
63452024-09-06T23:30:31.443Z[ recovery-image] Sep 06 23:30:30.631 INFO O| Sep 06 23:30:30.631 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-09-06T23:30:31.458Z[ recovery-image] Sep 06 23:30:30.650 INFO O| Sep 06 23:30:30.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63472024-09-06T23:30:31.460Z[ recovery-image] Sep 06 23:30:30.651 INFO O| Sep 06 23:30:30.651 INFO STEP 761 (remove_files) COMPLETE
63482024-09-06T23:30:31.460Z[ recovery-image] Sep 06 23:30:30.651 INFO O| Sep 06 23:30:30.651 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-09-06T23:30:31.478Z[ recovery-image] Sep 06 23:30:30.670 INFO O| Sep 06 23:30:30.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63502024-09-06T23:30:31.481Z[ recovery-image] Sep 06 23:30:30.671 INFO O| Sep 06 23:30:30.671 INFO STEP 762 (remove_files) COMPLETE
63512024-09-06T23:30:31.481Z[ recovery-image] Sep 06 23:30:30.671 INFO O| Sep 06 23:30:30.671 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-09-06T23:30:31.499Z[ recovery-image] Sep 06 23:30:30.691 INFO O| Sep 06 23:30:30.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63532024-09-06T23:30:31.501Z[ recovery-image] Sep 06 23:30:30.691 INFO O| Sep 06 23:30:30.691 INFO STEP 763 (remove_files) COMPLETE
63542024-09-06T23:30:31.501Z[ recovery-image] Sep 06 23:30:30.691 INFO O| Sep 06 23:30:30.691 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-09-06T23:30:31.519Z[ recovery-image] Sep 06 23:30:30.711 INFO O| Sep 06 23:30:30.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63562024-09-06T23:30:31.521Z[ recovery-image] Sep 06 23:30:30.712 INFO O| Sep 06 23:30:30.712 INFO STEP 764 (remove_files) COMPLETE
63572024-09-06T23:30:31.521Z[ recovery-image] Sep 06 23:30:30.712 INFO O| Sep 06 23:30:30.712 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-09-06T23:30:31.540Z[ recovery-image] Sep 06 23:30:30.732 INFO O| Sep 06 23:30:30.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63592024-09-06T23:30:31.542Z[ recovery-image] Sep 06 23:30:30.732 INFO O| Sep 06 23:30:30.732 INFO STEP 765 (remove_files) COMPLETE
63602024-09-06T23:30:31.542Z[ recovery-image] Sep 06 23:30:30.732 INFO O| Sep 06 23:30:30.732 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-09-06T23:30:31.574Z[ recovery-image] Sep 06 23:30:30.766 INFO O| Sep 06 23:30:30.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63622024-09-06T23:30:31.576Z[ recovery-image] Sep 06 23:30:30.766 INFO O| Sep 06 23:30:30.766 INFO STEP 766 (remove_files) COMPLETE
63632024-09-06T23:30:31.576Z[ recovery-image] Sep 06 23:30:30.766 INFO O| Sep 06 23:30:30.766 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-09-06T23:30:31.594Z[ recovery-image] Sep 06 23:30:30.786 INFO O| Sep 06 23:30:30.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63652024-09-06T23:30:31.597Z[ recovery-image] Sep 06 23:30:30.786 INFO O| Sep 06 23:30:30.786 INFO STEP 767 (remove_files) COMPLETE
63662024-09-06T23:30:31.597Z[ recovery-image] Sep 06 23:30:30.786 INFO O| Sep 06 23:30:30.786 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-09-06T23:30:31.613Z[ recovery-image] Sep 06 23:30:30.805 INFO O| Sep 06 23:30:30.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63682024-09-06T23:30:31.615Z[ recovery-image] Sep 06 23:30:30.805 INFO O| Sep 06 23:30:30.805 INFO STEP 768 (remove_files) COMPLETE
63692024-09-06T23:30:31.615Z[ recovery-image] Sep 06 23:30:30.805 INFO O| Sep 06 23:30:30.805 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-09-06T23:30:31.634Z[ recovery-image] Sep 06 23:30:30.826 INFO O| Sep 06 23:30:30.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63712024-09-06T23:30:31.634Z[ recovery-image] Sep 06 23:30:30.826 INFO O| Sep 06 23:30:30.826 INFO STEP 769 (remove_files) COMPLETE
63722024-09-06T23:30:31.634Z[ recovery-image] Sep 06 23:30:30.826 INFO O| Sep 06 23:30:30.826 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-09-06T23:30:31.701Z[ recovery-image] Sep 06 23:30:30.893 INFO O| Sep 06 23:30:30.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63742024-09-06T23:30:31.703Z[ recovery-image] Sep 06 23:30:30.893 INFO O| Sep 06 23:30:30.893 INFO STEP 770 (remove_files) COMPLETE
63752024-09-06T23:30:31.703Z[ recovery-image] Sep 06 23:30:30.893 INFO O| Sep 06 23:30:30.893 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-09-06T23:30:31.720Z[ recovery-image] Sep 06 23:30:30.912 INFO O| Sep 06 23:30:30.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63772024-09-06T23:30:31.722Z[ recovery-image] Sep 06 23:30:30.912 INFO O| Sep 06 23:30:30.912 INFO STEP 771 (remove_files) COMPLETE
63782024-09-06T23:30:31.722Z[ recovery-image] Sep 06 23:30:30.912 INFO O| Sep 06 23:30:30.912 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-06T23:30:31.738Z[ recovery-image] Sep 06 23:30:30.930 INFO O| Sep 06 23:30:30.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63802024-09-06T23:30:31.738Z[ recovery-image] Sep 06 23:30:30.930 INFO O| Sep 06 23:30:30.930 INFO STEP 772 (remove_files) COMPLETE
63812024-09-06T23:30:31.738Z[ recovery-image] Sep 06 23:30:30.930 INFO O| Sep 06 23:30:30.930 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-09-06T23:30:31.756Z[ recovery-image] Sep 06 23:30:30.948 INFO O| Sep 06 23:30:30.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63832024-09-06T23:30:31.758Z[ recovery-image] Sep 06 23:30:30.948 INFO O| Sep 06 23:30:30.948 INFO STEP 773 (remove_files) COMPLETE
63842024-09-06T23:30:31.758Z[ recovery-image] Sep 06 23:30:30.948 INFO O| Sep 06 23:30:30.948 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-09-06T23:30:31.775Z[ recovery-image] Sep 06 23:30:30.966 INFO O| Sep 06 23:30:30.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63862024-09-06T23:30:31.775Z[ recovery-image] Sep 06 23:30:30.967 INFO O| Sep 06 23:30:30.966 INFO STEP 774 (remove_files) COMPLETE
63872024-09-06T23:30:31.775Z[ recovery-image] Sep 06 23:30:30.967 INFO O| Sep 06 23:30:30.966 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-09-06T23:30:31.792Z[ recovery-image] Sep 06 23:30:30.984 INFO O| Sep 06 23:30:30.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63892024-09-06T23:30:31.794Z[ recovery-image] Sep 06 23:30:30.984 INFO O| Sep 06 23:30:30.984 INFO STEP 775 (remove_files) COMPLETE
63902024-09-06T23:30:31.794Z[ recovery-image] Sep 06 23:30:30.984 INFO O| Sep 06 23:30:30.984 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-09-06T23:30:31.808Z[ recovery-image] Sep 06 23:30:31.001 INFO O| Sep 06 23:30:31.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63922024-09-06T23:30:31.808Z[ recovery-image] Sep 06 23:30:31.001 INFO O| Sep 06 23:30:31.001 INFO STEP 776 (remove_files) COMPLETE
63932024-09-06T23:30:31.808Z[ recovery-image] Sep 06 23:30:31.001 INFO O| Sep 06 23:30:31.001 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-09-06T23:30:31.827Z[ recovery-image] Sep 06 23:30:31.019 INFO O| Sep 06 23:30:31.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63952024-09-06T23:30:31.827Z[ recovery-image] Sep 06 23:30:31.019 INFO O| Sep 06 23:30:31.019 INFO STEP 777 (remove_files) COMPLETE
63962024-09-06T23:30:31.829Z[ recovery-image] Sep 06 23:30:31.019 INFO O| Sep 06 23:30:31.019 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-09-06T23:30:31.871Z[ recovery-image] Sep 06 23:30:31.063 INFO O| Sep 06 23:30:31.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63982024-09-06T23:30:31.871Z[ recovery-image] Sep 06 23:30:31.063 INFO O| Sep 06 23:30:31.063 INFO STEP 778 (remove_files) COMPLETE
63992024-09-06T23:30:31.871Z[ recovery-image] Sep 06 23:30:31.063 INFO O| Sep 06 23:30:31.063 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-09-06T23:30:31.923Z[ recovery-image] Sep 06 23:30:31.116 INFO O| Sep 06 23:30:31.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64012024-09-06T23:30:31.923Z[ recovery-image] Sep 06 23:30:31.116 INFO O| Sep 06 23:30:31.116 INFO STEP 779 (remove_files) COMPLETE
64022024-09-06T23:30:31.926Z[ recovery-image] Sep 06 23:30:31.116 INFO O| Sep 06 23:30:31.116 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-09-06T23:30:31.948Z[ recovery-image] Sep 06 23:30:31.140 INFO O| Sep 06 23:30:31.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64042024-09-06T23:30:31.948Z[ recovery-image] Sep 06 23:30:31.140 INFO O| Sep 06 23:30:31.140 INFO STEP 780 (remove_files) COMPLETE
64052024-09-06T23:30:31.950Z[ recovery-image] Sep 06 23:30:31.140 INFO O| Sep 06 23:30:31.140 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-09-06T23:30:31.998Z[ recovery-image] Sep 06 23:30:31.190 INFO O| Sep 06 23:30:31.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64072024-09-06T23:30:31.998Z[ recovery-image] Sep 06 23:30:31.190 INFO O| Sep 06 23:30:31.190 INFO STEP 781 (remove_files) COMPLETE
64082024-09-06T23:30:31.998Z[ recovery-image] Sep 06 23:30:31.190 INFO O| Sep 06 23:30:31.190 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-09-06T23:30:32.030Z[ recovery-image] Sep 06 23:30:31.222 INFO O| Sep 06 23:30:31.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64102024-09-06T23:30:32.030Z[ recovery-image] Sep 06 23:30:31.222 INFO O| Sep 06 23:30:31.222 INFO STEP 782 (remove_files) COMPLETE
64112024-09-06T23:30:32.030Z[ recovery-image] Sep 06 23:30:31.222 INFO O| Sep 06 23:30:31.222 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-09-06T23:30:32.050Z[ recovery-image] Sep 06 23:30:31.242 INFO O| Sep 06 23:30:31.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64132024-09-06T23:30:32.050Z[ recovery-image] Sep 06 23:30:31.242 INFO O| Sep 06 23:30:31.242 INFO STEP 783 (remove_files) COMPLETE
64142024-09-06T23:30:32.050Z[ recovery-image] Sep 06 23:30:31.242 INFO O| Sep 06 23:30:31.242 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-09-06T23:30:32.069Z[ recovery-image] Sep 06 23:30:31.261 INFO O| Sep 06 23:30:31.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64162024-09-06T23:30:32.069Z[ recovery-image] Sep 06 23:30:31.261 INFO O| Sep 06 23:30:31.261 INFO STEP 784 (remove_files) COMPLETE
64172024-09-06T23:30:32.069Z[ recovery-image] Sep 06 23:30:31.261 INFO O| Sep 06 23:30:31.261 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-09-06T23:30:32.117Z[ recovery-image] Sep 06 23:30:31.309 INFO O| Sep 06 23:30:31.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64192024-09-06T23:30:32.119Z[ recovery-image] Sep 06 23:30:31.309 INFO O| Sep 06 23:30:31.309 INFO STEP 785 (remove_files) COMPLETE
64202024-09-06T23:30:32.119Z[ recovery-image] Sep 06 23:30:31.309 INFO O| Sep 06 23:30:31.309 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-09-06T23:30:32.154Z[ recovery-image] Sep 06 23:30:31.346 INFO O| Sep 06 23:30:31.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64222024-09-06T23:30:32.154Z[ recovery-image] Sep 06 23:30:31.346 INFO O| Sep 06 23:30:31.346 INFO STEP 786 (remove_files) COMPLETE
64232024-09-06T23:30:32.156Z[ recovery-image] Sep 06 23:30:31.347 INFO O| Sep 06 23:30:31.346 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-09-06T23:30:32.194Z[ recovery-image] Sep 06 23:30:31.386 INFO O| Sep 06 23:30:31.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64252024-09-06T23:30:32.194Z[ recovery-image] Sep 06 23:30:31.386 INFO O| Sep 06 23:30:31.386 INFO STEP 787 (remove_files) COMPLETE
64262024-09-06T23:30:32.194Z[ recovery-image] Sep 06 23:30:31.386 INFO O| Sep 06 23:30:31.386 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-09-06T23:30:32.213Z[ recovery-image] Sep 06 23:30:31.405 INFO O| Sep 06 23:30:31.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64282024-09-06T23:30:32.213Z[ recovery-image] Sep 06 23:30:31.405 INFO O| Sep 06 23:30:31.405 INFO STEP 788 (remove_files) COMPLETE
64292024-09-06T23:30:32.213Z[ recovery-image] Sep 06 23:30:31.405 INFO O| Sep 06 23:30:31.405 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-09-06T23:30:32.233Z[ recovery-image] Sep 06 23:30:31.425 INFO O| Sep 06 23:30:31.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64312024-09-06T23:30:32.233Z[ recovery-image] Sep 06 23:30:31.425 INFO O| Sep 06 23:30:31.425 INFO STEP 789 (remove_files) COMPLETE
64322024-09-06T23:30:32.233Z[ recovery-image] Sep 06 23:30:31.425 INFO O| Sep 06 23:30:31.425 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-09-06T23:30:32.256Z[ recovery-image] Sep 06 23:30:31.448 INFO O| Sep 06 23:30:31.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64342024-09-06T23:30:32.256Z[ recovery-image] Sep 06 23:30:31.448 INFO O| Sep 06 23:30:31.448 INFO STEP 790 (remove_files) COMPLETE
64352024-09-06T23:30:32.259Z[ recovery-image] Sep 06 23:30:31.448 INFO O| Sep 06 23:30:31.448 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-09-06T23:30:32.296Z[ recovery-image] Sep 06 23:30:31.471 INFO O| Sep 06 23:30:31.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64372024-09-06T23:30:32.296Z[ recovery-image] Sep 06 23:30:31.471 INFO O| Sep 06 23:30:31.471 INFO STEP 791 (remove_files) COMPLETE
64382024-09-06T23:30:32.296Z[ recovery-image] Sep 06 23:30:31.471 INFO O| Sep 06 23:30:31.471 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-09-06T23:30:32.316Z[ recovery-image] Sep 06 23:30:31.508 INFO O| Sep 06 23:30:31.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64402024-09-06T23:30:32.316Z[ recovery-image] Sep 06 23:30:31.508 INFO O| Sep 06 23:30:31.508 INFO STEP 792 (remove_files) COMPLETE
64412024-09-06T23:30:32.316Z[ recovery-image] Sep 06 23:30:31.508 INFO O| Sep 06 23:30:31.508 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-09-06T23:30:32.334Z[ recovery-image] Sep 06 23:30:31.526 INFO O| Sep 06 23:30:31.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64432024-09-06T23:30:32.334Z[ recovery-image] Sep 06 23:30:31.526 INFO O| Sep 06 23:30:31.526 INFO STEP 793 (remove_files) COMPLETE
64442024-09-06T23:30:32.334Z[ recovery-image] Sep 06 23:30:31.526 INFO O| Sep 06 23:30:31.526 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-09-06T23:30:32.374Z[ recovery-image] Sep 06 23:30:31.566 INFO O| Sep 06 23:30:31.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64462024-09-06T23:30:32.374Z[ recovery-image] Sep 06 23:30:31.566 INFO O| Sep 06 23:30:31.566 INFO STEP 794 (remove_files) COMPLETE
64472024-09-06T23:30:32.377Z[ recovery-image] Sep 06 23:30:31.566 INFO O| Sep 06 23:30:31.566 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-09-06T23:30:32.413Z[ recovery-image] Sep 06 23:30:31.605 INFO O| Sep 06 23:30:31.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64492024-09-06T23:30:32.413Z[ recovery-image] Sep 06 23:30:31.605 INFO O| Sep 06 23:30:31.605 INFO STEP 795 (remove_files) COMPLETE
64502024-09-06T23:30:32.413Z[ recovery-image] Sep 06 23:30:31.605 INFO O| Sep 06 23:30:31.605 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-09-06T23:30:32.433Z[ recovery-image] Sep 06 23:30:31.625 INFO O| Sep 06 23:30:31.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64522024-09-06T23:30:32.433Z[ recovery-image] Sep 06 23:30:31.625 INFO O| Sep 06 23:30:31.625 INFO STEP 796 (remove_files) COMPLETE
64532024-09-06T23:30:32.436Z[ recovery-image] Sep 06 23:30:31.626 INFO O| Sep 06 23:30:31.625 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-09-06T23:30:32.455Z[ recovery-image] Sep 06 23:30:31.646 INFO O| Sep 06 23:30:31.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64552024-09-06T23:30:32.455Z[ recovery-image] Sep 06 23:30:31.647 INFO O| Sep 06 23:30:31.646 INFO STEP 797 (remove_files) COMPLETE
64562024-09-06T23:30:32.455Z[ recovery-image] Sep 06 23:30:31.647 INFO O| Sep 06 23:30:31.647 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-09-06T23:30:32.474Z[ recovery-image] Sep 06 23:30:31.666 INFO O| Sep 06 23:30:31.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64582024-09-06T23:30:32.474Z[ recovery-image] Sep 06 23:30:31.666 INFO O| Sep 06 23:30:31.666 INFO STEP 798 (remove_files) COMPLETE
64592024-09-06T23:30:32.474Z[ recovery-image] Sep 06 23:30:31.666 INFO O| Sep 06 23:30:31.666 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-09-06T23:30:32.493Z[ recovery-image] Sep 06 23:30:31.685 INFO O| Sep 06 23:30:31.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64612024-09-06T23:30:32.493Z[ recovery-image] Sep 06 23:30:31.685 INFO O| Sep 06 23:30:31.685 INFO STEP 799 (remove_files) COMPLETE
64622024-09-06T23:30:32.493Z[ recovery-image] Sep 06 23:30:31.685 INFO O| Sep 06 23:30:31.685 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-09-06T23:30:32.510Z[ recovery-image] Sep 06 23:30:31.702 INFO O| Sep 06 23:30:31.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64642024-09-06T23:30:32.510Z[ recovery-image] Sep 06 23:30:31.702 INFO O| Sep 06 23:30:31.702 INFO STEP 800 (remove_files) COMPLETE
64652024-09-06T23:30:32.510Z[ recovery-image] Sep 06 23:30:31.702 INFO O| Sep 06 23:30:31.702 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-09-06T23:30:32.528Z[ recovery-image] Sep 06 23:30:31.719 INFO O| Sep 06 23:30:31.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64672024-09-06T23:30:32.528Z[ recovery-image] Sep 06 23:30:31.719 INFO O| Sep 06 23:30:31.719 INFO STEP 801 (remove_files) COMPLETE
64682024-09-06T23:30:32.528Z[ recovery-image] Sep 06 23:30:31.719 INFO O| Sep 06 23:30:31.719 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-09-06T23:30:32.545Z[ recovery-image] Sep 06 23:30:31.737 INFO O| Sep 06 23:30:31.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64702024-09-06T23:30:32.547Z[ recovery-image] Sep 06 23:30:31.737 INFO O| Sep 06 23:30:31.737 INFO STEP 802 (remove_files) COMPLETE
64712024-09-06T23:30:32.548Z[ recovery-image] Sep 06 23:30:31.738 INFO O| Sep 06 23:30:31.737 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-09-06T23:30:32.563Z[ recovery-image] Sep 06 23:30:31.755 INFO O| Sep 06 23:30:31.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64732024-09-06T23:30:32.563Z[ recovery-image] Sep 06 23:30:31.755 INFO O| Sep 06 23:30:31.755 INFO STEP 803 (remove_files) COMPLETE
64742024-09-06T23:30:32.566Z[ recovery-image] Sep 06 23:30:31.755 INFO O| Sep 06 23:30:31.755 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-09-06T23:30:32.581Z[ recovery-image] Sep 06 23:30:31.773 INFO O| Sep 06 23:30:31.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64762024-09-06T23:30:32.581Z[ recovery-image] Sep 06 23:30:31.773 INFO O| Sep 06 23:30:31.773 INFO STEP 804 (remove_files) COMPLETE
64772024-09-06T23:30:32.581Z[ recovery-image] Sep 06 23:30:31.773 INFO O| Sep 06 23:30:31.773 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-09-06T23:30:32.611Z[ recovery-image] Sep 06 23:30:31.803 INFO O| Sep 06 23:30:31.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64792024-09-06T23:30:32.614Z[ recovery-image] Sep 06 23:30:31.803 INFO O| Sep 06 23:30:31.803 INFO STEP 805 (remove_files) COMPLETE
64802024-09-06T23:30:32.614Z[ recovery-image] Sep 06 23:30:31.803 INFO O| Sep 06 23:30:31.803 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-09-06T23:30:32.667Z[ recovery-image] Sep 06 23:30:31.859 INFO O| Sep 06 23:30:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64822024-09-06T23:30:32.668Z[ recovery-image] Sep 06 23:30:31.859 INFO O| Sep 06 23:30:31.859 INFO STEP 806 (remove_files) COMPLETE
64832024-09-06T23:30:32.670Z[ recovery-image] Sep 06 23:30:31.860 INFO O| Sep 06 23:30:31.859 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-09-06T23:30:32.683Z[ recovery-image] Sep 06 23:30:31.875 INFO O| Sep 06 23:30:31.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64852024-09-06T23:30:32.685Z[ recovery-image] Sep 06 23:30:31.875 INFO O| Sep 06 23:30:31.875 INFO STEP 807 (remove_files) COMPLETE
64862024-09-06T23:30:32.685Z[ recovery-image] Sep 06 23:30:31.875 INFO O| Sep 06 23:30:31.875 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-09-06T23:30:32.708Z[ recovery-image] Sep 06 23:30:31.900 INFO O| Sep 06 23:30:31.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64882024-09-06T23:30:32.711Z[ recovery-image] Sep 06 23:30:31.900 INFO O| Sep 06 23:30:31.900 INFO STEP 808 (remove_files) COMPLETE
64892024-09-06T23:30:32.711Z[ recovery-image] Sep 06 23:30:31.900 INFO O| Sep 06 23:30:31.900 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-09-06T23:30:32.726Z[ recovery-image] Sep 06 23:30:31.918 INFO O| Sep 06 23:30:31.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64912024-09-06T23:30:32.728Z[ recovery-image] Sep 06 23:30:31.918 INFO O| Sep 06 23:30:31.918 INFO STEP 809 (remove_files) COMPLETE
64922024-09-06T23:30:32.728Z[ recovery-image] Sep 06 23:30:31.918 INFO O| Sep 06 23:30:31.918 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-09-06T23:30:32.743Z[ recovery-image] Sep 06 23:30:31.935 INFO O| Sep 06 23:30:31.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64942024-09-06T23:30:32.745Z[ recovery-image] Sep 06 23:30:31.935 INFO O| Sep 06 23:30:31.935 INFO STEP 810 (remove_files) COMPLETE
64952024-09-06T23:30:32.745Z[ recovery-image] Sep 06 23:30:31.935 INFO O| Sep 06 23:30:31.935 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-09-06T23:30:32.784Z[ recovery-image] Sep 06 23:30:31.976 INFO O| Sep 06 23:30:31.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64972024-09-06T23:30:32.784Z[ recovery-image] Sep 06 23:30:31.976 INFO O| Sep 06 23:30:31.976 INFO STEP 811 (remove_files) COMPLETE
64982024-09-06T23:30:32.784Z[ recovery-image] Sep 06 23:30:31.976 INFO O| Sep 06 23:30:31.976 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-09-06T23:30:32.806Z[ recovery-image] Sep 06 23:30:31.997 INFO O| Sep 06 23:30:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65002024-09-06T23:30:32.806Z[ recovery-image] Sep 06 23:30:31.997 INFO O| Sep 06 23:30:31.997 INFO STEP 812 (remove_files) COMPLETE
65012024-09-06T23:30:32.806Z[ recovery-image] Sep 06 23:30:31.997 INFO O| Sep 06 23:30:31.997 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-09-06T23:30:32.849Z[ recovery-image] Sep 06 23:30:32.041 INFO O| Sep 06 23:30:32.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65032024-09-06T23:30:32.849Z[ recovery-image] Sep 06 23:30:32.041 INFO O| Sep 06 23:30:32.041 INFO STEP 813 (remove_files) COMPLETE
65042024-09-06T23:30:32.851Z[ recovery-image] Sep 06 23:30:32.041 INFO O| Sep 06 23:30:32.041 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-09-06T23:30:32.915Z[ recovery-image] Sep 06 23:30:32.106 INFO O| Sep 06 23:30:32.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65062024-09-06T23:30:32.915Z[ recovery-image] Sep 06 23:30:32.107 INFO O| Sep 06 23:30:32.107 INFO STEP 814 (remove_files) COMPLETE
65072024-09-06T23:30:32.917Z[ recovery-image] Sep 06 23:30:32.107 INFO O| Sep 06 23:30:32.107 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-09-06T23:30:32.931Z[ recovery-image] Sep 06 23:30:32.123 INFO O| Sep 06 23:30:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65092024-09-06T23:30:32.931Z[ recovery-image] Sep 06 23:30:32.123 INFO O| Sep 06 23:30:32.123 INFO STEP 815 (remove_files) COMPLETE
65102024-09-06T23:30:32.934Z[ recovery-image] Sep 06 23:30:32.123 INFO O| Sep 06 23:30:32.123 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-09-06T23:30:32.952Z[ recovery-image] Sep 06 23:30:32.144 INFO O| Sep 06 23:30:32.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65122024-09-06T23:30:32.952Z[ recovery-image] Sep 06 23:30:32.144 INFO O| Sep 06 23:30:32.144 INFO STEP 816 (remove_files) COMPLETE
65132024-09-06T23:30:32.955Z[ recovery-image] Sep 06 23:30:32.144 INFO O| Sep 06 23:30:32.144 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-09-06T23:30:32.971Z[ recovery-image] Sep 06 23:30:32.163 INFO O| Sep 06 23:30:32.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65152024-09-06T23:30:32.973Z[ recovery-image] Sep 06 23:30:32.163 INFO O| Sep 06 23:30:32.163 INFO STEP 817 (remove_files) COMPLETE
65162024-09-06T23:30:32.973Z[ recovery-image] Sep 06 23:30:32.163 INFO O| Sep 06 23:30:32.163 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-09-06T23:30:33.028Z[ recovery-image] Sep 06 23:30:32.220 INFO O| Sep 06 23:30:32.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65182024-09-06T23:30:33.028Z[ recovery-image] Sep 06 23:30:32.220 INFO O| Sep 06 23:30:32.220 INFO STEP 818 (remove_files) COMPLETE
65192024-09-06T23:30:33.030Z[ recovery-image] Sep 06 23:30:32.220 INFO O| Sep 06 23:30:32.220 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-09-06T23:30:33.046Z[ recovery-image] Sep 06 23:30:32.238 INFO O| Sep 06 23:30:32.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65212024-09-06T23:30:33.046Z[ recovery-image] Sep 06 23:30:32.238 INFO O| Sep 06 23:30:32.238 INFO STEP 819 (remove_files) COMPLETE
65222024-09-06T23:30:33.049Z[ recovery-image] Sep 06 23:30:32.238 INFO O| Sep 06 23:30:32.238 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-09-06T23:30:33.066Z[ recovery-image] Sep 06 23:30:32.257 INFO O| Sep 06 23:30:32.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65242024-09-06T23:30:33.066Z[ recovery-image] Sep 06 23:30:32.257 INFO O| Sep 06 23:30:32.257 INFO STEP 820 (remove_files) COMPLETE
65252024-09-06T23:30:33.066Z[ recovery-image] Sep 06 23:30:32.257 INFO O| Sep 06 23:30:32.257 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-09-06T23:30:33.084Z[ recovery-image] Sep 06 23:30:32.276 INFO O| Sep 06 23:30:32.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65272024-09-06T23:30:33.084Z[ recovery-image] Sep 06 23:30:32.276 INFO O| Sep 06 23:30:32.276 INFO STEP 821 (remove_files) COMPLETE
65282024-09-06T23:30:33.084Z[ recovery-image] Sep 06 23:30:32.276 INFO O| Sep 06 23:30:32.276 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-09-06T23:30:33.103Z[ recovery-image] Sep 06 23:30:32.295 INFO O| Sep 06 23:30:32.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65302024-09-06T23:30:33.103Z[ recovery-image] Sep 06 23:30:32.295 INFO O| Sep 06 23:30:32.295 INFO STEP 822 (remove_files) COMPLETE
65312024-09-06T23:30:33.103Z[ recovery-image] Sep 06 23:30:32.295 INFO O| Sep 06 23:30:32.295 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-06T23:30:33.138Z[ recovery-image] Sep 06 23:30:32.329 INFO O| Sep 06 23:30:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65332024-09-06T23:30:33.138Z[ recovery-image] Sep 06 23:30:32.329 INFO O| Sep 06 23:30:32.329 INFO STEP 823 (remove_files) COMPLETE
65342024-09-06T23:30:33.138Z[ recovery-image] Sep 06 23:30:32.329 INFO O| Sep 06 23:30:32.329 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-09-06T23:30:33.168Z[ recovery-image] Sep 06 23:30:32.359 INFO O| Sep 06 23:30:32.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65362024-09-06T23:30:33.168Z[ recovery-image] Sep 06 23:30:32.359 INFO O| Sep 06 23:30:32.359 INFO STEP 824 (remove_files) COMPLETE
65372024-09-06T23:30:33.170Z[ recovery-image] Sep 06 23:30:32.359 INFO O| Sep 06 23:30:32.359 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-09-06T23:30:33.185Z[ recovery-image] Sep 06 23:30:32.377 INFO O| Sep 06 23:30:32.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65392024-09-06T23:30:33.185Z[ recovery-image] Sep 06 23:30:32.377 INFO O| Sep 06 23:30:32.377 INFO STEP 825 (remove_files) COMPLETE
65402024-09-06T23:30:33.185Z[ recovery-image] Sep 06 23:30:32.377 INFO O| Sep 06 23:30:32.377 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-09-06T23:30:33.202Z[ recovery-image] Sep 06 23:30:32.394 INFO O| Sep 06 23:30:32.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65422024-09-06T23:30:33.202Z[ recovery-image] Sep 06 23:30:32.394 INFO O| Sep 06 23:30:32.394 INFO STEP 826 (remove_files) COMPLETE
65432024-09-06T23:30:33.202Z[ recovery-image] Sep 06 23:30:32.394 INFO O| Sep 06 23:30:32.394 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-09-06T23:30:33.219Z[ recovery-image] Sep 06 23:30:32.411 INFO O| Sep 06 23:30:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65452024-09-06T23:30:33.219Z[ recovery-image] Sep 06 23:30:32.411 INFO O| Sep 06 23:30:32.411 INFO STEP 827 (remove_files) COMPLETE
65462024-09-06T23:30:33.222Z[ recovery-image] Sep 06 23:30:32.411 INFO O| Sep 06 23:30:32.411 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-09-06T23:30:33.245Z[ recovery-image] Sep 06 23:30:32.436 INFO O| Sep 06 23:30:32.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65482024-09-06T23:30:33.245Z[ recovery-image] Sep 06 23:30:32.436 INFO O| Sep 06 23:30:32.436 INFO STEP 828 (remove_files) COMPLETE
65492024-09-06T23:30:33.245Z[ recovery-image] Sep 06 23:30:32.436 INFO O| Sep 06 23:30:32.436 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-09-06T23:30:33.283Z[ recovery-image] Sep 06 23:30:32.474 INFO O| Sep 06 23:30:32.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65512024-09-06T23:30:33.283Z[ recovery-image] Sep 06 23:30:32.474 INFO O| Sep 06 23:30:32.474 INFO STEP 829 (remove_files) COMPLETE
65522024-09-06T23:30:33.283Z[ recovery-image] Sep 06 23:30:32.474 INFO O| Sep 06 23:30:32.474 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-06T23:30:33.301Z[ recovery-image] Sep 06 23:30:32.492 INFO O| Sep 06 23:30:32.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65542024-09-06T23:30:33.301Z[ recovery-image] Sep 06 23:30:32.492 INFO O| Sep 06 23:30:32.492 INFO STEP 830 (remove_files) COMPLETE
65552024-09-06T23:30:33.301Z[ recovery-image] Sep 06 23:30:32.492 INFO O| Sep 06 23:30:32.492 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-06T23:30:33.329Z[ recovery-image] Sep 06 23:30:32.521 INFO O| Sep 06 23:30:32.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65572024-09-06T23:30:33.332Z[ recovery-image] Sep 06 23:30:32.521 INFO O| Sep 06 23:30:32.521 INFO STEP 831 (remove_files) COMPLETE
65582024-09-06T23:30:33.332Z[ recovery-image] Sep 06 23:30:32.522 INFO O| Sep 06 23:30:32.521 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-06T23:30:33.348Z[ recovery-image] Sep 06 23:30:32.540 INFO O| Sep 06 23:30:32.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65602024-09-06T23:30:33.350Z[ recovery-image] Sep 06 23:30:32.540 INFO O| Sep 06 23:30:32.540 INFO STEP 832 (remove_files) COMPLETE
65612024-09-06T23:30:33.350Z[ recovery-image] Sep 06 23:30:32.541 INFO O| Sep 06 23:30:32.540 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-06T23:30:33.365Z[ recovery-image] Sep 06 23:30:32.557 INFO O| Sep 06 23:30:32.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65632024-09-06T23:30:33.369Z[ recovery-image] Sep 06 23:30:32.561 INFO O| Sep 06 23:30:32.561 INFO STEP 833 (remove_files) COMPLETE
65642024-09-06T23:30:33.369Z[ recovery-image] Sep 06 23:30:32.561 INFO O| Sep 06 23:30:32.561 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-06T23:30:33.387Z[ recovery-image] Sep 06 23:30:32.579 INFO O| Sep 06 23:30:32.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65662024-09-06T23:30:33.390Z[ recovery-image] Sep 06 23:30:32.579 INFO O| Sep 06 23:30:32.579 INFO STEP 834 (remove_files) COMPLETE
65672024-09-06T23:30:33.390Z[ recovery-image] Sep 06 23:30:32.580 INFO O| Sep 06 23:30:32.579 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-06T23:30:33.406Z[ recovery-image] Sep 06 23:30:32.598 INFO O| Sep 06 23:30:32.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65692024-09-06T23:30:33.408Z[ recovery-image] Sep 06 23:30:32.598 INFO O| Sep 06 23:30:32.598 INFO STEP 835 (remove_files) COMPLETE
65702024-09-06T23:30:33.408Z[ recovery-image] Sep 06 23:30:32.598 INFO O| Sep 06 23:30:32.598 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-06T23:30:33.424Z[ recovery-image] Sep 06 23:30:32.616 INFO O| Sep 06 23:30:32.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65722024-09-06T23:30:33.426Z[ recovery-image] Sep 06 23:30:32.616 INFO O| Sep 06 23:30:32.616 INFO STEP 836 (remove_files) COMPLETE
65732024-09-06T23:30:33.426Z[ recovery-image] Sep 06 23:30:32.616 INFO O| Sep 06 23:30:32.616 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-06T23:30:33.442Z[ recovery-image] Sep 06 23:30:32.634 INFO O| Sep 06 23:30:32.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65752024-09-06T23:30:33.442Z[ recovery-image] Sep 06 23:30:32.634 INFO O| Sep 06 23:30:32.634 INFO STEP 837 (remove_files) COMPLETE
65762024-09-06T23:30:33.444Z[ recovery-image] Sep 06 23:30:32.634 INFO O| Sep 06 23:30:32.634 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-06T23:30:33.460Z[ recovery-image] Sep 06 23:30:32.652 INFO O| Sep 06 23:30:32.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65782024-09-06T23:30:33.463Z[ recovery-image] Sep 06 23:30:32.652 INFO O| Sep 06 23:30:32.652 INFO STEP 838 (remove_files) COMPLETE
65792024-09-06T23:30:33.463Z[ recovery-image] Sep 06 23:30:32.652 INFO O| Sep 06 23:30:32.652 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-06T23:30:33.480Z[ recovery-image] Sep 06 23:30:32.672 INFO O| Sep 06 23:30:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65812024-09-06T23:30:33.483Z[ recovery-image] Sep 06 23:30:32.672 INFO O| Sep 06 23:30:32.672 INFO STEP 839 (remove_files) COMPLETE
65822024-09-06T23:30:33.483Z[ recovery-image] Sep 06 23:30:32.672 INFO O| Sep 06 23:30:32.672 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-06T23:30:33.501Z[ recovery-image] Sep 06 23:30:32.692 INFO O| Sep 06 23:30:32.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65842024-09-06T23:30:33.504Z[ recovery-image] Sep 06 23:30:32.693 INFO O| Sep 06 23:30:32.692 INFO STEP 840 (remove_files) COMPLETE
65852024-09-06T23:30:33.504Z[ recovery-image] Sep 06 23:30:32.693 INFO O| Sep 06 23:30:32.693 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-06T23:30:33.537Z[ recovery-image] Sep 06 23:30:32.729 INFO O| Sep 06 23:30:32.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65872024-09-06T23:30:33.537Z[ recovery-image] Sep 06 23:30:32.729 INFO O| Sep 06 23:30:32.729 INFO STEP 841 (remove_files) COMPLETE
65882024-09-06T23:30:33.539Z[ recovery-image] Sep 06 23:30:32.729 INFO O| Sep 06 23:30:32.729 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-06T23:30:33.557Z[ recovery-image] Sep 06 23:30:32.749 INFO O| Sep 06 23:30:32.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65902024-09-06T23:30:33.559Z[ recovery-image] Sep 06 23:30:32.749 INFO O| Sep 06 23:30:32.749 INFO STEP 842 (remove_files) COMPLETE
65912024-09-06T23:30:33.559Z[ recovery-image] Sep 06 23:30:32.749 INFO O| Sep 06 23:30:32.749 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-06T23:30:33.575Z[ recovery-image] Sep 06 23:30:32.767 INFO O| Sep 06 23:30:32.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65932024-09-06T23:30:33.578Z[ recovery-image] Sep 06 23:30:32.767 INFO O| Sep 06 23:30:32.767 INFO STEP 843 (remove_files) COMPLETE
65942024-09-06T23:30:33.578Z[ recovery-image] Sep 06 23:30:32.768 INFO O| Sep 06 23:30:32.767 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-06T23:30:33.595Z[ recovery-image] Sep 06 23:30:32.787 INFO O| Sep 06 23:30:32.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65962024-09-06T23:30:33.597Z[ recovery-image] Sep 06 23:30:32.787 INFO O| Sep 06 23:30:32.787 INFO STEP 844 (remove_files) COMPLETE
65972024-09-06T23:30:33.597Z[ recovery-image] Sep 06 23:30:32.787 INFO O| Sep 06 23:30:32.787 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-06T23:30:33.614Z[ recovery-image] Sep 06 23:30:32.806 INFO O| Sep 06 23:30:32.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65992024-09-06T23:30:33.616Z[ recovery-image] Sep 06 23:30:32.806 INFO O| Sep 06 23:30:32.806 INFO STEP 845 (remove_files) COMPLETE
66002024-09-06T23:30:33.616Z[ recovery-image] Sep 06 23:30:32.806 INFO O| Sep 06 23:30:32.806 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-06T23:30:33.634Z[ recovery-image] Sep 06 23:30:32.826 INFO O| Sep 06 23:30:32.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66022024-09-06T23:30:33.634Z[ recovery-image] Sep 06 23:30:32.826 INFO O| Sep 06 23:30:32.826 INFO STEP 846 (remove_files) COMPLETE
66032024-09-06T23:30:33.634Z[ recovery-image] Sep 06 23:30:32.826 INFO O| Sep 06 23:30:32.826 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-06T23:30:33.660Z[ recovery-image] Sep 06 23:30:32.851 INFO O| Sep 06 23:30:32.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66052024-09-06T23:30:33.660Z[ recovery-image] Sep 06 23:30:32.851 INFO O| Sep 06 23:30:32.851 INFO STEP 847 (remove_files) COMPLETE
66062024-09-06T23:30:33.660Z[ recovery-image] Sep 06 23:30:32.851 INFO O| Sep 06 23:30:32.851 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-06T23:30:33.679Z[ recovery-image] Sep 06 23:30:32.871 INFO O| Sep 06 23:30:32.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66082024-09-06T23:30:33.679Z[ recovery-image] Sep 06 23:30:32.871 INFO O| Sep 06 23:30:32.871 INFO STEP 848 (remove_files) COMPLETE
66092024-09-06T23:30:33.679Z[ recovery-image] Sep 06 23:30:32.871 INFO O| Sep 06 23:30:32.871 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-06T23:30:33.698Z[ recovery-image] Sep 06 23:30:32.890 INFO O| Sep 06 23:30:32.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66112024-09-06T23:30:33.698Z[ recovery-image] Sep 06 23:30:32.890 INFO O| Sep 06 23:30:32.890 INFO STEP 849 (remove_files) COMPLETE
66122024-09-06T23:30:33.701Z[ recovery-image] Sep 06 23:30:32.890 INFO O| Sep 06 23:30:32.890 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-06T23:30:33.716Z[ recovery-image] Sep 06 23:30:32.908 INFO O| Sep 06 23:30:32.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66142024-09-06T23:30:33.716Z[ recovery-image] Sep 06 23:30:32.908 INFO O| Sep 06 23:30:32.908 INFO STEP 850 (remove_files) COMPLETE
66152024-09-06T23:30:33.719Z[ recovery-image] Sep 06 23:30:32.908 INFO O| Sep 06 23:30:32.908 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-06T23:30:33.744Z[ recovery-image] Sep 06 23:30:32.935 INFO O| Sep 06 23:30:32.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66172024-09-06T23:30:33.744Z[ recovery-image] Sep 06 23:30:32.936 INFO O| Sep 06 23:30:32.935 INFO STEP 851 (remove_files) COMPLETE
66182024-09-06T23:30:33.744Z[ recovery-image] Sep 06 23:30:32.936 INFO O| Sep 06 23:30:32.935 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-06T23:30:33.805Z[ recovery-image] Sep 06 23:30:32.996 INFO O| Sep 06 23:30:32.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66202024-09-06T23:30:33.805Z[ recovery-image] Sep 06 23:30:32.997 INFO O| Sep 06 23:30:32.997 INFO STEP 852 (remove_files) COMPLETE
66212024-09-06T23:30:33.808Z[ recovery-image] Sep 06 23:30:32.997 INFO O| Sep 06 23:30:32.997 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-06T23:30:33.830Z[ recovery-image] Sep 06 23:30:33.022 INFO O| Sep 06 23:30:33.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66232024-09-06T23:30:33.830Z[ recovery-image] Sep 06 23:30:33.022 INFO O| Sep 06 23:30:33.022 INFO STEP 853 (remove_files) COMPLETE
66242024-09-06T23:30:33.833Z[ recovery-image] Sep 06 23:30:33.022 INFO O| Sep 06 23:30:33.022 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-06T23:30:33.851Z[ recovery-image] Sep 06 23:30:33.042 INFO O| Sep 06 23:30:33.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66262024-09-06T23:30:33.851Z[ recovery-image] Sep 06 23:30:33.043 INFO O| Sep 06 23:30:33.043 INFO STEP 854 (remove_files) COMPLETE
66272024-09-06T23:30:33.851Z[ recovery-image] Sep 06 23:30:33.043 INFO O| Sep 06 23:30:33.043 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-06T23:30:33.872Z[ recovery-image] Sep 06 23:30:33.064 INFO O| Sep 06 23:30:33.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66292024-09-06T23:30:33.872Z[ recovery-image] Sep 06 23:30:33.064 INFO O| Sep 06 23:30:33.064 INFO STEP 855 (remove_files) COMPLETE
66302024-09-06T23:30:33.872Z[ recovery-image] Sep 06 23:30:33.064 INFO O| Sep 06 23:30:33.064 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-06T23:30:33.894Z[ recovery-image] Sep 06 23:30:33.085 INFO O| Sep 06 23:30:33.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66322024-09-06T23:30:33.894Z[ recovery-image] Sep 06 23:30:33.085 INFO O| Sep 06 23:30:33.085 INFO STEP 856 (remove_files) COMPLETE
66332024-09-06T23:30:33.894Z[ recovery-image] Sep 06 23:30:33.086 INFO O| Sep 06 23:30:33.085 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-06T23:30:33.915Z[ recovery-image] Sep 06 23:30:33.106 INFO O| Sep 06 23:30:33.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66352024-09-06T23:30:33.917Z[ recovery-image] Sep 06 23:30:33.107 INFO O| Sep 06 23:30:33.107 INFO STEP 857 (remove_files) COMPLETE
66362024-09-06T23:30:33.917Z[ recovery-image] Sep 06 23:30:33.107 INFO O| Sep 06 23:30:33.107 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-06T23:30:33.945Z[ recovery-image] Sep 06 23:30:33.137 INFO O| Sep 06 23:30:33.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66382024-09-06T23:30:33.945Z[ recovery-image] Sep 06 23:30:33.137 INFO O| Sep 06 23:30:33.137 INFO STEP 858 (remove_files) COMPLETE
66392024-09-06T23:30:33.945Z[ recovery-image] Sep 06 23:30:33.137 INFO O| Sep 06 23:30:33.137 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-06T23:30:33.981Z[ recovery-image] Sep 06 23:30:33.173 INFO O| Sep 06 23:30:33.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66412024-09-06T23:30:33.981Z[ recovery-image] Sep 06 23:30:33.173 INFO O| Sep 06 23:30:33.173 INFO STEP 859 (remove_files) COMPLETE
66422024-09-06T23:30:33.984Z[ recovery-image] Sep 06 23:30:33.173 INFO O| Sep 06 23:30:33.173 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-06T23:30:34.007Z[ recovery-image] Sep 06 23:30:33.199 INFO O| Sep 06 23:30:33.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66442024-09-06T23:30:34.007Z[ recovery-image] Sep 06 23:30:33.199 INFO O| Sep 06 23:30:33.199 INFO STEP 860 (remove_files) COMPLETE
66452024-09-06T23:30:34.007Z[ recovery-image] Sep 06 23:30:33.199 INFO O| Sep 06 23:30:33.199 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-06T23:30:34.024Z[ recovery-image] Sep 06 23:30:33.216 INFO O| Sep 06 23:30:33.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66472024-09-06T23:30:34.024Z[ recovery-image] Sep 06 23:30:33.216 INFO O| Sep 06 23:30:33.216 INFO STEP 861 (remove_files) COMPLETE
66482024-09-06T23:30:34.024Z[ recovery-image] Sep 06 23:30:33.216 INFO O| Sep 06 23:30:33.216 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-06T23:30:34.042Z[ recovery-image] Sep 06 23:30:33.234 INFO O| Sep 06 23:30:33.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66502024-09-06T23:30:34.042Z[ recovery-image] Sep 06 23:30:33.234 INFO O| Sep 06 23:30:33.234 INFO STEP 862 (remove_files) COMPLETE
66512024-09-06T23:30:34.045Z[ recovery-image] Sep 06 23:30:33.234 INFO O| Sep 06 23:30:33.234 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-06T23:30:34.061Z[ recovery-image] Sep 06 23:30:33.253 INFO O| Sep 06 23:30:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66532024-09-06T23:30:34.061Z[ recovery-image] Sep 06 23:30:33.253 INFO O| Sep 06 23:30:33.253 INFO STEP 863 (remove_files) COMPLETE
66542024-09-06T23:30:34.061Z[ recovery-image] Sep 06 23:30:33.253 INFO O| Sep 06 23:30:33.253 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-06T23:30:34.081Z[ recovery-image] Sep 06 23:30:33.273 INFO O| Sep 06 23:30:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66562024-09-06T23:30:34.084Z[ recovery-image] Sep 06 23:30:33.273 INFO O| Sep 06 23:30:33.273 INFO STEP 864 (remove_files) COMPLETE
66572024-09-06T23:30:34.084Z[ recovery-image] Sep 06 23:30:33.273 INFO O| Sep 06 23:30:33.273 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-06T23:30:34.101Z[ recovery-image] Sep 06 23:30:33.293 INFO O| Sep 06 23:30:33.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66592024-09-06T23:30:34.103Z[ recovery-image] Sep 06 23:30:33.293 INFO O| Sep 06 23:30:33.293 INFO STEP 865 (remove_files) COMPLETE
66602024-09-06T23:30:34.103Z[ recovery-image] Sep 06 23:30:33.293 INFO O| Sep 06 23:30:33.293 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-06T23:30:34.119Z[ recovery-image] Sep 06 23:30:33.311 INFO O| Sep 06 23:30:33.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66622024-09-06T23:30:34.122Z[ recovery-image] Sep 06 23:30:33.312 INFO O| Sep 06 23:30:33.312 INFO STEP 866 (remove_files) COMPLETE
66632024-09-06T23:30:34.122Z[ recovery-image] Sep 06 23:30:33.312 INFO O| Sep 06 23:30:33.312 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-06T23:30:34.138Z[ recovery-image] Sep 06 23:30:33.330 INFO O| Sep 06 23:30:33.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66652024-09-06T23:30:34.138Z[ recovery-image] Sep 06 23:30:33.330 INFO O| Sep 06 23:30:33.330 INFO STEP 867 (remove_files) COMPLETE
66662024-09-06T23:30:34.138Z[ recovery-image] Sep 06 23:30:33.330 INFO O| Sep 06 23:30:33.330 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-06T23:30:34.176Z[ recovery-image] Sep 06 23:30:33.368 INFO O| Sep 06 23:30:33.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66682024-09-06T23:30:34.176Z[ recovery-image] Sep 06 23:30:33.368 INFO O| Sep 06 23:30:33.368 INFO STEP 868 (remove_files) COMPLETE
66692024-09-06T23:30:34.178Z[ recovery-image] Sep 06 23:30:33.368 INFO O| Sep 06 23:30:33.368 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-06T23:30:34.195Z[ recovery-image] Sep 06 23:30:33.387 INFO O| Sep 06 23:30:33.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66712024-09-06T23:30:34.206Z[ recovery-image] Sep 06 23:30:33.397 INFO O| Sep 06 23:30:33.397 INFO STEP 869 (remove_files) COMPLETE
66722024-09-06T23:30:34.206Z[ recovery-image] Sep 06 23:30:33.397 INFO O| Sep 06 23:30:33.397 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-06T23:30:34.237Z[ recovery-image] Sep 06 23:30:33.429 INFO O| Sep 06 23:30:33.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66742024-09-06T23:30:34.237Z[ recovery-image] Sep 06 23:30:33.429 INFO O| Sep 06 23:30:33.429 INFO STEP 870 (remove_files) COMPLETE
66752024-09-06T23:30:34.237Z[ recovery-image] Sep 06 23:30:33.429 INFO O| Sep 06 23:30:33.429 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-06T23:30:34.254Z[ recovery-image] Sep 06 23:30:33.445 INFO O| Sep 06 23:30:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66772024-09-06T23:30:34.254Z[ recovery-image] Sep 06 23:30:33.446 INFO O| Sep 06 23:30:33.445 INFO STEP 871 (remove_files) COMPLETE
66782024-09-06T23:30:34.254Z[ recovery-image] Sep 06 23:30:33.446 INFO O| Sep 06 23:30:33.445 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-06T23:30:34.270Z[ recovery-image] Sep 06 23:30:33.462 INFO O| Sep 06 23:30:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66802024-09-06T23:30:34.272Z[ recovery-image] Sep 06 23:30:33.462 INFO O| Sep 06 23:30:33.462 INFO STEP 872 (remove_files) COMPLETE
66812024-09-06T23:30:34.272Z[ recovery-image] Sep 06 23:30:33.462 INFO O| Sep 06 23:30:33.462 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-06T23:30:34.287Z[ recovery-image] Sep 06 23:30:33.479 INFO O| Sep 06 23:30:33.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66832024-09-06T23:30:34.289Z[ recovery-image] Sep 06 23:30:33.479 INFO O| Sep 06 23:30:33.479 INFO STEP 873 (remove_files) COMPLETE
66842024-09-06T23:30:34.289Z[ recovery-image] Sep 06 23:30:33.479 INFO O| Sep 06 23:30:33.479 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-06T23:30:34.323Z[ recovery-image] Sep 06 23:30:33.515 INFO O| Sep 06 23:30:33.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66862024-09-06T23:30:34.325Z[ recovery-image] Sep 06 23:30:33.515 INFO O| Sep 06 23:30:33.515 INFO STEP 874 (remove_files) COMPLETE
66872024-09-06T23:30:34.325Z[ recovery-image] Sep 06 23:30:33.515 INFO O| Sep 06 23:30:33.515 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-06T23:30:34.341Z[ recovery-image] Sep 06 23:30:33.533 INFO O| Sep 06 23:30:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66892024-09-06T23:30:34.341Z[ recovery-image] Sep 06 23:30:33.533 INFO O| Sep 06 23:30:33.533 INFO STEP 875 (remove_files) COMPLETE
66902024-09-06T23:30:34.341Z[ recovery-image] Sep 06 23:30:33.533 INFO O| Sep 06 23:30:33.533 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-06T23:30:34.360Z[ recovery-image] Sep 06 23:30:33.551 INFO O| Sep 06 23:30:33.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66922024-09-06T23:30:34.362Z[ recovery-image] Sep 06 23:30:33.551 INFO O| Sep 06 23:30:33.551 INFO STEP 876 (remove_files) COMPLETE
66932024-09-06T23:30:34.362Z[ recovery-image] Sep 06 23:30:33.551 INFO O| Sep 06 23:30:33.551 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-06T23:30:34.376Z[ recovery-image] Sep 06 23:30:33.568 INFO O| Sep 06 23:30:33.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66952024-09-06T23:30:34.377Z[ recovery-image] Sep 06 23:30:33.568 INFO O| Sep 06 23:30:33.568 INFO STEP 877 (remove_files) COMPLETE
66962024-09-06T23:30:34.379Z[ recovery-image] Sep 06 23:30:33.568 INFO O| Sep 06 23:30:33.568 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-06T23:30:34.394Z[ recovery-image] Sep 06 23:30:33.586 INFO O| Sep 06 23:30:33.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66982024-09-06T23:30:34.394Z[ recovery-image] Sep 06 23:30:33.586 INFO O| Sep 06 23:30:33.586 INFO STEP 878 (remove_files) COMPLETE
66992024-09-06T23:30:34.394Z[ recovery-image] Sep 06 23:30:33.586 INFO O| Sep 06 23:30:33.586 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-06T23:30:34.411Z[ recovery-image] Sep 06 23:30:33.602 INFO O| Sep 06 23:30:33.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67012024-09-06T23:30:34.411Z[ recovery-image] Sep 06 23:30:33.602 INFO O| Sep 06 23:30:33.602 INFO STEP 879 (remove_files) COMPLETE
67022024-09-06T23:30:34.411Z[ recovery-image] Sep 06 23:30:33.602 INFO O| Sep 06 23:30:33.602 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-06T23:30:34.426Z[ recovery-image] Sep 06 23:30:33.618 INFO O| Sep 06 23:30:33.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67042024-09-06T23:30:34.426Z[ recovery-image] Sep 06 23:30:33.618 INFO O| Sep 06 23:30:33.618 INFO STEP 880 (remove_files) COMPLETE
67052024-09-06T23:30:34.429Z[ recovery-image] Sep 06 23:30:33.618 INFO O| Sep 06 23:30:33.618 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-06T23:30:34.459Z[ recovery-image] Sep 06 23:30:33.651 INFO O| Sep 06 23:30:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67072024-09-06T23:30:34.459Z[ recovery-image] Sep 06 23:30:33.651 INFO O| Sep 06 23:30:33.651 INFO STEP 881 (remove_files) COMPLETE
67082024-09-06T23:30:34.462Z[ recovery-image] Sep 06 23:30:33.651 INFO O| Sep 06 23:30:33.651 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-09-06T23:30:34.480Z[ recovery-image] Sep 06 23:30:33.671 INFO O| Sep 06 23:30:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67102024-09-06T23:30:34.480Z[ recovery-image] Sep 06 23:30:33.671 INFO O| Sep 06 23:30:33.671 INFO STEP 882 (remove_files) COMPLETE
67112024-09-06T23:30:34.480Z[ recovery-image] Sep 06 23:30:33.671 INFO O| Sep 06 23:30:33.671 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-09-06T23:30:34.499Z[ recovery-image] Sep 06 23:30:33.690 INFO O| Sep 06 23:30:33.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67132024-09-06T23:30:34.499Z[ recovery-image] Sep 06 23:30:33.691 INFO O| Sep 06 23:30:33.690 INFO STEP 883 (remove_files) COMPLETE
67142024-09-06T23:30:34.499Z[ recovery-image] Sep 06 23:30:33.691 INFO O| Sep 06 23:30:33.691 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-09-06T23:30:34.521Z[ recovery-image] Sep 06 23:30:33.712 INFO O| Sep 06 23:30:33.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67162024-09-06T23:30:34.521Z[ recovery-image] Sep 06 23:30:33.712 INFO O| Sep 06 23:30:33.712 INFO STEP 884 (remove_files) COMPLETE
67172024-09-06T23:30:34.521Z[ recovery-image] Sep 06 23:30:33.712 INFO O| Sep 06 23:30:33.712 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-09-06T23:30:34.540Z[ recovery-image] Sep 06 23:30:33.732 INFO O| Sep 06 23:30:33.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67192024-09-06T23:30:34.540Z[ recovery-image] Sep 06 23:30:33.732 INFO O| Sep 06 23:30:33.732 INFO STEP 885 (remove_files) COMPLETE
67202024-09-06T23:30:34.540Z[ recovery-image] Sep 06 23:30:33.732 INFO O| Sep 06 23:30:33.732 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-09-06T23:30:34.562Z[ recovery-image] Sep 06 23:30:33.753 INFO O| Sep 06 23:30:33.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67222024-09-06T23:30:34.562Z[ recovery-image] Sep 06 23:30:33.754 INFO O| Sep 06 23:30:33.753 INFO STEP 886 (remove_files) COMPLETE
67232024-09-06T23:30:34.564Z[ recovery-image] Sep 06 23:30:33.754 INFO O| Sep 06 23:30:33.754 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-09-06T23:30:34.582Z[ recovery-image] Sep 06 23:30:33.774 INFO O| Sep 06 23:30:33.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67252024-09-06T23:30:34.582Z[ recovery-image] Sep 06 23:30:33.774 INFO O| Sep 06 23:30:33.774 INFO STEP 887 (remove_files) COMPLETE
67262024-09-06T23:30:34.582Z[ recovery-image] Sep 06 23:30:33.774 INFO O| Sep 06 23:30:33.774 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-09-06T23:30:34.602Z[ recovery-image] Sep 06 23:30:33.794 INFO O| Sep 06 23:30:33.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67282024-09-06T23:30:34.604Z[ recovery-image] Sep 06 23:30:33.794 INFO O| Sep 06 23:30:33.794 INFO STEP 888 (remove_files) COMPLETE
67292024-09-06T23:30:34.604Z[ recovery-image] Sep 06 23:30:33.794 INFO O| Sep 06 23:30:33.794 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-09-06T23:30:34.624Z[ recovery-image] Sep 06 23:30:33.816 INFO O| Sep 06 23:30:33.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67312024-09-06T23:30:34.626Z[ recovery-image] Sep 06 23:30:33.816 INFO O| Sep 06 23:30:33.816 INFO STEP 889 (remove_files) COMPLETE
67322024-09-06T23:30:34.626Z[ recovery-image] Sep 06 23:30:33.816 INFO O| Sep 06 23:30:33.816 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-09-06T23:30:34.656Z[ recovery-image] Sep 06 23:30:33.847 INFO O| Sep 06 23:30:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67342024-09-06T23:30:34.656Z[ recovery-image] Sep 06 23:30:33.847 INFO O| Sep 06 23:30:33.847 INFO STEP 890 (remove_files) COMPLETE
67352024-09-06T23:30:34.656Z[ recovery-image] Sep 06 23:30:33.847 INFO O| Sep 06 23:30:33.847 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-06T23:30:34.679Z[ recovery-image] Sep 06 23:30:33.871 INFO O| Sep 06 23:30:33.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67372024-09-06T23:30:34.682Z[ recovery-image] Sep 06 23:30:33.871 INFO O| Sep 06 23:30:33.866 INFO STEP 891 (remove_files) COMPLETE
67382024-09-06T23:30:34.682Z[ recovery-image] Sep 06 23:30:33.871 INFO O| Sep 06 23:30:33.866 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-06T23:30:34.692Z[ recovery-image] Sep 06 23:30:33.884 INFO O| Sep 06 23:30:33.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67402024-09-06T23:30:34.695Z[ recovery-image] Sep 06 23:30:33.885 INFO O| Sep 06 23:30:33.884 INFO STEP 892 (remove_files) COMPLETE
67412024-09-06T23:30:34.695Z[ recovery-image] Sep 06 23:30:33.885 INFO O| Sep 06 23:30:33.885 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-06T23:30:34.712Z[ recovery-image] Sep 06 23:30:33.903 INFO O| Sep 06 23:30:33.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67432024-09-06T23:30:34.712Z[ recovery-image] Sep 06 23:30:33.903 INFO O| Sep 06 23:30:33.903 INFO STEP 893 (remove_files) COMPLETE
67442024-09-06T23:30:34.714Z[ recovery-image] Sep 06 23:30:33.904 INFO O| Sep 06 23:30:33.903 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-09-06T23:30:34.730Z[ recovery-image] Sep 06 23:30:33.922 INFO O| Sep 06 23:30:33.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67462024-09-06T23:30:34.730Z[ recovery-image] Sep 06 23:30:33.922 INFO O| Sep 06 23:30:33.922 INFO STEP 894 (remove_files) COMPLETE
67472024-09-06T23:30:34.730Z[ recovery-image] Sep 06 23:30:33.922 INFO O| Sep 06 23:30:33.922 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-06T23:30:34.754Z[ recovery-image] Sep 06 23:30:33.946 INFO O| Sep 06 23:30:33.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67492024-09-06T23:30:34.754Z[ recovery-image] Sep 06 23:30:33.946 INFO O| Sep 06 23:30:33.946 INFO STEP 895 (remove_files) COMPLETE
67502024-09-06T23:30:34.754Z[ recovery-image] Sep 06 23:30:33.946 INFO O| Sep 06 23:30:33.946 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-06T23:30:34.780Z[ recovery-image] Sep 06 23:30:33.971 INFO O| Sep 06 23:30:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67522024-09-06T23:30:34.780Z[ recovery-image] Sep 06 23:30:33.972 INFO O| Sep 06 23:30:33.971 INFO STEP 896 (remove_files) COMPLETE
67532024-09-06T23:30:34.780Z[ recovery-image] Sep 06 23:30:33.972 INFO O| Sep 06 23:30:33.972 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-06T23:30:34.798Z[ recovery-image] Sep 06 23:30:33.990 INFO O| Sep 06 23:30:33.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67552024-09-06T23:30:34.801Z[ recovery-image] Sep 06 23:30:33.990 INFO O| Sep 06 23:30:33.990 INFO STEP 897 (remove_files) COMPLETE
67562024-09-06T23:30:34.801Z[ recovery-image] Sep 06 23:30:33.990 INFO O| Sep 06 23:30:33.990 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-06T23:30:34.816Z[ recovery-image] Sep 06 23:30:34.008 INFO O| Sep 06 23:30:34.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67582024-09-06T23:30:34.816Z[ recovery-image] Sep 06 23:30:34.008 INFO O| Sep 06 23:30:34.008 INFO STEP 898 (remove_files) COMPLETE
67592024-09-06T23:30:34.816Z[ recovery-image] Sep 06 23:30:34.008 INFO O| Sep 06 23:30:34.008 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-06T23:30:34.834Z[ recovery-image] Sep 06 23:30:34.025 INFO O| Sep 06 23:30:34.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67612024-09-06T23:30:34.834Z[ recovery-image] Sep 06 23:30:34.025 INFO O| Sep 06 23:30:34.025 INFO STEP 899 (remove_files) COMPLETE
67622024-09-06T23:30:34.834Z[ recovery-image] Sep 06 23:30:34.025 INFO O| Sep 06 23:30:34.025 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-06T23:30:34.849Z[ recovery-image] Sep 06 23:30:34.040 INFO O| Sep 06 23:30:34.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67642024-09-06T23:30:34.849Z[ recovery-image] Sep 06 23:30:34.040 INFO O| Sep 06 23:30:34.040 INFO STEP 900 (remove_files) COMPLETE
67652024-09-06T23:30:34.849Z[ recovery-image] Sep 06 23:30:34.041 INFO O| Sep 06 23:30:34.040 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-06T23:30:34.864Z[ recovery-image] Sep 06 23:30:34.055 INFO O| Sep 06 23:30:34.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67672024-09-06T23:30:34.864Z[ recovery-image] Sep 06 23:30:34.055 INFO O| Sep 06 23:30:34.055 INFO STEP 901 (remove_files) COMPLETE
67682024-09-06T23:30:34.864Z[ recovery-image] Sep 06 23:30:34.055 INFO O| Sep 06 23:30:34.055 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-06T23:30:34.881Z[ recovery-image] Sep 06 23:30:34.072 INFO O| Sep 06 23:30:34.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67702024-09-06T23:30:34.881Z[ recovery-image] Sep 06 23:30:34.073 INFO O| Sep 06 23:30:34.073 INFO STEP 902 (remove_files) COMPLETE
67712024-09-06T23:30:34.881Z[ recovery-image] Sep 06 23:30:34.073 INFO O| Sep 06 23:30:34.073 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-06T23:30:34.895Z[ recovery-image] Sep 06 23:30:34.087 INFO O| Sep 06 23:30:34.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67732024-09-06T23:30:34.895Z[ recovery-image] Sep 06 23:30:34.087 INFO O| Sep 06 23:30:34.087 INFO STEP 903 (remove_files) COMPLETE
67742024-09-06T23:30:34.898Z[ recovery-image] Sep 06 23:30:34.087 INFO O| Sep 06 23:30:34.087 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-09-06T23:30:34.909Z[ recovery-image] Sep 06 23:30:34.101 INFO O| Sep 06 23:30:34.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67762024-09-06T23:30:34.909Z[ recovery-image] Sep 06 23:30:34.101 INFO O| Sep 06 23:30:34.101 INFO STEP 904 (remove_files) COMPLETE
67772024-09-06T23:30:34.912Z[ recovery-image] Sep 06 23:30:34.101 INFO O| Sep 06 23:30:34.101 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-09-06T23:30:34.924Z[ recovery-image] Sep 06 23:30:34.116 INFO O| Sep 06 23:30:34.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67792024-09-06T23:30:34.926Z[ recovery-image] Sep 06 23:30:34.116 INFO O| Sep 06 23:30:34.116 INFO STEP 905 (remove_files) COMPLETE
67802024-09-06T23:30:34.926Z[ recovery-image] Sep 06 23:30:34.116 INFO O| Sep 06 23:30:34.116 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-06T23:30:34.960Z[ recovery-image] Sep 06 23:30:34.151 INFO O| Sep 06 23:30:34.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67822024-09-06T23:30:34.963Z[ recovery-image] Sep 06 23:30:34.151 INFO O| Sep 06 23:30:34.151 INFO STEP 906 (remove_files) COMPLETE
67832024-09-06T23:30:34.963Z[ recovery-image] Sep 06 23:30:34.152 INFO O| Sep 06 23:30:34.151 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-06T23:30:34.979Z[ recovery-image] Sep 06 23:30:34.171 INFO O| Sep 06 23:30:34.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67852024-09-06T23:30:34.981Z[ recovery-image] Sep 06 23:30:34.171 INFO O| Sep 06 23:30:34.171 INFO STEP 907 (remove_files) COMPLETE
67862024-09-06T23:30:34.981Z[ recovery-image] Sep 06 23:30:34.171 INFO O| Sep 06 23:30:34.171 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-06T23:30:34.997Z[ recovery-image] Sep 06 23:30:34.188 INFO O| Sep 06 23:30:34.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67882024-09-06T23:30:34.999Z[ recovery-image] Sep 06 23:30:34.189 INFO O| Sep 06 23:30:34.189 INFO STEP 908 (remove_files) COMPLETE
67892024-09-06T23:30:34.999Z[ recovery-image] Sep 06 23:30:34.189 INFO O| Sep 06 23:30:34.189 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-06T23:30:35.015Z[ recovery-image] Sep 06 23:30:34.206 INFO O| Sep 06 23:30:34.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67912024-09-06T23:30:35.015Z[ recovery-image] Sep 06 23:30:34.206 INFO O| Sep 06 23:30:34.206 INFO STEP 909 (remove_files) COMPLETE
67922024-09-06T23:30:35.017Z[ recovery-image] Sep 06 23:30:34.207 INFO O| Sep 06 23:30:34.206 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-06T23:30:35.037Z[ recovery-image] Sep 06 23:30:34.229 INFO O| Sep 06 23:30:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67942024-09-06T23:30:35.037Z[ recovery-image] Sep 06 23:30:34.229 INFO O| Sep 06 23:30:34.229 INFO STEP 910 (remove_files) COMPLETE
67952024-09-06T23:30:35.037Z[ recovery-image] Sep 06 23:30:34.229 INFO O| Sep 06 23:30:34.229 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-06T23:30:35.054Z[ recovery-image] Sep 06 23:30:34.246 INFO O| Sep 06 23:30:34.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67972024-09-06T23:30:35.054Z[ recovery-image] Sep 06 23:30:34.246 INFO O| Sep 06 23:30:34.245 INFO STEP 911 (remove_files) COMPLETE
67982024-09-06T23:30:35.054Z[ recovery-image] Sep 06 23:30:34.246 INFO O| Sep 06 23:30:34.245 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-06T23:30:35.070Z[ recovery-image] Sep 06 23:30:34.262 INFO O| Sep 06 23:30:34.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68002024-09-06T23:30:35.070Z[ recovery-image] Sep 06 23:30:34.262 INFO O| Sep 06 23:30:34.262 INFO STEP 912 (remove_files) COMPLETE
68012024-09-06T23:30:35.070Z[ recovery-image] Sep 06 23:30:34.262 INFO O| Sep 06 23:30:34.262 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-06T23:30:35.087Z[ recovery-image] Sep 06 23:30:34.278 INFO O| Sep 06 23:30:34.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68032024-09-06T23:30:35.087Z[ recovery-image] Sep 06 23:30:34.278 INFO O| Sep 06 23:30:34.278 INFO STEP 913 (remove_files) COMPLETE
68042024-09-06T23:30:35.087Z[ recovery-image] Sep 06 23:30:34.278 INFO O| Sep 06 23:30:34.278 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-06T23:30:35.103Z[ recovery-image] Sep 06 23:30:34.295 INFO O| Sep 06 23:30:34.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68062024-09-06T23:30:35.103Z[ recovery-image] Sep 06 23:30:34.295 INFO O| Sep 06 23:30:34.295 INFO STEP 914 (remove_files) COMPLETE
68072024-09-06T23:30:35.106Z[ recovery-image] Sep 06 23:30:34.295 INFO O| Sep 06 23:30:34.295 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-06T23:30:35.122Z[ recovery-image] Sep 06 23:30:34.314 INFO O| Sep 06 23:30:34.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68092024-09-06T23:30:35.122Z[ recovery-image] Sep 06 23:30:34.314 INFO O| Sep 06 23:30:34.314 INFO STEP 915 (remove_files) COMPLETE
68102024-09-06T23:30:35.122Z[ recovery-image] Sep 06 23:30:34.314 INFO O| Sep 06 23:30:34.314 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-06T23:30:35.161Z[ recovery-image] Sep 06 23:30:34.352 INFO O| Sep 06 23:30:34.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68122024-09-06T23:30:35.161Z[ recovery-image] Sep 06 23:30:34.352 INFO O| Sep 06 23:30:34.352 INFO STEP 916 (remove_files) COMPLETE
68132024-09-06T23:30:35.163Z[ recovery-image] Sep 06 23:30:34.352 INFO O| Sep 06 23:30:34.352 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-09-06T23:30:35.185Z[ recovery-image] Sep 06 23:30:34.377 INFO O| Sep 06 23:30:34.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68152024-09-06T23:30:35.188Z[ recovery-image] Sep 06 23:30:34.377 INFO O| Sep 06 23:30:34.377 INFO STEP 917 (remove_files) COMPLETE
68162024-09-06T23:30:35.188Z[ recovery-image] Sep 06 23:30:34.377 INFO O| Sep 06 23:30:34.377 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-06T23:30:35.225Z[ recovery-image] Sep 06 23:30:34.415 INFO O| Sep 06 23:30:34.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68182024-09-06T23:30:35.225Z[ recovery-image] Sep 06 23:30:34.415 INFO O| Sep 06 23:30:34.415 INFO STEP 918 (remove_files) COMPLETE
68192024-09-06T23:30:35.227Z[ recovery-image] Sep 06 23:30:34.415 INFO O| Sep 06 23:30:34.415 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-06T23:30:35.252Z[ recovery-image] Sep 06 23:30:34.443 INFO O| Sep 06 23:30:34.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68212024-09-06T23:30:35.252Z[ recovery-image] Sep 06 23:30:34.444 INFO O| Sep 06 23:30:34.444 INFO STEP 919 (remove_files) COMPLETE
68222024-09-06T23:30:35.254Z[ recovery-image] Sep 06 23:30:34.444 INFO O| Sep 06 23:30:34.444 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-06T23:30:35.291Z[ recovery-image] Sep 06 23:30:34.483 INFO O| Sep 06 23:30:34.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68242024-09-06T23:30:35.291Z[ recovery-image] Sep 06 23:30:34.483 INFO O| Sep 06 23:30:34.483 INFO STEP 920 (remove_files) COMPLETE
68252024-09-06T23:30:35.291Z[ recovery-image] Sep 06 23:30:34.483 INFO O| Sep 06 23:30:34.483 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-06T23:30:35.310Z[ recovery-image] Sep 06 23:30:34.502 INFO O| Sep 06 23:30:34.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68272024-09-06T23:30:35.310Z[ recovery-image] Sep 06 23:30:34.502 INFO O| Sep 06 23:30:34.502 INFO STEP 921 (remove_files) COMPLETE
68282024-09-06T23:30:35.310Z[ recovery-image] Sep 06 23:30:34.502 INFO O| Sep 06 23:30:34.502 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-06T23:30:35.367Z[ recovery-image] Sep 06 23:30:34.559 INFO O| Sep 06 23:30:34.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68302024-09-06T23:30:35.368Z[ recovery-image] Sep 06 23:30:34.559 INFO O| Sep 06 23:30:34.559 INFO STEP 922 (remove_files) COMPLETE
68312024-09-06T23:30:35.368Z[ recovery-image] Sep 06 23:30:34.559 INFO O| Sep 06 23:30:34.559 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-06T23:30:35.387Z[ recovery-image] Sep 06 23:30:34.579 INFO O| Sep 06 23:30:34.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68332024-09-06T23:30:35.387Z[ recovery-image] Sep 06 23:30:34.579 INFO O| Sep 06 23:30:34.579 INFO STEP 923 (remove_files) COMPLETE
68342024-09-06T23:30:35.387Z[ recovery-image] Sep 06 23:30:34.579 INFO O| Sep 06 23:30:34.579 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-06T23:30:35.405Z[ recovery-image] Sep 06 23:30:34.597 INFO O| Sep 06 23:30:34.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68362024-09-06T23:30:35.405Z[ recovery-image] Sep 06 23:30:34.597 INFO O| Sep 06 23:30:34.597 INFO STEP 924 (remove_files) COMPLETE
68372024-09-06T23:30:35.406Z[ recovery-image] Sep 06 23:30:34.597 INFO O| Sep 06 23:30:34.597 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-06T23:30:35.425Z[ recovery-image] Sep 06 23:30:34.617 INFO O| Sep 06 23:30:34.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68392024-09-06T23:30:35.425Z[ recovery-image] Sep 06 23:30:34.617 INFO O| Sep 06 23:30:34.617 INFO STEP 925 (remove_files) COMPLETE
68402024-09-06T23:30:35.425Z[ recovery-image] Sep 06 23:30:34.617 INFO O| Sep 06 23:30:34.617 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-06T23:30:35.445Z[ recovery-image] Sep 06 23:30:34.636 INFO O| Sep 06 23:30:34.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68422024-09-06T23:30:35.445Z[ recovery-image] Sep 06 23:30:34.636 INFO O| Sep 06 23:30:34.636 INFO STEP 926 (remove_files) COMPLETE
68432024-09-06T23:30:35.445Z[ recovery-image] Sep 06 23:30:34.636 INFO O| Sep 06 23:30:34.636 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-06T23:30:35.464Z[ recovery-image] Sep 06 23:30:34.655 INFO O| Sep 06 23:30:34.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68452024-09-06T23:30:35.466Z[ recovery-image] Sep 06 23:30:34.656 INFO O| Sep 06 23:30:34.655 INFO STEP 927 (remove_files) COMPLETE
68462024-09-06T23:30:35.466Z[ recovery-image] Sep 06 23:30:34.656 INFO O| Sep 06 23:30:34.656 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-06T23:30:35.482Z[ recovery-image] Sep 06 23:30:34.674 INFO O| Sep 06 23:30:34.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68482024-09-06T23:30:35.482Z[ recovery-image] Sep 06 23:30:34.674 INFO O| Sep 06 23:30:34.674 INFO STEP 928 (remove_files) COMPLETE
68492024-09-06T23:30:35.482Z[ recovery-image] Sep 06 23:30:34.674 INFO O| Sep 06 23:30:34.674 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-06T23:30:35.500Z[ recovery-image] Sep 06 23:30:34.692 INFO O| Sep 06 23:30:34.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68512024-09-06T23:30:35.502Z[ recovery-image] Sep 06 23:30:34.692 INFO O| Sep 06 23:30:34.692 INFO STEP 929 (remove_files) COMPLETE
68522024-09-06T23:30:35.502Z[ recovery-image] Sep 06 23:30:34.692 INFO O| Sep 06 23:30:34.692 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-06T23:30:35.517Z[ recovery-image] Sep 06 23:30:34.709 INFO O| Sep 06 23:30:34.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68542024-09-06T23:30:35.519Z[ recovery-image] Sep 06 23:30:34.710 INFO O| Sep 06 23:30:34.710 INFO STEP 930 (remove_files) COMPLETE
68552024-09-06T23:30:35.519Z[ recovery-image] Sep 06 23:30:34.710 INFO O| Sep 06 23:30:34.710 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-06T23:30:35.536Z[ recovery-image] Sep 06 23:30:34.727 INFO O| Sep 06 23:30:34.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68572024-09-06T23:30:35.536Z[ recovery-image] Sep 06 23:30:34.727 INFO O| Sep 06 23:30:34.727 INFO STEP 931 (remove_files) COMPLETE
68582024-09-06T23:30:35.538Z[ recovery-image] Sep 06 23:30:34.727 INFO O| Sep 06 23:30:34.727 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-06T23:30:35.553Z[ recovery-image] Sep 06 23:30:34.745 INFO O| Sep 06 23:30:34.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68602024-09-06T23:30:35.553Z[ recovery-image] Sep 06 23:30:34.745 INFO O| Sep 06 23:30:34.745 INFO STEP 932 (remove_files) COMPLETE
68612024-09-06T23:30:35.553Z[ recovery-image] Sep 06 23:30:34.745 INFO O| Sep 06 23:30:34.745 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-06T23:30:35.571Z[ recovery-image] Sep 06 23:30:34.763 INFO O| Sep 06 23:30:34.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68632024-09-06T23:30:35.572Z[ recovery-image] Sep 06 23:30:34.763 INFO O| Sep 06 23:30:34.763 INFO STEP 933 (remove_files) COMPLETE
68642024-09-06T23:30:35.572Z[ recovery-image] Sep 06 23:30:34.763 INFO O| Sep 06 23:30:34.763 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-06T23:30:35.591Z[ recovery-image] Sep 06 23:30:34.782 INFO O| Sep 06 23:30:34.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68662024-09-06T23:30:35.591Z[ recovery-image] Sep 06 23:30:34.783 INFO O| Sep 06 23:30:34.783 INFO STEP 934 (remove_files) COMPLETE
68672024-09-06T23:30:35.591Z[ recovery-image] Sep 06 23:30:34.783 INFO O| Sep 06 23:30:34.783 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-06T23:30:35.610Z[ recovery-image] Sep 06 23:30:34.802 INFO O| Sep 06 23:30:34.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68692024-09-06T23:30:35.610Z[ recovery-image] Sep 06 23:30:34.802 INFO O| Sep 06 23:30:34.802 INFO STEP 935 (remove_files) COMPLETE
68702024-09-06T23:30:35.610Z[ recovery-image] Sep 06 23:30:34.802 INFO O| Sep 06 23:30:34.802 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-06T23:30:35.630Z[ recovery-image] Sep 06 23:30:34.821 INFO O| Sep 06 23:30:34.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68722024-09-06T23:30:35.630Z[ recovery-image] Sep 06 23:30:34.821 INFO O| Sep 06 23:30:34.821 INFO STEP 936 (remove_files) COMPLETE
68732024-09-06T23:30:35.630Z[ recovery-image] Sep 06 23:30:34.821 INFO O| Sep 06 23:30:34.821 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-06T23:30:35.650Z[ recovery-image] Sep 06 23:30:34.842 INFO O| Sep 06 23:30:34.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68752024-09-06T23:30:35.650Z[ recovery-image] Sep 06 23:30:34.842 INFO O| Sep 06 23:30:34.842 INFO STEP 937 (remove_files) COMPLETE
68762024-09-06T23:30:35.653Z[ recovery-image] Sep 06 23:30:34.842 INFO O| Sep 06 23:30:34.842 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-06T23:30:35.669Z[ recovery-image] Sep 06 23:30:34.861 INFO O| Sep 06 23:30:34.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68782024-09-06T23:30:35.669Z[ recovery-image] Sep 06 23:30:34.861 INFO O| Sep 06 23:30:34.861 INFO STEP 938 (remove_files) COMPLETE
68792024-09-06T23:30:35.672Z[ recovery-image] Sep 06 23:30:34.861 INFO O| Sep 06 23:30:34.861 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-06T23:30:35.689Z[ recovery-image] Sep 06 23:30:34.881 INFO O| Sep 06 23:30:34.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68812024-09-06T23:30:35.689Z[ recovery-image] Sep 06 23:30:34.881 INFO O| Sep 06 23:30:34.881 INFO STEP 939 (remove_files) COMPLETE
68822024-09-06T23:30:35.689Z[ recovery-image] Sep 06 23:30:34.881 INFO O| Sep 06 23:30:34.881 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-06T23:30:35.709Z[ recovery-image] Sep 06 23:30:34.901 INFO O| Sep 06 23:30:34.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68842024-09-06T23:30:35.710Z[ recovery-image] Sep 06 23:30:34.901 INFO O| Sep 06 23:30:34.901 INFO STEP 940 (remove_files) COMPLETE
68852024-09-06T23:30:35.710Z[ recovery-image] Sep 06 23:30:34.901 INFO O| Sep 06 23:30:34.901 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-06T23:30:35.729Z[ recovery-image] Sep 06 23:30:34.920 INFO O| Sep 06 23:30:34.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68872024-09-06T23:30:35.729Z[ recovery-image] Sep 06 23:30:34.920 INFO O| Sep 06 23:30:34.920 INFO STEP 941 (remove_files) COMPLETE
68882024-09-06T23:30:35.731Z[ recovery-image] Sep 06 23:30:34.920 INFO O| Sep 06 23:30:34.920 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-06T23:30:35.747Z[ recovery-image] Sep 06 23:30:34.939 INFO O| Sep 06 23:30:34.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68902024-09-06T23:30:35.747Z[ recovery-image] Sep 06 23:30:34.939 INFO O| Sep 06 23:30:34.939 INFO STEP 942 (remove_files) COMPLETE
68912024-09-06T23:30:35.747Z[ recovery-image] Sep 06 23:30:34.939 INFO O| Sep 06 23:30:34.939 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-09-06T23:30:35.765Z[ recovery-image] Sep 06 23:30:34.957 INFO O| Sep 06 23:30:34.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68932024-09-06T23:30:35.765Z[ recovery-image] Sep 06 23:30:34.957 INFO O| Sep 06 23:30:34.957 INFO STEP 943 (remove_files) COMPLETE
68942024-09-06T23:30:35.765Z[ recovery-image] Sep 06 23:30:34.957 INFO O| Sep 06 23:30:34.957 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-06T23:30:35.784Z[ recovery-image] Sep 06 23:30:34.976 INFO O| Sep 06 23:30:34.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68962024-09-06T23:30:35.784Z[ recovery-image] Sep 06 23:30:34.976 INFO O| Sep 06 23:30:34.976 INFO STEP 944 (remove_files) COMPLETE
68972024-09-06T23:30:35.784Z[ recovery-image] Sep 06 23:30:34.976 INFO O| Sep 06 23:30:34.976 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-06T23:30:35.804Z[ recovery-image] Sep 06 23:30:34.996 INFO O| Sep 06 23:30:34.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68992024-09-06T23:30:35.804Z[ recovery-image] Sep 06 23:30:34.996 INFO O| Sep 06 23:30:34.996 INFO STEP 945 (remove_files) COMPLETE
69002024-09-06T23:30:35.804Z[ recovery-image] Sep 06 23:30:34.996 INFO O| Sep 06 23:30:34.996 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-06T23:30:35.824Z[ recovery-image] Sep 06 23:30:35.016 INFO O| Sep 06 23:30:35.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69022024-09-06T23:30:35.824Z[ recovery-image] Sep 06 23:30:35.016 INFO O| Sep 06 23:30:35.016 INFO STEP 946 (remove_files) COMPLETE
69032024-09-06T23:30:35.824Z[ recovery-image] Sep 06 23:30:35.016 INFO O| Sep 06 23:30:35.016 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-06T23:30:35.845Z[ recovery-image] Sep 06 23:30:35.035 INFO O| Sep 06 23:30:35.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69052024-09-06T23:30:35.845Z[ recovery-image] Sep 06 23:30:35.035 INFO O| Sep 06 23:30:35.035 INFO STEP 947 (remove_files) COMPLETE
69062024-09-06T23:30:35.845Z[ recovery-image] Sep 06 23:30:35.035 INFO O| Sep 06 23:30:35.035 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-06T23:30:35.862Z[ recovery-image] Sep 06 23:30:35.053 INFO O| Sep 06 23:30:35.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69082024-09-06T23:30:35.862Z[ recovery-image] Sep 06 23:30:35.053 INFO O| Sep 06 23:30:35.053 INFO STEP 948 (remove_files) COMPLETE
69092024-09-06T23:30:35.864Z[ recovery-image] Sep 06 23:30:35.053 INFO O| Sep 06 23:30:35.053 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-06T23:30:35.880Z[ recovery-image] Sep 06 23:30:35.071 INFO O| Sep 06 23:30:35.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69112024-09-06T23:30:35.880Z[ recovery-image] Sep 06 23:30:35.072 INFO O| Sep 06 23:30:35.072 INFO STEP 949 (remove_files) COMPLETE
69122024-09-06T23:30:35.880Z[ recovery-image] Sep 06 23:30:35.072 INFO O| Sep 06 23:30:35.072 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-06T23:30:35.899Z[ recovery-image] Sep 06 23:30:35.090 INFO O| Sep 06 23:30:35.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69142024-09-06T23:30:35.899Z[ recovery-image] Sep 06 23:30:35.090 INFO O| Sep 06 23:30:35.090 INFO STEP 950 (remove_files) COMPLETE
69152024-09-06T23:30:35.901Z[ recovery-image] Sep 06 23:30:35.090 INFO O| Sep 06 23:30:35.090 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-06T23:30:35.916Z[ recovery-image] Sep 06 23:30:35.108 INFO O| Sep 06 23:30:35.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69172024-09-06T23:30:35.917Z[ recovery-image] Sep 06 23:30:35.108 INFO O| Sep 06 23:30:35.108 INFO STEP 951 (remove_files) COMPLETE
69182024-09-06T23:30:35.917Z[ recovery-image] Sep 06 23:30:35.108 INFO O| Sep 06 23:30:35.108 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-06T23:30:35.933Z[ recovery-image] Sep 06 23:30:35.124 INFO O| Sep 06 23:30:35.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69202024-09-06T23:30:35.933Z[ recovery-image] Sep 06 23:30:35.125 INFO O| Sep 06 23:30:35.125 INFO STEP 952 (remove_files) COMPLETE
69212024-09-06T23:30:35.933Z[ recovery-image] Sep 06 23:30:35.125 INFO O| Sep 06 23:30:35.125 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-06T23:30:35.950Z[ recovery-image] Sep 06 23:30:35.142 INFO O| Sep 06 23:30:35.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69232024-09-06T23:30:35.953Z[ recovery-image] Sep 06 23:30:35.142 INFO O| Sep 06 23:30:35.142 INFO STEP 953 (remove_files) COMPLETE
69242024-09-06T23:30:35.953Z[ recovery-image] Sep 06 23:30:35.142 INFO O| Sep 06 23:30:35.142 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-06T23:30:35.968Z[ recovery-image] Sep 06 23:30:35.159 INFO O| Sep 06 23:30:35.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69262024-09-06T23:30:35.970Z[ recovery-image] Sep 06 23:30:35.160 INFO O| Sep 06 23:30:35.160 INFO STEP 954 (remove_files) COMPLETE
69272024-09-06T23:30:35.970Z[ recovery-image] Sep 06 23:30:35.160 INFO O| Sep 06 23:30:35.160 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-06T23:30:35.984Z[ recovery-image] Sep 06 23:30:35.176 INFO O| Sep 06 23:30:35.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69292024-09-06T23:30:35.987Z[ recovery-image] Sep 06 23:30:35.176 INFO O| Sep 06 23:30:35.176 INFO STEP 955 (remove_files) COMPLETE
69302024-09-06T23:30:35.987Z[ recovery-image] Sep 06 23:30:35.177 INFO O| Sep 06 23:30:35.176 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-06T23:30:36.000Z[ recovery-image] Sep 06 23:30:35.192 INFO O| Sep 06 23:30:35.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69322024-09-06T23:30:36.003Z[ recovery-image] Sep 06 23:30:35.192 INFO O| Sep 06 23:30:35.192 INFO STEP 956 (remove_files) COMPLETE
69332024-09-06T23:30:36.003Z[ recovery-image] Sep 06 23:30:35.192 INFO O| Sep 06 23:30:35.192 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-06T23:30:36.016Z[ recovery-image] Sep 06 23:30:35.208 INFO O| Sep 06 23:30:35.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69352024-09-06T23:30:36.019Z[ recovery-image] Sep 06 23:30:35.208 INFO O| Sep 06 23:30:35.208 INFO STEP 957 (remove_files) COMPLETE
69362024-09-06T23:30:36.019Z[ recovery-image] Sep 06 23:30:35.209 INFO O| Sep 06 23:30:35.208 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-06T23:30:36.033Z[ recovery-image] Sep 06 23:30:35.225 INFO O| Sep 06 23:30:35.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69382024-09-06T23:30:36.035Z[ recovery-image] Sep 06 23:30:35.225 INFO O| Sep 06 23:30:35.225 INFO STEP 958 (remove_files) COMPLETE
69392024-09-06T23:30:36.035Z[ recovery-image] Sep 06 23:30:35.225 INFO O| Sep 06 23:30:35.225 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-06T23:30:36.050Z[ recovery-image] Sep 06 23:30:35.242 INFO O| Sep 06 23:30:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69412024-09-06T23:30:36.053Z[ recovery-image] Sep 06 23:30:35.242 INFO O| Sep 06 23:30:35.242 INFO STEP 959 (remove_files) COMPLETE
69422024-09-06T23:30:36.053Z[ recovery-image] Sep 06 23:30:35.242 INFO O| Sep 06 23:30:35.242 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-06T23:30:36.066Z[ recovery-image] Sep 06 23:30:35.258 INFO O| Sep 06 23:30:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69442024-09-06T23:30:36.068Z[ recovery-image] Sep 06 23:30:35.258 INFO O| Sep 06 23:30:35.258 INFO STEP 960 (remove_files) COMPLETE
69452024-09-06T23:30:36.068Z[ recovery-image] Sep 06 23:30:35.258 INFO O| Sep 06 23:30:35.258 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-06T23:30:36.083Z[ recovery-image] Sep 06 23:30:35.274 INFO O| Sep 06 23:30:35.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69472024-09-06T23:30:36.083Z[ recovery-image] Sep 06 23:30:35.274 INFO O| Sep 06 23:30:35.274 INFO STEP 961 (remove_files) COMPLETE
69482024-09-06T23:30:36.085Z[ recovery-image] Sep 06 23:30:35.274 INFO O| Sep 06 23:30:35.274 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-06T23:30:36.098Z[ recovery-image] Sep 06 23:30:35.290 INFO O| Sep 06 23:30:35.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69502024-09-06T23:30:36.099Z[ recovery-image] Sep 06 23:30:35.290 INFO O| Sep 06 23:30:35.290 INFO STEP 962 (remove_files) COMPLETE
69512024-09-06T23:30:36.099Z[ recovery-image] Sep 06 23:30:35.290 INFO O| Sep 06 23:30:35.290 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-06T23:30:36.115Z[ recovery-image] Sep 06 23:30:35.307 INFO O| Sep 06 23:30:35.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69532024-09-06T23:30:36.115Z[ recovery-image] Sep 06 23:30:35.307 INFO O| Sep 06 23:30:35.307 INFO STEP 963 (remove_files) COMPLETE
69542024-09-06T23:30:36.115Z[ recovery-image] Sep 06 23:30:35.307 INFO O| Sep 06 23:30:35.307 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-06T23:30:36.132Z[ recovery-image] Sep 06 23:30:35.324 INFO O| Sep 06 23:30:35.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69562024-09-06T23:30:36.132Z[ recovery-image] Sep 06 23:30:35.324 INFO O| Sep 06 23:30:35.324 INFO STEP 964 (remove_files) COMPLETE
69572024-09-06T23:30:36.132Z[ recovery-image] Sep 06 23:30:35.324 INFO O| Sep 06 23:30:35.324 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-06T23:30:36.150Z[ recovery-image] Sep 06 23:30:35.341 INFO O| Sep 06 23:30:35.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69592024-09-06T23:30:36.150Z[ recovery-image] Sep 06 23:30:35.341 INFO O| Sep 06 23:30:35.341 INFO STEP 965 (remove_files) COMPLETE
69602024-09-06T23:30:36.150Z[ recovery-image] Sep 06 23:30:35.341 INFO O| Sep 06 23:30:35.341 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-09-06T23:30:36.167Z[ recovery-image] Sep 06 23:30:35.358 INFO O| Sep 06 23:30:35.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69622024-09-06T23:30:36.167Z[ recovery-image] Sep 06 23:30:35.358 INFO O| Sep 06 23:30:35.358 INFO STEP 966 (remove_files) COMPLETE
69632024-09-06T23:30:36.169Z[ recovery-image] Sep 06 23:30:35.358 INFO O| Sep 06 23:30:35.358 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-09-06T23:30:36.183Z[ recovery-image] Sep 06 23:30:35.375 INFO O| Sep 06 23:30:35.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69652024-09-06T23:30:36.183Z[ recovery-image] Sep 06 23:30:35.375 INFO O| Sep 06 23:30:35.375 INFO STEP 967 (remove_files) COMPLETE
69662024-09-06T23:30:36.183Z[ recovery-image] Sep 06 23:30:35.375 INFO O| Sep 06 23:30:35.375 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-09-06T23:30:36.199Z[ recovery-image] Sep 06 23:30:35.391 INFO O| Sep 06 23:30:35.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69682024-09-06T23:30:36.199Z[ recovery-image] Sep 06 23:30:35.391 INFO O| Sep 06 23:30:35.391 INFO STEP 968 (remove_files) COMPLETE
69692024-09-06T23:30:36.199Z[ recovery-image] Sep 06 23:30:35.391 INFO O| Sep 06 23:30:35.391 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-09-06T23:30:36.215Z[ recovery-image] Sep 06 23:30:35.407 INFO O| Sep 06 23:30:35.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69712024-09-06T23:30:36.215Z[ recovery-image] Sep 06 23:30:35.407 INFO O| Sep 06 23:30:35.407 INFO STEP 969 (remove_files) COMPLETE
69722024-09-06T23:30:36.215Z[ recovery-image] Sep 06 23:30:35.407 INFO O| Sep 06 23:30:35.407 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-09-06T23:30:36.231Z[ recovery-image] Sep 06 23:30:35.423 INFO O| Sep 06 23:30:35.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69742024-09-06T23:30:36.231Z[ recovery-image] Sep 06 23:30:35.423 INFO O| Sep 06 23:30:35.423 INFO STEP 970 (remove_files) COMPLETE
69752024-09-06T23:30:36.231Z[ recovery-image] Sep 06 23:30:35.423 INFO O| Sep 06 23:30:35.423 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-09-06T23:30:36.247Z[ recovery-image] Sep 06 23:30:35.439 INFO O| Sep 06 23:30:35.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69772024-09-06T23:30:36.250Z[ recovery-image] Sep 06 23:30:35.439 INFO O| Sep 06 23:30:35.439 INFO STEP 971 (remove_files) COMPLETE
69782024-09-06T23:30:36.250Z[ recovery-image] Sep 06 23:30:35.439 INFO O| Sep 06 23:30:35.439 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-09-06T23:30:36.264Z[ recovery-image] Sep 06 23:30:35.455 INFO O| Sep 06 23:30:35.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69802024-09-06T23:30:36.264Z[ recovery-image] Sep 06 23:30:35.456 INFO O| Sep 06 23:30:35.456 INFO STEP 972 (remove_files) COMPLETE
69812024-09-06T23:30:36.264Z[ recovery-image] Sep 06 23:30:35.456 INFO O| Sep 06 23:30:35.456 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-09-06T23:30:36.281Z[ recovery-image] Sep 06 23:30:35.472 INFO O| Sep 06 23:30:35.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69832024-09-06T23:30:36.281Z[ recovery-image] Sep 06 23:30:35.473 INFO O| Sep 06 23:30:35.473 INFO STEP 973 (remove_files) COMPLETE
69842024-09-06T23:30:36.281Z[ recovery-image] Sep 06 23:30:35.473 INFO O| Sep 06 23:30:35.473 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-09-06T23:30:36.298Z[ recovery-image] Sep 06 23:30:35.490 INFO O| Sep 06 23:30:35.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69862024-09-06T23:30:36.298Z[ recovery-image] Sep 06 23:30:35.490 INFO O| Sep 06 23:30:35.490 INFO STEP 974 (remove_files) COMPLETE
69872024-09-06T23:30:36.298Z[ recovery-image] Sep 06 23:30:35.490 INFO O| Sep 06 23:30:35.490 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-09-06T23:30:36.316Z[ recovery-image] Sep 06 23:30:35.507 INFO O| Sep 06 23:30:35.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69892024-09-06T23:30:36.316Z[ recovery-image] Sep 06 23:30:35.508 INFO O| Sep 06 23:30:35.508 INFO STEP 975 (remove_files) COMPLETE
69902024-09-06T23:30:36.316Z[ recovery-image] Sep 06 23:30:35.508 INFO O| Sep 06 23:30:35.508 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-09-06T23:30:36.334Z[ recovery-image] Sep 06 23:30:35.525 INFO O| Sep 06 23:30:35.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69922024-09-06T23:30:36.334Z[ recovery-image] Sep 06 23:30:35.526 INFO O| Sep 06 23:30:35.526 INFO STEP 976 (remove_files) COMPLETE
69932024-09-06T23:30:36.334Z[ recovery-image] Sep 06 23:30:35.526 INFO O| Sep 06 23:30:35.526 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-06T23:30:36.353Z[ recovery-image] Sep 06 23:30:35.544 INFO O| Sep 06 23:30:35.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69952024-09-06T23:30:36.355Z[ recovery-image] Sep 06 23:30:35.544 INFO O| Sep 06 23:30:35.544 INFO STEP 977 (remove_files) COMPLETE
69962024-09-06T23:30:36.355Z[ recovery-image] Sep 06 23:30:35.544 INFO O| Sep 06 23:30:35.544 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-06T23:30:36.369Z[ recovery-image] Sep 06 23:30:35.561 INFO O| Sep 06 23:30:35.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69982024-09-06T23:30:36.372Z[ recovery-image] Sep 06 23:30:35.561 INFO O| Sep 06 23:30:35.561 INFO STEP 978 (remove_files) COMPLETE
69992024-09-06T23:30:36.372Z[ recovery-image] Sep 06 23:30:35.561 INFO O| Sep 06 23:30:35.561 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-06T23:30:36.386Z[ recovery-image] Sep 06 23:30:35.578 INFO O| Sep 06 23:30:35.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70012024-09-06T23:30:36.386Z[ recovery-image] Sep 06 23:30:35.578 INFO O| Sep 06 23:30:35.578 INFO STEP 979 (remove_files) COMPLETE
70022024-09-06T23:30:36.386Z[ recovery-image] Sep 06 23:30:35.578 INFO O| Sep 06 23:30:35.578 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-06T23:30:36.403Z[ recovery-image] Sep 06 23:30:35.594 INFO O| Sep 06 23:30:35.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70042024-09-06T23:30:36.403Z[ recovery-image] Sep 06 23:30:35.594 INFO O| Sep 06 23:30:35.594 INFO STEP 980 (remove_files) COMPLETE
70052024-09-06T23:30:36.403Z[ recovery-image] Sep 06 23:30:35.594 INFO O| Sep 06 23:30:35.594 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-06T23:30:36.419Z[ recovery-image] Sep 06 23:30:35.610 INFO O| Sep 06 23:30:35.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70072024-09-06T23:30:36.419Z[ recovery-image] Sep 06 23:30:35.611 INFO O| Sep 06 23:30:35.611 INFO STEP 981 (remove_files) COMPLETE
70082024-09-06T23:30:36.419Z[ recovery-image] Sep 06 23:30:35.611 INFO O| Sep 06 23:30:35.611 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-06T23:30:36.435Z[ recovery-image] Sep 06 23:30:35.627 INFO O| Sep 06 23:30:35.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70102024-09-06T23:30:36.436Z[ recovery-image] Sep 06 23:30:35.627 INFO O| Sep 06 23:30:35.627 INFO STEP 982 (remove_files) COMPLETE
70112024-09-06T23:30:36.436Z[ recovery-image] Sep 06 23:30:35.627 INFO O| Sep 06 23:30:35.627 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-06T23:30:36.452Z[ recovery-image] Sep 06 23:30:35.643 INFO O| Sep 06 23:30:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70132024-09-06T23:30:36.452Z[ recovery-image] Sep 06 23:30:35.643 INFO O| Sep 06 23:30:35.643 INFO STEP 983 (remove_files) COMPLETE
70142024-09-06T23:30:36.452Z[ recovery-image] Sep 06 23:30:35.644 INFO O| Sep 06 23:30:35.643 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-06T23:30:36.469Z[ recovery-image] Sep 06 23:30:35.660 INFO O| Sep 06 23:30:35.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70162024-09-06T23:30:36.469Z[ recovery-image] Sep 06 23:30:35.660 INFO O| Sep 06 23:30:35.660 INFO STEP 984 (remove_files) COMPLETE
70172024-09-06T23:30:36.469Z[ recovery-image] Sep 06 23:30:35.661 INFO O| Sep 06 23:30:35.660 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-06T23:30:36.486Z[ recovery-image] Sep 06 23:30:35.678 INFO O| Sep 06 23:30:35.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70192024-09-06T23:30:36.486Z[ recovery-image] Sep 06 23:30:35.678 INFO O| Sep 06 23:30:35.678 INFO STEP 985 (remove_files) COMPLETE
70202024-09-06T23:30:36.486Z[ recovery-image] Sep 06 23:30:35.678 INFO O| Sep 06 23:30:35.678 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-06T23:30:36.503Z[ recovery-image] Sep 06 23:30:35.695 INFO O| Sep 06 23:30:35.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70222024-09-06T23:30:36.503Z[ recovery-image] Sep 06 23:30:35.695 INFO O| Sep 06 23:30:35.695 INFO STEP 986 (remove_files) COMPLETE
70232024-09-06T23:30:36.503Z[ recovery-image] Sep 06 23:30:35.695 INFO O| Sep 06 23:30:35.695 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-06T23:30:36.520Z[ recovery-image] Sep 06 23:30:35.711 INFO O| Sep 06 23:30:35.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70252024-09-06T23:30:36.520Z[ recovery-image] Sep 06 23:30:35.712 INFO O| Sep 06 23:30:35.711 INFO STEP 987 (remove_files) COMPLETE
70262024-09-06T23:30:36.522Z[ recovery-image] Sep 06 23:30:35.712 INFO O| Sep 06 23:30:35.712 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-06T23:30:36.537Z[ recovery-image] Sep 06 23:30:35.729 INFO O| Sep 06 23:30:35.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70282024-09-06T23:30:36.537Z[ recovery-image] Sep 06 23:30:35.729 INFO O| Sep 06 23:30:35.729 INFO STEP 988 (remove_files) COMPLETE
70292024-09-06T23:30:36.539Z[ recovery-image] Sep 06 23:30:35.729 INFO O| Sep 06 23:30:35.729 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-06T23:30:36.556Z[ recovery-image] Sep 06 23:30:35.747 INFO O| Sep 06 23:30:35.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70312024-09-06T23:30:36.556Z[ recovery-image] Sep 06 23:30:35.747 INFO O| Sep 06 23:30:35.747 INFO STEP 989 (remove_files) COMPLETE
70322024-09-06T23:30:36.558Z[ recovery-image] Sep 06 23:30:35.748 INFO O| Sep 06 23:30:35.747 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-06T23:30:36.575Z[ recovery-image] Sep 06 23:30:35.766 INFO O| Sep 06 23:30:35.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70342024-09-06T23:30:36.575Z[ recovery-image] Sep 06 23:30:35.767 INFO O| Sep 06 23:30:35.766 INFO STEP 990 (remove_files) COMPLETE
70352024-09-06T23:30:36.577Z[ recovery-image] Sep 06 23:30:35.767 INFO O| Sep 06 23:30:35.767 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-06T23:30:36.592Z[ recovery-image] Sep 06 23:30:35.784 INFO O| Sep 06 23:30:35.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70372024-09-06T23:30:36.592Z[ recovery-image] Sep 06 23:30:35.784 INFO O| Sep 06 23:30:35.784 INFO STEP 991 (remove_files) COMPLETE
70382024-09-06T23:30:36.595Z[ recovery-image] Sep 06 23:30:35.784 INFO O| Sep 06 23:30:35.784 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-06T23:30:36.610Z[ recovery-image] Sep 06 23:30:35.801 INFO O| Sep 06 23:30:35.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70402024-09-06T23:30:36.610Z[ recovery-image] Sep 06 23:30:35.802 INFO O| Sep 06 23:30:35.801 INFO STEP 992 (remove_files) COMPLETE
70412024-09-06T23:30:36.610Z[ recovery-image] Sep 06 23:30:35.802 INFO O| Sep 06 23:30:35.802 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-06T23:30:36.629Z[ recovery-image] Sep 06 23:30:35.820 INFO O| Sep 06 23:30:35.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70432024-09-06T23:30:36.629Z[ recovery-image] Sep 06 23:30:35.820 INFO O| Sep 06 23:30:35.820 INFO STEP 993 (remove_files) COMPLETE
70442024-09-06T23:30:36.629Z[ recovery-image] Sep 06 23:30:35.820 INFO O| Sep 06 23:30:35.820 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-06T23:30:36.649Z[ recovery-image] Sep 06 23:30:35.840 INFO O| Sep 06 23:30:35.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70462024-09-06T23:30:36.649Z[ recovery-image] Sep 06 23:30:35.840 INFO O| Sep 06 23:30:35.840 INFO STEP 994 (remove_files) COMPLETE
70472024-09-06T23:30:36.649Z[ recovery-image] Sep 06 23:30:35.840 INFO O| Sep 06 23:30:35.840 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-06T23:30:36.667Z[ recovery-image] Sep 06 23:30:35.859 INFO O| Sep 06 23:30:35.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70492024-09-06T23:30:36.668Z[ recovery-image] Sep 06 23:30:35.859 INFO O| Sep 06 23:30:35.859 INFO STEP 995 (remove_files) COMPLETE
70502024-09-06T23:30:36.671Z[ recovery-image] Sep 06 23:30:35.859 INFO O| Sep 06 23:30:35.859 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-06T23:30:36.685Z[ recovery-image] Sep 06 23:30:35.877 INFO O| Sep 06 23:30:35.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70522024-09-06T23:30:36.685Z[ recovery-image] Sep 06 23:30:35.877 INFO O| Sep 06 23:30:35.877 INFO STEP 996 (remove_files) COMPLETE
70532024-09-06T23:30:36.686Z[ recovery-image] Sep 06 23:30:35.877 INFO O| Sep 06 23:30:35.877 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-06T23:30:36.704Z[ recovery-image] Sep 06 23:30:35.895 INFO O| Sep 06 23:30:35.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70552024-09-06T23:30:36.704Z[ recovery-image] Sep 06 23:30:35.895 INFO O| Sep 06 23:30:35.895 INFO STEP 997 (remove_files) COMPLETE
70562024-09-06T23:30:36.706Z[ recovery-image] Sep 06 23:30:35.895 INFO O| Sep 06 23:30:35.895 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-06T23:30:36.721Z[ recovery-image] Sep 06 23:30:35.913 INFO O| Sep 06 23:30:35.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70582024-09-06T23:30:36.721Z[ recovery-image] Sep 06 23:30:35.913 INFO O| Sep 06 23:30:35.913 INFO STEP 998 (remove_files) COMPLETE
70592024-09-06T23:30:36.725Z[ recovery-image] Sep 06 23:30:35.913 INFO O| Sep 06 23:30:35.913 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-06T23:30:36.741Z[ recovery-image] Sep 06 23:30:35.931 INFO O| Sep 06 23:30:35.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70612024-09-06T23:30:36.741Z[ recovery-image] Sep 06 23:30:35.932 INFO O| Sep 06 23:30:35.932 INFO STEP 999 (remove_files) COMPLETE
70622024-09-06T23:30:36.741Z[ recovery-image] Sep 06 23:30:35.932 INFO O| Sep 06 23:30:35.932 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-06T23:30:36.759Z[ recovery-image] Sep 06 23:30:35.950 INFO O| Sep 06 23:30:35.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70642024-09-06T23:30:36.759Z[ recovery-image] Sep 06 23:30:35.950 INFO O| Sep 06 23:30:35.950 INFO STEP 1000 (remove_files) COMPLETE
70652024-09-06T23:30:36.759Z[ recovery-image] Sep 06 23:30:35.950 INFO O| Sep 06 23:30:35.950 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-06T23:30:36.776Z[ recovery-image] Sep 06 23:30:35.968 INFO O| Sep 06 23:30:35.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70672024-09-06T23:30:36.776Z[ recovery-image] Sep 06 23:30:35.968 INFO O| Sep 06 23:30:35.968 INFO STEP 1001 (remove_files) COMPLETE
70682024-09-06T23:30:36.776Z[ recovery-image] Sep 06 23:30:35.968 INFO O| Sep 06 23:30:35.968 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-06T23:30:36.796Z[ recovery-image] Sep 06 23:30:35.988 INFO O| Sep 06 23:30:35.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70702024-09-06T23:30:36.796Z[ recovery-image] Sep 06 23:30:35.988 INFO O| Sep 06 23:30:35.988 INFO STEP 1002 (remove_files) COMPLETE
70712024-09-06T23:30:36.799Z[ recovery-image] Sep 06 23:30:35.988 INFO O| Sep 06 23:30:35.988 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-06T23:30:36.815Z[ recovery-image] Sep 06 23:30:36.006 INFO O| Sep 06 23:30:36.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70732024-09-06T23:30:36.815Z[ recovery-image] Sep 06 23:30:36.006 INFO O| Sep 06 23:30:36.006 INFO STEP 1003 (remove_files) COMPLETE
70742024-09-06T23:30:36.815Z[ recovery-image] Sep 06 23:30:36.007 INFO O| Sep 06 23:30:36.006 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-06T23:30:36.833Z[ recovery-image] Sep 06 23:30:36.025 INFO O| Sep 06 23:30:36.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70762024-09-06T23:30:36.833Z[ recovery-image] Sep 06 23:30:36.025 INFO O| Sep 06 23:30:36.025 INFO STEP 1004 (remove_files) COMPLETE
70772024-09-06T23:30:36.833Z[ recovery-image] Sep 06 23:30:36.025 INFO O| Sep 06 23:30:36.025 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-06T23:30:36.852Z[ recovery-image] Sep 06 23:30:36.044 INFO O| Sep 06 23:30:36.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70792024-09-06T23:30:36.852Z[ recovery-image] Sep 06 23:30:36.044 INFO O| Sep 06 23:30:36.044 INFO STEP 1005 (remove_files) COMPLETE
70802024-09-06T23:30:36.855Z[ recovery-image] Sep 06 23:30:36.044 INFO O| Sep 06 23:30:36.044 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-06T23:30:36.871Z[ recovery-image] Sep 06 23:30:36.062 INFO O| Sep 06 23:30:36.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70822024-09-06T23:30:36.871Z[ recovery-image] Sep 06 23:30:36.062 INFO O| Sep 06 23:30:36.062 INFO STEP 1006 (remove_files) COMPLETE
70832024-09-06T23:30:36.871Z[ recovery-image] Sep 06 23:30:36.062 INFO O| Sep 06 23:30:36.062 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-06T23:30:36.892Z[ recovery-image] Sep 06 23:30:36.081 INFO O| Sep 06 23:30:36.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70852024-09-06T23:30:36.892Z[ recovery-image] Sep 06 23:30:36.081 INFO O| Sep 06 23:30:36.081 INFO STEP 1007 (remove_files) COMPLETE
70862024-09-06T23:30:36.894Z[ recovery-image] Sep 06 23:30:36.081 INFO O| Sep 06 23:30:36.081 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-06T23:30:36.907Z[ recovery-image] Sep 06 23:30:36.098 INFO O| Sep 06 23:30:36.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70882024-09-06T23:30:36.907Z[ recovery-image] Sep 06 23:30:36.098 INFO O| Sep 06 23:30:36.098 INFO STEP 1008 (remove_files) COMPLETE
70892024-09-06T23:30:36.909Z[ recovery-image] Sep 06 23:30:36.098 INFO O| Sep 06 23:30:36.098 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-06T23:30:36.923Z[ recovery-image] Sep 06 23:30:36.115 INFO O| Sep 06 23:30:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70912024-09-06T23:30:36.925Z[ recovery-image] Sep 06 23:30:36.115 INFO O| Sep 06 23:30:36.115 INFO STEP 1009 (remove_files) COMPLETE
70922024-09-06T23:30:36.925Z[ recovery-image] Sep 06 23:30:36.115 INFO O| Sep 06 23:30:36.115 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-06T23:30:36.941Z[ recovery-image] Sep 06 23:30:36.132 INFO O| Sep 06 23:30:36.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70942024-09-06T23:30:36.943Z[ recovery-image] Sep 06 23:30:36.132 INFO O| Sep 06 23:30:36.132 INFO STEP 1010 (remove_files) COMPLETE
70952024-09-06T23:30:36.943Z[ recovery-image] Sep 06 23:30:36.132 INFO O| Sep 06 23:30:36.132 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-06T23:30:36.957Z[ recovery-image] Sep 06 23:30:36.149 INFO O| Sep 06 23:30:36.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70972024-09-06T23:30:36.960Z[ recovery-image] Sep 06 23:30:36.149 INFO O| Sep 06 23:30:36.149 INFO STEP 1011 (remove_files) COMPLETE
70982024-09-06T23:30:36.960Z[ recovery-image] Sep 06 23:30:36.149 INFO O| Sep 06 23:30:36.149 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-06T23:30:36.974Z[ recovery-image] Sep 06 23:30:36.166 INFO O| Sep 06 23:30:36.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71002024-09-06T23:30:36.974Z[ recovery-image] Sep 06 23:30:36.166 INFO O| Sep 06 23:30:36.166 INFO STEP 1012 (remove_files) COMPLETE
71012024-09-06T23:30:36.976Z[ recovery-image] Sep 06 23:30:36.166 INFO O| Sep 06 23:30:36.166 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-06T23:30:36.991Z[ recovery-image] Sep 06 23:30:36.183 INFO O| Sep 06 23:30:36.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71032024-09-06T23:30:36.993Z[ recovery-image] Sep 06 23:30:36.183 INFO O| Sep 06 23:30:36.183 INFO STEP 1013 (remove_files) COMPLETE
71042024-09-06T23:30:36.993Z[ recovery-image] Sep 06 23:30:36.183 INFO O| Sep 06 23:30:36.183 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-06T23:30:37.008Z[ recovery-image] Sep 06 23:30:36.199 INFO O| Sep 06 23:30:36.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71062024-09-06T23:30:37.008Z[ recovery-image] Sep 06 23:30:36.199 INFO O| Sep 06 23:30:36.199 INFO STEP 1014 (remove_files) COMPLETE
71072024-09-06T23:30:37.010Z[ recovery-image] Sep 06 23:30:36.199 INFO O| Sep 06 23:30:36.199 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-06T23:30:37.025Z[ recovery-image] Sep 06 23:30:36.216 INFO O| Sep 06 23:30:36.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71092024-09-06T23:30:37.025Z[ recovery-image] Sep 06 23:30:36.217 INFO O| Sep 06 23:30:36.216 INFO STEP 1015 (remove_files) COMPLETE
71102024-09-06T23:30:37.027Z[ recovery-image] Sep 06 23:30:36.217 INFO O| Sep 06 23:30:36.217 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-06T23:30:37.041Z[ recovery-image] Sep 06 23:30:36.233 INFO O| Sep 06 23:30:36.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71122024-09-06T23:30:37.041Z[ recovery-image] Sep 06 23:30:36.233 INFO O| Sep 06 23:30:36.233 INFO STEP 1016 (remove_files) COMPLETE
71132024-09-06T23:30:37.043Z[ recovery-image] Sep 06 23:30:36.233 INFO O| Sep 06 23:30:36.233 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-06T23:30:37.057Z[ recovery-image] Sep 06 23:30:36.249 INFO O| Sep 06 23:30:36.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71152024-09-06T23:30:37.059Z[ recovery-image] Sep 06 23:30:36.249 INFO O| Sep 06 23:30:36.249 INFO STEP 1017 (remove_files) COMPLETE
71162024-09-06T23:30:37.059Z[ recovery-image] Sep 06 23:30:36.249 INFO O| Sep 06 23:30:36.249 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-06T23:30:37.076Z[ recovery-image] Sep 06 23:30:36.267 INFO O| Sep 06 23:30:36.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71182024-09-06T23:30:37.078Z[ recovery-image] Sep 06 23:30:36.267 INFO O| Sep 06 23:30:36.267 INFO STEP 1018 (remove_files) COMPLETE
71192024-09-06T23:30:37.078Z[ recovery-image] Sep 06 23:30:36.268 INFO O| Sep 06 23:30:36.267 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-06T23:30:37.096Z[ recovery-image] Sep 06 23:30:36.287 INFO O| Sep 06 23:30:36.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71212024-09-06T23:30:37.096Z[ recovery-image] Sep 06 23:30:36.287 INFO O| Sep 06 23:30:36.287 INFO STEP 1019 (remove_files) COMPLETE
71222024-09-06T23:30:37.096Z[ recovery-image] Sep 06 23:30:36.287 INFO O| Sep 06 23:30:36.287 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-06T23:30:37.114Z[ recovery-image] Sep 06 23:30:36.306 INFO O| Sep 06 23:30:36.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71242024-09-06T23:30:37.116Z[ recovery-image] Sep 06 23:30:36.306 INFO O| Sep 06 23:30:36.306 INFO STEP 1020 (remove_files) COMPLETE
71252024-09-06T23:30:37.116Z[ recovery-image] Sep 06 23:30:36.306 INFO O| Sep 06 23:30:36.306 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-06T23:30:37.131Z[ recovery-image] Sep 06 23:30:36.323 INFO O| Sep 06 23:30:36.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71272024-09-06T23:30:37.134Z[ recovery-image] Sep 06 23:30:36.323 INFO O| Sep 06 23:30:36.323 INFO STEP 1021 (remove_files) COMPLETE
71282024-09-06T23:30:37.134Z[ recovery-image] Sep 06 23:30:36.323 INFO O| Sep 06 23:30:36.323 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-06T23:30:37.144Z[ recovery-image] Sep 06 23:30:36.335 INFO O| Sep 06 23:30:36.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71302024-09-06T23:30:37.144Z[ recovery-image] Sep 06 23:30:36.335 INFO O| Sep 06 23:30:36.335 INFO STEP 1022 (remove_files) COMPLETE
71312024-09-06T23:30:37.144Z[ recovery-image] Sep 06 23:30:36.335 INFO O| Sep 06 23:30:36.335 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-06T23:30:37.159Z[ recovery-image] Sep 06 23:30:36.351 INFO O| Sep 06 23:30:36.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71332024-09-06T23:30:37.162Z[ recovery-image] Sep 06 23:30:36.351 INFO O| Sep 06 23:30:36.351 INFO STEP 1023 (remove_files) COMPLETE
71342024-09-06T23:30:37.162Z[ recovery-image] Sep 06 23:30:36.351 INFO O| Sep 06 23:30:36.351 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-06T23:30:37.176Z[ recovery-image] Sep 06 23:30:36.367 INFO O| Sep 06 23:30:36.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71362024-09-06T23:30:37.176Z[ recovery-image] Sep 06 23:30:36.367 INFO O| Sep 06 23:30:36.367 INFO STEP 1024 (remove_files) COMPLETE
71372024-09-06T23:30:37.176Z[ recovery-image] Sep 06 23:30:36.367 INFO O| Sep 06 23:30:36.367 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-06T23:30:37.188Z[ recovery-image] Sep 06 23:30:36.379 INFO O| Sep 06 23:30:36.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71392024-09-06T23:30:37.188Z[ recovery-image] Sep 06 23:30:36.379 INFO O| Sep 06 23:30:36.379 INFO STEP 1025 (remove_files) COMPLETE
71402024-09-06T23:30:37.190Z[ recovery-image] Sep 06 23:30:36.379 INFO O| Sep 06 23:30:36.379 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-06T23:30:37.200Z[ recovery-image] Sep 06 23:30:36.392 INFO O| Sep 06 23:30:36.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71422024-09-06T23:30:37.200Z[ recovery-image] Sep 06 23:30:36.392 INFO O| Sep 06 23:30:36.392 INFO STEP 1026 (remove_files) COMPLETE
71432024-09-06T23:30:37.202Z[ recovery-image] Sep 06 23:30:36.392 INFO O| Sep 06 23:30:36.392 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-06T23:30:37.213Z[ recovery-image] Sep 06 23:30:36.404 INFO O| Sep 06 23:30:36.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71452024-09-06T23:30:37.213Z[ recovery-image] Sep 06 23:30:36.405 INFO O| Sep 06 23:30:36.405 INFO STEP 1027 (remove_files) COMPLETE
71462024-09-06T23:30:37.213Z[ recovery-image] Sep 06 23:30:36.405 INFO O| Sep 06 23:30:36.405 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-06T23:30:37.228Z[ recovery-image] Sep 06 23:30:36.420 INFO O| Sep 06 23:30:36.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71482024-09-06T23:30:37.228Z[ recovery-image] Sep 06 23:30:36.420 INFO O| Sep 06 23:30:36.420 INFO STEP 1028 (remove_files) COMPLETE
71492024-09-06T23:30:37.231Z[ recovery-image] Sep 06 23:30:36.420 INFO O| Sep 06 23:30:36.420 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-06T23:30:37.240Z[ recovery-image] Sep 06 23:30:36.432 INFO O| Sep 06 23:30:36.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71512024-09-06T23:30:37.241Z[ recovery-image] Sep 06 23:30:36.432 INFO O| Sep 06 23:30:36.432 INFO STEP 1029 (remove_files) COMPLETE
71522024-09-06T23:30:37.243Z[ recovery-image] Sep 06 23:30:36.432 INFO O| Sep 06 23:30:36.432 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-06T23:30:37.257Z[ recovery-image] Sep 06 23:30:36.449 INFO O| Sep 06 23:30:36.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71542024-09-06T23:30:37.260Z[ recovery-image] Sep 06 23:30:36.449 INFO O| Sep 06 23:30:36.449 INFO STEP 1030 (remove_files) COMPLETE
71552024-09-06T23:30:37.260Z[ recovery-image] Sep 06 23:30:36.449 INFO O| Sep 06 23:30:36.449 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-06T23:30:37.274Z[ recovery-image] Sep 06 23:30:36.465 INFO O| Sep 06 23:30:36.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71572024-09-06T23:30:37.274Z[ recovery-image] Sep 06 23:30:36.465 INFO O| Sep 06 23:30:36.465 INFO STEP 1031 (remove_files) COMPLETE
71582024-09-06T23:30:37.276Z[ recovery-image] Sep 06 23:30:36.466 INFO O| Sep 06 23:30:36.465 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-06T23:30:37.289Z[ recovery-image] Sep 06 23:30:36.480 INFO O| Sep 06 23:30:36.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71602024-09-06T23:30:37.289Z[ recovery-image] Sep 06 23:30:36.481 INFO O| Sep 06 23:30:36.480 INFO STEP 1032 (remove_files) COMPLETE
71612024-09-06T23:30:37.291Z[ recovery-image] Sep 06 23:30:36.481 INFO O| Sep 06 23:30:36.481 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-06T23:30:37.301Z[ recovery-image] Sep 06 23:30:36.493 INFO O| Sep 06 23:30:36.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71632024-09-06T23:30:37.301Z[ recovery-image] Sep 06 23:30:36.493 INFO O| Sep 06 23:30:36.493 INFO STEP 1033 (remove_files) COMPLETE
71642024-09-06T23:30:37.303Z[ recovery-image] Sep 06 23:30:36.493 INFO O| Sep 06 23:30:36.493 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-06T23:30:37.314Z[ recovery-image] Sep 06 23:30:36.506 INFO O| Sep 06 23:30:36.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71662024-09-06T23:30:37.316Z[ recovery-image] Sep 06 23:30:36.506 INFO O| Sep 06 23:30:36.506 INFO STEP 1034 (remove_files) COMPLETE
71672024-09-06T23:30:37.316Z[ recovery-image] Sep 06 23:30:36.506 INFO O| Sep 06 23:30:36.506 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-06T23:30:37.327Z[ recovery-image] Sep 06 23:30:36.519 INFO O| Sep 06 23:30:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71692024-09-06T23:30:37.327Z[ recovery-image] Sep 06 23:30:36.519 INFO O| Sep 06 23:30:36.519 INFO STEP 1035 (remove_files) COMPLETE
71702024-09-06T23:30:37.330Z[ recovery-image] Sep 06 23:30:36.519 INFO O| Sep 06 23:30:36.519 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-09-06T23:30:37.339Z[ recovery-image] Sep 06 23:30:36.531 INFO O| Sep 06 23:30:36.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71722024-09-06T23:30:37.341Z[ recovery-image] Sep 06 23:30:36.531 INFO O| Sep 06 23:30:36.531 INFO STEP 1036 (remove_files) COMPLETE
71732024-09-06T23:30:37.342Z[ recovery-image] Sep 06 23:30:36.531 INFO O| Sep 06 23:30:36.531 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-09-06T23:30:37.352Z[ recovery-image] Sep 06 23:30:36.543 INFO O| Sep 06 23:30:36.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71752024-09-06T23:30:37.352Z[ recovery-image] Sep 06 23:30:36.543 INFO O| Sep 06 23:30:36.543 INFO STEP 1037 (remove_files) COMPLETE
71762024-09-06T23:30:37.352Z[ recovery-image] Sep 06 23:30:36.543 INFO O| Sep 06 23:30:36.543 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-09-06T23:30:37.364Z[ recovery-image] Sep 06 23:30:36.556 INFO O| Sep 06 23:30:36.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71782024-09-06T23:30:37.367Z[ recovery-image] Sep 06 23:30:36.556 INFO O| Sep 06 23:30:36.556 INFO STEP 1038 (remove_files) COMPLETE
71792024-09-06T23:30:37.367Z[ recovery-image] Sep 06 23:30:36.556 INFO O| Sep 06 23:30:36.556 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-09-06T23:30:37.377Z[ recovery-image] Sep 06 23:30:36.569 INFO O| Sep 06 23:30:36.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71812024-09-06T23:30:37.379Z[ recovery-image] Sep 06 23:30:36.569 INFO O| Sep 06 23:30:36.569 INFO STEP 1039 (remove_files) COMPLETE
71822024-09-06T23:30:37.379Z[ recovery-image] Sep 06 23:30:36.569 INFO O| Sep 06 23:30:36.569 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-09-06T23:30:37.395Z[ recovery-image] Sep 06 23:30:36.587 INFO O| Sep 06 23:30:36.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71842024-09-06T23:30:37.395Z[ recovery-image] Sep 06 23:30:36.587 INFO O| Sep 06 23:30:36.587 INFO STEP 1040 (remove_files) COMPLETE
71852024-09-06T23:30:37.398Z[ recovery-image] Sep 06 23:30:36.587 INFO O| Sep 06 23:30:36.587 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-09-06T23:30:37.410Z[ recovery-image] Sep 06 23:30:36.601 INFO O| Sep 06 23:30:36.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71872024-09-06T23:30:37.410Z[ recovery-image] Sep 06 23:30:36.601 INFO O| Sep 06 23:30:36.601 INFO STEP 1041 (remove_files) COMPLETE
71882024-09-06T23:30:37.410Z[ recovery-image] Sep 06 23:30:36.601 INFO O| Sep 06 23:30:36.601 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-09-06T23:30:37.423Z[ recovery-image] Sep 06 23:30:36.615 INFO O| Sep 06 23:30:36.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71902024-09-06T23:30:37.423Z[ recovery-image] Sep 06 23:30:36.615 INFO O| Sep 06 23:30:36.615 INFO STEP 1042 (remove_files) COMPLETE
71912024-09-06T23:30:37.426Z[ recovery-image] Sep 06 23:30:36.615 INFO O| Sep 06 23:30:36.615 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-09-06T23:30:37.440Z[ recovery-image] Sep 06 23:30:36.632 INFO O| Sep 06 23:30:36.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71932024-09-06T23:30:37.440Z[ recovery-image] Sep 06 23:30:36.632 INFO O| Sep 06 23:30:36.632 INFO STEP 1043 (remove_files) COMPLETE
71942024-09-06T23:30:37.440Z[ recovery-image] Sep 06 23:30:36.632 INFO O| Sep 06 23:30:36.632 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-09-06T23:30:37.457Z[ recovery-image] Sep 06 23:30:36.649 INFO O| Sep 06 23:30:36.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71962024-09-06T23:30:37.457Z[ recovery-image] Sep 06 23:30:36.649 INFO O| Sep 06 23:30:36.649 INFO STEP 1044 (remove_files) COMPLETE
71972024-09-06T23:30:37.460Z[ recovery-image] Sep 06 23:30:36.649 INFO O| Sep 06 23:30:36.649 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-09-06T23:30:37.475Z[ recovery-image] Sep 06 23:30:36.667 INFO O| Sep 06 23:30:36.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71992024-09-06T23:30:37.478Z[ recovery-image] Sep 06 23:30:36.667 INFO O| Sep 06 23:30:36.667 INFO STEP 1045 (remove_files) COMPLETE
72002024-09-06T23:30:37.478Z[ recovery-image] Sep 06 23:30:36.667 INFO O| Sep 06 23:30:36.667 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-09-06T23:30:37.490Z[ recovery-image] Sep 06 23:30:36.681 INFO O| Sep 06 23:30:36.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72022024-09-06T23:30:37.490Z[ recovery-image] Sep 06 23:30:36.682 INFO O| Sep 06 23:30:36.682 INFO STEP 1046 (remove_files) COMPLETE
72032024-09-06T23:30:37.493Z[ recovery-image] Sep 06 23:30:36.682 INFO O| Sep 06 23:30:36.682 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-09-06T23:30:37.503Z[ recovery-image] Sep 06 23:30:36.695 INFO O| Sep 06 23:30:36.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72052024-09-06T23:30:37.503Z[ recovery-image] Sep 06 23:30:36.695 INFO O| Sep 06 23:30:36.695 INFO STEP 1047 (remove_files) COMPLETE
72062024-09-06T23:30:37.506Z[ recovery-image] Sep 06 23:30:36.695 INFO O| Sep 06 23:30:36.695 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-09-06T23:30:37.521Z[ recovery-image] Sep 06 23:30:36.713 INFO O| Sep 06 23:30:36.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72082024-09-06T23:30:37.521Z[ recovery-image] Sep 06 23:30:36.713 INFO O| Sep 06 23:30:36.713 INFO STEP 1048 (remove_files) COMPLETE
72092024-09-06T23:30:37.523Z[ recovery-image] Sep 06 23:30:36.713 INFO O| Sep 06 23:30:36.713 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-09-06T23:30:37.538Z[ recovery-image] Sep 06 23:30:36.729 INFO O| Sep 06 23:30:36.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72112024-09-06T23:30:37.538Z[ recovery-image] Sep 06 23:30:36.729 INFO O| Sep 06 23:30:36.729 INFO STEP 1049 (remove_files) COMPLETE
72122024-09-06T23:30:37.538Z[ recovery-image] Sep 06 23:30:36.729 INFO O| Sep 06 23:30:36.729 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-09-06T23:30:37.556Z[ recovery-image] Sep 06 23:30:36.747 INFO O| Sep 06 23:30:36.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72142024-09-06T23:30:37.556Z[ recovery-image] Sep 06 23:30:36.747 INFO O| Sep 06 23:30:36.747 INFO STEP 1050 (remove_files) COMPLETE
72152024-09-06T23:30:37.558Z[ recovery-image] Sep 06 23:30:36.747 INFO O| Sep 06 23:30:36.747 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-09-06T23:30:37.572Z[ recovery-image] Sep 06 23:30:36.763 INFO O| Sep 06 23:30:36.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72172024-09-06T23:30:37.572Z[ recovery-image] Sep 06 23:30:36.763 INFO O| Sep 06 23:30:36.763 INFO STEP 1051 (remove_files) COMPLETE
72182024-09-06T23:30:37.572Z[ recovery-image] Sep 06 23:30:36.764 INFO O| Sep 06 23:30:36.763 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-09-06T23:30:37.590Z[ recovery-image] Sep 06 23:30:36.781 INFO O| Sep 06 23:30:36.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72202024-09-06T23:30:37.590Z[ recovery-image] Sep 06 23:30:36.781 INFO O| Sep 06 23:30:36.781 INFO STEP 1052 (remove_files) COMPLETE
72212024-09-06T23:30:37.590Z[ recovery-image] Sep 06 23:30:36.781 INFO O| Sep 06 23:30:36.781 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-09-06T23:30:37.606Z[ recovery-image] Sep 06 23:30:36.797 INFO O| Sep 06 23:30:36.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72232024-09-06T23:30:37.606Z[ recovery-image] Sep 06 23:30:36.798 INFO O| Sep 06 23:30:36.798 INFO STEP 1053 (remove_files) COMPLETE
72242024-09-06T23:30:37.606Z[ recovery-image] Sep 06 23:30:36.798 INFO O| Sep 06 23:30:36.798 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-09-06T23:30:37.618Z[ recovery-image] Sep 06 23:30:36.809 INFO O| Sep 06 23:30:36.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72262024-09-06T23:30:37.618Z[ recovery-image] Sep 06 23:30:36.809 INFO O| Sep 06 23:30:36.809 INFO STEP 1054 (remove_files) COMPLETE
72272024-09-06T23:30:37.620Z[ recovery-image] Sep 06 23:30:36.809 INFO O| Sep 06 23:30:36.809 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-09-06T23:30:37.629Z[ recovery-image] Sep 06 23:30:36.821 INFO O| Sep 06 23:30:36.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72292024-09-06T23:30:37.629Z[ recovery-image] Sep 06 23:30:36.821 INFO O| Sep 06 23:30:36.821 INFO STEP 1055 (remove_files) COMPLETE
72302024-09-06T23:30:37.631Z[ recovery-image] Sep 06 23:30:36.821 INFO O| Sep 06 23:30:36.821 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-09-06T23:30:37.641Z[ recovery-image] Sep 06 23:30:36.832 INFO O| Sep 06 23:30:36.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72322024-09-06T23:30:37.643Z[ recovery-image] Sep 06 23:30:36.832 INFO O| Sep 06 23:30:36.832 INFO STEP 1056 (remove_files) COMPLETE
72332024-09-06T23:30:37.643Z[ recovery-image] Sep 06 23:30:36.833 INFO O| Sep 06 23:30:36.832 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-09-06T23:30:37.657Z[ recovery-image] Sep 06 23:30:36.849 INFO O| Sep 06 23:30:36.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72352024-09-06T23:30:37.657Z[ recovery-image] Sep 06 23:30:36.849 INFO O| Sep 06 23:30:36.849 INFO STEP 1057 (remove_files) COMPLETE
72362024-09-06T23:30:37.657Z[ recovery-image] Sep 06 23:30:36.849 INFO O| Sep 06 23:30:36.849 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-09-06T23:30:37.673Z[ recovery-image] Sep 06 23:30:36.865 INFO O| Sep 06 23:30:36.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72382024-09-06T23:30:37.676Z[ recovery-image] Sep 06 23:30:36.865 INFO O| Sep 06 23:30:36.865 INFO STEP 1058 (remove_files) COMPLETE
72392024-09-06T23:30:37.676Z[ recovery-image] Sep 06 23:30:36.865 INFO O| Sep 06 23:30:36.865 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-09-06T23:30:37.690Z[ recovery-image] Sep 06 23:30:36.882 INFO O| Sep 06 23:30:36.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72412024-09-06T23:30:37.690Z[ recovery-image] Sep 06 23:30:36.882 INFO O| Sep 06 23:30:36.882 INFO STEP 1059 (remove_files) COMPLETE
72422024-09-06T23:30:37.693Z[ recovery-image] Sep 06 23:30:36.882 INFO O| Sep 06 23:30:36.882 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-09-06T23:30:37.707Z[ recovery-image] Sep 06 23:30:36.899 INFO O| Sep 06 23:30:36.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72442024-09-06T23:30:37.707Z[ recovery-image] Sep 06 23:30:36.899 INFO O| Sep 06 23:30:36.899 INFO STEP 1060 (remove_files) COMPLETE
72452024-09-06T23:30:37.710Z[ recovery-image] Sep 06 23:30:36.899 INFO O| Sep 06 23:30:36.899 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-09-06T23:30:37.725Z[ recovery-image] Sep 06 23:30:36.916 INFO O| Sep 06 23:30:36.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72472024-09-06T23:30:37.727Z[ recovery-image] Sep 06 23:30:36.916 INFO O| Sep 06 23:30:36.916 INFO STEP 1061 (remove_files) COMPLETE
72482024-09-06T23:30:37.727Z[ recovery-image] Sep 06 23:30:36.916 INFO O| Sep 06 23:30:36.916 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-09-06T23:30:37.742Z[ recovery-image] Sep 06 23:30:36.933 INFO O| Sep 06 23:30:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72502024-09-06T23:30:37.742Z[ recovery-image] Sep 06 23:30:36.933 INFO O| Sep 06 23:30:36.933 INFO STEP 1062 (remove_files) COMPLETE
72512024-09-06T23:30:37.744Z[ recovery-image] Sep 06 23:30:36.933 INFO O| Sep 06 23:30:36.933 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-09-06T23:30:37.759Z[ recovery-image] Sep 06 23:30:36.950 INFO O| Sep 06 23:30:36.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72532024-09-06T23:30:37.759Z[ recovery-image] Sep 06 23:30:36.950 INFO O| Sep 06 23:30:36.950 INFO STEP 1063 (remove_files) COMPLETE
72542024-09-06T23:30:37.762Z[ recovery-image] Sep 06 23:30:36.950 INFO O| Sep 06 23:30:36.950 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-09-06T23:30:37.775Z[ recovery-image] Sep 06 23:30:36.967 INFO O| Sep 06 23:30:36.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72562024-09-06T23:30:37.775Z[ recovery-image] Sep 06 23:30:36.967 INFO O| Sep 06 23:30:36.967 INFO STEP 1064 (remove_files) COMPLETE
72572024-09-06T23:30:37.775Z[ recovery-image] Sep 06 23:30:36.967 INFO O| Sep 06 23:30:36.967 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-09-06T23:30:37.789Z[ recovery-image] Sep 06 23:30:36.981 INFO O| Sep 06 23:30:36.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72592024-09-06T23:30:37.789Z[ recovery-image] Sep 06 23:30:36.981 INFO O| Sep 06 23:30:36.981 INFO STEP 1065 (remove_files) COMPLETE
72602024-09-06T23:30:37.789Z[ recovery-image] Sep 06 23:30:36.981 INFO O| Sep 06 23:30:36.981 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-09-06T23:30:37.802Z[ recovery-image] Sep 06 23:30:36.993 INFO O| Sep 06 23:30:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72622024-09-06T23:30:37.802Z[ recovery-image] Sep 06 23:30:36.994 INFO O| Sep 06 23:30:36.993 INFO STEP 1066 (remove_files) COMPLETE
72632024-09-06T23:30:37.802Z[ recovery-image] Sep 06 23:30:36.994 INFO O| Sep 06 23:30:36.994 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-09-06T23:30:37.815Z[ recovery-image] Sep 06 23:30:37.006 INFO O| Sep 06 23:30:37.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72652024-09-06T23:30:37.815Z[ recovery-image] Sep 06 23:30:37.006 INFO O| Sep 06 23:30:37.006 INFO STEP 1067 (remove_files) COMPLETE
72662024-09-06T23:30:37.815Z[ recovery-image] Sep 06 23:30:37.007 INFO O| Sep 06 23:30:37.006 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-09-06T23:30:37.833Z[ recovery-image] Sep 06 23:30:37.025 INFO O| Sep 06 23:30:37.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72682024-09-06T23:30:37.833Z[ recovery-image] Sep 06 23:30:37.025 INFO O| Sep 06 23:30:37.025 INFO STEP 1068 (remove_files) COMPLETE
72692024-09-06T23:30:37.835Z[ recovery-image] Sep 06 23:30:37.025 INFO O| Sep 06 23:30:37.025 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-09-06T23:30:37.849Z[ recovery-image] Sep 06 23:30:37.040 INFO O| Sep 06 23:30:37.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72712024-09-06T23:30:37.849Z[ recovery-image] Sep 06 23:30:37.041 INFO O| Sep 06 23:30:37.041 INFO STEP 1069 (remove_files) COMPLETE
72722024-09-06T23:30:37.851Z[ recovery-image] Sep 06 23:30:37.041 INFO O| Sep 06 23:30:37.041 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-09-06T23:30:37.866Z[ recovery-image] Sep 06 23:30:37.058 INFO O| Sep 06 23:30:37.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72742024-09-06T23:30:37.866Z[ recovery-image] Sep 06 23:30:37.058 INFO O| Sep 06 23:30:37.058 INFO STEP 1070 (remove_files) COMPLETE
72752024-09-06T23:30:37.866Z[ recovery-image] Sep 06 23:30:37.058 INFO O| Sep 06 23:30:37.058 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-09-06T23:30:37.880Z[ recovery-image] Sep 06 23:30:37.071 INFO O| Sep 06 23:30:37.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72772024-09-06T23:30:37.882Z[ recovery-image] Sep 06 23:30:37.071 INFO O| Sep 06 23:30:37.071 INFO STEP 1071 (remove_files) COMPLETE
72782024-09-06T23:30:37.882Z[ recovery-image] Sep 06 23:30:37.071 INFO O| Sep 06 23:30:37.071 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-09-06T23:30:37.893Z[ recovery-image] Sep 06 23:30:37.084 INFO O| Sep 06 23:30:37.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72802024-09-06T23:30:37.893Z[ recovery-image] Sep 06 23:30:37.084 INFO O| Sep 06 23:30:37.084 INFO STEP 1072 (remove_files) COMPLETE
72812024-09-06T23:30:37.893Z[ recovery-image] Sep 06 23:30:37.084 INFO O| Sep 06 23:30:37.084 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-09-06T23:30:37.908Z[ recovery-image] Sep 06 23:30:37.100 INFO O| Sep 06 23:30:37.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72832024-09-06T23:30:37.908Z[ recovery-image] Sep 06 23:30:37.100 INFO O| Sep 06 23:30:37.100 INFO STEP 1073 (remove_files) COMPLETE
72842024-09-06T23:30:37.908Z[ recovery-image] Sep 06 23:30:37.100 INFO O| Sep 06 23:30:37.100 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-09-06T23:30:37.926Z[ recovery-image] Sep 06 23:30:37.117 INFO O| Sep 06 23:30:37.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72862024-09-06T23:30:37.926Z[ recovery-image] Sep 06 23:30:37.118 INFO O| Sep 06 23:30:37.117 INFO STEP 1074 (remove_files) COMPLETE
72872024-09-06T23:30:37.928Z[ recovery-image] Sep 06 23:30:37.118 INFO O| Sep 06 23:30:37.118 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-09-06T23:30:37.942Z[ recovery-image] Sep 06 23:30:37.133 INFO O| Sep 06 23:30:37.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72892024-09-06T23:30:37.942Z[ recovery-image] Sep 06 23:30:37.134 INFO O| Sep 06 23:30:37.134 INFO STEP 1075 (remove_files) COMPLETE
72902024-09-06T23:30:37.944Z[ recovery-image] Sep 06 23:30:37.134 INFO O| Sep 06 23:30:37.134 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-09-06T23:30:37.961Z[ recovery-image] Sep 06 23:30:37.153 INFO O| Sep 06 23:30:37.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72922024-09-06T23:30:37.961Z[ recovery-image] Sep 06 23:30:37.153 INFO O| Sep 06 23:30:37.153 INFO STEP 1076 (remove_files) COMPLETE
72932024-09-06T23:30:37.961Z[ recovery-image] Sep 06 23:30:37.153 INFO O| Sep 06 23:30:37.153 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-09-06T23:30:37.978Z[ recovery-image] Sep 06 23:30:37.170 INFO O| Sep 06 23:30:37.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72952024-09-06T23:30:37.978Z[ recovery-image] Sep 06 23:30:37.170 INFO O| Sep 06 23:30:37.170 INFO STEP 1077 (remove_files) COMPLETE
72962024-09-06T23:30:37.978Z[ recovery-image] Sep 06 23:30:37.170 INFO O| Sep 06 23:30:37.170 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-09-06T23:30:37.994Z[ recovery-image] Sep 06 23:30:37.185 INFO O| Sep 06 23:30:37.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72982024-09-06T23:30:37.994Z[ recovery-image] Sep 06 23:30:37.186 INFO O| Sep 06 23:30:37.186 INFO STEP 1078 (remove_files) COMPLETE
72992024-09-06T23:30:37.996Z[ recovery-image] Sep 06 23:30:37.186 INFO O| Sep 06 23:30:37.186 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-09-06T23:30:38.010Z[ recovery-image] Sep 06 23:30:37.202 INFO O| Sep 06 23:30:37.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73012024-09-06T23:30:38.011Z[ recovery-image] Sep 06 23:30:37.202 INFO O| Sep 06 23:30:37.202 INFO STEP 1079 (remove_files) COMPLETE
73022024-09-06T23:30:38.011Z[ recovery-image] Sep 06 23:30:37.202 INFO O| Sep 06 23:30:37.202 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-09-06T23:30:38.027Z[ recovery-image] Sep 06 23:30:37.218 INFO O| Sep 06 23:30:37.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73042024-09-06T23:30:38.027Z[ recovery-image] Sep 06 23:30:37.218 INFO O| Sep 06 23:30:37.218 INFO STEP 1080 (remove_files) COMPLETE
73052024-09-06T23:30:38.029Z[ recovery-image] Sep 06 23:30:37.218 INFO O| Sep 06 23:30:37.218 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-09-06T23:30:38.044Z[ recovery-image] Sep 06 23:30:37.236 INFO O| Sep 06 23:30:37.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73072024-09-06T23:30:38.044Z[ recovery-image] Sep 06 23:30:37.236 INFO O| Sep 06 23:30:37.236 INFO STEP 1081 (remove_files) COMPLETE
73082024-09-06T23:30:38.044Z[ recovery-image] Sep 06 23:30:37.236 INFO O| Sep 06 23:30:37.236 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-09-06T23:30:38.061Z[ recovery-image] Sep 06 23:30:37.253 INFO O| Sep 06 23:30:37.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73102024-09-06T23:30:38.061Z[ recovery-image] Sep 06 23:30:37.253 INFO O| Sep 06 23:30:37.253 INFO STEP 1082 (remove_files) COMPLETE
73112024-09-06T23:30:38.064Z[ recovery-image] Sep 06 23:30:37.253 INFO O| Sep 06 23:30:37.253 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-09-06T23:30:38.078Z[ recovery-image] Sep 06 23:30:37.270 INFO O| Sep 06 23:30:37.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73132024-09-06T23:30:38.078Z[ recovery-image] Sep 06 23:30:37.270 INFO O| Sep 06 23:30:37.270 INFO STEP 1083 (remove_files) COMPLETE
73142024-09-06T23:30:38.078Z[ recovery-image] Sep 06 23:30:37.270 INFO O| Sep 06 23:30:37.270 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-09-06T23:30:38.092Z[ recovery-image] Sep 06 23:30:37.283 INFO O| Sep 06 23:30:37.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73162024-09-06T23:30:38.092Z[ recovery-image] Sep 06 23:30:37.284 INFO O| Sep 06 23:30:37.284 INFO STEP 1084 (remove_files) COMPLETE
73172024-09-06T23:30:38.094Z[ recovery-image] Sep 06 23:30:37.284 INFO O| Sep 06 23:30:37.284 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-09-06T23:30:38.108Z[ recovery-image] Sep 06 23:30:37.299 INFO O| Sep 06 23:30:37.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73192024-09-06T23:30:38.108Z[ recovery-image] Sep 06 23:30:37.299 INFO O| Sep 06 23:30:37.299 INFO STEP 1085 (remove_files) COMPLETE
73202024-09-06T23:30:38.110Z[ recovery-image] Sep 06 23:30:37.299 INFO O| Sep 06 23:30:37.299 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-09-06T23:30:38.120Z[ recovery-image] Sep 06 23:30:37.311 INFO O| Sep 06 23:30:37.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73222024-09-06T23:30:38.120Z[ recovery-image] Sep 06 23:30:37.312 INFO O| Sep 06 23:30:37.312 INFO STEP 1086 (remove_files) COMPLETE
73232024-09-06T23:30:38.122Z[ recovery-image] Sep 06 23:30:37.312 INFO O| Sep 06 23:30:37.312 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-09-06T23:30:38.135Z[ recovery-image] Sep 06 23:30:37.326 INFO O| Sep 06 23:30:37.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73252024-09-06T23:30:38.135Z[ recovery-image] Sep 06 23:30:37.327 INFO O| Sep 06 23:30:37.326 INFO STEP 1087 (remove_files) COMPLETE
73262024-09-06T23:30:38.137Z[ recovery-image] Sep 06 23:30:37.327 INFO O| Sep 06 23:30:37.326 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-09-06T23:30:38.148Z[ recovery-image] Sep 06 23:30:37.339 INFO O| Sep 06 23:30:37.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73282024-09-06T23:30:38.148Z[ recovery-image] Sep 06 23:30:37.340 INFO O| Sep 06 23:30:37.340 INFO STEP 1088 (remove_files) COMPLETE
73292024-09-06T23:30:38.150Z[ recovery-image] Sep 06 23:30:37.340 INFO O| Sep 06 23:30:37.340 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-09-06T23:30:38.160Z[ recovery-image] Sep 06 23:30:37.352 INFO O| Sep 06 23:30:37.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73312024-09-06T23:30:38.160Z[ recovery-image] Sep 06 23:30:37.352 INFO O| Sep 06 23:30:37.352 INFO STEP 1089 (remove_files) COMPLETE
73322024-09-06T23:30:38.160Z[ recovery-image] Sep 06 23:30:37.352 INFO O| Sep 06 23:30:37.352 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-09-06T23:30:38.173Z[ recovery-image] Sep 06 23:30:37.365 INFO O| Sep 06 23:30:37.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73342024-09-06T23:30:38.173Z[ recovery-image] Sep 06 23:30:37.365 INFO O| Sep 06 23:30:37.365 INFO STEP 1090 (remove_files) COMPLETE
73352024-09-06T23:30:38.176Z[ recovery-image] Sep 06 23:30:37.365 INFO O| Sep 06 23:30:37.365 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-09-06T23:30:38.185Z[ recovery-image] Sep 06 23:30:37.376 INFO O| Sep 06 23:30:37.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73372024-09-06T23:30:38.185Z[ recovery-image] Sep 06 23:30:37.376 INFO O| Sep 06 23:30:37.376 INFO STEP 1091 (remove_files) COMPLETE
73382024-09-06T23:30:38.187Z[ recovery-image] Sep 06 23:30:37.376 INFO O| Sep 06 23:30:37.376 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-09-06T23:30:38.195Z[ recovery-image] Sep 06 23:30:37.387 INFO O| Sep 06 23:30:37.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73402024-09-06T23:30:38.196Z[ recovery-image] Sep 06 23:30:37.387 INFO O| Sep 06 23:30:37.387 INFO STEP 1092 (remove_files) COMPLETE
73412024-09-06T23:30:38.196Z[ recovery-image] Sep 06 23:30:37.387 INFO O| Sep 06 23:30:37.387 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-09-06T23:30:38.211Z[ recovery-image] Sep 06 23:30:37.403 INFO O| Sep 06 23:30:37.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73432024-09-06T23:30:38.211Z[ recovery-image] Sep 06 23:30:37.403 INFO O| Sep 06 23:30:37.403 INFO STEP 1093 (remove_files) COMPLETE
73442024-09-06T23:30:38.211Z[ recovery-image] Sep 06 23:30:37.403 INFO O| Sep 06 23:30:37.403 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-09-06T23:30:38.228Z[ recovery-image] Sep 06 23:30:37.419 INFO O| Sep 06 23:30:37.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73462024-09-06T23:30:38.228Z[ recovery-image] Sep 06 23:30:37.419 INFO O| Sep 06 23:30:37.419 INFO STEP 1094 (remove_files) COMPLETE
73472024-09-06T23:30:38.228Z[ recovery-image] Sep 06 23:30:37.419 INFO O| Sep 06 23:30:37.419 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-09-06T23:30:38.244Z[ recovery-image] Sep 06 23:30:37.435 INFO O| Sep 06 23:30:37.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73492024-09-06T23:30:38.244Z[ recovery-image] Sep 06 23:30:37.435 INFO O| Sep 06 23:30:37.435 INFO STEP 1095 (remove_files) COMPLETE
73502024-09-06T23:30:38.246Z[ recovery-image] Sep 06 23:30:37.435 INFO O| Sep 06 23:30:37.435 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-06T23:30:38.255Z[ recovery-image] Sep 06 23:30:37.447 INFO O| Sep 06 23:30:37.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73522024-09-06T23:30:38.255Z[ recovery-image] Sep 06 23:30:37.447 INFO O| Sep 06 23:30:37.447 INFO STEP 1096 (remove_files) COMPLETE
73532024-09-06T23:30:38.258Z[ recovery-image] Sep 06 23:30:37.447 INFO O| Sep 06 23:30:37.447 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-06T23:30:38.267Z[ recovery-image] Sep 06 23:30:37.459 INFO O| Sep 06 23:30:37.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73552024-09-06T23:30:38.267Z[ recovery-image] Sep 06 23:30:37.459 INFO O| Sep 06 23:30:37.459 INFO STEP 1097 (remove_files) COMPLETE
73562024-09-06T23:30:38.269Z[ recovery-image] Sep 06 23:30:37.459 INFO O| Sep 06 23:30:37.459 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-06T23:30:38.282Z[ recovery-image] Sep 06 23:30:37.473 INFO O| Sep 06 23:30:37.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73582024-09-06T23:30:38.282Z[ recovery-image] Sep 06 23:30:37.474 INFO O| Sep 06 23:30:37.474 INFO STEP 1098 (remove_files) COMPLETE
73592024-09-06T23:30:38.282Z[ recovery-image] Sep 06 23:30:37.474 INFO O| Sep 06 23:30:37.474 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-06T23:30:38.295Z[ recovery-image] Sep 06 23:30:37.487 INFO O| Sep 06 23:30:37.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73612024-09-06T23:30:38.295Z[ recovery-image] Sep 06 23:30:37.487 INFO O| Sep 06 23:30:37.487 INFO STEP 1099 (remove_files) COMPLETE
73622024-09-06T23:30:38.298Z[ recovery-image] Sep 06 23:30:37.487 INFO O| Sep 06 23:30:37.487 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-06T23:30:38.311Z[ recovery-image] Sep 06 23:30:37.503 INFO O| Sep 06 23:30:37.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73642024-09-06T23:30:38.311Z[ recovery-image] Sep 06 23:30:37.503 INFO O| Sep 06 23:30:37.503 INFO STEP 1100 (remove_files) COMPLETE
73652024-09-06T23:30:38.311Z[ recovery-image] Sep 06 23:30:37.503 INFO O| Sep 06 23:30:37.503 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-06T23:30:38.327Z[ recovery-image] Sep 06 23:30:37.519 INFO O| Sep 06 23:30:37.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73672024-09-06T23:30:38.327Z[ recovery-image] Sep 06 23:30:37.519 INFO O| Sep 06 23:30:37.519 INFO STEP 1101 (remove_files) COMPLETE
73682024-09-06T23:30:38.327Z[ recovery-image] Sep 06 23:30:37.519 INFO O| Sep 06 23:30:37.519 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-06T23:30:38.342Z[ recovery-image] Sep 06 23:30:37.533 INFO O| Sep 06 23:30:37.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73702024-09-06T23:30:38.342Z[ recovery-image] Sep 06 23:30:37.534 INFO O| Sep 06 23:30:37.534 INFO STEP 1102 (remove_files) COMPLETE
73712024-09-06T23:30:38.342Z[ recovery-image] Sep 06 23:30:37.534 INFO O| Sep 06 23:30:37.534 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-06T23:30:38.359Z[ recovery-image] Sep 06 23:30:37.550 INFO O| Sep 06 23:30:37.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73732024-09-06T23:30:38.359Z[ recovery-image] Sep 06 23:30:37.551 INFO O| Sep 06 23:30:37.551 INFO STEP 1103 (remove_files) COMPLETE
73742024-09-06T23:30:38.359Z[ recovery-image] Sep 06 23:30:37.551 INFO O| Sep 06 23:30:37.551 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-06T23:30:38.374Z[ recovery-image] Sep 06 23:30:37.565 INFO O| Sep 06 23:30:37.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73762024-09-06T23:30:38.374Z[ recovery-image] Sep 06 23:30:37.565 INFO O| Sep 06 23:30:37.565 INFO STEP 1104 (remove_files) COMPLETE
73772024-09-06T23:30:38.374Z[ recovery-image] Sep 06 23:30:37.566 INFO O| Sep 06 23:30:37.565 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-06T23:30:38.387Z[ recovery-image] Sep 06 23:30:37.578 INFO O| Sep 06 23:30:37.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73792024-09-06T23:30:38.387Z[ recovery-image] Sep 06 23:30:37.579 INFO O| Sep 06 23:30:37.578 INFO STEP 1105 (remove_files) COMPLETE
73802024-09-06T23:30:38.387Z[ recovery-image] Sep 06 23:30:37.579 INFO O| Sep 06 23:30:37.578 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-06T23:30:38.403Z[ recovery-image] Sep 06 23:30:37.594 INFO O| Sep 06 23:30:37.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73822024-09-06T23:30:38.403Z[ recovery-image] Sep 06 23:30:37.594 INFO O| Sep 06 23:30:37.594 INFO STEP 1106 (remove_files) COMPLETE
73832024-09-06T23:30:38.405Z[ recovery-image] Sep 06 23:30:37.594 INFO O| Sep 06 23:30:37.594 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-06T23:30:38.414Z[ recovery-image] Sep 06 23:30:37.606 INFO O| Sep 06 23:30:37.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73852024-09-06T23:30:38.414Z[ recovery-image] Sep 06 23:30:37.606 INFO O| Sep 06 23:30:37.606 INFO STEP 1107 (remove_files) COMPLETE
73862024-09-06T23:30:38.417Z[ recovery-image] Sep 06 23:30:37.606 INFO O| Sep 06 23:30:37.606 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-06T23:30:38.430Z[ recovery-image] Sep 06 23:30:37.621 INFO O| Sep 06 23:30:37.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73882024-09-06T23:30:38.430Z[ recovery-image] Sep 06 23:30:37.621 INFO O| Sep 06 23:30:37.621 INFO STEP 1108 (remove_files) COMPLETE
73892024-09-06T23:30:38.430Z[ recovery-image] Sep 06 23:30:37.621 INFO O| Sep 06 23:30:37.621 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-09-06T23:30:38.443Z[ recovery-image] Sep 06 23:30:37.635 INFO O| Sep 06 23:30:37.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73912024-09-06T23:30:38.443Z[ recovery-image] Sep 06 23:30:37.635 INFO O| Sep 06 23:30:37.635 INFO STEP 1109 (remove_files) COMPLETE
73922024-09-06T23:30:38.443Z[ recovery-image] Sep 06 23:30:37.635 INFO O| Sep 06 23:30:37.635 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-09-06T23:30:38.460Z[ recovery-image] Sep 06 23:30:37.651 INFO O| Sep 06 23:30:37.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73942024-09-06T23:30:38.460Z[ recovery-image] Sep 06 23:30:37.651 INFO O| Sep 06 23:30:37.651 INFO STEP 1110 (remove_files) COMPLETE
73952024-09-06T23:30:38.460Z[ recovery-image] Sep 06 23:30:37.651 INFO O| Sep 06 23:30:37.651 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-09-06T23:30:38.472Z[ recovery-image] Sep 06 23:30:37.663 INFO O| Sep 06 23:30:37.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73972024-09-06T23:30:38.472Z[ recovery-image] Sep 06 23:30:37.663 INFO O| Sep 06 23:30:37.663 INFO STEP 1111 (remove_files) COMPLETE
73982024-09-06T23:30:38.474Z[ recovery-image] Sep 06 23:30:37.663 INFO O| Sep 06 23:30:37.663 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-09-06T23:30:38.487Z[ recovery-image] Sep 06 23:30:37.679 INFO O| Sep 06 23:30:37.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74002024-09-06T23:30:38.487Z[ recovery-image] Sep 06 23:30:37.679 INFO O| Sep 06 23:30:37.679 INFO STEP 1112 (remove_files) COMPLETE
74012024-09-06T23:30:38.490Z[ recovery-image] Sep 06 23:30:37.679 INFO O| Sep 06 23:30:37.679 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-09-06T23:30:38.503Z[ recovery-image] Sep 06 23:30:37.694 INFO O| Sep 06 23:30:37.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74032024-09-06T23:30:38.503Z[ recovery-image] Sep 06 23:30:37.694 INFO O| Sep 06 23:30:37.694 INFO STEP 1113 (remove_files) COMPLETE
74042024-09-06T23:30:38.503Z[ recovery-image] Sep 06 23:30:37.695 INFO O| Sep 06 23:30:37.694 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-09-06T23:30:38.516Z[ recovery-image] Sep 06 23:30:37.708 INFO O| Sep 06 23:30:37.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74062024-09-06T23:30:38.516Z[ recovery-image] Sep 06 23:30:37.708 INFO O| Sep 06 23:30:37.708 INFO STEP 1114 (remove_files) COMPLETE
74072024-09-06T23:30:38.516Z[ recovery-image] Sep 06 23:30:37.708 INFO O| Sep 06 23:30:37.708 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-09-06T23:30:38.527Z[ recovery-image] Sep 06 23:30:37.718 INFO O| Sep 06 23:30:37.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74092024-09-06T23:30:38.529Z[ recovery-image] Sep 06 23:30:37.719 INFO O| Sep 06 23:30:37.719 INFO STEP 1115 (remove_files) COMPLETE
74102024-09-06T23:30:38.529Z[ recovery-image] Sep 06 23:30:37.719 INFO O| Sep 06 23:30:37.719 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-09-06T23:30:38.538Z[ recovery-image] Sep 06 23:30:37.730 INFO O| Sep 06 23:30:37.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74122024-09-06T23:30:38.538Z[ recovery-image] Sep 06 23:30:37.730 INFO O| Sep 06 23:30:37.730 INFO STEP 1116 (remove_files) COMPLETE
74132024-09-06T23:30:38.538Z[ recovery-image] Sep 06 23:30:37.730 INFO O| Sep 06 23:30:37.730 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-09-06T23:30:38.552Z[ recovery-image] Sep 06 23:30:37.744 INFO O| Sep 06 23:30:37.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74152024-09-06T23:30:38.552Z[ recovery-image] Sep 06 23:30:37.744 INFO O| Sep 06 23:30:37.744 INFO STEP 1117 (remove_files) COMPLETE
74162024-09-06T23:30:38.554Z[ recovery-image] Sep 06 23:30:37.744 INFO O| Sep 06 23:30:37.744 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-09-06T23:30:38.567Z[ recovery-image] Sep 06 23:30:37.759 INFO O| Sep 06 23:30:37.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74182024-09-06T23:30:38.567Z[ recovery-image] Sep 06 23:30:37.759 INFO O| Sep 06 23:30:37.759 INFO STEP 1118 (remove_files) COMPLETE
74192024-09-06T23:30:38.567Z[ recovery-image] Sep 06 23:30:37.759 INFO O| Sep 06 23:30:37.759 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-09-06T23:30:38.582Z[ recovery-image] Sep 06 23:30:37.773 INFO O| Sep 06 23:30:37.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74212024-09-06T23:30:38.582Z[ recovery-image] Sep 06 23:30:37.773 INFO O| Sep 06 23:30:37.773 INFO STEP 1119 (remove_files) COMPLETE
74222024-09-06T23:30:38.585Z[ recovery-image] Sep 06 23:30:37.773 INFO O| Sep 06 23:30:37.773 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-09-06T23:30:38.596Z[ recovery-image] Sep 06 23:30:37.787 INFO O| Sep 06 23:30:37.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74242024-09-06T23:30:38.596Z[ recovery-image] Sep 06 23:30:37.787 INFO O| Sep 06 23:30:37.787 INFO STEP 1120 (remove_files) COMPLETE
74252024-09-06T23:30:38.596Z[ recovery-image] Sep 06 23:30:37.787 INFO O| Sep 06 23:30:37.787 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-09-06T23:30:38.611Z[ recovery-image] Sep 06 23:30:37.803 INFO O| Sep 06 23:30:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74272024-09-06T23:30:38.611Z[ recovery-image] Sep 06 23:30:37.803 INFO O| Sep 06 23:30:37.803 INFO STEP 1121 (remove_files) COMPLETE
74282024-09-06T23:30:38.611Z[ recovery-image] Sep 06 23:30:37.803 INFO O| Sep 06 23:30:37.803 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-09-06T23:30:38.627Z[ recovery-image] Sep 06 23:30:37.819 INFO O| Sep 06 23:30:37.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74302024-09-06T23:30:38.627Z[ recovery-image] Sep 06 23:30:37.819 INFO O| Sep 06 23:30:37.819 INFO STEP 1122 (remove_files) COMPLETE
74312024-09-06T23:30:38.630Z[ recovery-image] Sep 06 23:30:37.819 INFO O| Sep 06 23:30:37.819 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-09-06T23:30:38.638Z[ recovery-image] Sep 06 23:30:37.830 INFO O| Sep 06 23:30:37.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74332024-09-06T23:30:38.641Z[ recovery-image] Sep 06 23:30:37.830 INFO O| Sep 06 23:30:37.830 INFO STEP 1123 (remove_files) COMPLETE
74342024-09-06T23:30:38.641Z[ recovery-image] Sep 06 23:30:37.830 INFO O| Sep 06 23:30:37.830 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-09-06T23:30:38.652Z[ recovery-image] Sep 06 23:30:37.843 INFO O| Sep 06 23:30:37.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74362024-09-06T23:30:38.652Z[ recovery-image] Sep 06 23:30:37.844 INFO O| Sep 06 23:30:37.843 INFO STEP 1124 (remove_files) COMPLETE
74372024-09-06T23:30:38.652Z[ recovery-image] Sep 06 23:30:37.844 INFO O| Sep 06 23:30:37.843 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-09-06T23:30:38.663Z[ recovery-image] Sep 06 23:30:37.854 INFO O| Sep 06 23:30:37.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74392024-09-06T23:30:38.663Z[ recovery-image] Sep 06 23:30:37.855 INFO O| Sep 06 23:30:37.855 INFO STEP 1125 (remove_files) COMPLETE
74402024-09-06T23:30:38.665Z[ recovery-image] Sep 06 23:30:37.855 INFO O| Sep 06 23:30:37.855 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-09-06T23:30:38.675Z[ recovery-image] Sep 06 23:30:37.866 INFO O| Sep 06 23:30:37.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74422024-09-06T23:30:38.677Z[ recovery-image] Sep 06 23:30:37.866 INFO O| Sep 06 23:30:37.866 INFO STEP 1126 (remove_files) COMPLETE
74432024-09-06T23:30:38.677Z[ recovery-image] Sep 06 23:30:37.866 INFO O| Sep 06 23:30:37.866 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-09-06T23:30:38.690Z[ recovery-image] Sep 06 23:30:37.881 INFO O| Sep 06 23:30:37.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74452024-09-06T23:30:38.690Z[ recovery-image] Sep 06 23:30:37.881 INFO O| Sep 06 23:30:37.881 INFO STEP 1127 (remove_files) COMPLETE
74462024-09-06T23:30:38.690Z[ recovery-image] Sep 06 23:30:37.881 INFO O| Sep 06 23:30:37.881 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-09-06T23:30:38.706Z[ recovery-image] Sep 06 23:30:37.898 INFO O| Sep 06 23:30:37.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74482024-09-06T23:30:38.706Z[ recovery-image] Sep 06 23:30:37.898 INFO O| Sep 06 23:30:37.898 INFO STEP 1128 (remove_files) COMPLETE
74492024-09-06T23:30:38.706Z[ recovery-image] Sep 06 23:30:37.898 INFO O| Sep 06 23:30:37.898 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-09-06T23:30:38.723Z[ recovery-image] Sep 06 23:30:37.914 INFO O| Sep 06 23:30:37.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74512024-09-06T23:30:38.723Z[ recovery-image] Sep 06 23:30:37.914 INFO O| Sep 06 23:30:37.914 INFO STEP 1129 (remove_files) COMPLETE
74522024-09-06T23:30:38.723Z[ recovery-image] Sep 06 23:30:37.915 INFO O| Sep 06 23:30:37.914 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-09-06T23:30:38.738Z[ recovery-image] Sep 06 23:30:37.930 INFO O| Sep 06 23:30:37.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74542024-09-06T23:30:38.738Z[ recovery-image] Sep 06 23:30:37.930 INFO O| Sep 06 23:30:37.930 INFO STEP 1130 (remove_files) COMPLETE
74552024-09-06T23:30:38.741Z[ recovery-image] Sep 06 23:30:37.930 INFO O| Sep 06 23:30:37.930 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-09-06T23:30:38.752Z[ recovery-image] Sep 06 23:30:37.943 INFO O| Sep 06 23:30:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74572024-09-06T23:30:38.752Z[ recovery-image] Sep 06 23:30:37.943 INFO O| Sep 06 23:30:37.943 INFO STEP 1131 (remove_files) COMPLETE
74582024-09-06T23:30:38.755Z[ recovery-image] Sep 06 23:30:37.943 INFO O| Sep 06 23:30:37.943 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-09-06T23:30:38.763Z[ recovery-image] Sep 06 23:30:37.955 INFO O| Sep 06 23:30:37.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74602024-09-06T23:30:38.765Z[ recovery-image] Sep 06 23:30:37.955 INFO O| Sep 06 23:30:37.955 INFO STEP 1132 (remove_files) COMPLETE
74612024-09-06T23:30:38.765Z[ recovery-image] Sep 06 23:30:37.955 INFO O| Sep 06 23:30:37.955 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-06T23:30:38.777Z[ recovery-image] Sep 06 23:30:37.968 INFO O| Sep 06 23:30:37.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74632024-09-06T23:30:38.779Z[ recovery-image] Sep 06 23:30:37.968 INFO O| Sep 06 23:30:37.968 INFO STEP 1133 (remove_files) COMPLETE
74642024-09-06T23:30:38.779Z[ recovery-image] Sep 06 23:30:37.968 INFO O| Sep 06 23:30:37.968 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-09-06T23:30:38.788Z[ recovery-image] Sep 06 23:30:37.979 INFO O| Sep 06 23:30:37.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74662024-09-06T23:30:38.788Z[ recovery-image] Sep 06 23:30:37.979 INFO O| Sep 06 23:30:37.979 INFO STEP 1134 (remove_files) COMPLETE
74672024-09-06T23:30:38.790Z[ recovery-image] Sep 06 23:30:37.979 INFO O| Sep 06 23:30:37.979 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-09-06T23:30:38.799Z[ recovery-image] Sep 06 23:30:37.990 INFO O| Sep 06 23:30:37.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74692024-09-06T23:30:38.799Z[ recovery-image] Sep 06 23:30:37.990 INFO O| Sep 06 23:30:37.990 INFO STEP 1135 (remove_files) COMPLETE
74702024-09-06T23:30:38.799Z[ recovery-image] Sep 06 23:30:37.990 INFO O| Sep 06 23:30:37.990 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-09-06T23:30:38.812Z[ recovery-image] Sep 06 23:30:38.003 INFO O| Sep 06 23:30:38.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74722024-09-06T23:30:38.812Z[ recovery-image] Sep 06 23:30:38.003 INFO O| Sep 06 23:30:38.003 INFO STEP 1136 (remove_files) COMPLETE
74732024-09-06T23:30:38.812Z[ recovery-image] Sep 06 23:30:38.004 INFO O| Sep 06 23:30:38.003 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-09-06T23:30:38.824Z[ recovery-image] Sep 06 23:30:38.015 INFO O| Sep 06 23:30:38.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74752024-09-06T23:30:38.824Z[ recovery-image] Sep 06 23:30:38.015 INFO O| Sep 06 23:30:38.015 INFO STEP 1137 (remove_files) COMPLETE
74762024-09-06T23:30:38.824Z[ recovery-image] Sep 06 23:30:38.016 INFO O| Sep 06 23:30:38.015 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-09-06T23:30:38.835Z[ recovery-image] Sep 06 23:30:38.027 INFO O| Sep 06 23:30:38.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74782024-09-06T23:30:38.838Z[ recovery-image] Sep 06 23:30:38.027 INFO O| Sep 06 23:30:38.027 INFO STEP 1138 (remove_files) COMPLETE
74792024-09-06T23:30:38.838Z[ recovery-image] Sep 06 23:30:38.027 INFO O| Sep 06 23:30:38.027 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-09-06T23:30:38.847Z[ recovery-image] Sep 06 23:30:38.038 INFO O| Sep 06 23:30:38.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74812024-09-06T23:30:38.847Z[ recovery-image] Sep 06 23:30:38.039 INFO O| Sep 06 23:30:38.038 INFO STEP 1139 (remove_files) COMPLETE
74822024-09-06T23:30:38.847Z[ recovery-image] Sep 06 23:30:38.039 INFO O| Sep 06 23:30:38.039 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-09-06T23:30:38.859Z[ recovery-image] Sep 06 23:30:38.050 INFO O| Sep 06 23:30:38.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74842024-09-06T23:30:38.859Z[ recovery-image] Sep 06 23:30:38.050 INFO O| Sep 06 23:30:38.050 INFO STEP 1140 (remove_files) COMPLETE
74852024-09-06T23:30:38.861Z[ recovery-image] Sep 06 23:30:38.050 INFO O| Sep 06 23:30:38.050 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-06T23:30:38.874Z[ recovery-image] Sep 06 23:30:38.066 INFO O| Sep 06 23:30:38.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74872024-09-06T23:30:38.874Z[ recovery-image] Sep 06 23:30:38.066 INFO O| Sep 06 23:30:38.066 INFO STEP 1141 (remove_files) COMPLETE
74882024-09-06T23:30:38.874Z[ recovery-image] Sep 06 23:30:38.066 INFO O| Sep 06 23:30:38.066 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-06T23:30:38.885Z[ recovery-image] Sep 06 23:30:38.077 INFO O| Sep 06 23:30:38.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74902024-09-06T23:30:38.885Z[ recovery-image] Sep 06 23:30:38.077 INFO O| Sep 06 23:30:38.077 INFO STEP 1142 (remove_files) COMPLETE
74912024-09-06T23:30:38.886Z[ recovery-image] Sep 06 23:30:38.077 INFO O| Sep 06 23:30:38.077 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-06T23:30:38.899Z[ recovery-image] Sep 06 23:30:38.090 INFO O| Sep 06 23:30:38.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74932024-09-06T23:30:38.899Z[ recovery-image] Sep 06 23:30:38.090 INFO O| Sep 06 23:30:38.090 INFO STEP 1143 (remove_files) COMPLETE
74942024-09-06T23:30:38.901Z[ recovery-image] Sep 06 23:30:38.090 INFO O| Sep 06 23:30:38.090 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-06T23:30:38.912Z[ recovery-image] Sep 06 23:30:38.104 INFO O| Sep 06 23:30:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74962024-09-06T23:30:38.912Z[ recovery-image] Sep 06 23:30:38.104 INFO O| Sep 06 23:30:38.104 INFO STEP 1144 (remove_files) COMPLETE
74972024-09-06T23:30:38.913Z[ recovery-image] Sep 06 23:30:38.104 INFO O| Sep 06 23:30:38.104 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-06T23:30:38.928Z[ recovery-image] Sep 06 23:30:38.119 INFO O| Sep 06 23:30:38.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74992024-09-06T23:30:38.928Z[ recovery-image] Sep 06 23:30:38.119 INFO O| Sep 06 23:30:38.119 INFO STEP 1145 (remove_files) COMPLETE
75002024-09-06T23:30:38.928Z[ recovery-image] Sep 06 23:30:38.119 INFO O| Sep 06 23:30:38.119 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-06T23:30:38.943Z[ recovery-image] Sep 06 23:30:38.134 INFO O| Sep 06 23:30:38.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75022024-09-06T23:30:38.943Z[ recovery-image] Sep 06 23:30:38.134 INFO O| Sep 06 23:30:38.134 INFO STEP 1146 (remove_files) COMPLETE
75032024-09-06T23:30:38.943Z[ recovery-image] Sep 06 23:30:38.134 INFO O| Sep 06 23:30:38.134 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-06T23:30:38.957Z[ recovery-image] Sep 06 23:30:38.149 INFO O| Sep 06 23:30:38.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75052024-09-06T23:30:38.957Z[ recovery-image] Sep 06 23:30:38.149 INFO O| Sep 06 23:30:38.149 INFO STEP 1147 (remove_files) COMPLETE
75062024-09-06T23:30:38.957Z[ recovery-image] Sep 06 23:30:38.149 INFO O| Sep 06 23:30:38.149 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-06T23:30:38.972Z[ recovery-image] Sep 06 23:30:38.164 INFO O| Sep 06 23:30:38.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75082024-09-06T23:30:38.972Z[ recovery-image] Sep 06 23:30:38.164 INFO O| Sep 06 23:30:38.164 INFO STEP 1148 (remove_files) COMPLETE
75092024-09-06T23:30:38.972Z[ recovery-image] Sep 06 23:30:38.164 INFO O| Sep 06 23:30:38.164 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-06T23:30:38.985Z[ recovery-image] Sep 06 23:30:38.177 INFO O| Sep 06 23:30:38.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75112024-09-06T23:30:38.985Z[ recovery-image] Sep 06 23:30:38.177 INFO O| Sep 06 23:30:38.177 INFO STEP 1149 (remove_files) COMPLETE
75122024-09-06T23:30:38.988Z[ recovery-image] Sep 06 23:30:38.177 INFO O| Sep 06 23:30:38.177 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-06T23:30:38.997Z[ recovery-image] Sep 06 23:30:38.189 INFO O| Sep 06 23:30:38.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75142024-09-06T23:30:38.997Z[ recovery-image] Sep 06 23:30:38.189 INFO O| Sep 06 23:30:38.189 INFO STEP 1150 (remove_files) COMPLETE
75152024-09-06T23:30:38.997Z[ recovery-image] Sep 06 23:30:38.189 INFO O| Sep 06 23:30:38.189 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-06T23:30:39.012Z[ recovery-image] Sep 06 23:30:38.204 INFO O| Sep 06 23:30:38.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75172024-09-06T23:30:39.012Z[ recovery-image] Sep 06 23:30:38.204 INFO O| Sep 06 23:30:38.204 INFO STEP 1151 (remove_files) COMPLETE
75182024-09-06T23:30:39.012Z[ recovery-image] Sep 06 23:30:38.204 INFO O| Sep 06 23:30:38.204 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-06T23:30:39.027Z[ recovery-image] Sep 06 23:30:38.219 INFO O| Sep 06 23:30:38.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75202024-09-06T23:30:39.027Z[ recovery-image] Sep 06 23:30:38.219 INFO O| Sep 06 23:30:38.219 INFO STEP 1152 (remove_files) COMPLETE
75212024-09-06T23:30:39.030Z[ recovery-image] Sep 06 23:30:38.219 INFO O| Sep 06 23:30:38.219 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-06T23:30:39.042Z[ recovery-image] Sep 06 23:30:38.234 INFO O| Sep 06 23:30:38.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75232024-09-06T23:30:39.043Z[ recovery-image] Sep 06 23:30:38.234 INFO O| Sep 06 23:30:38.234 INFO STEP 1153 (remove_files) COMPLETE
75242024-09-06T23:30:39.045Z[ recovery-image] Sep 06 23:30:38.234 INFO O| Sep 06 23:30:38.234 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-06T23:30:39.058Z[ recovery-image] Sep 06 23:30:38.249 INFO O| Sep 06 23:30:38.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75262024-09-06T23:30:39.058Z[ recovery-image] Sep 06 23:30:38.249 INFO O| Sep 06 23:30:38.249 INFO STEP 1154 (remove_files) COMPLETE
75272024-09-06T23:30:39.061Z[ recovery-image] Sep 06 23:30:38.250 INFO O| Sep 06 23:30:38.249 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-06T23:30:39.069Z[ recovery-image] Sep 06 23:30:38.261 INFO O| Sep 06 23:30:38.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75292024-09-06T23:30:39.069Z[ recovery-image] Sep 06 23:30:38.261 INFO O| Sep 06 23:30:38.261 INFO STEP 1155 (remove_files) COMPLETE
75302024-09-06T23:30:39.071Z[ recovery-image] Sep 06 23:30:38.261 INFO O| Sep 06 23:30:38.261 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-06T23:30:39.081Z[ recovery-image] Sep 06 23:30:38.273 INFO O| Sep 06 23:30:38.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75322024-09-06T23:30:39.081Z[ recovery-image] Sep 06 23:30:38.273 INFO O| Sep 06 23:30:38.273 INFO STEP 1156 (remove_files) COMPLETE
75332024-09-06T23:30:39.084Z[ recovery-image] Sep 06 23:30:38.273 INFO O| Sep 06 23:30:38.273 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-06T23:30:39.093Z[ recovery-image] Sep 06 23:30:38.285 INFO O| Sep 06 23:30:38.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75352024-09-06T23:30:39.093Z[ recovery-image] Sep 06 23:30:38.285 INFO O| Sep 06 23:30:38.285 INFO STEP 1157 (remove_files) COMPLETE
75362024-09-06T23:30:39.095Z[ recovery-image] Sep 06 23:30:38.285 INFO O| Sep 06 23:30:38.285 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-06T23:30:39.109Z[ recovery-image] Sep 06 23:30:38.300 INFO O| Sep 06 23:30:38.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75382024-09-06T23:30:39.109Z[ recovery-image] Sep 06 23:30:38.300 INFO O| Sep 06 23:30:38.300 INFO STEP 1158 (remove_files) COMPLETE
75392024-09-06T23:30:39.111Z[ recovery-image] Sep 06 23:30:38.300 INFO O| Sep 06 23:30:38.300 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-06T23:30:39.124Z[ recovery-image] Sep 06 23:30:38.315 INFO O| Sep 06 23:30:38.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75412024-09-06T23:30:39.124Z[ recovery-image] Sep 06 23:30:38.315 INFO O| Sep 06 23:30:38.315 INFO STEP 1159 (remove_files) COMPLETE
75422024-09-06T23:30:39.126Z[ recovery-image] Sep 06 23:30:38.315 INFO O| Sep 06 23:30:38.315 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-06T23:30:39.139Z[ recovery-image] Sep 06 23:30:38.330 INFO O| Sep 06 23:30:38.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75442024-09-06T23:30:39.139Z[ recovery-image] Sep 06 23:30:38.330 INFO O| Sep 06 23:30:38.330 INFO STEP 1160 (remove_files) COMPLETE
75452024-09-06T23:30:39.141Z[ recovery-image] Sep 06 23:30:38.331 INFO O| Sep 06 23:30:38.330 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-06T23:30:39.150Z[ recovery-image] Sep 06 23:30:38.342 INFO O| Sep 06 23:30:38.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75472024-09-06T23:30:39.150Z[ recovery-image] Sep 06 23:30:38.342 INFO O| Sep 06 23:30:38.342 INFO STEP 1161 (remove_files) COMPLETE
75482024-09-06T23:30:39.152Z[ recovery-image] Sep 06 23:30:38.342 INFO O| Sep 06 23:30:38.342 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-06T23:30:39.166Z[ recovery-image] Sep 06 23:30:38.357 INFO O| Sep 06 23:30:38.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75502024-09-06T23:30:39.168Z[ recovery-image] Sep 06 23:30:38.357 INFO O| Sep 06 23:30:38.357 INFO STEP 1162 (remove_files) COMPLETE
75512024-09-06T23:30:39.168Z[ recovery-image] Sep 06 23:30:38.357 INFO O| Sep 06 23:30:38.357 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-06T23:30:39.180Z[ recovery-image] Sep 06 23:30:38.372 INFO O| Sep 06 23:30:38.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75532024-09-06T23:30:39.180Z[ recovery-image] Sep 06 23:30:38.372 INFO O| Sep 06 23:30:38.372 INFO STEP 1163 (remove_files) COMPLETE
75542024-09-06T23:30:39.188Z[ recovery-image] Sep 06 23:30:38.372 INFO O| Sep 06 23:30:38.372 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-06T23:30:39.197Z[ recovery-image] Sep 06 23:30:38.386 INFO O| Sep 06 23:30:38.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75562024-09-06T23:30:39.197Z[ recovery-image] Sep 06 23:30:38.386 INFO O| Sep 06 23:30:38.386 INFO STEP 1164 (remove_files) COMPLETE
75572024-09-06T23:30:39.197Z[ recovery-image] Sep 06 23:30:38.386 INFO O| Sep 06 23:30:38.386 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-06T23:30:39.206Z[ recovery-image] Sep 06 23:30:38.396 INFO O| Sep 06 23:30:38.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75592024-09-06T23:30:39.206Z[ recovery-image] Sep 06 23:30:38.397 INFO O| Sep 06 23:30:38.397 INFO STEP 1165 (remove_files) COMPLETE
75602024-09-06T23:30:39.209Z[ recovery-image] Sep 06 23:30:38.397 INFO O| Sep 06 23:30:38.397 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-06T23:30:39.219Z[ recovery-image] Sep 06 23:30:38.410 INFO O| Sep 06 23:30:38.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75622024-09-06T23:30:39.219Z[ recovery-image] Sep 06 23:30:38.410 INFO O| Sep 06 23:30:38.410 INFO STEP 1166 (remove_files) COMPLETE
75632024-09-06T23:30:39.221Z[ recovery-image] Sep 06 23:30:38.410 INFO O| Sep 06 23:30:38.410 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-06T23:30:39.234Z[ recovery-image] Sep 06 23:30:38.425 INFO O| Sep 06 23:30:38.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75652024-09-06T23:30:39.234Z[ recovery-image] Sep 06 23:30:38.425 INFO O| Sep 06 23:30:38.425 INFO STEP 1167 (remove_files) COMPLETE
75662024-09-06T23:30:39.234Z[ recovery-image] Sep 06 23:30:38.425 INFO O| Sep 06 23:30:38.425 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-06T23:30:39.249Z[ recovery-image] Sep 06 23:30:38.440 INFO O| Sep 06 23:30:38.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75682024-09-06T23:30:39.249Z[ recovery-image] Sep 06 23:30:38.440 INFO O| Sep 06 23:30:38.440 INFO STEP 1168 (remove_files) COMPLETE
75692024-09-06T23:30:39.249Z[ recovery-image] Sep 06 23:30:38.440 INFO O| Sep 06 23:30:38.440 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-06T23:30:39.263Z[ recovery-image] Sep 06 23:30:38.454 INFO O| Sep 06 23:30:38.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75712024-09-06T23:30:39.263Z[ recovery-image] Sep 06 23:30:38.454 INFO O| Sep 06 23:30:38.454 INFO STEP 1169 (remove_files) COMPLETE
75722024-09-06T23:30:39.263Z[ recovery-image] Sep 06 23:30:38.454 INFO O| Sep 06 23:30:38.454 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-06T23:30:39.276Z[ recovery-image] Sep 06 23:30:38.468 INFO O| Sep 06 23:30:38.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75742024-09-06T23:30:39.276Z[ recovery-image] Sep 06 23:30:38.468 INFO O| Sep 06 23:30:38.468 INFO STEP 1170 (remove_files) COMPLETE
75752024-09-06T23:30:39.279Z[ recovery-image] Sep 06 23:30:38.468 INFO O| Sep 06 23:30:38.468 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-09-06T23:30:39.288Z[ recovery-image] Sep 06 23:30:38.479 INFO O| Sep 06 23:30:38.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75772024-09-06T23:30:39.288Z[ recovery-image] Sep 06 23:30:38.479 INFO O| Sep 06 23:30:38.479 INFO STEP 1171 (remove_files) COMPLETE
75782024-09-06T23:30:39.288Z[ recovery-image] Sep 06 23:30:38.479 INFO O| Sep 06 23:30:38.479 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-09-06T23:30:39.298Z[ recovery-image] Sep 06 23:30:38.490 INFO O| Sep 06 23:30:38.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75802024-09-06T23:30:39.298Z[ recovery-image] Sep 06 23:30:38.490 INFO O| Sep 06 23:30:38.490 INFO STEP 1172 (remove_files) COMPLETE
75812024-09-06T23:30:39.301Z[ recovery-image] Sep 06 23:30:38.490 INFO O| Sep 06 23:30:38.490 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-09-06T23:30:39.309Z[ recovery-image] Sep 06 23:30:38.500 INFO O| Sep 06 23:30:38.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75832024-09-06T23:30:39.309Z[ recovery-image] Sep 06 23:30:38.500 INFO O| Sep 06 23:30:38.500 INFO STEP 1173 (remove_files) COMPLETE
75842024-09-06T23:30:39.309Z[ recovery-image] Sep 06 23:30:38.500 INFO O| Sep 06 23:30:38.500 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-09-06T23:30:39.319Z[ recovery-image] Sep 06 23:30:38.511 INFO O| Sep 06 23:30:38.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75862024-09-06T23:30:39.319Z[ recovery-image] Sep 06 23:30:38.511 INFO O| Sep 06 23:30:38.511 INFO STEP 1174 (remove_files) COMPLETE
75872024-09-06T23:30:39.319Z[ recovery-image] Sep 06 23:30:38.511 INFO O| Sep 06 23:30:38.511 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-09-06T23:30:39.330Z[ recovery-image] Sep 06 23:30:38.521 INFO O| Sep 06 23:30:38.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75892024-09-06T23:30:39.330Z[ recovery-image] Sep 06 23:30:38.522 INFO O| Sep 06 23:30:38.521 INFO STEP 1175 (remove_files) COMPLETE
75902024-09-06T23:30:39.332Z[ recovery-image] Sep 06 23:30:38.522 INFO O| Sep 06 23:30:38.521 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-09-06T23:30:39.340Z[ recovery-image] Sep 06 23:30:38.532 INFO O| Sep 06 23:30:38.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75922024-09-06T23:30:39.340Z[ recovery-image] Sep 06 23:30:38.532 INFO O| Sep 06 23:30:38.532 INFO STEP 1176 (remove_files) COMPLETE
75932024-09-06T23:30:39.343Z[ recovery-image] Sep 06 23:30:38.532 INFO O| Sep 06 23:30:38.532 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-09-06T23:30:39.351Z[ recovery-image] Sep 06 23:30:38.542 INFO O| Sep 06 23:30:38.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75952024-09-06T23:30:39.351Z[ recovery-image] Sep 06 23:30:38.543 INFO O| Sep 06 23:30:38.542 INFO STEP 1177 (remove_files) COMPLETE
75962024-09-06T23:30:39.351Z[ recovery-image] Sep 06 23:30:38.543 INFO O| Sep 06 23:30:38.542 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-09-06T23:30:39.362Z[ recovery-image] Sep 06 23:30:38.554 INFO O| Sep 06 23:30:38.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75982024-09-06T23:30:39.362Z[ recovery-image] Sep 06 23:30:38.554 INFO O| Sep 06 23:30:38.554 INFO STEP 1178 (remove_files) COMPLETE
75992024-09-06T23:30:39.363Z[ recovery-image] Sep 06 23:30:38.554 INFO O| Sep 06 23:30:38.554 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-09-06T23:30:39.374Z[ recovery-image] Sep 06 23:30:38.565 INFO O| Sep 06 23:30:38.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76012024-09-06T23:30:39.374Z[ recovery-image] Sep 06 23:30:38.566 INFO O| Sep 06 23:30:38.565 INFO STEP 1179 (remove_files) COMPLETE
76022024-09-06T23:30:39.376Z[ recovery-image] Sep 06 23:30:38.566 INFO O| Sep 06 23:30:38.565 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-09-06T23:30:39.385Z[ recovery-image] Sep 06 23:30:38.576 INFO O| Sep 06 23:30:38.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76042024-09-06T23:30:39.387Z[ recovery-image] Sep 06 23:30:38.577 INFO O| Sep 06 23:30:38.576 INFO STEP 1180 (remove_files) COMPLETE
76052024-09-06T23:30:39.387Z[ recovery-image] Sep 06 23:30:38.577 INFO O| Sep 06 23:30:38.576 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-09-06T23:30:39.399Z[ recovery-image] Sep 06 23:30:38.591 INFO O| Sep 06 23:30:38.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76072024-09-06T23:30:39.400Z[ recovery-image] Sep 06 23:30:38.591 INFO O| Sep 06 23:30:38.591 INFO STEP 1181 (remove_files) COMPLETE
76082024-09-06T23:30:39.402Z[ recovery-image] Sep 06 23:30:38.591 INFO O| Sep 06 23:30:38.591 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-09-06T23:30:39.415Z[ recovery-image] Sep 06 23:30:38.606 INFO O| Sep 06 23:30:38.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76102024-09-06T23:30:39.415Z[ recovery-image] Sep 06 23:30:38.606 INFO O| Sep 06 23:30:38.606 INFO STEP 1182 (remove_files) COMPLETE
76112024-09-06T23:30:39.417Z[ recovery-image] Sep 06 23:30:38.606 INFO O| Sep 06 23:30:38.606 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-09-06T23:30:39.427Z[ recovery-image] Sep 06 23:30:38.618 INFO O| Sep 06 23:30:38.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76132024-09-06T23:30:39.427Z[ recovery-image] Sep 06 23:30:38.618 INFO O| Sep 06 23:30:38.618 INFO STEP 1183 (remove_files) COMPLETE
76142024-09-06T23:30:39.427Z[ recovery-image] Sep 06 23:30:38.618 INFO O| Sep 06 23:30:38.618 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-09-06T23:30:39.438Z[ recovery-image] Sep 06 23:30:38.630 INFO O| Sep 06 23:30:38.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76162024-09-06T23:30:39.438Z[ recovery-image] Sep 06 23:30:38.630 INFO O| Sep 06 23:30:38.630 INFO STEP 1184 (remove_files) COMPLETE
76172024-09-06T23:30:39.441Z[ recovery-image] Sep 06 23:30:38.630 INFO O| Sep 06 23:30:38.630 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-09-06T23:30:39.451Z[ recovery-image] Sep 06 23:30:38.642 INFO O| Sep 06 23:30:38.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76192024-09-06T23:30:39.451Z[ recovery-image] Sep 06 23:30:38.642 INFO O| Sep 06 23:30:38.642 INFO STEP 1185 (remove_files) COMPLETE
76202024-09-06T23:30:39.453Z[ recovery-image] Sep 06 23:30:38.642 INFO O| Sep 06 23:30:38.642 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-09-06T23:30:39.462Z[ recovery-image] Sep 06 23:30:38.654 INFO O| Sep 06 23:30:38.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76222024-09-06T23:30:39.462Z[ recovery-image] Sep 06 23:30:38.654 INFO O| Sep 06 23:30:38.654 INFO STEP 1186 (remove_files) COMPLETE
76232024-09-06T23:30:39.462Z[ recovery-image] Sep 06 23:30:38.654 INFO O| Sep 06 23:30:38.654 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-09-06T23:30:39.474Z[ recovery-image] Sep 06 23:30:38.665 INFO O| Sep 06 23:30:38.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76252024-09-06T23:30:39.474Z[ recovery-image] Sep 06 23:30:38.665 INFO O| Sep 06 23:30:38.665 INFO STEP 1187 (remove_files) COMPLETE
76262024-09-06T23:30:39.474Z[ recovery-image] Sep 06 23:30:38.665 INFO O| Sep 06 23:30:38.665 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-09-06T23:30:39.485Z[ recovery-image] Sep 06 23:30:38.677 INFO O| Sep 06 23:30:38.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76282024-09-06T23:30:39.485Z[ recovery-image] Sep 06 23:30:38.677 INFO O| Sep 06 23:30:38.677 INFO STEP 1188 (remove_files) COMPLETE
76292024-09-06T23:30:39.485Z[ recovery-image] Sep 06 23:30:38.677 INFO O| Sep 06 23:30:38.677 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-09-06T23:30:39.502Z[ recovery-image] Sep 06 23:30:38.693 INFO O| Sep 06 23:30:38.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76312024-09-06T23:30:39.502Z[ recovery-image] Sep 06 23:30:38.693 INFO O| Sep 06 23:30:38.693 INFO STEP 1189 (remove_files) COMPLETE
76322024-09-06T23:30:39.502Z[ recovery-image] Sep 06 23:30:38.694 INFO O| Sep 06 23:30:38.693 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-09-06T23:30:39.518Z[ recovery-image] Sep 06 23:30:38.710 INFO O| Sep 06 23:30:38.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76342024-09-06T23:30:39.520Z[ recovery-image] Sep 06 23:30:38.710 INFO O| Sep 06 23:30:38.710 INFO STEP 1190 (remove_files) COMPLETE
76352024-09-06T23:30:39.520Z[ recovery-image] Sep 06 23:30:38.710 INFO O| Sep 06 23:30:38.710 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-09-06T23:30:39.529Z[ recovery-image] Sep 06 23:30:38.720 INFO O| Sep 06 23:30:38.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76372024-09-06T23:30:39.529Z[ recovery-image] Sep 06 23:30:38.721 INFO O| Sep 06 23:30:38.721 INFO STEP 1191 (remove_files) COMPLETE
76382024-09-06T23:30:39.529Z[ recovery-image] Sep 06 23:30:38.721 INFO O| Sep 06 23:30:38.721 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-09-06T23:30:39.539Z[ recovery-image] Sep 06 23:30:38.731 INFO O| Sep 06 23:30:38.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76402024-09-06T23:30:39.539Z[ recovery-image] Sep 06 23:30:38.731 INFO O| Sep 06 23:30:38.731 INFO STEP 1192 (remove_files) COMPLETE
76412024-09-06T23:30:39.541Z[ recovery-image] Sep 06 23:30:38.731 INFO O| Sep 06 23:30:38.731 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-09-06T23:30:39.554Z[ recovery-image] Sep 06 23:30:38.745 INFO O| Sep 06 23:30:38.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76432024-09-06T23:30:39.554Z[ recovery-image] Sep 06 23:30:38.745 INFO O| Sep 06 23:30:38.745 INFO STEP 1193 (remove_files) COMPLETE
76442024-09-06T23:30:39.554Z[ recovery-image] Sep 06 23:30:38.745 INFO O| Sep 06 23:30:38.745 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-09-06T23:30:39.567Z[ recovery-image] Sep 06 23:30:38.758 INFO O| Sep 06 23:30:38.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76462024-09-06T23:30:39.567Z[ recovery-image] Sep 06 23:30:38.758 INFO O| Sep 06 23:30:38.758 INFO STEP 1194 (remove_files) COMPLETE
76472024-09-06T23:30:39.567Z[ recovery-image] Sep 06 23:30:38.758 INFO O| Sep 06 23:30:38.758 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-09-06T23:30:39.577Z[ recovery-image] Sep 06 23:30:38.769 INFO O| Sep 06 23:30:38.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76492024-09-06T23:30:39.577Z[ recovery-image] Sep 06 23:30:38.769 INFO O| Sep 06 23:30:38.769 INFO STEP 1195 (remove_files) COMPLETE
76502024-09-06T23:30:39.577Z[ recovery-image] Sep 06 23:30:38.769 INFO O| Sep 06 23:30:38.769 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-09-06T23:30:39.590Z[ recovery-image] Sep 06 23:30:38.781 INFO O| Sep 06 23:30:38.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76522024-09-06T23:30:39.590Z[ recovery-image] Sep 06 23:30:38.781 INFO O| Sep 06 23:30:38.781 INFO STEP 1196 (remove_files) COMPLETE
76532024-09-06T23:30:39.592Z[ recovery-image] Sep 06 23:30:38.781 INFO O| Sep 06 23:30:38.781 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-09-06T23:30:39.602Z[ recovery-image] Sep 06 23:30:38.794 INFO O| Sep 06 23:30:38.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76552024-09-06T23:30:39.602Z[ recovery-image] Sep 06 23:30:38.794 INFO O| Sep 06 23:30:38.794 INFO STEP 1197 (remove_files) COMPLETE
76562024-09-06T23:30:39.602Z[ recovery-image] Sep 06 23:30:38.794 INFO O| Sep 06 23:30:38.794 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-09-06T23:30:39.616Z[ recovery-image] Sep 06 23:30:38.807 INFO O| Sep 06 23:30:38.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76582024-09-06T23:30:39.616Z[ recovery-image] Sep 06 23:30:38.807 INFO O| Sep 06 23:30:38.807 INFO STEP 1198 (remove_files) COMPLETE
76592024-09-06T23:30:39.618Z[ recovery-image] Sep 06 23:30:38.808 INFO O| Sep 06 23:30:38.807 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-09-06T23:30:39.631Z[ recovery-image] Sep 06 23:30:38.822 INFO O| Sep 06 23:30:38.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76612024-09-06T23:30:39.631Z[ recovery-image] Sep 06 23:30:38.822 INFO O| Sep 06 23:30:38.822 INFO STEP 1199 (remove_files) COMPLETE
76622024-09-06T23:30:39.633Z[ recovery-image] Sep 06 23:30:38.822 INFO O| Sep 06 23:30:38.822 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-09-06T23:30:39.642Z[ recovery-image] Sep 06 23:30:38.833 INFO O| Sep 06 23:30:38.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76642024-09-06T23:30:39.642Z[ recovery-image] Sep 06 23:30:38.833 INFO O| Sep 06 23:30:38.833 INFO STEP 1200 (remove_files) COMPLETE
76652024-09-06T23:30:39.644Z[ recovery-image] Sep 06 23:30:38.833 INFO O| Sep 06 23:30:38.833 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-09-06T23:30:39.655Z[ recovery-image] Sep 06 23:30:38.846 INFO O| Sep 06 23:30:38.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76672024-09-06T23:30:39.655Z[ recovery-image] Sep 06 23:30:38.847 INFO O| Sep 06 23:30:38.847 INFO STEP 1201 (remove_files) COMPLETE
76682024-09-06T23:30:39.658Z[ recovery-image] Sep 06 23:30:38.847 INFO O| Sep 06 23:30:38.847 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-09-06T23:30:39.670Z[ recovery-image] Sep 06 23:30:38.862 INFO O| Sep 06 23:30:38.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76702024-09-06T23:30:39.670Z[ recovery-image] Sep 06 23:30:38.862 INFO O| Sep 06 23:30:38.862 INFO STEP 1202 (remove_files) COMPLETE
76712024-09-06T23:30:39.673Z[ recovery-image] Sep 06 23:30:38.862 INFO O| Sep 06 23:30:38.862 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-09-06T23:30:39.683Z[ recovery-image] Sep 06 23:30:38.874 INFO O| Sep 06 23:30:38.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76732024-09-06T23:30:39.683Z[ recovery-image] Sep 06 23:30:38.874 INFO O| Sep 06 23:30:38.874 INFO STEP 1203 (remove_files) COMPLETE
76742024-09-06T23:30:39.685Z[ recovery-image] Sep 06 23:30:38.874 INFO O| Sep 06 23:30:38.874 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-09-06T23:30:39.697Z[ recovery-image] Sep 06 23:30:38.888 INFO O| Sep 06 23:30:38.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76762024-09-06T23:30:39.697Z[ recovery-image] Sep 06 23:30:38.888 INFO O| Sep 06 23:30:38.888 INFO STEP 1204 (remove_files) COMPLETE
76772024-09-06T23:30:39.699Z[ recovery-image] Sep 06 23:30:38.888 INFO O| Sep 06 23:30:38.888 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-09-06T23:30:39.711Z[ recovery-image] Sep 06 23:30:38.902 INFO O| Sep 06 23:30:38.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76792024-09-06T23:30:39.711Z[ recovery-image] Sep 06 23:30:38.903 INFO O| Sep 06 23:30:38.903 INFO STEP 1205 (remove_files) COMPLETE
76802024-09-06T23:30:39.713Z[ recovery-image] Sep 06 23:30:38.903 INFO O| Sep 06 23:30:38.903 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76812024-09-06T23:30:39.730Z[ recovery-image] Sep 06 23:30:38.921 INFO O| Sep 06 23:30:38.921 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76822024-09-06T23:30:39.730Z[ recovery-image] Sep 06 23:30:38.921 INFO O| Sep 06 23:30:38.921 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76832024-09-06T23:30:41.185Z[ recovery-image] Sep 06 23:30:40.376 INFO O| Sep 06 23:30:40.376 INFO STEP 1206 (pack_tar) COMPLETE
76842024-09-06T23:30:41.185Z[ recovery-image] Sep 06 23:30:40.376 INFO O| Sep 06 23:30:40.376 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76852024-09-06T23:30:41.185Z[ recovery-image] Sep 06 23:30:40.376 INFO O| Sep 06 23:30:40.376 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76862024-09-06T23:30:41.562Z[ recovery-image] Sep 06 23:30:40.753 INFO O| Sep 06 23:30:40.753 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76872024-09-06T23:30:41.637Z[ recovery-image] Sep 06 23:30:40.828 INFO O| Sep 06 23:30:40.828 INFO completed processing gimlet/ramdisk-03-recovery-trim
76882024-09-06T23:30:41.647Z[ recovery-image] Sep 06 23:30:40.838 INFO image builder template: zfs-recovery...
76892024-09-06T23:30:41.647Z[ recovery-image] Sep 06 23:30:40.838 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/.tmp6Si32a/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
76902024-09-06T23:30:41.700Z[ recovery-image] Sep 06 23:30:40.891 INFO O| Sep 06 23:30:40.891 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76912024-09-06T23:30:41.707Z[ recovery-image] Sep 06 23:30:40.899 INFO O| Sep 06 23:30:40.899 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76922024-09-06T23:30:41.794Z[ recovery-image] Sep 06 23:30:40.985 INFO O| Sep 06 23:30:40.985 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76932024-09-06T23:30:41.874Z[ recovery-image] Sep 06 23:30:41.065 INFO O| Sep 06 23:30:41.065 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76942024-09-06T23:30:41.874Z[ recovery-image] Sep 06 23:30:41.065 INFO O| Sep 06 23:30:41.065 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76952024-09-06T23:30:41.881Z[ recovery-image] Sep 06 23:30:41.072 INFO O| Sep 06 23:30:41.072 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76962024-09-06T23:30:41.951Z[ recovery-image] Sep 06 23:30:41.141 INFO O| Sep 06 23:30:41.141 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76972024-09-06T23:30:41.995Z[ recovery-image] Sep 06 23:30:41.186 INFO O| Sep 06 23:30:41.186 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76982024-09-06T23:30:42.011Z[ recovery-image] Sep 06 23:30:41.202 INFO O| Sep 06 23:30:41.202 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76992024-09-06T23:30:42.019Z[ recovery-image] Sep 06 23:30:41.210 INFO O| Sep 06 23:30:41.210 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77002024-09-06T23:30:42.022Z[ recovery-image] Sep 06 23:30:41.212 INFO O| Sep 06 23:30:41.212 INFO no lofi found
77012024-09-06T23:30:42.022Z[ recovery-image] Sep 06 23:30:41.212 INFO O| Sep 06 23:30:41.212 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77022024-09-06T23:30:42.022Z[ recovery-image] Sep 06 23:30:41.212 INFO O| Sep 06 23:30:41.212 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77032024-09-06T23:30:43.822Z[ recovery-image] Sep 06 23:30:43.011 INFO O| Sep 06 23:30:43.011 INFO lofi device = /dev/dsk/c2t1d0p0
77042024-09-06T23:30:43.822Z[ recovery-image] Sep 06 23:30:43.012 INFO O| Sep 06 23:30:43.011 INFO pool device = /dev/dsk/c2t1d0p0
77052024-09-06T23:30:43.824Z[ recovery-image] Sep 06 23:30:43.012 INFO O| Sep 06 23:30:43.012 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"]
77062024-09-06T23:30:44.048Z[ recovery-image] Sep 06 23:30:43.239 INFO O| Sep 06 23:30:43.239 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77072024-09-06T23:30:44.048Z[ recovery-image] Sep 06 23:30:43.239 INFO O| Sep 06 23:30:43.239 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77082024-09-06T23:30:44.082Z[ recovery-image] Sep 06 23:30:43.273 INFO O| Sep 06 23:30:43.273 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77092024-09-06T23:30:44.212Z[ recovery-image] Sep 06 23:30:43.403 INFO O| Sep 06 23:30:43.403 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77102024-09-06T23:30:44.265Z[ recovery-image] Sep 06 23:30:43.456 INFO O| Sep 06 23:30:43.456 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77112024-09-06T23:30:44.292Z[ recovery-image] Sep 06 23:30:43.483 INFO O| Sep 06 23:30:43.482 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77122024-09-06T23:30:44.312Z[ recovery-image] Sep 06 23:30:43.503 INFO O| Sep 06 23:30:43.503 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77132024-09-06T23:30:44.394Z[ recovery-image] Sep 06 23:30:43.584 INFO O| Sep 06 23:30:43.584 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77142024-09-06T23:30:44.394Z[ recovery-image] Sep 06 23:30:43.585 INFO O| Sep 06 23:30:43.585 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77152024-09-06T23:30:44.397Z[ recovery-image] Sep 06 23:30:43.585 INFO O| Sep 06 23:30:43.585 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77162024-09-06T23:30:44.415Z[ recovery-image] Sep 06 23:30:43.606 INFO O| Sep 06 23:30:43.606 INFO boot environment UUID: 3482c243-7451-4757-9687-82c6020f2bc5
77172024-09-06T23:30:44.418Z[ recovery-image] Sep 06 23:30:43.606 INFO O| Sep 06 23:30:43.606 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3482c243-7451-4757-9687-82c6020f2bc5
77182024-09-06T23:30:44.474Z[ recovery-image] Sep 06 23:30:43.665 INFO O| Sep 06 23:30:43.665 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77192024-09-06T23:30:44.501Z[ recovery-image] Sep 06 23:30:43.691 INFO O| Sep 06 23:30:43.691 INFO STEP 0 (create_be) COMPLETE
77202024-09-06T23:30:44.501Z[ recovery-image] Sep 06 23:30:43.691 INFO O| Sep 06 23:30:43.691 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77212024-09-06T23:30:44.529Z[ recovery-image] Sep 06 23:30:43.720 INFO O| Sep 06 23:30:43.720 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"]
77222024-09-06T23:30:51.566Z[ recovery-image] Sep 06 23:30:50.757 INFO O| Sep 06 23:30:50.757 INFO STEP 1 (unpack_tar) COMPLETE
77232024-09-06T23:30:51.567Z[ recovery-image] Sep 06 23:30:50.757 INFO O| Sep 06 23:30:50.757 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77242024-09-06T23:30:51.587Z[ recovery-image] Sep 06 23:30:50.775 INFO O| Sep 06 23:30:50.775 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77252024-09-06T23:30:53.055Z[ recovery-image] Sep 06 23:30:52.245 INFO O| Sep 06 23:30:52.245 INFO STEP 2 (devfsadm) COMPLETE
77262024-09-06T23:30:53.055Z[ recovery-image] Sep 06 23:30:52.245 INFO O| Sep 06 23:30:52.245 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77272024-09-06T23:30:53.074Z[ recovery-image] Sep 06 23:30:52.264 INFO O| Sep 06 23:30:52.264 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77282024-09-06T23:30:53.074Z[ recovery-image] Sep 06 23:30:52.264 INFO O| Sep 06 23:30:52.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77292024-09-06T23:30:53.074Z[ recovery-image] Sep 06 23:30:52.264 INFO O| Sep 06 23:30:52.264 INFO STEP 3 (ensure_dir) COMPLETE
77302024-09-06T23:30:53.080Z[ recovery-image] Sep 06 23:30:52.264 INFO O| Sep 06 23:30:52.264 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77312024-09-06T23:30:53.091Z[ recovery-image] Sep 06 23:30:52.281 INFO O| Sep 06 23:30:52.281 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77322024-09-06T23:30:53.091Z[ recovery-image] Sep 06 23:30:52.281 INFO O| Sep 06 23:30:52.281 INFO STEP 4 (ensure_dir) COMPLETE
77332024-09-06T23:30:53.093Z[ recovery-image] Sep 06 23:30:52.281 INFO O| Sep 06 23:30:52.281 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77342024-09-06T23:30:53.114Z[ recovery-image] Sep 06 23:30:52.304 INFO O| Sep 06 23:30:52.304 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77352024-09-06T23:30:53.114Z[ recovery-image] Sep 06 23:30:52.304 INFO O| Sep 06 23:30:52.304 INFO STEP 5 (ensure_dir) COMPLETE
77362024-09-06T23:30:53.116Z[ recovery-image] Sep 06 23:30:52.304 INFO O| Sep 06 23:30:52.304 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77372024-09-06T23:30:53.172Z[ recovery-image] Sep 06 23:30:52.362 INFO O| Sep 06 23:30:52.362 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77382024-09-06T23:30:53.172Z[ recovery-image] Sep 06 23:30:52.362 INFO O| Sep 06 23:30:52.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77392024-09-06T23:30:53.172Z[ recovery-image] Sep 06 23:30:52.362 INFO O| Sep 06 23:30:52.362 INFO STEP 6 (ensure_dir) COMPLETE
77402024-09-06T23:30:53.174Z[ recovery-image] Sep 06 23:30:52.362 INFO O| Sep 06 23:30:52.362 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77412024-09-06T23:30:53.200Z[ recovery-image] Sep 06 23:30:52.390 INFO O| Sep 06 23:30:52.390 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77422024-09-06T23:30:53.200Z[ recovery-image] Sep 06 23:30:52.390 INFO O| Sep 06 23:30:52.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77432024-09-06T23:30:53.200Z[ recovery-image] Sep 06 23:30:52.390 INFO O| Sep 06 23:30:52.390 INFO STEP 7 (ensure_dir) COMPLETE
77442024-09-06T23:30:53.202Z[ recovery-image] Sep 06 23:30:52.390 INFO O| Sep 06 23:30:52.390 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77452024-09-06T23:30:53.220Z[ recovery-image] Sep 06 23:30:52.410 INFO O| Sep 06 23:30:52.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77462024-09-06T23:30:53.222Z[ recovery-image] Sep 06 23:30:52.410 INFO O| Sep 06 23:30:52.410 INFO STEP 8 (remove_files) COMPLETE
77472024-09-06T23:30:53.222Z[ recovery-image] Sep 06 23:30:52.410 INFO O| Sep 06 23:30:52.410 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-09-06T23:30:53.239Z[ recovery-image] Sep 06 23:30:52.430 INFO O| Sep 06 23:30:52.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77492024-09-06T23:30:53.247Z[ recovery-image] Sep 06 23:30:52.431 INFO O| Sep 06 23:30:52.431 INFO STEP 9 (remove_files) COMPLETE
77502024-09-06T23:30:53.247Z[ recovery-image] Sep 06 23:30:52.431 INFO O| Sep 06 23:30:52.431 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77512024-09-06T23:30:53.259Z[ recovery-image] Sep 06 23:30:52.449 INFO O| Sep 06 23:30:52.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77522024-09-06T23:30:53.267Z[ recovery-image] Sep 06 23:30:52.450 INFO O| Sep 06 23:30:52.450 INFO STEP 10 (remove_files) COMPLETE
77532024-09-06T23:30:53.267Z[ recovery-image] Sep 06 23:30:52.450 INFO O| Sep 06 23:30:52.450 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77542024-09-06T23:30:53.317Z[ recovery-image] Sep 06 23:30:52.507 INFO O| Sep 06 23:30:52.507 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77552024-09-06T23:30:53.317Z[ recovery-image] Sep 06 23:30:52.507 INFO O| Sep 06 23:30:52.507 INFO STEP 11 (remove_files) COMPLETE
77562024-09-06T23:30:53.317Z[ recovery-image] Sep 06 23:30:52.507 INFO O| Sep 06 23:30:52.507 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77572024-09-06T23:30:53.337Z[ recovery-image] Sep 06 23:30:52.527 INFO O| Sep 06 23:30:52.527 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77582024-09-06T23:30:53.337Z[ recovery-image] Sep 06 23:30:52.527 INFO O| Sep 06 23:30:52.527 INFO STEP 12 (remove_files) COMPLETE
77592024-09-06T23:30:53.339Z[ recovery-image] Sep 06 23:30:52.527 INFO O| Sep 06 23:30:52.527 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77602024-09-06T23:30:53.356Z[ recovery-image] Sep 06 23:30:52.546 INFO O| Sep 06 23:30:52.546 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77612024-09-06T23:30:53.356Z[ recovery-image] Sep 06 23:30:52.546 INFO O| Sep 06 23:30:52.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77622024-09-06T23:30:53.356Z[ recovery-image] Sep 06 23:30:52.546 INFO O| Sep 06 23:30:52.546 INFO STEP 13 (ensure_dir) COMPLETE
77632024-09-06T23:30:53.358Z[ recovery-image] Sep 06 23:30:52.546 INFO O| Sep 06 23:30:52.546 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77642024-09-06T23:30:53.373Z[ recovery-image] Sep 06 23:30:52.563 INFO O| Sep 06 23:30:52.563 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77652024-09-06T23:30:53.373Z[ recovery-image] Sep 06 23:30:52.563 INFO O| Sep 06 23:30:52.563 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77662024-09-06T23:30:53.373Z[ recovery-image] Sep 06 23:30:52.563 INFO O| Sep 06 23:30:52.563 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77672024-09-06T23:30:53.376Z[ recovery-image] Sep 06 23:30:52.563 INFO O| Sep 06 23:30:52.563 INFO STEP 14 (ensure_dir) COMPLETE
77682024-09-06T23:30:53.376Z[ recovery-image] Sep 06 23:30:52.563 INFO O| Sep 06 23:30:52.563 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-09-06T23:30:53.391Z[ recovery-image] Sep 06 23:30:52.581 INFO O| Sep 06 23:30:52.581 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77702024-09-06T23:30:53.391Z[ recovery-image] Sep 06 23:30:52.581 INFO O| Sep 06 23:30:52.581 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77712024-09-06T23:30:53.391Z[ recovery-image] Sep 06 23:30:52.581 INFO O| Sep 06 23:30:52.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77722024-09-06T23:30:53.393Z[ recovery-image] Sep 06 23:30:52.581 INFO O| Sep 06 23:30:52.581 INFO STEP 15 (ensure_dir) COMPLETE
77732024-09-06T23:30:53.393Z[ recovery-image] Sep 06 23:30:52.581 INFO O| Sep 06 23:30:52.581 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77742024-09-06T23:30:53.420Z[ recovery-image] Sep 06 23:30:52.610 INFO O| Sep 06 23:30:52.610 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77752024-09-06T23:30:53.420Z[ recovery-image] Sep 06 23:30:52.611 INFO O| Sep 06 23:30:52.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77762024-09-06T23:30:53.423Z[ recovery-image] Sep 06 23:30:52.611 INFO O| Sep 06 23:30:52.611 INFO STEP 16 (ensure_dir) COMPLETE
77772024-09-06T23:30:53.423Z[ recovery-image] Sep 06 23:30:52.611 INFO O| Sep 06 23:30:52.611 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77782024-09-06T23:30:53.453Z[ recovery-image] Sep 06 23:30:52.642 INFO O| Sep 06 23:30:52.642 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77792024-09-06T23:30:53.453Z[ recovery-image] Sep 06 23:30:52.642 INFO O| Sep 06 23:30:52.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77802024-09-06T23:30:53.453Z[ recovery-image] Sep 06 23:30:52.642 INFO O| Sep 06 23:30:52.642 INFO STEP 17 (ensure_dir) COMPLETE
77812024-09-06T23:30:53.455Z[ recovery-image] Sep 06 23:30:52.642 INFO O| Sep 06 23:30:52.642 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77822024-09-06T23:30:53.511Z[ recovery-image] Sep 06 23:30:52.701 INFO O| Sep 06 23:30:52.701 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77832024-09-06T23:30:53.511Z[ recovery-image] Sep 06 23:30:52.701 INFO O| Sep 06 23:30:52.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77842024-09-06T23:30:53.514Z[ recovery-image] Sep 06 23:30:52.701 INFO O| Sep 06 23:30:52.701 INFO ok!
77852024-09-06T23:30:53.514Z[ recovery-image] Sep 06 23:30:52.702 INFO O| Sep 06 23:30:52.701 INFO STEP 18 (ensure_symlink) COMPLETE
77862024-09-06T23:30:53.514Z[ recovery-image] Sep 06 23:30:52.702 INFO O| Sep 06 23:30:52.701 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77872024-09-06T23:30:53.529Z[ recovery-image] Sep 06 23:30:52.720 INFO O| Sep 06 23:30:52.719 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77882024-09-06T23:30:53.529Z[ recovery-image] Sep 06 23:30:52.720 INFO O| Sep 06 23:30:52.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77892024-09-06T23:30:53.529Z[ recovery-image] Sep 06 23:30:52.720 INFO O| Sep 06 23:30:52.720 INFO ok!
77902024-09-06T23:30:53.532Z[ recovery-image] Sep 06 23:30:52.720 INFO O| Sep 06 23:30:52.720 INFO STEP 19 (ensure_file) COMPLETE
77912024-09-06T23:30:53.532Z[ recovery-image] Sep 06 23:30:52.720 INFO O| Sep 06 23:30:52.720 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77922024-09-06T23:30:53.548Z[ recovery-image] Sep 06 23:30:52.738 INFO O| Sep 06 23:30:52.738 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77932024-09-06T23:30:53.548Z[ recovery-image] Sep 06 23:30:52.738 INFO O| Sep 06 23:30:52.738 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77942024-09-06T23:30:53.551Z[ recovery-image] Sep 06 23:30:52.739 INFO O| Sep 06 23:30:52.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77952024-09-06T23:30:53.551Z[ recovery-image] Sep 06 23:30:52.739 INFO O| Sep 06 23:30:52.739 INFO ok!
77962024-09-06T23:30:53.551Z[ recovery-image] Sep 06 23:30:52.739 INFO O| Sep 06 23:30:52.739 INFO STEP 20 (ensure_symlink) COMPLETE
77972024-09-06T23:30:53.551Z[ recovery-image] Sep 06 23:30:52.739 INFO O| Sep 06 23:30:52.739 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77982024-09-06T23:30:53.566Z[ recovery-image] Sep 06 23:30:52.756 INFO O| Sep 06 23:30:52.756 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77992024-09-06T23:30:53.566Z[ recovery-image] Sep 06 23:30:52.756 INFO O| Sep 06 23:30:52.756 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78002024-09-06T23:30:53.568Z[ recovery-image] Sep 06 23:30:52.756 INFO O| Sep 06 23:30:52.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78012024-09-06T23:30:53.568Z[ recovery-image] Sep 06 23:30:52.757 INFO O| Sep 06 23:30:52.756 INFO ok!
78022024-09-06T23:30:53.568Z[ recovery-image] Sep 06 23:30:52.757 INFO O| Sep 06 23:30:52.756 INFO STEP 21 (ensure_symlink) COMPLETE
78032024-09-06T23:30:53.568Z[ recovery-image] Sep 06 23:30:52.757 INFO O| Sep 06 23:30:52.757 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78042024-09-06T23:30:53.586Z[ recovery-image] Sep 06 23:30:52.775 INFO O| Sep 06 23:30:52.775 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78052024-09-06T23:30:53.586Z[ recovery-image] Sep 06 23:30:52.776 INFO O| Sep 06 23:30:52.775 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78062024-09-06T23:30:53.588Z[ recovery-image] Sep 06 23:30:52.776 INFO O| Sep 06 23:30:52.776 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78072024-09-06T23:30:53.588Z[ recovery-image] Sep 06 23:30:52.776 INFO O| Sep 06 23:30:52.776 INFO ok!
78082024-09-06T23:30:53.588Z[ recovery-image] Sep 06 23:30:52.776 INFO O| Sep 06 23:30:52.776 INFO STEP 22 (ensure_symlink) COMPLETE
78092024-09-06T23:30:53.589Z[ recovery-image] Sep 06 23:30:52.776 INFO O| Sep 06 23:30:52.776 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78102024-09-06T23:30:53.607Z[ recovery-image] Sep 06 23:30:52.797 INFO O| Sep 06 23:30:52.797 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78112024-09-06T23:30:53.607Z[ recovery-image] Sep 06 23:30:52.797 INFO O| Sep 06 23:30:52.797 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78122024-09-06T23:30:53.609Z[ recovery-image] Sep 06 23:30:52.797 INFO O| Sep 06 23:30:52.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78132024-09-06T23:30:53.609Z[ recovery-image] Sep 06 23:30:52.797 INFO O| Sep 06 23:30:52.797 INFO ok!
78142024-09-06T23:30:53.609Z[ recovery-image] Sep 06 23:30:52.797 INFO O| Sep 06 23:30:52.797 INFO STEP 23 (ensure_symlink) COMPLETE
78152024-09-06T23:30:53.609Z[ recovery-image] Sep 06 23:30:52.797 INFO O| Sep 06 23:30:52.797 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78162024-09-06T23:30:53.649Z[ recovery-image] Sep 06 23:30:52.839 INFO O| Sep 06 23:30:52.839 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78172024-09-06T23:30:53.649Z[ recovery-image] Sep 06 23:30:52.839 INFO O| Sep 06 23:30:52.839 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 ...
78182024-09-06T23:30:53.652Z[ recovery-image] Sep 06 23:30:52.839 INFO O| Sep 06 23:30:52.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78192024-09-06T23:30:53.652Z[ recovery-image] Sep 06 23:30:52.839 INFO O| Sep 06 23:30:52.839 INFO ok!
78202024-09-06T23:30:53.652Z[ recovery-image] Sep 06 23:30:52.839 INFO O| Sep 06 23:30:52.839 INFO STEP 24 (ensure_file) COMPLETE
78212024-09-06T23:30:53.652Z[ recovery-image] Sep 06 23:30:52.839 INFO O| Sep 06 23:30:52.839 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78222024-09-06T23:30:53.706Z[ recovery-image] Sep 06 23:30:52.896 INFO O| Sep 06 23:30:52.896 INFO updating shadow file
78232024-09-06T23:30:53.709Z[ recovery-image] Sep 06 23:30:52.897 INFO O| Sep 06 23:30:52.897 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78242024-09-06T23:30:53.709Z[ recovery-image] Sep 06 23:30:52.897 INFO O| Sep 06 23:30:52.897 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78252024-09-06T23:30:53.709Z[ recovery-image] Sep 06 23:30:52.897 INFO O| Sep 06 23:30:52.897 INFO STEP 25 (shadow) COMPLETE
78262024-09-06T23:30:53.709Z[ recovery-image] Sep 06 23:30:52.897 INFO O| Sep 06 23:30:52.897 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78272024-09-06T23:30:53.766Z[ recovery-image] Sep 06 23:30:52.956 INFO O| Sep 06 23:30:52.956 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78282024-09-06T23:30:53.766Z[ recovery-image] Sep 06 23:30:52.956 INFO O| Sep 06 23:30:52.956 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78292024-09-06T23:30:53.769Z[ recovery-image] Sep 06 23:30:52.956 INFO O| Sep 06 23:30:52.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78302024-09-06T23:30:53.769Z[ recovery-image] Sep 06 23:30:52.956 INFO O| Sep 06 23:30:52.956 INFO ok!
78312024-09-06T23:30:53.769Z[ recovery-image] Sep 06 23:30:52.956 INFO O| Sep 06 23:30:52.956 INFO STEP 26 (ensure_file) COMPLETE
78322024-09-06T23:30:53.769Z[ recovery-image] Sep 06 23:30:52.956 INFO O| Sep 06 23:30:52.956 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78332024-09-06T23:30:53.784Z[ recovery-image] Sep 06 23:30:52.974 INFO O| Sep 06 23:30:52.974 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78342024-09-06T23:30:53.784Z[ recovery-image] Sep 06 23:30:52.974 INFO O| Sep 06 23:30:52.974 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78352024-09-06T23:30:53.784Z[ recovery-image] Sep 06 23:30:52.974 INFO O| Sep 06 23:30:52.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78362024-09-06T23:30:53.786Z[ recovery-image] Sep 06 23:30:52.974 INFO O| Sep 06 23:30:52.974 INFO ok!
78372024-09-06T23:30:53.786Z[ recovery-image] Sep 06 23:30:52.974 INFO O| Sep 06 23:30:52.974 INFO STEP 27 (ensure_file) COMPLETE
78382024-09-06T23:30:53.786Z[ recovery-image] Sep 06 23:30:52.974 INFO O| Sep 06 23:30:52.974 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78392024-09-06T23:30:53.803Z[ recovery-image] Sep 06 23:30:52.993 INFO O| Sep 06 23:30:52.993 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78402024-09-06T23:30:53.803Z[ recovery-image] Sep 06 23:30:52.993 INFO O| Sep 06 23:30:52.993 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78412024-09-06T23:30:53.806Z[ recovery-image] Sep 06 23:30:52.993 INFO O| Sep 06 23:30:52.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78422024-09-06T23:30:53.806Z[ recovery-image] Sep 06 23:30:52.993 INFO O| Sep 06 23:30:52.993 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78432024-09-06T23:30:53.806Z[ recovery-image] Sep 06 23:30:52.993 INFO O| Sep 06 23:30:52.993 INFO ok!
78442024-09-06T23:30:53.806Z[ recovery-image] Sep 06 23:30:52.993 INFO O| Sep 06 23:30:52.993 INFO STEP 28 (ensure_file) COMPLETE
78452024-09-06T23:30:53.806Z[ recovery-image] Sep 06 23:30:52.993 INFO O| Sep 06 23:30:52.993 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78462024-09-06T23:30:53.822Z[ recovery-image] Sep 06 23:30:53.013 INFO O| Sep 06 23:30:53.012 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78472024-09-06T23:30:53.823Z[ recovery-image] Sep 06 23:30:53.013 INFO O| Sep 06 23:30:53.013 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78482024-09-06T23:30:53.823Z[ recovery-image] Sep 06 23:30:53.013 INFO O| Sep 06 23:30:53.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78492024-09-06T23:30:53.825Z[ recovery-image] Sep 06 23:30:53.013 INFO O| Sep 06 23:30:53.013 INFO ok!
78502024-09-06T23:30:53.825Z[ recovery-image] Sep 06 23:30:53.013 INFO O| Sep 06 23:30:53.013 INFO STEP 29 (ensure_file) COMPLETE
78512024-09-06T23:30:53.825Z[ recovery-image] Sep 06 23:30:53.013 INFO O| Sep 06 23:30:53.013 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78522024-09-06T23:30:53.840Z[ recovery-image] Sep 06 23:30:53.030 INFO O| Sep 06 23:30:53.030 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78532024-09-06T23:30:53.840Z[ recovery-image] Sep 06 23:30:53.030 INFO O| Sep 06 23:30:53.030 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78542024-09-06T23:30:53.842Z[ recovery-image] Sep 06 23:30:53.030 INFO O| Sep 06 23:30:53.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78552024-09-06T23:30:53.842Z[ recovery-image] Sep 06 23:30:53.030 INFO O| Sep 06 23:30:53.030 INFO ok!
78562024-09-06T23:30:53.842Z[ recovery-image] Sep 06 23:30:53.030 INFO O| Sep 06 23:30:53.030 INFO STEP 30 (ensure_file) COMPLETE
78572024-09-06T23:30:53.842Z[ recovery-image] Sep 06 23:30:53.030 INFO O| Sep 06 23:30:53.030 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78582024-09-06T23:30:53.859Z[ recovery-image] Sep 06 23:30:53.049 INFO O| Sep 06 23:30:53.049 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78592024-09-06T23:30:53.859Z[ recovery-image] Sep 06 23:30:53.049 INFO O| Sep 06 23:30:53.049 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78602024-09-06T23:30:53.861Z[ recovery-image] Sep 06 23:30:53.049 INFO O| Sep 06 23:30:53.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78612024-09-06T23:30:53.861Z[ recovery-image] Sep 06 23:30:53.049 INFO O| Sep 06 23:30:53.049 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78622024-09-06T23:30:53.861Z[ recovery-image] Sep 06 23:30:53.049 INFO O| Sep 06 23:30:53.049 INFO ok!
78632024-09-06T23:30:53.861Z[ recovery-image] Sep 06 23:30:53.049 INFO O| Sep 06 23:30:53.049 INFO STEP 31 (ensure_file) COMPLETE
78642024-09-06T23:30:53.861Z[ recovery-image] Sep 06 23:30:53.049 INFO O| Sep 06 23:30:53.049 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78652024-09-06T23:30:53.878Z[ recovery-image] Sep 06 23:30:53.068 INFO O| Sep 06 23:30:53.068 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78662024-09-06T23:30:53.878Z[ recovery-image] Sep 06 23:30:53.068 INFO O| Sep 06 23:30:53.068 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78672024-09-06T23:30:53.880Z[ recovery-image] Sep 06 23:30:53.068 INFO O| Sep 06 23:30:53.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78682024-09-06T23:30:53.880Z[ recovery-image] Sep 06 23:30:53.068 INFO O| Sep 06 23:30:53.068 INFO ok!
78692024-09-06T23:30:53.880Z[ recovery-image] Sep 06 23:30:53.068 INFO O| Sep 06 23:30:53.068 INFO STEP 32 (ensure_file) COMPLETE
78702024-09-06T23:30:53.880Z[ recovery-image] Sep 06 23:30:53.068 INFO O| Sep 06 23:30:53.068 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78712024-09-06T23:30:53.937Z[ recovery-image] Sep 06 23:30:53.127 INFO O| Sep 06 23:30:53.127 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78722024-09-06T23:30:53.937Z[ recovery-image] Sep 06 23:30:53.127 INFO O| Sep 06 23:30:53.127 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78732024-09-06T23:30:53.940Z[ recovery-image] Sep 06 23:30:53.128 INFO O| Sep 06 23:30:53.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78742024-09-06T23:30:53.940Z[ recovery-image] Sep 06 23:30:53.128 INFO O| Sep 06 23:30:53.128 INFO ok!
78752024-09-06T23:30:53.940Z[ recovery-image] Sep 06 23:30:53.128 INFO O| Sep 06 23:30:53.128 INFO STEP 33 (ensure_file) COMPLETE
78762024-09-06T23:30:53.940Z[ recovery-image] Sep 06 23:30:53.128 INFO O| Sep 06 23:30:53.128 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78772024-09-06T23:30:53.997Z[ recovery-image] Sep 06 23:30:53.187 INFO O| Sep 06 23:30:53.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78782024-09-06T23:30:53.997Z[ recovery-image] Sep 06 23:30:53.187 INFO O| Sep 06 23:30:53.187 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78792024-09-06T23:30:53.999Z[ recovery-image] Sep 06 23:30:53.187 INFO O| Sep 06 23:30:53.187 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78802024-09-06T23:30:53.999Z[ recovery-image] Sep 06 23:30:53.187 INFO O| Sep 06 23:30:53.187 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78812024-09-06T23:30:53.999Z[ recovery-image] Sep 06 23:30:53.187 INFO O| Sep 06 23:30:53.187 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78822024-09-06T23:30:53.999Z[ recovery-image] Sep 06 23:30:53.187 INFO O| Sep 06 23:30:53.187 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78832024-09-06T23:30:53.999Z[ recovery-image] Sep 06 23:30:53.187 INFO O| Sep 06 23:30:53.187 INFO ok!
78842024-09-06T23:30:53.999Z[ recovery-image] Sep 06 23:30:53.188 INFO O| Sep 06 23:30:53.188 INFO STEP 34 (ensure_file) COMPLETE
78852024-09-06T23:30:54.000Z[ recovery-image] Sep 06 23:30:53.188 INFO O| Sep 06 23:30:53.188 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78862024-09-06T23:30:54.017Z[ recovery-image] Sep 06 23:30:53.207 INFO O| Sep 06 23:30:53.207 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78872024-09-06T23:30:54.017Z[ recovery-image] Sep 06 23:30:53.207 INFO O| Sep 06 23:30:53.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78882024-09-06T23:30:54.020Z[ recovery-image] Sep 06 23:30:53.207 INFO O| Sep 06 23:30:53.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78892024-09-06T23:30:54.020Z[ recovery-image] Sep 06 23:30:53.208 INFO O| Sep 06 23:30:53.207 INFO STEP 35 (ensure_dir) COMPLETE
78902024-09-06T23:30:54.020Z[ recovery-image] Sep 06 23:30:53.208 INFO O| Sep 06 23:30:53.208 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78912024-09-06T23:30:54.036Z[ recovery-image] Sep 06 23:30:53.226 INFO O| Sep 06 23:30:53.226 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
78922024-09-06T23:30:54.038Z[ recovery-image] Sep 06 23:30:53.226 INFO O| Sep 06 23:30:53.226 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 ...
78932024-09-06T23:30:54.038Z[ recovery-image] Sep 06 23:30:53.227 INFO O| Sep 06 23:30:53.227 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
78942024-09-06T23:30:54.038Z[ recovery-image] Sep 06 23:30:53.227 INFO O| Sep 06 23:30:53.227 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
78952024-09-06T23:30:54.039Z[ recovery-image] Sep 06 23:30:53.227 INFO O| Sep 06 23:30:53.227 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
78962024-09-06T23:30:54.039Z[ recovery-image] Sep 06 23:30:53.227 INFO O| Sep 06 23:30:53.227 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
78972024-09-06T23:30:54.039Z[ recovery-image] Sep 06 23:30:53.227 INFO O| Sep 06 23:30:53.227 INFO ok!
78982024-09-06T23:30:54.039Z[ recovery-image] Sep 06 23:30:53.227 INFO O| Sep 06 23:30:53.227 INFO STEP 36 (ensure_file) COMPLETE
78992024-09-06T23:30:54.039Z[ recovery-image] Sep 06 23:30:53.227 INFO O| Sep 06 23:30:53.227 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79002024-09-06T23:30:54.055Z[ recovery-image] Sep 06 23:30:53.245 INFO O| Sep 06 23:30:53.245 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79012024-09-06T23:30:54.055Z[ recovery-image] Sep 06 23:30:53.245 INFO O| Sep 06 23:30:53.245 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 ...
79022024-09-06T23:30:54.057Z[ recovery-image] Sep 06 23:30:53.246 INFO O| Sep 06 23:30:53.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79032024-09-06T23:30:54.057Z[ recovery-image] Sep 06 23:30:53.246 INFO O| Sep 06 23:30:53.246 INFO ok!
79042024-09-06T23:30:54.058Z[ recovery-image] Sep 06 23:30:53.246 INFO O| Sep 06 23:30:53.246 INFO STEP 37 (ensure_symlink) COMPLETE
79052024-09-06T23:30:54.058Z[ recovery-image] Sep 06 23:30:53.246 INFO O| Sep 06 23:30:53.246 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79062024-09-06T23:30:54.073Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.263 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79072024-09-06T23:30:54.073Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.263 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79082024-09-06T23:30:54.073Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.264 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79092024-09-06T23:30:54.074Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.264 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79102024-09-06T23:30:54.076Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.264 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79112024-09-06T23:30:54.076Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.264 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79122024-09-06T23:30:54.076Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.264 INFO ok!
79132024-09-06T23:30:54.076Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.264 INFO STEP 38 (ensure_file) COMPLETE
79142024-09-06T23:30:54.076Z[ recovery-image] Sep 06 23:30:53.264 INFO O| Sep 06 23:30:53.264 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79152024-09-06T23:30:54.091Z[ recovery-image] Sep 06 23:30:53.281 INFO O| Sep 06 23:30:53.281 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79162024-09-06T23:30:54.091Z[ recovery-image] Sep 06 23:30:53.281 INFO O| Sep 06 23:30:53.281 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 ...
79172024-09-06T23:30:54.091Z[ recovery-image] Sep 06 23:30:53.281 INFO O| Sep 06 23:30:53.281 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
79182024-09-06T23:30:54.093Z[ recovery-image] Sep 06 23:30:53.281 INFO O| Sep 06 23:30:53.281 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79192024-09-06T23:30:54.093Z[ recovery-image] Sep 06 23:30:53.282 INFO O| Sep 06 23:30:53.281 INFO ok!
79202024-09-06T23:30:54.093Z[ recovery-image] Sep 06 23:30:53.282 INFO O| Sep 06 23:30:53.282 INFO STEP 39 (ensure_file) COMPLETE
79212024-09-06T23:30:54.094Z[ recovery-image] Sep 06 23:30:53.282 INFO O| Sep 06 23:30:53.282 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79222024-09-06T23:30:54.109Z[ recovery-image] Sep 06 23:30:53.299 INFO O| Sep 06 23:30:53.299 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79232024-09-06T23:30:54.109Z[ recovery-image] Sep 06 23:30:53.299 INFO O| Sep 06 23:30:53.299 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79242024-09-06T23:30:54.111Z[ recovery-image] Sep 06 23:30:53.299 INFO O| Sep 06 23:30:53.299 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79252024-09-06T23:30:54.111Z[ recovery-image] Sep 06 23:30:53.299 INFO O| Sep 06 23:30:53.299 INFO ok!
79262024-09-06T23:30:54.111Z[ recovery-image] Sep 06 23:30:53.299 INFO O| Sep 06 23:30:53.299 INFO STEP 40 (ensure_file) COMPLETE
79272024-09-06T23:30:54.111Z[ recovery-image] Sep 06 23:30:53.299 INFO O| Sep 06 23:30:53.299 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79282024-09-06T23:30:54.127Z[ recovery-image] Sep 06 23:30:53.317 INFO O| Sep 06 23:30:53.317 INFO updating shadow file
79292024-09-06T23:30:54.127Z[ recovery-image] Sep 06 23:30:53.317 INFO O| Sep 06 23:30:53.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79302024-09-06T23:30:54.129Z[ recovery-image] Sep 06 23:30:53.317 INFO O| Sep 06 23:30:53.317 INFO STEP 41 (shadow) COMPLETE
79312024-09-06T23:30:54.129Z[ recovery-image] Sep 06 23:30:53.317 INFO O| Sep 06 23:30:53.317 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79322024-09-06T23:30:54.145Z[ recovery-image] Sep 06 23:30:53.335 INFO O| Sep 06 23:30:53.335 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79332024-09-06T23:30:54.145Z[ recovery-image] Sep 06 23:30:53.335 INFO O| Sep 06 23:30:53.335 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79342024-09-06T23:30:54.148Z[ recovery-image] Sep 06 23:30:53.335 INFO O| Sep 06 23:30:53.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79352024-09-06T23:30:54.148Z[ recovery-image] Sep 06 23:30:53.335 INFO O| Sep 06 23:30:53.335 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79362024-09-06T23:30:54.148Z[ recovery-image] Sep 06 23:30:53.335 INFO O| Sep 06 23:30:53.335 INFO ok!
79372024-09-06T23:30:54.148Z[ recovery-image] Sep 06 23:30:53.335 INFO O| Sep 06 23:30:53.335 INFO STEP 42 (ensure_file) COMPLETE
79382024-09-06T23:30:54.148Z[ recovery-image] Sep 06 23:30:53.335 INFO O| Sep 06 23:30:53.335 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79392024-09-06T23:30:54.183Z[ recovery-image] Sep 06 23:30:53.373 INFO O| Sep 06 23:30:53.373 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79402024-09-06T23:30:54.183Z[ recovery-image] Sep 06 23:30:53.373 INFO O| Sep 06 23:30:53.373 INFO STEP 43 (ensure_dir) COMPLETE
79412024-09-06T23:30:54.186Z[ recovery-image] Sep 06 23:30:53.373 INFO O| Sep 06 23:30:53.373 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79422024-09-06T23:30:54.238Z[ recovery-image] Sep 06 23:30:53.428 INFO O| Sep 06 23:30:53.428 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79432024-09-06T23:30:54.239Z[ recovery-image] Sep 06 23:30:53.428 INFO O| Sep 06 23:30:53.428 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79442024-09-06T23:30:54.239Z[ recovery-image] Sep 06 23:30:53.428 INFO O| Sep 06 23:30:53.428 INFO STEP 44 (ensure_dir) COMPLETE
79452024-09-06T23:30:54.239Z[ recovery-image] Sep 06 23:30:53.428 INFO O| Sep 06 23:30:53.428 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79462024-09-06T23:30:54.256Z[ recovery-image] Sep 06 23:30:53.446 INFO O| Sep 06 23:30:53.446 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79472024-09-06T23:30:54.256Z[ recovery-image] Sep 06 23:30:53.446 INFO O| Sep 06 23:30:53.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79482024-09-06T23:30:54.256Z[ recovery-image] Sep 06 23:30:53.446 INFO O| Sep 06 23:30:53.446 INFO STEP 45 (ensure_dir) COMPLETE
79492024-09-06T23:30:54.259Z[ recovery-image] Sep 06 23:30:53.446 INFO O| Sep 06 23:30:53.446 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79502024-09-06T23:30:54.274Z[ recovery-image] Sep 06 23:30:53.464 INFO O| Sep 06 23:30:53.464 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79512024-09-06T23:30:54.276Z[ recovery-image] Sep 06 23:30:53.464 INFO O| Sep 06 23:30:53.464 INFO copying /tmp/.tmp6Si32a/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79522024-09-06T23:30:54.329Z[ recovery-image] Sep 06 23:30:53.519 INFO O| Sep 06 23:30:53.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79532024-09-06T23:30:54.329Z[ recovery-image] Sep 06 23:30:53.519 INFO O| Sep 06 23:30:53.519 INFO ok!
79542024-09-06T23:30:54.330Z[ recovery-image] Sep 06 23:30:53.519 INFO O| Sep 06 23:30:53.519 INFO STEP 46 (ensure_file) COMPLETE
79552024-09-06T23:30:54.330Z[ recovery-image] Sep 06 23:30:53.519 INFO O| Sep 06 23:30:53.519 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79562024-09-06T23:30:54.348Z[ recovery-image] Sep 06 23:30:53.538 INFO O| Sep 06 23:30:53.537 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79572024-09-06T23:30:54.348Z[ recovery-image] Sep 06 23:30:53.538 INFO O| Sep 06 23:30:53.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79582024-09-06T23:30:54.348Z[ recovery-image] Sep 06 23:30:53.538 INFO O| Sep 06 23:30:53.538 INFO STEP 47 (ensure_dir) COMPLETE
79592024-09-06T23:30:54.350Z[ recovery-image] Sep 06 23:30:53.538 INFO O| Sep 06 23:30:53.538 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79602024-09-06T23:30:54.367Z[ recovery-image] Sep 06 23:30:53.557 INFO O| Sep 06 23:30:53.557 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79612024-09-06T23:30:54.367Z[ recovery-image] Sep 06 23:30:53.557 INFO O| Sep 06 23:30:53.557 INFO copying /tmp/.tmp6Si32a/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79622024-09-06T23:30:54.367Z[ recovery-image] Sep 06 23:30:53.557 INFO O| Sep 06 23:30:53.557 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79632024-09-06T23:30:54.367Z[ recovery-image] Sep 06 23:30:53.557 INFO O| Sep 06 23:30:53.557 INFO ok!
79642024-09-06T23:30:54.367Z[ recovery-image] Sep 06 23:30:53.557 INFO O| Sep 06 23:30:53.557 INFO STEP 48 (ensure_file) COMPLETE
79652024-09-06T23:30:54.369Z[ recovery-image] Sep 06 23:30:53.557 INFO O| Sep 06 23:30:53.557 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79662024-09-06T23:30:54.400Z[ recovery-image] Sep 06 23:30:53.590 INFO O| Sep 06 23:30:53.590 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79672024-09-06T23:30:54.400Z[ recovery-image] Sep 06 23:30:53.590 INFO O| Sep 06 23:30:53.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79682024-09-06T23:30:54.400Z[ recovery-image] Sep 06 23:30:53.590 INFO O| Sep 06 23:30:53.590 INFO STEP 49 (ensure_dir) COMPLETE
79692024-09-06T23:30:54.402Z[ recovery-image] Sep 06 23:30:53.590 INFO O| Sep 06 23:30:53.590 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79702024-09-06T23:30:54.437Z[ recovery-image] Sep 06 23:30:53.627 INFO O| Sep 06 23:30:53.627 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79712024-09-06T23:30:54.437Z[ recovery-image] Sep 06 23:30:53.627 INFO O| Sep 06 23:30:53.627 INFO copying /tmp/.tmp6Si32a/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79722024-09-06T23:30:54.458Z[ recovery-image] Sep 06 23:30:53.648 INFO O| Sep 06 23:30:53.648 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79732024-09-06T23:30:54.458Z[ recovery-image] Sep 06 23:30:53.649 INFO O| Sep 06 23:30:53.648 INFO ok!
79742024-09-06T23:30:54.461Z[ recovery-image] Sep 06 23:30:53.649 INFO O| Sep 06 23:30:53.648 INFO STEP 50 (ensure_file) COMPLETE
79752024-09-06T23:30:54.461Z[ recovery-image] Sep 06 23:30:53.649 INFO O| Sep 06 23:30:53.648 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79762024-09-06T23:30:54.478Z[ recovery-image] Sep 06 23:30:53.668 INFO O| Sep 06 23:30:53.668 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79772024-09-06T23:30:54.478Z[ recovery-image] Sep 06 23:30:53.668 INFO O| Sep 06 23:30:53.668 INFO copying /tmp/.tmp6Si32a/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79782024-09-06T23:30:56.466Z[ recovery-image] Sep 06 23:30:55.656 INFO O| Sep 06 23:30:55.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79792024-09-06T23:30:56.466Z[ recovery-image] Sep 06 23:30:55.656 INFO O| Sep 06 23:30:55.656 INFO ok!
79802024-09-06T23:30:56.466Z[ recovery-image] Sep 06 23:30:55.656 INFO O| Sep 06 23:30:55.656 INFO STEP 51 (ensure_file) COMPLETE
79812024-09-06T23:30:56.466Z[ recovery-image] Sep 06 23:30:55.656 INFO O| Sep 06 23:30:55.656 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79822024-09-06T23:30:56.484Z[ recovery-image] Sep 06 23:30:55.674 INFO O| Sep 06 23:30:55.674 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79832024-09-06T23:30:56.484Z[ recovery-image] Sep 06 23:30:55.674 INFO O| Sep 06 23:30:55.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79842024-09-06T23:30:56.484Z[ recovery-image] Sep 06 23:30:55.674 INFO O| Sep 06 23:30:55.674 INFO STEP 52 (ensure_dir) COMPLETE
79852024-09-06T23:30:56.487Z[ recovery-image] Sep 06 23:30:55.674 INFO O| Sep 06 23:30:55.674 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79862024-09-06T23:30:56.527Z[ recovery-image] Sep 06 23:30:55.717 INFO O| Sep 06 23:30:55.716 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79872024-09-06T23:30:56.527Z[ recovery-image] Sep 06 23:30:55.717 INFO O| Sep 06 23:30:55.716 INFO copying /tmp/.tmp6Si32a/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 ...
79882024-09-06T23:30:56.527Z[ recovery-image] Sep 06 23:30:55.717 INFO O| Sep 06 23:30:55.717 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
79892024-09-06T23:30:56.529Z[ recovery-image] Sep 06 23:30:55.717 INFO O| Sep 06 23:30:55.717 INFO ok!
79902024-09-06T23:30:56.529Z[ recovery-image] Sep 06 23:30:55.717 INFO O| Sep 06 23:30:55.717 INFO STEP 53 (ensure_file) COMPLETE
79912024-09-06T23:30:56.529Z[ recovery-image] Sep 06 23:30:55.717 INFO O| Sep 06 23:30:55.717 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79922024-09-06T23:30:56.547Z[ recovery-image] Sep 06 23:30:55.737 INFO O| Sep 06 23:30:55.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79932024-09-06T23:30:56.547Z[ recovery-image] Sep 06 23:30:55.737 INFO O| Sep 06 23:30:55.737 INFO copying /tmp/.tmp6Si32a/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 ...
79942024-09-06T23:30:56.547Z[ recovery-image] Sep 06 23:30:55.737 INFO O| Sep 06 23:30:55.737 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
79952024-09-06T23:30:56.550Z[ recovery-image] Sep 06 23:30:55.737 INFO O| Sep 06 23:30:55.737 INFO ok!
79962024-09-06T23:30:56.550Z[ recovery-image] Sep 06 23:30:55.737 INFO O| Sep 06 23:30:55.737 INFO STEP 54 (ensure_file) COMPLETE
79972024-09-06T23:30:56.550Z[ recovery-image] Sep 06 23:30:55.737 INFO O| Sep 06 23:30:55.737 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79982024-09-06T23:30:56.567Z[ recovery-image] Sep 06 23:30:55.756 INFO O| Sep 06 23:30:55.756 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79992024-09-06T23:30:56.567Z[ recovery-image] Sep 06 23:30:55.756 INFO O| Sep 06 23:30:55.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80002024-09-06T23:30:56.567Z[ recovery-image] Sep 06 23:30:55.756 INFO O| Sep 06 23:30:55.756 INFO STEP 55 (ensure_dir) COMPLETE
80012024-09-06T23:30:56.569Z[ recovery-image] Sep 06 23:30:55.756 INFO O| Sep 06 23:30:55.756 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80022024-09-06T23:30:56.584Z[ recovery-image] Sep 06 23:30:55.774 INFO O| Sep 06 23:30:55.774 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80032024-09-06T23:30:56.584Z[ recovery-image] Sep 06 23:30:55.774 INFO O| Sep 06 23:30:55.774 INFO copying /tmp/.tmp6Si32a/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 ...
80042024-09-06T23:30:56.587Z[ recovery-image] Sep 06 23:30:55.774 INFO O| Sep 06 23:30:55.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80052024-09-06T23:30:56.587Z[ recovery-image] Sep 06 23:30:55.774 INFO O| Sep 06 23:30:55.774 INFO ok!
80062024-09-06T23:30:56.587Z[ recovery-image] Sep 06 23:30:55.774 INFO O| Sep 06 23:30:55.774 INFO STEP 56 (ensure_file) COMPLETE
80072024-09-06T23:30:56.587Z[ recovery-image] Sep 06 23:30:55.774 INFO O| Sep 06 23:30:55.774 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80082024-09-06T23:30:56.603Z[ recovery-image] Sep 06 23:30:55.793 INFO O| Sep 06 23:30:55.793 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80092024-09-06T23:30:56.603Z[ recovery-image] Sep 06 23:30:55.793 INFO O| Sep 06 23:30:55.793 INFO copying /tmp/.tmp6Si32a/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 ...
80102024-09-06T23:30:56.605Z[ recovery-image] Sep 06 23:30:55.793 INFO O| Sep 06 23:30:55.793 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
80112024-09-06T23:30:56.605Z[ recovery-image] Sep 06 23:30:55.793 INFO O| Sep 06 23:30:55.793 INFO ok!
80122024-09-06T23:30:56.605Z[ recovery-image] Sep 06 23:30:55.793 INFO O| Sep 06 23:30:55.793 INFO STEP 57 (ensure_file) COMPLETE
80132024-09-06T23:30:56.605Z[ recovery-image] Sep 06 23:30:55.793 INFO O| Sep 06 23:30:55.793 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-09-06T23:30:56.642Z[ recovery-image] Sep 06 23:30:55.832 INFO O| Sep 06 23:30:55.832 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80152024-09-06T23:30:56.645Z[ recovery-image] Sep 06 23:30:55.832 INFO O| Sep 06 23:30:55.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80162024-09-06T23:30:56.645Z[ recovery-image] Sep 06 23:30:55.832 INFO O| Sep 06 23:30:55.832 INFO STEP 58 (ensure_dir) COMPLETE
80172024-09-06T23:30:56.645Z[ recovery-image] Sep 06 23:30:55.832 INFO O| Sep 06 23:30:55.832 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80182024-09-06T23:30:56.664Z[ recovery-image] Sep 06 23:30:55.852 INFO O| Sep 06 23:30:55.852 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80192024-09-06T23:30:56.666Z[ recovery-image] Sep 06 23:30:55.852 INFO O| Sep 06 23:30:55.852 INFO copying /tmp/.tmp6Si32a/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 ...
80202024-09-06T23:30:56.666Z[ recovery-image] Sep 06 23:30:55.853 INFO O| Sep 06 23:30:55.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80212024-09-06T23:30:56.667Z[ recovery-image] Sep 06 23:30:55.853 INFO O| Sep 06 23:30:55.853 INFO ok!
80222024-09-06T23:30:56.667Z[ recovery-image] Sep 06 23:30:55.853 INFO O| Sep 06 23:30:55.853 INFO STEP 59 (ensure_file) COMPLETE
80232024-09-06T23:30:56.667Z[ recovery-image] Sep 06 23:30:55.853 INFO O| Sep 06 23:30:55.853 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-09-06T23:30:56.682Z[ recovery-image] Sep 06 23:30:55.872 INFO O| Sep 06 23:30:55.872 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80252024-09-06T23:30:56.682Z[ recovery-image] Sep 06 23:30:55.872 INFO O| Sep 06 23:30:55.872 INFO copying /tmp/.tmp6Si32a/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80262024-09-06T23:30:56.685Z[ recovery-image] Sep 06 23:30:55.872 INFO O| Sep 06 23:30:55.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80272024-09-06T23:30:56.685Z[ recovery-image] Sep 06 23:30:55.873 INFO O| Sep 06 23:30:55.872 INFO ok!
80282024-09-06T23:30:56.685Z[ recovery-image] Sep 06 23:30:55.873 INFO O| Sep 06 23:30:55.873 INFO STEP 60 (ensure_file) COMPLETE
80292024-09-06T23:30:56.685Z[ recovery-image] Sep 06 23:30:55.873 INFO O| Sep 06 23:30:55.873 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-06T23:30:56.702Z[ recovery-image] Sep 06 23:30:55.892 INFO O| Sep 06 23:30:55.892 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80312024-09-06T23:30:56.702Z[ recovery-image] Sep 06 23:30:55.892 INFO O| Sep 06 23:30:55.892 INFO STEP 61 (ensure_dir) COMPLETE
80322024-09-06T23:30:56.704Z[ recovery-image] Sep 06 23:30:55.892 INFO O| Sep 06 23:30:55.892 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-09-06T23:30:56.721Z[ recovery-image] Sep 06 23:30:55.910 INFO O| Sep 06 23:30:55.910 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80342024-09-06T23:30:56.721Z[ recovery-image] Sep 06 23:30:55.910 INFO O| Sep 06 23:30:55.910 INFO STEP 62 (ensure_dir) COMPLETE
80352024-09-06T23:30:56.723Z[ recovery-image] Sep 06 23:30:55.910 INFO O| Sep 06 23:30:55.910 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-09-06T23:30:56.738Z[ recovery-image] Sep 06 23:30:55.928 INFO O| Sep 06 23:30:55.928 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80372024-09-06T23:30:56.738Z[ recovery-image] Sep 06 23:30:55.928 INFO O| Sep 06 23:30:55.928 INFO STEP 63 (ensure_dir) COMPLETE
80382024-09-06T23:30:56.741Z[ recovery-image] Sep 06 23:30:55.928 INFO O| Sep 06 23:30:55.928 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80392024-09-06T23:30:56.756Z[ recovery-image] Sep 06 23:30:55.946 INFO O| Sep 06 23:30:55.946 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80402024-09-06T23:30:56.756Z[ recovery-image] Sep 06 23:30:55.946 INFO O| Sep 06 23:30:55.946 INFO STEP 64 (ensure_dir) COMPLETE
80412024-09-06T23:30:56.759Z[ recovery-image] Sep 06 23:30:55.946 INFO O| Sep 06 23:30:55.946 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80422024-09-06T23:30:56.776Z[ recovery-image] Sep 06 23:30:55.966 INFO O| Sep 06 23:30:55.966 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80432024-09-06T23:30:56.776Z[ recovery-image] Sep 06 23:30:55.966 INFO O| Sep 06 23:30:55.966 INFO copying /tmp/.tmp6Si32a/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80442024-09-06T23:30:56.778Z[ recovery-image] Sep 06 23:30:55.966 INFO O| Sep 06 23:30:55.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80452024-09-06T23:30:56.778Z[ recovery-image] Sep 06 23:30:55.966 INFO O| Sep 06 23:30:55.966 INFO ok!
80462024-09-06T23:30:56.778Z[ recovery-image] Sep 06 23:30:55.966 INFO O| Sep 06 23:30:55.966 INFO STEP 65 (ensure_file) COMPLETE
80472024-09-06T23:30:56.779Z[ recovery-image] Sep 06 23:30:55.966 INFO O| Sep 06 23:30:55.966 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80482024-09-06T23:30:56.794Z[ recovery-image] Sep 06 23:30:55.984 INFO O| Sep 06 23:30:55.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80492024-09-06T23:30:56.797Z[ recovery-image] Sep 06 23:30:55.984 INFO O| Sep 06 23:30:55.984 INFO STEP 66 (remove_files) COMPLETE
80502024-09-06T23:30:56.797Z[ recovery-image] Sep 06 23:30:55.984 INFO O| Sep 06 23:30:55.984 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80512024-09-06T23:30:56.831Z[ recovery-image] Sep 06 23:30:56.021 INFO O| Sep 06 23:30:56.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80522024-09-06T23:30:56.833Z[ recovery-image] Sep 06 23:30:56.021 INFO O| Sep 06 23:30:56.021 INFO STEP 67 (remove_files) COMPLETE
80532024-09-06T23:30:56.833Z[ recovery-image] Sep 06 23:30:56.021 INFO O| Sep 06 23:30:56.021 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80542024-09-06T23:30:56.851Z[ recovery-image] Sep 06 23:30:56.041 INFO O| Sep 06 23:30:56.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80552024-09-06T23:30:56.853Z[ recovery-image] Sep 06 23:30:56.041 INFO O| Sep 06 23:30:56.041 INFO STEP 68 (remove_files) COMPLETE
80562024-09-06T23:30:56.853Z[ recovery-image] Sep 06 23:30:56.041 INFO O| Sep 06 23:30:56.041 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80572024-09-06T23:30:56.869Z[ recovery-image] Sep 06 23:30:56.059 INFO O| Sep 06 23:30:56.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80582024-09-06T23:30:56.872Z[ recovery-image] Sep 06 23:30:56.060 INFO O| Sep 06 23:30:56.060 INFO STEP 69 (remove_files) COMPLETE
80592024-09-06T23:30:56.872Z[ recovery-image] Sep 06 23:30:56.060 INFO O| Sep 06 23:30:56.060 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80602024-09-06T23:30:56.889Z[ recovery-image] Sep 06 23:30:56.079 INFO O| Sep 06 23:30:56.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80612024-09-06T23:30:56.891Z[ recovery-image] Sep 06 23:30:56.079 INFO O| Sep 06 23:30:56.079 INFO STEP 70 (remove_files) COMPLETE
80622024-09-06T23:30:56.892Z[ recovery-image] Sep 06 23:30:56.079 INFO O| Sep 06 23:30:56.079 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80632024-09-06T23:30:56.910Z[ recovery-image] Sep 06 23:30:56.100 INFO O| Sep 06 23:30:56.099 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80642024-09-06T23:30:56.913Z[ recovery-image] Sep 06 23:30:56.100 INFO O| Sep 06 23:30:56.100 INFO STEP 71 (remove_files) COMPLETE
80652024-09-06T23:30:56.913Z[ recovery-image] Sep 06 23:30:56.100 INFO O| Sep 06 23:30:56.100 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80662024-09-06T23:30:56.934Z[ recovery-image] Sep 06 23:30:56.124 INFO O| Sep 06 23:30:56.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80672024-09-06T23:30:56.934Z[ recovery-image] Sep 06 23:30:56.124 INFO O| Sep 06 23:30:56.124 INFO STEP 72 (remove_files) COMPLETE
80682024-09-06T23:30:56.934Z[ recovery-image] Sep 06 23:30:56.124 INFO O| Sep 06 23:30:56.124 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80692024-09-06T23:30:56.957Z[ recovery-image] Sep 06 23:30:56.147 INFO O| Sep 06 23:30:56.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80702024-09-06T23:30:56.960Z[ recovery-image] Sep 06 23:30:56.148 INFO O| Sep 06 23:30:56.148 INFO STEP 73 (remove_files) COMPLETE
80712024-09-06T23:30:56.960Z[ recovery-image] Sep 06 23:30:56.148 INFO O| Sep 06 23:30:56.148 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80722024-09-06T23:30:56.978Z[ recovery-image] Sep 06 23:30:56.167 INFO O| Sep 06 23:30:56.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80732024-09-06T23:30:56.980Z[ recovery-image] Sep 06 23:30:56.168 INFO O| Sep 06 23:30:56.168 INFO STEP 74 (remove_files) COMPLETE
80742024-09-06T23:30:56.980Z[ recovery-image] Sep 06 23:30:56.168 INFO O| Sep 06 23:30:56.168 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80752024-09-06T23:30:56.996Z[ recovery-image] Sep 06 23:30:56.186 INFO O| Sep 06 23:30:56.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80762024-09-06T23:30:56.999Z[ recovery-image] Sep 06 23:30:56.187 INFO O| Sep 06 23:30:56.187 INFO STEP 75 (remove_files) COMPLETE
80772024-09-06T23:30:56.999Z[ recovery-image] Sep 06 23:30:56.187 INFO O| Sep 06 23:30:56.187 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80782024-09-06T23:30:57.013Z[ recovery-image] Sep 06 23:30:56.203 INFO O| Sep 06 23:30:56.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80792024-09-06T23:30:57.016Z[ recovery-image] Sep 06 23:30:56.203 INFO O| Sep 06 23:30:56.203 INFO STEP 76 (remove_files) COMPLETE
80802024-09-06T23:30:57.016Z[ recovery-image] Sep 06 23:30:56.203 INFO O| Sep 06 23:30:56.203 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80812024-09-06T23:30:57.030Z[ recovery-image] Sep 06 23:30:56.219 INFO O| Sep 06 23:30:56.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80822024-09-06T23:30:57.032Z[ recovery-image] Sep 06 23:30:56.220 INFO O| Sep 06 23:30:56.220 INFO STEP 77 (remove_files) COMPLETE
80832024-09-06T23:30:57.032Z[ recovery-image] Sep 06 23:30:56.220 INFO O| Sep 06 23:30:56.220 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80842024-09-06T23:30:57.046Z[ recovery-image] Sep 06 23:30:56.236 INFO O| Sep 06 23:30:56.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80852024-09-06T23:30:57.048Z[ recovery-image] Sep 06 23:30:56.236 INFO O| Sep 06 23:30:56.236 INFO STEP 78 (remove_files) COMPLETE
80862024-09-06T23:30:57.048Z[ recovery-image] Sep 06 23:30:56.236 INFO O| Sep 06 23:30:56.236 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80872024-09-06T23:30:57.062Z[ recovery-image] Sep 06 23:30:56.252 INFO O| Sep 06 23:30:56.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80882024-09-06T23:30:57.065Z[ recovery-image] Sep 06 23:30:56.253 INFO O| Sep 06 23:30:56.253 INFO STEP 79 (remove_files) COMPLETE
80892024-09-06T23:30:57.065Z[ recovery-image] Sep 06 23:30:56.253 INFO O| Sep 06 23:30:56.253 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80902024-09-06T23:30:57.080Z[ recovery-image] Sep 06 23:30:56.269 INFO O| Sep 06 23:30:56.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80912024-09-06T23:30:57.083Z[ recovery-image] Sep 06 23:30:56.269 INFO O| Sep 06 23:30:56.269 INFO STEP 80 (remove_files) COMPLETE
80922024-09-06T23:30:57.083Z[ recovery-image] Sep 06 23:30:56.269 INFO O| Sep 06 23:30:56.269 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80932024-09-06T23:30:57.096Z[ recovery-image] Sep 06 23:30:56.286 INFO O| Sep 06 23:30:56.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80942024-09-06T23:30:57.099Z[ recovery-image] Sep 06 23:30:56.286 INFO O| Sep 06 23:30:56.286 INFO STEP 81 (remove_files) COMPLETE
80952024-09-06T23:30:57.099Z[ recovery-image] Sep 06 23:30:56.286 INFO O| Sep 06 23:30:56.286 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80962024-09-06T23:30:57.114Z[ recovery-image] Sep 06 23:30:56.304 INFO O| Sep 06 23:30:56.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80972024-09-06T23:30:57.117Z[ recovery-image] Sep 06 23:30:56.304 INFO O| Sep 06 23:30:56.304 INFO STEP 82 (remove_files) COMPLETE
80982024-09-06T23:30:57.117Z[ recovery-image] Sep 06 23:30:56.304 INFO O| Sep 06 23:30:56.304 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80992024-09-06T23:30:57.131Z[ recovery-image] Sep 06 23:30:56.320 INFO O| Sep 06 23:30:56.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81002024-09-06T23:30:57.135Z[ recovery-image] Sep 06 23:30:56.321 INFO O| Sep 06 23:30:56.321 INFO STEP 83 (remove_files) COMPLETE
81012024-09-06T23:30:57.135Z[ recovery-image] Sep 06 23:30:56.321 INFO O| Sep 06 23:30:56.321 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81022024-09-06T23:30:57.147Z[ recovery-image] Sep 06 23:30:56.337 INFO O| Sep 06 23:30:56.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81032024-09-06T23:30:57.150Z[ recovery-image] Sep 06 23:30:56.337 INFO O| Sep 06 23:30:56.337 INFO STEP 84 (remove_files) COMPLETE
81042024-09-06T23:30:57.150Z[ recovery-image] Sep 06 23:30:56.338 INFO O| Sep 06 23:30:56.337 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81052024-09-06T23:30:57.165Z[ recovery-image] Sep 06 23:30:56.355 INFO O| Sep 06 23:30:56.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81062024-09-06T23:30:57.168Z[ recovery-image] Sep 06 23:30:56.355 INFO O| Sep 06 23:30:56.355 INFO STEP 85 (remove_files) COMPLETE
81072024-09-06T23:30:57.168Z[ recovery-image] Sep 06 23:30:56.355 INFO O| Sep 06 23:30:56.355 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81082024-09-06T23:30:57.183Z[ recovery-image] Sep 06 23:30:56.372 INFO O| Sep 06 23:30:56.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81092024-09-06T23:30:57.185Z[ recovery-image] Sep 06 23:30:56.373 INFO O| Sep 06 23:30:56.373 INFO STEP 86 (remove_files) COMPLETE
81102024-09-06T23:30:57.185Z[ recovery-image] Sep 06 23:30:56.373 INFO O| Sep 06 23:30:56.373 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81112024-09-06T23:30:57.200Z[ recovery-image] Sep 06 23:30:56.390 INFO O| Sep 06 23:30:56.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81122024-09-06T23:30:57.203Z[ recovery-image] Sep 06 23:30:56.390 INFO O| Sep 06 23:30:56.390 INFO STEP 87 (remove_files) COMPLETE
81132024-09-06T23:30:57.203Z[ recovery-image] Sep 06 23:30:56.390 INFO O| Sep 06 23:30:56.390 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81142024-09-06T23:30:57.235Z[ recovery-image] Sep 06 23:30:56.425 INFO O| Sep 06 23:30:56.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81152024-09-06T23:30:57.235Z[ recovery-image] Sep 06 23:30:56.425 INFO O| Sep 06 23:30:56.425 INFO STEP 88 (remove_files) COMPLETE
81162024-09-06T23:30:57.235Z[ recovery-image] Sep 06 23:30:56.425 INFO O| Sep 06 23:30:56.425 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81172024-09-06T23:30:57.253Z[ recovery-image] Sep 06 23:30:56.443 INFO O| Sep 06 23:30:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81182024-09-06T23:30:57.253Z[ recovery-image] Sep 06 23:30:56.443 INFO O| Sep 06 23:30:56.443 INFO STEP 89 (remove_files) COMPLETE
81192024-09-06T23:30:57.255Z[ recovery-image] Sep 06 23:30:56.443 INFO O| Sep 06 23:30:56.443 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81202024-09-06T23:30:57.271Z[ recovery-image] Sep 06 23:30:56.461 INFO O| Sep 06 23:30:56.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81212024-09-06T23:30:57.271Z[ recovery-image] Sep 06 23:30:56.461 INFO O| Sep 06 23:30:56.461 INFO STEP 90 (remove_files) COMPLETE
81222024-09-06T23:30:57.274Z[ recovery-image] Sep 06 23:30:56.461 INFO O| Sep 06 23:30:56.461 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-09-06T23:30:57.288Z[ recovery-image] Sep 06 23:30:56.478 INFO O| Sep 06 23:30:56.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81242024-09-06T23:30:57.291Z[ recovery-image] Sep 06 23:30:56.479 INFO O| Sep 06 23:30:56.478 INFO STEP 91 (remove_files) COMPLETE
81252024-09-06T23:30:57.291Z[ recovery-image] Sep 06 23:30:56.479 INFO O| Sep 06 23:30:56.479 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81262024-09-06T23:30:57.305Z[ recovery-image] Sep 06 23:30:56.495 INFO O| Sep 06 23:30:56.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81272024-09-06T23:30:57.307Z[ recovery-image] Sep 06 23:30:56.495 INFO O| Sep 06 23:30:56.495 INFO STEP 92 (remove_files) COMPLETE
81282024-09-06T23:30:57.307Z[ recovery-image] Sep 06 23:30:56.495 INFO O| Sep 06 23:30:56.495 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81292024-09-06T23:30:57.322Z[ recovery-image] Sep 06 23:30:56.512 INFO O| Sep 06 23:30:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81302024-09-06T23:30:57.324Z[ recovery-image] Sep 06 23:30:56.512 INFO O| Sep 06 23:30:56.512 INFO STEP 93 (remove_files) COMPLETE
81312024-09-06T23:30:57.324Z[ recovery-image] Sep 06 23:30:56.512 INFO O| Sep 06 23:30:56.512 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81322024-09-06T23:30:57.339Z[ recovery-image] Sep 06 23:30:56.529 INFO O| Sep 06 23:30:56.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81332024-09-06T23:30:57.339Z[ recovery-image] Sep 06 23:30:56.529 INFO O| Sep 06 23:30:56.529 INFO STEP 94 (remove_files) COMPLETE
81342024-09-06T23:30:57.339Z[ recovery-image] Sep 06 23:30:56.529 INFO O| Sep 06 23:30:56.529 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81352024-09-06T23:30:57.383Z[ recovery-image] Sep 06 23:30:56.572 INFO O| Sep 06 23:30:56.572 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81362024-09-06T23:30:57.390Z[ recovery-image] Sep 06 23:30:56.573 INFO O| Sep 06 23:30:56.573 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
81372024-09-06T23:31:05.421Z[ recovery-image] Sep 06 23:31:04.610 INFO O| Sep 06 23:31:04.610 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
81382024-09-06T23:31:05.421Z[ recovery-image] Sep 06 23:31:04.610 INFO O| Sep 06 23:31:04.610 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81392024-09-06T23:31:05.438Z[ recovery-image] Sep 06 23:31:04.627 INFO O| Sep 06 23:31:04.627 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81402024-09-06T23:31:05.594Z[ recovery-image] Sep 06 23:31:04.783 INFO O| Sep 06 23:31:04.783 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81412024-09-06T23:31:05.594Z[ recovery-image] Sep 06 23:31:04.783 INFO O| Sep 06 23:31:04.783 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 ...
81422024-09-06T23:31:05.597Z[ recovery-image] Sep 06 23:31:04.786 INFO O| Sep 06 23:31:04.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81432024-09-06T23:31:05.597Z[ recovery-image] Sep 06 23:31:04.786 INFO O| Sep 06 23:31:04.786 INFO ok!
81442024-09-06T23:31:05.597Z[ recovery-image] Sep 06 23:31:04.786 INFO O| Sep 06 23:31:04.786 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81452024-09-06T23:31:05.597Z[ recovery-image] Sep 06 23:31:04.786 INFO O| Sep 06 23:31:04.786 INFO STEP 95 (seed_smf) COMPLETE
81462024-09-06T23:31:05.597Z[ recovery-image] Sep 06 23:31:04.786 INFO O| Sep 06 23:31:04.786 INFO steps complete; finalising image!
81472024-09-06T23:31:05.597Z[ recovery-image] Sep 06 23:31:04.786 INFO O| Sep 06 23:31:04.786 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81482024-09-06T23:31:05.669Z[ recovery-image] Sep 06 23:31:04.858 INFO O| Sep 06 23:31:04.858 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Sep 6 23:31:04 2024)
81492024-09-06T23:31:05.880Z[ recovery-image] Sep 06 23:31:05.069 INFO O| Sep 06 23:31:05.069 INFO trim TEMPORARY-gimlet-zfs-recovery: (50% trimmed, started at Fri Sep 6 23:31:04 2024)
81502024-09-06T23:31:06.091Z[ recovery-image] Sep 06 23:31:05.279 INFO O| Sep 06 23:31:05.279 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Sep 6 23:31:04 2024)
81512024-09-06T23:31:06.333Z[ recovery-image] Sep 06 23:31:05.522 INFO O| Sep 06 23:31:05.522 INFO temporary pool has 399M used, 1.36G avail, 1.00x compressratio
81522024-09-06T23:31:06.336Z[ recovery-image] Sep 06 23:31:05.522 INFO O| Sep 06 23:31:05.522 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81532024-09-06T23:31:07.090Z[ recovery-image] Sep 06 23:31:06.279 INFO O| Sep 06 23:31:06.279 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
81542024-09-06T23:31:07.090Z[ recovery-image] Sep 06 23:31:06.279 INFO O| Sep 06 23:31:06.279 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81552024-09-06T23:31:12.779Z[ recovery-image] Sep 06 23:31:11.968 INFO O| Sep 06 23:31:11.968 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81562024-09-06T23:31:12.779Z[ recovery-image] Sep 06 23:31:11.968 INFO O| Sep 06 23:31:11.968 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81572024-09-06T23:31:12.782Z[ recovery-image] Sep 06 23:31:11.968 INFO O| Sep 06 23:31:11.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81582024-09-06T23:31:12.782Z[ recovery-image] Sep 06 23:31:11.968 INFO O| Sep 06 23:31:11.968 INFO completed processing gimlet/zfs-recovery
81592024-09-06T23:31:12.782Z[ recovery-image] Sep 06 23:31:11.968 INFO O| Sep 06 23:31:11.968 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81602024-09-06T23:31:13.286Z[ recovery-image] Sep 06 23:31:12.474 INFO O| Sep 06 23:31:12.474 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81612024-09-06T23:31:13.405Z[ recovery-image] Sep 06 23:31:12.594 INFO BUILD STRING "heads/stlouis-0-g231eef1c5c\n"
81622024-09-06T23:31:13.408Z[ recovery-image] Sep 06 23:31:12.594 INFO expanded image name: "recovery 931a6ef/${os_short_commit} 2024-09-06 23:04" -> "recovery 931a6ef/231eef1 2024-09-06 23:04"
81632024-09-06T23:31:13.408Z[ recovery-image] Sep 06 23:31:12.594 INFO output artefacts stored in: "/work/os-recovery"
81642024-09-06T23:31:13.408Z[ recovery-image] Sep 06 23:31:12.595 INFO collecting git info from project "bootserver"...
81652024-09-06T23:31:13.421Z[ recovery-image] Sep 06 23:31:12.609 INFO collecting git info from project "image-builder"...
81662024-09-06T23:31:13.430Z[ recovery-image] Sep 06 23:31:12.618 INFO collecting git info from project "pilot"...
81672024-09-06T23:31:13.448Z[ recovery-image] Sep 06 23:31:12.636 INFO collecting git info from project "amd-host-image-builder"...
81682024-09-06T23:31:13.862Z[ recovery-image] Sep 06 23:31:13.051 INFO collecting git info from project "amd-firmware"...
81692024-09-06T23:31:14.135Z[ recovery-image] Sep 06 23:31:13.323 INFO collecting git info from project "chelsio-t6-roms"...
81702024-09-06T23:31:14.170Z[ recovery-image] Sep 06 23:31:13.358 INFO collecting git info from project "phbl"...
81712024-09-06T23:31:14.180Z[ recovery-image] Sep 06 23:31:13.368 INFO collecting git info from project "pinprick"...
81722024-09-06T23:31:14.188Z[ recovery-image] Sep 06 23:31:13.376 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81732024-09-06T23:31:14.715Z[ recovery-image] Sep 06 23:31:13.904 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81742024-09-06T23:31:15.239Z[ recovery-image] Sep 06 23:31:14.427 INFO creating Oxide boot image...
81752024-09-06T23:31:15.242Z[ recovery-image] Sep 06 23:31:14.428 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 931a6ef/231eef1 2024-09-06 23:04", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81762024-09-06T23:31:18.961Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 35s
81772024-09-06T23:31:19.261ZSep 06 23:31:18.449 INFO [verify-libraries] process exited with exit status: 0 (340.511592018s)
81782024-09-06T23:31:36.673Z[ host-image] Sep 06 23:31:35.859 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22860:20240906T152101Z
81792024-09-06T23:31:36.673Z[ host-image] Sep 06 23:31:35.860 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22860:20240906T152101Z
81802024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.860 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81812024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.860 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81822024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.860 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81832024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.860 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81842024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.861 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81852024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.861 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81862024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.861 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81872024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.861 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81882024-09-06T23:31:36.676Z[ host-image] Sep 06 23:31:35.861 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22860:20240906T152101Z
81892024-09-06T23:31:36.678Z[ host-image] Sep 06 23:31:35.863 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22860:20240906T152102Z
81902024-09-06T23:31:36.678Z[ host-image] Sep 06 23:31:35.864 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22860:20240906T152102Z
81912024-09-06T23:31:36.678Z[ host-image] Sep 06 23:31:35.865 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22860:20240906T152103Z
81922024-09-06T23:31:36.678Z[ host-image] Sep 06 23:31:35.865 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81932024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.865 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22860:20240906T152103Z
81942024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.866 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22860:20240906T152103Z
81952024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.866 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22860:20240906T152103Z
81962024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.866 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22860:20240906T152103Z
81972024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.866 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22860:20240906T152104Z
81982024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.867 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22860:20240906T152104Z
81992024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.867 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22860:20240906T152104Z
82002024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.867 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22860:20240906T152105Z
82012024-09-06T23:31:36.680Z[ host-image] Sep 06 23:31:35.867 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22860:20240906T152105Z
82022024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.867 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22860:20240906T152107Z
82032024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.867 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22860:20240906T152107Z
82042024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.868 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22860:20240906T152108Z
82052024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.868 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22860:20240906T152109Z
82062024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.868 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82072024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.868 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22860:20240906T152110Z
82082024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.868 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22860:20240906T152112Z
82092024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.868 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22860:20240906T152113Z
82102024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.868 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22860:20240906T152114Z
82112024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.869 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22860:20240906T152115Z
82122024-09-06T23:31:36.683Z[ host-image] Sep 06 23:31:35.869 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22860:20240906T152116Z
82132024-09-06T23:31:36.692Z[ host-image] Sep 06 23:31:35.879 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82142024-09-06T23:31:36.694Z[ host-image] Sep 06 23:31:35.879 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22860:20240906T152116Z
82152024-09-06T23:31:36.694Z[ host-image] Sep 06 23:31:35.879 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82162024-09-06T23:31:36.694Z[ host-image] Sep 06 23:31:35.879 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82172024-09-06T23:31:36.694Z[ host-image] Sep 06 23:31:35.880 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82182024-09-06T23:31:36.694Z[ host-image] Sep 06 23:31:35.880 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22860:20240906T152116Z
82192024-09-06T23:31:36.694Z[ host-image] Sep 06 23:31:35.880 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82202024-09-06T23:31:36.694Z[ host-image] Sep 06 23:31:35.880 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82212024-09-06T23:31:36.697Z[ host-image] Sep 06 23:31:35.882 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82222024-09-06T23:31:36.697Z[ host-image] Sep 06 23:31:35.882 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82232024-09-06T23:31:36.707Z[ host-image] Sep 06 23:31:35.894 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82242024-09-06T23:31:36.707Z[ host-image] Sep 06 23:31:35.894 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82252024-09-06T23:31:36.709Z[ host-image] Sep 06 23:31:35.894 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82262024-09-06T23:31:36.710Z[ host-image] Sep 06 23:31:35.895 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82272024-09-06T23:31:36.710Z[ host-image] Sep 06 23:31:35.896 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82282024-09-06T23:31:36.710Z[ host-image] Sep 06 23:31:35.896 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82292024-09-06T23:31:36.746Z[ host-image] Sep 06 23:31:35.931 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82302024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.932 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82312024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.932 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82322024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.933 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22860:20240906T152118Z
82332024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.933 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22860:20240906T152124Z
82342024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.933 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82352024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.933 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22860:20240906T152124Z
82362024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.933 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82372024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.933 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82382024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.933 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82392024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.934 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22860:20240906T152124Z
82402024-09-06T23:31:36.750Z[ host-image] Sep 06 23:31:35.934 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82412024-09-06T23:31:36.753Z[ host-image] Sep 06 23:31:35.938 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82422024-09-06T23:31:36.753Z[ host-image] Sep 06 23:31:35.938 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82432024-09-06T23:31:36.753Z[ host-image] Sep 06 23:31:35.938 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82442024-09-06T23:31:36.753Z[ host-image] Sep 06 23:31:35.939 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22860:20240906T152125Z
82452024-09-06T23:31:36.753Z[ host-image] Sep 06 23:31:35.939 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82462024-09-06T23:31:36.767Z[ host-image] Sep 06 23:31:35.954 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82472024-09-06T23:31:36.770Z[ host-image] Sep 06 23:31:35.954 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22860:20240906T152125Z
82482024-09-06T23:31:36.770Z[ host-image] Sep 06 23:31:35.956 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22860:20240906T152126Z
82492024-09-06T23:31:36.772Z[ host-image] Sep 06 23:31:35.956 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22860:20240906T152126Z
82502024-09-06T23:31:36.772Z[ host-image] Sep 06 23:31:35.957 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82512024-09-06T23:31:36.772Z[ host-image] Sep 06 23:31:35.957 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22860:20240906T152127Z
82522024-09-06T23:31:36.772Z[ host-image] Sep 06 23:31:35.958 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22860:20240906T152127Z
82532024-09-06T23:31:36.772Z[ host-image] Sep 06 23:31:35.958 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22860:20240906T152127Z
82542024-09-06T23:31:36.772Z[ host-image] Sep 06 23:31:35.958 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22860:20240906T152127Z
82552024-09-06T23:31:36.775Z[ host-image] Sep 06 23:31:35.962 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82562024-09-06T23:31:36.777Z[ host-image] Sep 06 23:31:35.962 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22860:20240906T152128Z
82572024-09-06T23:31:36.777Z[ host-image] Sep 06 23:31:35.963 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22860:20240906T152129Z
82582024-09-06T23:31:36.778Z[ host-image] Sep 06 23:31:35.963 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82592024-09-06T23:31:36.778Z[ host-image] Sep 06 23:31:35.963 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22860:20240906T152129Z
82602024-09-06T23:31:36.778Z[ host-image] Sep 06 23:31:35.963 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22860:20240906T152130Z
82612024-09-06T23:31:36.778Z[ host-image] Sep 06 23:31:35.964 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22860:20240906T152130Z
82622024-09-06T23:31:36.778Z[ host-image] Sep 06 23:31:35.964 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22860:20240906T152130Z
82632024-09-06T23:31:36.786Z[ host-image] Sep 06 23:31:35.972 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22860:20240906T152130Z
82642024-09-06T23:31:36.786Z[ host-image] Sep 06 23:31:35.972 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82652024-09-06T23:31:36.788Z[ host-image] Sep 06 23:31:35.974 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22860:20240906T152130Z
82662024-09-06T23:31:36.791Z[ host-image] Sep 06 23:31:35.976 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22860:20240906T152130Z
82672024-09-06T23:31:36.791Z[ host-image] Sep 06 23:31:35.976 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22860:20240906T152130Z
82682024-09-06T23:31:36.791Z[ host-image] Sep 06 23:31:35.976 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22860:20240906T152131Z
82692024-09-06T23:31:36.791Z[ host-image] Sep 06 23:31:35.977 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22860:20240906T152131Z
82702024-09-06T23:31:36.791Z[ host-image] Sep 06 23:31:35.977 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22860:20240906T152131Z
82712024-09-06T23:31:36.801Z[ host-image] Sep 06 23:31:35.987 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22860:20240906T152133Z
82722024-09-06T23:31:36.803Z[ host-image] Sep 06 23:31:35.987 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22860:20240906T152132Z
82732024-09-06T23:31:36.803Z[ host-image] Sep 06 23:31:35.988 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22860:20240906T152132Z
82742024-09-06T23:31:36.803Z[ host-image] Sep 06 23:31:35.989 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22860:20240906T152132Z
82752024-09-06T23:31:36.803Z[ host-image] Sep 06 23:31:35.989 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22860:20240906T152133Z
82762024-09-06T23:31:36.824Z[ host-image] Sep 06 23:31:36.011 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22860:20240906T152136Z
82772024-09-06T23:31:36.824Z[ host-image] Sep 06 23:31:36.011 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22860:20240906T152133Z
82782024-09-06T23:31:36.826Z[ host-image] Sep 06 23:31:36.011 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22860:20240906T152133Z
82792024-09-06T23:31:36.826Z[ host-image] Sep 06 23:31:36.011 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82802024-09-06T23:31:36.826Z[ host-image] Sep 06 23:31:36.012 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82812024-09-06T23:31:36.854Z[ host-image] Sep 06 23:31:36.041 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22860:20240906T152133Z
82822024-09-06T23:31:36.856Z[ host-image] Sep 06 23:31:36.041 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82832024-09-06T23:31:36.856Z[ host-image] Sep 06 23:31:36.041 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22860:20240906T152133Z
82842024-09-06T23:31:36.856Z[ host-image] Sep 06 23:31:36.041 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22860:20240906T152134Z
82852024-09-06T23:31:36.856Z[ host-image] Sep 06 23:31:36.042 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22860:20240906T152134Z
82862024-09-06T23:31:36.856Z[ host-image] Sep 06 23:31:36.043 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82872024-09-06T23:31:36.858Z[ host-image] Sep 06 23:31:36.043 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82882024-09-06T23:31:36.858Z[ host-image] Sep 06 23:31:36.044 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22860:20240906T152135Z
82892024-09-06T23:31:36.858Z[ host-image] Sep 06 23:31:36.044 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22860:20240906T152135Z
82902024-09-06T23:31:36.858Z[ host-image] Sep 06 23:31:36.044 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22860:20240906T152135Z
82912024-09-06T23:31:36.858Z[ host-image] Sep 06 23:31:36.044 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22860:20240906T152135Z
82922024-09-06T23:31:36.858Z[ host-image] Sep 06 23:31:36.044 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22860:20240906T152135Z
82932024-09-06T23:31:36.859Z[ host-image] Sep 06 23:31:36.045 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22860:20240906T152136Z
82942024-09-06T23:31:36.861Z[ host-image] Sep 06 23:31:36.048 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82952024-09-06T23:31:36.863Z[ host-image] Sep 06 23:31:36.048 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22860:20240906T152136Z
82962024-09-06T23:31:36.863Z[ host-image] Sep 06 23:31:36.049 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22860:20240906T152136Z
82972024-09-06T23:31:36.863Z[ host-image] Sep 06 23:31:36.050 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22860:20240906T152136Z
82982024-09-06T23:31:36.863Z[ host-image] Sep 06 23:31:36.050 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22860:20240906T152138Z
82992024-09-06T23:31:36.863Z[ host-image] Sep 06 23:31:36.050 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22860:20240906T152137Z
83002024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.050 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22860:20240906T152137Z
83012024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.050 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83022024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.051 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83032024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.051 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22860:20240906T152139Z
83042024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.051 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22860:20240906T152140Z
83052024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.051 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83062024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.052 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83072024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.052 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83082024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.052 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83092024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.052 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83102024-09-06T23:31:36.866Z[ host-image] Sep 06 23:31:36.053 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83112024-09-06T23:31:36.869Z[ host-image] Sep 06 23:31:36.054 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83122024-09-06T23:31:36.869Z[ host-image] Sep 06 23:31:36.054 INFO O| tempdir @ "/tmp/.tmpOuHtKF/tmp"
83132024-09-06T23:31:36.869Z[ host-image] Sep 06 23:31:36.054 INFO O| image root @ "/tmp/.tmpOuHtKF/tmp/root"
83142024-09-06T23:31:36.869Z[ host-image] Sep 06 23:31:36.054 INFO O| creating image...
83152024-09-06T23:31:37.355Z[ host-image] Sep 06 23:31:36.542 INFO O| copying publishers...
83162024-09-06T23:31:43.685Z[ host-image] Sep 06 23:31:42.871 INFO O| adding properties...
83172024-09-06T23:31:44.681Z[ host-image] Sep 06 23:31:43.866 INFO O| installing packages...
83182024-09-06T23:32:00.665Z[ host-image] Sep 06 23:31:59.849 INFO O| seeding SMF database...
83192024-09-06T23:32:07.495Z[ recovery-image] Sep 06 23:32:06.679 INFO O| ok, image written!
83202024-09-06T23:32:07.498Z[ recovery-image] Sep 06 23:32:06.679 INFO O| ok, boot_image_csum file written!
83212024-09-06T23:32:07.500Z[ recovery-image] Sep 06 23:32:06.684 INFO creating boot archive (CPIO)...
83222024-09-06T23:32:07.500Z[ recovery-image] Sep 06 23:32:06.684 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
83232024-09-06T23:32:07.510Z[ recovery-image] Sep 06 23:32:06.694 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83242024-09-06T23:32:07.510Z[ recovery-image] Sep 06 23:32:06.694 INFO E| + outfile=/work/os-recovery/cpio
83252024-09-06T23:32:07.512Z[ recovery-image] Sep 06 23:32:06.694 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83262024-09-06T23:32:07.512Z[ recovery-image] Sep 06 23:32:06.696 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83272024-09-06T23:32:07.512Z[ recovery-image] Sep 06 23:32:06.696 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83282024-09-06T23:32:07.544Z[ recovery-image] Sep 06 23:32:06.728 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83292024-09-06T23:32:07.544Z[ recovery-image] Sep 06 23:32:06.728 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83302024-09-06T23:32:07.553Z[ recovery-image] Sep 06 23:32:06.737 INFO creating compressed cpio/unix for nanobl-rs...
83312024-09-06T23:32:07.555Z[ recovery-image] Sep 06 23:32:06.737 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
83322024-09-06T23:32:07.834Z[ recovery-image] Sep 06 23:32:07.018 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83332024-09-06T23:32:08.222Z[ host-image] Sep 06 23:32:07.406 INFO O| configuring SMF profile...
83342024-09-06T23:32:08.225Z[ host-image] Sep 06 23:32:07.406 INFO O| modifying shadow(5)...
83352024-09-06T23:32:08.225Z[ host-image] Sep 06 23:32:07.406 INFO O| loading user and group database...
83362024-09-06T23:32:08.225Z[ host-image] Sep 06 23:32:07.406 INFO O| assessing packaged files...
83372024-09-06T23:32:10.394Z[ host-image] Sep 06 23:32:09.578 INFO O| creating archive...
83382024-09-06T23:32:10.427Z[ host-image] Sep 06 23:32:09.611 INFO O| missing from packaging:
83392024-09-06T23:32:10.427Z[ host-image] Sep 06 23:32:09.611 INFO O| "etc/.pwd.lock"
83402024-09-06T23:32:10.427Z[ host-image] Sep 06 23:32:09.611 INFO O| "etc/bash"
83412024-09-06T23:32:10.432Z[ host-image] Sep 06 23:32:09.616 INFO O| "etc/svc/profile/generic.xml"
83422024-09-06T23:32:10.432Z[ host-image] Sep 06 23:32:09.616 INFO O| "etc/svc/profile/inetd_services.xml"
83432024-09-06T23:32:10.434Z[ host-image] Sep 06 23:32:09.616 INFO O| "etc/svc/profile/name_service.xml"
83442024-09-06T23:32:10.434Z[ host-image] Sep 06 23:32:09.616 INFO O| "etc/svc/profile/platform.xml"
83452024-09-06T23:32:10.434Z[ host-image] Sep 06 23:32:09.616 INFO O| "etc/svc/profile/platform_omicron1.xml"
83462024-09-06T23:32:10.434Z[ host-image] Sep 06 23:32:09.616 INFO O| "etc/svc/repository.db"
83472024-09-06T23:32:10.440Z[ host-image] Sep 06 23:32:09.624 INFO O| "opt/ooce/share"
83482024-09-06T23:32:10.441Z[ host-image] Sep 06 23:32:09.624 INFO O| "opt/ooce/share/man"
83492024-09-06T23:32:10.443Z[ host-image] Sep 06 23:32:09.624 INFO O| "opt/ooce/share/man/man1"
83502024-09-06T23:32:10.449Z[ host-image] Sep 06 23:32:09.632 INFO O| finishing archive...
83512024-09-06T23:32:12.185Z[ recovery-image] Sep 06 23:32:11.368 INFO creating reset image...
83522024-09-06T23:32:12.185Z[ recovery-image] Sep 06 23:32:11.369 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83532024-09-06T23:32:12.413Z[ recovery-image] Sep 06 23:32:11.597 INFO E| Updating crates.io index
83542024-09-06T23:32:12.492Z[ recovery-image] Sep 06 23:32:11.676 INFO E| Downloading crates ...
83552024-09-06T23:32:12.547Z[ recovery-image] Sep 06 23:32:11.731 INFO E| Downloaded anstyle-query v1.1.1
83562024-09-06T23:32:12.555Z[ recovery-image] Sep 06 23:32:11.739 INFO E| Downloaded is_terminal_polyfill v1.70.1
83572024-09-06T23:32:12.560Z[ recovery-image] Sep 06 23:32:11.743 INFO E| Downloaded colorchoice v1.0.2
83582024-09-06T23:32:12.562Z[ recovery-image] Sep 06 23:32:11.745 INFO E| Downloaded utf8parse v0.2.2
83592024-09-06T23:32:12.564Z[ recovery-image] Sep 06 23:32:11.747 INFO E| Downloaded anstyle-parse v0.2.5
83602024-09-06T23:32:12.567Z[ recovery-image] Sep 06 23:32:11.748 INFO E| Downloaded shared_child v1.0.1
83612024-09-06T23:32:12.567Z[ recovery-image] Sep 06 23:32:11.750 INFO E| Downloaded os_pipe v1.2.1
83622024-09-06T23:32:12.569Z[ recovery-image] Sep 06 23:32:11.751 INFO E| Downloaded clap_lex v0.7.2
83632024-09-06T23:32:12.571Z[ recovery-image] Sep 06 23:32:11.753 INFO E| Downloaded quote v1.0.37
83642024-09-06T23:32:12.573Z[ recovery-image] Sep 06 23:32:11.755 INFO E| Downloaded duct v0.13.7
83652024-09-06T23:32:12.573Z[ recovery-image] Sep 06 23:32:11.757 INFO E| Downloaded clap v4.5.17
83662024-09-06T23:32:12.582Z[ recovery-image] Sep 06 23:32:11.766 INFO E| Downloaded clap_builder v4.5.17
83672024-09-06T23:32:12.589Z[ recovery-image] Sep 06 23:32:11.772 INFO E| Downloaded anstream v0.6.15
83682024-09-06T23:32:12.591Z[ recovery-image] Sep 06 23:32:11.775 INFO E| Downloaded syn v2.0.77
83692024-09-06T23:32:12.649Z[ recovery-image] Sep 06 23:32:11.833 INFO E| Compiling proc-macro2 v1.0.86
83702024-09-06T23:32:12.649Z[ recovery-image] Sep 06 23:32:11.833 INFO E| Compiling libc v0.2.158
83712024-09-06T23:32:12.652Z[ recovery-image] Sep 06 23:32:11.833 INFO E| Compiling unicode-ident v1.0.12
83722024-09-06T23:32:12.652Z[ recovery-image] Sep 06 23:32:11.833 INFO E| Compiling utf8parse v0.2.2
83732024-09-06T23:32:12.652Z[ recovery-image] Sep 06 23:32:11.833 INFO E| Compiling anstyle-query v1.1.1
83742024-09-06T23:32:12.652Z[ recovery-image] Sep 06 23:32:11.833 INFO E| Compiling is_terminal_polyfill v1.70.1
83752024-09-06T23:32:12.652Z[ recovery-image] Sep 06 23:32:11.833 INFO E| Compiling colorchoice v1.0.2
83762024-09-06T23:32:12.652Z[ recovery-image] Sep 06 23:32:11.833 INFO E| Compiling anstyle v1.0.8
83772024-09-06T23:32:12.839Z[ recovery-image] Sep 06 23:32:12.023 INFO E| Compiling anstyle-parse v0.2.5
83782024-09-06T23:32:12.883Z[ recovery-image] Sep 06 23:32:12.067 INFO E| Compiling heck v0.5.0
83792024-09-06T23:32:12.888Z[ recovery-image] Sep 06 23:32:12.072 INFO E| Compiling strsim v0.11.1
83802024-09-06T23:32:12.898Z[ recovery-image] Sep 06 23:32:12.081 INFO E| Compiling clap_lex v0.7.2
83812024-09-06T23:32:12.915Z[ recovery-image] Sep 06 23:32:12.098 INFO E| Compiling once_cell v1.19.0
83822024-09-06T23:32:13.151Z[ recovery-image] Sep 06 23:32:12.335 INFO E| Compiling anstream v0.6.15
83832024-09-06T23:32:13.518Z[ host-image] Sep 06 23:32:12.701 INFO O| creating gzonly manifest...
83842024-09-06T23:32:13.536Z[ recovery-image] Sep 06 23:32:12.719 INFO E| Compiling clap_builder v4.5.17
83852024-09-06T23:32:13.538Z[ host-image] Sep 06 23:32:12.721 INFO O| ok
83862024-09-06T23:32:13.669Z[ host-image] Sep 06 23:32:12.852 INFO image builder template: ramdisk-02-trim...
83872024-09-06T23:32:13.669Z[ host-image] Sep 06 23:32:12.852 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/.tmp6Si32a/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
83882024-09-06T23:32:13.701Z[ host-image] Sep 06 23:32:12.884 INFO O| Sep 06 23:32:12.884 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83892024-09-06T23:32:13.706Z[ host-image] Sep 06 23:32:12.890 INFO O| Sep 06 23:32:12.890 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83902024-09-06T23:32:13.947Z[ host-image] Sep 06 23:32:13.130 INFO O| Sep 06 23:32:13.130 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83912024-09-06T23:32:13.996Z[ recovery-image] Sep 06 23:32:13.179 INFO E| Compiling os_pipe v1.2.1
83922024-09-06T23:32:13.999Z[ recovery-image] Sep 06 23:32:13.179 INFO E| Compiling shared_child v1.0.1
83932024-09-06T23:32:14.004Z[ host-image] Sep 06 23:32:13.188 INFO O| Sep 06 23:32:13.188 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83942024-09-06T23:32:14.007Z[ host-image] Sep 06 23:32:13.188 INFO O| Sep 06 23:32:13.188 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83952024-09-06T23:32:14.013Z[ host-image] Sep 06 23:32:13.197 INFO O| Sep 06 23:32:13.197 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83962024-09-06T23:32:14.019Z[ host-image] Sep 06 23:32:13.203 INFO O| Sep 06 23:32:13.203 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83972024-09-06T23:32:14.027Z[ host-image] Sep 06 23:32:13.210 INFO O| Sep 06 23:32:13.210 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83982024-09-06T23:32:14.146Z[ recovery-image] Sep 06 23:32:13.329 INFO E| Compiling quote v1.0.37
83992024-09-06T23:32:14.146Z[ recovery-image] Sep 06 23:32:13.329 INFO E| Compiling duct v0.13.7
84002024-09-06T23:32:14.251Z[ host-image] Sep 06 23:32:13.434 INFO O| Sep 06 23:32:13.434 INFO rolled back to input snapshot; work may begin
84012024-09-06T23:32:14.251Z[ host-image] Sep 06 23:32:13.435 INFO O| Sep 06 23:32:13.435 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84022024-09-06T23:32:14.259Z[ host-image] Sep 06 23:32:13.443 INFO O| Sep 06 23:32:13.442 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-09-06T23:32:14.278Z[ host-image] Sep 06 23:32:13.461 INFO O| Sep 06 23:32:13.461 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84042024-09-06T23:32:14.393Z[ host-image] Sep 06 23:32:13.576 INFO O| Sep 06 23:32:13.576 INFO STEP 0 (remove_files) COMPLETE
84052024-09-06T23:32:14.393Z[ host-image] Sep 06 23:32:13.576 INFO O| Sep 06 23:32:13.576 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-09-06T23:32:14.409Z[ host-image] Sep 06 23:32:13.592 INFO O| Sep 06 23:32:13.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84072024-09-06T23:32:14.418Z[ host-image] Sep 06 23:32:13.595 INFO O| Sep 06 23:32:13.595 INFO STEP 1 (remove_files) COMPLETE
84082024-09-06T23:32:14.418Z[ host-image] Sep 06 23:32:13.595 INFO O| Sep 06 23:32:13.595 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84092024-09-06T23:32:14.428Z[ host-image] Sep 06 23:32:13.611 INFO O| Sep 06 23:32:13.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84102024-09-06T23:32:14.443Z[ host-image] Sep 06 23:32:13.626 INFO O| Sep 06 23:32:13.626 INFO STEP 2 (remove_files) COMPLETE
84112024-09-06T23:32:14.443Z[ host-image] Sep 06 23:32:13.626 INFO O| Sep 06 23:32:13.626 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84122024-09-06T23:32:14.459Z[ host-image] Sep 06 23:32:13.643 INFO O| Sep 06 23:32:13.643 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84132024-09-06T23:32:14.461Z[ host-image] Sep 06 23:32:13.645 INFO O| Sep 06 23:32:13.645 INFO STEP 3 (remove_files) COMPLETE
84142024-09-06T23:32:14.461Z[ host-image] Sep 06 23:32:13.645 INFO O| Sep 06 23:32:13.645 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-09-06T23:32:14.464Z[ recovery-image] Sep 06 23:32:13.646 INFO E| Compiling syn v2.0.77
84162024-09-06T23:32:14.473Z[ host-image] Sep 06 23:32:13.657 INFO O| Sep 06 23:32:13.657 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84172024-09-06T23:32:14.480Z[ host-image] Sep 06 23:32:13.661 INFO O| Sep 06 23:32:13.661 INFO STEP 4 (remove_files) COMPLETE
84182024-09-06T23:32:14.480Z[ host-image] Sep 06 23:32:13.661 INFO O| Sep 06 23:32:13.661 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84192024-09-06T23:32:14.491Z[ host-image] Sep 06 23:32:13.674 INFO O| Sep 06 23:32:13.674 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84202024-09-06T23:32:14.495Z[ host-image] Sep 06 23:32:13.678 INFO O| Sep 06 23:32:13.678 INFO STEP 5 (remove_files) COMPLETE
84212024-09-06T23:32:14.497Z[ host-image] Sep 06 23:32:13.678 INFO O| Sep 06 23:32:13.678 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84222024-09-06T23:32:14.511Z[ host-image] Sep 06 23:32:13.695 INFO O| Sep 06 23:32:13.695 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84232024-09-06T23:32:14.529Z[ host-image] Sep 06 23:32:13.712 INFO O| Sep 06 23:32:13.712 INFO STEP 6 (remove_files) COMPLETE
84242024-09-06T23:32:14.529Z[ host-image] Sep 06 23:32:13.712 INFO O| Sep 06 23:32:13.712 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84252024-09-06T23:32:14.545Z[ host-image] Sep 06 23:32:13.728 INFO O| Sep 06 23:32:13.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84262024-09-06T23:32:14.567Z[ host-image] Sep 06 23:32:13.750 INFO O| Sep 06 23:32:13.750 INFO STEP 7 (remove_files) COMPLETE
84272024-09-06T23:32:14.567Z[ host-image] Sep 06 23:32:13.750 INFO O| Sep 06 23:32:13.750 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-09-06T23:32:14.579Z[ host-image] Sep 06 23:32:13.763 INFO O| Sep 06 23:32:13.763 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84292024-09-06T23:32:14.696Z[ host-image] Sep 06 23:32:13.879 INFO O| Sep 06 23:32:13.879 INFO STEP 8 (remove_files) COMPLETE
84302024-09-06T23:32:14.696Z[ host-image] Sep 06 23:32:13.880 INFO O| Sep 06 23:32:13.879 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-09-06T23:32:14.708Z[ host-image] Sep 06 23:32:13.891 INFO O| Sep 06 23:32:13.891 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84322024-09-06T23:32:14.844Z[ host-image] Sep 06 23:32:14.027 INFO O| Sep 06 23:32:14.027 INFO STEP 9 (remove_files) COMPLETE
84332024-09-06T23:32:14.844Z[ host-image] Sep 06 23:32:14.027 INFO O| Sep 06 23:32:14.027 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-09-06T23:32:14.859Z[ host-image] Sep 06 23:32:14.042 INFO O| Sep 06 23:32:14.042 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84352024-09-06T23:32:14.864Z[ host-image] Sep 06 23:32:14.047 INFO O| Sep 06 23:32:14.047 INFO STEP 10 (remove_files) COMPLETE
84362024-09-06T23:32:14.866Z[ host-image] Sep 06 23:32:14.047 INFO O| Sep 06 23:32:14.047 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-09-06T23:32:14.879Z[ host-image] Sep 06 23:32:14.063 INFO O| Sep 06 23:32:14.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84382024-09-06T23:32:14.882Z[ host-image] Sep 06 23:32:14.064 INFO O| Sep 06 23:32:14.064 INFO STEP 11 (remove_files) COMPLETE
84392024-09-06T23:32:14.882Z[ host-image] Sep 06 23:32:14.064 INFO O| Sep 06 23:32:14.064 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-09-06T23:32:14.894Z[ host-image] Sep 06 23:32:14.077 INFO O| Sep 06 23:32:14.077 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84412024-09-06T23:32:14.896Z[ host-image] Sep 06 23:32:14.079 INFO O| Sep 06 23:32:14.079 INFO STEP 12 (remove_files) COMPLETE
84422024-09-06T23:32:14.896Z[ host-image] Sep 06 23:32:14.079 INFO O| Sep 06 23:32:14.079 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-09-06T23:32:14.925Z[ host-image] Sep 06 23:32:14.109 INFO O| Sep 06 23:32:14.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84442024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.109 INFO O| Sep 06 23:32:14.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84452024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.109 INFO O| Sep 06 23:32:14.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84462024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.109 INFO O| Sep 06 23:32:14.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84472024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.110 INFO O| Sep 06 23:32:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84482024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.110 INFO O| Sep 06 23:32:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84492024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.110 INFO O| Sep 06 23:32:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84502024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.110 INFO O| Sep 06 23:32:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84512024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.110 INFO O| Sep 06 23:32:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84522024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.110 INFO O| Sep 06 23:32:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84532024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.110 INFO O| Sep 06 23:32:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84542024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.111 INFO O| Sep 06 23:32:14.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84552024-09-06T23:32:14.928Z[ host-image] Sep 06 23:32:14.111 INFO O| Sep 06 23:32:14.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84562024-09-06T23:32:14.930Z[ host-image] Sep 06 23:32:14.111 INFO O| Sep 06 23:32:14.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84572024-09-06T23:32:14.930Z[ host-image] Sep 06 23:32:14.111 INFO O| Sep 06 23:32:14.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84582024-09-06T23:32:14.930Z[ host-image] Sep 06 23:32:14.112 INFO O| Sep 06 23:32:14.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84592024-09-06T23:32:14.930Z[ host-image] Sep 06 23:32:14.112 INFO O| Sep 06 23:32:14.112 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84602024-09-06T23:32:15.016Z[ host-image] Sep 06 23:32:14.200 INFO O| Sep 06 23:32:14.200 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84612024-09-06T23:32:15.048Z[ host-image] Sep 06 23:32:14.231 INFO O| Sep 06 23:32:14.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84622024-09-06T23:32:15.051Z[ host-image] Sep 06 23:32:14.235 INFO O| Sep 06 23:32:14.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84632024-09-06T23:32:15.054Z[ host-image] Sep 06 23:32:14.238 INFO O| Sep 06 23:32:14.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84642024-09-06T23:32:15.297Z[ host-image] Sep 06 23:32:14.480 INFO O| Sep 06 23:32:14.480 INFO STEP 13 (remove_files) COMPLETE
84652024-09-06T23:32:15.297Z[ host-image] Sep 06 23:32:14.480 INFO O| Sep 06 23:32:14.480 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-09-06T23:32:15.308Z[ host-image] Sep 06 23:32:14.491 INFO O| Sep 06 23:32:14.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84672024-09-06T23:32:15.310Z[ host-image] Sep 06 23:32:14.493 INFO O| Sep 06 23:32:14.493 INFO STEP 14 (remove_files) COMPLETE
84682024-09-06T23:32:15.310Z[ host-image] Sep 06 23:32:14.493 INFO O| Sep 06 23:32:14.493 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-09-06T23:32:15.319Z[ host-image] Sep 06 23:32:14.503 INFO O| Sep 06 23:32:14.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84702024-09-06T23:32:15.326Z[ host-image] Sep 06 23:32:14.509 INFO O| Sep 06 23:32:14.509 INFO STEP 15 (remove_files) COMPLETE
84712024-09-06T23:32:15.326Z[ host-image] Sep 06 23:32:14.509 INFO O| Sep 06 23:32:14.509 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-09-06T23:32:15.336Z[ host-image] Sep 06 23:32:14.519 INFO O| Sep 06 23:32:14.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84732024-09-06T23:32:15.338Z[ host-image] Sep 06 23:32:14.520 INFO O| Sep 06 23:32:14.520 INFO STEP 16 (remove_files) COMPLETE
84742024-09-06T23:32:15.338Z[ host-image] Sep 06 23:32:14.520 INFO O| Sep 06 23:32:14.520 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-09-06T23:32:15.346Z[ host-image] Sep 06 23:32:14.530 INFO O| Sep 06 23:32:14.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84762024-09-06T23:32:15.348Z[ host-image] Sep 06 23:32:14.531 INFO O| Sep 06 23:32:14.531 INFO STEP 17 (remove_files) COMPLETE
84772024-09-06T23:32:15.348Z[ host-image] Sep 06 23:32:14.531 INFO O| Sep 06 23:32:14.531 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84782024-09-06T23:32:15.358Z[ host-image] Sep 06 23:32:14.541 INFO O| Sep 06 23:32:14.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84792024-09-06T23:32:15.360Z[ host-image] Sep 06 23:32:14.541 INFO O| Sep 06 23:32:14.541 INFO STEP 18 (remove_files) COMPLETE
84802024-09-06T23:32:15.360Z[ host-image] Sep 06 23:32:14.541 INFO O| Sep 06 23:32:14.541 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-09-06T23:32:15.368Z[ host-image] Sep 06 23:32:14.551 INFO O| Sep 06 23:32:14.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84822024-09-06T23:32:15.370Z[ host-image] Sep 06 23:32:14.551 INFO O| Sep 06 23:32:14.551 INFO STEP 19 (remove_files) COMPLETE
84832024-09-06T23:32:15.370Z[ host-image] Sep 06 23:32:14.551 INFO O| Sep 06 23:32:14.551 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84842024-09-06T23:32:15.380Z[ host-image] Sep 06 23:32:14.564 INFO O| Sep 06 23:32:14.564 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84852024-09-06T23:32:15.380Z[ host-image] Sep 06 23:32:14.564 INFO O| Sep 06 23:32:14.564 INFO STEP 20 (remove_files) COMPLETE
84862024-09-06T23:32:15.383Z[ host-image] Sep 06 23:32:14.564 INFO O| Sep 06 23:32:14.564 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84872024-09-06T23:32:15.390Z[ host-image] Sep 06 23:32:14.574 INFO O| Sep 06 23:32:14.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84882024-09-06T23:32:15.390Z[ host-image] Sep 06 23:32:14.574 INFO O| Sep 06 23:32:14.574 INFO STEP 21 (remove_files) COMPLETE
84892024-09-06T23:32:15.393Z[ host-image] Sep 06 23:32:14.574 INFO O| Sep 06 23:32:14.574 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-09-06T23:32:15.402Z[ host-image] Sep 06 23:32:14.586 INFO O| Sep 06 23:32:14.586 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84912024-09-06T23:32:15.402Z[ host-image] Sep 06 23:32:14.586 INFO O| Sep 06 23:32:14.586 INFO STEP 22 (remove_files) COMPLETE
84922024-09-06T23:32:15.402Z[ host-image] Sep 06 23:32:14.586 INFO O| Sep 06 23:32:14.586 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-09-06T23:32:15.415Z[ host-image] Sep 06 23:32:14.598 INFO O| Sep 06 23:32:14.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84942024-09-06T23:32:15.415Z[ host-image] Sep 06 23:32:14.598 INFO O| Sep 06 23:32:14.598 INFO STEP 23 (remove_files) COMPLETE
84952024-09-06T23:32:15.415Z[ host-image] Sep 06 23:32:14.598 INFO O| Sep 06 23:32:14.598 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-09-06T23:32:15.429Z[ host-image] Sep 06 23:32:14.612 INFO O| Sep 06 23:32:14.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84972024-09-06T23:32:15.429Z[ host-image] Sep 06 23:32:14.612 INFO O| Sep 06 23:32:14.612 INFO STEP 24 (remove_files) COMPLETE
84982024-09-06T23:32:15.429Z[ host-image] Sep 06 23:32:14.612 INFO O| Sep 06 23:32:14.612 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-09-06T23:32:15.439Z[ host-image] Sep 06 23:32:14.622 INFO O| Sep 06 23:32:14.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85002024-09-06T23:32:15.441Z[ host-image] Sep 06 23:32:14.622 INFO O| Sep 06 23:32:14.622 INFO STEP 25 (remove_files) COMPLETE
85012024-09-06T23:32:15.441Z[ host-image] Sep 06 23:32:14.622 INFO O| Sep 06 23:32:14.622 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-09-06T23:32:15.449Z[ host-image] Sep 06 23:32:14.632 INFO O| Sep 06 23:32:14.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85032024-09-06T23:32:15.451Z[ host-image] Sep 06 23:32:14.632 INFO O| Sep 06 23:32:14.632 INFO STEP 26 (remove_files) COMPLETE
85042024-09-06T23:32:15.451Z[ host-image] Sep 06 23:32:14.632 INFO O| Sep 06 23:32:14.632 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-09-06T23:32:15.462Z[ host-image] Sep 06 23:32:14.646 INFO O| Sep 06 23:32:14.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85062024-09-06T23:32:15.462Z[ host-image] Sep 06 23:32:14.646 INFO O| Sep 06 23:32:14.646 INFO STEP 27 (remove_files) COMPLETE
85072024-09-06T23:32:15.465Z[ host-image] Sep 06 23:32:14.646 INFO O| Sep 06 23:32:14.646 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-09-06T23:32:15.476Z[ host-image] Sep 06 23:32:14.659 INFO O| Sep 06 23:32:14.659 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85092024-09-06T23:32:15.476Z[ host-image] Sep 06 23:32:14.659 INFO O| Sep 06 23:32:14.659 INFO STEP 28 (remove_files) COMPLETE
85102024-09-06T23:32:15.476Z[ host-image] Sep 06 23:32:14.659 INFO O| Sep 06 23:32:14.659 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-09-06T23:32:15.490Z[ host-image] Sep 06 23:32:14.673 INFO O| Sep 06 23:32:14.673 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85122024-09-06T23:32:15.490Z[ host-image] Sep 06 23:32:14.673 INFO O| Sep 06 23:32:14.673 INFO STEP 29 (remove_files) COMPLETE
85132024-09-06T23:32:15.492Z[ host-image] Sep 06 23:32:14.673 INFO O| Sep 06 23:32:14.673 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-09-06T23:32:15.504Z[ host-image] Sep 06 23:32:14.687 INFO O| Sep 06 23:32:14.687 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85152024-09-06T23:32:15.504Z[ host-image] Sep 06 23:32:14.687 INFO O| Sep 06 23:32:14.687 INFO STEP 30 (remove_files) COMPLETE
85162024-09-06T23:32:15.504Z[ host-image] Sep 06 23:32:14.687 INFO O| Sep 06 23:32:14.687 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-09-06T23:32:15.518Z[ host-image] Sep 06 23:32:14.701 INFO O| Sep 06 23:32:14.701 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85182024-09-06T23:32:15.518Z[ host-image] Sep 06 23:32:14.701 INFO O| Sep 06 23:32:14.701 INFO STEP 31 (remove_files) COMPLETE
85192024-09-06T23:32:15.521Z[ host-image] Sep 06 23:32:14.702 INFO O| Sep 06 23:32:14.701 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-09-06T23:32:15.528Z[ host-image] Sep 06 23:32:14.711 INFO O| Sep 06 23:32:14.711 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85212024-09-06T23:32:15.528Z[ host-image] Sep 06 23:32:14.711 INFO O| Sep 06 23:32:14.711 INFO STEP 32 (remove_files) COMPLETE
85222024-09-06T23:32:15.530Z[ host-image] Sep 06 23:32:14.711 INFO O| Sep 06 23:32:14.711 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-09-06T23:32:15.538Z[ host-image] Sep 06 23:32:14.721 INFO O| Sep 06 23:32:14.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85242024-09-06T23:32:15.540Z[ host-image] Sep 06 23:32:14.721 INFO O| Sep 06 23:32:14.721 INFO STEP 33 (remove_files) COMPLETE
85252024-09-06T23:32:15.540Z[ host-image] Sep 06 23:32:14.722 INFO O| Sep 06 23:32:14.721 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-09-06T23:32:15.548Z[ host-image] Sep 06 23:32:14.732 INFO O| Sep 06 23:32:14.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85272024-09-06T23:32:15.548Z[ host-image] Sep 06 23:32:14.732 INFO O| Sep 06 23:32:14.732 INFO STEP 34 (remove_files) COMPLETE
85282024-09-06T23:32:15.548Z[ host-image] Sep 06 23:32:14.732 INFO O| Sep 06 23:32:14.732 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-09-06T23:32:15.559Z[ host-image] Sep 06 23:32:14.742 INFO O| Sep 06 23:32:14.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85302024-09-06T23:32:15.559Z[ host-image] Sep 06 23:32:14.742 INFO O| Sep 06 23:32:14.742 INFO STEP 35 (remove_files) COMPLETE
85312024-09-06T23:32:15.561Z[ host-image] Sep 06 23:32:14.742 INFO O| Sep 06 23:32:14.742 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-09-06T23:32:15.573Z[ host-image] Sep 06 23:32:14.756 INFO O| Sep 06 23:32:14.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85332024-09-06T23:32:15.573Z[ host-image] Sep 06 23:32:14.756 INFO O| Sep 06 23:32:14.756 INFO STEP 36 (remove_files) COMPLETE
85342024-09-06T23:32:15.573Z[ host-image] Sep 06 23:32:14.756 INFO O| Sep 06 23:32:14.756 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-09-06T23:32:15.583Z[ host-image] Sep 06 23:32:14.766 INFO O| Sep 06 23:32:14.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85362024-09-06T23:32:15.583Z[ host-image] Sep 06 23:32:14.767 INFO O| Sep 06 23:32:14.766 INFO STEP 37 (remove_files) COMPLETE
85372024-09-06T23:32:15.583Z[ host-image] Sep 06 23:32:14.767 INFO O| Sep 06 23:32:14.766 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-09-06T23:32:15.593Z[ host-image] Sep 06 23:32:14.776 INFO O| Sep 06 23:32:14.776 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85392024-09-06T23:32:15.593Z[ host-image] Sep 06 23:32:14.776 INFO O| Sep 06 23:32:14.776 INFO STEP 38 (remove_files) COMPLETE
85402024-09-06T23:32:15.593Z[ host-image] Sep 06 23:32:14.776 INFO O| Sep 06 23:32:14.776 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-09-06T23:32:15.603Z[ host-image] Sep 06 23:32:14.786 INFO O| Sep 06 23:32:14.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85422024-09-06T23:32:15.603Z[ host-image] Sep 06 23:32:14.786 INFO O| Sep 06 23:32:14.786 INFO STEP 39 (remove_files) COMPLETE
85432024-09-06T23:32:15.603Z[ host-image] Sep 06 23:32:14.786 INFO O| Sep 06 23:32:14.786 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-09-06T23:32:15.613Z[ host-image] Sep 06 23:32:14.796 INFO O| Sep 06 23:32:14.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85452024-09-06T23:32:15.613Z[ host-image] Sep 06 23:32:14.796 INFO O| Sep 06 23:32:14.796 INFO STEP 40 (remove_files) COMPLETE
85462024-09-06T23:32:15.615Z[ host-image] Sep 06 23:32:14.796 INFO O| Sep 06 23:32:14.796 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-09-06T23:32:15.623Z[ host-image] Sep 06 23:32:14.806 INFO O| Sep 06 23:32:14.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85482024-09-06T23:32:15.623Z[ host-image] Sep 06 23:32:14.806 INFO O| Sep 06 23:32:14.806 INFO STEP 41 (remove_files) COMPLETE
85492024-09-06T23:32:15.625Z[ host-image] Sep 06 23:32:14.806 INFO O| Sep 06 23:32:14.806 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-09-06T23:32:15.632Z[ host-image] Sep 06 23:32:14.816 INFO O| Sep 06 23:32:14.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85512024-09-06T23:32:15.635Z[ host-image] Sep 06 23:32:14.816 INFO O| Sep 06 23:32:14.816 INFO STEP 42 (remove_files) COMPLETE
85522024-09-06T23:32:15.635Z[ host-image] Sep 06 23:32:14.816 INFO O| Sep 06 23:32:14.816 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-09-06T23:32:15.643Z[ host-image] Sep 06 23:32:14.826 INFO O| Sep 06 23:32:14.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85542024-09-06T23:32:15.643Z[ host-image] Sep 06 23:32:14.826 INFO O| Sep 06 23:32:14.826 INFO STEP 43 (remove_files) COMPLETE
85552024-09-06T23:32:15.645Z[ host-image] Sep 06 23:32:14.826 INFO O| Sep 06 23:32:14.826 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-09-06T23:32:15.655Z[ host-image] Sep 06 23:32:14.838 INFO O| Sep 06 23:32:14.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85572024-09-06T23:32:15.658Z[ host-image] Sep 06 23:32:14.838 INFO O| Sep 06 23:32:14.838 INFO STEP 44 (remove_files) COMPLETE
85582024-09-06T23:32:15.658Z[ host-image] Sep 06 23:32:14.838 INFO O| Sep 06 23:32:14.838 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-09-06T23:32:15.665Z[ host-image] Sep 06 23:32:14.848 INFO O| Sep 06 23:32:14.848 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85602024-09-06T23:32:15.665Z[ host-image] Sep 06 23:32:14.848 INFO O| Sep 06 23:32:14.848 INFO STEP 45 (remove_files) COMPLETE
85612024-09-06T23:32:15.667Z[ host-image] Sep 06 23:32:14.848 INFO O| Sep 06 23:32:14.848 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-09-06T23:32:15.675Z[ host-image] Sep 06 23:32:14.858 INFO O| Sep 06 23:32:14.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85632024-09-06T23:32:15.675Z[ host-image] Sep 06 23:32:14.858 INFO O| Sep 06 23:32:14.858 INFO STEP 46 (remove_files) COMPLETE
85642024-09-06T23:32:15.677Z[ host-image] Sep 06 23:32:14.858 INFO O| Sep 06 23:32:14.858 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-09-06T23:32:15.686Z[ host-image] Sep 06 23:32:14.869 INFO O| Sep 06 23:32:14.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85662024-09-06T23:32:15.686Z[ host-image] Sep 06 23:32:14.869 INFO O| Sep 06 23:32:14.869 INFO STEP 47 (remove_files) COMPLETE
85672024-09-06T23:32:15.686Z[ host-image] Sep 06 23:32:14.870 INFO O| Sep 06 23:32:14.869 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-09-06T23:32:15.696Z[ host-image] Sep 06 23:32:14.879 INFO O| Sep 06 23:32:14.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85692024-09-06T23:32:15.698Z[ host-image] Sep 06 23:32:14.879 INFO O| Sep 06 23:32:14.879 INFO STEP 48 (remove_files) COMPLETE
85702024-09-06T23:32:15.698Z[ host-image] Sep 06 23:32:14.879 INFO O| Sep 06 23:32:14.879 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-09-06T23:32:15.708Z[ host-image] Sep 06 23:32:14.891 INFO O| Sep 06 23:32:14.891 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85722024-09-06T23:32:15.708Z[ host-image] Sep 06 23:32:14.891 INFO O| Sep 06 23:32:14.891 INFO STEP 49 (remove_files) COMPLETE
85732024-09-06T23:32:15.711Z[ host-image] Sep 06 23:32:14.892 INFO O| Sep 06 23:32:14.891 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-09-06T23:32:15.718Z[ host-image] Sep 06 23:32:14.902 INFO O| Sep 06 23:32:14.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85752024-09-06T23:32:15.718Z[ host-image] Sep 06 23:32:14.902 INFO O| Sep 06 23:32:14.902 INFO STEP 50 (remove_files) COMPLETE
85762024-09-06T23:32:15.721Z[ host-image] Sep 06 23:32:14.902 INFO O| Sep 06 23:32:14.902 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-09-06T23:32:15.728Z[ host-image] Sep 06 23:32:14.911 INFO O| Sep 06 23:32:14.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85782024-09-06T23:32:15.728Z[ host-image] Sep 06 23:32:14.912 INFO O| Sep 06 23:32:14.912 INFO STEP 51 (remove_files) COMPLETE
85792024-09-06T23:32:15.730Z[ host-image] Sep 06 23:32:14.912 INFO O| Sep 06 23:32:14.912 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-09-06T23:32:15.739Z[ host-image] Sep 06 23:32:14.922 INFO O| Sep 06 23:32:14.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85812024-09-06T23:32:15.739Z[ host-image] Sep 06 23:32:14.923 INFO O| Sep 06 23:32:14.923 INFO STEP 52 (remove_files) COMPLETE
85822024-09-06T23:32:15.741Z[ host-image] Sep 06 23:32:14.923 INFO O| Sep 06 23:32:14.923 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-09-06T23:32:15.749Z[ host-image] Sep 06 23:32:14.933 INFO O| Sep 06 23:32:14.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85842024-09-06T23:32:15.752Z[ host-image] Sep 06 23:32:14.933 INFO O| Sep 06 23:32:14.933 INFO STEP 53 (remove_files) COMPLETE
85852024-09-06T23:32:15.752Z[ host-image] Sep 06 23:32:14.933 INFO O| Sep 06 23:32:14.933 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-09-06T23:32:15.761Z[ host-image] Sep 06 23:32:14.944 INFO O| Sep 06 23:32:14.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85872024-09-06T23:32:15.763Z[ host-image] Sep 06 23:32:14.944 INFO O| Sep 06 23:32:14.944 INFO STEP 54 (remove_files) COMPLETE
85882024-09-06T23:32:15.763Z[ host-image] Sep 06 23:32:14.944 INFO O| Sep 06 23:32:14.944 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-09-06T23:32:15.771Z[ host-image] Sep 06 23:32:14.954 INFO O| Sep 06 23:32:14.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85902024-09-06T23:32:15.771Z[ host-image] Sep 06 23:32:14.954 INFO O| Sep 06 23:32:14.954 INFO STEP 55 (remove_files) COMPLETE
85912024-09-06T23:32:15.773Z[ host-image] Sep 06 23:32:14.954 INFO O| Sep 06 23:32:14.954 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-09-06T23:32:15.782Z[ host-image] Sep 06 23:32:14.966 INFO O| Sep 06 23:32:14.966 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85932024-09-06T23:32:15.784Z[ host-image] Sep 06 23:32:14.966 INFO O| Sep 06 23:32:14.966 INFO STEP 56 (remove_files) COMPLETE
85942024-09-06T23:32:15.785Z[ host-image] Sep 06 23:32:14.966 INFO O| Sep 06 23:32:14.966 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-09-06T23:32:15.795Z[ host-image] Sep 06 23:32:14.978 INFO O| Sep 06 23:32:14.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85962024-09-06T23:32:15.795Z[ host-image] Sep 06 23:32:14.978 INFO O| Sep 06 23:32:14.978 INFO STEP 57 (remove_files) COMPLETE
85972024-09-06T23:32:15.797Z[ host-image] Sep 06 23:32:14.978 INFO O| Sep 06 23:32:14.978 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-09-06T23:32:15.807Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85992024-09-06T23:32:15.807Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86002024-09-06T23:32:15.810Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86012024-09-06T23:32:15.810Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86022024-09-06T23:32:15.810Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86032024-09-06T23:32:15.810Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86042024-09-06T23:32:15.810Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 INFO ok!
86052024-09-06T23:32:15.810Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 INFO STEP 58 (ensure_file) COMPLETE
86062024-09-06T23:32:15.810Z[ host-image] Sep 06 23:32:14.991 INFO O| Sep 06 23:32:14.991 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-09-06T23:32:15.821Z[ host-image] Sep 06 23:32:15.004 INFO O| Sep 06 23:32:15.004 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86082024-09-06T23:32:15.821Z[ host-image] Sep 06 23:32:15.004 INFO O| Sep 06 23:32:15.004 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86092024-09-06T23:32:15.821Z[ host-image] Sep 06 23:32:15.004 INFO O| Sep 06 23:32:15.004 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86102024-09-06T23:32:15.824Z[ host-image] Sep 06 23:32:15.005 INFO O| Sep 06 23:32:15.004 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86112024-09-06T23:32:15.824Z[ host-image] Sep 06 23:32:15.005 INFO O| Sep 06 23:32:15.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86122024-09-06T23:32:15.824Z[ host-image] Sep 06 23:32:15.005 INFO O| Sep 06 23:32:15.005 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86132024-09-06T23:32:15.824Z[ host-image] Sep 06 23:32:15.005 INFO O| Sep 06 23:32:15.005 INFO ok!
86142024-09-06T23:32:15.824Z[ host-image] Sep 06 23:32:15.005 INFO O| Sep 06 23:32:15.005 INFO STEP 59 (ensure_file) COMPLETE
86152024-09-06T23:32:15.824Z[ host-image] Sep 06 23:32:15.005 INFO O| Sep 06 23:32:15.005 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-09-06T23:32:15.832Z[ host-image] Sep 06 23:32:15.015 INFO O| Sep 06 23:32:15.015 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86172024-09-06T23:32:15.832Z[ host-image] Sep 06 23:32:15.015 INFO O| Sep 06 23:32:15.015 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86182024-09-06T23:32:15.834Z[ host-image] Sep 06 23:32:15.015 INFO O| Sep 06 23:32:15.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86192024-09-06T23:32:15.834Z[ host-image] Sep 06 23:32:15.015 INFO O| Sep 06 23:32:15.015 INFO ok!
86202024-09-06T23:32:15.834Z[ host-image] Sep 06 23:32:15.016 INFO O| Sep 06 23:32:15.015 INFO STEP 60 (ensure_file) COMPLETE
86212024-09-06T23:32:15.835Z[ host-image] Sep 06 23:32:15.016 INFO O| Sep 06 23:32:15.015 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-09-06T23:32:15.843Z[ host-image] Sep 06 23:32:15.026 INFO O| Sep 06 23:32:15.026 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86232024-09-06T23:32:15.843Z[ host-image] Sep 06 23:32:15.026 INFO O| Sep 06 23:32:15.026 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86242024-09-06T23:32:15.845Z[ host-image] Sep 06 23:32:15.026 INFO O| Sep 06 23:32:15.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86252024-09-06T23:32:15.845Z[ host-image] Sep 06 23:32:15.026 INFO O| Sep 06 23:32:15.026 INFO ok!
86262024-09-06T23:32:15.845Z[ host-image] Sep 06 23:32:15.026 INFO O| Sep 06 23:32:15.026 INFO STEP 61 (ensure_file) COMPLETE
86272024-09-06T23:32:15.845Z[ host-image] Sep 06 23:32:15.026 INFO O| Sep 06 23:32:15.026 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86282024-09-06T23:32:15.857Z[ host-image] Sep 06 23:32:15.040 INFO O| Sep 06 23:32:15.040 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86292024-09-06T23:32:15.857Z[ host-image] Sep 06 23:32:15.040 INFO O| Sep 06 23:32:15.040 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86302024-09-06T23:32:15.860Z[ host-image] Sep 06 23:32:15.041 INFO O| Sep 06 23:32:15.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86312024-09-06T23:32:15.860Z[ host-image] Sep 06 23:32:15.041 INFO O| Sep 06 23:32:15.041 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86322024-09-06T23:32:15.860Z[ host-image] Sep 06 23:32:15.041 INFO O| Sep 06 23:32:15.041 INFO ok!
86332024-09-06T23:32:15.860Z[ host-image] Sep 06 23:32:15.041 INFO O| Sep 06 23:32:15.041 INFO STEP 62 (ensure_file) COMPLETE
86342024-09-06T23:32:15.860Z[ host-image] Sep 06 23:32:15.041 INFO O| Sep 06 23:32:15.041 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-09-06T23:32:15.868Z[ host-image] Sep 06 23:32:15.051 INFO O| Sep 06 23:32:15.051 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86362024-09-06T23:32:15.870Z[ host-image] Sep 06 23:32:15.051 INFO O| Sep 06 23:32:15.051 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86372024-09-06T23:32:15.870Z[ host-image] Sep 06 23:32:15.051 INFO O| Sep 06 23:32:15.051 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86382024-09-06T23:32:15.870Z[ host-image] Sep 06 23:32:15.051 INFO O| Sep 06 23:32:15.051 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86392024-09-06T23:32:15.870Z[ host-image] Sep 06 23:32:15.051 INFO O| Sep 06 23:32:15.051 INFO ok!
86402024-09-06T23:32:15.870Z[ host-image] Sep 06 23:32:15.051 INFO O| Sep 06 23:32:15.051 INFO STEP 63 (ensure_file) COMPLETE
86412024-09-06T23:32:15.870Z[ host-image] Sep 06 23:32:15.052 INFO O| Sep 06 23:32:15.051 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-09-06T23:32:15.878Z[ host-image] Sep 06 23:32:15.061 INFO O| Sep 06 23:32:15.061 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86432024-09-06T23:32:15.878Z[ host-image] Sep 06 23:32:15.061 INFO O| Sep 06 23:32:15.061 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86442024-09-06T23:32:15.881Z[ host-image] Sep 06 23:32:15.061 INFO O| Sep 06 23:32:15.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86452024-09-06T23:32:15.881Z[ host-image] Sep 06 23:32:15.062 INFO O| Sep 06 23:32:15.061 INFO ok!
86462024-09-06T23:32:15.881Z[ host-image] Sep 06 23:32:15.062 INFO O| Sep 06 23:32:15.061 INFO STEP 64 (assemble_files) COMPLETE
86472024-09-06T23:32:15.881Z[ host-image] Sep 06 23:32:15.062 INFO O| Sep 06 23:32:15.062 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-09-06T23:32:15.888Z[ host-image] Sep 06 23:32:15.072 INFO O| Sep 06 23:32:15.071 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86492024-09-06T23:32:15.891Z[ host-image] Sep 06 23:32:15.072 INFO O| Sep 06 23:32:15.071 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86502024-09-06T23:32:15.891Z[ host-image] Sep 06 23:32:15.072 INFO O| Sep 06 23:32:15.072 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86512024-09-06T23:32:15.891Z[ host-image] Sep 06 23:32:15.072 INFO O| Sep 06 23:32:15.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86522024-09-06T23:32:15.891Z[ host-image] Sep 06 23:32:15.072 INFO O| Sep 06 23:32:15.072 INFO ok!
86532024-09-06T23:32:15.891Z[ host-image] Sep 06 23:32:15.072 INFO O| Sep 06 23:32:15.072 INFO STEP 65 (ensure_file) COMPLETE
86542024-09-06T23:32:15.891Z[ host-image] Sep 06 23:32:15.072 INFO O| Sep 06 23:32:15.072 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-09-06T23:32:15.902Z[ host-image] Sep 06 23:32:15.086 INFO O| Sep 06 23:32:15.086 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86562024-09-06T23:32:15.902Z[ host-image] Sep 06 23:32:15.086 INFO O| Sep 06 23:32:15.086 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86572024-09-06T23:32:15.905Z[ host-image] Sep 06 23:32:15.086 INFO O| Sep 06 23:32:15.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86582024-09-06T23:32:15.905Z[ host-image] Sep 06 23:32:15.086 INFO O| Sep 06 23:32:15.086 INFO STEP 66 (ensure_dir) COMPLETE
86592024-09-06T23:32:15.905Z[ host-image] Sep 06 23:32:15.086 INFO O| Sep 06 23:32:15.086 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-09-06T23:32:15.914Z[ host-image] Sep 06 23:32:15.096 INFO O| Sep 06 23:32:15.096 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86612024-09-06T23:32:15.914Z[ host-image] Sep 06 23:32:15.096 INFO O| Sep 06 23:32:15.096 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 ...
86622024-09-06T23:32:15.920Z[ host-image] Sep 06 23:32:15.103 INFO O| Sep 06 23:32:15.103 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
86632024-09-06T23:32:15.920Z[ host-image] Sep 06 23:32:15.103 INFO O| Sep 06 23:32:15.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86642024-09-06T23:32:15.922Z[ host-image] Sep 06 23:32:15.103 INFO O| Sep 06 23:32:15.103 INFO ok!
86652024-09-06T23:32:15.922Z[ host-image] Sep 06 23:32:15.103 INFO O| Sep 06 23:32:15.103 INFO STEP 67 (ensure_file) COMPLETE
86662024-09-06T23:32:15.922Z[ host-image] Sep 06 23:32:15.103 INFO O| Sep 06 23:32:15.103 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86672024-09-06T23:32:15.931Z[ host-image] Sep 06 23:32:15.114 INFO O| Sep 06 23:32:15.114 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86682024-09-06T23:32:15.931Z[ host-image] Sep 06 23:32:15.114 INFO O| Sep 06 23:32:15.114 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 ...
86692024-09-06T23:32:15.934Z[ host-image] Sep 06 23:32:15.115 INFO O| Sep 06 23:32:15.114 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
86702024-09-06T23:32:15.934Z[ host-image] Sep 06 23:32:15.115 INFO O| Sep 06 23:32:15.115 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86712024-09-06T23:32:15.934Z[ host-image] Sep 06 23:32:15.115 INFO O| Sep 06 23:32:15.115 INFO ok!
86722024-09-06T23:32:15.934Z[ host-image] Sep 06 23:32:15.115 INFO O| Sep 06 23:32:15.115 INFO STEP 68 (ensure_file) COMPLETE
86732024-09-06T23:32:15.934Z[ host-image] Sep 06 23:32:15.115 INFO O| Sep 06 23:32:15.115 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-09-06T23:32:15.946Z[ host-image] Sep 06 23:32:15.129 INFO O| Sep 06 23:32:15.129 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86752024-09-06T23:32:15.946Z[ host-image] Sep 06 23:32:15.129 INFO O| Sep 06 23:32:15.129 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86762024-09-06T23:32:18.738Z[ host-image] Sep 06 23:32:17.922 INFO O| Sep 06 23:32:17.921 INFO STEP 69 (pack_tar) COMPLETE
86772024-09-06T23:32:18.739Z[ host-image] Sep 06 23:32:17.922 INFO O| Sep 06 23:32:17.922 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86782024-09-06T23:32:18.743Z[ host-image] Sep 06 23:32:17.922 INFO O| Sep 06 23:32:17.922 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86792024-09-06T23:32:18.787Z[ recovery-image] Sep 06 23:32:17.970 INFO E| Compiling clap_derive v4.5.13
86802024-09-06T23:32:18.889Z[ host-image] Sep 06 23:32:18.072 INFO O| Sep 06 23:32:18.072 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86812024-09-06T23:32:18.940Z[ host-image] Sep 06 23:32:18.123 INFO O| Sep 06 23:32:18.123 INFO completed processing gimlet/ramdisk-02-trim
86822024-09-06T23:32:18.942Z[ host-image] Sep 06 23:32:18.125 INFO image builder template: zfs...
86832024-09-06T23:32:18.942Z[ host-image] Sep 06 23:32:18.125 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/.tmp6Si32a/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
86842024-09-06T23:32:18.955Z[ host-image] Sep 06 23:32:18.138 INFO O| Sep 06 23:32:18.138 INFO skip include "stress" because feature "stress" is not enabled
86852024-09-06T23:32:18.986Z[ host-image] Sep 06 23:32:18.169 INFO O| Sep 06 23:32:18.169 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86862024-09-06T23:32:18.990Z[ host-image] Sep 06 23:32:18.173 INFO O| Sep 06 23:32:18.173 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86872024-09-06T23:32:19.029Z[ host-image] Sep 06 23:32:18.212 INFO O| Sep 06 23:32:18.212 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86882024-09-06T23:32:19.069Z[ host-image] Sep 06 23:32:18.252 INFO O| Sep 06 23:32:18.252 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86892024-09-06T23:32:19.069Z[ host-image] Sep 06 23:32:18.252 INFO O| Sep 06 23:32:18.252 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86902024-09-06T23:32:19.073Z[ host-image] Sep 06 23:32:18.257 INFO O| Sep 06 23:32:18.257 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86912024-09-06T23:32:19.118Z[ host-image] Sep 06 23:32:18.301 INFO O| Sep 06 23:32:18.301 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86922024-09-06T23:32:19.151Z[ host-image] Sep 06 23:32:18.334 INFO O| Sep 06 23:32:18.334 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86932024-09-06T23:32:19.162Z[ host-image] Sep 06 23:32:18.346 INFO O| Sep 06 23:32:18.346 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86942024-09-06T23:32:19.167Z[ host-image] Sep 06 23:32:18.350 INFO O| Sep 06 23:32:18.350 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86952024-09-06T23:32:19.170Z[ host-image] Sep 06 23:32:18.351 INFO O| Sep 06 23:32:18.351 INFO no lofi found
86962024-09-06T23:32:19.170Z[ host-image] Sep 06 23:32:18.351 INFO O| Sep 06 23:32:18.351 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86972024-09-06T23:32:19.170Z[ host-image] Sep 06 23:32:18.351 INFO O| Sep 06 23:32:18.351 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86982024-09-06T23:32:20.663Z[ recovery-image] Sep 06 23:32:19.845 INFO E| Compiling clap v4.5.17
86992024-09-06T23:32:20.714Z[ recovery-image] Sep 06 23:32:19.897 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87002024-09-06T23:32:20.826Z[ host-image] Sep 06 23:32:20.008 INFO O| Sep 06 23:32:20.008 INFO lofi device = /dev/dsk/c2t1d0p0
87012024-09-06T23:32:20.826Z[ host-image] Sep 06 23:32:20.008 INFO O| Sep 06 23:32:20.008 INFO pool device = /dev/dsk/c2t1d0p0
87022024-09-06T23:32:20.828Z[ host-image] Sep 06 23:32:20.008 INFO O| Sep 06 23:32:20.008 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"]
87032024-09-06T23:32:20.898Z[ host-image] Sep 06 23:32:20.081 INFO O| Sep 06 23:32:20.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87042024-09-06T23:32:20.898Z[ host-image] Sep 06 23:32:20.081 INFO O| Sep 06 23:32:20.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87052024-09-06T23:32:20.916Z[ host-image] Sep 06 23:32:20.099 INFO O| Sep 06 23:32:20.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87062024-09-06T23:32:20.973Z[ host-image] Sep 06 23:32:20.155 INFO O| Sep 06 23:32:20.155 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87072024-09-06T23:32:21.010Z[ host-image] Sep 06 23:32:20.193 INFO O| Sep 06 23:32:20.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87082024-09-06T23:32:21.024Z[ host-image] Sep 06 23:32:20.207 INFO O| Sep 06 23:32:20.207 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87092024-09-06T23:32:21.036Z[ host-image] Sep 06 23:32:20.219 INFO O| Sep 06 23:32:20.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87102024-09-06T23:32:21.090Z[ host-image] Sep 06 23:32:20.273 INFO O| Sep 06 23:32:20.273 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87112024-09-06T23:32:21.090Z[ host-image] Sep 06 23:32:20.273 INFO O| Sep 06 23:32:20.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87122024-09-06T23:32:21.092Z[ host-image] Sep 06 23:32:20.273 INFO O| Sep 06 23:32:20.273 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87132024-09-06T23:32:21.106Z[ host-image] Sep 06 23:32:20.289 INFO O| Sep 06 23:32:20.289 INFO boot environment UUID: cb5a111c-ec8e-4546-9387-8b9e3aba78a4
87142024-09-06T23:32:21.106Z[ host-image] Sep 06 23:32:20.289 INFO O| Sep 06 23:32:20.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = cb5a111c-ec8e-4546-9387-8b9e3aba78a4
87152024-09-06T23:32:21.121Z[ host-image] Sep 06 23:32:20.304 INFO O| Sep 06 23:32:20.304 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87162024-09-06T23:32:21.135Z[ host-image] Sep 06 23:32:20.318 INFO O| Sep 06 23:32:20.318 INFO STEP 0 (create_be) COMPLETE
87172024-09-06T23:32:21.135Z[ host-image] Sep 06 23:32:20.318 INFO O| Sep 06 23:32:20.318 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87182024-09-06T23:32:21.156Z[ host-image] Sep 06 23:32:20.338 INFO O| Sep 06 23:32:20.338 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87192024-09-06T23:32:21.900Z[ recovery-image] Sep 06 23:32:21.082 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.65s
87202024-09-06T23:32:21.913Z[ recovery-image] Sep 06 23:32:21.096 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87212024-09-06T23:32:22.100Z[ recovery-image] Sep 06 23:32:21.283 INFO E| Updating crates.io index
87222024-09-06T23:32:22.278Z[ recovery-image] Sep 06 23:32:21.460 INFO E| Downloading crates ...
87232024-09-06T23:32:22.346Z[ recovery-image] Sep 06 23:32:21.529 INFO E| Downloaded seq-macro v0.3.5
87242024-09-06T23:32:22.350Z[ recovery-image] Sep 06 23:32:21.532 INFO E| Downloaded miniz_oxide v0.7.4
87252024-09-06T23:32:22.352Z[ recovery-image] Sep 06 23:32:21.534 INFO E| Downloaded cpio_reader v0.1.1
87262024-09-06T23:32:22.354Z[ recovery-image] Sep 06 23:32:21.536 INFO E| Downloaded bit_field v0.10.2
87272024-09-06T23:32:22.370Z[ recovery-image] Sep 06 23:32:21.552 INFO E| Downloaded raw-cpuid v10.7.0
87282024-09-06T23:32:22.516Z[ recovery-image] Sep 06 23:32:21.699 INFO E| Downloaded x86 v0.52.0
87292024-09-06T23:32:22.600Z[ recovery-image] Sep 06 23:32:21.782 INFO E| Updating crates.io index
87302024-09-06T23:32:22.662Z[ recovery-image] Sep 06 23:32:21.844 INFO E| Downloading crates ...
87312024-09-06T23:32:22.723Z[ recovery-image] Sep 06 23:32:21.906 INFO E| Downloaded compiler_builtins v0.1.123
87322024-09-06T23:32:22.810Z[ recovery-image] Sep 06 23:32:21.993 INFO E| Compiling compiler_builtins v0.1.123
87332024-09-06T23:32:22.810Z[ recovery-image] Sep 06 23:32:21.993 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87342024-09-06T23:32:22.810Z[ recovery-image] Sep 06 23:32:21.993 INFO E| Compiling proc-macro2 v1.0.86
87352024-09-06T23:32:22.810Z[ recovery-image] Sep 06 23:32:21.993 INFO E| Compiling unicode-ident v1.0.12
87362024-09-06T23:32:22.810Z[ recovery-image] Sep 06 23:32:21.993 INFO E| Compiling syn v1.0.109
87372024-09-06T23:32:22.813Z[ recovery-image] Sep 06 23:32:21.993 INFO E| Compiling x86 v0.52.0
87382024-09-06T23:32:22.854Z[ recovery-image] Sep 06 23:32:22.037 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87392024-09-06T23:32:22.856Z[ recovery-image] Sep 06 23:32:22.037 INFO E| Compiling seq-macro v0.3.5
87402024-09-06T23:32:24.794Z[ recovery-image] Sep 06 23:32:23.976 INFO E| Compiling quote v1.0.37
87412024-09-06T23:32:25.217Z[ recovery-image] Sep 06 23:32:24.399 INFO E| Compiling syn v2.0.77
87422024-09-06T23:32:29.417Z[ recovery-image] Sep 06 23:32:28.596 INFO E| Compiling scroll_derive v0.12.0
87432024-09-06T23:32:32.434Z[ recovery-image] Sep 06 23:32:31.613 INFO E| Compiling bitstruct_derive v0.1.0
87442024-09-06T23:32:42.665Z[ host-image] Sep 06 23:32:41.846 INFO O| Sep 06 23:32:41.846 INFO STEP 1 (unpack_tar) COMPLETE
87452024-09-06T23:32:42.666Z[ host-image] Sep 06 23:32:41.846 INFO O| Sep 06 23:32:41.846 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462024-09-06T23:32:42.677Z[ host-image] Sep 06 23:32:41.858 INFO O| Sep 06 23:32:41.858 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87472024-09-06T23:32:42.775Z[ host-image] Sep 06 23:32:41.956 INFO O| Sep 06 23:32:41.956 INFO STEP 2 (devfsadm) COMPLETE
87482024-09-06T23:32:42.775Z[ host-image] Sep 06 23:32:41.956 INFO O| Sep 06 23:32:41.956 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87492024-09-06T23:32:42.786Z[ host-image] Sep 06 23:32:41.967 INFO O| Sep 06 23:32:41.967 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87502024-09-06T23:32:42.788Z[ host-image] Sep 06 23:32:41.967 INFO O| Sep 06 23:32:41.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87512024-09-06T23:32:42.788Z[ host-image] Sep 06 23:32:41.967 INFO O| Sep 06 23:32:41.967 INFO STEP 3 (ensure_dir) COMPLETE
87522024-09-06T23:32:42.788Z[ host-image] Sep 06 23:32:41.967 INFO O| Sep 06 23:32:41.967 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532024-09-06T23:32:42.796Z[ host-image] Sep 06 23:32:41.977 INFO O| Sep 06 23:32:41.977 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87542024-09-06T23:32:42.796Z[ host-image] Sep 06 23:32:41.977 INFO O| Sep 06 23:32:41.977 INFO STEP 4 (ensure_dir) COMPLETE
87552024-09-06T23:32:42.799Z[ host-image] Sep 06 23:32:41.977 INFO O| Sep 06 23:32:41.977 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562024-09-06T23:32:42.806Z[ host-image] Sep 06 23:32:41.987 INFO O| Sep 06 23:32:41.987 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87572024-09-06T23:32:42.806Z[ host-image] Sep 06 23:32:41.987 INFO O| Sep 06 23:32:41.987 INFO STEP 5 (ensure_dir) COMPLETE
87582024-09-06T23:32:42.809Z[ host-image] Sep 06 23:32:41.987 INFO O| Sep 06 23:32:41.987 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592024-09-06T23:32:42.816Z[ host-image] Sep 06 23:32:41.997 INFO O| Sep 06 23:32:41.997 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87602024-09-06T23:32:42.816Z[ host-image] Sep 06 23:32:41.997 INFO O| Sep 06 23:32:41.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87612024-09-06T23:32:42.819Z[ host-image] Sep 06 23:32:41.997 INFO O| Sep 06 23:32:41.997 INFO STEP 6 (ensure_dir) COMPLETE
87622024-09-06T23:32:42.819Z[ host-image] Sep 06 23:32:41.997 INFO O| Sep 06 23:32:41.997 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87632024-09-06T23:32:42.827Z[ host-image] Sep 06 23:32:42.008 INFO O| Sep 06 23:32:42.008 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87642024-09-06T23:32:42.827Z[ host-image] Sep 06 23:32:42.008 INFO O| Sep 06 23:32:42.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87652024-09-06T23:32:42.829Z[ host-image] Sep 06 23:32:42.008 INFO O| Sep 06 23:32:42.008 INFO STEP 7 (ensure_dir) COMPLETE
87662024-09-06T23:32:42.829Z[ host-image] Sep 06 23:32:42.008 INFO O| Sep 06 23:32:42.008 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87672024-09-06T23:32:42.836Z[ host-image] Sep 06 23:32:42.018 INFO O| Sep 06 23:32:42.017 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87682024-09-06T23:32:42.838Z[ host-image] Sep 06 23:32:42.018 INFO O| Sep 06 23:32:42.018 INFO STEP 8 (remove_files) COMPLETE
87692024-09-06T23:32:42.838Z[ host-image] Sep 06 23:32:42.018 INFO O| Sep 06 23:32:42.018 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702024-09-06T23:32:42.846Z[ host-image] Sep 06 23:32:42.027 INFO O| Sep 06 23:32:42.027 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87712024-09-06T23:32:42.849Z[ host-image] Sep 06 23:32:42.028 INFO O| Sep 06 23:32:42.028 INFO STEP 9 (remove_files) COMPLETE
87722024-09-06T23:32:42.849Z[ host-image] Sep 06 23:32:42.028 INFO O| Sep 06 23:32:42.028 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732024-09-06T23:32:42.857Z[ host-image] Sep 06 23:32:42.038 INFO O| Sep 06 23:32:42.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87742024-09-06T23:32:42.859Z[ host-image] Sep 06 23:32:42.039 INFO O| Sep 06 23:32:42.039 INFO STEP 10 (remove_files) COMPLETE
87752024-09-06T23:32:42.859Z[ host-image] Sep 06 23:32:42.039 INFO O| Sep 06 23:32:42.039 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762024-09-06T23:32:42.867Z[ host-image] Sep 06 23:32:42.048 INFO O| Sep 06 23:32:42.048 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87772024-09-06T23:32:42.871Z[ host-image] Sep 06 23:32:42.049 INFO O| Sep 06 23:32:42.049 INFO STEP 11 (remove_files) COMPLETE
87782024-09-06T23:32:42.871Z[ host-image] Sep 06 23:32:42.049 INFO O| Sep 06 23:32:42.049 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792024-09-06T23:32:42.877Z[ host-image] Sep 06 23:32:42.059 INFO O| Sep 06 23:32:42.058 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87802024-09-06T23:32:42.880Z[ host-image] Sep 06 23:32:42.059 INFO O| Sep 06 23:32:42.059 INFO STEP 12 (remove_files) COMPLETE
87812024-09-06T23:32:42.880Z[ host-image] Sep 06 23:32:42.059 INFO O| Sep 06 23:32:42.059 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822024-09-06T23:32:42.887Z[ host-image] Sep 06 23:32:42.069 INFO O| Sep 06 23:32:42.069 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87832024-09-06T23:32:42.890Z[ host-image] Sep 06 23:32:42.069 INFO O| Sep 06 23:32:42.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87842024-09-06T23:32:42.890Z[ host-image] Sep 06 23:32:42.069 INFO O| Sep 06 23:32:42.069 INFO STEP 13 (ensure_dir) COMPLETE
87852024-09-06T23:32:42.890Z[ host-image] Sep 06 23:32:42.069 INFO O| Sep 06 23:32:42.069 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862024-09-06T23:32:42.898Z[ host-image] Sep 06 23:32:42.079 INFO O| Sep 06 23:32:42.079 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87872024-09-06T23:32:42.900Z[ host-image] Sep 06 23:32:42.079 INFO O| Sep 06 23:32:42.079 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87882024-09-06T23:32:42.900Z[ host-image] Sep 06 23:32:42.079 INFO O| Sep 06 23:32:42.079 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87892024-09-06T23:32:42.900Z[ host-image] Sep 06 23:32:42.079 INFO O| Sep 06 23:32:42.079 INFO STEP 14 (ensure_dir) COMPLETE
87902024-09-06T23:32:42.900Z[ host-image] Sep 06 23:32:42.079 INFO O| Sep 06 23:32:42.079 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912024-09-06T23:32:42.908Z[ host-image] Sep 06 23:32:42.089 INFO O| Sep 06 23:32:42.089 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87922024-09-06T23:32:42.908Z[ host-image] Sep 06 23:32:42.089 INFO O| Sep 06 23:32:42.089 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87932024-09-06T23:32:42.910Z[ host-image] Sep 06 23:32:42.089 INFO O| Sep 06 23:32:42.089 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87942024-09-06T23:32:42.910Z[ host-image] Sep 06 23:32:42.089 INFO O| Sep 06 23:32:42.089 INFO STEP 15 (ensure_dir) COMPLETE
87952024-09-06T23:32:42.910Z[ host-image] Sep 06 23:32:42.089 INFO O| Sep 06 23:32:42.089 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962024-09-06T23:32:42.919Z[ host-image] Sep 06 23:32:42.101 INFO O| Sep 06 23:32:42.100 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87972024-09-06T23:32:42.919Z[ host-image] Sep 06 23:32:42.101 INFO O| Sep 06 23:32:42.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87982024-09-06T23:32:42.922Z[ host-image] Sep 06 23:32:42.101 INFO O| Sep 06 23:32:42.101 INFO STEP 16 (ensure_dir) COMPLETE
87992024-09-06T23:32:42.922Z[ host-image] Sep 06 23:32:42.101 INFO O| Sep 06 23:32:42.101 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002024-09-06T23:32:42.930Z[ host-image] Sep 06 23:32:42.111 INFO O| Sep 06 23:32:42.111 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88012024-09-06T23:32:42.930Z[ host-image] Sep 06 23:32:42.111 INFO O| Sep 06 23:32:42.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88022024-09-06T23:32:42.932Z[ host-image] Sep 06 23:32:42.111 INFO O| Sep 06 23:32:42.111 INFO STEP 17 (ensure_dir) COMPLETE
88032024-09-06T23:32:42.932Z[ host-image] Sep 06 23:32:42.111 INFO O| Sep 06 23:32:42.111 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042024-09-06T23:32:42.940Z[ host-image] Sep 06 23:32:42.121 INFO O| Sep 06 23:32:42.121 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88052024-09-06T23:32:42.940Z[ host-image] Sep 06 23:32:42.121 INFO O| Sep 06 23:32:42.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88062024-09-06T23:32:42.942Z[ host-image] Sep 06 23:32:42.121 INFO O| Sep 06 23:32:42.121 INFO ok!
88072024-09-06T23:32:42.942Z[ host-image] Sep 06 23:32:42.121 INFO O| Sep 06 23:32:42.121 INFO STEP 18 (ensure_symlink) COMPLETE
88082024-09-06T23:32:42.942Z[ host-image] Sep 06 23:32:42.121 INFO O| Sep 06 23:32:42.121 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092024-09-06T23:32:42.950Z[ host-image] Sep 06 23:32:42.131 INFO O| Sep 06 23:32:42.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88102024-09-06T23:32:42.950Z[ host-image] Sep 06 23:32:42.131 INFO O| Sep 06 23:32:42.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88112024-09-06T23:32:42.952Z[ host-image] Sep 06 23:32:42.131 INFO O| Sep 06 23:32:42.131 INFO ok!
88122024-09-06T23:32:42.952Z[ host-image] Sep 06 23:32:42.131 INFO O| Sep 06 23:32:42.131 INFO STEP 19 (ensure_file) COMPLETE
88132024-09-06T23:32:42.952Z[ host-image] Sep 06 23:32:42.131 INFO O| Sep 06 23:32:42.131 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142024-09-06T23:32:42.962Z[ host-image] Sep 06 23:32:42.143 INFO O| Sep 06 23:32:42.143 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88152024-09-06T23:32:42.962Z[ host-image] Sep 06 23:32:42.143 INFO O| Sep 06 23:32:42.143 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88162024-09-06T23:32:42.965Z[ host-image] Sep 06 23:32:42.144 INFO O| Sep 06 23:32:42.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88172024-09-06T23:32:42.965Z[ host-image] Sep 06 23:32:42.144 INFO O| Sep 06 23:32:42.144 INFO ok!
88182024-09-06T23:32:42.965Z[ host-image] Sep 06 23:32:42.144 INFO O| Sep 06 23:32:42.144 INFO STEP 20 (ensure_symlink) COMPLETE
88192024-09-06T23:32:42.965Z[ host-image] Sep 06 23:32:42.144 INFO O| Sep 06 23:32:42.144 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88202024-09-06T23:32:42.972Z[ host-image] Sep 06 23:32:42.153 INFO O| Sep 06 23:32:42.153 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88212024-09-06T23:32:42.972Z[ host-image] Sep 06 23:32:42.153 INFO O| Sep 06 23:32:42.153 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88222024-09-06T23:32:42.975Z[ host-image] Sep 06 23:32:42.153 INFO O| Sep 06 23:32:42.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88232024-09-06T23:32:42.975Z[ host-image] Sep 06 23:32:42.153 INFO O| Sep 06 23:32:42.153 INFO ok!
88242024-09-06T23:32:42.975Z[ host-image] Sep 06 23:32:42.153 INFO O| Sep 06 23:32:42.153 INFO STEP 21 (ensure_symlink) COMPLETE
88252024-09-06T23:32:42.975Z[ host-image] Sep 06 23:32:42.153 INFO O| Sep 06 23:32:42.153 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88262024-09-06T23:32:42.984Z[ host-image] Sep 06 23:32:42.166 INFO O| Sep 06 23:32:42.165 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88272024-09-06T23:32:42.984Z[ host-image] Sep 06 23:32:42.166 INFO O| Sep 06 23:32:42.166 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88282024-09-06T23:32:42.984Z[ host-image] Sep 06 23:32:42.166 INFO O| Sep 06 23:32:42.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88292024-09-06T23:32:42.987Z[ host-image] Sep 06 23:32:42.166 INFO O| Sep 06 23:32:42.166 INFO ok!
88302024-09-06T23:32:42.987Z[ host-image] Sep 06 23:32:42.166 INFO O| Sep 06 23:32:42.166 INFO STEP 22 (ensure_symlink) COMPLETE
88312024-09-06T23:32:42.987Z[ host-image] Sep 06 23:32:42.166 INFO O| Sep 06 23:32:42.166 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322024-09-06T23:32:42.994Z[ host-image] Sep 06 23:32:42.175 INFO O| Sep 06 23:32:42.175 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88332024-09-06T23:32:42.994Z[ host-image] Sep 06 23:32:42.175 INFO O| Sep 06 23:32:42.175 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88342024-09-06T23:32:42.996Z[ host-image] Sep 06 23:32:42.175 INFO O| Sep 06 23:32:42.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88352024-09-06T23:32:42.996Z[ host-image] Sep 06 23:32:42.175 INFO O| Sep 06 23:32:42.175 INFO ok!
88362024-09-06T23:32:42.996Z[ host-image] Sep 06 23:32:42.175 INFO O| Sep 06 23:32:42.175 INFO STEP 23 (ensure_symlink) COMPLETE
88372024-09-06T23:32:42.996Z[ host-image] Sep 06 23:32:42.175 INFO O| Sep 06 23:32:42.175 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382024-09-06T23:32:43.005Z[ host-image] Sep 06 23:32:42.186 INFO O| Sep 06 23:32:42.186 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88392024-09-06T23:32:43.007Z[ host-image] Sep 06 23:32:42.186 INFO O| Sep 06 23:32:42.186 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88402024-09-06T23:32:43.007Z[ host-image] Sep 06 23:32:42.186 INFO O| Sep 06 23:32:42.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88412024-09-06T23:32:43.007Z[ host-image] Sep 06 23:32:42.186 INFO O| Sep 06 23:32:42.186 INFO ok!
88422024-09-06T23:32:43.007Z[ host-image] Sep 06 23:32:42.186 INFO O| Sep 06 23:32:42.186 INFO STEP 24 (ensure_file) COMPLETE
88432024-09-06T23:32:43.007Z[ host-image] Sep 06 23:32:42.186 INFO O| Sep 06 23:32:42.186 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442024-09-06T23:32:43.015Z[ host-image] Sep 06 23:32:42.197 INFO O| Sep 06 23:32:42.196 INFO updating shadow file
88452024-09-06T23:32:43.018Z[ host-image] Sep 06 23:32:42.197 INFO O| Sep 06 23:32:42.197 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88462024-09-06T23:32:43.018Z[ host-image] Sep 06 23:32:42.197 INFO O| Sep 06 23:32:42.197 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88472024-09-06T23:32:43.018Z[ host-image] Sep 06 23:32:42.197 INFO O| Sep 06 23:32:42.197 INFO STEP 25 (shadow) COMPLETE
88482024-09-06T23:32:43.018Z[ host-image] Sep 06 23:32:42.197 INFO O| Sep 06 23:32:42.197 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492024-09-06T23:32:43.028Z[ host-image] Sep 06 23:32:42.209 INFO O| Sep 06 23:32:42.209 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88502024-09-06T23:32:43.028Z[ host-image] Sep 06 23:32:42.209 INFO O| Sep 06 23:32:42.209 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88512024-09-06T23:32:43.031Z[ host-image] Sep 06 23:32:42.210 INFO O| Sep 06 23:32:42.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88522024-09-06T23:32:43.031Z[ host-image] Sep 06 23:32:42.210 INFO O| Sep 06 23:32:42.210 INFO ok!
88532024-09-06T23:32:43.031Z[ host-image] Sep 06 23:32:42.210 INFO O| Sep 06 23:32:42.210 INFO STEP 26 (ensure_file) COMPLETE
88542024-09-06T23:32:43.031Z[ host-image] Sep 06 23:32:42.210 INFO O| Sep 06 23:32:42.210 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552024-09-06T23:32:43.041Z[ host-image] Sep 06 23:32:42.220 INFO O| Sep 06 23:32:42.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88562024-09-06T23:32:43.041Z[ host-image] Sep 06 23:32:42.220 INFO O| Sep 06 23:32:42.220 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88572024-09-06T23:32:43.043Z[ host-image] Sep 06 23:32:42.220 INFO O| Sep 06 23:32:42.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88582024-09-06T23:32:43.043Z[ host-image] Sep 06 23:32:42.220 INFO O| Sep 06 23:32:42.220 INFO ok!
88592024-09-06T23:32:43.043Z[ host-image] Sep 06 23:32:42.220 INFO O| Sep 06 23:32:42.220 INFO STEP 27 (ensure_file) COMPLETE
88602024-09-06T23:32:43.043Z[ host-image] Sep 06 23:32:42.220 INFO O| Sep 06 23:32:42.220 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612024-09-06T23:32:43.049Z[ host-image] Sep 06 23:32:42.230 INFO O| Sep 06 23:32:42.230 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88622024-09-06T23:32:43.049Z[ host-image] Sep 06 23:32:42.230 INFO O| Sep 06 23:32:42.230 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88632024-09-06T23:32:43.051Z[ host-image] Sep 06 23:32:42.230 INFO O| Sep 06 23:32:42.230 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88642024-09-06T23:32:43.051Z[ host-image] Sep 06 23:32:42.230 INFO O| Sep 06 23:32:42.230 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88652024-09-06T23:32:43.052Z[ host-image] Sep 06 23:32:42.230 INFO O| Sep 06 23:32:42.230 INFO ok!
88662024-09-06T23:32:43.052Z[ host-image] Sep 06 23:32:42.230 INFO O| Sep 06 23:32:42.230 INFO STEP 28 (ensure_file) COMPLETE
88672024-09-06T23:32:43.052Z[ host-image] Sep 06 23:32:42.230 INFO O| Sep 06 23:32:42.230 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88682024-09-06T23:32:43.059Z[ host-image] Sep 06 23:32:42.240 INFO O| Sep 06 23:32:42.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88692024-09-06T23:32:43.059Z[ host-image] Sep 06 23:32:42.240 INFO O| Sep 06 23:32:42.240 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88702024-09-06T23:32:43.061Z[ host-image] Sep 06 23:32:42.240 INFO O| Sep 06 23:32:42.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88712024-09-06T23:32:43.061Z[ host-image] Sep 06 23:32:42.240 INFO O| Sep 06 23:32:42.240 INFO ok!
88722024-09-06T23:32:43.061Z[ host-image] Sep 06 23:32:42.240 INFO O| Sep 06 23:32:42.240 INFO STEP 29 (ensure_file) COMPLETE
88732024-09-06T23:32:43.061Z[ host-image] Sep 06 23:32:42.240 INFO O| Sep 06 23:32:42.240 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88742024-09-06T23:32:43.069Z[ host-image] Sep 06 23:32:42.250 INFO O| Sep 06 23:32:42.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88752024-09-06T23:32:43.069Z[ host-image] Sep 06 23:32:42.250 INFO O| Sep 06 23:32:42.250 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88762024-09-06T23:32:43.072Z[ host-image] Sep 06 23:32:42.250 INFO O| Sep 06 23:32:42.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88772024-09-06T23:32:43.072Z[ host-image] Sep 06 23:32:42.250 INFO O| Sep 06 23:32:42.250 INFO ok!
88782024-09-06T23:32:43.072Z[ host-image] Sep 06 23:32:42.251 INFO O| Sep 06 23:32:42.250 INFO STEP 30 (ensure_file) COMPLETE
88792024-09-06T23:32:43.072Z[ host-image] Sep 06 23:32:42.251 INFO O| Sep 06 23:32:42.250 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88802024-09-06T23:32:43.082Z[ host-image] Sep 06 23:32:42.263 INFO O| Sep 06 23:32:42.263 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88812024-09-06T23:32:43.084Z[ host-image] Sep 06 23:32:42.263 INFO O| Sep 06 23:32:42.263 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88822024-09-06T23:32:43.084Z[ host-image] Sep 06 23:32:42.263 INFO O| Sep 06 23:32:42.263 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88832024-09-06T23:32:43.084Z[ host-image] Sep 06 23:32:42.263 INFO O| Sep 06 23:32:42.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88842024-09-06T23:32:43.084Z[ host-image] Sep 06 23:32:42.263 INFO O| Sep 06 23:32:42.263 INFO ok!
88852024-09-06T23:32:43.084Z[ host-image] Sep 06 23:32:42.263 INFO O| Sep 06 23:32:42.263 INFO STEP 31 (ensure_file) COMPLETE
88862024-09-06T23:32:43.084Z[ host-image] Sep 06 23:32:42.263 INFO O| Sep 06 23:32:42.263 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88872024-09-06T23:32:43.092Z[ host-image] Sep 06 23:32:42.273 INFO O| Sep 06 23:32:42.273 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88882024-09-06T23:32:43.092Z[ host-image] Sep 06 23:32:42.273 INFO O| Sep 06 23:32:42.273 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88892024-09-06T23:32:43.094Z[ host-image] Sep 06 23:32:42.273 INFO O| Sep 06 23:32:42.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88902024-09-06T23:32:43.094Z[ host-image] Sep 06 23:32:42.273 INFO O| Sep 06 23:32:42.273 INFO ok!
88912024-09-06T23:32:43.094Z[ host-image] Sep 06 23:32:42.273 INFO O| Sep 06 23:32:42.273 INFO STEP 32 (ensure_file) COMPLETE
88922024-09-06T23:32:43.094Z[ host-image] Sep 06 23:32:42.273 INFO O| Sep 06 23:32:42.273 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88932024-09-06T23:32:43.103Z[ host-image] Sep 06 23:32:42.284 INFO O| Sep 06 23:32:42.284 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88942024-09-06T23:32:43.103Z[ host-image] Sep 06 23:32:42.284 INFO O| Sep 06 23:32:42.284 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88952024-09-06T23:32:43.105Z[ host-image] Sep 06 23:32:42.284 INFO O| Sep 06 23:32:42.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88962024-09-06T23:32:43.105Z[ host-image] Sep 06 23:32:42.284 INFO O| Sep 06 23:32:42.284 INFO ok!
88972024-09-06T23:32:43.105Z[ host-image] Sep 06 23:32:42.284 INFO O| Sep 06 23:32:42.284 INFO STEP 33 (ensure_file) COMPLETE
88982024-09-06T23:32:43.105Z[ host-image] Sep 06 23:32:42.284 INFO O| Sep 06 23:32:42.284 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88992024-09-06T23:32:43.113Z[ host-image] Sep 06 23:32:42.294 INFO O| Sep 06 23:32:42.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89002024-09-06T23:32:43.113Z[ host-image] Sep 06 23:32:42.294 INFO O| Sep 06 23:32:42.294 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89012024-09-06T23:32:43.116Z[ host-image] Sep 06 23:32:42.294 INFO O| Sep 06 23:32:42.294 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89022024-09-06T23:32:43.116Z[ host-image] Sep 06 23:32:42.294 INFO O| Sep 06 23:32:42.294 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89032024-09-06T23:32:43.116Z[ host-image] Sep 06 23:32:42.294 INFO O| Sep 06 23:32:42.294 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89042024-09-06T23:32:43.116Z[ host-image] Sep 06 23:32:42.295 INFO O| Sep 06 23:32:42.294 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89052024-09-06T23:32:43.116Z[ host-image] Sep 06 23:32:42.295 INFO O| Sep 06 23:32:42.295 INFO ok!
89062024-09-06T23:32:43.116Z[ host-image] Sep 06 23:32:42.295 INFO O| Sep 06 23:32:42.295 INFO STEP 34 (ensure_file) COMPLETE
89072024-09-06T23:32:43.116Z[ host-image] Sep 06 23:32:42.295 INFO O| Sep 06 23:32:42.295 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89082024-09-06T23:32:43.124Z[ host-image] Sep 06 23:32:42.305 INFO O| Sep 06 23:32:42.305 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89092024-09-06T23:32:43.126Z[ host-image] Sep 06 23:32:42.305 INFO O| Sep 06 23:32:42.305 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89102024-09-06T23:32:43.126Z[ host-image] Sep 06 23:32:42.305 INFO O| Sep 06 23:32:42.305 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89112024-09-06T23:32:43.126Z[ host-image] Sep 06 23:32:42.305 INFO O| Sep 06 23:32:42.305 INFO STEP 35 (ensure_dir) COMPLETE
89122024-09-06T23:32:43.126Z[ host-image] Sep 06 23:32:42.305 INFO O| Sep 06 23:32:42.305 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89132024-09-06T23:32:43.134Z[ host-image] Sep 06 23:32:42.315 INFO O| Sep 06 23:32:42.315 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
89142024-09-06T23:32:43.137Z[ host-image] Sep 06 23:32:42.315 INFO O| Sep 06 23:32:42.315 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 ...
89152024-09-06T23:32:43.137Z[ host-image] Sep 06 23:32:42.316 INFO O| Sep 06 23:32:42.316 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
89162024-09-06T23:32:43.137Z[ host-image] Sep 06 23:32:42.316 INFO O| Sep 06 23:32:42.316 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
89172024-09-06T23:32:43.137Z[ host-image] Sep 06 23:32:42.316 INFO O| Sep 06 23:32:42.316 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
89182024-09-06T23:32:43.137Z[ host-image] Sep 06 23:32:42.316 INFO O| Sep 06 23:32:42.316 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
89192024-09-06T23:32:43.137Z[ host-image] Sep 06 23:32:42.316 INFO O| Sep 06 23:32:42.316 INFO ok!
89202024-09-06T23:32:43.137Z[ host-image] Sep 06 23:32:42.316 INFO O| Sep 06 23:32:42.316 INFO STEP 36 (ensure_file) COMPLETE
89212024-09-06T23:32:43.137Z[ host-image] Sep 06 23:32:42.316 INFO O| Sep 06 23:32:42.316 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89222024-09-06T23:32:43.144Z[ host-image] Sep 06 23:32:42.326 INFO O| Sep 06 23:32:42.326 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89232024-09-06T23:32:43.145Z[ host-image] Sep 06 23:32:42.326 INFO O| Sep 06 23:32:42.326 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 ...
89242024-09-06T23:32:43.147Z[ host-image] Sep 06 23:32:42.326 INFO O| Sep 06 23:32:42.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89252024-09-06T23:32:43.147Z[ host-image] Sep 06 23:32:42.326 INFO O| Sep 06 23:32:42.326 INFO ok!
89262024-09-06T23:32:43.147Z[ host-image] Sep 06 23:32:42.326 INFO O| Sep 06 23:32:42.326 INFO STEP 37 (ensure_symlink) COMPLETE
89272024-09-06T23:32:43.147Z[ host-image] Sep 06 23:32:42.326 INFO O| Sep 06 23:32:42.326 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89282024-09-06T23:32:43.155Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89292024-09-06T23:32:43.155Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89302024-09-06T23:32:43.157Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89312024-09-06T23:32:43.157Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89322024-09-06T23:32:43.157Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89332024-09-06T23:32:43.157Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89342024-09-06T23:32:43.157Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO ok!
89352024-09-06T23:32:43.157Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO STEP 38 (ensure_file) COMPLETE
89362024-09-06T23:32:43.157Z[ host-image] Sep 06 23:32:42.336 INFO O| Sep 06 23:32:42.336 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89372024-09-06T23:32:43.165Z[ host-image] Sep 06 23:32:42.346 INFO O| Sep 06 23:32:42.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89382024-09-06T23:32:43.168Z[ host-image] Sep 06 23:32:42.346 INFO O| Sep 06 23:32:42.346 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 ...
89392024-09-06T23:32:43.169Z[ host-image] Sep 06 23:32:42.347 INFO O| Sep 06 23:32:42.347 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
89402024-09-06T23:32:43.169Z[ host-image] Sep 06 23:32:42.347 INFO O| Sep 06 23:32:42.347 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89412024-09-06T23:32:43.169Z[ host-image] Sep 06 23:32:42.347 INFO O| Sep 06 23:32:42.347 INFO ok!
89422024-09-06T23:32:43.169Z[ host-image] Sep 06 23:32:42.347 INFO O| Sep 06 23:32:42.347 INFO STEP 39 (ensure_file) COMPLETE
89432024-09-06T23:32:43.169Z[ host-image] Sep 06 23:32:42.347 INFO O| Sep 06 23:32:42.347 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89442024-09-06T23:32:43.176Z[ host-image] Sep 06 23:32:42.357 INFO O| Sep 06 23:32:42.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89452024-09-06T23:32:43.176Z[ host-image] Sep 06 23:32:42.357 INFO O| Sep 06 23:32:42.357 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89462024-09-06T23:32:43.179Z[ host-image] Sep 06 23:32:42.357 INFO O| Sep 06 23:32:42.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89472024-09-06T23:32:43.179Z[ host-image] Sep 06 23:32:42.357 INFO O| Sep 06 23:32:42.357 INFO ok!
89482024-09-06T23:32:43.179Z[ host-image] Sep 06 23:32:42.357 INFO O| Sep 06 23:32:42.357 INFO STEP 40 (ensure_file) COMPLETE
89492024-09-06T23:32:43.179Z[ host-image] Sep 06 23:32:42.357 INFO O| Sep 06 23:32:42.357 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89502024-09-06T23:32:43.186Z[ host-image] Sep 06 23:32:42.367 INFO O| Sep 06 23:32:42.367 INFO updating shadow file
89512024-09-06T23:32:43.189Z[ host-image] Sep 06 23:32:42.368 INFO O| Sep 06 23:32:42.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89522024-09-06T23:32:43.189Z[ host-image] Sep 06 23:32:42.368 INFO O| Sep 06 23:32:42.368 INFO STEP 41 (shadow) COMPLETE
89532024-09-06T23:32:43.189Z[ host-image] Sep 06 23:32:42.368 INFO O| Sep 06 23:32:42.368 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89542024-09-06T23:32:43.197Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89552024-09-06T23:32:43.197Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89562024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89572024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89582024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO ok!
89592024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO STEP 42 (ensure_file) COMPLETE
89602024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89612024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO skip step because feature "mfg" is not enabled
89622024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89632024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO skip step because feature "mfg" is not enabled
89642024-09-06T23:32:43.199Z[ host-image] Sep 06 23:32:42.378 INFO O| Sep 06 23:32:42.378 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89652024-09-06T23:32:43.209Z[ host-image] Sep 06 23:32:42.390 INFO O| Sep 06 23:32:42.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89662024-09-06T23:32:43.209Z[ host-image] Sep 06 23:32:42.390 INFO O| Sep 06 23:32:42.390 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89672024-09-06T23:32:43.858Z[ host-image] Sep 06 23:32:43.039 INFO O| Sep 06 23:32:43.039 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89682024-09-06T23:32:43.858Z[ host-image] Sep 06 23:32:43.039 INFO O| Sep 06 23:32:43.039 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89692024-09-06T23:32:43.861Z[ host-image] Sep 06 23:32:43.039 INFO O| Sep 06 23:32:43.039 INFO ok!
89702024-09-06T23:32:43.861Z[ host-image] Sep 06 23:32:43.039 INFO O| Sep 06 23:32:43.039 INFO STEP 45 (ensure_file) COMPLETE
89712024-09-06T23:32:43.861Z[ host-image] Sep 06 23:32:43.039 INFO O| Sep 06 23:32:43.039 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89722024-09-06T23:32:43.870Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89732024-09-06T23:32:43.870Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89742024-09-06T23:32:43.872Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89752024-09-06T23:32:43.872Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89762024-09-06T23:32:43.872Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89772024-09-06T23:32:43.872Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89782024-09-06T23:32:43.872Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 INFO ok!
89792024-09-06T23:32:43.872Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 INFO STEP 46 (ensure_file) COMPLETE
89802024-09-06T23:32:43.872Z[ host-image] Sep 06 23:32:43.051 INFO O| Sep 06 23:32:43.051 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89812024-09-06T23:32:43.883Z[ host-image] Sep 06 23:32:43.064 INFO O| Sep 06 23:32:43.064 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89822024-09-06T23:32:43.885Z[ host-image] Sep 06 23:32:43.064 INFO O| Sep 06 23:32:43.064 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 ...
89832024-09-06T23:32:43.885Z[ host-image] Sep 06 23:32:43.064 INFO O| Sep 06 23:32:43.064 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
89842024-09-06T23:32:43.885Z[ host-image] Sep 06 23:32:43.064 INFO O| Sep 06 23:32:43.064 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89852024-09-06T23:32:43.885Z[ host-image] Sep 06 23:32:43.064 INFO O| Sep 06 23:32:43.064 INFO ok!
89862024-09-06T23:32:43.885Z[ host-image] Sep 06 23:32:43.064 INFO O| Sep 06 23:32:43.064 INFO STEP 47 (ensure_file) COMPLETE
89872024-09-06T23:32:43.885Z[ host-image] Sep 06 23:32:43.064 INFO O| Sep 06 23:32:43.064 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89882024-09-06T23:32:43.893Z[ host-image] Sep 06 23:32:43.074 INFO O| Sep 06 23:32:43.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89892024-09-06T23:32:43.893Z[ host-image] Sep 06 23:32:43.074 INFO O| Sep 06 23:32:43.074 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89902024-09-06T23:32:43.893Z[ host-image] Sep 06 23:32:43.074 INFO O| Sep 06 23:32:43.074 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89912024-09-06T23:32:43.896Z[ host-image] Sep 06 23:32:43.074 INFO O| Sep 06 23:32:43.074 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89922024-09-06T23:32:43.896Z[ host-image] Sep 06 23:32:43.075 INFO O| Sep 06 23:32:43.074 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89932024-09-06T23:32:43.896Z[ host-image] Sep 06 23:32:43.075 INFO O| Sep 06 23:32:43.075 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89942024-09-06T23:32:43.896Z[ host-image] Sep 06 23:32:43.075 INFO O| Sep 06 23:32:43.075 INFO ok!
89952024-09-06T23:32:43.896Z[ host-image] Sep 06 23:32:43.075 INFO O| Sep 06 23:32:43.075 INFO STEP 48 (ensure_file) COMPLETE
89962024-09-06T23:32:43.896Z[ host-image] Sep 06 23:32:43.075 INFO O| Sep 06 23:32:43.075 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89972024-09-06T23:32:43.904Z[ host-image] Sep 06 23:32:43.085 INFO O| Sep 06 23:32:43.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89982024-09-06T23:32:43.904Z[ host-image] Sep 06 23:32:43.085 INFO O| Sep 06 23:32:43.085 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 ...
89992024-09-06T23:32:43.906Z[ host-image] Sep 06 23:32:43.085 INFO O| Sep 06 23:32:43.085 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
90002024-09-06T23:32:43.906Z[ host-image] Sep 06 23:32:43.085 INFO O| Sep 06 23:32:43.085 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90012024-09-06T23:32:43.906Z[ host-image] Sep 06 23:32:43.085 INFO O| Sep 06 23:32:43.085 INFO ok!
90022024-09-06T23:32:43.906Z[ host-image] Sep 06 23:32:43.085 INFO O| Sep 06 23:32:43.085 INFO STEP 49 (ensure_file) COMPLETE
90032024-09-06T23:32:43.906Z[ host-image] Sep 06 23:32:43.085 INFO O| Sep 06 23:32:43.085 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90042024-09-06T23:32:43.914Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90052024-09-06T23:32:43.914Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90062024-09-06T23:32:43.916Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90072024-09-06T23:32:43.916Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90082024-09-06T23:32:43.916Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90092024-09-06T23:32:43.916Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90102024-09-06T23:32:43.916Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO ok!
90112024-09-06T23:32:43.916Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO STEP 50 (ensure_file) COMPLETE
90122024-09-06T23:32:43.916Z[ host-image] Sep 06 23:32:43.095 INFO O| Sep 06 23:32:43.095 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90132024-09-06T23:32:43.924Z[ host-image] Sep 06 23:32:43.105 INFO O| Sep 06 23:32:43.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90142024-09-06T23:32:43.924Z[ host-image] Sep 06 23:32:43.105 INFO O| Sep 06 23:32:43.105 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 ...
90152024-09-06T23:32:43.927Z[ host-image] Sep 06 23:32:43.105 INFO O| Sep 06 23:32:43.105 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
90162024-09-06T23:32:43.927Z[ host-image] Sep 06 23:32:43.106 INFO O| Sep 06 23:32:43.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90172024-09-06T23:32:43.927Z[ host-image] Sep 06 23:32:43.106 INFO O| Sep 06 23:32:43.106 INFO ok!
90182024-09-06T23:32:43.927Z[ host-image] Sep 06 23:32:43.106 INFO O| Sep 06 23:32:43.106 INFO STEP 51 (ensure_file) COMPLETE
90192024-09-06T23:32:43.927Z[ host-image] Sep 06 23:32:43.106 INFO O| Sep 06 23:32:43.106 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90202024-09-06T23:32:43.935Z[ host-image] Sep 06 23:32:43.116 INFO O| Sep 06 23:32:43.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90212024-09-06T23:32:43.935Z[ host-image] Sep 06 23:32:43.116 INFO O| Sep 06 23:32:43.116 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 ...
90222024-09-06T23:32:43.937Z[ host-image] Sep 06 23:32:43.116 INFO O| Sep 06 23:32:43.116 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90232024-09-06T23:32:43.937Z[ host-image] Sep 06 23:32:43.116 INFO O| Sep 06 23:32:43.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90242024-09-06T23:32:43.937Z[ host-image] Sep 06 23:32:43.116 INFO O| Sep 06 23:32:43.116 INFO ok!
90252024-09-06T23:32:43.937Z[ host-image] Sep 06 23:32:43.116 INFO O| Sep 06 23:32:43.116 INFO STEP 52 (ensure_file) COMPLETE
90262024-09-06T23:32:43.937Z[ host-image] Sep 06 23:32:43.116 INFO O| Sep 06 23:32:43.116 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90272024-09-06T23:32:43.945Z[ host-image] Sep 06 23:32:43.126 INFO O| Sep 06 23:32:43.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90282024-09-06T23:32:43.945Z[ host-image] Sep 06 23:32:43.126 INFO O| Sep 06 23:32:43.126 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 ...
90292024-09-06T23:32:43.948Z[ host-image] Sep 06 23:32:43.126 INFO O| Sep 06 23:32:43.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-dump.xml
90302024-09-06T23:32:43.948Z[ host-image] Sep 06 23:32:43.126 INFO O| Sep 06 23:32:43.126 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90312024-09-06T23:32:43.948Z[ host-image] Sep 06 23:32:43.126 INFO O| Sep 06 23:32:43.126 INFO ok!
90322024-09-06T23:32:43.948Z[ host-image] Sep 06 23:32:43.126 INFO O| Sep 06 23:32:43.126 INFO STEP 53 (ensure_file) COMPLETE
90332024-09-06T23:32:43.948Z[ host-image] Sep 06 23:32:43.126 INFO O| Sep 06 23:32:43.126 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90342024-09-06T23:32:43.955Z[ host-image] Sep 06 23:32:43.136 INFO O| Sep 06 23:32:43.136 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90352024-09-06T23:32:43.957Z[ host-image] Sep 06 23:32:43.136 INFO O| Sep 06 23:32:43.136 INFO STEP 54 (ensure_dir) COMPLETE
90362024-09-06T23:32:43.957Z[ host-image] Sep 06 23:32:43.136 INFO O| Sep 06 23:32:43.136 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90372024-09-06T23:32:43.965Z[ host-image] Sep 06 23:32:43.146 INFO O| Sep 06 23:32:43.146 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90382024-09-06T23:32:43.965Z[ host-image] Sep 06 23:32:43.146 INFO O| Sep 06 23:32:43.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90392024-09-06T23:32:43.967Z[ host-image] Sep 06 23:32:43.146 INFO O| Sep 06 23:32:43.146 INFO STEP 55 (ensure_dir) COMPLETE
90402024-09-06T23:32:43.967Z[ host-image] Sep 06 23:32:43.146 INFO O| Sep 06 23:32:43.146 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90412024-09-06T23:32:43.974Z[ host-image] Sep 06 23:32:43.156 INFO O| Sep 06 23:32:43.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90422024-09-06T23:32:43.977Z[ host-image] Sep 06 23:32:43.156 INFO O| Sep 06 23:32:43.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90432024-09-06T23:32:43.977Z[ host-image] Sep 06 23:32:43.156 INFO O| Sep 06 23:32:43.156 INFO STEP 56 (ensure_dir) COMPLETE
90442024-09-06T23:32:43.977Z[ host-image] Sep 06 23:32:43.156 INFO O| Sep 06 23:32:43.156 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-09-06T23:32:43.985Z[ host-image] Sep 06 23:32:43.166 INFO O| Sep 06 23:32:43.166 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90462024-09-06T23:32:43.985Z[ host-image] Sep 06 23:32:43.166 INFO O| Sep 06 23:32:43.166 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90472024-09-06T23:32:44.000Z[ host-image] Sep 06 23:32:43.181 INFO O| Sep 06 23:32:43.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90482024-09-06T23:32:44.000Z[ host-image] Sep 06 23:32:43.181 INFO O| Sep 06 23:32:43.181 INFO ok!
90492024-09-06T23:32:44.001Z[ host-image] Sep 06 23:32:43.181 INFO O| Sep 06 23:32:43.181 INFO STEP 57 (ensure_file) COMPLETE
90502024-09-06T23:32:44.003Z[ host-image] Sep 06 23:32:43.181 INFO O| Sep 06 23:32:43.181 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90512024-09-06T23:32:44.011Z[ host-image] Sep 06 23:32:43.192 INFO O| Sep 06 23:32:43.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90522024-09-06T23:32:44.011Z[ host-image] Sep 06 23:32:43.192 INFO O| Sep 06 23:32:43.192 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90532024-09-06T23:32:45.124Z[ host-image] Sep 06 23:32:44.305 INFO O| Sep 06 23:32:44.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90542024-09-06T23:32:45.124Z[ host-image] Sep 06 23:32:44.305 INFO O| Sep 06 23:32:44.305 INFO ok!
90552024-09-06T23:32:45.126Z[ host-image] Sep 06 23:32:44.305 INFO O| Sep 06 23:32:44.305 INFO STEP 58 (ensure_file) COMPLETE
90562024-09-06T23:32:45.126Z[ host-image] Sep 06 23:32:44.305 INFO O| Sep 06 23:32:44.305 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-09-06T23:32:45.138Z[ host-image] Sep 06 23:32:44.319 INFO O| Sep 06 23:32:44.319 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90582024-09-06T23:32:45.140Z[ host-image] Sep 06 23:32:44.319 INFO O| Sep 06 23:32:44.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90592024-09-06T23:32:45.140Z[ host-image] Sep 06 23:32:44.319 INFO O| Sep 06 23:32:44.319 INFO STEP 59 (ensure_dir) COMPLETE
90602024-09-06T23:32:45.140Z[ host-image] Sep 06 23:32:44.319 INFO O| Sep 06 23:32:44.319 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-09-06T23:32:45.149Z[ host-image] Sep 06 23:32:44.330 INFO O| Sep 06 23:32:44.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90622024-09-06T23:32:45.149Z[ host-image] Sep 06 23:32:44.330 INFO O| Sep 06 23:32:44.330 INFO copying /tmp/.tmp6Si32a/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 ...
90632024-09-06T23:32:45.151Z[ host-image] Sep 06 23:32:44.330 INFO O| Sep 06 23:32:44.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90642024-09-06T23:32:45.152Z[ host-image] Sep 06 23:32:44.330 INFO O| Sep 06 23:32:44.330 INFO ok!
90652024-09-06T23:32:45.152Z[ host-image] Sep 06 23:32:44.330 INFO O| Sep 06 23:32:44.330 INFO STEP 60 (ensure_file) COMPLETE
90662024-09-06T23:32:45.152Z[ host-image] Sep 06 23:32:44.330 INFO O| Sep 06 23:32:44.330 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-09-06T23:32:45.162Z[ host-image] Sep 06 23:32:44.342 INFO O| Sep 06 23:32:44.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90682024-09-06T23:32:45.162Z[ host-image] Sep 06 23:32:44.342 INFO O| Sep 06 23:32:44.342 INFO copying /tmp/.tmp6Si32a/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 ...
90692024-09-06T23:32:45.162Z[ host-image] Sep 06 23:32:44.343 INFO O| Sep 06 23:32:44.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90702024-09-06T23:32:45.164Z[ host-image] Sep 06 23:32:44.343 INFO O| Sep 06 23:32:44.343 INFO ok!
90712024-09-06T23:32:45.164Z[ host-image] Sep 06 23:32:44.343 INFO O| Sep 06 23:32:44.343 INFO STEP 61 (ensure_file) COMPLETE
90722024-09-06T23:32:45.164Z[ host-image] Sep 06 23:32:44.343 INFO O| Sep 06 23:32:44.343 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-09-06T23:32:45.172Z[ host-image] Sep 06 23:32:44.353 INFO O| Sep 06 23:32:44.353 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90742024-09-06T23:32:45.172Z[ host-image] Sep 06 23:32:44.353 INFO O| Sep 06 23:32:44.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90752024-09-06T23:32:45.175Z[ host-image] Sep 06 23:32:44.353 INFO O| Sep 06 23:32:44.353 INFO STEP 62 (ensure_dir) COMPLETE
90762024-09-06T23:32:45.175Z[ host-image] Sep 06 23:32:44.353 INFO O| Sep 06 23:32:44.353 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-09-06T23:32:45.183Z[ host-image] Sep 06 23:32:44.364 INFO O| Sep 06 23:32:44.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90782024-09-06T23:32:45.183Z[ host-image] Sep 06 23:32:44.364 INFO O| Sep 06 23:32:44.364 INFO copying /tmp/.tmp6Si32a/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 ...
90792024-09-06T23:32:45.185Z[ host-image] Sep 06 23:32:44.364 INFO O| Sep 06 23:32:44.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90802024-09-06T23:32:45.185Z[ host-image] Sep 06 23:32:44.364 INFO O| Sep 06 23:32:44.364 INFO ok!
90812024-09-06T23:32:45.185Z[ host-image] Sep 06 23:32:44.364 INFO O| Sep 06 23:32:44.364 INFO STEP 63 (ensure_file) COMPLETE
90822024-09-06T23:32:45.185Z[ host-image] Sep 06 23:32:44.364 INFO O| Sep 06 23:32:44.364 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-09-06T23:32:45.193Z[ host-image] Sep 06 23:32:44.374 INFO O| Sep 06 23:32:44.374 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90842024-09-06T23:32:45.194Z[ host-image] Sep 06 23:32:44.374 INFO O| Sep 06 23:32:44.374 INFO copying /tmp/.tmp6Si32a/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 ...
90852024-09-06T23:32:45.196Z[ host-image] Sep 06 23:32:44.375 INFO O| Sep 06 23:32:44.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90862024-09-06T23:32:45.196Z[ host-image] Sep 06 23:32:44.375 INFO O| Sep 06 23:32:44.375 INFO ok!
90872024-09-06T23:32:45.196Z[ host-image] Sep 06 23:32:44.375 INFO O| Sep 06 23:32:44.375 INFO STEP 64 (ensure_file) COMPLETE
90882024-09-06T23:32:45.196Z[ host-image] Sep 06 23:32:44.375 INFO O| Sep 06 23:32:44.375 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-09-06T23:32:45.204Z[ host-image] Sep 06 23:32:44.385 INFO O| Sep 06 23:32:44.385 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90902024-09-06T23:32:45.204Z[ host-image] Sep 06 23:32:44.385 INFO O| Sep 06 23:32:44.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90912024-09-06T23:32:45.204Z[ host-image] Sep 06 23:32:44.385 INFO O| Sep 06 23:32:44.385 INFO STEP 65 (ensure_dir) COMPLETE
90922024-09-06T23:32:45.204Z[ host-image] Sep 06 23:32:44.385 INFO O| Sep 06 23:32:44.385 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-09-06T23:32:45.215Z[ host-image] Sep 06 23:32:44.395 INFO O| Sep 06 23:32:44.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90942024-09-06T23:32:45.215Z[ host-image] Sep 06 23:32:44.395 INFO O| Sep 06 23:32:44.395 INFO copying /tmp/.tmp6Si32a/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 ...
90952024-09-06T23:32:45.217Z[ host-image] Sep 06 23:32:44.396 INFO O| Sep 06 23:32:44.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90962024-09-06T23:32:45.217Z[ host-image] Sep 06 23:32:44.396 INFO O| Sep 06 23:32:44.396 INFO ok!
90972024-09-06T23:32:45.217Z[ host-image] Sep 06 23:32:44.396 INFO O| Sep 06 23:32:44.396 INFO STEP 66 (ensure_file) COMPLETE
90982024-09-06T23:32:45.217Z[ host-image] Sep 06 23:32:44.396 INFO O| Sep 06 23:32:44.396 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-09-06T23:32:45.225Z[ host-image] Sep 06 23:32:44.406 INFO O| Sep 06 23:32:44.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91002024-09-06T23:32:45.225Z[ host-image] Sep 06 23:32:44.406 INFO O| Sep 06 23:32:44.406 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91012024-09-06T23:32:45.225Z[ host-image] Sep 06 23:32:44.406 INFO O| Sep 06 23:32:44.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91022024-09-06T23:32:45.227Z[ host-image] Sep 06 23:32:44.406 INFO O| Sep 06 23:32:44.406 INFO ok!
91032024-09-06T23:32:45.227Z[ host-image] Sep 06 23:32:44.406 INFO O| Sep 06 23:32:44.406 INFO STEP 67 (ensure_file) COMPLETE
91042024-09-06T23:32:45.227Z[ host-image] Sep 06 23:32:44.406 INFO O| Sep 06 23:32:44.406 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-09-06T23:32:45.235Z[ host-image] Sep 06 23:32:44.416 INFO O| Sep 06 23:32:44.416 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91062024-09-06T23:32:45.235Z[ host-image] Sep 06 23:32:44.416 INFO O| Sep 06 23:32:44.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91072024-09-06T23:32:45.237Z[ host-image] Sep 06 23:32:44.416 INFO O| Sep 06 23:32:44.416 INFO STEP 68 (ensure_dir) COMPLETE
91082024-09-06T23:32:45.237Z[ host-image] Sep 06 23:32:44.416 INFO O| Sep 06 23:32:44.416 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-09-06T23:32:45.245Z[ host-image] Sep 06 23:32:44.426 INFO O| Sep 06 23:32:44.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91102024-09-06T23:32:45.245Z[ host-image] Sep 06 23:32:44.426 INFO O| Sep 06 23:32:44.426 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91112024-09-06T23:32:45.816Z[ host-image] Sep 06 23:32:44.996 INFO O| Sep 06 23:32:44.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91122024-09-06T23:32:45.816Z[ host-image] Sep 06 23:32:44.996 INFO O| Sep 06 23:32:44.996 INFO ok!
91132024-09-06T23:32:45.818Z[ host-image] Sep 06 23:32:44.996 INFO O| Sep 06 23:32:44.996 INFO STEP 69 (ensure_file) COMPLETE
91142024-09-06T23:32:45.818Z[ host-image] Sep 06 23:32:44.996 INFO O| Sep 06 23:32:44.996 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-09-06T23:32:45.828Z[ host-image] Sep 06 23:32:45.009 INFO O| Sep 06 23:32:45.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91162024-09-06T23:32:45.828Z[ host-image] Sep 06 23:32:45.009 INFO O| Sep 06 23:32:45.009 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91172024-09-06T23:32:47.301Z[ host-image] Sep 06 23:32:46.482 INFO O| Sep 06 23:32:46.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91182024-09-06T23:32:47.301Z[ host-image] Sep 06 23:32:46.482 INFO O| Sep 06 23:32:46.482 INFO ok!
91192024-09-06T23:32:47.301Z[ host-image] Sep 06 23:32:46.482 INFO O| Sep 06 23:32:46.482 INFO STEP 70 (ensure_file) COMPLETE
91202024-09-06T23:32:47.301Z[ host-image] Sep 06 23:32:46.482 INFO O| Sep 06 23:32:46.482 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-09-06T23:32:47.316Z[ host-image] Sep 06 23:32:46.496 INFO O| Sep 06 23:32:46.496 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91222024-09-06T23:32:47.318Z[ host-image] Sep 06 23:32:46.496 INFO O| Sep 06 23:32:46.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91232024-09-06T23:32:47.318Z[ host-image] Sep 06 23:32:46.496 INFO O| Sep 06 23:32:46.496 INFO STEP 71 (ensure_dir) COMPLETE
91242024-09-06T23:32:47.318Z[ host-image] Sep 06 23:32:46.496 INFO O| Sep 06 23:32:46.496 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-09-06T23:32:47.326Z[ host-image] Sep 06 23:32:46.507 INFO O| Sep 06 23:32:46.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91262024-09-06T23:32:47.326Z[ host-image] Sep 06 23:32:46.507 INFO O| Sep 06 23:32:46.506 INFO copying /tmp/.tmp6Si32a/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 ...
91272024-09-06T23:32:47.328Z[ host-image] Sep 06 23:32:46.507 INFO O| Sep 06 23:32:46.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91282024-09-06T23:32:47.328Z[ host-image] Sep 06 23:32:46.507 INFO O| Sep 06 23:32:46.507 INFO ok!
91292024-09-06T23:32:47.328Z[ host-image] Sep 06 23:32:46.507 INFO O| Sep 06 23:32:46.507 INFO STEP 72 (ensure_file) COMPLETE
91302024-09-06T23:32:47.328Z[ host-image] Sep 06 23:32:46.507 INFO O| Sep 06 23:32:46.507 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-09-06T23:32:47.336Z[ host-image] Sep 06 23:32:46.517 INFO O| Sep 06 23:32:46.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91322024-09-06T23:32:47.336Z[ host-image] Sep 06 23:32:46.517 INFO O| Sep 06 23:32:46.517 INFO copying /tmp/.tmp6Si32a/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 ...
91332024-09-06T23:32:47.338Z[ host-image] Sep 06 23:32:46.517 INFO O| Sep 06 23:32:46.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91342024-09-06T23:32:47.338Z[ host-image] Sep 06 23:32:46.517 INFO O| Sep 06 23:32:46.517 INFO ok!
91352024-09-06T23:32:47.338Z[ host-image] Sep 06 23:32:46.517 INFO O| Sep 06 23:32:46.517 INFO STEP 73 (ensure_file) COMPLETE
91362024-09-06T23:32:47.338Z[ host-image] Sep 06 23:32:46.517 INFO O| Sep 06 23:32:46.517 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-09-06T23:32:47.346Z[ host-image] Sep 06 23:32:46.526 INFO O| Sep 06 23:32:46.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91382024-09-06T23:32:47.346Z[ host-image] Sep 06 23:32:46.526 INFO O| Sep 06 23:32:46.526 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91392024-09-06T23:32:47.348Z[ host-image] Sep 06 23:32:46.526 INFO O| Sep 06 23:32:46.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91402024-09-06T23:32:47.348Z[ host-image] Sep 06 23:32:46.527 INFO O| Sep 06 23:32:46.526 INFO ok!
91412024-09-06T23:32:47.348Z[ host-image] Sep 06 23:32:46.527 INFO O| Sep 06 23:32:46.526 INFO STEP 74 (ensure_file) COMPLETE
91422024-09-06T23:32:47.348Z[ host-image] Sep 06 23:32:46.527 INFO O| Sep 06 23:32:46.527 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-09-06T23:32:47.356Z[ host-image] Sep 06 23:32:46.537 INFO O| Sep 06 23:32:46.537 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91442024-09-06T23:32:47.356Z[ host-image] Sep 06 23:32:46.537 INFO O| Sep 06 23:32:46.537 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91452024-09-06T23:32:47.356Z[ host-image] Sep 06 23:32:46.537 INFO O| Sep 06 23:32:46.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91462024-09-06T23:32:47.364Z[ host-image] Sep 06 23:32:46.537 INFO O| Sep 06 23:32:46.537 INFO ok!
91472024-09-06T23:32:47.364Z[ host-image] Sep 06 23:32:46.537 INFO O| Sep 06 23:32:46.537 INFO STEP 75 (ensure_file) COMPLETE
91482024-09-06T23:32:47.364Z[ host-image] Sep 06 23:32:46.537 INFO O| Sep 06 23:32:46.537 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-09-06T23:32:47.367Z[ host-image] Sep 06 23:32:46.547 INFO O| Sep 06 23:32:46.547 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91502024-09-06T23:32:47.367Z[ host-image] Sep 06 23:32:46.547 INFO O| Sep 06 23:32:46.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91512024-09-06T23:32:47.367Z[ host-image] Sep 06 23:32:46.547 INFO O| Sep 06 23:32:46.547 INFO STEP 76 (ensure_dir) COMPLETE
91522024-09-06T23:32:47.367Z[ host-image] Sep 06 23:32:46.547 INFO O| Sep 06 23:32:46.547 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-09-06T23:32:47.376Z[ host-image] Sep 06 23:32:46.557 INFO O| Sep 06 23:32:46.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91542024-09-06T23:32:47.376Z[ host-image] Sep 06 23:32:46.557 INFO O| Sep 06 23:32:46.557 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91552024-09-06T23:32:47.849Z[ host-image] Sep 06 23:32:47.029 INFO O| Sep 06 23:32:47.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91562024-09-06T23:32:47.849Z[ host-image] Sep 06 23:32:47.029 INFO O| Sep 06 23:32:47.029 INFO ok!
91572024-09-06T23:32:47.854Z[ host-image] Sep 06 23:32:47.029 INFO O| Sep 06 23:32:47.029 INFO STEP 77 (ensure_file) COMPLETE
91582024-09-06T23:32:47.854Z[ host-image] Sep 06 23:32:47.029 INFO O| Sep 06 23:32:47.029 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-09-06T23:32:47.861Z[ host-image] Sep 06 23:32:47.042 INFO O| Sep 06 23:32:47.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91602024-09-06T23:32:47.861Z[ host-image] Sep 06 23:32:47.042 INFO O| Sep 06 23:32:47.042 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91612024-09-06T23:32:47.863Z[ host-image] Sep 06 23:32:47.042 INFO O| Sep 06 23:32:47.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91622024-09-06T23:32:47.863Z[ host-image] Sep 06 23:32:47.042 INFO O| Sep 06 23:32:47.042 INFO ok!
91632024-09-06T23:32:47.863Z[ host-image] Sep 06 23:32:47.042 INFO O| Sep 06 23:32:47.042 INFO STEP 78 (ensure_file) COMPLETE
91642024-09-06T23:32:47.863Z[ host-image] Sep 06 23:32:47.042 INFO O| Sep 06 23:32:47.042 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-09-06T23:32:47.872Z[ host-image] Sep 06 23:32:47.052 INFO O| Sep 06 23:32:47.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91662024-09-06T23:32:47.872Z[ host-image] Sep 06 23:32:47.052 INFO O| Sep 06 23:32:47.052 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91672024-09-06T23:32:48.351Z[ recovery-image] Sep 06 23:32:47.531 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
91682024-09-06T23:32:49.258Z[ host-image] Sep 06 23:32:48.438 INFO O| Sep 06 23:32:48.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91692024-09-06T23:32:49.258Z[ host-image] Sep 06 23:32:48.438 INFO O| Sep 06 23:32:48.438 INFO ok!
91702024-09-06T23:32:49.258Z[ host-image] Sep 06 23:32:48.438 INFO O| Sep 06 23:32:48.438 INFO STEP 79 (ensure_file) COMPLETE
91712024-09-06T23:32:49.260Z[ host-image] Sep 06 23:32:48.438 INFO O| Sep 06 23:32:48.438 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722024-09-06T23:32:49.275Z[ host-image] Sep 06 23:32:48.456 INFO O| Sep 06 23:32:48.456 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91732024-09-06T23:32:49.275Z[ host-image] Sep 06 23:32:48.456 INFO O| Sep 06 23:32:48.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91742024-09-06T23:32:49.275Z[ host-image] Sep 06 23:32:48.456 INFO O| Sep 06 23:32:48.456 INFO STEP 80 (ensure_dir) COMPLETE
91752024-09-06T23:32:49.278Z[ host-image] Sep 06 23:32:48.456 INFO O| Sep 06 23:32:48.456 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91762024-09-06T23:32:49.291Z[ host-image] Sep 06 23:32:48.471 INFO O| Sep 06 23:32:48.471 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91772024-09-06T23:32:49.291Z[ host-image] Sep 06 23:32:48.471 INFO O| Sep 06 23:32:48.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91782024-09-06T23:32:49.291Z[ host-image] Sep 06 23:32:48.471 INFO O| Sep 06 23:32:48.471 INFO STEP 81 (ensure_dir) COMPLETE
91792024-09-06T23:32:49.293Z[ host-image] Sep 06 23:32:48.471 INFO O| Sep 06 23:32:48.471 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91802024-09-06T23:32:49.312Z[ host-image] Sep 06 23:32:48.493 INFO O| Sep 06 23:32:48.492 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91812024-09-06T23:32:49.312Z[ host-image] Sep 06 23:32:48.493 INFO O| Sep 06 23:32:48.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91822024-09-06T23:32:49.315Z[ host-image] Sep 06 23:32:48.493 INFO O| Sep 06 23:32:48.493 INFO STEP 82 (ensure_dir) COMPLETE
91832024-09-06T23:32:49.315Z[ host-image] Sep 06 23:32:48.493 INFO O| Sep 06 23:32:48.493 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91842024-09-06T23:32:49.345Z[ host-image] Sep 06 23:32:48.526 INFO O| Sep 06 23:32:48.526 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91852024-09-06T23:32:49.345Z[ host-image] Sep 06 23:32:48.526 INFO O| Sep 06 23:32:48.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91862024-09-06T23:32:49.345Z[ host-image] Sep 06 23:32:48.526 INFO O| Sep 06 23:32:48.526 INFO STEP 83 (ensure_dir) COMPLETE
91872024-09-06T23:32:49.348Z[ host-image] Sep 06 23:32:48.526 INFO O| Sep 06 23:32:48.526 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-09-06T23:32:49.394Z[ host-image] Sep 06 23:32:48.574 INFO O| Sep 06 23:32:48.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91892024-09-06T23:32:49.396Z[ host-image] Sep 06 23:32:48.574 INFO O| Sep 06 23:32:48.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91902024-09-06T23:32:49.396Z[ host-image] Sep 06 23:32:48.574 INFO O| Sep 06 23:32:48.574 INFO STEP 84 (ensure_dir) COMPLETE
91912024-09-06T23:32:49.396Z[ host-image] Sep 06 23:32:48.574 INFO O| Sep 06 23:32:48.574 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91922024-09-06T23:32:49.414Z[ host-image] Sep 06 23:32:48.594 INFO O| Sep 06 23:32:48.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91932024-09-06T23:32:49.414Z[ host-image] Sep 06 23:32:48.594 INFO O| Sep 06 23:32:48.594 INFO copying /tmp/.tmp6Si32a/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 ...
91942024-09-06T23:32:49.417Z[ host-image] Sep 06 23:32:48.595 INFO O| Sep 06 23:32:48.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91952024-09-06T23:32:49.417Z[ host-image] Sep 06 23:32:48.595 INFO O| Sep 06 23:32:48.595 INFO ok!
91962024-09-06T23:32:49.417Z[ host-image] Sep 06 23:32:48.595 INFO O| Sep 06 23:32:48.595 INFO STEP 85 (ensure_file) COMPLETE
91972024-09-06T23:32:49.417Z[ host-image] Sep 06 23:32:48.595 INFO O| Sep 06 23:32:48.595 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-09-06T23:32:49.433Z[ host-image] Sep 06 23:32:48.613 INFO O| Sep 06 23:32:48.613 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91992024-09-06T23:32:49.433Z[ host-image] Sep 06 23:32:48.613 INFO O| Sep 06 23:32:48.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92002024-09-06T23:32:49.433Z[ host-image] Sep 06 23:32:48.613 INFO O| Sep 06 23:32:48.613 INFO STEP 86 (ensure_dir) COMPLETE
92012024-09-06T23:32:49.435Z[ host-image] Sep 06 23:32:48.613 INFO O| Sep 06 23:32:48.613 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-09-06T23:32:49.451Z[ host-image] Sep 06 23:32:48.632 INFO O| Sep 06 23:32:48.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92032024-09-06T23:32:49.451Z[ host-image] Sep 06 23:32:48.632 INFO O| Sep 06 23:32:48.632 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92042024-09-06T23:32:49.456Z[ host-image] Sep 06 23:32:48.632 INFO O| Sep 06 23:32:48.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92052024-09-06T23:32:49.456Z[ host-image] Sep 06 23:32:48.632 INFO O| Sep 06 23:32:48.632 INFO ok!
92062024-09-06T23:32:49.456Z[ host-image] Sep 06 23:32:48.632 INFO O| Sep 06 23:32:48.632 INFO STEP 87 (ensure_file) COMPLETE
92072024-09-06T23:32:49.456Z[ host-image] Sep 06 23:32:48.632 INFO O| Sep 06 23:32:48.632 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-09-06T23:32:49.470Z[ host-image] Sep 06 23:32:48.650 INFO O| Sep 06 23:32:48.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92092024-09-06T23:32:49.470Z[ host-image] Sep 06 23:32:48.650 INFO O| Sep 06 23:32:48.650 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92102024-09-06T23:32:49.482Z[ host-image] Sep 06 23:32:48.662 INFO O| Sep 06 23:32:48.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92112024-09-06T23:32:49.482Z[ host-image] Sep 06 23:32:48.663 INFO O| Sep 06 23:32:48.662 INFO ok!
92122024-09-06T23:32:49.482Z[ host-image] Sep 06 23:32:48.663 INFO O| Sep 06 23:32:48.662 INFO STEP 88 (ensure_file) COMPLETE
92132024-09-06T23:32:49.485Z[ host-image] Sep 06 23:32:48.663 INFO O| Sep 06 23:32:48.662 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-09-06T23:32:49.502Z[ host-image] Sep 06 23:32:48.683 INFO O| Sep 06 23:32:48.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92152024-09-06T23:32:49.502Z[ host-image] Sep 06 23:32:48.683 INFO O| Sep 06 23:32:48.682 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92162024-09-06T23:32:50.129Z[ host-image] Sep 06 23:32:49.310 INFO O| Sep 06 23:32:49.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92172024-09-06T23:32:50.129Z[ host-image] Sep 06 23:32:49.310 INFO O| Sep 06 23:32:49.310 INFO ok!
92182024-09-06T23:32:50.132Z[ host-image] Sep 06 23:32:49.310 INFO O| Sep 06 23:32:49.310 INFO STEP 89 (ensure_file) COMPLETE
92192024-09-06T23:32:50.132Z[ host-image] Sep 06 23:32:49.310 INFO O| Sep 06 23:32:49.310 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-06T23:32:50.144Z[ host-image] Sep 06 23:32:49.325 INFO O| Sep 06 23:32:49.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92212024-09-06T23:32:50.144Z[ host-image] Sep 06 23:32:49.325 INFO O| Sep 06 23:32:49.325 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92222024-09-06T23:32:50.147Z[ host-image] Sep 06 23:32:49.325 INFO O| Sep 06 23:32:49.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92232024-09-06T23:32:50.147Z[ host-image] Sep 06 23:32:49.325 INFO O| Sep 06 23:32:49.325 INFO ok!
92242024-09-06T23:32:50.147Z[ host-image] Sep 06 23:32:49.325 INFO O| Sep 06 23:32:49.325 INFO STEP 90 (ensure_file) COMPLETE
92252024-09-06T23:32:50.147Z[ host-image] Sep 06 23:32:49.325 INFO O| Sep 06 23:32:49.325 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-09-06T23:32:50.157Z[ host-image] Sep 06 23:32:49.337 INFO O| Sep 06 23:32:49.337 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92272024-09-06T23:32:50.157Z[ host-image] Sep 06 23:32:49.338 INFO O| Sep 06 23:32:49.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92282024-09-06T23:32:50.159Z[ host-image] Sep 06 23:32:49.338 INFO O| Sep 06 23:32:49.338 INFO STEP 91 (ensure_dir) COMPLETE
92292024-09-06T23:32:50.159Z[ host-image] Sep 06 23:32:49.338 INFO O| Sep 06 23:32:49.338 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-09-06T23:32:50.173Z[ host-image] Sep 06 23:32:49.353 INFO O| Sep 06 23:32:49.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92312024-09-06T23:32:50.176Z[ host-image] Sep 06 23:32:49.353 INFO O| Sep 06 23:32:49.353 INFO copying /tmp/.tmp6Si32a/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 ...
92322024-09-06T23:32:50.176Z[ host-image] Sep 06 23:32:49.354 INFO O| Sep 06 23:32:49.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92332024-09-06T23:32:50.176Z[ host-image] Sep 06 23:32:49.354 INFO O| Sep 06 23:32:49.354 INFO ok!
92342024-09-06T23:32:50.176Z[ host-image] Sep 06 23:32:49.354 INFO O| Sep 06 23:32:49.354 INFO STEP 92 (ensure_file) COMPLETE
92352024-09-06T23:32:50.176Z[ host-image] Sep 06 23:32:49.354 INFO O| Sep 06 23:32:49.354 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-09-06T23:32:50.187Z[ host-image] Sep 06 23:32:49.368 INFO O| Sep 06 23:32:49.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92372024-09-06T23:32:50.187Z[ host-image] Sep 06 23:32:49.368 INFO O| Sep 06 23:32:49.368 INFO copying /tmp/.tmp6Si32a/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 ...
92382024-09-06T23:32:50.190Z[ host-image] Sep 06 23:32:49.368 INFO O| Sep 06 23:32:49.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92392024-09-06T23:32:50.191Z[ host-image] Sep 06 23:32:49.368 INFO O| Sep 06 23:32:49.368 INFO ok!
92402024-09-06T23:32:50.191Z[ host-image] Sep 06 23:32:49.368 INFO O| Sep 06 23:32:49.368 INFO STEP 93 (ensure_file) COMPLETE
92412024-09-06T23:32:50.191Z[ host-image] Sep 06 23:32:49.368 INFO O| Sep 06 23:32:49.368 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-09-06T23:32:50.203Z[ host-image] Sep 06 23:32:49.383 INFO O| Sep 06 23:32:49.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92432024-09-06T23:32:50.203Z[ host-image] Sep 06 23:32:49.383 INFO O| Sep 06 23:32:49.383 INFO copying /tmp/.tmp6Si32a/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 ...
92442024-09-06T23:32:50.205Z[ host-image] Sep 06 23:32:49.383 INFO O| Sep 06 23:32:49.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92452024-09-06T23:32:50.205Z[ host-image] Sep 06 23:32:49.383 INFO O| Sep 06 23:32:49.383 INFO ok!
92462024-09-06T23:32:50.205Z[ host-image] Sep 06 23:32:49.383 INFO O| Sep 06 23:32:49.383 INFO STEP 94 (ensure_file) COMPLETE
92472024-09-06T23:32:50.205Z[ host-image] Sep 06 23:32:49.383 INFO O| Sep 06 23:32:49.383 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-09-06T23:32:50.215Z[ host-image] Sep 06 23:32:49.395 INFO O| Sep 06 23:32:49.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92492024-09-06T23:32:50.215Z[ host-image] Sep 06 23:32:49.395 INFO O| Sep 06 23:32:49.395 INFO copying /tmp/.tmp6Si32a/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 ...
92502024-09-06T23:32:50.218Z[ host-image] Sep 06 23:32:49.395 INFO O| Sep 06 23:32:49.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92512024-09-06T23:32:50.218Z[ host-image] Sep 06 23:32:49.395 INFO O| Sep 06 23:32:49.395 INFO ok!
92522024-09-06T23:32:50.218Z[ host-image] Sep 06 23:32:49.395 INFO O| Sep 06 23:32:49.395 INFO STEP 95 (ensure_file) COMPLETE
92532024-09-06T23:32:50.218Z[ host-image] Sep 06 23:32:49.395 INFO O| Sep 06 23:32:49.395 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-09-06T23:32:50.226Z[ host-image] Sep 06 23:32:49.407 INFO O| Sep 06 23:32:49.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92552024-09-06T23:32:50.226Z[ host-image] Sep 06 23:32:49.407 INFO O| Sep 06 23:32:49.406 INFO copying /tmp/.tmp6Si32a/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 ...
92562024-09-06T23:32:50.229Z[ host-image] Sep 06 23:32:49.407 INFO O| Sep 06 23:32:49.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92572024-09-06T23:32:50.229Z[ host-image] Sep 06 23:32:49.407 INFO O| Sep 06 23:32:49.407 INFO ok!
92582024-09-06T23:32:50.229Z[ host-image] Sep 06 23:32:49.407 INFO O| Sep 06 23:32:49.407 INFO STEP 96 (ensure_file) COMPLETE
92592024-09-06T23:32:50.229Z[ host-image] Sep 06 23:32:49.407 INFO O| Sep 06 23:32:49.407 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-09-06T23:32:50.237Z[ host-image] Sep 06 23:32:49.418 INFO O| Sep 06 23:32:49.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92612024-09-06T23:32:50.237Z[ host-image] Sep 06 23:32:49.418 INFO O| Sep 06 23:32:49.418 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92622024-09-06T23:32:50.240Z[ host-image] Sep 06 23:32:49.418 INFO O| Sep 06 23:32:49.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92632024-09-06T23:32:50.240Z[ host-image] Sep 06 23:32:49.418 INFO O| Sep 06 23:32:49.418 INFO ok!
92642024-09-06T23:32:50.240Z[ host-image] Sep 06 23:32:49.418 INFO O| Sep 06 23:32:49.418 INFO STEP 97 (ensure_file) COMPLETE
92652024-09-06T23:32:50.240Z[ host-image] Sep 06 23:32:49.418 INFO O| Sep 06 23:32:49.418 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-09-06T23:32:50.251Z[ host-image] Sep 06 23:32:49.431 INFO O| Sep 06 23:32:49.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92672024-09-06T23:32:50.251Z[ host-image] Sep 06 23:32:49.431 INFO O| Sep 06 23:32:49.431 INFO copying /tmp/.tmp6Si32a/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 ...
92682024-09-06T23:32:50.253Z[ host-image] Sep 06 23:32:49.431 INFO O| Sep 06 23:32:49.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92692024-09-06T23:32:50.253Z[ host-image] Sep 06 23:32:49.431 INFO O| Sep 06 23:32:49.431 INFO ok!
92702024-09-06T23:32:50.253Z[ host-image] Sep 06 23:32:49.431 INFO O| Sep 06 23:32:49.431 INFO STEP 98 (ensure_file) COMPLETE
92712024-09-06T23:32:50.253Z[ host-image] Sep 06 23:32:49.431 INFO O| Sep 06 23:32:49.431 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-09-06T23:32:50.266Z[ host-image] Sep 06 23:32:49.447 INFO O| Sep 06 23:32:49.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92732024-09-06T23:32:50.266Z[ host-image] Sep 06 23:32:49.447 INFO O| Sep 06 23:32:49.447 INFO copying /tmp/.tmp6Si32a/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 ...
92742024-09-06T23:32:50.268Z[ host-image] Sep 06 23:32:49.447 INFO O| Sep 06 23:32:49.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92752024-09-06T23:32:50.269Z[ host-image] Sep 06 23:32:49.447 INFO O| Sep 06 23:32:49.447 INFO ok!
92762024-09-06T23:32:50.269Z[ host-image] Sep 06 23:32:49.447 INFO O| Sep 06 23:32:49.447 INFO STEP 99 (ensure_file) COMPLETE
92772024-09-06T23:32:50.269Z[ host-image] Sep 06 23:32:49.447 INFO O| Sep 06 23:32:49.447 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-09-06T23:32:50.281Z[ host-image] Sep 06 23:32:49.462 INFO O| Sep 06 23:32:49.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92792024-09-06T23:32:50.281Z[ host-image] Sep 06 23:32:49.462 INFO O| Sep 06 23:32:49.462 INFO copying /tmp/.tmp6Si32a/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 ...
92802024-09-06T23:32:50.284Z[ host-image] Sep 06 23:32:49.462 INFO O| Sep 06 23:32:49.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92812024-09-06T23:32:50.284Z[ host-image] Sep 06 23:32:49.462 INFO O| Sep 06 23:32:49.462 INFO ok!
92822024-09-06T23:32:50.284Z[ host-image] Sep 06 23:32:49.462 INFO O| Sep 06 23:32:49.462 INFO STEP 100 (ensure_file) COMPLETE
92832024-09-06T23:32:50.284Z[ host-image] Sep 06 23:32:49.462 INFO O| Sep 06 23:32:49.462 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-09-06T23:32:50.294Z[ host-image] Sep 06 23:32:49.474 INFO O| Sep 06 23:32:49.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92852024-09-06T23:32:50.294Z[ host-image] Sep 06 23:32:49.474 INFO O| Sep 06 23:32:49.474 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92862024-09-06T23:32:50.296Z[ host-image] Sep 06 23:32:49.474 INFO O| Sep 06 23:32:49.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92872024-09-06T23:32:50.296Z[ host-image] Sep 06 23:32:49.474 INFO O| Sep 06 23:32:49.474 INFO ok!
92882024-09-06T23:32:50.296Z[ host-image] Sep 06 23:32:49.474 INFO O| Sep 06 23:32:49.474 INFO STEP 101 (ensure_file) COMPLETE
92892024-09-06T23:32:50.296Z[ host-image] Sep 06 23:32:49.474 INFO O| Sep 06 23:32:49.474 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-09-06T23:32:50.306Z[ host-image] Sep 06 23:32:49.486 INFO O| Sep 06 23:32:49.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92912024-09-06T23:32:50.306Z[ host-image] Sep 06 23:32:49.486 INFO O| Sep 06 23:32:49.486 INFO copying /tmp/.tmp6Si32a/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 ...
92922024-09-06T23:32:50.308Z[ host-image] Sep 06 23:32:49.486 INFO O| Sep 06 23:32:49.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92932024-09-06T23:32:50.308Z[ host-image] Sep 06 23:32:49.486 INFO O| Sep 06 23:32:49.486 INFO ok!
92942024-09-06T23:32:50.308Z[ host-image] Sep 06 23:32:49.486 INFO O| Sep 06 23:32:49.486 INFO STEP 102 (ensure_file) COMPLETE
92952024-09-06T23:32:50.308Z[ host-image] Sep 06 23:32:49.486 INFO O| Sep 06 23:32:49.486 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-09-06T23:32:50.317Z[ host-image] Sep 06 23:32:49.497 INFO O| Sep 06 23:32:49.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92972024-09-06T23:32:50.317Z[ host-image] Sep 06 23:32:49.497 INFO O| Sep 06 23:32:49.497 INFO copying /tmp/.tmp6Si32a/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 ...
92982024-09-06T23:32:50.319Z[ host-image] Sep 06 23:32:49.497 INFO O| Sep 06 23:32:49.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92992024-09-06T23:32:50.319Z[ host-image] Sep 06 23:32:49.497 INFO O| Sep 06 23:32:49.497 INFO ok!
93002024-09-06T23:32:50.319Z[ host-image] Sep 06 23:32:49.497 INFO O| Sep 06 23:32:49.497 INFO STEP 103 (ensure_file) COMPLETE
93012024-09-06T23:32:50.319Z[ host-image] Sep 06 23:32:49.497 INFO O| Sep 06 23:32:49.497 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-09-06T23:32:50.328Z[ host-image] Sep 06 23:32:49.508 INFO O| Sep 06 23:32:49.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93032024-09-06T23:32:50.328Z[ host-image] Sep 06 23:32:49.508 INFO O| Sep 06 23:32:49.508 INFO copying /tmp/.tmp6Si32a/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 ...
93042024-09-06T23:32:50.330Z[ host-image] Sep 06 23:32:49.508 INFO O| Sep 06 23:32:49.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93052024-09-06T23:32:50.330Z[ host-image] Sep 06 23:32:49.508 INFO O| Sep 06 23:32:49.508 INFO ok!
93062024-09-06T23:32:50.331Z[ host-image] Sep 06 23:32:49.508 INFO O| Sep 06 23:32:49.508 INFO STEP 104 (ensure_file) COMPLETE
93072024-09-06T23:32:50.331Z[ host-image] Sep 06 23:32:49.508 INFO O| Sep 06 23:32:49.508 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-09-06T23:32:50.340Z[ host-image] Sep 06 23:32:49.521 INFO O| Sep 06 23:32:49.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93092024-09-06T23:32:50.342Z[ host-image] Sep 06 23:32:49.521 INFO O| Sep 06 23:32:49.521 INFO copying /tmp/.tmp6Si32a/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 ...
93102024-09-06T23:32:50.342Z[ host-image] Sep 06 23:32:49.521 INFO O| Sep 06 23:32:49.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93112024-09-06T23:32:50.342Z[ host-image] Sep 06 23:32:49.521 INFO O| Sep 06 23:32:49.521 INFO ok!
93122024-09-06T23:32:50.342Z[ host-image] Sep 06 23:32:49.521 INFO O| Sep 06 23:32:49.521 INFO STEP 105 (ensure_file) COMPLETE
93132024-09-06T23:32:50.342Z[ host-image] Sep 06 23:32:49.521 INFO O| Sep 06 23:32:49.521 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-09-06T23:32:50.351Z[ host-image] Sep 06 23:32:49.532 INFO O| Sep 06 23:32:49.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93152024-09-06T23:32:50.351Z[ host-image] Sep 06 23:32:49.532 INFO O| Sep 06 23:32:49.532 INFO copying /tmp/.tmp6Si32a/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 ...
93162024-09-06T23:32:50.353Z[ host-image] Sep 06 23:32:49.532 INFO O| Sep 06 23:32:49.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93172024-09-06T23:32:50.353Z[ host-image] Sep 06 23:32:49.532 INFO O| Sep 06 23:32:49.532 INFO ok!
93182024-09-06T23:32:50.353Z[ host-image] Sep 06 23:32:49.532 INFO O| Sep 06 23:32:49.532 INFO STEP 106 (ensure_file) COMPLETE
93192024-09-06T23:32:50.354Z[ host-image] Sep 06 23:32:49.532 INFO O| Sep 06 23:32:49.532 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-09-06T23:32:50.362Z[ host-image] Sep 06 23:32:49.543 INFO O| Sep 06 23:32:49.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93212024-09-06T23:32:50.365Z[ host-image] Sep 06 23:32:49.543 INFO O| Sep 06 23:32:49.543 INFO copying /tmp/.tmp6Si32a/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 ...
93222024-09-06T23:32:50.365Z[ host-image] Sep 06 23:32:49.543 INFO O| Sep 06 23:32:49.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93232024-09-06T23:32:50.365Z[ host-image] Sep 06 23:32:49.543 INFO O| Sep 06 23:32:49.543 INFO ok!
93242024-09-06T23:32:50.365Z[ host-image] Sep 06 23:32:49.543 INFO O| Sep 06 23:32:49.543 INFO STEP 107 (ensure_file) COMPLETE
93252024-09-06T23:32:50.365Z[ host-image] Sep 06 23:32:49.543 INFO O| Sep 06 23:32:49.543 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-09-06T23:32:50.375Z[ host-image] Sep 06 23:32:49.555 INFO O| Sep 06 23:32:49.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93272024-09-06T23:32:50.375Z[ host-image] Sep 06 23:32:49.555 INFO O| Sep 06 23:32:49.555 INFO copying /tmp/.tmp6Si32a/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 ...
93282024-09-06T23:32:50.377Z[ host-image] Sep 06 23:32:49.555 INFO O| Sep 06 23:32:49.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93292024-09-06T23:32:50.377Z[ host-image] Sep 06 23:32:49.555 INFO O| Sep 06 23:32:49.555 INFO ok!
93302024-09-06T23:32:50.377Z[ host-image] Sep 06 23:32:49.555 INFO O| Sep 06 23:32:49.555 INFO STEP 108 (ensure_file) COMPLETE
93312024-09-06T23:32:50.377Z[ host-image] Sep 06 23:32:49.555 INFO O| Sep 06 23:32:49.555 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-09-06T23:32:50.385Z[ host-image] Sep 06 23:32:49.566 INFO O| Sep 06 23:32:49.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93332024-09-06T23:32:50.385Z[ host-image] Sep 06 23:32:49.566 INFO O| Sep 06 23:32:49.566 INFO copying /tmp/.tmp6Si32a/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 ...
93342024-09-06T23:32:50.388Z[ host-image] Sep 06 23:32:49.566 INFO O| Sep 06 23:32:49.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93352024-09-06T23:32:50.388Z[ host-image] Sep 06 23:32:49.566 INFO O| Sep 06 23:32:49.566 INFO ok!
93362024-09-06T23:32:50.388Z[ host-image] Sep 06 23:32:49.566 INFO O| Sep 06 23:32:49.566 INFO STEP 109 (ensure_file) COMPLETE
93372024-09-06T23:32:50.388Z[ host-image] Sep 06 23:32:49.566 INFO O| Sep 06 23:32:49.566 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-09-06T23:32:50.397Z[ host-image] Sep 06 23:32:49.577 INFO O| Sep 06 23:32:49.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93392024-09-06T23:32:50.397Z[ host-image] Sep 06 23:32:49.577 INFO O| Sep 06 23:32:49.577 INFO copying /tmp/.tmp6Si32a/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 ...
93402024-09-06T23:32:50.399Z[ host-image] Sep 06 23:32:49.577 INFO O| Sep 06 23:32:49.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93412024-09-06T23:32:50.399Z[ host-image] Sep 06 23:32:49.577 INFO O| Sep 06 23:32:49.577 INFO ok!
93422024-09-06T23:32:50.399Z[ host-image] Sep 06 23:32:49.577 INFO O| Sep 06 23:32:49.577 INFO STEP 110 (ensure_file) COMPLETE
93432024-09-06T23:32:50.399Z[ host-image] Sep 06 23:32:49.577 INFO O| Sep 06 23:32:49.577 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-09-06T23:32:50.409Z[ host-image] Sep 06 23:32:49.589 INFO O| Sep 06 23:32:49.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93452024-09-06T23:32:50.411Z[ host-image] Sep 06 23:32:49.589 INFO O| Sep 06 23:32:49.589 INFO copying /tmp/.tmp6Si32a/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 ...
93462024-09-06T23:32:50.411Z[ host-image] Sep 06 23:32:49.589 INFO O| Sep 06 23:32:49.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93472024-09-06T23:32:50.411Z[ host-image] Sep 06 23:32:49.589 INFO O| Sep 06 23:32:49.589 INFO ok!
93482024-09-06T23:32:50.411Z[ host-image] Sep 06 23:32:49.589 INFO O| Sep 06 23:32:49.589 INFO STEP 111 (ensure_file) COMPLETE
93492024-09-06T23:32:50.411Z[ host-image] Sep 06 23:32:49.589 INFO O| Sep 06 23:32:49.589 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-09-06T23:32:50.422Z[ host-image] Sep 06 23:32:49.602 INFO O| Sep 06 23:32:49.602 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93512024-09-06T23:32:50.422Z[ host-image] Sep 06 23:32:49.602 INFO O| Sep 06 23:32:49.602 INFO copying /tmp/.tmp6Si32a/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 ...
93522024-09-06T23:32:50.424Z[ host-image] Sep 06 23:32:49.603 INFO O| Sep 06 23:32:49.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93532024-09-06T23:32:50.424Z[ host-image] Sep 06 23:32:49.603 INFO O| Sep 06 23:32:49.603 INFO ok!
93542024-09-06T23:32:50.424Z[ host-image] Sep 06 23:32:49.603 INFO O| Sep 06 23:32:49.603 INFO STEP 112 (ensure_file) COMPLETE
93552024-09-06T23:32:50.424Z[ host-image] Sep 06 23:32:49.603 INFO O| Sep 06 23:32:49.603 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-09-06T23:32:50.433Z[ host-image] Sep 06 23:32:49.614 INFO O| Sep 06 23:32:49.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93572024-09-06T23:32:50.433Z[ host-image] Sep 06 23:32:49.614 INFO O| Sep 06 23:32:49.614 INFO copying /tmp/.tmp6Si32a/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 ...
93582024-09-06T23:32:50.435Z[ host-image] Sep 06 23:32:49.614 INFO O| Sep 06 23:32:49.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93592024-09-06T23:32:50.435Z[ host-image] Sep 06 23:32:49.614 INFO O| Sep 06 23:32:49.614 INFO ok!
93602024-09-06T23:32:50.435Z[ host-image] Sep 06 23:32:49.614 INFO O| Sep 06 23:32:49.614 INFO STEP 113 (ensure_file) COMPLETE
93612024-09-06T23:32:50.435Z[ host-image] Sep 06 23:32:49.614 INFO O| Sep 06 23:32:49.614 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-09-06T23:32:50.445Z[ host-image] Sep 06 23:32:49.625 INFO O| Sep 06 23:32:49.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93632024-09-06T23:32:50.445Z[ host-image] Sep 06 23:32:49.625 INFO O| Sep 06 23:32:49.625 INFO copying /tmp/.tmp6Si32a/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 ...
93642024-09-06T23:32:50.447Z[ host-image] Sep 06 23:32:49.625 INFO O| Sep 06 23:32:49.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93652024-09-06T23:32:50.447Z[ host-image] Sep 06 23:32:49.625 INFO O| Sep 06 23:32:49.625 INFO ok!
93662024-09-06T23:32:50.447Z[ host-image] Sep 06 23:32:49.625 INFO O| Sep 06 23:32:49.625 INFO STEP 114 (ensure_file) COMPLETE
93672024-09-06T23:32:50.447Z[ host-image] Sep 06 23:32:49.625 INFO O| Sep 06 23:32:49.625 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-09-06T23:32:50.459Z[ host-image] Sep 06 23:32:49.639 INFO O| Sep 06 23:32:49.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93692024-09-06T23:32:50.459Z[ host-image] Sep 06 23:32:49.639 INFO O| Sep 06 23:32:49.639 INFO copying /tmp/.tmp6Si32a/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 ...
93702024-09-06T23:32:50.461Z[ host-image] Sep 06 23:32:49.639 INFO O| Sep 06 23:32:49.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93712024-09-06T23:32:50.461Z[ host-image] Sep 06 23:32:49.639 INFO O| Sep 06 23:32:49.639 INFO ok!
93722024-09-06T23:32:50.461Z[ host-image] Sep 06 23:32:49.639 INFO O| Sep 06 23:32:49.639 INFO STEP 115 (ensure_file) COMPLETE
93732024-09-06T23:32:50.461Z[ host-image] Sep 06 23:32:49.639 INFO O| Sep 06 23:32:49.639 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-09-06T23:32:50.471Z[ host-image] Sep 06 23:32:49.651 INFO O| Sep 06 23:32:49.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93752024-09-06T23:32:50.471Z[ host-image] Sep 06 23:32:49.651 INFO O| Sep 06 23:32:49.651 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93762024-09-06T23:32:50.473Z[ host-image] Sep 06 23:32:49.651 INFO O| Sep 06 23:32:49.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93772024-09-06T23:32:50.473Z[ host-image] Sep 06 23:32:49.651 INFO O| Sep 06 23:32:49.651 INFO ok!
93782024-09-06T23:32:50.473Z[ host-image] Sep 06 23:32:49.651 INFO O| Sep 06 23:32:49.651 INFO STEP 116 (ensure_file) COMPLETE
93792024-09-06T23:32:50.473Z[ host-image] Sep 06 23:32:49.651 INFO O| Sep 06 23:32:49.651 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-09-06T23:32:50.482Z[ host-image] Sep 06 23:32:49.662 INFO O| Sep 06 23:32:49.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93812024-09-06T23:32:50.484Z[ host-image] Sep 06 23:32:49.662 INFO O| Sep 06 23:32:49.662 INFO copying /tmp/.tmp6Si32a/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 ...
93822024-09-06T23:32:50.484Z[ host-image] Sep 06 23:32:49.662 INFO O| Sep 06 23:32:49.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93832024-09-06T23:32:50.484Z[ host-image] Sep 06 23:32:49.662 INFO O| Sep 06 23:32:49.662 INFO ok!
93842024-09-06T23:32:50.484Z[ host-image] Sep 06 23:32:49.662 INFO O| Sep 06 23:32:49.662 INFO STEP 117 (ensure_file) COMPLETE
93852024-09-06T23:32:50.484Z[ host-image] Sep 06 23:32:49.662 INFO O| Sep 06 23:32:49.662 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-09-06T23:32:50.492Z[ host-image] Sep 06 23:32:49.673 INFO O| Sep 06 23:32:49.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93872024-09-06T23:32:50.495Z[ host-image] Sep 06 23:32:49.673 INFO O| Sep 06 23:32:49.673 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93882024-09-06T23:32:50.495Z[ host-image] Sep 06 23:32:49.673 INFO O| Sep 06 23:32:49.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93892024-09-06T23:32:50.495Z[ host-image] Sep 06 23:32:49.673 INFO O| Sep 06 23:32:49.673 INFO ok!
93902024-09-06T23:32:50.495Z[ host-image] Sep 06 23:32:49.673 INFO O| Sep 06 23:32:49.673 INFO STEP 118 (ensure_file) COMPLETE
93912024-09-06T23:32:50.495Z[ host-image] Sep 06 23:32:49.673 INFO O| Sep 06 23:32:49.673 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-09-06T23:32:50.504Z[ host-image] Sep 06 23:32:49.685 INFO O| Sep 06 23:32:49.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93932024-09-06T23:32:50.504Z[ host-image] Sep 06 23:32:49.685 INFO O| Sep 06 23:32:49.685 INFO copying /tmp/.tmp6Si32a/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93942024-09-06T23:32:50.899Z[ recovery-image] Sep 06 23:32:50.079 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
93952024-09-06T23:32:55.784Z[ host-image] Sep 06 23:32:54.964 INFO O| Sep 06 23:32:54.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93962024-09-06T23:32:55.784Z[ host-image] Sep 06 23:32:54.964 INFO O| Sep 06 23:32:54.964 INFO ok!
93972024-09-06T23:32:55.787Z[ host-image] Sep 06 23:32:54.964 INFO O| Sep 06 23:32:54.964 INFO STEP 119 (ensure_file) COMPLETE
93982024-09-06T23:32:55.787Z[ host-image] Sep 06 23:32:54.964 INFO O| Sep 06 23:32:54.964 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-09-06T23:32:55.796Z[ host-image] Sep 06 23:32:54.976 INFO O| Sep 06 23:32:54.976 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94002024-09-06T23:32:55.796Z[ host-image] Sep 06 23:32:54.976 INFO O| Sep 06 23:32:54.976 INFO STEP 120 (ensure_dir) COMPLETE
94012024-09-06T23:32:55.796Z[ host-image] Sep 06 23:32:54.976 INFO O| Sep 06 23:32:54.976 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-09-06T23:32:55.807Z[ host-image] Sep 06 23:32:54.986 INFO O| Sep 06 23:32:54.986 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94032024-09-06T23:32:55.807Z[ host-image] Sep 06 23:32:54.987 INFO O| Sep 06 23:32:54.986 INFO STEP 121 (ensure_dir) COMPLETE
94042024-09-06T23:32:55.809Z[ host-image] Sep 06 23:32:54.987 INFO O| Sep 06 23:32:54.986 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-09-06T23:32:55.817Z[ host-image] Sep 06 23:32:54.997 INFO O| Sep 06 23:32:54.997 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94062024-09-06T23:32:55.817Z[ host-image] Sep 06 23:32:54.997 INFO O| Sep 06 23:32:54.997 INFO STEP 122 (ensure_dir) COMPLETE
94072024-09-06T23:32:55.820Z[ host-image] Sep 06 23:32:54.997 INFO O| Sep 06 23:32:54.997 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-09-06T23:32:55.828Z[ host-image] Sep 06 23:32:55.008 INFO O| Sep 06 23:32:55.008 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94092024-09-06T23:32:55.828Z[ host-image] Sep 06 23:32:55.008 INFO O| Sep 06 23:32:55.008 INFO STEP 123 (ensure_dir) COMPLETE
94102024-09-06T23:32:55.828Z[ host-image] Sep 06 23:32:55.008 INFO O| Sep 06 23:32:55.008 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-09-06T23:32:55.838Z[ host-image] Sep 06 23:32:55.018 INFO O| Sep 06 23:32:55.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94122024-09-06T23:32:55.838Z[ host-image] Sep 06 23:32:55.018 INFO O| Sep 06 23:32:55.018 INFO copying /tmp/.tmp6Si32a/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 ...
94132024-09-06T23:32:55.840Z[ host-image] Sep 06 23:32:55.018 INFO O| Sep 06 23:32:55.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94142024-09-06T23:32:55.840Z[ host-image] Sep 06 23:32:55.018 INFO O| Sep 06 23:32:55.018 INFO ok!
94152024-09-06T23:32:55.840Z[ host-image] Sep 06 23:32:55.018 INFO O| Sep 06 23:32:55.018 INFO STEP 124 (ensure_file) COMPLETE
94162024-09-06T23:32:55.840Z[ host-image] Sep 06 23:32:55.018 INFO O| Sep 06 23:32:55.018 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-09-06T23:32:55.845Z[ recovery-image] Sep 06 23:32:55.025 INFO E| Compiling bitflags v1.3.2
94182024-09-06T23:32:55.845Z[ recovery-image] Sep 06 23:32:55.025 INFO E| Compiling adler v1.0.2
94192024-09-06T23:32:55.848Z[ recovery-image] Sep 06 23:32:55.025 INFO E| Compiling bit_field v0.10.2
94202024-09-06T23:32:55.848Z[ recovery-image] Sep 06 23:32:55.025 INFO E| Compiling log v0.4.22
94212024-09-06T23:32:55.848Z[ recovery-image] Sep 06 23:32:55.026 INFO E| Compiling plain v0.2.3
94222024-09-06T23:32:55.848Z[ recovery-image] Sep 06 23:32:55.026 INFO E| Compiling scroll v0.12.0
94232024-09-06T23:32:55.848Z[ recovery-image] Sep 06 23:32:55.026 INFO E| Compiling bitstruct v0.1.1
94242024-09-06T23:32:55.851Z[ host-image] Sep 06 23:32:55.029 INFO O| Sep 06 23:32:55.029 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94252024-09-06T23:32:55.851Z[ host-image] Sep 06 23:32:55.029 INFO O| Sep 06 23:32:55.029 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94262024-09-06T23:32:55.851Z[ host-image] Sep 06 23:32:55.029 INFO O| Sep 06 23:32:55.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94272024-09-06T23:32:55.851Z[ host-image] Sep 06 23:32:55.029 INFO O| Sep 06 23:32:55.029 INFO STEP 125 (ensure_dir) COMPLETE
94282024-09-06T23:32:55.851Z[ host-image] Sep 06 23:32:55.029 INFO O| Sep 06 23:32:55.029 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-09-06T23:32:55.864Z[ host-image] Sep 06 23:32:55.044 INFO O| Sep 06 23:32:55.044 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94302024-09-06T23:32:55.864Z[ host-image] Sep 06 23:32:55.044 INFO O| Sep 06 23:32:55.044 INFO copying /tmp/.tmp6Si32a/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94312024-09-06T23:32:55.867Z[ host-image] Sep 06 23:32:55.044 INFO O| Sep 06 23:32:55.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94322024-09-06T23:32:55.867Z[ host-image] Sep 06 23:32:55.044 INFO O| Sep 06 23:32:55.044 INFO ok!
94332024-09-06T23:32:55.867Z[ host-image] Sep 06 23:32:55.044 INFO O| Sep 06 23:32:55.044 INFO STEP 126 (ensure_file) COMPLETE
94342024-09-06T23:32:55.867Z[ host-image] Sep 06 23:32:55.044 INFO O| Sep 06 23:32:55.044 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-09-06T23:32:55.885Z[ host-image] Sep 06 23:32:55.065 INFO O| Sep 06 23:32:55.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94362024-09-06T23:32:55.887Z[ host-image] Sep 06 23:32:55.065 INFO O| Sep 06 23:32:55.065 INFO STEP 127 (remove_files) COMPLETE
94372024-09-06T23:32:55.887Z[ host-image] Sep 06 23:32:55.065 INFO O| Sep 06 23:32:55.065 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-09-06T23:32:55.921Z[ host-image] Sep 06 23:32:55.101 INFO O| Sep 06 23:32:55.101 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94392024-09-06T23:32:55.924Z[ host-image] Sep 06 23:32:55.101 INFO O| Sep 06 23:32:55.101 INFO STEP 128 (remove_files) COMPLETE
94402024-09-06T23:32:55.924Z[ host-image] Sep 06 23:32:55.101 INFO O| Sep 06 23:32:55.101 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-09-06T23:32:55.936Z[ recovery-image] Sep 06 23:32:55.116 INFO E| Compiling raw-cpuid v10.7.0
94422024-09-06T23:32:55.943Z[ host-image] Sep 06 23:32:55.123 INFO O| Sep 06 23:32:55.123 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94432024-09-06T23:32:55.945Z[ host-image] Sep 06 23:32:55.123 INFO O| Sep 06 23:32:55.123 INFO STEP 129 (remove_files) COMPLETE
94442024-09-06T23:32:55.945Z[ host-image] Sep 06 23:32:55.123 INFO O| Sep 06 23:32:55.123 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94452024-09-06T23:32:55.956Z[ recovery-image] Sep 06 23:32:55.136 INFO E| Compiling cpio_reader v0.1.1
94462024-09-06T23:32:55.966Z[ host-image] Sep 06 23:32:55.146 INFO O| Sep 06 23:32:55.146 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94472024-09-06T23:32:55.969Z[ host-image] Sep 06 23:32:55.146 INFO O| Sep 06 23:32:55.146 INFO STEP 130 (remove_files) COMPLETE
94482024-09-06T23:32:55.969Z[ host-image] Sep 06 23:32:55.147 INFO O| Sep 06 23:32:55.147 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94492024-09-06T23:32:55.990Z[ host-image] Sep 06 23:32:55.170 INFO O| Sep 06 23:32:55.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94502024-09-06T23:32:55.993Z[ host-image] Sep 06 23:32:55.171 INFO O| Sep 06 23:32:55.171 INFO STEP 131 (remove_files) COMPLETE
94512024-09-06T23:32:55.993Z[ host-image] Sep 06 23:32:55.171 INFO O| Sep 06 23:32:55.171 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94522024-09-06T23:32:56.022Z[ recovery-image] Sep 06 23:32:55.202 INFO E| Compiling miniz_oxide v0.7.4
94532024-09-06T23:32:56.096Z[ host-image] Sep 06 23:32:55.276 INFO O| Sep 06 23:32:55.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94542024-09-06T23:32:56.096Z[ host-image] Sep 06 23:32:55.276 INFO O| Sep 06 23:32:55.276 INFO STEP 132 (remove_files) COMPLETE
94552024-09-06T23:32:56.100Z[ host-image] Sep 06 23:32:55.276 INFO O| Sep 06 23:32:55.276 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94562024-09-06T23:32:56.115Z[ recovery-image] Sep 06 23:32:55.295 INFO E| Compiling static_assertions v1.1.0
94572024-09-06T23:32:56.121Z[ host-image] Sep 06 23:32:55.301 INFO O| Sep 06 23:32:55.301 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94582024-09-06T23:32:56.123Z[ host-image] Sep 06 23:32:55.301 INFO O| Sep 06 23:32:55.301 INFO STEP 133 (remove_files) COMPLETE
94592024-09-06T23:32:56.123Z[ host-image] Sep 06 23:32:55.301 INFO O| Sep 06 23:32:55.301 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94602024-09-06T23:32:56.142Z[ host-image] Sep 06 23:32:55.321 INFO O| Sep 06 23:32:55.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94612024-09-06T23:32:56.145Z[ host-image] Sep 06 23:32:55.321 INFO O| Sep 06 23:32:55.321 INFO STEP 134 (remove_files) COMPLETE
94622024-09-06T23:32:56.145Z[ host-image] Sep 06 23:32:55.321 INFO O| Sep 06 23:32:55.321 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94632024-09-06T23:32:56.196Z[ host-image] Sep 06 23:32:55.376 INFO O| Sep 06 23:32:55.376 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94642024-09-06T23:32:56.196Z[ host-image] Sep 06 23:32:55.376 INFO O| Sep 06 23:32:55.376 INFO STEP 135 (remove_files) COMPLETE
94652024-09-06T23:32:56.202Z[ host-image] Sep 06 23:32:55.376 INFO O| Sep 06 23:32:55.376 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94662024-09-06T23:32:56.217Z[ host-image] Sep 06 23:32:55.397 INFO O| Sep 06 23:32:55.397 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94672024-09-06T23:32:56.218Z[ host-image] Sep 06 23:32:55.397 INFO O| Sep 06 23:32:55.397 INFO STEP 136 (remove_files) COMPLETE
94682024-09-06T23:32:56.218Z[ host-image] Sep 06 23:32:55.397 INFO O| Sep 06 23:32:55.397 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94692024-09-06T23:32:56.255Z[ host-image] Sep 06 23:32:55.435 INFO O| Sep 06 23:32:55.435 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94702024-09-06T23:32:56.255Z[ host-image] Sep 06 23:32:55.435 INFO O| Sep 06 23:32:55.435 INFO STEP 137 (remove_files) COMPLETE
94712024-09-06T23:32:56.255Z[ host-image] Sep 06 23:32:55.435 INFO O| Sep 06 23:32:55.435 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94722024-09-06T23:32:56.317Z[ host-image] Sep 06 23:32:55.496 INFO O| Sep 06 23:32:55.496 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94732024-09-06T23:32:56.327Z[ host-image] Sep 06 23:32:55.497 INFO O| Sep 06 23:32:55.496 INFO STEP 138 (remove_files) COMPLETE
94742024-09-06T23:32:56.327Z[ host-image] Sep 06 23:32:55.497 INFO O| Sep 06 23:32:55.497 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94752024-09-06T23:32:56.341Z[ host-image] Sep 06 23:32:55.521 INFO O| Sep 06 23:32:55.521 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94762024-09-06T23:32:56.343Z[ host-image] Sep 06 23:32:55.521 INFO O| Sep 06 23:32:55.521 INFO STEP 139 (remove_files) COMPLETE
94772024-09-06T23:32:56.344Z[ host-image] Sep 06 23:32:55.521 INFO O| Sep 06 23:32:55.521 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94782024-09-06T23:32:56.362Z[ host-image] Sep 06 23:32:55.542 INFO O| Sep 06 23:32:55.541 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94792024-09-06T23:32:56.364Z[ host-image] Sep 06 23:32:55.542 INFO O| Sep 06 23:32:55.542 INFO STEP 140 (remove_files) COMPLETE
94802024-09-06T23:32:56.364Z[ host-image] Sep 06 23:32:55.542 INFO O| Sep 06 23:32:55.542 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94812024-09-06T23:32:56.382Z[ host-image] Sep 06 23:32:55.562 INFO O| Sep 06 23:32:55.562 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94822024-09-06T23:32:56.385Z[ host-image] Sep 06 23:32:55.563 INFO O| Sep 06 23:32:55.562 INFO STEP 141 (remove_files) COMPLETE
94832024-09-06T23:32:56.385Z[ host-image] Sep 06 23:32:55.563 INFO O| Sep 06 23:32:55.563 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94842024-09-06T23:32:56.402Z[ host-image] Sep 06 23:32:55.582 INFO O| Sep 06 23:32:55.582 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94852024-09-06T23:32:56.405Z[ host-image] Sep 06 23:32:55.582 INFO O| Sep 06 23:32:55.582 INFO STEP 142 (remove_files) COMPLETE
94862024-09-06T23:32:56.405Z[ host-image] Sep 06 23:32:55.582 INFO O| Sep 06 23:32:55.582 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94872024-09-06T23:32:56.421Z[ host-image] Sep 06 23:32:55.601 INFO O| Sep 06 23:32:55.601 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94882024-09-06T23:32:56.424Z[ host-image] Sep 06 23:32:55.601 INFO O| Sep 06 23:32:55.601 INFO STEP 143 (remove_files) COMPLETE
94892024-09-06T23:32:56.424Z[ host-image] Sep 06 23:32:55.602 INFO O| Sep 06 23:32:55.601 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94902024-09-06T23:32:56.440Z[ host-image] Sep 06 23:32:55.620 INFO O| Sep 06 23:32:55.620 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94912024-09-06T23:32:56.443Z[ host-image] Sep 06 23:32:55.620 INFO O| Sep 06 23:32:55.620 INFO STEP 144 (remove_files) COMPLETE
94922024-09-06T23:32:56.443Z[ host-image] Sep 06 23:32:55.620 INFO O| Sep 06 23:32:55.620 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94932024-09-06T23:32:56.474Z[ host-image] Sep 06 23:32:55.654 INFO O| Sep 06 23:32:55.654 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94942024-09-06T23:32:56.474Z[ host-image] Sep 06 23:32:55.654 INFO O| Sep 06 23:32:55.654 INFO STEP 145 (remove_files) COMPLETE
94952024-09-06T23:32:56.477Z[ host-image] Sep 06 23:32:55.654 INFO O| Sep 06 23:32:55.654 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94962024-09-06T23:32:56.484Z[ recovery-image] Sep 06 23:32:55.664 INFO E| Compiling goblin v0.8.2
94972024-09-06T23:32:56.496Z[ host-image] Sep 06 23:32:55.676 INFO O| Sep 06 23:32:55.676 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94982024-09-06T23:32:56.498Z[ host-image] Sep 06 23:32:55.676 INFO O| Sep 06 23:32:55.676 INFO STEP 146 (remove_files) COMPLETE
94992024-09-06T23:32:56.498Z[ host-image] Sep 06 23:32:55.676 INFO O| Sep 06 23:32:55.676 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-09-06T23:32:56.515Z[ host-image] Sep 06 23:32:55.695 INFO O| Sep 06 23:32:55.695 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95012024-09-06T23:32:56.515Z[ host-image] Sep 06 23:32:55.695 INFO O| Sep 06 23:32:55.695 INFO STEP 147 (remove_files) COMPLETE
95022024-09-06T23:32:56.517Z[ host-image] Sep 06 23:32:55.695 INFO O| Sep 06 23:32:55.695 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-09-06T23:32:56.532Z[ host-image] Sep 06 23:32:55.712 INFO O| Sep 06 23:32:55.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95042024-09-06T23:32:56.532Z[ host-image] Sep 06 23:32:55.712 INFO O| Sep 06 23:32:55.712 INFO STEP 148 (remove_files) COMPLETE
95052024-09-06T23:32:56.535Z[ host-image] Sep 06 23:32:55.712 INFO O| Sep 06 23:32:55.712 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-09-06T23:32:56.549Z[ host-image] Sep 06 23:32:55.729 INFO O| Sep 06 23:32:55.729 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95072024-09-06T23:32:56.549Z[ host-image] Sep 06 23:32:55.729 INFO O| Sep 06 23:32:55.729 INFO STEP 149 (remove_files) COMPLETE
95082024-09-06T23:32:56.551Z[ host-image] Sep 06 23:32:55.729 INFO O| Sep 06 23:32:55.729 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95092024-09-06T23:32:56.564Z[ host-image] Sep 06 23:32:55.744 INFO O| Sep 06 23:32:55.744 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95102024-09-06T23:32:56.564Z[ host-image] Sep 06 23:32:55.744 INFO O| Sep 06 23:32:55.744 INFO STEP 150 (remove_files) COMPLETE
95112024-09-06T23:32:56.567Z[ host-image] Sep 06 23:32:55.744 INFO O| Sep 06 23:32:55.744 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95122024-09-06T23:32:56.578Z[ host-image] Sep 06 23:32:55.757 INFO O| Sep 06 23:32:55.757 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95132024-09-06T23:32:56.580Z[ host-image] Sep 06 23:32:55.758 INFO O| Sep 06 23:32:55.757 INFO STEP 151 (remove_files) COMPLETE
95142024-09-06T23:32:56.580Z[ host-image] Sep 06 23:32:55.758 INFO O| Sep 06 23:32:55.757 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95152024-09-06T23:32:56.595Z[ host-image] Sep 06 23:32:55.775 INFO O| Sep 06 23:32:55.774 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95162024-09-06T23:32:56.595Z[ host-image] Sep 06 23:32:55.775 INFO O| Sep 06 23:32:55.775 INFO STEP 152 (remove_files) COMPLETE
95172024-09-06T23:32:56.595Z[ host-image] Sep 06 23:32:55.775 INFO O| Sep 06 23:32:55.775 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95182024-09-06T23:32:56.612Z[ host-image] Sep 06 23:32:55.792 INFO O| Sep 06 23:32:55.792 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95192024-09-06T23:32:56.612Z[ host-image] Sep 06 23:32:55.792 INFO O| Sep 06 23:32:55.792 INFO STEP 153 (remove_files) COMPLETE
95202024-09-06T23:32:56.615Z[ host-image] Sep 06 23:32:55.792 INFO O| Sep 06 23:32:55.792 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95212024-09-06T23:32:56.627Z[ host-image] Sep 06 23:32:55.807 INFO O| Sep 06 23:32:55.807 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95222024-09-06T23:32:56.628Z[ host-image] Sep 06 23:32:55.807 INFO O| Sep 06 23:32:55.807 INFO STEP 154 (remove_files) COMPLETE
95232024-09-06T23:32:56.632Z[ host-image] Sep 06 23:32:55.807 INFO O| Sep 06 23:32:55.807 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95242024-09-06T23:32:56.640Z[ host-image] Sep 06 23:32:55.819 INFO O| Sep 06 23:32:55.818 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95252024-09-06T23:32:56.640Z[ host-image] Sep 06 23:32:55.819 INFO O| Sep 06 23:32:55.819 INFO STEP 155 (remove_files) COMPLETE
95262024-09-06T23:32:56.643Z[ host-image] Sep 06 23:32:55.819 INFO O| Sep 06 23:32:55.819 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95272024-09-06T23:32:56.656Z[ host-image] Sep 06 23:32:55.835 INFO O| Sep 06 23:32:55.835 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95282024-09-06T23:32:56.656Z[ host-image] Sep 06 23:32:55.836 INFO O| Sep 06 23:32:55.836 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95292024-09-06T23:33:02.007Z[ recovery-image] Sep 06 23:33:01.187 INFO E| Finished `release` profile [optimized] target(s) in 40.07s
95302024-09-06T23:33:02.027Z[ recovery-image] Sep 06 23:33:01.207 INFO building host image...
95312024-09-06T23:33:02.030Z[ recovery-image] Sep 06 23:33:01.207 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")
95322024-09-06T23:33:02.463Z[ recovery-image] Sep 06 23:33:01.642 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95332024-09-06T23:33:03.850Z[ recovery-image] Sep 06 23:33:03.029 INFO image complete! materials are in "/work/os-recovery"
95342024-09-06T23:33:03.853Z[ recovery-image]
95352024-09-06T23:33:03.856Z[ recovery-image] real 7:24.643270466
95362024-09-06T23:33:03.856Z[ recovery-image] user 4:47.497950392
95372024-09-06T23:33:03.856Z[ recovery-image] sys 57.256096895
95382024-09-06T23:33:03.856Z[ recovery-image] trap 0.253142444
95392024-09-06T23:33:03.856Z[ recovery-image] tflt 0.256374858
95402024-09-06T23:33:03.856Z[ recovery-image] dflt 0.687376833
95412024-09-06T23:33:03.856Z[ recovery-image] kflt 0.000177558
95422024-09-06T23:33:03.856Z[ recovery-image] lock 15:53.624334145
95432024-09-06T23:33:03.856Z[ recovery-image] slp 44:33.435814751
95442024-09-06T23:33:03.856Z[ recovery-image] lat 1:58.463452929
95452024-09-06T23:33:03.856Z[ recovery-image] stop 4.481500166
95462024-09-06T23:33:03.856ZSep 06 23:33:03.034 INFO [recovery-image] process exited with exit status: 0 (444.682095315s)
95472024-09-06T23:33:06.287Z[ host-image] Sep 06 23:33:05.466 INFO O| Sep 06 23:33:05.466 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
95482024-09-06T23:33:06.287Z[ host-image] Sep 06 23:33:05.466 INFO O| Sep 06 23:33:05.466 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95492024-09-06T23:33:06.302Z[ host-image] Sep 06 23:33:05.481 INFO O| Sep 06 23:33:05.481 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95502024-09-06T23:33:06.379Z[ host-image] Sep 06 23:33:05.558 INFO O| Sep 06 23:33:05.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95512024-09-06T23:33:06.379Z[ host-image] Sep 06 23:33:05.558 INFO O| Sep 06 23:33:05.558 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95522024-09-06T23:33:06.382Z[ host-image] Sep 06 23:33:05.560 INFO O| Sep 06 23:33:05.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95532024-09-06T23:33:06.382Z[ host-image] Sep 06 23:33:05.560 INFO O| Sep 06 23:33:05.560 INFO ok!
95542024-09-06T23:33:06.382Z[ host-image] Sep 06 23:33:05.560 INFO O| Sep 06 23:33:05.560 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95552024-09-06T23:33:06.382Z[ host-image] Sep 06 23:33:05.560 INFO O| Sep 06 23:33:05.560 INFO STEP 156 (seed_smf) COMPLETE
95562024-09-06T23:33:06.382Z[ host-image] Sep 06 23:33:05.560 INFO O| Sep 06 23:33:05.560 INFO steps complete; finalising image!
95572024-09-06T23:33:06.382Z[ host-image] Sep 06 23:33:05.560 INFO O| Sep 06 23:33:05.560 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95582024-09-06T23:33:06.519Z[ host-image] Sep 06 23:33:05.698 INFO O| Sep 06 23:33:05.698 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Fri Sep 6 23:33:05 2024)
95592024-09-06T23:33:06.739Z[ host-image] Sep 06 23:33:05.918 INFO O| Sep 06 23:33:05.918 INFO temporary pool has 673M used, 159M avail, 1.87x compressratio
95602024-09-06T23:33:06.739Z[ host-image] Sep 06 23:33:05.918 INFO O| Sep 06 23:33:05.918 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95612024-09-06T23:33:07.015Z[ host-image] Sep 06 23:33:06.194 INFO O| Sep 06 23:33:06.194 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95622024-09-06T23:33:07.015Z[ host-image] Sep 06 23:33:06.194 INFO O| Sep 06 23:33:06.194 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95632024-09-06T23:33:08.045Z[ host-image] Sep 06 23:33:07.224 INFO O| Sep 06 23:33:07.224 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95642024-09-06T23:33:08.045Z[ host-image] Sep 06 23:33:07.224 INFO O| Sep 06 23:33:07.224 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95652024-09-06T23:33:08.048Z[ host-image] Sep 06 23:33:07.224 INFO O| Sep 06 23:33:07.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95662024-09-06T23:33:08.048Z[ host-image] Sep 06 23:33:07.224 INFO O| Sep 06 23:33:07.224 INFO completed processing gimlet/zfs
95672024-09-06T23:33:08.048Z[ host-image] Sep 06 23:33:07.224 INFO O| Sep 06 23:33:07.224 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95682024-09-06T23:33:14.459Z[ host-image] Sep 06 23:33:13.637 INFO O| Sep 06 23:33:13.637 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95692024-09-06T23:33:14.540Z[ host-image] Sep 06 23:33:13.718 INFO BUILD STRING "heads/stlouis-0-g231eef1c5c\n"
95702024-09-06T23:33:14.540Z[ host-image] Sep 06 23:33:13.718 INFO expanded image name: "ci 931a6ef/${os_short_commit} 2024-09-06 23:04" -> "ci 931a6ef/231eef1 2024-09-06 23:04"
95712024-09-06T23:33:14.542Z[ host-image] Sep 06 23:33:13.718 INFO output artefacts stored in: "/work/os-host"
95722024-09-06T23:33:14.542Z[ host-image] Sep 06 23:33:13.718 INFO collecting git info from project "bootserver"...
95732024-09-06T23:33:14.545Z[ host-image] Sep 06 23:33:13.723 INFO collecting git info from project "image-builder"...
95742024-09-06T23:33:14.549Z[ host-image] Sep 06 23:33:13.728 INFO collecting git info from project "pilot"...
95752024-09-06T23:33:14.554Z[ host-image] Sep 06 23:33:13.733 INFO collecting git info from project "amd-host-image-builder"...
95762024-09-06T23:33:14.568Z[ host-image] Sep 06 23:33:13.746 INFO collecting git info from project "amd-firmware"...
95772024-09-06T23:33:14.575Z[ host-image] Sep 06 23:33:13.754 INFO collecting git info from project "chelsio-t6-roms"...
95782024-09-06T23:33:14.580Z[ host-image] Sep 06 23:33:13.758 INFO collecting git info from project "phbl"...
95792024-09-06T23:33:14.584Z[ host-image] Sep 06 23:33:13.763 INFO collecting git info from project "pinprick"...
95802024-09-06T23:33:14.589Z[ host-image] Sep 06 23:33:13.767 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95812024-09-06T23:33:14.948Z[ host-image] Sep 06 23:33:14.126 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95822024-09-06T23:33:15.286Z[ host-image] Sep 06 23:33:14.464 INFO creating Oxide boot image...
95832024-09-06T23:33:15.286Z[ host-image] Sep 06 23:33:14.464 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 931a6ef/231eef1 2024-09-06 23:04", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95842024-09-06T23:33:16.204Z[ host-image] Sep 06 23:33:15.382 INFO O| ok, image written!
95852024-09-06T23:33:16.204Z[ host-image] Sep 06 23:33:15.382 INFO O| ok, boot_image_csum file written!
95862024-09-06T23:33:16.207Z[ host-image] Sep 06 23:33:15.385 INFO creating boot archive (CPIO)...
95872024-09-06T23:33:16.207Z[ host-image] Sep 06 23:33:15.385 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
95882024-09-06T23:33:16.215Z[ host-image] Sep 06 23:33:15.394 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95892024-09-06T23:33:16.215Z[ host-image] Sep 06 23:33:15.394 INFO E| + outfile=/work/os-host/cpio
95902024-09-06T23:33:16.218Z[ host-image] Sep 06 23:33:15.394 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95912024-09-06T23:33:16.218Z[ host-image] Sep 06 23:33:15.396 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95922024-09-06T23:33:16.218Z[ host-image] Sep 06 23:33:15.396 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95932024-09-06T23:33:16.251Z[ host-image] Sep 06 23:33:15.429 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95942024-09-06T23:33:16.251Z[ host-image] Sep 06 23:33:15.429 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95952024-09-06T23:33:16.259Z[ host-image] Sep 06 23:33:15.437 INFO creating compressed cpio/unix for nanobl-rs...
95962024-09-06T23:33:16.259Z[ host-image] Sep 06 23:33:15.437 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
95972024-09-06T23:33:16.551Z[ host-image] Sep 06 23:33:15.729 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95982024-09-06T23:33:20.897Z[ host-image] Sep 06 23:33:20.074 INFO creating reset image...
95992024-09-06T23:33:20.899Z[ host-image] Sep 06 23:33:20.075 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96002024-09-06T23:33:20.991Z[ host-image] Sep 06 23:33:20.169 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96012024-09-06T23:33:20.994Z[ host-image] Sep 06 23:33:20.170 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96022024-09-06T23:33:21.046Z[ host-image] Sep 06 23:33:20.223 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96032024-09-06T23:33:23.095Z[ host-image] Sep 06 23:33:22.272 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
96042024-09-06T23:33:23.106Z[ host-image] Sep 06 23:33:22.284 INFO building host image...
96052024-09-06T23:33:23.108Z[ host-image] Sep 06 23:33:22.284 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")
96062024-09-06T23:33:23.586Z[ host-image] Sep 06 23:33:22.763 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96072024-09-06T23:34:10.024Z[ host-image] Sep 06 23:34:09.198 INFO image complete! materials are in "/work/os-host"
96082024-09-06T23:34:10.027Z[ host-image]
96092024-09-06T23:34:10.027Z[ host-image] real 8:45.413213048
96102024-09-06T23:34:10.029Z[ host-image] user 4:24.128757405
96112024-09-06T23:34:10.030Z[ host-image] sys 52.904080268
96122024-09-06T23:34:10.030Z[ host-image] trap 0.188480978
96132024-09-06T23:34:10.030Z[ host-image] tflt 0.023398361
96142024-09-06T23:34:10.030Z[ host-image] dflt 0.029493124
96152024-09-06T23:34:10.030Z[ host-image] kflt 0.000001230
96162024-09-06T23:34:10.030Z[ host-image] lock 9:50.713987940
96172024-09-06T23:34:10.030Z[ host-image] slp 46:57.480164490
96182024-09-06T23:34:10.030Z[ host-image] lat 1:20.793350117
96192024-09-06T23:34:10.030Z[ host-image] stop 1.030859132
96202024-09-06T23:34:10.030ZSep 06 23:34:09.201 INFO [host-image] process exited with exit status: 0 (525.42551616s)
96212024-09-06T23:34:10.030ZSep 06 23:34:09.202 INFO [tuf-repo] running task
96222024-09-06T23:34:16.540ZSep 06 23:34:15.713 INFO assembling repository in `/tmp/tufaceousItbKrd`, component: OmicronRepoAssembler
96232024-09-06T23:34:21.370ZSep 06 23:34:20.542 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96242024-09-06T23:34:21.553ZSep 06 23:34:20.726 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96252024-09-06T23:34:32.688ZSep 06 23:34:31.860 INFO [tuf-repo] task succeeded (22.658034371s)
96262024-09-06T23:34:32.688ZSep 06 23:34:31.860 INFO all jobs completed in 1824.578485586s
96272024-09-06T23:34:33.212Zprocess exited: duration 2334900 ms, exit code 0
 
96282024-09-06T23:34:33.222Zfound 33 output files
96292024-09-06T23:34:33.222Zuploading: /work/manifest.toml (8404 bytes)
96302024-09-06T23:34:34.231Zuploaded: /work/manifest.toml
96312024-09-06T23:34:34.231Zuploading: /work/repo.zip (1795365600 bytes)
96322024-09-06T23:35:06.250Zuploaded: /work/repo.zip
96332024-09-06T23:35:06.250Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96342024-09-06T23:35:07.258Zuploaded: /work/repo.zip.sha256.txt
96352024-09-06T23:35:07.262Zuploading: /work/helios-setup.log (52339 bytes)
96362024-09-06T23:35:08.271Zuploaded: /work/helios-setup.log
96372024-09-06T23:35:08.271Zuploading: /work/host-image.log (194277 bytes)
96382024-09-06T23:35:09.290Zuploaded: /work/host-image.log
96392024-09-06T23:35:09.290Zuploading: /work/host-package.log (19631 bytes)
96402024-09-06T23:35:10.300Zuploaded: /work/host-package.log
96412024-09-06T23:35:10.302Zuploading: /work/host-target.log (101 bytes)
96422024-09-06T23:35:11.309Zuploaded: /work/host-target.log
96432024-09-06T23:35:11.309Zuploading: /work/omicron-package.log (4418 bytes)
96442024-09-06T23:35:12.316Zuploaded: /work/omicron-package.log
96452024-09-06T23:35:12.318Zuploading: /work/phbl-toolchain.log (881 bytes)
96462024-09-06T23:35:13.324Zuploaded: /work/phbl-toolchain.log
96472024-09-06T23:35:13.324Zuploading: /work/recovery-image.log (591033 bytes)
96482024-09-06T23:35:14.338Zuploaded: /work/recovery-image.log
96492024-09-06T23:35:14.338Zuploading: /work/recovery-package.log (282 bytes)
96502024-09-06T23:35:15.346Zuploaded: /work/recovery-package.log
96512024-09-06T23:35:15.346Zuploading: /work/recovery-target.log (98 bytes)
96522024-09-06T23:35:16.354Zuploaded: /work/recovery-target.log
96532024-09-06T23:35:16.356Zuploading: /work/stamp-clickhouse.log (117 bytes)
96542024-09-06T23:35:17.361Zuploaded: /work/stamp-clickhouse.log
96552024-09-06T23:35:17.361Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96562024-09-06T23:35:18.369Zuploaded: /work/stamp-clickhouse_keeper.log
96572024-09-06T23:35:18.371Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96582024-09-06T23:35:19.376Zuploaded: /work/stamp-cockroachdb.log
96592024-09-06T23:35:19.378Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96602024-09-06T23:35:20.383Zuploaded: /work/stamp-crucible-dtrace.log
96612024-09-06T23:35:20.386Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96622024-09-06T23:35:21.392Zuploaded: /work/stamp-crucible-pantry-zone.log
96632024-09-06T23:35:21.392Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96642024-09-06T23:35:22.399Zuploaded: /work/stamp-crucible-zone.log
96652024-09-06T23:35:22.402Zuploading: /work/stamp-external-dns.log (119 bytes)
96662024-09-06T23:35:23.410Zuploaded: /work/stamp-external-dns.log
96672024-09-06T23:35:23.410Zuploading: /work/stamp-installinator.log (103 bytes)
96682024-09-06T23:35:24.417Zuploaded: /work/stamp-installinator.log
96692024-09-06T23:35:24.417Zuploading: /work/stamp-internal-dns.log (119 bytes)
96702024-09-06T23:35:25.424Zuploaded: /work/stamp-internal-dns.log
96712024-09-06T23:35:25.427Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96722024-09-06T23:35:26.432Zuploaded: /work/stamp-mg-ddm-gz.log
96732024-09-06T23:35:26.434Zuploading: /work/stamp-nexus.log (112 bytes)
96742024-09-06T23:35:27.439Zuploaded: /work/stamp-nexus.log
96752024-09-06T23:35:27.442Zuploading: /work/stamp-ntp.log (110 bytes)
96762024-09-06T23:35:28.446Zuploaded: /work/stamp-ntp.log
96772024-09-06T23:35:28.446Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96782024-09-06T23:35:29.453Zuploaded: /work/stamp-omicron-sled-agent.log
96792024-09-06T23:35:29.456Zuploading: /work/stamp-overlay.log (114 bytes)
96802024-09-06T23:35:30.461Zuploaded: /work/stamp-overlay.log
96812024-09-06T23:35:30.463Zuploading: /work/stamp-oximeter.log (115 bytes)
96822024-09-06T23:35:31.469Zuploaded: /work/stamp-oximeter.log
96832024-09-06T23:35:31.472Zuploading: /work/stamp-oxlog.log (109 bytes)
96842024-09-06T23:35:32.477Zuploaded: /work/stamp-oxlog.log
96852024-09-06T23:35:32.480Zuploading: /work/stamp-probe.log (112 bytes)
96862024-09-06T23:35:33.486Zuploaded: /work/stamp-probe.log
96872024-09-06T23:35:33.486Zuploading: /work/stamp-propolis-server.log (122 bytes)
96882024-09-06T23:35:34.494Zuploaded: /work/stamp-propolis-server.log
96892024-09-06T23:35:34.494Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96902024-09-06T23:35:35.501Zuploaded: /work/stamp-pumpkind-gz.log
96912024-09-06T23:35:35.503Zuploading: /work/stamp-switch-asic.log (118 bytes)
96922024-09-06T23:35:36.508Zuploaded: /work/stamp-switch-asic.log
96932024-09-06T23:35:36.511Zuploading: /work/verify-libraries.log (3083 bytes)
96942024-09-06T23:35:37.515Zuploaded: /work/verify-libraries.log