01J6YWK5G68X9MEE7P2ZR5G4QH: 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: 01J6YWKM1J48GF8K1WNCBHTE7Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-04T16:07:45.755Zjob assigned to worker 01J6YWKN0E46FNW924G61YQZR4 (queued for 1 m 0 s)
 
22024-09-04T16:07:53.578Zstarting task 0: "setup"
32024-09-04T16:07:53.585Z++ uname -s
42024-09-04T16:07:53.587Z+ kern=SunOS
52024-09-04T16:07:53.587Z+ case "$kern" in
62024-09-04T16:07:53.587Z+ groupadd -g 12345 build
72024-09-04T16:07:53.590Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-04T16:07:55.601Z+ zfs create -o mountpoint=/work rpool/work
92024-09-04T16:07:55.720Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-04T16:07:55.723Z+ home_fs=zfs
112024-09-04T16:07:55.723Z+ [[ zfs == autofs ]]
122024-09-04T16:07:55.723Z+ mkdir -p /home/build
132024-09-04T16:07:55.725Z+ chown build:build /home/build /work
142024-09-04T16:07:57.727Z+ chmod 0700 /home/build /work
152024-09-04T16:07:57.730Zprocess exited: duration 4153 ms, exit code 0
 
162024-09-04T16:07:57.737Zstarting task 1: "rust-toolchain"
172024-09-04T16:07:57.741Z+ printf ' * toolchain channel = "%s"
182024-09-04T16:07:57.741Z' 1.80.1
192024-09-04T16:07:57.741Z+ printf ' * toolchain profile = "%s"
202024-09-04T16:07:57.741Z' default
212024-09-04T16:07:57.741Z * toolchain channel = "1.80.1"
222024-09-04T16:07:57.741Z * toolchain profile = "default"
232024-09-04T16:07:57.744Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-04T16:07:57.744Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-04T16:07:57.858Zinfo: downloading installer
262024-09-04T16:07:59.045Zinfo: profile set to 'default'
272024-09-04T16:07:59.045Zinfo: default host triple is x86_64-unknown-illumos
282024-09-04T16:07:59.047Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-04T16:07:59.182Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-04T16:07:59.182Zinfo: downloading component 'cargo'
312024-09-04T16:07:59.917Zinfo: downloading component 'clippy'
322024-09-04T16:08:00.174Zinfo: downloading component 'rust-docs'
332024-09-04T16:08:01.207Zinfo: downloading component 'rust-std'
342024-09-04T16:08:02.725Zinfo: downloading component 'rustc'
352024-09-04T16:08:06.498Zinfo: downloading component 'rustfmt'
362024-09-04T16:08:06.709Zinfo: installing component 'cargo'
372024-09-04T16:08:07.569Zinfo: installing component 'clippy'
382024-09-04T16:08:07.945Zinfo: installing component 'rust-docs'
392024-09-04T16:08:09.612Zinfo: installing component 'rust-std'
402024-09-04T16:08:11.311Zinfo: installing component 'rustc'
412024-09-04T16:08:15.627Zinfo: installing component 'rustfmt'
422024-09-04T16:08:15.988Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-04T16:08:15.988Z
442024-09-04T16:08:16.243Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-04T16:08:16.243Z
462024-09-04T16:08:16.245Z
472024-09-04T16:08:16.245ZRust is installed now. Great!
482024-09-04T16:08:16.245Z
492024-09-04T16:08:16.245ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-04T16:08:16.245Zenvironment variable. This has not been done automatically.
512024-09-04T16:08:16.245Z
522024-09-04T16:08:16.246ZTo configure your current shell, you need to source
532024-09-04T16:08:16.246Zthe corresponding env file under $HOME/.cargo.
542024-09-04T16:08:16.246Z
552024-09-04T16:08:16.246ZThis is usually done by running one of the following (note the leading DOT):
562024-09-04T16:08:16.246Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-04T16:08:16.246Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-04T16:08:16.296Z+ rustc --version
592024-09-04T16:08:16.361Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-04T16:08:16.364Zprocess exited: duration 18626 ms, exit code 0
 
612024-09-04T16:08:16.369Zstarting task 2: "authentication"
622024-09-04T16:08:16.390Zprocess exited: duration 20 ms, exit code 0
 
632024-09-04T16:08:16.395Zstarting task 3: "clone repository"
642024-09-04T16:08:16.401Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-04T16:08:16.405Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-04T16:08:16.689ZCloning into '/work/oxidecomputer/omicron'...
672024-09-04T16:08:22.242Z+ cd /work/oxidecomputer/omicron
682024-09-04T16:08:22.245Z+ git fetch origin 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e
692024-09-04T16:08:22.534ZFrom https://github.com/oxidecomputer/omicron
702024-09-04T16:08:22.534Z * branch 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e -> FETCH_HEAD
712024-09-04T16:08:22.545Z+ [[ -n eliza/boot-on-fault-isnt-just-a-bool ]]
722024-09-04T16:08:22.547Z++ git branch --show-current
732024-09-04T16:08:22.549Z+ current=main
742024-09-04T16:08:22.549Z+ [[ main != eliza/boot-on-fault-isnt-just-a-bool ]]
752024-09-04T16:08:22.549Z+ git branch -f eliza/boot-on-fault-isnt-just-a-bool 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e
762024-09-04T16:08:22.553Z+ git checkout -f eliza/boot-on-fault-isnt-just-a-bool
772024-09-04T16:08:22.709ZSwitched to branch 'eliza/boot-on-fault-isnt-just-a-bool'
782024-09-04T16:08:22.712Z+ git reset --hard 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e
792024-09-04T16:08:22.732ZHEAD is now at 86b0ae678 actually we can just leave it null for now
802024-09-04T16:08:22.735Zprocess exited: duration 6337 ms, exit code 0
 
812024-09-04T16:08:22.740Zstarting task 4: "build"
822024-09-04T16:08:22.745Z+ cargo --version
832024-09-04T16:08:22.801Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-04T16:08:22.804Z+ rustc --version
852024-09-04T16:08:22.862Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-04T16:08:22.865Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-04T16:08:43.730Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-04T16:08:46.413Z Startup: Caching catalogs ... Done
892024-09-04T16:08:48.417ZPlanning: Solver setup ... Done (1.421s)
902024-09-04T16:08:48.443ZPlanning: Running solver ... Done (0.026s)
912024-09-04T16:08:48.580ZPlanning: Finding local manifests ... Done (0.099s)
922024-09-04T16:08:48.600ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-04T16:08:48.815ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-04T16:08:49.146ZPlanning: Package planning ... Done (0.330s)
952024-09-04T16:08:49.201ZPlanning: Merging actions ... Done (0.055s)
962024-09-04T16:08:50.554ZPlanning: Checking for conflicting actions ... Done (1.349s)
972024-09-04T16:08:58.955ZPlanning: Consolidating action changes ... Done (8.402s)
982024-09-04T16:08:59.454ZPlanning: Evaluating mediators ... Done (0.499s)
992024-09-04T16:08:59.605ZPlanning: Planning completed in 13.12 seconds
1002024-09-04T16:08:59.621Z Packages to install: 4
1012024-09-04T16:08:59.621Z Packages to update: 1
1022024-09-04T16:08:59.623Z Mediators to change: 2
1032024-09-04T16:08:59.623Z Services to change: 1
1042024-09-04T16:08:59.623Z Estimated space available: 155.72 GB
1052024-09-04T16:08:59.623ZEstimated space to be consumed: 1.53 GB
1062024-09-04T16:08:59.623Z Create boot environment: No
1072024-09-04T16:08:59.623ZCreate backup boot environment: Yes
1082024-09-04T16:08:59.623Z Rebuild boot archive: No
1092024-09-04T16:08:59.623Z
1102024-09-04T16:08:59.623ZChanged mediators:
1112024-09-04T16:08:59.623Z mediator clang:
1122024-09-04T16:08:59.623Z version: None -> 15 (system default)
1132024-09-04T16:08:59.623Z
1142024-09-04T16:08:59.623Z mediator llvm:
1152024-09-04T16:08:59.623Z version: 14 (system default) -> 15 (system default)
1162024-09-04T16:08:59.624Z
1172024-09-04T16:08:59.624ZChanged packages:
1182024-09-04T16:08:59.624Zhelios-dev
1192024-09-04T16:08:59.624Z developer/build-essential
1202024-09-04T16:08:59.624Z None -> 11-2.0
1212024-09-04T16:08:59.624Z library/libxmlsec1
1222024-09-04T16:08:59.624Z None -> 1.2.35-2.0
1232024-09-04T16:08:59.624Z ooce/developer/clang-15
1242024-09-04T16:08:59.624Z None -> 15.0.7-2.0
1252024-09-04T16:08:59.624Z ooce/developer/llvm-15
1262024-09-04T16:08:59.624Z None -> 15.0.7-2.0
1272024-09-04T16:08:59.624Z package/pkg
1282024-09-04T16:08:59.624Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-04T16:08:59.624Z
1302024-09-04T16:08:59.624ZServices:
1312024-09-04T16:08:59.624Z restart_fmri:
1322024-09-04T16:08:59.624Z svc:/system/update-man-index:default
1332024-09-04T16:08:59.624Z
1342024-09-04T16:08:59.624ZEditable files to change:
1352024-09-04T16:08:59.624Z Update:
1362024-09-04T16:08:59.624Z usr/share/lib/pkg/web/config.shtml
1372024-09-04T16:09:00.166Z
1382024-09-04T16:09:00.166ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-04T16:09:05.165ZDownload: 1061/4281 items 19.7/220.6MB 8% complete (4.0M/s)
1402024-09-04T16:09:10.211ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s)
1412024-09-04T16:09:15.297ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (10.0M/s)
1422024-09-04T16:09:20.301ZDownload: 2558/4281 items 120.4/220.6MB 54% complete (3.7M/s)
1432024-09-04T16:09:25.302ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1442024-09-04T16:09:30.304ZDownload: 4174/4281 items 220.3/220.6MB 99% complete (10.0M/s)
1452024-09-04T16:09:31.801ZDownload: Completed 220.60 MB in 31.63 seconds (7.0M/s)
1462024-09-04T16:09:33.880Z Actions: 1/5063 actions (Removing old actions)
1472024-09-04T16:09:33.897Z Actions: 194/5063 actions (Installing new actions)
1482024-09-04T16:09:39.163Z Actions: 4087/5063 actions (Installing new actions)
1492024-09-04T16:09:39.478Z Actions: 4226/5063 actions (Updating modified actions)
1502024-09-04T16:09:39.826Z Actions: Completed 5063 actions in 5.94 seconds.
1512024-09-04T16:09:40.121Z Done (0.287s)
1522024-09-04T16:09:40.124Z Done (0.000s)
1532024-09-04T16:09:40.498Z Done (0.375s)
1542024-09-04T16:09:46.590Z Done (5.912s)
1552024-09-04T16:09:47.196Z Done (0.531s)
1562024-09-04T16:09:47.201Z Done (0.000s)
1572024-09-04T16:09:47.388Z Done (0.000s)
1582024-09-04T16:09:48.005ZPlanning: Evaluating mediator changes ... Done
1592024-09-04T16:09:48.167ZPlanning: Checking for conflicting actions ... Done
1602024-09-04T16:09:48.169ZPlanning: Consolidating action changes ... Done
1612024-09-04T16:09:48.437ZPlanning: Evaluating mediators ... Done
1622024-09-04T16:09:48.439ZPlanning: Planning completed in 0.43 seconds
1632024-09-04T16:09:48.476Z Mediators to change: 2
1642024-09-04T16:09:48.476Z Create boot environment: No
1652024-09-04T16:09:48.478ZCreate backup boot environment: No
1662024-09-04T16:09:48.553Z Done
1672024-09-04T16:09:48.553Z Done
1682024-09-04T16:09:48.797Z Done
1692024-09-04T16:09:52.587Z Done
1702024-09-04T16:09:52.680Z Done
1712024-09-04T16:09:52.689Z Done
1722024-09-04T16:09:52.801Z Done
1732024-09-04T16:09:53.421ZPlanning: Evaluating mediator changes ... Done
1742024-09-04T16:09:53.423ZPlanning: Merging actions ... Done
1752024-09-04T16:09:53.622ZPlanning: Checking for conflicting actions ... Done
1762024-09-04T16:09:53.625ZPlanning: Consolidating action changes ... Done
1772024-09-04T16:09:53.895ZPlanning: Evaluating mediators ... Done
1782024-09-04T16:09:53.951ZPlanning: Planning completed in 0.78 seconds
1792024-09-04T16:09:53.991Z Packages to change: 1
1802024-09-04T16:09:53.991Z Mediators to change: 1
1812024-09-04T16:09:53.991Z Services to change: 1
1822024-09-04T16:09:53.991Z Create boot environment: No
1832024-09-04T16:09:53.994ZCreate backup boot environment: Yes
1842024-09-04T16:09:55.989Z Actions: 1/6 actions (Updating modified actions)
1852024-09-04T16:09:56.072Z Actions: Completed 6 actions in 0.08 seconds.
1862024-09-04T16:09:56.075Z Done
1872024-09-04T16:09:56.075Z Done
1882024-09-04T16:09:56.153Z Done
1892024-09-04T16:09:59.993Z Done
1902024-09-04T16:10:00.090Z Done
1912024-09-04T16:10:00.093Z Done
1922024-09-04T16:10:00.216Z Done
1932024-09-04T16:10:00.671ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-09-04T16:10:00.671Zclang system 15 system
1952024-09-04T16:10:00.671Zcsh system system illumos
1962024-09-04T16:10:00.671Zctags system system illumos
1972024-09-04T16:10:00.671Zgcc vendor 12 vendor
1982024-09-04T16:10:00.671Zgcc system 10 system
1992024-09-04T16:10:00.671Zgcc system 7 system
2002024-09-04T16:10:00.671Zgo system 1.20 system
2012024-09-04T16:10:00.672Zgo system 1.19 system
2022024-09-04T16:10:00.672Zllvm system 15 system
2032024-09-04T16:10:00.672Zllvm system 14 system
2042024-09-04T16:10:00.672Zmariadb system 10.6 system
2052024-09-04T16:10:00.672Zmta vendor vendor dma
2062024-09-04T16:10:00.672Zopenjdk system 17 system
2072024-09-04T16:10:00.672Zopenjdk system 11 system
2082024-09-04T16:10:00.672Zopenjdk system 1.8 system
2092024-09-04T16:10:00.672Zopenssl vendor 3 vendor
2102024-09-04T16:10:00.672Zperl system 5.36 system
2112024-09-04T16:10:00.672Zpostgresql system 15 system
2122024-09-04T16:10:00.672Zpostgresql system 13 system
2132024-09-04T16:10:00.672Zpython vendor 3 vendor
2142024-09-04T16:10:00.672Zpython system 2 system
2152024-09-04T16:10:00.672Zpython3 system 3.11 system
2162024-09-04T16:10:00.672Zruby system 3.0 system
2172024-09-04T16:10:00.672Zwords vendor vendor american-english
2182024-09-04T16:10:00.672Zwords system system australian-english
2192024-09-04T16:10:00.672Zwords system system british-english
2202024-09-04T16:10:00.672Zwords system system canadian-english
2212024-09-04T16:10:00.672Zwords system system french
2222024-09-04T16:10:00.672Zwords system system italian
2232024-09-04T16:10:00.672Zwords system system ngerman
2242024-09-04T16:10:00.672Zwords system system ogerman
2252024-09-04T16:10:00.672Zwords system system spanish
2262024-09-04T16:10:01.041ZPUBLISHER TYPE STATUS P LOCATION
2272024-09-04T16:10:01.041Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2282024-09-04T16:10:02.879ZFMRI IFO
2292024-09-04T16:10:02.879Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302024-09-04T16:10:02.879Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312024-09-04T16:10:02.879Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322024-09-04T16:10:02.879Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2332024-09-04T16:10:02.879Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2342024-09-04T16:10:02.879Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2352024-09-04T16:10:02.879Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2362024-09-04T16:10:02.879Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2372024-09-04T16:10:02.879Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2382024-09-04T16:10:02.879Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-09-04T16:10:02.880Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2402024-09-04T16:10:02.880Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-09-04T16:10:02.880Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2422024-09-04T16:10:03.509Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432024-09-04T16:10:03.778Z Updating crates.io index
2442024-09-04T16:10:03.780Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2452024-09-04T16:10:04.523Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462024-09-04T16:10:05.366Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2472024-09-04T16:10:05.624Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2482024-09-04T16:10:07.126Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492024-09-04T16:10:07.361Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2502024-09-04T16:10:07.634Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512024-09-04T16:10:08.803Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522024-09-04T16:10:10.683Z Updating git repository `https://github.com/oxidecomputer/opte`
2532024-09-04T16:10:11.676Z Updating git repository `https://github.com/oxidecomputer/falcon`
2542024-09-04T16:10:12.350Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552024-09-04T16:10:12.601Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2562024-09-04T16:10:13.061Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2572024-09-04T16:10:13.426Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2582024-09-04T16:10:13.677Z Updating git repository `https://github.com/oxidecomputer/qorb`
2592024-09-04T16:10:14.017Z Updating git repository `https://github.com/oxidecomputer/tofino`
2602024-09-04T16:10:14.318Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612024-09-04T16:10:14.613Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622024-09-04T16:10:14.852Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632024-09-04T16:10:15.098Z Updating git repository `https://github.com/oxidecomputer/clickward`
2642024-09-04T16:10:15.434Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652024-09-04T16:10:15.727Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662024-09-04T16:10:16.021Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2672024-09-04T16:10:16.434Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682024-09-04T16:10:16.867Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692024-09-04T16:10:17.218Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702024-09-04T16:10:17.603Z Updating git repository `https://github.com/oxidecomputer/typify`
2712024-09-04T16:10:19.675Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722024-09-04T16:10:19.932Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732024-09-04T16:10:20.205Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742024-09-04T16:10:20.539Z Updating git repository `https://github.com/oxidecomputer/rfb`
2752024-09-04T16:10:21.806Z Downloading crates ...
2762024-09-04T16:10:21.866Z Downloaded anstyle v1.0.8
2772024-09-04T16:10:21.873Z Downloaded anstream v0.6.14
2782024-09-04T16:10:21.875Z Downloaded autocfg v1.3.0
2792024-09-04T16:10:21.877Z Downloaded quote v1.0.36
2802024-09-04T16:10:21.879Z Downloaded memmap v0.7.0
2812024-09-04T16:10:21.882Z Downloaded equivalent v1.0.1
2822024-09-04T16:10:21.885Z Downloaded is_terminal_polyfill v1.70.0
2832024-09-04T16:10:21.887Z Downloaded pretty-hex v0.4.1
2842024-09-04T16:10:21.891Z Downloaded scroll_derive v0.12.0
2852024-09-04T16:10:21.902Z Downloaded usdt-macro v0.5.0
2862024-09-04T16:10:21.904Z Downloaded swrite v0.1.0
2872024-09-04T16:10:21.908Z Downloaded usdt-attr-macro v0.5.0
2882024-09-04T16:10:21.911Z Downloaded heck v0.5.0
2892024-09-04T16:10:21.911Z Downloaded heck v0.4.1
2902024-09-04T16:10:21.913Z Downloaded fs-err v2.11.0
2912024-09-04T16:10:21.916Z Downloaded serde_tokenstream v0.2.2
2922024-09-04T16:10:21.916Z Downloaded dof v0.3.0
2932024-09-04T16:10:21.919Z Downloaded byteorder v1.5.0
2942024-09-04T16:10:21.919Z Downloaded proc-macro-error-attr v1.0.4
2952024-09-04T16:10:21.921Z Downloaded macaddr v1.0.1
2962024-09-04T16:10:21.921Z Downloaded fastrand v2.1.0
2972024-09-04T16:10:21.923Z Downloaded version_check v0.9.5
2982024-09-04T16:10:21.923Z Downloaded thiserror-impl v1.0.63
2992024-09-04T16:10:21.926Z Downloaded thiserror v1.0.63
3002024-09-04T16:10:21.931Z Downloaded terminal_size v0.3.0
3012024-09-04T16:10:21.934Z Downloaded smawk v0.3.2
3022024-09-04T16:10:21.934Z Downloaded cpufeatures v0.2.12
3032024-09-04T16:10:21.937Z Downloaded block-buffer v0.10.4
3042024-09-04T16:10:21.937Z Downloaded dtrace-parser v0.2.0
3052024-09-04T16:10:21.945Z Downloaded tabled_derive v0.7.0
3062024-09-04T16:10:21.948Z Downloaded anstyle-query v1.0.3
3072024-09-04T16:10:21.950Z Downloaded clap_lex v0.7.0
3082024-09-04T16:10:21.953Z Downloaded pest_derive v2.7.10
3092024-09-04T16:10:21.955Z Downloaded clap_derive v4.5.13
3102024-09-04T16:10:21.958Z Downloaded cargo-platform v0.1.8
3112024-09-04T16:10:21.961Z Downloaded cargo_toml v0.20.4
3122024-09-04T16:10:21.974Z Downloaded itoa v1.0.11
3132024-09-04T16:10:21.976Z Downloaded crypto-common v0.1.6
3142024-09-04T16:10:21.979Z Downloaded cfg-if v1.0.0
3152024-09-04T16:10:21.982Z Downloaded pest_generator v2.7.10
3162024-09-04T16:10:21.984Z Downloaded camino-tempfile v1.1.1
3172024-09-04T16:10:21.988Z Downloaded serde_spanned v0.6.7
3182024-09-04T16:10:21.988Z Downloaded plain v0.2.3
3192024-09-04T16:10:21.990Z Downloaded errno v0.3.9
3202024-09-04T16:10:21.990Z Downloaded digest v0.10.7
3212024-09-04T16:10:21.993Z Downloaded colorchoice v1.0.1
3222024-09-04T16:10:21.993Z Downloaded cargo_metadata v0.18.1
3232024-09-04T16:10:21.995Z Downloaded bytecount v0.6.8
3242024-09-04T16:10:21.997Z Downloaded clap v4.5.16
3252024-09-04T16:10:22.005Z Downloaded unicode-ident v1.0.12
3262024-09-04T16:10:22.007Z Downloaded toml v0.8.19
3272024-09-04T16:10:22.010Z Downloaded ryu v1.0.18
3282024-09-04T16:10:22.013Z Downloaded generic-array v0.14.7
3292024-09-04T16:10:22.015Z Downloaded strsim v0.11.1
3302024-09-04T16:10:22.022Z Downloaded papergrid v0.11.0
3312024-09-04T16:10:22.025Z Downloaded utf8parse v0.2.1
3322024-09-04T16:10:22.025Z Downloaded usdt-impl v0.5.0
3332024-09-04T16:10:22.025Z Downloaded usdt v0.5.0
3342024-09-04T16:10:22.025Z Downloaded toml_datetime v0.6.8
3352024-09-04T16:10:22.025Z Downloaded once_cell v1.19.0
3362024-09-04T16:10:22.028Z Downloaded camino v1.1.9
3372024-09-04T16:10:22.030Z Downloaded serde v1.0.208
3382024-09-04T16:10:22.033Z Downloaded proc-macro-error v1.0.4
3392024-09-04T16:10:22.035Z Downloaded fnv v1.0.7
3402024-09-04T16:10:22.037Z Downloaded anstyle-parse v0.2.4
3412024-09-04T16:10:22.039Z Downloaded unicode-linebreak v0.1.5
3422024-09-04T16:10:22.039Z Downloaded pest_meta v2.7.10
3432024-09-04T16:10:22.046Z Downloaded thread-id v4.2.1
3442024-09-04T16:10:22.048Z Downloaded scroll v0.12.0
3452024-09-04T16:10:22.051Z Downloaded semver v1.0.23
3462024-09-04T16:10:22.054Z Downloaded zerocopy-derive v0.7.34
3472024-09-04T16:10:22.058Z Downloaded sha2 v0.10.8
3482024-09-04T16:10:22.060Z Downloaded proc-macro2 v1.0.86
3492024-09-04T16:10:22.063Z Downloaded tempfile v3.10.1
3502024-09-04T16:10:22.065Z Downloaded log v0.4.21
3512024-09-04T16:10:22.065Z Downloaded serde_derive v1.0.208
3522024-09-04T16:10:22.071Z Downloaded ucd-trie v0.1.6
3532024-09-04T16:10:22.075Z Downloaded typenum v1.17.0
3542024-09-04T16:10:22.077Z Downloaded textwrap v0.16.1
3552024-09-04T16:10:22.080Z Downloaded bitflags v2.6.0
3562024-09-04T16:10:22.082Z Downloaded anyhow v1.0.86
3572024-09-04T16:10:22.092Z Downloaded indexmap v2.4.0
3582024-09-04T16:10:22.097Z Downloaded toml_edit v0.22.20
3592024-09-04T16:10:22.119Z Downloaded memchr v2.7.2
3602024-09-04T16:10:22.136Z Downloaded serde_json v1.0.125
3612024-09-04T16:10:22.143Z Downloaded pest v2.7.10
3622024-09-04T16:10:22.148Z Downloaded hashbrown v0.14.5
3632024-09-04T16:10:22.162Z Downloaded zerocopy v0.7.34
3642024-09-04T16:10:22.177Z Downloaded goblin v0.8.2
3652024-09-04T16:10:22.183Z Downloaded clap_builder v4.5.15
3662024-09-04T16:10:22.190Z Downloaded winnow v0.6.18
3672024-09-04T16:10:22.200Z Downloaded tabled v0.15.0
3682024-09-04T16:10:22.214Z Downloaded syn v2.0.74
3692024-09-04T16:10:22.225Z Downloaded syn v1.0.109
3702024-09-04T16:10:22.236Z Downloaded rustix v0.38.34
3712024-09-04T16:10:22.258Z Downloaded unicode-width v0.1.13
3722024-09-04T16:10:22.267Z Downloaded libc v0.2.158
3732024-09-04T16:10:22.572Z Compiling proc-macro2 v1.0.86
3742024-09-04T16:10:22.574Z Compiling unicode-ident v1.0.12
3752024-09-04T16:10:22.574Z Compiling version_check v0.9.5
3762024-09-04T16:10:22.574Z Compiling serde v1.0.208
3772024-09-04T16:10:22.574Z Compiling thiserror v1.0.63
3782024-09-04T16:10:22.574Z Compiling memchr v2.7.2
3792024-09-04T16:10:22.574Z Compiling libc v0.2.158
3802024-09-04T16:10:22.574Z Compiling ucd-trie v0.1.6
3812024-09-04T16:10:22.828Z Compiling itoa v1.0.11
3822024-09-04T16:10:23.077Z Compiling ryu v1.0.18
3832024-09-04T16:10:23.250Z Compiling once_cell v1.19.0
3842024-09-04T16:10:23.389Z Compiling byteorder v1.5.0
3852024-09-04T16:10:23.734Z Compiling serde_json v1.0.125
3862024-09-04T16:10:24.039Z Compiling rustix v0.38.34
3872024-09-04T16:10:25.260Z Compiling bitflags v2.6.0
3882024-09-04T16:10:25.364Z Compiling usdt-impl v0.5.0
3892024-09-04T16:10:25.407Z Compiling proc-macro-error-attr v1.0.4
3902024-09-04T16:10:25.474Z Compiling syn v1.0.109
3912024-09-04T16:10:25.700Z Compiling proc-macro-error v1.0.4
3922024-09-04T16:10:25.802Z Compiling log v0.4.21
3932024-09-04T16:10:25.849Z Compiling camino v1.1.9
3942024-09-04T16:10:25.929Z Compiling equivalent v1.0.1
3952024-09-04T16:10:26.038Z Compiling utf8parse v0.2.1
3962024-09-04T16:10:26.090Z Compiling thread-id v4.2.1
3972024-09-04T16:10:26.238Z Compiling plain v0.2.3
3982024-09-04T16:10:26.282Z Compiling hashbrown v0.14.5
3992024-09-04T16:10:26.285Z Compiling anstyle-parse v0.2.4
4002024-09-04T16:10:26.442Z Compiling quote v1.0.36
4012024-09-04T16:10:26.506Z Compiling anstyle-query v1.0.3
4022024-09-04T16:10:26.646Z Compiling winnow v0.6.18
4032024-09-04T16:10:26.673Z Compiling pretty-hex v0.4.1
4042024-09-04T16:10:26.726Z Compiling autocfg v1.3.0
4052024-09-04T16:10:26.767Z Compiling anstyle v1.0.8
4062024-09-04T16:10:26.890Z Compiling syn v2.0.74
4072024-09-04T16:10:27.108Z Compiling errno v0.3.9
4082024-09-04T16:10:27.227Z Compiling semver v1.0.23
4092024-09-04T16:10:27.668Z Compiling indexmap v2.4.0
4102024-09-04T16:10:27.694Z Compiling unicode-width v0.1.13
4112024-09-04T16:10:27.773Z Compiling is_terminal_polyfill v1.70.0
4122024-09-04T16:10:27.909Z Compiling colorchoice v1.0.1
4132024-09-04T16:10:28.013Z Compiling fs-err v2.11.0
4142024-09-04T16:10:28.072Z Compiling anstream v0.6.14
4152024-09-04T16:10:28.552Z Compiling fastrand v2.1.0
4162024-09-04T16:10:28.591Z Compiling heck v0.4.1
4172024-09-04T16:10:28.868Z Compiling fnv v1.0.7
4182024-09-04T16:10:29.004Z Compiling anyhow v1.0.86
4192024-09-04T16:10:29.048Z Compiling strsim v0.11.1
4202024-09-04T16:10:29.107Z Compiling clap_lex v0.7.0
4212024-09-04T16:10:29.134Z Compiling bytecount v0.6.8
4222024-09-04T16:10:29.351Z Compiling cfg-if v1.0.0
4232024-09-04T16:10:29.466Z Compiling terminal_size v0.3.0
4242024-09-04T16:10:29.631Z Compiling heck v0.5.0
4252024-09-04T16:10:29.681Z Compiling clap_builder v4.5.15
4262024-09-04T16:10:29.836Z Compiling tempfile v3.10.1
4272024-09-04T16:10:30.198Z Compiling papergrid v0.11.0
4282024-09-04T16:10:30.454Z Compiling memmap v0.7.0
4292024-09-04T16:10:30.622Z Compiling unicode-linebreak v0.1.5
4302024-09-04T16:10:30.756Z Compiling smawk v0.3.2
4312024-09-04T16:10:30.964Z Compiling swrite v0.1.0
4322024-09-04T16:10:31.093Z Compiling textwrap v0.16.1
4332024-09-04T16:10:32.549Z Compiling tabled_derive v0.7.0
4342024-09-04T16:10:34.235Z Compiling tabled v0.15.0
4352024-09-04T16:10:35.698Z Compiling serde_derive v1.0.208
4362024-09-04T16:10:35.698Z Compiling thiserror-impl v1.0.63
4372024-09-04T16:10:35.701Z Compiling zerocopy-derive v0.7.34
4382024-09-04T16:10:35.701Z Compiling scroll_derive v0.12.0
4392024-09-04T16:10:35.701Z Compiling clap_derive v4.5.13
4402024-09-04T16:10:37.109Z Compiling scroll v0.12.0
4412024-09-04T16:10:37.581Z Compiling zerocopy v0.7.34
4422024-09-04T16:10:37.672Z Compiling goblin v0.8.2
4432024-09-04T16:10:38.133Z Compiling pest v2.7.10
4442024-09-04T16:10:39.136Z Compiling clap v4.5.16
4452024-09-04T16:10:40.460Z Compiling pest_meta v2.7.10
4462024-09-04T16:10:41.328Z Compiling pest_generator v2.7.10
4472024-09-04T16:10:43.018Z Compiling pest_derive v2.7.10
4482024-09-04T16:10:43.780Z Compiling dtrace-parser v0.2.0
4492024-09-04T16:10:46.081Z Compiling serde_tokenstream v0.2.2
4502024-09-04T16:10:46.228Z Compiling toml_datetime v0.6.8
4512024-09-04T16:10:46.228Z Compiling serde_spanned v0.6.7
4522024-09-04T16:10:46.441Z Compiling cargo-platform v0.1.8
4532024-09-04T16:10:46.637Z Compiling toml_edit v0.22.20
4542024-09-04T16:10:46.667Z Compiling macaddr v1.0.1
4552024-09-04T16:10:46.953Z Compiling camino-tempfile v1.1.1
4562024-09-04T16:10:47.506Z Compiling dof v0.3.0
4572024-09-04T16:10:47.733Z Compiling cargo_metadata v0.18.1
4582024-09-04T16:10:49.301Z Compiling usdt-attr-macro v0.5.0
4592024-09-04T16:10:49.303Z Compiling usdt-macro v0.5.0
4602024-09-04T16:10:49.592Z Compiling toml v0.8.19
4612024-09-04T16:10:50.484Z Compiling cargo_toml v0.20.4
4622024-09-04T16:10:50.690Z Compiling usdt v0.5.0
4632024-09-04T16:10:54.286Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642024-09-04T16:10:58.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.52s
4652024-09-04T16:10:59.051Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4662024-09-04T16:10:59.633Z Downloading crates ...
4672024-09-04T16:10:59.753Z Downloaded ciborium-io v0.2.2
4682024-09-04T16:10:59.755Z Downloaded async-stream-impl v0.3.5
4692024-09-04T16:10:59.758Z Downloaded atomicwrites v0.4.3
4702024-09-04T16:10:59.758Z Downloaded bitstruct v0.1.1
4712024-09-04T16:10:59.762Z Downloaded adler v1.0.2
4722024-09-04T16:10:59.764Z Downloaded addr2line v0.21.0
4732024-09-04T16:10:59.773Z Downloaded crunchy v0.2.2
4742024-09-04T16:10:59.777Z Downloaded instant v0.1.12
4752024-09-04T16:10:59.781Z Downloaded cstr-argument v0.1.2
4762024-09-04T16:10:59.784Z Downloaded http-range v0.1.5
4772024-09-04T16:10:59.784Z Downloaded darling_macro v0.20.9
4782024-09-04T16:10:59.784Z Downloaded cipher v0.4.4
4792024-09-04T16:10:59.786Z Downloaded atomic-waker v1.1.2
4802024-09-04T16:10:59.789Z Downloaded async-recursion v1.1.1
4812024-09-04T16:10:59.792Z Downloaded is_ci v1.2.0
4822024-09-04T16:10:59.795Z Downloaded blowfish v0.9.1
4832024-09-04T16:10:59.798Z Downloaded cexpr v0.6.0
4842024-09-04T16:10:59.801Z Downloaded bit-set v0.5.3
4852024-09-04T16:10:59.801Z Downloaded newtype_derive v0.1.6
4862024-09-04T16:10:59.803Z Downloaded normalize-line-endings v0.3.0
4872024-09-04T16:10:59.803Z Downloaded matches v0.1.10
4882024-09-04T16:10:59.803Z Downloaded httparse v1.8.0
4892024-09-04T16:10:59.807Z Downloaded crossbeam-deque v0.8.5
4902024-09-04T16:10:59.810Z Downloaded inout v0.1.3
4912024-09-04T16:10:59.813Z Downloaded num-conv v0.1.0
4922024-09-04T16:10:59.813Z Downloaded nodrop v0.1.14
4932024-09-04T16:10:59.813Z Downloaded newline-converter v0.3.0
4942024-09-04T16:10:59.815Z Downloaded http-body v0.4.6
4952024-09-04T16:10:59.819Z Downloaded lru v0.12.3
4962024-09-04T16:10:59.819Z Downloaded linked-hash-map v0.5.6
4972024-09-04T16:10:59.821Z Downloaded libsw v3.3.1
4982024-09-04T16:10:59.824Z Downloaded lazycell v1.3.0
4992024-09-04T16:10:59.827Z Downloaded humantime v2.1.0
5002024-09-04T16:10:59.827Z Downloaded hubpack v0.1.2
5012024-09-04T16:10:59.830Z Downloaded mime v0.3.17
5022024-09-04T16:10:59.832Z Downloaded num v0.4.3
5032024-09-04T16:10:59.832Z Downloaded csv-core v0.1.11
5042024-09-04T16:10:59.835Z Downloaded const_format_proc_macros v0.2.32
5052024-09-04T16:10:59.837Z Downloaded iana-time-zone v0.1.60
5062024-09-04T16:10:59.840Z Downloaded native-tls v0.2.11
5072024-09-04T16:10:59.843Z Downloaded hubpack_derive v0.1.1
5082024-09-04T16:10:59.846Z Downloaded match_cfg v0.1.0
5092024-09-04T16:10:59.846Z Downloaded castaway v0.2.3
5102024-09-04T16:10:59.849Z Downloaded managed v0.8.0
5112024-09-04T16:10:59.851Z Downloaded kstat-rs v0.2.4
5122024-09-04T16:10:59.851Z Downloaded is-terminal v0.4.12
5132024-09-04T16:10:59.853Z Downloaded ident_case v1.0.1
5142024-09-04T16:10:59.853Z Downloaded crucible-workspace-hack v0.1.0
5152024-09-04T16:10:59.856Z Downloaded console v0.15.8
5162024-09-04T16:10:59.858Z Downloaded jobserver v0.1.32
5172024-09-04T16:10:59.861Z Downloaded ipnet v2.9.0
5182024-09-04T16:10:59.864Z Downloaded sigpipe v0.1.3
5192024-09-04T16:10:59.867Z Downloaded memmap2 v0.9.4
5202024-09-04T16:10:59.869Z Downloaded new_debug_unreachable v1.0.6
5212024-09-04T16:10:59.869Z Downloaded rustc-hash v1.1.0
5222024-09-04T16:10:59.873Z Downloaded crossbeam-utils v0.8.19
5232024-09-04T16:10:59.876Z Downloaded crc-any v2.5.0
5242024-09-04T16:10:59.876Z Downloaded take_mut v0.2.2
5252024-09-04T16:10:59.878Z Downloaded shell-words v1.1.0
5262024-09-04T16:10:59.881Z Downloaded tower-service v0.3.2
5272024-09-04T16:10:59.881Z Downloaded httpdate v1.0.3
5282024-09-04T16:10:59.884Z Downloaded block-padding v0.3.3
5292024-09-04T16:10:59.884Z Downloaded sqlparser_derive v0.2.2
5302024-09-04T16:10:59.884Z Downloaded allocator-api2 v0.2.18
5312024-09-04T16:10:59.888Z Downloaded aead v0.5.2
5322024-09-04T16:10:59.891Z Downloaded ciborium-ll v0.2.2
5332024-09-04T16:10:59.893Z Downloaded zone_cfg_derive v0.3.0
5342024-09-04T16:10:59.893Z Downloaded zone_cfg_derive v0.1.2
5352024-09-04T16:10:59.893Z Downloaded sync_wrapper v0.1.2
5362024-09-04T16:10:59.896Z Downloaded keccak v0.1.5
5372024-09-04T16:10:59.896Z Downloaded try-lock v0.2.5
5382024-09-04T16:10:59.899Z Downloaded constant_time_eq v0.3.0
5392024-09-04T16:10:59.901Z Downloaded tinyvec_macros v0.1.1
5402024-09-04T16:10:59.902Z Downloaded linear-map v1.2.0
5412024-09-04T16:10:59.904Z Downloaded indicatif v0.17.8
5422024-09-04T16:10:59.908Z Downloaded crc-catalog v2.4.0
5432024-09-04T16:10:59.911Z Downloaded md5 v0.7.0
5442024-09-04T16:10:59.911Z Downloaded lazy_static v1.5.0
5452024-09-04T16:10:59.914Z Downloaded slog-stdlog v4.1.1
5462024-09-04T16:10:59.918Z Downloaded maybe-uninit v2.0.0
5472024-09-04T16:10:59.918Z Downloaded memoffset v0.9.1
5482024-09-04T16:10:59.921Z Downloaded maplit v1.0.2
5492024-09-04T16:10:59.921Z Downloaded lru-cache v0.1.2
5502024-09-04T16:10:59.921Z Downloaded nanorand v0.7.0
5512024-09-04T16:10:59.923Z Downloaded nibble_vec v0.1.0
5522024-09-04T16:10:59.926Z Downloaded strum_macros v0.24.3
5532024-09-04T16:10:59.929Z Downloaded path-slash v0.1.5
5542024-09-04T16:10:59.931Z Downloaded openssl-macros v0.1.1
5552024-09-04T16:10:59.931Z Downloaded tls_codec_derive v0.4.1
5562024-09-04T16:10:59.934Z Downloaded opaque-debug v0.3.1
5572024-09-04T16:10:59.937Z Downloaded unarray v0.1.4
5582024-09-04T16:10:59.937Z Downloaded unicase v2.7.0
5592024-09-04T16:10:59.940Z Downloaded mockall_derive v0.13.0
5602024-09-04T16:10:59.943Z Downloaded tls_codec v0.4.1
5612024-09-04T16:10:59.946Z Downloaded libefi-sys v0.1.0
5622024-09-04T16:10:59.946Z Downloaded tabwriter v1.4.0
5632024-09-04T16:10:59.949Z Downloaded psl-types v2.0.11
5642024-09-04T16:10:59.949Z Downloaded defmt-parser v0.3.4
5652024-09-04T16:10:59.951Z Downloaded libloading v0.8.3
5662024-09-04T16:10:59.954Z Downloaded http v0.2.12
5672024-09-04T16:10:59.957Z Downloaded zone v0.1.8
5682024-09-04T16:10:59.960Z Downloaded defmt-macros v0.3.9
5692024-09-04T16:10:59.965Z Downloaded darling v0.20.9
5702024-09-04T16:10:59.968Z Downloaded ghash v0.5.1
5712024-09-04T16:10:59.972Z Downloaded strum v0.26.3
5722024-09-04T16:10:59.972Z Downloaded sct v0.7.1
5732024-09-04T16:10:59.977Z Downloaded nu-ansi-term v0.50.0
5742024-09-04T16:10:59.980Z Downloaded pbkdf2 v0.12.2
5752024-09-04T16:10:59.983Z Downloaded heck v0.3.3
5762024-09-04T16:10:59.985Z Downloaded pbkdf2 v0.11.0
5772024-09-04T16:10:59.988Z Downloaded paste v1.0.15
5782024-09-04T16:10:59.990Z Downloaded rustls-pemfile v2.1.3
5792024-09-04T16:10:59.993Z Downloaded waitgroup v0.1.2
5802024-09-04T16:10:59.995Z Downloaded ppv-lite86 v0.2.17
5812024-09-04T16:10:59.998Z Downloaded powerfmt v0.2.0
5822024-09-04T16:11:00.000Z Downloaded endian-type v0.1.2
5832024-09-04T16:11:00.000Z Downloaded downcast v0.11.0
5842024-09-04T16:11:00.000Z Downloaded display-error-chain v0.2.1
5852024-09-04T16:11:00.003Z Downloaded diesel_table_macro_syntax v0.2.0
5862024-09-04T16:11:00.003Z Downloaded rand_xorshift v0.3.0
5872024-09-04T16:11:00.006Z Downloaded russh-cryptovec v0.7.2
5882024-09-04T16:11:00.009Z Downloaded oso-derive v0.27.3
5892024-09-04T16:11:00.009Z Downloaded fxhash v0.2.1
5902024-09-04T16:11:00.009Z Downloaded rtoolbox v0.0.2
5912024-09-04T16:11:00.011Z Downloaded crossbeam-epoch v0.9.18
5922024-09-04T16:11:00.014Z Downloaded smf v0.2.3
5932024-09-04T16:11:00.016Z Downloaded serde_repr v0.1.19
5942024-09-04T16:11:00.019Z Downloaded rfc6979 v0.4.0
5952024-09-04T16:11:00.021Z Downloaded parse-size v1.0.0
5962024-09-04T16:11:00.021Z Downloaded scheduled-thread-pool v0.2.7
5972024-09-04T16:11:00.024Z Downloaded miniz_oxide v0.7.2
5982024-09-04T16:11:00.027Z Downloaded ron v0.8.1
5992024-09-04T16:11:00.032Z Downloaded tokio-native-tls v0.3.1
6002024-09-04T16:11:00.035Z Downloaded unicode-truncate v1.0.0
6012024-09-04T16:11:00.038Z Downloaded password-hash v0.5.0
6022024-09-04T16:11:00.042Z Downloaded password-hash v0.4.2
6032024-09-04T16:11:00.046Z Downloaded rustfmt-wrapper v0.2.1
6042024-09-04T16:11:00.046Z Downloaded poly1305 v0.8.0
6052024-09-04T16:11:00.049Z Downloaded mio v1.0.2
6062024-09-04T16:11:00.054Z Downloaded num-rational v0.4.2
6072024-09-04T16:11:00.057Z Downloaded num_enum_derive v0.5.11
6082024-09-04T16:11:00.060Z Downloaded num_enum v0.5.11
6092024-09-04T16:11:00.063Z Downloaded getopts v0.2.21
6102024-09-04T16:11:00.066Z Downloaded float-ord v0.3.2
6112024-09-04T16:11:00.068Z Downloaded getrandom v0.2.14
6122024-09-04T16:11:00.072Z Downloaded headers-core v0.2.0
6132024-09-04T16:11:00.074Z Downloaded peg v0.8.4
6142024-09-04T16:11:00.078Z Downloaded strum_macros v0.25.3
6152024-09-04T16:11:00.081Z Downloaded pretty-hex v0.2.1
6162024-09-04T16:11:00.084Z Downloaded peg-runtime v0.8.3
6172024-09-04T16:11:00.089Z Downloaded slog-dtrace v0.3.0
6182024-09-04T16:11:00.089Z Downloaded slog-async v2.8.0
6192024-09-04T16:11:00.101Z Downloaded siphasher v0.3.11
6202024-09-04T16:11:00.101Z Downloaded shlex v1.3.0
6212024-09-04T16:11:00.101Z Downloaded thiserror-no-std v2.0.2
6222024-09-04T16:11:00.105Z Downloaded walkdir v2.5.0
6232024-09-04T16:11:00.105Z Downloaded toolchain_find v0.4.0
6242024-09-04T16:11:00.105Z Downloaded serde-big-array v0.5.1
6252024-09-04T16:11:00.105Z Downloaded utf-8 v0.7.6
6262024-09-04T16:11:00.108Z Downloaded derive_builder v0.20.0
6272024-09-04T16:11:00.113Z Downloaded http v1.1.0
6282024-09-04T16:11:00.130Z Downloaded peg-macros v0.8.4
6292024-09-04T16:11:00.132Z Downloaded hex v0.4.3
6302024-09-04T16:11:00.135Z Downloaded funty v2.0.0
6312024-09-04T16:11:00.143Z Downloaded float-cmp v0.9.0
6322024-09-04T16:11:00.143Z Downloaded openssl-probe v0.1.5
6332024-09-04T16:11:00.143Z Downloaded futures-sink v0.3.30
6342024-09-04T16:11:00.146Z Downloaded zeroize_derive v1.4.2
6352024-09-04T16:11:00.148Z Downloaded rustls-pki-types v1.7.0
6362024-09-04T16:11:00.151Z Downloaded toml v0.7.8
6372024-09-04T16:11:00.158Z Downloaded termtree v0.4.1
6382024-09-04T16:11:00.161Z Downloaded stringprep v0.1.4
6392024-09-04T16:11:00.164Z Downloaded semver v0.1.20
6402024-09-04T16:11:00.167Z Downloaded secrecy v0.8.0
6412024-09-04T16:11:00.169Z Downloaded strum_macros v0.26.4
6422024-09-04T16:11:00.173Z Downloaded polyval v0.6.2
6432024-09-04T16:11:00.175Z Downloaded portpicker v0.1.1
6442024-09-04T16:11:00.179Z Downloaded zeroize v1.7.0
6452024-09-04T16:11:00.181Z Downloaded vte v0.11.1
6462024-09-04T16:11:00.184Z Downloaded untrusted v0.7.1
6472024-09-04T16:11:00.184Z Downloaded futures-channel v0.3.30
6482024-09-04T16:11:00.187Z Downloaded samael v0.0.15
6492024-09-04T16:11:00.193Z Downloaded num-bigint v0.4.5
6502024-09-04T16:11:00.199Z Downloaded proc-macro-crate v1.3.1
6512024-09-04T16:11:00.201Z Downloaded olpc-cjson v0.1.3
6522024-09-04T16:11:00.204Z Downloaded topological-sort v0.2.2
6532024-09-04T16:11:00.204Z Downloaded structmeta v0.3.0
6542024-09-04T16:11:00.206Z Downloaded structmeta v0.2.0
6552024-09-04T16:11:00.206Z Downloaded strip-ansi-escapes v0.2.0
6562024-09-04T16:11:00.208Z Downloaded sha1 v0.10.6
6572024-09-04T16:11:00.211Z Downloaded r2d2 v0.8.10
6582024-09-04T16:11:00.213Z Downloaded untrusted v0.9.0
6592024-09-04T16:11:00.217Z Downloaded tokio-tungstenite v0.21.0
6602024-09-04T16:11:00.219Z Downloaded hickory-client v0.24.1
6612024-09-04T16:11:00.223Z Downloaded uuid v1.10.0
6622024-09-04T16:11:00.229Z Downloaded derive_builder_core v0.20.0
6632024-09-04T16:11:00.231Z Downloaded oso v0.27.3
6642024-09-04T16:11:00.235Z Downloaded foreign-types-shared v0.3.1
6652024-09-04T16:11:00.237Z Downloaded foreign-types-shared v0.1.1
6662024-09-04T16:11:00.237Z Downloaded structmeta-derive v0.2.0
6672024-09-04T16:11:00.240Z Downloaded precomputed-hash v0.1.1
6682024-09-04T16:11:00.240Z Downloaded packed_struct_codegen v0.10.1
6692024-09-04T16:11:00.242Z Downloaded signal-hook-tokio v0.3.1
6702024-09-04T16:11:00.245Z Downloaded packed_struct v0.10.1
6712024-09-04T16:11:00.247Z Downloaded ena v0.14.3
6722024-09-04T16:11:00.250Z Downloaded fragile v2.0.0
6732024-09-04T16:11:00.253Z Downloaded similar v2.6.0
6742024-09-04T16:11:00.256Z Downloaded glob v0.3.1
6752024-09-04T16:11:00.260Z Downloaded stable_deref_trait v1.2.0
6762024-09-04T16:11:00.262Z Downloaded subtle v2.5.0
6772024-09-04T16:11:00.262Z Downloaded term v0.7.0
6782024-09-04T16:11:00.266Z Downloaded ref-cast-impl v1.0.23
6792024-09-04T16:11:00.269Z Downloaded futures v0.3.30
6802024-09-04T16:11:00.273Z Downloaded itertools v0.10.5
6812024-09-04T16:11:00.281Z Downloaded foreign-types-macros v0.2.3
6822024-09-04T16:11:00.283Z Downloaded ssh-encoding v0.2.0
6832024-09-04T16:11:00.287Z Downloaded foreign-types v0.5.0
6842024-09-04T16:11:00.287Z Downloaded headers v0.3.9
6852024-09-04T16:11:00.292Z Downloaded hash32 v0.2.1
6862024-09-04T16:11:00.294Z Downloaded prettyplease v0.2.20
6872024-09-04T16:11:00.298Z Downloaded rusty-fork v0.3.0
6882024-09-04T16:11:00.300Z Downloaded signal-hook-registry v1.4.2
6892024-09-04T16:11:00.302Z Downloaded sec1 v0.7.3
6902024-09-04T16:11:00.305Z Downloaded ron v0.7.1
6912024-09-04T16:11:00.309Z Downloaded time v0.3.36
6922024-09-04T16:11:00.318Z Downloaded group v0.13.0
6932024-09-04T16:11:00.322Z Downloaded number_prefix v0.4.0
6942024-09-04T16:11:00.324Z Downloaded num_threads v0.1.7
6952024-09-04T16:11:00.324Z Downloaded tar v0.4.41
6962024-09-04T16:11:00.326Z Downloaded tap v1.0.1
6972024-09-04T16:11:00.329Z Downloaded url v2.5.2
6982024-09-04T16:11:00.334Z Downloaded hkdf v0.12.4
6992024-09-04T16:11:00.336Z Downloaded slog-term v2.9.1
7002024-09-04T16:11:00.339Z Downloaded unicode-segmentation v1.11.0
7012024-09-04T16:11:00.341Z Downloaded aes-gcm v0.10.3
7022024-09-04T16:11:00.344Z Downloaded dhcproto-macros v0.1.0
7032024-09-04T16:11:00.347Z Downloaded rustversion v1.0.17
7042024-09-04T16:11:00.349Z Downloaded dropshot_endpoint v0.10.1
7052024-09-04T16:11:00.349Z Downloaded time-core v0.1.2
7062024-09-04T16:11:00.353Z Downloaded steno v0.4.1
7072024-09-04T16:11:00.355Z Downloaded heapless v0.7.17
7082024-09-04T16:11:00.360Z Downloaded dyn-clone v1.0.17
7092024-09-04T16:11:00.363Z Downloaded num-integer v0.1.46
7102024-09-04T16:11:00.366Z Downloaded num-derive v0.4.2
7112024-09-04T16:11:00.369Z Downloaded pin-utils v0.1.0
7122024-09-04T16:11:00.369Z Downloaded subprocess v0.2.9
7132024-09-04T16:11:00.372Z Downloaded parking_lot v0.12.2
7142024-09-04T16:11:00.374Z Downloaded phf_shared v0.10.0
7152024-09-04T16:11:00.374Z Downloaded dsl_auto_type v0.1.2
7162024-09-04T16:11:00.377Z Downloaded postgres-types v0.2.7
7172024-09-04T16:11:00.379Z Downloaded russh v0.45.0
7182024-09-04T16:11:00.383Z Downloaded num-iter v0.1.45
7192024-09-04T16:11:00.386Z Downloaded scopeguard v1.2.0
7202024-09-04T16:11:00.386Z Downloaded snafu-derive v0.8.2
7212024-09-04T16:11:00.389Z Downloaded toml_edit v0.19.15
7222024-09-04T16:11:00.404Z Downloaded rustc-demangle v0.1.24
7232024-09-04T16:11:00.407Z Downloaded spki v0.7.3
7242024-09-04T16:11:00.409Z Downloaded rustc_version v0.4.0
7252024-09-04T16:11:00.409Z Downloaded phf_shared v0.11.2
7262024-09-04T16:11:00.411Z Downloaded dirs-sys-next v0.1.2
7272024-09-04T16:11:00.414Z Downloaded dirs-next v2.0.0
7282024-09-04T16:11:00.414Z Downloaded tiny-keccak v2.0.2
7292024-09-04T16:11:00.417Z Downloaded spin v0.5.2
7302024-09-04T16:11:00.417Z Downloaded ecdsa v0.16.9
7312024-09-04T16:11:00.420Z Downloaded serde_with_macros v3.9.0
7322024-09-04T16:11:00.423Z Downloaded phf v0.11.2
7332024-09-04T16:11:00.423Z Downloaded pkcs1 v0.7.5
7342024-09-04T16:11:00.425Z Downloaded pin-project-lite v0.2.14
7352024-09-04T16:11:00.431Z Downloaded schemars_derive v0.8.21
7362024-09-04T16:11:00.433Z Downloaded percent-encoding v2.3.1
7372024-09-04T16:11:00.436Z Downloaded rustc_version v0.1.7
7382024-09-04T16:11:00.436Z Downloaded socket2 v0.4.10
7392024-09-04T16:11:00.438Z Downloaded flume v0.11.0
7402024-09-04T16:11:00.441Z Downloaded aho-corasick v1.1.3
7412024-09-04T16:11:00.446Z Downloaded des v0.8.1
7422024-09-04T16:11:00.448Z Downloaded snafu v0.8.2
7432024-09-04T16:11:00.454Z Downloaded time-macros v0.2.18
7442024-09-04T16:11:00.459Z Downloaded tokio-tungstenite v0.20.1
7452024-09-04T16:11:00.461Z Downloaded tokio-stream v0.1.15
7462024-09-04T16:11:00.464Z Downloaded tokio-rustls v0.25.0
7472024-09-04T16:11:00.466Z Downloaded chrono v0.4.38
7482024-09-04T16:11:00.474Z Downloaded parse-display v0.10.0
7492024-09-04T16:11:00.476Z Downloaded tokio-util v0.7.11
7502024-09-04T16:11:00.482Z Downloaded dhcproto v0.12.0
7512024-09-04T16:11:00.485Z Downloaded test-strategy v0.3.1
7522024-09-04T16:11:00.489Z Downloaded spin v0.9.8
7532024-09-04T16:11:00.492Z Downloaded pin-project v1.1.5
7542024-09-04T16:11:00.506Z Downloaded tokio-rustls v0.24.1
7552024-09-04T16:11:00.508Z Downloaded parking_lot_core v0.9.10
7562024-09-04T16:11:00.511Z Downloaded derive_more v0.99.18
7572024-09-04T16:11:00.516Z Downloaded hyper v0.14.30
7582024-09-04T16:11:00.526Z Downloaded socket2 v0.5.7
7592024-09-04T16:11:00.529Z Downloaded diesel_derives v2.2.2
7602024-09-04T16:11:00.533Z Downloaded flate2 v1.0.31
7612024-09-04T16:11:00.539Z Downloaded elliptic-curve v0.13.8
7622024-09-04T16:11:00.544Z Downloaded bitvec v1.0.1
7632024-09-04T16:11:00.562Z Downloaded schemars v0.8.21
7642024-09-04T16:11:00.576Z Downloaded tokio-postgres v0.7.11
7652024-09-04T16:11:00.581Z Downloaded hickory-resolver v0.24.1
7662024-09-04T16:11:00.587Z Downloaded proptest v1.5.0
7672024-09-04T16:11:00.598Z Downloaded portable-atomic v1.6.0
7682024-09-04T16:11:00.606Z Downloaded tough v0.17.1
7692024-09-04T16:11:00.615Z Downloaded reedline v0.33.0
7702024-09-04T16:11:00.624Z Downloaded idna v0.5.0
7712024-09-04T16:11:00.631Z Downloaded git2 v0.19.0
7722024-09-04T16:11:00.641Z Downloaded nix v0.27.1
7732024-09-04T16:11:00.653Z Downloaded winnow v0.5.40
7742024-09-04T16:11:00.664Z Downloaded futures-util v0.3.30
7752024-09-04T16:11:00.677Z Downloaded p521 v0.13.3
7762024-09-04T16:11:00.682Z Downloaded rustls-webpki v0.102.4
7772024-09-04T16:11:00.703Z Downloaded gimli v0.28.1
7782024-09-04T16:11:00.712Z Downloaded trust-dns-proto v0.22.0
7792024-09-04T16:11:00.726Z Downloaded smoltcp v0.9.1
7802024-09-04T16:11:00.738Z Downloaded webpki-roots v0.25.4
7812024-09-04T16:11:00.742Z Downloaded regex v1.10.6
7822024-09-04T16:11:00.756Z Downloaded vcpkg v0.2.15
7832024-09-04T16:11:00.799Z Downloaded object v0.30.4
7842024-09-04T16:11:00.809Z Downloaded object v0.32.2
7852024-09-04T16:11:00.821Z Downloaded radix_trie v0.2.1
7862024-09-04T16:11:00.827Z Downloaded diesel v2.2.3
7872024-09-04T16:11:00.848Z Downloaded regex-syntax v0.6.29
7882024-09-04T16:11:00.856Z Downloaded smoltcp v0.11.0
7892024-09-04T16:11:00.871Z Downloaded regress v0.9.1
7902024-09-04T16:11:00.880Z Downloaded zerocopy-derive v0.6.6
7912024-09-04T16:11:00.891Z Downloaded bzip2-sys v0.1.11+1.0.8
7922024-09-04T16:11:00.905Z Downloaded hickory-proto v0.24.1
7932024-09-04T16:11:00.922Z Downloaded regex-syntax v0.8.4
7942024-09-04T16:11:00.932Z Downloaded ratatui v0.28.0
7952024-09-04T16:11:00.954Z Downloaded sled v0.34.7
7962024-09-04T16:11:00.965Z Downloaded csv v1.3.0
7972024-09-04T16:11:00.987Z Downloaded polar-core v0.27.3
7982024-09-04T16:11:00.996Z Downloaded p384 v0.13.0
7992024-09-04T16:11:01.003Z Downloaded rustls v0.22.4
8002024-09-04T16:11:01.018Z Downloaded openapiv3 v2.0.0
8012024-09-04T16:11:01.031Z Downloaded encoding_rs v0.8.34
8022024-09-04T16:11:01.055Z Downloaded bstr v1.9.1
8032024-09-04T16:11:01.066Z Downloaded rustls v0.21.12
8042024-09-04T16:11:01.077Z Downloaded dropshot v0.10.1
8052024-09-04T16:11:01.087Z Downloaded regex-automata v0.4.6
8062024-09-04T16:11:01.105Z Downloaded finl_unicode v1.2.0
8072024-09-04T16:11:01.119Z Downloaded nix v0.28.0
8082024-09-04T16:11:01.130Z Downloaded openssl v0.10.66
8092024-09-04T16:11:01.140Z Downloaded petgraph v0.6.5
8102024-09-04T16:11:01.158Z Downloaded tokio v1.39.3
8112024-09-04T16:11:01.197Z Downloaded idna v0.4.0
8122024-09-04T16:11:01.204Z Downloaded curve25519-dalek v4.1.3
8132024-09-04T16:11:01.213Z Downloaded idna v0.3.0
8142024-09-04T16:11:01.220Z Downloaded sha3 v0.10.8
8152024-09-04T16:11:01.225Z Downloaded rustls-webpki v0.101.7
8162024-09-04T16:11:01.239Z Downloaded h2 v0.3.26
8172024-09-04T16:11:01.246Z Downloaded idna v0.2.3
8182024-09-04T16:11:01.253Z Downloaded rustyline v14.0.0
8192024-09-04T16:11:01.258Z Downloaded serde_with v3.9.0
8202024-09-04T16:11:01.266Z Downloaded lalrpop v0.19.12
8212024-09-04T16:11:01.278Z Downloaded ring v0.17.8
8222024-09-04T16:11:01.348Z Downloaded ssh-key v0.6.6
8232024-09-04T16:11:01.355Z Downloaded reqwest v0.11.27
8242024-09-04T16:11:01.363Z Downloaded quick-xml v0.31.0
8252024-09-04T16:11:01.368Z Downloaded rand v0.8.5
8262024-09-04T16:11:01.372Z Downloaded rayon v1.10.0
8272024-09-04T16:11:01.385Z Downloaded bindgen v0.69.4
8282024-09-04T16:11:01.388Z Downloaded hashbrown v0.13.2
8292024-09-04T16:11:01.393Z Downloaded hashbrown v0.12.3
8302024-09-04T16:11:01.397Z Downloaded sqlparser v0.45.0
8312024-09-04T16:11:01.402Z Downloaded tinyvec v1.6.0
8322024-09-04T16:11:01.405Z Downloaded russh-keys v0.45.0
8332024-09-04T16:11:01.407Z Downloaded serde_yaml v0.9.34+deprecated
8342024-09-04T16:11:01.411Z Downloaded pin-project-internal v1.1.5
8352024-09-04T16:11:01.413Z Downloaded parking_lot_core v0.8.6
8362024-09-04T16:11:01.415Z Downloaded diff v0.1.13
8372024-09-04T16:11:01.417Z Downloaded p256 v0.13.2
8382024-09-04T16:11:01.420Z Downloaded globset v0.4.14
8392024-09-04T16:11:01.423Z Downloaded tracing-core v0.1.32
8402024-09-04T16:11:01.426Z Downloaded der v0.7.9
8412024-09-04T16:11:01.430Z Downloaded x509-cert v0.2.5
8422024-09-04T16:11:01.436Z Downloaded tracing-attributes v0.1.27
8432024-09-04T16:11:01.439Z Downloaded half v2.4.1
8442024-09-04T16:11:01.442Z Downloaded unicode-normalization v0.1.23
8452024-09-04T16:11:01.445Z Downloaded libgit2-sys v0.17.0+1.8.1
8462024-09-04T16:11:01.507Z Downloaded difflib v0.4.0
8472024-09-04T16:11:01.511Z Downloaded libxml v0.3.3
8482024-09-04T16:11:01.515Z Downloaded unsafe-libyaml v0.2.11
8492024-09-04T16:11:01.518Z Downloaded tracing v0.1.40
8502024-09-04T16:11:01.523Z Downloaded zerocopy v0.6.6
8512024-09-04T16:11:01.525Z Downloaded rusqlite v0.31.0
8522024-09-04T16:11:01.532Z Downloaded postgres-protocol v0.6.7
8532024-09-04T16:11:01.534Z Downloaded ed25519-dalek v2.1.1
8542024-09-04T16:11:01.537Z Downloaded flagset v0.4.5
8552024-09-04T16:11:01.540Z Downloaded unicode_categories v0.1.1
8562024-09-04T16:11:01.542Z Downloaded rayon-core v1.12.1
8572024-09-04T16:11:01.545Z Downloaded publicsuffix v2.2.3
8582024-09-04T16:11:01.548Z Downloaded nom v7.1.3
8592024-09-04T16:11:01.553Z Downloaded openssl-sys v0.9.103
8602024-09-04T16:11:01.559Z Downloaded hash32 v0.3.1
8612024-09-04T16:11:01.562Z Downloaded ed25519 v2.2.3
8622024-09-04T16:11:01.562Z Downloaded postcard v1.0.8
8632024-09-04T16:11:01.564Z Downloaded signal-hook v0.3.17
8642024-09-04T16:11:01.567Z Downloaded itertools v0.13.0
8652024-09-04T16:11:01.574Z Downloaded embedded-io v0.4.0
8662024-09-04T16:11:01.576Z Downloaded rand_seeder v0.3.0
8672024-09-04T16:11:01.579Z Downloaded rand_core v0.6.4
8682024-09-04T16:11:01.579Z Downloaded form_urlencoded v1.2.1
8692024-09-04T16:11:01.581Z Downloaded unicode-xid v0.2.4
8702024-09-04T16:11:01.581Z Downloaded parking_lot v0.11.2
8712024-09-04T16:11:01.583Z Downloaded whoami v1.5.1
8722024-09-04T16:11:01.586Z Downloaded derive_builder_macro v0.20.0
8732024-09-04T16:11:01.586Z Downloaded universal-hash v0.5.1
8742024-09-04T16:11:01.589Z Downloaded supports-color v3.0.0
8752024-09-04T16:11:01.589Z Downloaded blake3 v1.5.1
8762024-09-04T16:11:01.594Z Downloaded crossterm v0.27.0
8772024-09-04T16:11:01.601Z Downloaded ref-cast v1.0.23
8782024-09-04T16:11:01.603Z Downloaded futures-macro v0.3.30
8792024-09-04T16:11:01.605Z Downloaded futures-io v0.3.30
8802024-09-04T16:11:01.605Z Downloaded futures-executor v0.3.30
8812024-09-04T16:11:01.608Z Downloaded rcgen v0.12.1
8822024-09-04T16:11:01.610Z Downloaded smallvec v1.13.2
8832024-09-04T16:11:01.613Z Downloaded smallvec v0.6.14
8842024-09-04T16:11:01.613Z Downloaded vergen v8.3.2
8852024-09-04T16:11:01.616Z Downloaded foreign-types v0.3.2
8862024-09-04T16:11:01.616Z Downloaded fixedbitset v0.4.2
8872024-09-04T16:11:01.618Z Downloaded which v4.4.2
8882024-09-04T16:11:01.618Z Downloaded signal-hook-mio v0.2.4
8892024-09-04T16:11:01.621Z Downloaded rand_chacha v0.3.1
8902024-09-04T16:11:01.621Z Downloaded radium v0.7.0
8912024-09-04T16:11:01.621Z Downloaded hashlink v0.9.1
8922024-09-04T16:11:01.623Z Downloaded der_derive v0.7.2
8932024-09-04T16:11:01.625Z Downloaded yasna v0.5.2
8942024-09-04T16:11:01.628Z Downloaded pem-rfc7468 v0.7.0
8952024-09-04T16:11:01.630Z Downloaded pkcs5 v0.7.1
8962024-09-04T16:11:01.632Z Downloaded expectorate v1.1.0
8972024-09-04T16:11:01.635Z Downloaded slog v2.7.0
8982024-09-04T16:11:01.637Z Downloaded fatfs v0.3.6
8992024-09-04T16:11:01.640Z Downloaded derive-where v1.2.7
9002024-09-04T16:11:01.643Z Downloaded rsa v0.9.6
9012024-09-04T16:11:01.647Z Downloaded crossterm v0.28.1
9022024-09-04T16:11:01.654Z Downloaded typed-path v0.7.1
9032024-09-04T16:11:01.659Z Downloaded num-bigint-dig v0.8.4
9042024-09-04T16:11:01.664Z Downloaded predicates-tree v1.0.9
9052024-09-04T16:11:01.667Z Downloaded predicates-core v1.0.6
9062024-09-04T16:11:01.667Z Downloaded predicates v3.1.2
9072024-09-04T16:11:01.670Z Downloaded thread_local v1.1.8
9082024-09-04T16:11:01.672Z Downloaded itertools v0.12.1
9092024-09-04T16:11:01.677Z Downloaded pkcs8 v0.10.2
9102024-09-04T16:11:01.679Z Downloaded mio v0.8.11
9112024-09-04T16:11:01.685Z Downloaded heapless v0.8.0
9122024-09-04T16:11:01.688Z Downloaded deranged v0.3.11
9132024-09-04T16:11:01.691Z Downloaded xattr v1.3.1
9142024-09-04T16:11:01.694Z Downloaded rpassword v7.3.1
9152024-09-04T16:11:01.694Z Downloaded vsss-rs v3.3.4
9162024-09-04T16:11:01.696Z Downloaded wyz v0.5.1
9172024-09-04T16:11:01.696Z Downloaded string_cache v0.8.7
9182024-09-04T16:11:01.698Z Downloaded tokio-tungstenite v0.23.1
9192024-09-04T16:11:01.701Z Downloaded crossbeam-channel v0.5.12
9202024-09-04T16:11:01.703Z Downloaded salsa20 v0.10.2
9212024-09-04T16:11:01.706Z Downloaded structmeta-derive v0.3.0
9222024-09-04T16:11:01.706Z Downloaded tungstenite v0.20.1
9232024-09-04T16:11:01.709Z Downloaded libm v0.2.8
9242024-09-04T16:11:01.717Z Downloaded num-traits v0.2.19
9252024-09-04T16:11:01.719Z Downloaded primeorder v0.13.6
9262024-09-04T16:11:01.723Z Downloaded pem v3.0.4
9272024-09-04T16:11:01.725Z Downloaded hex-literal v0.4.1
9282024-09-04T16:11:01.725Z Downloaded futures-core v0.3.30
9292024-09-04T16:11:01.727Z Downloaded cc v1.0.97
9302024-09-04T16:11:01.731Z Downloaded backtrace v0.3.71
9312024-09-04T16:11:01.734Z Downloaded either v1.13.0
9322024-09-04T16:11:01.736Z Downloaded uzers v0.11.3
9332024-09-04T16:11:01.738Z Downloaded owo-colors v4.0.0
9342024-09-04T16:11:01.741Z Downloaded zip v0.6.6
9352024-09-04T16:11:01.743Z Downloaded tungstenite v0.21.0
9362024-09-04T16:11:01.746Z Downloaded thiserror-impl-no-std v2.0.2
9372024-09-04T16:11:01.749Z Downloaded slog-bunyan v2.5.0
9382024-09-04T16:11:01.749Z Downloaded crypto-bigint v0.5.5
9392024-09-04T16:11:01.757Z Downloaded unicode-bidi v0.3.15
9402024-09-04T16:11:01.759Z Downloaded tungstenite v0.23.0
9412024-09-04T16:11:01.763Z Downloaded serde_urlencoded v0.7.1
9422024-09-04T16:11:01.765Z Downloaded omicron-zone-package v0.11.0
9432024-09-04T16:11:01.767Z Downloaded aes v0.8.4
9442024-09-04T16:11:01.771Z Downloaded quick-error v1.2.3
9452024-09-04T16:11:01.775Z Downloaded pkg-config v0.3.30
9462024-09-04T16:11:01.775Z Downloaded serde_derive_internals v0.29.1
9472024-09-04T16:11:01.775Z Downloaded base64 v0.22.1
9482024-09-04T16:11:01.778Z Downloaded arc-swap v1.7.1
9492024-09-04T16:11:01.782Z Downloaded parse-display-derive v0.10.0
9502024-09-04T16:11:01.784Z Downloaded want v0.3.1
9512024-09-04T16:11:01.784Z Downloaded vte_generate_state_changes v0.1.1
9522024-09-04T16:11:01.784Z Downloaded compact_str v0.8.0
9532024-09-04T16:11:01.787Z Downloaded gethostname v0.5.0
9542024-09-04T16:11:01.790Z Downloaded filetime v0.2.25
9552024-09-04T16:11:01.792Z Downloaded ff v0.13.0
9562024-09-04T16:11:01.792Z Downloaded fd-lock v4.0.2
9572024-09-04T16:11:01.794Z Downloaded enum-as-inner v0.5.1
9582024-09-04T16:11:01.797Z Downloaded minimal-lexical v0.2.1
9592024-09-04T16:11:01.800Z Downloaded chacha20poly1305 v0.10.1
9602024-09-04T16:11:01.802Z Downloaded base64 v0.13.1
9612024-09-04T16:11:01.805Z Downloaded tokio-macros v2.4.0
9622024-09-04T16:11:01.805Z Downloaded termios v0.3.3
9632024-09-04T16:11:01.808Z Downloaded termcolor v1.4.1
9642024-09-04T16:11:01.810Z Downloaded static_assertions v1.1.0
9652024-09-04T16:11:01.810Z Downloaded slab v0.4.9
9662024-09-04T16:11:01.812Z Downloaded serde_arrays v0.1.0
9672024-09-04T16:11:01.812Z Downloaded serde-hex v0.1.0
9682024-09-04T16:11:01.814Z Downloaded erased-serde v0.3.31
9692024-09-04T16:11:01.817Z Downloaded env_logger v0.10.2
9702024-09-04T16:11:01.819Z Downloaded env_logger v0.9.3
9712024-09-04T16:11:01.821Z Downloaded darling_core v0.20.9
9722024-09-04T16:11:01.824Z Downloaded wait-timeout v0.2.0
9732024-09-04T16:11:01.826Z Downloaded const-oid v0.9.6
9742024-09-04T16:11:01.828Z Downloaded cancel-safe-futures v0.1.5
9752024-09-04T16:11:01.830Z Downloaded indexmap v1.9.3
9762024-09-04T16:11:01.833Z Downloaded base64 v0.21.7
9772024-09-04T16:11:01.839Z Downloaded const_format v0.2.32
9782024-09-04T16:11:01.844Z Downloaded clang-sys v1.7.0
9792024-09-04T16:11:01.846Z Downloaded blake2 v0.10.6
9802024-09-04T16:11:01.848Z Downloaded fallible-iterator v0.2.0
9812024-09-04T16:11:01.852Z Downloaded enum-as-inner v0.6.0
9822024-09-04T16:11:01.852Z Downloaded multer v3.1.0
9832024-09-04T16:11:01.854Z Downloaded futures-task v0.3.30
9842024-09-04T16:11:01.856Z Downloaded fallible-streaming-iterator v0.1.9
9852024-09-04T16:11:01.856Z Downloaded fallible-iterator v0.3.0
9862024-09-04T16:11:01.859Z Downloaded libz-sys v1.1.16
9872024-09-04T16:11:01.926Z Downloaded slog-json v2.6.1
9882024-09-04T16:11:01.946Z Downloaded signature v2.2.0
9892024-09-04T16:11:01.946Z Downloaded num-complex v0.4.6
9902024-09-04T16:11:01.946Z Downloaded mime_guess v2.0.4
9912024-09-04T16:11:01.946Z Downloaded lock_api v0.4.12
9922024-09-04T16:11:01.946Z Downloaded cookie v0.17.0
9932024-09-04T16:11:01.946Z Downloaded defmt v0.3.8
9942024-09-04T16:11:01.961Z Downloaded tui-tree-widget v0.22.0
9952024-09-04T16:11:01.961Z Downloaded cookie_store v0.20.0
9962024-09-04T16:11:01.961Z Downloaded debug-ignore v1.0.5
9972024-09-04T16:11:01.961Z Downloaded data-encoding v2.6.0
9982024-09-04T16:11:01.961Z Downloaded zone v0.3.0
9992024-09-04T16:11:01.961Z Downloaded sqlformat v0.2.4
10002024-09-04T16:11:01.961Z Downloaded hickory-server v0.24.1
10012024-09-04T16:11:01.961Z Downloaded slog-envlogger v2.2.0
10022024-09-04T16:11:01.961Z Downloaded bzip2 v0.4.4
10032024-09-04T16:11:01.962Z Downloaded twox-hash v1.6.3
10042024-09-04T16:11:01.965Z Downloaded ciborium v0.2.2
10052024-09-04T16:11:01.965Z Downloaded async-bb8-diesel v0.2.1
10062024-09-04T16:11:01.965Z Downloaded ssh-cipher v0.2.0
10072024-09-04T16:11:01.965Z Downloaded slog-scope v4.4.0
10082024-09-04T16:11:01.965Z Downloaded bytes v1.7.1
10092024-09-04T16:11:01.967Z Downloaded newtype-uuid v1.1.0
10102024-09-04T16:11:01.970Z Downloaded mockall v0.13.0
10112024-09-04T16:11:01.970Z Downloaded ahash v0.8.11
10122024-09-04T16:11:01.972Z Downloaded instability v0.3.2
10132024-09-04T16:11:01.974Z Downloaded serde_path_to_error v0.1.16
10142024-09-04T16:11:01.976Z Downloaded scrypt v0.11.0
10152024-09-04T16:11:01.976Z Downloaded same-file v1.0.6
10162024-09-04T16:11:01.979Z Downloaded rustls-pemfile v1.0.4
10172024-09-04T16:11:01.982Z Downloaded resolv-conf v0.7.0
10182024-09-04T16:11:01.982Z Downloaded indoc v1.0.9
10192024-09-04T16:11:01.985Z Downloaded impl-trait-for-tuples v0.2.2
10202024-09-04T16:11:01.987Z Downloaded crc32fast v1.4.0
10212024-09-04T16:11:01.987Z Downloaded internet-checksum v0.2.1
10222024-09-04T16:11:01.989Z Downloaded hyper-staticfile v0.9.5
10232024-09-04T16:11:01.992Z Downloaded bb8 v0.8.5
10242024-09-04T16:11:01.992Z Downloaded bitflags v1.3.2
10252024-09-04T16:11:01.994Z Downloaded serde_plain v1.0.2
10262024-09-04T16:11:01.996Z Downloaded hmac v0.12.1
10272024-09-04T16:11:01.998Z Downloaded bitfield v0.14.0
10282024-09-04T16:11:01.998Z Downloaded cookie v0.18.1
10292024-09-04T16:11:02.001Z Downloaded async-trait v0.1.81
10302024-09-04T16:11:02.003Z Downloaded async-stream v0.3.5
10312024-09-04T16:11:02.005Z Downloaded arrayvec v0.7.4
10322024-09-04T16:11:02.008Z Downloaded ascii-canvas v3.0.0
10332024-09-04T16:11:02.008Z Downloaded array-init v0.0.4
10342024-09-04T16:11:02.010Z Downloaded cobs v0.2.3
10352024-09-04T16:11:02.010Z Downloaded hyper-rustls v0.24.2
10362024-09-04T16:11:02.013Z Downloaded cfg_aliases v0.1.1
10372024-09-04T16:11:02.015Z Downloaded bitstruct_derive v0.1.0
10382024-09-04T16:11:02.015Z Downloaded atty v0.2.14
10392024-09-04T16:11:02.015Z Downloaded highway v1.2.0
10402024-09-04T16:11:02.018Z Downloaded multimap v0.10.0
10412024-09-04T16:11:02.018Z Downloaded md-5 v0.10.6
10422024-09-04T16:11:02.020Z Downloaded hyper-tls v0.5.0
10432024-09-04T16:11:02.020Z Downloaded cassowary v0.3.0
10442024-09-04T16:11:02.023Z Downloaded bcs v0.1.6
10452024-09-04T16:11:02.025Z Downloaded base64ct v1.6.0
10462024-09-04T16:11:02.027Z Downloaded backoff v0.4.0
10472024-09-04T16:11:02.029Z Downloaded ascii v1.1.0
10482024-09-04T16:11:02.031Z Downloaded argon2 v0.5.3
10492024-09-04T16:11:02.031Z Downloaded lalrpop-util v0.19.12
10502024-09-04T16:11:02.033Z Downloaded ipnetwork v0.20.0
10512024-09-04T16:11:02.033Z Downloaded indent_write v2.2.0
10522024-09-04T16:11:02.036Z Downloaded hostname v0.3.1
10532024-09-04T16:11:02.036Z Downloaded curve25519-dalek-derive v0.1.1
10542024-09-04T16:11:02.038Z Downloaded ctr v0.9.2
10552024-09-04T16:11:02.040Z Downloaded hostname v0.4.0
10562024-09-04T16:11:02.041Z Downloaded home v0.5.9
10572024-09-04T16:11:02.043Z Downloaded convert_case v0.4.0
10582024-09-04T16:11:02.043Z Downloaded colored v2.1.0
10592024-09-04T16:11:02.045Z Downloaded libsqlite3-sys v0.28.0
10602024-09-04T16:11:02.121Z Downloaded chacha20 v0.9.1
10612024-09-04T16:11:02.123Z Downloaded ring v0.16.20
10622024-09-04T16:11:02.205Z Downloaded cbc v0.1.2
10632024-09-04T16:11:02.208Z Downloaded crc v3.2.1
10642024-09-04T16:11:02.210Z Downloaded bcrypt-pbkdf v0.10.0
10652024-09-04T16:11:02.210Z Downloaded assert_matches v1.5.0
10662024-09-04T16:11:02.212Z Downloaded base16ct v0.2.0
10672024-09-04T16:11:02.212Z Downloaded arrayref v0.3.7
10682024-09-04T16:11:02.215Z Downloaded buf-list v1.0.3
10692024-09-04T16:11:02.217Z Downloaded bitfield-struct v0.6.1
10702024-09-04T16:11:02.217Z Downloaded bit-vec v0.6.3
10712024-09-04T16:11:02.310Z Compiling serde v1.0.208
10722024-09-04T16:11:02.313Z Compiling typenum v1.17.0
10732024-09-04T16:11:02.313Z Compiling lock_api v0.4.12
10742024-09-04T16:11:02.313Z Compiling generic-array v0.14.7
10752024-09-04T16:11:02.313Z Compiling scopeguard v1.2.0
10762024-09-04T16:11:02.461Z Compiling log v0.4.21
10772024-09-04T16:11:02.475Z Compiling syn v2.0.74
10782024-09-04T16:11:02.487Z Compiling getrandom v0.2.14
10792024-09-04T16:11:02.647Z Compiling jobserver v0.1.32
10802024-09-04T16:11:02.775Z Compiling rand_core v0.6.4
10812024-09-04T16:11:03.009Z Compiling cc v1.0.97
10822024-09-04T16:11:03.028Z Compiling subtle v2.5.0
10832024-09-04T16:11:03.045Z Compiling const-oid v0.9.6
10842024-09-04T16:11:03.316Z Compiling pin-project-lite v0.2.14
10852024-09-04T16:11:03.383Z Compiling smallvec v1.13.2
10862024-09-04T16:11:03.430Z Compiling parking_lot_core v0.9.10
10872024-09-04T16:11:03.476Z Compiling signal-hook-registry v1.4.2
10882024-09-04T16:11:03.580Z Compiling spin v0.9.8
10892024-09-04T16:11:03.770Z Compiling mio v1.0.2
10902024-09-04T16:11:04.022Z Compiling ahash v0.8.11
10912024-09-04T16:11:04.305Z Compiling tinyvec_macros v0.1.1
10922024-09-04T16:11:04.398Z Compiling parking_lot v0.12.2
10932024-09-04T16:11:04.490Z Compiling tinyvec v1.6.0
10942024-09-04T16:11:04.637Z Compiling socket2 v0.5.7
10952024-09-04T16:11:05.034Z Compiling libm v0.2.8
10962024-09-04T16:11:05.055Z Compiling serde_json v1.0.125
10972024-09-04T16:11:05.369Z Compiling futures-sink v0.3.30
10982024-09-04T16:11:05.435Z Compiling cpufeatures v0.2.12
10992024-09-04T16:11:05.458Z Compiling futures-core v0.3.30
11002024-09-04T16:11:05.542Z Compiling num-traits v0.2.19
11012024-09-04T16:11:05.572Z Compiling slab v0.4.9
11022024-09-04T16:11:05.590Z Compiling allocator-api2 v0.2.18
11032024-09-04T16:11:05.693Z Compiling unicode-bidi v0.3.15
11042024-09-04T16:11:06.105Z Compiling futures-channel v0.3.30
11052024-09-04T16:11:06.222Z Compiling unicode-normalization v0.1.23
11062024-09-04T16:11:06.378Z Compiling futures-io v0.3.30
11072024-09-04T16:11:06.498Z Compiling pkg-config v0.3.30
11082024-09-04T16:11:06.570Z Compiling vcpkg v0.2.15
11092024-09-04T16:11:06.721Z Compiling pin-utils v0.1.0
11102024-09-04T16:11:07.332Z Compiling futures-task v0.3.30
11112024-09-04T16:11:07.350Z Compiling base64ct v1.6.0
11122024-09-04T16:11:07.410Z Compiling ring v0.17.8
11132024-09-04T16:11:07.456Z Compiling flagset v0.4.5
11142024-09-04T16:11:07.645Z Compiling ppv-lite86 v0.2.17
11152024-09-04T16:11:07.678Z Compiling percent-encoding v2.3.1
11162024-09-04T16:11:08.000Z Compiling pem-rfc7468 v0.7.0
11172024-09-04T16:11:08.061Z Compiling tracing-core v0.1.32
11182024-09-04T16:11:08.172Z Compiling untrusted v0.9.0
11192024-09-04T16:11:08.362Z Compiling rustix v0.38.34
11202024-09-04T16:11:08.450Z Compiling rand_chacha v0.3.1
11212024-09-04T16:11:08.791Z Compiling time-core v0.1.2
11222024-09-04T16:11:08.892Z Compiling openssl-sys v0.9.103
11232024-09-04T16:11:08.993Z Compiling rand v0.8.5
11242024-09-04T16:11:09.100Z Compiling powerfmt v0.2.0
11252024-09-04T16:11:09.309Z Compiling httparse v1.8.0
11262024-09-04T16:11:09.446Z Compiling rustversion v1.0.17
11272024-09-04T16:11:09.448Z Compiling num-conv v0.1.0
11282024-09-04T16:11:09.726Z Compiling foreign-types-shared v0.1.1
11292024-09-04T16:11:09.745Z Compiling openssl v0.10.66
11302024-09-04T16:11:09.838Z Compiling foreign-types v0.3.2
11312024-09-04T16:11:09.971Z Compiling time-macros v0.2.18
11322024-09-04T16:11:10.172Z Compiling deranged v0.3.11
11332024-09-04T16:11:10.280Z Compiling form_urlencoded v1.2.1
11342024-09-04T16:11:10.565Z Compiling aho-corasick v1.1.3
11352024-09-04T16:11:10.670Z Compiling rustls v0.21.12
11362024-09-04T16:11:10.844Z Compiling num_threads v0.1.7
11372024-09-04T16:11:10.933Z Compiling crossbeam-utils v0.8.19
11382024-09-04T16:11:10.974Z Compiling try-lock v0.2.5
11392024-09-04T16:11:11.126Z Compiling regex-syntax v0.8.4
11402024-09-04T16:11:11.495Z Compiling native-tls v0.2.11
11412024-09-04T16:11:11.832Z Compiling siphasher v0.3.11
11422024-09-04T16:11:11.848Z Compiling syn v1.0.109
11432024-09-04T16:11:12.178Z Compiling want v0.3.1
11442024-09-04T16:11:12.987Z Compiling time v0.3.36
11452024-09-04T16:11:13.097Z Compiling idna v0.5.0
11462024-09-04T16:11:13.864Z Compiling cookie v0.17.0
11472024-09-04T16:11:14.168Z Compiling openssl-probe v0.1.5
11482024-09-04T16:11:14.475Z Compiling regex-automata v0.4.6
11492024-09-04T16:11:14.494Z Compiling adler v1.0.2
11502024-09-04T16:11:14.551Z Compiling finl_unicode v1.2.0
11512024-09-04T16:11:14.689Z Compiling httpdate v1.0.3
11522024-09-04T16:11:15.118Z Compiling iana-time-zone v0.1.60
11532024-09-04T16:11:15.188Z Compiling slog v2.7.0
11542024-09-04T16:11:15.457Z Compiling tower-service v0.3.2
11552024-09-04T16:11:15.558Z Compiling stringprep v0.1.4
11562024-09-04T16:11:15.583Z Compiling miniz_oxide v0.7.2
11572024-09-04T16:11:15.861Z Compiling url v2.5.2
11582024-09-04T16:11:16.684Z Compiling serde_derive v1.0.208
11592024-09-04T16:11:16.754Z Compiling zeroize_derive v1.4.2
11602024-09-04T16:11:17.141Z Compiling zerocopy-derive v0.7.34
11612024-09-04T16:11:17.385Z Compiling tokio-macros v2.4.0
11622024-09-04T16:11:17.721Z Compiling thiserror-impl v1.0.63
11632024-09-04T16:11:18.052Z Compiling futures-macro v0.3.30
11642024-09-04T16:11:18.290Z Compiling zeroize v1.7.0
11652024-09-04T16:11:18.963Z Compiling der_derive v0.7.2
11662024-09-04T16:11:19.223Z Compiling zerocopy v0.7.34
11672024-09-04T16:11:19.972Z Compiling crypto-common v0.1.6
11682024-09-04T16:11:20.105Z Compiling block-buffer v0.10.4
11692024-09-04T16:11:20.253Z Compiling block-padding v0.3.3
11702024-09-04T16:11:20.415Z Compiling digest v0.10.7
11712024-09-04T16:11:20.518Z Compiling inout v0.1.3
11722024-09-04T16:11:20.790Z Compiling cipher v0.4.4
11732024-09-04T16:11:20.918Z Compiling hmac v0.12.1
11742024-09-04T16:11:21.006Z Compiling thiserror v1.0.63
11752024-09-04T16:11:21.147Z Compiling sha2 v0.10.8
11762024-09-04T16:11:21.150Z Compiling futures-util v0.3.30
11772024-09-04T16:11:21.334Z Compiling hashbrown v0.14.5
11782024-09-04T16:11:21.354Z Compiling pest v2.7.10
11792024-09-04T16:11:21.474Z Compiling der v0.7.9
11802024-09-04T16:11:22.621Z Compiling salsa20 v0.10.2
11812024-09-04T16:11:22.846Z Compiling pbkdf2 v0.12.2
11822024-09-04T16:11:23.021Z Compiling scroll_derive v0.12.0
11832024-09-04T16:11:24.182Z Compiling pest_meta v2.7.10
11842024-09-04T16:11:24.502Z Compiling tracing-attributes v0.1.27
11852024-09-04T16:11:24.521Z Compiling scroll v0.12.0
11862024-09-04T16:11:24.736Z Compiling spki v0.7.3
11872024-09-04T16:11:25.088Z Compiling scrypt v0.11.0
11882024-09-04T16:11:25.107Z Compiling aes v0.8.4
11892024-09-04T16:11:25.702Z Compiling pest_generator v2.7.10
11902024-09-04T16:11:27.387Z Compiling cbc v0.1.2
11912024-09-04T16:11:27.411Z Compiling goblin v0.8.2
11922024-09-04T16:11:27.625Z Compiling pkcs5 v0.7.1
11932024-09-04T16:11:27.805Z Compiling openssl-macros v0.1.1
11942024-09-04T16:11:28.000Z Compiling rustls-webpki v0.101.7
11952024-09-04T16:11:28.499Z Compiling tracing v0.1.40
11962024-09-04T16:11:28.536Z Compiling pkcs8 v0.10.2
11972024-09-04T16:11:28.592Z Compiling sct v0.7.1
11982024-09-04T16:11:28.940Z Compiling md-5 v0.10.6
11992024-09-04T16:11:29.285Z Compiling pest_derive v2.7.10
12002024-09-04T16:11:29.288Z Compiling num-integer v0.1.46
12012024-09-04T16:11:30.007Z Compiling backtrace v0.3.71
12022024-09-04T16:11:30.103Z Compiling dtrace-parser v0.2.0
12032024-09-04T16:11:30.129Z Compiling idna v0.3.0
12042024-09-04T16:11:30.536Z Compiling lazy_static v1.5.0
12052024-09-04T16:11:30.556Z Compiling hash32 v0.2.1
12062024-09-04T16:11:30.667Z Compiling smoltcp v0.9.1
12072024-09-04T16:11:30.960Z Compiling bytes v1.7.1
12082024-09-04T16:11:31.305Z Compiling bitflags v2.6.0
12092024-09-04T16:11:31.767Z Compiling indexmap v2.4.0
12102024-09-04T16:11:31.791Z Compiling semver v1.0.23
12112024-09-04T16:11:32.303Z Compiling tokio v1.39.3
12122024-09-04T16:11:32.375Z Compiling http v0.2.12
12132024-09-04T16:11:32.580Z Compiling rustc_version v0.4.0
12142024-09-04T16:11:33.379Z Compiling heapless v0.7.17
12152024-09-04T16:11:33.851Z Compiling dof v0.3.0
12162024-09-04T16:11:34.632Z Compiling http-body v0.4.6
12172024-09-04T16:11:35.113Z Compiling uuid v1.10.0
12182024-09-04T16:11:36.155Z Compiling usdt-impl v0.5.0
12192024-09-04T16:11:36.490Z Compiling serde_spanned v0.6.7
12202024-09-04T16:11:36.663Z Compiling toml_datetime v0.6.8
12212024-09-04T16:11:36.730Z Compiling chrono v0.4.38
12222024-09-04T16:11:37.195Z Compiling serde_tokenstream v0.2.2
12232024-09-04T16:11:37.957Z Compiling fallible-iterator v0.2.0
12242024-09-04T16:11:37.960Z Compiling signal-hook v0.3.17
12252024-09-04T16:11:38.107Z Compiling stable_deref_trait v1.2.0
12262024-09-04T16:11:38.109Z Compiling gimli v0.28.1
12272024-09-04T16:11:38.196Z Compiling base64 v0.22.1
12282024-09-04T16:11:38.214Z Compiling crc32fast v1.4.0
12292024-09-04T16:11:38.541Z Compiling num-bigint-dig v0.8.4
12302024-09-04T16:11:38.745Z Compiling psl-types v2.0.11
12312024-09-04T16:11:38.838Z Compiling cfg_aliases v0.1.1
12322024-09-04T16:11:38.945Z Compiling publicsuffix v2.2.3
12332024-09-04T16:11:38.965Z Compiling nix v0.28.0
12342024-09-04T16:11:39.103Z Compiling postgres-protocol v0.6.7
12352024-09-04T16:11:39.833Z Compiling terminal_size v0.3.0
12362024-09-04T16:11:40.107Z Compiling num-iter v0.1.45
12372024-09-04T16:11:40.306Z Compiling zerocopy-derive v0.6.6
12382024-09-04T16:11:40.492Z Compiling async-trait v0.1.81
12392024-09-04T16:11:40.698Z Compiling tokio-util v0.7.11
12402024-09-04T16:11:41.682Z Compiling h2 v0.3.26
12412024-09-04T16:11:42.572Z Compiling tokio-native-tls v0.3.1
12422024-09-04T16:11:42.777Z Compiling addr2line v0.21.0
12432024-09-04T16:11:42.840Z Compiling tokio-rustls v0.24.1
12442024-09-04T16:11:43.256Z Compiling phf_shared v0.11.2
12452024-09-04T16:11:43.444Z Compiling serde_derive_internals v0.29.1
12462024-09-04T16:11:43.446Z Compiling ff v0.13.0
12472024-09-04T16:11:43.631Z Compiling object v0.32.2
12482024-09-04T16:11:43.708Z Compiling fs-err v2.11.0
12492024-09-04T16:11:43.764Z Compiling hubpack_derive v0.1.1
12502024-09-04T16:11:43.973Z Compiling schemars v0.8.21
12512024-09-04T16:11:44.012Z Compiling ipnet v2.9.0
12522024-09-04T16:11:44.063Z Compiling rustc-demangle v0.1.24
12532024-09-04T16:11:44.350Z Compiling anyhow v1.0.86
12542024-09-04T16:11:44.759Z Compiling managed v0.8.0
12552024-09-04T16:11:45.001Z Compiling winnow v0.5.40
12562024-09-04T16:11:45.050Z Compiling base16ct v0.2.0
12572024-09-04T16:11:45.253Z Compiling bitflags v1.3.2
12582024-09-04T16:11:45.272Z Compiling either v1.13.0
12592024-09-04T16:11:45.364Z Compiling base64 v0.21.7
12602024-09-04T16:11:45.721Z Compiling sec1 v0.7.3
12612024-09-04T16:11:46.171Z Compiling rustls-pemfile v1.0.4
12622024-09-04T16:11:46.304Z Compiling schemars_derive v0.8.21
12632024-09-04T16:11:46.508Z Compiling clap_builder v4.5.15
12642024-09-04T16:11:46.647Z Compiling hubpack v0.1.2
12652024-09-04T16:11:47.303Z Compiling group v0.13.0
12662024-09-04T16:11:47.579Z Compiling phf v0.11.2
12672024-09-04T16:11:47.638Z Compiling zerocopy v0.6.6
12682024-09-04T16:11:47.777Z Compiling cookie_store v0.20.0
12692024-09-04T16:11:48.526Z Compiling postgres-types v0.2.7
12702024-09-04T16:11:48.941Z Compiling hyper v0.14.30
12712024-09-04T16:11:49.351Z Compiling toml_edit v0.19.15
12722024-09-04T16:11:50.810Z Compiling usdt-macro v0.5.0
12732024-09-04T16:11:51.066Z Compiling usdt-attr-macro v0.5.0
12742024-09-04T16:11:52.369Z Compiling serde_urlencoded v0.7.1
12752024-09-04T16:11:52.498Z Compiling pkcs1 v0.7.5
12762024-09-04T16:11:52.782Z Compiling futures-executor v0.3.30
12772024-09-04T16:11:52.869Z Compiling hkdf v0.12.4
12782024-09-04T16:11:53.136Z Compiling signature v2.2.0
12792024-09-04T16:11:53.375Z Compiling crypto-bigint v0.5.5
12802024-09-04T16:11:53.439Z Compiling regex v1.10.6
12812024-09-04T16:11:53.540Z Compiling bstr v1.9.1
12822024-09-04T16:11:54.179Z Compiling enum-as-inner v0.6.0
12832024-09-04T16:11:54.566Z Compiling serde_repr v0.1.19
12842024-09-04T16:11:55.331Z Compiling strum_macros v0.25.3
12852024-09-04T16:11:55.383Z Compiling clap_derive v4.5.13
12862024-09-04T16:11:55.864Z Compiling phf_shared v0.10.0
12872024-09-04T16:11:56.066Z Compiling hyper-rustls v0.24.2
12882024-09-04T16:11:56.277Z Compiling hyper-tls v0.5.0
12892024-09-04T16:11:56.461Z Compiling float-cmp v0.9.0
12902024-09-04T16:11:56.633Z Compiling idna v0.4.0
12912024-09-04T16:11:56.690Z Compiling mio v0.8.11
12922024-09-04T16:11:57.624Z Compiling encoding_rs v0.8.34
12932024-09-04T16:11:58.048Z Compiling fixedbitset v0.4.2
12942024-09-04T16:11:58.252Z Compiling whoami v1.5.1
12952024-09-04T16:11:58.530Z Compiling normalize-line-endings v0.3.0
12962024-09-04T16:11:58.662Z Compiling bit-vec v0.6.3
12972024-09-04T16:11:58.942Z Compiling static_assertions v1.1.0
12982024-09-04T16:11:59.051Z Compiling precomputed-hash v0.1.1
12992024-09-04T16:11:59.138Z Compiling data-encoding v2.6.0
13002024-09-04T16:11:59.172Z Compiling unicode-segmentation v1.11.0
13012024-09-04T16:11:59.193Z Compiling new_debug_unreachable v1.0.6
13022024-09-04T16:11:59.288Z Compiling mime v0.3.17
13032024-09-04T16:11:59.611Z Compiling sync_wrapper v0.1.2
13042024-09-04T16:11:59.631Z Compiling minimal-lexical v0.2.1
13052024-09-04T16:11:59.741Z Compiling webpki-roots v0.25.4
13062024-09-04T16:11:59.896Z Compiling dyn-clone v1.0.17
13072024-09-04T16:11:59.915Z Compiling difflib v0.4.0
13082024-09-04T16:12:00.105Z Compiling predicates-core v1.0.6
13092024-09-04T16:12:00.123Z Compiling reqwest v0.11.27
13102024-09-04T16:12:00.161Z Compiling nom v7.1.3
13112024-09-04T16:12:00.437Z Compiling clap v4.5.16
13122024-09-04T16:12:00.519Z Compiling predicates v3.1.2
13132024-09-04T16:12:01.573Z Compiling similar v2.6.0
13142024-09-04T16:12:01.602Z Compiling hickory-proto v0.24.1
13152024-09-04T16:12:02.264Z Compiling toml_edit v0.22.20
13162024-09-04T16:12:02.301Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13172024-09-04T16:12:02.840Z Compiling string_cache v0.8.7
13182024-09-04T16:12:03.336Z Compiling console v0.15.8
13192024-09-04T16:12:03.957Z Compiling bit-set v0.5.3
13202024-09-04T16:12:04.093Z Compiling tokio-postgres v0.7.11
13212024-09-04T16:12:04.262Z Compiling petgraph v0.6.5
13222024-09-04T16:12:04.510Z Compiling usdt v0.5.0
13232024-09-04T16:12:04.928Z Compiling signal-hook-mio v0.2.4
13242024-09-04T16:12:05.031Z Compiling elliptic-curve v0.13.8
13252024-09-04T16:12:05.117Z Compiling rsa v0.9.6
13262024-09-04T16:12:05.914Z Compiling futures v0.3.30
13272024-09-04T16:12:06.037Z Compiling toml v0.7.8
13282024-09-04T16:12:08.402Z Compiling flate2 v1.0.31
13292024-09-04T16:12:09.390Z Compiling itertools v0.10.5
13302024-09-04T16:12:09.785Z Compiling itertools v0.12.1
13312024-09-04T16:12:09.981Z Compiling tokio-stream v0.1.15
13322024-09-04T16:12:10.998Z Compiling openapiv3 v2.0.0
13332024-09-04T16:12:11.108Z Compiling hex v0.4.3
13342024-09-04T16:12:11.731Z Compiling crossbeam-epoch v0.9.18
13352024-09-04T16:12:12.184Z Compiling sha1 v0.10.6
13362024-09-04T16:12:12.274Z Compiling dirs-sys-next v0.1.2
13372024-09-04T16:12:12.515Z Compiling lalrpop-util v0.19.12
13382024-09-04T16:12:12.617Z Compiling unicode-xid v0.2.4
13392024-09-04T16:12:12.797Z Compiling peg-runtime v0.8.3
13402024-09-04T16:12:12.898Z Compiling dirs-next v2.0.0
13412024-09-04T16:12:12.953Z Compiling thread_local v1.1.8
13422024-09-04T16:12:12.974Z Compiling slog-async v2.8.0
13432024-09-04T16:12:13.050Z Compiling xattr v1.3.1
13442024-09-04T16:12:13.103Z Compiling term v0.7.0
13452024-09-04T16:12:13.344Z Compiling crossbeam-channel v0.5.12
13462024-09-04T16:12:13.462Z Compiling strum_macros v0.26.4
13472024-09-04T16:12:13.529Z Compiling filetime v0.2.25
13482024-09-04T16:12:13.621Z Compiling is-terminal v0.4.12
13492024-09-04T16:12:13.699Z Compiling take_mut v0.2.2
13502024-09-04T16:12:13.752Z Compiling slog-term v2.9.1
13512024-09-04T16:12:13.858Z Compiling tar v0.4.41
13522024-09-04T16:12:13.878Z Compiling camino v1.1.9
13532024-09-04T16:12:15.522Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13542024-09-04T16:12:16.478Z Compiling strum v0.26.3
13552024-09-04T16:12:16.559Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13562024-09-04T16:12:22.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
13572024-09-04T16:12:22.208Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13582024-09-04T16:12:22.256ZSep 04 16:12:21.800 INFO Starting download, target: Clickhouse
13592024-09-04T16:12:22.256ZSep 04 16:12:21.800 INFO Starting download, target: Cockroach
13602024-09-04T16:12:22.256ZSep 04 16:12:21.800 INFO Starting download, target: Console
13612024-09-04T16:12:22.256ZSep 04 16:12:21.800 INFO Starting download, target: DendriteOpenapi
13622024-09-04T16:12:22.256ZSep 04 16:12:21.800 INFO Starting download, target: DendriteStub
13632024-09-04T16:12:22.256ZSep 04 16:12:21.800 INFO Starting download, target: MaghemiteMgd
13642024-09-04T16:12:22.256ZSep 04 16:12:21.800 INFO Starting download, target: TransceiverControl
13652024-09-04T16:12:22.259ZSep 04 16:12:21.801 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13662024-09-04T16:12:22.259ZSep 04 16:12:21.801 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13672024-09-04T16:12:22.259ZSep 04 16:12:21.801 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13682024-09-04T16:12:22.259ZSep 04 16:12:21.801 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13692024-09-04T16:12:22.259ZSep 04 16:12:21.801 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13702024-09-04T16:12:22.259ZSep 04 16:12:21.801 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13712024-09-04T16:12:22.259ZSep 04 16:12:21.801 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13722024-09-04T16:12:22.390ZSep 04 16:12:21.935 INFO Download complete, target: DendriteOpenapi
13732024-09-04T16:12:22.509ZSep 04 16:12:22.053 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13742024-09-04T16:12:22.881ZSep 04 16:12:22.423 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13752024-09-04T16:12:23.230ZSep 04 16:12:22.772 INFO Download complete, target: Console
13762024-09-04T16:12:23.241ZSep 04 16:12:22.778 INFO Download complete, target: TransceiverControl
13772024-09-04T16:12:23.307ZSep 04 16:12:22.850 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13782024-09-04T16:12:23.645ZSep 04 16:12:23.189 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13792024-09-04T16:12:24.250ZSep 04 16:12:23.793 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13802024-09-04T16:12:24.250ZSep 04 16:12:23.793 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13812024-09-04T16:12:24.507ZSep 04 16:12:24.050 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13822024-09-04T16:12:26.558ZSep 04 16:12:26.101 INFO Download complete, target: MaghemiteMgd
13832024-09-04T16:12:26.672ZSep 04 16:12:26.216 INFO Download complete, target: DendriteStub
13842024-09-04T16:12:32.602ZSep 04 16:12:32.145 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13852024-09-04T16:12:32.946ZSep 04 16:12:32.489 INFO Checking that binary works, target: Cockroach
13862024-09-04T16:12:33.177ZSep 04 16:12:32.720 INFO Download complete, target: Cockroach
13872024-09-04T16:12:38.610ZSep 04 16:12:38.150 INFO Checking that binary works, target: Clickhouse
13882024-09-04T16:12:39.147ZSep 04 16:12:38.689 INFO Download complete, target: Clickhouse
13892024-09-04T16:12:39.155ZAll prerequisites installed successfully
13902024-09-04T16:12:39.158Z
13912024-09-04T16:12:39.158Zreal 4:16.249248375
13922024-09-04T16:12:39.158Zuser 11:39.366198484
13932024-09-04T16:12:39.158Zsys 2:28.743634632
13942024-09-04T16:12:39.158Ztrap 0.409267238
13952024-09-04T16:12:39.158Ztflt 9.278100420
13962024-09-04T16:12:39.158Zdflt 5.676445422
13972024-09-04T16:12:39.158Zkflt 0.580964470
13982024-09-04T16:12:39.158Zlock 22:44.593653345
13992024-09-04T16:12:39.158Zslp 47:20.371635552
14002024-09-04T16:12:39.158Zlat 40.425474283
14012024-09-04T16:12:39.158Zstop 1:48.334949418
14022024-09-04T16:12:39.158Z+ source ./tools/include/force-git-over-https.sh
14032024-09-04T16:12:39.158Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14042024-09-04T16:12:39.158Z++ (( i = 0 ))
14052024-09-04T16:12:39.158Z++ (( i < 5 ))
14062024-09-04T16:12:39.158Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14072024-09-04T16:12:39.161Z++ (( i++ ))
14082024-09-04T16:12:39.161Z++ (( i < 5 ))
14092024-09-04T16:12:39.161Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14102024-09-04T16:12:39.164Z++ (( i++ ))
14112024-09-04T16:12:39.164Z++ (( i < 5 ))
14122024-09-04T16:12:39.164Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14132024-09-04T16:12:39.166Z++ (( i++ ))
14142024-09-04T16:12:39.166Z++ (( i < 5 ))
14152024-09-04T16:12:39.167Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14162024-09-04T16:12:39.169Z++ (( i++ ))
14172024-09-04T16:12:39.169Z++ (( i < 5 ))
14182024-09-04T16:12:39.169Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14192024-09-04T16:12:39.172Z++ (( i++ ))
14202024-09-04T16:12:39.172Z++ (( i < 5 ))
14212024-09-04T16:12:39.172Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14222024-09-04T16:12:39.172Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14232024-09-04T16:12:39.175Z+ rc=0
14242024-09-04T16:12:39.175Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14252024-09-04T16:13:00.132Z+ case $rc in
14262024-09-04T16:13:00.132Z+ pfexec zfs create -p rpool/images/build/host
14272024-09-04T16:13:00.292Z+ pfexec zfs create -p rpool/images/build/recovery
14282024-09-04T16:13:00.347Z+ cargo xtask releng --output-dir /work
14292024-09-04T16:13:00.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14302024-09-04T16:13:00.943Z Running `target/debug/xtask releng --output-dir /work`
14312024-09-04T16:13:01.882Z Compiling proc-macro2 v1.0.86
14322024-09-04T16:13:01.882Z Compiling unicode-ident v1.0.12
14332024-09-04T16:13:01.885Z Compiling libc v0.2.158
14342024-09-04T16:13:01.885Z Compiling serde v1.0.208
14352024-09-04T16:13:01.885Z Compiling version_check v0.9.5
14362024-09-04T16:13:01.885Z Compiling autocfg v1.3.0
14372024-09-04T16:13:01.885Z Compiling cfg-if v1.0.0
14382024-09-04T16:13:01.885Z Compiling once_cell v1.19.0
14392024-09-04T16:13:02.325Z Compiling typenum v1.17.0
14402024-09-04T16:13:02.368Z Compiling memchr v2.7.2
14412024-09-04T16:13:02.662Z Compiling generic-array v0.14.7
14422024-09-04T16:13:02.784Z Compiling lock_api v0.4.12
14432024-09-04T16:13:03.022Z Compiling ahash v0.8.11
14442024-09-04T16:13:03.102Z Compiling serde_json v1.0.125
14452024-09-04T16:13:03.294Z Compiling libm v0.2.8
14462024-09-04T16:13:03.382Z Compiling num-traits v0.2.19
14472024-09-04T16:13:03.496Z Compiling parking_lot_core v0.9.10
14482024-09-04T16:13:03.655Z Compiling quote v1.0.36
14492024-09-04T16:13:03.709Z Compiling byteorder v1.5.0
14502024-09-04T16:13:04.075Z Compiling syn v2.0.74
14512024-09-04T16:13:04.189Z Compiling getrandom v0.2.14
14522024-09-04T16:13:04.224Z Compiling jobserver v0.1.32
14532024-09-04T16:13:04.287Z Compiling scopeguard v1.2.0
14542024-09-04T16:13:04.389Z Compiling log v0.4.21
14552024-09-04T16:13:04.605Z Compiling cc v1.0.97
14562024-09-04T16:13:04.624Z Compiling thiserror v1.0.63
14572024-09-04T16:13:04.819Z Compiling itoa v1.0.11
14582024-09-04T16:13:05.117Z Compiling slab v0.4.9
14592024-09-04T16:13:05.174Z Compiling rand_core v0.6.4
14602024-09-04T16:13:05.219Z Compiling pkg-config v0.3.30
14612024-09-04T16:13:05.837Z Compiling semver v1.0.23
14622024-09-04T16:13:06.061Z Compiling ryu v1.0.18
14632024-09-04T16:13:06.409Z Compiling smallvec v1.13.2
14642024-09-04T16:13:06.431Z Compiling pin-project-lite v0.2.14
14652024-09-04T16:13:06.457Z Compiling vcpkg v0.2.15
14662024-09-04T16:13:06.594Z Compiling allocator-api2 v0.2.18
14672024-09-04T16:13:07.031Z Compiling spin v0.9.8
14682024-09-04T16:13:07.153Z Compiling subtle v2.5.0
14692024-09-04T16:13:07.627Z Compiling const-oid v0.9.6
14702024-09-04T16:13:07.818Z Compiling signal-hook-registry v1.4.2
14712024-09-04T16:13:08.059Z Compiling ring v0.17.8
14722024-09-04T16:13:08.257Z Compiling openssl-sys v0.9.103
14732024-09-04T16:13:09.154Z Compiling httparse v1.8.0
14742024-09-04T16:13:09.341Z Compiling heck v0.5.0
14752024-09-04T16:13:09.707Z Compiling schemars v0.8.21
14762024-09-04T16:13:09.870Z Compiling rustix v0.38.34
14772024-09-04T16:13:10.147Z Compiling parking_lot v0.12.2
14782024-09-04T16:13:10.370Z Compiling mio v1.0.2
14792024-09-04T16:13:10.900Z Compiling time-core v0.1.2
14802024-09-04T16:13:10.954Z Compiling futures-core v0.3.30
14812024-09-04T16:13:11.123Z Compiling num-conv v0.1.0
14822024-09-04T16:13:11.155Z Compiling socket2 v0.5.7
14832024-09-04T16:13:11.190Z Compiling openssl v0.10.66
14842024-09-04T16:13:11.307Z Compiling fnv v1.0.7
14852024-09-04T16:13:11.482Z Compiling time-macros v0.2.18
14862024-09-04T16:13:11.520Z Compiling equivalent v1.0.1
14872024-09-04T16:13:12.035Z Compiling serde_derive_internals v0.29.1
14882024-09-04T16:13:12.135Z Compiling rustls v0.21.12
14892024-09-04T16:13:12.269Z Compiling native-tls v0.2.11
14902024-09-04T16:13:12.320Z Compiling tinyvec_macros v0.1.1
14912024-09-04T16:13:12.489Z Compiling futures-sink v0.3.30
14922024-09-04T16:13:12.535Z Compiling tinyvec v1.6.0
14932024-09-04T16:13:13.141Z Compiling crossbeam-utils v0.8.19
14942024-09-04T16:13:14.164Z Compiling cookie v0.17.0
14952024-09-04T16:13:14.429Z Compiling unicode-normalization v0.1.23
14962024-09-04T16:13:14.621Z Compiling ucd-trie v0.1.6
14972024-09-04T16:13:14.785Z Compiling cpufeatures v0.2.12
14982024-09-04T16:13:14.867Z Compiling iana-time-zone v0.1.60
14992024-09-04T16:13:15.099Z Compiling futures-channel v0.3.30
15002024-09-04T16:13:15.244Z Compiling pin-utils v0.1.0
15012024-09-04T16:13:15.330Z Compiling futures-io v0.3.30
15022024-09-04T16:13:15.392Z Compiling futures-task v0.3.30
15032024-09-04T16:13:15.621Z Compiling syn v1.0.109
15042024-09-04T16:13:15.698Z Compiling unicode-bidi v0.3.15
15052024-09-04T16:13:15.731Z Compiling slog v2.7.0
15062024-09-04T16:13:15.983Z Compiling aho-corasick v1.1.3
15072024-09-04T16:13:16.308Z Compiling untrusted v0.9.0
15082024-09-04T16:13:16.503Z Compiling regex-syntax v0.8.4
15092024-09-04T16:13:17.788Z Compiling serde_derive v1.0.208
15102024-09-04T16:13:17.820Z Compiling zeroize_derive v1.4.2
15112024-09-04T16:13:17.885Z Compiling zerocopy-derive v0.7.34
15122024-09-04T16:13:18.880Z Compiling tokio-macros v2.4.0
15132024-09-04T16:13:19.479Z Compiling thiserror-impl v1.0.63
15142024-09-04T16:13:20.035Z Compiling zeroize v1.7.0
15152024-09-04T16:13:20.605Z Compiling zerocopy v0.7.34
15162024-09-04T16:13:20.724Z Compiling futures-macro v0.3.30
15172024-09-04T16:13:22.816Z Compiling crypto-common v0.1.6
15182024-09-04T16:13:22.898Z Compiling tracing-attributes v0.1.27
15192024-09-04T16:13:23.116Z Compiling der_derive v0.7.2
15202024-09-04T16:13:23.513Z Compiling hashbrown v0.14.5
15212024-09-04T16:13:24.136Z Compiling block-buffer v0.10.4
15222024-09-04T16:13:24.379Z Compiling digest v0.10.7
15232024-09-04T16:13:24.837Z Compiling schemars_derive v0.8.21
15242024-09-04T16:13:25.909Z Compiling openssl-macros v0.1.1
15252024-09-04T16:13:26.401Z Compiling scroll_derive v0.12.0
15262024-09-04T16:13:26.668Z Compiling hmac v0.12.1
15272024-09-04T16:13:26.804Z Compiling pest v2.7.10
15282024-09-04T16:13:26.850Z Compiling block-padding v0.3.3
15292024-09-04T16:13:26.937Z Compiling futures-util v0.3.30
15302024-09-04T16:13:27.154Z Compiling inout v0.1.3
15312024-09-04T16:13:27.638Z Compiling cipher v0.4.4
15322024-09-04T16:13:28.013Z Compiling sha2 v0.10.8
15332024-09-04T16:13:28.158Z Compiling regex-automata v0.4.6
15342024-09-04T16:13:29.311Z Compiling crc32fast v1.4.0
15352024-09-04T16:13:29.951Z Compiling pest_meta v2.7.10
15362024-09-04T16:13:30.178Z Compiling dyn-clone v1.0.17
15372024-09-04T16:13:31.138Z Compiling usdt-impl v0.5.0
15382024-09-04T16:13:31.590Z Compiling pest_generator v2.7.10
15392024-09-04T16:13:32.838Z Compiling bytes v1.7.1
15402024-09-04T16:13:34.736Z Compiling bitflags v2.6.0
15412024-09-04T16:13:35.118Z Compiling tokio v1.39.3
15422024-09-04T16:13:35.432Z Compiling indexmap v2.4.0
15432024-09-04T16:13:36.557Z Compiling serde_tokenstream v0.2.2
15442024-09-04T16:13:37.045Z Compiling uuid v1.10.0
15452024-09-04T16:13:37.229Z Compiling chrono v0.4.38
15462024-09-04T16:13:37.771Z Compiling http v0.2.12
15472024-09-04T16:13:38.066Z Compiling rustc_version v0.4.0
15482024-09-04T16:13:38.904Z Compiling pest_derive v2.7.10
15492024-09-04T16:13:40.449Z Compiling base64ct v1.6.0
15502024-09-04T16:13:41.105Z Compiling heck v0.4.1
15512024-09-04T16:13:41.186Z Compiling powerfmt v0.2.0
15522024-09-04T16:13:41.423Z Compiling percent-encoding v2.3.1
15532024-09-04T16:13:41.762Z Compiling deranged v0.3.11
15542024-09-04T16:13:41.824Z Compiling pem-rfc7468 v0.7.0
15552024-09-04T16:13:42.053Z Compiling heapless v0.7.17
15562024-09-04T16:13:42.667Z Compiling scroll v0.12.0
15572024-09-04T16:13:42.915Z Compiling zerocopy-derive v0.6.6
15582024-09-04T16:13:44.191Z Compiling backtrace v0.3.71
15592024-09-04T16:13:44.351Z Compiling tracing-core v0.1.32
15602024-09-04T16:13:44.783Z Compiling errno v0.3.9
15612024-09-04T16:13:45.093Z Compiling tokio-util v0.7.11
15622024-09-04T16:13:45.810Z Compiling ppv-lite86 v0.2.17
15632024-09-04T16:13:46.784Z Compiling num-bigint-dig v0.8.4
15642024-09-04T16:13:46.839Z Compiling flagset v0.4.5
15652024-09-04T16:13:47.055Z Compiling num_threads v0.1.7
15662024-09-04T16:13:47.125Z Compiling plain v0.2.3
15672024-09-04T16:13:47.364Z Compiling time v0.3.36
15682024-09-04T16:13:47.367Z Compiling goblin v0.8.2
15692024-09-04T16:13:47.388Z Compiling der v0.7.9
15702024-09-04T16:13:47.421Z Compiling rand_chacha v0.3.1
15712024-09-04T16:13:48.475Z Compiling tracing v0.1.40
15722024-09-04T16:13:49.711Z Compiling regex v1.10.6
15732024-09-04T16:13:49.911Z Compiling salsa20 v0.10.2
15742024-09-04T16:13:50.194Z Compiling pbkdf2 v0.12.2
15752024-09-04T16:13:50.684Z Compiling async-trait v0.1.81
15762024-09-04T16:13:52.520Z Compiling strsim v0.11.1
15772024-09-04T16:13:52.829Z Compiling rustversion v1.0.17
15782024-09-04T16:13:53.309Z Compiling pretty-hex v0.4.1
15792024-09-04T16:13:53.800Z Compiling dof v0.3.0
15802024-09-04T16:13:54.581Z Compiling scrypt v0.11.0
15812024-09-04T16:13:55.190Z Compiling spki v0.7.3
15822024-09-04T16:13:55.255Z Compiling rand v0.8.5
15832024-09-04T16:13:55.286Z Compiling form_urlencoded v1.2.1
15842024-09-04T16:13:55.690Z Compiling dtrace-parser v0.2.0
15852024-09-04T16:13:55.995Z Compiling aes v0.8.4
15862024-09-04T16:13:56.054Z Compiling cbc v0.1.2
15872024-09-04T16:13:56.428Z Compiling thread-id v4.2.1
15882024-09-04T16:13:57.434Z Compiling foreign-types-shared v0.1.1
15892024-09-04T16:13:57.568Z Compiling unicode-width v0.1.13
15902024-09-04T16:13:57.603Z Compiling smoltcp v0.9.1
15912024-09-04T16:13:57.700Z Compiling try-lock v0.2.5
15922024-09-04T16:13:57.867Z Compiling signal-hook v0.3.17
15932024-09-04T16:13:58.152Z Compiling anyhow v1.0.86
15942024-09-04T16:13:58.260Z Compiling foreign-types v0.3.2
15952024-09-04T16:13:58.358Z Compiling want v0.3.1
15962024-09-04T16:13:58.819Z Compiling pkcs5 v0.7.1
15972024-09-04T16:14:01.432Z Compiling h2 v0.3.26
15982024-09-04T16:14:03.507Z Compiling http-body v0.4.6
15992024-09-04T16:14:05.693Z Compiling clap_derive v4.5.13
16002024-09-04T16:14:05.843Z Compiling base64 v0.21.7
16012024-09-04T16:14:06.362Z Compiling cfg_aliases v0.1.1
16022024-09-04T16:14:06.478Z Compiling httpdate v1.0.3
16032024-09-04T16:14:07.012Z Compiling siphasher v0.3.11
16042024-09-04T16:14:07.430Z Compiling tower-service v0.3.2
16052024-09-04T16:14:07.853Z Compiling nix v0.28.0
16062024-09-04T16:14:09.312Z Compiling hyper v0.14.30
16072024-09-04T16:14:11.600Z Compiling pkcs8 v0.10.2
16082024-09-04T16:14:14.183Z Compiling sct v0.7.1
16092024-09-04T16:14:14.353Z Compiling rustls-webpki v0.101.7
16102024-09-04T16:14:15.858Z Compiling openapiv3 v2.0.0
16112024-09-04T16:14:16.572Z Compiling hubpack_derive v0.1.1
16122024-09-04T16:14:21.158Z Compiling idna v0.5.0
16132024-09-04T16:14:22.731Z Compiling fs-err v2.11.0
16142024-09-04T16:14:22.972Z Compiling utf8parse v0.2.1
16152024-09-04T16:14:23.088Z Compiling adler v1.0.2
16162024-09-04T16:14:23.156Z Compiling openssl-probe v0.1.5
16172024-09-04T16:14:23.378Z Compiling finl_unicode v1.2.0
16182024-09-04T16:14:23.581Z Compiling anstyle v1.0.8
16192024-09-04T16:14:24.753Z Compiling stringprep v0.1.4
16202024-09-04T16:14:25.920Z Compiling miniz_oxide v0.7.2
16212024-09-04T16:14:26.023Z Compiling anstyle-parse v0.2.4
16222024-09-04T16:14:26.407Z Compiling url v2.5.2
16232024-09-04T16:14:29.739Z Compiling usdt-attr-macro v0.5.0
16242024-09-04T16:14:30.956Z Compiling usdt-macro v0.5.0
16252024-09-04T16:14:32.783Z Compiling serde_spanned v0.6.7
16262024-09-04T16:14:33.084Z Compiling toml_datetime v0.6.8
16272024-09-04T16:14:33.709Z Compiling regress v0.9.1
16282024-09-04T16:14:34.282Z Compiling md-5 v0.10.6
16292024-09-04T16:14:34.521Z Compiling idna v0.3.0
16302024-09-04T16:14:35.529Z Compiling lazy_static v1.5.0
16312024-09-04T16:14:35.686Z Compiling num-integer v0.1.46
16322024-09-04T16:14:36.417Z Compiling hash32 v0.2.1
16332024-09-04T16:14:36.528Z Compiling encoding_rs v0.8.34
16342024-09-04T16:14:36.833Z Compiling colorchoice v1.0.1
16352024-09-04T16:14:37.032Z Compiling gimli v0.28.1
16362024-09-04T16:14:38.139Z Compiling psl-types v2.0.11
16372024-09-04T16:14:38.210Z Compiling fallible-iterator v0.2.0
16382024-09-04T16:14:38.371Z Compiling anstyle-query v1.0.3
16392024-09-04T16:14:38.747Z Compiling base64 v0.22.1
16402024-09-04T16:14:38.985Z Compiling stable_deref_trait v1.2.0
16412024-09-04T16:14:39.111Z Compiling mime v0.3.17
16422024-09-04T16:14:39.241Z Compiling is_terminal_polyfill v1.70.0
16432024-09-04T16:14:39.380Z Compiling anstream v0.6.14
16442024-09-04T16:14:39.470Z Compiling postgres-protocol v0.6.7
16452024-09-04T16:14:40.729Z Compiling publicsuffix v2.2.3
16462024-09-04T16:14:41.290Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16472024-09-04T16:14:42.086Z Compiling addr2line v0.21.0
16482024-09-04T16:14:42.781Z Compiling num-iter v0.1.45
16492024-09-04T16:14:43.526Z Compiling tokio-rustls v0.24.1
16502024-09-04T16:14:44.224Z Compiling terminal_size v0.3.0
16512024-09-04T16:14:44.446Z Compiling tokio-native-tls v0.3.1
16522024-09-04T16:14:45.065Z Compiling phf_shared v0.11.2
16532024-09-04T16:14:45.467Z Compiling strum_macros v0.25.3
16542024-09-04T16:14:46.023Z Compiling serde_urlencoded v0.7.1
16552024-09-04T16:14:46.694Z Compiling enum-as-inner v0.6.0
16562024-09-04T16:14:47.778Z Compiling serde_repr v0.1.19
16572024-09-04T16:14:47.850Z Compiling ff v0.13.0
16582024-09-04T16:14:47.949Z Compiling object v0.32.2
16592024-09-04T16:14:48.097Z Compiling bitflags v1.3.2
16602024-09-04T16:14:48.216Z Compiling either v1.13.0
16612024-09-04T16:14:48.679Z Compiling rustc-demangle v0.1.24
16622024-09-04T16:14:49.206Z Compiling clap_lex v0.7.0
16632024-09-04T16:14:49.340Z Compiling base16ct v0.2.0
16642024-09-04T16:14:49.584Z Compiling managed v0.8.0
16652024-09-04T16:14:49.657Z Compiling ipnet v2.9.0
16662024-09-04T16:14:49.698Z Compiling winnow v0.5.40
16672024-09-04T16:14:50.854Z Compiling rustls-pemfile v1.0.4
16682024-09-04T16:14:51.821Z Compiling sec1 v0.7.3
16692024-09-04T16:14:52.379Z Compiling clap_builder v4.5.15
16702024-09-04T16:14:52.843Z Compiling group v0.13.0
16712024-09-04T16:14:53.651Z Compiling toml_edit v0.19.15
16722024-09-04T16:14:53.713Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16732024-09-04T16:14:55.251Z Compiling phf v0.11.2
16742024-09-04T16:14:55.582Z Compiling hyper-tls v0.5.0
16752024-09-04T16:14:56.393Z Compiling hyper-rustls v0.24.2
16762024-09-04T16:14:56.896Z Compiling cookie_store v0.20.0
16772024-09-04T16:14:57.650Z Compiling postgres-types v0.2.7
16782024-09-04T16:14:58.132Z Compiling hubpack v0.1.2
16792024-09-04T16:14:58.493Z Compiling pkcs1 v0.7.5
16802024-09-04T16:14:58.642Z Compiling phf_shared v0.10.0
16812024-09-04T16:14:59.270Z Compiling zerocopy v0.6.6
16822024-09-04T16:14:59.447Z Compiling futures-executor v0.3.30
16832024-09-04T16:14:59.566Z Compiling bstr v1.9.1
16842024-09-04T16:14:59.708Z Compiling hkdf v0.12.4
16852024-09-04T16:14:59.728Z Compiling signature v2.2.0
16862024-09-04T16:14:59.914Z Compiling crypto-bigint v0.5.5
16872024-09-04T16:14:59.946Z Compiling idna v0.4.0
16882024-09-04T16:15:00.046Z Compiling float-cmp v0.9.0
16892024-09-04T16:15:00.137Z Compiling mio v0.8.11
16902024-09-04T16:15:00.301Z Compiling memmap v0.7.0
16912024-09-04T16:15:00.679Z Compiling sync_wrapper v0.1.2
16922024-09-04T16:15:00.875Z Compiling new_debug_unreachable v1.0.6
16932024-09-04T16:15:01.133Z Compiling normalize-line-endings v0.3.0
16942024-09-04T16:15:01.178Z Compiling webpki-roots v0.25.4
16952024-09-04T16:15:01.220Z Compiling fixedbitset v0.4.2
16962024-09-04T16:15:01.257Z Compiling data-encoding v2.6.0
16972024-09-04T16:15:01.274Z Compiling difflib v0.4.0
16982024-09-04T16:15:01.343Z Compiling bit-vec v0.6.3
16992024-09-04T16:15:01.381Z Compiling static_assertions v1.1.0
17002024-09-04T16:15:01.623Z Compiling predicates-core v1.0.6
17012024-09-04T16:15:01.957Z Compiling minimal-lexical v0.2.1
17022024-09-04T16:15:01.976Z Compiling whoami v1.5.1
17032024-09-04T16:15:02.461Z Compiling precomputed-hash v0.1.1
17042024-09-04T16:15:02.464Z Compiling unicode-segmentation v1.11.0
17052024-09-04T16:15:02.581Z Compiling winnow v0.6.18
17062024-09-04T16:15:02.707Z Compiling reqwest v0.11.27
17072024-09-04T16:15:02.903Z Compiling string_cache v0.8.7
17082024-09-04T16:15:03.278Z Compiling similar v2.6.0
17092024-09-04T16:15:03.614Z Compiling elliptic-curve v0.13.8
17102024-09-04T16:15:03.938Z Compiling nom v7.1.3
17112024-09-04T16:15:04.190Z Compiling tokio-postgres v0.7.11
17122024-09-04T16:15:04.373Z Compiling hickory-proto v0.24.1
17132024-09-04T16:15:05.287Z Compiling predicates v3.1.2
17142024-09-04T16:15:06.354Z Compiling toml_edit v0.22.20
17152024-09-04T16:15:06.831Z Compiling bit-set v0.5.3
17162024-09-04T16:15:07.155Z Compiling petgraph v0.6.5
17172024-09-04T16:15:07.724Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17182024-09-04T16:15:09.457Z Compiling signal-hook-mio v0.2.4
17192024-09-04T16:15:09.648Z Compiling usdt v0.5.0
17202024-09-04T16:15:10.931Z Compiling rsa v0.9.6
17212024-09-04T16:15:11.838Z Compiling futures v0.3.30
17222024-09-04T16:15:13.541Z Compiling toml v0.7.8
17232024-09-04T16:15:13.680Z Compiling clap v4.5.16
17242024-09-04T16:15:13.702Z Compiling crossbeam-epoch v0.9.18
17252024-09-04T16:15:13.822Z Compiling flate2 v1.0.31
17262024-09-04T16:15:14.280Z Compiling itertools v0.12.1
17272024-09-04T16:15:14.430Z Compiling itertools v0.10.5
17282024-09-04T16:15:14.793Z Compiling console v0.15.8
17292024-09-04T16:15:16.114Z Compiling tokio-stream v0.1.15
17302024-09-04T16:15:16.584Z Compiling hex v0.4.3
17312024-09-04T16:15:17.264Z Compiling sha1 v0.10.6
17322024-09-04T16:15:17.715Z Compiling unicode-xid v0.2.4
17332024-09-04T16:15:17.897Z Compiling lalrpop-util v0.19.12
17342024-09-04T16:15:18.269Z Compiling radium v0.7.0
17352024-09-04T16:15:18.360Z Compiling peg-runtime v0.8.3
17362024-09-04T16:15:18.717Z Compiling camino v1.1.9
17372024-09-04T16:15:18.881Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382024-09-04T16:15:23.874Z Compiling is-terminal v0.4.12
17392024-09-04T16:15:24.493Z Compiling rustls-pki-types v1.7.0
17402024-09-04T16:15:25.726Z Compiling ident_case v1.0.1
17412024-09-04T16:15:26.522Z Compiling tap v1.0.1
17422024-09-04T16:15:28.025Z Compiling maybe-uninit v2.0.0
17432024-09-04T16:15:28.591Z Compiling wyz v0.5.1
17442024-09-04T16:15:33.296Z Compiling darling_core v0.20.9
17452024-09-04T16:15:43.768Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17462024-09-04T16:15:44.909Z Compiling getopts v0.2.21
17472024-09-04T16:15:45.814Z Compiling bzip2-sys v0.1.11+1.0.8
17482024-09-04T16:15:46.305Z Compiling dirs-sys-next v0.1.2
17492024-09-04T16:15:47.307Z Compiling packed_struct v0.10.1
17502024-09-04T16:15:47.390Z Compiling paste v1.0.15
17512024-09-04T16:15:47.754Z Compiling rustls v0.22.4
17522024-09-04T16:15:47.910Z Compiling funty v2.0.0
17532024-09-04T16:15:48.074Z Compiling unsafe-libyaml v0.2.11
17542024-09-04T16:15:49.602Z Compiling serde_yaml v0.9.34+deprecated
17552024-09-04T16:15:49.895Z Compiling bitvec v1.0.1
17562024-09-04T16:15:50.942Z Compiling dirs-next v2.0.0
17572024-09-04T16:15:53.498Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17582024-09-04T16:15:54.547Z Compiling darling_macro v0.20.9
17592024-09-04T16:15:55.744Z Compiling rustls-webpki v0.102.4
17602024-09-04T16:15:59.451Z Compiling packed_struct_codegen v0.10.1
17612024-09-04T16:15:59.905Z Compiling structmeta-derive v0.3.0
17622024-09-04T16:16:00.138Z Compiling thread_local v1.1.8
17632024-09-04T16:16:00.865Z Compiling indexmap v1.9.3
17642024-09-04T16:16:00.883Z Compiling multer v3.1.0
17652024-09-04T16:16:00.901Z Compiling match_cfg v0.1.0
17662024-09-04T16:16:01.006Z Compiling fastrand v2.1.0
17672024-09-04T16:16:01.196Z Compiling crc-catalog v2.4.0
17682024-09-04T16:16:01.215Z Compiling slog-async v2.8.0
17692024-09-04T16:16:01.490Z Compiling rayon-core v1.12.1
17702024-09-04T16:16:01.668Z Compiling nodrop v0.1.14
17712024-09-04T16:16:01.784Z Compiling array-init v0.0.4
17722024-09-04T16:16:02.039Z Compiling tempfile v3.10.1
17732024-09-04T16:16:02.578Z Compiling structmeta v0.3.0
17742024-09-04T16:16:02.977Z Compiling crc v3.2.1
17752024-09-04T16:16:03.155Z Compiling hostname v0.3.1
17762024-09-04T16:16:03.845Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17772024-09-04T16:16:05.113Z Compiling smallvec v0.6.14
17782024-09-04T16:16:05.665Z Compiling darling v0.20.9
17792024-09-04T16:16:06.303Z Compiling term v0.7.0
17802024-09-04T16:16:08.105Z Compiling crossbeam-deque v0.8.5
17812024-09-04T16:16:08.523Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17822024-09-04T16:16:10.048Z Compiling slog-json v2.6.1
17832024-09-04T16:16:10.764Z Compiling crossbeam-channel v0.5.12
17842024-09-04T16:16:11.038Z Compiling http v1.1.0
17852024-09-04T16:16:12.354Z Compiling async-stream-impl v0.3.5
17862024-09-04T16:16:13.725Z Compiling pin-project-internal v1.1.5
17872024-09-04T16:16:16.597Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17882024-09-04T16:16:17.636Z Compiling same-file v1.0.6
17892024-09-04T16:16:17.935Z Compiling atomic-waker v1.1.2
17902024-09-04T16:16:18.097Z Compiling termcolor v1.4.1
17912024-09-04T16:16:18.251Z Compiling hashbrown v0.12.3
17922024-09-04T16:16:18.366Z Compiling take_mut v0.2.2
17932024-09-04T16:16:19.302Z Compiling bitfield v0.14.0
17942024-09-04T16:16:25.334Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17952024-09-04T16:16:27.680Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17962024-09-04T16:16:28.879Z Compiling env_logger v0.10.2
17972024-09-04T16:16:31.886Z Compiling waitgroup v0.1.2
17982024-09-04T16:16:32.153Z Compiling walkdir v2.5.0
17992024-09-04T16:16:33.957Z Compiling pin-project v1.1.5
18002024-09-04T16:16:34.701Z Compiling async-stream v0.3.5
18012024-09-04T16:16:37.342Z Compiling slog-bunyan v2.5.0
18022024-09-04T16:16:37.631Z Compiling tokio-rustls v0.25.0
18032024-09-04T16:16:38.241Z Compiling slog-term v2.9.1
18042024-09-04T16:16:38.442Z Compiling serde_with_macros v3.9.0
18052024-09-04T16:16:40.957Z Compiling serde-hex v0.1.0
18062024-09-04T16:16:41.182Z Compiling bzip2 v0.4.4
18072024-09-04T16:16:41.280Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18082024-09-04T16:16:41.346Z Compiling parse-display-derive v0.10.0
18092024-09-04T16:16:41.404Z Compiling toml v0.8.19
18102024-09-04T16:16:41.603Z Compiling rustls-pemfile v2.1.3
18112024-09-04T16:16:44.670Z Compiling x509-cert v0.2.5
18122024-09-04T16:16:45.432Z Compiling ron v0.8.1
18132024-09-04T16:16:45.677Z Compiling newtype-uuid v1.1.0
18142024-09-04T16:16:46.046Z Compiling ipnetwork v0.20.0
18152024-09-04T16:16:46.225Z Compiling strum_macros v0.26.4
18162024-09-04T16:16:47.657Z Compiling xattr v1.3.1
18172024-09-04T16:16:48.508Z Compiling snafu-derive v0.8.2
18182024-09-04T16:16:49.303Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18192024-09-04T16:16:49.743Z Compiling serde_path_to_error v0.1.16
18202024-09-04T16:16:50.787Z Compiling hashbrown v0.13.2
18212024-09-04T16:16:50.904Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18222024-09-04T16:16:51.574Z Compiling blake3 v1.5.1
18232024-09-04T16:16:51.695Z Compiling ring v0.16.20
18242024-09-04T16:16:52.176Z Compiling hostname v0.4.0
18252024-09-04T16:16:52.207Z Compiling filetime v0.2.25
18262024-09-04T16:16:52.451Z Compiling instant v0.1.12
18272024-09-04T16:16:52.572Z Compiling crc-any v2.5.0
18282024-09-04T16:16:53.054Z Compiling debug-ignore v1.0.5
18292024-09-04T16:16:53.215Z Compiling buf-list v1.0.3
18302024-09-04T16:16:53.396Z Compiling snafu v0.8.2
18312024-09-04T16:16:53.489Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18322024-09-04T16:16:53.857Z Compiling backoff v0.4.0
18332024-09-04T16:16:53.957Z Compiling tar v0.4.41
18342024-09-04T16:16:54.674Z Compiling object v0.30.4
18352024-09-04T16:16:54.874Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18362024-09-04T16:16:55.088Z Compiling strum v0.26.3
18372024-09-04T16:16:55.309Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18382024-09-04T16:16:56.281Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18392024-09-04T16:16:57.021Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18402024-09-04T16:16:57.595Z Compiling parse-display v0.10.0
18412024-09-04T16:16:59.320Z Compiling zip v0.6.6
18422024-09-04T16:16:59.511Z Compiling serde_with v3.9.0
18432024-09-04T16:16:59.796Z Compiling rayon v1.10.0
18442024-09-04T16:16:59.841Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18452024-09-04T16:17:00.580Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18462024-09-04T16:17:02.082Z Compiling camino-tempfile v1.1.1
18472024-09-04T16:17:02.850Z Compiling globset v0.4.14
18482024-09-04T16:17:04.097Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18492024-09-04T16:17:04.296Z Compiling pem v3.0.4
18502024-09-04T16:17:05.565Z Compiling olpc-cjson v0.1.3
18512024-09-04T16:17:05.874Z Compiling serde_plain v1.0.2
18522024-09-04T16:17:05.917Z Compiling macaddr v1.0.1
18532024-09-04T16:17:06.396Z Compiling async-recursion v1.1.1
18542024-09-04T16:17:06.537Z Compiling memmap2 v0.9.4
18552024-09-04T16:17:07.147Z Compiling path-slash v0.1.5
18562024-09-04T16:17:07.412Z Compiling arrayvec v0.7.4
18572024-09-04T16:17:07.873Z Compiling constant_time_eq v0.3.0
18582024-09-04T16:17:07.893Z Compiling typed-path v0.7.1
18592024-09-04T16:17:08.039Z Compiling spin v0.5.2
18602024-09-04T16:17:08.070Z Compiling arrayref v0.3.7
18612024-09-04T16:17:08.190Z Compiling untrusted v0.7.1
18622024-09-04T16:17:09.985Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18632024-09-04T16:17:10.774Z Compiling tough v0.17.1
18642024-09-04T16:17:11.062Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18652024-09-04T16:17:12.736Z Compiling itertools v0.13.0
18662024-09-04T16:17:14.894Z Compiling cargo-platform v0.1.8
18672024-09-04T16:17:15.918Z Compiling parse-size v1.0.0
18682024-09-04T16:17:16.054Z Compiling topological-sort v0.2.2
18692024-09-04T16:17:16.231Z Compiling cargo_metadata v0.18.1
18702024-09-04T16:17:16.321Z Compiling omicron-zone-package v0.11.0
18712024-09-04T16:17:16.586Z Compiling shell-words v1.1.0
18722024-09-04T16:17:24.621Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18732024-09-04T16:17:37.351Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18742024-09-04T16:17:51.651Z Finished `release` profile [optimized] target(s) in 4m 50s
18752024-09-04T16:17:51.804Z Running `target/release/omicron-releng --output-dir /work`
18762024-09-04T16:17:51.848ZSep 04 16:17:51.343 DEBG changing working directory to /work/oxidecomputer/omicron
18772024-09-04T16:17:51.945ZSep 04 16:17:51.440 DEBG running: git rev-parse HEAD
18782024-09-04T16:17:51.952ZSep 04 16:17:51.447 DEBG process exited with exit status: 0 (6.539224ms)
18792024-09-04T16:17:51.952ZSep 04 16:17:51.447 INFO version: 10.0.0-0.ci+git86b0ae678a9
18802024-09-04T16:17:51.991ZSep 04 16:17:51.487 INFO cloning helios to /work/oxidecomputer/helios
18812024-09-04T16:17:51.992ZSep 04 16:17:51.487 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18822024-09-04T16:17:51.997ZCloning into '/work/oxidecomputer/helios'...
18832024-09-04T16:17:52.618ZSep 04 16:17:52.114 DEBG process exited with exit status: 0 (626.361229ms)
18842024-09-04T16:17:52.618ZSep 04 16:17:52.114 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18852024-09-04T16:17:52.626Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18862024-09-04T16:17:52.626Z# branch.head master
18872024-09-04T16:17:52.626Z# branch.upstream origin/master
18882024-09-04T16:17:52.626Z# branch.ab +0 -0
18892024-09-04T16:17:52.629ZSep 04 16:17:52.122 DEBG process exited with exit status: 0 (8.357077ms)
18902024-09-04T16:17:52.629ZSep 04 16:17:52.122 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18912024-09-04T16:17:53.382ZSep 04 16:17:52.876 DEBG process exited with exit status: 0 (754.30398ms)
18922024-09-04T16:17:53.382ZSep 04 16:17:52.877 DEBG running: zfs list rpool/images/build/host
18932024-09-04T16:17:53.388ZNAME USED AVAIL REFER MOUNTPOINT
18942024-09-04T16:17:53.388Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18952024-09-04T16:17:53.391ZSep 04 16:17:52.884 DEBG process exited with exit status: 0 (7.392896ms)
18962024-09-04T16:17:53.391ZSep 04 16:17:52.884 DEBG running: zfs list rpool/images/build/recovery
18972024-09-04T16:17:53.394ZNAME USED AVAIL REFER MOUNTPOINT
18982024-09-04T16:17:53.395Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18992024-09-04T16:17:53.397ZSep 04 16:17:52.890 DEBG process exited with exit status: 0 (6.400971ms)
19002024-09-04T16:17:53.397ZSep 04 16:17:52.891 INFO [hubris-staging] running task
19012024-09-04T16:17:53.397ZSep 04 16:17:52.891 INFO [hubris-production] running task
19022024-09-04T16:17:53.397ZSep 04 16:17:52.892 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19032024-09-04T16:17:53.400ZSep 04 16:17:52.895 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
19042024-09-04T16:17:53.713Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19052024-09-04T16:17:53.924Z[ omicron-package] Blocking waiting for file lock on package cache
19062024-09-04T16:17:54.561Z[ omicron-package] Blocking waiting for file lock on package cache
19072024-09-04T16:17:54.858ZSep 04 16:17:54.353 INFO [hubris-production] task succeeded (1.461218351s)
19082024-09-04T16:17:55.602Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19092024-09-04T16:17:55.605Z[ omicron-package] Compiling heapless v0.8.0
19102024-09-04T16:17:55.605Z[ omicron-package] Compiling hash32 v0.3.1
19112024-09-04T16:17:55.605Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19122024-09-04T16:17:55.605Z[ omicron-package] Compiling smoltcp v0.11.0
19132024-09-04T16:17:55.605Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19142024-09-04T16:17:55.605Z[ omicron-package] Compiling embedded-io v0.4.0
19152024-09-04T16:17:55.605Z[ omicron-package] Compiling cobs v0.2.3
19162024-09-04T16:17:56.913Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19172024-09-04T16:17:56.993Z[ omicron-package] Compiling num_enum_derive v0.5.11
19182024-09-04T16:17:57.126Z[ omicron-package] Compiling postcard v1.0.8
19192024-09-04T16:17:57.189Z[ omicron-package] Compiling proc-macro-error v1.0.4
19202024-09-04T16:17:57.649Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19212024-09-04T16:17:57.935Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19222024-09-04T16:17:58.021Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19232024-09-04T16:17:58.124Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19242024-09-04T16:17:58.237Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19252024-09-04T16:17:59.080Z[ omicron-package] Compiling tabwriter v1.4.0
19262024-09-04T16:17:59.150Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19272024-09-04T16:17:59.503Z[ omicron-package] Compiling cstr-argument v0.1.2
19282024-09-04T16:17:59.671Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19292024-09-04T16:18:00.166Z[ omicron-package] Compiling pretty-hex v0.2.1
19302024-09-04T16:18:00.307Z[ omicron-package] Compiling foreign-types v0.5.0
19312024-09-04T16:18:00.703Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19322024-09-04T16:18:00.812Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19332024-09-04T16:18:01.078Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19342024-09-04T16:18:01.439Z[ omicron-package] Compiling num_enum v0.5.11
19352024-09-04T16:18:01.732Z[ omicron-package] Compiling colored v2.1.0
19362024-09-04T16:18:01.971Z[ omicron-package] Compiling socket2 v0.4.10
19372024-09-04T16:18:02.084Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19382024-09-04T16:18:02.141Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19392024-09-04T16:18:02.230Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19402024-09-04T16:18:02.891Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19412024-09-04T16:18:02.894Z[ omicron-package] Compiling sigpipe v0.1.3
19422024-09-04T16:18:03.204Z[ omicron-package] Compiling num-derive v0.4.2
19432024-09-04T16:18:03.280Z[ omicron-package] Compiling libefi-sys v0.1.0
19442024-09-04T16:18:03.747ZSep 04 16:18:03.241 INFO [hubris-staging] task succeeded (10.339883135s)
19452024-09-04T16:18:04.142Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19462024-09-04T16:18:04.383Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19472024-09-04T16:18:04.423Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19482024-09-04T16:18:05.105Z[ omicron-package] Compiling smf v0.2.3
19492024-09-04T16:18:05.187Z[ omicron-package] Compiling zone v0.3.0
19502024-09-04T16:18:05.574Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19512024-09-04T16:18:05.645Z[ omicron-package] Compiling bitfield-struct v0.6.1
19522024-09-04T16:18:06.653Z[ omicron-package] Compiling portable-atomic v1.6.0
19532024-09-04T16:18:07.355Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19542024-09-04T16:18:08.611Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19552024-09-04T16:18:09.443Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19562024-09-04T16:18:10.288Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19572024-09-04T16:18:10.392Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19582024-09-04T16:18:10.703Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19592024-09-04T16:18:10.810Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19602024-09-04T16:18:12.033Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19612024-09-04T16:18:12.151Z[ omicron-package] Compiling gethostname v0.5.0
19622024-09-04T16:18:12.629Z[ omicron-package] Compiling number_prefix v0.4.0
19632024-09-04T16:18:13.956Z[ omicron-package] Compiling indicatif v0.17.8
19642024-09-04T16:18:14.871Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19652024-09-04T16:18:18.219Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19662024-09-04T16:18:18.715Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19672024-09-04T16:18:20.312Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19682024-09-04T16:18:36.894Z[ helios-setup] Sep 04 16:18:36.383 INFO helios repository root is: /work/oxidecomputer/helios
19692024-09-04T16:18:36.897Z[ helios-setup] Sep 04 16:18:36.385 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
19702024-09-04T16:18:36.897Z[ helios-setup] Sep 04 16:18:36.386 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19712024-09-04T16:18:36.902Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19722024-09-04T16:18:38.336Z[ helios-setup] Sep 04 16:18:37.825 INFO clone ok!, project: chelsio-t6-roms
19732024-09-04T16:18:38.339Z[ helios-setup] Sep 04 16:18:37.825 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19742024-09-04T16:18:38.339Z[ helios-setup] Sep 04 16:18:37.825 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
19752024-09-04T16:18:38.339Z[ helios-setup] Sep 04 16:18:37.825 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19762024-09-04T16:18:38.342Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19772024-09-04T16:18:38.789Z[ helios-setup] Sep 04 16:18:38.277 INFO clone ok!, project: pinprick
19782024-09-04T16:18:38.792Z[ helios-setup] Sep 04 16:18:38.277 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
19792024-09-04T16:18:38.792Z[ helios-setup] Sep 04 16:18:38.277 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19802024-09-04T16:18:38.792Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19812024-09-04T16:18:39.839Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.42s
19822024-09-04T16:18:40.062Z[ omicron-package]
19832024-09-04T16:18:40.062Z[ omicron-package] real 46.614145204
19842024-09-04T16:18:40.063Z[ omicron-package] user 2:48.170736224
19852024-09-04T16:18:40.065Z[ omicron-package] sys 22.551930172
19862024-09-04T16:18:40.065Z[ omicron-package] trap 0.197700837
19872024-09-04T16:18:40.065Z[ omicron-package] tflt 0.717684054
19882024-09-04T16:18:40.065Z[ omicron-package] dflt 0.405846418
19892024-09-04T16:18:40.065Z[ omicron-package] kflt 0.037648306
19902024-09-04T16:18:40.065Z[ omicron-package] lock 5:51.704163177
19912024-09-04T16:18:40.065Z[ omicron-package] slp 9:16.398123582
19922024-09-04T16:18:40.065ZSep 04 16:18:39.551 INFO [omicron-package] process exited with exit status: 0 (46.655921237s)
19932024-09-04T16:18:40.065Z[ omicron-package] lat 1:41.019256260
19942024-09-04T16:18:40.065Z[ omicron-package] stop 1:00.683818866
19952024-09-04T16:18:40.065ZSep 04 16:18:39.552 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
19962024-09-04T16:18:40.106ZSep 04 16:18:39.594 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19972024-09-04T16:18:40.117Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19982024-09-04T16:18:40.120Z[ host-target] Created new build target 'host' and set it as active
19992024-09-04T16:18:40.123ZSep 04 16:18:39.608 INFO [host-target] process exited with exit status: 0 (56.327746ms)
20002024-09-04T16:18:40.123ZSep 04 16:18:39.608 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20012024-09-04T16:18:40.127Z[ recovery-target] Created new build target 'recovery' and set it as active
20022024-09-04T16:18:40.127Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20032024-09-04T16:18:40.129ZSep 04 16:18:39.618 INFO [recovery-target] process exited with exit status: 0 (23.536351ms)
20042024-09-04T16:18:40.137Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20052024-09-04T16:18:41.434Z[ host-package] Compiling camino v1.1.9
20062024-09-04T16:18:41.436Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20072024-09-04T16:18:41.436Z[ host-package] Compiling newline-converter v0.3.0
20082024-09-04T16:18:41.570Z[ host-package] Compiling password-hash v0.5.0
20092024-09-04T16:18:41.573Z[ host-package] Compiling blake2 v0.10.6
20102024-09-04T16:18:41.573Z[ host-package] Compiling derive-where v1.2.7
20112024-09-04T16:18:41.573Z[ host-package] Compiling convert_case v0.4.0
20122024-09-04T16:18:41.653Z[ host-package] Compiling humantime v2.1.0
20132024-09-04T16:18:41.746Z[ host-package] Compiling expectorate v1.1.0
20142024-09-04T16:18:41.818Z[ host-package] Compiling toml v0.8.19
20152024-09-04T16:18:41.954Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20162024-09-04T16:18:42.426Z[ host-package] Compiling argon2 v0.5.3
20172024-09-04T16:18:42.446Z[ host-package] Compiling derive_more v0.99.18
20182024-09-04T16:18:42.506Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20192024-09-04T16:18:42.617Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20202024-09-04T16:18:42.756Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20212024-09-04T16:18:42.932Z[ host-package] Compiling num-rational v0.4.2
20222024-09-04T16:18:43.536Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20232024-09-04T16:18:43.915Z[ host-package] Compiling num-complex v0.4.6
20242024-09-04T16:18:44.242Z[ host-package] Compiling dirs-sys-next v0.1.2
20252024-09-04T16:18:44.847Z[ helios-setup] Sep 04 16:18:44.334 INFO clone ok!, project: amd-firmware
20262024-09-04T16:18:44.850Z[ helios-setup] Sep 04 16:18:44.334 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
20272024-09-04T16:18:44.850Z[ helios-setup] Sep 04 16:18:44.334 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20282024-09-04T16:18:44.850Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20292024-09-04T16:18:44.852Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20302024-09-04T16:18:45.016Z[ host-package] Compiling dirs-next v2.0.0
20312024-09-04T16:18:45.116Z[ host-package] Compiling num v0.4.3
20322024-09-04T16:18:45.220Z[ host-package] Compiling float-ord v0.3.2
20332024-09-04T16:18:45.256Z[ host-package] Compiling term v0.7.0
20342024-09-04T16:18:45.319Z[ host-package] Compiling prettyplease v0.2.20
20352024-09-04T16:18:45.394Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20362024-09-04T16:18:45.674Z[ host-package] Compiling semver v0.1.20
20372024-09-04T16:18:45.873Z[ host-package] Compiling is-terminal v0.4.12
20382024-09-04T16:18:45.901Z[ helios-setup] Sep 04 16:18:45.388 INFO clone ok!, project: pilot
20392024-09-04T16:18:45.903Z[ helios-setup] Sep 04 16:18:45.388 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20402024-09-04T16:18:45.903Z[ helios-setup] Sep 04 16:18:45.389 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
20412024-09-04T16:18:45.903Z[ helios-setup] Sep 04 16:18:45.389 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20422024-09-04T16:18:45.908Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20432024-09-04T16:18:46.030Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20442024-09-04T16:18:46.274Z[ host-package] Compiling rustc_version v0.1.7
20452024-09-04T16:18:46.556Z[ helios-setup] Sep 04 16:18:46.043 INFO clone ok!, project: image-builder
20462024-09-04T16:18:46.559Z[ helios-setup] Sep 04 16:18:46.044 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
20472024-09-04T16:18:46.559Z[ helios-setup] Sep 04 16:18:46.044 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20482024-09-04T16:18:46.562Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20492024-09-04T16:18:46.572Z[ host-package] Compiling cookie v0.18.1
20502024-09-04T16:18:46.715Z[ host-package] Compiling newtype_derive v0.1.6
20512024-09-04T16:18:46.809Z[ host-package] Compiling highway v1.2.0
20522024-09-04T16:18:47.032Z[ host-package] Compiling rustls-pki-types v1.7.0
20532024-09-04T16:18:47.311Z[ host-package] Compiling linked-hash-map v0.5.6
20542024-09-04T16:18:47.408Z[ helios-setup] Sep 04 16:18:46.895 INFO clone ok!, project: phbl
20552024-09-04T16:18:47.411Z[ helios-setup] Sep 04 16:18:46.896 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
20562024-09-04T16:18:47.411Z[ helios-setup] Sep 04 16:18:46.896 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
20572024-09-04T16:18:47.414Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20582024-09-04T16:18:47.794Z[ host-package] Compiling lru-cache v0.1.2
20592024-09-04T16:18:47.832Z[ host-package] Compiling steno v0.4.1
20602024-09-04T16:18:48.400Z[ host-package] Compiling quick-error v1.2.3
20612024-09-04T16:18:48.542Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20622024-09-04T16:18:48.567Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20632024-09-04T16:18:48.597Z[ host-package] Compiling utf-8 v0.7.6
20642024-09-04T16:18:49.004Z[ host-package] Compiling home v0.5.9
20652024-09-04T16:18:49.058Z[ host-package] Compiling resolv-conf v0.7.0
20662024-09-04T16:18:49.262Z[ host-package] Compiling rustls-webpki v0.102.4
20672024-09-04T16:18:50.671Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20682024-09-04T16:18:50.698Z[ host-package] Compiling rustls v0.22.4
20692024-09-04T16:18:50.733Z[ host-package] Compiling thread_local v1.1.8
20702024-09-04T16:18:51.293Z[ host-package] Compiling match_cfg v0.1.0
20712024-09-04T16:18:51.415Z[ host-package] Compiling hostname v0.3.1
20722024-09-04T16:18:51.739Z[ host-package] Compiling hickory-resolver v0.24.1
20732024-09-04T16:18:52.224Z[ host-package] Compiling multer v3.1.0
20742024-09-04T16:18:52.308Z[ host-package] Compiling slog-async v2.8.0
20752024-09-04T16:18:52.391Z[ host-package] Compiling slog-json v2.6.1
20762024-09-04T16:18:52.860Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20772024-09-04T16:18:53.286Z[ host-package] Compiling crossbeam-channel v0.5.12
20782024-09-04T16:18:54.411Z[ host-package] Compiling http v1.1.0
20792024-09-04T16:18:55.272Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20802024-09-04T16:18:55.287Z[ helios-setup] Sep 04 16:18:54.773 INFO clone ok!, project: amd-host-image-builder
20812024-09-04T16:18:55.290Z[ helios-setup] Sep 04 16:18:54.773 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20822024-09-04T16:18:55.290Z[ helios-setup] Sep 04 16:18:54.774 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
20832024-09-04T16:18:55.290Z[ helios-setup] Sep 04 16:18:54.774 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20842024-09-04T16:18:55.293Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20852024-09-04T16:18:56.207Z[ helios-setup] Sep 04 16:18:55.693 INFO clone ok!, project: bootserver
20862024-09-04T16:18:56.210Z[ helios-setup] Sep 04 16:18:55.693 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20872024-09-04T16:18:57.034Z[ host-package] Compiling take_mut v0.2.2
20882024-09-04T16:18:57.211Z[ helios-setup] Sep 04 16:18:56.696 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20892024-09-04T16:18:57.267Z[ host-package] Compiling atomic-waker v1.1.2
20902024-09-04T16:18:57.586Z[ host-package] Compiling waitgroup v0.1.2
20912024-09-04T16:18:57.830Z[ helios-setup] Sep 04 16:18:57.315 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20922024-09-04T16:18:57.834Z[ helios-setup] Sep 04 16:18:57.315 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20932024-09-04T16:18:58.079Z[ host-package] Compiling tokio-rustls v0.25.0
20942024-09-04T16:18:58.407Z[ helios-setup] Sep 04 16:18:57.892 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20952024-09-04T16:18:58.986Z[ helios-setup] Sep 04 16:18:58.471 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20962024-09-04T16:18:58.986Z[ helios-setup] Sep 04 16:18:58.471 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20972024-09-04T16:18:59.137Z[ host-package] Compiling slog-bunyan v2.5.0
20982024-09-04T16:18:59.414Z[ host-package] Compiling slog-term v2.9.1
20992024-09-04T16:18:59.526Z[ helios-setup] Sep 04 16:18:59.011 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21002024-09-04T16:18:59.613Z[ host-package] Compiling rustls-pemfile v2.1.3
21012024-09-04T16:19:00.097Z[ helios-setup] Sep 04 16:18:59.582 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21022024-09-04T16:19:00.097Z[ helios-setup] Sep 04 16:18:59.583 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21032024-09-04T16:19:00.097Z[ helios-setup] Sep 04 16:18:59.583 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21042024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO ok!
21052024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21062024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21072024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO ok!
21082024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21092024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21102024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO ok!
21112024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21122024-09-04T16:19:00.100Z[ helios-setup] Sep 04 16:18:59.583 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21132024-09-04T16:19:00.100Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21142024-09-04T16:19:00.234Z[ host-package] Compiling async-stream v0.3.5
21152024-09-04T16:19:00.470Z[ helios-setup] Sep 04 16:18:59.955 INFO E| Compiling adler v1.0.2
21162024-09-04T16:19:00.627Z[ helios-setup] Sep 04 16:19:00.105 INFO E| Compiling miniz_oxide v0.7.2
21172024-09-04T16:19:00.635Z[ host-package] Compiling newtype-uuid v1.1.0
21182024-09-04T16:19:00.686Z[ host-package] Compiling ipnetwork v0.20.0
21192024-09-04T16:19:01.093Z[ host-package] Compiling serde_path_to_error v0.1.16
21202024-09-04T16:19:01.648Z[ host-package] Compiling hostname v0.4.0
21212024-09-04T16:19:01.750Z[ host-package] Compiling instant v0.1.12
21222024-09-04T16:19:01.985Z[ host-package] Compiling debug-ignore v1.0.5
21232024-09-04T16:19:02.123Z[ host-package] Compiling backoff v0.4.0
21242024-09-04T16:19:02.290Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21252024-09-04T16:19:02.601Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21262024-09-04T16:19:03.093Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21272024-09-04T16:19:03.206Z[ host-package] Compiling parse-display v0.10.0
21282024-09-04T16:19:03.276Z[ helios-setup] Sep 04 16:19:02.761 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21292024-09-04T16:19:03.807Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21302024-09-04T16:19:04.035Z[ host-package] Compiling serde_with v3.9.0
21312024-09-04T16:19:04.493Z[ helios-setup] Sep 04 16:19:03.978 INFO E| Finished `release` profile [optimized] target(s) in 4.28s
21322024-09-04T16:19:04.501Z[ helios-setup] Sep 04 16:19:03.986 INFO building project "pinprick" ok (4 seconds)
21332024-09-04T16:19:04.501Z[ helios-setup] Sep 04 16:19:03.986 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
21342024-09-04T16:19:04.504Z[ helios-setup] Sep 04 16:19:03.986 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
21352024-09-04T16:19:04.938Z[ helios-setup] Sep 04 16:19:04.422 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
21362024-09-04T16:19:05.393Z[ helios-setup] Sep 04 16:19:04.877 INFO E| From https://github.com/jclulow/hiercmd
21372024-09-04T16:19:05.393Z[ helios-setup] Sep 04 16:19:04.877 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
21382024-09-04T16:19:05.418Z[ helios-setup] Sep 04 16:19:04.902 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
21392024-09-04T16:19:06.174Z[ helios-setup] Sep 04 16:19:05.659 INFO E| From https://github.com/jclulow/network-interface
21402024-09-04T16:19:06.175Z[ helios-setup] Sep 04 16:19:05.659 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
21412024-09-04T16:19:06.196Z[ helios-setup] Sep 04 16:19:05.680 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
21422024-09-04T16:19:06.803Z[ helios-setup] Sep 04 16:19:06.287 INFO E| From https://github.com/oxidecomputer/boot-image-tools
21432024-09-04T16:19:06.803Z[ helios-setup] Sep 04 16:19:06.287 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
21442024-09-04T16:19:06.848Z[ helios-setup] Sep 04 16:19:06.332 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
21452024-09-04T16:19:07.638Z[ helios-setup] Sep 04 16:19:07.122 INFO E| From https://github.com/oxidecomputer/facade
21462024-09-04T16:19:07.638Z[ helios-setup] Sep 04 16:19:07.122 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
21472024-09-04T16:19:07.725Z[ helios-setup] Sep 04 16:19:07.209 INFO E| Updating crates.io index
21482024-09-04T16:19:08.299Z[ host-package] Compiling strum v0.26.3
21492024-09-04T16:19:08.447Z[ helios-setup] Sep 04 16:19:07.931 INFO E| Downloading crates ...
21502024-09-04T16:19:08.487Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21512024-09-04T16:19:08.620Z[ helios-setup] Sep 04 16:19:08.104 INFO E| Downloaded ahash v0.7.6
21522024-09-04T16:19:08.633Z[ helios-setup] Sep 04 16:19:08.116 INFO E| Downloaded const-random v0.1.15
21532024-09-04T16:19:08.635Z[ helios-setup] Sep 04 16:19:08.118 INFO E| Downloaded concolor-override v1.0.0
21542024-09-04T16:19:08.644Z[ helios-setup] Sep 04 16:19:08.128 INFO E| Downloaded const-random-macro v0.1.15
21552024-09-04T16:19:08.647Z[ helios-setup] Sep 04 16:19:08.131 INFO E| Downloaded semver v0.11.0
21562024-09-04T16:19:08.650Z[ helios-setup] Sep 04 16:19:08.134 INFO E| Downloaded scopeguard v1.1.0
21572024-09-04T16:19:08.652Z[ helios-setup] Sep 04 16:19:08.136 INFO E| Downloaded anstyle v0.3.5
21582024-09-04T16:19:08.657Z[ helios-setup] Sep 04 16:19:08.141 INFO E| Downloaded serde_yaml v0.9.21
21592024-09-04T16:19:08.683Z[ helios-setup] Sep 04 16:19:08.163 INFO E| Downloaded serde_spanned v0.6.1
21602024-09-04T16:19:08.683Z[ helios-setup] Sep 04 16:19:08.165 INFO E| Downloaded home v0.5.4
21612024-09-04T16:19:08.686Z[ helios-setup] Sep 04 16:19:08.167 INFO E| Downloaded futures-sink v0.3.28
21622024-09-04T16:19:08.688Z[ helios-setup] Sep 04 16:19:08.170 INFO E| Downloaded errno v0.3.1
21632024-09-04T16:19:08.690Z[ helios-setup] Sep 04 16:19:08.173 INFO E| Downloaded try-lock v0.2.4
21642024-09-04T16:19:08.693Z[ helios-setup] Sep 04 16:19:08.175 INFO E| Downloaded num_enum v0.5.7
21652024-09-04T16:19:08.698Z[ helios-setup] Sep 04 16:19:08.182 INFO E| Downloaded jobserver v0.1.26
21662024-09-04T16:19:08.702Z[ helios-setup] Sep 04 16:19:08.186 INFO E| Downloaded slog-bunyan v2.4.0
21672024-09-04T16:19:08.704Z[ helios-setup] Sep 04 16:19:08.188 INFO E| Downloaded thiserror-impl v1.0.38
21682024-09-04T16:19:08.707Z[ helios-setup] Sep 04 16:19:08.191 INFO E| Downloaded want v0.3.0
21692024-09-04T16:19:08.710Z[ helios-setup] Sep 04 16:19:08.193 INFO E| Downloaded rustfmt-wrapper v0.2.0
21702024-09-04T16:19:08.712Z[ helios-setup] Sep 04 16:19:08.195 INFO E| Downloaded toolchain_find v0.2.0
21712024-09-04T16:19:08.714Z[ helios-setup] Sep 04 16:19:08.197 INFO E| Downloaded anstyle-parse v0.1.1
21722024-09-04T16:19:08.717Z[ helios-setup] Sep 04 16:19:08.201 INFO E| Downloaded once_cell v1.17.0
21732024-09-04T16:19:08.727Z[ helios-setup] Sep 04 16:19:08.205 INFO E| Downloaded unicode-width v0.1.10
21742024-09-04T16:19:08.727Z[ helios-setup] Sep 04 16:19:08.208 INFO E| Downloaded concolor-query v0.3.3
21752024-09-04T16:19:08.727Z[ helios-setup] Sep 04 16:19:08.209 INFO E| Downloaded byteorder v1.4.3
21762024-09-04T16:19:08.731Z[ helios-setup] Sep 04 16:19:08.213 INFO E| Downloaded block-buffer v0.10.3
21772024-09-04T16:19:08.759Z[ helios-setup] Sep 04 16:19:08.242 INFO E| Downloaded smartstring v1.0.1
21782024-09-04T16:19:08.762Z[ helios-setup] Sep 04 16:19:08.246 INFO E| Downloaded toml_datetime v0.6.1
21792024-09-04T16:19:08.764Z[ helios-setup] Sep 04 16:19:08.247 INFO E| Downloaded tokio-macros v2.0.0
21802024-09-04T16:19:08.767Z[ helios-setup] Sep 04 16:19:08.249 INFO E| Downloaded tempfile v3.5.0
21812024-09-04T16:19:08.770Z[ helios-setup] Sep 04 16:19:08.254 INFO E| Downloaded strsim v0.10.0
21822024-09-04T16:19:08.772Z[ helios-setup] Sep 04 16:19:08.256 INFO E| Downloaded walkdir v2.3.3
21832024-09-04T16:19:08.777Z[ helios-setup] Sep 04 16:19:08.260 INFO E| Downloaded dyn-clone v1.0.11
21842024-09-04T16:19:08.779Z[ helios-setup] Sep 04 16:19:08.263 INFO E| Downloaded lazy_static v1.4.0
21852024-09-04T16:19:08.782Z[ helios-setup] Sep 04 16:19:08.266 INFO E| Downloaded camino v1.1.4
21862024-09-04T16:19:08.785Z[ helios-setup] Sep 04 16:19:08.269 INFO E| Downloaded socket2 v0.4.9
21872024-09-04T16:19:08.789Z[ helios-setup] Sep 04 16:19:08.272 INFO E| Downloaded typenum v1.16.0
21882024-09-04T16:19:08.793Z[ helios-setup] Sep 04 16:19:08.277 INFO E| Downloaded time v0.1.45
21892024-09-04T16:19:08.797Z[ helios-setup] Sep 04 16:19:08.280 INFO E| Downloaded tokio-tungstenite v0.18.0
21902024-09-04T16:19:08.800Z[ helios-setup] Sep 04 16:19:08.284 INFO E| Downloaded unicode-bidi v0.3.13
21912024-09-04T16:19:08.805Z[ helios-setup] Sep 04 16:19:08.289 INFO E| Downloaded toml v0.7.3
21922024-09-04T16:19:08.811Z[ helios-setup] Sep 04 16:19:08.295 INFO E| Downloaded ryu v1.0.13
21932024-09-04T16:19:08.817Z[ helios-setup] Sep 04 16:19:08.301 INFO E| Downloaded url v2.3.1
21942024-09-04T16:19:08.824Z[ helios-setup] Sep 04 16:19:08.306 INFO E| Downloaded schemars v0.8.12
21952024-09-04T16:19:08.844Z[ helios-setup] Sep 04 16:19:08.327 INFO E| Downloaded uuid v1.3.0
21962024-09-04T16:19:08.850Z[ helios-setup] Sep 04 16:19:08.334 INFO E| Downloaded rustls-webpki v0.100.1
21972024-09-04T16:19:08.863Z[ helios-setup] Sep 04 16:19:08.347 INFO E| Downloaded unsafe-libyaml v0.2.8
21982024-09-04T16:19:08.892Z[ helios-setup] Sep 04 16:19:08.376 INFO E| Downloaded unicode-normalization v0.1.22
21992024-09-04T16:19:08.899Z[ helios-setup] Sep 04 16:19:08.382 INFO E| Downloaded winnow v0.4.1
22002024-09-04T16:19:08.914Z[ helios-setup] Sep 04 16:19:08.398 INFO E| Downloaded syn v1.0.107
22012024-09-04T16:19:08.932Z[ helios-setup] Sep 04 16:19:08.415 INFO E| Downloaded num-traits v0.2.15
22022024-09-04T16:19:08.936Z[ helios-setup] Sep 04 16:19:08.420 INFO E| Downloaded syn v2.0.72
22032024-09-04T16:19:08.955Z[ helios-setup] Sep 04 16:19:08.438 INFO E| Downloaded crossbeam-channel v0.5.6
22042024-09-04T16:19:08.963Z[ helios-setup] Sep 04 16:19:08.446 INFO E| Downloaded tokio v1.27.0
22052024-09-04T16:19:09.009Z[ helios-setup] Sep 04 16:19:08.492 INFO E| Downloaded pest v2.5.7
22062024-09-04T16:19:09.016Z[ helios-setup] Sep 04 16:19:08.500 INFO E| Downloaded rhai_codegen v1.5.0
22072024-09-04T16:19:09.029Z[ helios-setup] Sep 04 16:19:08.511 INFO E| Downloaded rustls v0.21.0
22082024-09-04T16:19:09.067Z[ helios-setup] Sep 04 16:19:08.551 INFO E| Downloaded mio v0.8.5
22092024-09-04T16:19:09.077Z[ helios-setup] Sep 04 16:19:08.561 INFO E| Downloaded http v0.2.9
22102024-09-04T16:19:09.084Z[ helios-setup] Sep 04 16:19:08.568 INFO E| Downloaded rayon-core v1.10.2
22112024-09-04T16:19:09.091Z[ helios-setup] Sep 04 16:19:08.575 INFO E| Downloaded reqwest v0.11.16
22122024-09-04T16:19:09.104Z[ helios-setup] Sep 04 16:19:08.588 INFO E| Downloaded h2 v0.3.16
22132024-09-04T16:19:09.114Z[ helios-setup] Sep 04 16:19:08.597 INFO E| Downloaded rayon v1.6.1
22142024-09-04T16:19:09.128Z[ helios-setup] Sep 04 16:19:08.612 INFO E| Downloaded futures-util v0.3.28
22152024-09-04T16:19:09.149Z[ helios-setup] Sep 04 16:19:08.633 INFO E| Downloaded hyper v0.14.25
22162024-09-04T16:19:09.162Z[ helios-setup] Sep 04 16:19:08.646 INFO E| Downloaded regex v1.7.3
22172024-09-04T16:19:09.175Z[ helios-setup] Sep 04 16:19:08.659 INFO E| Downloaded git2 v0.16.1
22182024-09-04T16:19:09.191Z[ helios-setup] Sep 04 16:19:08.675 INFO E| Downloaded regress v0.5.0
22192024-09-04T16:19:09.204Z[ helios-setup] Sep 04 16:19:08.688 INFO E| Downloaded clap_builder v4.2.1
22202024-09-04T16:19:09.217Z[ helios-setup] Sep 04 16:19:08.701 INFO E| Downloaded rustix v0.37.3
22212024-09-04T16:19:09.251Z[ helios-setup] Sep 04 16:19:08.734 INFO E| Downloaded chrono v0.4.24
22222024-09-04T16:19:09.264Z[ helios-setup] Sep 04 16:19:08.748 INFO E| Downloaded rhai v1.14.0
22232024-09-04T16:19:09.286Z[ helios-setup] Sep 04 16:19:08.770 INFO E| Downloaded openapiv3 v1.0.2
22242024-09-04T16:19:09.332Z[ helios-setup] Sep 04 16:19:08.816 INFO E| Downloaded cc v1.0.78
22252024-09-04T16:19:09.336Z[ helios-setup] Sep 04 16:19:08.820 INFO E| Downloaded base64 v0.21.0
22262024-09-04T16:19:09.341Z[ helios-setup] Sep 04 16:19:08.825 INFO E| Downloaded memchr v2.5.0
22272024-09-04T16:19:09.347Z[ helios-setup] Sep 04 16:19:08.831 INFO E| Downloaded flate2 v1.0.25
22282024-09-04T16:19:09.356Z[ helios-setup] Sep 04 16:19:08.840 INFO E| Downloaded tracing-core v0.1.30
22292024-09-04T16:19:09.361Z[ helios-setup] Sep 04 16:19:08.845 INFO E| Downloaded serde_json v1.0.95
22302024-09-04T16:19:09.376Z[ helios-setup] Sep 04 16:19:08.860 INFO E| Downloaded libc v0.2.139
22312024-09-04T16:19:09.423Z[ helios-setup] Sep 04 16:19:08.907 INFO E| Downloaded crossbeam-utils v0.8.14
22322024-09-04T16:19:09.428Z[ helios-setup] Sep 04 16:19:08.912 INFO E| Downloaded crossbeam-epoch v0.9.13
22332024-09-04T16:19:09.452Z[ helios-setup] Sep 04 16:19:08.936 INFO E| Downloaded unicode-linebreak v0.1.4
22342024-09-04T16:19:09.455Z[ helios-setup] Sep 04 16:19:08.939 INFO E| Downloaded tracing v0.1.37
22352024-09-04T16:19:09.464Z[ helios-setup] Sep 04 16:19:08.947 INFO E| Downloaded toml_edit v0.19.8
22362024-09-04T16:19:09.498Z[ helios-setup] Sep 04 16:19:08.982 INFO E| Downloaded toml v0.5.11
22372024-09-04T16:19:09.502Z[ helios-setup] Sep 04 16:19:08.986 INFO E| Downloaded tokio-util v0.7.7
22382024-09-04T16:19:09.513Z[ helios-setup] Sep 04 16:19:08.997 INFO E| Downloaded serde_derive v1.0.204
22392024-09-04T16:19:09.518Z[ helios-setup] Sep 04 16:19:09.002 INFO E| Downloaded serde v1.0.204
22402024-09-04T16:19:09.524Z[ helios-setup] Sep 04 16:19:09.008 INFO E| Downloaded rustls-pemfile v1.0.2
22412024-09-04T16:19:09.529Z[ helios-setup] Sep 04 16:19:09.012 INFO E| Downloaded pin-project-lite v0.2.9
22422024-09-04T16:19:09.537Z[ helios-setup] Sep 04 16:19:09.020 INFO E| Downloaded parking_lot_core v0.9.6
22432024-09-04T16:19:09.541Z[ helios-setup] Sep 04 16:19:09.025 INFO E| Downloaded log v0.4.17
22442024-09-04T16:19:09.545Z[ helios-setup] Sep 04 16:19:09.029 INFO E| Downloaded ipnet v2.7.2
22452024-09-04T16:19:09.547Z[ helios-setup] Sep 04 16:19:09.031 INFO E| Downloaded futures v0.3.28
22462024-09-04T16:19:09.557Z[ helios-setup] Sep 04 16:19:09.041 INFO E| Downloaded clap v4.2.1
22472024-09-04T16:19:09.573Z[ helios-setup] Sep 04 16:19:09.056 INFO E| Downloaded httpdate v1.0.2
22482024-09-04T16:19:09.575Z[ helios-setup] Sep 04 16:19:09.059 INFO E| Downloaded futures-channel v0.3.28
22492024-09-04T16:19:09.578Z[ helios-setup] Sep 04 16:19:09.062 INFO E| Downloaded bytes v1.4.0
22502024-09-04T16:19:09.705Z[ helios-setup] Sep 04 16:19:09.070 INFO E| Downloaded encoding_rs v0.8.32
22512024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.108 INFO E| Downloaded ucd-trie v0.1.5
22522024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.110 INFO E| Downloaded tungstenite v0.18.0
22532024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.115 INFO E| Downloaded miniz_oxide v0.6.2
22542024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.119 INFO E| Downloaded unicode-ident v1.0.8
22552024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.151 INFO E| Downloaded parking_lot v0.12.1
22562024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.156 INFO E| Downloaded textwrap v0.16.0
22572024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.160 INFO E| Downloaded ahash v0.8.3
22582024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.165 INFO E| Downloaded semver v1.0.17
22592024-09-04T16:19:09.708Z[ helios-setup] Sep 04 16:19:09.169 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
22602024-09-04T16:19:09.789Z[ helios-setup] Sep 04 16:19:09.272 INFO E| Downloaded anyhow v1.0.68
22612024-09-04T16:19:09.795Z[ helios-setup] Sep 04 16:19:09.279 INFO E| Downloaded proc-macro-crate v1.2.1
22622024-09-04T16:19:09.798Z[ helios-setup] Sep 04 16:19:09.281 INFO E| Downloaded percent-encoding v2.2.0
22632024-09-04T16:19:09.800Z[ helios-setup] Sep 04 16:19:09.283 INFO E| Downloaded thiserror v1.0.38
22642024-09-04T16:19:09.807Z[ helios-setup] Sep 04 16:19:09.290 INFO E| Downloaded num_enum_derive v0.5.7
22652024-09-04T16:19:09.809Z[ helios-setup] Sep 04 16:19:09.293 INFO E| Downloaded itoa v1.0.6
22662024-09-04T16:19:09.812Z[ helios-setup] Sep 04 16:19:09.295 INFO E| Downloaded iana-time-zone v0.1.56
22672024-09-04T16:19:09.815Z[ helios-setup] Sep 04 16:19:09.299 INFO E| Downloaded memoffset v0.7.1
22682024-09-04T16:19:09.817Z[ helios-setup] Sep 04 16:19:09.301 INFO E| Downloaded generic-array v0.14.6
22692024-09-04T16:19:09.820Z[ helios-setup] Sep 04 16:19:09.303 INFO E| Downloaded libz-sys v1.1.8
22702024-09-04T16:19:09.898Z[ helios-setup] Sep 04 16:19:09.382 INFO E| Downloaded futures-executor v0.3.28
22712024-09-04T16:19:09.901Z[ helios-setup] Sep 04 16:19:09.384 INFO E| Downloaded smallvec v1.10.0
22722024-09-04T16:19:09.909Z[ helios-setup] Sep 04 16:19:09.393 INFO E| Downloaded serde_derive_internals v0.26.0
22732024-09-04T16:19:09.909Z[ helios-setup] Sep 04 16:19:09.393 INFO E| Downloaded futures-task v0.3.28
22742024-09-04T16:19:09.909Z[ helios-setup] Sep 04 16:19:09.393 INFO E| Downloaded futures-macro v0.3.28
22752024-09-04T16:19:09.911Z[ helios-setup] Sep 04 16:19:09.393 INFO E| Downloaded form_urlencoded v1.1.0
22762024-09-04T16:19:09.911Z[ helios-setup] Sep 04 16:19:09.393 INFO E| Downloaded crossbeam-deque v0.8.2
22772024-09-04T16:19:09.911Z[ helios-setup] Sep 04 16:19:09.394 INFO E| Downloaded tokio-rustls v0.24.0
22782024-09-04T16:19:09.914Z[ helios-setup] Sep 04 16:19:09.397 INFO E| Downloaded terminal_size v0.2.6
22792024-09-04T16:19:09.916Z[ helios-setup] Sep 04 16:19:09.399 INFO E| Downloaded fastrand v1.9.0
22802024-09-04T16:19:09.919Z[ helios-setup] Sep 04 16:19:09.400 INFO E| Downloaded cpufeatures v0.2.5
22812024-09-04T16:19:09.919Z[ helios-setup] Sep 04 16:19:09.402 INFO E| Downloaded async-trait v0.1.68
22822024-09-04T16:19:09.969Z[ helios-setup] Sep 04 16:19:09.453 INFO E| Downloaded smawk v0.3.1
22832024-09-04T16:19:09.972Z[ helios-setup] Sep 04 16:19:09.455 INFO E| Downloaded slog-async v2.7.0
22842024-09-04T16:19:09.974Z[ helios-setup] Sep 04 16:19:09.458 INFO E| Downloaded signal-hook-registry v1.4.0
22852024-09-04T16:19:09.977Z[ helios-setup] Sep 04 16:19:09.459 INFO E| Downloaded sha2 v0.10.6
22862024-09-04T16:19:09.979Z[ helios-setup] Sep 04 16:19:09.463 INFO E| Downloaded sct v0.7.0
22872024-09-04T16:19:09.984Z[ helios-setup] Sep 04 16:19:09.468 INFO E| Downloaded lock_api v0.4.9
22882024-09-04T16:19:09.987Z[ helios-setup] Sep 04 16:19:09.470 INFO E| Downloaded io-lifetimes v1.0.10
22892024-09-04T16:19:09.992Z[ helios-setup] Sep 04 16:19:09.474 INFO E| Downloaded http-body v0.4.5
22902024-09-04T16:19:09.994Z[ helios-setup] Sep 04 16:19:09.476 INFO E| Downloaded getrandom v0.2.8
22912024-09-04T16:19:09.997Z[ helios-setup] Sep 04 16:19:09.480 INFO E| Downloaded either v1.8.0
22922024-09-04T16:19:09.999Z[ helios-setup] Sep 04 16:19:09.482 INFO E| Downloaded clap_lex v0.4.1
22932024-09-04T16:19:10.001Z[ helios-setup] Sep 04 16:19:09.484 INFO E| Downloaded clap_derive v4.2.0
22942024-09-04T16:19:10.004Z[ helios-setup] Sep 04 16:19:09.487 INFO E| Downloaded cargo-lock v8.0.3
22952024-09-04T16:19:10.007Z[ helios-setup] Sep 04 16:19:09.491 INFO E| Downloaded aho-corasick v0.7.20
22962024-09-04T16:19:10.012Z[ helios-setup] Sep 04 16:19:09.496 INFO E| Downloaded sha1 v0.10.5
22972024-09-04T16:19:10.015Z[ helios-setup] Sep 04 16:19:09.498 INFO E| Downloaded serde_tokenstream v0.2.0
22982024-09-04T16:19:10.019Z[ helios-setup] Sep 04 16:19:09.503 INFO E| Downloaded serde_path_to_error v0.1.11
22992024-09-04T16:19:10.022Z[ helios-setup] Sep 04 16:19:09.506 INFO E| Downloaded project-root v0.2.2
23002024-09-04T16:19:10.024Z[ helios-setup] Sep 04 16:19:09.506 INFO E| Downloaded anstream v0.2.6
23012024-09-04T16:19:10.027Z[ helios-setup] Sep 04 16:19:09.509 INFO E| Downloaded schemars_derive v0.8.12
23022024-09-04T16:19:10.029Z[ helios-setup] Sep 04 16:19:09.511 INFO E| Downloaded bincode v1.3.3
23032024-09-04T16:19:10.032Z[ helios-setup] Sep 04 16:19:09.515 INFO E| Downloaded slab v0.4.7
23042024-09-04T16:19:10.034Z[ helios-setup] Sep 04 16:19:09.516 INFO E| Downloaded semver-parser v0.10.2
23052024-09-04T16:19:10.036Z[ helios-setup] Sep 04 16:19:09.519 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23062024-09-04T16:19:10.042Z[ helios-setup] Sep 04 16:19:09.522 INFO E| Downloaded pkg-config v0.3.26
23072024-09-04T16:19:10.042Z[ helios-setup] Sep 04 16:19:09.524 INFO E| Downloaded paste v1.0.12
23082024-09-04T16:19:10.045Z[ helios-setup] Sep 04 16:19:09.528 INFO E| Downloaded num_cpus v1.15.0
23092024-09-04T16:19:10.048Z[ helios-setup] Sep 04 16:19:09.531 INFO E| Downloaded num-integer v0.1.45
23102024-09-04T16:19:10.051Z[ helios-setup] Sep 04 16:19:09.534 INFO E| Downloaded autocfg v1.1.0
23112024-09-04T16:19:10.053Z[ helios-setup] Sep 04 16:19:09.536 INFO E| Downloaded is-terminal v0.4.7
23122024-09-04T16:19:10.053Z[ helios-setup] Sep 04 16:19:09.537 INFO E| Downloaded futures-io v0.3.28
23132024-09-04T16:19:10.056Z[ helios-setup] Sep 04 16:19:09.538 INFO E| Downloaded futures-core v0.3.28
23142024-09-04T16:19:10.058Z[ helios-setup] Sep 04 16:19:09.540 INFO E| Downloaded digest v0.10.6
23152024-09-04T16:19:10.061Z[ helios-setup] Sep 04 16:19:09.543 INFO E| Downloaded built v0.6.0
23162024-09-04T16:19:10.272Z[ host-package] Compiling macaddr v1.0.1
23172024-09-04T16:19:10.426Z[ host-package] Compiling slog-dtrace v0.3.0
23182024-09-04T16:19:10.472Z[ helios-setup] Sep 04 16:19:09.955 INFO E| Compiling proc-macro2 v1.0.86
23192024-09-04T16:19:10.474Z[ helios-setup] Sep 04 16:19:09.956 INFO E| Compiling libc v0.2.139
23202024-09-04T16:19:10.474Z[ helios-setup] Sep 04 16:19:09.956 INFO E| Compiling unicode-ident v1.0.8
23212024-09-04T16:19:10.474Z[ helios-setup] Sep 04 16:19:09.956 INFO E| Compiling autocfg v1.1.0
23222024-09-04T16:19:10.475Z[ helios-setup] Sep 04 16:19:09.956 INFO E| Compiling cfg-if v1.0.0
23232024-09-04T16:19:10.475Z[ helios-setup] Sep 04 16:19:09.956 INFO E| Compiling version_check v0.9.4
23242024-09-04T16:19:10.475Z[ helios-setup] Sep 04 16:19:09.956 INFO E| Compiling serde v1.0.204
23252024-09-04T16:19:10.703Z[ helios-setup] Sep 04 16:19:10.186 INFO E| Compiling syn v1.0.107
23262024-09-04T16:19:10.862Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23272024-09-04T16:19:11.187Z[ helios-setup] Sep 04 16:19:10.671 INFO E| Compiling memchr v2.5.0
23282024-09-04T16:19:12.136Z[ helios-setup] Sep 04 16:19:11.616 INFO E| Compiling once_cell v1.17.0
23292024-09-04T16:19:12.170Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23302024-09-04T16:19:12.343Z[ helios-setup] Sep 04 16:19:11.826 INFO E| Compiling thiserror v1.0.38
23312024-09-04T16:19:12.411Z[ helios-setup] Sep 04 16:19:11.894 INFO E| Compiling log v0.4.17
23322024-09-04T16:19:13.177Z[ helios-setup] Sep 04 16:19:12.660 INFO E| Compiling serde_json v1.0.95
23332024-09-04T16:19:13.179Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23342024-09-04T16:19:13.516Z[ helios-setup] Sep 04 16:19:12.999 INFO E| Compiling itoa v1.0.6
23352024-09-04T16:19:13.715Z[ host-package] Compiling swrite v0.1.0
23362024-09-04T16:19:13.877Z[ helios-setup] Sep 04 16:19:13.360 INFO E| Compiling quote v1.0.36
23372024-09-04T16:19:13.963Z[ host-package] Compiling rayon-core v1.12.1
23382024-09-04T16:19:14.050Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23392024-09-04T16:19:14.227Z[ host-package] Compiling crossbeam-deque v0.8.5
23402024-09-04T16:19:14.446Z[ helios-setup] Sep 04 16:19:13.929 INFO E| Compiling indexmap v1.9.3
23412024-09-04T16:19:14.835Z[ helios-setup] Sep 04 16:19:14.317 INFO E| Compiling syn v2.0.72
23422024-09-04T16:19:14.972Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23432024-09-04T16:19:15.275Z[ helios-setup] Sep 04 16:19:14.757 INFO E| Compiling scopeguard v1.1.0
23442024-09-04T16:19:15.277Z[ host-package] Compiling half v2.4.1
23452024-09-04T16:19:15.294Z[ helios-setup] Sep 04 16:19:14.777 INFO E| Compiling pin-project-lite v0.2.9
23462024-09-04T16:19:15.560Z[ helios-setup] Sep 04 16:19:15.043 INFO E| Compiling jobserver v0.1.26
23472024-09-04T16:19:15.582Z[ helios-setup] Sep 04 16:19:15.065 INFO E| Compiling getrandom v0.2.8
23482024-09-04T16:19:16.149Z[ helios-setup] Sep 04 16:19:15.631 INFO E| Compiling cc v1.0.78
23492024-09-04T16:19:16.351Z[ helios-setup] Sep 04 16:19:15.833 INFO E| Compiling num-integer v0.1.45
23502024-09-04T16:19:16.516Z[ helios-setup] Sep 04 16:19:15.999 INFO E| Compiling futures-core v0.3.28
23512024-09-04T16:19:16.647Z[ helios-setup] Sep 04 16:19:16.130 INFO E| Compiling bytes v1.4.0
23522024-09-04T16:19:16.930Z[ host-package] Compiling fastrand v2.1.0
23532024-09-04T16:19:17.235Z[ helios-setup] Sep 04 16:19:16.718 INFO E| Compiling ryu v1.0.13
23542024-09-04T16:19:18.016Z[ host-package] Compiling display-error-chain v0.2.1
23552024-09-04T16:19:18.342Z[ helios-setup] Sep 04 16:19:17.825 INFO E| Compiling lock_api v0.4.9
23562024-09-04T16:19:18.424Z[ helios-setup] Sep 04 16:19:17.907 INFO E| Compiling typenum v1.16.0
23572024-09-04T16:19:18.579Z[ host-package] Compiling ciborium-io v0.2.2
23582024-09-04T16:19:18.926Z[ helios-setup] Sep 04 16:19:18.408 INFO E| Compiling bitflags v1.3.2
23592024-09-04T16:19:19.058Z[ host-package] Compiling same-file v1.0.6
23602024-09-04T16:19:19.130Z[ helios-setup] Sep 04 16:19:18.613 INFO E| Compiling parking_lot_core v0.9.6
23612024-09-04T16:19:19.192Z[ helios-setup] Sep 04 16:19:18.674 INFO E| Compiling num_cpus v1.15.0
23622024-09-04T16:19:19.836Z[ host-package] Compiling walkdir v2.5.0
23632024-09-04T16:19:19.968Z[ helios-setup] Sep 04 16:19:19.451 INFO E| Compiling slab v0.4.7
23642024-09-04T16:19:20.094Z[ helios-setup] Sep 04 16:19:19.576 INFO E| Compiling generic-array v0.14.6
23652024-09-04T16:19:20.256Z[ helios-setup] Sep 04 16:19:19.738 INFO E| Compiling futures-channel v0.3.28
23662024-09-04T16:19:20.372Z[ helios-setup] Sep 04 16:19:19.853 INFO E| Compiling futures-sink v0.3.28
23672024-09-04T16:19:20.844Z[ helios-setup] Sep 04 16:19:20.325 INFO E| Compiling futures-task v0.3.28
23682024-09-04T16:19:21.272Z[ helios-setup] Sep 04 16:19:20.754 INFO E| Compiling tokio v1.27.0
23692024-09-04T16:19:21.340Z[ host-package] Compiling ciborium-ll v0.2.2
23702024-09-04T16:19:21.391Z[ host-package] Compiling tempfile v3.10.1
23712024-09-04T16:19:21.437Z[ helios-setup] Sep 04 16:19:20.919 INFO E| Compiling futures-util v0.3.28
23722024-09-04T16:19:21.549Z[ helios-setup] Sep 04 16:19:21.031 INFO E| Compiling schemars v0.8.12
23732024-09-04T16:19:22.748Z[ helios-setup] Sep 04 16:19:22.229 INFO E| Compiling mio v0.8.5
23742024-09-04T16:19:22.867Z[ helios-setup] Sep 04 16:19:22.348 INFO E| Compiling socket2 v0.4.9
23752024-09-04T16:19:22.900Z[ host-package] Compiling blake3 v1.5.1
23762024-09-04T16:19:23.015Z[ helios-setup] Sep 04 16:19:22.487 INFO E| Compiling signal-hook-registry v1.4.0
23772024-09-04T16:19:23.240Z[ helios-setup] Sep 04 16:19:22.722 INFO E| Compiling num-traits v0.2.15
23782024-09-04T16:19:23.362Z[ helios-setup] Sep 04 16:19:22.844 INFO E| Compiling ahash v0.7.6
23792024-09-04T16:19:23.629Z[ host-package] Compiling ring v0.16.20
23802024-09-04T16:19:24.313Z[ helios-setup] Sep 04 16:19:23.795 INFO E| Compiling pin-utils v0.1.0
23812024-09-04T16:19:24.511Z[ helios-setup] Sep 04 16:19:23.992 INFO E| Compiling io-lifetimes v1.0.10
23822024-09-04T16:19:24.769Z[ helios-setup] Sep 04 16:19:24.250 INFO E| Compiling crunchy v0.2.2
23832024-09-04T16:19:25.701Z[ host-package] Compiling rayon v1.10.0
23842024-09-04T16:19:25.976Z[ host-package] Compiling ciborium v0.2.2
23852024-09-04T16:19:26.071Z[ helios-setup] Sep 04 16:19:25.552 INFO E| Compiling futures-io v0.3.28
23862024-09-04T16:19:26.818Z[ helios-setup] Sep 04 16:19:26.299 INFO E| Compiling serde_derive_internals v0.26.0
23872024-09-04T16:19:26.929Z[ helios-setup] Sep 04 16:19:26.410 INFO E| Compiling ahash v0.8.3
23882024-09-04T16:19:27.077Z[ helios-setup] Sep 04 16:19:26.558 INFO E| Compiling hashbrown v0.12.3
23892024-09-04T16:19:27.245Z[ helios-setup] Sep 04 16:19:26.726 INFO E| Compiling tiny-keccak v2.0.2
23902024-09-04T16:19:28.046Z[ helios-setup] Sep 04 16:19:27.525 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23912024-09-04T16:19:28.178Z[ helios-setup] Sep 04 16:19:27.658 INFO E| Compiling rustix v0.37.3
23922024-09-04T16:19:29.163Z[ helios-setup] Sep 04 16:19:28.642 INFO E| Compiling block-buffer v0.10.3
23932024-09-04T16:19:29.408Z[ helios-setup] Sep 04 16:19:28.889 INFO E| Compiling crypto-common v0.1.6
23942024-09-04T16:19:29.508Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23952024-09-04T16:19:30.342Z[ helios-setup] Sep 04 16:19:29.823 INFO E| Compiling errno v0.3.1
23962024-09-04T16:19:30.605Z[ host-package] Compiling xattr v1.3.1
23972024-09-04T16:19:30.855Z[ helios-setup] Sep 04 16:19:30.336 INFO E| Compiling slog v2.7.0
23982024-09-04T16:19:30.916Z[ helios-setup] Sep 04 16:19:30.397 INFO E| Compiling crossbeam-utils v0.8.14
23992024-09-04T16:19:31.042Z[ helios-setup] Sep 04 16:19:30.523 INFO E| Compiling fnv v1.0.7
24002024-09-04T16:19:31.155Z[ host-package] Compiling memmap2 v0.9.4
24012024-09-04T16:19:31.174Z[ helios-setup] Sep 04 16:19:30.637 INFO E| Compiling pkg-config v0.3.26
24022024-09-04T16:19:31.403Z[ helios-setup] Sep 04 16:19:30.883 INFO E| Compiling http v0.2.9
24032024-09-04T16:19:32.179Z[ host-package] Compiling filetime v0.2.25
24042024-09-04T16:19:32.903Z[ host-package] Compiling arrayref v0.3.7
24052024-09-04T16:19:33.155Z[ host-package] Compiling constant_time_eq v0.3.0
24062024-09-04T16:19:33.479Z[ helios-setup] Sep 04 16:19:32.959 INFO E| Compiling digest v0.10.6
24072024-09-04T16:19:33.798Z[ host-package] Compiling arrayvec v0.7.4
24082024-09-04T16:19:34.501Z[ helios-setup] Sep 04 16:19:33.981 INFO E| Compiling aho-corasick v0.7.20
24092024-09-04T16:19:34.645Z[ host-package] Compiling untrusted v0.7.1
24102024-09-04T16:19:35.048Z[ helios-setup] Sep 04 16:19:34.528 INFO E| Compiling httparse v1.8.0
24112024-09-04T16:19:35.359Z[ host-package] Compiling spin v0.5.2
24122024-09-04T16:19:35.529Z[ helios-setup] Sep 04 16:19:35.008 INFO E| Compiling regex-syntax v0.6.29
24132024-09-04T16:19:36.044Z[ host-package] Compiling cancel-safe-futures v0.1.5
24142024-09-04T16:19:36.787Z[ helios-setup] Sep 04 16:19:36.256 INFO E| Compiling unicode-width v0.1.10
24152024-09-04T16:19:36.919Z[ helios-setup] Sep 04 16:19:36.399 INFO E| Compiling heck v0.4.1
24162024-09-04T16:19:37.054Z[ helios-setup] Sep 04 16:19:36.527 INFO E| Compiling tinyvec_macros v0.1.1
24172024-09-04T16:19:37.176Z[ helios-setup] Sep 04 16:19:36.655 INFO E| Compiling cpufeatures v0.2.5
24182024-09-04T16:19:37.254Z[ helios-setup] Sep 04 16:19:36.734 INFO E| Compiling thiserror-impl v1.0.38
24192024-09-04T16:19:37.556Z[ helios-setup] Sep 04 16:19:37.035 INFO E| Compiling schemars_derive v0.8.12
24202024-09-04T16:19:37.886Z[ helios-setup] Sep 04 16:19:37.366 INFO E| Compiling percent-encoding v2.2.0
24212024-09-04T16:19:38.043Z[ helios-setup] Sep 04 16:19:37.522 INFO E| Compiling anyhow v1.0.68
24222024-09-04T16:19:38.264Z[ helios-setup] Sep 04 16:19:37.743 INFO E| Compiling serde_derive v1.0.204
24232024-09-04T16:19:39.151Z[ helios-setup] Sep 04 16:19:38.630 INFO E| Compiling tokio-macros v2.0.0
24242024-09-04T16:19:39.248Z[ helios-setup] Sep 04 16:19:38.727 INFO E| Compiling futures-macro v0.3.28
24252024-09-04T16:19:40.057Z[ helios-setup] Sep 04 16:19:39.536 INFO E| Compiling form_urlencoded v1.1.0
24262024-09-04T16:19:40.221Z[ helios-setup] Sep 04 16:19:39.700 INFO E| Compiling tinyvec v1.6.0
24272024-09-04T16:19:42.418Z[ helios-setup] Sep 04 16:19:41.896 INFO E| Compiling const-random-macro v0.1.15
24282024-09-04T16:19:42.889Z[ helios-setup] Sep 04 16:19:42.367 INFO E| Compiling regex v1.7.3
24292024-09-04T16:19:43.127Z[ helios-setup] Sep 04 16:19:42.605 INFO E| Compiling hashbrown v0.13.2
24302024-09-04T16:19:43.805Z[ host-package] Compiling tar v0.4.41
24312024-09-04T16:19:44.749Z[ helios-setup] Sep 04 16:19:44.227 INFO E| Compiling libz-sys v1.1.8
24322024-09-04T16:19:44.929Z[ helios-setup] Sep 04 16:19:44.408 INFO E| Compiling chrono v0.4.24
24332024-09-04T16:19:44.976Z[ host-package] Compiling camino-tempfile v1.1.1
24342024-09-04T16:19:46.193Z[ host-package] Compiling toolchain_find v0.4.0
24352024-09-04T16:19:47.402Z[ host-package] Compiling nibble_vec v0.1.0
24362024-09-04T16:19:47.456Z[ host-package] Compiling atty v0.2.14
24372024-09-04T16:19:47.752Z[ helios-setup] Sep 04 16:19:47.230 INFO E| Compiling uuid v1.3.0
24382024-09-04T16:19:47.996Z[ host-package] Compiling glob v0.3.1
24392024-09-04T16:19:48.135Z[ host-package] Compiling maplit v1.0.2
24402024-09-04T16:19:48.298Z[ helios-setup] Sep 04 16:19:47.776 INFO E| Compiling dyn-clone v1.0.11
24412024-09-04T16:19:48.410Z[ host-package] Compiling endian-type v0.1.2
24422024-09-04T16:19:49.053Z[ helios-setup] Sep 04 16:19:48.530 INFO E| Compiling regress v0.5.0
24432024-09-04T16:19:49.078Z[ helios-setup] Sep 04 16:19:48.555 INFO E| Compiling unicode-normalization v0.1.22
24442024-09-04T16:19:49.096Z[ helios-setup] Sep 04 16:19:48.574 INFO E| Compiling const-random v0.1.15
24452024-09-04T16:19:49.115Z[ host-package] Compiling topological-sort v0.2.2
24462024-09-04T16:19:49.704Z[ host-package] Compiling crunchy v0.2.2
24472024-09-04T16:19:49.823Z[ host-package] Compiling omicron-zone-package v0.11.0
24482024-09-04T16:19:49.992Z[ host-package] Compiling clang-sys v1.7.0
24492024-09-04T16:19:51.126Z[ host-package] Compiling radix_trie v0.2.1
24502024-09-04T16:19:51.332Z[ helios-setup] Sep 04 16:19:50.810 INFO E| Compiling getopts v0.2.21
24512024-09-04T16:19:51.835Z[ helios-setup] Sep 04 16:19:51.312 INFO E| Compiling tracing-core v0.1.30
24522024-09-04T16:19:51.948Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24532024-09-04T16:19:51.983Z[ helios-setup] Sep 04 16:19:51.459 INFO E| Compiling memoffset v0.7.1
24542024-09-04T16:19:52.022Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24552024-09-04T16:19:52.386Z[ helios-setup] Sep 04 16:19:51.864 INFO E| Compiling powerfmt v0.2.0
24562024-09-04T16:19:53.122Z[ helios-setup] Sep 04 16:19:52.599 INFO E| Compiling time-core v0.1.2
24572024-09-04T16:19:53.269Z[ host-package] Compiling tungstenite v0.21.0
24582024-09-04T16:19:53.835Z[ helios-setup] Sep 04 16:19:53.312 INFO E| Compiling num-conv v0.1.0
24592024-09-04T16:19:54.302Z[ helios-setup] Sep 04 16:19:53.779 INFO E| Compiling unicode-bidi v0.3.13
24602024-09-04T16:19:54.304Z[ host-package] Compiling tiny-keccak v2.0.2
24612024-09-04T16:19:55.091Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24622024-09-04T16:19:55.376Z[ host-package] Compiling dsl_auto_type v0.1.2
24632024-09-04T16:19:56.115Z[ helios-setup] Sep 04 16:19:55.592 INFO E| Compiling ucd-trie v0.1.5
24642024-09-04T16:19:56.300Z[ helios-setup] Sep 04 16:19:55.777 INFO E| Compiling idna v0.3.0
24652024-09-04T16:19:56.717Z[ host-package] Compiling tokio-tungstenite v0.21.0
24662024-09-04T16:19:57.043Z[ helios-setup] Sep 04 16:19:56.520 INFO E| Compiling pest v2.5.7
24672024-09-04T16:19:57.890Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24682024-09-04T16:19:58.258Z[ helios-setup] Sep 04 16:19:57.734 INFO E| Compiling time-macros v0.2.18
24692024-09-04T16:19:58.515Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24702024-09-04T16:19:59.485Z[ host-package] Compiling arc-swap v1.7.1
24712024-09-04T16:20:00.387Z[ host-package] Compiling slog-scope v4.4.0
24722024-09-04T16:20:00.921Z[ host-package] Compiling diesel_derives v2.2.2
24732024-09-04T16:20:01.317Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24742024-09-04T16:20:01.419Z[ helios-setup] Sep 04 16:20:00.895 INFO E| Compiling tracing v0.1.37
24752024-09-04T16:20:01.569Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24762024-09-04T16:20:02.025Z[ host-package] Compiling r2d2 v0.8.10
24772024-09-04T16:20:02.055Z[ helios-setup] Sep 04 16:20:01.530 INFO E| Compiling deranged v0.3.11
24782024-09-04T16:20:02.396Z[ host-package] Compiling ascii-canvas v3.0.0
24792024-09-04T16:20:03.062Z[ helios-setup] Sep 04 16:20:02.538 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24802024-09-04T16:20:03.237Z[ host-package] Compiling ena v0.14.3
24812024-09-04T16:20:03.318Z[ host-package] Compiling libloading v0.8.3
24822024-09-04T16:20:03.487Z[ host-package] Compiling regex-syntax v0.6.29
24832024-09-04T16:20:04.248Z[ host-package] Compiling bindgen v0.69.4
24842024-09-04T16:20:04.266Z[ helios-setup] Sep 04 16:20:03.742 INFO E| Compiling time v0.1.45
24852024-09-04T16:20:04.390Z[ host-package] Compiling diff v0.1.13
24862024-09-04T16:20:04.789Z[ helios-setup] Sep 04 16:20:04.264 INFO E| Compiling crossbeam-epoch v0.9.13
24872024-09-04T16:20:05.490Z[ host-package] Compiling slog-stdlog v4.1.1
24882024-09-04T16:20:06.432Z[ helios-setup] Sep 04 16:20:05.907 INFO E| Compiling toml v0.5.11
24892024-09-04T16:20:06.855Z[ helios-setup] Sep 04 16:20:06.330 INFO E| Compiling serde_tokenstream v0.2.0
24902024-09-04T16:20:07.036Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24912024-09-04T16:20:07.128Z[ helios-setup] Sep 04 16:20:06.603 INFO E| Compiling semver v1.0.17
24922024-09-04T16:20:07.614Z[ helios-setup] Sep 04 16:20:07.089 INFO E| Compiling smallvec v1.10.0
24932024-09-04T16:20:09.450Z[ helios-setup] Sep 04 16:20:08.925 INFO E| Compiling parking_lot v0.12.1
24942024-09-04T16:20:09.676Z[ host-package] Compiling which v4.4.2
24952024-09-04T16:20:09.748Z[ helios-setup] Sep 04 16:20:09.223 INFO E| Compiling num_threads v0.1.6
24962024-09-04T16:20:10.855Z[ helios-setup] Sep 04 16:20:10.329 INFO E| Compiling iana-time-zone v0.1.56
24972024-09-04T16:20:10.966Z[ helios-setup] Sep 04 16:20:10.441 INFO E| Compiling time v0.3.36
24982024-09-04T16:20:11.068Z[ host-package] Compiling lalrpop v0.19.12
24992024-09-04T16:20:13.594Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25002024-09-04T16:20:14.169Z[ host-package] Compiling cexpr v0.6.0
25012024-09-04T16:20:14.617Z[ helios-setup] Sep 04 16:20:14.091 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25022024-09-04T16:20:16.173Z[ helios-setup] Sep 04 16:20:15.646 INFO E| Compiling semver-parser v0.10.2
25032024-09-04T16:20:17.537Z[ host-package] Compiling libsw v3.3.1
25042024-09-04T16:20:18.601Z[ host-package] Compiling linear-map v1.2.0
25052024-09-04T16:20:19.584Z[ helios-setup] Sep 04 16:20:19.057 INFO E| Compiling url v2.3.1
25062024-09-04T16:20:20.176Z[ host-package] Compiling owo-colors v4.0.0
25072024-09-04T16:20:22.261Z[ helios-setup] Sep 04 16:20:21.734 INFO E| Compiling crossbeam-channel v0.5.6
25082024-09-04T16:20:23.109Z[ helios-setup] Sep 04 16:20:22.582 INFO E| Compiling dirs-sys-next v0.1.2
25092024-09-04T16:20:23.808Z[ host-package] Compiling diesel v2.2.3
25102024-09-04T16:20:25.667Z[ helios-setup] Sep 04 16:20:25.140 INFO E| Compiling try-lock v0.2.4
25112024-09-04T16:20:26.098Z[ helios-setup] Sep 04 16:20:25.571 INFO E| Compiling same-file v1.0.6
25122024-09-04T16:20:26.150Z[ helios-setup] Sep 04 16:20:25.622 INFO E| Compiling crc32fast v1.3.2
25132024-09-04T16:20:26.444Z[ host-package] Compiling rustc-hash v1.1.0
25142024-09-04T16:20:26.658Z[ helios-setup] Sep 04 16:20:26.130 INFO E| Compiling walkdir v2.3.3
25152024-09-04T16:20:26.846Z[ host-package] Compiling shlex v1.3.0
25162024-09-04T16:20:26.976Z[ host-package] Compiling lazycell v1.3.0
25172024-09-04T16:20:27.637Z[ host-package] Compiling ref-cast v1.0.23
25182024-09-04T16:20:27.719Z[ helios-setup] Sep 04 16:20:27.191 INFO E| Compiling want v0.3.0
25192024-09-04T16:20:28.589Z[ helios-setup] Sep 04 16:20:28.061 INFO E| Compiling dirs-next v2.0.0
25202024-09-04T16:20:29.150Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25212024-09-04T16:20:29.281Z[ helios-setup] Sep 04 16:20:28.752 INFO E| Compiling tokio-util v0.7.7
25222024-09-04T16:20:30.659Z[ helios-setup] Sep 04 16:20:30.130 INFO E| Compiling semver v0.11.0
25232024-09-04T16:20:32.235Z[ helios-setup] Sep 04 16:20:31.707 INFO E| Compiling h2 v0.3.16
25242024-09-04T16:20:32.275Z[ helios-setup] Sep 04 16:20:31.745 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25252024-09-04T16:20:33.502Z[ helios-setup] Sep 04 16:20:32.973 INFO E| Compiling proc-macro-crate v1.2.1
25262024-09-04T16:20:34.997Z[ helios-setup] Sep 04 16:20:34.468 INFO E| Compiling futures-executor v0.3.28
25272024-09-04T16:20:36.920Z[ helios-setup] Sep 04 16:20:36.391 INFO E| Compiling http-body v0.4.5
25282024-09-04T16:20:37.559Z[ helios-setup] Sep 04 16:20:37.030 INFO E| Compiling ring v0.16.20
25292024-09-04T16:20:38.196Z[ helios-setup] Sep 04 16:20:37.667 INFO E| Compiling rand_core v0.6.4
25302024-09-04T16:20:39.483Z[ helios-setup] Sep 04 16:20:38.935 INFO E| Compiling thread_local v1.1.7
25312024-09-04T16:20:40.310Z[ helios-setup] Sep 04 16:20:39.779 INFO E| Compiling utf8parse v0.2.1
25322024-09-04T16:20:40.887Z[ helios-setup] Sep 04 16:20:40.358 INFO E| Compiling fastrand v1.9.0
25332024-09-04T16:20:41.478Z[ helios-setup] Sep 04 16:20:40.947 INFO E| Compiling httpdate v1.0.2
25342024-09-04T16:20:41.735Z[ helios-setup] Sep 04 16:20:41.205 INFO E| Compiling lazy_static v1.4.0
25352024-09-04T16:20:41.794Z[ helios-setup] Sep 04 16:20:41.264 INFO E| Compiling home v0.5.4
25362024-09-04T16:20:42.091Z[ helios-setup] Sep 04 16:20:41.561 INFO E| Compiling adler v1.0.2
25372024-09-04T16:20:42.136Z[ helios-setup] Sep 04 16:20:41.606 INFO E| Compiling ppv-lite86 v0.2.17
25382024-09-04T16:20:42.263Z[ helios-setup] Sep 04 16:20:41.733 INFO E| Compiling rayon-core v1.10.2
25392024-09-04T16:20:43.044Z[ helios-setup] Sep 04 16:20:42.512 INFO E| Compiling base64 v0.21.0
25402024-09-04T16:20:43.644Z[ helios-setup] Sep 04 16:20:43.113 INFO E| Compiling tower-service v0.3.2
25412024-09-04T16:20:43.828Z[ helios-setup] Sep 04 16:20:43.297 INFO E| Compiling rand_chacha v0.3.1
25422024-09-04T16:20:44.057Z[ helios-setup] Sep 04 16:20:43.527 INFO E| Compiling hyper v0.14.25
25432024-09-04T16:20:45.069Z[ host-package] Compiling slog-envlogger v2.2.0
25442024-09-04T16:20:47.648Z[ helios-setup] Sep 04 16:20:47.118 INFO E| Compiling miniz_oxide v0.6.2
25452024-09-04T16:20:48.432Z[ helios-setup] Sep 04 16:20:47.901 INFO E| Compiling toolchain_find v0.2.0
25462024-09-04T16:20:49.129Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25472024-09-04T16:20:49.269Z[ helios-setup] Sep 04 16:20:48.738 INFO E| Compiling tempfile v3.5.0
25482024-09-04T16:20:49.327Z[ helios-setup] Sep 04 16:20:48.796 INFO E| Compiling anstyle-parse v0.1.1
25492024-09-04T16:20:50.512Z[ helios-setup] Sep 04 16:20:49.981 INFO E| Compiling futures v0.3.28
25502024-09-04T16:20:50.548Z[ host-package] Compiling derive_builder_core v0.20.0
25512024-09-04T16:20:51.058Z[ helios-setup] Sep 04 16:20:50.527 INFO E| Compiling num_enum_derive v0.5.7
25522024-09-04T16:20:54.990Z[ host-package] Compiling headers-core v0.2.0
25532024-09-04T16:20:55.498Z[ host-package] Compiling fxhash v0.2.1
25542024-09-04T16:20:55.548Z[ host-package] Compiling libxml v0.3.3
25552024-09-04T16:20:56.196Z[ host-package] Compiling ref-cast-impl v1.0.23
25562024-09-04T16:20:56.958Z[ host-package] Compiling samael v0.0.15
25572024-09-04T16:20:59.137Z[ host-package] Compiling headers v0.3.9
25582024-09-04T16:20:59.231Z[ host-package] Compiling derive_builder_macro v0.20.0
25592024-09-04T16:21:00.737Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25602024-09-04T16:21:01.513Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25612024-09-04T16:21:02.523Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25622024-09-04T16:21:03.647Z[ helios-setup] Sep 04 16:21:03.114 INFO E| Compiling cargo-lock v8.0.3
25632024-09-04T16:21:04.350Z[ host-package] Compiling strum_macros v0.24.3
25642024-09-04T16:21:05.344Z[ helios-setup] Sep 04 16:21:04.811 INFO E| Compiling crossbeam-deque v0.8.2
25652024-09-04T16:21:05.583Z[ host-package] Compiling polar-core v0.27.3
25662024-09-04T16:21:06.682Z[ host-package] Compiling kstat-rs v0.2.4
25672024-09-04T16:21:07.362Z[ host-package] Compiling dropshot v0.10.1
25682024-09-04T16:21:08.457Z[ host-package] Compiling unicase v2.7.0
25692024-09-04T16:21:08.667Z[ host-package] Compiling indoc v1.0.9
25702024-09-04T16:21:09.448Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25712024-09-04T16:21:10.140Z[ helios-setup] Sep 04 16:21:09.606 INFO E| Compiling term v0.7.0
25722024-09-04T16:21:11.062Z[ helios-setup] Sep 04 16:21:10.528 INFO E| Compiling serde_urlencoded v0.7.1
25732024-09-04T16:21:11.125Z[ host-package] Compiling derive_builder v0.20.0
25742024-09-04T16:21:11.874Z[ helios-setup] Sep 04 16:21:11.340 INFO E| Compiling sha1 v0.10.5
25752024-09-04T16:21:12.206Z[ helios-setup] Sep 04 16:21:11.672 INFO E| Compiling sha2 v0.10.6
25762024-09-04T16:21:12.901Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25772024-09-04T16:21:13.733Z[ helios-setup] Sep 04 16:21:13.199 INFO E| Compiling is-terminal v0.4.7
25782024-09-04T16:21:14.056Z[ helios-setup] Sep 04 16:21:13.521 INFO E| Compiling atty v0.2.14
25792024-09-04T16:21:15.648Z[ helios-setup] Sep 04 16:21:15.113 INFO E| Compiling concolor-query v0.3.3
25802024-09-04T16:21:16.671Z[ helios-setup] Sep 04 16:21:16.136 INFO E| Compiling concolor-override v1.0.0
25812024-09-04T16:21:16.936Z[ helios-setup] Sep 04 16:21:16.401 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25822024-09-04T16:21:17.493Z[ helios-setup] Sep 04 16:21:16.958 INFO E| Compiling anstyle v0.3.5
25832024-09-04T16:21:18.711Z[ helios-setup] Sep 04 16:21:18.175 INFO E| Compiling anstream v0.2.6
25842024-09-04T16:21:19.912Z[ helios-setup] Sep 04 16:21:19.376 INFO E| Compiling slog-term v2.9.0
25852024-09-04T16:21:20.395Z[ helios-setup] Sep 04 16:21:19.859 INFO E| Compiling flate2 v1.0.25
25862024-09-04T16:21:21.383Z[ host-package] Compiling tungstenite v0.23.0
25872024-09-04T16:21:22.016Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25882024-09-04T16:21:22.883Z[ host-package] Compiling crossterm v0.28.1
25892024-09-04T16:21:22.984Z[ helios-setup] Sep 04 16:21:22.448 INFO E| Compiling num_enum v0.5.7
25902024-09-04T16:21:23.186Z[ helios-setup] Sep 04 16:21:22.650 INFO E| Compiling rustfmt-wrapper v0.2.0
25912024-09-04T16:21:23.269Z[ helios-setup] Sep 04 16:21:22.732 INFO E| Compiling rand v0.8.5
25922024-09-04T16:21:24.611Z[ helios-setup] Sep 04 16:21:24.074 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25932024-09-04T16:21:24.824Z[ helios-setup] Sep 04 16:21:24.287 INFO E| Compiling openapiv3 v1.0.2
25942024-09-04T16:21:27.771Z[ helios-setup] Sep 04 16:21:27.235 INFO E| Compiling encoding_rs v0.8.32
25952024-09-04T16:21:31.749Z[ host-package] Compiling curve25519-dalek v4.1.3
25962024-09-04T16:21:32.712Z[ host-package] Compiling dropshot_endpoint v0.10.1
25972024-09-04T16:21:33.761Z[ helios-setup] Sep 04 16:21:33.223 INFO E| Compiling utf-8 v0.7.6
25982024-09-04T16:21:33.827Z[ helios-setup] Sep 04 16:21:33.289 INFO E| Compiling either v1.8.0
25992024-09-04T16:21:34.606Z[ helios-setup] Sep 04 16:21:34.068 INFO E| Compiling ipnet v2.7.2
26002024-09-04T16:21:34.843Z[ helios-setup] Sep 04 16:21:34.304 INFO E| Compiling strsim v0.10.0
26012024-09-04T16:21:36.684Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26022024-09-04T16:21:37.258Z[ helios-setup] Sep 04 16:21:36.720 INFO E| Compiling untrusted v0.7.1
26032024-09-04T16:21:37.888Z[ helios-setup] Sep 04 16:21:37.349 INFO E| Compiling unsafe-libyaml v0.2.8
26042024-09-04T16:21:38.589Z[ host-package] Compiling oso-derive v0.27.3
26052024-09-04T16:21:38.694Z[ helios-setup] Sep 04 16:21:38.155 INFO E| Compiling mime v0.3.17
26062024-09-04T16:21:38.933Z[ helios-setup] Sep 04 16:21:38.394 INFO E| Compiling spin v0.5.2
26072024-09-04T16:21:39.890Z[ helios-setup] Sep 04 16:21:39.352 INFO E| Compiling clap_lex v0.4.1
26082024-09-04T16:21:40.004Z[ helios-setup] Sep 04 16:21:39.465 INFO E| Compiling base64 v0.13.1
26092024-09-04T16:21:40.514Z[ host-package] Compiling libz-sys v1.1.16
26102024-09-04T16:21:41.102Z[ helios-setup] Sep 04 16:21:40.563 INFO E| Compiling byteorder v1.4.3
26112024-09-04T16:21:41.538Z[ host-package] Compiling quick-xml v0.31.0
26122024-09-04T16:21:41.572Z[ helios-setup] Sep 04 16:21:41.033 INFO E| Compiling project-root v0.2.2
26132024-09-04T16:21:41.639Z[ helios-setup] Sep 04 16:21:41.100 INFO E| Compiling serde_yaml v0.9.21
26142024-09-04T16:21:42.016Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26152024-09-04T16:21:42.202Z[ host-package] Compiling parking_lot_core v0.8.6
26162024-09-04T16:21:42.281Z[ helios-setup] Sep 04 16:21:41.741 INFO E| Compiling tungstenite v0.18.0
26172024-09-04T16:21:42.331Z[ helios-setup] Sep 04 16:21:41.792 INFO E| Compiling clap_builder v4.2.1
26182024-09-04T16:21:42.401Z[ helios-setup] Sep 04 16:21:41.862 INFO E| Compiling reqwest v0.11.16
26192024-09-04T16:21:42.774Z[ host-package] Compiling keccak v0.1.5
26202024-09-04T16:21:43.939Z[ host-package] Compiling sha3 v0.10.8
26212024-09-04T16:21:46.154Z[ host-package] Compiling tokio-tungstenite v0.23.1
26222024-09-04T16:21:47.620Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26232024-09-04T16:21:48.719Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26242024-09-04T16:21:49.081Z[ helios-setup] Sep 04 16:21:48.541 INFO E| Compiling rayon v1.6.1
26252024-09-04T16:21:50.002Z[ helios-setup] Sep 04 16:21:49.461 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26262024-09-04T16:21:50.973Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26272024-09-04T16:21:52.018Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26282024-09-04T16:21:52.860Z[ host-package] Compiling bb8 v0.8.5
26292024-09-04T16:21:53.207Z[ helios-setup] Sep 04 16:21:52.667 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26302024-09-04T16:21:54.237Z[ host-package] Compiling oso v0.27.3
26312024-09-04T16:21:55.766Z[ helios-setup] Sep 04 16:21:55.225 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26322024-09-04T16:21:58.412Z[ host-package] Compiling const_format_proc_macros v0.2.32
26332024-09-04T16:22:01.031Z[ helios-setup] Sep 04 16:22:00.489 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26342024-09-04T16:22:01.757Z[ helios-setup] Sep 04 16:22:01.215 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26352024-09-04T16:22:02.207Z[ host-package] Compiling universal-hash v0.5.1
26362024-09-04T16:22:03.250Z[ helios-setup] Sep 04 16:22:02.708 INFO E| Compiling clap_derive v4.2.0
26372024-09-04T16:22:06.169Z[ helios-setup] Sep 04 16:22:05.626 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26382024-09-04T16:22:13.573Z[ helios-setup] Sep 04 16:22:13.030 INFO E| Compiling clap v4.2.1
26392024-09-04T16:22:13.936Z[ helios-setup] Sep 04 16:22:13.393 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26402024-09-04T16:22:20.224Z[ host-package] Compiling secrecy v0.8.0
26412024-09-04T16:22:21.053Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26422024-09-04T16:22:26.954Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
26432024-09-04T16:22:29.149Z[ helios-setup] Sep 04 16:22:28.603 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26442024-09-04T16:22:29.548Z[ host-package] Compiling vte_generate_state_changes v0.1.1
26452024-09-04T16:22:29.776Z[ host-package] Compiling opaque-debug v0.3.1
26462024-09-04T16:22:30.102Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26472024-09-04T16:22:31.005Z[ host-package] Compiling poly1305 v0.8.0
26482024-09-04T16:22:31.104Z[ host-package] Compiling vte v0.11.1
26492024-09-04T16:22:32.323Z[ helios-setup] Sep 04 16:22:31.776 INFO E| Compiling tokio-tungstenite v0.18.0
26502024-09-04T16:22:33.636Z[ helios-setup] Sep 04 16:22:33.089 INFO E| Compiling smartstring v1.0.1
26512024-09-04T16:22:34.194Z[ host-package] Compiling thiserror-no-std v2.0.2
26522024-09-04T16:22:34.294Z[ host-package] Compiling async-bb8-diesel v0.2.1
26532024-09-04T16:22:34.849Z[ helios-setup] Sep 04 16:22:34.303 INFO E| Compiling rustls v0.21.0
26542024-09-04T16:22:35.717Z[ host-package] Compiling const_format v0.2.32
26552024-09-04T16:22:36.189Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
26562024-09-04T16:22:36.636Z[ helios-setup] Sep 04 16:22:36.088 INFO E| Compiling toml_datetime v0.6.1
26572024-09-04T16:22:36.872Z[ helios-setup] Sep 04 16:22:36.325 INFO E| Compiling serde_spanned v0.6.1
26582024-09-04T16:22:37.289Z[ helios-setup] Sep 04 16:22:36.742 INFO E| Compiling slog-async v2.7.0
26592024-09-04T16:22:37.338Z[ helios-setup] Sep 04 16:22:36.791 INFO E| Compiling async-trait v0.1.68
26602024-09-04T16:22:37.525Z[ helios-setup] Sep 04 16:22:36.978 INFO E| Compiling static_assertions v1.1.0
26612024-09-04T16:22:37.941Z[ helios-setup] Sep 04 16:22:37.392 INFO E| Compiling paste v1.0.12
26622024-09-04T16:22:38.114Z[ helios-setup] Sep 04 16:22:37.567 INFO E| Compiling camino v1.1.4
26632024-09-04T16:22:38.571Z[ helios-setup] Sep 04 16:22:38.024 INFO E| Compiling match_cfg v0.1.0
26642024-09-04T16:22:38.763Z[ helios-setup] Sep 04 16:22:38.216 INFO E| Compiling winnow v0.4.1
26652024-09-04T16:22:39.154Z[ helios-setup] Sep 04 16:22:38.607 INFO E| Compiling hostname v0.3.1
26662024-09-04T16:22:39.866Z[ helios-setup] Sep 04 16:22:39.319 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26672024-09-04T16:22:40.054Z[ helios-setup] Sep 04 16:22:39.507 INFO E| Compiling slog-json v2.6.1
26682024-09-04T16:22:40.729Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26692024-09-04T16:22:41.077Z[ helios-setup] Sep 04 16:22:40.530 INFO E| Compiling unicode-linebreak v0.1.4
26702024-09-04T16:22:41.293Z[ helios-setup] Sep 04 16:22:40.745 INFO E| Compiling async-stream-impl v0.3.5
26712024-09-04T16:22:41.769Z[ host-package] Compiling chacha20 v0.9.1
26722024-09-04T16:22:43.083Z[ host-package] Compiling fd-lock v4.0.2
26732024-09-04T16:22:43.798Z[ host-package] Compiling aead v0.5.2
26742024-09-04T16:22:44.561Z[ helios-setup] Sep 04 16:22:44.013 INFO E| Compiling rhai_codegen v1.5.0
26752024-09-04T16:22:44.794Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26762024-09-04T16:22:45.303Z[ host-package] Compiling bytecount v0.6.8
26772024-09-04T16:22:46.061Z[ host-package] Compiling papergrid v0.11.0
26782024-09-04T16:22:46.306Z[ host-package] Compiling chacha20poly1305 v0.10.1
26792024-09-04T16:22:46.345Z[ helios-setup] Sep 04 16:22:45.797 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26802024-09-04T16:22:47.226Z[ helios-setup] Sep 04 16:22:46.677 INFO E| Compiling toml_edit v0.19.8
26812024-09-04T16:22:47.312Z[ helios-setup] Sep 04 16:22:46.763 INFO E| Compiling take_mut v0.2.2
26822024-09-04T16:22:48.197Z[ host-package] Compiling parking_lot v0.11.2
26832024-09-04T16:22:49.497Z[ helios-setup] Sep 04 16:22:48.948 INFO E| Compiling async-stream v0.3.5
26842024-09-04T16:22:49.779Z[ helios-setup] Sep 04 16:22:49.230 INFO E| Compiling rhai v1.14.0
26852024-09-04T16:22:50.347Z[ helios-setup] Sep 04 16:22:49.798 INFO E| Compiling slog-bunyan v2.4.0
26862024-09-04T16:22:51.677Z[ host-package] Compiling vsss-rs v3.3.4
26872024-09-04T16:22:54.216Z[ helios-setup] Sep 04 16:22:53.666 INFO E| Compiling toml v0.7.3
26882024-09-04T16:22:56.475Z[ helios-setup] Sep 04 16:22:55.925 INFO E| Compiling rustls-pemfile v1.0.2
26892024-09-04T16:22:56.536Z[ helios-setup] Sep 04 16:22:55.986 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26902024-09-04T16:22:57.859Z[ helios-setup] Sep 04 16:22:57.309 INFO E| Compiling bincode v1.3.3
26912024-09-04T16:23:00.521Z[ helios-setup] Sep 04 16:22:59.971 INFO E| Compiling serde_path_to_error v0.1.11
26922024-09-04T16:23:00.596Z[ helios-setup] Sep 04 16:23:00.046 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26932024-09-04T16:23:01.095Z[ helios-setup] Sep 04 16:23:00.545 INFO E| Compiling terminal_size v0.2.6
26942024-09-04T16:23:01.472Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26952024-09-04T16:23:01.804Z[ helios-setup] Sep 04 16:23:01.253 INFO E| Compiling smawk v0.3.1
26962024-09-04T16:23:02.298Z[ helios-setup] Sep 04 16:23:01.747 INFO E| Compiling textwrap v0.16.0
26972024-09-04T16:23:04.686Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26982024-09-04T16:23:09.708Z[ helios-setup] Sep 04 16:23:09.156 INFO E| Compiling sct v0.7.0
26992024-09-04T16:23:10.439Z[ host-package] Compiling tabled_derive v0.7.0
27002024-09-04T16:23:10.585Z[ helios-setup] Sep 04 16:23:10.033 INFO E| Compiling rustls-webpki v0.100.1
27012024-09-04T16:23:14.138Z[ host-package] Compiling crossterm v0.27.0
27022024-09-04T16:23:14.993Z[ host-package] Compiling peg-macros v0.8.4
27032024-09-04T16:23:21.044Z[ helios-setup] Sep 04 16:23:20.491 INFO E| Compiling tokio-rustls v0.24.0
27042024-09-04T16:23:22.280Z[ host-package] Compiling sqlparser_derive v0.2.2
27052024-09-04T16:23:24.389Z[ host-package] Compiling unicode_categories v0.1.1
27062024-09-04T16:23:25.080Z[ host-package] Compiling nu-ansi-term v0.50.0
27072024-09-04T16:23:25.200Z[ host-package] Compiling sqlformat v0.2.4
27082024-09-04T16:23:27.491Z[ host-package] Compiling reedline v0.33.0
27092024-09-04T16:23:27.729Z[ host-package] Compiling rustyline v14.0.0
27102024-09-04T16:23:27.992Z[ helios-setup] Sep 04 16:23:27.437 INFO E| Compiling git2 v0.16.1
27112024-09-04T16:23:36.503Z[ helios-setup] Sep 04 16:23:35.947 INFO E| Compiling built v0.6.0
27122024-09-04T16:23:37.006Z[ host-package] Compiling sqlparser v0.45.0
27132024-09-04T16:23:40.562Z[ helios-setup] Sep 04 16:23:40.003 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27142024-09-04T16:23:42.889Z[ helios-setup] Sep 04 16:23:42.332 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27152024-09-04T16:23:44.924Z[ host-package] Compiling peg v0.8.4
27162024-09-04T16:23:45.209Z[ host-package] Compiling tabled v0.15.0
27172024-09-04T16:23:45.337Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27182024-09-04T16:23:46.658Z[ helios-setup] Sep 04 16:23:46.100 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27192024-09-04T16:23:49.800Z[ host-package] Compiling sled v0.34.7
27202024-09-04T16:23:55.077Z[ host-package] Compiling mime_guess v2.0.4
27212024-09-04T16:23:57.707Z[ host-package] Compiling hickory-client v0.24.1
27222024-09-04T16:24:04.870Z[ host-package] Compiling env_logger v0.9.3
27232024-09-04T16:24:06.022Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27242024-09-04T16:24:07.976Z[ host-package] Compiling tungstenite v0.20.1
27252024-09-04T16:24:08.024Z[ helios-setup] Sep 04 16:24:07.464 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27262024-09-04T16:24:10.035Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27272024-09-04T16:24:10.585Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27282024-09-04T16:24:10.932Z[ helios-setup] Sep 04 16:24:10.371 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27292024-09-04T16:24:14.416Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27302024-09-04T16:24:14.899Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27312024-09-04T16:24:15.111Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27322024-09-04T16:24:16.426Z[ host-package] Compiling hickory-server v0.24.1
27332024-09-04T16:24:18.259Z[ host-package] Compiling bcs v0.1.6
27342024-09-04T16:24:20.212Z[ host-package] Compiling vergen v8.3.2
27352024-09-04T16:24:21.197Z[ host-package] Compiling bitstruct_derive v0.1.0
27362024-09-04T16:24:23.977Z[ host-package] Compiling cargo-platform v0.1.8
27372024-09-04T16:24:24.569Z[ host-package] Compiling nanorand v0.7.0
27382024-09-04T16:24:25.207Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27392024-09-04T16:24:25.857Z[ host-package] Compiling memoffset v0.9.1
27402024-09-04T16:24:26.362Z[ host-package] Compiling ascii v1.1.0
27412024-09-04T16:24:27.012Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27422024-09-04T16:24:28.067Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27432024-09-04T16:24:28.132Z[ host-package] Compiling flume v0.11.0
27442024-09-04T16:24:28.277Z[ host-package] Compiling cargo_metadata v0.18.1
27452024-09-04T16:24:30.216Z[ host-package] Compiling bitstruct v0.1.1
27462024-09-04T16:24:30.916Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27472024-09-04T16:24:32.919Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27482024-09-04T16:24:35.008Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27492024-09-04T16:24:39.156Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27502024-09-04T16:24:40.440Z[ host-package] Compiling tokio-tungstenite v0.20.1
27512024-09-04T16:24:43.362Z[ host-package] Compiling git2 v0.19.0
27522024-09-04T16:24:47.990Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27532024-09-04T16:24:52.316Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27542024-09-04T16:24:56.758Z[ helios-setup] Sep 04 16:24:56.190 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27552024-09-04T16:25:05.643Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27562024-09-04T16:25:06.998Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27572024-09-04T16:25:07.194Z[ host-package] Compiling libsqlite3-sys v0.28.0
27582024-09-04T16:25:08.034Z[ host-package] Compiling serde_arrays v0.1.0
27592024-09-04T16:25:08.301Z[ host-package] Compiling erased-serde v0.3.31
27602024-09-04T16:25:10.478Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27612024-09-04T16:25:13.755Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27622024-09-04T16:25:15.321Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27632024-09-04T16:25:28.748Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27642024-09-04T16:25:29.442Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27652024-09-04T16:25:32.302Z[ host-package] Compiling heck v0.3.3
27662024-09-04T16:25:32.965Z[ host-package] Compiling castaway v0.2.3
27672024-09-04T16:25:33.263Z[ host-package] Compiling rand_seeder v0.3.0
27682024-09-04T16:25:34.247Z[ host-package] Compiling csv-core v0.1.11
27692024-09-04T16:25:35.860Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27702024-09-04T16:25:36.638Z[ host-package] Compiling http-range v0.1.5
27712024-09-04T16:25:37.947Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27722024-09-04T16:25:41.269Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27732024-09-04T16:25:42.466Z[ host-package] Compiling hyper-staticfile v0.9.5
27742024-09-04T16:25:43.637Z[ host-package] Compiling csv v1.3.0
27752024-09-04T16:25:47.837Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27762024-09-04T16:25:48.015Z[ host-package] Compiling compact_str v0.8.0
27772024-09-04T16:25:48.317Z[ host-package] Compiling zone_cfg_derive v0.1.2
27782024-09-04T16:25:51.211Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27792024-09-04T16:25:52.920Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27802024-09-04T16:25:53.620Z[ host-package] Compiling nix v0.27.1
27812024-09-04T16:25:54.371Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27822024-09-04T16:25:56.452Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27832024-09-04T16:25:56.490Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27842024-09-04T16:25:58.793Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27852024-09-04T16:26:03.540Z[ helios-setup] Sep 04 16:26:02.962 INFO E| Finished `release` profile [optimized] target(s) in 6m 58s
27862024-09-04T16:26:03.679Z[ helios-setup] Sep 04 16:26:03.101 INFO building project "pilot" ok (419 seconds)
27872024-09-04T16:26:03.682Z[ helios-setup] Sep 04 16:26:03.101 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27882024-09-04T16:26:03.682Z[ helios-setup] Sep 04 16:26:03.101 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27892024-09-04T16:26:03.684Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27902024-09-04T16:26:03.994Z[ helios-setup] Sep 04 16:26:03.416 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27912024-09-04T16:26:04.098Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27922024-09-04T16:26:04.466Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27932024-09-04T16:26:04.485Z[ helios-setup] Sep 04 16:26:03.907 INFO E| From https://github.com/jclulow/rust-jmclib
27942024-09-04T16:26:04.487Z[ helios-setup] Sep 04 16:26:03.907 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27952024-09-04T16:26:04.508Z[ helios-setup] Sep 04 16:26:03.930 INFO E| Updating crates.io index
27962024-09-04T16:26:04.652Z[ helios-setup] Sep 04 16:26:04.074 INFO E| Downloading crates ...
27972024-09-04T16:26:04.796Z[ host-package] Compiling unicode-truncate v1.0.0
27982024-09-04T16:26:04.801Z[ helios-setup] Sep 04 16:26:04.220 INFO E| Downloaded opaque-debug v0.3.0
27992024-09-04T16:26:04.801Z[ helios-setup] Sep 04 16:26:04.222 INFO E| Downloaded libdevinfo-sys v1.0.0
28002024-09-04T16:26:04.833Z[ helios-setup] Sep 04 16:26:04.255 INFO E| Downloaded md-5 v0.9.1
28012024-09-04T16:26:04.835Z[ helios-setup] Sep 04 16:26:04.258 INFO E| Downloaded itoa v1.0.9
28022024-09-04T16:26:04.838Z[ helios-setup] Sep 04 16:26:04.260 INFO E| Downloaded fastrand v2.0.0
28032024-09-04T16:26:04.840Z[ helios-setup] Sep 04 16:26:04.263 INFO E| Downloaded digest v0.9.0
28042024-09-04T16:26:04.842Z[ helios-setup] Sep 04 16:26:04.265 INFO E| Downloaded sha-1 v0.9.8
28052024-09-04T16:26:04.845Z[ helios-setup] Sep 04 16:26:04.268 INFO E| Downloaded getrandom v0.2.10
28062024-09-04T16:26:04.851Z[ helios-setup] Sep 04 16:26:04.273 INFO E| Downloaded cpufeatures v0.2.9
28072024-09-04T16:26:04.853Z[ helios-setup] Sep 04 16:26:04.275 INFO E| Downloaded quote v1.0.31
28082024-09-04T16:26:04.858Z[ helios-setup] Sep 04 16:26:04.280 INFO E| Downloaded anyhow v1.0.72
28092024-09-04T16:26:04.865Z[ helios-setup] Sep 04 16:26:04.287 INFO E| Downloaded uuid v0.8.2
28102024-09-04T16:26:04.871Z[ helios-setup] Sep 04 16:26:04.293 INFO E| Downloaded tempfile v3.7.0
28112024-09-04T16:26:04.875Z[ helios-setup] Sep 04 16:26:04.298 INFO E| Downloaded serde_json v1.0.103
28122024-09-04T16:26:04.889Z[ helios-setup] Sep 04 16:26:04.311 INFO E| Downloaded serde_derive v1.0.193
28132024-09-04T16:26:04.893Z[ helios-setup] Sep 04 16:26:04.316 INFO E| Downloaded serde v1.0.193
28142024-09-04T16:26:04.900Z[ helios-setup] Sep 04 16:26:04.322 INFO E| Downloaded syn v2.0.32
28152024-09-04T16:26:04.944Z[ helios-setup] Sep 04 16:26:04.366 INFO E| Downloaded rustix v0.38.4
28162024-09-04T16:26:04.963Z[ host-package] Compiling hashlink v0.9.1
28172024-09-04T16:26:04.980Z[ helios-setup] Sep 04 16:26:04.402 INFO E| Downloaded unicode-ident v1.0.11
28182024-09-04T16:26:04.985Z[ helios-setup] Sep 04 16:26:04.407 INFO E| Downloaded libc v0.2.147
28192024-09-04T16:26:05.027Z[ helios-setup] Sep 04 16:26:04.449 INFO E| Downloaded ryu v1.0.15
28202024-09-04T16:26:05.032Z[ helios-setup] Sep 04 16:26:04.454 INFO E| Downloaded proc-macro2 v1.0.66
28212024-09-04T16:26:05.036Z[ helios-setup] Sep 04 16:26:04.458 INFO E| Downloaded once_cell v1.18.0
28222024-09-04T16:26:05.040Z[ helios-setup] Sep 04 16:26:04.462 INFO E| Downloaded bitflags v2.3.3
28232024-09-04T16:26:05.045Z[ helios-setup] Sep 04 16:26:04.467 INFO E| Downloaded block-buffer v0.9.0
28242024-09-04T16:26:05.114Z[ host-package] Compiling lru v0.12.3
28252024-09-04T16:26:05.197Z[ helios-setup] Sep 04 16:26:04.619 INFO E| Compiling libc v0.2.147
28262024-09-04T16:26:05.197Z[ helios-setup] Sep 04 16:26:04.619 INFO E| Compiling proc-macro2 v1.0.66
28272024-09-04T16:26:05.197Z[ helios-setup] Sep 04 16:26:04.619 INFO E| Compiling cfg-if v1.0.0
28282024-09-04T16:26:05.200Z[ helios-setup] Sep 04 16:26:04.619 INFO E| Compiling unicode-ident v1.0.11
28292024-09-04T16:26:05.200Z[ helios-setup] Sep 04 16:26:04.619 INFO E| Compiling typenum v1.16.0
28302024-09-04T16:26:05.200Z[ helios-setup] Sep 04 16:26:04.619 INFO E| Compiling version_check v0.9.4
28312024-09-04T16:26:05.200Z[ helios-setup] Sep 04 16:26:04.619 INFO E| Compiling serde v1.0.193
28322024-09-04T16:26:05.200Z[ helios-setup] Sep 04 16:26:04.619 INFO E| Compiling powerfmt v0.2.0
28332024-09-04T16:26:05.532Z[ helios-setup] Sep 04 16:26:04.953 INFO E| Compiling slog v2.7.0
28342024-09-04T16:26:05.724Z[ helios-setup] Sep 04 16:26:05.146 INFO E| Compiling itoa v1.0.9
28352024-09-04T16:26:05.859Z[ host-package] Compiling serde-big-array v0.5.1
28362024-09-04T16:26:06.033Z[ helios-setup] Sep 04 16:26:05.446 INFO E| Compiling num-conv v0.1.0
28372024-09-04T16:26:06.246Z[ helios-setup] Sep 04 16:26:05.668 INFO E| Compiling time-core v0.1.2
28382024-09-04T16:26:06.329Z[ host-package] Compiling instability v0.3.2
28392024-09-04T16:26:06.528Z[ helios-setup] Sep 04 16:26:05.950 INFO E| Compiling rustix v0.38.4
28402024-09-04T16:26:06.568Z[ helios-setup] Sep 04 16:26:05.990 INFO E| Compiling generic-array v0.14.7
28412024-09-04T16:26:06.583Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28422024-09-04T16:26:06.774Z[ helios-setup] Sep 04 16:26:06.195 INFO E| Compiling deranged v0.3.11
28432024-09-04T16:26:06.885Z[ helios-setup] Sep 04 16:26:06.307 INFO E| Compiling time-macros v0.2.18
28442024-09-04T16:26:06.907Z[ helios-setup] Sep 04 16:26:06.329 INFO E| Compiling once_cell v1.18.0
28452024-09-04T16:26:07.270Z[ host-package] Compiling base64 v0.13.1
28462024-09-04T16:26:07.279Z[ helios-setup] Sep 04 16:26:06.701 INFO E| Compiling num_threads v0.1.6
28472024-09-04T16:26:07.416Z[ helios-setup] Sep 04 16:26:06.837 INFO E| Compiling bitflags v2.3.3
28482024-09-04T16:26:08.024Z[ helios-setup] Sep 04 16:26:07.446 INFO E| Compiling thread_local v1.1.7
28492024-09-04T16:26:08.179Z[ helios-setup] Sep 04 16:26:07.600 INFO E| Compiling fastrand v2.0.0
28502024-09-04T16:26:08.697Z[ host-package] Compiling cassowary v0.3.0
28512024-09-04T16:26:08.920Z[ host-package] Compiling fallible-iterator v0.3.0
28522024-09-04T16:26:09.287Z[ helios-setup] Sep 04 16:26:08.709 INFO E| Compiling quote v1.0.31
28532024-09-04T16:26:09.492Z[ helios-setup] Sep 04 16:26:08.913 INFO E| Compiling dirs-sys-next v0.1.2
28542024-09-04T16:26:09.560Z[ helios-setup] Sep 04 16:26:08.981 INFO E| Compiling errno v0.3.1
28552024-09-04T16:26:09.586Z[ helios-setup] Sep 04 16:26:09.007 INFO E| Compiling atty v0.2.14
28562024-09-04T16:26:10.028Z[ helios-setup] Sep 04 16:26:09.450 INFO E| Compiling syn v2.0.32
28572024-09-04T16:26:10.330Z[ helios-setup] Sep 04 16:26:09.751 INFO E| Compiling dirs-next v2.0.0
28582024-09-04T16:26:10.865Z[ host-package] Compiling rusqlite v0.31.0
28592024-09-04T16:26:10.927Z[ helios-setup] Sep 04 16:26:10.348 INFO E| Compiling term v0.7.0
28602024-09-04T16:26:10.946Z[ helios-setup] Sep 04 16:26:10.367 INFO E| Compiling serde_json v1.0.103
28612024-09-04T16:26:11.005Z[ helios-setup] Sep 04 16:26:10.426 INFO E| Compiling opaque-debug v0.3.0
28622024-09-04T16:26:11.106Z[ helios-setup] Sep 04 16:26:10.527 INFO E| Compiling anyhow v1.0.72
28632024-09-04T16:26:11.267Z[ helios-setup] Sep 04 16:26:10.688 INFO E| Compiling getrandom v0.2.10
28642024-09-04T16:26:12.082Z[ helios-setup] Sep 04 16:26:11.503 INFO E| Compiling ryu v1.0.15
28652024-09-04T16:26:12.224Z[ helios-setup] Sep 04 16:26:11.645 INFO E| Compiling block-buffer v0.9.0
28662024-09-04T16:26:12.251Z[ helios-setup] Sep 04 16:26:11.672 INFO E| Compiling digest v0.9.0
28672024-09-04T16:26:12.676Z[ helios-setup] Sep 04 16:26:12.097 INFO E| Compiling unicode-width v0.1.10
28682024-09-04T16:26:12.732Z[ helios-setup] Sep 04 16:26:12.153 INFO E| Compiling cpufeatures v0.2.9
28692024-09-04T16:26:13.018Z[ helios-setup] Sep 04 16:26:12.439 INFO E| Compiling tempfile v3.7.0
28702024-09-04T16:26:13.028Z[ helios-setup] Sep 04 16:26:12.449 INFO E| Compiling same-file v1.0.6
28712024-09-04T16:26:13.052Z[ helios-setup] Sep 04 16:26:12.473 INFO E| Compiling getopts v0.2.21
28722024-09-04T16:26:13.247Z[ helios-setup] Sep 04 16:26:12.667 INFO E| Compiling time v0.3.36
28732024-09-04T16:26:13.699Z[ helios-setup] Sep 04 16:26:13.120 INFO E| Compiling walkdir v2.3.3
28742024-09-04T16:26:14.229Z[ helios-setup] Sep 04 16:26:13.650 INFO E| Compiling sha-1 v0.9.8
28752024-09-04T16:26:14.595Z[ helios-setup] Sep 04 16:26:14.016 INFO E| Compiling md-5 v0.9.1
28762024-09-04T16:26:14.849Z[ helios-setup] Sep 04 16:26:14.269 INFO E| Compiling glob v0.3.1
28772024-09-04T16:26:15.175Z[ helios-setup] Sep 04 16:26:14.595 INFO E| Compiling libdevinfo-sys v1.0.0
28782024-09-04T16:26:15.912Z[ host-package] Compiling ratatui v0.28.0
28792024-09-04T16:26:17.015Z[ helios-setup] Sep 04 16:26:16.435 INFO E| Compiling slog-term v2.9.0
28802024-09-04T16:26:19.486Z[ host-package] Compiling ron v0.7.1
28812024-09-04T16:26:19.880Z[ helios-setup] Sep 04 16:26:19.300 INFO E| Compiling serde_derive v1.0.193
28822024-09-04T16:26:25.287Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28832024-09-04T16:26:27.555Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28842024-09-04T16:26:31.017Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28852024-09-04T16:26:34.259Z[ helios-setup] Sep 04 16:26:33.677 INFO E| Compiling toml v0.5.11
28862024-09-04T16:26:34.262Z[ helios-setup] Sep 04 16:26:33.677 INFO E| Compiling uuid v0.8.2
28872024-09-04T16:26:35.365Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28882024-09-04T16:26:36.273Z[ host-package] Compiling zone v0.1.8
28892024-09-04T16:26:36.336Z[ helios-setup] Sep 04 16:26:35.754 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28902024-09-04T16:26:37.441Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28912024-09-04T16:26:41.278Z[ helios-setup] Sep 04 16:26:40.694 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28922024-09-04T16:26:44.054Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28932024-09-04T16:26:50.244Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28942024-09-04T16:26:51.072Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28952024-09-04T16:26:53.529Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28962024-09-04T16:26:54.013Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28972024-09-04T16:26:54.207Z[ helios-setup] Sep 04 16:26:53.622 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.43s
28982024-09-04T16:26:54.243Z[ helios-setup] Sep 04 16:26:53.658 INFO building project "image-builder" ok (50 seconds)
28992024-09-04T16:26:54.246Z[ helios-setup] Sep 04 16:26:53.658 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29002024-09-04T16:26:54.246Z[ helios-setup] Sep 04 16:26:53.658 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29012024-09-04T16:26:54.254Z[ helios-setup] Sep 04 16:26:53.669 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29022024-09-04T16:26:54.443Z[ helios-setup] Sep 04 16:26:53.858 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29032024-09-04T16:26:54.443Z[ helios-setup] Sep 04 16:26:53.858 INFO E| info: downloading component 'cargo'
29042024-09-04T16:26:55.854Z[ helios-setup] Sep 04 16:26:55.268 INFO E| info: downloading component 'clippy'
29052024-09-04T16:26:56.218Z[ helios-setup] Sep 04 16:26:55.632 INFO E| info: downloading component 'rust-docs'
29062024-09-04T16:26:57.399Z[ helios-setup] Sep 04 16:26:56.814 INFO E| info: downloading component 'rust-src'
29072024-09-04T16:26:57.558Z[ helios-setup] Sep 04 16:26:56.972 INFO E| info: downloading component 'rust-std'
29082024-09-04T16:26:59.478Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29092024-09-04T16:26:59.683Z[ host-package] Compiling twox-hash v1.6.3
29102024-09-04T16:26:59.724Z[ helios-setup] Sep 04 16:26:59.138 INFO E| info: downloading component 'rustc'
29112024-09-04T16:27:00.015Z[ host-package] Compiling signal-hook-tokio v0.3.1
29122024-09-04T16:27:00.275Z[ host-package] Compiling yasna v0.5.2
29132024-09-04T16:27:00.829Z[ host-package] Compiling portpicker v0.1.1
29142024-09-04T16:27:01.321Z[ host-package] Compiling smawk v0.3.2
29152024-09-04T16:27:01.618Z[ host-package] Compiling unicode-linebreak v0.1.5
29162024-09-04T16:27:02.220Z[ host-package] Compiling textwrap v0.16.1
29172024-09-04T16:27:03.981Z[ host-package] Compiling rcgen v0.12.1
29182024-09-04T16:27:04.775Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29192024-09-04T16:27:05.483Z[ helios-setup] Sep 04 16:27:04.896 INFO E| info: downloading component 'rustfmt'
29202024-09-04T16:27:06.348Z[ helios-setup] Sep 04 16:27:05.761 INFO E| info: installing component 'cargo'
29212024-09-04T16:27:07.794Z[ helios-setup] Sep 04 16:27:07.207 INFO E| info: installing component 'clippy'
29222024-09-04T16:27:08.249Z[ helios-setup] Sep 04 16:27:07.661 INFO E| info: installing component 'rust-docs'
29232024-09-04T16:27:12.077Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29242024-09-04T16:27:12.788Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29252024-09-04T16:27:15.199Z[ helios-setup] Sep 04 16:27:14.611 INFO E| info: installing component 'rust-src'
29262024-09-04T16:27:15.846Z[ helios-setup] Sep 04 16:27:15.257 INFO E| info: installing component 'rust-std'
29272024-09-04T16:27:18.356Z[ helios-setup] Sep 04 16:27:17.767 INFO E| info: installing component 'rustc'
29282024-09-04T16:27:18.920Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29292024-09-04T16:27:22.397Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29302024-09-04T16:27:24.621Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29312024-09-04T16:27:24.917Z[ helios-setup] Sep 04 16:27:24.327 INFO E| info: installing component 'rustfmt'
29322024-09-04T16:27:25.762Z[ helios-setup] Sep 04 16:27:25.172 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29332024-09-04T16:27:26.670Z[ helios-setup] Sep 04 16:27:26.080 INFO E| From https://github.com/oxidecomputer/amd-apcb
29342024-09-04T16:27:26.670Z[ helios-setup] Sep 04 16:27:26.080 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29352024-09-04T16:27:26.673Z[ helios-setup] Sep 04 16:27:26.080 INFO E| * [new tag] v0.3.3 -> v0.3.3
29362024-09-04T16:27:26.701Z[ helios-setup] Sep 04 16:27:26.111 INFO E| * [new tag] v0.1.3 -> v0.1.3
29372024-09-04T16:27:26.701Z[ helios-setup] Sep 04 16:27:26.112 INFO E| * [new tag] v0.1.4 -> v0.1.4
29382024-09-04T16:27:26.704Z[ helios-setup] Sep 04 16:27:26.112 INFO E| * [new tag] v0.1.5 -> v0.1.5
29392024-09-04T16:27:26.704Z[ helios-setup] Sep 04 16:27:26.112 INFO E| * [new tag] v0.2.0 -> v0.2.0
29402024-09-04T16:27:26.704Z[ helios-setup] Sep 04 16:27:26.112 INFO E| * [new tag] v0.3.0 -> v0.3.0
29412024-09-04T16:27:26.704Z[ helios-setup] Sep 04 16:27:26.112 INFO E| * [new tag] v0.3.1 -> v0.3.1
29422024-09-04T16:27:26.704Z[ helios-setup] Sep 04 16:27:26.112 INFO E| * [new tag] v0.3.2 -> v0.3.2
29432024-09-04T16:27:26.755Z[ helios-setup] Sep 04 16:27:26.165 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29442024-09-04T16:27:27.661Z[ helios-setup] Sep 04 16:27:27.070 INFO E| From https://github.com/oxidecomputer/amd-efs
29452024-09-04T16:27:27.661Z[ helios-setup] Sep 04 16:27:27.070 INFO E| * [new branch] empty -> origin/empty
29462024-09-04T16:27:27.661Z[ helios-setup] Sep 04 16:27:27.070 INFO E| * [new branch] issue-99 -> origin/issue-99
29472024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.071 INFO E| * [new branch] main -> origin/main
29482024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.071 INFO E| * [new branch] review -> origin/review
29492024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.071 INFO E| * [new ref] -> origin/HEAD
29502024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.071 INFO E| * [new tag] v0.2.0 -> v0.2.0
29512024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.071 INFO E| * [new tag] v0.2.1 -> v0.2.1
29522024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.071 INFO E| * [new tag] v0.2.2 -> v0.2.2
29532024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.072 INFO E| * [new tag] v0.2.3 -> v0.2.3
29542024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.072 INFO E| * [new tag] v0.2.4 -> v0.2.4
29552024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.072 INFO E| * [new tag] v0.2.5 -> v0.2.5
29562024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.072 INFO E| * [new tag] v0.2.6 -> v0.2.6
29572024-09-04T16:27:27.663Z[ helios-setup] Sep 04 16:27:27.072 INFO E| * [new tag] v0.2.7 -> v0.2.7
29582024-09-04T16:27:27.664Z[ helios-setup] Sep 04 16:27:27.072 INFO E| * [new tag] v0.3.0 -> v0.3.0
29592024-09-04T16:27:27.664Z[ helios-setup] Sep 04 16:27:27.072 INFO E| * [new tag] v0.3.1 -> v0.3.1
29602024-09-04T16:27:27.664Z[ helios-setup] Sep 04 16:27:27.073 INFO E| * [new tag] v0.4.0 -> v0.4.0
29612024-09-04T16:27:27.687Z[ helios-setup] Sep 04 16:27:27.097 INFO E| Updating crates.io index
29622024-09-04T16:27:27.851Z[ helios-setup] Sep 04 16:27:27.261 INFO E| Downloading crates ...
29632024-09-04T16:27:27.942Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29642024-09-04T16:27:28.058Z[ helios-setup] Sep 04 16:27:27.468 INFO E| Downloaded unic-common v0.9.0
29652024-09-04T16:27:28.061Z[ helios-setup] Sep 04 16:27:27.470 INFO E| Downloaded unic-char-range v0.9.0
29662024-09-04T16:27:28.063Z[ helios-setup] Sep 04 16:27:27.473 INFO E| Downloaded unic-char-property v0.9.0
29672024-09-04T16:27:28.065Z[ helios-setup] Sep 04 16:27:27.475 INFO E| Downloaded strum v0.23.0
29682024-09-04T16:27:28.068Z[ helios-setup] Sep 04 16:27:27.476 INFO E| Downloaded unic-ucd-version v0.9.0
29692024-09-04T16:27:28.068Z[ helios-setup] Sep 04 16:27:27.477 INFO E| Downloaded four-cc v0.3.0
29702024-09-04T16:27:28.070Z[ helios-setup] Sep 04 16:27:27.479 INFO E| Downloaded vec_map v0.8.2
29712024-09-04T16:27:28.072Z[ helios-setup] Sep 04 16:27:27.481 INFO E| Downloaded strum_macros v0.23.1
29722024-09-04T16:27:28.074Z[ helios-setup] Sep 04 16:27:27.484 INFO E| Downloaded unic-ucd-ident v0.9.0
29732024-09-04T16:27:28.077Z[ helios-setup] Sep 04 16:27:27.486 INFO E| Downloaded structopt-derive v0.4.18
29742024-09-04T16:27:28.079Z[ helios-setup] Sep 04 16:27:27.489 INFO E| Downloaded bytesize v1.3.0
29752024-09-04T16:27:28.082Z[ helios-setup] Sep 04 16:27:27.490 INFO E| Downloaded textwrap v0.11.0
29762024-09-04T16:27:28.084Z[ helios-setup] Sep 04 16:27:27.493 INFO E| Downloaded num-derive v0.3.3
29772024-09-04T16:27:28.087Z[ helios-setup] Sep 04 16:27:27.495 INFO E| Downloaded semver-parser v0.7.0
29782024-09-04T16:27:28.089Z[ helios-setup] Sep 04 16:27:27.497 INFO E| Downloaded strsim v0.8.0
29792024-09-04T16:27:28.091Z[ helios-setup] Sep 04 16:27:27.499 INFO E| Downloaded pre v0.2.1
29802024-09-04T16:27:28.091Z[ helios-setup] Sep 04 16:27:27.501 INFO E| Downloaded scroll v0.10.2
29812024-09-04T16:27:28.094Z[ helios-setup] Sep 04 16:27:27.504 INFO E| Downloaded rustc_version v0.2.3
29822024-09-04T16:27:28.096Z[ helios-setup] Sep 04 16:27:27.505 INFO E| Downloaded modular-bitfield-impl v0.11.2
29832024-09-04T16:27:28.098Z[ helios-setup] Sep 04 16:27:27.507 INFO E| Downloaded semver v0.9.0
29842024-09-04T16:27:28.101Z[ helios-setup] Sep 04 16:27:27.510 INFO E| Downloaded pre-proc-macro v0.2.1
29852024-09-04T16:27:28.103Z[ helios-setup] Sep 04 16:27:27.512 INFO E| Downloaded pest_meta v2.7.11
29862024-09-04T16:27:28.105Z[ helios-setup] Sep 04 16:27:27.515 INFO E| Downloaded pest_derive v2.7.11
29872024-09-04T16:27:28.109Z[ helios-setup] Sep 04 16:27:27.519 INFO E| Downloaded structopt v0.3.26
29882024-09-04T16:27:28.122Z[ helios-setup] Sep 04 16:27:27.531 INFO E| Downloaded modular-bitfield v0.11.2
29892024-09-04T16:27:28.139Z[ helios-setup] Sep 04 16:27:27.549 INFO E| Downloaded pest v2.7.11
29902024-09-04T16:27:28.146Z[ helios-setup] Sep 04 16:27:27.556 INFO E| Downloaded goblin v0.4.3
29912024-09-04T16:27:28.155Z[ helios-setup] Sep 04 16:27:27.565 INFO E| Downloaded clap v2.34.0
29922024-09-04T16:27:28.166Z[ helios-setup] Sep 04 16:27:27.576 INFO E| Downloaded memchr v2.7.4
29932024-09-04T16:27:28.174Z[ helios-setup] Sep 04 16:27:27.584 INFO E| Downloaded libc v0.2.155
29942024-09-04T16:27:28.249Z[ helios-setup] Sep 04 16:27:27.659 INFO E| Downloaded ansi_term v0.12.1
29952024-09-04T16:27:28.251Z[ helios-setup] Sep 04 16:27:27.661 INFO E| Downloaded pest_generator v2.7.11
29962024-09-04T16:27:28.253Z[ helios-setup] Sep 04 16:27:27.663 INFO E| Downloaded memoffset v0.5.6
29972024-09-04T16:27:28.256Z[ helios-setup] Sep 04 16:27:27.664 INFO E| Downloaded scroll_derive v0.10.5
29982024-09-04T16:27:28.256Z[ helios-setup] Sep 04 16:27:27.665 INFO E| Downloaded proc-macro-crate v0.1.5
29992024-09-04T16:27:28.258Z[ helios-setup] Sep 04 16:27:27.667 INFO E| Downloaded parse_int v0.6.0
30002024-09-04T16:27:28.258Z[ helios-setup] Sep 04 16:27:27.667 INFO E| Downloaded fletcher v0.1.0
30012024-09-04T16:27:28.261Z[ helios-setup] Sep 04 16:27:27.669 INFO E| Downloaded cfg-if v0.1.10
30022024-09-04T16:27:28.350Z[ helios-setup] Sep 04 16:27:27.760 INFO E| Compiling proc-macro2 v1.0.86
30032024-09-04T16:27:28.352Z[ helios-setup] Sep 04 16:27:27.760 INFO E| Compiling unicode-ident v1.0.12
30042024-09-04T16:27:28.352Z[ helios-setup] Sep 04 16:27:27.760 INFO E| Compiling syn v1.0.109
30052024-09-04T16:27:28.352Z[ helios-setup] Sep 04 16:27:27.760 INFO E| Compiling version_check v0.9.4
30062024-09-04T16:27:28.352Z[ helios-setup] Sep 04 16:27:27.761 INFO E| Compiling autocfg v1.3.0
30072024-09-04T16:27:28.352Z[ helios-setup] Sep 04 16:27:27.761 INFO E| Compiling thiserror v1.0.63
30082024-09-04T16:27:28.353Z[ helios-setup] Sep 04 16:27:27.761 INFO E| Compiling semver-parser v0.7.0
30092024-09-04T16:27:28.353Z[ helios-setup] Sep 04 16:27:27.761 INFO E| Compiling serde v1.0.204
30102024-09-04T16:27:29.264Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30112024-09-04T16:27:29.402Z[ helios-setup] Sep 04 16:27:28.811 INFO E| Compiling proc-macro-error-attr v1.0.4
30122024-09-04T16:27:29.482Z[ helios-setup] Sep 04 16:27:28.892 INFO E| Compiling semver v0.9.0
30132024-09-04T16:27:29.515Z[ helios-setup] Sep 04 16:27:28.924 INFO E| Compiling proc-macro-error v1.0.4
30142024-09-04T16:27:30.234Z[ helios-setup] Sep 04 16:27:29.644 INFO E| Compiling rustc_version v0.2.3
30152024-09-04T16:27:30.411Z[ helios-setup] Sep 04 16:27:29.820 INFO E| Compiling serde_json v1.0.120
30162024-09-04T16:27:30.569Z[ helios-setup] Sep 04 16:27:29.979 INFO E| Compiling num-traits v0.2.19
30172024-09-04T16:27:30.612Z[ helios-setup] Sep 04 16:27:30.021 INFO E| Compiling schemars v0.8.21
30182024-09-04T16:27:30.661Z[ helios-setup] Sep 04 16:27:30.070 INFO E| Compiling ryu v1.0.18
30192024-09-04T16:27:31.118Z[ helios-setup] Sep 04 16:27:30.527 INFO E| Compiling itoa v1.0.11
30202024-09-04T16:27:31.130Z[ helios-setup] Sep 04 16:27:30.539 INFO E| Compiling unicode-segmentation v1.11.0
30212024-09-04T16:27:31.200Z[ helios-setup] Sep 04 16:27:30.609 INFO E| Compiling pre-proc-macro v0.2.1
30222024-09-04T16:27:31.400Z[ helios-setup] Sep 04 16:27:30.810 INFO E| Compiling memoffset v0.5.6
30232024-09-04T16:27:31.478Z[ helios-setup] Sep 04 16:27:30.887 INFO E| Compiling dyn-clone v1.0.17
30242024-09-04T16:27:31.697Z[ helios-setup] Sep 04 16:27:31.106 INFO E| Compiling lazy_static v1.5.0
30252024-09-04T16:27:31.818Z[ helios-setup] Sep 04 16:27:31.227 INFO E| Compiling memchr v2.7.4
30262024-09-04T16:27:31.988Z[ helios-setup] Sep 04 16:27:31.391 INFO E| Compiling ucd-trie v0.1.6
30272024-09-04T16:27:32.035Z[ helios-setup] Sep 04 16:27:31.444 INFO E| Compiling libc v0.2.155
30282024-09-04T16:27:32.081Z[ helios-setup] Sep 04 16:27:31.490 INFO E| Compiling quote v1.0.36
30292024-09-04T16:27:32.156Z[ helios-setup] Sep 04 16:27:31.565 INFO E| Compiling paste v1.0.15
30302024-09-04T16:27:32.930Z[ helios-setup] Sep 04 16:27:32.339 INFO E| Compiling syn v2.0.71
30312024-09-04T16:27:33.540Z[ helios-setup] Sep 04 16:27:32.946 INFO E| Compiling heck v0.3.3
30322024-09-04T16:27:33.552Z[ helios-setup] Sep 04 16:27:32.961 INFO E| Compiling rustversion v1.0.17
30332024-09-04T16:27:34.348Z[ helios-setup] Sep 04 16:27:33.757 INFO E| Compiling pre v0.2.1
30342024-09-04T16:27:34.457Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30352024-09-04T16:27:35.062Z[ helios-setup] Sep 04 16:27:34.471 INFO E| Compiling cfg-if v0.1.10
30362024-09-04T16:27:35.098Z[ helios-setup] Sep 04 16:27:34.507 INFO E| Compiling byteorder v1.5.0
30372024-09-04T16:27:35.157Z[ helios-setup] Sep 04 16:27:34.565 INFO E| Compiling once_cell v1.19.0
30382024-09-04T16:27:35.497Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30392024-09-04T16:27:35.693Z[ helios-setup] Sep 04 16:27:35.101 INFO E| Compiling static_assertions v1.1.0
30402024-09-04T16:27:36.354Z[ helios-setup] Sep 04 16:27:35.762 INFO E| Compiling unicode-width v0.1.13
30412024-09-04T16:27:36.923Z[ helios-setup] Sep 04 16:27:36.330 INFO E| Compiling textwrap v0.11.0
30422024-09-04T16:27:37.938Z[ helios-setup] Sep 04 16:27:37.347 INFO E| Compiling atty v0.2.14
30432024-09-04T16:27:38.259Z[ helios-setup] Sep 04 16:27:37.667 INFO E| Compiling unic-char-range v0.9.0
30442024-09-04T16:27:38.356Z[ helios-setup] Sep 04 16:27:37.764 INFO E| Compiling strsim v0.8.0
30452024-09-04T16:27:38.676Z[ helios-setup] Sep 04 16:27:38.083 INFO E| Compiling parse_int v0.6.0
30462024-09-04T16:27:38.697Z[ helios-setup] Sep 04 16:27:38.106 INFO E| Compiling strum v0.23.0
30472024-09-04T16:27:38.833Z[ helios-setup] Sep 04 16:27:38.241 INFO E| Compiling bitflags v1.3.2
30482024-09-04T16:27:38.932Z[ helios-setup] Sep 04 16:27:38.340 INFO E| Compiling fletcher v0.1.0
30492024-09-04T16:27:39.071Z[ helios-setup] Sep 04 16:27:38.479 INFO E| Compiling unic-common v0.9.0
30502024-09-04T16:27:39.154Z[ helios-setup] Sep 04 16:27:38.562 INFO E| Compiling vec_map v0.8.2
30512024-09-04T16:27:39.175Z[ helios-setup] Sep 04 16:27:38.584 INFO E| Compiling ansi_term v0.12.1
30522024-09-04T16:27:39.244Z[ helios-setup] Sep 04 16:27:38.652 INFO E| Compiling unic-ucd-version v0.9.0
30532024-09-04T16:27:39.319Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30542024-09-04T16:27:39.333Z[ helios-setup] Sep 04 16:27:38.742 INFO E| Compiling unic-char-property v0.9.0
30552024-09-04T16:27:39.349Z[ helios-setup] Sep 04 16:27:38.757 INFO E| Compiling plain v0.2.3
30562024-09-04T16:27:39.828Z[ helios-setup] Sep 04 16:27:39.236 INFO E| Compiling clap v2.34.0
30572024-09-04T16:27:39.833Z[ helios-setup] Sep 04 16:27:39.241 INFO E| Compiling log v0.4.22
30582024-09-04T16:27:39.878Z[ helios-setup] Sep 04 16:27:39.286 INFO E| Compiling unic-ucd-ident v0.9.0
30592024-09-04T16:27:40.232Z[ helios-setup] Sep 04 16:27:39.640 INFO E| Compiling bytesize v1.3.0
30602024-09-04T16:27:41.477Z[ helios-setup] Sep 04 16:27:40.885 INFO E| Compiling serde_derive_internals v0.29.1
30612024-09-04T16:27:43.745Z[ helios-setup] Sep 04 16:27:43.153 INFO E| Compiling toml v0.5.11
30622024-09-04T16:27:47.055Z[ helios-setup] Sep 04 16:27:46.462 INFO E| Compiling proc-macro-crate v0.1.5
30632024-09-04T16:27:47.252Z[ helios-setup] Sep 04 16:27:46.659 INFO E| Compiling thiserror-impl v1.0.63
30642024-09-04T16:27:47.252Z[ helios-setup] Sep 04 16:27:46.659 INFO E| Compiling serde_derive v1.0.204
30652024-09-04T16:27:47.313Z[ host-package] Compiling atomicwrites v0.4.3
30662024-09-04T16:27:47.565Z[ helios-setup] Sep 04 16:27:46.972 INFO E| Compiling schemars_derive v0.8.21
30672024-09-04T16:27:48.012Z[ host-package] Compiling fatfs v0.3.6
30682024-09-04T16:27:48.369Z[ host-package] Compiling subprocess v0.2.9
30692024-09-04T16:27:48.863Z[ helios-setup] Sep 04 16:27:48.269 INFO E| Compiling zerocopy-derive v0.6.6
30702024-09-04T16:27:52.769Z[ helios-setup] Sep 04 16:27:52.175 INFO E| Compiling zerocopy v0.6.6
30712024-09-04T16:27:52.978Z[ helios-setup] Sep 04 16:27:52.384 INFO E| Compiling pest v2.7.11
30722024-09-04T16:27:54.368Z[ host-package] Compiling rtoolbox v0.0.2
30732024-09-04T16:27:55.339Z[ host-package] Compiling assert_matches v1.5.0
30742024-09-04T16:27:55.615Z[ host-package] Compiling is_ci v1.2.0
30752024-09-04T16:27:55.897Z[ host-package] Compiling supports-color v3.0.0
30762024-09-04T16:27:56.665Z[ host-package] Compiling rpassword v7.3.1
30772024-09-04T16:27:56.845Z[ helios-setup] Sep 04 16:27:56.251 INFO E| Compiling modular-bitfield-impl v0.11.2
30782024-09-04T16:27:57.214Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30792024-09-04T16:27:57.240Z[ helios-setup] Sep 04 16:27:56.646 INFO E| Compiling num-derive v0.3.3
30802024-09-04T16:27:57.310Z[ helios-setup] Sep 04 16:27:56.715 INFO E| Compiling scroll_derive v0.10.5
30812024-09-04T16:27:57.408Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30822024-09-04T16:27:57.666Z[ helios-setup] Sep 04 16:27:57.071 INFO E| Compiling pest_meta v2.7.11
30832024-09-04T16:27:57.723Z[ helios-setup] Sep 04 16:27:57.129 INFO E| Compiling strum_macros v0.23.1
30842024-09-04T16:27:58.959Z[ helios-setup] Sep 04 16:27:58.363 INFO E| Compiling structopt-derive v0.4.18
30852024-09-04T16:28:00.392Z[ helios-setup] Sep 04 16:27:59.797 INFO E| Compiling scroll v0.10.2
30862024-09-04T16:28:02.040Z[ helios-setup] Sep 04 16:28:01.444 INFO E| Compiling pest_generator v2.7.11
30872024-09-04T16:28:02.263Z[ helios-setup] Sep 04 16:28:01.668 INFO E| Compiling goblin v0.4.3
30882024-09-04T16:28:02.466Z[ helios-setup] Sep 04 16:28:01.870 INFO E| Compiling modular-bitfield v0.11.2
30892024-09-04T16:28:05.001Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30902024-09-04T16:28:05.033Z[ helios-setup] Sep 04 16:28:04.437 INFO E| Compiling structopt v0.3.26
30912024-09-04T16:28:06.101Z[ helios-setup] Sep 04 16:28:05.506 INFO E| Compiling pest_derive v2.7.11
30922024-09-04T16:28:07.422Z[ host-package] Compiling tui-tree-widget v0.22.0
30932024-09-04T16:28:08.072Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30942024-09-04T16:28:08.984Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30952024-09-04T16:28:12.605Z[ helios-setup] Sep 04 16:28:12.008 INFO E| Compiling json5 v0.4.1
30962024-09-04T16:28:14.097Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30972024-09-04T16:28:18.531Z[ helios-setup] Sep 04 16:28:17.933 INFO E| Compiling four-cc v0.3.0
30982024-09-04T16:28:18.537Z[ helios-setup] Sep 04 16:28:17.940 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
30992024-09-04T16:28:18.751Z[ helios-setup] Sep 04 16:28:18.153 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31002024-09-04T16:28:23.674Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31012024-09-04T16:28:24.262Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31022024-09-04T16:28:27.321Z[ host-package] Compiling uzers v0.11.3
31032024-09-04T16:28:30.436Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31042024-09-04T16:28:31.360Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31052024-09-04T16:28:33.730Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31062024-09-04T16:28:35.247Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31072024-09-04T16:28:50.191Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31082024-09-04T16:29:01.888Z[ helios-setup] Sep 04 16:29:01.284 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31092024-09-04T16:29:03.041Z[ host-package] Compiling multimap v0.10.0
31102024-09-04T16:29:18.234Z[ helios-setup] Sep 04 16:29:17.627 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31112024-09-04T16:30:13.890Z[ helios-setup] Sep 04 16:30:13.275 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 48s
31122024-09-04T16:30:13.929Z[ helios-setup] Sep 04 16:30:13.314 INFO building project "amd-host-image-builder" ok (199 seconds)
31132024-09-04T16:30:13.932Z[ helios-setup] Sep 04 16:30:13.315 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31142024-09-04T16:30:13.932Z[ helios-setup] Sep 04 16:30:13.315 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31152024-09-04T16:30:14.320Z[ helios-setup] Sep 04 16:30:13.704 INFO E| Downloading crates ...
31162024-09-04T16:30:14.418Z[ helios-setup] Sep 04 16:30:13.803 INFO E| Downloaded typenum v1.15.0
31172024-09-04T16:30:14.423Z[ helios-setup] Sep 04 16:30:13.808 INFO E| Downloaded sha2 v0.10.5
31182024-09-04T16:30:14.426Z[ helios-setup] Sep 04 16:30:13.812 INFO E| Downloaded anyhow v1.0.62
31192024-09-04T16:30:14.453Z[ helios-setup] Sep 04 16:30:13.838 INFO E| Downloaded digest v0.10.3
31202024-09-04T16:30:14.456Z[ helios-setup] Sep 04 16:30:13.841 INFO E| Downloaded bytes v1.2.1
31212024-09-04T16:30:14.682Z[ helios-setup] Sep 04 16:30:14.067 INFO E| Compiling version_check v0.9.4
31222024-09-04T16:30:14.682Z[ helios-setup] Sep 04 16:30:14.067 INFO E| Compiling typenum v1.15.0
31232024-09-04T16:30:14.685Z[ helios-setup] Sep 04 16:30:14.067 INFO E| Compiling cfg-if v1.0.0
31242024-09-04T16:30:14.685Z[ helios-setup] Sep 04 16:30:14.067 INFO E| Compiling crc32fast v1.3.2
31252024-09-04T16:30:14.685Z[ helios-setup] Sep 04 16:30:14.067 INFO E| Compiling anyhow v1.0.62
31262024-09-04T16:30:14.685Z[ helios-setup] Sep 04 16:30:14.067 INFO E| Compiling adler v1.0.2
31272024-09-04T16:30:14.685Z[ helios-setup] Sep 04 16:30:14.067 INFO E| Compiling unicode-width v0.1.10
31282024-09-04T16:30:14.685Z[ helios-setup] Sep 04 16:30:14.067 INFO E| Compiling cpufeatures v0.2.5
31292024-09-04T16:30:15.390Z[ helios-setup] Sep 04 16:30:14.775 INFO E| Compiling bitflags v1.3.2
31302024-09-04T16:30:15.599Z[ helios-setup] Sep 04 16:30:14.984 INFO E| Compiling miniz_oxide v0.6.2
31312024-09-04T16:30:15.624Z[ helios-setup] Sep 04 16:30:15.009 INFO E| Compiling getopts v0.2.21
31322024-09-04T16:30:15.642Z[ helios-setup] Sep 04 16:30:15.027 INFO E| Compiling bytes v1.2.1
31332024-09-04T16:30:16.668Z[ helios-setup] Sep 04 16:30:16.053 INFO E| Compiling generic-array v0.14.6
31342024-09-04T16:30:17.012Z[ helios-setup] Sep 04 16:30:16.397 INFO E| Compiling flate2 v1.0.25
31352024-09-04T16:30:20.792Z[ helios-setup] Sep 04 16:30:20.176 INFO E| Compiling crypto-common v0.1.6
31362024-09-04T16:30:20.792Z[ helios-setup] Sep 04 16:30:20.176 INFO E| Compiling block-buffer v0.10.3
31372024-09-04T16:30:21.009Z[ helios-setup] Sep 04 16:30:20.392 INFO E| Compiling digest v0.10.3
31382024-09-04T16:30:21.385Z[ helios-setup] Sep 04 16:30:20.769 INFO E| Compiling sha2 v0.10.5
31392024-09-04T16:30:21.936Z[ helios-setup] Sep 04 16:30:21.320 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31402024-09-04T16:30:27.475Z[ helios-setup] Sep 04 16:30:26.857 INFO E| Finished `release` profile [optimized] target(s) in 13.42s
31412024-09-04T16:30:27.491Z[ helios-setup] Sep 04 16:30:26.874 INFO building project "bootserver" ok (13 seconds)
31422024-09-04T16:30:27.494Z[ helios-setup] rm -f helios-build
31432024-09-04T16:30:27.496Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31442024-09-04T16:30:27.499Z[ helios-setup]
31452024-09-04T16:30:27.501Z[ helios-setup] Setup complete! ./helios-build is now available.
31462024-09-04T16:30:27.504Z[ helios-setup]
31472024-09-04T16:30:27.504Z[ helios-setup]
31482024-09-04T16:30:27.504Z[ helios-setup] real 12:33.989475199
31492024-09-04T16:30:27.504Z[ helios-setup] user 29:45.564940572
31502024-09-04T16:30:27.504Z[ helios-setup] sys 3:39.814454767
31512024-09-04T16:30:27.504Z[ helios-setup] trap 1.826417567
31522024-09-04T16:30:27.504Z[ helios-setup] tflt 8.304286104
31532024-09-04T16:30:27.504Z[ helios-setup] dflt 37.987501354
31542024-09-04T16:30:27.504Z[ helios-setup] kflt 0.026136876
31552024-09-04T16:30:27.506Z[ helios-setup] lock 2:09:57.448639716
31562024-09-04T16:30:27.506Z[ helios-setup] slp 3:45:07.697737664
31572024-09-04T16:30:27.506ZSep 04 16:30:26.888 INFO [helios-setup] process exited with exit status: 0 (753.995674796s)
31582024-09-04T16:30:27.507Z[ helios-setup] lat 33:45.811642585
31592024-09-04T16:30:27.507Z[ helios-setup] stop 4:53.322303347
31602024-09-04T16:30:27.507ZSep 04 16:30:26.888 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31612024-09-04T16:30:27.526Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31622024-09-04T16:30:27.839Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31632024-09-04T16:30:27.842Z[ phbl-toolchain] info: downloading component 'cargo'
31642024-09-04T16:30:29.016Z[ phbl-toolchain] info: downloading component 'clippy'
31652024-09-04T16:30:29.274Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31662024-09-04T16:30:33.920Z[ phbl-toolchain] info: downloading component 'miri'
31672024-09-04T16:30:34.302Z[ phbl-toolchain] info: downloading component 'rust-docs'
31682024-09-04T16:30:35.722Z[ phbl-toolchain] info: downloading component 'rust-src'
31692024-09-04T16:30:35.910Z[ phbl-toolchain] info: downloading component 'rust-std'
31702024-09-04T16:30:38.187Z[ phbl-toolchain] info: downloading component 'rustc'
31712024-09-04T16:30:43.991Z[ phbl-toolchain] info: downloading component 'rustfmt'
31722024-09-04T16:30:44.429Z[ phbl-toolchain] info: installing component 'cargo'
31732024-09-04T16:30:45.915Z[ phbl-toolchain] info: installing component 'clippy'
31742024-09-04T16:30:46.485Z[ phbl-toolchain] info: installing component 'llvm-tools'
31752024-09-04T16:30:52.256Z[ phbl-toolchain] info: installing component 'miri'
31762024-09-04T16:30:52.626Z[ phbl-toolchain] info: installing component 'rust-docs'
31772024-09-04T16:31:00.000Z[ phbl-toolchain] info: installing component 'rust-src'
31782024-09-04T16:31:00.174Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31792024-09-04T16:31:00.655Z[ phbl-toolchain] info: installing component 'rust-std'
31802024-09-04T16:31:03.061Z[ phbl-toolchain] info: installing component 'rustc'
31812024-09-04T16:31:09.192Z[ phbl-toolchain] info: installing component 'rustfmt'
31822024-09-04T16:31:10.074Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31832024-09-04T16:31:10.078ZSep 04 16:31:09.454 INFO [phbl-toolchain] process exited with exit status: 0 (42.565973077s)
31842024-09-04T16:31:26.288Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852024-09-04T16:38:12.751Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 32s
31862024-09-04T16:39:14.934ZSep 04 16:39:14.239 INFO [host-package] process exited with exit status: 0 (1234.631008168s)
31872024-09-04T16:39:14.936ZSep 04 16:39:14.240 INFO [host-stamp] running task
31882024-09-04T16:39:14.937ZSep 04 16:39:14.240 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31892024-09-04T16:39:14.942ZSep 04 16:39:14.247 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+git86b0ae678a9
31902024-09-04T16:39:14.950ZSep 04 16:39:14.256 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+git86b0ae678a9
31912024-09-04T16:39:14.956Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31922024-09-04T16:39:14.960ZSep 04 16:39:14.265 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+git86b0ae678a9
31932024-09-04T16:39:14.966Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-09-04T16:39:14.968Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31952024-09-04T16:39:14.970ZSep 04 16:39:14.274 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+git86b0ae678a9
31962024-09-04T16:39:14.976Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31972024-09-04T16:39:14.979ZSep 04 16:39:14.285 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+git86b0ae678a9
31982024-09-04T16:39:14.987Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31992024-09-04T16:39:14.991ZSep 04 16:39:14.296 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+git86b0ae678a9
32002024-09-04T16:39:14.997Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32012024-09-04T16:39:14.997Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32022024-09-04T16:39:15.002ZSep 04 16:39:14.308 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+git86b0ae678a9
32032024-09-04T16:39:15.005Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-09-04T16:39:15.013Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32052024-09-04T16:39:15.015ZSep 04 16:39:14.320 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (73.197059ms)
32062024-09-04T16:39:15.015ZSep 04 16:39:14.320 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+git86b0ae678a9
32072024-09-04T16:39:15.023Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-09-04T16:39:15.028Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32092024-09-04T16:39:15.028ZSep 04 16:39:14.333 INFO [stamp-overlay] process exited with exit status: 0 (58.630028ms)
32102024-09-04T16:39:15.030ZSep 04 16:39:14.333 INFO [stamp-oxlog] process exited with exit status: 0 (48.496994ms)
32112024-09-04T16:39:15.041Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32122024-09-04T16:39:15.068Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32132024-09-04T16:39:15.072ZSep 04 16:39:14.378 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.840884ms)
32142024-09-04T16:39:15.222Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32152024-09-04T16:39:15.226ZSep 04 16:39:14.531 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (235.077283ms)
32162024-09-04T16:39:15.361Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32172024-09-04T16:39:15.364ZSep 04 16:39:14.670 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (361.983205ms)
32182024-09-04T16:39:16.246Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32192024-09-04T16:39:16.249ZSep 04 16:39:15.555 INFO [stamp-propolis-server] process exited with exit status: 0 (1.234324686s)
32202024-09-04T16:39:16.406Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32212024-09-04T16:39:18.791Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32222024-09-04T16:39:25.549Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32232024-09-04T16:39:25.552ZSep 04 16:39:24.856 INFO [stamp-switch-asic] process exited with exit status: 0 (10.591072444s)
32242024-09-04T16:39:25.552ZSep 04 16:39:24.856 INFO [host-stamp] task succeeded (10.616454454s)
32252024-09-04T16:39:25.554ZSep 04 16:39:24.856 INFO [host-proto] running task
32262024-09-04T16:39:25.944ZSep 04 16:39:25.247 INFO [host-proto] task succeeded (391.219324ms)
32272024-09-04T16:39:25.944ZSep 04 16:39:25.248 INFO [host-profile] running task
32282024-09-04T16:39:25.946ZSep 04 16:39:25.248 INFO [host-profile] task succeeded (299.443µs)
32292024-09-04T16:39:25.946ZSep 04 16:39:25.248 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/.tmphHrvRQ/proto/host/root -N 'ci 86b0ae6/${os_short_commit} 2024-09-04 16:17' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32302024-09-04T16:39:25.958Z[ host-image] Sep 04 16:39:25.262 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32312024-09-04T16:39:25.961Z[ host-image] Sep 04 16:39:25.262 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32322024-09-04T16:39:25.973Z[ host-image] Sep 04 16:39:25.276 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmphHrvRQ/proto/host/root"
32332024-09-04T16:39:25.973Z[ host-image] Sep 04 16:39:25.276 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32342024-09-04T16:39:25.975Z[ host-image] Sep 04 16:39:25.277 INFO image builder template: ramdisk-01-os...
32352024-09-04T16:39:25.975Z[ host-image] Sep 04 16:39:25.277 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/.tmphHrvRQ/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
32362024-09-04T16:39:25.993Z[ host-image] Sep 04 16:39:25.297 INFO O| Sep 04 16:39:25.297 INFO CREATE DATASET: rpool/images/build/host/output
32372024-09-04T16:39:26.119Z[ host-image] Sep 04 16:39:25.423 INFO O| Sep 04 16:39:25.422 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32382024-09-04T16:39:26.123Z[ host-image] Sep 04 16:39:25.427 INFO O| Sep 04 16:39:25.427 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32392024-09-04T16:39:26.304Z[ host-image] Sep 04 16:39:25.608 INFO O| Sep 04 16:39:25.608 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32402024-09-04T16:39:26.433Z[ host-image] Sep 04 16:39:25.737 INFO O| Sep 04 16:39:25.737 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32412024-09-04T16:39:26.434Z[ host-image] Sep 04 16:39:25.737 INFO O| Sep 04 16:39:25.737 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32422024-09-04T16:39:26.436Z[ host-image] Sep 04 16:39:25.737 INFO O| Sep 04 16:39:25.737 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32432024-09-04T16:39:26.436Z[ host-image] Sep 04 16:39:25.737 INFO O| Sep 04 16:39:25.737 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32442024-09-04T16:39:26.441Z[ host-image] Sep 04 16:39:25.745 INFO O| Sep 04 16:39:25.745 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32452024-09-04T16:39:26.616Z[ host-image] Sep 04 16:39:25.919 INFO O| Sep 04 16:39:25.919 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32462024-09-04T16:39:26.630Z[ host-image] Sep 04 16:39:25.934 INFO O| Sep 04 16:39:25.934 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32472024-09-04T16:39:27.078Z[ host-image] Sep 04 16:39:26.382 INFO O| Sep 04 16:39:26.382 INFO O| Caching catalogs ... Done
32482024-09-04T16:39:27.203Z[ host-image] Sep 04 16:39:26.506 INFO O| Sep 04 16:39:26.506 INFO STEP 0 (pkg_image_create) COMPLETE
32492024-09-04T16:39:27.203Z[ host-image] Sep 04 16:39:26.506 INFO O| Sep 04 16:39:26.506 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32502024-09-04T16:39:27.205Z[ host-image] Sep 04 16:39:26.506 INFO O| Sep 04 16:39:26.506 INFO skip step because feature "repo_redist" is not enabled
32512024-09-04T16:39:27.205Z[ host-image] Sep 04 16:39:26.506 INFO O| Sep 04 16:39:26.506 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32522024-09-04T16:39:27.220Z[ host-image] Sep 04 16:39:26.523 INFO O| Sep 04 16:39:26.523 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"]
32532024-09-04T16:39:27.760Z[ host-image] Sep 04 16:39:27.064 INFO O| Sep 04 16:39:27.064 INFO STEP 2 (pkg_set_publisher) COMPLETE
32542024-09-04T16:39:27.761Z[ host-image] Sep 04 16:39:27.064 INFO O| Sep 04 16:39:27.064 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-09-04T16:39:27.779Z[ host-image] Sep 04 16:39:27.082 INFO O| Sep 04 16:39:27.082 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"]
32562024-09-04T16:39:28.410Z[ host-image] Sep 04 16:39:27.713 INFO O| Sep 04 16:39:27.713 INFO STEP 3 (pkg_set_publisher) COMPLETE
32572024-09-04T16:39:28.410Z[ host-image] Sep 04 16:39:27.713 INFO O| Sep 04 16:39:27.713 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32582024-09-04T16:39:28.413Z[ host-image] Sep 04 16:39:27.713 INFO O| Sep 04 16:39:27.713 INFO skip step because feature "repo_redist" is not enabled
32592024-09-04T16:39:28.413Z[ host-image] Sep 04 16:39:27.713 INFO O| Sep 04 16:39:27.713 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32602024-09-04T16:39:28.992Z[ host-image] Sep 04 16:39:28.295 INFO O| Sep 04 16:39:28.295 INFO variant opensolaris.zone is already global
32612024-09-04T16:39:28.992Z[ host-image] Sep 04 16:39:28.295 INFO O| Sep 04 16:39:28.295 INFO STEP 5 (pkg_change_variant) COMPLETE
32622024-09-04T16:39:28.995Z[ host-image] Sep 04 16:39:28.295 INFO O| Sep 04 16:39:28.295 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32632024-09-04T16:39:29.601Z[ host-image] Sep 04 16:39:28.904 INFO O| Sep 04 16:39:28.904 INFO variant opensolaris.imagetype is full; changing to partial
32642024-09-04T16:39:29.601Z[ host-image] Sep 04 16:39:28.904 INFO O| Sep 04 16:39:28.904 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32652024-09-04T16:39:36.726Z[ host-image] Sep 04 16:39:36.028 INFO O| Sep 04 16:39:36.028 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32662024-09-04T16:39:37.867Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.69s
32672024-09-04T16:39:39.039Z[ host-image] Sep 04 16:39:38.340 INFO O| Sep 04 16:39:38.340 INFO O| Startup: Caching catalogs ... Done
32682024-09-04T16:39:39.096Z[ host-image] Sep 04 16:39:38.397 INFO O| Sep 04 16:39:38.397 INFO O| Planning: Planning completed in 0.00 seconds
32692024-09-04T16:39:39.098Z[ host-image] Sep 04 16:39:38.398 INFO O| Sep 04 16:39:38.398 INFO O| Planning: Consolidating action changes ... Done
32702024-09-04T16:39:39.098Z[ host-image] Sep 04 16:39:38.398 INFO O| Sep 04 16:39:38.398 INFO O| Planning: Evaluating mediators ... Done
32712024-09-04T16:39:39.098Z[ host-image] Sep 04 16:39:38.398 INFO O| Sep 04 16:39:38.398 INFO O| Planning: Planning completed in 0.00 seconds
32722024-09-04T16:39:39.098Z[ host-image] Sep 04 16:39:38.398 INFO O| Sep 04 16:39:38.398 INFO O| Variants/Facets to change: 1
32732024-09-04T16:39:39.116Z[ host-image] Sep 04 16:39:38.417 INFO O| Sep 04 16:39:38.417 INFO O| Done
32742024-09-04T16:39:39.116Z[ host-image] Sep 04 16:39:38.418 INFO O| Sep 04 16:39:38.417 INFO O| Done
32752024-09-04T16:39:39.532Z[ host-image] Sep 04 16:39:38.833 INFO O| Sep 04 16:39:38.833 INFO O| Done
32762024-09-04T16:39:39.563Z[ host-image] Sep 04 16:39:38.864 INFO O| Sep 04 16:39:38.864 INFO O| Done
32772024-09-04T16:39:39.565Z[ host-image] Sep 04 16:39:38.865 INFO O| Sep 04 16:39:38.865 INFO O| Done
32782024-09-04T16:39:39.565Z[ host-image] Sep 04 16:39:38.866 INFO O| Sep 04 16:39:38.865 INFO O| Done
32792024-09-04T16:39:39.565Z[ host-image] Sep 04 16:39:38.867 INFO O| Sep 04 16:39:38.867 INFO O| Done
32802024-09-04T16:39:39.597ZSep 04 16:39:38.898 INFO [recovery-package] process exited with exit status: 0 (24.658228115s)
32812024-09-04T16:39:39.597ZSep 04 16:39:38.899 INFO [recovery-stamp] running task
32822024-09-04T16:39:39.599ZSep 04 16:39:38.899 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32832024-09-04T16:39:39.603ZSep 04 16:39:38.905 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git86b0ae678a9
32842024-09-04T16:39:39.611ZSep 04 16:39:38.913 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+git86b0ae678a9
32852024-09-04T16:39:39.621Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32862024-09-04T16:39:39.630Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32872024-09-04T16:39:39.685Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32882024-09-04T16:39:39.689ZSep 04 16:39:38.991 INFO [stamp-installinator] process exited with exit status: 0 (85.59878ms)
32892024-09-04T16:39:39.745Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32902024-09-04T16:39:39.748ZSep 04 16:39:39.050 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (136.801036ms)
32912024-09-04T16:39:39.750ZSep 04 16:39:39.050 INFO [recovery-stamp] task succeeded (151.383965ms)
32922024-09-04T16:39:39.750ZSep 04 16:39:39.050 INFO [recovery-proto] running task
32932024-09-04T16:39:39.750ZSep 04 16:39:39.050 INFO [tuf-stamp] running task
32942024-09-04T16:39:39.750ZSep 04 16:39:39.051 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+git86b0ae678a9
32952024-09-04T16:39:39.759ZSep 04 16:39:39.061 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+git86b0ae678a9
32962024-09-04T16:39:39.768ZSep 04 16:39:39.069 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+git86b0ae678a9
32972024-09-04T16:39:39.773Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32982024-09-04T16:39:39.776ZSep 04 16:39:39.078 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+git86b0ae678a9
32992024-09-04T16:39:39.784Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33002024-09-04T16:39:39.786Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33012024-09-04T16:39:39.792ZSep 04 16:39:39.093 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+git86b0ae678a9
33022024-09-04T16:39:39.798Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33032024-09-04T16:39:39.800ZSep 04 16:39:39.100 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+git86b0ae678a9
33042024-09-04T16:39:39.850Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33052024-09-04T16:39:39.853ZSep 04 16:39:39.152 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+git86b0ae678a9
33062024-09-04T16:39:39.908Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33072024-09-04T16:39:39.910ZSep 04 16:39:39.208 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+git86b0ae678a9
33082024-09-04T16:39:39.922ZSep 04 16:39:39.223 INFO [recovery-proto] task succeeded (172.556071ms)
33092024-09-04T16:39:39.922ZSep 04 16:39:39.223 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/.tmphHrvRQ/proto/recovery/root -N 'recovery 86b0ae6/${os_short_commit} 2024-09-04 16:17' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33102024-09-04T16:39:39.944Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33112024-09-04T16:39:39.946ZSep 04 16:39:39.246 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+git86b0ae678a9
33122024-09-04T16:39:39.996Z[ recovery-image] Sep 04 16:39:39.250 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33132024-09-04T16:39:39.999Z[ recovery-image] Sep 04 16:39:39.251 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33142024-09-04T16:39:39.999Z[ host-image] Sep 04 16:39:39.252 INFO O| Sep 04 16:39:39.252 INFO STEP 6 (pkg_change_variant) COMPLETE
33152024-09-04T16:39:39.999Z[ recovery-image] Sep 04 16:39:39.281 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmphHrvRQ/proto/recovery/root"
33162024-09-04T16:39:39.999Z[ host-image] Sep 04 16:39:39.252 INFO O| Sep 04 16:39:39.252 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-09-04T16:39:39.999Z[ host-image] Sep 04 16:39:39.252 INFO O| Sep 04 16:39:39.252 INFO skip step because feature "debug_variant" is not enabled
33182024-09-04T16:39:39.999Z[ recovery-image] Sep 04 16:39:39.281 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33192024-09-04T16:39:39.999Z[ host-image] Sep 04 16:39:39.252 INFO O| Sep 04 16:39:39.252 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-09-04T16:39:39.999Z[ recovery-image] Sep 04 16:39:39.281 INFO image builder template: ramdisk-01-os...
33212024-09-04T16:39:39.999Z[ recovery-image] Sep 04 16:39:39.281 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/.tmphHrvRQ/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
33222024-09-04T16:39:39.999Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33232024-09-04T16:39:40.002ZSep 04 16:39:39.301 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+git86b0ae678a9
33242024-09-04T16:39:40.246Z[ recovery-image] Sep 04 16:39:39.372 INFO O| Sep 04 16:39:39.369 INFO CREATE DATASET: rpool/images/build/recovery/output
33252024-09-04T16:39:40.248Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33262024-09-04T16:39:40.248Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33272024-09-04T16:39:40.248ZSep 04 16:39:39.548 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+git86b0ae678a9
33282024-09-04T16:39:40.290Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33292024-09-04T16:39:40.295Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33302024-09-04T16:39:40.300ZSep 04 16:39:39.602 INFO [stamp-probe] process exited with exit status: 0 (393.866893ms)
33312024-09-04T16:39:40.390Z[ recovery-image] Sep 04 16:39:39.691 INFO O| Sep 04 16:39:39.691 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33322024-09-04T16:39:40.396Z[ recovery-image] Sep 04 16:39:39.697 INFO O| Sep 04 16:39:39.697 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33332024-09-04T16:39:40.718Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33342024-09-04T16:39:40.757Z[ host-image] Sep 04 16:39:40.058 INFO O| Sep 04 16:39:40.058 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33352024-09-04T16:39:40.778ZSep 04 16:39:40.079 INFO [stamp-ntp] process exited with exit status: 0 (739.842697ms)
33362024-09-04T16:39:40.795Z[ recovery-image] Sep 04 16:39:40.096 INFO O| Sep 04 16:39:40.096 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33372024-09-04T16:39:40.891Z[ recovery-image] Sep 04 16:39:40.192 INFO O| Sep 04 16:39:40.192 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33382024-09-04T16:39:40.891Z[ recovery-image] Sep 04 16:39:40.193 INFO O| Sep 04 16:39:40.192 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33392024-09-04T16:39:40.894Z[ recovery-image] Sep 04 16:39:40.193 INFO O| Sep 04 16:39:40.193 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33402024-09-04T16:39:40.894Z[ recovery-image] Sep 04 16:39:40.193 INFO O| Sep 04 16:39:40.193 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33412024-09-04T16:39:40.912Z[ recovery-image] Sep 04 16:39:40.213 INFO O| Sep 04 16:39:40.213 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33422024-09-04T16:39:41.103Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33432024-09-04T16:39:41.138ZSep 04 16:39:40.439 INFO [stamp-internal-dns] process exited with exit status: 0 (1.361201991s)
33442024-09-04T16:39:41.157Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33452024-09-04T16:39:41.191ZSep 04 16:39:40.493 INFO [stamp-external-dns] process exited with exit status: 0 (1.431995009s)
33462024-09-04T16:39:41.299Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
33472024-09-04T16:39:41.329Z[ recovery-image] Sep 04 16:39:40.630 INFO O| Sep 04 16:39:40.630 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33482024-09-04T16:39:41.349Z[ recovery-image] Sep 04 16:39:40.645 INFO O| Sep 04 16:39:40.645 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33492024-09-04T16:39:41.352Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33502024-09-04T16:39:41.357ZSep 04 16:39:40.658 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.5704468s)
33512024-09-04T16:39:41.362Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33522024-09-04T16:39:41.564Z[ host-image] Sep 04 16:39:40.865 INFO O| Sep 04 16:39:40.865 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33532024-09-04T16:39:41.582Z[ host-image] Sep 04 16:39:40.883 INFO O| Sep 04 16:39:40.883 INFO O| Planning: Planning completed in 0.00 seconds
33542024-09-04T16:39:41.584Z[ host-image] Sep 04 16:39:40.884 INFO O| Sep 04 16:39:40.884 INFO O| Planning: Consolidating action changes ... Done
33552024-09-04T16:39:41.584Z[ host-image] Sep 04 16:39:40.884 INFO O| Sep 04 16:39:40.884 INFO O| Planning: Evaluating mediators ... Done
33562024-09-04T16:39:41.584Z[ host-image] Sep 04 16:39:40.885 INFO O| Sep 04 16:39:40.885 INFO O| Planning: Planning completed in 0.00 seconds
33572024-09-04T16:39:41.585Z[ host-image] Sep 04 16:39:40.885 INFO O| Sep 04 16:39:40.885 INFO O| Variants/Facets to change: 1
33582024-09-04T16:39:41.664Z[ host-image] Sep 04 16:39:40.965 INFO O| Sep 04 16:39:40.965 INFO O| Done
33592024-09-04T16:39:41.666Z[ host-image] Sep 04 16:39:40.965 INFO O| Sep 04 16:39:40.965 INFO O| Done
33602024-09-04T16:39:41.935Z[ recovery-image] Sep 04 16:39:41.236 INFO O| Sep 04 16:39:41.236 INFO O| Caching catalogs ... Done
33612024-09-04T16:39:41.981Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33622024-09-04T16:39:41.992ZSep 04 16:39:41.294 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.745603276s)
33632024-09-04T16:39:42.010Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33642024-09-04T16:39:42.014ZSep 04 16:39:41.316 INFO [stamp-oximeter] process exited with exit status: 0 (2.163486729s)
33652024-09-04T16:39:42.057Z[ recovery-image] Sep 04 16:39:41.358 INFO O| Sep 04 16:39:41.358 INFO STEP 0 (pkg_image_create) COMPLETE
33662024-09-04T16:39:42.057Z[ recovery-image] Sep 04 16:39:41.358 INFO O| Sep 04 16:39:41.358 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33672024-09-04T16:39:42.057Z[ recovery-image] Sep 04 16:39:41.358 INFO O| Sep 04 16:39:41.358 INFO skip step because feature "repo_redist" is not enabled
33682024-09-04T16:39:42.057Z[ recovery-image] Sep 04 16:39:41.358 INFO O| Sep 04 16:39:41.358 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33692024-09-04T16:39:42.069Z[ host-image] Sep 04 16:39:41.371 INFO O| Sep 04 16:39:41.371 INFO O| Done
33702024-09-04T16:39:42.073Z[ recovery-image] Sep 04 16:39:41.374 INFO O| Sep 04 16:39:41.374 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"]
33712024-09-04T16:39:42.119Z[ host-image] Sep 04 16:39:41.420 INFO O| Sep 04 16:39:41.420 INFO O| Done
33722024-09-04T16:39:42.121Z[ host-image] Sep 04 16:39:41.421 INFO O| Sep 04 16:39:41.421 INFO O| Done
33732024-09-04T16:39:42.121Z[ host-image] Sep 04 16:39:41.421 INFO O| Sep 04 16:39:41.421 INFO O| Done
33742024-09-04T16:39:42.121Z[ host-image] Sep 04 16:39:41.423 INFO O| Sep 04 16:39:41.423 INFO O| Done
33752024-09-04T16:39:42.199Z[ host-image] Sep 04 16:39:41.500 INFO O| Sep 04 16:39:41.500 INFO STEP 8 (pkg_change_facet) COMPLETE
33762024-09-04T16:39:42.199Z[ host-image] Sep 04 16:39:41.500 INFO O| Sep 04 16:39:41.500 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33772024-09-04T16:39:42.199Z[ host-image] Sep 04 16:39:41.500 INFO O| Sep 04 16:39:41.500 INFO skip step because feature "recovery" is not enabled
33782024-09-04T16:39:42.199Z[ host-image] Sep 04 16:39:41.500 INFO O| Sep 04 16:39:41.500 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33792024-09-04T16:39:42.202Z[ host-image] Sep 04 16:39:41.500 INFO O| Sep 04 16:39:41.500 INFO skip step because feature "recovery" is not enabled
33802024-09-04T16:39:42.202Z[ host-image] Sep 04 16:39:41.500 INFO O| Sep 04 16:39:41.500 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33812024-09-04T16:39:42.215Z[ host-image] Sep 04 16:39:41.516 INFO O| Sep 04 16:39:41.516 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"]
33822024-09-04T16:39:42.561Z[ recovery-image] Sep 04 16:39:41.861 INFO O| Sep 04 16:39:41.861 INFO STEP 2 (pkg_set_publisher) COMPLETE
33832024-09-04T16:39:42.561Z[ recovery-image] Sep 04 16:39:41.862 INFO O| Sep 04 16:39:41.861 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33842024-09-04T16:39:42.573Z[ recovery-image] Sep 04 16:39:41.874 INFO O| Sep 04 16:39:41.874 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"]
33852024-09-04T16:39:42.768Z[ host-image] Sep 04 16:39:42.069 INFO O| Sep 04 16:39:42.069 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33862024-09-04T16:39:43.083Z[ recovery-image] Sep 04 16:39:42.384 INFO O| Sep 04 16:39:42.384 INFO STEP 3 (pkg_set_publisher) COMPLETE
33872024-09-04T16:39:43.083Z[ recovery-image] Sep 04 16:39:42.384 INFO O| Sep 04 16:39:42.384 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33882024-09-04T16:39:43.083Z[ recovery-image] Sep 04 16:39:42.384 INFO O| Sep 04 16:39:42.384 INFO skip step because feature "repo_redist" is not enabled
33892024-09-04T16:39:43.085Z[ recovery-image] Sep 04 16:39:42.384 INFO O| Sep 04 16:39:42.384 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33902024-09-04T16:39:43.589Z[ recovery-image] Sep 04 16:39:42.890 INFO O| Sep 04 16:39:42.890 INFO variant opensolaris.zone is already global
33912024-09-04T16:39:43.589Z[ recovery-image] Sep 04 16:39:42.890 INFO O| Sep 04 16:39:42.890 INFO STEP 5 (pkg_change_variant) COMPLETE
33922024-09-04T16:39:43.592Z[ recovery-image] Sep 04 16:39:42.890 INFO O| Sep 04 16:39:42.890 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33932024-09-04T16:39:43.758Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33942024-09-04T16:39:43.762ZSep 04 16:39:43.064 INFO [stamp-nexus] process exited with exit status: 0 (3.994150082s)
33952024-09-04T16:39:44.090Z[ recovery-image] Sep 04 16:39:43.391 INFO O| Sep 04 16:39:43.391 INFO variant opensolaris.imagetype is full; changing to partial
33962024-09-04T16:39:44.090Z[ recovery-image] Sep 04 16:39:43.391 INFO O| Sep 04 16:39:43.391 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33972024-09-04T16:39:45.120Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33982024-09-04T16:39:45.123ZSep 04 16:39:44.424 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.323949335s)
33992024-09-04T16:39:46.640Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002024-09-04T16:39:46.782Z[verify-libraries] Compiling polyval v0.6.2
34012024-09-04T16:39:46.785Z[verify-libraries] Compiling rfc6979 v0.4.0
34022024-09-04T16:39:46.822Z[verify-libraries] Compiling primeorder v0.13.6
34032024-09-04T16:39:46.822Z[verify-libraries] Compiling ctr v0.9.2
34042024-09-04T16:39:46.825Z[verify-libraries] Compiling ed25519 v2.2.3
34052024-09-04T16:39:46.825Z[verify-libraries] Compiling ssh-encoding v0.2.0
34062024-09-04T16:39:46.825Z[verify-libraries] Compiling blowfish v0.9.1
34072024-09-04T16:39:47.282Z[verify-libraries] Compiling ghash v0.5.1
34082024-09-04T16:39:47.282Z[verify-libraries] Compiling ecdsa v0.16.9
34092024-09-04T16:39:47.404Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34102024-09-04T16:39:47.535Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34112024-09-04T16:39:47.885Z[verify-libraries] Compiling aes-gcm v0.10.3
34122024-09-04T16:39:48.004Z[verify-libraries] Compiling password-hash v0.4.2
34132024-09-04T16:39:48.272Z[verify-libraries] Compiling ssh-cipher v0.2.0
34142024-09-04T16:39:48.338Z[verify-libraries] Compiling matches v0.1.10
34152024-09-04T16:39:48.506Z[verify-libraries] Compiling idna v0.2.3
34162024-09-04T16:39:48.943Z[verify-libraries] Compiling pbkdf2 v0.11.0
34172024-09-04T16:39:48.995Z[verify-libraries] Compiling ssh-key v0.6.6
34182024-09-04T16:39:49.095Z[verify-libraries] Compiling p521 v0.13.3
34192024-09-04T16:39:49.369Z[verify-libraries] Compiling p384 v0.13.0
34202024-09-04T16:39:49.394Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34212024-09-04T16:39:49.419ZSep 04 16:39:48.720 INFO [stamp-clickhouse] process exited with exit status: 0 (9.668577598s)
34222024-09-04T16:39:49.659Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34232024-09-04T16:39:49.684ZSep 04 16:39:48.984 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.738170296s)
34242024-09-04T16:39:49.684ZSep 04 16:39:48.984 INFO [tuf-stamp] task succeeded (9.934279166s)
34252024-09-04T16:39:49.819Z[verify-libraries] Compiling p256 v0.13.2
34262024-09-04T16:39:50.855Z[verify-libraries] Compiling enum-as-inner v0.5.1
34272024-09-04T16:39:52.325Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34282024-09-04T16:39:52.607Z[verify-libraries] Compiling md5 v0.7.0
34292024-09-04T16:39:52.673Z[ recovery-image] Sep 04 16:39:51.973 INFO O| Sep 04 16:39:51.973 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34302024-09-04T16:39:52.760Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34312024-09-04T16:39:52.861Z[verify-libraries] Compiling num-bigint v0.4.5
34322024-09-04T16:39:53.225Z[verify-libraries] Compiling russh-keys v0.45.0
34332024-09-04T16:39:53.528Z[verify-libraries] Compiling des v0.8.1
34342024-09-04T16:39:54.182Z[verify-libraries] Compiling hex-literal v0.4.1
34352024-09-04T16:39:54.463Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34362024-09-04T16:39:55.749Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372024-09-04T16:39:56.713Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34382024-09-04T16:39:57.385Z[verify-libraries] Compiling russh v0.45.0
34392024-09-04T16:39:57.653Z[ recovery-image] Sep 04 16:39:56.952 INFO O| Sep 04 16:39:56.952 INFO O| Startup: Caching catalogs ... Done
34402024-09-04T16:39:57.731Z[ recovery-image] Sep 04 16:39:57.029 INFO O| Sep 04 16:39:57.029 INFO O| Planning: Planning completed in 0.00 seconds
34412024-09-04T16:39:57.733Z[ recovery-image] Sep 04 16:39:57.031 INFO O| Sep 04 16:39:57.031 INFO O| Planning: Consolidating action changes ... Done
34422024-09-04T16:39:57.733Z[ recovery-image] Sep 04 16:39:57.031 INFO O| Sep 04 16:39:57.031 INFO O| Planning: Evaluating mediators ... Done
34432024-09-04T16:39:57.733Z[ recovery-image] Sep 04 16:39:57.031 INFO O| Sep 04 16:39:57.031 INFO O| Planning: Planning completed in 0.00 seconds
34442024-09-04T16:39:57.733Z[ recovery-image] Sep 04 16:39:57.032 INFO O| Sep 04 16:39:57.032 INFO O| Variants/Facets to change: 1
34452024-09-04T16:39:57.877Z[ recovery-image] Sep 04 16:39:57.175 INFO O| Sep 04 16:39:57.175 INFO O| Done
34462024-09-04T16:39:57.877Z[ recovery-image] Sep 04 16:39:57.175 INFO O| Sep 04 16:39:57.175 INFO O| Done
34472024-09-04T16:39:58.576Z[ recovery-image] Sep 04 16:39:57.875 INFO O| Sep 04 16:39:57.875 INFO O| Done
34482024-09-04T16:39:58.637Z[ recovery-image] Sep 04 16:39:57.935 INFO O| Sep 04 16:39:57.935 INFO O| Done
34492024-09-04T16:39:58.639Z[ recovery-image] Sep 04 16:39:57.937 INFO O| Sep 04 16:39:57.937 INFO O| Done
34502024-09-04T16:39:58.639Z[ recovery-image] Sep 04 16:39:57.937 INFO O| Sep 04 16:39:57.937 INFO O| Done
34512024-09-04T16:39:58.642Z[ recovery-image] Sep 04 16:39:57.939 INFO O| Sep 04 16:39:57.939 INFO O| Done
34522024-09-04T16:39:59.168Z[ recovery-image] Sep 04 16:39:58.467 INFO O| Sep 04 16:39:58.467 INFO STEP 6 (pkg_change_variant) COMPLETE
34532024-09-04T16:39:59.171Z[ recovery-image] Sep 04 16:39:58.467 INFO O| Sep 04 16:39:58.467 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34542024-09-04T16:39:59.171Z[ recovery-image] Sep 04 16:39:58.467 INFO O| Sep 04 16:39:58.467 INFO skip step because feature "debug_variant" is not enabled
34552024-09-04T16:39:59.171Z[ recovery-image] Sep 04 16:39:58.467 INFO O| Sep 04 16:39:58.467 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34562024-09-04T16:39:59.918Z[ recovery-image] Sep 04 16:39:59.206 INFO O| Sep 04 16:39:59.206 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34572024-09-04T16:40:00.966Z[ recovery-image] Sep 04 16:40:00.264 INFO O| Sep 04 16:40:00.264 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34582024-09-04T16:40:00.969Z[ recovery-image] Sep 04 16:40:00.266 INFO O| Sep 04 16:40:00.266 INFO O| Planning: Planning completed in 0.00 seconds
34592024-09-04T16:40:00.969Z[ recovery-image] Sep 04 16:40:00.267 INFO O| Sep 04 16:40:00.267 INFO O| Planning: Consolidating action changes ... Done
34602024-09-04T16:40:00.971Z[ recovery-image] Sep 04 16:40:00.267 INFO O| Sep 04 16:40:00.267 INFO O| Planning: Evaluating mediators ... Done
34612024-09-04T16:40:00.971Z[ recovery-image] Sep 04 16:40:00.268 INFO O| Sep 04 16:40:00.268 INFO O| Planning: Planning completed in 0.00 seconds
34622024-09-04T16:40:00.971Z[ recovery-image] Sep 04 16:40:00.268 INFO O| Sep 04 16:40:00.268 INFO O| Variants/Facets to change: 1
34632024-09-04T16:40:01.067Z[ recovery-image] Sep 04 16:40:00.365 INFO O| Sep 04 16:40:00.365 INFO O| Done
34642024-09-04T16:40:01.067Z[ recovery-image] Sep 04 16:40:00.365 INFO O| Sep 04 16:40:00.365 INFO O| Done
34652024-09-04T16:40:01.605Z[ recovery-image] Sep 04 16:40:00.903 INFO O| Sep 04 16:40:00.903 INFO O| Done
34662024-09-04T16:40:01.654Z[verify-libraries] Compiling dhcproto v0.12.0
34672024-09-04T16:40:01.674Z[ recovery-image] Sep 04 16:40:00.970 INFO O| Sep 04 16:40:00.970 INFO O| Done
34682024-09-04T16:40:01.674Z[ recovery-image] Sep 04 16:40:00.971 INFO O| Sep 04 16:40:00.971 INFO O| Done
34692024-09-04T16:40:01.674Z[ recovery-image] Sep 04 16:40:00.971 INFO O| Sep 04 16:40:00.971 INFO O| Done
34702024-09-04T16:40:01.677Z[ recovery-image] Sep 04 16:40:00.974 INFO O| Sep 04 16:40:00.974 INFO O| Done
34712024-09-04T16:40:01.814Z[ recovery-image] Sep 04 16:40:01.112 INFO O| Sep 04 16:40:01.112 INFO STEP 8 (pkg_change_facet) COMPLETE
34722024-09-04T16:40:01.814Z[ recovery-image] Sep 04 16:40:01.112 INFO O| Sep 04 16:40:01.112 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34732024-09-04T16:40:02.510Z[ recovery-image] Sep 04 16:40:01.808 INFO O| Sep 04 16:40:01.808 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34742024-09-04T16:40:03.534Z[ recovery-image] Sep 04 16:40:02.832 INFO O| Sep 04 16:40:02.832 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34752024-09-04T16:40:03.537Z[ recovery-image] Sep 04 16:40:02.834 INFO O| Sep 04 16:40:02.834 INFO O| Planning: Planning completed in 0.00 seconds
34762024-09-04T16:40:03.537Z[ recovery-image] Sep 04 16:40:02.835 INFO O| Sep 04 16:40:02.835 INFO O| Planning: Consolidating action changes ... Done
34772024-09-04T16:40:03.539Z[ recovery-image] Sep 04 16:40:02.835 INFO O| Sep 04 16:40:02.835 INFO O| Planning: Evaluating mediators ... Done
34782024-09-04T16:40:03.539Z[ recovery-image] Sep 04 16:40:02.835 INFO O| Sep 04 16:40:02.835 INFO O| Planning: Planning completed in 0.00 seconds
34792024-09-04T16:40:03.539Z[ recovery-image] Sep 04 16:40:02.836 INFO O| Sep 04 16:40:02.836 INFO O| Variants/Facets to change: 1
34802024-09-04T16:40:03.605Z[ recovery-image] Sep 04 16:40:02.903 INFO O| Sep 04 16:40:02.903 INFO O| Done
34812024-09-04T16:40:03.605Z[ recovery-image] Sep 04 16:40:02.903 INFO O| Sep 04 16:40:02.903 INFO O| Done
34822024-09-04T16:40:04.267Z[ recovery-image] Sep 04 16:40:03.565 INFO O| Sep 04 16:40:03.564 INFO O| Done
34832024-09-04T16:40:04.344Z[ recovery-image] Sep 04 16:40:03.641 INFO O| Sep 04 16:40:03.641 INFO O| Done
34842024-09-04T16:40:04.346Z[ recovery-image] Sep 04 16:40:03.643 INFO O| Sep 04 16:40:03.643 INFO O| Done
34852024-09-04T16:40:04.346Z[ recovery-image] Sep 04 16:40:03.643 INFO O| Sep 04 16:40:03.643 INFO O| Done
34862024-09-04T16:40:04.349Z[ recovery-image] Sep 04 16:40:03.645 INFO O| Sep 04 16:40:03.645 INFO O| Done
34872024-09-04T16:40:04.504Z[ recovery-image] Sep 04 16:40:03.801 INFO O| Sep 04 16:40:03.801 INFO STEP 9 (pkg_change_facet) COMPLETE
34882024-09-04T16:40:04.504Z[ recovery-image] Sep 04 16:40:03.802 INFO O| Sep 04 16:40:03.801 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34892024-09-04T16:40:04.553Z[verify-libraries] Compiling internet-checksum v0.2.1
34902024-09-04T16:40:04.847Z[verify-libraries] Compiling heck v0.4.1
34912024-09-04T16:40:05.287Z[ recovery-image] Sep 04 16:40:04.585 INFO O| Sep 04 16:40:04.585 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34922024-09-04T16:40:06.305Z[ recovery-image] Sep 04 16:40:05.602 INFO O| Sep 04 16:40:05.602 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34932024-09-04T16:40:06.307Z[ recovery-image] Sep 04 16:40:05.604 INFO O| Sep 04 16:40:05.604 INFO O| Planning: Planning completed in 0.00 seconds
34942024-09-04T16:40:06.310Z[ recovery-image] Sep 04 16:40:05.605 INFO O| Sep 04 16:40:05.605 INFO O| Planning: Consolidating action changes ... Done
34952024-09-04T16:40:06.310Z[ recovery-image] Sep 04 16:40:05.605 INFO O| Sep 04 16:40:05.605 INFO O| Planning: Evaluating mediators ... Done
34962024-09-04T16:40:06.310Z[ recovery-image] Sep 04 16:40:05.606 INFO O| Sep 04 16:40:05.606 INFO O| Planning: Planning completed in 0.00 seconds
34972024-09-04T16:40:06.310Z[ recovery-image] Sep 04 16:40:05.606 INFO O| Sep 04 16:40:05.606 INFO O| Variants/Facets to change: 1
34982024-09-04T16:40:06.367Z[ recovery-image] Sep 04 16:40:05.665 INFO O| Sep 04 16:40:05.665 INFO O| Done
34992024-09-04T16:40:06.367Z[ recovery-image] Sep 04 16:40:05.665 INFO O| Sep 04 16:40:05.665 INFO O| Done
35002024-09-04T16:40:06.465Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35012024-09-04T16:40:06.988Z[ recovery-image] Sep 04 16:40:06.285 INFO O| Sep 04 16:40:06.285 INFO O| Done
35022024-09-04T16:40:07.043Z[ recovery-image] Sep 04 16:40:06.340 INFO O| Sep 04 16:40:06.340 INFO O| Done
35032024-09-04T16:40:07.045Z[ recovery-image] Sep 04 16:40:06.342 INFO O| Sep 04 16:40:06.342 INFO O| Done
35042024-09-04T16:40:07.045Z[ recovery-image] Sep 04 16:40:06.342 INFO O| Sep 04 16:40:06.342 INFO O| Done
35052024-09-04T16:40:07.048Z[ recovery-image] Sep 04 16:40:06.344 INFO O| Sep 04 16:40:06.344 INFO O| Done
35062024-09-04T16:40:07.174Z[ recovery-image] Sep 04 16:40:06.471 INFO O| Sep 04 16:40:06.471 INFO STEP 10 (pkg_change_facet) COMPLETE
35072024-09-04T16:40:07.174Z[ recovery-image] Sep 04 16:40:06.471 INFO O| Sep 04 16:40:06.471 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35082024-09-04T16:40:07.195Z[ recovery-image] Sep 04 16:40:06.492 INFO O| Sep 04 16:40:06.492 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"]
35092024-09-04T16:40:08.225Z[ recovery-image] Sep 04 16:40:07.522 INFO O| Sep 04 16:40:07.522 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35102024-09-04T16:40:11.468Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35112024-09-04T16:40:12.753Z[ host-image] Sep 04 16:40:12.049 INFO O| Sep 04 16:40:12.049 INFO O| Planning: Solver setup ... Done
35122024-09-04T16:40:13.429Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35132024-09-04T16:40:14.215Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35142024-09-04T16:40:14.698Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35152024-09-04T16:40:15.322Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35162024-09-04T16:40:15.529Z[verify-libraries] Compiling indent_write v2.2.0
35172024-09-04T16:40:15.788Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35182024-09-04T16:40:15.955Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35192024-09-04T16:40:16.506Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35202024-09-04T16:40:18.432Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35212024-09-04T16:40:19.604Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35222024-09-04T16:40:26.457Z[verify-libraries] Compiling termios v0.3.3
35232024-09-04T16:40:26.888Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35242024-09-04T16:40:38.742Z[ host-image] Sep 04 16:40:38.034 INFO O| Sep 04 16:40:38.034 INFO O| Planning: Running solver ... Done
35252024-09-04T16:40:39.086Z[ host-image] Sep 04 16:40:38.378 INFO O| Sep 04 16:40:38.378 INFO O| Planning: Finding local manifests ... Done
35262024-09-04T16:40:39.113Z[ host-image] Sep 04 16:40:38.406 INFO O| Sep 04 16:40:38.406 INFO O| Planning: Fetching manifests: 0/124 0% complete
35272024-09-04T16:40:40.504Z[ recovery-image] Sep 04 16:40:39.797 INFO O| Sep 04 16:40:39.796 INFO O| Planning: Solver setup ... Done
35282024-09-04T16:40:43.785Z[ host-image] Sep 04 16:40:43.076 INFO O| Sep 04 16:40:43.076 INFO O| Planning: Fetching manifests: 124/124 100% complete
35292024-09-04T16:40:45.231Z[ host-image] Sep 04 16:40:44.523 INFO O| Sep 04 16:40:44.523 INFO O| Planning: Package planning ... Done
35302024-09-04T16:40:46.956Z[ host-image] Sep 04 16:40:46.247 INFO O| Sep 04 16:40:46.247 INFO O| Planning: Merging actions ... Done
35312024-09-04T16:40:47.530Z[ host-image] Sep 04 16:40:46.821 INFO O| Sep 04 16:40:46.821 INFO O| Planning: Checking for conflicting actions ... Done
35322024-09-04T16:40:47.926Z[ host-image] Sep 04 16:40:47.214 INFO O| Sep 04 16:40:47.214 INFO O| Planning: Consolidating action changes ... Done
35332024-09-04T16:40:48.539Z[ host-image] Sep 04 16:40:47.830 INFO O| Sep 04 16:40:47.830 INFO O| Planning: Evaluating mediators ... Done
35342024-09-04T16:40:51.405Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35352024-09-04T16:40:54.957Z[ host-image] Sep 04 16:40:54.248 INFO O| Sep 04 16:40:54.247 INFO O| Planning: Planning completed in 72.18 seconds
35362024-09-04T16:40:54.965Z[ host-image] Sep 04 16:40:54.255 INFO O| Sep 04 16:40:54.255 INFO O| Packages to install: 124
35372024-09-04T16:40:54.965Z[ host-image] Sep 04 16:40:54.255 INFO O| Sep 04 16:40:54.255 INFO O| Mediators to change: 4
35382024-09-04T16:40:54.967Z[ host-image] Sep 04 16:40:54.255 INFO O| Sep 04 16:40:54.255 INFO O| Services to change: 6
35392024-09-04T16:40:55.083Z[ host-image] Sep 04 16:40:54.374 INFO O| Sep 04 16:40:54.373 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35402024-09-04T16:41:00.098Z[ host-image] Sep 04 16:40:59.388 INFO O| Sep 04 16:40:59.388 INFO O| Download: 1115/22728 items 6.5/196.4MB 3% complete (1.4M/s)
35412024-09-04T16:41:05.142Z[ recovery-image] Sep 04 16:41:04.430 INFO O| Sep 04 16:41:04.430 INFO O| Planning: Running solver ... Done
35422024-09-04T16:41:05.446Z[ recovery-image] Sep 04 16:41:04.734 INFO O| Sep 04 16:41:04.734 INFO O| Planning: Finding local manifests ... Done
35432024-09-04T16:41:05.449Z[ host-image] Sep 04 16:41:04.738 INFO O| Sep 04 16:41:04.738 INFO O| Download: 1792/22728 items 13.2/196.4MB 6% complete (1.2M/s)
35442024-09-04T16:41:05.462Z[ recovery-image] Sep 04 16:41:04.750 INFO O| Sep 04 16:41:04.750 INFO O| Planning: Fetching manifests: 0/124 0% complete
35452024-09-04T16:41:10.228Z[ recovery-image] Sep 04 16:41:09.516 INFO O| Sep 04 16:41:09.516 INFO O| Planning: Fetching manifests: 124/124 100% complete
35462024-09-04T16:41:10.459Z[ host-image] Sep 04 16:41:09.747 INFO O| Sep 04 16:41:09.747 INFO O| Download: 2347/22728 items 27.8/196.4MB 14% complete (2.0M/s)
35472024-09-04T16:41:11.284Z[ recovery-image] Sep 04 16:41:10.572 INFO O| Sep 04 16:41:10.572 INFO O| Planning: Package planning ... Done
35482024-09-04T16:41:11.918Z[ recovery-image] Sep 04 16:41:11.206 INFO O| Sep 04 16:41:11.205 INFO O| Planning: Merging actions ... Done
35492024-09-04T16:41:12.237Z[ recovery-image] Sep 04 16:41:11.525 INFO O| Sep 04 16:41:11.525 INFO O| Planning: Checking for conflicting actions ... Done
35502024-09-04T16:41:12.366Z[ recovery-image] Sep 04 16:41:11.654 INFO O| Sep 04 16:41:11.654 INFO O| Planning: Consolidating action changes ... Done
35512024-09-04T16:41:12.735Z[ recovery-image] Sep 04 16:41:12.023 INFO O| Sep 04 16:41:12.023 INFO O| Planning: Evaluating mediators ... Done
35522024-09-04T16:41:15.508Z[ host-image] Sep 04 16:41:14.795 INFO O| Sep 04 16:41:14.795 INFO O| Download: 3539/22728 items 35.7/196.4MB 18% complete (2.3M/s)
35532024-09-04T16:41:18.583Z[ recovery-image] Sep 04 16:41:17.869 INFO O| Sep 04 16:41:17.869 INFO O| Planning: Planning completed in 70.35 seconds
35542024-09-04T16:41:18.588Z[ recovery-image] Sep 04 16:41:17.875 INFO O| Sep 04 16:41:17.875 INFO O| Packages to install: 124
35552024-09-04T16:41:18.591Z[ recovery-image] Sep 04 16:41:17.875 INFO O| Sep 04 16:41:17.875 INFO O| Mediators to change: 4
35562024-09-04T16:41:18.591Z[ recovery-image] Sep 04 16:41:17.876 INFO O| Sep 04 16:41:17.876 INFO O| Services to change: 5
35572024-09-04T16:41:18.681Z[ recovery-image] Sep 04 16:41:17.968 INFO O| Sep 04 16:41:17.968 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35582024-09-04T16:41:20.616Z[ host-image] Sep 04 16:41:19.903 INFO O| Sep 04 16:41:19.902 INFO O| Download: 4533/22728 items 42.3/196.4MB 21% complete (1.7M/s)
35592024-09-04T16:41:23.925Z[ recovery-image] Sep 04 16:41:23.211 INFO O| Sep 04 16:41:23.211 INFO O| Download: 1058/15831 items 7.9/173.2MB 4% complete (1.7M/s)
35602024-09-04T16:41:25.634Z[ host-image] Sep 04 16:41:24.920 INFO O| Sep 04 16:41:24.920 INFO O| Download: 5181/22728 items 45.9/196.4MB 23% complete (1.0M/s)
35612024-09-04T16:41:28.954Z[ recovery-image] Sep 04 16:41:28.239 INFO O| Sep 04 16:41:28.239 INFO O| Download: 1185/15831 items 14.9/173.2MB 8% complete (1.4M/s)
35622024-09-04T16:41:30.641Z[ host-image] Sep 04 16:41:29.926 INFO O| Sep 04 16:41:29.926 INFO O| Download: 6101/22728 items 46.5/196.4MB 23% complete (427k/s)
35632024-09-04T16:41:34.316Z[ recovery-image] Sep 04 16:41:33.600 INFO O| Sep 04 16:41:33.600 INFO O| Download: 1509/15831 items 21.9/173.2MB 12% complete (1.6M/s)
35642024-09-04T16:41:35.642Z[ host-image] Sep 04 16:41:34.926 INFO O| Sep 04 16:41:34.926 INFO O| Download: 6884/22728 items 49.5/196.4MB 25% complete (344k/s)
35652024-09-04T16:41:36.817Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35662024-09-04T16:41:37.797Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35672024-09-04T16:41:39.326Z[ recovery-image] Sep 04 16:41:38.610 INFO O| Sep 04 16:41:38.610 INFO O| Download: 2141/15831 items 31.1/173.2MB 17% complete (1.4M/s)
35682024-09-04T16:41:40.651Z[ host-image] Sep 04 16:41:39.934 INFO O| Sep 04 16:41:39.934 INFO O| Download: 7584/22728 items 58.3/196.4MB 29% complete (1.2M/s)
35692024-09-04T16:41:44.328Z[ recovery-image] Sep 04 16:41:43.611 INFO O| Sep 04 16:41:43.611 INFO O| Download: 3041/15831 items 37.1/173.2MB 21% complete (1.5M/s)
35702024-09-04T16:41:46.286Z[ host-image] Sep 04 16:41:45.569 INFO O| Sep 04 16:41:45.569 INFO O| Download: 8225/22728 items 63.2/196.4MB 32% complete (1.3M/s)
35712024-09-04T16:41:48.203Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35722024-09-04T16:41:49.330Z[ recovery-image] Sep 04 16:41:48.612 INFO O| Sep 04 16:41:48.612 INFO O| Download: 3733/15831 items 41.8/173.2MB 24% complete (1.1M/s)
35732024-09-04T16:41:51.302Z[ host-image] Sep 04 16:41:50.583 INFO O| Sep 04 16:41:50.583 INFO O| Download: 8985/22728 items 72.4/196.4MB 36% complete (1.3M/s)
35742024-09-04T16:41:54.331Z[ recovery-image] Sep 04 16:41:53.612 INFO O| Sep 04 16:41:53.612 INFO O| Download: 4681/15831 items 42.9/173.2MB 24% complete (594k/s)
35752024-09-04T16:41:56.312Z[ host-image] Sep 04 16:41:55.593 INFO O| Sep 04 16:41:55.593 INFO O| Download: 9643/22728 items 83.3/196.4MB 42% complete (2.0M/s)
35762024-09-04T16:41:59.333Z[ recovery-image] Sep 04 16:41:58.613 INFO O| Sep 04 16:41:58.613 INFO O| Download: 5516/15831 items 43.4/173.2MB 25% complete (170k/s)
35772024-09-04T16:42:01.313Z[ host-image] Sep 04 16:42:00.593 INFO O| Sep 04 16:42:00.593 INFO O| Download: 10411/22728 items 88.0/196.4MB 44% complete (1.6M/s)
35782024-09-04T16:42:04.416Z[ recovery-image] Sep 04 16:42:03.696 INFO O| Sep 04 16:42:03.696 INFO O| Download: 5993/15831 items 54.1/173.2MB 31% complete (1.1M/s)
35792024-09-04T16:42:06.448Z[ host-image] Sep 04 16:42:05.728 INFO O| Sep 04 16:42:05.728 INFO O| Download: 11122/22728 items 93.1/196.4MB 47% complete (962k/s)
35802024-09-04T16:42:09.419Z[ recovery-image] Sep 04 16:42:08.699 INFO O| Sep 04 16:42:08.698 INFO O| Download: 6462/15831 items 63.7/173.2MB 36% complete (2.0M/s)
35812024-09-04T16:42:11.457Z[ host-image] Sep 04 16:42:10.736 INFO O| Sep 04 16:42:10.736 INFO O| Download: 11990/22728 items 99.5/196.4MB 50% complete (1.1M/s)
35822024-09-04T16:42:14.420Z[ recovery-image] Sep 04 16:42:13.699 INFO O| Sep 04 16:42:13.698 INFO O| Download: 7349/15831 items 73.4/173.2MB 42% complete (1.9M/s)
35832024-09-04T16:42:16.460Z[ host-image] Sep 04 16:42:15.738 INFO O| Sep 04 16:42:15.738 INFO O| Download: 12275/22728 items 109.4/196.4MB 55% complete (1.7M/s)
35842024-09-04T16:42:19.794Z[ recovery-image] Sep 04 16:42:19.071 INFO O| Sep 04 16:42:19.071 INFO O| Download: 7933/15831 items 77.6/173.2MB 44% complete (1.4M/s)
35852024-09-04T16:42:21.806Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35862024-09-04T16:42:22.370Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35872024-09-04T16:42:23.956Z[ host-image] Sep 04 16:42:23.233 INFO O| Sep 04 16:42:23.233 INFO O| Download: 13302/22728 items 109.9/196.4MB 55% complete (1.2M/s)
35882024-09-04T16:42:24.866Z[ recovery-image] Sep 04 16:42:24.143 INFO O| Sep 04 16:42:24.142 INFO O| Download: 8743/15831 items 83.9/173.2MB 48% complete (1.0M/s)
35892024-09-04T16:42:27.610Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35902024-09-04T16:42:28.203Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35912024-09-04T16:42:28.981Z[ host-image] Sep 04 16:42:28.257 INFO O| Sep 04 16:42:28.257 INFO O| Download: 14228/22728 items 110.6/196.4MB 56% complete (96.5k/s)
35922024-09-04T16:42:29.931Z[ recovery-image] Sep 04 16:42:29.207 INFO O| Sep 04 16:42:29.207 INFO O| Download: 9372/15831 items 92.8/173.2MB 53% complete (1.5M/s)
35932024-09-04T16:42:34.956Z[ recovery-image] Sep 04 16:42:34.232 INFO O| Sep 04 16:42:34.231 INFO O| Download: 10481/15831 items 93.4/173.2MB 53% complete (980k/s)
35942024-09-04T16:42:35.407Z[ host-image] Sep 04 16:42:34.682 INFO O| Sep 04 16:42:34.682 INFO O| Download: 14498/22728 items 116.3/196.4MB 59% complete (589k/s)
35952024-09-04T16:42:40.315Z[ recovery-image] Sep 04 16:42:39.589 INFO O| Sep 04 16:42:39.589 INFO O| Download: 11044/15831 items 95.3/173.2MB 55% complete (228k/s)
35962024-09-04T16:42:40.411Z[ host-image] Sep 04 16:42:39.685 INFO O| Sep 04 16:42:39.685 INFO O| Download: 15265/22728 items 121.1/196.4MB 61% complete (1002k/s)
35972024-09-04T16:42:45.318Z[ recovery-image] Sep 04 16:42:44.592 INFO O| Sep 04 16:42:44.592 INFO O| Download: 11565/15831 items 114.8/173.2MB 66% complete (2.0M/s)
35982024-09-04T16:42:45.411Z[ host-image] Sep 04 16:42:44.685 INFO O| Sep 04 16:42:44.685 INFO O| Download: 15835/22728 items 130.1/196.4MB 66% complete (1.4M/s)
35992024-09-04T16:42:50.563Z[ host-image] Sep 04 16:42:49.836 INFO O| Sep 04 16:42:49.836 INFO O| Download: 16870/22728 items 143.2/196.4MB 72% complete (2.2M/s)
36002024-09-04T16:42:50.594Z[ recovery-image] Sep 04 16:42:49.868 INFO O| Sep 04 16:42:49.867 INFO O| Download: 11997/15831 items 137.0/173.2MB 79% complete (4.2M/s)
36012024-09-04T16:42:55.572Z[ host-image] Sep 04 16:42:54.844 INFO O| Sep 04 16:42:54.844 INFO O| Download: 17811/22728 items 150.0/196.4MB 76% complete (2.0M/s)
36022024-09-04T16:42:55.604Z[ recovery-image] Sep 04 16:42:54.877 INFO O| Sep 04 16:42:54.877 INFO O| Download: 12991/15831 items 140.9/173.2MB 81% complete (2.7M/s)
36032024-09-04T16:43:00.573Z[ host-image] Sep 04 16:42:59.845 INFO O| Sep 04 16:42:59.844 INFO O| Download: 18699/22728 items 162.0/196.4MB 82% complete (1.9M/s)
36042024-09-04T16:43:00.605Z[ recovery-image] Sep 04 16:42:59.877 INFO O| Sep 04 16:42:59.877 INFO O| Download: 13905/15831 items 144.9/173.2MB 83% complete (811k/s)
36052024-09-04T16:43:05.606Z[ recovery-image] Sep 04 16:43:04.877 INFO O| Sep 04 16:43:04.877 INFO O| Download: 14619/15831 items 147.5/173.2MB 85% complete (669k/s)
36062024-09-04T16:43:06.667Z[ host-image] Sep 04 16:43:05.937 INFO O| Sep 04 16:43:05.937 INFO O| Download: 19966/22728 items 167.2/196.4MB 85% complete (1.8M/s)
36072024-09-04T16:43:10.612Z[ recovery-image] Sep 04 16:43:09.882 INFO O| Sep 04 16:43:09.882 INFO O| Download: 15041/15831 items 154.8/173.2MB 89% complete (1011k/s)
36082024-09-04T16:43:11.895Z[ host-image] Sep 04 16:43:11.164 INFO O| Sep 04 16:43:11.164 INFO O| Download: 20795/22728 items 173.2/196.4MB 88% complete (993k/s)
36092024-09-04T16:43:16.622Z[ recovery-image] Sep 04 16:43:15.891 INFO O| Sep 04 16:43:15.891 INFO O| Download: 15561/15831 items 166.1/173.2MB 95% complete (1.9M/s)
36102024-09-04T16:43:16.908Z[ host-image] Sep 04 16:43:16.177 INFO O| Sep 04 16:43:16.177 INFO O| Download: 21195/22728 items 176.8/196.4MB 90% complete (973k/s)
36112024-09-04T16:43:21.624Z[ recovery-image] Sep 04 16:43:20.892 INFO O| Sep 04 16:43:20.892 INFO O| Download: 15766/15831 items 171.6/173.2MB 99% complete (1.4M/s)
36122024-09-04T16:43:22.071Z[ host-image] Sep 04 16:43:21.339 INFO O| Sep 04 16:43:21.339 INFO O| Download: 21980/22728 items 189.1/196.4MB 96% complete (1.6M/s)
36132024-09-04T16:43:23.291Z[ recovery-image] Sep 04 16:43:22.559 INFO O| Sep 04 16:43:22.559 INFO O| Download: Completed 173.18 MB in 124.59 seconds (1.4M/s)
36142024-09-04T16:43:24.243Z[ recovery-image] Sep 04 16:43:23.511 INFO O| Sep 04 16:43:23.511 INFO O| Actions: 1/24965 actions (Installing new actions)
36152024-09-04T16:43:27.099Z[ host-image] Sep 04 16:43:26.366 INFO O| Sep 04 16:43:26.366 INFO O| Download: 22676/22728 items 196.3/196.4MB 99% complete (1.9M/s)
36162024-09-04T16:43:27.973Z[ host-image] Sep 04 16:43:27.240 INFO O| Sep 04 16:43:27.240 INFO O| Download: Completed 196.40 MB in 152.87 seconds (1.3M/s)
36172024-09-04T16:43:29.264Z[ recovery-image] Sep 04 16:43:28.531 INFO O| Sep 04 16:43:28.531 INFO O| Actions: 8808/24965 actions (Installing new actions)
36182024-09-04T16:43:29.831Z[ host-image] Sep 04 16:43:29.098 INFO O| Sep 04 16:43:29.098 INFO O| Actions: 1/49262 actions (Installing new actions)
36192024-09-04T16:43:34.271Z[ recovery-image] Sep 04 16:43:33.536 INFO O| Sep 04 16:43:33.536 INFO O| Actions: 14659/24965 actions (Installing new actions)
36202024-09-04T16:43:34.832Z[ host-image] Sep 04 16:43:34.098 INFO O| Sep 04 16:43:34.098 INFO O| Actions: 8608/49262 actions (Installing new actions)
36212024-09-04T16:43:39.833Z[ host-image] Sep 04 16:43:39.099 INFO O| Sep 04 16:43:39.099 INFO O| Actions: 15739/49262 actions (Installing new actions)
36222024-09-04T16:43:40.826Z[ recovery-image] Sep 04 16:43:40.091 INFO O| Sep 04 16:43:40.091 INFO O| Actions: 24412/24965 actions (Installing new actions)
36232024-09-04T16:43:42.579Z[ recovery-image] Sep 04 16:43:41.844 INFO O| Sep 04 16:43:41.844 INFO O| Actions: Completed 24965 actions in 18.33 seconds.
36242024-09-04T16:43:43.089Z[ recovery-image] Sep 04 16:43:42.354 INFO O| Sep 04 16:43:42.354 INFO O| Done
36252024-09-04T16:43:43.089Z[ recovery-image] Sep 04 16:43:42.354 INFO O| Sep 04 16:43:42.354 INFO O| Done
36262024-09-04T16:43:44.358Z[ recovery-image] Sep 04 16:43:43.623 INFO O| Sep 04 16:43:43.623 INFO O| Done
36272024-09-04T16:43:44.842Z[ host-image] Sep 04 16:43:44.107 INFO O| Sep 04 16:43:44.107 INFO O| Actions: 23540/49262 actions (Installing new actions)
36282024-09-04T16:43:46.822Z[ recovery-image] Sep 04 16:43:46.087 INFO O| Sep 04 16:43:46.087 INFO O| Done
36292024-09-04T16:43:46.845Z[ recovery-image] Sep 04 16:43:46.110 INFO O| Sep 04 16:43:46.110 INFO O| Done
36302024-09-04T16:43:50.585Z[ host-image] Sep 04 16:43:49.849 INFO O| Sep 04 16:43:49.849 INFO O| Actions: 48709/49262 actions (Installing new actions)
36312024-09-04T16:43:51.819Z[ recovery-image] Sep 04 16:43:51.083 INFO O| Sep 04 16:43:51.083 INFO O| Done
36322024-09-04T16:43:52.657Z[ recovery-image] Sep 04 16:43:51.921 INFO O| Sep 04 16:43:51.921 INFO O| Done
36332024-09-04T16:43:52.971Z[ recovery-image] Sep 04 16:43:52.235 INFO O| Sep 04 16:43:52.235 INFO STEP 11 (pkg_install) COMPLETE
36342024-09-04T16:43:52.971Z[ recovery-image] Sep 04 16:43:52.235 INFO O| Sep 04 16:43:52.235 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-09-04T16:43:52.974Z[ recovery-image] Sep 04 16:43:52.235 INFO O| Sep 04 16:43:52.235 INFO skip step because feature "recovery" is enabled
36362024-09-04T16:43:52.974Z[ recovery-image] Sep 04 16:43:52.235 INFO O| Sep 04 16:43:52.235 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-09-04T16:43:52.974Z[ recovery-image] Sep 04 16:43:52.235 INFO O| Sep 04 16:43:52.235 INFO skip step because feature "omicron1" is not enabled
36382024-09-04T16:43:52.974Z[ recovery-image] Sep 04 16:43:52.235 INFO O| Sep 04 16:43:52.235 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36392024-09-04T16:43:52.992Z[ recovery-image] Sep 04 16:43:52.256 INFO O| Sep 04 16:43:52.256 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36402024-09-04T16:43:54.009Z[ recovery-image] Sep 04 16:43:53.273 INFO O| Sep 04 16:43:53.273 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36412024-09-04T16:43:54.667Z[ host-image] Sep 04 16:43:53.930 INFO O| Sep 04 16:43:53.930 INFO O| Actions: Completed 49262 actions in 24.83 seconds.
36422024-09-04T16:43:55.424Z[ host-image] Sep 04 16:43:54.687 INFO O| Sep 04 16:43:54.687 INFO O| Done
36432024-09-04T16:43:55.424Z[ host-image] Sep 04 16:43:54.687 INFO O| Sep 04 16:43:54.687 INFO O| Done
36442024-09-04T16:43:56.569Z[ host-image] Sep 04 16:43:55.832 INFO O| Sep 04 16:43:55.832 INFO O| Done
36452024-09-04T16:43:56.928Z[ recovery-image] Sep 04 16:43:56.191 INFO O| Sep 04 16:43:56.191 INFO O| Planning: Solver setup ... Done
36462024-09-04T16:43:56.934Z[ recovery-image] Sep 04 16:43:56.198 INFO O| Sep 04 16:43:56.198 INFO O| Planning: Running solver ... Done
36472024-09-04T16:43:56.994Z[ recovery-image] Sep 04 16:43:56.257 INFO O| Sep 04 16:43:56.257 INFO O| Planning: Finding local manifests ... Done
36482024-09-04T16:43:56.998Z[ recovery-image] Sep 04 16:43:56.258 INFO O| Sep 04 16:43:56.258 INFO O| Planning: Fetching manifests: 0/1 0% complete
36492024-09-04T16:43:57.124Z[ recovery-image] Sep 04 16:43:56.385 INFO O| Sep 04 16:43:56.385 INFO O| Planning: Fetching manifests: 1/1 100% complete
36502024-09-04T16:43:57.166Z[ recovery-image] Sep 04 16:43:56.429 INFO O| Sep 04 16:43:56.429 INFO O| Planning: Package planning ... Done
36512024-09-04T16:43:57.169Z[ recovery-image] Sep 04 16:43:56.430 INFO O| Sep 04 16:43:56.430 INFO O| Planning: Merging actions ... Done
36522024-09-04T16:43:57.232Z[ recovery-image] Sep 04 16:43:56.495 INFO O| Sep 04 16:43:56.495 INFO O| Planning: Checking for conflicting actions ... Done
36532024-09-04T16:43:57.235Z[ recovery-image] Sep 04 16:43:56.496 INFO O| Sep 04 16:43:56.496 INFO O| Planning: Consolidating action changes ... Done
36542024-09-04T16:43:57.551Z[ recovery-image] Sep 04 16:43:56.814 INFO O| Sep 04 16:43:56.814 INFO O| Planning: Evaluating mediators ... Done
36552024-09-04T16:43:57.554Z[ recovery-image] Sep 04 16:43:56.815 INFO O| Sep 04 16:43:56.815 INFO O| Planning: Planning completed in 3.54 seconds
36562024-09-04T16:43:57.556Z[ recovery-image] Sep 04 16:43:56.817 INFO O| Sep 04 16:43:56.817 INFO O| Packages to install: 1
36572024-09-04T16:43:57.574Z[ recovery-image] Sep 04 16:43:56.837 INFO O| Sep 04 16:43:56.837 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36582024-09-04T16:43:59.302Z[ host-image] Sep 04 16:43:58.565 INFO O| Sep 04 16:43:58.565 INFO O| Done
36592024-09-04T16:43:59.343Z[ host-image] Sep 04 16:43:58.606 INFO O| Sep 04 16:43:58.606 INFO O| Done
36602024-09-04T16:43:59.848Z[ recovery-image] Sep 04 16:43:59.111 INFO O| Sep 04 16:43:59.110 INFO O| Download: Completed 20.80 MB in 2.27 seconds (9.2M/s)
36612024-09-04T16:43:59.941Z[ recovery-image] Sep 04 16:43:59.204 INFO O| Sep 04 16:43:59.204 INFO O| Actions: 1/22 actions (Installing new actions)
36622024-09-04T16:44:00.987Z[ recovery-image] Sep 04 16:44:00.247 INFO O| Sep 04 16:44:00.247 INFO O| Actions: Completed 22 actions in 1.04 seconds.
36632024-09-04T16:44:01.306Z[ recovery-image] Sep 04 16:44:00.568 INFO O| Sep 04 16:44:00.568 INFO O| Done
36642024-09-04T16:44:01.306Z[ recovery-image] Sep 04 16:44:00.568 INFO O| Sep 04 16:44:00.568 INFO O| Done
36652024-09-04T16:44:02.205Z[ recovery-image] Sep 04 16:44:01.467 INFO O| Sep 04 16:44:01.467 INFO O| Done
36662024-09-04T16:44:04.153Z[ recovery-image] Sep 04 16:44:03.415 INFO O| Sep 04 16:44:03.415 INFO O| Done
36672024-09-04T16:44:04.178Z[ recovery-image] Sep 04 16:44:03.438 INFO O| Sep 04 16:44:03.438 INFO O| Done
36682024-09-04T16:44:04.178Z[ recovery-image] Sep 04 16:44:03.438 INFO O| Sep 04 16:44:03.438 INFO O| Done
36692024-09-04T16:44:04.194Z[ recovery-image] Sep 04 16:44:03.456 INFO O| Sep 04 16:44:03.456 INFO O| Done
36702024-09-04T16:44:04.369Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.631 INFO STEP 14 (pkg_install) COMPLETE
36712024-09-04T16:44:04.373Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-09-04T16:44:04.373Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO skip step because feature "mfg" is not enabled
36732024-09-04T16:44:04.374Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742024-09-04T16:44:04.374Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO skip step because feature "compliance" is not enabled
36752024-09-04T16:44:04.374Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-09-04T16:44:04.374Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO skip step because feature "stress" is not enabled
36772024-09-04T16:44:04.374Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36782024-09-04T16:44:04.374Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO skip step because feature "nfs" is not enabled
36792024-09-04T16:44:04.374Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36802024-09-04T16:44:04.374Z[ recovery-image] Sep 04 16:44:03.632 INFO O| Sep 04 16:44:03.632 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36812024-09-04T16:44:04.518Z[ recovery-image] Sep 04 16:44:03.781 INFO O| Sep 04 16:44:03.780 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36822024-09-04T16:44:04.645Z[ recovery-image] Sep 04 16:44:03.906 INFO O| Sep 04 16:44:03.906 INFO completed processing gimlet/ramdisk-01-os
36832024-09-04T16:44:04.649Z[ recovery-image] Sep 04 16:44:03.909 INFO image builder template: ramdisk-02-trim...
36842024-09-04T16:44:04.649Z[ recovery-image] Sep 04 16:44:03.909 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/.tmphHrvRQ/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
36852024-09-04T16:44:04.693Z[ recovery-image] Sep 04 16:44:03.955 INFO O| Sep 04 16:44:03.954 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36862024-09-04T16:44:04.716Z[ recovery-image] Sep 04 16:44:03.978 INFO O| Sep 04 16:44:03.978 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36872024-09-04T16:44:04.885Z[ recovery-image] Sep 04 16:44:04.147 INFO O| Sep 04 16:44:04.147 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36882024-09-04T16:44:05.091Z[ recovery-image] Sep 04 16:44:04.352 INFO O| Sep 04 16:44:04.352 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36892024-09-04T16:44:05.094Z[ recovery-image] Sep 04 16:44:04.353 INFO O| Sep 04 16:44:04.353 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36902024-09-04T16:44:05.102Z[ recovery-image] Sep 04 16:44:04.364 INFO O| Sep 04 16:44:04.364 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36912024-09-04T16:44:05.111Z[ recovery-image] Sep 04 16:44:04.373 INFO O| Sep 04 16:44:04.373 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36922024-09-04T16:44:05.121Z[ recovery-image] Sep 04 16:44:04.383 INFO O| Sep 04 16:44:04.383 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36932024-09-04T16:44:05.390Z[ recovery-image] Sep 04 16:44:04.651 INFO O| Sep 04 16:44:04.651 INFO rolled back to input snapshot; work may begin
36942024-09-04T16:44:05.390Z[ recovery-image] Sep 04 16:44:04.652 INFO O| Sep 04 16:44:04.651 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36952024-09-04T16:44:05.398Z[ recovery-image] Sep 04 16:44:04.660 INFO O| Sep 04 16:44:04.660 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-09-04T16:44:05.416Z[ recovery-image] Sep 04 16:44:04.678 INFO O| Sep 04 16:44:04.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36972024-09-04T16:44:05.510Z[ recovery-image] Sep 04 16:44:04.772 INFO O| Sep 04 16:44:04.772 INFO STEP 0 (remove_files) COMPLETE
36982024-09-04T16:44:05.510Z[ recovery-image] Sep 04 16:44:04.772 INFO O| Sep 04 16:44:04.772 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-09-04T16:44:05.531Z[ recovery-image] Sep 04 16:44:04.793 INFO O| Sep 04 16:44:04.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37002024-09-04T16:44:05.536Z[ recovery-image] Sep 04 16:44:04.796 INFO O| Sep 04 16:44:04.796 INFO STEP 1 (remove_files) COMPLETE
37012024-09-04T16:44:05.536Z[ recovery-image] Sep 04 16:44:04.796 INFO O| Sep 04 16:44:04.796 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-09-04T16:44:05.554Z[ recovery-image] Sep 04 16:44:04.815 INFO O| Sep 04 16:44:04.815 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37032024-09-04T16:44:05.580Z[ recovery-image] Sep 04 16:44:04.842 INFO O| Sep 04 16:44:04.842 INFO STEP 2 (remove_files) COMPLETE
37042024-09-04T16:44:05.580Z[ recovery-image] Sep 04 16:44:04.842 INFO O| Sep 04 16:44:04.842 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-09-04T16:44:05.601Z[ recovery-image] Sep 04 16:44:04.863 INFO O| Sep 04 16:44:04.863 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37062024-09-04T16:44:05.604Z[ recovery-image] Sep 04 16:44:04.866 INFO O| Sep 04 16:44:04.866 INFO STEP 3 (remove_files) COMPLETE
37072024-09-04T16:44:05.604Z[ recovery-image] Sep 04 16:44:04.866 INFO O| Sep 04 16:44:04.866 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-09-04T16:44:05.629Z[ recovery-image] Sep 04 16:44:04.891 INFO O| Sep 04 16:44:04.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37092024-09-04T16:44:05.636Z[ recovery-image] Sep 04 16:44:04.898 INFO O| Sep 04 16:44:04.898 INFO STEP 4 (remove_files) COMPLETE
37102024-09-04T16:44:05.636Z[ recovery-image] Sep 04 16:44:04.898 INFO O| Sep 04 16:44:04.898 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-09-04T16:44:05.660Z[ recovery-image] Sep 04 16:44:04.919 INFO O| Sep 04 16:44:04.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37122024-09-04T16:44:05.663Z[ recovery-image] Sep 04 16:44:04.920 INFO O| Sep 04 16:44:04.920 INFO STEP 5 (remove_files) COMPLETE
37132024-09-04T16:44:05.663Z[ recovery-image] Sep 04 16:44:04.920 INFO O| Sep 04 16:44:04.920 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-09-04T16:44:05.679Z[ recovery-image] Sep 04 16:44:04.940 INFO O| Sep 04 16:44:04.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37152024-09-04T16:44:05.702Z[ recovery-image] Sep 04 16:44:04.963 INFO O| Sep 04 16:44:04.963 INFO STEP 6 (remove_files) COMPLETE
37162024-09-04T16:44:05.702Z[ recovery-image] Sep 04 16:44:04.963 INFO O| Sep 04 16:44:04.963 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-09-04T16:44:05.705Z[ recovery-image] Sep 04 16:44:04.963 INFO O| Sep 04 16:44:04.963 INFO skip step because feature "recovery" is enabled
37182024-09-04T16:44:05.705Z[ recovery-image] Sep 04 16:44:04.963 INFO O| Sep 04 16:44:04.963 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-09-04T16:44:05.705Z[ recovery-image] Sep 04 16:44:04.963 INFO O| Sep 04 16:44:04.963 INFO skip step because feature "recovery" is enabled
37202024-09-04T16:44:05.705Z[ recovery-image] Sep 04 16:44:04.963 INFO O| Sep 04 16:44:04.963 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37212024-09-04T16:44:05.705Z[ recovery-image] Sep 04 16:44:04.964 INFO O| Sep 04 16:44:04.963 INFO skip step because feature "recovery" is enabled
37222024-09-04T16:44:05.705Z[ recovery-image] Sep 04 16:44:04.964 INFO O| Sep 04 16:44:04.964 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-09-04T16:44:05.724Z[ recovery-image] Sep 04 16:44:04.986 INFO O| Sep 04 16:44:04.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37242024-09-04T16:44:05.731Z[ recovery-image] Sep 04 16:44:04.993 INFO O| Sep 04 16:44:04.993 INFO STEP 10 (remove_files) COMPLETE
37252024-09-04T16:44:05.731Z[ recovery-image] Sep 04 16:44:04.993 INFO O| Sep 04 16:44:04.993 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-09-04T16:44:05.779Z[ recovery-image] Sep 04 16:44:05.041 INFO O| Sep 04 16:44:05.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37272024-09-04T16:44:05.785Z[ recovery-image] Sep 04 16:44:05.042 INFO O| Sep 04 16:44:05.042 INFO STEP 11 (remove_files) COMPLETE
37282024-09-04T16:44:05.785Z[ recovery-image] Sep 04 16:44:05.042 INFO O| Sep 04 16:44:05.042 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-09-04T16:44:05.843Z[ recovery-image] Sep 04 16:44:05.105 INFO O| Sep 04 16:44:05.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37302024-09-04T16:44:05.846Z[ recovery-image] Sep 04 16:44:05.108 INFO O| Sep 04 16:44:05.108 INFO STEP 12 (remove_files) COMPLETE
37312024-09-04T16:44:05.846Z[ recovery-image] Sep 04 16:44:05.108 INFO O| Sep 04 16:44:05.108 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-09-04T16:44:05.884Z[ recovery-image] Sep 04 16:44:05.146 INFO O| Sep 04 16:44:05.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37332024-09-04T16:44:05.920Z[ recovery-image] Sep 04 16:44:05.181 INFO O| Sep 04 16:44:05.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37342024-09-04T16:44:05.923Z[ recovery-image] Sep 04 16:44:05.183 INFO O| Sep 04 16:44:05.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37352024-09-04T16:44:05.928Z[ recovery-image] Sep 04 16:44:05.186 INFO O| Sep 04 16:44:05.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37362024-09-04T16:44:06.021Z[ recovery-image] Sep 04 16:44:05.283 INFO O| Sep 04 16:44:05.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37372024-09-04T16:44:06.367Z[ recovery-image] Sep 04 16:44:05.629 INFO O| Sep 04 16:44:05.629 INFO STEP 13 (remove_files) COMPLETE
37382024-09-04T16:44:06.367Z[ recovery-image] Sep 04 16:44:05.629 INFO O| Sep 04 16:44:05.629 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37392024-09-04T16:44:06.410Z[ recovery-image] Sep 04 16:44:05.672 INFO O| Sep 04 16:44:05.672 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37402024-09-04T16:44:06.414Z[ recovery-image] Sep 04 16:44:05.675 INFO O| Sep 04 16:44:05.675 INFO STEP 14 (remove_files) COMPLETE
37412024-09-04T16:44:06.414Z[ recovery-image] Sep 04 16:44:05.675 INFO O| Sep 04 16:44:05.675 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-09-04T16:44:06.448Z[ recovery-image] Sep 04 16:44:05.709 INFO O| Sep 04 16:44:05.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37432024-09-04T16:44:06.459Z[ recovery-image] Sep 04 16:44:05.720 INFO O| Sep 04 16:44:05.720 INFO STEP 15 (remove_files) COMPLETE
37442024-09-04T16:44:06.459Z[ recovery-image] Sep 04 16:44:05.720 INFO O| Sep 04 16:44:05.720 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-09-04T16:44:06.493Z[ recovery-image] Sep 04 16:44:05.755 INFO O| Sep 04 16:44:05.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37462024-09-04T16:44:06.496Z[ recovery-image] Sep 04 16:44:05.756 INFO O| Sep 04 16:44:05.756 INFO STEP 16 (remove_files) COMPLETE
37472024-09-04T16:44:06.496Z[ recovery-image] Sep 04 16:44:05.756 INFO O| Sep 04 16:44:05.756 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-09-04T16:44:06.514Z[ recovery-image] Sep 04 16:44:05.775 INFO O| Sep 04 16:44:05.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37492024-09-04T16:44:06.516Z[ recovery-image] Sep 04 16:44:05.778 INFO O| Sep 04 16:44:05.778 INFO STEP 17 (remove_files) COMPLETE
37502024-09-04T16:44:06.516Z[ recovery-image] Sep 04 16:44:05.778 INFO O| Sep 04 16:44:05.778 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-09-04T16:44:06.537Z[ recovery-image] Sep 04 16:44:05.798 INFO O| Sep 04 16:44:05.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37522024-09-04T16:44:06.541Z[ recovery-image] Sep 04 16:44:05.799 INFO O| Sep 04 16:44:05.799 INFO STEP 18 (remove_files) COMPLETE
37532024-09-04T16:44:06.541Z[ recovery-image] Sep 04 16:44:05.799 INFO O| Sep 04 16:44:05.799 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-09-04T16:44:06.555Z[ recovery-image] Sep 04 16:44:05.817 INFO O| Sep 04 16:44:05.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37552024-09-04T16:44:06.558Z[ recovery-image] Sep 04 16:44:05.817 INFO O| Sep 04 16:44:05.817 INFO STEP 19 (remove_files) COMPLETE
37562024-09-04T16:44:06.558Z[ recovery-image] Sep 04 16:44:05.818 INFO O| Sep 04 16:44:05.817 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-09-04T16:44:06.575Z[ recovery-image] Sep 04 16:44:05.836 INFO O| Sep 04 16:44:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37582024-09-04T16:44:06.589Z[ recovery-image] Sep 04 16:44:05.836 INFO O| Sep 04 16:44:05.836 INFO STEP 20 (remove_files) COMPLETE
37592024-09-04T16:44:06.589Z[ recovery-image] Sep 04 16:44:05.837 INFO O| Sep 04 16:44:05.836 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-09-04T16:44:06.607Z[ recovery-image] Sep 04 16:44:05.868 INFO O| Sep 04 16:44:05.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37612024-09-04T16:44:06.607Z[ recovery-image] Sep 04 16:44:05.868 INFO O| Sep 04 16:44:05.868 INFO STEP 21 (remove_files) COMPLETE
37622024-09-04T16:44:06.610Z[ recovery-image] Sep 04 16:44:05.869 INFO O| Sep 04 16:44:05.868 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-09-04T16:44:06.627Z[ recovery-image] Sep 04 16:44:05.889 INFO O| Sep 04 16:44:05.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37642024-09-04T16:44:06.632Z[ recovery-image] Sep 04 16:44:05.889 INFO O| Sep 04 16:44:05.889 INFO STEP 22 (remove_files) COMPLETE
37652024-09-04T16:44:06.632Z[ recovery-image] Sep 04 16:44:05.890 INFO O| Sep 04 16:44:05.889 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-09-04T16:44:06.647Z[ recovery-image] Sep 04 16:44:05.909 INFO O| Sep 04 16:44:05.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37672024-09-04T16:44:06.647Z[ recovery-image] Sep 04 16:44:05.909 INFO O| Sep 04 16:44:05.909 INFO STEP 23 (remove_files) COMPLETE
37682024-09-04T16:44:06.651Z[ recovery-image] Sep 04 16:44:05.909 INFO O| Sep 04 16:44:05.909 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-09-04T16:44:06.668Z[ recovery-image] Sep 04 16:44:05.930 INFO O| Sep 04 16:44:05.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37702024-09-04T16:44:06.668Z[ recovery-image] Sep 04 16:44:05.930 INFO O| Sep 04 16:44:05.930 INFO STEP 24 (remove_files) COMPLETE
37712024-09-04T16:44:06.673Z[ recovery-image] Sep 04 16:44:05.930 INFO O| Sep 04 16:44:05.930 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-09-04T16:44:06.703Z[ recovery-image] Sep 04 16:44:05.964 INFO O| Sep 04 16:44:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37732024-09-04T16:44:06.703Z[ recovery-image] Sep 04 16:44:05.964 INFO O| Sep 04 16:44:05.964 INFO STEP 25 (remove_files) COMPLETE
37742024-09-04T16:44:06.708Z[ recovery-image] Sep 04 16:44:05.964 INFO O| Sep 04 16:44:05.964 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-09-04T16:44:06.761Z[ recovery-image] Sep 04 16:44:06.023 INFO O| Sep 04 16:44:06.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37762024-09-04T16:44:06.761Z[ recovery-image] Sep 04 16:44:06.023 INFO O| Sep 04 16:44:06.023 INFO STEP 26 (remove_files) COMPLETE
37772024-09-04T16:44:06.761Z[ recovery-image] Sep 04 16:44:06.023 INFO O| Sep 04 16:44:06.023 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-09-04T16:44:06.782Z[ recovery-image] Sep 04 16:44:06.044 INFO O| Sep 04 16:44:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37792024-09-04T16:44:06.782Z[ recovery-image] Sep 04 16:44:06.044 INFO O| Sep 04 16:44:06.044 INFO STEP 27 (remove_files) COMPLETE
37802024-09-04T16:44:06.784Z[ recovery-image] Sep 04 16:44:06.044 INFO O| Sep 04 16:44:06.044 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-09-04T16:44:06.806Z[ recovery-image] Sep 04 16:44:06.067 INFO O| Sep 04 16:44:06.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37822024-09-04T16:44:06.807Z[ recovery-image] Sep 04 16:44:06.067 INFO O| Sep 04 16:44:06.067 INFO STEP 28 (remove_files) COMPLETE
37832024-09-04T16:44:06.807Z[ recovery-image] Sep 04 16:44:06.067 INFO O| Sep 04 16:44:06.067 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-09-04T16:44:06.849Z[ recovery-image] Sep 04 16:44:06.111 INFO O| Sep 04 16:44:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37852024-09-04T16:44:06.850Z[ recovery-image] Sep 04 16:44:06.111 INFO O| Sep 04 16:44:06.111 INFO STEP 29 (remove_files) COMPLETE
37862024-09-04T16:44:06.852Z[ recovery-image] Sep 04 16:44:06.111 INFO O| Sep 04 16:44:06.111 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-09-04T16:44:06.871Z[ recovery-image] Sep 04 16:44:06.131 INFO O| Sep 04 16:44:06.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37882024-09-04T16:44:06.871Z[ recovery-image] Sep 04 16:44:06.131 INFO O| Sep 04 16:44:06.131 INFO STEP 30 (remove_files) COMPLETE
37892024-09-04T16:44:06.875Z[ recovery-image] Sep 04 16:44:06.131 INFO O| Sep 04 16:44:06.131 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-09-04T16:44:06.889Z[ recovery-image] Sep 04 16:44:06.150 INFO O| Sep 04 16:44:06.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37912024-09-04T16:44:06.889Z[ recovery-image] Sep 04 16:44:06.150 INFO O| Sep 04 16:44:06.150 INFO STEP 31 (remove_files) COMPLETE
37922024-09-04T16:44:06.894Z[ recovery-image] Sep 04 16:44:06.150 INFO O| Sep 04 16:44:06.150 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-09-04T16:44:06.908Z[ recovery-image] Sep 04 16:44:06.169 INFO O| Sep 04 16:44:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37942024-09-04T16:44:06.908Z[ recovery-image] Sep 04 16:44:06.169 INFO O| Sep 04 16:44:06.169 INFO STEP 32 (remove_files) COMPLETE
37952024-09-04T16:44:06.908Z[ recovery-image] Sep 04 16:44:06.169 INFO O| Sep 04 16:44:06.169 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-09-04T16:44:06.945Z[ recovery-image] Sep 04 16:44:06.207 INFO O| Sep 04 16:44:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37972024-09-04T16:44:06.946Z[ recovery-image] Sep 04 16:44:06.207 INFO O| Sep 04 16:44:06.207 INFO STEP 33 (remove_files) COMPLETE
37982024-09-04T16:44:06.946Z[ recovery-image] Sep 04 16:44:06.207 INFO O| Sep 04 16:44:06.207 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-09-04T16:44:06.964Z[ recovery-image] Sep 04 16:44:06.225 INFO O| Sep 04 16:44:06.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38002024-09-04T16:44:06.964Z[ recovery-image] Sep 04 16:44:06.225 INFO O| Sep 04 16:44:06.225 INFO STEP 34 (remove_files) COMPLETE
38012024-09-04T16:44:06.964Z[ recovery-image] Sep 04 16:44:06.225 INFO O| Sep 04 16:44:06.225 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-09-04T16:44:06.974Z[ host-image] Sep 04 16:44:06.236 INFO O| Sep 04 16:44:06.235 INFO O| Done
38032024-09-04T16:44:06.981Z[ recovery-image] Sep 04 16:44:06.243 INFO O| Sep 04 16:44:06.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38042024-09-04T16:44:06.981Z[ recovery-image] Sep 04 16:44:06.243 INFO O| Sep 04 16:44:06.243 INFO STEP 35 (remove_files) COMPLETE
38052024-09-04T16:44:06.985Z[ recovery-image] Sep 04 16:44:06.243 INFO O| Sep 04 16:44:06.243 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-04T16:44:07.001Z[ recovery-image] Sep 04 16:44:06.262 INFO O| Sep 04 16:44:06.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38072024-09-04T16:44:07.001Z[ recovery-image] Sep 04 16:44:06.262 INFO O| Sep 04 16:44:06.262 INFO STEP 36 (remove_files) COMPLETE
38082024-09-04T16:44:07.001Z[ recovery-image] Sep 04 16:44:06.262 INFO O| Sep 04 16:44:06.262 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-09-04T16:44:07.058Z[ recovery-image] Sep 04 16:44:06.320 INFO O| Sep 04 16:44:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38102024-09-04T16:44:07.058Z[ recovery-image] Sep 04 16:44:06.320 INFO O| Sep 04 16:44:06.320 INFO STEP 37 (remove_files) COMPLETE
38112024-09-04T16:44:07.062Z[ recovery-image] Sep 04 16:44:06.320 INFO O| Sep 04 16:44:06.320 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-04T16:44:07.077Z[ recovery-image] Sep 04 16:44:06.339 INFO O| Sep 04 16:44:06.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38132024-09-04T16:44:07.077Z[ recovery-image] Sep 04 16:44:06.339 INFO O| Sep 04 16:44:06.339 INFO STEP 38 (remove_files) COMPLETE
38142024-09-04T16:44:07.080Z[ recovery-image] Sep 04 16:44:06.339 INFO O| Sep 04 16:44:06.339 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-04T16:44:07.119Z[ recovery-image] Sep 04 16:44:06.380 INFO O| Sep 04 16:44:06.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38162024-09-04T16:44:07.121Z[ recovery-image] Sep 04 16:44:06.380 INFO O| Sep 04 16:44:06.380 INFO STEP 39 (remove_files) COMPLETE
38172024-09-04T16:44:07.121Z[ recovery-image] Sep 04 16:44:06.381 INFO O| Sep 04 16:44:06.380 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-09-04T16:44:07.139Z[ recovery-image] Sep 04 16:44:06.400 INFO O| Sep 04 16:44:06.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38192024-09-04T16:44:07.139Z[ recovery-image] Sep 04 16:44:06.401 INFO O| Sep 04 16:44:06.400 INFO STEP 40 (remove_files) COMPLETE
38202024-09-04T16:44:07.144Z[ recovery-image] Sep 04 16:44:06.401 INFO O| Sep 04 16:44:06.401 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-09-04T16:44:07.158Z[ recovery-image] Sep 04 16:44:06.420 INFO O| Sep 04 16:44:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38222024-09-04T16:44:07.164Z[ recovery-image] Sep 04 16:44:06.420 INFO O| Sep 04 16:44:06.420 INFO STEP 41 (remove_files) COMPLETE
38232024-09-04T16:44:07.164Z[ recovery-image] Sep 04 16:44:06.420 INFO O| Sep 04 16:44:06.420 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-09-04T16:44:07.209Z[ recovery-image] Sep 04 16:44:06.470 INFO O| Sep 04 16:44:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38252024-09-04T16:44:07.209Z[ recovery-image] Sep 04 16:44:06.470 INFO O| Sep 04 16:44:06.470 INFO STEP 42 (remove_files) COMPLETE
38262024-09-04T16:44:07.211Z[ recovery-image] Sep 04 16:44:06.471 INFO O| Sep 04 16:44:06.471 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-09-04T16:44:07.228Z[ recovery-image] Sep 04 16:44:06.490 INFO O| Sep 04 16:44:06.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38282024-09-04T16:44:07.228Z[ recovery-image] Sep 04 16:44:06.490 INFO O| Sep 04 16:44:06.490 INFO STEP 43 (remove_files) COMPLETE
38292024-09-04T16:44:07.231Z[ recovery-image] Sep 04 16:44:06.490 INFO O| Sep 04 16:44:06.490 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-09-04T16:44:07.246Z[ recovery-image] Sep 04 16:44:06.508 INFO O| Sep 04 16:44:06.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38312024-09-04T16:44:07.246Z[ recovery-image] Sep 04 16:44:06.508 INFO O| Sep 04 16:44:06.508 INFO STEP 44 (remove_files) COMPLETE
38322024-09-04T16:44:07.248Z[ recovery-image] Sep 04 16:44:06.508 INFO O| Sep 04 16:44:06.508 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-09-04T16:44:07.266Z[ recovery-image] Sep 04 16:44:06.528 INFO O| Sep 04 16:44:06.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38342024-09-04T16:44:07.266Z[ recovery-image] Sep 04 16:44:06.528 INFO O| Sep 04 16:44:06.528 INFO STEP 45 (remove_files) COMPLETE
38352024-09-04T16:44:07.269Z[ recovery-image] Sep 04 16:44:06.528 INFO O| Sep 04 16:44:06.528 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-04T16:44:07.285Z[ recovery-image] Sep 04 16:44:06.547 INFO O| Sep 04 16:44:06.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38372024-09-04T16:44:07.285Z[ recovery-image] Sep 04 16:44:06.547 INFO O| Sep 04 16:44:06.547 INFO STEP 46 (remove_files) COMPLETE
38382024-09-04T16:44:07.288Z[ recovery-image] Sep 04 16:44:06.547 INFO O| Sep 04 16:44:06.547 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-09-04T16:44:07.336Z[ recovery-image] Sep 04 16:44:06.595 INFO O| Sep 04 16:44:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38402024-09-04T16:44:07.336Z[ recovery-image] Sep 04 16:44:06.595 INFO O| Sep 04 16:44:06.595 INFO STEP 47 (remove_files) COMPLETE
38412024-09-04T16:44:07.336Z[ recovery-image] Sep 04 16:44:06.595 INFO O| Sep 04 16:44:06.595 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-09-04T16:44:07.370Z[ recovery-image] Sep 04 16:44:06.632 INFO O| Sep 04 16:44:06.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38432024-09-04T16:44:07.370Z[ recovery-image] Sep 04 16:44:06.632 INFO O| Sep 04 16:44:06.632 INFO STEP 48 (remove_files) COMPLETE
38442024-09-04T16:44:07.370Z[ recovery-image] Sep 04 16:44:06.632 INFO O| Sep 04 16:44:06.632 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-09-04T16:44:07.392Z[ recovery-image] Sep 04 16:44:06.654 INFO O| Sep 04 16:44:06.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38462024-09-04T16:44:07.393Z[ recovery-image] Sep 04 16:44:06.654 INFO O| Sep 04 16:44:06.654 INFO STEP 49 (remove_files) COMPLETE
38472024-09-04T16:44:07.395Z[ recovery-image] Sep 04 16:44:06.654 INFO O| Sep 04 16:44:06.654 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-09-04T16:44:07.440Z[ recovery-image] Sep 04 16:44:06.702 INFO O| Sep 04 16:44:06.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38492024-09-04T16:44:07.440Z[ recovery-image] Sep 04 16:44:06.702 INFO O| Sep 04 16:44:06.702 INFO STEP 50 (remove_files) COMPLETE
38502024-09-04T16:44:07.440Z[ recovery-image] Sep 04 16:44:06.702 INFO O| Sep 04 16:44:06.702 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-09-04T16:44:07.465Z[ recovery-image] Sep 04 16:44:06.726 INFO O| Sep 04 16:44:06.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38522024-09-04T16:44:07.468Z[ recovery-image] Sep 04 16:44:06.726 INFO O| Sep 04 16:44:06.726 INFO STEP 51 (remove_files) COMPLETE
38532024-09-04T16:44:07.468Z[ recovery-image] Sep 04 16:44:06.726 INFO O| Sep 04 16:44:06.726 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-09-04T16:44:07.489Z[ recovery-image] Sep 04 16:44:06.751 INFO O| Sep 04 16:44:06.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38552024-09-04T16:44:07.489Z[ recovery-image] Sep 04 16:44:06.751 INFO O| Sep 04 16:44:06.751 INFO STEP 52 (remove_files) COMPLETE
38562024-09-04T16:44:07.493Z[ recovery-image] Sep 04 16:44:06.751 INFO O| Sep 04 16:44:06.751 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-09-04T16:44:07.525Z[ recovery-image] Sep 04 16:44:06.786 INFO O| Sep 04 16:44:06.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38582024-09-04T16:44:07.525Z[ recovery-image] Sep 04 16:44:06.786 INFO O| Sep 04 16:44:06.786 INFO STEP 53 (remove_files) COMPLETE
38592024-09-04T16:44:07.525Z[ recovery-image] Sep 04 16:44:06.786 INFO O| Sep 04 16:44:06.786 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-04T16:44:07.547Z[ recovery-image] Sep 04 16:44:06.809 INFO O| Sep 04 16:44:06.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38612024-09-04T16:44:07.547Z[ recovery-image] Sep 04 16:44:06.809 INFO O| Sep 04 16:44:06.809 INFO STEP 54 (remove_files) COMPLETE
38622024-09-04T16:44:07.547Z[ recovery-image] Sep 04 16:44:06.809 INFO O| Sep 04 16:44:06.809 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-09-04T16:44:07.569Z[ recovery-image] Sep 04 16:44:06.831 INFO O| Sep 04 16:44:06.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38642024-09-04T16:44:07.569Z[ recovery-image] Sep 04 16:44:06.831 INFO O| Sep 04 16:44:06.831 INFO STEP 55 (remove_files) COMPLETE
38652024-09-04T16:44:07.574Z[ recovery-image] Sep 04 16:44:06.831 INFO O| Sep 04 16:44:06.831 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-09-04T16:44:07.591Z[ recovery-image] Sep 04 16:44:06.853 INFO O| Sep 04 16:44:06.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38672024-09-04T16:44:07.592Z[ recovery-image] Sep 04 16:44:06.853 INFO O| Sep 04 16:44:06.853 INFO STEP 56 (remove_files) COMPLETE
38682024-09-04T16:44:07.592Z[ recovery-image] Sep 04 16:44:06.853 INFO O| Sep 04 16:44:06.853 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-09-04T16:44:07.626Z[ recovery-image] Sep 04 16:44:06.887 INFO O| Sep 04 16:44:06.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38702024-09-04T16:44:07.626Z[ recovery-image] Sep 04 16:44:06.887 INFO O| Sep 04 16:44:06.887 INFO STEP 57 (remove_files) COMPLETE
38712024-09-04T16:44:07.628Z[ recovery-image] Sep 04 16:44:06.888 INFO O| Sep 04 16:44:06.887 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-09-04T16:44:07.648Z[ recovery-image] Sep 04 16:44:06.910 INFO O| Sep 04 16:44:06.910 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38732024-09-04T16:44:07.650Z[ recovery-image] Sep 04 16:44:06.910 INFO O| Sep 04 16:44:06.910 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38742024-09-04T16:44:07.651Z[ recovery-image] Sep 04 16:44:06.910 INFO O| Sep 04 16:44:06.910 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38752024-09-04T16:44:07.651Z[ recovery-image] Sep 04 16:44:06.910 INFO O| Sep 04 16:44:06.910 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38762024-09-04T16:44:07.651Z[ recovery-image] Sep 04 16:44:06.910 INFO O| Sep 04 16:44:06.910 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38772024-09-04T16:44:07.651Z[ recovery-image] Sep 04 16:44:06.911 INFO O| Sep 04 16:44:06.911 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38782024-09-04T16:44:07.651Z[ recovery-image] Sep 04 16:44:06.911 INFO O| Sep 04 16:44:06.911 INFO ok!
38792024-09-04T16:44:07.651Z[ recovery-image] Sep 04 16:44:06.911 INFO O| Sep 04 16:44:06.911 INFO STEP 58 (ensure_file) COMPLETE
38802024-09-04T16:44:07.651Z[ recovery-image] Sep 04 16:44:06.911 INFO O| Sep 04 16:44:06.911 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-09-04T16:44:07.673Z[ recovery-image] Sep 04 16:44:06.934 INFO O| Sep 04 16:44:06.934 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38822024-09-04T16:44:07.676Z[ recovery-image] Sep 04 16:44:06.934 INFO O| Sep 04 16:44:06.934 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38832024-09-04T16:44:07.676Z[ recovery-image] Sep 04 16:44:06.935 INFO O| Sep 04 16:44:06.935 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38842024-09-04T16:44:07.676Z[ recovery-image] Sep 04 16:44:06.935 INFO O| Sep 04 16:44:06.935 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38852024-09-04T16:44:07.676Z[ recovery-image] Sep 04 16:44:06.935 INFO O| Sep 04 16:44:06.935 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38862024-09-04T16:44:07.676Z[ recovery-image] Sep 04 16:44:06.935 INFO O| Sep 04 16:44:06.935 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38872024-09-04T16:44:07.676Z[ recovery-image] Sep 04 16:44:06.935 INFO O| Sep 04 16:44:06.935 INFO ok!
38882024-09-04T16:44:07.676Z[ recovery-image] Sep 04 16:44:06.936 INFO O| Sep 04 16:44:06.936 INFO STEP 59 (ensure_file) COMPLETE
38892024-09-04T16:44:07.676Z[ recovery-image] Sep 04 16:44:06.936 INFO O| Sep 04 16:44:06.936 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-09-04T16:44:07.720Z[ recovery-image] Sep 04 16:44:06.981 INFO O| Sep 04 16:44:06.981 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38912024-09-04T16:44:07.720Z[ recovery-image] Sep 04 16:44:06.981 INFO O| Sep 04 16:44:06.981 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38922024-09-04T16:44:07.723Z[ recovery-image] Sep 04 16:44:06.981 INFO O| Sep 04 16:44:06.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38932024-09-04T16:44:07.723Z[ recovery-image] Sep 04 16:44:06.981 INFO O| Sep 04 16:44:06.981 INFO ok!
38942024-09-04T16:44:07.723Z[ recovery-image] Sep 04 16:44:06.981 INFO O| Sep 04 16:44:06.981 INFO STEP 60 (ensure_file) COMPLETE
38952024-09-04T16:44:07.723Z[ recovery-image] Sep 04 16:44:06.982 INFO O| Sep 04 16:44:06.982 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-09-04T16:44:07.740Z[ recovery-image] Sep 04 16:44:07.001 INFO O| Sep 04 16:44:07.001 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38972024-09-04T16:44:07.743Z[ recovery-image] Sep 04 16:44:07.002 INFO O| Sep 04 16:44:07.002 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38982024-09-04T16:44:07.743Z[ recovery-image] Sep 04 16:44:07.002 INFO O| Sep 04 16:44:07.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38992024-09-04T16:44:07.743Z[ recovery-image] Sep 04 16:44:07.002 INFO O| Sep 04 16:44:07.002 INFO ok!
39002024-09-04T16:44:07.743Z[ recovery-image] Sep 04 16:44:07.002 INFO O| Sep 04 16:44:07.002 INFO STEP 61 (ensure_file) COMPLETE
39012024-09-04T16:44:07.743Z[ recovery-image] Sep 04 16:44:07.002 INFO O| Sep 04 16:44:07.002 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-09-04T16:44:07.762Z[ recovery-image] Sep 04 16:44:07.023 INFO O| Sep 04 16:44:07.023 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39032024-09-04T16:44:07.762Z[ recovery-image] Sep 04 16:44:07.023 INFO O| Sep 04 16:44:07.023 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39042024-09-04T16:44:07.765Z[ recovery-image] Sep 04 16:44:07.024 INFO O| Sep 04 16:44:07.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39052024-09-04T16:44:07.765Z[ recovery-image] Sep 04 16:44:07.024 INFO O| Sep 04 16:44:07.024 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39062024-09-04T16:44:07.765Z[ recovery-image] Sep 04 16:44:07.024 INFO O| Sep 04 16:44:07.024 INFO ok!
39072024-09-04T16:44:07.765Z[ recovery-image] Sep 04 16:44:07.024 INFO O| Sep 04 16:44:07.024 INFO STEP 62 (ensure_file) COMPLETE
39082024-09-04T16:44:07.765Z[ recovery-image] Sep 04 16:44:07.024 INFO O| Sep 04 16:44:07.024 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-09-04T16:44:07.798Z[ recovery-image] Sep 04 16:44:07.060 INFO O| Sep 04 16:44:07.060 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39102024-09-04T16:44:07.799Z[ recovery-image] Sep 04 16:44:07.060 INFO O| Sep 04 16:44:07.060 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39112024-09-04T16:44:07.799Z[ recovery-image] Sep 04 16:44:07.060 INFO O| Sep 04 16:44:07.060 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39122024-09-04T16:44:07.801Z[ recovery-image] Sep 04 16:44:07.060 INFO O| Sep 04 16:44:07.060 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39132024-09-04T16:44:07.802Z[ recovery-image] Sep 04 16:44:07.060 INFO O| Sep 04 16:44:07.060 INFO ok!
39142024-09-04T16:44:07.802Z[ recovery-image] Sep 04 16:44:07.060 INFO O| Sep 04 16:44:07.060 INFO STEP 63 (ensure_file) COMPLETE
39152024-09-04T16:44:07.802Z[ recovery-image] Sep 04 16:44:07.060 INFO O| Sep 04 16:44:07.060 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-09-04T16:44:07.868Z[ recovery-image] Sep 04 16:44:07.129 INFO O| Sep 04 16:44:07.129 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39172024-09-04T16:44:07.868Z[ recovery-image] Sep 04 16:44:07.130 INFO O| Sep 04 16:44:07.129 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39182024-09-04T16:44:07.868Z[ recovery-image] Sep 04 16:44:07.130 INFO O| Sep 04 16:44:07.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39192024-09-04T16:44:07.872Z[ recovery-image] Sep 04 16:44:07.130 INFO O| Sep 04 16:44:07.130 INFO ok!
39202024-09-04T16:44:07.872Z[ recovery-image] Sep 04 16:44:07.130 INFO O| Sep 04 16:44:07.130 INFO STEP 64 (assemble_files) COMPLETE
39212024-09-04T16:44:07.872Z[ recovery-image] Sep 04 16:44:07.130 INFO O| Sep 04 16:44:07.130 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-09-04T16:44:07.914Z[ recovery-image] Sep 04 16:44:07.173 INFO O| Sep 04 16:44:07.173 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39232024-09-04T16:44:07.914Z[ recovery-image] Sep 04 16:44:07.173 INFO O| Sep 04 16:44:07.173 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39242024-09-04T16:44:07.914Z[ recovery-image] Sep 04 16:44:07.173 INFO O| Sep 04 16:44:07.173 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39252024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.173 INFO O| Sep 04 16:44:07.173 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39262024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.173 INFO ok!
39272024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.173 INFO STEP 65 (ensure_file) COMPLETE
39282024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.173 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.174 INFO skip step because feature "omicron1" is not enabled
39302024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.174 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.174 INFO skip step because feature "omicron1" is not enabled
39322024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.174 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.174 INFO skip step because feature "omicron1" is not enabled
39342024-09-04T16:44:07.917Z[ recovery-image] Sep 04 16:44:07.174 INFO O| Sep 04 16:44:07.174 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-09-04T16:44:08.020Z[ recovery-image] Sep 04 16:44:07.281 INFO O| Sep 04 16:44:07.281 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39362024-09-04T16:44:08.020Z[ recovery-image] Sep 04 16:44:07.281 INFO O| Sep 04 16:44:07.281 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39372024-09-04T16:44:08.040Z[ host-image] Sep 04 16:44:07.302 INFO O| Sep 04 16:44:07.302 INFO O| Done
39382024-09-04T16:44:08.370Z[ host-image] Sep 04 16:44:07.632 INFO O| Sep 04 16:44:07.632 INFO STEP 11 (pkg_install) COMPLETE
39392024-09-04T16:44:08.370Z[ host-image] Sep 04 16:44:07.632 INFO O| Sep 04 16:44:07.632 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39402024-09-04T16:44:08.392Z[ host-image] Sep 04 16:44:07.653 INFO O| Sep 04 16:44:07.653 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
39412024-09-04T16:44:09.580Z[ host-image] Sep 04 16:44:08.841 INFO O| Sep 04 16:44:08.841 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39422024-09-04T16:44:11.999Z[ recovery-image] Sep 04 16:44:11.260 INFO O| Sep 04 16:44:11.259 INFO STEP 69 (pack_tar) COMPLETE
39432024-09-04T16:44:11.999Z[ recovery-image] Sep 04 16:44:11.260 INFO O| Sep 04 16:44:11.260 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39442024-09-04T16:44:12.003Z[ recovery-image] Sep 04 16:44:11.260 INFO O| Sep 04 16:44:11.260 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39452024-09-04T16:44:12.267Z[ recovery-image] Sep 04 16:44:11.528 INFO O| Sep 04 16:44:11.528 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39462024-09-04T16:44:12.362Z[ recovery-image] Sep 04 16:44:11.623 INFO O| Sep 04 16:44:11.623 INFO completed processing gimlet/ramdisk-02-trim
39472024-09-04T16:44:12.367Z[ recovery-image] Sep 04 16:44:11.627 INFO image builder template: ramdisk-03-recovery-trim...
39482024-09-04T16:44:12.367Z[ recovery-image] Sep 04 16:44:11.627 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/.tmphHrvRQ/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
39492024-09-04T16:44:12.603Z[ recovery-image] Sep 04 16:44:11.863 INFO O| Sep 04 16:44:11.863 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39502024-09-04T16:44:12.613Z[ recovery-image] Sep 04 16:44:11.873 INFO O| Sep 04 16:44:11.873 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39512024-09-04T16:44:12.810Z[ recovery-image] Sep 04 16:44:12.070 INFO O| Sep 04 16:44:12.070 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39522024-09-04T16:44:12.908Z[ recovery-image] Sep 04 16:44:12.169 INFO O| Sep 04 16:44:12.169 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39532024-09-04T16:44:12.911Z[ recovery-image] Sep 04 16:44:12.169 INFO O| Sep 04 16:44:12.169 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39542024-09-04T16:44:12.926Z[ recovery-image] Sep 04 16:44:12.187 INFO O| Sep 04 16:44:12.187 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39552024-09-04T16:44:12.951Z[ recovery-image] Sep 04 16:44:12.210 INFO O| Sep 04 16:44:12.210 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39562024-09-04T16:44:12.998Z[ recovery-image] Sep 04 16:44:12.258 INFO O| Sep 04 16:44:12.258 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39572024-09-04T16:44:13.352Z[ recovery-image] Sep 04 16:44:12.613 INFO O| Sep 04 16:44:12.613 INFO rolled back to input snapshot; work may begin
39582024-09-04T16:44:13.352Z[ recovery-image] Sep 04 16:44:12.613 INFO O| Sep 04 16:44:12.613 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39592024-09-04T16:44:13.376Z[ recovery-image] Sep 04 16:44:12.637 INFO O| Sep 04 16:44:12.637 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-09-04T16:44:13.398Z[ recovery-image] Sep 04 16:44:12.658 INFO O| Sep 04 16:44:12.658 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39612024-09-04T16:44:13.402Z[ recovery-image] Sep 04 16:44:12.663 INFO O| Sep 04 16:44:12.663 INFO STEP 0 (remove_files) COMPLETE
39622024-09-04T16:44:13.402Z[ recovery-image] Sep 04 16:44:12.663 INFO O| Sep 04 16:44:12.663 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-09-04T16:44:13.422Z[ recovery-image] Sep 04 16:44:12.683 INFO O| Sep 04 16:44:12.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39642024-09-04T16:44:13.524Z[ host-image] Sep 04 16:44:12.782 INFO O| Sep 04 16:44:12.782 INFO O| Planning: Solver setup ... Done
39652024-09-04T16:44:13.527Z[ host-image] Sep 04 16:44:12.788 INFO O| Sep 04 16:44:12.788 INFO O| Planning: Running solver ... Done
39662024-09-04T16:44:13.595Z[ host-image] Sep 04 16:44:12.856 INFO O| Sep 04 16:44:12.856 INFO O| Planning: Finding local manifests ... Done
39672024-09-04T16:44:13.599Z[ host-image] Sep 04 16:44:12.858 INFO O| Sep 04 16:44:12.858 INFO O| Planning: Fetching manifests: 0/4 0% complete
39682024-09-04T16:44:13.791Z[ recovery-image] Sep 04 16:44:13.051 INFO O| Sep 04 16:44:13.051 INFO STEP 1 (remove_files) COMPLETE
39692024-09-04T16:44:13.791Z[ recovery-image] Sep 04 16:44:13.051 INFO O| Sep 04 16:44:13.051 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-09-04T16:44:13.825Z[ recovery-image] Sep 04 16:44:13.086 INFO O| Sep 04 16:44:13.086 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39712024-09-04T16:44:13.885Z[ host-image] Sep 04 16:44:13.145 INFO O| Sep 04 16:44:13.145 INFO O| Planning: Fetching manifests: 4/4 100% complete
39722024-09-04T16:44:13.905Z[ recovery-image] Sep 04 16:44:13.162 INFO O| Sep 04 16:44:13.162 INFO STEP 2 (remove_files) COMPLETE
39732024-09-04T16:44:13.905Z[ recovery-image] Sep 04 16:44:13.162 INFO O| Sep 04 16:44:13.162 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39742024-09-04T16:44:13.924Z[ host-image] Sep 04 16:44:13.183 INFO O| Sep 04 16:44:13.183 INFO O| Planning: Package planning ... Done
39752024-09-04T16:44:13.927Z[ recovery-image] Sep 04 16:44:13.185 INFO O| Sep 04 16:44:13.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39762024-09-04T16:44:13.931Z[ host-image] Sep 04 16:44:13.189 INFO O| Sep 04 16:44:13.188 INFO O| Planning: Merging actions ... Done
39772024-09-04T16:44:14.077Z[ recovery-image] Sep 04 16:44:13.336 INFO O| Sep 04 16:44:13.336 INFO STEP 3 (remove_files) COMPLETE
39782024-09-04T16:44:14.077Z[ recovery-image] Sep 04 16:44:13.337 INFO O| Sep 04 16:44:13.336 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-09-04T16:44:14.080Z[ host-image] Sep 04 16:44:13.341 INFO O| Sep 04 16:44:13.341 INFO O| Planning: Checking for conflicting actions ... Done
39802024-09-04T16:44:14.083Z[ host-image] Sep 04 16:44:13.343 INFO O| Sep 04 16:44:13.343 INFO O| Planning: Consolidating action changes ... Done
39812024-09-04T16:44:14.113Z[ recovery-image] Sep 04 16:44:13.372 INFO O| Sep 04 16:44:13.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39822024-09-04T16:44:14.354Z[ recovery-image] Sep 04 16:44:13.612 INFO O| Sep 04 16:44:13.612 INFO STEP 4 (remove_files) COMPLETE
39832024-09-04T16:44:14.354Z[ recovery-image] Sep 04 16:44:13.612 INFO O| Sep 04 16:44:13.612 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-09-04T16:44:14.386Z[ recovery-image] Sep 04 16:44:13.647 INFO O| Sep 04 16:44:13.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39852024-09-04T16:44:14.391Z[ recovery-image] Sep 04 16:44:13.651 INFO O| Sep 04 16:44:13.651 INFO STEP 5 (remove_files) COMPLETE
39862024-09-04T16:44:14.391Z[ recovery-image] Sep 04 16:44:13.651 INFO O| Sep 04 16:44:13.651 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-09-04T16:44:14.412Z[ recovery-image] Sep 04 16:44:13.673 INFO O| Sep 04 16:44:13.673 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39882024-09-04T16:44:14.418Z[ recovery-image] Sep 04 16:44:13.675 INFO O| Sep 04 16:44:13.675 INFO STEP 6 (remove_files) COMPLETE
39892024-09-04T16:44:14.418Z[ recovery-image] Sep 04 16:44:13.675 INFO O| Sep 04 16:44:13.675 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-09-04T16:44:14.459Z[ recovery-image] Sep 04 16:44:13.719 INFO O| Sep 04 16:44:13.719 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39912024-09-04T16:44:14.461Z[ recovery-image] Sep 04 16:44:13.721 INFO O| Sep 04 16:44:13.721 INFO STEP 7 (remove_files) COMPLETE
39922024-09-04T16:44:14.461Z[ recovery-image] Sep 04 16:44:13.721 INFO O| Sep 04 16:44:13.721 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-09-04T16:44:14.530Z[ host-image] Sep 04 16:44:13.790 INFO O| Sep 04 16:44:13.790 INFO O| Planning: Evaluating mediators ... Done
39942024-09-04T16:44:14.533Z[ recovery-image] Sep 04 16:44:13.792 INFO O| Sep 04 16:44:13.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39952024-09-04T16:44:14.553Z[ host-image] Sep 04 16:44:13.813 INFO O| Sep 04 16:44:13.813 INFO O| Planning: Planning completed in 4.97 seconds
39962024-09-04T16:44:14.558Z[ host-image] Sep 04 16:44:13.816 INFO O| Sep 04 16:44:13.816 INFO O| Packages to install: 4
39972024-09-04T16:44:14.559Z[ host-image] Sep 04 16:44:13.816 INFO O| Sep 04 16:44:13.816 INFO O| Services to change: 2
39982024-09-04T16:44:14.595Z[ host-image] Sep 04 16:44:13.856 INFO O| Sep 04 16:44:13.855 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
39992024-09-04T16:44:14.622Z[ recovery-image] Sep 04 16:44:13.882 INFO O| Sep 04 16:44:13.882 INFO STEP 8 (remove_files) COMPLETE
40002024-09-04T16:44:14.622Z[ recovery-image] Sep 04 16:44:13.882 INFO O| Sep 04 16:44:13.882 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-09-04T16:44:14.645Z[ recovery-image] Sep 04 16:44:13.906 INFO O| Sep 04 16:44:13.906 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40022024-09-04T16:44:14.649Z[ recovery-image] Sep 04 16:44:13.906 INFO O| Sep 04 16:44:13.906 INFO STEP 9 (remove_files) COMPLETE
40032024-09-04T16:44:14.649Z[ recovery-image] Sep 04 16:44:13.906 INFO O| Sep 04 16:44:13.906 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-09-04T16:44:14.669Z[ recovery-image] Sep 04 16:44:13.929 INFO O| Sep 04 16:44:13.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40052024-09-04T16:44:14.697Z[ recovery-image] Sep 04 16:44:13.957 INFO O| Sep 04 16:44:13.957 INFO STEP 10 (remove_files) COMPLETE
40062024-09-04T16:44:14.697Z[ recovery-image] Sep 04 16:44:13.957 INFO O| Sep 04 16:44:13.957 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-09-04T16:44:14.739Z[ recovery-image] Sep 04 16:44:13.999 INFO O| Sep 04 16:44:13.999 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40082024-09-04T16:44:15.391Z[ recovery-image] Sep 04 16:44:14.652 INFO O| Sep 04 16:44:14.651 INFO STEP 11 (remove_files) COMPLETE
40092024-09-04T16:44:15.392Z[ recovery-image] Sep 04 16:44:14.652 INFO O| Sep 04 16:44:14.651 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-09-04T16:44:15.419Z[ recovery-image] Sep 04 16:44:14.679 INFO O| Sep 04 16:44:14.679 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40112024-09-04T16:44:15.472Z[ recovery-image] Sep 04 16:44:14.732 INFO O| Sep 04 16:44:14.732 INFO STEP 12 (remove_files) COMPLETE
40122024-09-04T16:44:15.472Z[ recovery-image] Sep 04 16:44:14.732 INFO O| Sep 04 16:44:14.732 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-09-04T16:44:15.512Z[ recovery-image] Sep 04 16:44:14.773 INFO O| Sep 04 16:44:14.773 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40142024-09-04T16:44:15.562Z[ recovery-image] Sep 04 16:44:14.822 INFO O| Sep 04 16:44:14.822 INFO STEP 13 (remove_files) COMPLETE
40152024-09-04T16:44:15.562Z[ recovery-image] Sep 04 16:44:14.822 INFO O| Sep 04 16:44:14.822 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-09-04T16:44:15.605Z[ recovery-image] Sep 04 16:44:14.865 INFO O| Sep 04 16:44:14.865 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40172024-09-04T16:44:15.608Z[ recovery-image] Sep 04 16:44:14.866 INFO O| Sep 04 16:44:14.866 INFO STEP 14 (remove_files) COMPLETE
40182024-09-04T16:44:15.608Z[ recovery-image] Sep 04 16:44:14.866 INFO O| Sep 04 16:44:14.866 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-09-04T16:44:15.628Z[ recovery-image] Sep 04 16:44:14.888 INFO O| Sep 04 16:44:14.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40202024-09-04T16:44:15.659Z[ recovery-image] Sep 04 16:44:14.919 INFO O| Sep 04 16:44:14.919 INFO STEP 15 (remove_files) COMPLETE
40212024-09-04T16:44:15.659Z[ recovery-image] Sep 04 16:44:14.919 INFO O| Sep 04 16:44:14.919 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-09-04T16:44:15.698Z[ recovery-image] Sep 04 16:44:14.958 INFO O| Sep 04 16:44:14.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40232024-09-04T16:44:15.804Z[ host-image] Sep 04 16:44:15.064 INFO O| Sep 04 16:44:15.064 INFO O| Download: Completed 1.39 MB in 1.21 seconds (1.1M/s)
40242024-09-04T16:44:15.825Z[ recovery-image] Sep 04 16:44:15.086 INFO O| Sep 04 16:44:15.086 INFO STEP 16 (remove_files) COMPLETE
40252024-09-04T16:44:15.826Z[ recovery-image] Sep 04 16:44:15.086 INFO O| Sep 04 16:44:15.086 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-09-04T16:44:15.855Z[ host-image] Sep 04 16:44:15.116 INFO O| Sep 04 16:44:15.116 INFO O| Actions: 1/238 actions (Installing new actions)
40272024-09-04T16:44:15.937Z[ recovery-image] Sep 04 16:44:15.197 INFO O| Sep 04 16:44:15.197 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40282024-09-04T16:44:15.937Z[ recovery-image] Sep 04 16:44:15.197 INFO O| Sep 04 16:44:15.197 INFO STEP 17 (remove_files) COMPLETE
40292024-09-04T16:44:15.937Z[ recovery-image] Sep 04 16:44:15.197 INFO O| Sep 04 16:44:15.197 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-09-04T16:44:15.998Z[ recovery-image] Sep 04 16:44:15.258 INFO O| Sep 04 16:44:15.258 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40312024-09-04T16:44:16.001Z[ recovery-image] Sep 04 16:44:15.259 INFO O| Sep 04 16:44:15.258 INFO STEP 18 (remove_files) COMPLETE
40322024-09-04T16:44:16.001Z[ recovery-image] Sep 04 16:44:15.259 INFO O| Sep 04 16:44:15.259 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-09-04T16:44:16.058Z[ recovery-image] Sep 04 16:44:15.316 INFO O| Sep 04 16:44:15.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40342024-09-04T16:44:16.264Z[ host-image] Sep 04 16:44:15.524 INFO O| Sep 04 16:44:15.524 INFO O| Actions: Completed 238 actions in 0.41 seconds.
40352024-09-04T16:44:16.326Z[ recovery-image] Sep 04 16:44:15.586 INFO O| Sep 04 16:44:15.586 INFO STEP 19 (remove_files) COMPLETE
40362024-09-04T16:44:16.331Z[ recovery-image] Sep 04 16:44:15.586 INFO O| Sep 04 16:44:15.586 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-09-04T16:44:16.349Z[ recovery-image] Sep 04 16:44:15.608 INFO O| Sep 04 16:44:15.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40382024-09-04T16:44:16.354Z[ recovery-image] Sep 04 16:44:15.614 INFO O| Sep 04 16:44:15.614 INFO STEP 20 (remove_files) COMPLETE
40392024-09-04T16:44:16.355Z[ recovery-image] Sep 04 16:44:15.614 INFO O| Sep 04 16:44:15.614 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-09-04T16:44:16.385Z[ recovery-image] Sep 04 16:44:15.645 INFO O| Sep 04 16:44:15.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40412024-09-04T16:44:16.389Z[ recovery-image] Sep 04 16:44:15.646 INFO O| Sep 04 16:44:15.646 INFO STEP 21 (remove_files) COMPLETE
40422024-09-04T16:44:16.389Z[ recovery-image] Sep 04 16:44:15.646 INFO O| Sep 04 16:44:15.646 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-09-04T16:44:16.407Z[ recovery-image] Sep 04 16:44:15.667 INFO O| Sep 04 16:44:15.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40442024-09-04T16:44:16.410Z[ recovery-image] Sep 04 16:44:15.667 INFO O| Sep 04 16:44:15.667 INFO STEP 22 (remove_files) COMPLETE
40452024-09-04T16:44:16.410Z[ recovery-image] Sep 04 16:44:15.667 INFO O| Sep 04 16:44:15.667 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-09-04T16:44:16.455Z[ recovery-image] Sep 04 16:44:15.713 INFO O| Sep 04 16:44:15.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40472024-09-04T16:44:16.458Z[ recovery-image] Sep 04 16:44:15.718 INFO O| Sep 04 16:44:15.717 INFO STEP 23 (remove_files) COMPLETE
40482024-09-04T16:44:16.458Z[ recovery-image] Sep 04 16:44:15.718 INFO O| Sep 04 16:44:15.717 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-09-04T16:44:16.477Z[ recovery-image] Sep 04 16:44:15.737 INFO O| Sep 04 16:44:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40502024-09-04T16:44:16.477Z[ recovery-image] Sep 04 16:44:15.737 INFO O| Sep 04 16:44:15.737 INFO STEP 24 (remove_files) COMPLETE
40512024-09-04T16:44:16.480Z[ recovery-image] Sep 04 16:44:15.737 INFO O| Sep 04 16:44:15.737 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-09-04T16:44:16.500Z[ recovery-image] Sep 04 16:44:15.760 INFO O| Sep 04 16:44:15.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40532024-09-04T16:44:16.500Z[ recovery-image] Sep 04 16:44:15.760 INFO O| Sep 04 16:44:15.760 INFO STEP 25 (remove_files) COMPLETE
40542024-09-04T16:44:16.502Z[ recovery-image] Sep 04 16:44:15.760 INFO O| Sep 04 16:44:15.760 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-09-04T16:44:16.521Z[ recovery-image] Sep 04 16:44:15.782 INFO O| Sep 04 16:44:15.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40562024-09-04T16:44:16.521Z[ recovery-image] Sep 04 16:44:15.782 INFO O| Sep 04 16:44:15.782 INFO STEP 26 (remove_files) COMPLETE
40572024-09-04T16:44:16.522Z[ recovery-image] Sep 04 16:44:15.782 INFO O| Sep 04 16:44:15.782 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-09-04T16:44:16.543Z[ recovery-image] Sep 04 16:44:15.803 INFO O| Sep 04 16:44:15.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40592024-09-04T16:44:16.543Z[ recovery-image] Sep 04 16:44:15.803 INFO O| Sep 04 16:44:15.803 INFO STEP 27 (remove_files) COMPLETE
40602024-09-04T16:44:16.545Z[ recovery-image] Sep 04 16:44:15.803 INFO O| Sep 04 16:44:15.803 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-09-04T16:44:16.573Z[ recovery-image] Sep 04 16:44:15.833 INFO O| Sep 04 16:44:15.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40622024-09-04T16:44:16.587Z[ recovery-image] Sep 04 16:44:15.848 INFO O| Sep 04 16:44:15.848 INFO STEP 28 (remove_files) COMPLETE
40632024-09-04T16:44:16.588Z[ recovery-image] Sep 04 16:44:15.848 INFO O| Sep 04 16:44:15.848 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-09-04T16:44:16.645Z[ recovery-image] Sep 04 16:44:15.905 INFO O| Sep 04 16:44:15.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40652024-09-04T16:44:16.650Z[ recovery-image] Sep 04 16:44:15.905 INFO O| Sep 04 16:44:15.905 INFO STEP 29 (remove_files) COMPLETE
40662024-09-04T16:44:16.650Z[ recovery-image] Sep 04 16:44:15.905 INFO O| Sep 04 16:44:15.905 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-09-04T16:44:16.663Z[ recovery-image] Sep 04 16:44:15.924 INFO O| Sep 04 16:44:15.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40682024-09-04T16:44:16.664Z[ recovery-image] Sep 04 16:44:15.924 INFO O| Sep 04 16:44:15.924 INFO STEP 30 (remove_files) COMPLETE
40692024-09-04T16:44:16.664Z[ recovery-image] Sep 04 16:44:15.924 INFO O| Sep 04 16:44:15.924 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-09-04T16:44:16.684Z[ recovery-image] Sep 04 16:44:15.944 INFO O| Sep 04 16:44:15.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40712024-09-04T16:44:16.684Z[ recovery-image] Sep 04 16:44:15.944 INFO O| Sep 04 16:44:15.944 INFO STEP 31 (remove_files) COMPLETE
40722024-09-04T16:44:16.687Z[ recovery-image] Sep 04 16:44:15.944 INFO O| Sep 04 16:44:15.944 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-09-04T16:44:16.704Z[ recovery-image] Sep 04 16:44:15.964 INFO O| Sep 04 16:44:15.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40742024-09-04T16:44:16.705Z[ recovery-image] Sep 04 16:44:15.964 INFO O| Sep 04 16:44:15.964 INFO STEP 32 (remove_files) COMPLETE
40752024-09-04T16:44:16.708Z[ recovery-image] Sep 04 16:44:15.964 INFO O| Sep 04 16:44:15.964 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-04T16:44:16.744Z[ host-image] Sep 04 16:44:16.004 INFO O| Sep 04 16:44:16.004 INFO O| Done
40772024-09-04T16:44:16.744Z[ host-image] Sep 04 16:44:16.005 INFO O| Sep 04 16:44:16.004 INFO O| Done
40782024-09-04T16:44:16.768Z[ recovery-image] Sep 04 16:44:16.028 INFO O| Sep 04 16:44:16.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40792024-09-04T16:44:16.805Z[ recovery-image] Sep 04 16:44:16.063 INFO O| Sep 04 16:44:16.063 INFO STEP 33 (remove_files) COMPLETE
40802024-09-04T16:44:16.805Z[ recovery-image] Sep 04 16:44:16.063 INFO O| Sep 04 16:44:16.063 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-09-04T16:44:16.832Z[ recovery-image] Sep 04 16:44:16.092 INFO O| Sep 04 16:44:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40822024-09-04T16:44:16.836Z[ recovery-image] Sep 04 16:44:16.092 INFO O| Sep 04 16:44:16.092 INFO STEP 34 (remove_files) COMPLETE
40832024-09-04T16:44:16.836Z[ recovery-image] Sep 04 16:44:16.092 INFO O| Sep 04 16:44:16.092 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-09-04T16:44:16.856Z[ recovery-image] Sep 04 16:44:16.115 INFO O| Sep 04 16:44:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40852024-09-04T16:44:16.856Z[ recovery-image] Sep 04 16:44:16.116 INFO O| Sep 04 16:44:16.115 INFO STEP 35 (remove_files) COMPLETE
40862024-09-04T16:44:16.856Z[ recovery-image] Sep 04 16:44:16.116 INFO O| Sep 04 16:44:16.116 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-09-04T16:44:16.877Z[ recovery-image] Sep 04 16:44:16.137 INFO O| Sep 04 16:44:16.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40882024-09-04T16:44:16.877Z[ recovery-image] Sep 04 16:44:16.137 INFO O| Sep 04 16:44:16.137 INFO STEP 36 (remove_files) COMPLETE
40892024-09-04T16:44:16.877Z[ recovery-image] Sep 04 16:44:16.137 INFO O| Sep 04 16:44:16.137 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-09-04T16:44:16.898Z[ recovery-image] Sep 04 16:44:16.158 INFO O| Sep 04 16:44:16.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40912024-09-04T16:44:16.898Z[ recovery-image] Sep 04 16:44:16.158 INFO O| Sep 04 16:44:16.158 INFO STEP 37 (remove_files) COMPLETE
40922024-09-04T16:44:16.898Z[ recovery-image] Sep 04 16:44:16.158 INFO O| Sep 04 16:44:16.158 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-09-04T16:44:16.920Z[ recovery-image] Sep 04 16:44:16.180 INFO O| Sep 04 16:44:16.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40942024-09-04T16:44:16.920Z[ recovery-image] Sep 04 16:44:16.180 INFO O| Sep 04 16:44:16.180 INFO STEP 38 (remove_files) COMPLETE
40952024-09-04T16:44:16.920Z[ recovery-image] Sep 04 16:44:16.180 INFO O| Sep 04 16:44:16.180 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-09-04T16:44:16.951Z[ recovery-image] Sep 04 16:44:16.210 INFO O| Sep 04 16:44:16.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40972024-09-04T16:44:16.951Z[ recovery-image] Sep 04 16:44:16.210 INFO O| Sep 04 16:44:16.210 INFO STEP 39 (remove_files) COMPLETE
40982024-09-04T16:44:16.954Z[ recovery-image] Sep 04 16:44:16.210 INFO O| Sep 04 16:44:16.210 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-09-04T16:44:16.977Z[ recovery-image] Sep 04 16:44:16.237 INFO O| Sep 04 16:44:16.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41002024-09-04T16:44:16.977Z[ recovery-image] Sep 04 16:44:16.237 INFO O| Sep 04 16:44:16.237 INFO STEP 40 (remove_files) COMPLETE
41012024-09-04T16:44:16.980Z[ recovery-image] Sep 04 16:44:16.238 INFO O| Sep 04 16:44:16.237 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-09-04T16:44:17.003Z[ recovery-image] Sep 04 16:44:16.264 INFO O| Sep 04 16:44:16.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41032024-09-04T16:44:17.004Z[ recovery-image] Sep 04 16:44:16.264 INFO O| Sep 04 16:44:16.264 INFO STEP 41 (remove_files) COMPLETE
41042024-09-04T16:44:17.004Z[ recovery-image] Sep 04 16:44:16.264 INFO O| Sep 04 16:44:16.264 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-09-04T16:44:17.026Z[ recovery-image] Sep 04 16:44:16.286 INFO O| Sep 04 16:44:16.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41062024-09-04T16:44:17.026Z[ recovery-image] Sep 04 16:44:16.286 INFO O| Sep 04 16:44:16.286 INFO STEP 42 (remove_files) COMPLETE
41072024-09-04T16:44:17.029Z[ recovery-image] Sep 04 16:44:16.287 INFO O| Sep 04 16:44:16.286 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-09-04T16:44:17.049Z[ recovery-image] Sep 04 16:44:16.309 INFO O| Sep 04 16:44:16.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41092024-09-04T16:44:17.054Z[ recovery-image] Sep 04 16:44:16.310 INFO O| Sep 04 16:44:16.310 INFO STEP 43 (remove_files) COMPLETE
41102024-09-04T16:44:17.054Z[ recovery-image] Sep 04 16:44:16.310 INFO O| Sep 04 16:44:16.310 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-04T16:44:17.078Z[ recovery-image] Sep 04 16:44:16.338 INFO O| Sep 04 16:44:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41122024-09-04T16:44:17.101Z[ recovery-image] Sep 04 16:44:16.360 INFO O| Sep 04 16:44:16.360 INFO STEP 44 (remove_files) COMPLETE
41132024-09-04T16:44:17.101Z[ recovery-image] Sep 04 16:44:16.360 INFO O| Sep 04 16:44:16.360 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-04T16:44:17.134Z[ recovery-image] Sep 04 16:44:16.394 INFO O| Sep 04 16:44:16.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41152024-09-04T16:44:17.134Z[ recovery-image] Sep 04 16:44:16.394 INFO O| Sep 04 16:44:16.394 INFO STEP 45 (remove_files) COMPLETE
41162024-09-04T16:44:17.134Z[ recovery-image] Sep 04 16:44:16.394 INFO O| Sep 04 16:44:16.394 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-04T16:44:17.166Z[ recovery-image] Sep 04 16:44:16.426 INFO O| Sep 04 16:44:16.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41182024-09-04T16:44:17.167Z[ recovery-image] Sep 04 16:44:16.426 INFO O| Sep 04 16:44:16.426 INFO STEP 46 (remove_files) COMPLETE
41192024-09-04T16:44:17.169Z[ recovery-image] Sep 04 16:44:16.426 INFO O| Sep 04 16:44:16.426 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-04T16:44:17.299Z[ recovery-image] Sep 04 16:44:16.462 INFO O| Sep 04 16:44:16.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41212024-09-04T16:44:17.300Z[ recovery-image] Sep 04 16:44:16.462 INFO O| Sep 04 16:44:16.462 INFO STEP 47 (remove_files) COMPLETE
41222024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.462 INFO O| Sep 04 16:44:16.462 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.482 INFO O| Sep 04 16:44:16.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41242024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.483 INFO O| Sep 04 16:44:16.482 INFO STEP 48 (remove_files) COMPLETE
41252024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.483 INFO O| Sep 04 16:44:16.483 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.503 INFO O| Sep 04 16:44:16.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41272024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.504 INFO O| Sep 04 16:44:16.503 INFO STEP 49 (remove_files) COMPLETE
41282024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.504 INFO O| Sep 04 16:44:16.504 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.523 INFO O| Sep 04 16:44:16.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41302024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.523 INFO O| Sep 04 16:44:16.523 INFO STEP 50 (remove_files) COMPLETE
41312024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.523 INFO O| Sep 04 16:44:16.523 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-04T16:44:17.305Z[ recovery-image] Sep 04 16:44:16.543 INFO O| Sep 04 16:44:16.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41332024-09-04T16:44:17.309Z[ recovery-image] Sep 04 16:44:16.567 INFO O| Sep 04 16:44:16.567 INFO STEP 51 (remove_files) COMPLETE
41342024-09-04T16:44:17.309Z[ recovery-image] Sep 04 16:44:16.567 INFO O| Sep 04 16:44:16.567 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-04T16:44:17.341Z[ recovery-image] Sep 04 16:44:16.601 INFO O| Sep 04 16:44:16.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41362024-09-04T16:44:17.353Z[ recovery-image] Sep 04 16:44:16.612 INFO O| Sep 04 16:44:16.612 INFO STEP 52 (remove_files) COMPLETE
41372024-09-04T16:44:17.353Z[ recovery-image] Sep 04 16:44:16.612 INFO O| Sep 04 16:44:16.612 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-04T16:44:17.388Z[ recovery-image] Sep 04 16:44:16.648 INFO O| Sep 04 16:44:16.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41392024-09-04T16:44:17.388Z[ recovery-image] Sep 04 16:44:16.648 INFO O| Sep 04 16:44:16.648 INFO STEP 53 (remove_files) COMPLETE
41402024-09-04T16:44:17.388Z[ recovery-image] Sep 04 16:44:16.648 INFO O| Sep 04 16:44:16.648 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-04T16:44:17.410Z[ recovery-image] Sep 04 16:44:16.670 INFO O| Sep 04 16:44:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41422024-09-04T16:44:17.410Z[ recovery-image] Sep 04 16:44:16.670 INFO O| Sep 04 16:44:16.670 INFO STEP 54 (remove_files) COMPLETE
41432024-09-04T16:44:17.412Z[ recovery-image] Sep 04 16:44:16.670 INFO O| Sep 04 16:44:16.670 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-04T16:44:17.457Z[ recovery-image] Sep 04 16:44:16.717 INFO O| Sep 04 16:44:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41452024-09-04T16:44:17.459Z[ recovery-image] Sep 04 16:44:16.717 INFO O| Sep 04 16:44:16.717 INFO STEP 55 (remove_files) COMPLETE
41462024-09-04T16:44:17.459Z[ recovery-image] Sep 04 16:44:16.717 INFO O| Sep 04 16:44:16.717 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-04T16:44:17.484Z[ recovery-image] Sep 04 16:44:16.744 INFO O| Sep 04 16:44:16.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41482024-09-04T16:44:17.487Z[ recovery-image] Sep 04 16:44:16.744 INFO O| Sep 04 16:44:16.744 INFO STEP 56 (remove_files) COMPLETE
41492024-09-04T16:44:17.487Z[ recovery-image] Sep 04 16:44:16.744 INFO O| Sep 04 16:44:16.744 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-04T16:44:17.537Z[ recovery-image] Sep 04 16:44:16.797 INFO O| Sep 04 16:44:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41512024-09-04T16:44:17.555Z[ recovery-image] Sep 04 16:44:16.797 INFO O| Sep 04 16:44:16.797 INFO STEP 57 (remove_files) COMPLETE
41522024-09-04T16:44:17.555Z[ recovery-image] Sep 04 16:44:16.797 INFO O| Sep 04 16:44:16.797 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-04T16:44:17.630Z[ recovery-image] Sep 04 16:44:16.888 INFO O| Sep 04 16:44:16.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41542024-09-04T16:44:17.635Z[ recovery-image] Sep 04 16:44:16.888 INFO O| Sep 04 16:44:16.888 INFO STEP 58 (remove_files) COMPLETE
41552024-09-04T16:44:17.635Z[ recovery-image] Sep 04 16:44:16.889 INFO O| Sep 04 16:44:16.888 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-04T16:44:17.650Z[ recovery-image] Sep 04 16:44:16.910 INFO O| Sep 04 16:44:16.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41572024-09-04T16:44:17.650Z[ recovery-image] Sep 04 16:44:16.911 INFO O| Sep 04 16:44:16.911 INFO STEP 59 (remove_files) COMPLETE
41582024-09-04T16:44:17.654Z[ recovery-image] Sep 04 16:44:16.911 INFO O| Sep 04 16:44:16.911 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-04T16:44:17.689Z[ recovery-image] Sep 04 16:44:16.947 INFO O| Sep 04 16:44:16.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41602024-09-04T16:44:17.689Z[ recovery-image] Sep 04 16:44:16.947 INFO O| Sep 04 16:44:16.947 INFO STEP 60 (remove_files) COMPLETE
41612024-09-04T16:44:17.689Z[ recovery-image] Sep 04 16:44:16.947 INFO O| Sep 04 16:44:16.947 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-04T16:44:17.715Z[ recovery-image] Sep 04 16:44:16.975 INFO O| Sep 04 16:44:16.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41632024-09-04T16:44:17.718Z[ recovery-image] Sep 04 16:44:16.975 INFO O| Sep 04 16:44:16.975 INFO STEP 61 (remove_files) COMPLETE
41642024-09-04T16:44:17.718Z[ recovery-image] Sep 04 16:44:16.976 INFO O| Sep 04 16:44:16.976 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-04T16:44:17.739Z[ recovery-image] Sep 04 16:44:16.998 INFO O| Sep 04 16:44:16.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41662024-09-04T16:44:17.742Z[ recovery-image] Sep 04 16:44:16.999 INFO O| Sep 04 16:44:16.999 INFO STEP 62 (remove_files) COMPLETE
41672024-09-04T16:44:17.742Z[ recovery-image] Sep 04 16:44:16.999 INFO O| Sep 04 16:44:16.999 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-04T16:44:17.766Z[ host-image] Sep 04 16:44:17.025 INFO O| Sep 04 16:44:17.025 INFO O| Done
41692024-09-04T16:44:17.803Z[ recovery-image] Sep 04 16:44:17.063 INFO O| Sep 04 16:44:17.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41702024-09-04T16:44:17.806Z[ recovery-image] Sep 04 16:44:17.063 INFO O| Sep 04 16:44:17.063 INFO STEP 63 (remove_files) COMPLETE
41712024-09-04T16:44:17.806Z[ recovery-image] Sep 04 16:44:17.063 INFO O| Sep 04 16:44:17.063 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-09-04T16:44:17.826Z[ recovery-image] Sep 04 16:44:17.086 INFO O| Sep 04 16:44:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41732024-09-04T16:44:17.826Z[ recovery-image] Sep 04 16:44:17.086 INFO O| Sep 04 16:44:17.086 INFO STEP 64 (remove_files) COMPLETE
41742024-09-04T16:44:17.829Z[ recovery-image] Sep 04 16:44:17.087 INFO O| Sep 04 16:44:17.087 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-09-04T16:44:17.853Z[ recovery-image] Sep 04 16:44:17.109 INFO O| Sep 04 16:44:17.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41762024-09-04T16:44:17.853Z[ recovery-image] Sep 04 16:44:17.110 INFO O| Sep 04 16:44:17.110 INFO STEP 65 (remove_files) COMPLETE
41772024-09-04T16:44:17.853Z[ recovery-image] Sep 04 16:44:17.110 INFO O| Sep 04 16:44:17.110 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-09-04T16:44:17.873Z[ recovery-image] Sep 04 16:44:17.133 INFO O| Sep 04 16:44:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41792024-09-04T16:44:17.876Z[ recovery-image] Sep 04 16:44:17.133 INFO O| Sep 04 16:44:17.133 INFO STEP 66 (remove_files) COMPLETE
41802024-09-04T16:44:17.876Z[ recovery-image] Sep 04 16:44:17.133 INFO O| Sep 04 16:44:17.133 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-09-04T16:44:17.895Z[ recovery-image] Sep 04 16:44:17.155 INFO O| Sep 04 16:44:17.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41822024-09-04T16:44:17.895Z[ recovery-image] Sep 04 16:44:17.155 INFO O| Sep 04 16:44:17.155 INFO STEP 67 (remove_files) COMPLETE
41832024-09-04T16:44:17.898Z[ recovery-image] Sep 04 16:44:17.156 INFO O| Sep 04 16:44:17.156 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-04T16:44:17.935Z[ recovery-image] Sep 04 16:44:17.194 INFO O| Sep 04 16:44:17.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41852024-09-04T16:44:17.939Z[ recovery-image] Sep 04 16:44:17.195 INFO O| Sep 04 16:44:17.195 INFO STEP 68 (remove_files) COMPLETE
41862024-09-04T16:44:17.939Z[ recovery-image] Sep 04 16:44:17.195 INFO O| Sep 04 16:44:17.195 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-04T16:44:17.958Z[ recovery-image] Sep 04 16:44:17.217 INFO O| Sep 04 16:44:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41882024-09-04T16:44:17.958Z[ recovery-image] Sep 04 16:44:17.217 INFO O| Sep 04 16:44:17.217 INFO STEP 69 (remove_files) COMPLETE
41892024-09-04T16:44:17.958Z[ recovery-image] Sep 04 16:44:17.218 INFO O| Sep 04 16:44:17.217 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-04T16:44:17.978Z[ recovery-image] Sep 04 16:44:17.237 INFO O| Sep 04 16:44:17.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41912024-09-04T16:44:17.982Z[ recovery-image] Sep 04 16:44:17.237 INFO O| Sep 04 16:44:17.237 INFO STEP 70 (remove_files) COMPLETE
41922024-09-04T16:44:17.982Z[ recovery-image] Sep 04 16:44:17.237 INFO O| Sep 04 16:44:17.237 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-09-04T16:44:17.997Z[ recovery-image] Sep 04 16:44:17.257 INFO O| Sep 04 16:44:17.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41942024-09-04T16:44:18.000Z[ recovery-image] Sep 04 16:44:17.257 INFO O| Sep 04 16:44:17.257 INFO STEP 71 (remove_files) COMPLETE
41952024-09-04T16:44:18.000Z[ recovery-image] Sep 04 16:44:17.257 INFO O| Sep 04 16:44:17.257 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-09-04T16:44:18.017Z[ recovery-image] Sep 04 16:44:17.277 INFO O| Sep 04 16:44:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41972024-09-04T16:44:18.017Z[ recovery-image] Sep 04 16:44:17.277 INFO O| Sep 04 16:44:17.277 INFO STEP 72 (remove_files) COMPLETE
41982024-09-04T16:44:18.020Z[ recovery-image] Sep 04 16:44:17.277 INFO O| Sep 04 16:44:17.277 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-09-04T16:44:18.038Z[ recovery-image] Sep 04 16:44:17.298 INFO O| Sep 04 16:44:17.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42002024-09-04T16:44:18.065Z[ recovery-image] Sep 04 16:44:17.322 INFO O| Sep 04 16:44:17.322 INFO STEP 73 (remove_files) COMPLETE
42012024-09-04T16:44:18.065Z[ recovery-image] Sep 04 16:44:17.322 INFO O| Sep 04 16:44:17.322 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-04T16:44:18.100Z[ recovery-image] Sep 04 16:44:17.356 INFO O| Sep 04 16:44:17.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42032024-09-04T16:44:18.101Z[ recovery-image] Sep 04 16:44:17.357 INFO O| Sep 04 16:44:17.357 INFO STEP 74 (remove_files) COMPLETE
42042024-09-04T16:44:18.101Z[ recovery-image] Sep 04 16:44:17.357 INFO O| Sep 04 16:44:17.357 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-09-04T16:44:18.120Z[ recovery-image] Sep 04 16:44:17.378 INFO O| Sep 04 16:44:17.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42062024-09-04T16:44:18.120Z[ recovery-image] Sep 04 16:44:17.378 INFO O| Sep 04 16:44:17.378 INFO STEP 75 (remove_files) COMPLETE
42072024-09-04T16:44:18.120Z[ recovery-image] Sep 04 16:44:17.379 INFO O| Sep 04 16:44:17.378 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-09-04T16:44:18.141Z[ recovery-image] Sep 04 16:44:17.399 INFO O| Sep 04 16:44:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42092024-09-04T16:44:18.141Z[ recovery-image] Sep 04 16:44:17.399 INFO O| Sep 04 16:44:17.399 INFO STEP 76 (remove_files) COMPLETE
42102024-09-04T16:44:18.145Z[ recovery-image] Sep 04 16:44:17.399 INFO O| Sep 04 16:44:17.399 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-09-04T16:44:18.201Z[ recovery-image] Sep 04 16:44:17.460 INFO O| Sep 04 16:44:17.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42122024-09-04T16:44:18.201Z[ recovery-image] Sep 04 16:44:17.460 INFO O| Sep 04 16:44:17.460 INFO STEP 77 (remove_files) COMPLETE
42132024-09-04T16:44:18.205Z[ recovery-image] Sep 04 16:44:17.460 INFO O| Sep 04 16:44:17.460 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-09-04T16:44:18.225Z[ recovery-image] Sep 04 16:44:17.484 INFO O| Sep 04 16:44:17.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42152024-09-04T16:44:18.231Z[ recovery-image] Sep 04 16:44:17.485 INFO O| Sep 04 16:44:17.485 INFO STEP 78 (remove_files) COMPLETE
42162024-09-04T16:44:18.231Z[ recovery-image] Sep 04 16:44:17.485 INFO O| Sep 04 16:44:17.485 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-09-04T16:44:18.298Z[ recovery-image] Sep 04 16:44:17.557 INFO O| Sep 04 16:44:17.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42182024-09-04T16:44:18.298Z[ recovery-image] Sep 04 16:44:17.557 INFO O| Sep 04 16:44:17.557 INFO STEP 79 (remove_files) COMPLETE
42192024-09-04T16:44:18.299Z[ recovery-image] Sep 04 16:44:17.557 INFO O| Sep 04 16:44:17.557 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-09-04T16:44:18.359Z[ recovery-image] Sep 04 16:44:17.618 INFO O| Sep 04 16:44:17.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42212024-09-04T16:44:18.359Z[ recovery-image] Sep 04 16:44:17.618 INFO O| Sep 04 16:44:17.618 INFO STEP 80 (remove_files) COMPLETE
42222024-09-04T16:44:18.364Z[ recovery-image] Sep 04 16:44:17.618 INFO O| Sep 04 16:44:17.618 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-09-04T16:44:18.382Z[ recovery-image] Sep 04 16:44:17.641 INFO O| Sep 04 16:44:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42242024-09-04T16:44:18.382Z[ recovery-image] Sep 04 16:44:17.641 INFO O| Sep 04 16:44:17.641 INFO STEP 81 (remove_files) COMPLETE
42252024-09-04T16:44:18.382Z[ recovery-image] Sep 04 16:44:17.641 INFO O| Sep 04 16:44:17.641 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-09-04T16:44:18.407Z[ recovery-image] Sep 04 16:44:17.665 INFO O| Sep 04 16:44:17.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42272024-09-04T16:44:18.408Z[ recovery-image] Sep 04 16:44:17.665 INFO O| Sep 04 16:44:17.665 INFO STEP 82 (remove_files) COMPLETE
42282024-09-04T16:44:18.408Z[ recovery-image] Sep 04 16:44:17.666 INFO O| Sep 04 16:44:17.665 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-09-04T16:44:18.455Z[ recovery-image] Sep 04 16:44:17.707 INFO O| Sep 04 16:44:17.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42302024-09-04T16:44:18.455Z[ recovery-image] Sep 04 16:44:17.707 INFO O| Sep 04 16:44:17.707 INFO STEP 83 (remove_files) COMPLETE
42312024-09-04T16:44:18.509Z[ recovery-image] Sep 04 16:44:17.707 INFO O| Sep 04 16:44:17.707 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-09-04T16:44:18.509Z[ recovery-image] Sep 04 16:44:17.728 INFO O| Sep 04 16:44:17.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42332024-09-04T16:44:18.509Z[ recovery-image] Sep 04 16:44:17.728 INFO O| Sep 04 16:44:17.728 INFO STEP 84 (remove_files) COMPLETE
42342024-09-04T16:44:18.509Z[ recovery-image] Sep 04 16:44:17.728 INFO O| Sep 04 16:44:17.728 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-09-04T16:44:18.509Z[ recovery-image] Sep 04 16:44:17.748 INFO O| Sep 04 16:44:17.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42362024-09-04T16:44:18.509Z[ recovery-image] Sep 04 16:44:17.748 INFO O| Sep 04 16:44:17.748 INFO STEP 85 (remove_files) COMPLETE
42372024-09-04T16:44:18.510Z[ recovery-image] Sep 04 16:44:17.748 INFO O| Sep 04 16:44:17.748 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-09-04T16:44:18.518Z[ recovery-image] Sep 04 16:44:17.770 INFO O| Sep 04 16:44:17.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42392024-09-04T16:44:18.536Z[ recovery-image] Sep 04 16:44:17.795 INFO O| Sep 04 16:44:17.795 INFO STEP 86 (remove_files) COMPLETE
42402024-09-04T16:44:18.536Z[ recovery-image] Sep 04 16:44:17.795 INFO O| Sep 04 16:44:17.795 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-09-04T16:44:18.559Z[ recovery-image] Sep 04 16:44:17.819 INFO O| Sep 04 16:44:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42422024-09-04T16:44:18.567Z[ recovery-image] Sep 04 16:44:17.819 INFO O| Sep 04 16:44:17.819 INFO STEP 87 (remove_files) COMPLETE
42432024-09-04T16:44:18.567Z[ recovery-image] Sep 04 16:44:17.819 INFO O| Sep 04 16:44:17.819 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-09-04T16:44:18.582Z[ recovery-image] Sep 04 16:44:17.841 INFO O| Sep 04 16:44:17.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42452024-09-04T16:44:18.586Z[ recovery-image] Sep 04 16:44:17.842 INFO O| Sep 04 16:44:17.841 INFO STEP 88 (remove_files) COMPLETE
42462024-09-04T16:44:18.586Z[ recovery-image] Sep 04 16:44:17.842 INFO O| Sep 04 16:44:17.842 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-09-04T16:44:18.605Z[ recovery-image] Sep 04 16:44:17.864 INFO O| Sep 04 16:44:17.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42482024-09-04T16:44:18.610Z[ recovery-image] Sep 04 16:44:17.864 INFO O| Sep 04 16:44:17.864 INFO STEP 89 (remove_files) COMPLETE
42492024-09-04T16:44:18.611Z[ recovery-image] Sep 04 16:44:17.865 INFO O| Sep 04 16:44:17.865 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-09-04T16:44:18.627Z[ recovery-image] Sep 04 16:44:17.887 INFO O| Sep 04 16:44:17.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42512024-09-04T16:44:18.631Z[ recovery-image] Sep 04 16:44:17.887 INFO O| Sep 04 16:44:17.887 INFO STEP 90 (remove_files) COMPLETE
42522024-09-04T16:44:18.631Z[ recovery-image] Sep 04 16:44:17.887 INFO O| Sep 04 16:44:17.887 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-09-04T16:44:18.682Z[ recovery-image] Sep 04 16:44:17.942 INFO O| Sep 04 16:44:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42542024-09-04T16:44:18.682Z[ recovery-image] Sep 04 16:44:17.942 INFO O| Sep 04 16:44:17.942 INFO STEP 91 (remove_files) COMPLETE
42552024-09-04T16:44:18.686Z[ recovery-image] Sep 04 16:44:17.942 INFO O| Sep 04 16:44:17.942 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-09-04T16:44:18.772Z[ recovery-image] Sep 04 16:44:18.031 INFO O| Sep 04 16:44:18.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42572024-09-04T16:44:18.779Z[ recovery-image] Sep 04 16:44:18.032 INFO O| Sep 04 16:44:18.031 INFO STEP 92 (remove_files) COMPLETE
42582024-09-04T16:44:18.779Z[ recovery-image] Sep 04 16:44:18.032 INFO O| Sep 04 16:44:18.032 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-09-04T16:44:18.827Z[ recovery-image] Sep 04 16:44:18.086 INFO O| Sep 04 16:44:18.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42602024-09-04T16:44:18.827Z[ recovery-image] Sep 04 16:44:18.086 INFO O| Sep 04 16:44:18.086 INFO STEP 93 (remove_files) COMPLETE
42612024-09-04T16:44:18.827Z[ recovery-image] Sep 04 16:44:18.086 INFO O| Sep 04 16:44:18.086 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-09-04T16:44:18.851Z[ recovery-image] Sep 04 16:44:18.110 INFO O| Sep 04 16:44:18.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42632024-09-04T16:44:18.851Z[ recovery-image] Sep 04 16:44:18.110 INFO O| Sep 04 16:44:18.110 INFO STEP 94 (remove_files) COMPLETE
42642024-09-04T16:44:18.851Z[ recovery-image] Sep 04 16:44:18.110 INFO O| Sep 04 16:44:18.110 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-09-04T16:44:18.875Z[ recovery-image] Sep 04 16:44:18.134 INFO O| Sep 04 16:44:18.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42662024-09-04T16:44:18.875Z[ recovery-image] Sep 04 16:44:18.134 INFO O| Sep 04 16:44:18.134 INFO STEP 95 (remove_files) COMPLETE
42672024-09-04T16:44:18.879Z[ recovery-image] Sep 04 16:44:18.135 INFO O| Sep 04 16:44:18.134 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-09-04T16:44:18.898Z[ recovery-image] Sep 04 16:44:18.158 INFO O| Sep 04 16:44:18.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42692024-09-04T16:44:18.898Z[ recovery-image] Sep 04 16:44:18.158 INFO O| Sep 04 16:44:18.158 INFO STEP 96 (remove_files) COMPLETE
42702024-09-04T16:44:18.898Z[ recovery-image] Sep 04 16:44:18.158 INFO O| Sep 04 16:44:18.158 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-09-04T16:44:18.923Z[ recovery-image] Sep 04 16:44:18.182 INFO O| Sep 04 16:44:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42722024-09-04T16:44:18.923Z[ recovery-image] Sep 04 16:44:18.182 INFO O| Sep 04 16:44:18.182 INFO STEP 97 (remove_files) COMPLETE
42732024-09-04T16:44:18.923Z[ recovery-image] Sep 04 16:44:18.182 INFO O| Sep 04 16:44:18.182 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-09-04T16:44:18.945Z[ recovery-image] Sep 04 16:44:18.204 INFO O| Sep 04 16:44:18.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42752024-09-04T16:44:18.945Z[ recovery-image] Sep 04 16:44:18.204 INFO O| Sep 04 16:44:18.204 INFO STEP 98 (remove_files) COMPLETE
42762024-09-04T16:44:18.945Z[ recovery-image] Sep 04 16:44:18.204 INFO O| Sep 04 16:44:18.204 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-09-04T16:44:18.966Z[ recovery-image] Sep 04 16:44:18.225 INFO O| Sep 04 16:44:18.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42782024-09-04T16:44:18.967Z[ recovery-image] Sep 04 16:44:18.225 INFO O| Sep 04 16:44:18.225 INFO STEP 99 (remove_files) COMPLETE
42792024-09-04T16:44:18.967Z[ recovery-image] Sep 04 16:44:18.225 INFO O| Sep 04 16:44:18.225 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-09-04T16:44:18.992Z[ recovery-image] Sep 04 16:44:18.245 INFO O| Sep 04 16:44:18.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42812024-09-04T16:44:18.995Z[ recovery-image] Sep 04 16:44:18.246 INFO O| Sep 04 16:44:18.246 INFO STEP 100 (remove_files) COMPLETE
42822024-09-04T16:44:18.995Z[ recovery-image] Sep 04 16:44:18.246 INFO O| Sep 04 16:44:18.246 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-09-04T16:44:19.008Z[ recovery-image] Sep 04 16:44:18.268 INFO O| Sep 04 16:44:18.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42842024-09-04T16:44:19.008Z[ recovery-image] Sep 04 16:44:18.268 INFO O| Sep 04 16:44:18.268 INFO STEP 101 (remove_files) COMPLETE
42852024-09-04T16:44:19.008Z[ recovery-image] Sep 04 16:44:18.268 INFO O| Sep 04 16:44:18.268 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-09-04T16:44:19.029Z[ recovery-image] Sep 04 16:44:18.289 INFO O| Sep 04 16:44:18.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42872024-09-04T16:44:19.029Z[ recovery-image] Sep 04 16:44:18.289 INFO O| Sep 04 16:44:18.289 INFO STEP 102 (remove_files) COMPLETE
42882024-09-04T16:44:19.032Z[ recovery-image] Sep 04 16:44:18.289 INFO O| Sep 04 16:44:18.289 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-09-04T16:44:19.052Z[ recovery-image] Sep 04 16:44:18.311 INFO O| Sep 04 16:44:18.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42902024-09-04T16:44:19.052Z[ recovery-image] Sep 04 16:44:18.311 INFO O| Sep 04 16:44:18.311 INFO STEP 103 (remove_files) COMPLETE
42912024-09-04T16:44:19.053Z[ recovery-image] Sep 04 16:44:18.311 INFO O| Sep 04 16:44:18.311 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-09-04T16:44:19.073Z[ recovery-image] Sep 04 16:44:18.332 INFO O| Sep 04 16:44:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42932024-09-04T16:44:19.073Z[ recovery-image] Sep 04 16:44:18.333 INFO O| Sep 04 16:44:18.332 INFO STEP 104 (remove_files) COMPLETE
42942024-09-04T16:44:19.077Z[ recovery-image] Sep 04 16:44:18.333 INFO O| Sep 04 16:44:18.333 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-09-04T16:44:19.117Z[ recovery-image] Sep 04 16:44:18.376 INFO O| Sep 04 16:44:18.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42962024-09-04T16:44:19.117Z[ recovery-image] Sep 04 16:44:18.376 INFO O| Sep 04 16:44:18.376 INFO STEP 105 (remove_files) COMPLETE
42972024-09-04T16:44:19.117Z[ recovery-image] Sep 04 16:44:18.376 INFO O| Sep 04 16:44:18.376 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-09-04T16:44:19.138Z[ recovery-image] Sep 04 16:44:18.397 INFO O| Sep 04 16:44:18.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42992024-09-04T16:44:19.138Z[ recovery-image] Sep 04 16:44:18.397 INFO O| Sep 04 16:44:18.397 INFO STEP 106 (remove_files) COMPLETE
43002024-09-04T16:44:19.138Z[ recovery-image] Sep 04 16:44:18.397 INFO O| Sep 04 16:44:18.397 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-09-04T16:44:19.157Z[ recovery-image] Sep 04 16:44:18.417 INFO O| Sep 04 16:44:18.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43022024-09-04T16:44:19.157Z[ recovery-image] Sep 04 16:44:18.417 INFO O| Sep 04 16:44:18.417 INFO STEP 107 (remove_files) COMPLETE
43032024-09-04T16:44:19.161Z[ recovery-image] Sep 04 16:44:18.417 INFO O| Sep 04 16:44:18.417 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-09-04T16:44:19.178Z[ recovery-image] Sep 04 16:44:18.437 INFO O| Sep 04 16:44:18.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43052024-09-04T16:44:19.178Z[ recovery-image] Sep 04 16:44:18.437 INFO O| Sep 04 16:44:18.437 INFO STEP 108 (remove_files) COMPLETE
43062024-09-04T16:44:19.180Z[ recovery-image] Sep 04 16:44:18.437 INFO O| Sep 04 16:44:18.437 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-09-04T16:44:19.197Z[ recovery-image] Sep 04 16:44:18.457 INFO O| Sep 04 16:44:18.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43082024-09-04T16:44:19.197Z[ recovery-image] Sep 04 16:44:18.457 INFO O| Sep 04 16:44:18.457 INFO STEP 109 (remove_files) COMPLETE
43092024-09-04T16:44:19.200Z[ recovery-image] Sep 04 16:44:18.457 INFO O| Sep 04 16:44:18.457 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-09-04T16:44:19.217Z[ recovery-image] Sep 04 16:44:18.477 INFO O| Sep 04 16:44:18.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43112024-09-04T16:44:19.217Z[ recovery-image] Sep 04 16:44:18.477 INFO O| Sep 04 16:44:18.477 INFO STEP 110 (remove_files) COMPLETE
43122024-09-04T16:44:19.220Z[ recovery-image] Sep 04 16:44:18.477 INFO O| Sep 04 16:44:18.477 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-04T16:44:19.257Z[ recovery-image] Sep 04 16:44:18.517 INFO O| Sep 04 16:44:18.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43142024-09-04T16:44:19.261Z[ recovery-image] Sep 04 16:44:18.517 INFO O| Sep 04 16:44:18.517 INFO STEP 111 (remove_files) COMPLETE
43152024-09-04T16:44:19.261Z[ recovery-image] Sep 04 16:44:18.517 INFO O| Sep 04 16:44:18.517 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-09-04T16:44:19.300Z[ recovery-image] Sep 04 16:44:18.560 INFO O| Sep 04 16:44:18.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43172024-09-04T16:44:19.300Z[ recovery-image] Sep 04 16:44:18.560 INFO O| Sep 04 16:44:18.560 INFO STEP 112 (remove_files) COMPLETE
43182024-09-04T16:44:19.303Z[ recovery-image] Sep 04 16:44:18.561 INFO O| Sep 04 16:44:18.560 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-04T16:44:19.324Z[ recovery-image] Sep 04 16:44:18.584 INFO O| Sep 04 16:44:18.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43202024-09-04T16:44:19.324Z[ recovery-image] Sep 04 16:44:18.584 INFO O| Sep 04 16:44:18.584 INFO STEP 113 (remove_files) COMPLETE
43212024-09-04T16:44:19.327Z[ recovery-image] Sep 04 16:44:18.584 INFO O| Sep 04 16:44:18.584 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-04T16:44:19.360Z[ recovery-image] Sep 04 16:44:18.620 INFO O| Sep 04 16:44:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43232024-09-04T16:44:19.360Z[ recovery-image] Sep 04 16:44:18.620 INFO O| Sep 04 16:44:18.620 INFO STEP 114 (remove_files) COMPLETE
43242024-09-04T16:44:19.365Z[ recovery-image] Sep 04 16:44:18.620 INFO O| Sep 04 16:44:18.620 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-09-04T16:44:19.388Z[ recovery-image] Sep 04 16:44:18.643 INFO O| Sep 04 16:44:18.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43262024-09-04T16:44:19.388Z[ recovery-image] Sep 04 16:44:18.644 INFO O| Sep 04 16:44:18.643 INFO STEP 115 (remove_files) COMPLETE
43272024-09-04T16:44:19.388Z[ recovery-image] Sep 04 16:44:18.644 INFO O| Sep 04 16:44:18.644 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-09-04T16:44:19.419Z[ recovery-image] Sep 04 16:44:18.678 INFO O| Sep 04 16:44:18.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43292024-09-04T16:44:19.419Z[ recovery-image] Sep 04 16:44:18.678 INFO O| Sep 04 16:44:18.678 INFO STEP 116 (remove_files) COMPLETE
43302024-09-04T16:44:19.419Z[ recovery-image] Sep 04 16:44:18.678 INFO O| Sep 04 16:44:18.678 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-04T16:44:19.456Z[ recovery-image] Sep 04 16:44:18.716 INFO O| Sep 04 16:44:18.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43322024-09-04T16:44:19.456Z[ recovery-image] Sep 04 16:44:18.716 INFO O| Sep 04 16:44:18.716 INFO STEP 117 (remove_files) COMPLETE
43332024-09-04T16:44:19.458Z[ recovery-image] Sep 04 16:44:18.716 INFO O| Sep 04 16:44:18.716 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-09-04T16:44:19.477Z[ recovery-image] Sep 04 16:44:18.736 INFO O| Sep 04 16:44:18.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43352024-09-04T16:44:19.496Z[ recovery-image] Sep 04 16:44:18.756 INFO O| Sep 04 16:44:18.756 INFO STEP 118 (remove_files) COMPLETE
43362024-09-04T16:44:19.496Z[ recovery-image] Sep 04 16:44:18.756 INFO O| Sep 04 16:44:18.756 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-09-04T16:44:19.534Z[ recovery-image] Sep 04 16:44:18.794 INFO O| Sep 04 16:44:18.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43382024-09-04T16:44:19.534Z[ recovery-image] Sep 04 16:44:18.794 INFO O| Sep 04 16:44:18.794 INFO STEP 119 (remove_files) COMPLETE
43392024-09-04T16:44:19.537Z[ recovery-image] Sep 04 16:44:18.794 INFO O| Sep 04 16:44:18.794 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-09-04T16:44:19.556Z[ recovery-image] Sep 04 16:44:18.816 INFO O| Sep 04 16:44:18.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43412024-09-04T16:44:19.556Z[ recovery-image] Sep 04 16:44:18.816 INFO O| Sep 04 16:44:18.816 INFO STEP 120 (remove_files) COMPLETE
43422024-09-04T16:44:19.556Z[ recovery-image] Sep 04 16:44:18.816 INFO O| Sep 04 16:44:18.816 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-09-04T16:44:19.585Z[ recovery-image] Sep 04 16:44:18.845 INFO O| Sep 04 16:44:18.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43442024-09-04T16:44:19.585Z[ recovery-image] Sep 04 16:44:18.845 INFO O| Sep 04 16:44:18.845 INFO STEP 121 (remove_files) COMPLETE
43452024-09-04T16:44:19.590Z[ recovery-image] Sep 04 16:44:18.845 INFO O| Sep 04 16:44:18.845 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-09-04T16:44:19.605Z[ recovery-image] Sep 04 16:44:18.865 INFO O| Sep 04 16:44:18.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43472024-09-04T16:44:19.606Z[ recovery-image] Sep 04 16:44:18.865 INFO O| Sep 04 16:44:18.865 INFO STEP 122 (remove_files) COMPLETE
43482024-09-04T16:44:19.606Z[ recovery-image] Sep 04 16:44:18.865 INFO O| Sep 04 16:44:18.865 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-04T16:44:19.624Z[ recovery-image] Sep 04 16:44:18.884 INFO O| Sep 04 16:44:18.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43502024-09-04T16:44:19.629Z[ recovery-image] Sep 04 16:44:18.884 INFO O| Sep 04 16:44:18.884 INFO STEP 123 (remove_files) COMPLETE
43512024-09-04T16:44:19.629Z[ recovery-image] Sep 04 16:44:18.884 INFO O| Sep 04 16:44:18.884 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-04T16:44:19.643Z[ recovery-image] Sep 04 16:44:18.903 INFO O| Sep 04 16:44:18.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43532024-09-04T16:44:19.643Z[ recovery-image] Sep 04 16:44:18.903 INFO O| Sep 04 16:44:18.903 INFO STEP 124 (remove_files) COMPLETE
43542024-09-04T16:44:19.645Z[ recovery-image] Sep 04 16:44:18.903 INFO O| Sep 04 16:44:18.903 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-04T16:44:19.661Z[ recovery-image] Sep 04 16:44:18.921 INFO O| Sep 04 16:44:18.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43562024-09-04T16:44:19.661Z[ recovery-image] Sep 04 16:44:18.921 INFO O| Sep 04 16:44:18.921 INFO STEP 125 (remove_files) COMPLETE
43572024-09-04T16:44:19.664Z[ recovery-image] Sep 04 16:44:18.921 INFO O| Sep 04 16:44:18.921 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-04T16:44:19.719Z[ recovery-image] Sep 04 16:44:18.979 INFO O| Sep 04 16:44:18.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43592024-09-04T16:44:19.719Z[ recovery-image] Sep 04 16:44:18.979 INFO O| Sep 04 16:44:18.979 INFO STEP 126 (remove_files) COMPLETE
43602024-09-04T16:44:19.719Z[ recovery-image] Sep 04 16:44:18.979 INFO O| Sep 04 16:44:18.979 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-04T16:44:19.759Z[ recovery-image] Sep 04 16:44:19.018 INFO O| Sep 04 16:44:19.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43622024-09-04T16:44:19.760Z[ recovery-image] Sep 04 16:44:19.018 INFO O| Sep 04 16:44:19.018 INFO STEP 127 (remove_files) COMPLETE
43632024-09-04T16:44:19.760Z[ recovery-image] Sep 04 16:44:19.018 INFO O| Sep 04 16:44:19.018 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-04T16:44:19.779Z[ recovery-image] Sep 04 16:44:19.039 INFO O| Sep 04 16:44:19.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43652024-09-04T16:44:19.779Z[ recovery-image] Sep 04 16:44:19.039 INFO O| Sep 04 16:44:19.039 INFO STEP 128 (remove_files) COMPLETE
43662024-09-04T16:44:19.782Z[ recovery-image] Sep 04 16:44:19.039 INFO O| Sep 04 16:44:19.039 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-04T16:44:19.827Z[ recovery-image] Sep 04 16:44:19.086 INFO O| Sep 04 16:44:19.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43682024-09-04T16:44:19.827Z[ recovery-image] Sep 04 16:44:19.086 INFO O| Sep 04 16:44:19.086 INFO STEP 129 (remove_files) COMPLETE
43692024-09-04T16:44:19.827Z[ recovery-image] Sep 04 16:44:19.086 INFO O| Sep 04 16:44:19.086 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-04T16:44:19.871Z[ recovery-image] Sep 04 16:44:19.131 INFO O| Sep 04 16:44:19.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43712024-09-04T16:44:19.874Z[ recovery-image] Sep 04 16:44:19.131 INFO O| Sep 04 16:44:19.131 INFO STEP 130 (remove_files) COMPLETE
43722024-09-04T16:44:19.874Z[ recovery-image] Sep 04 16:44:19.131 INFO O| Sep 04 16:44:19.131 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-04T16:44:19.905Z[ recovery-image] Sep 04 16:44:19.164 INFO O| Sep 04 16:44:19.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43742024-09-04T16:44:19.913Z[ recovery-image] Sep 04 16:44:19.165 INFO O| Sep 04 16:44:19.164 INFO STEP 131 (remove_files) COMPLETE
43752024-09-04T16:44:19.913Z[ recovery-image] Sep 04 16:44:19.165 INFO O| Sep 04 16:44:19.165 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-04T16:44:19.927Z[ recovery-image] Sep 04 16:44:19.186 INFO O| Sep 04 16:44:19.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43772024-09-04T16:44:19.930Z[ recovery-image] Sep 04 16:44:19.187 INFO O| Sep 04 16:44:19.186 INFO STEP 132 (remove_files) COMPLETE
43782024-09-04T16:44:19.930Z[ recovery-image] Sep 04 16:44:19.187 INFO O| Sep 04 16:44:19.187 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-04T16:44:19.970Z[ recovery-image] Sep 04 16:44:19.223 INFO O| Sep 04 16:44:19.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43802024-09-04T16:44:19.970Z[ recovery-image] Sep 04 16:44:19.223 INFO O| Sep 04 16:44:19.223 INFO STEP 133 (remove_files) COMPLETE
43812024-09-04T16:44:19.970Z[ recovery-image] Sep 04 16:44:19.223 INFO O| Sep 04 16:44:19.223 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-04T16:44:20.026Z[ recovery-image] Sep 04 16:44:19.285 INFO O| Sep 04 16:44:19.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43832024-09-04T16:44:20.029Z[ recovery-image] Sep 04 16:44:19.285 INFO O| Sep 04 16:44:19.285 INFO STEP 134 (remove_files) COMPLETE
43842024-09-04T16:44:20.029Z[ recovery-image] Sep 04 16:44:19.285 INFO O| Sep 04 16:44:19.285 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-04T16:44:20.067Z[ recovery-image] Sep 04 16:44:19.326 INFO O| Sep 04 16:44:19.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43862024-09-04T16:44:20.067Z[ recovery-image] Sep 04 16:44:19.326 INFO O| Sep 04 16:44:19.326 INFO STEP 135 (remove_files) COMPLETE
43872024-09-04T16:44:20.067Z[ recovery-image] Sep 04 16:44:19.326 INFO O| Sep 04 16:44:19.326 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-04T16:44:20.150Z[ recovery-image] Sep 04 16:44:19.409 INFO O| Sep 04 16:44:19.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43892024-09-04T16:44:20.153Z[ recovery-image] Sep 04 16:44:19.410 INFO O| Sep 04 16:44:19.409 INFO STEP 136 (remove_files) COMPLETE
43902024-09-04T16:44:20.153Z[ recovery-image] Sep 04 16:44:19.410 INFO O| Sep 04 16:44:19.410 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-04T16:44:20.174Z[ recovery-image] Sep 04 16:44:19.433 INFO O| Sep 04 16:44:19.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43922024-09-04T16:44:20.174Z[ recovery-image] Sep 04 16:44:19.433 INFO O| Sep 04 16:44:19.433 INFO STEP 137 (remove_files) COMPLETE
43932024-09-04T16:44:20.176Z[ recovery-image] Sep 04 16:44:19.433 INFO O| Sep 04 16:44:19.433 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-04T16:44:20.235Z[ recovery-image] Sep 04 16:44:19.494 INFO O| Sep 04 16:44:19.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43952024-09-04T16:44:20.235Z[ recovery-image] Sep 04 16:44:19.495 INFO O| Sep 04 16:44:19.495 INFO STEP 138 (remove_files) COMPLETE
43962024-09-04T16:44:20.235Z[ recovery-image] Sep 04 16:44:19.495 INFO O| Sep 04 16:44:19.495 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-04T16:44:20.257Z[ recovery-image] Sep 04 16:44:19.517 INFO O| Sep 04 16:44:19.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43982024-09-04T16:44:20.258Z[ recovery-image] Sep 04 16:44:19.517 INFO O| Sep 04 16:44:19.517 INFO STEP 139 (remove_files) COMPLETE
43992024-09-04T16:44:20.260Z[ recovery-image] Sep 04 16:44:19.517 INFO O| Sep 04 16:44:19.517 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-04T16:44:20.282Z[ recovery-image] Sep 04 16:44:19.542 INFO O| Sep 04 16:44:19.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44012024-09-04T16:44:20.286Z[ recovery-image] Sep 04 16:44:19.542 INFO O| Sep 04 16:44:19.542 INFO STEP 140 (remove_files) COMPLETE
44022024-09-04T16:44:20.286Z[ recovery-image] Sep 04 16:44:19.542 INFO O| Sep 04 16:44:19.542 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-04T16:44:20.329Z[ host-image] Sep 04 16:44:19.588 INFO O| Sep 04 16:44:19.588 INFO O| Done
44042024-09-04T16:44:20.345Z[ recovery-image] Sep 04 16:44:19.604 INFO O| Sep 04 16:44:19.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44052024-09-04T16:44:20.345Z[ recovery-image] Sep 04 16:44:19.605 INFO O| Sep 04 16:44:19.604 INFO STEP 141 (remove_files) COMPLETE
44062024-09-04T16:44:20.348Z[ recovery-image] Sep 04 16:44:19.605 INFO O| Sep 04 16:44:19.605 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-09-04T16:44:20.368Z[ recovery-image] Sep 04 16:44:19.628 INFO O| Sep 04 16:44:19.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44082024-09-04T16:44:20.368Z[ recovery-image] Sep 04 16:44:19.628 INFO O| Sep 04 16:44:19.628 INFO STEP 142 (remove_files) COMPLETE
44092024-09-04T16:44:20.368Z[ recovery-image] Sep 04 16:44:19.628 INFO O| Sep 04 16:44:19.628 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-09-04T16:44:20.407Z[ host-image] Sep 04 16:44:19.667 INFO O| Sep 04 16:44:19.666 INFO O| Done
44112024-09-04T16:44:20.410Z[ host-image] Sep 04 16:44:19.667 INFO O| Sep 04 16:44:19.667 INFO O| Done
44122024-09-04T16:44:20.417Z[ recovery-image] Sep 04 16:44:19.676 INFO O| Sep 04 16:44:19.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44132024-09-04T16:44:20.417Z[ recovery-image] Sep 04 16:44:19.676 INFO O| Sep 04 16:44:19.676 INFO STEP 143 (remove_files) COMPLETE
44142024-09-04T16:44:20.417Z[ recovery-image] Sep 04 16:44:19.676 INFO O| Sep 04 16:44:19.676 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-04T16:44:20.447Z[ host-image] Sep 04 16:44:19.706 INFO O| Sep 04 16:44:19.706 INFO O| Done
44162024-09-04T16:44:20.545Z[ recovery-image] Sep 04 16:44:19.805 INFO O| Sep 04 16:44:19.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44172024-09-04T16:44:20.545Z[ recovery-image] Sep 04 16:44:19.805 INFO O| Sep 04 16:44:19.805 INFO STEP 144 (remove_files) COMPLETE
44182024-09-04T16:44:20.548Z[ recovery-image] Sep 04 16:44:19.805 INFO O| Sep 04 16:44:19.805 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-09-04T16:44:20.566Z[ recovery-image] Sep 04 16:44:19.825 INFO O| Sep 04 16:44:19.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44202024-09-04T16:44:20.566Z[ recovery-image] Sep 04 16:44:19.825 INFO O| Sep 04 16:44:19.825 INFO STEP 145 (remove_files) COMPLETE
44212024-09-04T16:44:20.566Z[ recovery-image] Sep 04 16:44:19.825 INFO O| Sep 04 16:44:19.825 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-09-04T16:44:20.585Z[ recovery-image] Sep 04 16:44:19.844 INFO O| Sep 04 16:44:19.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44232024-09-04T16:44:20.585Z[ recovery-image] Sep 04 16:44:19.844 INFO O| Sep 04 16:44:19.844 INFO STEP 146 (remove_files) COMPLETE
44242024-09-04T16:44:20.587Z[ recovery-image] Sep 04 16:44:19.844 INFO O| Sep 04 16:44:19.844 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-09-04T16:44:20.605Z[ recovery-image] Sep 04 16:44:19.862 INFO O| Sep 04 16:44:19.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44262024-09-04T16:44:20.609Z[ host-image] Sep 04 16:44:19.865 INFO O| Sep 04 16:44:19.865 INFO STEP 12 (pkg_install) COMPLETE
44272024-09-04T16:44:20.609Z[ host-image] Sep 04 16:44:19.865 INFO O| Sep 04 16:44:19.865 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
44282024-09-04T16:44:20.609Z[ recovery-image] Sep 04 16:44:19.868 INFO O| Sep 04 16:44:19.868 INFO STEP 147 (remove_files) COMPLETE
44292024-09-04T16:44:20.609Z[ recovery-image] Sep 04 16:44:19.868 INFO O| Sep 04 16:44:19.868 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-09-04T16:44:20.623Z[ host-image] Sep 04 16:44:19.882 INFO O| Sep 04 16:44:19.882 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44312024-09-04T16:44:20.767Z[ recovery-image] Sep 04 16:44:20.027 INFO O| Sep 04 16:44:20.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44322024-09-04T16:44:20.767Z[ recovery-image] Sep 04 16:44:20.027 INFO O| Sep 04 16:44:20.027 INFO STEP 148 (remove_files) COMPLETE
44332024-09-04T16:44:20.770Z[ recovery-image] Sep 04 16:44:20.027 INFO O| Sep 04 16:44:20.027 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-09-04T16:44:20.854Z[ recovery-image] Sep 04 16:44:20.114 INFO O| Sep 04 16:44:20.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44352024-09-04T16:44:20.858Z[ recovery-image] Sep 04 16:44:20.114 INFO O| Sep 04 16:44:20.114 INFO STEP 149 (remove_files) COMPLETE
44362024-09-04T16:44:20.858Z[ recovery-image] Sep 04 16:44:20.114 INFO O| Sep 04 16:44:20.114 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-09-04T16:44:20.935Z[ recovery-image] Sep 04 16:44:20.193 INFO O| Sep 04 16:44:20.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44382024-09-04T16:44:20.952Z[ recovery-image] Sep 04 16:44:20.212 INFO O| Sep 04 16:44:20.212 INFO STEP 150 (remove_files) COMPLETE
44392024-09-04T16:44:20.956Z[ recovery-image] Sep 04 16:44:20.212 INFO O| Sep 04 16:44:20.212 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-09-04T16:44:20.987Z[ recovery-image] Sep 04 16:44:20.247 INFO O| Sep 04 16:44:20.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44412024-09-04T16:44:21.010Z[ recovery-image] Sep 04 16:44:20.269 INFO O| Sep 04 16:44:20.269 INFO STEP 151 (remove_files) COMPLETE
44422024-09-04T16:44:21.013Z[ recovery-image] Sep 04 16:44:20.269 INFO O| Sep 04 16:44:20.269 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-09-04T16:44:21.080Z[ recovery-image] Sep 04 16:44:20.339 INFO O| Sep 04 16:44:20.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44442024-09-04T16:44:21.080Z[ recovery-image] Sep 04 16:44:20.339 INFO O| Sep 04 16:44:20.339 INFO STEP 152 (remove_files) COMPLETE
44452024-09-04T16:44:21.080Z[ recovery-image] Sep 04 16:44:20.339 INFO O| Sep 04 16:44:20.339 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-09-04T16:44:21.100Z[ recovery-image] Sep 04 16:44:20.359 INFO O| Sep 04 16:44:20.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44472024-09-04T16:44:21.100Z[ recovery-image] Sep 04 16:44:20.360 INFO O| Sep 04 16:44:20.360 INFO STEP 153 (remove_files) COMPLETE
44482024-09-04T16:44:21.102Z[ recovery-image] Sep 04 16:44:20.360 INFO O| Sep 04 16:44:20.360 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-09-04T16:44:21.138Z[ recovery-image] Sep 04 16:44:20.397 INFO O| Sep 04 16:44:20.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44502024-09-04T16:44:21.143Z[ recovery-image] Sep 04 16:44:20.397 INFO O| Sep 04 16:44:20.397 INFO STEP 154 (remove_files) COMPLETE
44512024-09-04T16:44:21.143Z[ recovery-image] Sep 04 16:44:20.398 INFO O| Sep 04 16:44:20.397 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-04T16:44:21.158Z[ recovery-image] Sep 04 16:44:20.418 INFO O| Sep 04 16:44:20.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44532024-09-04T16:44:21.161Z[ recovery-image] Sep 04 16:44:20.418 INFO O| Sep 04 16:44:20.418 INFO STEP 155 (remove_files) COMPLETE
44542024-09-04T16:44:21.161Z[ recovery-image] Sep 04 16:44:20.418 INFO O| Sep 04 16:44:20.418 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-09-04T16:44:21.179Z[ recovery-image] Sep 04 16:44:20.438 INFO O| Sep 04 16:44:20.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44562024-09-04T16:44:21.181Z[ recovery-image] Sep 04 16:44:20.439 INFO O| Sep 04 16:44:20.438 INFO STEP 156 (remove_files) COMPLETE
44572024-09-04T16:44:21.181Z[ recovery-image] Sep 04 16:44:20.439 INFO O| Sep 04 16:44:20.439 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-09-04T16:44:21.230Z[ recovery-image] Sep 04 16:44:20.490 INFO O| Sep 04 16:44:20.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44592024-09-04T16:44:21.230Z[ recovery-image] Sep 04 16:44:20.490 INFO O| Sep 04 16:44:20.490 INFO STEP 157 (remove_files) COMPLETE
44602024-09-04T16:44:21.234Z[ recovery-image] Sep 04 16:44:20.490 INFO O| Sep 04 16:44:20.490 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-09-04T16:44:21.276Z[ recovery-image] Sep 04 16:44:20.535 INFO O| Sep 04 16:44:20.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44622024-09-04T16:44:21.276Z[ recovery-image] Sep 04 16:44:20.535 INFO O| Sep 04 16:44:20.535 INFO STEP 158 (remove_files) COMPLETE
44632024-09-04T16:44:21.276Z[ recovery-image] Sep 04 16:44:20.535 INFO O| Sep 04 16:44:20.535 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-09-04T16:44:21.299Z[ recovery-image] Sep 04 16:44:20.558 INFO O| Sep 04 16:44:20.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44652024-09-04T16:44:21.299Z[ recovery-image] Sep 04 16:44:20.558 INFO O| Sep 04 16:44:20.558 INFO STEP 159 (remove_files) COMPLETE
44662024-09-04T16:44:21.299Z[ recovery-image] Sep 04 16:44:20.558 INFO O| Sep 04 16:44:20.558 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-09-04T16:44:21.343Z[ recovery-image] Sep 04 16:44:20.601 INFO O| Sep 04 16:44:20.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44682024-09-04T16:44:21.347Z[ recovery-image] Sep 04 16:44:20.601 INFO O| Sep 04 16:44:20.601 INFO STEP 160 (remove_files) COMPLETE
44692024-09-04T16:44:21.347Z[ recovery-image] Sep 04 16:44:20.601 INFO O| Sep 04 16:44:20.601 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-09-04T16:44:21.368Z[ recovery-image] Sep 04 16:44:20.627 INFO O| Sep 04 16:44:20.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44712024-09-04T16:44:21.368Z[ recovery-image] Sep 04 16:44:20.627 INFO O| Sep 04 16:44:20.627 INFO STEP 161 (remove_files) COMPLETE
44722024-09-04T16:44:21.371Z[ recovery-image] Sep 04 16:44:20.627 INFO O| Sep 04 16:44:20.627 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-09-04T16:44:21.399Z[ recovery-image] Sep 04 16:44:20.658 INFO O| Sep 04 16:44:20.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44742024-09-04T16:44:21.399Z[ recovery-image] Sep 04 16:44:20.658 INFO O| Sep 04 16:44:20.658 INFO STEP 162 (remove_files) COMPLETE
44752024-09-04T16:44:21.399Z[ recovery-image] Sep 04 16:44:20.658 INFO O| Sep 04 16:44:20.658 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-09-04T16:44:21.430Z[ recovery-image] Sep 04 16:44:20.687 INFO O| Sep 04 16:44:20.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44772024-09-04T16:44:21.430Z[ recovery-image] Sep 04 16:44:20.687 INFO O| Sep 04 16:44:20.687 INFO STEP 163 (remove_files) COMPLETE
44782024-09-04T16:44:21.430Z[ recovery-image] Sep 04 16:44:20.687 INFO O| Sep 04 16:44:20.687 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-09-04T16:44:21.451Z[ recovery-image] Sep 04 16:44:20.711 INFO O| Sep 04 16:44:20.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44802024-09-04T16:44:21.452Z[ recovery-image] Sep 04 16:44:20.711 INFO O| Sep 04 16:44:20.711 INFO STEP 164 (remove_files) COMPLETE
44812024-09-04T16:44:21.455Z[ recovery-image] Sep 04 16:44:20.711 INFO O| Sep 04 16:44:20.711 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-09-04T16:44:21.494Z[ recovery-image] Sep 04 16:44:20.754 INFO O| Sep 04 16:44:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44832024-09-04T16:44:21.497Z[ recovery-image] Sep 04 16:44:20.754 INFO O| Sep 04 16:44:20.754 INFO STEP 165 (remove_files) COMPLETE
44842024-09-04T16:44:21.497Z[ recovery-image] Sep 04 16:44:20.754 INFO O| Sep 04 16:44:20.754 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-09-04T16:44:21.557Z[ recovery-image] Sep 04 16:44:20.816 INFO O| Sep 04 16:44:20.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44862024-09-04T16:44:21.582Z[ recovery-image] Sep 04 16:44:20.841 INFO O| Sep 04 16:44:20.841 INFO STEP 166 (remove_files) COMPLETE
44872024-09-04T16:44:21.582Z[ recovery-image] Sep 04 16:44:20.841 INFO O| Sep 04 16:44:20.841 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-09-04T16:44:21.598Z[ host-image] Sep 04 16:44:20.857 INFO O| Sep 04 16:44:20.857 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44892024-09-04T16:44:21.604Z[ recovery-image] Sep 04 16:44:20.864 INFO O| Sep 04 16:44:20.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44902024-09-04T16:44:21.604Z[ recovery-image] Sep 04 16:44:20.864 INFO O| Sep 04 16:44:20.864 INFO STEP 167 (remove_files) COMPLETE
44912024-09-04T16:44:21.607Z[ recovery-image] Sep 04 16:44:20.864 INFO O| Sep 04 16:44:20.864 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-09-04T16:44:21.627Z[ recovery-image] Sep 04 16:44:20.887 INFO O| Sep 04 16:44:20.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44932024-09-04T16:44:21.674Z[ recovery-image] Sep 04 16:44:20.933 INFO O| Sep 04 16:44:20.933 INFO STEP 168 (remove_files) COMPLETE
44942024-09-04T16:44:21.674Z[ recovery-image] Sep 04 16:44:20.933 INFO O| Sep 04 16:44:20.933 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-09-04T16:44:21.732Z[ recovery-image] Sep 04 16:44:20.991 INFO O| Sep 04 16:44:20.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44962024-09-04T16:44:21.736Z[ recovery-image] Sep 04 16:44:20.991 INFO O| Sep 04 16:44:20.991 INFO STEP 169 (remove_files) COMPLETE
44972024-09-04T16:44:21.736Z[ recovery-image] Sep 04 16:44:20.992 INFO O| Sep 04 16:44:20.991 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-09-04T16:44:21.757Z[ recovery-image] Sep 04 16:44:21.015 INFO O| Sep 04 16:44:21.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44992024-09-04T16:44:21.771Z[ recovery-image] Sep 04 16:44:21.028 INFO O| Sep 04 16:44:21.028 INFO STEP 170 (remove_files) COMPLETE
45002024-09-04T16:44:21.771Z[ recovery-image] Sep 04 16:44:21.028 INFO O| Sep 04 16:44:21.028 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-09-04T16:44:21.804Z[ recovery-image] Sep 04 16:44:21.063 INFO O| Sep 04 16:44:21.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45022024-09-04T16:44:21.804Z[ recovery-image] Sep 04 16:44:21.063 INFO O| Sep 04 16:44:21.063 INFO STEP 171 (remove_files) COMPLETE
45032024-09-04T16:44:21.804Z[ recovery-image] Sep 04 16:44:21.063 INFO O| Sep 04 16:44:21.063 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-09-04T16:44:21.858Z[ recovery-image] Sep 04 16:44:21.118 INFO O| Sep 04 16:44:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45052024-09-04T16:44:21.858Z[ recovery-image] Sep 04 16:44:21.118 INFO O| Sep 04 16:44:21.118 INFO STEP 172 (remove_files) COMPLETE
45062024-09-04T16:44:21.861Z[ recovery-image] Sep 04 16:44:21.118 INFO O| Sep 04 16:44:21.118 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-09-04T16:44:21.882Z[ recovery-image] Sep 04 16:44:21.142 INFO O| Sep 04 16:44:21.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45082024-09-04T16:44:21.882Z[ recovery-image] Sep 04 16:44:21.142 INFO O| Sep 04 16:44:21.142 INFO STEP 173 (remove_files) COMPLETE
45092024-09-04T16:44:21.882Z[ recovery-image] Sep 04 16:44:21.142 INFO O| Sep 04 16:44:21.142 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-09-04T16:44:21.911Z[ recovery-image] Sep 04 16:44:21.170 INFO O| Sep 04 16:44:21.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45112024-09-04T16:44:21.911Z[ recovery-image] Sep 04 16:44:21.170 INFO O| Sep 04 16:44:21.170 INFO STEP 174 (remove_files) COMPLETE
45122024-09-04T16:44:21.911Z[ recovery-image] Sep 04 16:44:21.170 INFO O| Sep 04 16:44:21.170 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-09-04T16:44:21.954Z[ recovery-image] Sep 04 16:44:21.213 INFO O| Sep 04 16:44:21.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45142024-09-04T16:44:21.957Z[ recovery-image] Sep 04 16:44:21.216 INFO O| Sep 04 16:44:21.216 INFO STEP 175 (remove_files) COMPLETE
45152024-09-04T16:44:21.958Z[ recovery-image] Sep 04 16:44:21.216 INFO O| Sep 04 16:44:21.216 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-09-04T16:44:21.999Z[ recovery-image] Sep 04 16:44:21.249 INFO O| Sep 04 16:44:21.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45172024-09-04T16:44:21.999Z[ recovery-image] Sep 04 16:44:21.249 INFO O| Sep 04 16:44:21.249 INFO STEP 176 (remove_files) COMPLETE
45182024-09-04T16:44:21.999Z[ recovery-image] Sep 04 16:44:21.249 INFO O| Sep 04 16:44:21.249 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-09-04T16:44:22.011Z[ recovery-image] Sep 04 16:44:21.270 INFO O| Sep 04 16:44:21.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45202024-09-04T16:44:22.013Z[ recovery-image] Sep 04 16:44:21.270 INFO O| Sep 04 16:44:21.270 INFO STEP 177 (remove_files) COMPLETE
45212024-09-04T16:44:22.013Z[ recovery-image] Sep 04 16:44:21.270 INFO O| Sep 04 16:44:21.270 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-09-04T16:44:22.058Z[ recovery-image] Sep 04 16:44:21.317 INFO O| Sep 04 16:44:21.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45232024-09-04T16:44:22.058Z[ recovery-image] Sep 04 16:44:21.317 INFO O| Sep 04 16:44:21.314 INFO STEP 178 (remove_files) COMPLETE
45242024-09-04T16:44:22.060Z[ recovery-image] Sep 04 16:44:21.317 INFO O| Sep 04 16:44:21.314 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-09-04T16:44:22.079Z[ recovery-image] Sep 04 16:44:21.338 INFO O| Sep 04 16:44:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45262024-09-04T16:44:22.079Z[ recovery-image] Sep 04 16:44:21.338 INFO O| Sep 04 16:44:21.338 INFO STEP 179 (remove_files) COMPLETE
45272024-09-04T16:44:22.079Z[ recovery-image] Sep 04 16:44:21.338 INFO O| Sep 04 16:44:21.338 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-09-04T16:44:22.102Z[ recovery-image] Sep 04 16:44:21.360 INFO O| Sep 04 16:44:21.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45292024-09-04T16:44:22.102Z[ recovery-image] Sep 04 16:44:21.360 INFO O| Sep 04 16:44:21.360 INFO STEP 180 (remove_files) COMPLETE
45302024-09-04T16:44:22.102Z[ recovery-image] Sep 04 16:44:21.360 INFO O| Sep 04 16:44:21.360 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-09-04T16:44:22.122Z[ recovery-image] Sep 04 16:44:21.381 INFO O| Sep 04 16:44:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45322024-09-04T16:44:22.122Z[ recovery-image] Sep 04 16:44:21.381 INFO O| Sep 04 16:44:21.381 INFO STEP 181 (remove_files) COMPLETE
45332024-09-04T16:44:22.122Z[ recovery-image] Sep 04 16:44:21.381 INFO O| Sep 04 16:44:21.381 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-09-04T16:44:22.143Z[ recovery-image] Sep 04 16:44:21.403 INFO O| Sep 04 16:44:21.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45352024-09-04T16:44:22.143Z[ recovery-image] Sep 04 16:44:21.403 INFO O| Sep 04 16:44:21.403 INFO STEP 182 (remove_files) COMPLETE
45362024-09-04T16:44:22.143Z[ recovery-image] Sep 04 16:44:21.403 INFO O| Sep 04 16:44:21.403 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-09-04T16:44:22.166Z[ recovery-image] Sep 04 16:44:21.426 INFO O| Sep 04 16:44:21.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45382024-09-04T16:44:22.169Z[ recovery-image] Sep 04 16:44:21.426 INFO O| Sep 04 16:44:21.426 INFO STEP 183 (remove_files) COMPLETE
45392024-09-04T16:44:22.169Z[ recovery-image] Sep 04 16:44:21.426 INFO O| Sep 04 16:44:21.426 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-09-04T16:44:22.188Z[ recovery-image] Sep 04 16:44:21.447 INFO O| Sep 04 16:44:21.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45412024-09-04T16:44:22.195Z[ recovery-image] Sep 04 16:44:21.447 INFO O| Sep 04 16:44:21.447 INFO STEP 184 (remove_files) COMPLETE
45422024-09-04T16:44:22.195Z[ recovery-image] Sep 04 16:44:21.447 INFO O| Sep 04 16:44:21.447 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-09-04T16:44:22.210Z[ recovery-image] Sep 04 16:44:21.468 INFO O| Sep 04 16:44:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45442024-09-04T16:44:22.213Z[ recovery-image] Sep 04 16:44:21.469 INFO O| Sep 04 16:44:21.468 INFO STEP 185 (remove_files) COMPLETE
45452024-09-04T16:44:22.213Z[ recovery-image] Sep 04 16:44:21.469 INFO O| Sep 04 16:44:21.469 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-09-04T16:44:22.231Z[ recovery-image] Sep 04 16:44:21.491 INFO O| Sep 04 16:44:21.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45472024-09-04T16:44:22.231Z[ recovery-image] Sep 04 16:44:21.491 INFO O| Sep 04 16:44:21.491 INFO STEP 186 (remove_files) COMPLETE
45482024-09-04T16:44:22.234Z[ recovery-image] Sep 04 16:44:21.491 INFO O| Sep 04 16:44:21.491 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-09-04T16:44:22.277Z[ recovery-image] Sep 04 16:44:21.536 INFO O| Sep 04 16:44:21.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45502024-09-04T16:44:22.277Z[ recovery-image] Sep 04 16:44:21.536 INFO O| Sep 04 16:44:21.536 INFO STEP 187 (remove_files) COMPLETE
45512024-09-04T16:44:22.280Z[ recovery-image] Sep 04 16:44:21.536 INFO O| Sep 04 16:44:21.536 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-09-04T16:44:22.314Z[ recovery-image] Sep 04 16:44:21.574 INFO O| Sep 04 16:44:21.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45532024-09-04T16:44:22.314Z[ recovery-image] Sep 04 16:44:21.574 INFO O| Sep 04 16:44:21.574 INFO STEP 188 (remove_files) COMPLETE
45542024-09-04T16:44:22.314Z[ recovery-image] Sep 04 16:44:21.574 INFO O| Sep 04 16:44:21.574 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-09-04T16:44:22.335Z[ recovery-image] Sep 04 16:44:21.594 INFO O| Sep 04 16:44:21.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45562024-09-04T16:44:22.335Z[ recovery-image] Sep 04 16:44:21.594 INFO O| Sep 04 16:44:21.594 INFO STEP 189 (remove_files) COMPLETE
45572024-09-04T16:44:22.335Z[ recovery-image] Sep 04 16:44:21.594 INFO O| Sep 04 16:44:21.594 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-09-04T16:44:22.363Z[ recovery-image] Sep 04 16:44:21.622 INFO O| Sep 04 16:44:21.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45592024-09-04T16:44:22.363Z[ recovery-image] Sep 04 16:44:21.623 INFO O| Sep 04 16:44:21.622 INFO STEP 190 (remove_files) COMPLETE
45602024-09-04T16:44:22.365Z[ recovery-image] Sep 04 16:44:21.623 INFO O| Sep 04 16:44:21.623 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-09-04T16:44:22.390Z[ recovery-image] Sep 04 16:44:21.648 INFO O| Sep 04 16:44:21.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45622024-09-04T16:44:22.390Z[ recovery-image] Sep 04 16:44:21.648 INFO O| Sep 04 16:44:21.648 INFO STEP 191 (remove_files) COMPLETE
45632024-09-04T16:44:22.390Z[ recovery-image] Sep 04 16:44:21.648 INFO O| Sep 04 16:44:21.648 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-09-04T16:44:22.414Z[ recovery-image] Sep 04 16:44:21.673 INFO O| Sep 04 16:44:21.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45652024-09-04T16:44:22.414Z[ recovery-image] Sep 04 16:44:21.673 INFO O| Sep 04 16:44:21.673 INFO STEP 192 (remove_files) COMPLETE
45662024-09-04T16:44:22.418Z[ recovery-image] Sep 04 16:44:21.673 INFO O| Sep 04 16:44:21.673 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-09-04T16:44:22.435Z[ recovery-image] Sep 04 16:44:21.694 INFO O| Sep 04 16:44:21.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45682024-09-04T16:44:22.435Z[ recovery-image] Sep 04 16:44:21.694 INFO O| Sep 04 16:44:21.694 INFO STEP 193 (remove_files) COMPLETE
45692024-09-04T16:44:22.435Z[ recovery-image] Sep 04 16:44:21.694 INFO O| Sep 04 16:44:21.694 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-09-04T16:44:22.479Z[ recovery-image] Sep 04 16:44:21.738 INFO O| Sep 04 16:44:21.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45712024-09-04T16:44:22.479Z[ recovery-image] Sep 04 16:44:21.738 INFO O| Sep 04 16:44:21.738 INFO STEP 194 (remove_files) COMPLETE
45722024-09-04T16:44:22.479Z[ recovery-image] Sep 04 16:44:21.738 INFO O| Sep 04 16:44:21.738 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-09-04T16:44:22.538Z[ recovery-image] Sep 04 16:44:21.797 INFO O| Sep 04 16:44:21.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45742024-09-04T16:44:22.538Z[ recovery-image] Sep 04 16:44:21.797 INFO O| Sep 04 16:44:21.797 INFO STEP 195 (remove_files) COMPLETE
45752024-09-04T16:44:22.538Z[ recovery-image] Sep 04 16:44:21.797 INFO O| Sep 04 16:44:21.797 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-09-04T16:44:22.580Z[ recovery-image] Sep 04 16:44:21.840 INFO O| Sep 04 16:44:21.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45772024-09-04T16:44:22.584Z[ recovery-image] Sep 04 16:44:21.840 INFO O| Sep 04 16:44:21.840 INFO STEP 196 (remove_files) COMPLETE
45782024-09-04T16:44:22.584Z[ recovery-image] Sep 04 16:44:21.840 INFO O| Sep 04 16:44:21.840 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-09-04T16:44:22.600Z[ recovery-image] Sep 04 16:44:21.860 INFO O| Sep 04 16:44:21.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45802024-09-04T16:44:22.603Z[ recovery-image] Sep 04 16:44:21.860 INFO O| Sep 04 16:44:21.860 INFO STEP 197 (remove_files) COMPLETE
45812024-09-04T16:44:22.603Z[ recovery-image] Sep 04 16:44:21.860 INFO O| Sep 04 16:44:21.860 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-09-04T16:44:22.622Z[ recovery-image] Sep 04 16:44:21.881 INFO O| Sep 04 16:44:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45832024-09-04T16:44:22.625Z[ recovery-image] Sep 04 16:44:21.882 INFO O| Sep 04 16:44:21.882 INFO STEP 198 (remove_files) COMPLETE
45842024-09-04T16:44:22.625Z[ recovery-image] Sep 04 16:44:21.882 INFO O| Sep 04 16:44:21.882 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-09-04T16:44:22.689Z[ recovery-image] Sep 04 16:44:21.948 INFO O| Sep 04 16:44:21.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45862024-09-04T16:44:22.689Z[ recovery-image] Sep 04 16:44:21.948 INFO O| Sep 04 16:44:21.948 INFO STEP 199 (remove_files) COMPLETE
45872024-09-04T16:44:22.689Z[ recovery-image] Sep 04 16:44:21.948 INFO O| Sep 04 16:44:21.948 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-09-04T16:44:22.712Z[ recovery-image] Sep 04 16:44:21.971 INFO O| Sep 04 16:44:21.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45892024-09-04T16:44:22.712Z[ recovery-image] Sep 04 16:44:21.971 INFO O| Sep 04 16:44:21.971 INFO STEP 200 (remove_files) COMPLETE
45902024-09-04T16:44:22.717Z[ recovery-image] Sep 04 16:44:21.971 INFO O| Sep 04 16:44:21.971 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-09-04T16:44:22.734Z[ recovery-image] Sep 04 16:44:21.993 INFO O| Sep 04 16:44:21.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45922024-09-04T16:44:22.734Z[ recovery-image] Sep 04 16:44:21.994 INFO O| Sep 04 16:44:21.993 INFO STEP 201 (remove_files) COMPLETE
45932024-09-04T16:44:22.737Z[ recovery-image] Sep 04 16:44:21.994 INFO O| Sep 04 16:44:21.994 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-09-04T16:44:22.780Z[ recovery-image] Sep 04 16:44:22.039 INFO O| Sep 04 16:44:22.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45952024-09-04T16:44:22.780Z[ recovery-image] Sep 04 16:44:22.039 INFO O| Sep 04 16:44:22.039 INFO STEP 202 (remove_files) COMPLETE
45962024-09-04T16:44:22.783Z[ recovery-image] Sep 04 16:44:22.039 INFO O| Sep 04 16:44:22.039 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-09-04T16:44:22.821Z[ recovery-image] Sep 04 16:44:22.079 INFO O| Sep 04 16:44:22.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45982024-09-04T16:44:22.821Z[ recovery-image] Sep 04 16:44:22.080 INFO O| Sep 04 16:44:22.079 INFO STEP 203 (remove_files) COMPLETE
45992024-09-04T16:44:22.821Z[ recovery-image] Sep 04 16:44:22.080 INFO O| Sep 04 16:44:22.080 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-09-04T16:44:22.858Z[ recovery-image] Sep 04 16:44:22.117 INFO O| Sep 04 16:44:22.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46012024-09-04T16:44:22.861Z[ recovery-image] Sep 04 16:44:22.117 INFO O| Sep 04 16:44:22.117 INFO STEP 204 (remove_files) COMPLETE
46022024-09-04T16:44:22.861Z[ recovery-image] Sep 04 16:44:22.117 INFO O| Sep 04 16:44:22.117 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-09-04T16:44:22.879Z[ recovery-image] Sep 04 16:44:22.137 INFO O| Sep 04 16:44:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46042024-09-04T16:44:22.881Z[ recovery-image] Sep 04 16:44:22.137 INFO O| Sep 04 16:44:22.137 INFO STEP 205 (remove_files) COMPLETE
46052024-09-04T16:44:22.882Z[ recovery-image] Sep 04 16:44:22.137 INFO O| Sep 04 16:44:22.137 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-09-04T16:44:22.916Z[ recovery-image] Sep 04 16:44:22.175 INFO O| Sep 04 16:44:22.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46072024-09-04T16:44:22.916Z[ recovery-image] Sep 04 16:44:22.175 INFO O| Sep 04 16:44:22.175 INFO STEP 206 (remove_files) COMPLETE
46082024-09-04T16:44:22.919Z[ recovery-image] Sep 04 16:44:22.175 INFO O| Sep 04 16:44:22.175 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-09-04T16:44:22.975Z[ recovery-image] Sep 04 16:44:22.234 INFO O| Sep 04 16:44:22.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46102024-09-04T16:44:22.975Z[ recovery-image] Sep 04 16:44:22.234 INFO O| Sep 04 16:44:22.234 INFO STEP 207 (remove_files) COMPLETE
46112024-09-04T16:44:22.979Z[ recovery-image] Sep 04 16:44:22.234 INFO O| Sep 04 16:44:22.234 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-09-04T16:44:22.998Z[ recovery-image] Sep 04 16:44:22.257 INFO O| Sep 04 16:44:22.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46132024-09-04T16:44:22.998Z[ recovery-image] Sep 04 16:44:22.257 INFO O| Sep 04 16:44:22.257 INFO STEP 208 (remove_files) COMPLETE
46142024-09-04T16:44:23.002Z[ recovery-image] Sep 04 16:44:22.257 INFO O| Sep 04 16:44:22.257 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-09-04T16:44:23.021Z[ recovery-image] Sep 04 16:44:22.281 INFO O| Sep 04 16:44:22.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46162024-09-04T16:44:23.021Z[ recovery-image] Sep 04 16:44:22.281 INFO O| Sep 04 16:44:22.281 INFO STEP 209 (remove_files) COMPLETE
46172024-09-04T16:44:23.021Z[ recovery-image] Sep 04 16:44:22.281 INFO O| Sep 04 16:44:22.281 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-09-04T16:44:23.046Z[ recovery-image] Sep 04 16:44:22.305 INFO O| Sep 04 16:44:22.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46192024-09-04T16:44:23.046Z[ recovery-image] Sep 04 16:44:22.305 INFO O| Sep 04 16:44:22.305 INFO STEP 210 (remove_files) COMPLETE
46202024-09-04T16:44:23.046Z[ recovery-image] Sep 04 16:44:22.305 INFO O| Sep 04 16:44:22.305 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-09-04T16:44:23.070Z[ recovery-image] Sep 04 16:44:22.328 INFO O| Sep 04 16:44:22.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46222024-09-04T16:44:23.070Z[ recovery-image] Sep 04 16:44:22.329 INFO O| Sep 04 16:44:22.329 INFO STEP 211 (remove_files) COMPLETE
46232024-09-04T16:44:23.070Z[ recovery-image] Sep 04 16:44:22.329 INFO O| Sep 04 16:44:22.329 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-09-04T16:44:23.094Z[ recovery-image] Sep 04 16:44:22.353 INFO O| Sep 04 16:44:22.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46252024-09-04T16:44:23.094Z[ recovery-image] Sep 04 16:44:22.353 INFO O| Sep 04 16:44:22.353 INFO STEP 212 (remove_files) COMPLETE
46262024-09-04T16:44:23.094Z[ recovery-image] Sep 04 16:44:22.353 INFO O| Sep 04 16:44:22.353 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-09-04T16:44:23.118Z[ recovery-image] Sep 04 16:44:22.378 INFO O| Sep 04 16:44:22.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46282024-09-04T16:44:23.119Z[ recovery-image] Sep 04 16:44:22.378 INFO O| Sep 04 16:44:22.378 INFO STEP 213 (remove_files) COMPLETE
46292024-09-04T16:44:23.123Z[ recovery-image] Sep 04 16:44:22.378 INFO O| Sep 04 16:44:22.378 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-09-04T16:44:23.143Z[ recovery-image] Sep 04 16:44:22.403 INFO O| Sep 04 16:44:22.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46312024-09-04T16:44:23.143Z[ recovery-image] Sep 04 16:44:22.403 INFO O| Sep 04 16:44:22.403 INFO STEP 214 (remove_files) COMPLETE
46322024-09-04T16:44:23.146Z[ recovery-image] Sep 04 16:44:22.403 INFO O| Sep 04 16:44:22.403 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-09-04T16:44:23.345Z[ recovery-image] Sep 04 16:44:22.604 INFO O| Sep 04 16:44:22.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46342024-09-04T16:44:23.345Z[ recovery-image] Sep 04 16:44:22.604 INFO O| Sep 04 16:44:22.604 INFO STEP 215 (remove_files) COMPLETE
46352024-09-04T16:44:23.345Z[ recovery-image] Sep 04 16:44:22.604 INFO O| Sep 04 16:44:22.604 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-09-04T16:44:23.398Z[ recovery-image] Sep 04 16:44:22.657 INFO O| Sep 04 16:44:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46372024-09-04T16:44:23.398Z[ recovery-image] Sep 04 16:44:22.657 INFO O| Sep 04 16:44:22.657 INFO STEP 216 (remove_files) COMPLETE
46382024-09-04T16:44:23.398Z[ recovery-image] Sep 04 16:44:22.657 INFO O| Sep 04 16:44:22.657 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-09-04T16:44:23.432Z[ recovery-image] Sep 04 16:44:22.691 INFO O| Sep 04 16:44:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46402024-09-04T16:44:23.432Z[ recovery-image] Sep 04 16:44:22.691 INFO O| Sep 04 16:44:22.691 INFO STEP 217 (remove_files) COMPLETE
46412024-09-04T16:44:23.432Z[ recovery-image] Sep 04 16:44:22.691 INFO O| Sep 04 16:44:22.691 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-09-04T16:44:23.458Z[ recovery-image] Sep 04 16:44:22.717 INFO O| Sep 04 16:44:22.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46432024-09-04T16:44:23.469Z[ recovery-image] Sep 04 16:44:22.717 INFO O| Sep 04 16:44:22.717 INFO STEP 218 (remove_files) COMPLETE
46442024-09-04T16:44:23.469Z[ recovery-image] Sep 04 16:44:22.717 INFO O| Sep 04 16:44:22.717 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-09-04T16:44:23.491Z[ recovery-image] Sep 04 16:44:22.744 INFO O| Sep 04 16:44:22.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46462024-09-04T16:44:23.495Z[ recovery-image] Sep 04 16:44:22.744 INFO O| Sep 04 16:44:22.744 INFO STEP 219 (remove_files) COMPLETE
46472024-09-04T16:44:23.495Z[ recovery-image] Sep 04 16:44:22.745 INFO O| Sep 04 16:44:22.745 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-09-04T16:44:23.528Z[ recovery-image] Sep 04 16:44:22.767 INFO O| Sep 04 16:44:22.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46492024-09-04T16:44:23.529Z[ recovery-image] Sep 04 16:44:22.767 INFO O| Sep 04 16:44:22.767 INFO STEP 220 (remove_files) COMPLETE
46502024-09-04T16:44:23.529Z[ recovery-image] Sep 04 16:44:22.767 INFO O| Sep 04 16:44:22.767 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-09-04T16:44:23.532Z[ recovery-image] Sep 04 16:44:22.788 INFO O| Sep 04 16:44:22.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46522024-09-04T16:44:23.532Z[ recovery-image] Sep 04 16:44:22.789 INFO O| Sep 04 16:44:22.788 INFO STEP 221 (remove_files) COMPLETE
46532024-09-04T16:44:23.532Z[ recovery-image] Sep 04 16:44:22.789 INFO O| Sep 04 16:44:22.789 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-09-04T16:44:23.549Z[ recovery-image] Sep 04 16:44:22.808 INFO O| Sep 04 16:44:22.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46552024-09-04T16:44:23.553Z[ recovery-image] Sep 04 16:44:22.808 INFO O| Sep 04 16:44:22.808 INFO STEP 222 (remove_files) COMPLETE
46562024-09-04T16:44:23.553Z[ recovery-image] Sep 04 16:44:22.808 INFO O| Sep 04 16:44:22.808 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-09-04T16:44:23.574Z[ recovery-image] Sep 04 16:44:22.834 INFO O| Sep 04 16:44:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46582024-09-04T16:44:23.583Z[ recovery-image] Sep 04 16:44:22.834 INFO O| Sep 04 16:44:22.834 INFO STEP 223 (remove_files) COMPLETE
46592024-09-04T16:44:23.583Z[ recovery-image] Sep 04 16:44:22.834 INFO O| Sep 04 16:44:22.834 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-09-04T16:44:23.597Z[ recovery-image] Sep 04 16:44:22.856 INFO O| Sep 04 16:44:22.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46612024-09-04T16:44:23.597Z[ recovery-image] Sep 04 16:44:22.856 INFO O| Sep 04 16:44:22.856 INFO STEP 224 (remove_files) COMPLETE
46622024-09-04T16:44:23.597Z[ recovery-image] Sep 04 16:44:22.856 INFO O| Sep 04 16:44:22.856 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-09-04T16:44:23.657Z[ recovery-image] Sep 04 16:44:22.915 INFO O| Sep 04 16:44:22.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46642024-09-04T16:44:23.657Z[ recovery-image] Sep 04 16:44:22.916 INFO O| Sep 04 16:44:22.916 INFO STEP 225 (remove_files) COMPLETE
46652024-09-04T16:44:23.657Z[ recovery-image] Sep 04 16:44:22.916 INFO O| Sep 04 16:44:22.916 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-09-04T16:44:23.688Z[ recovery-image] Sep 04 16:44:22.947 INFO O| Sep 04 16:44:22.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46672024-09-04T16:44:23.688Z[ recovery-image] Sep 04 16:44:22.947 INFO O| Sep 04 16:44:22.938 INFO STEP 226 (remove_files) COMPLETE
46682024-09-04T16:44:23.688Z[ recovery-image] Sep 04 16:44:22.947 INFO O| Sep 04 16:44:22.938 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-09-04T16:44:23.705Z[ recovery-image] Sep 04 16:44:22.959 INFO O| Sep 04 16:44:22.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46702024-09-04T16:44:23.705Z[ recovery-image] Sep 04 16:44:22.959 INFO O| Sep 04 16:44:22.959 INFO STEP 227 (remove_files) COMPLETE
46712024-09-04T16:44:23.722Z[ recovery-image] Sep 04 16:44:22.960 INFO O| Sep 04 16:44:22.959 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-09-04T16:44:23.726Z[ recovery-image] Sep 04 16:44:22.981 INFO O| Sep 04 16:44:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46732024-09-04T16:44:23.726Z[ recovery-image] Sep 04 16:44:22.982 INFO O| Sep 04 16:44:22.981 INFO STEP 228 (remove_files) COMPLETE
46742024-09-04T16:44:23.726Z[ recovery-image] Sep 04 16:44:22.982 INFO O| Sep 04 16:44:22.981 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-09-04T16:44:23.745Z[ recovery-image] Sep 04 16:44:23.004 INFO O| Sep 04 16:44:23.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46762024-09-04T16:44:23.745Z[ recovery-image] Sep 04 16:44:23.004 INFO O| Sep 04 16:44:23.004 INFO STEP 229 (remove_files) COMPLETE
46772024-09-04T16:44:23.747Z[ recovery-image] Sep 04 16:44:23.004 INFO O| Sep 04 16:44:23.004 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-09-04T16:44:23.767Z[ recovery-image] Sep 04 16:44:23.027 INFO O| Sep 04 16:44:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46792024-09-04T16:44:23.770Z[ recovery-image] Sep 04 16:44:23.027 INFO O| Sep 04 16:44:23.027 INFO STEP 230 (remove_files) COMPLETE
46802024-09-04T16:44:23.770Z[ recovery-image] Sep 04 16:44:23.027 INFO O| Sep 04 16:44:23.027 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-09-04T16:44:23.790Z[ recovery-image] Sep 04 16:44:23.049 INFO O| Sep 04 16:44:23.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46822024-09-04T16:44:23.790Z[ recovery-image] Sep 04 16:44:23.049 INFO O| Sep 04 16:44:23.049 INFO STEP 231 (remove_files) COMPLETE
46832024-09-04T16:44:23.790Z[ recovery-image] Sep 04 16:44:23.049 INFO O| Sep 04 16:44:23.049 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-09-04T16:44:23.812Z[ recovery-image] Sep 04 16:44:23.071 INFO O| Sep 04 16:44:23.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46852024-09-04T16:44:23.816Z[ recovery-image] Sep 04 16:44:23.072 INFO O| Sep 04 16:44:23.071 INFO STEP 232 (remove_files) COMPLETE
46862024-09-04T16:44:23.816Z[ recovery-image] Sep 04 16:44:23.072 INFO O| Sep 04 16:44:23.072 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-09-04T16:44:23.833Z[ recovery-image] Sep 04 16:44:23.092 INFO O| Sep 04 16:44:23.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46882024-09-04T16:44:23.836Z[ recovery-image] Sep 04 16:44:23.092 INFO O| Sep 04 16:44:23.092 INFO STEP 233 (remove_files) COMPLETE
46892024-09-04T16:44:23.836Z[ recovery-image] Sep 04 16:44:23.093 INFO O| Sep 04 16:44:23.092 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-09-04T16:44:23.852Z[ recovery-image] Sep 04 16:44:23.111 INFO O| Sep 04 16:44:23.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46912024-09-04T16:44:23.856Z[ recovery-image] Sep 04 16:44:23.112 INFO O| Sep 04 16:44:23.112 INFO STEP 234 (remove_files) COMPLETE
46922024-09-04T16:44:23.856Z[ recovery-image] Sep 04 16:44:23.112 INFO O| Sep 04 16:44:23.112 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-09-04T16:44:23.872Z[ recovery-image] Sep 04 16:44:23.131 INFO O| Sep 04 16:44:23.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46942024-09-04T16:44:23.875Z[ recovery-image] Sep 04 16:44:23.131 INFO O| Sep 04 16:44:23.131 INFO STEP 235 (remove_files) COMPLETE
46952024-09-04T16:44:23.875Z[ recovery-image] Sep 04 16:44:23.131 INFO O| Sep 04 16:44:23.131 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-09-04T16:44:23.891Z[ recovery-image] Sep 04 16:44:23.150 INFO O| Sep 04 16:44:23.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46972024-09-04T16:44:23.894Z[ recovery-image] Sep 04 16:44:23.151 INFO O| Sep 04 16:44:23.151 INFO STEP 236 (remove_files) COMPLETE
46982024-09-04T16:44:23.894Z[ recovery-image] Sep 04 16:44:23.151 INFO O| Sep 04 16:44:23.151 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-09-04T16:44:23.912Z[ recovery-image] Sep 04 16:44:23.171 INFO O| Sep 04 16:44:23.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47002024-09-04T16:44:23.916Z[ recovery-image] Sep 04 16:44:23.171 INFO O| Sep 04 16:44:23.171 INFO STEP 237 (remove_files) COMPLETE
47012024-09-04T16:44:23.916Z[ recovery-image] Sep 04 16:44:23.171 INFO O| Sep 04 16:44:23.171 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-09-04T16:44:23.965Z[ recovery-image] Sep 04 16:44:23.224 INFO O| Sep 04 16:44:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47032024-09-04T16:44:23.971Z[ recovery-image] Sep 04 16:44:23.224 INFO O| Sep 04 16:44:23.224 INFO STEP 238 (remove_files) COMPLETE
47042024-09-04T16:44:23.971Z[ recovery-image] Sep 04 16:44:23.224 INFO O| Sep 04 16:44:23.224 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-09-04T16:44:24.023Z[ recovery-image] Sep 04 16:44:23.281 INFO O| Sep 04 16:44:23.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47062024-09-04T16:44:24.023Z[ recovery-image] Sep 04 16:44:23.282 INFO O| Sep 04 16:44:23.282 INFO STEP 239 (remove_files) COMPLETE
47072024-09-04T16:44:24.028Z[ recovery-image] Sep 04 16:44:23.282 INFO O| Sep 04 16:44:23.282 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-09-04T16:44:24.041Z[ recovery-image] Sep 04 16:44:23.301 INFO O| Sep 04 16:44:23.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47092024-09-04T16:44:24.042Z[ recovery-image] Sep 04 16:44:23.301 INFO O| Sep 04 16:44:23.301 INFO STEP 240 (remove_files) COMPLETE
47102024-09-04T16:44:24.042Z[ recovery-image] Sep 04 16:44:23.301 INFO O| Sep 04 16:44:23.301 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-09-04T16:44:24.078Z[ recovery-image] Sep 04 16:44:23.336 INFO O| Sep 04 16:44:23.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47122024-09-04T16:44:24.078Z[ recovery-image] Sep 04 16:44:23.336 INFO O| Sep 04 16:44:23.336 INFO STEP 241 (remove_files) COMPLETE
47132024-09-04T16:44:24.078Z[ recovery-image] Sep 04 16:44:23.336 INFO O| Sep 04 16:44:23.336 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-09-04T16:44:24.105Z[ recovery-image] Sep 04 16:44:23.364 INFO O| Sep 04 16:44:23.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47152024-09-04T16:44:24.109Z[ recovery-image] Sep 04 16:44:23.364 INFO O| Sep 04 16:44:23.364 INFO STEP 242 (remove_files) COMPLETE
47162024-09-04T16:44:24.109Z[ recovery-image] Sep 04 16:44:23.364 INFO O| Sep 04 16:44:23.364 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-09-04T16:44:24.129Z[ recovery-image] Sep 04 16:44:23.388 INFO O| Sep 04 16:44:23.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47182024-09-04T16:44:24.129Z[ recovery-image] Sep 04 16:44:23.388 INFO O| Sep 04 16:44:23.388 INFO STEP 243 (remove_files) COMPLETE
47192024-09-04T16:44:24.133Z[ recovery-image] Sep 04 16:44:23.388 INFO O| Sep 04 16:44:23.388 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-09-04T16:44:24.152Z[ recovery-image] Sep 04 16:44:23.411 INFO O| Sep 04 16:44:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47212024-09-04T16:44:24.152Z[ recovery-image] Sep 04 16:44:23.411 INFO O| Sep 04 16:44:23.411 INFO STEP 244 (remove_files) COMPLETE
47222024-09-04T16:44:24.152Z[ recovery-image] Sep 04 16:44:23.411 INFO O| Sep 04 16:44:23.411 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-09-04T16:44:24.176Z[ recovery-image] Sep 04 16:44:23.435 INFO O| Sep 04 16:44:23.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47242024-09-04T16:44:24.176Z[ recovery-image] Sep 04 16:44:23.435 INFO O| Sep 04 16:44:23.435 INFO STEP 245 (remove_files) COMPLETE
47252024-09-04T16:44:24.176Z[ recovery-image] Sep 04 16:44:23.435 INFO O| Sep 04 16:44:23.435 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-09-04T16:44:24.212Z[ recovery-image] Sep 04 16:44:23.471 INFO O| Sep 04 16:44:23.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47272024-09-04T16:44:24.216Z[ recovery-image] Sep 04 16:44:23.471 INFO O| Sep 04 16:44:23.471 INFO STEP 246 (remove_files) COMPLETE
47282024-09-04T16:44:24.216Z[ recovery-image] Sep 04 16:44:23.471 INFO O| Sep 04 16:44:23.471 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-04T16:44:24.273Z[ recovery-image] Sep 04 16:44:23.532 INFO O| Sep 04 16:44:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47302024-09-04T16:44:24.273Z[ recovery-image] Sep 04 16:44:23.532 INFO O| Sep 04 16:44:23.532 INFO STEP 247 (remove_files) COMPLETE
47312024-09-04T16:44:24.274Z[ recovery-image] Sep 04 16:44:23.532 INFO O| Sep 04 16:44:23.532 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-04T16:44:24.294Z[ recovery-image] Sep 04 16:44:23.553 INFO O| Sep 04 16:44:23.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47332024-09-04T16:44:24.294Z[ recovery-image] Sep 04 16:44:23.553 INFO O| Sep 04 16:44:23.553 INFO STEP 248 (remove_files) COMPLETE
47342024-09-04T16:44:24.294Z[ recovery-image] Sep 04 16:44:23.553 INFO O| Sep 04 16:44:23.553 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-04T16:44:24.316Z[ recovery-image] Sep 04 16:44:23.573 INFO O| Sep 04 16:44:23.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47362024-09-04T16:44:24.316Z[ recovery-image] Sep 04 16:44:23.573 INFO O| Sep 04 16:44:23.573 INFO STEP 249 (remove_files) COMPLETE
47372024-09-04T16:44:24.316Z[ recovery-image] Sep 04 16:44:23.573 INFO O| Sep 04 16:44:23.573 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-04T16:44:24.350Z[ recovery-image] Sep 04 16:44:23.604 INFO O| Sep 04 16:44:23.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47392024-09-04T16:44:24.350Z[ recovery-image] Sep 04 16:44:23.604 INFO O| Sep 04 16:44:23.604 INFO STEP 250 (remove_files) COMPLETE
47402024-09-04T16:44:24.350Z[ recovery-image] Sep 04 16:44:23.604 INFO O| Sep 04 16:44:23.604 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-04T16:44:24.373Z[ recovery-image] Sep 04 16:44:23.632 INFO O| Sep 04 16:44:23.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47422024-09-04T16:44:24.373Z[ recovery-image] Sep 04 16:44:23.632 INFO O| Sep 04 16:44:23.632 INFO STEP 251 (remove_files) COMPLETE
47432024-09-04T16:44:24.373Z[ recovery-image] Sep 04 16:44:23.632 INFO O| Sep 04 16:44:23.632 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-04T16:44:24.395Z[ recovery-image] Sep 04 16:44:23.654 INFO O| Sep 04 16:44:23.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47452024-09-04T16:44:24.404Z[ recovery-image] Sep 04 16:44:23.654 INFO O| Sep 04 16:44:23.654 INFO STEP 252 (remove_files) COMPLETE
47462024-09-04T16:44:24.404Z[ recovery-image] Sep 04 16:44:23.654 INFO O| Sep 04 16:44:23.654 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-04T16:44:24.435Z[ recovery-image] Sep 04 16:44:23.693 INFO O| Sep 04 16:44:23.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47482024-09-04T16:44:24.439Z[ recovery-image] Sep 04 16:44:23.693 INFO O| Sep 04 16:44:23.693 INFO STEP 253 (remove_files) COMPLETE
47492024-09-04T16:44:24.439Z[ recovery-image] Sep 04 16:44:23.694 INFO O| Sep 04 16:44:23.693 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-04T16:44:24.460Z[ recovery-image] Sep 04 16:44:23.719 INFO O| Sep 04 16:44:23.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47512024-09-04T16:44:24.460Z[ recovery-image] Sep 04 16:44:23.719 INFO O| Sep 04 16:44:23.719 INFO STEP 254 (remove_files) COMPLETE
47522024-09-04T16:44:24.460Z[ recovery-image] Sep 04 16:44:23.719 INFO O| Sep 04 16:44:23.719 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-04T16:44:24.517Z[ recovery-image] Sep 04 16:44:23.776 INFO O| Sep 04 16:44:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47542024-09-04T16:44:24.518Z[ recovery-image] Sep 04 16:44:23.776 INFO O| Sep 04 16:44:23.776 INFO STEP 255 (remove_files) COMPLETE
47552024-09-04T16:44:24.524Z[ recovery-image] Sep 04 16:44:23.776 INFO O| Sep 04 16:44:23.776 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-04T16:44:24.563Z[ recovery-image] Sep 04 16:44:23.821 INFO O| Sep 04 16:44:23.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47572024-09-04T16:44:24.563Z[ recovery-image] Sep 04 16:44:23.821 INFO O| Sep 04 16:44:23.821 INFO STEP 256 (remove_files) COMPLETE
47582024-09-04T16:44:24.563Z[ recovery-image] Sep 04 16:44:23.821 INFO O| Sep 04 16:44:23.821 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-04T16:44:24.607Z[ recovery-image] Sep 04 16:44:23.866 INFO O| Sep 04 16:44:23.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47602024-09-04T16:44:24.607Z[ recovery-image] Sep 04 16:44:23.866 INFO O| Sep 04 16:44:23.866 INFO STEP 257 (remove_files) COMPLETE
47612024-09-04T16:44:24.607Z[ recovery-image] Sep 04 16:44:23.866 INFO O| Sep 04 16:44:23.866 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-09-04T16:44:24.614Z[ host-image] Sep 04 16:44:23.873 INFO O| Sep 04 16:44:23.873 INFO O| Planning: Solver setup ... Done
47632024-09-04T16:44:24.635Z[ host-image] Sep 04 16:44:23.894 INFO O| Sep 04 16:44:23.894 INFO O| Planning: Running solver ... Done
47642024-09-04T16:44:24.669Z[ recovery-image] Sep 04 16:44:23.928 INFO O| Sep 04 16:44:23.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47652024-09-04T16:44:24.669Z[ recovery-image] Sep 04 16:44:23.928 INFO O| Sep 04 16:44:23.928 INFO STEP 258 (remove_files) COMPLETE
47662024-09-04T16:44:24.674Z[ recovery-image] Sep 04 16:44:23.928 INFO O| Sep 04 16:44:23.928 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-09-04T16:44:24.693Z[ recovery-image] Sep 04 16:44:23.951 INFO O| Sep 04 16:44:23.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47682024-09-04T16:44:24.698Z[ recovery-image] Sep 04 16:44:23.951 INFO O| Sep 04 16:44:23.951 INFO STEP 259 (remove_files) COMPLETE
47692024-09-04T16:44:24.698Z[ recovery-image] Sep 04 16:44:23.951 INFO O| Sep 04 16:44:23.951 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-09-04T16:44:24.703Z[ host-image] Sep 04 16:44:23.961 INFO O| Sep 04 16:44:23.961 INFO O| Planning: Finding local manifests ... Done
47712024-09-04T16:44:24.706Z[ host-image] Sep 04 16:44:23.964 INFO O| Sep 04 16:44:23.964 INFO O| Planning: Fetching manifests: 0/6 0% complete
47722024-09-04T16:44:24.714Z[ recovery-image] Sep 04 16:44:23.973 INFO O| Sep 04 16:44:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47732024-09-04T16:44:24.717Z[ recovery-image] Sep 04 16:44:23.974 INFO O| Sep 04 16:44:23.974 INFO STEP 260 (remove_files) COMPLETE
47742024-09-04T16:44:24.717Z[ recovery-image] Sep 04 16:44:23.974 INFO O| Sep 04 16:44:23.974 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-09-04T16:44:24.738Z[ recovery-image] Sep 04 16:44:23.997 INFO O| Sep 04 16:44:23.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47762024-09-04T16:44:24.743Z[ recovery-image] Sep 04 16:44:23.997 INFO O| Sep 04 16:44:23.997 INFO STEP 261 (remove_files) COMPLETE
47772024-09-04T16:44:24.743Z[ recovery-image] Sep 04 16:44:23.997 INFO O| Sep 04 16:44:23.997 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-09-04T16:44:24.764Z[ recovery-image] Sep 04 16:44:24.022 INFO O| Sep 04 16:44:24.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47792024-09-04T16:44:24.768Z[ recovery-image] Sep 04 16:44:24.022 INFO O| Sep 04 16:44:24.022 INFO STEP 262 (remove_files) COMPLETE
47802024-09-04T16:44:24.768Z[ recovery-image] Sep 04 16:44:24.022 INFO O| Sep 04 16:44:24.022 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-09-04T16:44:24.808Z[ recovery-image] Sep 04 16:44:24.067 INFO O| Sep 04 16:44:24.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47822024-09-04T16:44:24.808Z[ recovery-image] Sep 04 16:44:24.067 INFO O| Sep 04 16:44:24.067 INFO STEP 263 (remove_files) COMPLETE
47832024-09-04T16:44:24.808Z[ recovery-image] Sep 04 16:44:24.067 INFO O| Sep 04 16:44:24.067 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-09-04T16:44:24.831Z[ recovery-image] Sep 04 16:44:24.090 INFO O| Sep 04 16:44:24.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47852024-09-04T16:44:24.831Z[ recovery-image] Sep 04 16:44:24.090 INFO O| Sep 04 16:44:24.090 INFO STEP 264 (remove_files) COMPLETE
47862024-09-04T16:44:24.831Z[ recovery-image] Sep 04 16:44:24.090 INFO O| Sep 04 16:44:24.090 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-09-04T16:44:24.852Z[ recovery-image] Sep 04 16:44:24.111 INFO O| Sep 04 16:44:24.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47882024-09-04T16:44:24.852Z[ recovery-image] Sep 04 16:44:24.111 INFO O| Sep 04 16:44:24.111 INFO STEP 265 (remove_files) COMPLETE
47892024-09-04T16:44:24.859Z[ recovery-image] Sep 04 16:44:24.111 INFO O| Sep 04 16:44:24.111 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-09-04T16:44:24.888Z[ recovery-image] Sep 04 16:44:24.146 INFO O| Sep 04 16:44:24.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47912024-09-04T16:44:24.888Z[ recovery-image] Sep 04 16:44:24.146 INFO O| Sep 04 16:44:24.146 INFO STEP 266 (remove_files) COMPLETE
47922024-09-04T16:44:24.895Z[ recovery-image] Sep 04 16:44:24.147 INFO O| Sep 04 16:44:24.147 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-09-04T16:44:24.910Z[ recovery-image] Sep 04 16:44:24.169 INFO O| Sep 04 16:44:24.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47942024-09-04T16:44:24.918Z[ recovery-image] Sep 04 16:44:24.169 INFO O| Sep 04 16:44:24.169 INFO STEP 267 (remove_files) COMPLETE
47952024-09-04T16:44:24.918Z[ recovery-image] Sep 04 16:44:24.170 INFO O| Sep 04 16:44:24.170 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-09-04T16:44:24.934Z[ recovery-image] Sep 04 16:44:24.193 INFO O| Sep 04 16:44:24.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47972024-09-04T16:44:24.934Z[ recovery-image] Sep 04 16:44:24.193 INFO O| Sep 04 16:44:24.193 INFO STEP 268 (remove_files) COMPLETE
47982024-09-04T16:44:24.942Z[ recovery-image] Sep 04 16:44:24.193 INFO O| Sep 04 16:44:24.193 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-09-04T16:44:24.956Z[ recovery-image] Sep 04 16:44:24.215 INFO O| Sep 04 16:44:24.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48002024-09-04T16:44:24.956Z[ recovery-image] Sep 04 16:44:24.215 INFO O| Sep 04 16:44:24.215 INFO STEP 269 (remove_files) COMPLETE
48012024-09-04T16:44:24.956Z[ recovery-image] Sep 04 16:44:24.215 INFO O| Sep 04 16:44:24.215 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-09-04T16:44:24.978Z[ recovery-image] Sep 04 16:44:24.237 INFO O| Sep 04 16:44:24.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48032024-09-04T16:44:24.978Z[ recovery-image] Sep 04 16:44:24.237 INFO O| Sep 04 16:44:24.237 INFO STEP 270 (remove_files) COMPLETE
48042024-09-04T16:44:24.978Z[ recovery-image] Sep 04 16:44:24.237 INFO O| Sep 04 16:44:24.237 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-09-04T16:44:25.015Z[ recovery-image] Sep 04 16:44:24.274 INFO O| Sep 04 16:44:24.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48062024-09-04T16:44:25.015Z[ recovery-image] Sep 04 16:44:24.274 INFO O| Sep 04 16:44:24.274 INFO STEP 271 (remove_files) COMPLETE
48072024-09-04T16:44:25.015Z[ recovery-image] Sep 04 16:44:24.274 INFO O| Sep 04 16:44:24.274 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-09-04T16:44:25.038Z[ recovery-image] Sep 04 16:44:24.297 INFO O| Sep 04 16:44:24.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48092024-09-04T16:44:25.038Z[ recovery-image] Sep 04 16:44:24.297 INFO O| Sep 04 16:44:24.297 INFO STEP 272 (remove_files) COMPLETE
48102024-09-04T16:44:25.047Z[ recovery-image] Sep 04 16:44:24.297 INFO O| Sep 04 16:44:24.297 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-09-04T16:44:25.056Z[ host-image] Sep 04 16:44:24.315 INFO O| Sep 04 16:44:24.314 INFO O| Planning: Fetching manifests: 6/6 100% complete
48122024-09-04T16:44:25.068Z[ recovery-image] Sep 04 16:44:24.320 INFO O| Sep 04 16:44:24.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48132024-09-04T16:44:25.068Z[ recovery-image] Sep 04 16:44:24.320 INFO O| Sep 04 16:44:24.320 INFO STEP 273 (remove_files) COMPLETE
48142024-09-04T16:44:25.068Z[ recovery-image] Sep 04 16:44:24.320 INFO O| Sep 04 16:44:24.320 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-09-04T16:44:25.116Z[ host-image] Sep 04 16:44:24.375 INFO O| Sep 04 16:44:24.375 INFO O| Planning: Package planning ... Done
48162024-09-04T16:44:25.136Z[ recovery-image] Sep 04 16:44:24.395 INFO O| Sep 04 16:44:24.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48172024-09-04T16:44:25.136Z[ recovery-image] Sep 04 16:44:24.395 INFO O| Sep 04 16:44:24.395 INFO STEP 274 (remove_files) COMPLETE
48182024-09-04T16:44:25.136Z[ recovery-image] Sep 04 16:44:24.395 INFO O| Sep 04 16:44:24.395 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-04T16:44:25.159Z[ recovery-image] Sep 04 16:44:24.418 INFO O| Sep 04 16:44:24.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48202024-09-04T16:44:25.159Z[ recovery-image] Sep 04 16:44:24.418 INFO O| Sep 04 16:44:24.418 INFO STEP 275 (remove_files) COMPLETE
48212024-09-04T16:44:25.159Z[ recovery-image] Sep 04 16:44:24.418 INFO O| Sep 04 16:44:24.418 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-04T16:44:25.181Z[ recovery-image] Sep 04 16:44:24.440 INFO O| Sep 04 16:44:24.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48232024-09-04T16:44:25.187Z[ recovery-image] Sep 04 16:44:24.440 INFO O| Sep 04 16:44:24.440 INFO STEP 276 (remove_files) COMPLETE
48242024-09-04T16:44:25.187Z[ recovery-image] Sep 04 16:44:24.440 INFO O| Sep 04 16:44:24.440 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-09-04T16:44:25.204Z[ recovery-image] Sep 04 16:44:24.463 INFO O| Sep 04 16:44:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48262024-09-04T16:44:25.204Z[ recovery-image] Sep 04 16:44:24.463 INFO O| Sep 04 16:44:24.463 INFO STEP 277 (remove_files) COMPLETE
48272024-09-04T16:44:25.211Z[ recovery-image] Sep 04 16:44:24.463 INFO O| Sep 04 16:44:24.463 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-09-04T16:44:25.227Z[ recovery-image] Sep 04 16:44:24.486 INFO O| Sep 04 16:44:24.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48292024-09-04T16:44:25.227Z[ recovery-image] Sep 04 16:44:24.486 INFO O| Sep 04 16:44:24.486 INFO STEP 278 (remove_files) COMPLETE
48302024-09-04T16:44:25.236Z[ recovery-image] Sep 04 16:44:24.486 INFO O| Sep 04 16:44:24.486 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-04T16:44:25.249Z[ recovery-image] Sep 04 16:44:24.508 INFO O| Sep 04 16:44:24.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48322024-09-04T16:44:25.249Z[ recovery-image] Sep 04 16:44:24.508 INFO O| Sep 04 16:44:24.508 INFO STEP 279 (remove_files) COMPLETE
48332024-09-04T16:44:25.249Z[ recovery-image] Sep 04 16:44:24.508 INFO O| Sep 04 16:44:24.508 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-09-04T16:44:25.278Z[ host-image] Sep 04 16:44:24.537 INFO O| Sep 04 16:44:24.537 INFO O| Planning: Merging actions ... Done
48352024-09-04T16:44:25.289Z[ recovery-image] Sep 04 16:44:24.548 INFO O| Sep 04 16:44:24.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48362024-09-04T16:44:25.297Z[ recovery-image] Sep 04 16:44:24.548 INFO O| Sep 04 16:44:24.548 INFO STEP 280 (remove_files) COMPLETE
48372024-09-04T16:44:25.297Z[ recovery-image] Sep 04 16:44:24.548 INFO O| Sep 04 16:44:24.548 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-09-04T16:44:25.311Z[ recovery-image] Sep 04 16:44:24.570 INFO O| Sep 04 16:44:24.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48392024-09-04T16:44:25.312Z[ recovery-image] Sep 04 16:44:24.570 INFO O| Sep 04 16:44:24.570 INFO STEP 281 (remove_files) COMPLETE
48402024-09-04T16:44:25.312Z[ recovery-image] Sep 04 16:44:24.570 INFO O| Sep 04 16:44:24.570 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-09-04T16:44:25.337Z[ recovery-image] Sep 04 16:44:24.596 INFO O| Sep 04 16:44:24.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48422024-09-04T16:44:25.337Z[ recovery-image] Sep 04 16:44:24.596 INFO O| Sep 04 16:44:24.596 INFO STEP 282 (remove_files) COMPLETE
48432024-09-04T16:44:25.337Z[ recovery-image] Sep 04 16:44:24.596 INFO O| Sep 04 16:44:24.596 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-09-04T16:44:25.363Z[ recovery-image] Sep 04 16:44:24.622 INFO O| Sep 04 16:44:24.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48452024-09-04T16:44:25.363Z[ recovery-image] Sep 04 16:44:24.622 INFO O| Sep 04 16:44:24.622 INFO STEP 283 (remove_files) COMPLETE
48462024-09-04T16:44:25.363Z[ recovery-image] Sep 04 16:44:24.622 INFO O| Sep 04 16:44:24.622 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-09-04T16:44:25.397Z[ recovery-image] Sep 04 16:44:24.656 INFO O| Sep 04 16:44:24.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48482024-09-04T16:44:25.397Z[ recovery-image] Sep 04 16:44:24.656 INFO O| Sep 04 16:44:24.656 INFO STEP 284 (remove_files) COMPLETE
48492024-09-04T16:44:25.397Z[ recovery-image] Sep 04 16:44:24.656 INFO O| Sep 04 16:44:24.656 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-09-04T16:44:25.454Z[ recovery-image] Sep 04 16:44:24.711 INFO O| Sep 04 16:44:24.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48512024-09-04T16:44:25.454Z[ recovery-image] Sep 04 16:44:24.711 INFO O| Sep 04 16:44:24.711 INFO STEP 285 (remove_files) COMPLETE
48522024-09-04T16:44:25.454Z[ recovery-image] Sep 04 16:44:24.711 INFO O| Sep 04 16:44:24.711 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-09-04T16:44:25.513Z[ recovery-image] Sep 04 16:44:24.771 INFO O| Sep 04 16:44:24.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48542024-09-04T16:44:25.527Z[ host-image] Sep 04 16:44:24.775 INFO O| Sep 04 16:44:24.775 INFO O| Planning: Checking for conflicting actions ... Done
48552024-09-04T16:44:25.535Z[ recovery-image] Sep 04 16:44:24.780 INFO O| Sep 04 16:44:24.780 INFO STEP 286 (remove_files) COMPLETE
48562024-09-04T16:44:25.535Z[ recovery-image] Sep 04 16:44:24.780 INFO O| Sep 04 16:44:24.780 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-09-04T16:44:25.535Z[ host-image] Sep 04 16:44:24.783 INFO O| Sep 04 16:44:24.783 INFO O| Planning: Consolidating action changes ... Done
48582024-09-04T16:44:25.580Z[ recovery-image] Sep 04 16:44:24.839 INFO O| Sep 04 16:44:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48592024-09-04T16:44:25.599Z[ recovery-image] Sep 04 16:44:24.857 INFO O| Sep 04 16:44:24.857 INFO STEP 287 (remove_files) COMPLETE
48602024-09-04T16:44:25.599Z[ recovery-image] Sep 04 16:44:24.857 INFO O| Sep 04 16:44:24.857 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-09-04T16:44:25.670Z[ recovery-image] Sep 04 16:44:24.929 INFO O| Sep 04 16:44:24.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48622024-09-04T16:44:25.684Z[ recovery-image] Sep 04 16:44:24.943 INFO O| Sep 04 16:44:24.943 INFO STEP 288 (remove_files) COMPLETE
48632024-09-04T16:44:25.691Z[ recovery-image] Sep 04 16:44:24.943 INFO O| Sep 04 16:44:24.943 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-09-04T16:44:25.718Z[ recovery-image] Sep 04 16:44:24.977 INFO O| Sep 04 16:44:24.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48652024-09-04T16:44:25.742Z[ recovery-image] Sep 04 16:44:25.001 INFO O| Sep 04 16:44:25.001 INFO STEP 289 (remove_files) COMPLETE
48662024-09-04T16:44:25.742Z[ recovery-image] Sep 04 16:44:25.001 INFO O| Sep 04 16:44:25.001 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-09-04T16:44:25.766Z[ recovery-image] Sep 04 16:44:25.024 INFO O| Sep 04 16:44:25.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48682024-09-04T16:44:25.773Z[ recovery-image] Sep 04 16:44:25.025 INFO O| Sep 04 16:44:25.025 INFO STEP 290 (remove_files) COMPLETE
48692024-09-04T16:44:25.773Z[ recovery-image] Sep 04 16:44:25.025 INFO O| Sep 04 16:44:25.025 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-09-04T16:44:25.807Z[ recovery-image] Sep 04 16:44:25.063 INFO O| Sep 04 16:44:25.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48712024-09-04T16:44:25.817Z[ recovery-image] Sep 04 16:44:25.064 INFO O| Sep 04 16:44:25.063 INFO STEP 291 (remove_files) COMPLETE
48722024-09-04T16:44:25.817Z[ recovery-image] Sep 04 16:44:25.064 INFO O| Sep 04 16:44:25.064 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-09-04T16:44:25.827Z[ recovery-image] Sep 04 16:44:25.086 INFO O| Sep 04 16:44:25.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48742024-09-04T16:44:25.827Z[ recovery-image] Sep 04 16:44:25.086 INFO O| Sep 04 16:44:25.086 INFO STEP 292 (remove_files) COMPLETE
48752024-09-04T16:44:25.839Z[ recovery-image] Sep 04 16:44:25.086 INFO O| Sep 04 16:44:25.086 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-09-04T16:44:25.848Z[ recovery-image] Sep 04 16:44:25.107 INFO O| Sep 04 16:44:25.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48772024-09-04T16:44:25.858Z[ recovery-image] Sep 04 16:44:25.107 INFO O| Sep 04 16:44:25.107 INFO STEP 293 (remove_files) COMPLETE
48782024-09-04T16:44:25.858Z[ recovery-image] Sep 04 16:44:25.107 INFO O| Sep 04 16:44:25.107 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-09-04T16:44:25.922Z[ recovery-image] Sep 04 16:44:25.163 INFO O| Sep 04 16:44:25.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48802024-09-04T16:44:25.922Z[ recovery-image] Sep 04 16:44:25.163 INFO O| Sep 04 16:44:25.163 INFO STEP 294 (remove_files) COMPLETE
48812024-09-04T16:44:25.922Z[ recovery-image] Sep 04 16:44:25.163 INFO O| Sep 04 16:44:25.163 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-09-04T16:44:25.939Z[ recovery-image] Sep 04 16:44:25.198 INFO O| Sep 04 16:44:25.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48832024-09-04T16:44:25.940Z[ recovery-image] Sep 04 16:44:25.198 INFO O| Sep 04 16:44:25.198 INFO STEP 295 (remove_files) COMPLETE
48842024-09-04T16:44:25.942Z[ recovery-image] Sep 04 16:44:25.198 INFO O| Sep 04 16:44:25.198 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-09-04T16:44:25.954Z[ host-image] Sep 04 16:44:25.212 INFO O| Sep 04 16:44:25.212 INFO O| Planning: Evaluating mediators ... Done
48862024-09-04T16:44:25.976Z[ host-image] Sep 04 16:44:25.230 INFO O| Sep 04 16:44:25.230 INFO O| Planning: Planning completed in 4.37 seconds
48872024-09-04T16:44:25.988Z[ host-image] Sep 04 16:44:25.234 INFO O| Sep 04 16:44:25.234 INFO O| Packages to install: 6
48882024-09-04T16:44:25.988Z[ host-image] Sep 04 16:44:25.234 INFO O| Sep 04 16:44:25.234 INFO O| Mediators to change: 1
48892024-09-04T16:44:25.988Z[ host-image] Sep 04 16:44:25.234 INFO O| Sep 04 16:44:25.234 INFO O| Services to change: 1
48902024-09-04T16:44:25.989Z[ recovery-image] Sep 04 16:44:25.244 INFO O| Sep 04 16:44:25.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48912024-09-04T16:44:25.989Z[ recovery-image] Sep 04 16:44:25.244 INFO O| Sep 04 16:44:25.244 INFO STEP 296 (remove_files) COMPLETE
48922024-09-04T16:44:25.989Z[ recovery-image] Sep 04 16:44:25.244 INFO O| Sep 04 16:44:25.244 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-09-04T16:44:26.002Z[ host-image] Sep 04 16:44:25.260 INFO O| Sep 04 16:44:25.259 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
48942024-09-04T16:44:26.064Z[ recovery-image] Sep 04 16:44:25.323 INFO O| Sep 04 16:44:25.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48952024-09-04T16:44:26.064Z[ recovery-image] Sep 04 16:44:25.323 INFO O| Sep 04 16:44:25.323 INFO STEP 297 (remove_files) COMPLETE
48962024-09-04T16:44:26.071Z[ recovery-image] Sep 04 16:44:25.323 INFO O| Sep 04 16:44:25.323 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-09-04T16:44:26.084Z[ recovery-image] Sep 04 16:44:25.343 INFO O| Sep 04 16:44:25.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48982024-09-04T16:44:26.084Z[ recovery-image] Sep 04 16:44:25.343 INFO O| Sep 04 16:44:25.343 INFO STEP 298 (remove_files) COMPLETE
48992024-09-04T16:44:26.084Z[ recovery-image] Sep 04 16:44:25.343 INFO O| Sep 04 16:44:25.343 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-04T16:44:26.107Z[ recovery-image] Sep 04 16:44:25.365 INFO O| Sep 04 16:44:25.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49012024-09-04T16:44:26.107Z[ recovery-image] Sep 04 16:44:25.365 INFO O| Sep 04 16:44:25.365 INFO STEP 299 (remove_files) COMPLETE
49022024-09-04T16:44:26.107Z[ recovery-image] Sep 04 16:44:25.365 INFO O| Sep 04 16:44:25.365 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-04T16:44:26.133Z[ recovery-image] Sep 04 16:44:25.388 INFO O| Sep 04 16:44:25.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49042024-09-04T16:44:26.133Z[ recovery-image] Sep 04 16:44:25.388 INFO O| Sep 04 16:44:25.388 INFO STEP 300 (remove_files) COMPLETE
49052024-09-04T16:44:26.142Z[ recovery-image] Sep 04 16:44:25.388 INFO O| Sep 04 16:44:25.388 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-04T16:44:26.165Z[ recovery-image] Sep 04 16:44:25.423 INFO O| Sep 04 16:44:25.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49072024-09-04T16:44:26.165Z[ recovery-image] Sep 04 16:44:25.423 INFO O| Sep 04 16:44:25.423 INFO STEP 301 (remove_files) COMPLETE
49082024-09-04T16:44:26.165Z[ recovery-image] Sep 04 16:44:25.423 INFO O| Sep 04 16:44:25.423 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-04T16:44:26.190Z[ recovery-image] Sep 04 16:44:25.449 INFO O| Sep 04 16:44:25.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49102024-09-04T16:44:26.190Z[ recovery-image] Sep 04 16:44:25.449 INFO O| Sep 04 16:44:25.449 INFO STEP 302 (remove_files) COMPLETE
49112024-09-04T16:44:26.197Z[ recovery-image] Sep 04 16:44:25.449 INFO O| Sep 04 16:44:25.449 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-04T16:44:26.216Z[ recovery-image] Sep 04 16:44:25.475 INFO O| Sep 04 16:44:25.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49132024-09-04T16:44:26.216Z[ recovery-image] Sep 04 16:44:25.475 INFO O| Sep 04 16:44:25.475 INFO STEP 303 (remove_files) COMPLETE
49142024-09-04T16:44:26.226Z[ recovery-image] Sep 04 16:44:25.475 INFO O| Sep 04 16:44:25.475 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-04T16:44:26.247Z[ recovery-image] Sep 04 16:44:25.501 INFO O| Sep 04 16:44:25.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49162024-09-04T16:44:26.254Z[ recovery-image] Sep 04 16:44:25.510 INFO O| Sep 04 16:44:25.510 INFO STEP 304 (remove_files) COMPLETE
49172024-09-04T16:44:26.254Z[ recovery-image] Sep 04 16:44:25.510 INFO O| Sep 04 16:44:25.510 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-04T16:44:26.281Z[ recovery-image] Sep 04 16:44:25.536 INFO O| Sep 04 16:44:25.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49192024-09-04T16:44:26.289Z[ recovery-image] Sep 04 16:44:25.536 INFO O| Sep 04 16:44:25.536 INFO STEP 305 (remove_files) COMPLETE
49202024-09-04T16:44:26.289Z[ recovery-image] Sep 04 16:44:25.537 INFO O| Sep 04 16:44:25.536 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-04T16:44:26.304Z[ recovery-image] Sep 04 16:44:25.560 INFO O| Sep 04 16:44:25.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49222024-09-04T16:44:26.311Z[ recovery-image] Sep 04 16:44:25.560 INFO O| Sep 04 16:44:25.560 INFO STEP 306 (remove_files) COMPLETE
49232024-09-04T16:44:26.311Z[ recovery-image] Sep 04 16:44:25.560 INFO O| Sep 04 16:44:25.560 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-04T16:44:26.324Z[ recovery-image] Sep 04 16:44:25.582 INFO O| Sep 04 16:44:25.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49252024-09-04T16:44:26.338Z[ recovery-image] Sep 04 16:44:25.583 INFO O| Sep 04 16:44:25.583 INFO STEP 307 (remove_files) COMPLETE
49262024-09-04T16:44:26.338Z[ recovery-image] Sep 04 16:44:25.583 INFO O| Sep 04 16:44:25.583 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-04T16:44:26.353Z[ recovery-image] Sep 04 16:44:25.604 INFO O| Sep 04 16:44:25.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49282024-09-04T16:44:26.353Z[ recovery-image] Sep 04 16:44:25.604 INFO O| Sep 04 16:44:25.604 INFO STEP 308 (remove_files) COMPLETE
49292024-09-04T16:44:26.353Z[ recovery-image] Sep 04 16:44:25.604 INFO O| Sep 04 16:44:25.604 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-04T16:44:26.377Z[ recovery-image] Sep 04 16:44:25.636 INFO O| Sep 04 16:44:25.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49312024-09-04T16:44:26.377Z[ recovery-image] Sep 04 16:44:25.636 INFO O| Sep 04 16:44:25.636 INFO STEP 309 (remove_files) COMPLETE
49322024-09-04T16:44:26.377Z[ recovery-image] Sep 04 16:44:25.636 INFO O| Sep 04 16:44:25.636 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-04T16:44:26.404Z[ recovery-image] Sep 04 16:44:25.663 INFO O| Sep 04 16:44:25.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49342024-09-04T16:44:26.404Z[ recovery-image] Sep 04 16:44:25.663 INFO O| Sep 04 16:44:25.663 INFO STEP 310 (remove_files) COMPLETE
49352024-09-04T16:44:26.405Z[ recovery-image] Sep 04 16:44:25.663 INFO O| Sep 04 16:44:25.663 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-04T16:44:26.440Z[ recovery-image] Sep 04 16:44:25.699 INFO O| Sep 04 16:44:25.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49372024-09-04T16:44:26.440Z[ recovery-image] Sep 04 16:44:25.699 INFO O| Sep 04 16:44:25.699 INFO STEP 311 (remove_files) COMPLETE
49382024-09-04T16:44:26.440Z[ recovery-image] Sep 04 16:44:25.699 INFO O| Sep 04 16:44:25.699 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-04T16:44:26.483Z[ recovery-image] Sep 04 16:44:25.736 INFO O| Sep 04 16:44:25.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49402024-09-04T16:44:26.483Z[ recovery-image] Sep 04 16:44:25.736 INFO O| Sep 04 16:44:25.736 INFO STEP 312 (remove_files) COMPLETE
49412024-09-04T16:44:26.483Z[ recovery-image] Sep 04 16:44:25.736 INFO O| Sep 04 16:44:25.736 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-04T16:44:26.498Z[ recovery-image] Sep 04 16:44:25.756 INFO O| Sep 04 16:44:25.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49432024-09-04T16:44:26.498Z[ recovery-image] Sep 04 16:44:25.757 INFO O| Sep 04 16:44:25.757 INFO STEP 313 (remove_files) COMPLETE
49442024-09-04T16:44:26.498Z[ recovery-image] Sep 04 16:44:25.757 INFO O| Sep 04 16:44:25.757 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-04T16:44:26.520Z[ recovery-image] Sep 04 16:44:25.778 INFO O| Sep 04 16:44:25.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49462024-09-04T16:44:26.520Z[ recovery-image] Sep 04 16:44:25.778 INFO O| Sep 04 16:44:25.778 INFO STEP 314 (remove_files) COMPLETE
49472024-09-04T16:44:26.520Z[ recovery-image] Sep 04 16:44:25.778 INFO O| Sep 04 16:44:25.778 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-04T16:44:26.542Z[ recovery-image] Sep 04 16:44:25.800 INFO O| Sep 04 16:44:25.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49492024-09-04T16:44:26.542Z[ recovery-image] Sep 04 16:44:25.800 INFO O| Sep 04 16:44:25.800 INFO STEP 315 (remove_files) COMPLETE
49502024-09-04T16:44:26.542Z[ recovery-image] Sep 04 16:44:25.800 INFO O| Sep 04 16:44:25.800 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-04T16:44:26.562Z[ recovery-image] Sep 04 16:44:25.821 INFO O| Sep 04 16:44:25.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49522024-09-04T16:44:26.562Z[ recovery-image] Sep 04 16:44:25.821 INFO O| Sep 04 16:44:25.821 INFO STEP 316 (remove_files) COMPLETE
49532024-09-04T16:44:26.562Z[ recovery-image] Sep 04 16:44:25.821 INFO O| Sep 04 16:44:25.821 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-04T16:44:26.583Z[ recovery-image] Sep 04 16:44:25.842 INFO O| Sep 04 16:44:25.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49552024-09-04T16:44:26.583Z[ recovery-image] Sep 04 16:44:25.842 INFO O| Sep 04 16:44:25.842 INFO STEP 317 (remove_files) COMPLETE
49562024-09-04T16:44:26.592Z[ recovery-image] Sep 04 16:44:25.842 INFO O| Sep 04 16:44:25.842 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-04T16:44:26.604Z[ recovery-image] Sep 04 16:44:25.863 INFO O| Sep 04 16:44:25.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49582024-09-04T16:44:26.605Z[ recovery-image] Sep 04 16:44:25.863 INFO O| Sep 04 16:44:25.863 INFO STEP 318 (remove_files) COMPLETE
49592024-09-04T16:44:26.605Z[ recovery-image] Sep 04 16:44:25.864 INFO O| Sep 04 16:44:25.863 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-04T16:44:26.625Z[ recovery-image] Sep 04 16:44:25.884 INFO O| Sep 04 16:44:25.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49612024-09-04T16:44:26.625Z[ recovery-image] Sep 04 16:44:25.884 INFO O| Sep 04 16:44:25.884 INFO STEP 319 (remove_files) COMPLETE
49622024-09-04T16:44:26.625Z[ recovery-image] Sep 04 16:44:25.884 INFO O| Sep 04 16:44:25.884 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-04T16:44:26.647Z[ recovery-image] Sep 04 16:44:25.906 INFO O| Sep 04 16:44:25.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49642024-09-04T16:44:26.647Z[ recovery-image] Sep 04 16:44:25.906 INFO O| Sep 04 16:44:25.906 INFO STEP 320 (remove_files) COMPLETE
49652024-09-04T16:44:26.647Z[ recovery-image] Sep 04 16:44:25.906 INFO O| Sep 04 16:44:25.906 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-04T16:44:26.668Z[ recovery-image] Sep 04 16:44:25.927 INFO O| Sep 04 16:44:25.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49672024-09-04T16:44:26.668Z[ recovery-image] Sep 04 16:44:25.927 INFO O| Sep 04 16:44:25.927 INFO STEP 321 (remove_files) COMPLETE
49682024-09-04T16:44:26.668Z[ recovery-image] Sep 04 16:44:25.927 INFO O| Sep 04 16:44:25.927 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-04T16:44:26.688Z[ recovery-image] Sep 04 16:44:25.947 INFO O| Sep 04 16:44:25.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49702024-09-04T16:44:26.688Z[ recovery-image] Sep 04 16:44:25.947 INFO O| Sep 04 16:44:25.947 INFO STEP 322 (remove_files) COMPLETE
49712024-09-04T16:44:26.688Z[ recovery-image] Sep 04 16:44:25.947 INFO O| Sep 04 16:44:25.947 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-04T16:44:26.708Z[ recovery-image] Sep 04 16:44:25.966 INFO O| Sep 04 16:44:25.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49732024-09-04T16:44:26.708Z[ recovery-image] Sep 04 16:44:25.966 INFO O| Sep 04 16:44:25.966 INFO STEP 323 (remove_files) COMPLETE
49742024-09-04T16:44:26.716Z[ recovery-image] Sep 04 16:44:25.967 INFO O| Sep 04 16:44:25.966 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-04T16:44:26.728Z[ recovery-image] Sep 04 16:44:25.987 INFO O| Sep 04 16:44:25.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49762024-09-04T16:44:26.728Z[ recovery-image] Sep 04 16:44:25.987 INFO O| Sep 04 16:44:25.987 INFO STEP 324 (remove_files) COMPLETE
49772024-09-04T16:44:26.728Z[ recovery-image] Sep 04 16:44:25.987 INFO O| Sep 04 16:44:25.987 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-04T16:44:26.751Z[ recovery-image] Sep 04 16:44:26.010 INFO O| Sep 04 16:44:26.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49792024-09-04T16:44:26.751Z[ recovery-image] Sep 04 16:44:26.010 INFO O| Sep 04 16:44:26.010 INFO STEP 325 (remove_files) COMPLETE
49802024-09-04T16:44:26.761Z[ recovery-image] Sep 04 16:44:26.010 INFO O| Sep 04 16:44:26.010 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-09-04T16:44:26.772Z[ recovery-image] Sep 04 16:44:26.031 INFO O| Sep 04 16:44:26.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49822024-09-04T16:44:26.772Z[ recovery-image] Sep 04 16:44:26.031 INFO O| Sep 04 16:44:26.031 INFO STEP 326 (remove_files) COMPLETE
49832024-09-04T16:44:26.780Z[ recovery-image] Sep 04 16:44:26.031 INFO O| Sep 04 16:44:26.031 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-09-04T16:44:26.794Z[ recovery-image] Sep 04 16:44:26.052 INFO O| Sep 04 16:44:26.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49852024-09-04T16:44:26.802Z[ recovery-image] Sep 04 16:44:26.053 INFO O| Sep 04 16:44:26.052 INFO STEP 327 (remove_files) COMPLETE
49862024-09-04T16:44:26.803Z[ recovery-image] Sep 04 16:44:26.053 INFO O| Sep 04 16:44:26.053 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-09-04T16:44:26.816Z[ recovery-image] Sep 04 16:44:26.075 INFO O| Sep 04 16:44:26.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49882024-09-04T16:44:26.821Z[ recovery-image] Sep 04 16:44:26.075 INFO O| Sep 04 16:44:26.075 INFO STEP 328 (remove_files) COMPLETE
49892024-09-04T16:44:26.821Z[ recovery-image] Sep 04 16:44:26.075 INFO O| Sep 04 16:44:26.075 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-09-04T16:44:26.845Z[ recovery-image] Sep 04 16:44:26.103 INFO O| Sep 04 16:44:26.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49912024-09-04T16:44:26.866Z[ recovery-image] Sep 04 16:44:26.124 INFO O| Sep 04 16:44:26.124 INFO STEP 329 (remove_files) COMPLETE
49922024-09-04T16:44:26.866Z[ recovery-image] Sep 04 16:44:26.124 INFO O| Sep 04 16:44:26.124 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-09-04T16:44:26.904Z[ recovery-image] Sep 04 16:44:26.161 INFO O| Sep 04 16:44:26.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49942024-09-04T16:44:26.904Z[ recovery-image] Sep 04 16:44:26.161 INFO O| Sep 04 16:44:26.161 INFO STEP 330 (remove_files) COMPLETE
49952024-09-04T16:44:26.904Z[ recovery-image] Sep 04 16:44:26.161 INFO O| Sep 04 16:44:26.161 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-09-04T16:44:26.924Z[ recovery-image] Sep 04 16:44:26.182 INFO O| Sep 04 16:44:26.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49972024-09-04T16:44:26.925Z[ recovery-image] Sep 04 16:44:26.183 INFO O| Sep 04 16:44:26.182 INFO STEP 331 (remove_files) COMPLETE
49982024-09-04T16:44:26.925Z[ recovery-image] Sep 04 16:44:26.183 INFO O| Sep 04 16:44:26.182 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-09-04T16:44:26.946Z[ recovery-image] Sep 04 16:44:26.204 INFO O| Sep 04 16:44:26.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50002024-09-04T16:44:26.946Z[ recovery-image] Sep 04 16:44:26.204 INFO O| Sep 04 16:44:26.204 INFO STEP 332 (remove_files) COMPLETE
50012024-09-04T16:44:26.946Z[ recovery-image] Sep 04 16:44:26.204 INFO O| Sep 04 16:44:26.204 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-04T16:44:26.967Z[ recovery-image] Sep 04 16:44:26.225 INFO O| Sep 04 16:44:26.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50032024-09-04T16:44:26.967Z[ recovery-image] Sep 04 16:44:26.225 INFO O| Sep 04 16:44:26.225 INFO STEP 333 (remove_files) COMPLETE
50042024-09-04T16:44:26.967Z[ recovery-image] Sep 04 16:44:26.225 INFO O| Sep 04 16:44:26.225 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-04T16:44:26.987Z[ recovery-image] Sep 04 16:44:26.246 INFO O| Sep 04 16:44:26.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50062024-09-04T16:44:26.987Z[ recovery-image] Sep 04 16:44:26.246 INFO O| Sep 04 16:44:26.246 INFO STEP 334 (remove_files) COMPLETE
50072024-09-04T16:44:26.987Z[ recovery-image] Sep 04 16:44:26.246 INFO O| Sep 04 16:44:26.246 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-04T16:44:27.008Z[ recovery-image] Sep 04 16:44:26.266 INFO O| Sep 04 16:44:26.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50092024-09-04T16:44:27.008Z[ recovery-image] Sep 04 16:44:26.266 INFO O| Sep 04 16:44:26.266 INFO STEP 335 (remove_files) COMPLETE
50102024-09-04T16:44:27.017Z[ recovery-image] Sep 04 16:44:26.266 INFO O| Sep 04 16:44:26.266 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-09-04T16:44:27.029Z[ recovery-image] Sep 04 16:44:26.288 INFO O| Sep 04 16:44:26.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50122024-09-04T16:44:27.037Z[ recovery-image] Sep 04 16:44:26.288 INFO O| Sep 04 16:44:26.288 INFO STEP 336 (remove_files) COMPLETE
50132024-09-04T16:44:27.037Z[ recovery-image] Sep 04 16:44:26.288 INFO O| Sep 04 16:44:26.288 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-09-04T16:44:27.051Z[ recovery-image] Sep 04 16:44:26.310 INFO O| Sep 04 16:44:26.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50152024-09-04T16:44:27.051Z[ recovery-image] Sep 04 16:44:26.310 INFO O| Sep 04 16:44:26.310 INFO STEP 337 (remove_files) COMPLETE
50162024-09-04T16:44:27.051Z[ recovery-image] Sep 04 16:44:26.310 INFO O| Sep 04 16:44:26.310 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-09-04T16:44:27.074Z[ recovery-image] Sep 04 16:44:26.333 INFO O| Sep 04 16:44:26.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50182024-09-04T16:44:27.074Z[ recovery-image] Sep 04 16:44:26.333 INFO O| Sep 04 16:44:26.333 INFO STEP 338 (remove_files) COMPLETE
50192024-09-04T16:44:27.074Z[ recovery-image] Sep 04 16:44:26.333 INFO O| Sep 04 16:44:26.333 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-09-04T16:44:27.097Z[ recovery-image] Sep 04 16:44:26.355 INFO O| Sep 04 16:44:26.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50212024-09-04T16:44:27.097Z[ recovery-image] Sep 04 16:44:26.355 INFO O| Sep 04 16:44:26.355 INFO STEP 339 (remove_files) COMPLETE
50222024-09-04T16:44:27.097Z[ recovery-image] Sep 04 16:44:26.355 INFO O| Sep 04 16:44:26.355 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-09-04T16:44:27.126Z[ recovery-image] Sep 04 16:44:26.384 INFO O| Sep 04 16:44:26.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50242024-09-04T16:44:27.126Z[ recovery-image] Sep 04 16:44:26.384 INFO O| Sep 04 16:44:26.384 INFO STEP 340 (remove_files) COMPLETE
50252024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.385 INFO O| Sep 04 16:44:26.384 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.409 INFO O| Sep 04 16:44:26.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50272024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.409 INFO O| Sep 04 16:44:26.409 INFO STEP 341 (remove_files) COMPLETE
50282024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.409 INFO O| Sep 04 16:44:26.409 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.431 INFO O| Sep 04 16:44:26.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50302024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.431 INFO O| Sep 04 16:44:26.431 INFO STEP 342 (remove_files) COMPLETE
50312024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.431 INFO O| Sep 04 16:44:26.431 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.452 INFO O| Sep 04 16:44:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50332024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.453 INFO O| Sep 04 16:44:26.452 INFO STEP 343 (remove_files) COMPLETE
50342024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.453 INFO O| Sep 04 16:44:26.453 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.475 INFO O| Sep 04 16:44:26.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50362024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.475 INFO O| Sep 04 16:44:26.475 INFO STEP 344 (remove_files) COMPLETE
50372024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.475 INFO O| Sep 04 16:44:26.475 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.498 INFO O| Sep 04 16:44:26.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50392024-09-04T16:44:31.095Z[ recovery-image] Sep 04 16:44:26.498 INFO O| Sep 04 16:44:26.498 INFO STEP 345 (remove_files) COMPLETE
50402024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.498 INFO O| Sep 04 16:44:26.498 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.520 INFO O| Sep 04 16:44:26.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50422024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.520 INFO O| Sep 04 16:44:26.520 INFO STEP 346 (remove_files) COMPLETE
50432024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.520 INFO O| Sep 04 16:44:26.520 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.543 INFO O| Sep 04 16:44:26.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50452024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.544 INFO O| Sep 04 16:44:26.543 INFO STEP 347 (remove_files) COMPLETE
50462024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.544 INFO O| Sep 04 16:44:26.543 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.579 INFO O| Sep 04 16:44:26.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50482024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.580 INFO O| Sep 04 16:44:26.580 INFO STEP 348 (remove_files) COMPLETE
50492024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.580 INFO O| Sep 04 16:44:26.580 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.631 INFO O| Sep 04 16:44:26.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50512024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.631 INFO O| Sep 04 16:44:26.631 INFO STEP 349 (remove_files) COMPLETE
50522024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.631 INFO O| Sep 04 16:44:26.631 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.658 INFO O| Sep 04 16:44:26.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50542024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.658 INFO O| Sep 04 16:44:26.658 INFO STEP 350 (remove_files) COMPLETE
50552024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.658 INFO O| Sep 04 16:44:26.658 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.707 INFO O| Sep 04 16:44:26.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50572024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.708 INFO O| Sep 04 16:44:26.707 INFO STEP 351 (remove_files) COMPLETE
50582024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.708 INFO O| Sep 04 16:44:26.708 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.741 INFO O| Sep 04 16:44:26.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50602024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.741 INFO O| Sep 04 16:44:26.741 INFO STEP 352 (remove_files) COMPLETE
50612024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.741 INFO O| Sep 04 16:44:26.741 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.762 INFO O| Sep 04 16:44:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50632024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.762 INFO O| Sep 04 16:44:26.762 INFO STEP 353 (remove_files) COMPLETE
50642024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.762 INFO O| Sep 04 16:44:26.762 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.783 INFO O| Sep 04 16:44:26.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50662024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.783 INFO O| Sep 04 16:44:26.783 INFO STEP 354 (remove_files) COMPLETE
50672024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.783 INFO O| Sep 04 16:44:26.783 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.804 INFO O| Sep 04 16:44:26.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50692024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.804 INFO O| Sep 04 16:44:26.804 INFO STEP 355 (remove_files) COMPLETE
50702024-09-04T16:44:31.096Z[ recovery-image] Sep 04 16:44:26.804 INFO O| Sep 04 16:44:26.804 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-09-04T16:44:31.097Z[ recovery-image] Sep 04 16:44:26.827 INFO O| Sep 04 16:44:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50722024-09-04T16:44:31.105Z[ recovery-image] Sep 04 16:44:26.828 INFO O| Sep 04 16:44:26.828 INFO STEP 356 (remove_files) COMPLETE
50732024-09-04T16:44:31.105Z[ recovery-image] Sep 04 16:44:26.828 INFO O| Sep 04 16:44:26.828 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-09-04T16:44:31.105Z[ recovery-image] Sep 04 16:44:26.854 INFO O| Sep 04 16:44:26.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50752024-09-04T16:44:31.105Z[ recovery-image] Sep 04 16:44:26.854 INFO O| Sep 04 16:44:26.854 INFO STEP 357 (remove_files) COMPLETE
50762024-09-04T16:44:31.105Z[ recovery-image] Sep 04 16:44:26.854 INFO O| Sep 04 16:44:26.854 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-09-04T16:44:31.105Z[ recovery-image] Sep 04 16:44:26.883 INFO O| Sep 04 16:44:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50782024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.883 INFO O| Sep 04 16:44:26.883 INFO STEP 358 (remove_files) COMPLETE
50792024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.883 INFO O| Sep 04 16:44:26.883 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.917 INFO O| Sep 04 16:44:26.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50812024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.917 INFO O| Sep 04 16:44:26.917 INFO STEP 359 (remove_files) COMPLETE
50822024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.917 INFO O| Sep 04 16:44:26.917 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.946 INFO O| Sep 04 16:44:26.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50842024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.946 INFO O| Sep 04 16:44:26.946 INFO STEP 360 (remove_files) COMPLETE
50852024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.946 INFO O| Sep 04 16:44:26.946 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.970 INFO O| Sep 04 16:44:26.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50872024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.971 INFO O| Sep 04 16:44:26.970 INFO STEP 361 (remove_files) COMPLETE
50882024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.971 INFO O| Sep 04 16:44:26.971 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.994 INFO O| Sep 04 16:44:26.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50902024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.994 INFO O| Sep 04 16:44:26.994 INFO STEP 362 (remove_files) COMPLETE
50912024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:26.994 INFO O| Sep 04 16:44:26.994 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:27.017 INFO O| Sep 04 16:44:27.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50932024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:27.017 INFO O| Sep 04 16:44:27.017 INFO STEP 363 (remove_files) COMPLETE
50942024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:27.017 INFO O| Sep 04 16:44:27.017 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-09-04T16:44:31.106Z[ recovery-image] Sep 04 16:44:27.046 INFO O| Sep 04 16:44:27.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50962024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.046 INFO O| Sep 04 16:44:27.046 INFO STEP 364 (remove_files) COMPLETE
50972024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.046 INFO O| Sep 04 16:44:27.046 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.082 INFO O| Sep 04 16:44:27.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50992024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.082 INFO O| Sep 04 16:44:27.082 INFO STEP 365 (remove_files) COMPLETE
51002024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.082 INFO O| Sep 04 16:44:27.082 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.108 INFO O| Sep 04 16:44:27.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51022024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.108 INFO O| Sep 04 16:44:27.108 INFO STEP 366 (remove_files) COMPLETE
51032024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.108 INFO O| Sep 04 16:44:27.108 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.139 INFO O| Sep 04 16:44:27.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51052024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.139 INFO O| Sep 04 16:44:27.139 INFO STEP 367 (remove_files) COMPLETE
51062024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.139 INFO O| Sep 04 16:44:27.139 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.162 INFO O| Sep 04 16:44:27.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51082024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.162 INFO O| Sep 04 16:44:27.162 INFO STEP 368 (remove_files) COMPLETE
51092024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.162 INFO O| Sep 04 16:44:27.162 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.184 INFO O| Sep 04 16:44:27.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51112024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.184 INFO O| Sep 04 16:44:27.184 INFO STEP 369 (remove_files) COMPLETE
51122024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.184 INFO O| Sep 04 16:44:27.184 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.205 INFO O| Sep 04 16:44:27.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51142024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.205 INFO O| Sep 04 16:44:27.205 INFO STEP 370 (remove_files) COMPLETE
51152024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.205 INFO O| Sep 04 16:44:27.205 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-09-04T16:44:31.107Z[ recovery-image] Sep 04 16:44:27.229 INFO O| Sep 04 16:44:27.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51172024-09-04T16:44:31.108Z[ recovery-image] Sep 04 16:44:27.230 INFO O| Sep 04 16:44:27.230 INFO STEP 371 (remove_files) COMPLETE
51182024-09-04T16:44:31.108Z[ recovery-image] Sep 04 16:44:27.230 INFO O| Sep 04 16:44:27.230 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-09-04T16:44:31.108Z[ recovery-image] Sep 04 16:44:27.265 INFO O| Sep 04 16:44:27.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51202024-09-04T16:44:31.108Z[ recovery-image] Sep 04 16:44:27.265 INFO O| Sep 04 16:44:27.265 INFO STEP 372 (remove_files) COMPLETE
51212024-09-04T16:44:31.108Z[ recovery-image] Sep 04 16:44:27.265 INFO O| Sep 04 16:44:27.265 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-09-04T16:44:31.108Z[ recovery-image] Sep 04 16:44:27.302 INFO O| Sep 04 16:44:27.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51232024-09-04T16:44:31.108Z[ recovery-image] Sep 04 16:44:27.302 INFO O| Sep 04 16:44:27.302 INFO STEP 373 (remove_files) COMPLETE
51242024-09-04T16:44:31.108Z[ recovery-image] Sep 04 16:44:27.302 INFO O| Sep 04 16:44:27.302 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-09-04T16:44:31.324Z[ recovery-image] Sep 04 16:44:27.324 INFO O| Sep 04 16:44:27.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51262024-09-04T16:44:31.324Z[ recovery-image] Sep 04 16:44:27.324 INFO O| Sep 04 16:44:27.324 INFO STEP 374 (remove_files) COMPLETE
51272024-09-04T16:44:31.324Z[ recovery-image] Sep 04 16:44:27.324 INFO O| Sep 04 16:44:27.324 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-09-04T16:44:31.324Z[ recovery-image] Sep 04 16:44:27.361 INFO O| Sep 04 16:44:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51292024-09-04T16:44:31.324Z[ recovery-image] Sep 04 16:44:27.361 INFO O| Sep 04 16:44:27.361 INFO STEP 375 (remove_files) COMPLETE
51302024-09-04T16:44:31.324Z[ recovery-image] Sep 04 16:44:27.361 INFO O| Sep 04 16:44:27.361 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-09-04T16:44:31.324Z[ recovery-image] Sep 04 16:44:27.406 INFO O| Sep 04 16:44:27.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51322024-09-04T16:44:31.324Z[ recovery-image] Sep 04 16:44:27.406 INFO O| Sep 04 16:44:27.406 INFO STEP 376 (remove_files) COMPLETE
51332024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.406 INFO O| Sep 04 16:44:27.406 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.429 INFO O| Sep 04 16:44:27.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51352024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.429 INFO O| Sep 04 16:44:27.429 INFO STEP 377 (remove_files) COMPLETE
51362024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.429 INFO O| Sep 04 16:44:27.429 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.451 INFO O| Sep 04 16:44:27.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51382024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.451 INFO O| Sep 04 16:44:27.451 INFO STEP 378 (remove_files) COMPLETE
51392024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.452 INFO O| Sep 04 16:44:27.451 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.473 INFO O| Sep 04 16:44:27.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51412024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.473 INFO O| Sep 04 16:44:27.473 INFO STEP 379 (remove_files) COMPLETE
51422024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.473 INFO O| Sep 04 16:44:27.473 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.563 INFO O| Sep 04 16:44:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51442024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.563 INFO O| Sep 04 16:44:27.563 INFO STEP 380 (remove_files) COMPLETE
51452024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.563 INFO O| Sep 04 16:44:27.563 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.584 INFO O| Sep 04 16:44:27.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51472024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.584 INFO O| Sep 04 16:44:27.584 INFO STEP 381 (remove_files) COMPLETE
51482024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.584 INFO O| Sep 04 16:44:27.584 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.608 INFO O| Sep 04 16:44:27.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51502024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.608 INFO O| Sep 04 16:44:27.608 INFO STEP 382 (remove_files) COMPLETE
51512024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.608 INFO O| Sep 04 16:44:27.608 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.637 INFO O| Sep 04 16:44:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51532024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.637 INFO O| Sep 04 16:44:27.637 INFO STEP 383 (remove_files) COMPLETE
51542024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.637 INFO O| Sep 04 16:44:27.637 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-09-04T16:44:31.325Z[ recovery-image] Sep 04 16:44:27.663 INFO O| Sep 04 16:44:27.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51562024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.664 INFO O| Sep 04 16:44:27.664 INFO STEP 384 (remove_files) COMPLETE
51572024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.664 INFO O| Sep 04 16:44:27.664 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.695 INFO O| Sep 04 16:44:27.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51592024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.696 INFO O| Sep 04 16:44:27.696 INFO STEP 385 (remove_files) COMPLETE
51602024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.696 INFO O| Sep 04 16:44:27.696 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.718 INFO O| Sep 04 16:44:27.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51622024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.718 INFO O| Sep 04 16:44:27.718 INFO STEP 386 (remove_files) COMPLETE
51632024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.718 INFO O| Sep 04 16:44:27.718 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.740 INFO O| Sep 04 16:44:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51652024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.741 INFO O| Sep 04 16:44:27.740 INFO STEP 387 (remove_files) COMPLETE
51662024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.741 INFO O| Sep 04 16:44:27.741 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.763 INFO O| Sep 04 16:44:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51682024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.763 INFO O| Sep 04 16:44:27.763 INFO STEP 388 (remove_files) COMPLETE
51692024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.763 INFO O| Sep 04 16:44:27.763 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.791 INFO O| Sep 04 16:44:27.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51712024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.791 INFO O| Sep 04 16:44:27.791 INFO STEP 389 (remove_files) COMPLETE
51722024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.791 INFO O| Sep 04 16:44:27.791 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.817 INFO O| Sep 04 16:44:27.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51742024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.818 INFO O| Sep 04 16:44:27.818 INFO STEP 390 (remove_files) COMPLETE
51752024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.818 INFO O| Sep 04 16:44:27.818 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-09-04T16:44:31.326Z[ recovery-image] Sep 04 16:44:27.838 INFO O| Sep 04 16:44:27.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51772024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:27.863 INFO O| Sep 04 16:44:27.863 INFO STEP 391 (remove_files) COMPLETE
51782024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:27.863 INFO O| Sep 04 16:44:27.863 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:27.961 INFO O| Sep 04 16:44:27.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51802024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:27.961 INFO O| Sep 04 16:44:27.961 INFO STEP 392 (remove_files) COMPLETE
51812024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:27.961 INFO O| Sep 04 16:44:27.961 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:27.982 INFO O| Sep 04 16:44:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51832024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:27.982 INFO O| Sep 04 16:44:27.982 INFO STEP 393 (remove_files) COMPLETE
51842024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:27.982 INFO O| Sep 04 16:44:27.982 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.003 INFO O| Sep 04 16:44:28.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51862024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.003 INFO O| Sep 04 16:44:28.003 INFO STEP 394 (remove_files) COMPLETE
51872024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.003 INFO O| Sep 04 16:44:28.003 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.023 INFO O| Sep 04 16:44:28.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51892024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.023 INFO O| Sep 04 16:44:28.023 INFO STEP 395 (remove_files) COMPLETE
51902024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.023 INFO O| Sep 04 16:44:28.023 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.047 INFO O| Sep 04 16:44:28.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51922024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.047 INFO O| Sep 04 16:44:28.047 INFO STEP 396 (remove_files) COMPLETE
51932024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.047 INFO O| Sep 04 16:44:28.047 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.070 INFO O| Sep 04 16:44:28.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51952024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.070 INFO O| Sep 04 16:44:28.070 INFO STEP 397 (remove_files) COMPLETE
51962024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.070 INFO O| Sep 04 16:44:28.070 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.092 INFO O| Sep 04 16:44:28.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51982024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.093 INFO O| Sep 04 16:44:28.093 INFO STEP 398 (remove_files) COMPLETE
51992024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.093 INFO O| Sep 04 16:44:28.093 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.114 INFO O| Sep 04 16:44:28.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52012024-09-04T16:44:31.327Z[ recovery-image] Sep 04 16:44:28.134 INFO O| Sep 04 16:44:28.134 INFO STEP 399 (remove_files) COMPLETE
52022024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.134 INFO O| Sep 04 16:44:28.134 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.174 INFO O| Sep 04 16:44:28.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52042024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.174 INFO O| Sep 04 16:44:28.174 INFO STEP 400 (remove_files) COMPLETE
52052024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.174 INFO O| Sep 04 16:44:28.174 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.196 INFO O| Sep 04 16:44:28.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52072024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.196 INFO O| Sep 04 16:44:28.196 INFO STEP 401 (remove_files) COMPLETE
52082024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.196 INFO O| Sep 04 16:44:28.196 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.220 INFO O| Sep 04 16:44:28.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52102024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.220 INFO O| Sep 04 16:44:28.220 INFO STEP 402 (remove_files) COMPLETE
52112024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.220 INFO O| Sep 04 16:44:28.220 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.244 INFO O| Sep 04 16:44:28.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52132024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.245 INFO O| Sep 04 16:44:28.244 INFO STEP 403 (remove_files) COMPLETE
52142024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.245 INFO O| Sep 04 16:44:28.245 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.268 INFO O| Sep 04 16:44:28.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52162024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.269 INFO O| Sep 04 16:44:28.268 INFO STEP 404 (remove_files) COMPLETE
52172024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.269 INFO O| Sep 04 16:44:28.269 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.293 INFO O| Sep 04 16:44:28.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52192024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.293 INFO O| Sep 04 16:44:28.293 INFO STEP 405 (remove_files) COMPLETE
52202024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.293 INFO O| Sep 04 16:44:28.293 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.318 INFO O| Sep 04 16:44:28.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52222024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.318 INFO O| Sep 04 16:44:28.318 INFO STEP 406 (remove_files) COMPLETE
52232024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.318 INFO O| Sep 04 16:44:28.318 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-09-04T16:44:31.328Z[ recovery-image] Sep 04 16:44:28.344 INFO O| Sep 04 16:44:28.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52252024-09-04T16:44:31.337Z[ recovery-image] Sep 04 16:44:28.344 INFO O| Sep 04 16:44:28.344 INFO STEP 407 (remove_files) COMPLETE
52262024-09-04T16:44:31.337Z[ recovery-image] Sep 04 16:44:28.344 INFO O| Sep 04 16:44:28.344 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-09-04T16:44:31.337Z[ recovery-image] Sep 04 16:44:28.369 INFO O| Sep 04 16:44:28.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52282024-09-04T16:44:31.337Z[ recovery-image] Sep 04 16:44:28.370 INFO O| Sep 04 16:44:28.369 INFO STEP 408 (remove_files) COMPLETE
52292024-09-04T16:44:31.337Z[ recovery-image] Sep 04 16:44:28.370 INFO O| Sep 04 16:44:28.369 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-09-04T16:44:31.337Z[ recovery-image] Sep 04 16:44:28.393 INFO O| Sep 04 16:44:28.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52312024-09-04T16:44:31.337Z[ recovery-image] Sep 04 16:44:28.394 INFO O| Sep 04 16:44:28.393 INFO STEP 409 (remove_files) COMPLETE
52322024-09-04T16:44:31.337Z[ recovery-image] Sep 04 16:44:28.394 INFO O| Sep 04 16:44:28.394 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.416 INFO O| Sep 04 16:44:28.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52342024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.416 INFO O| Sep 04 16:44:28.416 INFO STEP 410 (remove_files) COMPLETE
52352024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.417 INFO O| Sep 04 16:44:28.416 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.457 INFO O| Sep 04 16:44:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52372024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.457 INFO O| Sep 04 16:44:28.457 INFO STEP 411 (remove_files) COMPLETE
52382024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.457 INFO O| Sep 04 16:44:28.457 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.493 INFO O| Sep 04 16:44:28.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52402024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.493 INFO O| Sep 04 16:44:28.493 INFO STEP 412 (remove_files) COMPLETE
52412024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.493 INFO O| Sep 04 16:44:28.493 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.532 INFO O| Sep 04 16:44:28.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52432024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.532 INFO O| Sep 04 16:44:28.532 INFO STEP 413 (remove_files) COMPLETE
52442024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.532 INFO O| Sep 04 16:44:28.532 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.557 INFO O| Sep 04 16:44:28.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52462024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.557 INFO O| Sep 04 16:44:28.557 INFO STEP 414 (remove_files) COMPLETE
52472024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.557 INFO O| Sep 04 16:44:28.557 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.581 INFO O| Sep 04 16:44:28.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52492024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.582 INFO O| Sep 04 16:44:28.581 INFO STEP 415 (remove_files) COMPLETE
52502024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.582 INFO O| Sep 04 16:44:28.581 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.609 INFO O| Sep 04 16:44:28.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52522024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.609 INFO O| Sep 04 16:44:28.609 INFO STEP 416 (remove_files) COMPLETE
52532024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.609 INFO O| Sep 04 16:44:28.609 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-09-04T16:44:31.338Z[ recovery-image] Sep 04 16:44:28.634 INFO O| Sep 04 16:44:28.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52552024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.634 INFO O| Sep 04 16:44:28.634 INFO STEP 417 (remove_files) COMPLETE
52562024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.634 INFO O| Sep 04 16:44:28.634 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.689 INFO O| Sep 04 16:44:28.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52582024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.689 INFO O| Sep 04 16:44:28.689 INFO STEP 418 (remove_files) COMPLETE
52592024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.689 INFO O| Sep 04 16:44:28.689 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.738 INFO O| Sep 04 16:44:28.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52612024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.739 INFO O| Sep 04 16:44:28.738 INFO STEP 419 (remove_files) COMPLETE
52622024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.739 INFO O| Sep 04 16:44:28.739 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.761 INFO O| Sep 04 16:44:28.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52642024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.762 INFO O| Sep 04 16:44:28.762 INFO STEP 420 (remove_files) COMPLETE
52652024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.762 INFO O| Sep 04 16:44:28.762 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.786 INFO O| Sep 04 16:44:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52672024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.786 INFO O| Sep 04 16:44:28.786 INFO STEP 421 (remove_files) COMPLETE
52682024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.786 INFO O| Sep 04 16:44:28.786 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.809 INFO O| Sep 04 16:44:28.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52702024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.809 INFO O| Sep 04 16:44:28.809 INFO STEP 422 (remove_files) COMPLETE
52712024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.809 INFO O| Sep 04 16:44:28.809 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.831 INFO O| Sep 04 16:44:28.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52732024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.831 INFO O| Sep 04 16:44:28.831 INFO STEP 423 (remove_files) COMPLETE
52742024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.831 INFO O| Sep 04 16:44:28.831 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.857 INFO O| Sep 04 16:44:28.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52762024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.857 INFO O| Sep 04 16:44:28.857 INFO STEP 424 (remove_files) COMPLETE
52772024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.857 INFO O| Sep 04 16:44:28.857 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.879 INFO O| Sep 04 16:44:28.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52792024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.879 INFO O| Sep 04 16:44:28.879 INFO STEP 425 (remove_files) COMPLETE
52802024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.880 INFO O| Sep 04 16:44:28.879 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.902 INFO O| Sep 04 16:44:28.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52822024-09-04T16:44:31.339Z[ recovery-image] Sep 04 16:44:28.902 INFO O| Sep 04 16:44:28.902 INFO STEP 426 (remove_files) COMPLETE
52832024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:28.902 INFO O| Sep 04 16:44:28.902 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:28.971 INFO O| Sep 04 16:44:28.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52852024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:28.971 INFO O| Sep 04 16:44:28.971 INFO STEP 427 (remove_files) COMPLETE
52862024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:28.971 INFO O| Sep 04 16:44:28.971 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:28.996 INFO O| Sep 04 16:44:28.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52882024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:28.996 INFO O| Sep 04 16:44:28.996 INFO STEP 428 (remove_files) COMPLETE
52892024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:28.997 INFO O| Sep 04 16:44:28.997 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.017 INFO O| Sep 04 16:44:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52912024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.018 INFO O| Sep 04 16:44:29.018 INFO STEP 429 (remove_files) COMPLETE
52922024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.018 INFO O| Sep 04 16:44:29.018 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.041 INFO O| Sep 04 16:44:29.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52942024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.041 INFO O| Sep 04 16:44:29.041 INFO STEP 430 (remove_files) COMPLETE
52952024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.041 INFO O| Sep 04 16:44:29.041 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.069 INFO O| Sep 04 16:44:29.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52972024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.069 INFO O| Sep 04 16:44:29.069 INFO STEP 431 (remove_files) COMPLETE
52982024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.069 INFO O| Sep 04 16:44:29.069 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.093 INFO O| Sep 04 16:44:29.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53002024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.093 INFO O| Sep 04 16:44:29.093 INFO STEP 432 (remove_files) COMPLETE
53012024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.093 INFO O| Sep 04 16:44:29.093 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.116 INFO O| Sep 04 16:44:29.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53032024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.116 INFO O| Sep 04 16:44:29.116 INFO STEP 433 (remove_files) COMPLETE
53042024-09-04T16:44:31.340Z[ recovery-image] Sep 04 16:44:29.117 INFO O| Sep 04 16:44:29.116 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.139 INFO O| Sep 04 16:44:29.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53062024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.139 INFO O| Sep 04 16:44:29.139 INFO STEP 434 (remove_files) COMPLETE
53072024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.139 INFO O| Sep 04 16:44:29.139 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.162 INFO O| Sep 04 16:44:29.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53092024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.163 INFO O| Sep 04 16:44:29.163 INFO STEP 435 (remove_files) COMPLETE
53102024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.163 INFO O| Sep 04 16:44:29.163 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.197 INFO O| Sep 04 16:44:29.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53122024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.197 INFO O| Sep 04 16:44:29.197 INFO STEP 436 (remove_files) COMPLETE
53132024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.197 INFO O| Sep 04 16:44:29.197 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.221 INFO O| Sep 04 16:44:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53152024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.221 INFO O| Sep 04 16:44:29.221 INFO STEP 437 (remove_files) COMPLETE
53162024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.221 INFO O| Sep 04 16:44:29.221 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.244 INFO O| Sep 04 16:44:29.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53182024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.244 INFO O| Sep 04 16:44:29.244 INFO STEP 438 (remove_files) COMPLETE
53192024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.244 INFO O| Sep 04 16:44:29.244 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.266 INFO O| Sep 04 16:44:29.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53212024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.266 INFO O| Sep 04 16:44:29.266 INFO STEP 439 (remove_files) COMPLETE
53222024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.266 INFO O| Sep 04 16:44:29.266 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.289 INFO O| Sep 04 16:44:29.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53242024-09-04T16:44:31.341Z[ recovery-image] Sep 04 16:44:29.289 INFO O| Sep 04 16:44:29.289 INFO STEP 440 (remove_files) COMPLETE
53252024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.290 INFO O| Sep 04 16:44:29.289 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.309 INFO O| Sep 04 16:44:29.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53272024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.309 INFO O| Sep 04 16:44:29.309 INFO STEP 441 (remove_files) COMPLETE
53282024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.309 INFO O| Sep 04 16:44:29.309 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.327 INFO O| Sep 04 16:44:29.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53302024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.328 INFO O| Sep 04 16:44:29.328 INFO STEP 442 (remove_files) COMPLETE
53312024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.328 INFO O| Sep 04 16:44:29.328 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.348 INFO O| Sep 04 16:44:29.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53332024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.348 INFO O| Sep 04 16:44:29.348 INFO STEP 443 (remove_files) COMPLETE
53342024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.348 INFO O| Sep 04 16:44:29.348 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-09-04T16:44:31.348Z[ recovery-image] Sep 04 16:44:29.366 INFO O| Sep 04 16:44:29.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53362024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.366 INFO O| Sep 04 16:44:29.366 INFO STEP 444 (remove_files) COMPLETE
53372024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.367 INFO O| Sep 04 16:44:29.367 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.384 INFO O| Sep 04 16:44:29.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53392024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.384 INFO O| Sep 04 16:44:29.384 INFO STEP 445 (remove_files) COMPLETE
53402024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.384 INFO O| Sep 04 16:44:29.384 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.401 INFO O| Sep 04 16:44:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53422024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.402 INFO O| Sep 04 16:44:29.402 INFO STEP 446 (remove_files) COMPLETE
53432024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.402 INFO O| Sep 04 16:44:29.402 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.419 INFO O| Sep 04 16:44:29.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53452024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.420 INFO O| Sep 04 16:44:29.419 INFO STEP 447 (remove_files) COMPLETE
53462024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.420 INFO O| Sep 04 16:44:29.420 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.437 INFO O| Sep 04 16:44:29.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53482024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.437 INFO O| Sep 04 16:44:29.437 INFO STEP 448 (remove_files) COMPLETE
53492024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.437 INFO O| Sep 04 16:44:29.437 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.457 INFO O| Sep 04 16:44:29.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53512024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.457 INFO O| Sep 04 16:44:29.457 INFO STEP 449 (remove_files) COMPLETE
53522024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.457 INFO O| Sep 04 16:44:29.457 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.478 INFO O| Sep 04 16:44:29.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53542024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.489 INFO O| Sep 04 16:44:29.489 INFO STEP 450 (remove_files) COMPLETE
53552024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.489 INFO O| Sep 04 16:44:29.489 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.514 INFO O| Sep 04 16:44:29.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53572024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.514 INFO O| Sep 04 16:44:29.514 INFO STEP 451 (remove_files) COMPLETE
53582024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.514 INFO O| Sep 04 16:44:29.514 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-09-04T16:44:31.349Z[ recovery-image] Sep 04 16:44:29.539 INFO O| Sep 04 16:44:29.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53602024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.539 INFO O| Sep 04 16:44:29.539 INFO STEP 452 (remove_files) COMPLETE
53612024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.539 INFO O| Sep 04 16:44:29.539 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.602 INFO O| Sep 04 16:44:29.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53632024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.602 INFO O| Sep 04 16:44:29.602 INFO STEP 453 (remove_files) COMPLETE
53642024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.602 INFO O| Sep 04 16:44:29.602 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.648 INFO O| Sep 04 16:44:29.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53662024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.648 INFO O| Sep 04 16:44:29.648 INFO STEP 454 (remove_files) COMPLETE
53672024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.648 INFO O| Sep 04 16:44:29.648 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.672 INFO O| Sep 04 16:44:29.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53692024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.672 INFO O| Sep 04 16:44:29.672 INFO STEP 455 (remove_files) COMPLETE
53702024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.672 INFO O| Sep 04 16:44:29.672 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.724 INFO O| Sep 04 16:44:29.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53722024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.724 INFO O| Sep 04 16:44:29.724 INFO STEP 456 (remove_files) COMPLETE
53732024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.724 INFO O| Sep 04 16:44:29.724 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.748 INFO O| Sep 04 16:44:29.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53752024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.748 INFO O| Sep 04 16:44:29.748 INFO STEP 457 (remove_files) COMPLETE
53762024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.748 INFO O| Sep 04 16:44:29.748 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.771 INFO O| Sep 04 16:44:29.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53782024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.771 INFO O| Sep 04 16:44:29.771 INFO STEP 458 (remove_files) COMPLETE
53792024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.771 INFO O| Sep 04 16:44:29.771 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.793 INFO O| Sep 04 16:44:29.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53812024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.793 INFO O| Sep 04 16:44:29.793 INFO STEP 459 (remove_files) COMPLETE
53822024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.794 INFO O| Sep 04 16:44:29.793 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.814 INFO O| Sep 04 16:44:29.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53842024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.814 INFO O| Sep 04 16:44:29.814 INFO STEP 460 (remove_files) COMPLETE
53852024-09-04T16:44:31.350Z[ recovery-image] Sep 04 16:44:29.814 INFO O| Sep 04 16:44:29.814 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.836 INFO O| Sep 04 16:44:29.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53872024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.836 INFO O| Sep 04 16:44:29.836 INFO STEP 461 (remove_files) COMPLETE
53882024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.836 INFO O| Sep 04 16:44:29.836 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.859 INFO O| Sep 04 16:44:29.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53902024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.859 INFO O| Sep 04 16:44:29.859 INFO STEP 462 (remove_files) COMPLETE
53912024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.859 INFO O| Sep 04 16:44:29.859 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.881 INFO O| Sep 04 16:44:29.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53932024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.882 INFO O| Sep 04 16:44:29.882 INFO STEP 463 (remove_files) COMPLETE
53942024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.882 INFO O| Sep 04 16:44:29.882 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.903 INFO O| Sep 04 16:44:29.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53962024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.904 INFO O| Sep 04 16:44:29.904 INFO STEP 464 (remove_files) COMPLETE
53972024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.904 INFO O| Sep 04 16:44:29.904 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.963 INFO O| Sep 04 16:44:29.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53992024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.963 INFO O| Sep 04 16:44:29.963 INFO STEP 465 (remove_files) COMPLETE
54002024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:29.963 INFO O| Sep 04 16:44:29.963 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.001 INFO O| Sep 04 16:44:30.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54022024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.001 INFO O| Sep 04 16:44:30.001 INFO STEP 466 (remove_files) COMPLETE
54032024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.001 INFO O| Sep 04 16:44:30.001 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.027 INFO O| Sep 04 16:44:30.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54052024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.027 INFO O| Sep 04 16:44:30.027 INFO STEP 467 (remove_files) COMPLETE
54062024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.027 INFO O| Sep 04 16:44:30.027 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.048 INFO O| Sep 04 16:44:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54082024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.048 INFO O| Sep 04 16:44:30.048 INFO STEP 468 (remove_files) COMPLETE
54092024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.048 INFO O| Sep 04 16:44:30.048 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.071 INFO O| Sep 04 16:44:30.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54112024-09-04T16:44:31.351Z[ recovery-image] Sep 04 16:44:30.071 INFO O| Sep 04 16:44:30.071 INFO STEP 469 (remove_files) COMPLETE
54122024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.071 INFO O| Sep 04 16:44:30.071 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.111 INFO O| Sep 04 16:44:30.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54142024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.111 INFO O| Sep 04 16:44:30.111 INFO STEP 470 (remove_files) COMPLETE
54152024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.111 INFO O| Sep 04 16:44:30.111 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.133 INFO O| Sep 04 16:44:30.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54172024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.133 INFO O| Sep 04 16:44:30.133 INFO STEP 471 (remove_files) COMPLETE
54182024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.133 INFO O| Sep 04 16:44:30.133 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.155 INFO O| Sep 04 16:44:30.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54202024-09-04T16:44:31.352Z[ host-image] Sep 04 16:44:30.262 INFO O| Sep 04 16:44:30.262 INFO O| Download: 1116/1140 items 6.6/8.4MB 78% complete (1.2M/s)
54212024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.155 INFO O| Sep 04 16:44:30.155 INFO STEP 472 (remove_files) COMPLETE
54222024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.155 INFO O| Sep 04 16:44:30.155 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.177 INFO O| Sep 04 16:44:30.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54242024-09-04T16:44:31.352Z[ recovery-image] Sep 04 16:44:30.177 INFO O| Sep 04 16:44:30.177 INFO STEP 473 (remove_files) COMPLETE
54252024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.177 INFO O| Sep 04 16:44:30.177 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.205 INFO O| Sep 04 16:44:30.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54272024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.205 INFO O| Sep 04 16:44:30.205 INFO STEP 474 (remove_files) COMPLETE
54282024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.205 INFO O| Sep 04 16:44:30.205 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.231 INFO O| Sep 04 16:44:30.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54302024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.231 INFO O| Sep 04 16:44:30.231 INFO STEP 475 (remove_files) COMPLETE
54312024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.231 INFO O| Sep 04 16:44:30.231 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.307 INFO O| Sep 04 16:44:30.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54332024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.307 INFO O| Sep 04 16:44:30.307 INFO STEP 476 (remove_files) COMPLETE
54342024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.307 INFO O| Sep 04 16:44:30.307 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.326 INFO O| Sep 04 16:44:30.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54362024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.326 INFO O| Sep 04 16:44:30.326 INFO STEP 477 (remove_files) COMPLETE
54372024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.326 INFO O| Sep 04 16:44:30.326 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.371 INFO O| Sep 04 16:44:30.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54392024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.371 INFO O| Sep 04 16:44:30.371 INFO STEP 478 (remove_files) COMPLETE
54402024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.371 INFO O| Sep 04 16:44:30.371 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.392 INFO O| Sep 04 16:44:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54422024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.418 INFO O| Sep 04 16:44:30.418 INFO STEP 479 (remove_files) COMPLETE
54432024-09-04T16:44:31.357Z[ recovery-image] Sep 04 16:44:30.418 INFO O| Sep 04 16:44:30.418 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.440 INFO O| Sep 04 16:44:30.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54452024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.440 INFO O| Sep 04 16:44:30.440 INFO STEP 480 (remove_files) COMPLETE
54462024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.440 INFO O| Sep 04 16:44:30.440 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.462 INFO O| Sep 04 16:44:30.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54482024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.462 INFO O| Sep 04 16:44:30.462 INFO STEP 481 (remove_files) COMPLETE
54492024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.462 INFO O| Sep 04 16:44:30.462 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.509 INFO O| Sep 04 16:44:30.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54512024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.509 INFO O| Sep 04 16:44:30.509 INFO STEP 482 (remove_files) COMPLETE
54522024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.509 INFO O| Sep 04 16:44:30.509 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.528 INFO O| Sep 04 16:44:30.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54542024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.529 INFO O| Sep 04 16:44:30.529 INFO STEP 483 (remove_files) COMPLETE
54552024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.529 INFO O| Sep 04 16:44:30.529 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.551 INFO O| Sep 04 16:44:30.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54572024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.554 INFO O| Sep 04 16:44:30.554 INFO STEP 484 (remove_files) COMPLETE
54582024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.555 INFO O| Sep 04 16:44:30.554 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.586 INFO O| Sep 04 16:44:30.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54602024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.586 INFO O| Sep 04 16:44:30.586 INFO STEP 485 (remove_files) COMPLETE
54612024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.586 INFO O| Sep 04 16:44:30.586 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.610 INFO O| Sep 04 16:44:30.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54632024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.610 INFO O| Sep 04 16:44:30.610 INFO STEP 486 (remove_files) COMPLETE
54642024-09-04T16:44:31.358Z[ recovery-image] Sep 04 16:44:30.610 INFO O| Sep 04 16:44:30.610 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-09-04T16:44:31.365Z[ host-image] Sep 04 16:44:30.616 INFO O| Sep 04 16:44:30.616 INFO O| Download: Completed 8.42 MB in 5.36 seconds (1.6M/s)
54662024-09-04T16:44:31.384Z[ recovery-image] Sep 04 16:44:30.642 INFO O| Sep 04 16:44:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54672024-09-04T16:44:31.384Z[ recovery-image] Sep 04 16:44:30.642 INFO O| Sep 04 16:44:30.642 INFO STEP 487 (remove_files) COMPLETE
54682024-09-04T16:44:31.384Z[ recovery-image] Sep 04 16:44:30.642 INFO O| Sep 04 16:44:30.642 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-09-04T16:44:31.423Z[ recovery-image] Sep 04 16:44:30.681 INFO O| Sep 04 16:44:30.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54702024-09-04T16:44:31.423Z[ recovery-image] Sep 04 16:44:30.681 INFO O| Sep 04 16:44:30.681 INFO STEP 488 (remove_files) COMPLETE
54712024-09-04T16:44:31.423Z[ recovery-image] Sep 04 16:44:30.681 INFO O| Sep 04 16:44:30.681 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-09-04T16:44:31.457Z[ recovery-image] Sep 04 16:44:30.715 INFO O| Sep 04 16:44:30.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54732024-09-04T16:44:31.460Z[ recovery-image] Sep 04 16:44:30.715 INFO O| Sep 04 16:44:30.715 INFO STEP 489 (remove_files) COMPLETE
54742024-09-04T16:44:31.460Z[ recovery-image] Sep 04 16:44:30.716 INFO O| Sep 04 16:44:30.715 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-09-04T16:44:31.499Z[ host-image] Sep 04 16:44:30.757 INFO O| Sep 04 16:44:30.756 INFO O| Actions: 1/1361 actions (Installing new actions)
54762024-09-04T16:44:31.501Z[ recovery-image] Sep 04 16:44:30.757 INFO O| Sep 04 16:44:30.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54772024-09-04T16:44:31.501Z[ recovery-image] Sep 04 16:44:30.757 INFO O| Sep 04 16:44:30.757 INFO STEP 490 (remove_files) COMPLETE
54782024-09-04T16:44:31.501Z[ recovery-image] Sep 04 16:44:30.757 INFO O| Sep 04 16:44:30.757 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-09-04T16:44:31.521Z[ recovery-image] Sep 04 16:44:30.779 INFO O| Sep 04 16:44:30.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54802024-09-04T16:44:31.524Z[ recovery-image] Sep 04 16:44:30.779 INFO O| Sep 04 16:44:30.779 INFO STEP 491 (remove_files) COMPLETE
54812024-09-04T16:44:31.524Z[ recovery-image] Sep 04 16:44:30.779 INFO O| Sep 04 16:44:30.779 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-09-04T16:44:31.541Z[ recovery-image] Sep 04 16:44:30.799 INFO O| Sep 04 16:44:30.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54832024-09-04T16:44:31.544Z[ recovery-image] Sep 04 16:44:30.800 INFO O| Sep 04 16:44:30.799 INFO STEP 492 (remove_files) COMPLETE
54842024-09-04T16:44:31.544Z[ recovery-image] Sep 04 16:44:30.800 INFO O| Sep 04 16:44:30.800 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-09-04T16:44:31.590Z[ recovery-image] Sep 04 16:44:30.848 INFO O| Sep 04 16:44:30.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54862024-09-04T16:44:31.590Z[ recovery-image] Sep 04 16:44:30.848 INFO O| Sep 04 16:44:30.848 INFO STEP 493 (remove_files) COMPLETE
54872024-09-04T16:44:31.590Z[ recovery-image] Sep 04 16:44:30.848 INFO O| Sep 04 16:44:30.848 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-09-04T16:44:31.613Z[ recovery-image] Sep 04 16:44:30.871 INFO O| Sep 04 16:44:30.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54892024-09-04T16:44:31.613Z[ recovery-image] Sep 04 16:44:30.872 INFO O| Sep 04 16:44:30.872 INFO STEP 494 (remove_files) COMPLETE
54902024-09-04T16:44:31.613Z[ recovery-image] Sep 04 16:44:30.872 INFO O| Sep 04 16:44:30.872 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-09-04T16:44:31.636Z[ recovery-image] Sep 04 16:44:30.893 INFO O| Sep 04 16:44:30.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54922024-09-04T16:44:31.636Z[ recovery-image] Sep 04 16:44:30.893 INFO O| Sep 04 16:44:30.893 INFO STEP 495 (remove_files) COMPLETE
54932024-09-04T16:44:31.636Z[ recovery-image] Sep 04 16:44:30.893 INFO O| Sep 04 16:44:30.893 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-09-04T16:44:31.673Z[ recovery-image] Sep 04 16:44:30.931 INFO O| Sep 04 16:44:30.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54952024-09-04T16:44:31.673Z[ recovery-image] Sep 04 16:44:30.931 INFO O| Sep 04 16:44:30.931 INFO STEP 496 (remove_files) COMPLETE
54962024-09-04T16:44:31.673Z[ recovery-image] Sep 04 16:44:30.931 INFO O| Sep 04 16:44:30.931 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-09-04T16:44:31.715Z[ recovery-image] Sep 04 16:44:30.972 INFO O| Sep 04 16:44:30.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54982024-09-04T16:44:31.715Z[ recovery-image] Sep 04 16:44:30.972 INFO O| Sep 04 16:44:30.972 INFO STEP 497 (remove_files) COMPLETE
54992024-09-04T16:44:31.715Z[ recovery-image] Sep 04 16:44:30.972 INFO O| Sep 04 16:44:30.972 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-09-04T16:44:31.756Z[ recovery-image] Sep 04 16:44:31.014 INFO O| Sep 04 16:44:31.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55012024-09-04T16:44:31.756Z[ recovery-image] Sep 04 16:44:31.014 INFO O| Sep 04 16:44:31.014 INFO STEP 498 (remove_files) COMPLETE
55022024-09-04T16:44:31.758Z[ recovery-image] Sep 04 16:44:31.014 INFO O| Sep 04 16:44:31.014 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-09-04T16:44:31.793Z[ recovery-image] Sep 04 16:44:31.051 INFO O| Sep 04 16:44:31.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55042024-09-04T16:44:31.793Z[ recovery-image] Sep 04 16:44:31.051 INFO O| Sep 04 16:44:31.051 INFO STEP 499 (remove_files) COMPLETE
55052024-09-04T16:44:31.795Z[ recovery-image] Sep 04 16:44:31.051 INFO O| Sep 04 16:44:31.051 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-09-04T16:44:31.817Z[ recovery-image] Sep 04 16:44:31.075 INFO O| Sep 04 16:44:31.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55072024-09-04T16:44:31.817Z[ recovery-image] Sep 04 16:44:31.075 INFO O| Sep 04 16:44:31.075 INFO STEP 500 (remove_files) COMPLETE
55082024-09-04T16:44:31.817Z[ recovery-image] Sep 04 16:44:31.075 INFO O| Sep 04 16:44:31.075 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-09-04T16:44:31.842Z[ recovery-image] Sep 04 16:44:31.100 INFO O| Sep 04 16:44:31.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55102024-09-04T16:44:31.842Z[ recovery-image] Sep 04 16:44:31.100 INFO O| Sep 04 16:44:31.100 INFO STEP 501 (remove_files) COMPLETE
55112024-09-04T16:44:31.844Z[ recovery-image] Sep 04 16:44:31.100 INFO O| Sep 04 16:44:31.100 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-09-04T16:44:31.867Z[ recovery-image] Sep 04 16:44:31.125 INFO O| Sep 04 16:44:31.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55132024-09-04T16:44:31.867Z[ recovery-image] Sep 04 16:44:31.125 INFO O| Sep 04 16:44:31.125 INFO STEP 502 (remove_files) COMPLETE
55142024-09-04T16:44:31.867Z[ recovery-image] Sep 04 16:44:31.125 INFO O| Sep 04 16:44:31.125 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-09-04T16:44:31.911Z[ recovery-image] Sep 04 16:44:31.169 INFO O| Sep 04 16:44:31.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55162024-09-04T16:44:31.911Z[ recovery-image] Sep 04 16:44:31.169 INFO O| Sep 04 16:44:31.169 INFO STEP 503 (remove_files) COMPLETE
55172024-09-04T16:44:31.911Z[ recovery-image] Sep 04 16:44:31.169 INFO O| Sep 04 16:44:31.169 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-09-04T16:44:32.015Z[ recovery-image] Sep 04 16:44:31.273 INFO O| Sep 04 16:44:31.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55192024-09-04T16:44:32.015Z[ recovery-image] Sep 04 16:44:31.273 INFO O| Sep 04 16:44:31.273 INFO STEP 504 (remove_files) COMPLETE
55202024-09-04T16:44:32.015Z[ recovery-image] Sep 04 16:44:31.273 INFO O| Sep 04 16:44:31.273 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-09-04T16:44:32.039Z[ recovery-image] Sep 04 16:44:31.297 INFO O| Sep 04 16:44:31.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55222024-09-04T16:44:32.039Z[ recovery-image] Sep 04 16:44:31.297 INFO O| Sep 04 16:44:31.297 INFO STEP 505 (remove_files) COMPLETE
55232024-09-04T16:44:32.039Z[ recovery-image] Sep 04 16:44:31.297 INFO O| Sep 04 16:44:31.297 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-09-04T16:44:32.069Z[ recovery-image] Sep 04 16:44:31.327 INFO O| Sep 04 16:44:31.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55252024-09-04T16:44:32.069Z[ recovery-image] Sep 04 16:44:31.327 INFO O| Sep 04 16:44:31.327 INFO STEP 506 (remove_files) COMPLETE
55262024-09-04T16:44:32.071Z[ recovery-image] Sep 04 16:44:31.327 INFO O| Sep 04 16:44:31.327 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-09-04T16:44:32.090Z[ recovery-image] Sep 04 16:44:31.348 INFO O| Sep 04 16:44:31.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55282024-09-04T16:44:32.090Z[ recovery-image] Sep 04 16:44:31.348 INFO O| Sep 04 16:44:31.348 INFO STEP 507 (remove_files) COMPLETE
55292024-09-04T16:44:32.090Z[ recovery-image] Sep 04 16:44:31.348 INFO O| Sep 04 16:44:31.348 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-09-04T16:44:32.116Z[ recovery-image] Sep 04 16:44:31.374 INFO O| Sep 04 16:44:31.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55312024-09-04T16:44:32.116Z[ recovery-image] Sep 04 16:44:31.374 INFO O| Sep 04 16:44:31.374 INFO STEP 508 (remove_files) COMPLETE
55322024-09-04T16:44:32.119Z[ recovery-image] Sep 04 16:44:31.374 INFO O| Sep 04 16:44:31.374 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-09-04T16:44:32.137Z[ recovery-image] Sep 04 16:44:31.395 INFO O| Sep 04 16:44:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55342024-09-04T16:44:32.137Z[ recovery-image] Sep 04 16:44:31.395 INFO O| Sep 04 16:44:31.395 INFO STEP 509 (remove_files) COMPLETE
55352024-09-04T16:44:32.140Z[ recovery-image] Sep 04 16:44:31.395 INFO O| Sep 04 16:44:31.395 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-09-04T16:44:32.157Z[ recovery-image] Sep 04 16:44:31.415 INFO O| Sep 04 16:44:31.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55372024-09-04T16:44:32.157Z[ recovery-image] Sep 04 16:44:31.416 INFO O| Sep 04 16:44:31.416 INFO STEP 510 (remove_files) COMPLETE
55382024-09-04T16:44:32.157Z[ recovery-image] Sep 04 16:44:31.416 INFO O| Sep 04 16:44:31.416 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-09-04T16:44:32.177Z[ recovery-image] Sep 04 16:44:31.435 INFO O| Sep 04 16:44:31.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55402024-09-04T16:44:32.177Z[ recovery-image] Sep 04 16:44:31.435 INFO O| Sep 04 16:44:31.435 INFO STEP 511 (remove_files) COMPLETE
55412024-09-04T16:44:32.177Z[ recovery-image] Sep 04 16:44:31.435 INFO O| Sep 04 16:44:31.435 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-09-04T16:44:32.196Z[ recovery-image] Sep 04 16:44:31.454 INFO O| Sep 04 16:44:31.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55432024-09-04T16:44:32.196Z[ recovery-image] Sep 04 16:44:31.454 INFO O| Sep 04 16:44:31.454 INFO STEP 512 (remove_files) COMPLETE
55442024-09-04T16:44:32.196Z[ recovery-image] Sep 04 16:44:31.454 INFO O| Sep 04 16:44:31.454 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-09-04T16:44:32.236Z[ recovery-image] Sep 04 16:44:31.494 INFO O| Sep 04 16:44:31.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55462024-09-04T16:44:32.236Z[ recovery-image] Sep 04 16:44:31.494 INFO O| Sep 04 16:44:31.494 INFO STEP 513 (remove_files) COMPLETE
55472024-09-04T16:44:32.239Z[ recovery-image] Sep 04 16:44:31.494 INFO O| Sep 04 16:44:31.494 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-09-04T16:44:32.304Z[ host-image] Sep 04 16:44:31.562 INFO O| Sep 04 16:44:31.562 INFO O| Actions: Completed 1361 actions in 0.81 seconds.
55492024-09-04T16:44:32.307Z[ recovery-image] Sep 04 16:44:31.565 INFO O| Sep 04 16:44:31.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55502024-09-04T16:44:32.307Z[ recovery-image] Sep 04 16:44:31.565 INFO O| Sep 04 16:44:31.565 INFO STEP 514 (remove_files) COMPLETE
55512024-09-04T16:44:32.307Z[ recovery-image] Sep 04 16:44:31.565 INFO O| Sep 04 16:44:31.565 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-09-04T16:44:32.329Z[ recovery-image] Sep 04 16:44:31.587 INFO O| Sep 04 16:44:31.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55532024-09-04T16:44:32.329Z[ recovery-image] Sep 04 16:44:31.588 INFO O| Sep 04 16:44:31.588 INFO STEP 515 (remove_files) COMPLETE
55542024-09-04T16:44:32.332Z[ recovery-image] Sep 04 16:44:31.588 INFO O| Sep 04 16:44:31.588 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-09-04T16:44:32.350Z[ recovery-image] Sep 04 16:44:31.608 INFO O| Sep 04 16:44:31.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55562024-09-04T16:44:32.350Z[ recovery-image] Sep 04 16:44:31.608 INFO O| Sep 04 16:44:31.608 INFO STEP 516 (remove_files) COMPLETE
55572024-09-04T16:44:32.352Z[ recovery-image] Sep 04 16:44:31.608 INFO O| Sep 04 16:44:31.608 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-09-04T16:44:32.371Z[ recovery-image] Sep 04 16:44:31.629 INFO O| Sep 04 16:44:31.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55592024-09-04T16:44:32.373Z[ recovery-image] Sep 04 16:44:31.629 INFO O| Sep 04 16:44:31.629 INFO STEP 517 (remove_files) COMPLETE
55602024-09-04T16:44:32.373Z[ recovery-image] Sep 04 16:44:31.629 INFO O| Sep 04 16:44:31.629 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-09-04T16:44:32.400Z[ recovery-image] Sep 04 16:44:31.658 INFO O| Sep 04 16:44:31.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55622024-09-04T16:44:32.400Z[ recovery-image] Sep 04 16:44:31.658 INFO O| Sep 04 16:44:31.658 INFO STEP 518 (remove_files) COMPLETE
55632024-09-04T16:44:32.403Z[ recovery-image] Sep 04 16:44:31.658 INFO O| Sep 04 16:44:31.658 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-09-04T16:44:32.430Z[ recovery-image] Sep 04 16:44:31.688 INFO O| Sep 04 16:44:31.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55652024-09-04T16:44:32.432Z[ recovery-image] Sep 04 16:44:31.688 INFO O| Sep 04 16:44:31.688 INFO STEP 519 (remove_files) COMPLETE
55662024-09-04T16:44:32.432Z[ recovery-image] Sep 04 16:44:31.688 INFO O| Sep 04 16:44:31.688 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-09-04T16:44:32.452Z[ recovery-image] Sep 04 16:44:31.710 INFO O| Sep 04 16:44:31.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55682024-09-04T16:44:32.452Z[ recovery-image] Sep 04 16:44:31.710 INFO O| Sep 04 16:44:31.710 INFO STEP 520 (remove_files) COMPLETE
55692024-09-04T16:44:32.454Z[ recovery-image] Sep 04 16:44:31.710 INFO O| Sep 04 16:44:31.710 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-09-04T16:44:32.475Z[ recovery-image] Sep 04 16:44:31.733 INFO O| Sep 04 16:44:31.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55712024-09-04T16:44:32.475Z[ recovery-image] Sep 04 16:44:31.733 INFO O| Sep 04 16:44:31.733 INFO STEP 521 (remove_files) COMPLETE
55722024-09-04T16:44:32.475Z[ recovery-image] Sep 04 16:44:31.733 INFO O| Sep 04 16:44:31.733 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-09-04T16:44:32.497Z[ recovery-image] Sep 04 16:44:31.755 INFO O| Sep 04 16:44:31.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55742024-09-04T16:44:32.497Z[ recovery-image] Sep 04 16:44:31.755 INFO O| Sep 04 16:44:31.755 INFO STEP 522 (remove_files) COMPLETE
55752024-09-04T16:44:32.497Z[ recovery-image] Sep 04 16:44:31.755 INFO O| Sep 04 16:44:31.755 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-09-04T16:44:32.557Z[ recovery-image] Sep 04 16:44:31.815 INFO O| Sep 04 16:44:31.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55772024-09-04T16:44:32.557Z[ recovery-image] Sep 04 16:44:31.815 INFO O| Sep 04 16:44:31.815 INFO STEP 523 (remove_files) COMPLETE
55782024-09-04T16:44:32.557Z[ recovery-image] Sep 04 16:44:31.815 INFO O| Sep 04 16:44:31.815 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-09-04T16:44:32.584Z[ recovery-image] Sep 04 16:44:31.842 INFO O| Sep 04 16:44:31.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55802024-09-04T16:44:32.605Z[ recovery-image] Sep 04 16:44:31.862 INFO O| Sep 04 16:44:31.862 INFO STEP 524 (remove_files) COMPLETE
55812024-09-04T16:44:32.605Z[ recovery-image] Sep 04 16:44:31.862 INFO O| Sep 04 16:44:31.862 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-09-04T16:44:32.664Z[ recovery-image] Sep 04 16:44:31.922 INFO O| Sep 04 16:44:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55832024-09-04T16:44:32.664Z[ recovery-image] Sep 04 16:44:31.922 INFO O| Sep 04 16:44:31.922 INFO STEP 525 (remove_files) COMPLETE
55842024-09-04T16:44:32.664Z[ recovery-image] Sep 04 16:44:31.922 INFO O| Sep 04 16:44:31.922 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-09-04T16:44:32.695Z[ recovery-image] Sep 04 16:44:31.953 INFO O| Sep 04 16:44:31.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55862024-09-04T16:44:32.698Z[ recovery-image] Sep 04 16:44:31.953 INFO O| Sep 04 16:44:31.953 INFO STEP 526 (remove_files) COMPLETE
55872024-09-04T16:44:32.698Z[ recovery-image] Sep 04 16:44:31.953 INFO O| Sep 04 16:44:31.953 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-09-04T16:44:32.746Z[ host-image] Sep 04 16:44:32.004 INFO O| Sep 04 16:44:32.004 INFO O| Done
55892024-09-04T16:44:32.746Z[ host-image] Sep 04 16:44:32.004 INFO O| Sep 04 16:44:32.004 INFO O| Done
55902024-09-04T16:44:32.749Z[ recovery-image] Sep 04 16:44:32.004 INFO O| Sep 04 16:44:32.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55912024-09-04T16:44:32.749Z[ recovery-image] Sep 04 16:44:32.004 INFO O| Sep 04 16:44:32.004 INFO STEP 527 (remove_files) COMPLETE
55922024-09-04T16:44:32.749Z[ recovery-image] Sep 04 16:44:32.005 INFO O| Sep 04 16:44:32.004 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-09-04T16:44:32.812Z[ recovery-image] Sep 04 16:44:32.070 INFO O| Sep 04 16:44:32.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55942024-09-04T16:44:32.816Z[ recovery-image] Sep 04 16:44:32.070 INFO O| Sep 04 16:44:32.070 INFO STEP 528 (remove_files) COMPLETE
55952024-09-04T16:44:32.816Z[ recovery-image] Sep 04 16:44:32.070 INFO O| Sep 04 16:44:32.070 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-09-04T16:44:32.854Z[ recovery-image] Sep 04 16:44:32.112 INFO O| Sep 04 16:44:32.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55972024-09-04T16:44:32.856Z[ recovery-image] Sep 04 16:44:32.112 INFO O| Sep 04 16:44:32.112 INFO STEP 529 (remove_files) COMPLETE
55982024-09-04T16:44:32.856Z[ recovery-image] Sep 04 16:44:32.112 INFO O| Sep 04 16:44:32.112 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-09-04T16:44:32.877Z[ recovery-image] Sep 04 16:44:32.133 INFO O| Sep 04 16:44:32.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56002024-09-04T16:44:32.877Z[ recovery-image] Sep 04 16:44:32.134 INFO O| Sep 04 16:44:32.133 INFO STEP 530 (remove_files) COMPLETE
56012024-09-04T16:44:32.880Z[ recovery-image] Sep 04 16:44:32.134 INFO O| Sep 04 16:44:32.134 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-09-04T16:44:32.895Z[ recovery-image] Sep 04 16:44:32.153 INFO O| Sep 04 16:44:32.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56032024-09-04T16:44:32.895Z[ recovery-image] Sep 04 16:44:32.153 INFO O| Sep 04 16:44:32.153 INFO STEP 531 (remove_files) COMPLETE
56042024-09-04T16:44:32.895Z[ recovery-image] Sep 04 16:44:32.154 INFO O| Sep 04 16:44:32.153 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-09-04T16:44:32.916Z[ recovery-image] Sep 04 16:44:32.174 INFO O| Sep 04 16:44:32.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56062024-09-04T16:44:32.918Z[ recovery-image] Sep 04 16:44:32.174 INFO O| Sep 04 16:44:32.174 INFO STEP 532 (remove_files) COMPLETE
56072024-09-04T16:44:32.918Z[ recovery-image] Sep 04 16:44:32.174 INFO O| Sep 04 16:44:32.174 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-09-04T16:44:32.954Z[ recovery-image] Sep 04 16:44:32.212 INFO O| Sep 04 16:44:32.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56092024-09-04T16:44:32.954Z[ recovery-image] Sep 04 16:44:32.212 INFO O| Sep 04 16:44:32.212 INFO STEP 533 (remove_files) COMPLETE
56102024-09-04T16:44:32.954Z[ recovery-image] Sep 04 16:44:32.212 INFO O| Sep 04 16:44:32.212 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-09-04T16:44:33.011Z[ recovery-image] Sep 04 16:44:32.269 INFO O| Sep 04 16:44:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56122024-09-04T16:44:33.011Z[ recovery-image] Sep 04 16:44:32.269 INFO O| Sep 04 16:44:32.269 INFO STEP 534 (remove_files) COMPLETE
56132024-09-04T16:44:33.011Z[ recovery-image] Sep 04 16:44:32.269 INFO O| Sep 04 16:44:32.269 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-09-04T16:44:33.073Z[ recovery-image] Sep 04 16:44:32.330 INFO O| Sep 04 16:44:32.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56152024-09-04T16:44:33.073Z[ recovery-image] Sep 04 16:44:32.330 INFO O| Sep 04 16:44:32.330 INFO STEP 535 (remove_files) COMPLETE
56162024-09-04T16:44:33.073Z[ recovery-image] Sep 04 16:44:32.330 INFO O| Sep 04 16:44:32.330 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-09-04T16:44:33.093Z[ recovery-image] Sep 04 16:44:32.350 INFO O| Sep 04 16:44:32.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56182024-09-04T16:44:33.096Z[ recovery-image] Sep 04 16:44:32.350 INFO O| Sep 04 16:44:32.350 INFO STEP 536 (remove_files) COMPLETE
56192024-09-04T16:44:33.096Z[ recovery-image] Sep 04 16:44:32.350 INFO O| Sep 04 16:44:32.350 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-09-04T16:44:33.111Z[ recovery-image] Sep 04 16:44:32.369 INFO O| Sep 04 16:44:32.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56212024-09-04T16:44:33.111Z[ recovery-image] Sep 04 16:44:32.369 INFO O| Sep 04 16:44:32.369 INFO STEP 537 (remove_files) COMPLETE
56222024-09-04T16:44:33.111Z[ recovery-image] Sep 04 16:44:32.369 INFO O| Sep 04 16:44:32.369 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-09-04T16:44:33.141Z[ recovery-image] Sep 04 16:44:32.399 INFO O| Sep 04 16:44:32.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56242024-09-04T16:44:33.148Z[ recovery-image] Sep 04 16:44:32.399 INFO O| Sep 04 16:44:32.399 INFO STEP 538 (remove_files) COMPLETE
56252024-09-04T16:44:33.148Z[ recovery-image] Sep 04 16:44:32.400 INFO O| Sep 04 16:44:32.399 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-09-04T16:44:33.162Z[ recovery-image] Sep 04 16:44:32.420 INFO O| Sep 04 16:44:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56272024-09-04T16:44:33.164Z[ recovery-image] Sep 04 16:44:32.420 INFO O| Sep 04 16:44:32.420 INFO STEP 539 (remove_files) COMPLETE
56282024-09-04T16:44:33.164Z[ recovery-image] Sep 04 16:44:32.420 INFO O| Sep 04 16:44:32.420 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-09-04T16:44:33.183Z[ recovery-image] Sep 04 16:44:32.441 INFO O| Sep 04 16:44:32.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56302024-09-04T16:44:33.186Z[ recovery-image] Sep 04 16:44:32.441 INFO O| Sep 04 16:44:32.441 INFO STEP 540 (remove_files) COMPLETE
56312024-09-04T16:44:33.186Z[ recovery-image] Sep 04 16:44:32.441 INFO O| Sep 04 16:44:32.441 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-09-04T16:44:33.218Z[ recovery-image] Sep 04 16:44:32.476 INFO O| Sep 04 16:44:32.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56332024-09-04T16:44:33.218Z[ recovery-image] Sep 04 16:44:32.476 INFO O| Sep 04 16:44:32.476 INFO STEP 541 (remove_files) COMPLETE
56342024-09-04T16:44:33.221Z[ recovery-image] Sep 04 16:44:32.476 INFO O| Sep 04 16:44:32.476 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-09-04T16:44:33.339Z[ recovery-image] Sep 04 16:44:32.597 INFO O| Sep 04 16:44:32.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56362024-09-04T16:44:33.342Z[ recovery-image] Sep 04 16:44:32.597 INFO O| Sep 04 16:44:32.597 INFO STEP 542 (remove_files) COMPLETE
56372024-09-04T16:44:33.342Z[ recovery-image] Sep 04 16:44:32.597 INFO O| Sep 04 16:44:32.597 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-09-04T16:44:33.383Z[ recovery-image] Sep 04 16:44:32.641 INFO O| Sep 04 16:44:32.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56392024-09-04T16:44:33.383Z[ recovery-image] Sep 04 16:44:32.641 INFO O| Sep 04 16:44:32.641 INFO STEP 543 (remove_files) COMPLETE
56402024-09-04T16:44:33.385Z[ recovery-image] Sep 04 16:44:32.641 INFO O| Sep 04 16:44:32.641 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-09-04T16:44:33.408Z[ recovery-image] Sep 04 16:44:32.665 INFO O| Sep 04 16:44:32.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56422024-09-04T16:44:33.408Z[ recovery-image] Sep 04 16:44:32.665 INFO O| Sep 04 16:44:32.665 INFO STEP 544 (remove_files) COMPLETE
56432024-09-04T16:44:33.408Z[ recovery-image] Sep 04 16:44:32.665 INFO O| Sep 04 16:44:32.665 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-09-04T16:44:33.434Z[ recovery-image] Sep 04 16:44:32.692 INFO O| Sep 04 16:44:32.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56452024-09-04T16:44:33.434Z[ recovery-image] Sep 04 16:44:32.692 INFO O| Sep 04 16:44:32.692 INFO STEP 545 (remove_files) COMPLETE
56462024-09-04T16:44:33.434Z[ recovery-image] Sep 04 16:44:32.692 INFO O| Sep 04 16:44:32.692 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-09-04T16:44:33.465Z[ recovery-image] Sep 04 16:44:32.723 INFO O| Sep 04 16:44:32.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56482024-09-04T16:44:33.469Z[ recovery-image] Sep 04 16:44:32.723 INFO O| Sep 04 16:44:32.723 INFO STEP 546 (remove_files) COMPLETE
56492024-09-04T16:44:33.469Z[ recovery-image] Sep 04 16:44:32.723 INFO O| Sep 04 16:44:32.723 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-09-04T16:44:33.491Z[ recovery-image] Sep 04 16:44:32.748 INFO O| Sep 04 16:44:32.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56512024-09-04T16:44:33.493Z[ recovery-image] Sep 04 16:44:32.749 INFO O| Sep 04 16:44:32.749 INFO STEP 547 (remove_files) COMPLETE
56522024-09-04T16:44:33.493Z[ recovery-image] Sep 04 16:44:32.749 INFO O| Sep 04 16:44:32.749 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-09-04T16:44:33.557Z[ recovery-image] Sep 04 16:44:32.815 INFO O| Sep 04 16:44:32.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56542024-09-04T16:44:33.559Z[ recovery-image] Sep 04 16:44:32.815 INFO O| Sep 04 16:44:32.815 INFO STEP 548 (remove_files) COMPLETE
56552024-09-04T16:44:33.559Z[ recovery-image] Sep 04 16:44:32.815 INFO O| Sep 04 16:44:32.815 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-09-04T16:44:33.585Z[ recovery-image] Sep 04 16:44:32.843 INFO O| Sep 04 16:44:32.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56572024-09-04T16:44:33.585Z[ recovery-image] Sep 04 16:44:32.843 INFO O| Sep 04 16:44:32.843 INFO STEP 549 (remove_files) COMPLETE
56582024-09-04T16:44:33.588Z[ recovery-image] Sep 04 16:44:32.843 INFO O| Sep 04 16:44:32.843 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-09-04T16:44:33.606Z[ recovery-image] Sep 04 16:44:32.864 INFO O| Sep 04 16:44:32.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56602024-09-04T16:44:33.606Z[ recovery-image] Sep 04 16:44:32.864 INFO O| Sep 04 16:44:32.864 INFO STEP 550 (remove_files) COMPLETE
56612024-09-04T16:44:33.606Z[ recovery-image] Sep 04 16:44:32.864 INFO O| Sep 04 16:44:32.864 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-09-04T16:44:33.662Z[ recovery-image] Sep 04 16:44:32.920 INFO O| Sep 04 16:44:32.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56632024-09-04T16:44:33.662Z[ recovery-image] Sep 04 16:44:32.920 INFO O| Sep 04 16:44:32.920 INFO STEP 551 (remove_files) COMPLETE
56642024-09-04T16:44:33.665Z[ recovery-image] Sep 04 16:44:32.920 INFO O| Sep 04 16:44:32.920 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-09-04T16:44:33.700Z[ recovery-image] Sep 04 16:44:32.958 INFO O| Sep 04 16:44:32.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56662024-09-04T16:44:33.700Z[ recovery-image] Sep 04 16:44:32.958 INFO O| Sep 04 16:44:32.958 INFO STEP 552 (remove_files) COMPLETE
56672024-09-04T16:44:33.700Z[ recovery-image] Sep 04 16:44:32.958 INFO O| Sep 04 16:44:32.958 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-09-04T16:44:33.714Z[ host-image] Sep 04 16:44:32.971 INFO O| Sep 04 16:44:32.971 INFO O| Done
56692024-09-04T16:44:33.722Z[ recovery-image] Sep 04 16:44:32.980 INFO O| Sep 04 16:44:32.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56702024-09-04T16:44:33.722Z[ recovery-image] Sep 04 16:44:32.980 INFO O| Sep 04 16:44:32.980 INFO STEP 553 (remove_files) COMPLETE
56712024-09-04T16:44:33.724Z[ recovery-image] Sep 04 16:44:32.980 INFO O| Sep 04 16:44:32.980 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-09-04T16:44:33.749Z[ recovery-image] Sep 04 16:44:33.005 INFO O| Sep 04 16:44:33.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56732024-09-04T16:44:33.749Z[ recovery-image] Sep 04 16:44:33.006 INFO O| Sep 04 16:44:33.006 INFO STEP 554 (remove_files) COMPLETE
56742024-09-04T16:44:33.749Z[ recovery-image] Sep 04 16:44:33.006 INFO O| Sep 04 16:44:33.006 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-09-04T16:44:33.769Z[ recovery-image] Sep 04 16:44:33.026 INFO O| Sep 04 16:44:33.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56762024-09-04T16:44:33.769Z[ recovery-image] Sep 04 16:44:33.026 INFO O| Sep 04 16:44:33.026 INFO STEP 555 (remove_files) COMPLETE
56772024-09-04T16:44:33.772Z[ recovery-image] Sep 04 16:44:33.026 INFO O| Sep 04 16:44:33.026 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-09-04T16:44:33.789Z[ recovery-image] Sep 04 16:44:33.047 INFO O| Sep 04 16:44:33.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56792024-09-04T16:44:33.810Z[ recovery-image] Sep 04 16:44:33.067 INFO O| Sep 04 16:44:33.067 INFO STEP 556 (remove_files) COMPLETE
56802024-09-04T16:44:33.810Z[ recovery-image] Sep 04 16:44:33.067 INFO O| Sep 04 16:44:33.067 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-09-04T16:44:33.870Z[ recovery-image] Sep 04 16:44:33.127 INFO O| Sep 04 16:44:33.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56822024-09-04T16:44:33.870Z[ recovery-image] Sep 04 16:44:33.127 INFO O| Sep 04 16:44:33.127 INFO STEP 557 (remove_files) COMPLETE
56832024-09-04T16:44:33.870Z[ recovery-image] Sep 04 16:44:33.127 INFO O| Sep 04 16:44:33.127 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-09-04T16:44:33.891Z[ recovery-image] Sep 04 16:44:33.149 INFO O| Sep 04 16:44:33.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56852024-09-04T16:44:33.891Z[ recovery-image] Sep 04 16:44:33.149 INFO O| Sep 04 16:44:33.149 INFO STEP 558 (remove_files) COMPLETE
56862024-09-04T16:44:33.891Z[ recovery-image] Sep 04 16:44:33.149 INFO O| Sep 04 16:44:33.149 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-09-04T16:44:33.925Z[ recovery-image] Sep 04 16:44:33.183 INFO O| Sep 04 16:44:33.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56882024-09-04T16:44:33.926Z[ recovery-image] Sep 04 16:44:33.183 INFO O| Sep 04 16:44:33.183 INFO STEP 559 (remove_files) COMPLETE
56892024-09-04T16:44:33.928Z[ recovery-image] Sep 04 16:44:33.183 INFO O| Sep 04 16:44:33.183 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-09-04T16:44:33.974Z[ recovery-image] Sep 04 16:44:33.232 INFO O| Sep 04 16:44:33.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56912024-09-04T16:44:33.998Z[ recovery-image] Sep 04 16:44:33.255 INFO O| Sep 04 16:44:33.255 INFO STEP 560 (remove_files) COMPLETE
56922024-09-04T16:44:33.998Z[ recovery-image] Sep 04 16:44:33.255 INFO O| Sep 04 16:44:33.255 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-09-04T16:44:34.059Z[ recovery-image] Sep 04 16:44:33.317 INFO O| Sep 04 16:44:33.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56942024-09-04T16:44:34.059Z[ recovery-image] Sep 04 16:44:33.317 INFO O| Sep 04 16:44:33.317 INFO STEP 561 (remove_files) COMPLETE
56952024-09-04T16:44:34.059Z[ recovery-image] Sep 04 16:44:33.317 INFO O| Sep 04 16:44:33.317 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-09-04T16:44:34.080Z[ recovery-image] Sep 04 16:44:33.338 INFO O| Sep 04 16:44:33.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56972024-09-04T16:44:34.080Z[ recovery-image] Sep 04 16:44:33.338 INFO O| Sep 04 16:44:33.338 INFO STEP 562 (remove_files) COMPLETE
56982024-09-04T16:44:34.080Z[ recovery-image] Sep 04 16:44:33.338 INFO O| Sep 04 16:44:33.338 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-09-04T16:44:34.120Z[ recovery-image] Sep 04 16:44:33.378 INFO O| Sep 04 16:44:33.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57002024-09-04T16:44:34.120Z[ recovery-image] Sep 04 16:44:33.378 INFO O| Sep 04 16:44:33.378 INFO STEP 563 (remove_files) COMPLETE
57012024-09-04T16:44:34.120Z[ recovery-image] Sep 04 16:44:33.378 INFO O| Sep 04 16:44:33.378 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-09-04T16:44:34.142Z[ recovery-image] Sep 04 16:44:33.400 INFO O| Sep 04 16:44:33.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57032024-09-04T16:44:34.142Z[ recovery-image] Sep 04 16:44:33.400 INFO O| Sep 04 16:44:33.400 INFO STEP 564 (remove_files) COMPLETE
57042024-09-04T16:44:34.144Z[ recovery-image] Sep 04 16:44:33.400 INFO O| Sep 04 16:44:33.400 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-09-04T16:44:34.162Z[ recovery-image] Sep 04 16:44:33.419 INFO O| Sep 04 16:44:33.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57062024-09-04T16:44:34.162Z[ recovery-image] Sep 04 16:44:33.419 INFO O| Sep 04 16:44:33.419 INFO STEP 565 (remove_files) COMPLETE
57072024-09-04T16:44:34.162Z[ recovery-image] Sep 04 16:44:33.419 INFO O| Sep 04 16:44:33.419 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-09-04T16:44:34.188Z[ recovery-image] Sep 04 16:44:33.445 INFO O| Sep 04 16:44:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57092024-09-04T16:44:34.188Z[ recovery-image] Sep 04 16:44:33.445 INFO O| Sep 04 16:44:33.445 INFO STEP 566 (remove_files) COMPLETE
57102024-09-04T16:44:34.188Z[ recovery-image] Sep 04 16:44:33.445 INFO O| Sep 04 16:44:33.445 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-09-04T16:44:34.221Z[ recovery-image] Sep 04 16:44:33.478 INFO O| Sep 04 16:44:33.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57122024-09-04T16:44:34.223Z[ recovery-image] Sep 04 16:44:33.478 INFO O| Sep 04 16:44:33.478 INFO STEP 567 (remove_files) COMPLETE
57132024-09-04T16:44:34.223Z[ recovery-image] Sep 04 16:44:33.479 INFO O| Sep 04 16:44:33.479 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-09-04T16:44:34.242Z[ recovery-image] Sep 04 16:44:33.500 INFO O| Sep 04 16:44:33.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57152024-09-04T16:44:34.242Z[ recovery-image] Sep 04 16:44:33.500 INFO O| Sep 04 16:44:33.500 INFO STEP 568 (remove_files) COMPLETE
57162024-09-04T16:44:34.245Z[ recovery-image] Sep 04 16:44:33.501 INFO O| Sep 04 16:44:33.500 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-09-04T16:44:34.275Z[ recovery-image] Sep 04 16:44:33.532 INFO O| Sep 04 16:44:33.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57182024-09-04T16:44:34.275Z[ recovery-image] Sep 04 16:44:33.532 INFO O| Sep 04 16:44:33.532 INFO STEP 569 (remove_files) COMPLETE
57192024-09-04T16:44:34.277Z[ recovery-image] Sep 04 16:44:33.533 INFO O| Sep 04 16:44:33.532 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-09-04T16:44:34.296Z[ recovery-image] Sep 04 16:44:33.554 INFO O| Sep 04 16:44:33.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57212024-09-04T16:44:34.299Z[ recovery-image] Sep 04 16:44:33.554 INFO O| Sep 04 16:44:33.554 INFO STEP 570 (remove_files) COMPLETE
57222024-09-04T16:44:34.300Z[ recovery-image] Sep 04 16:44:33.554 INFO O| Sep 04 16:44:33.554 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-09-04T16:44:34.327Z[ recovery-image] Sep 04 16:44:33.584 INFO O| Sep 04 16:44:33.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57242024-09-04T16:44:34.327Z[ recovery-image] Sep 04 16:44:33.584 INFO O| Sep 04 16:44:33.584 INFO STEP 571 (remove_files) COMPLETE
57252024-09-04T16:44:34.329Z[ recovery-image] Sep 04 16:44:33.584 INFO O| Sep 04 16:44:33.584 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-09-04T16:44:34.347Z[ recovery-image] Sep 04 16:44:33.605 INFO O| Sep 04 16:44:33.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57272024-09-04T16:44:34.347Z[ recovery-image] Sep 04 16:44:33.605 INFO O| Sep 04 16:44:33.605 INFO STEP 572 (remove_files) COMPLETE
57282024-09-04T16:44:34.350Z[ recovery-image] Sep 04 16:44:33.605 INFO O| Sep 04 16:44:33.605 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-09-04T16:44:34.377Z[ recovery-image] Sep 04 16:44:33.634 INFO O| Sep 04 16:44:33.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57302024-09-04T16:44:34.377Z[ recovery-image] Sep 04 16:44:33.635 INFO O| Sep 04 16:44:33.635 INFO STEP 573 (remove_files) COMPLETE
57312024-09-04T16:44:34.377Z[ recovery-image] Sep 04 16:44:33.635 INFO O| Sep 04 16:44:33.635 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-09-04T16:44:34.418Z[ recovery-image] Sep 04 16:44:33.674 INFO O| Sep 04 16:44:33.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57332024-09-04T16:44:34.418Z[ recovery-image] Sep 04 16:44:33.674 INFO O| Sep 04 16:44:33.674 INFO STEP 574 (remove_files) COMPLETE
57342024-09-04T16:44:34.418Z[ recovery-image] Sep 04 16:44:33.674 INFO O| Sep 04 16:44:33.674 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-09-04T16:44:34.467Z[ recovery-image] Sep 04 16:44:33.725 INFO O| Sep 04 16:44:33.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57362024-09-04T16:44:34.470Z[ recovery-image] Sep 04 16:44:33.725 INFO O| Sep 04 16:44:33.725 INFO STEP 575 (remove_files) COMPLETE
57372024-09-04T16:44:34.470Z[ recovery-image] Sep 04 16:44:33.725 INFO O| Sep 04 16:44:33.725 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-09-04T16:44:34.489Z[ recovery-image] Sep 04 16:44:33.747 INFO O| Sep 04 16:44:33.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57392024-09-04T16:44:34.491Z[ recovery-image] Sep 04 16:44:33.747 INFO O| Sep 04 16:44:33.747 INFO STEP 576 (remove_files) COMPLETE
57402024-09-04T16:44:34.491Z[ recovery-image] Sep 04 16:44:33.747 INFO O| Sep 04 16:44:33.747 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-09-04T16:44:34.510Z[ recovery-image] Sep 04 16:44:33.768 INFO O| Sep 04 16:44:33.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57422024-09-04T16:44:34.512Z[ recovery-image] Sep 04 16:44:33.768 INFO O| Sep 04 16:44:33.768 INFO STEP 577 (remove_files) COMPLETE
57432024-09-04T16:44:34.512Z[ recovery-image] Sep 04 16:44:33.768 INFO O| Sep 04 16:44:33.768 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-09-04T16:44:34.547Z[ recovery-image] Sep 04 16:44:33.805 INFO O| Sep 04 16:44:33.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57452024-09-04T16:44:34.550Z[ recovery-image] Sep 04 16:44:33.805 INFO O| Sep 04 16:44:33.805 INFO STEP 578 (remove_files) COMPLETE
57462024-09-04T16:44:34.550Z[ recovery-image] Sep 04 16:44:33.805 INFO O| Sep 04 16:44:33.805 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-09-04T16:44:34.570Z[ recovery-image] Sep 04 16:44:33.828 INFO O| Sep 04 16:44:33.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57482024-09-04T16:44:34.573Z[ recovery-image] Sep 04 16:44:33.828 INFO O| Sep 04 16:44:33.828 INFO STEP 579 (remove_files) COMPLETE
57492024-09-04T16:44:34.573Z[ recovery-image] Sep 04 16:44:33.829 INFO O| Sep 04 16:44:33.828 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-09-04T16:44:34.593Z[ recovery-image] Sep 04 16:44:33.850 INFO O| Sep 04 16:44:33.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57512024-09-04T16:44:34.595Z[ recovery-image] Sep 04 16:44:33.851 INFO O| Sep 04 16:44:33.851 INFO STEP 580 (remove_files) COMPLETE
57522024-09-04T16:44:34.595Z[ recovery-image] Sep 04 16:44:33.851 INFO O| Sep 04 16:44:33.851 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-09-04T16:44:34.618Z[ recovery-image] Sep 04 16:44:33.876 INFO O| Sep 04 16:44:33.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57542024-09-04T16:44:34.621Z[ recovery-image] Sep 04 16:44:33.876 INFO O| Sep 04 16:44:33.876 INFO STEP 581 (remove_files) COMPLETE
57552024-09-04T16:44:34.621Z[ recovery-image] Sep 04 16:44:33.877 INFO O| Sep 04 16:44:33.877 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-09-04T16:44:34.644Z[ recovery-image] Sep 04 16:44:33.901 INFO O| Sep 04 16:44:33.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57572024-09-04T16:44:34.646Z[ recovery-image] Sep 04 16:44:33.902 INFO O| Sep 04 16:44:33.902 INFO STEP 582 (remove_files) COMPLETE
57582024-09-04T16:44:34.646Z[ recovery-image] Sep 04 16:44:33.902 INFO O| Sep 04 16:44:33.902 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-09-04T16:44:34.669Z[ recovery-image] Sep 04 16:44:33.927 INFO O| Sep 04 16:44:33.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57602024-09-04T16:44:34.672Z[ recovery-image] Sep 04 16:44:33.927 INFO O| Sep 04 16:44:33.927 INFO STEP 583 (remove_files) COMPLETE
57612024-09-04T16:44:34.672Z[ recovery-image] Sep 04 16:44:33.927 INFO O| Sep 04 16:44:33.927 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-09-04T16:44:34.696Z[ recovery-image] Sep 04 16:44:33.953 INFO O| Sep 04 16:44:33.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57632024-09-04T16:44:34.698Z[ recovery-image] Sep 04 16:44:33.954 INFO O| Sep 04 16:44:33.953 INFO STEP 584 (remove_files) COMPLETE
57642024-09-04T16:44:34.698Z[ recovery-image] Sep 04 16:44:33.954 INFO O| Sep 04 16:44:33.954 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-09-04T16:44:34.722Z[ recovery-image] Sep 04 16:44:33.979 INFO O| Sep 04 16:44:33.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57662024-09-04T16:44:34.724Z[ recovery-image] Sep 04 16:44:33.980 INFO O| Sep 04 16:44:33.980 INFO STEP 585 (remove_files) COMPLETE
57672024-09-04T16:44:34.724Z[ recovery-image] Sep 04 16:44:33.980 INFO O| Sep 04 16:44:33.980 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-09-04T16:44:34.777Z[ recovery-image] Sep 04 16:44:34.034 INFO O| Sep 04 16:44:34.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57692024-09-04T16:44:34.777Z[ recovery-image] Sep 04 16:44:34.034 INFO O| Sep 04 16:44:34.034 INFO STEP 586 (remove_files) COMPLETE
57702024-09-04T16:44:34.780Z[ recovery-image] Sep 04 16:44:34.034 INFO O| Sep 04 16:44:34.034 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-09-04T16:44:34.799Z[ recovery-image] Sep 04 16:44:34.057 INFO O| Sep 04 16:44:34.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57722024-09-04T16:44:34.799Z[ recovery-image] Sep 04 16:44:34.057 INFO O| Sep 04 16:44:34.057 INFO STEP 587 (remove_files) COMPLETE
57732024-09-04T16:44:34.802Z[ recovery-image] Sep 04 16:44:34.057 INFO O| Sep 04 16:44:34.057 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-09-04T16:44:34.836Z[ recovery-image] Sep 04 16:44:34.093 INFO O| Sep 04 16:44:34.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57752024-09-04T16:44:34.836Z[ recovery-image] Sep 04 16:44:34.093 INFO O| Sep 04 16:44:34.093 INFO STEP 588 (remove_files) COMPLETE
57762024-09-04T16:44:34.836Z[ recovery-image] Sep 04 16:44:34.093 INFO O| Sep 04 16:44:34.093 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-09-04T16:44:34.858Z[ recovery-image] Sep 04 16:44:34.115 INFO O| Sep 04 16:44:34.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57782024-09-04T16:44:34.858Z[ recovery-image] Sep 04 16:44:34.115 INFO O| Sep 04 16:44:34.115 INFO STEP 589 (remove_files) COMPLETE
57792024-09-04T16:44:34.860Z[ recovery-image] Sep 04 16:44:34.116 INFO O| Sep 04 16:44:34.115 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-09-04T16:44:34.898Z[ recovery-image] Sep 04 16:44:34.155 INFO O| Sep 04 16:44:34.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57812024-09-04T16:44:34.901Z[ recovery-image] Sep 04 16:44:34.155 INFO O| Sep 04 16:44:34.155 INFO STEP 590 (remove_files) COMPLETE
57822024-09-04T16:44:34.901Z[ recovery-image] Sep 04 16:44:34.155 INFO O| Sep 04 16:44:34.155 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-09-04T16:44:34.953Z[ recovery-image] Sep 04 16:44:34.211 INFO O| Sep 04 16:44:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57842024-09-04T16:44:34.953Z[ recovery-image] Sep 04 16:44:34.211 INFO O| Sep 04 16:44:34.211 INFO STEP 591 (remove_files) COMPLETE
57852024-09-04T16:44:34.953Z[ recovery-image] Sep 04 16:44:34.211 INFO O| Sep 04 16:44:34.211 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-09-04T16:44:34.985Z[ recovery-image] Sep 04 16:44:34.242 INFO O| Sep 04 16:44:34.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57872024-09-04T16:44:34.985Z[ recovery-image] Sep 04 16:44:34.242 INFO O| Sep 04 16:44:34.242 INFO STEP 592 (remove_files) COMPLETE
57882024-09-04T16:44:34.985Z[ recovery-image] Sep 04 16:44:34.242 INFO O| Sep 04 16:44:34.242 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-09-04T16:44:35.005Z[ recovery-image] Sep 04 16:44:34.263 INFO O| Sep 04 16:44:34.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57902024-09-04T16:44:35.005Z[ recovery-image] Sep 04 16:44:34.263 INFO O| Sep 04 16:44:34.263 INFO STEP 593 (remove_files) COMPLETE
57912024-09-04T16:44:35.008Z[ recovery-image] Sep 04 16:44:34.263 INFO O| Sep 04 16:44:34.263 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-09-04T16:44:35.072Z[ recovery-image] Sep 04 16:44:34.329 INFO O| Sep 04 16:44:34.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57932024-09-04T16:44:35.072Z[ recovery-image] Sep 04 16:44:34.329 INFO O| Sep 04 16:44:34.329 INFO STEP 594 (remove_files) COMPLETE
57942024-09-04T16:44:35.074Z[ recovery-image] Sep 04 16:44:34.329 INFO O| Sep 04 16:44:34.329 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-09-04T16:44:35.115Z[ recovery-image] Sep 04 16:44:34.372 INFO O| Sep 04 16:44:34.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57962024-09-04T16:44:35.115Z[ recovery-image] Sep 04 16:44:34.372 INFO O| Sep 04 16:44:34.372 INFO STEP 595 (remove_files) COMPLETE
57972024-09-04T16:44:35.115Z[ recovery-image] Sep 04 16:44:34.372 INFO O| Sep 04 16:44:34.372 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-09-04T16:44:35.165Z[ recovery-image] Sep 04 16:44:34.422 INFO O| Sep 04 16:44:34.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57992024-09-04T16:44:35.166Z[ recovery-image] Sep 04 16:44:34.422 INFO O| Sep 04 16:44:34.422 INFO STEP 596 (remove_files) COMPLETE
58002024-09-04T16:44:35.166Z[ recovery-image] Sep 04 16:44:34.422 INFO O| Sep 04 16:44:34.422 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-09-04T16:44:35.187Z[ recovery-image] Sep 04 16:44:34.444 INFO O| Sep 04 16:44:34.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58022024-09-04T16:44:35.187Z[ recovery-image] Sep 04 16:44:34.444 INFO O| Sep 04 16:44:34.444 INFO STEP 597 (remove_files) COMPLETE
58032024-09-04T16:44:35.187Z[ recovery-image] Sep 04 16:44:34.444 INFO O| Sep 04 16:44:34.444 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-09-04T16:44:35.224Z[ recovery-image] Sep 04 16:44:34.481 INFO O| Sep 04 16:44:34.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58052024-09-04T16:44:35.224Z[ recovery-image] Sep 04 16:44:34.481 INFO O| Sep 04 16:44:34.481 INFO STEP 598 (remove_files) COMPLETE
58062024-09-04T16:44:35.224Z[ recovery-image] Sep 04 16:44:34.481 INFO O| Sep 04 16:44:34.481 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-09-04T16:44:35.246Z[ recovery-image] Sep 04 16:44:34.504 INFO O| Sep 04 16:44:34.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58082024-09-04T16:44:35.246Z[ recovery-image] Sep 04 16:44:34.504 INFO O| Sep 04 16:44:34.504 INFO STEP 599 (remove_files) COMPLETE
58092024-09-04T16:44:35.246Z[ recovery-image] Sep 04 16:44:34.504 INFO O| Sep 04 16:44:34.504 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-09-04T16:44:35.274Z[ recovery-image] Sep 04 16:44:34.531 INFO O| Sep 04 16:44:34.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58112024-09-04T16:44:35.276Z[ recovery-image] Sep 04 16:44:34.531 INFO O| Sep 04 16:44:34.531 INFO STEP 600 (remove_files) COMPLETE
58122024-09-04T16:44:35.276Z[ recovery-image] Sep 04 16:44:34.532 INFO O| Sep 04 16:44:34.531 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-09-04T16:44:35.294Z[ recovery-image] Sep 04 16:44:34.551 INFO O| Sep 04 16:44:34.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58142024-09-04T16:44:35.296Z[ recovery-image] Sep 04 16:44:34.552 INFO O| Sep 04 16:44:34.552 INFO STEP 601 (remove_files) COMPLETE
58152024-09-04T16:44:35.296Z[ recovery-image] Sep 04 16:44:34.552 INFO O| Sep 04 16:44:34.552 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-09-04T16:44:35.315Z[ recovery-image] Sep 04 16:44:34.572 INFO O| Sep 04 16:44:34.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58172024-09-04T16:44:35.315Z[ recovery-image] Sep 04 16:44:34.572 INFO O| Sep 04 16:44:34.572 INFO STEP 602 (remove_files) COMPLETE
58182024-09-04T16:44:35.315Z[ recovery-image] Sep 04 16:44:34.572 INFO O| Sep 04 16:44:34.572 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-09-04T16:44:35.345Z[ recovery-image] Sep 04 16:44:34.602 INFO O| Sep 04 16:44:34.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58202024-09-04T16:44:35.347Z[ recovery-image] Sep 04 16:44:34.602 INFO O| Sep 04 16:44:34.602 INFO STEP 603 (remove_files) COMPLETE
58212024-09-04T16:44:35.347Z[ recovery-image] Sep 04 16:44:34.602 INFO O| Sep 04 16:44:34.602 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-09-04T16:44:35.427Z[ recovery-image] Sep 04 16:44:34.684 INFO O| Sep 04 16:44:34.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58232024-09-04T16:44:35.427Z[ recovery-image] Sep 04 16:44:34.684 INFO O| Sep 04 16:44:34.684 INFO STEP 604 (remove_files) COMPLETE
58242024-09-04T16:44:35.427Z[ recovery-image] Sep 04 16:44:34.684 INFO O| Sep 04 16:44:34.684 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-09-04T16:44:35.447Z[ recovery-image] Sep 04 16:44:34.704 INFO O| Sep 04 16:44:34.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58262024-09-04T16:44:35.447Z[ recovery-image] Sep 04 16:44:34.705 INFO O| Sep 04 16:44:34.704 INFO STEP 605 (remove_files) COMPLETE
58272024-09-04T16:44:35.447Z[ recovery-image] Sep 04 16:44:34.705 INFO O| Sep 04 16:44:34.705 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-09-04T16:44:35.466Z[ recovery-image] Sep 04 16:44:34.724 INFO O| Sep 04 16:44:34.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58292024-09-04T16:44:35.466Z[ recovery-image] Sep 04 16:44:34.724 INFO O| Sep 04 16:44:34.724 INFO STEP 606 (remove_files) COMPLETE
58302024-09-04T16:44:35.466Z[ recovery-image] Sep 04 16:44:34.724 INFO O| Sep 04 16:44:34.724 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-09-04T16:44:35.487Z[ recovery-image] Sep 04 16:44:34.744 INFO O| Sep 04 16:44:34.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58322024-09-04T16:44:35.487Z[ recovery-image] Sep 04 16:44:34.744 INFO O| Sep 04 16:44:34.744 INFO STEP 607 (remove_files) COMPLETE
58332024-09-04T16:44:35.487Z[ recovery-image] Sep 04 16:44:34.744 INFO O| Sep 04 16:44:34.744 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-09-04T16:44:35.508Z[ recovery-image] Sep 04 16:44:34.766 INFO O| Sep 04 16:44:34.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58352024-09-04T16:44:35.508Z[ recovery-image] Sep 04 16:44:34.766 INFO O| Sep 04 16:44:34.766 INFO STEP 608 (remove_files) COMPLETE
58362024-09-04T16:44:35.511Z[ recovery-image] Sep 04 16:44:34.766 INFO O| Sep 04 16:44:34.766 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-09-04T16:44:35.535Z[ recovery-image] Sep 04 16:44:34.792 INFO O| Sep 04 16:44:34.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58382024-09-04T16:44:35.535Z[ recovery-image] Sep 04 16:44:34.792 INFO O| Sep 04 16:44:34.792 INFO STEP 609 (remove_files) COMPLETE
58392024-09-04T16:44:35.535Z[ recovery-image] Sep 04 16:44:34.792 INFO O| Sep 04 16:44:34.792 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-09-04T16:44:35.556Z[ recovery-image] Sep 04 16:44:34.813 INFO O| Sep 04 16:44:34.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58412024-09-04T16:44:35.556Z[ recovery-image] Sep 04 16:44:34.813 INFO O| Sep 04 16:44:34.813 INFO STEP 610 (remove_files) COMPLETE
58422024-09-04T16:44:35.556Z[ recovery-image] Sep 04 16:44:34.813 INFO O| Sep 04 16:44:34.813 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-09-04T16:44:35.578Z[ recovery-image] Sep 04 16:44:34.836 INFO O| Sep 04 16:44:34.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58442024-09-04T16:44:35.578Z[ recovery-image] Sep 04 16:44:34.836 INFO O| Sep 04 16:44:34.836 INFO STEP 611 (remove_files) COMPLETE
58452024-09-04T16:44:35.578Z[ recovery-image] Sep 04 16:44:34.836 INFO O| Sep 04 16:44:34.836 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-09-04T16:44:35.615Z[ recovery-image] Sep 04 16:44:34.871 INFO O| Sep 04 16:44:34.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58472024-09-04T16:44:35.615Z[ recovery-image] Sep 04 16:44:34.871 INFO O| Sep 04 16:44:34.871 INFO STEP 612 (remove_files) COMPLETE
58482024-09-04T16:44:35.618Z[ recovery-image] Sep 04 16:44:34.871 INFO O| Sep 04 16:44:34.871 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-09-04T16:44:35.650Z[ recovery-image] Sep 04 16:44:34.907 INFO O| Sep 04 16:44:34.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58502024-09-04T16:44:35.650Z[ recovery-image] Sep 04 16:44:34.908 INFO O| Sep 04 16:44:34.908 INFO STEP 613 (remove_files) COMPLETE
58512024-09-04T16:44:35.650Z[ recovery-image] Sep 04 16:44:34.908 INFO O| Sep 04 16:44:34.908 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-09-04T16:44:35.691Z[ recovery-image] Sep 04 16:44:34.949 INFO O| Sep 04 16:44:34.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58532024-09-04T16:44:35.691Z[ recovery-image] Sep 04 16:44:34.949 INFO O| Sep 04 16:44:34.949 INFO STEP 614 (remove_files) COMPLETE
58542024-09-04T16:44:35.694Z[ recovery-image] Sep 04 16:44:34.949 INFO O| Sep 04 16:44:34.949 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-09-04T16:44:35.746Z[ recovery-image] Sep 04 16:44:35.004 INFO O| Sep 04 16:44:35.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58562024-09-04T16:44:35.749Z[ recovery-image] Sep 04 16:44:35.007 INFO O| Sep 04 16:44:35.007 INFO STEP 615 (remove_files) COMPLETE
58572024-09-04T16:44:35.749Z[ recovery-image] Sep 04 16:44:35.007 INFO O| Sep 04 16:44:35.007 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-09-04T16:44:35.788Z[ recovery-image] Sep 04 16:44:35.046 INFO O| Sep 04 16:44:35.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58592024-09-04T16:44:35.788Z[ recovery-image] Sep 04 16:44:35.046 INFO O| Sep 04 16:44:35.046 INFO STEP 616 (remove_files) COMPLETE
58602024-09-04T16:44:35.797Z[ recovery-image] Sep 04 16:44:35.046 INFO O| Sep 04 16:44:35.046 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-09-04T16:44:35.826Z[ recovery-image] Sep 04 16:44:35.084 INFO O| Sep 04 16:44:35.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58622024-09-04T16:44:35.826Z[ recovery-image] Sep 04 16:44:35.084 INFO O| Sep 04 16:44:35.084 INFO STEP 617 (remove_files) COMPLETE
58632024-09-04T16:44:35.826Z[ recovery-image] Sep 04 16:44:35.084 INFO O| Sep 04 16:44:35.084 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-09-04T16:44:35.847Z[ recovery-image] Sep 04 16:44:35.105 INFO O| Sep 04 16:44:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58652024-09-04T16:44:35.847Z[ recovery-image] Sep 04 16:44:35.105 INFO O| Sep 04 16:44:35.105 INFO STEP 618 (remove_files) COMPLETE
58662024-09-04T16:44:35.851Z[ recovery-image] Sep 04 16:44:35.105 INFO O| Sep 04 16:44:35.105 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-09-04T16:44:35.880Z[ recovery-image] Sep 04 16:44:35.137 INFO O| Sep 04 16:44:35.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58682024-09-04T16:44:35.882Z[ recovery-image] Sep 04 16:44:35.138 INFO O| Sep 04 16:44:35.138 INFO STEP 619 (remove_files) COMPLETE
58692024-09-04T16:44:35.882Z[ recovery-image] Sep 04 16:44:35.138 INFO O| Sep 04 16:44:35.138 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-04T16:44:35.979Z[ recovery-image] Sep 04 16:44:35.236 INFO O| Sep 04 16:44:35.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58712024-09-04T16:44:35.981Z[ recovery-image] Sep 04 16:44:35.236 INFO O| Sep 04 16:44:35.236 INFO STEP 620 (remove_files) COMPLETE
58722024-09-04T16:44:35.981Z[ recovery-image] Sep 04 16:44:35.236 INFO O| Sep 04 16:44:35.236 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-04T16:44:36.001Z[ recovery-image] Sep 04 16:44:35.258 INFO O| Sep 04 16:44:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58742024-09-04T16:44:36.001Z[ recovery-image] Sep 04 16:44:35.258 INFO O| Sep 04 16:44:35.258 INFO STEP 621 (remove_files) COMPLETE
58752024-09-04T16:44:36.001Z[ recovery-image] Sep 04 16:44:35.258 INFO O| Sep 04 16:44:35.258 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-04T16:44:36.086Z[ recovery-image] Sep 04 16:44:35.343 INFO O| Sep 04 16:44:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58772024-09-04T16:44:36.086Z[ recovery-image] Sep 04 16:44:35.343 INFO O| Sep 04 16:44:35.343 INFO STEP 622 (remove_files) COMPLETE
58782024-09-04T16:44:36.086Z[ recovery-image] Sep 04 16:44:35.343 INFO O| Sep 04 16:44:35.343 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-04T16:44:36.110Z[ recovery-image] Sep 04 16:44:35.364 INFO O| Sep 04 16:44:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58802024-09-04T16:44:36.110Z[ recovery-image] Sep 04 16:44:35.364 INFO O| Sep 04 16:44:35.364 INFO STEP 623 (remove_files) COMPLETE
58812024-09-04T16:44:36.110Z[ recovery-image] Sep 04 16:44:35.364 INFO O| Sep 04 16:44:35.364 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-04T16:44:36.160Z[ recovery-image] Sep 04 16:44:35.418 INFO O| Sep 04 16:44:35.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58832024-09-04T16:44:36.160Z[ recovery-image] Sep 04 16:44:35.418 INFO O| Sep 04 16:44:35.418 INFO STEP 624 (remove_files) COMPLETE
58842024-09-04T16:44:36.163Z[ recovery-image] Sep 04 16:44:35.418 INFO O| Sep 04 16:44:35.418 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-04T16:44:36.185Z[ recovery-image] Sep 04 16:44:35.442 INFO O| Sep 04 16:44:35.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58862024-09-04T16:44:36.185Z[ recovery-image] Sep 04 16:44:35.442 INFO O| Sep 04 16:44:35.442 INFO STEP 625 (remove_files) COMPLETE
58872024-09-04T16:44:36.185Z[ recovery-image] Sep 04 16:44:35.442 INFO O| Sep 04 16:44:35.442 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-04T16:44:36.207Z[ recovery-image] Sep 04 16:44:35.465 INFO O| Sep 04 16:44:35.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58892024-09-04T16:44:36.207Z[ recovery-image] Sep 04 16:44:35.465 INFO O| Sep 04 16:44:35.465 INFO STEP 626 (remove_files) COMPLETE
58902024-09-04T16:44:36.207Z[ recovery-image] Sep 04 16:44:35.465 INFO O| Sep 04 16:44:35.465 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-09-04T16:44:36.246Z[ recovery-image] Sep 04 16:44:35.504 INFO O| Sep 04 16:44:35.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58922024-09-04T16:44:36.249Z[ recovery-image] Sep 04 16:44:35.504 INFO O| Sep 04 16:44:35.504 INFO STEP 627 (remove_files) COMPLETE
58932024-09-04T16:44:36.249Z[ recovery-image] Sep 04 16:44:35.504 INFO O| Sep 04 16:44:35.504 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-09-04T16:44:36.271Z[ host-image] Sep 04 16:44:35.528 INFO O| Sep 04 16:44:35.528 INFO O| Done
58952024-09-04T16:44:36.281Z[ recovery-image] Sep 04 16:44:35.538 INFO O| Sep 04 16:44:35.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58962024-09-04T16:44:36.281Z[ recovery-image] Sep 04 16:44:35.538 INFO O| Sep 04 16:44:35.538 INFO STEP 628 (remove_files) COMPLETE
58972024-09-04T16:44:36.284Z[ recovery-image] Sep 04 16:44:35.538 INFO O| Sep 04 16:44:35.538 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-09-04T16:44:36.302Z[ recovery-image] Sep 04 16:44:35.559 INFO O| Sep 04 16:44:35.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58992024-09-04T16:44:36.304Z[ recovery-image] Sep 04 16:44:35.560 INFO O| Sep 04 16:44:35.560 INFO STEP 629 (remove_files) COMPLETE
59002024-09-04T16:44:36.304Z[ recovery-image] Sep 04 16:44:35.560 INFO O| Sep 04 16:44:35.560 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-09-04T16:44:36.324Z[ recovery-image] Sep 04 16:44:35.581 INFO O| Sep 04 16:44:35.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59022024-09-04T16:44:36.326Z[ recovery-image] Sep 04 16:44:35.581 INFO O| Sep 04 16:44:35.581 INFO STEP 630 (remove_files) COMPLETE
59032024-09-04T16:44:36.326Z[ recovery-image] Sep 04 16:44:35.582 INFO O| Sep 04 16:44:35.582 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-09-04T16:44:36.329Z[ host-image] Sep 04 16:44:35.584 INFO O| Sep 04 16:44:35.584 INFO O| Done
59052024-09-04T16:44:36.329Z[ host-image] Sep 04 16:44:35.585 INFO O| Sep 04 16:44:35.585 INFO O| Done
59062024-09-04T16:44:36.344Z[ recovery-image] Sep 04 16:44:35.602 INFO O| Sep 04 16:44:35.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59072024-09-04T16:44:36.346Z[ recovery-image] Sep 04 16:44:35.602 INFO O| Sep 04 16:44:35.602 INFO STEP 631 (remove_files) COMPLETE
59082024-09-04T16:44:36.346Z[ recovery-image] Sep 04 16:44:35.602 INFO O| Sep 04 16:44:35.602 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-04T16:44:36.366Z[ recovery-image] Sep 04 16:44:35.623 INFO O| Sep 04 16:44:35.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59102024-09-04T16:44:36.366Z[ recovery-image] Sep 04 16:44:35.624 INFO O| Sep 04 16:44:35.624 INFO STEP 632 (remove_files) COMPLETE
59112024-09-04T16:44:36.369Z[ recovery-image] Sep 04 16:44:35.624 INFO O| Sep 04 16:44:35.624 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-04T16:44:36.392Z[ recovery-image] Sep 04 16:44:35.649 INFO O| Sep 04 16:44:35.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59132024-09-04T16:44:36.392Z[ recovery-image] Sep 04 16:44:35.649 INFO O| Sep 04 16:44:35.649 INFO STEP 633 (remove_files) COMPLETE
59142024-09-04T16:44:36.394Z[ recovery-image] Sep 04 16:44:35.649 INFO O| Sep 04 16:44:35.649 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-04T16:44:36.409Z[ host-image] Sep 04 16:44:35.667 INFO O| Sep 04 16:44:35.667 INFO O| Done
59162024-09-04T16:44:36.452Z[ recovery-image] Sep 04 16:44:35.710 INFO O| Sep 04 16:44:35.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59172024-09-04T16:44:36.452Z[ recovery-image] Sep 04 16:44:35.710 INFO O| Sep 04 16:44:35.710 INFO STEP 634 (remove_files) COMPLETE
59182024-09-04T16:44:36.452Z[ recovery-image] Sep 04 16:44:35.710 INFO O| Sep 04 16:44:35.710 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-09-04T16:44:36.474Z[ recovery-image] Sep 04 16:44:35.731 INFO O| Sep 04 16:44:35.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59202024-09-04T16:44:36.474Z[ recovery-image] Sep 04 16:44:35.731 INFO O| Sep 04 16:44:35.731 INFO STEP 635 (remove_files) COMPLETE
59212024-09-04T16:44:36.474Z[ recovery-image] Sep 04 16:44:35.731 INFO O| Sep 04 16:44:35.731 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-09-04T16:44:36.495Z[ recovery-image] Sep 04 16:44:35.752 INFO O| Sep 04 16:44:35.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59232024-09-04T16:44:36.495Z[ recovery-image] Sep 04 16:44:35.753 INFO O| Sep 04 16:44:35.753 INFO STEP 636 (remove_files) COMPLETE
59242024-09-04T16:44:36.497Z[ recovery-image] Sep 04 16:44:35.753 INFO O| Sep 04 16:44:35.753 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-09-04T16:44:36.530Z[ recovery-image] Sep 04 16:44:35.788 INFO O| Sep 04 16:44:35.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59262024-09-04T16:44:36.530Z[ recovery-image] Sep 04 16:44:35.788 INFO O| Sep 04 16:44:35.788 INFO STEP 637 (remove_files) COMPLETE
59272024-09-04T16:44:36.530Z[ recovery-image] Sep 04 16:44:35.788 INFO O| Sep 04 16:44:35.788 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-09-04T16:44:36.560Z[ recovery-image] Sep 04 16:44:35.817 INFO O| Sep 04 16:44:35.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59292024-09-04T16:44:36.560Z[ recovery-image] Sep 04 16:44:35.817 INFO O| Sep 04 16:44:35.817 INFO STEP 638 (remove_files) COMPLETE
59302024-09-04T16:44:36.560Z[ recovery-image] Sep 04 16:44:35.817 INFO O| Sep 04 16:44:35.817 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-09-04T16:44:36.581Z[ recovery-image] Sep 04 16:44:35.838 INFO O| Sep 04 16:44:35.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59322024-09-04T16:44:36.581Z[ recovery-image] Sep 04 16:44:35.838 INFO O| Sep 04 16:44:35.838 INFO STEP 639 (remove_files) COMPLETE
59332024-09-04T16:44:36.581Z[ recovery-image] Sep 04 16:44:35.838 INFO O| Sep 04 16:44:35.838 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-09-04T16:44:36.586Z[ host-image] Sep 04 16:44:35.843 INFO O| Sep 04 16:44:35.843 INFO STEP 13 (pkg_install) COMPLETE
59352024-09-04T16:44:36.586Z[ host-image] Sep 04 16:44:35.844 INFO O| Sep 04 16:44:35.843 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59362024-09-04T16:44:36.607Z[ host-image] Sep 04 16:44:35.864 INFO O| Sep 04 16:44:35.864 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
59372024-09-04T16:44:36.646Z[ recovery-image] Sep 04 16:44:35.903 INFO O| Sep 04 16:44:35.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59382024-09-04T16:44:36.646Z[ recovery-image] Sep 04 16:44:35.903 INFO O| Sep 04 16:44:35.903 INFO STEP 640 (remove_files) COMPLETE
59392024-09-04T16:44:36.646Z[ recovery-image] Sep 04 16:44:35.903 INFO O| Sep 04 16:44:35.903 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-09-04T16:44:36.665Z[ recovery-image] Sep 04 16:44:35.922 INFO O| Sep 04 16:44:35.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59412024-09-04T16:44:36.665Z[ recovery-image] Sep 04 16:44:35.922 INFO O| Sep 04 16:44:35.922 INFO STEP 641 (remove_files) COMPLETE
59422024-09-04T16:44:36.667Z[ recovery-image] Sep 04 16:44:35.922 INFO O| Sep 04 16:44:35.922 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-09-04T16:44:36.689Z[ recovery-image] Sep 04 16:44:35.946 INFO O| Sep 04 16:44:35.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59442024-09-04T16:44:36.691Z[ recovery-image] Sep 04 16:44:35.946 INFO O| Sep 04 16:44:35.946 INFO STEP 642 (remove_files) COMPLETE
59452024-09-04T16:44:36.691Z[ recovery-image] Sep 04 16:44:35.946 INFO O| Sep 04 16:44:35.946 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-09-04T16:44:36.710Z[ recovery-image] Sep 04 16:44:35.968 INFO O| Sep 04 16:44:35.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59472024-09-04T16:44:36.710Z[ recovery-image] Sep 04 16:44:35.968 INFO O| Sep 04 16:44:35.968 INFO STEP 643 (remove_files) COMPLETE
59482024-09-04T16:44:36.713Z[ recovery-image] Sep 04 16:44:35.968 INFO O| Sep 04 16:44:35.968 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-09-04T16:44:36.730Z[ recovery-image] Sep 04 16:44:35.988 INFO O| Sep 04 16:44:35.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59502024-09-04T16:44:36.730Z[ recovery-image] Sep 04 16:44:35.988 INFO O| Sep 04 16:44:35.988 INFO STEP 644 (remove_files) COMPLETE
59512024-09-04T16:44:36.730Z[ recovery-image] Sep 04 16:44:35.988 INFO O| Sep 04 16:44:35.988 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-09-04T16:44:36.751Z[ recovery-image] Sep 04 16:44:36.008 INFO O| Sep 04 16:44:36.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59532024-09-04T16:44:36.751Z[ recovery-image] Sep 04 16:44:36.008 INFO O| Sep 04 16:44:36.008 INFO STEP 645 (remove_files) COMPLETE
59542024-09-04T16:44:36.752Z[ recovery-image] Sep 04 16:44:36.008 INFO O| Sep 04 16:44:36.008 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-09-04T16:44:36.782Z[ recovery-image] Sep 04 16:44:36.039 INFO O| Sep 04 16:44:36.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59562024-09-04T16:44:36.782Z[ recovery-image] Sep 04 16:44:36.039 INFO O| Sep 04 16:44:36.039 INFO STEP 646 (remove_files) COMPLETE
59572024-09-04T16:44:36.785Z[ recovery-image] Sep 04 16:44:36.040 INFO O| Sep 04 16:44:36.039 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-09-04T16:44:36.803Z[ recovery-image] Sep 04 16:44:36.061 INFO O| Sep 04 16:44:36.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59592024-09-04T16:44:36.803Z[ recovery-image] Sep 04 16:44:36.061 INFO O| Sep 04 16:44:36.061 INFO STEP 647 (remove_files) COMPLETE
59602024-09-04T16:44:36.803Z[ recovery-image] Sep 04 16:44:36.061 INFO O| Sep 04 16:44:36.061 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-09-04T16:44:36.846Z[ recovery-image] Sep 04 16:44:36.103 INFO O| Sep 04 16:44:36.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59622024-09-04T16:44:36.850Z[ recovery-image] Sep 04 16:44:36.103 INFO O| Sep 04 16:44:36.103 INFO STEP 648 (remove_files) COMPLETE
59632024-09-04T16:44:36.850Z[ recovery-image] Sep 04 16:44:36.103 INFO O| Sep 04 16:44:36.103 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-09-04T16:44:36.872Z[ recovery-image] Sep 04 16:44:36.129 INFO O| Sep 04 16:44:36.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59652024-09-04T16:44:36.874Z[ recovery-image] Sep 04 16:44:36.129 INFO O| Sep 04 16:44:36.129 INFO STEP 649 (remove_files) COMPLETE
59662024-09-04T16:44:36.874Z[ recovery-image] Sep 04 16:44:36.130 INFO O| Sep 04 16:44:36.130 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-09-04T16:44:36.898Z[ recovery-image] Sep 04 16:44:36.156 INFO O| Sep 04 16:44:36.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59682024-09-04T16:44:36.901Z[ recovery-image] Sep 04 16:44:36.156 INFO O| Sep 04 16:44:36.156 INFO STEP 650 (remove_files) COMPLETE
59692024-09-04T16:44:36.901Z[ recovery-image] Sep 04 16:44:36.156 INFO O| Sep 04 16:44:36.156 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-09-04T16:44:36.923Z[ recovery-image] Sep 04 16:44:36.180 INFO O| Sep 04 16:44:36.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59712024-09-04T16:44:36.943Z[ recovery-image] Sep 04 16:44:36.200 INFO O| Sep 04 16:44:36.200 INFO STEP 651 (remove_files) COMPLETE
59722024-09-04T16:44:36.943Z[ recovery-image] Sep 04 16:44:36.200 INFO O| Sep 04 16:44:36.200 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-09-04T16:44:37.014Z[ recovery-image] Sep 04 16:44:36.271 INFO O| Sep 04 16:44:36.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59742024-09-04T16:44:37.014Z[ recovery-image] Sep 04 16:44:36.271 INFO O| Sep 04 16:44:36.271 INFO STEP 652 (remove_files) COMPLETE
59752024-09-04T16:44:37.016Z[ recovery-image] Sep 04 16:44:36.271 INFO O| Sep 04 16:44:36.271 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-09-04T16:44:37.046Z[ recovery-image] Sep 04 16:44:36.304 INFO O| Sep 04 16:44:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59772024-09-04T16:44:37.046Z[ recovery-image] Sep 04 16:44:36.304 INFO O| Sep 04 16:44:36.304 INFO STEP 653 (remove_files) COMPLETE
59782024-09-04T16:44:37.046Z[ recovery-image] Sep 04 16:44:36.304 INFO O| Sep 04 16:44:36.304 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-09-04T16:44:37.068Z[ recovery-image] Sep 04 16:44:36.324 INFO O| Sep 04 16:44:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59802024-09-04T16:44:37.068Z[ recovery-image] Sep 04 16:44:36.324 INFO O| Sep 04 16:44:36.324 INFO STEP 654 (remove_files) COMPLETE
59812024-09-04T16:44:37.068Z[ recovery-image] Sep 04 16:44:36.324 INFO O| Sep 04 16:44:36.324 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-09-04T16:44:37.097Z[ recovery-image] Sep 04 16:44:36.354 INFO O| Sep 04 16:44:36.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59832024-09-04T16:44:37.097Z[ recovery-image] Sep 04 16:44:36.354 INFO O| Sep 04 16:44:36.354 INFO STEP 655 (remove_files) COMPLETE
59842024-09-04T16:44:37.099Z[ recovery-image] Sep 04 16:44:36.354 INFO O| Sep 04 16:44:36.354 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-09-04T16:44:37.119Z[ recovery-image] Sep 04 16:44:36.376 INFO O| Sep 04 16:44:36.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59862024-09-04T16:44:37.121Z[ recovery-image] Sep 04 16:44:36.376 INFO O| Sep 04 16:44:36.376 INFO STEP 656 (remove_files) COMPLETE
59872024-09-04T16:44:37.121Z[ recovery-image] Sep 04 16:44:36.376 INFO O| Sep 04 16:44:36.376 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-09-04T16:44:37.162Z[ recovery-image] Sep 04 16:44:36.419 INFO O| Sep 04 16:44:36.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59892024-09-04T16:44:37.180Z[ recovery-image] Sep 04 16:44:36.437 INFO O| Sep 04 16:44:36.437 INFO STEP 657 (remove_files) COMPLETE
59902024-09-04T16:44:37.180Z[ recovery-image] Sep 04 16:44:36.437 INFO O| Sep 04 16:44:36.437 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-09-04T16:44:37.259Z[ recovery-image] Sep 04 16:44:36.516 INFO O| Sep 04 16:44:36.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59922024-09-04T16:44:37.259Z[ recovery-image] Sep 04 16:44:36.516 INFO O| Sep 04 16:44:36.516 INFO STEP 658 (remove_files) COMPLETE
59932024-09-04T16:44:37.261Z[ recovery-image] Sep 04 16:44:36.516 INFO O| Sep 04 16:44:36.516 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-09-04T16:44:37.320Z[ recovery-image] Sep 04 16:44:36.577 INFO O| Sep 04 16:44:36.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59952024-09-04T16:44:37.320Z[ recovery-image] Sep 04 16:44:36.577 INFO O| Sep 04 16:44:36.577 INFO STEP 659 (remove_files) COMPLETE
59962024-09-04T16:44:37.322Z[ recovery-image] Sep 04 16:44:36.577 INFO O| Sep 04 16:44:36.577 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-09-04T16:44:37.343Z[ recovery-image] Sep 04 16:44:36.599 INFO O| Sep 04 16:44:36.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59982024-09-04T16:44:37.343Z[ recovery-image] Sep 04 16:44:36.599 INFO O| Sep 04 16:44:36.599 INFO STEP 660 (remove_files) COMPLETE
59992024-09-04T16:44:37.343Z[ recovery-image] Sep 04 16:44:36.599 INFO O| Sep 04 16:44:36.599 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-09-04T16:44:37.364Z[ recovery-image] Sep 04 16:44:36.621 INFO O| Sep 04 16:44:36.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60012024-09-04T16:44:37.364Z[ recovery-image] Sep 04 16:44:36.621 INFO O| Sep 04 16:44:36.621 INFO STEP 661 (remove_files) COMPLETE
60022024-09-04T16:44:37.366Z[ recovery-image] Sep 04 16:44:36.621 INFO O| Sep 04 16:44:36.621 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-09-04T16:44:37.395Z[ recovery-image] Sep 04 16:44:36.652 INFO O| Sep 04 16:44:36.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60042024-09-04T16:44:37.397Z[ recovery-image] Sep 04 16:44:36.652 INFO O| Sep 04 16:44:36.652 INFO STEP 662 (remove_files) COMPLETE
60052024-09-04T16:44:37.397Z[ recovery-image] Sep 04 16:44:36.652 INFO O| Sep 04 16:44:36.652 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-09-04T16:44:37.437Z[ recovery-image] Sep 04 16:44:36.693 INFO O| Sep 04 16:44:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60072024-09-04T16:44:37.437Z[ recovery-image] Sep 04 16:44:36.693 INFO O| Sep 04 16:44:36.693 INFO STEP 663 (remove_files) COMPLETE
60082024-09-04T16:44:37.437Z[ recovery-image] Sep 04 16:44:36.694 INFO O| Sep 04 16:44:36.693 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-09-04T16:44:37.494Z[ recovery-image] Sep 04 16:44:36.751 INFO O| Sep 04 16:44:36.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60102024-09-04T16:44:37.494Z[ recovery-image] Sep 04 16:44:36.752 INFO O| Sep 04 16:44:36.752 INFO STEP 664 (remove_files) COMPLETE
60112024-09-04T16:44:37.494Z[ recovery-image] Sep 04 16:44:36.752 INFO O| Sep 04 16:44:36.752 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-09-04T16:44:37.532Z[ recovery-image] Sep 04 16:44:36.789 INFO O| Sep 04 16:44:36.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60132024-09-04T16:44:37.532Z[ recovery-image] Sep 04 16:44:36.789 INFO O| Sep 04 16:44:36.789 INFO STEP 665 (remove_files) COMPLETE
60142024-09-04T16:44:37.532Z[ recovery-image] Sep 04 16:44:36.789 INFO O| Sep 04 16:44:36.789 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-09-04T16:44:37.557Z[ recovery-image] Sep 04 16:44:36.814 INFO O| Sep 04 16:44:36.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60162024-09-04T16:44:37.557Z[ recovery-image] Sep 04 16:44:36.814 INFO O| Sep 04 16:44:36.814 INFO STEP 666 (remove_files) COMPLETE
60172024-09-04T16:44:37.557Z[ recovery-image] Sep 04 16:44:36.814 INFO O| Sep 04 16:44:36.814 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-09-04T16:44:37.579Z[ recovery-image] Sep 04 16:44:36.836 INFO O| Sep 04 16:44:36.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60192024-09-04T16:44:37.579Z[ recovery-image] Sep 04 16:44:36.836 INFO O| Sep 04 16:44:36.836 INFO STEP 667 (remove_files) COMPLETE
60202024-09-04T16:44:37.582Z[ recovery-image] Sep 04 16:44:36.836 INFO O| Sep 04 16:44:36.836 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-09-04T16:44:37.593Z[ host-image] Sep 04 16:44:36.850 INFO O| Sep 04 16:44:36.850 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60222024-09-04T16:44:37.599Z[ recovery-image] Sep 04 16:44:36.856 INFO O| Sep 04 16:44:36.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60232024-09-04T16:44:37.599Z[ recovery-image] Sep 04 16:44:36.856 INFO O| Sep 04 16:44:36.856 INFO STEP 668 (remove_files) COMPLETE
60242024-09-04T16:44:37.599Z[ recovery-image] Sep 04 16:44:36.856 INFO O| Sep 04 16:44:36.856 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-09-04T16:44:37.619Z[ recovery-image] Sep 04 16:44:36.876 INFO O| Sep 04 16:44:36.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60262024-09-04T16:44:37.619Z[ recovery-image] Sep 04 16:44:36.876 INFO O| Sep 04 16:44:36.876 INFO STEP 669 (remove_files) COMPLETE
60272024-09-04T16:44:37.621Z[ recovery-image] Sep 04 16:44:36.877 INFO O| Sep 04 16:44:36.876 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-09-04T16:44:37.640Z[ recovery-image] Sep 04 16:44:36.897 INFO O| Sep 04 16:44:36.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60292024-09-04T16:44:37.640Z[ recovery-image] Sep 04 16:44:36.897 INFO O| Sep 04 16:44:36.897 INFO STEP 670 (remove_files) COMPLETE
60302024-09-04T16:44:37.640Z[ recovery-image] Sep 04 16:44:36.897 INFO O| Sep 04 16:44:36.897 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-04T16:44:37.660Z[ recovery-image] Sep 04 16:44:36.918 INFO O| Sep 04 16:44:36.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60322024-09-04T16:44:37.660Z[ recovery-image] Sep 04 16:44:36.918 INFO O| Sep 04 16:44:36.918 INFO STEP 671 (remove_files) COMPLETE
60332024-09-04T16:44:37.663Z[ recovery-image] Sep 04 16:44:36.918 INFO O| Sep 04 16:44:36.918 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-04T16:44:37.682Z[ recovery-image] Sep 04 16:44:36.939 INFO O| Sep 04 16:44:36.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60352024-09-04T16:44:37.682Z[ recovery-image] Sep 04 16:44:36.939 INFO O| Sep 04 16:44:36.939 INFO STEP 672 (remove_files) COMPLETE
60362024-09-04T16:44:37.682Z[ recovery-image] Sep 04 16:44:36.939 INFO O| Sep 04 16:44:36.939 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-04T16:44:37.719Z[ recovery-image] Sep 04 16:44:36.976 INFO O| Sep 04 16:44:36.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60382024-09-04T16:44:37.719Z[ recovery-image] Sep 04 16:44:36.976 INFO O| Sep 04 16:44:36.976 INFO STEP 673 (remove_files) COMPLETE
60392024-09-04T16:44:37.719Z[ recovery-image] Sep 04 16:44:36.976 INFO O| Sep 04 16:44:36.976 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-04T16:44:37.741Z[ recovery-image] Sep 04 16:44:36.998 INFO O| Sep 04 16:44:36.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60412024-09-04T16:44:37.741Z[ recovery-image] Sep 04 16:44:36.998 INFO O| Sep 04 16:44:36.998 INFO STEP 674 (remove_files) COMPLETE
60422024-09-04T16:44:37.741Z[ recovery-image] Sep 04 16:44:36.998 INFO O| Sep 04 16:44:36.998 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-04T16:44:37.767Z[ recovery-image] Sep 04 16:44:37.024 INFO O| Sep 04 16:44:37.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60442024-09-04T16:44:37.769Z[ recovery-image] Sep 04 16:44:37.025 INFO O| Sep 04 16:44:37.025 INFO STEP 675 (remove_files) COMPLETE
60452024-09-04T16:44:37.769Z[ recovery-image] Sep 04 16:44:37.025 INFO O| Sep 04 16:44:37.025 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-04T16:44:37.793Z[ recovery-image] Sep 04 16:44:37.049 INFO O| Sep 04 16:44:37.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60472024-09-04T16:44:37.793Z[ recovery-image] Sep 04 16:44:37.050 INFO O| Sep 04 16:44:37.049 INFO STEP 676 (remove_files) COMPLETE
60482024-09-04T16:44:37.796Z[ recovery-image] Sep 04 16:44:37.050 INFO O| Sep 04 16:44:37.050 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-04T16:44:37.814Z[ recovery-image] Sep 04 16:44:37.072 INFO O| Sep 04 16:44:37.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60502024-09-04T16:44:37.814Z[ recovery-image] Sep 04 16:44:37.072 INFO O| Sep 04 16:44:37.072 INFO STEP 677 (remove_files) COMPLETE
60512024-09-04T16:44:37.816Z[ recovery-image] Sep 04 16:44:37.072 INFO O| Sep 04 16:44:37.072 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-04T16:44:37.834Z[ recovery-image] Sep 04 16:44:37.091 INFO O| Sep 04 16:44:37.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60532024-09-04T16:44:37.834Z[ recovery-image] Sep 04 16:44:37.091 INFO O| Sep 04 16:44:37.091 INFO STEP 678 (remove_files) COMPLETE
60542024-09-04T16:44:37.834Z[ recovery-image] Sep 04 16:44:37.091 INFO O| Sep 04 16:44:37.091 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-04T16:44:37.924Z[ recovery-image] Sep 04 16:44:37.181 INFO O| Sep 04 16:44:37.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60562024-09-04T16:44:37.924Z[ recovery-image] Sep 04 16:44:37.181 INFO O| Sep 04 16:44:37.181 INFO STEP 679 (remove_files) COMPLETE
60572024-09-04T16:44:37.924Z[ recovery-image] Sep 04 16:44:37.181 INFO O| Sep 04 16:44:37.181 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-04T16:44:37.948Z[ recovery-image] Sep 04 16:44:37.205 INFO O| Sep 04 16:44:37.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60592024-09-04T16:44:37.948Z[ recovery-image] Sep 04 16:44:37.205 INFO O| Sep 04 16:44:37.205 INFO STEP 680 (remove_files) COMPLETE
60602024-09-04T16:44:37.948Z[ recovery-image] Sep 04 16:44:37.205 INFO O| Sep 04 16:44:37.205 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-04T16:44:37.983Z[ recovery-image] Sep 04 16:44:37.241 INFO O| Sep 04 16:44:37.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60622024-09-04T16:44:37.983Z[ recovery-image] Sep 04 16:44:37.241 INFO O| Sep 04 16:44:37.241 INFO STEP 681 (remove_files) COMPLETE
60632024-09-04T16:44:37.983Z[ recovery-image] Sep 04 16:44:37.241 INFO O| Sep 04 16:44:37.241 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-04T16:44:38.043Z[ recovery-image] Sep 04 16:44:37.300 INFO O| Sep 04 16:44:37.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60652024-09-04T16:44:38.043Z[ recovery-image] Sep 04 16:44:37.300 INFO O| Sep 04 16:44:37.300 INFO STEP 682 (remove_files) COMPLETE
60662024-09-04T16:44:38.043Z[ recovery-image] Sep 04 16:44:37.300 INFO O| Sep 04 16:44:37.300 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-04T16:44:38.063Z[ recovery-image] Sep 04 16:44:37.320 INFO O| Sep 04 16:44:37.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60682024-09-04T16:44:38.063Z[ recovery-image] Sep 04 16:44:37.320 INFO O| Sep 04 16:44:37.320 INFO STEP 683 (remove_files) COMPLETE
60692024-09-04T16:44:38.063Z[ recovery-image] Sep 04 16:44:37.320 INFO O| Sep 04 16:44:37.320 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-04T16:44:38.122Z[ recovery-image] Sep 04 16:44:37.379 INFO O| Sep 04 16:44:37.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60712024-09-04T16:44:38.122Z[ recovery-image] Sep 04 16:44:37.379 INFO O| Sep 04 16:44:37.379 INFO STEP 684 (remove_files) COMPLETE
60722024-09-04T16:44:38.122Z[ recovery-image] Sep 04 16:44:37.379 INFO O| Sep 04 16:44:37.379 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-04T16:44:38.144Z[ recovery-image] Sep 04 16:44:37.401 INFO O| Sep 04 16:44:37.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60742024-09-04T16:44:38.144Z[ recovery-image] Sep 04 16:44:37.401 INFO O| Sep 04 16:44:37.401 INFO STEP 685 (remove_files) COMPLETE
60752024-09-04T16:44:38.144Z[ recovery-image] Sep 04 16:44:37.401 INFO O| Sep 04 16:44:37.401 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-04T16:44:38.165Z[ recovery-image] Sep 04 16:44:37.421 INFO O| Sep 04 16:44:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60772024-09-04T16:44:38.165Z[ recovery-image] Sep 04 16:44:37.421 INFO O| Sep 04 16:44:37.421 INFO STEP 686 (remove_files) COMPLETE
60782024-09-04T16:44:38.168Z[ recovery-image] Sep 04 16:44:37.421 INFO O| Sep 04 16:44:37.421 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-04T16:44:38.187Z[ recovery-image] Sep 04 16:44:37.443 INFO O| Sep 04 16:44:37.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60802024-09-04T16:44:38.187Z[ recovery-image] Sep 04 16:44:37.443 INFO O| Sep 04 16:44:37.443 INFO STEP 687 (remove_files) COMPLETE
60812024-09-04T16:44:38.187Z[ recovery-image] Sep 04 16:44:37.443 INFO O| Sep 04 16:44:37.443 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-04T16:44:38.231Z[ recovery-image] Sep 04 16:44:37.488 INFO O| Sep 04 16:44:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60832024-09-04T16:44:38.231Z[ recovery-image] Sep 04 16:44:37.488 INFO O| Sep 04 16:44:37.488 INFO STEP 688 (remove_files) COMPLETE
60842024-09-04T16:44:38.231Z[ recovery-image] Sep 04 16:44:37.488 INFO O| Sep 04 16:44:37.488 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-04T16:44:38.313Z[ recovery-image] Sep 04 16:44:37.569 INFO O| Sep 04 16:44:37.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60862024-09-04T16:44:38.314Z[ recovery-image] Sep 04 16:44:37.569 INFO O| Sep 04 16:44:37.569 INFO STEP 689 (remove_files) COMPLETE
60872024-09-04T16:44:38.314Z[ recovery-image] Sep 04 16:44:37.569 INFO O| Sep 04 16:44:37.569 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-04T16:44:38.335Z[ recovery-image] Sep 04 16:44:37.591 INFO O| Sep 04 16:44:37.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60892024-09-04T16:44:38.340Z[ recovery-image] Sep 04 16:44:37.591 INFO O| Sep 04 16:44:37.591 INFO STEP 690 (remove_files) COMPLETE
60902024-09-04T16:44:38.340Z[ recovery-image] Sep 04 16:44:37.592 INFO O| Sep 04 16:44:37.591 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-04T16:44:38.418Z[ recovery-image] Sep 04 16:44:37.675 INFO O| Sep 04 16:44:37.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60922024-09-04T16:44:38.421Z[ recovery-image] Sep 04 16:44:37.675 INFO O| Sep 04 16:44:37.675 INFO STEP 691 (remove_files) COMPLETE
60932024-09-04T16:44:38.421Z[ recovery-image] Sep 04 16:44:37.675 INFO O| Sep 04 16:44:37.675 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-04T16:44:38.451Z[ recovery-image] Sep 04 16:44:37.708 INFO O| Sep 04 16:44:37.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60952024-09-04T16:44:38.451Z[ recovery-image] Sep 04 16:44:37.708 INFO O| Sep 04 16:44:37.708 INFO STEP 692 (remove_files) COMPLETE
60962024-09-04T16:44:38.455Z[ recovery-image] Sep 04 16:44:37.708 INFO O| Sep 04 16:44:37.708 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-04T16:44:38.472Z[ recovery-image] Sep 04 16:44:37.729 INFO O| Sep 04 16:44:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60982024-09-04T16:44:38.475Z[ recovery-image] Sep 04 16:44:37.729 INFO O| Sep 04 16:44:37.729 INFO STEP 693 (remove_files) COMPLETE
60992024-09-04T16:44:38.475Z[ recovery-image] Sep 04 16:44:37.729 INFO O| Sep 04 16:44:37.729 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-04T16:44:38.496Z[ recovery-image] Sep 04 16:44:37.752 INFO O| Sep 04 16:44:37.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61012024-09-04T16:44:38.496Z[ recovery-image] Sep 04 16:44:37.753 INFO O| Sep 04 16:44:37.753 INFO STEP 694 (remove_files) COMPLETE
61022024-09-04T16:44:38.496Z[ recovery-image] Sep 04 16:44:37.753 INFO O| Sep 04 16:44:37.753 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-04T16:44:38.516Z[ recovery-image] Sep 04 16:44:37.772 INFO O| Sep 04 16:44:37.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61042024-09-04T16:44:38.516Z[ recovery-image] Sep 04 16:44:37.773 INFO O| Sep 04 16:44:37.772 INFO STEP 695 (remove_files) COMPLETE
61052024-09-04T16:44:38.516Z[ recovery-image] Sep 04 16:44:37.773 INFO O| Sep 04 16:44:37.772 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-04T16:44:38.544Z[ recovery-image] Sep 04 16:44:37.799 INFO O| Sep 04 16:44:37.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61072024-09-04T16:44:38.544Z[ recovery-image] Sep 04 16:44:37.799 INFO O| Sep 04 16:44:37.799 INFO STEP 696 (remove_files) COMPLETE
61082024-09-04T16:44:38.544Z[ recovery-image] Sep 04 16:44:37.799 INFO O| Sep 04 16:44:37.799 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-04T16:44:38.601Z[ recovery-image] Sep 04 16:44:37.857 INFO O| Sep 04 16:44:37.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61102024-09-04T16:44:38.601Z[ recovery-image] Sep 04 16:44:37.857 INFO O| Sep 04 16:44:37.857 INFO STEP 697 (remove_files) COMPLETE
61112024-09-04T16:44:38.601Z[ recovery-image] Sep 04 16:44:37.857 INFO O| Sep 04 16:44:37.857 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-04T16:44:38.622Z[ recovery-image] Sep 04 16:44:37.876 INFO O| Sep 04 16:44:37.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61132024-09-04T16:44:38.622Z[ recovery-image] Sep 04 16:44:37.876 INFO O| Sep 04 16:44:37.876 INFO STEP 698 (remove_files) COMPLETE
61142024-09-04T16:44:38.622Z[ recovery-image] Sep 04 16:44:37.876 INFO O| Sep 04 16:44:37.876 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-04T16:44:38.638Z[ recovery-image] Sep 04 16:44:37.895 INFO O| Sep 04 16:44:37.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61162024-09-04T16:44:38.638Z[ recovery-image] Sep 04 16:44:37.895 INFO O| Sep 04 16:44:37.895 INFO STEP 699 (remove_files) COMPLETE
61172024-09-04T16:44:38.645Z[ recovery-image] Sep 04 16:44:37.895 INFO O| Sep 04 16:44:37.895 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-04T16:44:38.659Z[ recovery-image] Sep 04 16:44:37.916 INFO O| Sep 04 16:44:37.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61192024-09-04T16:44:38.659Z[ recovery-image] Sep 04 16:44:37.916 INFO O| Sep 04 16:44:37.916 INFO STEP 700 (remove_files) COMPLETE
61202024-09-04T16:44:38.659Z[ recovery-image] Sep 04 16:44:37.916 INFO O| Sep 04 16:44:37.916 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-09-04T16:44:38.679Z[ recovery-image] Sep 04 16:44:37.936 INFO O| Sep 04 16:44:37.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61222024-09-04T16:44:38.679Z[ recovery-image] Sep 04 16:44:37.936 INFO O| Sep 04 16:44:37.936 INFO STEP 701 (remove_files) COMPLETE
61232024-09-04T16:44:38.680Z[ recovery-image] Sep 04 16:44:37.936 INFO O| Sep 04 16:44:37.936 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-09-04T16:44:38.701Z[ recovery-image] Sep 04 16:44:37.958 INFO O| Sep 04 16:44:37.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61252024-09-04T16:44:38.701Z[ recovery-image] Sep 04 16:44:37.958 INFO O| Sep 04 16:44:37.958 INFO STEP 702 (remove_files) COMPLETE
61262024-09-04T16:44:38.704Z[ recovery-image] Sep 04 16:44:37.958 INFO O| Sep 04 16:44:37.958 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-09-04T16:44:38.722Z[ recovery-image] Sep 04 16:44:37.979 INFO O| Sep 04 16:44:37.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61282024-09-04T16:44:38.722Z[ recovery-image] Sep 04 16:44:37.979 INFO O| Sep 04 16:44:37.979 INFO STEP 703 (remove_files) COMPLETE
61292024-09-04T16:44:38.725Z[ recovery-image] Sep 04 16:44:37.979 INFO O| Sep 04 16:44:37.979 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-09-04T16:44:38.759Z[ recovery-image] Sep 04 16:44:38.015 INFO O| Sep 04 16:44:38.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61312024-09-04T16:44:38.763Z[ recovery-image] Sep 04 16:44:38.016 INFO O| Sep 04 16:44:38.016 INFO STEP 704 (remove_files) COMPLETE
61322024-09-04T16:44:38.763Z[ recovery-image] Sep 04 16:44:38.016 INFO O| Sep 04 16:44:38.016 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-09-04T16:44:38.781Z[ recovery-image] Sep 04 16:44:38.038 INFO O| Sep 04 16:44:38.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61342024-09-04T16:44:38.785Z[ recovery-image] Sep 04 16:44:38.038 INFO O| Sep 04 16:44:38.038 INFO STEP 705 (remove_files) COMPLETE
61352024-09-04T16:44:38.785Z[ recovery-image] Sep 04 16:44:38.038 INFO O| Sep 04 16:44:38.038 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-04T16:44:38.813Z[ recovery-image] Sep 04 16:44:38.067 INFO O| Sep 04 16:44:38.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61372024-09-04T16:44:38.813Z[ recovery-image] Sep 04 16:44:38.067 INFO O| Sep 04 16:44:38.067 INFO STEP 706 (remove_files) COMPLETE
61382024-09-04T16:44:38.817Z[ recovery-image] Sep 04 16:44:38.067 INFO O| Sep 04 16:44:38.067 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-04T16:44:38.835Z[ recovery-image] Sep 04 16:44:38.091 INFO O| Sep 04 16:44:38.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61402024-09-04T16:44:38.835Z[ recovery-image] Sep 04 16:44:38.091 INFO O| Sep 04 16:44:38.091 INFO STEP 707 (remove_files) COMPLETE
61412024-09-04T16:44:38.835Z[ recovery-image] Sep 04 16:44:38.091 INFO O| Sep 04 16:44:38.091 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-04T16:44:38.895Z[ recovery-image] Sep 04 16:44:38.152 INFO O| Sep 04 16:44:38.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61432024-09-04T16:44:38.895Z[ recovery-image] Sep 04 16:44:38.152 INFO O| Sep 04 16:44:38.152 INFO STEP 708 (remove_files) COMPLETE
61442024-09-04T16:44:38.895Z[ recovery-image] Sep 04 16:44:38.152 INFO O| Sep 04 16:44:38.152 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-04T16:44:38.933Z[ recovery-image] Sep 04 16:44:38.190 INFO O| Sep 04 16:44:38.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61462024-09-04T16:44:38.933Z[ recovery-image] Sep 04 16:44:38.190 INFO O| Sep 04 16:44:38.190 INFO STEP 709 (remove_files) COMPLETE
61472024-09-04T16:44:38.933Z[ recovery-image] Sep 04 16:44:38.190 INFO O| Sep 04 16:44:38.190 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-04T16:44:38.957Z[ recovery-image] Sep 04 16:44:38.213 INFO O| Sep 04 16:44:38.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61492024-09-04T16:44:38.957Z[ recovery-image] Sep 04 16:44:38.213 INFO O| Sep 04 16:44:38.213 INFO STEP 710 (remove_files) COMPLETE
61502024-09-04T16:44:38.957Z[ recovery-image] Sep 04 16:44:38.214 INFO O| Sep 04 16:44:38.213 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-04T16:44:38.979Z[ recovery-image] Sep 04 16:44:38.234 INFO O| Sep 04 16:44:38.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61522024-09-04T16:44:38.979Z[ recovery-image] Sep 04 16:44:38.235 INFO O| Sep 04 16:44:38.235 INFO STEP 711 (remove_files) COMPLETE
61532024-09-04T16:44:38.979Z[ recovery-image] Sep 04 16:44:38.235 INFO O| Sep 04 16:44:38.235 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-09-04T16:44:39.015Z[ recovery-image] Sep 04 16:44:38.271 INFO O| Sep 04 16:44:38.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61552024-09-04T16:44:39.015Z[ recovery-image] Sep 04 16:44:38.271 INFO O| Sep 04 16:44:38.271 INFO STEP 712 (remove_files) COMPLETE
61562024-09-04T16:44:39.015Z[ recovery-image] Sep 04 16:44:38.271 INFO O| Sep 04 16:44:38.271 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-09-04T16:44:39.037Z[ recovery-image] Sep 04 16:44:38.294 INFO O| Sep 04 16:44:38.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61582024-09-04T16:44:39.038Z[ recovery-image] Sep 04 16:44:38.294 INFO O| Sep 04 16:44:38.294 INFO STEP 713 (remove_files) COMPLETE
61592024-09-04T16:44:39.038Z[ recovery-image] Sep 04 16:44:38.294 INFO O| Sep 04 16:44:38.294 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-09-04T16:44:39.080Z[ recovery-image] Sep 04 16:44:38.337 INFO O| Sep 04 16:44:38.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61612024-09-04T16:44:39.081Z[ recovery-image] Sep 04 16:44:38.337 INFO O| Sep 04 16:44:38.337 INFO STEP 714 (remove_files) COMPLETE
61622024-09-04T16:44:39.084Z[ recovery-image] Sep 04 16:44:38.337 INFO O| Sep 04 16:44:38.337 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-09-04T16:44:39.101Z[ recovery-image] Sep 04 16:44:38.357 INFO O| Sep 04 16:44:38.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61642024-09-04T16:44:39.101Z[ recovery-image] Sep 04 16:44:38.358 INFO O| Sep 04 16:44:38.358 INFO STEP 715 (remove_files) COMPLETE
61652024-09-04T16:44:39.105Z[ recovery-image] Sep 04 16:44:38.358 INFO O| Sep 04 16:44:38.358 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-09-04T16:44:39.160Z[ recovery-image] Sep 04 16:44:38.416 INFO O| Sep 04 16:44:38.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61672024-09-04T16:44:39.177Z[ recovery-image] Sep 04 16:44:38.433 INFO O| Sep 04 16:44:38.433 INFO STEP 716 (remove_files) COMPLETE
61682024-09-04T16:44:39.177Z[ recovery-image] Sep 04 16:44:38.433 INFO O| Sep 04 16:44:38.433 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-09-04T16:44:39.203Z[ recovery-image] Sep 04 16:44:38.459 INFO O| Sep 04 16:44:38.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61702024-09-04T16:44:39.206Z[ recovery-image] Sep 04 16:44:38.459 INFO O| Sep 04 16:44:38.459 INFO STEP 717 (remove_files) COMPLETE
61712024-09-04T16:44:39.206Z[ recovery-image] Sep 04 16:44:38.460 INFO O| Sep 04 16:44:38.459 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-09-04T16:44:39.226Z[ recovery-image] Sep 04 16:44:38.482 INFO O| Sep 04 16:44:38.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61732024-09-04T16:44:39.226Z[ recovery-image] Sep 04 16:44:38.482 INFO O| Sep 04 16:44:38.482 INFO STEP 718 (remove_files) COMPLETE
61742024-09-04T16:44:39.226Z[ recovery-image] Sep 04 16:44:38.482 INFO O| Sep 04 16:44:38.482 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-09-04T16:44:39.247Z[ recovery-image] Sep 04 16:44:38.503 INFO O| Sep 04 16:44:38.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61762024-09-04T16:44:39.247Z[ recovery-image] Sep 04 16:44:38.504 INFO O| Sep 04 16:44:38.504 INFO STEP 719 (remove_files) COMPLETE
61772024-09-04T16:44:39.247Z[ recovery-image] Sep 04 16:44:38.504 INFO O| Sep 04 16:44:38.504 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-09-04T16:44:39.268Z[ recovery-image] Sep 04 16:44:38.524 INFO O| Sep 04 16:44:38.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61792024-09-04T16:44:39.268Z[ recovery-image] Sep 04 16:44:38.524 INFO O| Sep 04 16:44:38.524 INFO STEP 720 (remove_files) COMPLETE
61802024-09-04T16:44:39.271Z[ recovery-image] Sep 04 16:44:38.524 INFO O| Sep 04 16:44:38.524 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-09-04T16:44:39.311Z[ recovery-image] Sep 04 16:44:38.568 INFO O| Sep 04 16:44:38.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61822024-09-04T16:44:39.314Z[ recovery-image] Sep 04 16:44:38.568 INFO O| Sep 04 16:44:38.568 INFO STEP 721 (remove_files) COMPLETE
61832024-09-04T16:44:39.315Z[ recovery-image] Sep 04 16:44:38.568 INFO O| Sep 04 16:44:38.568 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-09-04T16:44:39.337Z[ recovery-image] Sep 04 16:44:38.593 INFO O| Sep 04 16:44:38.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61852024-09-04T16:44:39.341Z[ recovery-image] Sep 04 16:44:38.594 INFO O| Sep 04 16:44:38.594 INFO STEP 722 (remove_files) COMPLETE
61862024-09-04T16:44:39.341Z[ recovery-image] Sep 04 16:44:38.594 INFO O| Sep 04 16:44:38.594 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-09-04T16:44:39.386Z[ recovery-image] Sep 04 16:44:38.643 INFO O| Sep 04 16:44:38.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61882024-09-04T16:44:39.386Z[ recovery-image] Sep 04 16:44:38.643 INFO O| Sep 04 16:44:38.643 INFO STEP 723 (remove_files) COMPLETE
61892024-09-04T16:44:39.386Z[ recovery-image] Sep 04 16:44:38.643 INFO O| Sep 04 16:44:38.643 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-09-04T16:44:39.410Z[ recovery-image] Sep 04 16:44:38.666 INFO O| Sep 04 16:44:38.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61912024-09-04T16:44:39.413Z[ recovery-image] Sep 04 16:44:38.666 INFO O| Sep 04 16:44:38.666 INFO STEP 724 (remove_files) COMPLETE
61922024-09-04T16:44:39.413Z[ recovery-image] Sep 04 16:44:38.666 INFO O| Sep 04 16:44:38.666 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-09-04T16:44:39.454Z[ recovery-image] Sep 04 16:44:38.708 INFO O| Sep 04 16:44:38.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61942024-09-04T16:44:39.454Z[ recovery-image] Sep 04 16:44:38.708 INFO O| Sep 04 16:44:38.708 INFO STEP 725 (remove_files) COMPLETE
61952024-09-04T16:44:39.458Z[ recovery-image] Sep 04 16:44:38.708 INFO O| Sep 04 16:44:38.708 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-09-04T16:44:39.483Z[ recovery-image] Sep 04 16:44:38.739 INFO O| Sep 04 16:44:38.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61972024-09-04T16:44:39.486Z[ recovery-image] Sep 04 16:44:38.739 INFO O| Sep 04 16:44:38.739 INFO STEP 726 (remove_files) COMPLETE
61982024-09-04T16:44:39.486Z[ recovery-image] Sep 04 16:44:38.740 INFO O| Sep 04 16:44:38.740 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-09-04T16:44:39.505Z[ recovery-image] Sep 04 16:44:38.761 INFO O| Sep 04 16:44:38.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62002024-09-04T16:44:39.508Z[ recovery-image] Sep 04 16:44:38.761 INFO O| Sep 04 16:44:38.761 INFO STEP 727 (remove_files) COMPLETE
62012024-09-04T16:44:39.508Z[ recovery-image] Sep 04 16:44:38.761 INFO O| Sep 04 16:44:38.761 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-09-04T16:44:39.526Z[ recovery-image] Sep 04 16:44:38.782 INFO O| Sep 04 16:44:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62032024-09-04T16:44:39.529Z[ recovery-image] Sep 04 16:44:38.782 INFO O| Sep 04 16:44:38.782 INFO STEP 728 (remove_files) COMPLETE
62042024-09-04T16:44:39.529Z[ recovery-image] Sep 04 16:44:38.782 INFO O| Sep 04 16:44:38.782 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-09-04T16:44:39.561Z[ recovery-image] Sep 04 16:44:38.818 INFO O| Sep 04 16:44:38.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62062024-09-04T16:44:39.565Z[ recovery-image] Sep 04 16:44:38.818 INFO O| Sep 04 16:44:38.818 INFO STEP 729 (remove_files) COMPLETE
62072024-09-04T16:44:39.565Z[ recovery-image] Sep 04 16:44:38.818 INFO O| Sep 04 16:44:38.818 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-09-04T16:44:39.585Z[ recovery-image] Sep 04 16:44:38.841 INFO O| Sep 04 16:44:38.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62092024-09-04T16:44:39.588Z[ recovery-image] Sep 04 16:44:38.841 INFO O| Sep 04 16:44:38.841 INFO STEP 730 (remove_files) COMPLETE
62102024-09-04T16:44:39.589Z[ recovery-image] Sep 04 16:44:38.842 INFO O| Sep 04 16:44:38.842 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-09-04T16:44:39.607Z[ recovery-image] Sep 04 16:44:38.863 INFO O| Sep 04 16:44:38.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62122024-09-04T16:44:39.610Z[ recovery-image] Sep 04 16:44:38.864 INFO O| Sep 04 16:44:38.863 INFO STEP 731 (remove_files) COMPLETE
62132024-09-04T16:44:39.610Z[ recovery-image] Sep 04 16:44:38.864 INFO O| Sep 04 16:44:38.864 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-09-04T16:44:39.649Z[ recovery-image] Sep 04 16:44:38.906 INFO O| Sep 04 16:44:38.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62152024-09-04T16:44:39.649Z[ recovery-image] Sep 04 16:44:38.906 INFO O| Sep 04 16:44:38.906 INFO STEP 732 (remove_files) COMPLETE
62162024-09-04T16:44:39.649Z[ recovery-image] Sep 04 16:44:38.906 INFO O| Sep 04 16:44:38.906 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-09-04T16:44:39.687Z[ recovery-image] Sep 04 16:44:38.943 INFO O| Sep 04 16:44:38.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62182024-09-04T16:44:39.687Z[ recovery-image] Sep 04 16:44:38.943 INFO O| Sep 04 16:44:38.943 INFO STEP 733 (remove_files) COMPLETE
62192024-09-04T16:44:39.687Z[ recovery-image] Sep 04 16:44:38.943 INFO O| Sep 04 16:44:38.943 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-09-04T16:44:39.724Z[ recovery-image] Sep 04 16:44:38.978 INFO O| Sep 04 16:44:38.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62212024-09-04T16:44:39.724Z[ recovery-image] Sep 04 16:44:38.978 INFO O| Sep 04 16:44:38.978 INFO STEP 734 (remove_files) COMPLETE
62222024-09-04T16:44:39.724Z[ recovery-image] Sep 04 16:44:38.978 INFO O| Sep 04 16:44:38.978 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-09-04T16:44:39.747Z[ recovery-image] Sep 04 16:44:39.003 INFO O| Sep 04 16:44:39.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62242024-09-04T16:44:39.747Z[ recovery-image] Sep 04 16:44:39.003 INFO O| Sep 04 16:44:39.003 INFO STEP 735 (remove_files) COMPLETE
62252024-09-04T16:44:39.751Z[ recovery-image] Sep 04 16:44:39.003 INFO O| Sep 04 16:44:39.003 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-09-04T16:44:39.782Z[ recovery-image] Sep 04 16:44:39.036 INFO O| Sep 04 16:44:39.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62272024-09-04T16:44:39.782Z[ recovery-image] Sep 04 16:44:39.036 INFO O| Sep 04 16:44:39.036 INFO STEP 736 (remove_files) COMPLETE
62282024-09-04T16:44:39.782Z[ recovery-image] Sep 04 16:44:39.036 INFO O| Sep 04 16:44:39.036 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-09-04T16:44:39.806Z[ recovery-image] Sep 04 16:44:39.063 INFO O| Sep 04 16:44:39.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62302024-09-04T16:44:39.806Z[ recovery-image] Sep 04 16:44:39.063 INFO O| Sep 04 16:44:39.063 INFO STEP 737 (remove_files) COMPLETE
62312024-09-04T16:44:39.807Z[ recovery-image] Sep 04 16:44:39.063 INFO O| Sep 04 16:44:39.063 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-09-04T16:44:39.831Z[ recovery-image] Sep 04 16:44:39.088 INFO O| Sep 04 16:44:39.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62332024-09-04T16:44:39.832Z[ recovery-image] Sep 04 16:44:39.088 INFO O| Sep 04 16:44:39.088 INFO STEP 738 (remove_files) COMPLETE
62342024-09-04T16:44:39.835Z[ recovery-image] Sep 04 16:44:39.088 INFO O| Sep 04 16:44:39.088 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-09-04T16:44:39.873Z[ recovery-image] Sep 04 16:44:39.129 INFO O| Sep 04 16:44:39.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62362024-09-04T16:44:39.873Z[ recovery-image] Sep 04 16:44:39.129 INFO O| Sep 04 16:44:39.129 INFO STEP 739 (remove_files) COMPLETE
62372024-09-04T16:44:39.873Z[ recovery-image] Sep 04 16:44:39.129 INFO O| Sep 04 16:44:39.129 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-09-04T16:44:39.895Z[ recovery-image] Sep 04 16:44:39.152 INFO O| Sep 04 16:44:39.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62392024-09-04T16:44:39.899Z[ recovery-image] Sep 04 16:44:39.153 INFO O| Sep 04 16:44:39.153 INFO STEP 740 (remove_files) COMPLETE
62402024-09-04T16:44:39.899Z[ recovery-image] Sep 04 16:44:39.153 INFO O| Sep 04 16:44:39.153 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-09-04T16:44:39.936Z[ recovery-image] Sep 04 16:44:39.193 INFO O| Sep 04 16:44:39.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62422024-09-04T16:44:39.936Z[ recovery-image] Sep 04 16:44:39.193 INFO O| Sep 04 16:44:39.193 INFO STEP 741 (remove_files) COMPLETE
62432024-09-04T16:44:39.936Z[ recovery-image] Sep 04 16:44:39.193 INFO O| Sep 04 16:44:39.193 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-09-04T16:44:39.958Z[ recovery-image] Sep 04 16:44:39.215 INFO O| Sep 04 16:44:39.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62452024-09-04T16:44:39.958Z[ recovery-image] Sep 04 16:44:39.215 INFO O| Sep 04 16:44:39.215 INFO STEP 742 (remove_files) COMPLETE
62462024-09-04T16:44:39.958Z[ recovery-image] Sep 04 16:44:39.215 INFO O| Sep 04 16:44:39.215 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-09-04T16:44:40.005Z[ recovery-image] Sep 04 16:44:39.256 INFO O| Sep 04 16:44:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62482024-09-04T16:44:40.005Z[ recovery-image] Sep 04 16:44:39.256 INFO O| Sep 04 16:44:39.256 INFO STEP 743 (remove_files) COMPLETE
62492024-09-04T16:44:40.005Z[ recovery-image] Sep 04 16:44:39.256 INFO O| Sep 04 16:44:39.256 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-09-04T16:44:40.049Z[ recovery-image] Sep 04 16:44:39.304 INFO O| Sep 04 16:44:39.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62512024-09-04T16:44:40.049Z[ recovery-image] Sep 04 16:44:39.304 INFO O| Sep 04 16:44:39.304 INFO STEP 744 (remove_files) COMPLETE
62522024-09-04T16:44:40.049Z[ recovery-image] Sep 04 16:44:39.304 INFO O| Sep 04 16:44:39.304 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-09-04T16:44:40.073Z[ recovery-image] Sep 04 16:44:39.327 INFO O| Sep 04 16:44:39.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62542024-09-04T16:44:40.073Z[ recovery-image] Sep 04 16:44:39.327 INFO O| Sep 04 16:44:39.327 INFO STEP 745 (remove_files) COMPLETE
62552024-09-04T16:44:40.082Z[ recovery-image] Sep 04 16:44:39.328 INFO O| Sep 04 16:44:39.327 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-09-04T16:44:40.118Z[ recovery-image] Sep 04 16:44:39.374 INFO O| Sep 04 16:44:39.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62572024-09-04T16:44:40.118Z[ recovery-image] Sep 04 16:44:39.374 INFO O| Sep 04 16:44:39.374 INFO STEP 746 (remove_files) COMPLETE
62582024-09-04T16:44:40.125Z[ recovery-image] Sep 04 16:44:39.374 INFO O| Sep 04 16:44:39.374 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-09-04T16:44:40.181Z[ recovery-image] Sep 04 16:44:39.437 INFO O| Sep 04 16:44:39.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62602024-09-04T16:44:40.181Z[ recovery-image] Sep 04 16:44:39.438 INFO O| Sep 04 16:44:39.438 INFO STEP 747 (remove_files) COMPLETE
62612024-09-04T16:44:40.185Z[ recovery-image] Sep 04 16:44:39.438 INFO O| Sep 04 16:44:39.438 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-09-04T16:44:40.209Z[ recovery-image] Sep 04 16:44:39.465 INFO O| Sep 04 16:44:39.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62632024-09-04T16:44:40.209Z[ recovery-image] Sep 04 16:44:39.465 INFO O| Sep 04 16:44:39.465 INFO STEP 748 (remove_files) COMPLETE
62642024-09-04T16:44:40.212Z[ recovery-image] Sep 04 16:44:39.465 INFO O| Sep 04 16:44:39.465 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-09-04T16:44:40.336Z[ recovery-image] Sep 04 16:44:39.592 INFO O| Sep 04 16:44:39.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62662024-09-04T16:44:40.336Z[ recovery-image] Sep 04 16:44:39.592 INFO O| Sep 04 16:44:39.592 INFO STEP 749 (remove_files) COMPLETE
62672024-09-04T16:44:40.340Z[ recovery-image] Sep 04 16:44:39.592 INFO O| Sep 04 16:44:39.592 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-09-04T16:44:40.368Z[ recovery-image] Sep 04 16:44:39.624 INFO O| Sep 04 16:44:39.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62692024-09-04T16:44:40.368Z[ recovery-image] Sep 04 16:44:39.624 INFO O| Sep 04 16:44:39.624 INFO STEP 750 (remove_files) COMPLETE
62702024-09-04T16:44:40.368Z[ recovery-image] Sep 04 16:44:39.624 INFO O| Sep 04 16:44:39.624 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-09-04T16:44:40.400Z[ recovery-image] Sep 04 16:44:39.656 INFO O| Sep 04 16:44:39.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62722024-09-04T16:44:40.403Z[ recovery-image] Sep 04 16:44:39.657 INFO O| Sep 04 16:44:39.657 INFO STEP 751 (remove_files) COMPLETE
62732024-09-04T16:44:40.403Z[ recovery-image] Sep 04 16:44:39.657 INFO O| Sep 04 16:44:39.657 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-09-04T16:44:40.443Z[ recovery-image] Sep 04 16:44:39.699 INFO O| Sep 04 16:44:39.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62752024-09-04T16:44:40.448Z[ recovery-image] Sep 04 16:44:39.699 INFO O| Sep 04 16:44:39.699 INFO STEP 752 (remove_files) COMPLETE
62762024-09-04T16:44:40.448Z[ recovery-image] Sep 04 16:44:39.699 INFO O| Sep 04 16:44:39.699 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-09-04T16:44:40.464Z[ recovery-image] Sep 04 16:44:39.721 INFO O| Sep 04 16:44:39.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62782024-09-04T16:44:40.467Z[ recovery-image] Sep 04 16:44:39.721 INFO O| Sep 04 16:44:39.721 INFO STEP 753 (remove_files) COMPLETE
62792024-09-04T16:44:40.467Z[ recovery-image] Sep 04 16:44:39.721 INFO O| Sep 04 16:44:39.721 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-09-04T16:44:40.507Z[ host-image] Sep 04 16:44:39.763 INFO O| Sep 04 16:44:39.763 INFO O| Planning: Solver setup ... Done
62812024-09-04T16:44:40.515Z[ host-image] Sep 04 16:44:39.771 INFO O| Sep 04 16:44:39.771 INFO O| Planning: Running solver ... Done
62822024-09-04T16:44:40.545Z[ recovery-image] Sep 04 16:44:39.802 INFO O| Sep 04 16:44:39.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62832024-09-04T16:44:40.545Z[ recovery-image] Sep 04 16:44:39.802 INFO O| Sep 04 16:44:39.802 INFO STEP 754 (remove_files) COMPLETE
62842024-09-04T16:44:40.548Z[ recovery-image] Sep 04 16:44:39.802 INFO O| Sep 04 16:44:39.802 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-04T16:44:40.568Z[ recovery-image] Sep 04 16:44:39.824 INFO O| Sep 04 16:44:39.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62862024-09-04T16:44:40.570Z[ recovery-image] Sep 04 16:44:39.825 INFO O| Sep 04 16:44:39.825 INFO STEP 755 (remove_files) COMPLETE
62872024-09-04T16:44:40.570Z[ recovery-image] Sep 04 16:44:39.825 INFO O| Sep 04 16:44:39.825 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-04T16:44:40.592Z[ recovery-image] Sep 04 16:44:39.848 INFO O| Sep 04 16:44:39.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62892024-09-04T16:44:40.592Z[ recovery-image] Sep 04 16:44:39.849 INFO O| Sep 04 16:44:39.848 INFO STEP 756 (remove_files) COMPLETE
62902024-09-04T16:44:40.594Z[ recovery-image] Sep 04 16:44:39.849 INFO O| Sep 04 16:44:39.848 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-04T16:44:40.599Z[ host-image] Sep 04 16:44:39.856 INFO O| Sep 04 16:44:39.855 INFO O| Planning: Finding local manifests ... Done
62922024-09-04T16:44:40.601Z[ host-image] Sep 04 16:44:39.857 INFO O| Sep 04 16:44:39.857 INFO O| Planning: Fetching manifests: 0/1 0% complete
62932024-09-04T16:44:40.626Z[ recovery-image] Sep 04 16:44:39.883 INFO O| Sep 04 16:44:39.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62942024-09-04T16:44:40.649Z[ recovery-image] Sep 04 16:44:39.906 INFO O| Sep 04 16:44:39.906 INFO STEP 757 (remove_files) COMPLETE
62952024-09-04T16:44:40.649Z[ recovery-image] Sep 04 16:44:39.906 INFO O| Sep 04 16:44:39.906 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-09-04T16:44:40.714Z[ recovery-image] Sep 04 16:44:39.971 INFO O| Sep 04 16:44:39.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62972024-09-04T16:44:40.714Z[ recovery-image] Sep 04 16:44:39.971 INFO O| Sep 04 16:44:39.971 INFO STEP 758 (remove_files) COMPLETE
62982024-09-04T16:44:40.716Z[ recovery-image] Sep 04 16:44:39.971 INFO O| Sep 04 16:44:39.971 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-09-04T16:44:40.735Z[ recovery-image] Sep 04 16:44:39.992 INFO O| Sep 04 16:44:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63002024-09-04T16:44:40.735Z[ recovery-image] Sep 04 16:44:39.992 INFO O| Sep 04 16:44:39.992 INFO STEP 759 (remove_files) COMPLETE
63012024-09-04T16:44:40.735Z[ recovery-image] Sep 04 16:44:39.992 INFO O| Sep 04 16:44:39.992 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-09-04T16:44:40.742Z[ host-image] Sep 04 16:44:39.999 INFO O| Sep 04 16:44:39.999 INFO O| Planning: Fetching manifests: 1/1 100% complete
63032024-09-04T16:44:40.758Z[ recovery-image] Sep 04 16:44:40.015 INFO O| Sep 04 16:44:40.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63042024-09-04T16:44:40.758Z[ recovery-image] Sep 04 16:44:40.015 INFO O| Sep 04 16:44:40.015 INFO STEP 760 (remove_files) COMPLETE
63052024-09-04T16:44:40.758Z[ recovery-image] Sep 04 16:44:40.015 INFO O| Sep 04 16:44:40.015 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-04T16:44:40.772Z[ host-image] Sep 04 16:44:40.029 INFO O| Sep 04 16:44:40.029 INFO O| Planning: Package planning ... Done
63072024-09-04T16:44:40.775Z[ host-image] Sep 04 16:44:40.030 INFO O| Sep 04 16:44:40.030 INFO O| Planning: Merging actions ... Done
63082024-09-04T16:44:40.787Z[ recovery-image] Sep 04 16:44:40.044 INFO O| Sep 04 16:44:40.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63092024-09-04T16:44:40.789Z[ recovery-image] Sep 04 16:44:40.044 INFO O| Sep 04 16:44:40.044 INFO STEP 761 (remove_files) COMPLETE
63102024-09-04T16:44:40.790Z[ recovery-image] Sep 04 16:44:40.044 INFO O| Sep 04 16:44:40.044 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-09-04T16:44:40.820Z[ recovery-image] Sep 04 16:44:40.077 INFO O| Sep 04 16:44:40.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63122024-09-04T16:44:40.820Z[ recovery-image] Sep 04 16:44:40.077 INFO O| Sep 04 16:44:40.077 INFO STEP 762 (remove_files) COMPLETE
63132024-09-04T16:44:40.820Z[ recovery-image] Sep 04 16:44:40.077 INFO O| Sep 04 16:44:40.077 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-09-04T16:44:40.880Z[ recovery-image] Sep 04 16:44:40.137 INFO O| Sep 04 16:44:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63152024-09-04T16:44:40.880Z[ recovery-image] Sep 04 16:44:40.137 INFO O| Sep 04 16:44:40.137 INFO STEP 763 (remove_files) COMPLETE
63162024-09-04T16:44:40.880Z[ recovery-image] Sep 04 16:44:40.137 INFO O| Sep 04 16:44:40.137 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-09-04T16:44:40.900Z[ recovery-image] Sep 04 16:44:40.157 INFO O| Sep 04 16:44:40.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63182024-09-04T16:44:40.900Z[ recovery-image] Sep 04 16:44:40.157 INFO O| Sep 04 16:44:40.157 INFO STEP 764 (remove_files) COMPLETE
63192024-09-04T16:44:40.900Z[ recovery-image] Sep 04 16:44:40.157 INFO O| Sep 04 16:44:40.157 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-09-04T16:44:40.903Z[ host-image] Sep 04 16:44:40.159 INFO O| Sep 04 16:44:40.159 INFO O| Planning: Checking for conflicting actions ... Done
63212024-09-04T16:44:40.903Z[ host-image] Sep 04 16:44:40.160 INFO O| Sep 04 16:44:40.160 INFO O| Planning: Consolidating action changes ... Done
63222024-09-04T16:44:40.921Z[ recovery-image] Sep 04 16:44:40.178 INFO O| Sep 04 16:44:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63232024-09-04T16:44:40.921Z[ recovery-image] Sep 04 16:44:40.178 INFO O| Sep 04 16:44:40.178 INFO STEP 765 (remove_files) COMPLETE
63242024-09-04T16:44:40.921Z[ recovery-image] Sep 04 16:44:40.178 INFO O| Sep 04 16:44:40.178 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-09-04T16:44:40.954Z[ recovery-image] Sep 04 16:44:40.211 INFO O| Sep 04 16:44:40.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63262024-09-04T16:44:40.954Z[ recovery-image] Sep 04 16:44:40.211 INFO O| Sep 04 16:44:40.211 INFO STEP 766 (remove_files) COMPLETE
63272024-09-04T16:44:40.954Z[ recovery-image] Sep 04 16:44:40.211 INFO O| Sep 04 16:44:40.211 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-09-04T16:44:40.991Z[ recovery-image] Sep 04 16:44:40.247 INFO O| Sep 04 16:44:40.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63292024-09-04T16:44:40.991Z[ recovery-image] Sep 04 16:44:40.247 INFO O| Sep 04 16:44:40.247 INFO STEP 767 (remove_files) COMPLETE
63302024-09-04T16:44:40.991Z[ recovery-image] Sep 04 16:44:40.247 INFO O| Sep 04 16:44:40.247 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-09-04T16:44:41.013Z[ recovery-image] Sep 04 16:44:40.269 INFO O| Sep 04 16:44:40.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63322024-09-04T16:44:41.013Z[ recovery-image] Sep 04 16:44:40.269 INFO O| Sep 04 16:44:40.269 INFO STEP 768 (remove_files) COMPLETE
63332024-09-04T16:44:41.013Z[ recovery-image] Sep 04 16:44:40.269 INFO O| Sep 04 16:44:40.269 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-09-04T16:44:41.033Z[ recovery-image] Sep 04 16:44:40.290 INFO O| Sep 04 16:44:40.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63352024-09-04T16:44:41.033Z[ recovery-image] Sep 04 16:44:40.290 INFO O| Sep 04 16:44:40.290 INFO STEP 769 (remove_files) COMPLETE
63362024-09-04T16:44:41.033Z[ recovery-image] Sep 04 16:44:40.290 INFO O| Sep 04 16:44:40.290 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-09-04T16:44:41.055Z[ recovery-image] Sep 04 16:44:40.311 INFO O| Sep 04 16:44:40.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63382024-09-04T16:44:41.055Z[ recovery-image] Sep 04 16:44:40.311 INFO O| Sep 04 16:44:40.311 INFO STEP 770 (remove_files) COMPLETE
63392024-09-04T16:44:41.055Z[ recovery-image] Sep 04 16:44:40.311 INFO O| Sep 04 16:44:40.311 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-09-04T16:44:41.077Z[ recovery-image] Sep 04 16:44:40.334 INFO O| Sep 04 16:44:40.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63412024-09-04T16:44:41.077Z[ recovery-image] Sep 04 16:44:40.334 INFO O| Sep 04 16:44:40.334 INFO STEP 771 (remove_files) COMPLETE
63422024-09-04T16:44:41.080Z[ recovery-image] Sep 04 16:44:40.334 INFO O| Sep 04 16:44:40.334 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-09-04T16:44:41.102Z[ recovery-image] Sep 04 16:44:40.359 INFO O| Sep 04 16:44:40.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63442024-09-04T16:44:41.102Z[ recovery-image] Sep 04 16:44:40.359 INFO O| Sep 04 16:44:40.359 INFO STEP 772 (remove_files) COMPLETE
63452024-09-04T16:44:41.102Z[ recovery-image] Sep 04 16:44:40.359 INFO O| Sep 04 16:44:40.359 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-09-04T16:44:41.137Z[ recovery-image] Sep 04 16:44:40.394 INFO O| Sep 04 16:44:40.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63472024-09-04T16:44:41.140Z[ recovery-image] Sep 04 16:44:40.394 INFO O| Sep 04 16:44:40.394 INFO STEP 773 (remove_files) COMPLETE
63482024-09-04T16:44:41.140Z[ recovery-image] Sep 04 16:44:40.394 INFO O| Sep 04 16:44:40.394 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-09-04T16:44:41.163Z[ recovery-image] Sep 04 16:44:40.418 INFO O| Sep 04 16:44:40.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63502024-09-04T16:44:41.163Z[ recovery-image] Sep 04 16:44:40.419 INFO O| Sep 04 16:44:40.419 INFO STEP 774 (remove_files) COMPLETE
63512024-09-04T16:44:41.163Z[ recovery-image] Sep 04 16:44:40.419 INFO O| Sep 04 16:44:40.419 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-09-04T16:44:41.210Z[ recovery-image] Sep 04 16:44:40.467 INFO O| Sep 04 16:44:40.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63532024-09-04T16:44:41.210Z[ recovery-image] Sep 04 16:44:40.467 INFO O| Sep 04 16:44:40.467 INFO STEP 775 (remove_files) COMPLETE
63542024-09-04T16:44:41.210Z[ recovery-image] Sep 04 16:44:40.467 INFO O| Sep 04 16:44:40.467 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-09-04T16:44:41.235Z[ recovery-image] Sep 04 16:44:40.491 INFO O| Sep 04 16:44:40.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63562024-09-04T16:44:41.235Z[ recovery-image] Sep 04 16:44:40.491 INFO O| Sep 04 16:44:40.491 INFO STEP 776 (remove_files) COMPLETE
63572024-09-04T16:44:41.235Z[ recovery-image] Sep 04 16:44:40.491 INFO O| Sep 04 16:44:40.491 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-09-04T16:44:41.259Z[ recovery-image] Sep 04 16:44:40.515 INFO O| Sep 04 16:44:40.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63592024-09-04T16:44:41.259Z[ recovery-image] Sep 04 16:44:40.515 INFO O| Sep 04 16:44:40.515 INFO STEP 777 (remove_files) COMPLETE
63602024-09-04T16:44:41.259Z[ recovery-image] Sep 04 16:44:40.516 INFO O| Sep 04 16:44:40.515 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-09-04T16:44:41.283Z[ recovery-image] Sep 04 16:44:40.539 INFO O| Sep 04 16:44:40.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63622024-09-04T16:44:41.283Z[ recovery-image] Sep 04 16:44:40.540 INFO O| Sep 04 16:44:40.540 INFO STEP 778 (remove_files) COMPLETE
63632024-09-04T16:44:41.283Z[ recovery-image] Sep 04 16:44:40.540 INFO O| Sep 04 16:44:40.540 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-09-04T16:44:41.287Z[ host-image] Sep 04 16:44:40.543 INFO O| Sep 04 16:44:40.543 INFO O| Planning: Evaluating mediators ... Done
63652024-09-04T16:44:41.289Z[ host-image] Sep 04 16:44:40.545 INFO O| Sep 04 16:44:40.545 INFO O| Planning: Planning completed in 3.69 seconds
63662024-09-04T16:44:41.291Z[ host-image] Sep 04 16:44:40.547 INFO O| Sep 04 16:44:40.547 INFO O| Packages to install: 1
63672024-09-04T16:44:41.306Z[ recovery-image] Sep 04 16:44:40.563 INFO O| Sep 04 16:44:40.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63682024-09-04T16:44:41.306Z[ recovery-image] Sep 04 16:44:40.563 INFO O| Sep 04 16:44:40.563 INFO STEP 779 (remove_files) COMPLETE
63692024-09-04T16:44:41.306Z[ recovery-image] Sep 04 16:44:40.563 INFO O| Sep 04 16:44:40.563 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-09-04T16:44:41.310Z[ host-image] Sep 04 16:44:40.567 INFO O| Sep 04 16:44:40.566 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
63712024-09-04T16:44:41.329Z[ recovery-image] Sep 04 16:44:40.586 INFO O| Sep 04 16:44:40.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63722024-09-04T16:44:41.329Z[ recovery-image] Sep 04 16:44:40.586 INFO O| Sep 04 16:44:40.586 INFO STEP 780 (remove_files) COMPLETE
63732024-09-04T16:44:41.331Z[ recovery-image] Sep 04 16:44:40.586 INFO O| Sep 04 16:44:40.586 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-09-04T16:44:41.353Z[ recovery-image] Sep 04 16:44:40.610 INFO O| Sep 04 16:44:40.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63752024-09-04T16:44:41.353Z[ recovery-image] Sep 04 16:44:40.610 INFO O| Sep 04 16:44:40.610 INFO STEP 781 (remove_files) COMPLETE
63762024-09-04T16:44:41.353Z[ recovery-image] Sep 04 16:44:40.610 INFO O| Sep 04 16:44:40.610 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-09-04T16:44:41.392Z[ recovery-image] Sep 04 16:44:40.649 INFO O| Sep 04 16:44:40.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63782024-09-04T16:44:41.392Z[ recovery-image] Sep 04 16:44:40.649 INFO O| Sep 04 16:44:40.649 INFO STEP 782 (remove_files) COMPLETE
63792024-09-04T16:44:41.392Z[ recovery-image] Sep 04 16:44:40.649 INFO O| Sep 04 16:44:40.649 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-09-04T16:44:41.432Z[ recovery-image] Sep 04 16:44:40.688 INFO O| Sep 04 16:44:40.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63812024-09-04T16:44:41.432Z[ recovery-image] Sep 04 16:44:40.688 INFO O| Sep 04 16:44:40.688 INFO STEP 783 (remove_files) COMPLETE
63822024-09-04T16:44:41.432Z[ recovery-image] Sep 04 16:44:40.688 INFO O| Sep 04 16:44:40.688 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-09-04T16:44:41.464Z[ recovery-image] Sep 04 16:44:40.721 INFO O| Sep 04 16:44:40.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63842024-09-04T16:44:41.464Z[ recovery-image] Sep 04 16:44:40.721 INFO O| Sep 04 16:44:40.721 INFO STEP 784 (remove_files) COMPLETE
63852024-09-04T16:44:41.464Z[ recovery-image] Sep 04 16:44:40.721 INFO O| Sep 04 16:44:40.721 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-09-04T16:44:41.486Z[ recovery-image] Sep 04 16:44:40.742 INFO O| Sep 04 16:44:40.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63872024-09-04T16:44:41.486Z[ recovery-image] Sep 04 16:44:40.742 INFO O| Sep 04 16:44:40.742 INFO STEP 785 (remove_files) COMPLETE
63882024-09-04T16:44:41.488Z[ recovery-image] Sep 04 16:44:40.742 INFO O| Sep 04 16:44:40.742 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-09-04T16:44:41.510Z[ recovery-image] Sep 04 16:44:40.766 INFO O| Sep 04 16:44:40.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63902024-09-04T16:44:41.510Z[ recovery-image] Sep 04 16:44:40.766 INFO O| Sep 04 16:44:40.766 INFO STEP 786 (remove_files) COMPLETE
63912024-09-04T16:44:41.512Z[ recovery-image] Sep 04 16:44:40.767 INFO O| Sep 04 16:44:40.766 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-09-04T16:44:41.534Z[ recovery-image] Sep 04 16:44:40.791 INFO O| Sep 04 16:44:40.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63932024-09-04T16:44:41.534Z[ recovery-image] Sep 04 16:44:40.791 INFO O| Sep 04 16:44:40.791 INFO STEP 787 (remove_files) COMPLETE
63942024-09-04T16:44:41.537Z[ recovery-image] Sep 04 16:44:40.791 INFO O| Sep 04 16:44:40.791 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-09-04T16:44:41.577Z[ recovery-image] Sep 04 16:44:40.834 INFO O| Sep 04 16:44:40.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63962024-09-04T16:44:41.577Z[ recovery-image] Sep 04 16:44:40.834 INFO O| Sep 04 16:44:40.834 INFO STEP 788 (remove_files) COMPLETE
63972024-09-04T16:44:41.577Z[ recovery-image] Sep 04 16:44:40.834 INFO O| Sep 04 16:44:40.834 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-09-04T16:44:41.600Z[ recovery-image] Sep 04 16:44:40.857 INFO O| Sep 04 16:44:40.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63992024-09-04T16:44:41.603Z[ recovery-image] Sep 04 16:44:40.857 INFO O| Sep 04 16:44:40.857 INFO STEP 789 (remove_files) COMPLETE
64002024-09-04T16:44:41.603Z[ recovery-image] Sep 04 16:44:40.857 INFO O| Sep 04 16:44:40.857 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-09-04T16:44:41.625Z[ recovery-image] Sep 04 16:44:40.882 INFO O| Sep 04 16:44:40.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64022024-09-04T16:44:41.628Z[ recovery-image] Sep 04 16:44:40.882 INFO O| Sep 04 16:44:40.882 INFO STEP 790 (remove_files) COMPLETE
64032024-09-04T16:44:41.628Z[ recovery-image] Sep 04 16:44:40.882 INFO O| Sep 04 16:44:40.882 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-09-04T16:44:41.657Z[ recovery-image] Sep 04 16:44:40.913 INFO O| Sep 04 16:44:40.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64052024-09-04T16:44:41.659Z[ recovery-image] Sep 04 16:44:40.914 INFO O| Sep 04 16:44:40.914 INFO STEP 791 (remove_files) COMPLETE
64062024-09-04T16:44:41.659Z[ recovery-image] Sep 04 16:44:40.914 INFO O| Sep 04 16:44:40.914 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-09-04T16:44:41.681Z[ recovery-image] Sep 04 16:44:40.938 INFO O| Sep 04 16:44:40.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64082024-09-04T16:44:41.683Z[ recovery-image] Sep 04 16:44:40.938 INFO O| Sep 04 16:44:40.938 INFO STEP 792 (remove_files) COMPLETE
64092024-09-04T16:44:41.683Z[ recovery-image] Sep 04 16:44:40.938 INFO O| Sep 04 16:44:40.938 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-09-04T16:44:41.712Z[ recovery-image] Sep 04 16:44:40.968 INFO O| Sep 04 16:44:40.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64112024-09-04T16:44:41.712Z[ recovery-image] Sep 04 16:44:40.969 INFO O| Sep 04 16:44:40.968 INFO STEP 793 (remove_files) COMPLETE
64122024-09-04T16:44:41.712Z[ recovery-image] Sep 04 16:44:40.969 INFO O| Sep 04 16:44:40.969 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-09-04T16:44:41.741Z[ recovery-image] Sep 04 16:44:40.998 INFO O| Sep 04 16:44:40.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64142024-09-04T16:44:41.741Z[ recovery-image] Sep 04 16:44:40.998 INFO O| Sep 04 16:44:40.998 INFO STEP 794 (remove_files) COMPLETE
64152024-09-04T16:44:41.745Z[ recovery-image] Sep 04 16:44:40.998 INFO O| Sep 04 16:44:40.998 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-09-04T16:44:41.776Z[ recovery-image] Sep 04 16:44:41.032 INFO O| Sep 04 16:44:41.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64172024-09-04T16:44:41.776Z[ recovery-image] Sep 04 16:44:41.033 INFO O| Sep 04 16:44:41.032 INFO STEP 795 (remove_files) COMPLETE
64182024-09-04T16:44:41.778Z[ recovery-image] Sep 04 16:44:41.033 INFO O| Sep 04 16:44:41.033 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-09-04T16:44:41.796Z[ recovery-image] Sep 04 16:44:41.053 INFO O| Sep 04 16:44:41.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64202024-09-04T16:44:41.799Z[ recovery-image] Sep 04 16:44:41.053 INFO O| Sep 04 16:44:41.053 INFO STEP 796 (remove_files) COMPLETE
64212024-09-04T16:44:41.799Z[ recovery-image] Sep 04 16:44:41.053 INFO O| Sep 04 16:44:41.053 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-09-04T16:44:41.817Z[ recovery-image] Sep 04 16:44:41.074 INFO O| Sep 04 16:44:41.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64232024-09-04T16:44:41.819Z[ recovery-image] Sep 04 16:44:41.074 INFO O| Sep 04 16:44:41.074 INFO STEP 797 (remove_files) COMPLETE
64242024-09-04T16:44:41.819Z[ recovery-image] Sep 04 16:44:41.074 INFO O| Sep 04 16:44:41.074 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-09-04T16:44:41.859Z[ recovery-image] Sep 04 16:44:41.116 INFO O| Sep 04 16:44:41.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64262024-09-04T16:44:41.861Z[ recovery-image] Sep 04 16:44:41.116 INFO O| Sep 04 16:44:41.116 INFO STEP 798 (remove_files) COMPLETE
64272024-09-04T16:44:41.861Z[ recovery-image] Sep 04 16:44:41.116 INFO O| Sep 04 16:44:41.116 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-09-04T16:44:41.882Z[ recovery-image] Sep 04 16:44:41.139 INFO O| Sep 04 16:44:41.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64292024-09-04T16:44:41.883Z[ recovery-image] Sep 04 16:44:41.139 INFO O| Sep 04 16:44:41.139 INFO STEP 799 (remove_files) COMPLETE
64302024-09-04T16:44:41.885Z[ recovery-image] Sep 04 16:44:41.139 INFO O| Sep 04 16:44:41.139 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-09-04T16:44:41.903Z[ recovery-image] Sep 04 16:44:41.160 INFO O| Sep 04 16:44:41.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64322024-09-04T16:44:41.903Z[ recovery-image] Sep 04 16:44:41.160 INFO O| Sep 04 16:44:41.160 INFO STEP 800 (remove_files) COMPLETE
64332024-09-04T16:44:41.903Z[ recovery-image] Sep 04 16:44:41.160 INFO O| Sep 04 16:44:41.160 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-09-04T16:44:41.925Z[ recovery-image] Sep 04 16:44:41.182 INFO O| Sep 04 16:44:41.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64352024-09-04T16:44:41.925Z[ recovery-image] Sep 04 16:44:41.182 INFO O| Sep 04 16:44:41.182 INFO STEP 801 (remove_files) COMPLETE
64362024-09-04T16:44:41.928Z[ recovery-image] Sep 04 16:44:41.182 INFO O| Sep 04 16:44:41.182 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-09-04T16:44:41.948Z[ recovery-image] Sep 04 16:44:41.204 INFO O| Sep 04 16:44:41.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64382024-09-04T16:44:41.973Z[ recovery-image] Sep 04 16:44:41.229 INFO O| Sep 04 16:44:41.229 INFO STEP 802 (remove_files) COMPLETE
64392024-09-04T16:44:41.973Z[ recovery-image] Sep 04 16:44:41.229 INFO O| Sep 04 16:44:41.229 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-09-04T16:44:41.995Z[ recovery-image] Sep 04 16:44:41.252 INFO O| Sep 04 16:44:41.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64412024-09-04T16:44:41.995Z[ recovery-image] Sep 04 16:44:41.252 INFO O| Sep 04 16:44:41.252 INFO STEP 803 (remove_files) COMPLETE
64422024-09-04T16:44:41.998Z[ recovery-image] Sep 04 16:44:41.252 INFO O| Sep 04 16:44:41.252 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-09-04T16:44:42.014Z[ recovery-image] Sep 04 16:44:41.271 INFO O| Sep 04 16:44:41.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64442024-09-04T16:44:42.014Z[ recovery-image] Sep 04 16:44:41.271 INFO O| Sep 04 16:44:41.271 INFO STEP 804 (remove_files) COMPLETE
64452024-09-04T16:44:42.014Z[ recovery-image] Sep 04 16:44:41.271 INFO O| Sep 04 16:44:41.271 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-09-04T16:44:42.035Z[ recovery-image] Sep 04 16:44:41.291 INFO O| Sep 04 16:44:41.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64472024-09-04T16:44:42.035Z[ recovery-image] Sep 04 16:44:41.292 INFO O| Sep 04 16:44:41.291 INFO STEP 805 (remove_files) COMPLETE
64482024-09-04T16:44:42.037Z[ recovery-image] Sep 04 16:44:41.292 INFO O| Sep 04 16:44:41.292 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-09-04T16:44:42.056Z[ recovery-image] Sep 04 16:44:41.312 INFO O| Sep 04 16:44:41.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64502024-09-04T16:44:42.056Z[ recovery-image] Sep 04 16:44:41.312 INFO O| Sep 04 16:44:41.312 INFO STEP 806 (remove_files) COMPLETE
64512024-09-04T16:44:42.058Z[ recovery-image] Sep 04 16:44:41.312 INFO O| Sep 04 16:44:41.312 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-09-04T16:44:42.077Z[ recovery-image] Sep 04 16:44:41.334 INFO O| Sep 04 16:44:41.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64532024-09-04T16:44:42.077Z[ recovery-image] Sep 04 16:44:41.334 INFO O| Sep 04 16:44:41.334 INFO STEP 807 (remove_files) COMPLETE
64542024-09-04T16:44:42.077Z[ recovery-image] Sep 04 16:44:41.334 INFO O| Sep 04 16:44:41.334 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-09-04T16:44:42.099Z[ recovery-image] Sep 04 16:44:41.355 INFO O| Sep 04 16:44:41.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64562024-09-04T16:44:42.099Z[ recovery-image] Sep 04 16:44:41.355 INFO O| Sep 04 16:44:41.355 INFO STEP 808 (remove_files) COMPLETE
64572024-09-04T16:44:42.101Z[ recovery-image] Sep 04 16:44:41.355 INFO O| Sep 04 16:44:41.355 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-09-04T16:44:42.122Z[ recovery-image] Sep 04 16:44:41.379 INFO O| Sep 04 16:44:41.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64592024-09-04T16:44:42.122Z[ recovery-image] Sep 04 16:44:41.379 INFO O| Sep 04 16:44:41.379 INFO STEP 809 (remove_files) COMPLETE
64602024-09-04T16:44:42.124Z[ recovery-image] Sep 04 16:44:41.379 INFO O| Sep 04 16:44:41.379 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-09-04T16:44:42.145Z[ recovery-image] Sep 04 16:44:41.402 INFO O| Sep 04 16:44:41.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64622024-09-04T16:44:42.145Z[ recovery-image] Sep 04 16:44:41.402 INFO O| Sep 04 16:44:41.402 INFO STEP 810 (remove_files) COMPLETE
64632024-09-04T16:44:42.148Z[ recovery-image] Sep 04 16:44:41.402 INFO O| Sep 04 16:44:41.402 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-09-04T16:44:42.184Z[ recovery-image] Sep 04 16:44:41.440 INFO O| Sep 04 16:44:41.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64652024-09-04T16:44:42.184Z[ recovery-image] Sep 04 16:44:41.440 INFO O| Sep 04 16:44:41.440 INFO STEP 811 (remove_files) COMPLETE
64662024-09-04T16:44:42.184Z[ recovery-image] Sep 04 16:44:41.440 INFO O| Sep 04 16:44:41.440 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-09-04T16:44:42.206Z[ recovery-image] Sep 04 16:44:41.462 INFO O| Sep 04 16:44:41.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64682024-09-04T16:44:42.206Z[ recovery-image] Sep 04 16:44:41.462 INFO O| Sep 04 16:44:41.462 INFO STEP 812 (remove_files) COMPLETE
64692024-09-04T16:44:42.206Z[ recovery-image] Sep 04 16:44:41.462 INFO O| Sep 04 16:44:41.462 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-09-04T16:44:42.228Z[ recovery-image] Sep 04 16:44:41.484 INFO O| Sep 04 16:44:41.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64712024-09-04T16:44:42.228Z[ recovery-image] Sep 04 16:44:41.484 INFO O| Sep 04 16:44:41.484 INFO STEP 813 (remove_files) COMPLETE
64722024-09-04T16:44:42.228Z[ recovery-image] Sep 04 16:44:41.484 INFO O| Sep 04 16:44:41.484 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-09-04T16:44:42.249Z[ recovery-image] Sep 04 16:44:41.506 INFO O| Sep 04 16:44:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64742024-09-04T16:44:42.250Z[ recovery-image] Sep 04 16:44:41.506 INFO O| Sep 04 16:44:41.506 INFO STEP 814 (remove_files) COMPLETE
64752024-09-04T16:44:42.250Z[ recovery-image] Sep 04 16:44:41.506 INFO O| Sep 04 16:44:41.506 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-09-04T16:44:42.272Z[ recovery-image] Sep 04 16:44:41.528 INFO O| Sep 04 16:44:41.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64772024-09-04T16:44:42.272Z[ recovery-image] Sep 04 16:44:41.528 INFO O| Sep 04 16:44:41.528 INFO STEP 815 (remove_files) COMPLETE
64782024-09-04T16:44:42.272Z[ recovery-image] Sep 04 16:44:41.528 INFO O| Sep 04 16:44:41.528 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-09-04T16:44:42.294Z[ recovery-image] Sep 04 16:44:41.550 INFO O| Sep 04 16:44:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64802024-09-04T16:44:42.294Z[ recovery-image] Sep 04 16:44:41.551 INFO O| Sep 04 16:44:41.550 INFO STEP 816 (remove_files) COMPLETE
64812024-09-04T16:44:42.296Z[ recovery-image] Sep 04 16:44:41.551 INFO O| Sep 04 16:44:41.551 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-09-04T16:44:42.315Z[ recovery-image] Sep 04 16:44:41.571 INFO O| Sep 04 16:44:41.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64832024-09-04T16:44:42.315Z[ recovery-image] Sep 04 16:44:41.571 INFO O| Sep 04 16:44:41.571 INFO STEP 817 (remove_files) COMPLETE
64842024-09-04T16:44:42.317Z[ recovery-image] Sep 04 16:44:41.571 INFO O| Sep 04 16:44:41.571 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-09-04T16:44:42.334Z[ recovery-image] Sep 04 16:44:41.591 INFO O| Sep 04 16:44:41.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64862024-09-04T16:44:42.334Z[ recovery-image] Sep 04 16:44:41.591 INFO O| Sep 04 16:44:41.591 INFO STEP 818 (remove_files) COMPLETE
64872024-09-04T16:44:42.337Z[ recovery-image] Sep 04 16:44:41.591 INFO O| Sep 04 16:44:41.591 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-09-04T16:44:42.368Z[ recovery-image] Sep 04 16:44:41.624 INFO O| Sep 04 16:44:41.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64892024-09-04T16:44:42.371Z[ recovery-image] Sep 04 16:44:41.624 INFO O| Sep 04 16:44:41.624 INFO STEP 819 (remove_files) COMPLETE
64902024-09-04T16:44:42.371Z[ recovery-image] Sep 04 16:44:41.624 INFO O| Sep 04 16:44:41.624 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-09-04T16:44:42.392Z[ recovery-image] Sep 04 16:44:41.649 INFO O| Sep 04 16:44:41.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64922024-09-04T16:44:42.396Z[ recovery-image] Sep 04 16:44:41.649 INFO O| Sep 04 16:44:41.649 INFO STEP 820 (remove_files) COMPLETE
64932024-09-04T16:44:42.396Z[ recovery-image] Sep 04 16:44:41.649 INFO O| Sep 04 16:44:41.649 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-09-04T16:44:42.431Z[ recovery-image] Sep 04 16:44:41.687 INFO O| Sep 04 16:44:41.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64952024-09-04T16:44:42.431Z[ recovery-image] Sep 04 16:44:41.687 INFO O| Sep 04 16:44:41.687 INFO STEP 821 (remove_files) COMPLETE
64962024-09-04T16:44:42.431Z[ recovery-image] Sep 04 16:44:41.687 INFO O| Sep 04 16:44:41.687 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-09-04T16:44:42.498Z[ recovery-image] Sep 04 16:44:41.755 INFO O| Sep 04 16:44:41.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64982024-09-04T16:44:42.501Z[ recovery-image] Sep 04 16:44:41.755 INFO O| Sep 04 16:44:41.755 INFO STEP 822 (remove_files) COMPLETE
64992024-09-04T16:44:42.501Z[ recovery-image] Sep 04 16:44:41.755 INFO O| Sep 04 16:44:41.755 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-09-04T16:44:42.522Z[ recovery-image] Sep 04 16:44:41.779 INFO O| Sep 04 16:44:41.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65012024-09-04T16:44:42.525Z[ recovery-image] Sep 04 16:44:41.779 INFO O| Sep 04 16:44:41.779 INFO STEP 823 (remove_files) COMPLETE
65022024-09-04T16:44:42.525Z[ recovery-image] Sep 04 16:44:41.779 INFO O| Sep 04 16:44:41.779 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-09-04T16:44:42.539Z[ host-image] Sep 04 16:44:41.795 INFO O| Sep 04 16:44:41.795 INFO O| Download: Completed 20.80 MB in 1.23 seconds (16.9M/s)
65042024-09-04T16:44:42.571Z[ recovery-image] Sep 04 16:44:41.828 INFO O| Sep 04 16:44:41.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65052024-09-04T16:44:42.572Z[ recovery-image] Sep 04 16:44:41.828 INFO O| Sep 04 16:44:41.828 INFO STEP 824 (remove_files) COMPLETE
65062024-09-04T16:44:42.572Z[ recovery-image] Sep 04 16:44:41.828 INFO O| Sep 04 16:44:41.828 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-04T16:44:42.615Z[ host-image] Sep 04 16:44:41.871 INFO O| Sep 04 16:44:41.871 INFO O| Actions: 1/22 actions (Installing new actions)
65082024-09-04T16:44:42.620Z[ recovery-image] Sep 04 16:44:41.877 INFO O| Sep 04 16:44:41.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65092024-09-04T16:44:42.620Z[ recovery-image] Sep 04 16:44:41.877 INFO O| Sep 04 16:44:41.877 INFO STEP 825 (remove_files) COMPLETE
65102024-09-04T16:44:42.622Z[ recovery-image] Sep 04 16:44:41.877 INFO O| Sep 04 16:44:41.877 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-09-04T16:44:42.642Z[ recovery-image] Sep 04 16:44:41.899 INFO O| Sep 04 16:44:41.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65122024-09-04T16:44:42.642Z[ recovery-image] Sep 04 16:44:41.899 INFO O| Sep 04 16:44:41.899 INFO STEP 826 (remove_files) COMPLETE
65132024-09-04T16:44:42.644Z[ recovery-image] Sep 04 16:44:41.899 INFO O| Sep 04 16:44:41.899 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-09-04T16:44:42.664Z[ recovery-image] Sep 04 16:44:41.921 INFO O| Sep 04 16:44:41.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65152024-09-04T16:44:42.666Z[ recovery-image] Sep 04 16:44:41.921 INFO O| Sep 04 16:44:41.921 INFO STEP 827 (remove_files) COMPLETE
65162024-09-04T16:44:42.666Z[ recovery-image] Sep 04 16:44:41.921 INFO O| Sep 04 16:44:41.921 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-09-04T16:44:42.700Z[ recovery-image] Sep 04 16:44:41.955 INFO O| Sep 04 16:44:41.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65182024-09-04T16:44:42.700Z[ recovery-image] Sep 04 16:44:41.955 INFO O| Sep 04 16:44:41.955 INFO STEP 828 (remove_files) COMPLETE
65192024-09-04T16:44:42.700Z[ recovery-image] Sep 04 16:44:41.955 INFO O| Sep 04 16:44:41.955 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-09-04T16:44:42.762Z[ recovery-image] Sep 04 16:44:42.018 INFO O| Sep 04 16:44:42.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65212024-09-04T16:44:42.762Z[ recovery-image] Sep 04 16:44:42.018 INFO O| Sep 04 16:44:42.018 INFO STEP 829 (remove_files) COMPLETE
65222024-09-04T16:44:42.762Z[ recovery-image] Sep 04 16:44:42.018 INFO O| Sep 04 16:44:42.018 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-09-04T16:44:42.785Z[ recovery-image] Sep 04 16:44:42.041 INFO O| Sep 04 16:44:42.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65242024-09-04T16:44:42.785Z[ recovery-image] Sep 04 16:44:42.041 INFO O| Sep 04 16:44:42.041 INFO STEP 830 (remove_files) COMPLETE
65252024-09-04T16:44:42.785Z[ recovery-image] Sep 04 16:44:42.041 INFO O| Sep 04 16:44:42.041 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-09-04T16:44:42.807Z[ recovery-image] Sep 04 16:44:42.064 INFO O| Sep 04 16:44:42.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65272024-09-04T16:44:42.807Z[ recovery-image] Sep 04 16:44:42.064 INFO O| Sep 04 16:44:42.064 INFO STEP 831 (remove_files) COMPLETE
65282024-09-04T16:44:42.807Z[ recovery-image] Sep 04 16:44:42.064 INFO O| Sep 04 16:44:42.064 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-09-04T16:44:42.830Z[ recovery-image] Sep 04 16:44:42.086 INFO O| Sep 04 16:44:42.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65302024-09-04T16:44:42.830Z[ recovery-image] Sep 04 16:44:42.086 INFO O| Sep 04 16:44:42.086 INFO STEP 832 (remove_files) COMPLETE
65312024-09-04T16:44:42.830Z[ recovery-image] Sep 04 16:44:42.086 INFO O| Sep 04 16:44:42.086 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-04T16:44:42.852Z[ recovery-image] Sep 04 16:44:42.108 INFO O| Sep 04 16:44:42.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65332024-09-04T16:44:42.852Z[ recovery-image] Sep 04 16:44:42.108 INFO O| Sep 04 16:44:42.108 INFO STEP 833 (remove_files) COMPLETE
65342024-09-04T16:44:42.852Z[ recovery-image] Sep 04 16:44:42.109 INFO O| Sep 04 16:44:42.108 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-09-04T16:44:42.873Z[ recovery-image] Sep 04 16:44:42.129 INFO O| Sep 04 16:44:42.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65362024-09-04T16:44:42.873Z[ recovery-image] Sep 04 16:44:42.129 INFO O| Sep 04 16:44:42.129 INFO STEP 834 (remove_files) COMPLETE
65372024-09-04T16:44:42.873Z[ recovery-image] Sep 04 16:44:42.129 INFO O| Sep 04 16:44:42.129 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-09-04T16:44:42.894Z[ recovery-image] Sep 04 16:44:42.151 INFO O| Sep 04 16:44:42.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65392024-09-04T16:44:42.894Z[ recovery-image] Sep 04 16:44:42.151 INFO O| Sep 04 16:44:42.151 INFO STEP 835 (remove_files) COMPLETE
65402024-09-04T16:44:42.897Z[ recovery-image] Sep 04 16:44:42.151 INFO O| Sep 04 16:44:42.151 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-09-04T16:44:42.915Z[ recovery-image] Sep 04 16:44:42.171 INFO O| Sep 04 16:44:42.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65422024-09-04T16:44:42.932Z[ recovery-image] Sep 04 16:44:42.188 INFO O| Sep 04 16:44:42.188 INFO STEP 836 (remove_files) COMPLETE
65432024-09-04T16:44:42.932Z[ recovery-image] Sep 04 16:44:42.188 INFO O| Sep 04 16:44:42.188 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-09-04T16:44:42.992Z[ recovery-image] Sep 04 16:44:42.249 INFO O| Sep 04 16:44:42.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65452024-09-04T16:44:42.993Z[ recovery-image] Sep 04 16:44:42.249 INFO O| Sep 04 16:44:42.249 INFO STEP 837 (remove_files) COMPLETE
65462024-09-04T16:44:42.993Z[ recovery-image] Sep 04 16:44:42.249 INFO O| Sep 04 16:44:42.249 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-09-04T16:44:43.014Z[ recovery-image] Sep 04 16:44:42.271 INFO O| Sep 04 16:44:42.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65482024-09-04T16:44:43.017Z[ recovery-image] Sep 04 16:44:42.271 INFO O| Sep 04 16:44:42.271 INFO STEP 838 (remove_files) COMPLETE
65492024-09-04T16:44:43.017Z[ recovery-image] Sep 04 16:44:42.271 INFO O| Sep 04 16:44:42.271 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-09-04T16:44:43.036Z[ recovery-image] Sep 04 16:44:42.291 INFO O| Sep 04 16:44:42.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65512024-09-04T16:44:43.039Z[ recovery-image] Sep 04 16:44:42.294 INFO O| Sep 04 16:44:42.294 INFO STEP 839 (remove_files) COMPLETE
65522024-09-04T16:44:43.039Z[ recovery-image] Sep 04 16:44:42.294 INFO O| Sep 04 16:44:42.294 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-04T16:44:43.079Z[ recovery-image] Sep 04 16:44:42.335 INFO O| Sep 04 16:44:42.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65542024-09-04T16:44:43.079Z[ recovery-image] Sep 04 16:44:42.335 INFO O| Sep 04 16:44:42.335 INFO STEP 840 (remove_files) COMPLETE
65552024-09-04T16:44:43.079Z[ recovery-image] Sep 04 16:44:42.336 INFO O| Sep 04 16:44:42.335 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-04T16:44:43.101Z[ recovery-image] Sep 04 16:44:42.357 INFO O| Sep 04 16:44:42.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65572024-09-04T16:44:43.101Z[ recovery-image] Sep 04 16:44:42.357 INFO O| Sep 04 16:44:42.357 INFO STEP 841 (remove_files) COMPLETE
65582024-09-04T16:44:43.102Z[ recovery-image] Sep 04 16:44:42.357 INFO O| Sep 04 16:44:42.357 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-04T16:44:43.126Z[ recovery-image] Sep 04 16:44:42.382 INFO O| Sep 04 16:44:42.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65602024-09-04T16:44:43.126Z[ recovery-image] Sep 04 16:44:42.382 INFO O| Sep 04 16:44:42.382 INFO STEP 842 (remove_files) COMPLETE
65612024-09-04T16:44:43.126Z[ recovery-image] Sep 04 16:44:42.382 INFO O| Sep 04 16:44:42.382 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-04T16:44:43.148Z[ recovery-image] Sep 04 16:44:42.405 INFO O| Sep 04 16:44:42.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65632024-09-04T16:44:43.150Z[ recovery-image] Sep 04 16:44:42.405 INFO O| Sep 04 16:44:42.405 INFO STEP 843 (remove_files) COMPLETE
65642024-09-04T16:44:43.150Z[ recovery-image] Sep 04 16:44:42.405 INFO O| Sep 04 16:44:42.405 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-04T16:44:43.189Z[ recovery-image] Sep 04 16:44:42.443 INFO O| Sep 04 16:44:42.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65662024-09-04T16:44:43.189Z[ recovery-image] Sep 04 16:44:42.443 INFO O| Sep 04 16:44:42.443 INFO STEP 844 (remove_files) COMPLETE
65672024-09-04T16:44:43.189Z[ recovery-image] Sep 04 16:44:42.443 INFO O| Sep 04 16:44:42.443 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-04T16:44:43.208Z[ recovery-image] Sep 04 16:44:42.464 INFO O| Sep 04 16:44:42.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65692024-09-04T16:44:43.208Z[ recovery-image] Sep 04 16:44:42.464 INFO O| Sep 04 16:44:42.464 INFO STEP 845 (remove_files) COMPLETE
65702024-09-04T16:44:43.208Z[ recovery-image] Sep 04 16:44:42.464 INFO O| Sep 04 16:44:42.464 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-04T16:44:43.229Z[ recovery-image] Sep 04 16:44:42.484 INFO O| Sep 04 16:44:42.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65722024-09-04T16:44:43.229Z[ recovery-image] Sep 04 16:44:42.484 INFO O| Sep 04 16:44:42.484 INFO STEP 846 (remove_files) COMPLETE
65732024-09-04T16:44:43.229Z[ recovery-image] Sep 04 16:44:42.484 INFO O| Sep 04 16:44:42.484 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-04T16:44:43.253Z[ recovery-image] Sep 04 16:44:42.509 INFO O| Sep 04 16:44:42.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65752024-09-04T16:44:43.257Z[ recovery-image] Sep 04 16:44:42.510 INFO O| Sep 04 16:44:42.509 INFO STEP 847 (remove_files) COMPLETE
65762024-09-04T16:44:43.257Z[ recovery-image] Sep 04 16:44:42.510 INFO O| Sep 04 16:44:42.510 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-04T16:44:43.375Z[ recovery-image] Sep 04 16:44:42.630 INFO O| Sep 04 16:44:42.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65782024-09-04T16:44:43.378Z[ recovery-image] Sep 04 16:44:42.631 INFO O| Sep 04 16:44:42.631 INFO STEP 848 (remove_files) COMPLETE
65792024-09-04T16:44:43.378Z[ recovery-image] Sep 04 16:44:42.631 INFO O| Sep 04 16:44:42.631 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-04T16:44:43.408Z[ recovery-image] Sep 04 16:44:42.664 INFO O| Sep 04 16:44:42.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65812024-09-04T16:44:43.408Z[ recovery-image] Sep 04 16:44:42.664 INFO O| Sep 04 16:44:42.664 INFO STEP 849 (remove_files) COMPLETE
65822024-09-04T16:44:43.411Z[ recovery-image] Sep 04 16:44:42.664 INFO O| Sep 04 16:44:42.664 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-04T16:44:43.416Z[ host-image] Sep 04 16:44:42.673 INFO O| Sep 04 16:44:42.672 INFO O| Actions: Completed 22 actions in 0.80 seconds.
65842024-09-04T16:44:43.446Z[ recovery-image] Sep 04 16:44:42.702 INFO O| Sep 04 16:44:42.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65852024-09-04T16:44:43.448Z[ recovery-image] Sep 04 16:44:42.702 INFO O| Sep 04 16:44:42.702 INFO STEP 850 (remove_files) COMPLETE
65862024-09-04T16:44:43.448Z[ recovery-image] Sep 04 16:44:42.702 INFO O| Sep 04 16:44:42.702 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-09-04T16:44:43.507Z[ recovery-image] Sep 04 16:44:42.764 INFO O| Sep 04 16:44:42.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65882024-09-04T16:44:43.510Z[ recovery-image] Sep 04 16:44:42.764 INFO O| Sep 04 16:44:42.764 INFO STEP 851 (remove_files) COMPLETE
65892024-09-04T16:44:43.510Z[ recovery-image] Sep 04 16:44:42.764 INFO O| Sep 04 16:44:42.764 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-09-04T16:44:43.542Z[ recovery-image] Sep 04 16:44:42.798 INFO O| Sep 04 16:44:42.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65912024-09-04T16:44:43.542Z[ recovery-image] Sep 04 16:44:42.798 INFO O| Sep 04 16:44:42.798 INFO STEP 852 (remove_files) COMPLETE
65922024-09-04T16:44:43.544Z[ recovery-image] Sep 04 16:44:42.798 INFO O| Sep 04 16:44:42.798 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-09-04T16:44:43.568Z[ recovery-image] Sep 04 16:44:42.824 INFO O| Sep 04 16:44:42.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65942024-09-04T16:44:43.570Z[ recovery-image] Sep 04 16:44:42.824 INFO O| Sep 04 16:44:42.824 INFO STEP 853 (remove_files) COMPLETE
65952024-09-04T16:44:43.570Z[ recovery-image] Sep 04 16:44:42.824 INFO O| Sep 04 16:44:42.824 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-09-04T16:44:43.601Z[ recovery-image] Sep 04 16:44:42.857 INFO O| Sep 04 16:44:42.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65972024-09-04T16:44:43.601Z[ recovery-image] Sep 04 16:44:42.857 INFO O| Sep 04 16:44:42.857 INFO STEP 854 (remove_files) COMPLETE
65982024-09-04T16:44:43.601Z[ recovery-image] Sep 04 16:44:42.857 INFO O| Sep 04 16:44:42.857 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-09-04T16:44:43.626Z[ recovery-image] Sep 04 16:44:42.883 INFO O| Sep 04 16:44:42.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66002024-09-04T16:44:43.626Z[ recovery-image] Sep 04 16:44:42.883 INFO O| Sep 04 16:44:42.883 INFO STEP 855 (remove_files) COMPLETE
66012024-09-04T16:44:43.626Z[ recovery-image] Sep 04 16:44:42.883 INFO O| Sep 04 16:44:42.883 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-09-04T16:44:43.652Z[ recovery-image] Sep 04 16:44:42.909 INFO O| Sep 04 16:44:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66032024-09-04T16:44:43.655Z[ recovery-image] Sep 04 16:44:42.909 INFO O| Sep 04 16:44:42.909 INFO STEP 856 (remove_files) COMPLETE
66042024-09-04T16:44:43.655Z[ recovery-image] Sep 04 16:44:42.909 INFO O| Sep 04 16:44:42.909 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-09-04T16:44:43.676Z[ recovery-image] Sep 04 16:44:42.932 INFO O| Sep 04 16:44:42.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66062024-09-04T16:44:43.679Z[ recovery-image] Sep 04 16:44:42.933 INFO O| Sep 04 16:44:42.933 INFO STEP 857 (remove_files) COMPLETE
66072024-09-04T16:44:43.679Z[ recovery-image] Sep 04 16:44:42.933 INFO O| Sep 04 16:44:42.933 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-09-04T16:44:43.702Z[ recovery-image] Sep 04 16:44:42.958 INFO O| Sep 04 16:44:42.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66092024-09-04T16:44:43.704Z[ recovery-image] Sep 04 16:44:42.958 INFO O| Sep 04 16:44:42.958 INFO STEP 858 (remove_files) COMPLETE
66102024-09-04T16:44:43.704Z[ recovery-image] Sep 04 16:44:42.958 INFO O| Sep 04 16:44:42.958 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-09-04T16:44:43.727Z[ recovery-image] Sep 04 16:44:42.983 INFO O| Sep 04 16:44:42.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66122024-09-04T16:44:43.727Z[ recovery-image] Sep 04 16:44:42.983 INFO O| Sep 04 16:44:42.983 INFO STEP 859 (remove_files) COMPLETE
66132024-09-04T16:44:43.729Z[ recovery-image] Sep 04 16:44:42.983 INFO O| Sep 04 16:44:42.983 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-09-04T16:44:43.751Z[ recovery-image] Sep 04 16:44:43.007 INFO O| Sep 04 16:44:43.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66152024-09-04T16:44:43.754Z[ recovery-image] Sep 04 16:44:43.007 INFO O| Sep 04 16:44:43.007 INFO STEP 860 (remove_files) COMPLETE
66162024-09-04T16:44:43.754Z[ recovery-image] Sep 04 16:44:43.007 INFO O| Sep 04 16:44:43.007 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-09-04T16:44:43.775Z[ recovery-image] Sep 04 16:44:43.031 INFO O| Sep 04 16:44:43.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66182024-09-04T16:44:43.777Z[ recovery-image] Sep 04 16:44:43.031 INFO O| Sep 04 16:44:43.031 INFO STEP 861 (remove_files) COMPLETE
66192024-09-04T16:44:43.777Z[ recovery-image] Sep 04 16:44:43.031 INFO O| Sep 04 16:44:43.031 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-09-04T16:44:43.800Z[ recovery-image] Sep 04 16:44:43.057 INFO O| Sep 04 16:44:43.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66212024-09-04T16:44:43.803Z[ recovery-image] Sep 04 16:44:43.057 INFO O| Sep 04 16:44:43.057 INFO STEP 862 (remove_files) COMPLETE
66222024-09-04T16:44:43.803Z[ recovery-image] Sep 04 16:44:43.057 INFO O| Sep 04 16:44:43.057 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-09-04T16:44:43.837Z[ host-image] Sep 04 16:44:43.094 INFO O| Sep 04 16:44:43.094 INFO O| Done
66242024-09-04T16:44:43.837Z[ host-image] Sep 04 16:44:43.094 INFO O| Sep 04 16:44:43.094 INFO O| Done
66252024-09-04T16:44:43.840Z[ recovery-image] Sep 04 16:44:43.094 INFO O| Sep 04 16:44:43.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66262024-09-04T16:44:43.840Z[ recovery-image] Sep 04 16:44:43.095 INFO O| Sep 04 16:44:43.094 INFO STEP 863 (remove_files) COMPLETE
66272024-09-04T16:44:43.840Z[ recovery-image] Sep 04 16:44:43.095 INFO O| Sep 04 16:44:43.095 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-04T16:44:44.108Z[ recovery-image] Sep 04 16:44:43.364 INFO O| Sep 04 16:44:43.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66292024-09-04T16:44:44.111Z[ recovery-image] Sep 04 16:44:43.365 INFO O| Sep 04 16:44:43.365 INFO STEP 864 (remove_files) COMPLETE
66302024-09-04T16:44:44.111Z[ recovery-image] Sep 04 16:44:43.365 INFO O| Sep 04 16:44:43.365 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-04T16:44:44.128Z[ recovery-image] Sep 04 16:44:43.385 INFO O| Sep 04 16:44:43.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66322024-09-04T16:44:44.131Z[ recovery-image] Sep 04 16:44:43.385 INFO O| Sep 04 16:44:43.385 INFO STEP 865 (remove_files) COMPLETE
66332024-09-04T16:44:44.131Z[ recovery-image] Sep 04 16:44:43.385 INFO O| Sep 04 16:44:43.385 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-04T16:44:44.184Z[ recovery-image] Sep 04 16:44:43.440 INFO O| Sep 04 16:44:43.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66352024-09-04T16:44:44.184Z[ recovery-image] Sep 04 16:44:43.440 INFO O| Sep 04 16:44:43.431 INFO STEP 866 (remove_files) COMPLETE
66362024-09-04T16:44:44.186Z[ recovery-image] Sep 04 16:44:43.440 INFO O| Sep 04 16:44:43.431 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-04T16:44:44.199Z[ recovery-image] Sep 04 16:44:43.455 INFO O| Sep 04 16:44:43.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66382024-09-04T16:44:44.199Z[ recovery-image] Sep 04 16:44:43.455 INFO O| Sep 04 16:44:43.455 INFO STEP 867 (remove_files) COMPLETE
66392024-09-04T16:44:44.199Z[ recovery-image] Sep 04 16:44:43.455 INFO O| Sep 04 16:44:43.455 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-04T16:44:44.219Z[ recovery-image] Sep 04 16:44:43.475 INFO O| Sep 04 16:44:43.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66412024-09-04T16:44:44.219Z[ recovery-image] Sep 04 16:44:43.476 INFO O| Sep 04 16:44:43.476 INFO STEP 868 (remove_files) COMPLETE
66422024-09-04T16:44:44.219Z[ recovery-image] Sep 04 16:44:43.476 INFO O| Sep 04 16:44:43.476 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-04T16:44:44.239Z[ recovery-image] Sep 04 16:44:43.495 INFO O| Sep 04 16:44:43.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66442024-09-04T16:44:44.239Z[ recovery-image] Sep 04 16:44:43.495 INFO O| Sep 04 16:44:43.495 INFO STEP 869 (remove_files) COMPLETE
66452024-09-04T16:44:44.242Z[ recovery-image] Sep 04 16:44:43.495 INFO O| Sep 04 16:44:43.495 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-04T16:44:44.273Z[ recovery-image] Sep 04 16:44:43.529 INFO O| Sep 04 16:44:43.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66472024-09-04T16:44:44.273Z[ recovery-image] Sep 04 16:44:43.529 INFO O| Sep 04 16:44:43.529 INFO STEP 870 (remove_files) COMPLETE
66482024-09-04T16:44:44.276Z[ recovery-image] Sep 04 16:44:43.530 INFO O| Sep 04 16:44:43.529 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-04T16:44:44.294Z[ recovery-image] Sep 04 16:44:43.551 INFO O| Sep 04 16:44:43.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66502024-09-04T16:44:44.294Z[ recovery-image] Sep 04 16:44:43.551 INFO O| Sep 04 16:44:43.551 INFO STEP 871 (remove_files) COMPLETE
66512024-09-04T16:44:44.297Z[ recovery-image] Sep 04 16:44:43.551 INFO O| Sep 04 16:44:43.551 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-04T16:44:44.313Z[ recovery-image] Sep 04 16:44:43.569 INFO O| Sep 04 16:44:43.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66532024-09-04T16:44:44.316Z[ recovery-image] Sep 04 16:44:43.570 INFO O| Sep 04 16:44:43.569 INFO STEP 872 (remove_files) COMPLETE
66542024-09-04T16:44:44.316Z[ recovery-image] Sep 04 16:44:43.570 INFO O| Sep 04 16:44:43.569 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-04T16:44:44.333Z[ recovery-image] Sep 04 16:44:43.589 INFO O| Sep 04 16:44:43.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66562024-09-04T16:44:44.335Z[ recovery-image] Sep 04 16:44:43.589 INFO O| Sep 04 16:44:43.589 INFO STEP 873 (remove_files) COMPLETE
66572024-09-04T16:44:44.335Z[ recovery-image] Sep 04 16:44:43.589 INFO O| Sep 04 16:44:43.589 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-04T16:44:44.354Z[ recovery-image] Sep 04 16:44:43.610 INFO O| Sep 04 16:44:43.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66592024-09-04T16:44:44.354Z[ recovery-image] Sep 04 16:44:43.610 INFO O| Sep 04 16:44:43.610 INFO STEP 874 (remove_files) COMPLETE
66602024-09-04T16:44:44.354Z[ recovery-image] Sep 04 16:44:43.610 INFO O| Sep 04 16:44:43.610 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-04T16:44:44.385Z[ recovery-image] Sep 04 16:44:43.641 INFO O| Sep 04 16:44:43.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66622024-09-04T16:44:44.385Z[ recovery-image] Sep 04 16:44:43.641 INFO O| Sep 04 16:44:43.641 INFO STEP 875 (remove_files) COMPLETE
66632024-09-04T16:44:44.385Z[ recovery-image] Sep 04 16:44:43.641 INFO O| Sep 04 16:44:43.641 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-04T16:44:44.418Z[ recovery-image] Sep 04 16:44:43.674 INFO O| Sep 04 16:44:43.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66652024-09-04T16:44:44.418Z[ recovery-image] Sep 04 16:44:43.674 INFO O| Sep 04 16:44:43.674 INFO STEP 876 (remove_files) COMPLETE
66662024-09-04T16:44:44.418Z[ recovery-image] Sep 04 16:44:43.674 INFO O| Sep 04 16:44:43.674 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-04T16:44:44.451Z[ recovery-image] Sep 04 16:44:43.707 INFO O| Sep 04 16:44:43.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66682024-09-04T16:44:44.454Z[ recovery-image] Sep 04 16:44:43.708 INFO O| Sep 04 16:44:43.708 INFO STEP 877 (remove_files) COMPLETE
66692024-09-04T16:44:44.454Z[ recovery-image] Sep 04 16:44:43.708 INFO O| Sep 04 16:44:43.708 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-04T16:44:44.474Z[ recovery-image] Sep 04 16:44:43.730 INFO O| Sep 04 16:44:43.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66712024-09-04T16:44:44.474Z[ recovery-image] Sep 04 16:44:43.730 INFO O| Sep 04 16:44:43.730 INFO STEP 878 (remove_files) COMPLETE
66722024-09-04T16:44:44.477Z[ recovery-image] Sep 04 16:44:43.730 INFO O| Sep 04 16:44:43.730 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-04T16:44:44.496Z[ recovery-image] Sep 04 16:44:43.753 INFO O| Sep 04 16:44:43.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66742024-09-04T16:44:44.497Z[ recovery-image] Sep 04 16:44:43.753 INFO O| Sep 04 16:44:43.753 INFO STEP 879 (remove_files) COMPLETE
66752024-09-04T16:44:44.497Z[ recovery-image] Sep 04 16:44:43.753 INFO O| Sep 04 16:44:43.753 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-04T16:44:44.517Z[ recovery-image] Sep 04 16:44:43.773 INFO O| Sep 04 16:44:43.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66772024-09-04T16:44:44.517Z[ recovery-image] Sep 04 16:44:43.773 INFO O| Sep 04 16:44:43.773 INFO STEP 880 (remove_files) COMPLETE
66782024-09-04T16:44:44.517Z[ recovery-image] Sep 04 16:44:43.773 INFO O| Sep 04 16:44:43.773 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-04T16:44:44.536Z[ host-image] Sep 04 16:44:43.792 INFO O| Sep 04 16:44:43.792 INFO O| Done
66802024-09-04T16:44:44.538Z[ recovery-image] Sep 04 16:44:43.792 INFO O| Sep 04 16:44:43.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66812024-09-04T16:44:44.538Z[ recovery-image] Sep 04 16:44:43.792 INFO O| Sep 04 16:44:43.792 INFO STEP 881 (remove_files) COMPLETE
66822024-09-04T16:44:44.538Z[ recovery-image] Sep 04 16:44:43.792 INFO O| Sep 04 16:44:43.792 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-09-04T16:44:44.558Z[ recovery-image] Sep 04 16:44:43.815 INFO O| Sep 04 16:44:43.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66842024-09-04T16:44:44.558Z[ recovery-image] Sep 04 16:44:43.815 INFO O| Sep 04 16:44:43.815 INFO STEP 882 (remove_files) COMPLETE
66852024-09-04T16:44:44.561Z[ recovery-image] Sep 04 16:44:43.815 INFO O| Sep 04 16:44:43.815 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-09-04T16:44:44.579Z[ recovery-image] Sep 04 16:44:43.835 INFO O| Sep 04 16:44:43.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66872024-09-04T16:44:44.579Z[ recovery-image] Sep 04 16:44:43.835 INFO O| Sep 04 16:44:43.835 INFO STEP 883 (remove_files) COMPLETE
66882024-09-04T16:44:44.579Z[ recovery-image] Sep 04 16:44:43.835 INFO O| Sep 04 16:44:43.835 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-09-04T16:44:44.604Z[ recovery-image] Sep 04 16:44:43.859 INFO O| Sep 04 16:44:43.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66902024-09-04T16:44:44.623Z[ recovery-image] Sep 04 16:44:43.879 INFO O| Sep 04 16:44:43.879 INFO STEP 884 (remove_files) COMPLETE
66912024-09-04T16:44:44.623Z[ recovery-image] Sep 04 16:44:43.879 INFO O| Sep 04 16:44:43.879 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-09-04T16:44:44.680Z[ recovery-image] Sep 04 16:44:43.936 INFO O| Sep 04 16:44:43.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66932024-09-04T16:44:44.682Z[ recovery-image] Sep 04 16:44:43.936 INFO O| Sep 04 16:44:43.936 INFO STEP 885 (remove_files) COMPLETE
66942024-09-04T16:44:44.682Z[ recovery-image] Sep 04 16:44:43.936 INFO O| Sep 04 16:44:43.936 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-09-04T16:44:44.700Z[ recovery-image] Sep 04 16:44:43.956 INFO O| Sep 04 16:44:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66962024-09-04T16:44:44.702Z[ recovery-image] Sep 04 16:44:43.956 INFO O| Sep 04 16:44:43.956 INFO STEP 886 (remove_files) COMPLETE
66972024-09-04T16:44:44.702Z[ recovery-image] Sep 04 16:44:43.956 INFO O| Sep 04 16:44:43.956 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-09-04T16:44:44.719Z[ recovery-image] Sep 04 16:44:43.975 INFO O| Sep 04 16:44:43.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66992024-09-04T16:44:44.721Z[ recovery-image] Sep 04 16:44:43.976 INFO O| Sep 04 16:44:43.975 INFO STEP 887 (remove_files) COMPLETE
67002024-09-04T16:44:44.722Z[ recovery-image] Sep 04 16:44:43.976 INFO O| Sep 04 16:44:43.976 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-09-04T16:44:44.754Z[ recovery-image] Sep 04 16:44:44.010 INFO O| Sep 04 16:44:44.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67022024-09-04T16:44:44.774Z[ recovery-image] Sep 04 16:44:44.030 INFO O| Sep 04 16:44:44.030 INFO STEP 888 (remove_files) COMPLETE
67032024-09-04T16:44:44.774Z[ recovery-image] Sep 04 16:44:44.030 INFO O| Sep 04 16:44:44.030 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-09-04T16:44:44.796Z[ recovery-image] Sep 04 16:44:44.052 INFO O| Sep 04 16:44:44.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67052024-09-04T16:44:44.798Z[ recovery-image] Sep 04 16:44:44.052 INFO O| Sep 04 16:44:44.052 INFO STEP 889 (remove_files) COMPLETE
67062024-09-04T16:44:44.798Z[ recovery-image] Sep 04 16:44:44.052 INFO O| Sep 04 16:44:44.052 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-09-04T16:44:44.834Z[ recovery-image] Sep 04 16:44:44.090 INFO O| Sep 04 16:44:44.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67082024-09-04T16:44:44.836Z[ recovery-image] Sep 04 16:44:44.091 INFO O| Sep 04 16:44:44.090 INFO STEP 890 (remove_files) COMPLETE
67092024-09-04T16:44:44.836Z[ recovery-image] Sep 04 16:44:44.091 INFO O| Sep 04 16:44:44.091 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-09-04T16:44:44.856Z[ recovery-image] Sep 04 16:44:44.112 INFO O| Sep 04 16:44:44.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67112024-09-04T16:44:44.859Z[ recovery-image] Sep 04 16:44:44.113 INFO O| Sep 04 16:44:44.113 INFO STEP 891 (remove_files) COMPLETE
67122024-09-04T16:44:44.859Z[ recovery-image] Sep 04 16:44:44.113 INFO O| Sep 04 16:44:44.113 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-09-04T16:44:44.878Z[ recovery-image] Sep 04 16:44:44.135 INFO O| Sep 04 16:44:44.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67142024-09-04T16:44:44.881Z[ recovery-image] Sep 04 16:44:44.135 INFO O| Sep 04 16:44:44.135 INFO STEP 892 (remove_files) COMPLETE
67152024-09-04T16:44:44.881Z[ recovery-image] Sep 04 16:44:44.135 INFO O| Sep 04 16:44:44.135 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-09-04T16:44:44.914Z[ recovery-image] Sep 04 16:44:44.169 INFO O| Sep 04 16:44:44.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67172024-09-04T16:44:44.914Z[ recovery-image] Sep 04 16:44:44.169 INFO O| Sep 04 16:44:44.169 INFO STEP 893 (remove_files) COMPLETE
67182024-09-04T16:44:44.914Z[ recovery-image] Sep 04 16:44:44.169 INFO O| Sep 04 16:44:44.169 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-09-04T16:44:44.979Z[ recovery-image] Sep 04 16:44:44.235 INFO O| Sep 04 16:44:44.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67202024-09-04T16:44:44.979Z[ recovery-image] Sep 04 16:44:44.235 INFO O| Sep 04 16:44:44.235 INFO STEP 894 (remove_files) COMPLETE
67212024-09-04T16:44:44.979Z[ recovery-image] Sep 04 16:44:44.235 INFO O| Sep 04 16:44:44.235 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-09-04T16:44:45.024Z[ recovery-image] Sep 04 16:44:44.281 INFO O| Sep 04 16:44:44.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67232024-09-04T16:44:45.025Z[ recovery-image] Sep 04 16:44:44.281 INFO O| Sep 04 16:44:44.281 INFO STEP 895 (remove_files) COMPLETE
67242024-09-04T16:44:45.025Z[ recovery-image] Sep 04 16:44:44.281 INFO O| Sep 04 16:44:44.281 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-09-04T16:44:45.048Z[ recovery-image] Sep 04 16:44:44.304 INFO O| Sep 04 16:44:44.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67262024-09-04T16:44:45.048Z[ recovery-image] Sep 04 16:44:44.304 INFO O| Sep 04 16:44:44.304 INFO STEP 896 (remove_files) COMPLETE
67272024-09-04T16:44:45.050Z[ recovery-image] Sep 04 16:44:44.304 INFO O| Sep 04 16:44:44.304 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-09-04T16:44:45.070Z[ recovery-image] Sep 04 16:44:44.326 INFO O| Sep 04 16:44:44.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67292024-09-04T16:44:45.070Z[ recovery-image] Sep 04 16:44:44.326 INFO O| Sep 04 16:44:44.326 INFO STEP 897 (remove_files) COMPLETE
67302024-09-04T16:44:45.070Z[ recovery-image] Sep 04 16:44:44.326 INFO O| Sep 04 16:44:44.326 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-09-04T16:44:45.105Z[ recovery-image] Sep 04 16:44:44.361 INFO O| Sep 04 16:44:44.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67322024-09-04T16:44:45.105Z[ recovery-image] Sep 04 16:44:44.361 INFO O| Sep 04 16:44:44.361 INFO STEP 898 (remove_files) COMPLETE
67332024-09-04T16:44:45.105Z[ recovery-image] Sep 04 16:44:44.362 INFO O| Sep 04 16:44:44.361 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-09-04T16:44:45.126Z[ recovery-image] Sep 04 16:44:44.382 INFO O| Sep 04 16:44:44.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67352024-09-04T16:44:45.129Z[ recovery-image] Sep 04 16:44:44.382 INFO O| Sep 04 16:44:44.382 INFO STEP 899 (remove_files) COMPLETE
67362024-09-04T16:44:45.129Z[ recovery-image] Sep 04 16:44:44.383 INFO O| Sep 04 16:44:44.382 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-09-04T16:44:45.146Z[ recovery-image] Sep 04 16:44:44.402 INFO O| Sep 04 16:44:44.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67382024-09-04T16:44:45.146Z[ recovery-image] Sep 04 16:44:44.402 INFO O| Sep 04 16:44:44.402 INFO STEP 900 (remove_files) COMPLETE
67392024-09-04T16:44:45.146Z[ recovery-image] Sep 04 16:44:44.402 INFO O| Sep 04 16:44:44.402 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-09-04T16:44:45.182Z[ recovery-image] Sep 04 16:44:44.438 INFO O| Sep 04 16:44:44.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67412024-09-04T16:44:45.182Z[ recovery-image] Sep 04 16:44:44.438 INFO O| Sep 04 16:44:44.438 INFO STEP 901 (remove_files) COMPLETE
67422024-09-04T16:44:45.182Z[ recovery-image] Sep 04 16:44:44.438 INFO O| Sep 04 16:44:44.438 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-09-04T16:44:45.214Z[ recovery-image] Sep 04 16:44:44.470 INFO O| Sep 04 16:44:44.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67442024-09-04T16:44:45.214Z[ recovery-image] Sep 04 16:44:44.470 INFO O| Sep 04 16:44:44.470 INFO STEP 902 (remove_files) COMPLETE
67452024-09-04T16:44:45.216Z[ recovery-image] Sep 04 16:44:44.470 INFO O| Sep 04 16:44:44.470 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-09-04T16:44:45.235Z[ recovery-image] Sep 04 16:44:44.491 INFO O| Sep 04 16:44:44.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67472024-09-04T16:44:45.235Z[ recovery-image] Sep 04 16:44:44.492 INFO O| Sep 04 16:44:44.492 INFO STEP 903 (remove_files) COMPLETE
67482024-09-04T16:44:45.235Z[ recovery-image] Sep 04 16:44:44.492 INFO O| Sep 04 16:44:44.492 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-09-04T16:44:45.255Z[ recovery-image] Sep 04 16:44:44.511 INFO O| Sep 04 16:44:44.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67502024-09-04T16:44:45.255Z[ recovery-image] Sep 04 16:44:44.512 INFO O| Sep 04 16:44:44.512 INFO STEP 904 (remove_files) COMPLETE
67512024-09-04T16:44:45.255Z[ recovery-image] Sep 04 16:44:44.512 INFO O| Sep 04 16:44:44.512 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-09-04T16:44:45.276Z[ recovery-image] Sep 04 16:44:44.532 INFO O| Sep 04 16:44:44.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67532024-09-04T16:44:45.276Z[ recovery-image] Sep 04 16:44:44.532 INFO O| Sep 04 16:44:44.532 INFO STEP 905 (remove_files) COMPLETE
67542024-09-04T16:44:45.276Z[ recovery-image] Sep 04 16:44:44.532 INFO O| Sep 04 16:44:44.532 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-09-04T16:44:45.296Z[ recovery-image] Sep 04 16:44:44.552 INFO O| Sep 04 16:44:44.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67562024-09-04T16:44:45.296Z[ recovery-image] Sep 04 16:44:44.552 INFO O| Sep 04 16:44:44.552 INFO STEP 906 (remove_files) COMPLETE
67572024-09-04T16:44:45.299Z[ recovery-image] Sep 04 16:44:44.552 INFO O| Sep 04 16:44:44.552 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-09-04T16:44:45.340Z[ recovery-image] Sep 04 16:44:44.595 INFO O| Sep 04 16:44:44.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67592024-09-04T16:44:45.340Z[ recovery-image] Sep 04 16:44:44.595 INFO O| Sep 04 16:44:44.595 INFO STEP 907 (remove_files) COMPLETE
67602024-09-04T16:44:45.340Z[ recovery-image] Sep 04 16:44:44.595 INFO O| Sep 04 16:44:44.595 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-09-04T16:44:45.368Z[ recovery-image] Sep 04 16:44:44.624 INFO O| Sep 04 16:44:44.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67622024-09-04T16:44:45.370Z[ recovery-image] Sep 04 16:44:44.624 INFO O| Sep 04 16:44:44.624 INFO STEP 908 (remove_files) COMPLETE
67632024-09-04T16:44:45.370Z[ recovery-image] Sep 04 16:44:44.624 INFO O| Sep 04 16:44:44.624 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-09-04T16:44:45.394Z[ recovery-image] Sep 04 16:44:44.650 INFO O| Sep 04 16:44:44.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67652024-09-04T16:44:45.394Z[ recovery-image] Sep 04 16:44:44.650 INFO O| Sep 04 16:44:44.650 INFO STEP 909 (remove_files) COMPLETE
67662024-09-04T16:44:45.394Z[ recovery-image] Sep 04 16:44:44.650 INFO O| Sep 04 16:44:44.650 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-09-04T16:44:45.428Z[ recovery-image] Sep 04 16:44:44.684 INFO O| Sep 04 16:44:44.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67682024-09-04T16:44:45.436Z[ recovery-image] Sep 04 16:44:44.692 INFO O| Sep 04 16:44:44.692 INFO STEP 910 (remove_files) COMPLETE
67692024-09-04T16:44:45.436Z[ recovery-image] Sep 04 16:44:44.692 INFO O| Sep 04 16:44:44.692 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-09-04T16:44:45.492Z[ recovery-image] Sep 04 16:44:44.748 INFO O| Sep 04 16:44:44.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67712024-09-04T16:44:45.492Z[ recovery-image] Sep 04 16:44:44.748 INFO O| Sep 04 16:44:44.748 INFO STEP 911 (remove_files) COMPLETE
67722024-09-04T16:44:45.492Z[ recovery-image] Sep 04 16:44:44.749 INFO O| Sep 04 16:44:44.748 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-09-04T16:44:45.528Z[ recovery-image] Sep 04 16:44:44.784 INFO O| Sep 04 16:44:44.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67742024-09-04T16:44:45.528Z[ recovery-image] Sep 04 16:44:44.784 INFO O| Sep 04 16:44:44.784 INFO STEP 912 (remove_files) COMPLETE
67752024-09-04T16:44:45.531Z[ recovery-image] Sep 04 16:44:44.784 INFO O| Sep 04 16:44:44.784 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-09-04T16:44:45.578Z[ recovery-image] Sep 04 16:44:44.833 INFO O| Sep 04 16:44:44.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67772024-09-04T16:44:45.578Z[ recovery-image] Sep 04 16:44:44.833 INFO O| Sep 04 16:44:44.833 INFO STEP 913 (remove_files) COMPLETE
67782024-09-04T16:44:45.581Z[ recovery-image] Sep 04 16:44:44.833 INFO O| Sep 04 16:44:44.833 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-09-04T16:44:45.619Z[ recovery-image] Sep 04 16:44:44.875 INFO O| Sep 04 16:44:44.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67802024-09-04T16:44:45.619Z[ recovery-image] Sep 04 16:44:44.875 INFO O| Sep 04 16:44:44.875 INFO STEP 914 (remove_files) COMPLETE
67812024-09-04T16:44:45.622Z[ recovery-image] Sep 04 16:44:44.875 INFO O| Sep 04 16:44:44.875 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-09-04T16:44:45.636Z[ recovery-image] Sep 04 16:44:44.892 INFO O| Sep 04 16:44:44.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67832024-09-04T16:44:45.636Z[ recovery-image] Sep 04 16:44:44.893 INFO O| Sep 04 16:44:44.893 INFO STEP 915 (remove_files) COMPLETE
67842024-09-04T16:44:45.639Z[ recovery-image] Sep 04 16:44:44.893 INFO O| Sep 04 16:44:44.893 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-09-04T16:44:45.654Z[ recovery-image] Sep 04 16:44:44.910 INFO O| Sep 04 16:44:44.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67862024-09-04T16:44:45.654Z[ recovery-image] Sep 04 16:44:44.910 INFO O| Sep 04 16:44:44.910 INFO STEP 916 (remove_files) COMPLETE
67872024-09-04T16:44:45.654Z[ recovery-image] Sep 04 16:44:44.910 INFO O| Sep 04 16:44:44.910 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-09-04T16:44:45.672Z[ recovery-image] Sep 04 16:44:44.928 INFO O| Sep 04 16:44:44.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67892024-09-04T16:44:45.672Z[ recovery-image] Sep 04 16:44:44.928 INFO O| Sep 04 16:44:44.928 INFO STEP 917 (remove_files) COMPLETE
67902024-09-04T16:44:45.674Z[ recovery-image] Sep 04 16:44:44.928 INFO O| Sep 04 16:44:44.928 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-09-04T16:44:45.697Z[ recovery-image] Sep 04 16:44:44.950 INFO O| Sep 04 16:44:44.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67922024-09-04T16:44:45.697Z[ recovery-image] Sep 04 16:44:44.950 INFO O| Sep 04 16:44:44.945 INFO STEP 918 (remove_files) COMPLETE
67932024-09-04T16:44:45.697Z[ recovery-image] Sep 04 16:44:44.950 INFO O| Sep 04 16:44:44.945 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-09-04T16:44:45.707Z[ recovery-image] Sep 04 16:44:44.963 INFO O| Sep 04 16:44:44.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67952024-09-04T16:44:45.707Z[ recovery-image] Sep 04 16:44:44.963 INFO O| Sep 04 16:44:44.963 INFO STEP 919 (remove_files) COMPLETE
67962024-09-04T16:44:45.707Z[ recovery-image] Sep 04 16:44:44.963 INFO O| Sep 04 16:44:44.963 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-09-04T16:44:45.724Z[ recovery-image] Sep 04 16:44:44.979 INFO O| Sep 04 16:44:44.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67982024-09-04T16:44:45.724Z[ recovery-image] Sep 04 16:44:44.979 INFO O| Sep 04 16:44:44.979 INFO STEP 920 (remove_files) COMPLETE
67992024-09-04T16:44:45.724Z[ recovery-image] Sep 04 16:44:44.979 INFO O| Sep 04 16:44:44.979 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-09-04T16:44:45.752Z[ recovery-image] Sep 04 16:44:45.008 INFO O| Sep 04 16:44:45.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68012024-09-04T16:44:45.753Z[ recovery-image] Sep 04 16:44:45.008 INFO O| Sep 04 16:44:45.008 INFO STEP 921 (remove_files) COMPLETE
68022024-09-04T16:44:45.753Z[ recovery-image] Sep 04 16:44:45.009 INFO O| Sep 04 16:44:45.008 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-09-04T16:44:45.814Z[ recovery-image] Sep 04 16:44:45.070 INFO O| Sep 04 16:44:45.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68042024-09-04T16:44:45.814Z[ recovery-image] Sep 04 16:44:45.070 INFO O| Sep 04 16:44:45.070 INFO STEP 922 (remove_files) COMPLETE
68052024-09-04T16:44:45.817Z[ recovery-image] Sep 04 16:44:45.070 INFO O| Sep 04 16:44:45.070 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-09-04T16:44:45.863Z[ recovery-image] Sep 04 16:44:45.119 INFO O| Sep 04 16:44:45.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68072024-09-04T16:44:45.866Z[ recovery-image] Sep 04 16:44:45.119 INFO O| Sep 04 16:44:45.119 INFO STEP 923 (remove_files) COMPLETE
68082024-09-04T16:44:45.866Z[ recovery-image] Sep 04 16:44:45.119 INFO O| Sep 04 16:44:45.119 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-09-04T16:44:45.884Z[ recovery-image] Sep 04 16:44:45.140 INFO O| Sep 04 16:44:45.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68102024-09-04T16:44:45.884Z[ recovery-image] Sep 04 16:44:45.140 INFO O| Sep 04 16:44:45.140 INFO STEP 924 (remove_files) COMPLETE
68112024-09-04T16:44:45.887Z[ recovery-image] Sep 04 16:44:45.140 INFO O| Sep 04 16:44:45.140 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-09-04T16:44:45.904Z[ recovery-image] Sep 04 16:44:45.160 INFO O| Sep 04 16:44:45.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68132024-09-04T16:44:45.905Z[ recovery-image] Sep 04 16:44:45.160 INFO O| Sep 04 16:44:45.160 INFO STEP 925 (remove_files) COMPLETE
68142024-09-04T16:44:45.905Z[ recovery-image] Sep 04 16:44:45.160 INFO O| Sep 04 16:44:45.160 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-09-04T16:44:45.937Z[ recovery-image] Sep 04 16:44:45.193 INFO O| Sep 04 16:44:45.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68162024-09-04T16:44:45.937Z[ recovery-image] Sep 04 16:44:45.193 INFO O| Sep 04 16:44:45.193 INFO STEP 926 (remove_files) COMPLETE
68172024-09-04T16:44:45.937Z[ recovery-image] Sep 04 16:44:45.193 INFO O| Sep 04 16:44:45.193 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-09-04T16:44:45.957Z[ recovery-image] Sep 04 16:44:45.213 INFO O| Sep 04 16:44:45.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68192024-09-04T16:44:45.967Z[ recovery-image] Sep 04 16:44:45.223 INFO O| Sep 04 16:44:45.223 INFO STEP 927 (remove_files) COMPLETE
68202024-09-04T16:44:45.967Z[ recovery-image] Sep 04 16:44:45.223 INFO O| Sep 04 16:44:45.223 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-09-04T16:44:45.999Z[ recovery-image] Sep 04 16:44:45.255 INFO O| Sep 04 16:44:45.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68222024-09-04T16:44:45.999Z[ recovery-image] Sep 04 16:44:45.255 INFO O| Sep 04 16:44:45.255 INFO STEP 928 (remove_files) COMPLETE
68232024-09-04T16:44:45.999Z[ recovery-image] Sep 04 16:44:45.255 INFO O| Sep 04 16:44:45.255 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-09-04T16:44:46.019Z[ recovery-image] Sep 04 16:44:45.275 INFO O| Sep 04 16:44:45.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68252024-09-04T16:44:46.019Z[ recovery-image] Sep 04 16:44:45.275 INFO O| Sep 04 16:44:45.275 INFO STEP 929 (remove_files) COMPLETE
68262024-09-04T16:44:46.021Z[ recovery-image] Sep 04 16:44:45.275 INFO O| Sep 04 16:44:45.275 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-09-04T16:44:46.043Z[ recovery-image] Sep 04 16:44:45.299 INFO O| Sep 04 16:44:45.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68282024-09-04T16:44:46.043Z[ recovery-image] Sep 04 16:44:45.299 INFO O| Sep 04 16:44:45.299 INFO STEP 930 (remove_files) COMPLETE
68292024-09-04T16:44:46.045Z[ recovery-image] Sep 04 16:44:45.299 INFO O| Sep 04 16:44:45.299 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-09-04T16:44:46.097Z[ recovery-image] Sep 04 16:44:45.353 INFO O| Sep 04 16:44:45.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68312024-09-04T16:44:46.097Z[ recovery-image] Sep 04 16:44:45.353 INFO O| Sep 04 16:44:45.353 INFO STEP 931 (remove_files) COMPLETE
68322024-09-04T16:44:46.100Z[ recovery-image] Sep 04 16:44:45.353 INFO O| Sep 04 16:44:45.353 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-09-04T16:44:46.139Z[ recovery-image] Sep 04 16:44:45.394 INFO O| Sep 04 16:44:45.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68342024-09-04T16:44:46.139Z[ recovery-image] Sep 04 16:44:45.394 INFO O| Sep 04 16:44:45.394 INFO STEP 932 (remove_files) COMPLETE
68352024-09-04T16:44:46.139Z[ recovery-image] Sep 04 16:44:45.394 INFO O| Sep 04 16:44:45.394 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-09-04T16:44:46.169Z[ recovery-image] Sep 04 16:44:45.425 INFO O| Sep 04 16:44:45.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68372024-09-04T16:44:46.172Z[ recovery-image] Sep 04 16:44:45.425 INFO O| Sep 04 16:44:45.425 INFO STEP 933 (remove_files) COMPLETE
68382024-09-04T16:44:46.172Z[ recovery-image] Sep 04 16:44:45.425 INFO O| Sep 04 16:44:45.425 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-09-04T16:44:46.191Z[ recovery-image] Sep 04 16:44:45.447 INFO O| Sep 04 16:44:45.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68402024-09-04T16:44:46.193Z[ recovery-image] Sep 04 16:44:45.447 INFO O| Sep 04 16:44:45.447 INFO STEP 934 (remove_files) COMPLETE
68412024-09-04T16:44:46.193Z[ recovery-image] Sep 04 16:44:45.447 INFO O| Sep 04 16:44:45.447 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-09-04T16:44:46.232Z[ recovery-image] Sep 04 16:44:45.481 INFO O| Sep 04 16:44:45.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68432024-09-04T16:44:46.232Z[ recovery-image] Sep 04 16:44:45.481 INFO O| Sep 04 16:44:45.481 INFO STEP 935 (remove_files) COMPLETE
68442024-09-04T16:44:46.235Z[ recovery-image] Sep 04 16:44:45.481 INFO O| Sep 04 16:44:45.481 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-09-04T16:44:46.277Z[ recovery-image] Sep 04 16:44:45.533 INFO O| Sep 04 16:44:45.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68462024-09-04T16:44:46.278Z[ recovery-image] Sep 04 16:44:45.533 INFO O| Sep 04 16:44:45.533 INFO STEP 936 (remove_files) COMPLETE
68472024-09-04T16:44:46.278Z[ recovery-image] Sep 04 16:44:45.533 INFO O| Sep 04 16:44:45.533 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-09-04T16:44:46.298Z[ recovery-image] Sep 04 16:44:45.554 INFO O| Sep 04 16:44:45.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68492024-09-04T16:44:46.302Z[ recovery-image] Sep 04 16:44:45.554 INFO O| Sep 04 16:44:45.554 INFO STEP 937 (remove_files) COMPLETE
68502024-09-04T16:44:46.302Z[ recovery-image] Sep 04 16:44:45.554 INFO O| Sep 04 16:44:45.554 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-09-04T16:44:46.320Z[ recovery-image] Sep 04 16:44:45.575 INFO O| Sep 04 16:44:45.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68522024-09-04T16:44:46.320Z[ recovery-image] Sep 04 16:44:45.576 INFO O| Sep 04 16:44:45.576 INFO STEP 938 (remove_files) COMPLETE
68532024-09-04T16:44:46.320Z[ recovery-image] Sep 04 16:44:45.576 INFO O| Sep 04 16:44:45.576 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-09-04T16:44:46.342Z[ recovery-image] Sep 04 16:44:45.597 INFO O| Sep 04 16:44:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68552024-09-04T16:44:46.342Z[ recovery-image] Sep 04 16:44:45.598 INFO O| Sep 04 16:44:45.598 INFO STEP 939 (remove_files) COMPLETE
68562024-09-04T16:44:46.343Z[ recovery-image] Sep 04 16:44:45.598 INFO O| Sep 04 16:44:45.598 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-09-04T16:44:46.382Z[ recovery-image] Sep 04 16:44:45.637 INFO O| Sep 04 16:44:45.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68582024-09-04T16:44:46.382Z[ recovery-image] Sep 04 16:44:45.637 INFO O| Sep 04 16:44:45.637 INFO STEP 940 (remove_files) COMPLETE
68592024-09-04T16:44:46.382Z[ recovery-image] Sep 04 16:44:45.637 INFO O| Sep 04 16:44:45.637 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-09-04T16:44:46.403Z[ recovery-image] Sep 04 16:44:45.659 INFO O| Sep 04 16:44:45.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68612024-09-04T16:44:46.403Z[ recovery-image] Sep 04 16:44:45.659 INFO O| Sep 04 16:44:45.659 INFO STEP 941 (remove_files) COMPLETE
68622024-09-04T16:44:46.406Z[ recovery-image] Sep 04 16:44:45.659 INFO O| Sep 04 16:44:45.659 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-09-04T16:44:46.426Z[ recovery-image] Sep 04 16:44:45.682 INFO O| Sep 04 16:44:45.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68642024-09-04T16:44:46.429Z[ recovery-image] Sep 04 16:44:45.682 INFO O| Sep 04 16:44:45.682 INFO STEP 942 (remove_files) COMPLETE
68652024-09-04T16:44:46.430Z[ recovery-image] Sep 04 16:44:45.682 INFO O| Sep 04 16:44:45.682 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-09-04T16:44:46.450Z[ recovery-image] Sep 04 16:44:45.706 INFO O| Sep 04 16:44:45.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68672024-09-04T16:44:46.453Z[ recovery-image] Sep 04 16:44:45.706 INFO O| Sep 04 16:44:45.706 INFO STEP 943 (remove_files) COMPLETE
68682024-09-04T16:44:46.453Z[ recovery-image] Sep 04 16:44:45.706 INFO O| Sep 04 16:44:45.706 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-09-04T16:44:46.476Z[ recovery-image] Sep 04 16:44:45.731 INFO O| Sep 04 16:44:45.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68702024-09-04T16:44:46.476Z[ recovery-image] Sep 04 16:44:45.731 INFO O| Sep 04 16:44:45.731 INFO STEP 944 (remove_files) COMPLETE
68712024-09-04T16:44:46.477Z[ recovery-image] Sep 04 16:44:45.731 INFO O| Sep 04 16:44:45.731 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-09-04T16:44:46.501Z[ recovery-image] Sep 04 16:44:45.756 INFO O| Sep 04 16:44:45.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68732024-09-04T16:44:46.501Z[ recovery-image] Sep 04 16:44:45.756 INFO O| Sep 04 16:44:45.756 INFO STEP 945 (remove_files) COMPLETE
68742024-09-04T16:44:46.501Z[ recovery-image] Sep 04 16:44:45.756 INFO O| Sep 04 16:44:45.756 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-09-04T16:44:46.527Z[ recovery-image] Sep 04 16:44:45.780 INFO O| Sep 04 16:44:45.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68762024-09-04T16:44:46.528Z[ recovery-image] Sep 04 16:44:45.780 INFO O| Sep 04 16:44:45.780 INFO STEP 946 (remove_files) COMPLETE
68772024-09-04T16:44:46.528Z[ recovery-image] Sep 04 16:44:45.780 INFO O| Sep 04 16:44:45.780 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-09-04T16:44:46.546Z[ recovery-image] Sep 04 16:44:45.801 INFO O| Sep 04 16:44:45.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68792024-09-04T16:44:46.546Z[ recovery-image] Sep 04 16:44:45.801 INFO O| Sep 04 16:44:45.801 INFO STEP 947 (remove_files) COMPLETE
68802024-09-04T16:44:46.546Z[ recovery-image] Sep 04 16:44:45.801 INFO O| Sep 04 16:44:45.801 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-09-04T16:44:46.583Z[ recovery-image] Sep 04 16:44:45.839 INFO O| Sep 04 16:44:45.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68822024-09-04T16:44:46.583Z[ recovery-image] Sep 04 16:44:45.839 INFO O| Sep 04 16:44:45.839 INFO STEP 948 (remove_files) COMPLETE
68832024-09-04T16:44:46.583Z[ recovery-image] Sep 04 16:44:45.839 INFO O| Sep 04 16:44:45.839 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-09-04T16:44:46.614Z[ recovery-image] Sep 04 16:44:45.869 INFO O| Sep 04 16:44:45.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68852024-09-04T16:44:46.614Z[ recovery-image] Sep 04 16:44:45.869 INFO O| Sep 04 16:44:45.869 INFO STEP 949 (remove_files) COMPLETE
68862024-09-04T16:44:46.614Z[ recovery-image] Sep 04 16:44:45.869 INFO O| Sep 04 16:44:45.869 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-09-04T16:44:46.660Z[ recovery-image] Sep 04 16:44:45.916 INFO O| Sep 04 16:44:45.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68882024-09-04T16:44:46.660Z[ recovery-image] Sep 04 16:44:45.916 INFO O| Sep 04 16:44:45.916 INFO STEP 950 (remove_files) COMPLETE
68892024-09-04T16:44:46.663Z[ recovery-image] Sep 04 16:44:45.916 INFO O| Sep 04 16:44:45.916 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-09-04T16:44:46.681Z[ recovery-image] Sep 04 16:44:45.936 INFO O| Sep 04 16:44:45.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68912024-09-04T16:44:46.685Z[ recovery-image] Sep 04 16:44:45.937 INFO O| Sep 04 16:44:45.937 INFO STEP 951 (remove_files) COMPLETE
68922024-09-04T16:44:46.685Z[ recovery-image] Sep 04 16:44:45.937 INFO O| Sep 04 16:44:45.937 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-09-04T16:44:46.701Z[ recovery-image] Sep 04 16:44:45.957 INFO O| Sep 04 16:44:45.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68942024-09-04T16:44:46.705Z[ recovery-image] Sep 04 16:44:45.957 INFO O| Sep 04 16:44:45.957 INFO STEP 952 (remove_files) COMPLETE
68952024-09-04T16:44:46.705Z[ recovery-image] Sep 04 16:44:45.957 INFO O| Sep 04 16:44:45.957 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-09-04T16:44:46.723Z[ recovery-image] Sep 04 16:44:45.979 INFO O| Sep 04 16:44:45.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68972024-09-04T16:44:46.723Z[ recovery-image] Sep 04 16:44:45.979 INFO O| Sep 04 16:44:45.979 INFO STEP 953 (remove_files) COMPLETE
68982024-09-04T16:44:46.726Z[ recovery-image] Sep 04 16:44:45.979 INFO O| Sep 04 16:44:45.979 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-09-04T16:44:46.745Z[ recovery-image] Sep 04 16:44:46.000 INFO O| Sep 04 16:44:46.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69002024-09-04T16:44:46.748Z[ recovery-image] Sep 04 16:44:46.000 INFO O| Sep 04 16:44:46.000 INFO STEP 954 (remove_files) COMPLETE
69012024-09-04T16:44:46.748Z[ recovery-image] Sep 04 16:44:46.000 INFO O| Sep 04 16:44:46.000 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-09-04T16:44:46.762Z[ recovery-image] Sep 04 16:44:46.018 INFO O| Sep 04 16:44:46.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69032024-09-04T16:44:46.762Z[ recovery-image] Sep 04 16:44:46.018 INFO O| Sep 04 16:44:46.018 INFO STEP 955 (remove_files) COMPLETE
69042024-09-04T16:44:46.763Z[ recovery-image] Sep 04 16:44:46.018 INFO O| Sep 04 16:44:46.018 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-09-04T16:44:46.780Z[ recovery-image] Sep 04 16:44:46.035 INFO O| Sep 04 16:44:46.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69062024-09-04T16:44:46.780Z[ recovery-image] Sep 04 16:44:46.035 INFO O| Sep 04 16:44:46.035 INFO STEP 956 (remove_files) COMPLETE
69072024-09-04T16:44:46.780Z[ recovery-image] Sep 04 16:44:46.035 INFO O| Sep 04 16:44:46.035 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-09-04T16:44:46.812Z[ recovery-image] Sep 04 16:44:46.067 INFO O| Sep 04 16:44:46.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69092024-09-04T16:44:46.812Z[ recovery-image] Sep 04 16:44:46.067 INFO O| Sep 04 16:44:46.067 INFO STEP 957 (remove_files) COMPLETE
69102024-09-04T16:44:46.814Z[ recovery-image] Sep 04 16:44:46.067 INFO O| Sep 04 16:44:46.067 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-09-04T16:44:46.834Z[ recovery-image] Sep 04 16:44:46.090 INFO O| Sep 04 16:44:46.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69122024-09-04T16:44:46.834Z[ recovery-image] Sep 04 16:44:46.090 INFO O| Sep 04 16:44:46.090 INFO STEP 958 (remove_files) COMPLETE
69132024-09-04T16:44:46.834Z[ recovery-image] Sep 04 16:44:46.090 INFO O| Sep 04 16:44:46.090 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-09-04T16:44:46.869Z[ recovery-image] Sep 04 16:44:46.123 INFO O| Sep 04 16:44:46.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69152024-09-04T16:44:46.869Z[ recovery-image] Sep 04 16:44:46.123 INFO O| Sep 04 16:44:46.123 INFO STEP 959 (remove_files) COMPLETE
69162024-09-04T16:44:46.869Z[ recovery-image] Sep 04 16:44:46.123 INFO O| Sep 04 16:44:46.123 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-09-04T16:44:46.895Z[ recovery-image] Sep 04 16:44:46.151 INFO O| Sep 04 16:44:46.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69182024-09-04T16:44:46.921Z[ recovery-image] Sep 04 16:44:46.177 INFO O| Sep 04 16:44:46.177 INFO STEP 960 (remove_files) COMPLETE
69192024-09-04T16:44:46.921Z[ recovery-image] Sep 04 16:44:46.177 INFO O| Sep 04 16:44:46.177 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-09-04T16:44:46.940Z[ recovery-image] Sep 04 16:44:46.196 INFO O| Sep 04 16:44:46.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69212024-09-04T16:44:46.940Z[ recovery-image] Sep 04 16:44:46.196 INFO O| Sep 04 16:44:46.196 INFO STEP 961 (remove_files) COMPLETE
69222024-09-04T16:44:46.943Z[ recovery-image] Sep 04 16:44:46.196 INFO O| Sep 04 16:44:46.196 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-09-04T16:44:46.968Z[ host-image] Sep 04 16:44:46.223 INFO O| Sep 04 16:44:46.223 INFO O| Done
69242024-09-04T16:44:46.981Z[ recovery-image] Sep 04 16:44:46.236 INFO O| Sep 04 16:44:46.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69252024-09-04T16:44:46.984Z[ recovery-image] Sep 04 16:44:46.236 INFO O| Sep 04 16:44:46.236 INFO STEP 962 (remove_files) COMPLETE
69262024-09-04T16:44:46.984Z[ recovery-image] Sep 04 16:44:46.237 INFO O| Sep 04 16:44:46.236 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-09-04T16:44:47.002Z[ recovery-image] Sep 04 16:44:46.257 INFO O| Sep 04 16:44:46.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69282024-09-04T16:44:47.005Z[ recovery-image] Sep 04 16:44:46.258 INFO O| Sep 04 16:44:46.258 INFO STEP 963 (remove_files) COMPLETE
69292024-09-04T16:44:47.005Z[ recovery-image] Sep 04 16:44:46.258 INFO O| Sep 04 16:44:46.258 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-09-04T16:44:47.007Z[ host-image] Sep 04 16:44:46.263 INFO O| Sep 04 16:44:46.263 INFO O| Done
69312024-09-04T16:44:47.007Z[ host-image] Sep 04 16:44:46.263 INFO O| Sep 04 16:44:46.263 INFO O| Done
69322024-09-04T16:44:47.021Z[ recovery-image] Sep 04 16:44:46.276 INFO O| Sep 04 16:44:46.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69332024-09-04T16:44:47.023Z[ recovery-image] Sep 04 16:44:46.277 INFO O| Sep 04 16:44:46.276 INFO STEP 964 (remove_files) COMPLETE
69342024-09-04T16:44:47.024Z[ recovery-image] Sep 04 16:44:46.277 INFO O| Sep 04 16:44:46.277 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-09-04T16:44:47.024Z[ host-image] Sep 04 16:44:46.279 INFO O| Sep 04 16:44:46.279 INFO O| Done
69362024-09-04T16:44:47.041Z[ recovery-image] Sep 04 16:44:46.297 INFO O| Sep 04 16:44:46.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69372024-09-04T16:44:47.067Z[ recovery-image] Sep 04 16:44:46.323 INFO O| Sep 04 16:44:46.323 INFO STEP 965 (remove_files) COMPLETE
69382024-09-04T16:44:47.071Z[ recovery-image] Sep 04 16:44:46.323 INFO O| Sep 04 16:44:46.323 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-09-04T16:44:47.088Z[ recovery-image] Sep 04 16:44:46.343 INFO O| Sep 04 16:44:46.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69402024-09-04T16:44:47.091Z[ recovery-image] Sep 04 16:44:46.344 INFO O| Sep 04 16:44:46.344 INFO STEP 966 (remove_files) COMPLETE
69412024-09-04T16:44:47.091Z[ recovery-image] Sep 04 16:44:46.344 INFO O| Sep 04 16:44:46.344 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-09-04T16:44:47.108Z[ recovery-image] Sep 04 16:44:46.363 INFO O| Sep 04 16:44:46.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69432024-09-04T16:44:47.111Z[ recovery-image] Sep 04 16:44:46.364 INFO O| Sep 04 16:44:46.364 INFO STEP 967 (remove_files) COMPLETE
69442024-09-04T16:44:47.111Z[ recovery-image] Sep 04 16:44:46.364 INFO O| Sep 04 16:44:46.364 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-09-04T16:44:47.145Z[ recovery-image] Sep 04 16:44:46.401 INFO O| Sep 04 16:44:46.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69462024-09-04T16:44:47.155Z[ recovery-image] Sep 04 16:44:46.409 INFO O| Sep 04 16:44:46.409 INFO STEP 968 (remove_files) COMPLETE
69472024-09-04T16:44:47.155Z[ recovery-image] Sep 04 16:44:46.410 INFO O| Sep 04 16:44:46.409 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-09-04T16:44:47.180Z[ recovery-image] Sep 04 16:44:46.435 INFO O| Sep 04 16:44:46.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69492024-09-04T16:44:47.183Z[ recovery-image] Sep 04 16:44:46.436 INFO O| Sep 04 16:44:46.436 INFO STEP 969 (remove_files) COMPLETE
69502024-09-04T16:44:47.183Z[ recovery-image] Sep 04 16:44:46.436 INFO O| Sep 04 16:44:46.436 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-09-04T16:44:47.197Z[ host-image] Sep 04 16:44:46.452 INFO O| Sep 04 16:44:46.452 INFO STEP 14 (pkg_install) COMPLETE
69522024-09-04T16:44:47.197Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.452 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69532024-09-04T16:44:47.197Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.452 INFO skip step because feature "mfg" is not enabled
69542024-09-04T16:44:47.206Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.453 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69552024-09-04T16:44:47.206Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.453 INFO skip step because feature "compliance" is not enabled
69562024-09-04T16:44:47.206Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.453 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69572024-09-04T16:44:47.206Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.453 INFO skip step because feature "stress" is not enabled
69582024-09-04T16:44:47.206Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.453 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69592024-09-04T16:44:47.206Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.453 INFO skip step because feature "nfs" is not enabled
69602024-09-04T16:44:47.206Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.453 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
69612024-09-04T16:44:47.206Z[ host-image] Sep 04 16:44:46.453 INFO O| Sep 04 16:44:46.453 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
69622024-09-04T16:44:47.206Z[ recovery-image] Sep 04 16:44:46.454 INFO O| Sep 04 16:44:46.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69632024-09-04T16:44:47.207Z[ recovery-image] Sep 04 16:44:46.454 INFO O| Sep 04 16:44:46.454 INFO STEP 970 (remove_files) COMPLETE
69642024-09-04T16:44:47.207Z[ recovery-image] Sep 04 16:44:46.454 INFO O| Sep 04 16:44:46.454 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-09-04T16:44:47.271Z[ recovery-image] Sep 04 16:44:46.527 INFO O| Sep 04 16:44:46.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69662024-09-04T16:44:47.275Z[ recovery-image] Sep 04 16:44:46.527 INFO O| Sep 04 16:44:46.527 INFO STEP 971 (remove_files) COMPLETE
69672024-09-04T16:44:47.275Z[ recovery-image] Sep 04 16:44:46.527 INFO O| Sep 04 16:44:46.527 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-09-04T16:44:47.294Z[ recovery-image] Sep 04 16:44:46.547 INFO O| Sep 04 16:44:46.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69692024-09-04T16:44:47.294Z[ recovery-image] Sep 04 16:44:46.548 INFO O| Sep 04 16:44:46.548 INFO STEP 972 (remove_files) COMPLETE
69702024-09-04T16:44:47.294Z[ recovery-image] Sep 04 16:44:46.548 INFO O| Sep 04 16:44:46.548 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-09-04T16:44:47.315Z[ recovery-image] Sep 04 16:44:46.568 INFO O| Sep 04 16:44:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69722024-09-04T16:44:47.319Z[ recovery-image] Sep 04 16:44:46.569 INFO O| Sep 04 16:44:46.569 INFO STEP 973 (remove_files) COMPLETE
69732024-09-04T16:44:47.319Z[ recovery-image] Sep 04 16:44:46.569 INFO O| Sep 04 16:44:46.569 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-09-04T16:44:47.338Z[ host-image] Sep 04 16:44:46.579 INFO O| Sep 04 16:44:46.579 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
69752024-09-04T16:44:47.347Z[ recovery-image] Sep 04 16:44:46.591 INFO O| Sep 04 16:44:46.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69762024-09-04T16:44:47.347Z[ recovery-image] Sep 04 16:44:46.591 INFO O| Sep 04 16:44:46.591 INFO STEP 974 (remove_files) COMPLETE
69772024-09-04T16:44:47.347Z[ recovery-image] Sep 04 16:44:46.591 INFO O| Sep 04 16:44:46.591 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-09-04T16:44:47.369Z[ recovery-image] Sep 04 16:44:46.621 INFO O| Sep 04 16:44:46.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69792024-09-04T16:44:47.373Z[ recovery-image] Sep 04 16:44:46.621 INFO O| Sep 04 16:44:46.621 INFO STEP 975 (remove_files) COMPLETE
69802024-09-04T16:44:47.373Z[ recovery-image] Sep 04 16:44:46.621 INFO O| Sep 04 16:44:46.621 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-09-04T16:44:47.385Z[ recovery-image] Sep 04 16:44:46.641 INFO O| Sep 04 16:44:46.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69822024-09-04T16:44:47.390Z[ recovery-image] Sep 04 16:44:46.641 INFO O| Sep 04 16:44:46.641 INFO STEP 976 (remove_files) COMPLETE
69832024-09-04T16:44:47.390Z[ recovery-image] Sep 04 16:44:46.641 INFO O| Sep 04 16:44:46.641 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-09-04T16:44:47.436Z[ recovery-image] Sep 04 16:44:46.692 INFO O| Sep 04 16:44:46.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69852024-09-04T16:44:47.441Z[ recovery-image] Sep 04 16:44:46.692 INFO O| Sep 04 16:44:46.692 INFO STEP 977 (remove_files) COMPLETE
69862024-09-04T16:44:47.441Z[ recovery-image] Sep 04 16:44:46.692 INFO O| Sep 04 16:44:46.692 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-09-04T16:44:47.444Z[ host-image] Sep 04 16:44:46.696 INFO O| Sep 04 16:44:46.695 INFO completed processing gimlet/ramdisk-01-os
69882024-09-04T16:44:47.444Z[ host-image] Sep 04 16:44:46.698 INFO omicron1 baseline generation...
69892024-09-04T16:44:47.444Z[ host-image] Sep 04 16:44:46.698 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
69902024-09-04T16:44:47.484Z[ recovery-image] Sep 04 16:44:46.739 INFO O| Sep 04 16:44:46.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69912024-09-04T16:44:47.487Z[ recovery-image] Sep 04 16:44:46.739 INFO O| Sep 04 16:44:46.739 INFO STEP 978 (remove_files) COMPLETE
69922024-09-04T16:44:47.487Z[ recovery-image] Sep 04 16:44:46.739 INFO O| Sep 04 16:44:46.739 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-09-04T16:44:47.537Z[ recovery-image] Sep 04 16:44:46.793 INFO O| Sep 04 16:44:46.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69942024-09-04T16:44:47.537Z[ recovery-image] Sep 04 16:44:46.793 INFO O| Sep 04 16:44:46.793 INFO STEP 979 (remove_files) COMPLETE
69952024-09-04T16:44:47.538Z[ recovery-image] Sep 04 16:44:46.793 INFO O| Sep 04 16:44:46.793 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-09-04T16:44:47.564Z[ recovery-image] Sep 04 16:44:46.820 INFO O| Sep 04 16:44:46.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69972024-09-04T16:44:47.567Z[ recovery-image] Sep 04 16:44:46.820 INFO O| Sep 04 16:44:46.820 INFO STEP 980 (remove_files) COMPLETE
69982024-09-04T16:44:47.567Z[ recovery-image] Sep 04 16:44:46.820 INFO O| Sep 04 16:44:46.820 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-09-04T16:44:47.594Z[ recovery-image] Sep 04 16:44:46.843 INFO O| Sep 04 16:44:46.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70002024-09-04T16:44:47.594Z[ recovery-image] Sep 04 16:44:46.843 INFO O| Sep 04 16:44:46.843 INFO STEP 981 (remove_files) COMPLETE
70012024-09-04T16:44:47.594Z[ recovery-image] Sep 04 16:44:46.843 INFO O| Sep 04 16:44:46.843 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-09-04T16:44:47.615Z[ recovery-image] Sep 04 16:44:46.870 INFO O| Sep 04 16:44:46.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70032024-09-04T16:44:47.615Z[ recovery-image] Sep 04 16:44:46.870 INFO O| Sep 04 16:44:46.870 INFO STEP 982 (remove_files) COMPLETE
70042024-09-04T16:44:47.615Z[ recovery-image] Sep 04 16:44:46.870 INFO O| Sep 04 16:44:46.870 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-09-04T16:44:47.639Z[ recovery-image] Sep 04 16:44:46.895 INFO O| Sep 04 16:44:46.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70062024-09-04T16:44:47.640Z[ recovery-image] Sep 04 16:44:46.895 INFO O| Sep 04 16:44:46.895 INFO STEP 983 (remove_files) COMPLETE
70072024-09-04T16:44:47.640Z[ recovery-image] Sep 04 16:44:46.895 INFO O| Sep 04 16:44:46.895 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-09-04T16:44:47.671Z[ recovery-image] Sep 04 16:44:46.926 INFO O| Sep 04 16:44:46.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70092024-09-04T16:44:47.671Z[ recovery-image] Sep 04 16:44:46.926 INFO O| Sep 04 16:44:46.926 INFO STEP 984 (remove_files) COMPLETE
70102024-09-04T16:44:47.671Z[ recovery-image] Sep 04 16:44:46.926 INFO O| Sep 04 16:44:46.926 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-09-04T16:44:47.701Z[ recovery-image] Sep 04 16:44:46.956 INFO O| Sep 04 16:44:46.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70122024-09-04T16:44:47.701Z[ recovery-image] Sep 04 16:44:46.956 INFO O| Sep 04 16:44:46.956 INFO STEP 985 (remove_files) COMPLETE
70132024-09-04T16:44:47.703Z[ recovery-image] Sep 04 16:44:46.956 INFO O| Sep 04 16:44:46.956 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-09-04T16:44:47.721Z[ recovery-image] Sep 04 16:44:46.977 INFO O| Sep 04 16:44:46.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70152024-09-04T16:44:47.721Z[ recovery-image] Sep 04 16:44:46.977 INFO O| Sep 04 16:44:46.977 INFO STEP 986 (remove_files) COMPLETE
70162024-09-04T16:44:47.722Z[ recovery-image] Sep 04 16:44:46.977 INFO O| Sep 04 16:44:46.977 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-09-04T16:44:47.742Z[ recovery-image] Sep 04 16:44:46.998 INFO O| Sep 04 16:44:46.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70182024-09-04T16:44:47.745Z[ recovery-image] Sep 04 16:44:46.998 INFO O| Sep 04 16:44:46.998 INFO STEP 987 (remove_files) COMPLETE
70192024-09-04T16:44:47.745Z[ recovery-image] Sep 04 16:44:46.998 INFO O| Sep 04 16:44:46.998 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-09-04T16:44:47.766Z[ recovery-image] Sep 04 16:44:47.021 INFO O| Sep 04 16:44:47.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70212024-09-04T16:44:47.766Z[ recovery-image] Sep 04 16:44:47.021 INFO O| Sep 04 16:44:47.021 INFO STEP 988 (remove_files) COMPLETE
70222024-09-04T16:44:47.766Z[ recovery-image] Sep 04 16:44:47.021 INFO O| Sep 04 16:44:47.021 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-09-04T16:44:47.802Z[ recovery-image] Sep 04 16:44:47.056 INFO O| Sep 04 16:44:47.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70242024-09-04T16:44:47.802Z[ recovery-image] Sep 04 16:44:47.056 INFO O| Sep 04 16:44:47.056 INFO STEP 989 (remove_files) COMPLETE
70252024-09-04T16:44:47.805Z[ recovery-image] Sep 04 16:44:47.056 INFO O| Sep 04 16:44:47.056 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-09-04T16:44:47.833Z[ recovery-image] Sep 04 16:44:47.088 INFO O| Sep 04 16:44:47.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70272024-09-04T16:44:47.833Z[ recovery-image] Sep 04 16:44:47.088 INFO O| Sep 04 16:44:47.088 INFO STEP 990 (remove_files) COMPLETE
70282024-09-04T16:44:47.836Z[ recovery-image] Sep 04 16:44:47.088 INFO O| Sep 04 16:44:47.088 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-09-04T16:44:47.856Z[ recovery-image] Sep 04 16:44:47.111 INFO O| Sep 04 16:44:47.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70302024-09-04T16:44:47.856Z[ recovery-image] Sep 04 16:44:47.111 INFO O| Sep 04 16:44:47.111 INFO STEP 991 (remove_files) COMPLETE
70312024-09-04T16:44:47.856Z[ recovery-image] Sep 04 16:44:47.111 INFO O| Sep 04 16:44:47.111 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-09-04T16:44:47.900Z[ recovery-image] Sep 04 16:44:47.152 INFO O| Sep 04 16:44:47.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70332024-09-04T16:44:47.900Z[ recovery-image] Sep 04 16:44:47.152 INFO O| Sep 04 16:44:47.152 INFO STEP 992 (remove_files) COMPLETE
70342024-09-04T16:44:47.900Z[ recovery-image] Sep 04 16:44:47.152 INFO O| Sep 04 16:44:47.152 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-09-04T16:44:47.945Z[ recovery-image] Sep 04 16:44:47.199 INFO O| Sep 04 16:44:47.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70362024-09-04T16:44:47.945Z[ recovery-image] Sep 04 16:44:47.199 INFO O| Sep 04 16:44:47.199 INFO STEP 993 (remove_files) COMPLETE
70372024-09-04T16:44:47.945Z[ recovery-image] Sep 04 16:44:47.199 INFO O| Sep 04 16:44:47.199 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-09-04T16:44:47.978Z[ recovery-image] Sep 04 16:44:47.233 INFO O| Sep 04 16:44:47.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70392024-09-04T16:44:47.978Z[ recovery-image] Sep 04 16:44:47.233 INFO O| Sep 04 16:44:47.233 INFO STEP 994 (remove_files) COMPLETE
70402024-09-04T16:44:47.978Z[ recovery-image] Sep 04 16:44:47.233 INFO O| Sep 04 16:44:47.233 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-09-04T16:44:47.999Z[ recovery-image] Sep 04 16:44:47.255 INFO O| Sep 04 16:44:47.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70422024-09-04T16:44:48.003Z[ recovery-image] Sep 04 16:44:47.255 INFO O| Sep 04 16:44:47.255 INFO STEP 995 (remove_files) COMPLETE
70432024-09-04T16:44:48.003Z[ recovery-image] Sep 04 16:44:47.255 INFO O| Sep 04 16:44:47.255 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-09-04T16:44:48.045Z[ recovery-image] Sep 04 16:44:47.300 INFO O| Sep 04 16:44:47.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70452024-09-04T16:44:48.045Z[ recovery-image] Sep 04 16:44:47.300 INFO O| Sep 04 16:44:47.300 INFO STEP 996 (remove_files) COMPLETE
70462024-09-04T16:44:48.048Z[ recovery-image] Sep 04 16:44:47.300 INFO O| Sep 04 16:44:47.300 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-09-04T16:44:48.086Z[ recovery-image] Sep 04 16:44:47.342 INFO O| Sep 04 16:44:47.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70482024-09-04T16:44:48.086Z[ recovery-image] Sep 04 16:44:47.342 INFO O| Sep 04 16:44:47.342 INFO STEP 997 (remove_files) COMPLETE
70492024-09-04T16:44:48.089Z[ recovery-image] Sep 04 16:44:47.342 INFO O| Sep 04 16:44:47.342 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-09-04T16:44:48.108Z[ recovery-image] Sep 04 16:44:47.362 INFO O| Sep 04 16:44:47.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70512024-09-04T16:44:48.113Z[ recovery-image] Sep 04 16:44:47.363 INFO O| Sep 04 16:44:47.363 INFO STEP 998 (remove_files) COMPLETE
70522024-09-04T16:44:48.113Z[ recovery-image] Sep 04 16:44:47.363 INFO O| Sep 04 16:44:47.363 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-09-04T16:44:48.130Z[ recovery-image] Sep 04 16:44:47.386 INFO O| Sep 04 16:44:47.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70542024-09-04T16:44:48.130Z[ recovery-image] Sep 04 16:44:47.386 INFO O| Sep 04 16:44:47.384 INFO STEP 999 (remove_files) COMPLETE
70552024-09-04T16:44:48.134Z[ recovery-image] Sep 04 16:44:47.386 INFO O| Sep 04 16:44:47.384 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-09-04T16:44:48.140Z[ host-image] Sep 04 16:44:47.395 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
70572024-09-04T16:44:48.165Z[ recovery-image] Sep 04 16:44:47.420 INFO O| Sep 04 16:44:47.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70582024-09-04T16:44:48.165Z[ recovery-image] Sep 04 16:44:47.420 INFO O| Sep 04 16:44:47.420 INFO STEP 1000 (remove_files) COMPLETE
70592024-09-04T16:44:48.165Z[ recovery-image] Sep 04 16:44:47.420 INFO O| Sep 04 16:44:47.420 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-04T16:44:48.188Z[ recovery-image] Sep 04 16:44:47.443 INFO O| Sep 04 16:44:47.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70612024-09-04T16:44:48.188Z[ recovery-image] Sep 04 16:44:47.444 INFO O| Sep 04 16:44:47.444 INFO STEP 1001 (remove_files) COMPLETE
70622024-09-04T16:44:48.188Z[ recovery-image] Sep 04 16:44:47.444 INFO O| Sep 04 16:44:47.444 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-04T16:44:48.208Z[ recovery-image] Sep 04 16:44:47.463 INFO O| Sep 04 16:44:47.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70642024-09-04T16:44:48.208Z[ recovery-image] Sep 04 16:44:47.463 INFO O| Sep 04 16:44:47.463 INFO STEP 1002 (remove_files) COMPLETE
70652024-09-04T16:44:48.209Z[ recovery-image] Sep 04 16:44:47.463 INFO O| Sep 04 16:44:47.463 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-04T16:44:48.237Z[ recovery-image] Sep 04 16:44:47.493 INFO O| Sep 04 16:44:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70672024-09-04T16:44:48.238Z[ recovery-image] Sep 04 16:44:47.493 INFO O| Sep 04 16:44:47.493 INFO STEP 1003 (remove_files) COMPLETE
70682024-09-04T16:44:48.238Z[ recovery-image] Sep 04 16:44:47.493 INFO O| Sep 04 16:44:47.493 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-04T16:44:48.265Z[ recovery-image] Sep 04 16:44:47.519 INFO O| Sep 04 16:44:47.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70702024-09-04T16:44:48.265Z[ recovery-image] Sep 04 16:44:47.520 INFO O| Sep 04 16:44:47.519 INFO STEP 1004 (remove_files) COMPLETE
70712024-09-04T16:44:48.265Z[ recovery-image] Sep 04 16:44:47.520 INFO O| Sep 04 16:44:47.520 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-04T16:44:48.301Z[ recovery-image] Sep 04 16:44:47.555 INFO O| Sep 04 16:44:47.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70732024-09-04T16:44:48.301Z[ recovery-image] Sep 04 16:44:47.555 INFO O| Sep 04 16:44:47.555 INFO STEP 1005 (remove_files) COMPLETE
70742024-09-04T16:44:48.301Z[ recovery-image] Sep 04 16:44:47.555 INFO O| Sep 04 16:44:47.555 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-04T16:44:48.318Z[ recovery-image] Sep 04 16:44:47.573 INFO O| Sep 04 16:44:47.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70762024-09-04T16:44:48.318Z[ recovery-image] Sep 04 16:44:47.573 INFO O| Sep 04 16:44:47.573 INFO STEP 1006 (remove_files) COMPLETE
70772024-09-04T16:44:48.318Z[ recovery-image] Sep 04 16:44:47.574 INFO O| Sep 04 16:44:47.573 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-04T16:44:48.340Z[ recovery-image] Sep 04 16:44:47.595 INFO O| Sep 04 16:44:47.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70792024-09-04T16:44:48.340Z[ recovery-image] Sep 04 16:44:47.595 INFO O| Sep 04 16:44:47.595 INFO STEP 1007 (remove_files) COMPLETE
70802024-09-04T16:44:48.340Z[ recovery-image] Sep 04 16:44:47.595 INFO O| Sep 04 16:44:47.595 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-04T16:44:48.363Z[ recovery-image] Sep 04 16:44:47.618 INFO O| Sep 04 16:44:47.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70822024-09-04T16:44:48.363Z[ recovery-image] Sep 04 16:44:47.618 INFO O| Sep 04 16:44:47.618 INFO STEP 1008 (remove_files) COMPLETE
70832024-09-04T16:44:48.363Z[ recovery-image] Sep 04 16:44:47.618 INFO O| Sep 04 16:44:47.618 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-04T16:44:48.391Z[ recovery-image] Sep 04 16:44:47.646 INFO O| Sep 04 16:44:47.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70852024-09-04T16:44:48.391Z[ recovery-image] Sep 04 16:44:47.646 INFO O| Sep 04 16:44:47.646 INFO STEP 1009 (remove_files) COMPLETE
70862024-09-04T16:44:48.391Z[ recovery-image] Sep 04 16:44:47.646 INFO O| Sep 04 16:44:47.646 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-04T16:44:48.440Z[ recovery-image] Sep 04 16:44:47.695 INFO O| Sep 04 16:44:47.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70882024-09-04T16:44:48.440Z[ recovery-image] Sep 04 16:44:47.695 INFO O| Sep 04 16:44:47.695 INFO STEP 1010 (remove_files) COMPLETE
70892024-09-04T16:44:48.443Z[ recovery-image] Sep 04 16:44:47.695 INFO O| Sep 04 16:44:47.695 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-04T16:44:48.462Z[ recovery-image] Sep 04 16:44:47.717 INFO O| Sep 04 16:44:47.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70912024-09-04T16:44:48.462Z[ recovery-image] Sep 04 16:44:47.717 INFO O| Sep 04 16:44:47.717 INFO STEP 1011 (remove_files) COMPLETE
70922024-09-04T16:44:48.462Z[ recovery-image] Sep 04 16:44:47.717 INFO O| Sep 04 16:44:47.717 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-04T16:44:48.481Z[ recovery-image] Sep 04 16:44:47.736 INFO O| Sep 04 16:44:47.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70942024-09-04T16:44:48.481Z[ recovery-image] Sep 04 16:44:47.736 INFO O| Sep 04 16:44:47.736 INFO STEP 1012 (remove_files) COMPLETE
70952024-09-04T16:44:48.484Z[ recovery-image] Sep 04 16:44:47.736 INFO O| Sep 04 16:44:47.736 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-04T16:44:48.501Z[ recovery-image] Sep 04 16:44:47.755 INFO O| Sep 04 16:44:47.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70972024-09-04T16:44:48.501Z[ recovery-image] Sep 04 16:44:47.756 INFO O| Sep 04 16:44:47.756 INFO STEP 1013 (remove_files) COMPLETE
70982024-09-04T16:44:48.501Z[ recovery-image] Sep 04 16:44:47.756 INFO O| Sep 04 16:44:47.756 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-04T16:44:48.521Z[ recovery-image] Sep 04 16:44:47.776 INFO O| Sep 04 16:44:47.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71002024-09-04T16:44:48.521Z[ recovery-image] Sep 04 16:44:47.776 INFO O| Sep 04 16:44:47.776 INFO STEP 1014 (remove_files) COMPLETE
71012024-09-04T16:44:48.524Z[ recovery-image] Sep 04 16:44:47.776 INFO O| Sep 04 16:44:47.776 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-04T16:44:48.542Z[ recovery-image] Sep 04 16:44:47.797 INFO O| Sep 04 16:44:47.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71032024-09-04T16:44:48.542Z[ recovery-image] Sep 04 16:44:47.797 INFO O| Sep 04 16:44:47.797 INFO STEP 1015 (remove_files) COMPLETE
71042024-09-04T16:44:48.545Z[ recovery-image] Sep 04 16:44:47.797 INFO O| Sep 04 16:44:47.797 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-04T16:44:48.562Z[ recovery-image] Sep 04 16:44:47.817 INFO O| Sep 04 16:44:47.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71062024-09-04T16:44:48.562Z[ recovery-image] Sep 04 16:44:47.818 INFO O| Sep 04 16:44:47.818 INFO STEP 1016 (remove_files) COMPLETE
71072024-09-04T16:44:48.562Z[ recovery-image] Sep 04 16:44:47.818 INFO O| Sep 04 16:44:47.818 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-04T16:44:48.616Z[ recovery-image] Sep 04 16:44:47.871 INFO O| Sep 04 16:44:47.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71092024-09-04T16:44:48.619Z[ recovery-image] Sep 04 16:44:47.872 INFO O| Sep 04 16:44:47.871 INFO STEP 1017 (remove_files) COMPLETE
71102024-09-04T16:44:48.619Z[ recovery-image] Sep 04 16:44:47.872 INFO O| Sep 04 16:44:47.872 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-04T16:44:48.637Z[ recovery-image] Sep 04 16:44:47.892 INFO O| Sep 04 16:44:47.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71122024-09-04T16:44:48.639Z[ recovery-image] Sep 04 16:44:47.892 INFO O| Sep 04 16:44:47.892 INFO STEP 1018 (remove_files) COMPLETE
71132024-09-04T16:44:48.640Z[ recovery-image] Sep 04 16:44:47.892 INFO O| Sep 04 16:44:47.892 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-04T16:44:48.659Z[ recovery-image] Sep 04 16:44:47.914 INFO O| Sep 04 16:44:47.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71152024-09-04T16:44:48.662Z[ recovery-image] Sep 04 16:44:47.916 INFO O| Sep 04 16:44:47.916 INFO STEP 1019 (remove_files) COMPLETE
71162024-09-04T16:44:48.662Z[ recovery-image] Sep 04 16:44:47.916 INFO O| Sep 04 16:44:47.916 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-04T16:44:48.701Z[ recovery-image] Sep 04 16:44:47.954 INFO O| Sep 04 16:44:47.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71182024-09-04T16:44:48.704Z[ recovery-image] Sep 04 16:44:47.955 INFO O| Sep 04 16:44:47.955 INFO STEP 1020 (remove_files) COMPLETE
71192024-09-04T16:44:48.704Z[ recovery-image] Sep 04 16:44:47.955 INFO O| Sep 04 16:44:47.955 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-04T16:44:48.736Z[ recovery-image] Sep 04 16:44:47.991 INFO O| Sep 04 16:44:47.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71212024-09-04T16:44:48.736Z[ recovery-image] Sep 04 16:44:47.991 INFO O| Sep 04 16:44:47.991 INFO STEP 1021 (remove_files) COMPLETE
71222024-09-04T16:44:48.739Z[ recovery-image] Sep 04 16:44:47.991 INFO O| Sep 04 16:44:47.991 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-04T16:44:48.769Z[ recovery-image] Sep 04 16:44:48.024 INFO O| Sep 04 16:44:48.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71242024-09-04T16:44:48.770Z[ recovery-image] Sep 04 16:44:48.025 INFO O| Sep 04 16:44:48.025 INFO STEP 1022 (remove_files) COMPLETE
71252024-09-04T16:44:48.773Z[ recovery-image] Sep 04 16:44:48.025 INFO O| Sep 04 16:44:48.025 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-04T16:44:48.788Z[ recovery-image] Sep 04 16:44:48.044 INFO O| Sep 04 16:44:48.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71272024-09-04T16:44:48.788Z[ recovery-image] Sep 04 16:44:48.044 INFO O| Sep 04 16:44:48.044 INFO STEP 1023 (remove_files) COMPLETE
71282024-09-04T16:44:48.791Z[ recovery-image] Sep 04 16:44:48.044 INFO O| Sep 04 16:44:48.044 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-04T16:44:48.822Z[ recovery-image] Sep 04 16:44:48.077 INFO O| Sep 04 16:44:48.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71302024-09-04T16:44:48.825Z[ recovery-image] Sep 04 16:44:48.077 INFO O| Sep 04 16:44:48.077 INFO STEP 1024 (remove_files) COMPLETE
71312024-09-04T16:44:48.825Z[ recovery-image] Sep 04 16:44:48.077 INFO O| Sep 04 16:44:48.077 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-04T16:44:48.862Z[ recovery-image] Sep 04 16:44:48.118 INFO O| Sep 04 16:44:48.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71332024-09-04T16:44:48.863Z[ recovery-image] Sep 04 16:44:48.118 INFO O| Sep 04 16:44:48.118 INFO STEP 1025 (remove_files) COMPLETE
71342024-09-04T16:44:48.865Z[ recovery-image] Sep 04 16:44:48.118 INFO O| Sep 04 16:44:48.118 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-04T16:44:48.903Z[ recovery-image] Sep 04 16:44:48.159 INFO O| Sep 04 16:44:48.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71362024-09-04T16:44:48.903Z[ recovery-image] Sep 04 16:44:48.159 INFO O| Sep 04 16:44:48.159 INFO STEP 1026 (remove_files) COMPLETE
71372024-09-04T16:44:48.912Z[ recovery-image] Sep 04 16:44:48.159 INFO O| Sep 04 16:44:48.159 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-04T16:44:48.922Z[ recovery-image] Sep 04 16:44:48.178 INFO O| Sep 04 16:44:48.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71392024-09-04T16:44:48.922Z[ recovery-image] Sep 04 16:44:48.178 INFO O| Sep 04 16:44:48.178 INFO STEP 1027 (remove_files) COMPLETE
71402024-09-04T16:44:48.925Z[ recovery-image] Sep 04 16:44:48.178 INFO O| Sep 04 16:44:48.178 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-04T16:44:48.947Z[ recovery-image] Sep 04 16:44:48.195 INFO O| Sep 04 16:44:48.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71422024-09-04T16:44:48.947Z[ recovery-image] Sep 04 16:44:48.195 INFO O| Sep 04 16:44:48.195 INFO STEP 1028 (remove_files) COMPLETE
71432024-09-04T16:44:48.947Z[ recovery-image] Sep 04 16:44:48.195 INFO O| Sep 04 16:44:48.195 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-04T16:44:48.964Z[ recovery-image] Sep 04 16:44:48.219 INFO O| Sep 04 16:44:48.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71452024-09-04T16:44:48.964Z[ recovery-image] Sep 04 16:44:48.219 INFO O| Sep 04 16:44:48.219 INFO STEP 1029 (remove_files) COMPLETE
71462024-09-04T16:44:48.967Z[ recovery-image] Sep 04 16:44:48.219 INFO O| Sep 04 16:44:48.219 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-04T16:44:48.983Z[ recovery-image] Sep 04 16:44:48.238 INFO O| Sep 04 16:44:48.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71482024-09-04T16:44:48.983Z[ recovery-image] Sep 04 16:44:48.238 INFO O| Sep 04 16:44:48.238 INFO STEP 1030 (remove_files) COMPLETE
71492024-09-04T16:44:48.983Z[ recovery-image] Sep 04 16:44:48.238 INFO O| Sep 04 16:44:48.238 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-04T16:44:49.004Z[ recovery-image] Sep 04 16:44:48.259 INFO O| Sep 04 16:44:48.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71512024-09-04T16:44:49.004Z[ recovery-image] Sep 04 16:44:48.260 INFO O| Sep 04 16:44:48.260 INFO STEP 1031 (remove_files) COMPLETE
71522024-09-04T16:44:49.004Z[ recovery-image] Sep 04 16:44:48.260 INFO O| Sep 04 16:44:48.260 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-04T16:44:49.026Z[ recovery-image] Sep 04 16:44:48.281 INFO O| Sep 04 16:44:48.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71542024-09-04T16:44:49.026Z[ recovery-image] Sep 04 16:44:48.281 INFO O| Sep 04 16:44:48.281 INFO STEP 1032 (remove_files) COMPLETE
71552024-09-04T16:44:49.029Z[ recovery-image] Sep 04 16:44:48.281 INFO O| Sep 04 16:44:48.281 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-04T16:44:49.048Z[ recovery-image] Sep 04 16:44:48.303 INFO O| Sep 04 16:44:48.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71572024-09-04T16:44:49.048Z[ recovery-image] Sep 04 16:44:48.303 INFO O| Sep 04 16:44:48.303 INFO STEP 1033 (remove_files) COMPLETE
71582024-09-04T16:44:49.048Z[ recovery-image] Sep 04 16:44:48.303 INFO O| Sep 04 16:44:48.303 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-04T16:44:49.071Z[ recovery-image] Sep 04 16:44:48.325 INFO O| Sep 04 16:44:48.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71602024-09-04T16:44:49.071Z[ recovery-image] Sep 04 16:44:48.325 INFO O| Sep 04 16:44:48.325 INFO STEP 1034 (remove_files) COMPLETE
71612024-09-04T16:44:49.071Z[ recovery-image] Sep 04 16:44:48.325 INFO O| Sep 04 16:44:48.325 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-04T16:44:49.109Z[ recovery-image] Sep 04 16:44:48.364 INFO O| Sep 04 16:44:48.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71632024-09-04T16:44:49.109Z[ recovery-image] Sep 04 16:44:48.364 INFO O| Sep 04 16:44:48.364 INFO STEP 1035 (remove_files) COMPLETE
71642024-09-04T16:44:49.109Z[ recovery-image] Sep 04 16:44:48.364 INFO O| Sep 04 16:44:48.364 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-04T16:44:49.130Z[ recovery-image] Sep 04 16:44:48.385 INFO O| Sep 04 16:44:48.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71662024-09-04T16:44:49.130Z[ recovery-image] Sep 04 16:44:48.385 INFO O| Sep 04 16:44:48.385 INFO STEP 1036 (remove_files) COMPLETE
71672024-09-04T16:44:49.130Z[ recovery-image] Sep 04 16:44:48.385 INFO O| Sep 04 16:44:48.385 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-04T16:44:49.150Z[ recovery-image] Sep 04 16:44:48.405 INFO O| Sep 04 16:44:48.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71692024-09-04T16:44:49.150Z[ recovery-image] Sep 04 16:44:48.405 INFO O| Sep 04 16:44:48.405 INFO STEP 1037 (remove_files) COMPLETE
71702024-09-04T16:44:49.150Z[ recovery-image] Sep 04 16:44:48.405 INFO O| Sep 04 16:44:48.405 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-09-04T16:44:49.171Z[ recovery-image] Sep 04 16:44:48.425 INFO O| Sep 04 16:44:48.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71722024-09-04T16:44:49.171Z[ recovery-image] Sep 04 16:44:48.425 INFO O| Sep 04 16:44:48.425 INFO STEP 1038 (remove_files) COMPLETE
71732024-09-04T16:44:49.171Z[ recovery-image] Sep 04 16:44:48.425 INFO O| Sep 04 16:44:48.425 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-09-04T16:44:49.190Z[ recovery-image] Sep 04 16:44:48.445 INFO O| Sep 04 16:44:48.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71752024-09-04T16:44:49.193Z[ recovery-image] Sep 04 16:44:48.445 INFO O| Sep 04 16:44:48.445 INFO STEP 1039 (remove_files) COMPLETE
71762024-09-04T16:44:49.194Z[ recovery-image] Sep 04 16:44:48.445 INFO O| Sep 04 16:44:48.445 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-09-04T16:44:49.211Z[ recovery-image] Sep 04 16:44:48.465 INFO O| Sep 04 16:44:48.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71782024-09-04T16:44:49.211Z[ recovery-image] Sep 04 16:44:48.465 INFO O| Sep 04 16:44:48.465 INFO STEP 1040 (remove_files) COMPLETE
71792024-09-04T16:44:49.211Z[ recovery-image] Sep 04 16:44:48.465 INFO O| Sep 04 16:44:48.465 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-09-04T16:44:49.232Z[ recovery-image] Sep 04 16:44:48.486 INFO O| Sep 04 16:44:48.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71812024-09-04T16:44:49.232Z[ recovery-image] Sep 04 16:44:48.486 INFO O| Sep 04 16:44:48.486 INFO STEP 1041 (remove_files) COMPLETE
71822024-09-04T16:44:49.232Z[ recovery-image] Sep 04 16:44:48.486 INFO O| Sep 04 16:44:48.486 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-09-04T16:44:49.252Z[ recovery-image] Sep 04 16:44:48.507 INFO O| Sep 04 16:44:48.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71842024-09-04T16:44:49.252Z[ recovery-image] Sep 04 16:44:48.507 INFO O| Sep 04 16:44:48.507 INFO STEP 1042 (remove_files) COMPLETE
71852024-09-04T16:44:49.252Z[ recovery-image] Sep 04 16:44:48.507 INFO O| Sep 04 16:44:48.507 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-09-04T16:44:49.273Z[ recovery-image] Sep 04 16:44:48.527 INFO O| Sep 04 16:44:48.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71872024-09-04T16:44:49.273Z[ recovery-image] Sep 04 16:44:48.527 INFO O| Sep 04 16:44:48.527 INFO STEP 1043 (remove_files) COMPLETE
71882024-09-04T16:44:49.273Z[ recovery-image] Sep 04 16:44:48.527 INFO O| Sep 04 16:44:48.527 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-09-04T16:44:49.290Z[ recovery-image] Sep 04 16:44:48.545 INFO O| Sep 04 16:44:48.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71902024-09-04T16:44:49.290Z[ recovery-image] Sep 04 16:44:48.545 INFO O| Sep 04 16:44:48.545 INFO STEP 1044 (remove_files) COMPLETE
71912024-09-04T16:44:49.294Z[ recovery-image] Sep 04 16:44:48.545 INFO O| Sep 04 16:44:48.545 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-09-04T16:44:49.309Z[ recovery-image] Sep 04 16:44:48.564 INFO O| Sep 04 16:44:48.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71932024-09-04T16:44:49.312Z[ recovery-image] Sep 04 16:44:48.564 INFO O| Sep 04 16:44:48.564 INFO STEP 1045 (remove_files) COMPLETE
71942024-09-04T16:44:49.312Z[ recovery-image] Sep 04 16:44:48.564 INFO O| Sep 04 16:44:48.564 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-09-04T16:44:49.327Z[ recovery-image] Sep 04 16:44:48.583 INFO O| Sep 04 16:44:48.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71962024-09-04T16:44:49.330Z[ recovery-image] Sep 04 16:44:48.583 INFO O| Sep 04 16:44:48.583 INFO STEP 1046 (remove_files) COMPLETE
71972024-09-04T16:44:49.330Z[ recovery-image] Sep 04 16:44:48.583 INFO O| Sep 04 16:44:48.583 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-09-04T16:44:49.346Z[ recovery-image] Sep 04 16:44:48.601 INFO O| Sep 04 16:44:48.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71992024-09-04T16:44:49.349Z[ recovery-image] Sep 04 16:44:48.602 INFO O| Sep 04 16:44:48.601 INFO STEP 1047 (remove_files) COMPLETE
72002024-09-04T16:44:49.349Z[ recovery-image] Sep 04 16:44:48.602 INFO O| Sep 04 16:44:48.602 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-09-04T16:44:49.365Z[ recovery-image] Sep 04 16:44:48.620 INFO O| Sep 04 16:44:48.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72022024-09-04T16:44:49.365Z[ recovery-image] Sep 04 16:44:48.620 INFO O| Sep 04 16:44:48.620 INFO STEP 1048 (remove_files) COMPLETE
72032024-09-04T16:44:49.365Z[ recovery-image] Sep 04 16:44:48.620 INFO O| Sep 04 16:44:48.620 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-09-04T16:44:49.385Z[ recovery-image] Sep 04 16:44:48.640 INFO O| Sep 04 16:44:48.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72052024-09-04T16:44:49.388Z[ recovery-image] Sep 04 16:44:48.640 INFO O| Sep 04 16:44:48.640 INFO STEP 1049 (remove_files) COMPLETE
72062024-09-04T16:44:49.388Z[ recovery-image] Sep 04 16:44:48.640 INFO O| Sep 04 16:44:48.640 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-09-04T16:44:49.410Z[ recovery-image] Sep 04 16:44:48.665 INFO O| Sep 04 16:44:48.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72082024-09-04T16:44:49.410Z[ recovery-image] Sep 04 16:44:48.665 INFO O| Sep 04 16:44:48.665 INFO STEP 1050 (remove_files) COMPLETE
72092024-09-04T16:44:49.413Z[ recovery-image] Sep 04 16:44:48.665 INFO O| Sep 04 16:44:48.665 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-09-04T16:44:49.436Z[ recovery-image] Sep 04 16:44:48.691 INFO O| Sep 04 16:44:48.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72112024-09-04T16:44:49.437Z[ recovery-image] Sep 04 16:44:48.692 INFO O| Sep 04 16:44:48.691 INFO STEP 1051 (remove_files) COMPLETE
72122024-09-04T16:44:49.441Z[ recovery-image] Sep 04 16:44:48.692 INFO O| Sep 04 16:44:48.692 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-09-04T16:44:49.463Z[ recovery-image] Sep 04 16:44:48.718 INFO O| Sep 04 16:44:48.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72142024-09-04T16:44:49.463Z[ recovery-image] Sep 04 16:44:48.718 INFO O| Sep 04 16:44:48.718 INFO STEP 1052 (remove_files) COMPLETE
72152024-09-04T16:44:49.463Z[ recovery-image] Sep 04 16:44:48.718 INFO O| Sep 04 16:44:48.718 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-09-04T16:44:49.489Z[ recovery-image] Sep 04 16:44:48.743 INFO O| Sep 04 16:44:48.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72172024-09-04T16:44:49.489Z[ recovery-image] Sep 04 16:44:48.743 INFO O| Sep 04 16:44:48.743 INFO STEP 1053 (remove_files) COMPLETE
72182024-09-04T16:44:49.489Z[ recovery-image] Sep 04 16:44:48.744 INFO O| Sep 04 16:44:48.743 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-09-04T16:44:49.513Z[ recovery-image] Sep 04 16:44:48.768 INFO O| Sep 04 16:44:48.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72202024-09-04T16:44:49.513Z[ recovery-image] Sep 04 16:44:48.768 INFO O| Sep 04 16:44:48.768 INFO STEP 1054 (remove_files) COMPLETE
72212024-09-04T16:44:49.516Z[ recovery-image] Sep 04 16:44:48.768 INFO O| Sep 04 16:44:48.768 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-09-04T16:44:49.532Z[ recovery-image] Sep 04 16:44:48.787 INFO O| Sep 04 16:44:48.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72232024-09-04T16:44:49.532Z[ recovery-image] Sep 04 16:44:48.787 INFO O| Sep 04 16:44:48.787 INFO STEP 1055 (remove_files) COMPLETE
72242024-09-04T16:44:49.535Z[ recovery-image] Sep 04 16:44:48.787 INFO O| Sep 04 16:44:48.787 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-09-04T16:44:49.553Z[ recovery-image] Sep 04 16:44:48.808 INFO O| Sep 04 16:44:48.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72262024-09-04T16:44:49.553Z[ recovery-image] Sep 04 16:44:48.808 INFO O| Sep 04 16:44:48.808 INFO STEP 1056 (remove_files) COMPLETE
72272024-09-04T16:44:49.553Z[ recovery-image] Sep 04 16:44:48.808 INFO O| Sep 04 16:44:48.808 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-09-04T16:44:49.575Z[ recovery-image] Sep 04 16:44:48.830 INFO O| Sep 04 16:44:48.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72292024-09-04T16:44:49.575Z[ recovery-image] Sep 04 16:44:48.830 INFO O| Sep 04 16:44:48.830 INFO STEP 1057 (remove_files) COMPLETE
72302024-09-04T16:44:49.575Z[ recovery-image] Sep 04 16:44:48.830 INFO O| Sep 04 16:44:48.830 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-09-04T16:44:49.597Z[ recovery-image] Sep 04 16:44:48.852 INFO O| Sep 04 16:44:48.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72322024-09-04T16:44:49.597Z[ recovery-image] Sep 04 16:44:48.852 INFO O| Sep 04 16:44:48.852 INFO STEP 1058 (remove_files) COMPLETE
72332024-09-04T16:44:49.597Z[ recovery-image] Sep 04 16:44:48.852 INFO O| Sep 04 16:44:48.852 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-09-04T16:44:49.618Z[ recovery-image] Sep 04 16:44:48.873 INFO O| Sep 04 16:44:48.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72352024-09-04T16:44:49.618Z[ recovery-image] Sep 04 16:44:48.874 INFO O| Sep 04 16:44:48.873 INFO STEP 1059 (remove_files) COMPLETE
72362024-09-04T16:44:49.618Z[ recovery-image] Sep 04 16:44:48.874 INFO O| Sep 04 16:44:48.874 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-09-04T16:44:49.638Z[ recovery-image] Sep 04 16:44:48.894 INFO O| Sep 04 16:44:48.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72382024-09-04T16:44:49.638Z[ recovery-image] Sep 04 16:44:48.894 INFO O| Sep 04 16:44:48.894 INFO STEP 1060 (remove_files) COMPLETE
72392024-09-04T16:44:49.638Z[ recovery-image] Sep 04 16:44:48.894 INFO O| Sep 04 16:44:48.894 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-09-04T16:44:49.658Z[ recovery-image] Sep 04 16:44:48.914 INFO O| Sep 04 16:44:48.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72412024-09-04T16:44:49.658Z[ recovery-image] Sep 04 16:44:48.914 INFO O| Sep 04 16:44:48.914 INFO STEP 1061 (remove_files) COMPLETE
72422024-09-04T16:44:49.659Z[ recovery-image] Sep 04 16:44:48.914 INFO O| Sep 04 16:44:48.914 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-09-04T16:44:49.678Z[ recovery-image] Sep 04 16:44:48.933 INFO O| Sep 04 16:44:48.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72442024-09-04T16:44:49.678Z[ recovery-image] Sep 04 16:44:48.933 INFO O| Sep 04 16:44:48.933 INFO STEP 1062 (remove_files) COMPLETE
72452024-09-04T16:44:49.681Z[ recovery-image] Sep 04 16:44:48.933 INFO O| Sep 04 16:44:48.933 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-09-04T16:44:49.699Z[ recovery-image] Sep 04 16:44:48.954 INFO O| Sep 04 16:44:48.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72472024-09-04T16:44:49.699Z[ recovery-image] Sep 04 16:44:48.954 INFO O| Sep 04 16:44:48.954 INFO STEP 1063 (remove_files) COMPLETE
72482024-09-04T16:44:49.702Z[ recovery-image] Sep 04 16:44:48.954 INFO O| Sep 04 16:44:48.954 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-09-04T16:44:49.717Z[ recovery-image] Sep 04 16:44:48.972 INFO O| Sep 04 16:44:48.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72502024-09-04T16:44:49.717Z[ recovery-image] Sep 04 16:44:48.972 INFO O| Sep 04 16:44:48.972 INFO STEP 1064 (remove_files) COMPLETE
72512024-09-04T16:44:49.720Z[ recovery-image] Sep 04 16:44:48.972 INFO O| Sep 04 16:44:48.972 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-09-04T16:44:49.736Z[ recovery-image] Sep 04 16:44:48.991 INFO O| Sep 04 16:44:48.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72532024-09-04T16:44:49.736Z[ recovery-image] Sep 04 16:44:48.991 INFO O| Sep 04 16:44:48.991 INFO STEP 1065 (remove_files) COMPLETE
72542024-09-04T16:44:49.739Z[ recovery-image] Sep 04 16:44:48.991 INFO O| Sep 04 16:44:48.991 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-09-04T16:44:49.755Z[ recovery-image] Sep 04 16:44:49.010 INFO O| Sep 04 16:44:49.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72562024-09-04T16:44:49.755Z[ recovery-image] Sep 04 16:44:49.010 INFO O| Sep 04 16:44:49.010 INFO STEP 1066 (remove_files) COMPLETE
72572024-09-04T16:44:49.758Z[ recovery-image] Sep 04 16:44:49.010 INFO O| Sep 04 16:44:49.010 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-09-04T16:44:49.773Z[ recovery-image] Sep 04 16:44:49.028 INFO O| Sep 04 16:44:49.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72592024-09-04T16:44:49.776Z[ recovery-image] Sep 04 16:44:49.028 INFO O| Sep 04 16:44:49.028 INFO STEP 1067 (remove_files) COMPLETE
72602024-09-04T16:44:49.776Z[ recovery-image] Sep 04 16:44:49.028 INFO O| Sep 04 16:44:49.028 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-09-04T16:44:49.791Z[ recovery-image] Sep 04 16:44:49.046 INFO O| Sep 04 16:44:49.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72622024-09-04T16:44:49.794Z[ recovery-image] Sep 04 16:44:49.046 INFO O| Sep 04 16:44:49.046 INFO STEP 1068 (remove_files) COMPLETE
72632024-09-04T16:44:49.794Z[ recovery-image] Sep 04 16:44:49.046 INFO O| Sep 04 16:44:49.046 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-09-04T16:44:49.810Z[ recovery-image] Sep 04 16:44:49.065 INFO O| Sep 04 16:44:49.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72652024-09-04T16:44:49.810Z[ recovery-image] Sep 04 16:44:49.065 INFO O| Sep 04 16:44:49.065 INFO STEP 1069 (remove_files) COMPLETE
72662024-09-04T16:44:49.813Z[ recovery-image] Sep 04 16:44:49.066 INFO O| Sep 04 16:44:49.065 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-09-04T16:44:49.829Z[ recovery-image] Sep 04 16:44:49.084 INFO O| Sep 04 16:44:49.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72682024-09-04T16:44:49.829Z[ recovery-image] Sep 04 16:44:49.084 INFO O| Sep 04 16:44:49.084 INFO STEP 1070 (remove_files) COMPLETE
72692024-09-04T16:44:49.832Z[ recovery-image] Sep 04 16:44:49.084 INFO O| Sep 04 16:44:49.084 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-09-04T16:44:49.847Z[ recovery-image] Sep 04 16:44:49.102 INFO O| Sep 04 16:44:49.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72712024-09-04T16:44:49.847Z[ recovery-image] Sep 04 16:44:49.102 INFO O| Sep 04 16:44:49.102 INFO STEP 1071 (remove_files) COMPLETE
72722024-09-04T16:44:49.847Z[ recovery-image] Sep 04 16:44:49.102 INFO O| Sep 04 16:44:49.102 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-09-04T16:44:49.865Z[ recovery-image] Sep 04 16:44:49.120 INFO O| Sep 04 16:44:49.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72742024-09-04T16:44:49.869Z[ recovery-image] Sep 04 16:44:49.120 INFO O| Sep 04 16:44:49.120 INFO STEP 1072 (remove_files) COMPLETE
72752024-09-04T16:44:49.869Z[ recovery-image] Sep 04 16:44:49.121 INFO O| Sep 04 16:44:49.120 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-09-04T16:44:49.883Z[ recovery-image] Sep 04 16:44:49.138 INFO O| Sep 04 16:44:49.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72772024-09-04T16:44:49.883Z[ recovery-image] Sep 04 16:44:49.138 INFO O| Sep 04 16:44:49.138 INFO STEP 1073 (remove_files) COMPLETE
72782024-09-04T16:44:49.883Z[ recovery-image] Sep 04 16:44:49.138 INFO O| Sep 04 16:44:49.138 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-09-04T16:44:49.902Z[ recovery-image] Sep 04 16:44:49.157 INFO O| Sep 04 16:44:49.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72802024-09-04T16:44:49.902Z[ recovery-image] Sep 04 16:44:49.157 INFO O| Sep 04 16:44:49.157 INFO STEP 1074 (remove_files) COMPLETE
72812024-09-04T16:44:49.905Z[ recovery-image] Sep 04 16:44:49.157 INFO O| Sep 04 16:44:49.157 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-09-04T16:44:49.921Z[ recovery-image] Sep 04 16:44:49.176 INFO O| Sep 04 16:44:49.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72832024-09-04T16:44:49.924Z[ recovery-image] Sep 04 16:44:49.176 INFO O| Sep 04 16:44:49.176 INFO STEP 1075 (remove_files) COMPLETE
72842024-09-04T16:44:49.924Z[ recovery-image] Sep 04 16:44:49.176 INFO O| Sep 04 16:44:49.176 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-09-04T16:44:49.940Z[ recovery-image] Sep 04 16:44:49.195 INFO O| Sep 04 16:44:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72862024-09-04T16:44:49.940Z[ recovery-image] Sep 04 16:44:49.195 INFO O| Sep 04 16:44:49.195 INFO STEP 1076 (remove_files) COMPLETE
72872024-09-04T16:44:49.943Z[ recovery-image] Sep 04 16:44:49.195 INFO O| Sep 04 16:44:49.195 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-09-04T16:44:49.960Z[ recovery-image] Sep 04 16:44:49.214 INFO O| Sep 04 16:44:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72892024-09-04T16:44:49.960Z[ recovery-image] Sep 04 16:44:49.214 INFO O| Sep 04 16:44:49.214 INFO STEP 1077 (remove_files) COMPLETE
72902024-09-04T16:44:49.960Z[ recovery-image] Sep 04 16:44:49.214 INFO O| Sep 04 16:44:49.214 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-09-04T16:44:49.977Z[ recovery-image] Sep 04 16:44:49.232 INFO O| Sep 04 16:44:49.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72922024-09-04T16:44:49.977Z[ recovery-image] Sep 04 16:44:49.232 INFO O| Sep 04 16:44:49.232 INFO STEP 1078 (remove_files) COMPLETE
72932024-09-04T16:44:49.980Z[ recovery-image] Sep 04 16:44:49.233 INFO O| Sep 04 16:44:49.232 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-09-04T16:44:49.995Z[ recovery-image] Sep 04 16:44:49.250 INFO O| Sep 04 16:44:49.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72952024-09-04T16:44:49.995Z[ recovery-image] Sep 04 16:44:49.251 INFO O| Sep 04 16:44:49.251 INFO STEP 1079 (remove_files) COMPLETE
72962024-09-04T16:44:49.995Z[ recovery-image] Sep 04 16:44:49.251 INFO O| Sep 04 16:44:49.251 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-09-04T16:44:50.014Z[ recovery-image] Sep 04 16:44:49.269 INFO O| Sep 04 16:44:49.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72982024-09-04T16:44:50.014Z[ recovery-image] Sep 04 16:44:49.269 INFO O| Sep 04 16:44:49.269 INFO STEP 1080 (remove_files) COMPLETE
72992024-09-04T16:44:50.014Z[ recovery-image] Sep 04 16:44:49.269 INFO O| Sep 04 16:44:49.269 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-09-04T16:44:50.034Z[ recovery-image] Sep 04 16:44:49.289 INFO O| Sep 04 16:44:49.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73012024-09-04T16:44:50.034Z[ recovery-image] Sep 04 16:44:49.289 INFO O| Sep 04 16:44:49.289 INFO STEP 1081 (remove_files) COMPLETE
73022024-09-04T16:44:50.034Z[ recovery-image] Sep 04 16:44:49.289 INFO O| Sep 04 16:44:49.289 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-09-04T16:44:50.054Z[ recovery-image] Sep 04 16:44:49.309 INFO O| Sep 04 16:44:49.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73042024-09-04T16:44:50.054Z[ recovery-image] Sep 04 16:44:49.309 INFO O| Sep 04 16:44:49.309 INFO STEP 1082 (remove_files) COMPLETE
73052024-09-04T16:44:50.057Z[ recovery-image] Sep 04 16:44:49.309 INFO O| Sep 04 16:44:49.309 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-09-04T16:44:50.072Z[ recovery-image] Sep 04 16:44:49.327 INFO O| Sep 04 16:44:49.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73072024-09-04T16:44:50.072Z[ recovery-image] Sep 04 16:44:49.327 INFO O| Sep 04 16:44:49.327 INFO STEP 1083 (remove_files) COMPLETE
73082024-09-04T16:44:50.075Z[ recovery-image] Sep 04 16:44:49.327 INFO O| Sep 04 16:44:49.327 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-09-04T16:44:50.090Z[ recovery-image] Sep 04 16:44:49.346 INFO O| Sep 04 16:44:49.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73102024-09-04T16:44:50.093Z[ recovery-image] Sep 04 16:44:49.346 INFO O| Sep 04 16:44:49.346 INFO STEP 1084 (remove_files) COMPLETE
73112024-09-04T16:44:50.093Z[ recovery-image] Sep 04 16:44:49.346 INFO O| Sep 04 16:44:49.346 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-09-04T16:44:50.110Z[ recovery-image] Sep 04 16:44:49.365 INFO O| Sep 04 16:44:49.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73132024-09-04T16:44:50.111Z[ recovery-image] Sep 04 16:44:49.366 INFO O| Sep 04 16:44:49.366 INFO STEP 1085 (remove_files) COMPLETE
73142024-09-04T16:44:50.114Z[ recovery-image] Sep 04 16:44:49.366 INFO O| Sep 04 16:44:49.366 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-09-04T16:44:50.128Z[ recovery-image] Sep 04 16:44:49.383 INFO O| Sep 04 16:44:49.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73162024-09-04T16:44:50.128Z[ recovery-image] Sep 04 16:44:49.384 INFO O| Sep 04 16:44:49.383 INFO STEP 1086 (remove_files) COMPLETE
73172024-09-04T16:44:50.132Z[ recovery-image] Sep 04 16:44:49.384 INFO O| Sep 04 16:44:49.384 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-09-04T16:44:50.147Z[ recovery-image] Sep 04 16:44:49.402 INFO O| Sep 04 16:44:49.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73192024-09-04T16:44:50.147Z[ recovery-image] Sep 04 16:44:49.402 INFO O| Sep 04 16:44:49.402 INFO STEP 1087 (remove_files) COMPLETE
73202024-09-04T16:44:50.150Z[ recovery-image] Sep 04 16:44:49.402 INFO O| Sep 04 16:44:49.402 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-09-04T16:44:50.166Z[ recovery-image] Sep 04 16:44:49.421 INFO O| Sep 04 16:44:49.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73222024-09-04T16:44:50.169Z[ recovery-image] Sep 04 16:44:49.421 INFO O| Sep 04 16:44:49.421 INFO STEP 1088 (remove_files) COMPLETE
73232024-09-04T16:44:50.169Z[ recovery-image] Sep 04 16:44:49.422 INFO O| Sep 04 16:44:49.421 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-09-04T16:44:50.185Z[ recovery-image] Sep 04 16:44:49.440 INFO O| Sep 04 16:44:49.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73252024-09-04T16:44:50.185Z[ recovery-image] Sep 04 16:44:49.440 INFO O| Sep 04 16:44:49.440 INFO STEP 1089 (remove_files) COMPLETE
73262024-09-04T16:44:50.185Z[ recovery-image] Sep 04 16:44:49.440 INFO O| Sep 04 16:44:49.440 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-09-04T16:44:50.204Z[ recovery-image] Sep 04 16:44:49.459 INFO O| Sep 04 16:44:49.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73282024-09-04T16:44:50.204Z[ recovery-image] Sep 04 16:44:49.459 INFO O| Sep 04 16:44:49.459 INFO STEP 1090 (remove_files) COMPLETE
73292024-09-04T16:44:50.206Z[ recovery-image] Sep 04 16:44:49.459 INFO O| Sep 04 16:44:49.459 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-09-04T16:44:50.223Z[ recovery-image] Sep 04 16:44:49.478 INFO O| Sep 04 16:44:49.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73312024-09-04T16:44:50.223Z[ recovery-image] Sep 04 16:44:49.478 INFO O| Sep 04 16:44:49.478 INFO STEP 1091 (remove_files) COMPLETE
73322024-09-04T16:44:50.226Z[ recovery-image] Sep 04 16:44:49.478 INFO O| Sep 04 16:44:49.478 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-09-04T16:44:50.241Z[ recovery-image] Sep 04 16:44:49.496 INFO O| Sep 04 16:44:49.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73342024-09-04T16:44:50.241Z[ recovery-image] Sep 04 16:44:49.496 INFO O| Sep 04 16:44:49.496 INFO STEP 1092 (remove_files) COMPLETE
73352024-09-04T16:44:50.244Z[ recovery-image] Sep 04 16:44:49.496 INFO O| Sep 04 16:44:49.496 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-09-04T16:44:50.258Z[ recovery-image] Sep 04 16:44:49.513 INFO O| Sep 04 16:44:49.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73372024-09-04T16:44:50.261Z[ recovery-image] Sep 04 16:44:49.513 INFO O| Sep 04 16:44:49.513 INFO STEP 1093 (remove_files) COMPLETE
73382024-09-04T16:44:50.261Z[ recovery-image] Sep 04 16:44:49.514 INFO O| Sep 04 16:44:49.514 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-09-04T16:44:50.278Z[ recovery-image] Sep 04 16:44:49.532 INFO O| Sep 04 16:44:49.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73402024-09-04T16:44:50.278Z[ recovery-image] Sep 04 16:44:49.532 INFO O| Sep 04 16:44:49.532 INFO STEP 1094 (remove_files) COMPLETE
73412024-09-04T16:44:50.278Z[ recovery-image] Sep 04 16:44:49.533 INFO O| Sep 04 16:44:49.532 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-09-04T16:44:50.296Z[ recovery-image] Sep 04 16:44:49.551 INFO O| Sep 04 16:44:49.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73432024-09-04T16:44:50.296Z[ recovery-image] Sep 04 16:44:49.551 INFO O| Sep 04 16:44:49.551 INFO STEP 1095 (remove_files) COMPLETE
73442024-09-04T16:44:50.296Z[ recovery-image] Sep 04 16:44:49.551 INFO O| Sep 04 16:44:49.551 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-09-04T16:44:50.315Z[ recovery-image] Sep 04 16:44:49.570 INFO O| Sep 04 16:44:49.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73462024-09-04T16:44:50.315Z[ recovery-image] Sep 04 16:44:49.570 INFO O| Sep 04 16:44:49.570 INFO STEP 1096 (remove_files) COMPLETE
73472024-09-04T16:44:50.315Z[ recovery-image] Sep 04 16:44:49.570 INFO O| Sep 04 16:44:49.570 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-09-04T16:44:50.334Z[ recovery-image] Sep 04 16:44:49.589 INFO O| Sep 04 16:44:49.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73492024-09-04T16:44:50.334Z[ recovery-image] Sep 04 16:44:49.589 INFO O| Sep 04 16:44:49.589 INFO STEP 1097 (remove_files) COMPLETE
73502024-09-04T16:44:50.334Z[ recovery-image] Sep 04 16:44:49.589 INFO O| Sep 04 16:44:49.589 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-04T16:44:50.353Z[ recovery-image] Sep 04 16:44:49.607 INFO O| Sep 04 16:44:49.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73522024-09-04T16:44:50.353Z[ recovery-image] Sep 04 16:44:49.608 INFO O| Sep 04 16:44:49.607 INFO STEP 1098 (remove_files) COMPLETE
73532024-09-04T16:44:50.353Z[ recovery-image] Sep 04 16:44:49.608 INFO O| Sep 04 16:44:49.607 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-04T16:44:50.371Z[ recovery-image] Sep 04 16:44:49.626 INFO O| Sep 04 16:44:49.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73552024-09-04T16:44:50.371Z[ recovery-image] Sep 04 16:44:49.626 INFO O| Sep 04 16:44:49.626 INFO STEP 1099 (remove_files) COMPLETE
73562024-09-04T16:44:50.374Z[ recovery-image] Sep 04 16:44:49.626 INFO O| Sep 04 16:44:49.626 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-04T16:44:50.389Z[ recovery-image] Sep 04 16:44:49.644 INFO O| Sep 04 16:44:49.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73582024-09-04T16:44:50.391Z[ recovery-image] Sep 04 16:44:49.644 INFO O| Sep 04 16:44:49.644 INFO STEP 1100 (remove_files) COMPLETE
73592024-09-04T16:44:50.391Z[ recovery-image] Sep 04 16:44:49.644 INFO O| Sep 04 16:44:49.644 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-04T16:44:50.408Z[ recovery-image] Sep 04 16:44:49.663 INFO O| Sep 04 16:44:49.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73612024-09-04T16:44:50.408Z[ recovery-image] Sep 04 16:44:49.663 INFO O| Sep 04 16:44:49.663 INFO STEP 1101 (remove_files) COMPLETE
73622024-09-04T16:44:50.408Z[ recovery-image] Sep 04 16:44:49.663 INFO O| Sep 04 16:44:49.663 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-04T16:44:50.428Z[ recovery-image] Sep 04 16:44:49.682 INFO O| Sep 04 16:44:49.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73642024-09-04T16:44:50.432Z[ recovery-image] Sep 04 16:44:49.682 INFO O| Sep 04 16:44:49.682 INFO STEP 1102 (remove_files) COMPLETE
73652024-09-04T16:44:50.432Z[ recovery-image] Sep 04 16:44:49.683 INFO O| Sep 04 16:44:49.682 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-04T16:44:50.445Z[ recovery-image] Sep 04 16:44:49.700 INFO O| Sep 04 16:44:49.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73672024-09-04T16:44:50.445Z[ recovery-image] Sep 04 16:44:49.700 INFO O| Sep 04 16:44:49.700 INFO STEP 1103 (remove_files) COMPLETE
73682024-09-04T16:44:50.449Z[ recovery-image] Sep 04 16:44:49.700 INFO O| Sep 04 16:44:49.700 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-04T16:44:50.462Z[ recovery-image] Sep 04 16:44:49.717 INFO O| Sep 04 16:44:49.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73702024-09-04T16:44:50.462Z[ recovery-image] Sep 04 16:44:49.717 INFO O| Sep 04 16:44:49.717 INFO STEP 1104 (remove_files) COMPLETE
73712024-09-04T16:44:50.465Z[ recovery-image] Sep 04 16:44:49.717 INFO O| Sep 04 16:44:49.717 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-04T16:44:50.481Z[ recovery-image] Sep 04 16:44:49.737 INFO O| Sep 04 16:44:49.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73732024-09-04T16:44:50.484Z[ recovery-image] Sep 04 16:44:49.737 INFO O| Sep 04 16:44:49.737 INFO STEP 1105 (remove_files) COMPLETE
73742024-09-04T16:44:50.484Z[ recovery-image] Sep 04 16:44:49.737 INFO O| Sep 04 16:44:49.737 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-04T16:44:50.504Z[ recovery-image] Sep 04 16:44:49.759 INFO O| Sep 04 16:44:49.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73762024-09-04T16:44:50.504Z[ recovery-image] Sep 04 16:44:49.759 INFO O| Sep 04 16:44:49.759 INFO STEP 1106 (remove_files) COMPLETE
73772024-09-04T16:44:50.507Z[ recovery-image] Sep 04 16:44:49.759 INFO O| Sep 04 16:44:49.759 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-04T16:44:50.525Z[ recovery-image] Sep 04 16:44:49.780 INFO O| Sep 04 16:44:49.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73792024-09-04T16:44:50.525Z[ recovery-image] Sep 04 16:44:49.780 INFO O| Sep 04 16:44:49.780 INFO STEP 1107 (remove_files) COMPLETE
73802024-09-04T16:44:50.525Z[ recovery-image] Sep 04 16:44:49.780 INFO O| Sep 04 16:44:49.780 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-04T16:44:50.544Z[ recovery-image] Sep 04 16:44:49.799 INFO O| Sep 04 16:44:49.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73822024-09-04T16:44:50.544Z[ recovery-image] Sep 04 16:44:49.799 INFO O| Sep 04 16:44:49.799 INFO STEP 1108 (remove_files) COMPLETE
73832024-09-04T16:44:50.547Z[ recovery-image] Sep 04 16:44:49.799 INFO O| Sep 04 16:44:49.799 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-04T16:44:50.562Z[ recovery-image] Sep 04 16:44:49.816 INFO O| Sep 04 16:44:49.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73852024-09-04T16:44:50.562Z[ recovery-image] Sep 04 16:44:49.816 INFO O| Sep 04 16:44:49.816 INFO STEP 1109 (remove_files) COMPLETE
73862024-09-04T16:44:50.562Z[ recovery-image] Sep 04 16:44:49.817 INFO O| Sep 04 16:44:49.816 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-04T16:44:50.578Z[ recovery-image] Sep 04 16:44:49.833 INFO O| Sep 04 16:44:49.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73882024-09-04T16:44:50.578Z[ recovery-image] Sep 04 16:44:49.833 INFO O| Sep 04 16:44:49.833 INFO STEP 1110 (remove_files) COMPLETE
73892024-09-04T16:44:50.578Z[ recovery-image] Sep 04 16:44:49.833 INFO O| Sep 04 16:44:49.833 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-09-04T16:44:50.595Z[ recovery-image] Sep 04 16:44:49.850 INFO O| Sep 04 16:44:49.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73912024-09-04T16:44:50.598Z[ recovery-image] Sep 04 16:44:49.851 INFO O| Sep 04 16:44:49.850 INFO STEP 1111 (remove_files) COMPLETE
73922024-09-04T16:44:50.599Z[ recovery-image] Sep 04 16:44:49.851 INFO O| Sep 04 16:44:49.850 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-09-04T16:44:50.615Z[ recovery-image] Sep 04 16:44:49.870 INFO O| Sep 04 16:44:49.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73942024-09-04T16:44:50.618Z[ recovery-image] Sep 04 16:44:49.870 INFO O| Sep 04 16:44:49.870 INFO STEP 1112 (remove_files) COMPLETE
73952024-09-04T16:44:50.618Z[ recovery-image] Sep 04 16:44:49.870 INFO O| Sep 04 16:44:49.870 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-09-04T16:44:50.634Z[ recovery-image] Sep 04 16:44:49.889 INFO O| Sep 04 16:44:49.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73972024-09-04T16:44:50.634Z[ recovery-image] Sep 04 16:44:49.889 INFO O| Sep 04 16:44:49.889 INFO STEP 1113 (remove_files) COMPLETE
73982024-09-04T16:44:50.637Z[ recovery-image] Sep 04 16:44:49.889 INFO O| Sep 04 16:44:49.889 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-09-04T16:44:50.653Z[ recovery-image] Sep 04 16:44:49.907 INFO O| Sep 04 16:44:49.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74002024-09-04T16:44:50.653Z[ recovery-image] Sep 04 16:44:49.907 INFO O| Sep 04 16:44:49.907 INFO STEP 1114 (remove_files) COMPLETE
74012024-09-04T16:44:50.653Z[ recovery-image] Sep 04 16:44:49.908 INFO O| Sep 04 16:44:49.907 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-09-04T16:44:50.671Z[ recovery-image] Sep 04 16:44:49.925 INFO O| Sep 04 16:44:49.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74032024-09-04T16:44:50.671Z[ recovery-image] Sep 04 16:44:49.926 INFO O| Sep 04 16:44:49.926 INFO STEP 1115 (remove_files) COMPLETE
74042024-09-04T16:44:50.674Z[ recovery-image] Sep 04 16:44:49.926 INFO O| Sep 04 16:44:49.926 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-09-04T16:44:50.687Z[ recovery-image] Sep 04 16:44:49.942 INFO O| Sep 04 16:44:49.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74062024-09-04T16:44:50.687Z[ recovery-image] Sep 04 16:44:49.942 INFO O| Sep 04 16:44:49.942 INFO STEP 1116 (remove_files) COMPLETE
74072024-09-04T16:44:50.687Z[ recovery-image] Sep 04 16:44:49.942 INFO O| Sep 04 16:44:49.942 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-09-04T16:44:50.705Z[ recovery-image] Sep 04 16:44:49.960 INFO O| Sep 04 16:44:49.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74092024-09-04T16:44:50.705Z[ recovery-image] Sep 04 16:44:49.960 INFO O| Sep 04 16:44:49.960 INFO STEP 1117 (remove_files) COMPLETE
74102024-09-04T16:44:50.708Z[ recovery-image] Sep 04 16:44:49.960 INFO O| Sep 04 16:44:49.960 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-09-04T16:44:50.718Z[ recovery-image] Sep 04 16:44:49.973 INFO O| Sep 04 16:44:49.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74122024-09-04T16:44:50.718Z[ recovery-image] Sep 04 16:44:49.974 INFO O| Sep 04 16:44:49.973 INFO STEP 1118 (remove_files) COMPLETE
74132024-09-04T16:44:50.722Z[ recovery-image] Sep 04 16:44:49.974 INFO O| Sep 04 16:44:49.974 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-09-04T16:44:50.732Z[ recovery-image] Sep 04 16:44:49.987 INFO O| Sep 04 16:44:49.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74152024-09-04T16:44:50.732Z[ recovery-image] Sep 04 16:44:49.987 INFO O| Sep 04 16:44:49.987 INFO STEP 1119 (remove_files) COMPLETE
74162024-09-04T16:44:50.736Z[ recovery-image] Sep 04 16:44:49.987 INFO O| Sep 04 16:44:49.987 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-09-04T16:44:50.745Z[ recovery-image] Sep 04 16:44:50.000 INFO O| Sep 04 16:44:50.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74182024-09-04T16:44:50.749Z[ recovery-image] Sep 04 16:44:50.000 INFO O| Sep 04 16:44:50.000 INFO STEP 1120 (remove_files) COMPLETE
74192024-09-04T16:44:50.749Z[ recovery-image] Sep 04 16:44:50.001 INFO O| Sep 04 16:44:50.000 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-09-04T16:44:50.759Z[ recovery-image] Sep 04 16:44:50.014 INFO O| Sep 04 16:44:50.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74212024-09-04T16:44:50.759Z[ recovery-image] Sep 04 16:44:50.014 INFO O| Sep 04 16:44:50.014 INFO STEP 1121 (remove_files) COMPLETE
74222024-09-04T16:44:50.759Z[ recovery-image] Sep 04 16:44:50.014 INFO O| Sep 04 16:44:50.014 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-09-04T16:44:50.778Z[ recovery-image] Sep 04 16:44:50.033 INFO O| Sep 04 16:44:50.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74242024-09-04T16:44:50.778Z[ recovery-image] Sep 04 16:44:50.033 INFO O| Sep 04 16:44:50.033 INFO STEP 1122 (remove_files) COMPLETE
74252024-09-04T16:44:50.781Z[ recovery-image] Sep 04 16:44:50.033 INFO O| Sep 04 16:44:50.033 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-09-04T16:44:50.798Z[ recovery-image] Sep 04 16:44:50.053 INFO O| Sep 04 16:44:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74272024-09-04T16:44:50.798Z[ recovery-image] Sep 04 16:44:50.053 INFO O| Sep 04 16:44:50.053 INFO STEP 1123 (remove_files) COMPLETE
74282024-09-04T16:44:50.801Z[ recovery-image] Sep 04 16:44:50.053 INFO O| Sep 04 16:44:50.053 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-09-04T16:44:50.817Z[ recovery-image] Sep 04 16:44:50.072 INFO O| Sep 04 16:44:50.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74302024-09-04T16:44:50.817Z[ recovery-image] Sep 04 16:44:50.072 INFO O| Sep 04 16:44:50.072 INFO STEP 1124 (remove_files) COMPLETE
74312024-09-04T16:44:50.817Z[ recovery-image] Sep 04 16:44:50.072 INFO O| Sep 04 16:44:50.072 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-09-04T16:44:50.857Z[ recovery-image] Sep 04 16:44:50.112 INFO O| Sep 04 16:44:50.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74332024-09-04T16:44:50.857Z[ recovery-image] Sep 04 16:44:50.112 INFO O| Sep 04 16:44:50.112 INFO STEP 1125 (remove_files) COMPLETE
74342024-09-04T16:44:50.857Z[ recovery-image] Sep 04 16:44:50.112 INFO O| Sep 04 16:44:50.112 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-09-04T16:44:50.879Z[ recovery-image] Sep 04 16:44:50.134 INFO O| Sep 04 16:44:50.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74362024-09-04T16:44:50.879Z[ recovery-image] Sep 04 16:44:50.134 INFO O| Sep 04 16:44:50.134 INFO STEP 1126 (remove_files) COMPLETE
74372024-09-04T16:44:50.879Z[ recovery-image] Sep 04 16:44:50.134 INFO O| Sep 04 16:44:50.134 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-09-04T16:44:50.907Z[ recovery-image] Sep 04 16:44:50.161 INFO O| Sep 04 16:44:50.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74392024-09-04T16:44:50.907Z[ recovery-image] Sep 04 16:44:50.161 INFO O| Sep 04 16:44:50.161 INFO STEP 1127 (remove_files) COMPLETE
74402024-09-04T16:44:50.907Z[ recovery-image] Sep 04 16:44:50.161 INFO O| Sep 04 16:44:50.161 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-09-04T16:44:50.948Z[ recovery-image] Sep 04 16:44:50.203 INFO O| Sep 04 16:44:50.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74422024-09-04T16:44:50.948Z[ recovery-image] Sep 04 16:44:50.203 INFO O| Sep 04 16:44:50.203 INFO STEP 1128 (remove_files) COMPLETE
74432024-09-04T16:44:50.948Z[ recovery-image] Sep 04 16:44:50.203 INFO O| Sep 04 16:44:50.203 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-09-04T16:44:50.975Z[ recovery-image] Sep 04 16:44:50.229 INFO O| Sep 04 16:44:50.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74452024-09-04T16:44:50.975Z[ recovery-image] Sep 04 16:44:50.229 INFO O| Sep 04 16:44:50.229 INFO STEP 1129 (remove_files) COMPLETE
74462024-09-04T16:44:50.975Z[ recovery-image] Sep 04 16:44:50.230 INFO O| Sep 04 16:44:50.229 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-09-04T16:44:50.997Z[ recovery-image] Sep 04 16:44:50.252 INFO O| Sep 04 16:44:50.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74482024-09-04T16:44:50.997Z[ recovery-image] Sep 04 16:44:50.252 INFO O| Sep 04 16:44:50.252 INFO STEP 1130 (remove_files) COMPLETE
74492024-09-04T16:44:50.997Z[ recovery-image] Sep 04 16:44:50.252 INFO O| Sep 04 16:44:50.252 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-09-04T16:44:51.028Z[ recovery-image] Sep 04 16:44:50.282 INFO O| Sep 04 16:44:50.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74512024-09-04T16:44:51.029Z[ recovery-image] Sep 04 16:44:50.282 INFO O| Sep 04 16:44:50.282 INFO STEP 1131 (remove_files) COMPLETE
74522024-09-04T16:44:51.029Z[ recovery-image] Sep 04 16:44:50.283 INFO O| Sep 04 16:44:50.282 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-09-04T16:44:51.088Z[ recovery-image] Sep 04 16:44:50.341 INFO O| Sep 04 16:44:50.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74542024-09-04T16:44:51.088Z[ recovery-image] Sep 04 16:44:50.341 INFO O| Sep 04 16:44:50.341 INFO STEP 1132 (remove_files) COMPLETE
74552024-09-04T16:44:51.088Z[ recovery-image] Sep 04 16:44:50.342 INFO O| Sep 04 16:44:50.341 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-09-04T16:44:51.160Z[ recovery-image] Sep 04 16:44:50.402 INFO O| Sep 04 16:44:50.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74572024-09-04T16:44:51.163Z[ recovery-image] Sep 04 16:44:50.402 INFO O| Sep 04 16:44:50.402 INFO STEP 1133 (remove_files) COMPLETE
74582024-09-04T16:44:51.164Z[ recovery-image] Sep 04 16:44:50.402 INFO O| Sep 04 16:44:50.402 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-09-04T16:44:51.166Z[ recovery-image] Sep 04 16:44:50.420 INFO O| Sep 04 16:44:50.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74602024-09-04T16:44:51.167Z[ recovery-image] Sep 04 16:44:50.420 INFO O| Sep 04 16:44:50.420 INFO STEP 1134 (remove_files) COMPLETE
74612024-09-04T16:44:51.167Z[ recovery-image] Sep 04 16:44:50.420 INFO O| Sep 04 16:44:50.420 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-04T16:44:51.185Z[ recovery-image] Sep 04 16:44:50.440 INFO O| Sep 04 16:44:50.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74632024-09-04T16:44:51.186Z[ recovery-image] Sep 04 16:44:50.440 INFO O| Sep 04 16:44:50.440 INFO STEP 1135 (remove_files) COMPLETE
74642024-09-04T16:44:51.189Z[ recovery-image] Sep 04 16:44:50.440 INFO O| Sep 04 16:44:50.440 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-09-04T16:44:51.206Z[ recovery-image] Sep 04 16:44:50.460 INFO O| Sep 04 16:44:50.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74662024-09-04T16:44:51.206Z[ recovery-image] Sep 04 16:44:50.461 INFO O| Sep 04 16:44:50.460 INFO STEP 1136 (remove_files) COMPLETE
74672024-09-04T16:44:51.206Z[ recovery-image] Sep 04 16:44:50.461 INFO O| Sep 04 16:44:50.461 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-09-04T16:44:51.227Z[ recovery-image] Sep 04 16:44:50.480 INFO O| Sep 04 16:44:50.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74692024-09-04T16:44:51.227Z[ recovery-image] Sep 04 16:44:50.481 INFO O| Sep 04 16:44:50.480 INFO STEP 1137 (remove_files) COMPLETE
74702024-09-04T16:44:51.227Z[ recovery-image] Sep 04 16:44:50.481 INFO O| Sep 04 16:44:50.481 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-09-04T16:44:51.263Z[ recovery-image] Sep 04 16:44:50.518 INFO O| Sep 04 16:44:50.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74722024-09-04T16:44:51.263Z[ recovery-image] Sep 04 16:44:50.518 INFO O| Sep 04 16:44:50.518 INFO STEP 1138 (remove_files) COMPLETE
74732024-09-04T16:44:51.263Z[ recovery-image] Sep 04 16:44:50.518 INFO O| Sep 04 16:44:50.518 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-09-04T16:44:51.289Z[ recovery-image] Sep 04 16:44:50.543 INFO O| Sep 04 16:44:50.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74752024-09-04T16:44:51.289Z[ recovery-image] Sep 04 16:44:50.543 INFO O| Sep 04 16:44:50.543 INFO STEP 1139 (remove_files) COMPLETE
74762024-09-04T16:44:51.289Z[ recovery-image] Sep 04 16:44:50.543 INFO O| Sep 04 16:44:50.543 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-09-04T16:44:51.308Z[ recovery-image] Sep 04 16:44:50.563 INFO O| Sep 04 16:44:50.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74782024-09-04T16:44:51.308Z[ recovery-image] Sep 04 16:44:50.563 INFO O| Sep 04 16:44:50.563 INFO STEP 1140 (remove_files) COMPLETE
74792024-09-04T16:44:51.311Z[ recovery-image] Sep 04 16:44:50.563 INFO O| Sep 04 16:44:50.563 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-09-04T16:44:51.333Z[ recovery-image] Sep 04 16:44:50.588 INFO O| Sep 04 16:44:50.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74812024-09-04T16:44:51.336Z[ recovery-image] Sep 04 16:44:50.588 INFO O| Sep 04 16:44:50.588 INFO STEP 1141 (remove_files) COMPLETE
74822024-09-04T16:44:51.336Z[ recovery-image] Sep 04 16:44:50.588 INFO O| Sep 04 16:44:50.588 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-09-04T16:44:51.357Z[ recovery-image] Sep 04 16:44:50.611 INFO O| Sep 04 16:44:50.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74842024-09-04T16:44:51.358Z[ recovery-image] Sep 04 16:44:50.611 INFO O| Sep 04 16:44:50.611 INFO STEP 1142 (remove_files) COMPLETE
74852024-09-04T16:44:51.358Z[ recovery-image] Sep 04 16:44:50.611 INFO O| Sep 04 16:44:50.611 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-04T16:44:51.386Z[ recovery-image] Sep 04 16:44:50.641 INFO O| Sep 04 16:44:50.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74872024-09-04T16:44:51.386Z[ recovery-image] Sep 04 16:44:50.641 INFO O| Sep 04 16:44:50.641 INFO STEP 1143 (remove_files) COMPLETE
74882024-09-04T16:44:51.386Z[ recovery-image] Sep 04 16:44:50.641 INFO O| Sep 04 16:44:50.641 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-04T16:44:51.418Z[ recovery-image] Sep 04 16:44:50.673 INFO O| Sep 04 16:44:50.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74902024-09-04T16:44:51.418Z[ recovery-image] Sep 04 16:44:50.673 INFO O| Sep 04 16:44:50.673 INFO STEP 1144 (remove_files) COMPLETE
74912024-09-04T16:44:51.421Z[ recovery-image] Sep 04 16:44:50.673 INFO O| Sep 04 16:44:50.673 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-04T16:44:51.439Z[ recovery-image] Sep 04 16:44:50.694 INFO O| Sep 04 16:44:50.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74932024-09-04T16:44:51.439Z[ recovery-image] Sep 04 16:44:50.694 INFO O| Sep 04 16:44:50.694 INFO STEP 1145 (remove_files) COMPLETE
74942024-09-04T16:44:51.439Z[ recovery-image] Sep 04 16:44:50.694 INFO O| Sep 04 16:44:50.694 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-04T16:44:51.503Z[ recovery-image] Sep 04 16:44:50.758 INFO O| Sep 04 16:44:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74962024-09-04T16:44:51.504Z[ recovery-image] Sep 04 16:44:50.758 INFO O| Sep 04 16:44:50.758 INFO STEP 1146 (remove_files) COMPLETE
74972024-09-04T16:44:51.504Z[ recovery-image] Sep 04 16:44:50.758 INFO O| Sep 04 16:44:50.758 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-04T16:44:51.523Z[ recovery-image] Sep 04 16:44:50.777 INFO O| Sep 04 16:44:50.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74992024-09-04T16:44:51.523Z[ recovery-image] Sep 04 16:44:50.777 INFO O| Sep 04 16:44:50.777 INFO STEP 1147 (remove_files) COMPLETE
75002024-09-04T16:44:51.526Z[ recovery-image] Sep 04 16:44:50.777 INFO O| Sep 04 16:44:50.777 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-04T16:44:51.544Z[ recovery-image] Sep 04 16:44:50.798 INFO O| Sep 04 16:44:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75022024-09-04T16:44:51.544Z[ recovery-image] Sep 04 16:44:50.799 INFO O| Sep 04 16:44:50.798 INFO STEP 1148 (remove_files) COMPLETE
75032024-09-04T16:44:51.547Z[ recovery-image] Sep 04 16:44:50.799 INFO O| Sep 04 16:44:50.799 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-04T16:44:51.565Z[ recovery-image] Sep 04 16:44:50.820 INFO O| Sep 04 16:44:50.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75052024-09-04T16:44:51.565Z[ recovery-image] Sep 04 16:44:50.820 INFO O| Sep 04 16:44:50.820 INFO STEP 1149 (remove_files) COMPLETE
75062024-09-04T16:44:51.565Z[ recovery-image] Sep 04 16:44:50.820 INFO O| Sep 04 16:44:50.820 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-04T16:44:51.584Z[ recovery-image] Sep 04 16:44:50.839 INFO O| Sep 04 16:44:50.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75082024-09-04T16:44:51.584Z[ recovery-image] Sep 04 16:44:50.839 INFO O| Sep 04 16:44:50.839 INFO STEP 1150 (remove_files) COMPLETE
75092024-09-04T16:44:51.584Z[ recovery-image] Sep 04 16:44:50.839 INFO O| Sep 04 16:44:50.839 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-04T16:44:51.608Z[ recovery-image] Sep 04 16:44:50.862 INFO O| Sep 04 16:44:50.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75112024-09-04T16:44:51.611Z[ recovery-image] Sep 04 16:44:50.862 INFO O| Sep 04 16:44:50.862 INFO STEP 1151 (remove_files) COMPLETE
75122024-09-04T16:44:51.611Z[ recovery-image] Sep 04 16:44:50.863 INFO O| Sep 04 16:44:50.862 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-04T16:44:51.627Z[ recovery-image] Sep 04 16:44:50.882 INFO O| Sep 04 16:44:50.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75142024-09-04T16:44:51.630Z[ recovery-image] Sep 04 16:44:50.882 INFO O| Sep 04 16:44:50.882 INFO STEP 1152 (remove_files) COMPLETE
75152024-09-04T16:44:51.630Z[ recovery-image] Sep 04 16:44:50.882 INFO O| Sep 04 16:44:50.882 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-04T16:44:51.645Z[ recovery-image] Sep 04 16:44:50.899 INFO O| Sep 04 16:44:50.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75172024-09-04T16:44:51.645Z[ recovery-image] Sep 04 16:44:50.900 INFO O| Sep 04 16:44:50.900 INFO STEP 1153 (remove_files) COMPLETE
75182024-09-04T16:44:51.648Z[ recovery-image] Sep 04 16:44:50.900 INFO O| Sep 04 16:44:50.900 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-04T16:44:51.663Z[ recovery-image] Sep 04 16:44:50.918 INFO O| Sep 04 16:44:50.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75202024-09-04T16:44:51.666Z[ recovery-image] Sep 04 16:44:50.918 INFO O| Sep 04 16:44:50.918 INFO STEP 1154 (remove_files) COMPLETE
75212024-09-04T16:44:51.666Z[ recovery-image] Sep 04 16:44:50.918 INFO O| Sep 04 16:44:50.918 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-04T16:44:51.699Z[ recovery-image] Sep 04 16:44:50.953 INFO O| Sep 04 16:44:50.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75232024-09-04T16:44:51.702Z[ recovery-image] Sep 04 16:44:50.953 INFO O| Sep 04 16:44:50.953 INFO STEP 1155 (remove_files) COMPLETE
75242024-09-04T16:44:51.702Z[ recovery-image] Sep 04 16:44:50.954 INFO O| Sep 04 16:44:50.953 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-04T16:44:51.736Z[ recovery-image] Sep 04 16:44:50.991 INFO O| Sep 04 16:44:50.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75262024-09-04T16:44:51.737Z[ recovery-image] Sep 04 16:44:50.991 INFO O| Sep 04 16:44:50.991 INFO STEP 1156 (remove_files) COMPLETE
75272024-09-04T16:44:51.737Z[ recovery-image] Sep 04 16:44:50.991 INFO O| Sep 04 16:44:50.991 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-04T16:44:51.795Z[ recovery-image] Sep 04 16:44:51.050 INFO O| Sep 04 16:44:51.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75292024-09-04T16:44:51.796Z[ recovery-image] Sep 04 16:44:51.050 INFO O| Sep 04 16:44:51.050 INFO STEP 1157 (remove_files) COMPLETE
75302024-09-04T16:44:51.796Z[ recovery-image] Sep 04 16:44:51.050 INFO O| Sep 04 16:44:51.050 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-04T16:44:51.823Z[ recovery-image] Sep 04 16:44:51.077 INFO O| Sep 04 16:44:51.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75322024-09-04T16:44:51.823Z[ recovery-image] Sep 04 16:44:51.077 INFO O| Sep 04 16:44:51.077 INFO STEP 1158 (remove_files) COMPLETE
75332024-09-04T16:44:51.826Z[ recovery-image] Sep 04 16:44:51.077 INFO O| Sep 04 16:44:51.077 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-04T16:44:51.882Z[ recovery-image] Sep 04 16:44:51.136 INFO O| Sep 04 16:44:51.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75352024-09-04T16:44:51.882Z[ recovery-image] Sep 04 16:44:51.136 INFO O| Sep 04 16:44:51.136 INFO STEP 1159 (remove_files) COMPLETE
75362024-09-04T16:44:51.882Z[ recovery-image] Sep 04 16:44:51.136 INFO O| Sep 04 16:44:51.136 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-04T16:44:51.943Z[ recovery-image] Sep 04 16:44:51.197 INFO O| Sep 04 16:44:51.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75382024-09-04T16:44:51.943Z[ recovery-image] Sep 04 16:44:51.197 INFO O| Sep 04 16:44:51.197 INFO STEP 1160 (remove_files) COMPLETE
75392024-09-04T16:44:51.943Z[ recovery-image] Sep 04 16:44:51.197 INFO O| Sep 04 16:44:51.197 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-04T16:44:51.962Z[ recovery-image] Sep 04 16:44:51.217 INFO O| Sep 04 16:44:51.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75412024-09-04T16:44:51.962Z[ recovery-image] Sep 04 16:44:51.217 INFO O| Sep 04 16:44:51.217 INFO STEP 1161 (remove_files) COMPLETE
75422024-09-04T16:44:51.962Z[ recovery-image] Sep 04 16:44:51.217 INFO O| Sep 04 16:44:51.217 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-04T16:44:51.997Z[ recovery-image] Sep 04 16:44:51.252 INFO O| Sep 04 16:44:51.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75442024-09-04T16:44:51.997Z[ recovery-image] Sep 04 16:44:51.252 INFO O| Sep 04 16:44:51.252 INFO STEP 1162 (remove_files) COMPLETE
75452024-09-04T16:44:51.997Z[ recovery-image] Sep 04 16:44:51.252 INFO O| Sep 04 16:44:51.252 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-04T16:44:52.037Z[ recovery-image] Sep 04 16:44:51.292 INFO O| Sep 04 16:44:51.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75472024-09-04T16:44:52.037Z[ recovery-image] Sep 04 16:44:51.292 INFO O| Sep 04 16:44:51.292 INFO STEP 1163 (remove_files) COMPLETE
75482024-09-04T16:44:52.037Z[ recovery-image] Sep 04 16:44:51.292 INFO O| Sep 04 16:44:51.292 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-04T16:44:52.094Z[ recovery-image] Sep 04 16:44:51.348 INFO O| Sep 04 16:44:51.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75502024-09-04T16:44:52.094Z[ recovery-image] Sep 04 16:44:51.348 INFO O| Sep 04 16:44:51.348 INFO STEP 1164 (remove_files) COMPLETE
75512024-09-04T16:44:52.094Z[ recovery-image] Sep 04 16:44:51.349 INFO O| Sep 04 16:44:51.348 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-04T16:44:52.119Z[ recovery-image] Sep 04 16:44:51.373 INFO O| Sep 04 16:44:51.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75532024-09-04T16:44:52.119Z[ recovery-image] Sep 04 16:44:51.373 INFO O| Sep 04 16:44:51.373 INFO STEP 1165 (remove_files) COMPLETE
75542024-09-04T16:44:52.119Z[ recovery-image] Sep 04 16:44:51.373 INFO O| Sep 04 16:44:51.373 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-04T16:44:52.139Z[ recovery-image] Sep 04 16:44:51.393 INFO O| Sep 04 16:44:51.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75562024-09-04T16:44:52.140Z[ recovery-image] Sep 04 16:44:51.393 INFO O| Sep 04 16:44:51.393 INFO STEP 1166 (remove_files) COMPLETE
75572024-09-04T16:44:52.140Z[ recovery-image] Sep 04 16:44:51.393 INFO O| Sep 04 16:44:51.393 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-04T16:44:52.159Z[ recovery-image] Sep 04 16:44:51.414 INFO O| Sep 04 16:44:51.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75592024-09-04T16:44:52.160Z[ recovery-image] Sep 04 16:44:51.414 INFO O| Sep 04 16:44:51.414 INFO STEP 1167 (remove_files) COMPLETE
75602024-09-04T16:44:52.164Z[ recovery-image] Sep 04 16:44:51.414 INFO O| Sep 04 16:44:51.414 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-04T16:44:52.197Z[ recovery-image] Sep 04 16:44:51.452 INFO O| Sep 04 16:44:51.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75622024-09-04T16:44:52.197Z[ recovery-image] Sep 04 16:44:51.452 INFO O| Sep 04 16:44:51.452 INFO STEP 1168 (remove_files) COMPLETE
75632024-09-04T16:44:52.197Z[ recovery-image] Sep 04 16:44:51.452 INFO O| Sep 04 16:44:51.452 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-04T16:44:52.217Z[ recovery-image] Sep 04 16:44:51.472 INFO O| Sep 04 16:44:51.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75652024-09-04T16:44:52.218Z[ recovery-image] Sep 04 16:44:51.472 INFO O| Sep 04 16:44:51.472 INFO STEP 1169 (remove_files) COMPLETE
75662024-09-04T16:44:52.221Z[ recovery-image] Sep 04 16:44:51.472 INFO O| Sep 04 16:44:51.472 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-04T16:44:52.237Z[ recovery-image] Sep 04 16:44:51.492 INFO O| Sep 04 16:44:51.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75682024-09-04T16:44:52.237Z[ recovery-image] Sep 04 16:44:51.492 INFO O| Sep 04 16:44:51.492 INFO STEP 1170 (remove_files) COMPLETE
75692024-09-04T16:44:52.241Z[ recovery-image] Sep 04 16:44:51.492 INFO O| Sep 04 16:44:51.492 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-04T16:44:52.272Z[ recovery-image] Sep 04 16:44:51.526 INFO O| Sep 04 16:44:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75712024-09-04T16:44:52.272Z[ recovery-image] Sep 04 16:44:51.526 INFO O| Sep 04 16:44:51.526 INFO STEP 1171 (remove_files) COMPLETE
75722024-09-04T16:44:52.272Z[ recovery-image] Sep 04 16:44:51.526 INFO O| Sep 04 16:44:51.526 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-04T16:44:52.296Z[ recovery-image] Sep 04 16:44:51.551 INFO O| Sep 04 16:44:51.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75742024-09-04T16:44:52.296Z[ recovery-image] Sep 04 16:44:51.551 INFO O| Sep 04 16:44:51.551 INFO STEP 1172 (remove_files) COMPLETE
75752024-09-04T16:44:52.296Z[ recovery-image] Sep 04 16:44:51.551 INFO O| Sep 04 16:44:51.551 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-09-04T16:44:52.330Z[ recovery-image] Sep 04 16:44:51.584 INFO O| Sep 04 16:44:51.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75772024-09-04T16:44:52.330Z[ recovery-image] Sep 04 16:44:51.584 INFO O| Sep 04 16:44:51.584 INFO STEP 1173 (remove_files) COMPLETE
75782024-09-04T16:44:52.330Z[ recovery-image] Sep 04 16:44:51.584 INFO O| Sep 04 16:44:51.584 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-09-04T16:44:52.353Z[ recovery-image] Sep 04 16:44:51.607 INFO O| Sep 04 16:44:51.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75802024-09-04T16:44:52.353Z[ recovery-image] Sep 04 16:44:51.607 INFO O| Sep 04 16:44:51.607 INFO STEP 1174 (remove_files) COMPLETE
75812024-09-04T16:44:52.353Z[ recovery-image] Sep 04 16:44:51.608 INFO O| Sep 04 16:44:51.607 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-09-04T16:44:52.416Z[ recovery-image] Sep 04 16:44:51.671 INFO O| Sep 04 16:44:51.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75832024-09-04T16:44:52.416Z[ recovery-image] Sep 04 16:44:51.671 INFO O| Sep 04 16:44:51.671 INFO STEP 1175 (remove_files) COMPLETE
75842024-09-04T16:44:52.419Z[ recovery-image] Sep 04 16:44:51.671 INFO O| Sep 04 16:44:51.671 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-09-04T16:44:52.442Z[ recovery-image] Sep 04 16:44:51.696 INFO O| Sep 04 16:44:51.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75862024-09-04T16:44:52.442Z[ recovery-image] Sep 04 16:44:51.696 INFO O| Sep 04 16:44:51.696 INFO STEP 1176 (remove_files) COMPLETE
75872024-09-04T16:44:52.445Z[ recovery-image] Sep 04 16:44:51.697 INFO O| Sep 04 16:44:51.696 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-09-04T16:44:52.484Z[ recovery-image] Sep 04 16:44:51.738 INFO O| Sep 04 16:44:51.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75892024-09-04T16:44:52.484Z[ recovery-image] Sep 04 16:44:51.738 INFO O| Sep 04 16:44:51.738 INFO STEP 1177 (remove_files) COMPLETE
75902024-09-04T16:44:52.484Z[ recovery-image] Sep 04 16:44:51.738 INFO O| Sep 04 16:44:51.738 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-09-04T16:44:52.537Z[ recovery-image] Sep 04 16:44:51.792 INFO O| Sep 04 16:44:51.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75922024-09-04T16:44:52.537Z[ recovery-image] Sep 04 16:44:51.792 INFO O| Sep 04 16:44:51.792 INFO STEP 1178 (remove_files) COMPLETE
75932024-09-04T16:44:52.537Z[ recovery-image] Sep 04 16:44:51.792 INFO O| Sep 04 16:44:51.792 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-09-04T16:44:52.568Z[ recovery-image] Sep 04 16:44:51.814 INFO O| Sep 04 16:44:51.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75952024-09-04T16:44:52.568Z[ recovery-image] Sep 04 16:44:51.814 INFO O| Sep 04 16:44:51.814 INFO STEP 1179 (remove_files) COMPLETE
75962024-09-04T16:44:52.568Z[ recovery-image] Sep 04 16:44:51.814 INFO O| Sep 04 16:44:51.814 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-09-04T16:44:52.579Z[ recovery-image] Sep 04 16:44:51.833 INFO O| Sep 04 16:44:51.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75982024-09-04T16:44:52.579Z[ recovery-image] Sep 04 16:44:51.833 INFO O| Sep 04 16:44:51.833 INFO STEP 1180 (remove_files) COMPLETE
75992024-09-04T16:44:52.579Z[ recovery-image] Sep 04 16:44:51.833 INFO O| Sep 04 16:44:51.833 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-09-04T16:44:52.597Z[ recovery-image] Sep 04 16:44:51.851 INFO O| Sep 04 16:44:51.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76012024-09-04T16:44:52.597Z[ recovery-image] Sep 04 16:44:51.851 INFO O| Sep 04 16:44:51.851 INFO STEP 1181 (remove_files) COMPLETE
76022024-09-04T16:44:52.597Z[ recovery-image] Sep 04 16:44:51.851 INFO O| Sep 04 16:44:51.851 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-09-04T16:44:52.614Z[ recovery-image] Sep 04 16:44:51.869 INFO O| Sep 04 16:44:51.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76042024-09-04T16:44:52.614Z[ recovery-image] Sep 04 16:44:51.869 INFO O| Sep 04 16:44:51.869 INFO STEP 1182 (remove_files) COMPLETE
76052024-09-04T16:44:52.615Z[ recovery-image] Sep 04 16:44:51.869 INFO O| Sep 04 16:44:51.869 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-09-04T16:44:52.632Z[ recovery-image] Sep 04 16:44:51.886 INFO O| Sep 04 16:44:51.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76072024-09-04T16:44:52.632Z[ recovery-image] Sep 04 16:44:51.886 INFO O| Sep 04 16:44:51.886 INFO STEP 1183 (remove_files) COMPLETE
76082024-09-04T16:44:52.632Z[ recovery-image] Sep 04 16:44:51.886 INFO O| Sep 04 16:44:51.886 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-09-04T16:44:52.649Z[ recovery-image] Sep 04 16:44:51.903 INFO O| Sep 04 16:44:51.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76102024-09-04T16:44:52.650Z[ recovery-image] Sep 04 16:44:51.903 INFO O| Sep 04 16:44:51.903 INFO STEP 1184 (remove_files) COMPLETE
76112024-09-04T16:44:52.650Z[ recovery-image] Sep 04 16:44:51.903 INFO O| Sep 04 16:44:51.903 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-09-04T16:44:52.666Z[ recovery-image] Sep 04 16:44:51.921 INFO O| Sep 04 16:44:51.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76132024-09-04T16:44:52.666Z[ recovery-image] Sep 04 16:44:51.921 INFO O| Sep 04 16:44:51.921 INFO STEP 1185 (remove_files) COMPLETE
76142024-09-04T16:44:52.667Z[ recovery-image] Sep 04 16:44:51.921 INFO O| Sep 04 16:44:51.921 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-09-04T16:44:52.685Z[ recovery-image] Sep 04 16:44:51.940 INFO O| Sep 04 16:44:51.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76162024-09-04T16:44:52.685Z[ recovery-image] Sep 04 16:44:51.940 INFO O| Sep 04 16:44:51.940 INFO STEP 1186 (remove_files) COMPLETE
76172024-09-04T16:44:52.688Z[ recovery-image] Sep 04 16:44:51.940 INFO O| Sep 04 16:44:51.940 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-09-04T16:44:52.712Z[ recovery-image] Sep 04 16:44:51.966 INFO O| Sep 04 16:44:51.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76192024-09-04T16:44:52.715Z[ recovery-image] Sep 04 16:44:51.966 INFO O| Sep 04 16:44:51.966 INFO STEP 1187 (remove_files) COMPLETE
76202024-09-04T16:44:52.715Z[ recovery-image] Sep 04 16:44:51.967 INFO O| Sep 04 16:44:51.967 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-09-04T16:44:52.732Z[ recovery-image] Sep 04 16:44:51.987 INFO O| Sep 04 16:44:51.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76222024-09-04T16:44:52.735Z[ recovery-image] Sep 04 16:44:51.987 INFO O| Sep 04 16:44:51.987 INFO STEP 1188 (remove_files) COMPLETE
76232024-09-04T16:44:52.735Z[ recovery-image] Sep 04 16:44:51.987 INFO O| Sep 04 16:44:51.987 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-09-04T16:44:52.753Z[ recovery-image] Sep 04 16:44:52.008 INFO O| Sep 04 16:44:52.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76252024-09-04T16:44:52.756Z[ recovery-image] Sep 04 16:44:52.008 INFO O| Sep 04 16:44:52.008 INFO STEP 1189 (remove_files) COMPLETE
76262024-09-04T16:44:52.756Z[ recovery-image] Sep 04 16:44:52.008 INFO O| Sep 04 16:44:52.008 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-09-04T16:44:52.860Z[ recovery-image] Sep 04 16:44:52.114 INFO O| Sep 04 16:44:52.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76282024-09-04T16:44:52.860Z[ recovery-image] Sep 04 16:44:52.114 INFO O| Sep 04 16:44:52.114 INFO STEP 1190 (remove_files) COMPLETE
76292024-09-04T16:44:52.860Z[ recovery-image] Sep 04 16:44:52.114 INFO O| Sep 04 16:44:52.114 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-09-04T16:44:52.900Z[ recovery-image] Sep 04 16:44:52.154 INFO O| Sep 04 16:44:52.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76312024-09-04T16:44:52.900Z[ recovery-image] Sep 04 16:44:52.154 INFO O| Sep 04 16:44:52.154 INFO STEP 1191 (remove_files) COMPLETE
76322024-09-04T16:44:52.903Z[ recovery-image] Sep 04 16:44:52.155 INFO O| Sep 04 16:44:52.154 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-09-04T16:44:52.940Z[ recovery-image] Sep 04 16:44:52.194 INFO O| Sep 04 16:44:52.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76342024-09-04T16:44:52.940Z[ recovery-image] Sep 04 16:44:52.194 INFO O| Sep 04 16:44:52.194 INFO STEP 1192 (remove_files) COMPLETE
76352024-09-04T16:44:52.943Z[ recovery-image] Sep 04 16:44:52.194 INFO O| Sep 04 16:44:52.194 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-09-04T16:44:52.961Z[ recovery-image] Sep 04 16:44:52.216 INFO O| Sep 04 16:44:52.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76372024-09-04T16:44:52.961Z[ recovery-image] Sep 04 16:44:52.216 INFO O| Sep 04 16:44:52.216 INFO STEP 1193 (remove_files) COMPLETE
76382024-09-04T16:44:52.961Z[ recovery-image] Sep 04 16:44:52.216 INFO O| Sep 04 16:44:52.216 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-09-04T16:44:52.984Z[ recovery-image] Sep 04 16:44:52.238 INFO O| Sep 04 16:44:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76402024-09-04T16:44:52.984Z[ recovery-image] Sep 04 16:44:52.239 INFO O| Sep 04 16:44:52.239 INFO STEP 1194 (remove_files) COMPLETE
76412024-09-04T16:44:52.987Z[ recovery-image] Sep 04 16:44:52.239 INFO O| Sep 04 16:44:52.239 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-09-04T16:44:53.018Z[ recovery-image] Sep 04 16:44:52.273 INFO O| Sep 04 16:44:52.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76432024-09-04T16:44:53.019Z[ recovery-image] Sep 04 16:44:52.273 INFO O| Sep 04 16:44:52.273 INFO STEP 1195 (remove_files) COMPLETE
76442024-09-04T16:44:53.019Z[ recovery-image] Sep 04 16:44:52.273 INFO O| Sep 04 16:44:52.273 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-09-04T16:44:53.086Z[ recovery-image] Sep 04 16:44:52.333 INFO O| Sep 04 16:44:52.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76462024-09-04T16:44:53.086Z[ recovery-image] Sep 04 16:44:52.334 INFO O| Sep 04 16:44:52.333 INFO STEP 1196 (remove_files) COMPLETE
76472024-09-04T16:44:53.086Z[ recovery-image] Sep 04 16:44:52.334 INFO O| Sep 04 16:44:52.334 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-09-04T16:44:53.118Z[ recovery-image] Sep 04 16:44:52.373 INFO O| Sep 04 16:44:52.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76492024-09-04T16:44:53.118Z[ recovery-image] Sep 04 16:44:52.373 INFO O| Sep 04 16:44:52.373 INFO STEP 1197 (remove_files) COMPLETE
76502024-09-04T16:44:53.118Z[ recovery-image] Sep 04 16:44:52.373 INFO O| Sep 04 16:44:52.373 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-09-04T16:44:53.140Z[ recovery-image] Sep 04 16:44:52.394 INFO O| Sep 04 16:44:52.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76522024-09-04T16:44:53.140Z[ recovery-image] Sep 04 16:44:52.395 INFO O| Sep 04 16:44:52.395 INFO STEP 1198 (remove_files) COMPLETE
76532024-09-04T16:44:53.143Z[ recovery-image] Sep 04 16:44:52.395 INFO O| Sep 04 16:44:52.395 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-09-04T16:44:53.181Z[ recovery-image] Sep 04 16:44:52.436 INFO O| Sep 04 16:44:52.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76552024-09-04T16:44:53.181Z[ recovery-image] Sep 04 16:44:52.436 INFO O| Sep 04 16:44:52.436 INFO STEP 1199 (remove_files) COMPLETE
76562024-09-04T16:44:53.185Z[ recovery-image] Sep 04 16:44:52.436 INFO O| Sep 04 16:44:52.436 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-09-04T16:44:53.213Z[ recovery-image] Sep 04 16:44:52.467 INFO O| Sep 04 16:44:52.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76582024-09-04T16:44:53.233Z[ recovery-image] Sep 04 16:44:52.467 INFO O| Sep 04 16:44:52.467 INFO STEP 1200 (remove_files) COMPLETE
76592024-09-04T16:44:53.233Z[ recovery-image] Sep 04 16:44:52.467 INFO O| Sep 04 16:44:52.467 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-09-04T16:44:53.233Z[ recovery-image] Sep 04 16:44:52.485 INFO O| Sep 04 16:44:52.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76612024-09-04T16:44:53.233Z[ recovery-image] Sep 04 16:44:52.485 INFO O| Sep 04 16:44:52.485 INFO STEP 1201 (remove_files) COMPLETE
76622024-09-04T16:44:53.234Z[ recovery-image] Sep 04 16:44:52.485 INFO O| Sep 04 16:44:52.485 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-09-04T16:44:53.265Z[ recovery-image] Sep 04 16:44:52.519 INFO O| Sep 04 16:44:52.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76642024-09-04T16:44:53.265Z[ recovery-image] Sep 04 16:44:52.519 INFO O| Sep 04 16:44:52.519 INFO STEP 1202 (remove_files) COMPLETE
76652024-09-04T16:44:53.265Z[ recovery-image] Sep 04 16:44:52.519 INFO O| Sep 04 16:44:52.519 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-09-04T16:44:53.307Z[ recovery-image] Sep 04 16:44:52.559 INFO O| Sep 04 16:44:52.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76672024-09-04T16:44:53.307Z[ recovery-image] Sep 04 16:44:52.559 INFO O| Sep 04 16:44:52.559 INFO STEP 1203 (remove_files) COMPLETE
76682024-09-04T16:44:53.307Z[ recovery-image] Sep 04 16:44:52.559 INFO O| Sep 04 16:44:52.559 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-09-04T16:44:53.326Z[ recovery-image] Sep 04 16:44:52.579 INFO O| Sep 04 16:44:52.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76702024-09-04T16:44:53.326Z[ recovery-image] Sep 04 16:44:52.580 INFO O| Sep 04 16:44:52.580 INFO STEP 1204 (remove_files) COMPLETE
76712024-09-04T16:44:53.326Z[ recovery-image] Sep 04 16:44:52.580 INFO O| Sep 04 16:44:52.580 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-09-04T16:44:53.352Z[ recovery-image] Sep 04 16:44:52.599 INFO O| Sep 04 16:44:52.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76732024-09-04T16:44:53.352Z[ recovery-image] Sep 04 16:44:52.599 INFO O| Sep 04 16:44:52.599 INFO STEP 1205 (remove_files) COMPLETE
76742024-09-04T16:44:53.352Z[ recovery-image] Sep 04 16:44:52.599 INFO O| Sep 04 16:44:52.599 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76752024-09-04T16:44:53.376Z[ recovery-image] Sep 04 16:44:52.631 INFO O| Sep 04 16:44:52.631 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76762024-09-04T16:44:53.377Z[ recovery-image] Sep 04 16:44:52.631 INFO O| Sep 04 16:44:52.631 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76772024-09-04T16:44:55.231Z[ recovery-image] Sep 04 16:44:54.485 INFO O| Sep 04 16:44:54.485 INFO STEP 1206 (pack_tar) COMPLETE
76782024-09-04T16:44:55.231Z[ recovery-image] Sep 04 16:44:54.485 INFO O| Sep 04 16:44:54.485 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76792024-09-04T16:44:55.231Z[ recovery-image] Sep 04 16:44:54.485 INFO O| Sep 04 16:44:54.485 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76802024-09-04T16:44:55.518Z[ recovery-image] Sep 04 16:44:54.772 INFO O| Sep 04 16:44:54.772 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76812024-09-04T16:44:55.634Z[ recovery-image] Sep 04 16:44:54.888 INFO O| Sep 04 16:44:54.888 INFO completed processing gimlet/ramdisk-03-recovery-trim
76822024-09-04T16:44:55.644Z[ recovery-image] Sep 04 16:44:54.898 INFO image builder template: zfs-recovery...
76832024-09-04T16:44:55.644Z[ recovery-image] Sep 04 16:44:54.898 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/.tmphHrvRQ/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
76842024-09-04T16:44:55.696Z[ recovery-image] Sep 04 16:44:54.951 INFO O| Sep 04 16:44:54.950 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76852024-09-04T16:44:55.709Z[ recovery-image] Sep 04 16:44:54.962 INFO O| Sep 04 16:44:54.962 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76862024-09-04T16:44:55.810Z[ recovery-image] Sep 04 16:44:55.064 INFO O| Sep 04 16:44:55.064 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76872024-09-04T16:44:55.920Z[ recovery-image] Sep 04 16:44:55.174 INFO O| Sep 04 16:44:55.174 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76882024-09-04T16:44:55.923Z[ recovery-image] Sep 04 16:44:55.174 INFO O| Sep 04 16:44:55.174 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76892024-09-04T16:44:55.929Z[ recovery-image] Sep 04 16:44:55.183 INFO O| Sep 04 16:44:55.183 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76902024-09-04T16:44:56.028Z[ recovery-image] Sep 04 16:44:55.281 INFO O| Sep 04 16:44:55.281 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76912024-09-04T16:44:56.101Z[ recovery-image] Sep 04 16:44:55.355 INFO O| Sep 04 16:44:55.355 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76922024-09-04T16:44:56.139Z[ recovery-image] Sep 04 16:44:55.392 INFO O| Sep 04 16:44:55.392 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76932024-09-04T16:44:56.189Z[ recovery-image] Sep 04 16:44:55.443 INFO O| Sep 04 16:44:55.443 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76942024-09-04T16:44:56.193Z[ recovery-image] Sep 04 16:44:55.444 INFO O| Sep 04 16:44:55.444 INFO no lofi found
76952024-09-04T16:44:56.193Z[ recovery-image] Sep 04 16:44:55.445 INFO O| Sep 04 16:44:55.445 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76962024-09-04T16:44:56.193Z[ recovery-image] Sep 04 16:44:55.445 INFO O| Sep 04 16:44:55.445 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76972024-09-04T16:44:58.759Z[ recovery-image] Sep 04 16:44:58.012 INFO O| Sep 04 16:44:58.012 INFO lofi device = /dev/dsk/c2t1d0p0
76982024-09-04T16:44:58.759Z[ recovery-image] Sep 04 16:44:58.012 INFO O| Sep 04 16:44:58.012 INFO pool device = /dev/dsk/c2t1d0p0
76992024-09-04T16:44:58.763Z[ recovery-image] Sep 04 16:44:58.012 INFO O| Sep 04 16:44:58.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"]
77002024-09-04T16:44:58.940Z[ recovery-image] Sep 04 16:44:58.193 INFO O| Sep 04 16:44:58.193 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77012024-09-04T16:44:58.943Z[ recovery-image] Sep 04 16:44:58.193 INFO O| Sep 04 16:44:58.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77022024-09-04T16:44:58.970Z[ recovery-image] Sep 04 16:44:58.223 INFO O| Sep 04 16:44:58.223 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77032024-09-04T16:44:59.089Z[ recovery-image] Sep 04 16:44:58.343 INFO O| Sep 04 16:44:58.342 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77042024-09-04T16:44:59.168Z[ recovery-image] Sep 04 16:44:58.422 INFO O| Sep 04 16:44:58.422 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77052024-09-04T16:44:59.196Z[ recovery-image] Sep 04 16:44:58.450 INFO O| Sep 04 16:44:58.450 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77062024-09-04T16:44:59.221Z[ recovery-image] Sep 04 16:44:58.474 INFO O| Sep 04 16:44:58.474 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77072024-09-04T16:44:59.364Z[ recovery-image] Sep 04 16:44:58.618 INFO O| Sep 04 16:44:58.618 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77082024-09-04T16:44:59.367Z[ recovery-image] Sep 04 16:44:58.618 INFO O| Sep 04 16:44:58.618 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77092024-09-04T16:44:59.367Z[ recovery-image] Sep 04 16:44:58.618 INFO O| Sep 04 16:44:58.618 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77102024-09-04T16:44:59.390Z[ recovery-image] Sep 04 16:44:58.644 INFO O| Sep 04 16:44:58.644 INFO boot environment UUID: c1752532-7f5f-41af-9d8b-6fa50f6a9e96
77112024-09-04T16:44:59.390Z[ recovery-image] Sep 04 16:44:58.644 INFO O| Sep 04 16:44:58.644 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c1752532-7f5f-41af-9d8b-6fa50f6a9e96
77122024-09-04T16:44:59.412Z[ recovery-image] Sep 04 16:44:58.666 INFO O| Sep 04 16:44:58.666 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77132024-09-04T16:44:59.435Z[ recovery-image] Sep 04 16:44:58.689 INFO O| Sep 04 16:44:58.689 INFO STEP 0 (create_be) COMPLETE
77142024-09-04T16:44:59.435Z[ recovery-image] Sep 04 16:44:58.689 INFO O| Sep 04 16:44:58.689 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77152024-09-04T16:44:59.486Z[ recovery-image] Sep 04 16:44:58.739 INFO O| Sep 04 16:44:58.739 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"]
77162024-09-04T16:45:06.788Z[ recovery-image] Sep 04 16:45:06.041 INFO O| Sep 04 16:45:06.041 INFO STEP 1 (unpack_tar) COMPLETE
77172024-09-04T16:45:06.788Z[ recovery-image] Sep 04 16:45:06.041 INFO O| Sep 04 16:45:06.041 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77182024-09-04T16:45:06.809Z[ recovery-image] Sep 04 16:45:06.062 INFO O| Sep 04 16:45:06.062 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77192024-09-04T16:45:08.357Z[ recovery-image] Sep 04 16:45:07.610 INFO O| Sep 04 16:45:07.610 INFO STEP 2 (devfsadm) COMPLETE
77202024-09-04T16:45:08.357Z[ recovery-image] Sep 04 16:45:07.610 INFO O| Sep 04 16:45:07.610 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77212024-09-04T16:45:08.380Z[ recovery-image] Sep 04 16:45:07.632 INFO O| Sep 04 16:45:07.632 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77222024-09-04T16:45:08.380Z[ recovery-image] Sep 04 16:45:07.632 INFO O| Sep 04 16:45:07.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77232024-09-04T16:45:08.380Z[ recovery-image] Sep 04 16:45:07.632 INFO O| Sep 04 16:45:07.632 INFO STEP 3 (ensure_dir) COMPLETE
77242024-09-04T16:45:08.382Z[ recovery-image] Sep 04 16:45:07.632 INFO O| Sep 04 16:45:07.632 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77252024-09-04T16:45:08.399Z[ recovery-image] Sep 04 16:45:07.652 INFO O| Sep 04 16:45:07.652 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77262024-09-04T16:45:08.399Z[ recovery-image] Sep 04 16:45:07.652 INFO O| Sep 04 16:45:07.652 INFO STEP 4 (ensure_dir) COMPLETE
77272024-09-04T16:45:08.401Z[ recovery-image] Sep 04 16:45:07.652 INFO O| Sep 04 16:45:07.652 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77282024-09-04T16:45:08.427Z[ recovery-image] Sep 04 16:45:07.679 INFO O| Sep 04 16:45:07.679 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77292024-09-04T16:45:08.427Z[ recovery-image] Sep 04 16:45:07.679 INFO O| Sep 04 16:45:07.679 INFO STEP 5 (ensure_dir) COMPLETE
77302024-09-04T16:45:08.429Z[ recovery-image] Sep 04 16:45:07.679 INFO O| Sep 04 16:45:07.679 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77312024-09-04T16:45:08.465Z[ recovery-image] Sep 04 16:45:07.718 INFO O| Sep 04 16:45:07.717 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77322024-09-04T16:45:08.465Z[ recovery-image] Sep 04 16:45:07.718 INFO O| Sep 04 16:45:07.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77332024-09-04T16:45:08.468Z[ recovery-image] Sep 04 16:45:07.718 INFO O| Sep 04 16:45:07.718 INFO STEP 6 (ensure_dir) COMPLETE
77342024-09-04T16:45:08.468Z[ recovery-image] Sep 04 16:45:07.718 INFO O| Sep 04 16:45:07.718 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77352024-09-04T16:45:08.504Z[ recovery-image] Sep 04 16:45:07.757 INFO O| Sep 04 16:45:07.757 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77362024-09-04T16:45:08.504Z[ recovery-image] Sep 04 16:45:07.757 INFO O| Sep 04 16:45:07.757 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77372024-09-04T16:45:08.504Z[ recovery-image] Sep 04 16:45:07.757 INFO O| Sep 04 16:45:07.757 INFO STEP 7 (ensure_dir) COMPLETE
77382024-09-04T16:45:08.507Z[ recovery-image] Sep 04 16:45:07.757 INFO O| Sep 04 16:45:07.757 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77392024-09-04T16:45:08.525Z[ recovery-image] Sep 04 16:45:07.778 INFO O| Sep 04 16:45:07.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77402024-09-04T16:45:08.527Z[ recovery-image] Sep 04 16:45:07.778 INFO O| Sep 04 16:45:07.778 INFO STEP 8 (remove_files) COMPLETE
77412024-09-04T16:45:08.527Z[ recovery-image] Sep 04 16:45:07.778 INFO O| Sep 04 16:45:07.778 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77422024-09-04T16:45:08.546Z[ recovery-image] Sep 04 16:45:07.799 INFO O| Sep 04 16:45:07.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77432024-09-04T16:45:08.548Z[ recovery-image] Sep 04 16:45:07.800 INFO O| Sep 04 16:45:07.800 INFO STEP 9 (remove_files) COMPLETE
77442024-09-04T16:45:08.548Z[ recovery-image] Sep 04 16:45:07.800 INFO O| Sep 04 16:45:07.800 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77452024-09-04T16:45:08.585Z[ recovery-image] Sep 04 16:45:07.837 INFO O| Sep 04 16:45:07.837 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77462024-09-04T16:45:08.587Z[ recovery-image] Sep 04 16:45:07.839 INFO O| Sep 04 16:45:07.839 INFO STEP 10 (remove_files) COMPLETE
77472024-09-04T16:45:08.587Z[ recovery-image] Sep 04 16:45:07.839 INFO O| Sep 04 16:45:07.839 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-09-04T16:45:08.608Z[ recovery-image] Sep 04 16:45:07.860 INFO O| Sep 04 16:45:07.860 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77492024-09-04T16:45:08.610Z[ recovery-image] Sep 04 16:45:07.861 INFO O| Sep 04 16:45:07.861 INFO STEP 11 (remove_files) COMPLETE
77502024-09-04T16:45:08.610Z[ recovery-image] Sep 04 16:45:07.861 INFO O| Sep 04 16:45:07.861 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77512024-09-04T16:45:08.628Z[ recovery-image] Sep 04 16:45:07.880 INFO O| Sep 04 16:45:07.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77522024-09-04T16:45:08.628Z[ recovery-image] Sep 04 16:45:07.880 INFO O| Sep 04 16:45:07.880 INFO STEP 12 (remove_files) COMPLETE
77532024-09-04T16:45:08.628Z[ recovery-image] Sep 04 16:45:07.880 INFO O| Sep 04 16:45:07.880 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77542024-09-04T16:45:08.648Z[ recovery-image] Sep 04 16:45:07.901 INFO O| Sep 04 16:45:07.901 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77552024-09-04T16:45:08.648Z[ recovery-image] Sep 04 16:45:07.901 INFO O| Sep 04 16:45:07.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77562024-09-04T16:45:08.648Z[ recovery-image] Sep 04 16:45:07.901 INFO O| Sep 04 16:45:07.901 INFO STEP 13 (ensure_dir) COMPLETE
77572024-09-04T16:45:08.650Z[ recovery-image] Sep 04 16:45:07.901 INFO O| Sep 04 16:45:07.901 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77582024-09-04T16:45:08.669Z[ recovery-image] Sep 04 16:45:07.922 INFO O| Sep 04 16:45:07.921 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77592024-09-04T16:45:08.671Z[ recovery-image] Sep 04 16:45:07.922 INFO O| Sep 04 16:45:07.922 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77602024-09-04T16:45:08.671Z[ recovery-image] Sep 04 16:45:07.922 INFO O| Sep 04 16:45:07.922 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77612024-09-04T16:45:08.671Z[ recovery-image] Sep 04 16:45:07.922 INFO O| Sep 04 16:45:07.922 INFO STEP 14 (ensure_dir) COMPLETE
77622024-09-04T16:45:08.671Z[ recovery-image] Sep 04 16:45:07.922 INFO O| Sep 04 16:45:07.922 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77632024-09-04T16:45:08.690Z[ recovery-image] Sep 04 16:45:07.943 INFO O| Sep 04 16:45:07.943 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77642024-09-04T16:45:08.690Z[ recovery-image] Sep 04 16:45:07.943 INFO O| Sep 04 16:45:07.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77652024-09-04T16:45:08.690Z[ recovery-image] Sep 04 16:45:07.943 INFO O| Sep 04 16:45:07.943 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77662024-09-04T16:45:08.693Z[ recovery-image] Sep 04 16:45:07.943 INFO O| Sep 04 16:45:07.943 INFO STEP 15 (ensure_dir) COMPLETE
77672024-09-04T16:45:08.693Z[ recovery-image] Sep 04 16:45:07.943 INFO O| Sep 04 16:45:07.943 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77682024-09-04T16:45:08.712Z[ recovery-image] Sep 04 16:45:07.964 INFO O| Sep 04 16:45:07.964 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77692024-09-04T16:45:08.712Z[ recovery-image] Sep 04 16:45:07.965 INFO O| Sep 04 16:45:07.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77702024-09-04T16:45:08.712Z[ recovery-image] Sep 04 16:45:07.965 INFO O| Sep 04 16:45:07.965 INFO STEP 16 (ensure_dir) COMPLETE
77712024-09-04T16:45:08.714Z[ recovery-image] Sep 04 16:45:07.965 INFO O| Sep 04 16:45:07.965 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77722024-09-04T16:45:08.758Z[ recovery-image] Sep 04 16:45:08.010 INFO O| Sep 04 16:45:08.010 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77732024-09-04T16:45:08.758Z[ recovery-image] Sep 04 16:45:08.011 INFO O| Sep 04 16:45:08.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77742024-09-04T16:45:08.760Z[ recovery-image] Sep 04 16:45:08.011 INFO O| Sep 04 16:45:08.011 INFO STEP 17 (ensure_dir) COMPLETE
77752024-09-04T16:45:08.760Z[ recovery-image] Sep 04 16:45:08.011 INFO O| Sep 04 16:45:08.011 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77762024-09-04T16:45:08.781Z[ recovery-image] Sep 04 16:45:08.034 INFO O| Sep 04 16:45:08.034 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77772024-09-04T16:45:08.781Z[ recovery-image] Sep 04 16:45:08.034 INFO O| Sep 04 16:45:08.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77782024-09-04T16:45:08.781Z[ recovery-image] Sep 04 16:45:08.034 INFO O| Sep 04 16:45:08.034 INFO ok!
77792024-09-04T16:45:08.784Z[ recovery-image] Sep 04 16:45:08.034 INFO O| Sep 04 16:45:08.034 INFO STEP 18 (ensure_symlink) COMPLETE
77802024-09-04T16:45:08.784Z[ recovery-image] Sep 04 16:45:08.034 INFO O| Sep 04 16:45:08.034 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77812024-09-04T16:45:08.823Z[ recovery-image] Sep 04 16:45:08.075 INFO O| Sep 04 16:45:08.075 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77822024-09-04T16:45:08.823Z[ recovery-image] Sep 04 16:45:08.075 INFO O| Sep 04 16:45:08.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77832024-09-04T16:45:08.825Z[ recovery-image] Sep 04 16:45:08.075 INFO O| Sep 04 16:45:08.075 INFO ok!
77842024-09-04T16:45:08.825Z[ recovery-image] Sep 04 16:45:08.075 INFO O| Sep 04 16:45:08.075 INFO STEP 19 (ensure_file) COMPLETE
77852024-09-04T16:45:08.825Z[ recovery-image] Sep 04 16:45:08.075 INFO O| Sep 04 16:45:08.075 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77862024-09-04T16:45:08.848Z[ recovery-image] Sep 04 16:45:08.100 INFO O| Sep 04 16:45:08.100 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77872024-09-04T16:45:08.848Z[ recovery-image] Sep 04 16:45:08.100 INFO O| Sep 04 16:45:08.100 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77882024-09-04T16:45:08.848Z[ recovery-image] Sep 04 16:45:08.100 INFO O| Sep 04 16:45:08.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77892024-09-04T16:45:08.850Z[ recovery-image] Sep 04 16:45:08.100 INFO O| Sep 04 16:45:08.100 INFO ok!
77902024-09-04T16:45:08.850Z[ recovery-image] Sep 04 16:45:08.100 INFO O| Sep 04 16:45:08.100 INFO STEP 20 (ensure_symlink) COMPLETE
77912024-09-04T16:45:08.850Z[ recovery-image] Sep 04 16:45:08.100 INFO O| Sep 04 16:45:08.100 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77922024-09-04T16:45:08.884Z[ recovery-image] Sep 04 16:45:08.135 INFO O| Sep 04 16:45:08.135 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77932024-09-04T16:45:08.884Z[ recovery-image] Sep 04 16:45:08.136 INFO O| Sep 04 16:45:08.135 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77942024-09-04T16:45:08.887Z[ recovery-image] Sep 04 16:45:08.136 INFO O| Sep 04 16:45:08.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77952024-09-04T16:45:08.887Z[ recovery-image] Sep 04 16:45:08.136 INFO O| Sep 04 16:45:08.136 INFO ok!
77962024-09-04T16:45:08.887Z[ recovery-image] Sep 04 16:45:08.136 INFO O| Sep 04 16:45:08.136 INFO STEP 21 (ensure_symlink) COMPLETE
77972024-09-04T16:45:08.887Z[ recovery-image] Sep 04 16:45:08.136 INFO O| Sep 04 16:45:08.136 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77982024-09-04T16:45:08.923Z[ recovery-image] Sep 04 16:45:08.176 INFO O| Sep 04 16:45:08.175 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77992024-09-04T16:45:08.923Z[ recovery-image] Sep 04 16:45:08.176 INFO O| Sep 04 16:45:08.176 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78002024-09-04T16:45:08.925Z[ recovery-image] Sep 04 16:45:08.176 INFO O| Sep 04 16:45:08.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78012024-09-04T16:45:08.926Z[ recovery-image] Sep 04 16:45:08.176 INFO O| Sep 04 16:45:08.176 INFO ok!
78022024-09-04T16:45:08.926Z[ recovery-image] Sep 04 16:45:08.176 INFO O| Sep 04 16:45:08.176 INFO STEP 22 (ensure_symlink) COMPLETE
78032024-09-04T16:45:08.926Z[ recovery-image] Sep 04 16:45:08.176 INFO O| Sep 04 16:45:08.176 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78042024-09-04T16:45:08.949Z[ recovery-image] Sep 04 16:45:08.202 INFO O| Sep 04 16:45:08.202 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78052024-09-04T16:45:08.949Z[ recovery-image] Sep 04 16:45:08.202 INFO O| Sep 04 16:45:08.202 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78062024-09-04T16:45:08.952Z[ recovery-image] Sep 04 16:45:08.202 INFO O| Sep 04 16:45:08.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78072024-09-04T16:45:08.952Z[ recovery-image] Sep 04 16:45:08.203 INFO O| Sep 04 16:45:08.202 INFO ok!
78082024-09-04T16:45:08.952Z[ recovery-image] Sep 04 16:45:08.203 INFO O| Sep 04 16:45:08.203 INFO STEP 23 (ensure_symlink) COMPLETE
78092024-09-04T16:45:08.952Z[ recovery-image] Sep 04 16:45:08.203 INFO O| Sep 04 16:45:08.203 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78102024-09-04T16:45:08.977Z[ recovery-image] Sep 04 16:45:08.229 INFO O| Sep 04 16:45:08.229 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78112024-09-04T16:45:08.979Z[ recovery-image] Sep 04 16:45:08.230 INFO O| Sep 04 16:45:08.230 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 ...
78122024-09-04T16:45:08.979Z[ recovery-image] Sep 04 16:45:08.230 INFO O| Sep 04 16:45:08.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78132024-09-04T16:45:08.979Z[ recovery-image] Sep 04 16:45:08.230 INFO O| Sep 04 16:45:08.230 INFO ok!
78142024-09-04T16:45:08.979Z[ recovery-image] Sep 04 16:45:08.230 INFO O| Sep 04 16:45:08.230 INFO STEP 24 (ensure_file) COMPLETE
78152024-09-04T16:45:08.979Z[ recovery-image] Sep 04 16:45:08.230 INFO O| Sep 04 16:45:08.230 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78162024-09-04T16:45:09.005Z[ recovery-image] Sep 04 16:45:08.257 INFO O| Sep 04 16:45:08.257 INFO updating shadow file
78172024-09-04T16:45:09.005Z[ recovery-image] Sep 04 16:45:08.257 INFO O| Sep 04 16:45:08.257 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78182024-09-04T16:45:09.007Z[ recovery-image] Sep 04 16:45:08.257 INFO O| Sep 04 16:45:08.257 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78192024-09-04T16:45:09.007Z[ recovery-image] Sep 04 16:45:08.257 INFO O| Sep 04 16:45:08.257 INFO STEP 25 (shadow) COMPLETE
78202024-09-04T16:45:09.007Z[ recovery-image] Sep 04 16:45:08.257 INFO O| Sep 04 16:45:08.257 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78212024-09-04T16:45:09.043Z[ recovery-image] Sep 04 16:45:08.295 INFO O| Sep 04 16:45:08.294 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78222024-09-04T16:45:09.043Z[ recovery-image] Sep 04 16:45:08.295 INFO O| Sep 04 16:45:08.295 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78232024-09-04T16:45:09.046Z[ recovery-image] Sep 04 16:45:08.295 INFO O| Sep 04 16:45:08.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78242024-09-04T16:45:09.046Z[ recovery-image] Sep 04 16:45:08.295 INFO O| Sep 04 16:45:08.295 INFO ok!
78252024-09-04T16:45:09.046Z[ recovery-image] Sep 04 16:45:08.295 INFO O| Sep 04 16:45:08.295 INFO STEP 26 (ensure_file) COMPLETE
78262024-09-04T16:45:09.046Z[ recovery-image] Sep 04 16:45:08.295 INFO O| Sep 04 16:45:08.295 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78272024-09-04T16:45:09.082Z[ recovery-image] Sep 04 16:45:08.335 INFO O| Sep 04 16:45:08.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78282024-09-04T16:45:09.082Z[ recovery-image] Sep 04 16:45:08.335 INFO O| Sep 04 16:45:08.335 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78292024-09-04T16:45:09.085Z[ recovery-image] Sep 04 16:45:08.335 INFO O| Sep 04 16:45:08.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78302024-09-04T16:45:09.085Z[ recovery-image] Sep 04 16:45:08.335 INFO O| Sep 04 16:45:08.335 INFO ok!
78312024-09-04T16:45:09.085Z[ recovery-image] Sep 04 16:45:08.335 INFO O| Sep 04 16:45:08.335 INFO STEP 27 (ensure_file) COMPLETE
78322024-09-04T16:45:09.085Z[ recovery-image] Sep 04 16:45:08.335 INFO O| Sep 04 16:45:08.335 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78332024-09-04T16:45:09.103Z[ recovery-image] Sep 04 16:45:08.355 INFO O| Sep 04 16:45:08.355 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78342024-09-04T16:45:09.103Z[ recovery-image] Sep 04 16:45:08.355 INFO O| Sep 04 16:45:08.355 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78352024-09-04T16:45:09.105Z[ recovery-image] Sep 04 16:45:08.355 INFO O| Sep 04 16:45:08.355 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78362024-09-04T16:45:09.105Z[ recovery-image] Sep 04 16:45:08.356 INFO O| Sep 04 16:45:08.355 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78372024-09-04T16:45:09.105Z[ recovery-image] Sep 04 16:45:08.356 INFO O| Sep 04 16:45:08.356 INFO ok!
78382024-09-04T16:45:09.105Z[ recovery-image] Sep 04 16:45:08.356 INFO O| Sep 04 16:45:08.356 INFO STEP 28 (ensure_file) COMPLETE
78392024-09-04T16:45:09.105Z[ recovery-image] Sep 04 16:45:08.356 INFO O| Sep 04 16:45:08.356 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78402024-09-04T16:45:09.124Z[ recovery-image] Sep 04 16:45:08.376 INFO O| Sep 04 16:45:08.376 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78412024-09-04T16:45:09.124Z[ recovery-image] Sep 04 16:45:08.376 INFO O| Sep 04 16:45:08.376 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78422024-09-04T16:45:09.126Z[ recovery-image] Sep 04 16:45:08.377 INFO O| Sep 04 16:45:08.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78432024-09-04T16:45:09.126Z[ recovery-image] Sep 04 16:45:08.377 INFO O| Sep 04 16:45:08.377 INFO ok!
78442024-09-04T16:45:09.126Z[ recovery-image] Sep 04 16:45:08.377 INFO O| Sep 04 16:45:08.377 INFO STEP 29 (ensure_file) COMPLETE
78452024-09-04T16:45:09.127Z[ recovery-image] Sep 04 16:45:08.377 INFO O| Sep 04 16:45:08.377 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78462024-09-04T16:45:09.147Z[ recovery-image] Sep 04 16:45:08.399 INFO O| Sep 04 16:45:08.399 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78472024-09-04T16:45:09.147Z[ recovery-image] Sep 04 16:45:08.399 INFO O| Sep 04 16:45:08.399 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78482024-09-04T16:45:09.149Z[ recovery-image] Sep 04 16:45:08.400 INFO O| Sep 04 16:45:08.399 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78492024-09-04T16:45:09.149Z[ recovery-image] Sep 04 16:45:08.400 INFO O| Sep 04 16:45:08.400 INFO ok!
78502024-09-04T16:45:09.149Z[ recovery-image] Sep 04 16:45:08.400 INFO O| Sep 04 16:45:08.400 INFO STEP 30 (ensure_file) COMPLETE
78512024-09-04T16:45:09.149Z[ recovery-image] Sep 04 16:45:08.400 INFO O| Sep 04 16:45:08.400 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78522024-09-04T16:45:09.185Z[ recovery-image] Sep 04 16:45:08.437 INFO O| Sep 04 16:45:08.437 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78532024-09-04T16:45:09.185Z[ recovery-image] Sep 04 16:45:08.437 INFO O| Sep 04 16:45:08.437 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78542024-09-04T16:45:09.187Z[ recovery-image] Sep 04 16:45:08.438 INFO O| Sep 04 16:45:08.438 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78552024-09-04T16:45:09.187Z[ recovery-image] Sep 04 16:45:08.438 INFO O| Sep 04 16:45:08.438 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78562024-09-04T16:45:09.187Z[ recovery-image] Sep 04 16:45:08.438 INFO O| Sep 04 16:45:08.438 INFO ok!
78572024-09-04T16:45:09.187Z[ recovery-image] Sep 04 16:45:08.438 INFO O| Sep 04 16:45:08.438 INFO STEP 31 (ensure_file) COMPLETE
78582024-09-04T16:45:09.187Z[ recovery-image] Sep 04 16:45:08.438 INFO O| Sep 04 16:45:08.438 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78592024-09-04T16:45:09.209Z[ recovery-image] Sep 04 16:45:08.461 INFO O| Sep 04 16:45:08.461 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78602024-09-04T16:45:09.209Z[ recovery-image] Sep 04 16:45:08.461 INFO O| Sep 04 16:45:08.461 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78612024-09-04T16:45:09.212Z[ recovery-image] Sep 04 16:45:08.461 INFO O| Sep 04 16:45:08.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78622024-09-04T16:45:09.212Z[ recovery-image] Sep 04 16:45:08.462 INFO O| Sep 04 16:45:08.461 INFO ok!
78632024-09-04T16:45:09.212Z[ recovery-image] Sep 04 16:45:08.462 INFO O| Sep 04 16:45:08.461 INFO STEP 32 (ensure_file) COMPLETE
78642024-09-04T16:45:09.212Z[ recovery-image] Sep 04 16:45:08.462 INFO O| Sep 04 16:45:08.461 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78652024-09-04T16:45:09.242Z[ recovery-image] Sep 04 16:45:08.494 INFO O| Sep 04 16:45:08.494 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78662024-09-04T16:45:09.242Z[ recovery-image] Sep 04 16:45:08.494 INFO O| Sep 04 16:45:08.494 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78672024-09-04T16:45:09.245Z[ recovery-image] Sep 04 16:45:08.495 INFO O| Sep 04 16:45:08.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78682024-09-04T16:45:09.245Z[ recovery-image] Sep 04 16:45:08.495 INFO O| Sep 04 16:45:08.495 INFO ok!
78692024-09-04T16:45:09.245Z[ recovery-image] Sep 04 16:45:08.495 INFO O| Sep 04 16:45:08.495 INFO STEP 33 (ensure_file) COMPLETE
78702024-09-04T16:45:09.245Z[ recovery-image] Sep 04 16:45:08.495 INFO O| Sep 04 16:45:08.495 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78712024-09-04T16:45:09.317Z[ recovery-image] Sep 04 16:45:08.569 INFO O| Sep 04 16:45:08.569 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78722024-09-04T16:45:09.317Z[ recovery-image] Sep 04 16:45:08.569 INFO O| Sep 04 16:45:08.569 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78732024-09-04T16:45:09.319Z[ recovery-image] Sep 04 16:45:08.570 INFO O| Sep 04 16:45:08.569 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78742024-09-04T16:45:09.319Z[ recovery-image] Sep 04 16:45:08.570 INFO O| Sep 04 16:45:08.570 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78752024-09-04T16:45:09.319Z[ recovery-image] Sep 04 16:45:08.570 INFO O| Sep 04 16:45:08.570 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78762024-09-04T16:45:09.319Z[ recovery-image] Sep 04 16:45:08.570 INFO O| Sep 04 16:45:08.570 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78772024-09-04T16:45:09.319Z[ recovery-image] Sep 04 16:45:08.570 INFO O| Sep 04 16:45:08.570 INFO ok!
78782024-09-04T16:45:09.319Z[ recovery-image] Sep 04 16:45:08.570 INFO O| Sep 04 16:45:08.570 INFO STEP 34 (ensure_file) COMPLETE
78792024-09-04T16:45:09.319Z[ recovery-image] Sep 04 16:45:08.570 INFO O| Sep 04 16:45:08.570 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78802024-09-04T16:45:09.348Z[ recovery-image] Sep 04 16:45:08.600 INFO O| Sep 04 16:45:08.600 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78812024-09-04T16:45:09.350Z[ recovery-image] Sep 04 16:45:08.600 INFO O| Sep 04 16:45:08.600 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78822024-09-04T16:45:09.350Z[ recovery-image] Sep 04 16:45:08.600 INFO O| Sep 04 16:45:08.600 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78832024-09-04T16:45:09.350Z[ recovery-image] Sep 04 16:45:08.600 INFO O| Sep 04 16:45:08.600 INFO STEP 35 (ensure_dir) COMPLETE
78842024-09-04T16:45:09.350Z[ recovery-image] Sep 04 16:45:08.600 INFO O| Sep 04 16:45:08.600 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78852024-09-04T16:45:09.368Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 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
78862024-09-04T16:45:09.368Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 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 ...
78872024-09-04T16:45:09.370Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 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
78882024-09-04T16:45:09.370Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 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
78892024-09-04T16:45:09.370Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 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
78902024-09-04T16:45:09.370Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 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
78912024-09-04T16:45:09.370Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 INFO ok!
78922024-09-04T16:45:09.370Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 INFO STEP 36 (ensure_file) COMPLETE
78932024-09-04T16:45:09.370Z[ recovery-image] Sep 04 16:45:08.620 INFO O| Sep 04 16:45:08.620 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78942024-09-04T16:45:09.399Z[ recovery-image] Sep 04 16:45:08.651 INFO O| Sep 04 16:45:08.651 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78952024-09-04T16:45:09.399Z[ recovery-image] Sep 04 16:45:08.652 INFO O| Sep 04 16:45:08.651 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 ...
78962024-09-04T16:45:09.402Z[ recovery-image] Sep 04 16:45:08.652 INFO O| Sep 04 16:45:08.652 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78972024-09-04T16:45:09.402Z[ recovery-image] Sep 04 16:45:08.652 INFO O| Sep 04 16:45:08.652 INFO ok!
78982024-09-04T16:45:09.402Z[ recovery-image] Sep 04 16:45:08.652 INFO O| Sep 04 16:45:08.652 INFO STEP 37 (ensure_symlink) COMPLETE
78992024-09-04T16:45:09.402Z[ recovery-image] Sep 04 16:45:08.652 INFO O| Sep 04 16:45:08.652 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79002024-09-04T16:45:09.432Z[ recovery-image] Sep 04 16:45:08.684 INFO O| Sep 04 16:45:08.684 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79012024-09-04T16:45:09.432Z[ recovery-image] Sep 04 16:45:08.685 INFO O| Sep 04 16:45:08.685 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79022024-09-04T16:45:09.434Z[ recovery-image] Sep 04 16:45:08.685 INFO O| Sep 04 16:45:08.685 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79032024-09-04T16:45:09.434Z[ recovery-image] Sep 04 16:45:08.685 INFO O| Sep 04 16:45:08.685 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79042024-09-04T16:45:09.434Z[ recovery-image] Sep 04 16:45:08.685 INFO O| Sep 04 16:45:08.685 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79052024-09-04T16:45:09.434Z[ recovery-image] Sep 04 16:45:08.686 INFO O| Sep 04 16:45:08.685 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79062024-09-04T16:45:09.434Z[ recovery-image] Sep 04 16:45:08.686 INFO O| Sep 04 16:45:08.686 INFO ok!
79072024-09-04T16:45:09.434Z[ recovery-image] Sep 04 16:45:08.686 INFO O| Sep 04 16:45:08.686 INFO STEP 38 (ensure_file) COMPLETE
79082024-09-04T16:45:09.434Z[ recovery-image] Sep 04 16:45:08.686 INFO O| Sep 04 16:45:08.686 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79092024-09-04T16:45:09.491Z[ recovery-image] Sep 04 16:45:08.743 INFO O| Sep 04 16:45:08.743 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79102024-09-04T16:45:09.491Z[ recovery-image] Sep 04 16:45:08.743 INFO O| Sep 04 16:45:08.743 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 ...
79112024-09-04T16:45:09.493Z[ recovery-image] Sep 04 16:45:08.743 INFO O| Sep 04 16:45:08.743 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
79122024-09-04T16:45:09.493Z[ recovery-image] Sep 04 16:45:08.744 INFO O| Sep 04 16:45:08.743 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79132024-09-04T16:45:09.493Z[ recovery-image] Sep 04 16:45:08.744 INFO O| Sep 04 16:45:08.743 INFO ok!
79142024-09-04T16:45:09.493Z[ recovery-image] Sep 04 16:45:08.744 INFO O| Sep 04 16:45:08.744 INFO STEP 39 (ensure_file) COMPLETE
79152024-09-04T16:45:09.493Z[ recovery-image] Sep 04 16:45:08.744 INFO O| Sep 04 16:45:08.744 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79162024-09-04T16:45:09.512Z[ recovery-image] Sep 04 16:45:08.764 INFO O| Sep 04 16:45:08.764 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79172024-09-04T16:45:09.512Z[ recovery-image] Sep 04 16:45:08.764 INFO O| Sep 04 16:45:08.764 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79182024-09-04T16:45:09.514Z[ recovery-image] Sep 04 16:45:08.765 INFO O| Sep 04 16:45:08.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79192024-09-04T16:45:09.514Z[ recovery-image] Sep 04 16:45:08.765 INFO O| Sep 04 16:45:08.764 INFO ok!
79202024-09-04T16:45:09.514Z[ recovery-image] Sep 04 16:45:08.765 INFO O| Sep 04 16:45:08.764 INFO STEP 40 (ensure_file) COMPLETE
79212024-09-04T16:45:09.514Z[ recovery-image] Sep 04 16:45:08.765 INFO O| Sep 04 16:45:08.764 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79222024-09-04T16:45:09.536Z[ recovery-image] Sep 04 16:45:08.789 INFO O| Sep 04 16:45:08.789 INFO updating shadow file
79232024-09-04T16:45:09.539Z[ recovery-image] Sep 04 16:45:08.789 INFO O| Sep 04 16:45:08.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79242024-09-04T16:45:09.539Z[ recovery-image] Sep 04 16:45:08.789 INFO O| Sep 04 16:45:08.789 INFO STEP 41 (shadow) COMPLETE
79252024-09-04T16:45:09.539Z[ recovery-image] Sep 04 16:45:08.789 INFO O| Sep 04 16:45:08.789 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79262024-09-04T16:45:09.585Z[ recovery-image] Sep 04 16:45:08.837 INFO O| Sep 04 16:45:08.837 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79272024-09-04T16:45:09.585Z[ recovery-image] Sep 04 16:45:08.837 INFO O| Sep 04 16:45:08.837 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79282024-09-04T16:45:09.587Z[ recovery-image] Sep 04 16:45:08.837 INFO O| Sep 04 16:45:08.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79292024-09-04T16:45:09.587Z[ recovery-image] Sep 04 16:45:08.837 INFO O| Sep 04 16:45:08.837 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79302024-09-04T16:45:09.587Z[ recovery-image] Sep 04 16:45:08.837 INFO O| Sep 04 16:45:08.837 INFO ok!
79312024-09-04T16:45:09.587Z[ recovery-image] Sep 04 16:45:08.837 INFO O| Sep 04 16:45:08.837 INFO STEP 42 (ensure_file) COMPLETE
79322024-09-04T16:45:09.587Z[ recovery-image] Sep 04 16:45:08.837 INFO O| Sep 04 16:45:08.837 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79332024-09-04T16:45:09.608Z[ recovery-image] Sep 04 16:45:08.859 INFO O| Sep 04 16:45:08.859 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79342024-09-04T16:45:09.608Z[ recovery-image] Sep 04 16:45:08.859 INFO O| Sep 04 16:45:08.859 INFO STEP 43 (ensure_dir) COMPLETE
79352024-09-04T16:45:09.608Z[ recovery-image] Sep 04 16:45:08.859 INFO O| Sep 04 16:45:08.859 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79362024-09-04T16:45:09.627Z[ recovery-image] Sep 04 16:45:08.879 INFO O| Sep 04 16:45:08.879 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79372024-09-04T16:45:09.627Z[ recovery-image] Sep 04 16:45:08.880 INFO O| Sep 04 16:45:08.879 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79382024-09-04T16:45:09.627Z[ recovery-image] Sep 04 16:45:08.880 INFO O| Sep 04 16:45:08.879 INFO STEP 44 (ensure_dir) COMPLETE
79392024-09-04T16:45:09.627Z[ recovery-image] Sep 04 16:45:08.880 INFO O| Sep 04 16:45:08.880 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79402024-09-04T16:45:09.665Z[ recovery-image] Sep 04 16:45:08.918 INFO O| Sep 04 16:45:08.918 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79412024-09-04T16:45:09.668Z[ recovery-image] Sep 04 16:45:08.918 INFO O| Sep 04 16:45:08.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79422024-09-04T16:45:09.668Z[ recovery-image] Sep 04 16:45:08.918 INFO O| Sep 04 16:45:08.918 INFO STEP 45 (ensure_dir) COMPLETE
79432024-09-04T16:45:09.668Z[ recovery-image] Sep 04 16:45:08.919 INFO O| Sep 04 16:45:08.918 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79442024-09-04T16:45:09.690Z[ recovery-image] Sep 04 16:45:08.942 INFO O| Sep 04 16:45:08.942 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79452024-09-04T16:45:09.690Z[ recovery-image] Sep 04 16:45:08.942 INFO O| Sep 04 16:45:08.942 INFO copying /tmp/.tmphHrvRQ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79462024-09-04T16:45:09.755Z[ recovery-image] Sep 04 16:45:09.008 INFO O| Sep 04 16:45:09.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79472024-09-04T16:45:09.756Z[ recovery-image] Sep 04 16:45:09.008 INFO O| Sep 04 16:45:09.008 INFO ok!
79482024-09-04T16:45:09.756Z[ recovery-image] Sep 04 16:45:09.008 INFO O| Sep 04 16:45:09.008 INFO STEP 46 (ensure_file) COMPLETE
79492024-09-04T16:45:09.758Z[ recovery-image] Sep 04 16:45:09.008 INFO O| Sep 04 16:45:09.008 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79502024-09-04T16:45:09.777Z[ recovery-image] Sep 04 16:45:09.030 INFO O| Sep 04 16:45:09.030 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79512024-09-04T16:45:09.780Z[ recovery-image] Sep 04 16:45:09.030 INFO O| Sep 04 16:45:09.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79522024-09-04T16:45:09.780Z[ recovery-image] Sep 04 16:45:09.031 INFO O| Sep 04 16:45:09.030 INFO STEP 47 (ensure_dir) COMPLETE
79532024-09-04T16:45:09.780Z[ recovery-image] Sep 04 16:45:09.031 INFO O| Sep 04 16:45:09.030 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79542024-09-04T16:45:09.798Z[ recovery-image] Sep 04 16:45:09.051 INFO O| Sep 04 16:45:09.051 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79552024-09-04T16:45:09.798Z[ recovery-image] Sep 04 16:45:09.051 INFO O| Sep 04 16:45:09.051 INFO copying /tmp/.tmphHrvRQ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79562024-09-04T16:45:09.802Z[ recovery-image] Sep 04 16:45:09.051 INFO O| Sep 04 16:45:09.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79572024-09-04T16:45:09.802Z[ recovery-image] Sep 04 16:45:09.051 INFO O| Sep 04 16:45:09.051 INFO ok!
79582024-09-04T16:45:09.802Z[ recovery-image] Sep 04 16:45:09.051 INFO O| Sep 04 16:45:09.051 INFO STEP 48 (ensure_file) COMPLETE
79592024-09-04T16:45:09.802Z[ recovery-image] Sep 04 16:45:09.052 INFO O| Sep 04 16:45:09.051 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79602024-09-04T16:45:09.819Z[ recovery-image] Sep 04 16:45:09.071 INFO O| Sep 04 16:45:09.071 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79612024-09-04T16:45:09.819Z[ recovery-image] Sep 04 16:45:09.072 INFO O| Sep 04 16:45:09.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79622024-09-04T16:45:09.821Z[ recovery-image] Sep 04 16:45:09.072 INFO O| Sep 04 16:45:09.072 INFO STEP 49 (ensure_dir) COMPLETE
79632024-09-04T16:45:09.821Z[ recovery-image] Sep 04 16:45:09.072 INFO O| Sep 04 16:45:09.072 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79642024-09-04T16:45:09.840Z[ recovery-image] Sep 04 16:45:09.092 INFO O| Sep 04 16:45:09.092 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79652024-09-04T16:45:09.840Z[ recovery-image] Sep 04 16:45:09.092 INFO O| Sep 04 16:45:09.092 INFO copying /tmp/.tmphHrvRQ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79662024-09-04T16:45:09.860Z[ recovery-image] Sep 04 16:45:09.112 INFO O| Sep 04 16:45:09.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79672024-09-04T16:45:09.860Z[ recovery-image] Sep 04 16:45:09.112 INFO O| Sep 04 16:45:09.112 INFO ok!
79682024-09-04T16:45:09.860Z[ recovery-image] Sep 04 16:45:09.112 INFO O| Sep 04 16:45:09.112 INFO STEP 50 (ensure_file) COMPLETE
79692024-09-04T16:45:09.862Z[ recovery-image] Sep 04 16:45:09.112 INFO O| Sep 04 16:45:09.112 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79702024-09-04T16:45:09.881Z[ recovery-image] Sep 04 16:45:09.134 INFO O| Sep 04 16:45:09.133 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79712024-09-04T16:45:09.881Z[ recovery-image] Sep 04 16:45:09.134 INFO O| Sep 04 16:45:09.133 INFO copying /tmp/.tmphHrvRQ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79722024-09-04T16:45:11.838Z[ recovery-image] Sep 04 16:45:11.090 INFO O| Sep 04 16:45:11.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79732024-09-04T16:45:11.838Z[ recovery-image] Sep 04 16:45:11.091 INFO O| Sep 04 16:45:11.090 INFO ok!
79742024-09-04T16:45:11.841Z[ recovery-image] Sep 04 16:45:11.091 INFO O| Sep 04 16:45:11.090 INFO STEP 51 (ensure_file) COMPLETE
79752024-09-04T16:45:11.841Z[ recovery-image] Sep 04 16:45:11.091 INFO O| Sep 04 16:45:11.090 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79762024-09-04T16:45:11.858Z[ recovery-image] Sep 04 16:45:11.110 INFO O| Sep 04 16:45:11.110 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79772024-09-04T16:45:11.858Z[ recovery-image] Sep 04 16:45:11.110 INFO O| Sep 04 16:45:11.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79782024-09-04T16:45:11.858Z[ recovery-image] Sep 04 16:45:11.110 INFO O| Sep 04 16:45:11.110 INFO STEP 52 (ensure_dir) COMPLETE
79792024-09-04T16:45:11.860Z[ recovery-image] Sep 04 16:45:11.110 INFO O| Sep 04 16:45:11.110 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79802024-09-04T16:45:11.879Z[ recovery-image] Sep 04 16:45:11.131 INFO O| Sep 04 16:45:11.131 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79812024-09-04T16:45:11.879Z[ recovery-image] Sep 04 16:45:11.131 INFO O| Sep 04 16:45:11.131 INFO copying /tmp/.tmphHrvRQ/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 ...
79822024-09-04T16:45:11.881Z[ recovery-image] Sep 04 16:45:11.132 INFO O| Sep 04 16:45:11.132 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
79832024-09-04T16:45:11.882Z[ recovery-image] Sep 04 16:45:11.132 INFO O| Sep 04 16:45:11.132 INFO ok!
79842024-09-04T16:45:11.882Z[ recovery-image] Sep 04 16:45:11.132 INFO O| Sep 04 16:45:11.132 INFO STEP 53 (ensure_file) COMPLETE
79852024-09-04T16:45:11.882Z[ recovery-image] Sep 04 16:45:11.132 INFO O| Sep 04 16:45:11.132 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79862024-09-04T16:45:11.911Z[ recovery-image] Sep 04 16:45:11.163 INFO O| Sep 04 16:45:11.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79872024-09-04T16:45:11.911Z[ recovery-image] Sep 04 16:45:11.163 INFO O| Sep 04 16:45:11.163 INFO copying /tmp/.tmphHrvRQ/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 ...
79882024-09-04T16:45:11.913Z[ recovery-image] Sep 04 16:45:11.163 INFO O| Sep 04 16:45:11.163 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
79892024-09-04T16:45:11.913Z[ recovery-image] Sep 04 16:45:11.163 INFO O| Sep 04 16:45:11.163 INFO ok!
79902024-09-04T16:45:11.913Z[ recovery-image] Sep 04 16:45:11.163 INFO O| Sep 04 16:45:11.163 INFO STEP 54 (ensure_file) COMPLETE
79912024-09-04T16:45:11.913Z[ recovery-image] Sep 04 16:45:11.163 INFO O| Sep 04 16:45:11.163 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79922024-09-04T16:45:11.963Z[ recovery-image] Sep 04 16:45:11.215 INFO O| Sep 04 16:45:11.215 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79932024-09-04T16:45:11.963Z[ recovery-image] Sep 04 16:45:11.215 INFO O| Sep 04 16:45:11.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79942024-09-04T16:45:11.963Z[ recovery-image] Sep 04 16:45:11.215 INFO O| Sep 04 16:45:11.215 INFO STEP 55 (ensure_dir) COMPLETE
79952024-09-04T16:45:11.965Z[ recovery-image] Sep 04 16:45:11.215 INFO O| Sep 04 16:45:11.215 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79962024-09-04T16:45:12.004Z[ recovery-image] Sep 04 16:45:11.256 INFO O| Sep 04 16:45:11.256 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79972024-09-04T16:45:12.004Z[ recovery-image] Sep 04 16:45:11.256 INFO O| Sep 04 16:45:11.256 INFO copying /tmp/.tmphHrvRQ/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 ...
79982024-09-04T16:45:12.006Z[ recovery-image] Sep 04 16:45:11.256 INFO O| Sep 04 16:45:11.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79992024-09-04T16:45:12.006Z[ recovery-image] Sep 04 16:45:11.256 INFO O| Sep 04 16:45:11.256 INFO ok!
80002024-09-04T16:45:12.006Z[ recovery-image] Sep 04 16:45:11.256 INFO O| Sep 04 16:45:11.256 INFO STEP 56 (ensure_file) COMPLETE
80012024-09-04T16:45:12.006Z[ recovery-image] Sep 04 16:45:11.256 INFO O| Sep 04 16:45:11.256 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80022024-09-04T16:45:12.120Z[ recovery-image] Sep 04 16:45:11.372 INFO O| Sep 04 16:45:11.372 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80032024-09-04T16:45:12.120Z[ recovery-image] Sep 04 16:45:11.373 INFO O| Sep 04 16:45:11.372 INFO copying /tmp/.tmphHrvRQ/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 ...
80042024-09-04T16:45:12.123Z[ recovery-image] Sep 04 16:45:11.373 INFO O| Sep 04 16:45:11.373 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
80052024-09-04T16:45:12.123Z[ recovery-image] Sep 04 16:45:11.373 INFO O| Sep 04 16:45:11.373 INFO ok!
80062024-09-04T16:45:12.123Z[ recovery-image] Sep 04 16:45:11.373 INFO O| Sep 04 16:45:11.373 INFO STEP 57 (ensure_file) COMPLETE
80072024-09-04T16:45:12.123Z[ recovery-image] Sep 04 16:45:11.373 INFO O| Sep 04 16:45:11.373 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80082024-09-04T16:45:12.187Z[ recovery-image] Sep 04 16:45:11.439 INFO O| Sep 04 16:45:11.439 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80092024-09-04T16:45:12.189Z[ recovery-image] Sep 04 16:45:11.439 INFO O| Sep 04 16:45:11.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80102024-09-04T16:45:12.189Z[ recovery-image] Sep 04 16:45:11.440 INFO O| Sep 04 16:45:11.440 INFO STEP 58 (ensure_dir) COMPLETE
80112024-09-04T16:45:12.189Z[ recovery-image] Sep 04 16:45:11.440 INFO O| Sep 04 16:45:11.440 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80122024-09-04T16:45:12.219Z[ recovery-image] Sep 04 16:45:11.471 INFO O| Sep 04 16:45:11.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80132024-09-04T16:45:12.219Z[ recovery-image] Sep 04 16:45:11.471 INFO O| Sep 04 16:45:11.471 INFO copying /tmp/.tmphHrvRQ/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 ...
80142024-09-04T16:45:12.221Z[ recovery-image] Sep 04 16:45:11.471 INFO O| Sep 04 16:45:11.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80152024-09-04T16:45:12.221Z[ recovery-image] Sep 04 16:45:11.471 INFO O| Sep 04 16:45:11.471 INFO ok!
80162024-09-04T16:45:12.221Z[ recovery-image] Sep 04 16:45:11.471 INFO O| Sep 04 16:45:11.471 INFO STEP 59 (ensure_file) COMPLETE
80172024-09-04T16:45:12.221Z[ recovery-image] Sep 04 16:45:11.472 INFO O| Sep 04 16:45:11.471 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80182024-09-04T16:45:12.297Z[ recovery-image] Sep 04 16:45:11.549 INFO O| Sep 04 16:45:11.549 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80192024-09-04T16:45:12.299Z[ recovery-image] Sep 04 16:45:11.549 INFO O| Sep 04 16:45:11.549 INFO copying /tmp/.tmphHrvRQ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80202024-09-04T16:45:12.300Z[ recovery-image] Sep 04 16:45:11.549 INFO O| Sep 04 16:45:11.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80212024-09-04T16:45:12.300Z[ recovery-image] Sep 04 16:45:11.549 INFO O| Sep 04 16:45:11.549 INFO ok!
80222024-09-04T16:45:12.300Z[ recovery-image] Sep 04 16:45:11.549 INFO O| Sep 04 16:45:11.549 INFO STEP 60 (ensure_file) COMPLETE
80232024-09-04T16:45:12.300Z[ recovery-image] Sep 04 16:45:11.550 INFO O| Sep 04 16:45:11.550 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-09-04T16:45:12.351Z[ recovery-image] Sep 04 16:45:11.603 INFO O| Sep 04 16:45:11.603 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80252024-09-04T16:45:12.351Z[ recovery-image] Sep 04 16:45:11.603 INFO O| Sep 04 16:45:11.603 INFO STEP 61 (ensure_dir) COMPLETE
80262024-09-04T16:45:12.353Z[ recovery-image] Sep 04 16:45:11.603 INFO O| Sep 04 16:45:11.603 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80272024-09-04T16:45:12.477Z[ recovery-image] Sep 04 16:45:11.728 INFO O| Sep 04 16:45:11.728 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80282024-09-04T16:45:12.477Z[ recovery-image] Sep 04 16:45:11.728 INFO O| Sep 04 16:45:11.728 INFO STEP 62 (ensure_dir) COMPLETE
80292024-09-04T16:45:12.479Z[ recovery-image] Sep 04 16:45:11.728 INFO O| Sep 04 16:45:11.728 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-04T16:45:12.540Z[ recovery-image] Sep 04 16:45:11.792 INFO O| Sep 04 16:45:11.792 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80312024-09-04T16:45:12.540Z[ recovery-image] Sep 04 16:45:11.793 INFO O| Sep 04 16:45:11.792 INFO STEP 63 (ensure_dir) COMPLETE
80322024-09-04T16:45:12.543Z[ recovery-image] Sep 04 16:45:11.793 INFO O| Sep 04 16:45:11.792 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-09-04T16:45:12.582Z[ recovery-image] Sep 04 16:45:11.833 INFO O| Sep 04 16:45:11.833 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80342024-09-04T16:45:12.582Z[ recovery-image] Sep 04 16:45:11.833 INFO O| Sep 04 16:45:11.833 INFO STEP 64 (ensure_dir) COMPLETE
80352024-09-04T16:45:12.584Z[ recovery-image] Sep 04 16:45:11.833 INFO O| Sep 04 16:45:11.833 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-09-04T16:45:12.618Z[ recovery-image] Sep 04 16:45:11.870 INFO O| Sep 04 16:45:11.870 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80372024-09-04T16:45:12.618Z[ recovery-image] Sep 04 16:45:11.870 INFO O| Sep 04 16:45:11.870 INFO copying /tmp/.tmphHrvRQ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80382024-09-04T16:45:12.620Z[ recovery-image] Sep 04 16:45:11.870 INFO O| Sep 04 16:45:11.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80392024-09-04T16:45:12.620Z[ recovery-image] Sep 04 16:45:11.870 INFO O| Sep 04 16:45:11.870 INFO ok!
80402024-09-04T16:45:12.620Z[ recovery-image] Sep 04 16:45:11.870 INFO O| Sep 04 16:45:11.870 INFO STEP 65 (ensure_file) COMPLETE
80412024-09-04T16:45:12.620Z[ recovery-image] Sep 04 16:45:11.870 INFO O| Sep 04 16:45:11.870 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80422024-09-04T16:45:12.640Z[ recovery-image] Sep 04 16:45:11.892 INFO O| Sep 04 16:45:11.892 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80432024-09-04T16:45:12.642Z[ recovery-image] Sep 04 16:45:11.892 INFO O| Sep 04 16:45:11.892 INFO STEP 66 (remove_files) COMPLETE
80442024-09-04T16:45:12.642Z[ recovery-image] Sep 04 16:45:11.892 INFO O| Sep 04 16:45:11.892 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80452024-09-04T16:45:12.665Z[ recovery-image] Sep 04 16:45:11.917 INFO O| Sep 04 16:45:11.917 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80462024-09-04T16:45:12.667Z[ recovery-image] Sep 04 16:45:11.917 INFO O| Sep 04 16:45:11.917 INFO STEP 67 (remove_files) COMPLETE
80472024-09-04T16:45:12.667Z[ recovery-image] Sep 04 16:45:11.917 INFO O| Sep 04 16:45:11.917 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80482024-09-04T16:45:12.689Z[ recovery-image] Sep 04 16:45:11.941 INFO O| Sep 04 16:45:11.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80492024-09-04T16:45:12.691Z[ recovery-image] Sep 04 16:45:11.941 INFO O| Sep 04 16:45:11.941 INFO STEP 68 (remove_files) COMPLETE
80502024-09-04T16:45:12.691Z[ recovery-image] Sep 04 16:45:11.941 INFO O| Sep 04 16:45:11.941 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80512024-09-04T16:45:12.722Z[ recovery-image] Sep 04 16:45:11.974 INFO O| Sep 04 16:45:11.974 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80522024-09-04T16:45:12.725Z[ recovery-image] Sep 04 16:45:11.974 INFO O| Sep 04 16:45:11.974 INFO STEP 69 (remove_files) COMPLETE
80532024-09-04T16:45:12.725Z[ recovery-image] Sep 04 16:45:11.974 INFO O| Sep 04 16:45:11.974 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80542024-09-04T16:45:12.744Z[ recovery-image] Sep 04 16:45:11.996 INFO O| Sep 04 16:45:11.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80552024-09-04T16:45:12.747Z[ recovery-image] Sep 04 16:45:11.997 INFO O| Sep 04 16:45:11.997 INFO STEP 70 (remove_files) COMPLETE
80562024-09-04T16:45:12.747Z[ recovery-image] Sep 04 16:45:11.997 INFO O| Sep 04 16:45:11.997 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80572024-09-04T16:45:12.783Z[ recovery-image] Sep 04 16:45:12.035 INFO O| Sep 04 16:45:12.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80582024-09-04T16:45:12.785Z[ recovery-image] Sep 04 16:45:12.035 INFO O| Sep 04 16:45:12.035 INFO STEP 71 (remove_files) COMPLETE
80592024-09-04T16:45:12.785Z[ recovery-image] Sep 04 16:45:12.035 INFO O| Sep 04 16:45:12.035 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80602024-09-04T16:45:12.812Z[ recovery-image] Sep 04 16:45:12.064 INFO O| Sep 04 16:45:12.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80612024-09-04T16:45:12.812Z[ recovery-image] Sep 04 16:45:12.064 INFO O| Sep 04 16:45:12.064 INFO STEP 72 (remove_files) COMPLETE
80622024-09-04T16:45:12.814Z[ recovery-image] Sep 04 16:45:12.064 INFO O| Sep 04 16:45:12.064 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80632024-09-04T16:45:12.835Z[ recovery-image] Sep 04 16:45:12.087 INFO O| Sep 04 16:45:12.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80642024-09-04T16:45:12.835Z[ recovery-image] Sep 04 16:45:12.087 INFO O| Sep 04 16:45:12.087 INFO STEP 73 (remove_files) COMPLETE
80652024-09-04T16:45:12.837Z[ recovery-image] Sep 04 16:45:12.087 INFO O| Sep 04 16:45:12.087 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80662024-09-04T16:45:12.864Z[ recovery-image] Sep 04 16:45:12.116 INFO O| Sep 04 16:45:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80672024-09-04T16:45:12.865Z[ recovery-image] Sep 04 16:45:12.117 INFO O| Sep 04 16:45:12.117 INFO STEP 74 (remove_files) COMPLETE
80682024-09-04T16:45:12.867Z[ recovery-image] Sep 04 16:45:12.117 INFO O| Sep 04 16:45:12.117 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80692024-09-04T16:45:12.886Z[ recovery-image] Sep 04 16:45:12.138 INFO O| Sep 04 16:45:12.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80702024-09-04T16:45:12.886Z[ recovery-image] Sep 04 16:45:12.138 INFO O| Sep 04 16:45:12.138 INFO STEP 75 (remove_files) COMPLETE
80712024-09-04T16:45:12.888Z[ recovery-image] Sep 04 16:45:12.138 INFO O| Sep 04 16:45:12.138 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80722024-09-04T16:45:12.906Z[ recovery-image] Sep 04 16:45:12.157 INFO O| Sep 04 16:45:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80732024-09-04T16:45:12.906Z[ recovery-image] Sep 04 16:45:12.158 INFO O| Sep 04 16:45:12.158 INFO STEP 76 (remove_files) COMPLETE
80742024-09-04T16:45:12.909Z[ recovery-image] Sep 04 16:45:12.158 INFO O| Sep 04 16:45:12.158 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80752024-09-04T16:45:12.929Z[ recovery-image] Sep 04 16:45:12.181 INFO O| Sep 04 16:45:12.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80762024-09-04T16:45:12.929Z[ recovery-image] Sep 04 16:45:12.181 INFO O| Sep 04 16:45:12.181 INFO STEP 77 (remove_files) COMPLETE
80772024-09-04T16:45:12.929Z[ recovery-image] Sep 04 16:45:12.181 INFO O| Sep 04 16:45:12.181 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80782024-09-04T16:45:12.955Z[ recovery-image] Sep 04 16:45:12.207 INFO O| Sep 04 16:45:12.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80792024-09-04T16:45:12.957Z[ recovery-image] Sep 04 16:45:12.207 INFO O| Sep 04 16:45:12.207 INFO STEP 78 (remove_files) COMPLETE
80802024-09-04T16:45:12.957Z[ recovery-image] Sep 04 16:45:12.207 INFO O| Sep 04 16:45:12.207 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80812024-09-04T16:45:12.995Z[ recovery-image] Sep 04 16:45:12.247 INFO O| Sep 04 16:45:12.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80822024-09-04T16:45:12.995Z[ recovery-image] Sep 04 16:45:12.247 INFO O| Sep 04 16:45:12.247 INFO STEP 79 (remove_files) COMPLETE
80832024-09-04T16:45:12.995Z[ recovery-image] Sep 04 16:45:12.247 INFO O| Sep 04 16:45:12.247 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80842024-09-04T16:45:13.034Z[ recovery-image] Sep 04 16:45:12.286 INFO O| Sep 04 16:45:12.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80852024-09-04T16:45:13.034Z[ recovery-image] Sep 04 16:45:12.286 INFO O| Sep 04 16:45:12.286 INFO STEP 80 (remove_files) COMPLETE
80862024-09-04T16:45:13.037Z[ recovery-image] Sep 04 16:45:12.286 INFO O| Sep 04 16:45:12.286 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80872024-09-04T16:45:13.053Z[ recovery-image] Sep 04 16:45:12.305 INFO O| Sep 04 16:45:12.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80882024-09-04T16:45:13.056Z[ recovery-image] Sep 04 16:45:12.305 INFO O| Sep 04 16:45:12.305 INFO STEP 81 (remove_files) COMPLETE
80892024-09-04T16:45:13.056Z[ recovery-image] Sep 04 16:45:12.305 INFO O| Sep 04 16:45:12.305 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80902024-09-04T16:45:13.073Z[ recovery-image] Sep 04 16:45:12.325 INFO O| Sep 04 16:45:12.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80912024-09-04T16:45:13.073Z[ recovery-image] Sep 04 16:45:12.325 INFO O| Sep 04 16:45:12.325 INFO STEP 82 (remove_files) COMPLETE
80922024-09-04T16:45:13.073Z[ recovery-image] Sep 04 16:45:12.325 INFO O| Sep 04 16:45:12.325 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80932024-09-04T16:45:13.093Z[ recovery-image] Sep 04 16:45:12.345 INFO O| Sep 04 16:45:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80942024-09-04T16:45:13.093Z[ recovery-image] Sep 04 16:45:12.345 INFO O| Sep 04 16:45:12.345 INFO STEP 83 (remove_files) COMPLETE
80952024-09-04T16:45:13.095Z[ recovery-image] Sep 04 16:45:12.345 INFO O| Sep 04 16:45:12.345 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80962024-09-04T16:45:13.125Z[ recovery-image] Sep 04 16:45:12.377 INFO O| Sep 04 16:45:12.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80972024-09-04T16:45:13.125Z[ recovery-image] Sep 04 16:45:12.377 INFO O| Sep 04 16:45:12.377 INFO STEP 84 (remove_files) COMPLETE
80982024-09-04T16:45:13.125Z[ recovery-image] Sep 04 16:45:12.377 INFO O| Sep 04 16:45:12.377 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80992024-09-04T16:45:13.154Z[ recovery-image] Sep 04 16:45:12.406 INFO O| Sep 04 16:45:12.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81002024-09-04T16:45:13.157Z[ recovery-image] Sep 04 16:45:12.407 INFO O| Sep 04 16:45:12.406 INFO STEP 85 (remove_files) COMPLETE
81012024-09-04T16:45:13.157Z[ recovery-image] Sep 04 16:45:12.407 INFO O| Sep 04 16:45:12.407 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81022024-09-04T16:45:13.196Z[ recovery-image] Sep 04 16:45:12.448 INFO O| Sep 04 16:45:12.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81032024-09-04T16:45:13.199Z[ recovery-image] Sep 04 16:45:12.448 INFO O| Sep 04 16:45:12.448 INFO STEP 86 (remove_files) COMPLETE
81042024-09-04T16:45:13.199Z[ recovery-image] Sep 04 16:45:12.449 INFO O| Sep 04 16:45:12.449 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81052024-09-04T16:45:13.218Z[ recovery-image] Sep 04 16:45:12.470 INFO O| Sep 04 16:45:12.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81062024-09-04T16:45:13.220Z[ recovery-image] Sep 04 16:45:12.470 INFO O| Sep 04 16:45:12.470 INFO STEP 87 (remove_files) COMPLETE
81072024-09-04T16:45:13.220Z[ recovery-image] Sep 04 16:45:12.470 INFO O| Sep 04 16:45:12.470 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81082024-09-04T16:45:13.251Z[ recovery-image] Sep 04 16:45:12.503 INFO O| Sep 04 16:45:12.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81092024-09-04T16:45:13.251Z[ recovery-image] Sep 04 16:45:12.503 INFO O| Sep 04 16:45:12.503 INFO STEP 88 (remove_files) COMPLETE
81102024-09-04T16:45:13.251Z[ recovery-image] Sep 04 16:45:12.503 INFO O| Sep 04 16:45:12.503 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81112024-09-04T16:45:13.290Z[ recovery-image] Sep 04 16:45:12.542 INFO O| Sep 04 16:45:12.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81122024-09-04T16:45:13.290Z[ recovery-image] Sep 04 16:45:12.542 INFO O| Sep 04 16:45:12.542 INFO STEP 89 (remove_files) COMPLETE
81132024-09-04T16:45:13.293Z[ recovery-image] Sep 04 16:45:12.542 INFO O| Sep 04 16:45:12.542 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81142024-09-04T16:45:13.309Z[ recovery-image] Sep 04 16:45:12.561 INFO O| Sep 04 16:45:12.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81152024-09-04T16:45:13.309Z[ recovery-image] Sep 04 16:45:12.562 INFO O| Sep 04 16:45:12.561 INFO STEP 90 (remove_files) COMPLETE
81162024-09-04T16:45:13.312Z[ recovery-image] Sep 04 16:45:12.562 INFO O| Sep 04 16:45:12.561 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81172024-09-04T16:45:13.342Z[ recovery-image] Sep 04 16:45:12.594 INFO O| Sep 04 16:45:12.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81182024-09-04T16:45:13.342Z[ recovery-image] Sep 04 16:45:12.594 INFO O| Sep 04 16:45:12.594 INFO STEP 91 (remove_files) COMPLETE
81192024-09-04T16:45:13.342Z[ recovery-image] Sep 04 16:45:12.594 INFO O| Sep 04 16:45:12.594 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81202024-09-04T16:45:13.366Z[ recovery-image] Sep 04 16:45:12.618 INFO O| Sep 04 16:45:12.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81212024-09-04T16:45:13.366Z[ recovery-image] Sep 04 16:45:12.618 INFO O| Sep 04 16:45:12.618 INFO STEP 92 (remove_files) COMPLETE
81222024-09-04T16:45:13.366Z[ recovery-image] Sep 04 16:45:12.618 INFO O| Sep 04 16:45:12.618 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-09-04T16:45:13.395Z[ recovery-image] Sep 04 16:45:12.647 INFO O| Sep 04 16:45:12.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81242024-09-04T16:45:13.395Z[ recovery-image] Sep 04 16:45:12.647 INFO O| Sep 04 16:45:12.647 INFO STEP 93 (remove_files) COMPLETE
81252024-09-04T16:45:13.398Z[ recovery-image] Sep 04 16:45:12.647 INFO O| Sep 04 16:45:12.647 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81262024-09-04T16:45:13.448Z[ recovery-image] Sep 04 16:45:12.700 INFO O| Sep 04 16:45:12.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81272024-09-04T16:45:13.448Z[ recovery-image] Sep 04 16:45:12.700 INFO O| Sep 04 16:45:12.700 INFO STEP 94 (remove_files) COMPLETE
81282024-09-04T16:45:13.448Z[ recovery-image] Sep 04 16:45:12.701 INFO O| Sep 04 16:45:12.700 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81292024-09-04T16:45:13.496Z[ recovery-image] Sep 04 16:45:12.748 INFO O| Sep 04 16:45:12.748 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81302024-09-04T16:45:13.496Z[ recovery-image] Sep 04 16:45:12.748 INFO O| Sep 04 16:45:12.748 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
81312024-09-04T16:45:28.567Z[ recovery-image] Sep 04 16:45:27.817 INFO O| Sep 04 16:45:27.817 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
81322024-09-04T16:45:28.567Z[ recovery-image] Sep 04 16:45:27.817 INFO O| Sep 04 16:45:27.817 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81332024-09-04T16:45:28.582Z[ recovery-image] Sep 04 16:45:27.832 INFO O| Sep 04 16:45:27.832 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81342024-09-04T16:45:28.662Z[ recovery-image] Sep 04 16:45:27.912 INFO O| Sep 04 16:45:27.912 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81352024-09-04T16:45:28.665Z[ recovery-image] Sep 04 16:45:27.912 INFO O| Sep 04 16:45:27.912 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 ...
81362024-09-04T16:45:28.665Z[ recovery-image] Sep 04 16:45:27.914 INFO O| Sep 04 16:45:27.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81372024-09-04T16:45:28.665Z[ recovery-image] Sep 04 16:45:27.914 INFO O| Sep 04 16:45:27.914 INFO ok!
81382024-09-04T16:45:28.665Z[ recovery-image] Sep 04 16:45:27.914 INFO O| Sep 04 16:45:27.914 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81392024-09-04T16:45:28.665Z[ recovery-image] Sep 04 16:45:27.914 INFO O| Sep 04 16:45:27.914 INFO STEP 95 (seed_smf) COMPLETE
81402024-09-04T16:45:28.665Z[ recovery-image] Sep 04 16:45:27.914 INFO O| Sep 04 16:45:27.914 INFO steps complete; finalising image!
81412024-09-04T16:45:28.665Z[ recovery-image] Sep 04 16:45:27.914 INFO O| Sep 04 16:45:27.914 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81422024-09-04T16:45:28.704Z[ recovery-image] Sep 04 16:45:27.954 INFO O| Sep 04 16:45:27.954 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Wed Sep 4 16:45:27 2024)
81432024-09-04T16:45:28.914Z[ recovery-image] Sep 04 16:45:28.164 INFO O| Sep 04 16:45:28.164 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Wed Sep 4 16:45:27 2024)
81442024-09-04T16:45:29.143Z[ recovery-image] Sep 04 16:45:28.392 INFO O| Sep 04 16:45:28.392 INFO temporary pool has 399M used, 1.36G avail, 1.00x compressratio
81452024-09-04T16:45:29.143Z[ recovery-image] Sep 04 16:45:28.392 INFO O| Sep 04 16:45:28.392 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81462024-09-04T16:45:29.383Z[ recovery-image] Sep 04 16:45:28.633 INFO O| Sep 04 16:45:28.633 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
81472024-09-04T16:45:29.383Z[ recovery-image] Sep 04 16:45:28.633 INFO O| Sep 04 16:45:28.633 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81482024-09-04T16:45:30.754Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 45s
81492024-09-04T16:45:31.106ZSep 04 16:45:30.356 INFO [verify-libraries] process exited with exit status: 0 (351.456859486s)
81502024-09-04T16:45:32.669Z[ recovery-image] Sep 04 16:45:31.918 INFO O| Sep 04 16:45:31.918 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81512024-09-04T16:45:32.669Z[ recovery-image] Sep 04 16:45:31.918 INFO O| Sep 04 16:45:31.918 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81522024-09-04T16:45:32.671Z[ recovery-image] Sep 04 16:45:31.918 INFO O| Sep 04 16:45:31.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81532024-09-04T16:45:32.671Z[ recovery-image] Sep 04 16:45:31.918 INFO O| Sep 04 16:45:31.918 INFO completed processing gimlet/zfs-recovery
81542024-09-04T16:45:32.671Z[ recovery-image] Sep 04 16:45:31.918 INFO O| Sep 04 16:45:31.918 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81552024-09-04T16:45:33.097Z[ recovery-image] Sep 04 16:45:32.346 INFO O| Sep 04 16:45:32.346 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81562024-09-04T16:45:33.176Z[ recovery-image] Sep 04 16:45:32.425 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
81572024-09-04T16:45:33.179Z[ recovery-image] Sep 04 16:45:32.425 INFO expanded image name: "recovery 86b0ae6/${os_short_commit} 2024-09-04 16:17" -> "recovery 86b0ae6/2408c3f 2024-09-04 16:17"
81582024-09-04T16:45:33.179Z[ recovery-image] Sep 04 16:45:32.425 INFO output artefacts stored in: "/work/os-recovery"
81592024-09-04T16:45:33.179Z[ recovery-image] Sep 04 16:45:32.426 INFO collecting git info from project "pilot"...
81602024-09-04T16:45:33.190Z[ recovery-image] Sep 04 16:45:32.439 INFO collecting git info from project "chelsio-t6-roms"...
81612024-09-04T16:45:33.212Z[ recovery-image] Sep 04 16:45:32.461 INFO collecting git info from project "image-builder"...
81622024-09-04T16:45:33.218Z[ recovery-image] Sep 04 16:45:32.467 INFO collecting git info from project "amd-host-image-builder"...
81632024-09-04T16:45:33.464Z[ recovery-image] Sep 04 16:45:32.713 INFO collecting git info from project "pinprick"...
81642024-09-04T16:45:33.470Z[ recovery-image] Sep 04 16:45:32.719 INFO collecting git info from project "bootserver"...
81652024-09-04T16:45:33.475Z[ recovery-image] Sep 04 16:45:32.724 INFO collecting git info from project "phbl"...
81662024-09-04T16:45:33.481Z[ recovery-image] Sep 04 16:45:32.730 INFO collecting git info from project "amd-firmware"...
81672024-09-04T16:45:33.565Z[ recovery-image] Sep 04 16:45:32.814 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81682024-09-04T16:45:33.936Z[ recovery-image] Sep 04 16:45:33.184 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81692024-09-04T16:45:34.299Z[ recovery-image] Sep 04 16:45:33.547 INFO creating Oxide boot image...
81702024-09-04T16:45:34.301Z[ recovery-image] Sep 04 16:45:33.548 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 86b0ae6/2408c3f 2024-09-04 16:17", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81712024-09-04T16:45:58.510Z[ host-image] Sep 04 16:45:57.755 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
81722024-09-04T16:45:58.510Z[ host-image] Sep 04 16:45:57.755 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81732024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.756 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81742024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.756 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81752024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.756 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81762024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.756 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81772024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.757 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81782024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.757 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81792024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.757 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81802024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.757 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81812024-09-04T16:45:58.513Z[ host-image] Sep 04 16:45:57.758 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
81822024-09-04T16:45:58.515Z[ host-image] Sep 04 16:45:57.759 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
81832024-09-04T16:45:58.515Z[ host-image] Sep 04 16:45:57.760 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
81842024-09-04T16:45:58.517Z[ host-image] Sep 04 16:45:57.761 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81852024-09-04T16:45:58.517Z[ host-image] Sep 04 16:45:57.761 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81862024-09-04T16:45:58.517Z[ host-image] Sep 04 16:45:57.762 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81872024-09-04T16:45:58.517Z[ host-image] Sep 04 16:45:57.763 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81882024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.763 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81892024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.763 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81902024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.763 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81912024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.763 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81922024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.763 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81932024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.764 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81942024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.764 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
81952024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.764 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
81962024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.764 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
81972024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.764 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
81982024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.764 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
81992024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.765 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82002024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.765 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
82012024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.765 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
82022024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.765 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
82032024-09-04T16:45:58.520Z[ host-image] Sep 04 16:45:57.765 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
82042024-09-04T16:45:58.522Z[ host-image] Sep 04 16:45:57.766 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
82052024-09-04T16:45:58.522Z[ host-image] Sep 04 16:45:57.766 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
82062024-09-04T16:45:58.531Z[ host-image] Sep 04 16:45:57.776 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82072024-09-04T16:45:58.531Z[ host-image] Sep 04 16:45:57.776 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
82082024-09-04T16:45:58.533Z[ host-image] Sep 04 16:45:57.777 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82092024-09-04T16:45:58.533Z[ host-image] Sep 04 16:45:57.777 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82102024-09-04T16:45:58.533Z[ host-image] Sep 04 16:45:57.778 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82112024-09-04T16:45:58.534Z[ host-image] Sep 04 16:45:57.778 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
82122024-09-04T16:45:58.534Z[ host-image] Sep 04 16:45:57.778 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82132024-09-04T16:45:58.534Z[ host-image] Sep 04 16:45:57.778 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82142024-09-04T16:45:58.540Z[ host-image] Sep 04 16:45:57.780 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82152024-09-04T16:45:58.540Z[ host-image] Sep 04 16:45:57.780 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82162024-09-04T16:45:58.548Z[ host-image] Sep 04 16:45:57.793 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82172024-09-04T16:45:58.548Z[ host-image] Sep 04 16:45:57.793 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82182024-09-04T16:45:58.551Z[ host-image] Sep 04 16:45:57.793 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82192024-09-04T16:45:58.551Z[ host-image] Sep 04 16:45:57.794 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82202024-09-04T16:45:58.551Z[ host-image] Sep 04 16:45:57.795 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82212024-09-04T16:45:58.551Z[ host-image] Sep 04 16:45:57.795 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82222024-09-04T16:45:58.588Z[ host-image] Sep 04 16:45:57.834 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82232024-09-04T16:45:58.590Z[ host-image] Sep 04 16:45:57.834 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82242024-09-04T16:45:58.591Z[ host-image] Sep 04 16:45:57.834 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82252024-09-04T16:45:58.591Z[ host-image] Sep 04 16:45:57.835 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
82262024-09-04T16:45:58.591Z[ host-image] Sep 04 16:45:57.835 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
82272024-09-04T16:45:58.591Z[ host-image] Sep 04 16:45:57.836 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82282024-09-04T16:45:58.591Z[ host-image] Sep 04 16:45:57.836 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
82292024-09-04T16:45:58.591Z[ host-image] Sep 04 16:45:57.836 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82302024-09-04T16:45:58.591Z[ host-image] Sep 04 16:45:57.836 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82312024-09-04T16:45:58.591Z[ host-image] Sep 04 16:45:57.836 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82322024-09-04T16:45:58.593Z[ host-image] Sep 04 16:45:57.836 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
82332024-09-04T16:45:58.593Z[ host-image] Sep 04 16:45:57.836 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82342024-09-04T16:45:58.596Z[ host-image] Sep 04 16:45:57.841 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82352024-09-04T16:45:58.598Z[ host-image] Sep 04 16:45:57.841 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82362024-09-04T16:45:58.598Z[ host-image] Sep 04 16:45:57.841 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82372024-09-04T16:45:58.598Z[ host-image] Sep 04 16:45:57.842 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
82382024-09-04T16:45:58.598Z[ host-image] Sep 04 16:45:57.842 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82392024-09-04T16:45:58.612Z[ host-image] Sep 04 16:45:57.857 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82402024-09-04T16:45:58.614Z[ host-image] Sep 04 16:45:57.858 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
82412024-09-04T16:45:58.614Z[ host-image] Sep 04 16:45:57.860 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
82422024-09-04T16:45:58.617Z[ host-image] Sep 04 16:45:57.860 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
82432024-09-04T16:45:58.617Z[ host-image] Sep 04 16:45:57.860 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82442024-09-04T16:45:58.617Z[ host-image] Sep 04 16:45:57.861 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
82452024-09-04T16:45:58.617Z[ host-image] Sep 04 16:45:57.861 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
82462024-09-04T16:45:58.617Z[ host-image] Sep 04 16:45:57.861 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
82472024-09-04T16:45:58.617Z[ host-image] Sep 04 16:45:57.862 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
82482024-09-04T16:45:58.620Z[ host-image] Sep 04 16:45:57.866 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82492024-09-04T16:45:58.622Z[ host-image] Sep 04 16:45:57.866 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
82502024-09-04T16:45:58.622Z[ host-image] Sep 04 16:45:57.867 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
82512024-09-04T16:45:58.622Z[ host-image] Sep 04 16:45:57.867 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82522024-09-04T16:45:58.622Z[ host-image] Sep 04 16:45:57.867 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
82532024-09-04T16:45:58.622Z[ host-image] Sep 04 16:45:57.868 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
82542024-09-04T16:45:58.622Z[ host-image] Sep 04 16:45:57.868 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
82552024-09-04T16:45:58.625Z[ host-image] Sep 04 16:45:57.868 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
82562024-09-04T16:45:58.634Z[ host-image] Sep 04 16:45:57.880 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
82572024-09-04T16:45:58.634Z[ host-image] Sep 04 16:45:57.880 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82582024-09-04T16:45:58.637Z[ host-image] Sep 04 16:45:57.882 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
82592024-09-04T16:45:58.638Z[ host-image] Sep 04 16:45:57.884 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
82602024-09-04T16:45:58.639Z[ host-image] Sep 04 16:45:57.884 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
82612024-09-04T16:45:58.641Z[ host-image] Sep 04 16:45:57.884 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
82622024-09-04T16:45:58.641Z[ host-image] Sep 04 16:45:57.885 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
82632024-09-04T16:45:58.641Z[ host-image] Sep 04 16:45:57.885 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
82642024-09-04T16:45:58.650Z[ host-image] Sep 04 16:45:57.895 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
82652024-09-04T16:45:58.652Z[ host-image] Sep 04 16:45:57.896 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
82662024-09-04T16:45:58.652Z[ host-image] Sep 04 16:45:57.896 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
82672024-09-04T16:45:58.652Z[ host-image] Sep 04 16:45:57.897 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
82682024-09-04T16:45:58.652Z[ host-image] Sep 04 16:45:57.897 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
82692024-09-04T16:45:58.674Z[ host-image] Sep 04 16:45:57.920 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
82702024-09-04T16:45:58.676Z[ host-image] Sep 04 16:45:57.920 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
82712024-09-04T16:45:58.676Z[ host-image] Sep 04 16:45:57.920 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
82722024-09-04T16:45:58.676Z[ host-image] Sep 04 16:45:57.920 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82732024-09-04T16:45:58.676Z[ host-image] Sep 04 16:45:57.920 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82742024-09-04T16:45:58.705Z[ host-image] Sep 04 16:45:57.950 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82752024-09-04T16:45:58.707Z[ host-image] Sep 04 16:45:57.950 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82762024-09-04T16:45:58.707Z[ host-image] Sep 04 16:45:57.951 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82772024-09-04T16:45:58.707Z[ host-image] Sep 04 16:45:57.951 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82782024-09-04T16:45:58.707Z[ host-image] Sep 04 16:45:57.952 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
82792024-09-04T16:45:58.707Z[ host-image] Sep 04 16:45:57.952 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82802024-09-04T16:45:58.709Z[ host-image] Sep 04 16:45:57.953 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82812024-09-04T16:45:58.709Z[ host-image] Sep 04 16:45:57.953 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
82822024-09-04T16:45:58.709Z[ host-image] Sep 04 16:45:57.953 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
82832024-09-04T16:45:58.709Z[ host-image] Sep 04 16:45:57.953 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
82842024-09-04T16:45:58.709Z[ host-image] Sep 04 16:45:57.954 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82852024-09-04T16:45:58.709Z[ host-image] Sep 04 16:45:57.954 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82862024-09-04T16:45:58.710Z[ host-image] Sep 04 16:45:57.954 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82872024-09-04T16:45:58.712Z[ host-image] Sep 04 16:45:57.957 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82882024-09-04T16:45:58.714Z[ host-image] Sep 04 16:45:57.958 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82892024-09-04T16:45:58.714Z[ host-image] Sep 04 16:45:57.959 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82902024-09-04T16:45:58.714Z[ host-image] Sep 04 16:45:57.959 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82912024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.960 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82922024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.960 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82932024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.960 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82942024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.960 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82952024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.960 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82962024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.961 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
82972024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.961 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
82982024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.961 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82992024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.961 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83002024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.961 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83012024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.962 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83022024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.962 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83032024-09-04T16:45:58.717Z[ host-image] Sep 04 16:45:57.962 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83042024-09-04T16:45:58.720Z[ host-image] Sep 04 16:45:57.964 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83052024-09-04T16:45:58.720Z[ host-image] Sep 04 16:45:57.964 INFO O| tempdir @ "/tmp/.tmpximzio/tmp"
83062024-09-04T16:45:58.720Z[ host-image] Sep 04 16:45:57.964 INFO O| image root @ "/tmp/.tmpximzio/tmp/root"
83072024-09-04T16:45:58.720Z[ host-image] Sep 04 16:45:57.964 INFO O| creating image...
83082024-09-04T16:45:59.227Z[ host-image] Sep 04 16:45:58.472 INFO O| copying publishers...
83092024-09-04T16:46:05.517Z[ host-image] Sep 04 16:46:04.761 INFO O| adding properties...
83102024-09-04T16:46:06.613Z[ host-image] Sep 04 16:46:05.857 INFO O| installing packages...
83112024-09-04T16:46:26.923Z[ recovery-image] Sep 04 16:46:26.164 INFO O| ok, image written!
83122024-09-04T16:46:26.923Z[ recovery-image] Sep 04 16:46:26.164 INFO O| ok, boot_image_csum file written!
83132024-09-04T16:46:26.928Z[ recovery-image] Sep 04 16:46:26.169 INFO creating boot archive (CPIO)...
83142024-09-04T16:46:26.930Z[ recovery-image] Sep 04 16:46:26.169 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
83152024-09-04T16:46:26.937Z[ recovery-image] Sep 04 16:46:26.178 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83162024-09-04T16:46:26.939Z[ recovery-image] Sep 04 16:46:26.178 INFO E| + outfile=/work/os-recovery/cpio
83172024-09-04T16:46:26.939Z[ recovery-image] Sep 04 16:46:26.178 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83182024-09-04T16:46:26.939Z[ recovery-image] Sep 04 16:46:26.180 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83192024-09-04T16:46:26.939Z[ recovery-image] Sep 04 16:46:26.180 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83202024-09-04T16:46:26.972Z[ recovery-image] Sep 04 16:46:26.213 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83212024-09-04T16:46:26.972Z[ recovery-image] Sep 04 16:46:26.213 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83222024-09-04T16:46:26.983Z[ recovery-image] Sep 04 16:46:26.224 INFO creating compressed cpio/unix for nanobl-rs...
83232024-09-04T16:46:26.985Z[ recovery-image] Sep 04 16:46:26.225 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
83242024-09-04T16:46:27.264Z[ recovery-image] Sep 04 16:46:26.505 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83252024-09-04T16:46:27.341Z[ host-image] Sep 04 16:46:26.581 INFO O| seeding SMF database...
83262024-09-04T16:46:31.621Z[ recovery-image] Sep 04 16:46:30.861 INFO creating reset image...
83272024-09-04T16:46:31.623Z[ recovery-image] Sep 04 16:46:30.861 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83282024-09-04T16:46:31.846Z[ recovery-image] Sep 04 16:46:31.086 INFO E| Updating crates.io index
83292024-09-04T16:46:31.952Z[ recovery-image] Sep 04 16:46:31.192 INFO E| Downloading crates ...
83302024-09-04T16:46:32.033Z[ recovery-image] Sep 04 16:46:31.273 INFO E| Downloaded anstyle v1.0.6
83312024-09-04T16:46:32.046Z[ recovery-image] Sep 04 16:46:31.287 INFO E| Downloaded proc-macro2 v1.0.79
83322024-09-04T16:46:32.053Z[ recovery-image] Sep 04 16:46:31.293 INFO E| Downloaded shared_child v1.0.0
83332024-09-04T16:46:32.057Z[ recovery-image] Sep 04 16:46:31.297 INFO E| Downloaded duct v0.13.7
83342024-09-04T16:46:32.059Z[ recovery-image] Sep 04 16:46:31.300 INFO E| Downloaded clap v4.5.3
83352024-09-04T16:46:32.069Z[ recovery-image] Sep 04 16:46:31.309 INFO E| Downloaded anstream v0.6.13
83362024-09-04T16:46:32.071Z[ recovery-image] Sep 04 16:46:31.312 INFO E| Downloaded os_pipe v1.1.5
83372024-09-04T16:46:32.073Z[ recovery-image] Sep 04 16:46:31.313 INFO E| Downloaded clap_derive v4.5.3
83382024-09-04T16:46:32.076Z[ recovery-image] Sep 04 16:46:31.315 INFO E| Downloaded anstyle-query v1.0.2
83392024-09-04T16:46:32.076Z[ recovery-image] Sep 04 16:46:31.316 INFO E| Downloaded anstyle-parse v0.2.3
83402024-09-04T16:46:32.094Z[ recovery-image] Sep 04 16:46:31.334 INFO E| Downloaded syn v2.0.53
83412024-09-04T16:46:32.122Z[ recovery-image] Sep 04 16:46:31.362 INFO E| Downloaded libc v0.2.153
83422024-09-04T16:46:32.195Z[ recovery-image] Sep 04 16:46:31.435 INFO E| Compiling proc-macro2 v1.0.79
83432024-09-04T16:46:32.195Z[ recovery-image] Sep 04 16:46:31.435 INFO E| Compiling libc v0.2.153
83442024-09-04T16:46:32.197Z[ recovery-image] Sep 04 16:46:31.435 INFO E| Compiling unicode-ident v1.0.12
83452024-09-04T16:46:32.197Z[ recovery-image] Sep 04 16:46:31.435 INFO E| Compiling utf8parse v0.2.1
83462024-09-04T16:46:32.197Z[ recovery-image] Sep 04 16:46:31.435 INFO E| Compiling colorchoice v1.0.0
83472024-09-04T16:46:32.197Z[ recovery-image] Sep 04 16:46:31.435 INFO E| Compiling anstyle-query v1.0.2
83482024-09-04T16:46:32.197Z[ recovery-image] Sep 04 16:46:31.435 INFO E| Compiling anstyle v1.0.6
83492024-09-04T16:46:32.200Z[ recovery-image] Sep 04 16:46:31.440 INFO E| Compiling clap_lex v0.7.0
83502024-09-04T16:46:32.403Z[ recovery-image] Sep 04 16:46:31.643 INFO E| Compiling anstyle-parse v0.2.3
83512024-09-04T16:46:32.422Z[ recovery-image] Sep 04 16:46:31.662 INFO E| Compiling strsim v0.11.0
83522024-09-04T16:46:32.435Z[ recovery-image] Sep 04 16:46:31.675 INFO E| Compiling heck v0.5.0
83532024-09-04T16:46:32.446Z[ recovery-image] Sep 04 16:46:31.686 INFO E| Compiling once_cell v1.19.0
83542024-09-04T16:46:32.799Z[ recovery-image] Sep 04 16:46:32.032 INFO E| Compiling anstream v0.6.13
83552024-09-04T16:46:33.182Z[ recovery-image] Sep 04 16:46:32.422 INFO E| Compiling clap_builder v4.5.2
83562024-09-04T16:46:33.745Z[ recovery-image] Sep 04 16:46:32.985 INFO E| Compiling os_pipe v1.1.5
83572024-09-04T16:46:33.745Z[ recovery-image] Sep 04 16:46:32.985 INFO E| Compiling shared_child v1.0.0
83582024-09-04T16:46:33.792Z[ recovery-image] Sep 04 16:46:33.032 INFO E| Compiling quote v1.0.35
83592024-09-04T16:46:33.902Z[ recovery-image] Sep 04 16:46:33.142 INFO E| Compiling duct v0.13.7
83602024-09-04T16:46:34.181Z[ recovery-image] Sep 04 16:46:33.421 INFO E| Compiling syn v2.0.53
83612024-09-04T16:46:35.807Z[ host-image] Sep 04 16:46:35.047 INFO O| configuring SMF profile...
83622024-09-04T16:46:35.810Z[ host-image] Sep 04 16:46:35.047 INFO O| modifying shadow(5)...
83632024-09-04T16:46:35.810Z[ host-image] Sep 04 16:46:35.047 INFO O| loading user and group database...
83642024-09-04T16:46:35.810Z[ host-image] Sep 04 16:46:35.047 INFO O| assessing packaged files...
83652024-09-04T16:46:38.589Z[ host-image] Sep 04 16:46:37.773 INFO O| creating archive...
83662024-09-04T16:46:38.594Z[ host-image] Sep 04 16:46:37.833 INFO O| missing from packaging:
83672024-09-04T16:46:38.594Z[ host-image] Sep 04 16:46:37.833 INFO O| "etc/.pwd.lock"
83682024-09-04T16:46:38.594Z[ host-image] Sep 04 16:46:37.833 INFO O| "etc/bash"
83692024-09-04T16:46:38.603Z[ host-image] Sep 04 16:46:37.843 INFO O| "etc/svc/profile/generic.xml"
83702024-09-04T16:46:38.603Z[ host-image] Sep 04 16:46:37.843 INFO O| "etc/svc/profile/inetd_services.xml"
83712024-09-04T16:46:38.606Z[ host-image] Sep 04 16:46:37.843 INFO O| "etc/svc/profile/name_service.xml"
83722024-09-04T16:46:38.606Z[ host-image] Sep 04 16:46:37.843 INFO O| "etc/svc/profile/platform.xml"
83732024-09-04T16:46:38.606Z[ host-image] Sep 04 16:46:37.843 INFO O| "etc/svc/profile/platform_omicron1.xml"
83742024-09-04T16:46:38.606Z[ host-image] Sep 04 16:46:37.843 INFO O| "etc/svc/repository.db"
83752024-09-04T16:46:38.620Z[ host-image] Sep 04 16:46:37.860 INFO O| "opt/ooce/share"
83762024-09-04T16:46:38.620Z[ host-image] Sep 04 16:46:37.860 INFO O| "opt/ooce/share/man"
83772024-09-04T16:46:38.623Z[ host-image] Sep 04 16:46:37.860 INFO O| "opt/ooce/share/man/man1"
83782024-09-04T16:46:38.635Z[ host-image] Sep 04 16:46:37.875 INFO O| finishing archive...
83792024-09-04T16:46:39.480Z[ recovery-image] Sep 04 16:46:38.719 INFO E| Compiling clap_derive v4.5.3
83802024-09-04T16:46:41.553Z[ host-image] Sep 04 16:46:40.791 INFO O| creating gzonly manifest...
83812024-09-04T16:46:41.578Z[ host-image] Sep 04 16:46:40.817 INFO O| ok
83822024-09-04T16:46:41.661Z[ recovery-image] Sep 04 16:46:40.900 INFO E| Compiling clap v4.5.3
83832024-09-04T16:46:41.683Z[ host-image] Sep 04 16:46:40.922 INFO image builder template: ramdisk-02-trim...
83842024-09-04T16:46:41.683Z[ host-image] Sep 04 16:46:40.922 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmphHrvRQ/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
83852024-09-04T16:46:41.708Z[ host-image] Sep 04 16:46:40.947 INFO O| Sep 04 16:46:40.946 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83862024-09-04T16:46:41.712Z[ host-image] Sep 04 16:46:40.951 INFO O| Sep 04 16:46:40.951 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83872024-09-04T16:46:41.720Z[ recovery-image] Sep 04 16:46:40.958 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83882024-09-04T16:46:41.804Z[ host-image] Sep 04 16:46:41.043 INFO O| Sep 04 16:46:41.043 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83892024-09-04T16:46:41.864Z[ host-image] Sep 04 16:46:41.103 INFO O| Sep 04 16:46:41.103 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83902024-09-04T16:46:41.864Z[ host-image] Sep 04 16:46:41.103 INFO O| Sep 04 16:46:41.103 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83912024-09-04T16:46:41.869Z[ host-image] Sep 04 16:46:41.108 INFO O| Sep 04 16:46:41.108 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83922024-09-04T16:46:41.874Z[ host-image] Sep 04 16:46:41.113 INFO O| Sep 04 16:46:41.113 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83932024-09-04T16:46:41.878Z[ host-image] Sep 04 16:46:41.118 INFO O| Sep 04 16:46:41.118 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83942024-09-04T16:46:42.169Z[ host-image] Sep 04 16:46:41.408 INFO O| Sep 04 16:46:41.408 INFO rolled back to input snapshot; work may begin
83952024-09-04T16:46:42.169Z[ host-image] Sep 04 16:46:41.408 INFO O| Sep 04 16:46:41.408 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83962024-09-04T16:46:42.175Z[ host-image] Sep 04 16:46:41.414 INFO O| Sep 04 16:46:41.414 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83972024-09-04T16:46:42.188Z[ host-image] Sep 04 16:46:41.427 INFO O| Sep 04 16:46:41.427 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83982024-09-04T16:46:42.239Z[ host-image] Sep 04 16:46:41.478 INFO O| Sep 04 16:46:41.477 INFO STEP 0 (remove_files) COMPLETE
83992024-09-04T16:46:42.239Z[ host-image] Sep 04 16:46:41.478 INFO O| Sep 04 16:46:41.477 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84002024-09-04T16:46:42.252Z[ host-image] Sep 04 16:46:41.491 INFO O| Sep 04 16:46:41.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84012024-09-04T16:46:42.255Z[ host-image] Sep 04 16:46:41.493 INFO O| Sep 04 16:46:41.493 INFO STEP 1 (remove_files) COMPLETE
84022024-09-04T16:46:42.255Z[ host-image] Sep 04 16:46:41.493 INFO O| Sep 04 16:46:41.493 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-09-04T16:46:42.267Z[ host-image] Sep 04 16:46:41.505 INFO O| Sep 04 16:46:41.505 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84042024-09-04T16:46:42.281Z[ host-image] Sep 04 16:46:41.520 INFO O| Sep 04 16:46:41.520 INFO STEP 2 (remove_files) COMPLETE
84052024-09-04T16:46:42.281Z[ host-image] Sep 04 16:46:41.520 INFO O| Sep 04 16:46:41.520 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-09-04T16:46:42.293Z[ host-image] Sep 04 16:46:41.532 INFO O| Sep 04 16:46:41.532 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84072024-09-04T16:46:42.296Z[ host-image] Sep 04 16:46:41.534 INFO O| Sep 04 16:46:41.534 INFO STEP 3 (remove_files) COMPLETE
84082024-09-04T16:46:42.296Z[ host-image] Sep 04 16:46:41.534 INFO O| Sep 04 16:46:41.534 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84092024-09-04T16:46:42.308Z[ host-image] Sep 04 16:46:41.547 INFO O| Sep 04 16:46:41.547 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84102024-09-04T16:46:42.314Z[ host-image] Sep 04 16:46:41.553 INFO O| Sep 04 16:46:41.553 INFO STEP 4 (remove_files) COMPLETE
84112024-09-04T16:46:42.314Z[ host-image] Sep 04 16:46:41.553 INFO O| Sep 04 16:46:41.553 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84122024-09-04T16:46:42.330Z[ host-image] Sep 04 16:46:41.568 INFO O| Sep 04 16:46:41.568 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84132024-09-04T16:46:42.334Z[ host-image] Sep 04 16:46:41.573 INFO O| Sep 04 16:46:41.573 INFO STEP 5 (remove_files) COMPLETE
84142024-09-04T16:46:42.334Z[ host-image] Sep 04 16:46:41.573 INFO O| Sep 04 16:46:41.573 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-09-04T16:46:42.345Z[ host-image] Sep 04 16:46:41.584 INFO O| Sep 04 16:46:41.584 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84162024-09-04T16:46:42.357Z[ host-image] Sep 04 16:46:41.596 INFO O| Sep 04 16:46:41.596 INFO STEP 6 (remove_files) COMPLETE
84172024-09-04T16:46:42.357Z[ host-image] Sep 04 16:46:41.596 INFO O| Sep 04 16:46:41.596 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84182024-09-04T16:46:42.368Z[ host-image] Sep 04 16:46:41.607 INFO O| Sep 04 16:46:41.607 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84192024-09-04T16:46:42.380Z[ host-image] Sep 04 16:46:41.619 INFO O| Sep 04 16:46:41.619 INFO STEP 7 (remove_files) COMPLETE
84202024-09-04T16:46:42.381Z[ host-image] Sep 04 16:46:41.620 INFO O| Sep 04 16:46:41.619 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84212024-09-04T16:46:42.391Z[ host-image] Sep 04 16:46:41.630 INFO O| Sep 04 16:46:41.630 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84222024-09-04T16:46:42.463Z[ host-image] Sep 04 16:46:41.702 INFO O| Sep 04 16:46:41.702 INFO STEP 8 (remove_files) COMPLETE
84232024-09-04T16:46:42.463Z[ host-image] Sep 04 16:46:41.702 INFO O| Sep 04 16:46:41.702 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-09-04T16:46:42.474Z[ host-image] Sep 04 16:46:41.713 INFO O| Sep 04 16:46:41.713 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84252024-09-04T16:46:42.569Z[ host-image] Sep 04 16:46:41.807 INFO O| Sep 04 16:46:41.807 INFO STEP 9 (remove_files) COMPLETE
84262024-09-04T16:46:42.569Z[ host-image] Sep 04 16:46:41.807 INFO O| Sep 04 16:46:41.807 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84272024-09-04T16:46:42.582Z[ host-image] Sep 04 16:46:41.820 INFO O| Sep 04 16:46:41.820 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84282024-09-04T16:46:42.585Z[ host-image] Sep 04 16:46:41.824 INFO O| Sep 04 16:46:41.824 INFO STEP 10 (remove_files) COMPLETE
84292024-09-04T16:46:42.585Z[ host-image] Sep 04 16:46:41.824 INFO O| Sep 04 16:46:41.824 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84302024-09-04T16:46:42.598Z[ host-image] Sep 04 16:46:41.837 INFO O| Sep 04 16:46:41.837 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84312024-09-04T16:46:42.600Z[ host-image] Sep 04 16:46:41.838 INFO O| Sep 04 16:46:41.838 INFO STEP 11 (remove_files) COMPLETE
84322024-09-04T16:46:42.600Z[ host-image] Sep 04 16:46:41.838 INFO O| Sep 04 16:46:41.838 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-09-04T16:46:42.612Z[ host-image] Sep 04 16:46:41.850 INFO O| Sep 04 16:46:41.850 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84342024-09-04T16:46:42.614Z[ host-image] Sep 04 16:46:41.852 INFO O| Sep 04 16:46:41.852 INFO STEP 12 (remove_files) COMPLETE
84352024-09-04T16:46:42.614Z[ host-image] Sep 04 16:46:41.852 INFO O| Sep 04 16:46:41.852 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-09-04T16:46:42.726Z[ host-image] Sep 04 16:46:41.964 INFO O| Sep 04 16:46:41.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84372024-09-04T16:46:42.737Z[ host-image] Sep 04 16:46:41.976 INFO O| Sep 04 16:46:41.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84382024-09-04T16:46:42.740Z[ host-image] Sep 04 16:46:41.978 INFO O| Sep 04 16:46:41.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84392024-09-04T16:46:42.742Z[ host-image] Sep 04 16:46:41.981 INFO O| Sep 04 16:46:41.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84402024-09-04T16:46:42.986Z[ recovery-image] Sep 04 16:46:42.224 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
84412024-09-04T16:46:42.994Z[ host-image] Sep 04 16:46:42.233 INFO O| Sep 04 16:46:42.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84422024-09-04T16:46:42.997Z[ recovery-image] Sep 04 16:46:42.233 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84432024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.233 INFO O| Sep 04 16:46:42.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84442024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.234 INFO O| Sep 04 16:46:42.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84452024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.234 INFO O| Sep 04 16:46:42.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84462024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.234 INFO O| Sep 04 16:46:42.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84472024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.234 INFO O| Sep 04 16:46:42.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84482024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.234 INFO O| Sep 04 16:46:42.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84492024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.234 INFO O| Sep 04 16:46:42.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84502024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.235 INFO O| Sep 04 16:46:42.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84512024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.235 INFO O| Sep 04 16:46:42.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84522024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.235 INFO O| Sep 04 16:46:42.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84532024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.235 INFO O| Sep 04 16:46:42.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84542024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.235 INFO O| Sep 04 16:46:42.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84552024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.235 INFO O| Sep 04 16:46:42.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84562024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.236 INFO O| Sep 04 16:46:42.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84572024-09-04T16:46:42.997Z[ host-image] Sep 04 16:46:42.236 INFO O| Sep 04 16:46:42.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84582024-09-04T16:46:43.009Z[ host-image] Sep 04 16:46:42.248 INFO O| Sep 04 16:46:42.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84592024-09-04T16:46:43.015Z[ host-image] Sep 04 16:46:42.254 INFO O| Sep 04 16:46:42.254 INFO STEP 13 (remove_files) COMPLETE
84602024-09-04T16:46:43.018Z[ host-image] Sep 04 16:46:42.254 INFO O| Sep 04 16:46:42.254 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-09-04T16:46:43.027Z[ host-image] Sep 04 16:46:42.266 INFO O| Sep 04 16:46:42.266 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84622024-09-04T16:46:43.030Z[ host-image] Sep 04 16:46:42.268 INFO O| Sep 04 16:46:42.268 INFO STEP 14 (remove_files) COMPLETE
84632024-09-04T16:46:43.030Z[ host-image] Sep 04 16:46:42.268 INFO O| Sep 04 16:46:42.268 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-09-04T16:46:43.039Z[ host-image] Sep 04 16:46:42.278 INFO O| Sep 04 16:46:42.278 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84652024-09-04T16:46:43.046Z[ host-image] Sep 04 16:46:42.285 INFO O| Sep 04 16:46:42.285 INFO STEP 15 (remove_files) COMPLETE
84662024-09-04T16:46:43.046Z[ host-image] Sep 04 16:46:42.285 INFO O| Sep 04 16:46:42.285 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-09-04T16:46:43.056Z[ host-image] Sep 04 16:46:42.295 INFO O| Sep 04 16:46:42.295 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84682024-09-04T16:46:43.059Z[ host-image] Sep 04 16:46:42.296 INFO O| Sep 04 16:46:42.296 INFO STEP 16 (remove_files) COMPLETE
84692024-09-04T16:46:43.059Z[ host-image] Sep 04 16:46:42.296 INFO O| Sep 04 16:46:42.296 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-09-04T16:46:43.066Z[ host-image] Sep 04 16:46:42.305 INFO O| Sep 04 16:46:42.305 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84712024-09-04T16:46:43.070Z[ host-image] Sep 04 16:46:42.307 INFO O| Sep 04 16:46:42.307 INFO STEP 17 (remove_files) COMPLETE
84722024-09-04T16:46:43.070Z[ host-image] Sep 04 16:46:42.307 INFO O| Sep 04 16:46:42.307 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84732024-09-04T16:46:43.078Z[ host-image] Sep 04 16:46:42.317 INFO O| Sep 04 16:46:42.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84742024-09-04T16:46:43.081Z[ host-image] Sep 04 16:46:42.317 INFO O| Sep 04 16:46:42.317 INFO STEP 18 (remove_files) COMPLETE
84752024-09-04T16:46:43.082Z[ host-image] Sep 04 16:46:42.317 INFO O| Sep 04 16:46:42.317 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84762024-09-04T16:46:43.089Z[ host-image] Sep 04 16:46:42.327 INFO O| Sep 04 16:46:42.327 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84772024-09-04T16:46:43.089Z[ host-image] Sep 04 16:46:42.328 INFO O| Sep 04 16:46:42.327 INFO STEP 19 (remove_files) COMPLETE
84782024-09-04T16:46:43.091Z[ host-image] Sep 04 16:46:42.328 INFO O| Sep 04 16:46:42.328 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-09-04T16:46:43.099Z[ host-image] Sep 04 16:46:42.338 INFO O| Sep 04 16:46:42.337 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84802024-09-04T16:46:43.101Z[ host-image] Sep 04 16:46:42.338 INFO O| Sep 04 16:46:42.338 INFO STEP 20 (remove_files) COMPLETE
84812024-09-04T16:46:43.101Z[ host-image] Sep 04 16:46:42.338 INFO O| Sep 04 16:46:42.338 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-09-04T16:46:43.109Z[ host-image] Sep 04 16:46:42.348 INFO O| Sep 04 16:46:42.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84832024-09-04T16:46:43.109Z[ host-image] Sep 04 16:46:42.348 INFO O| Sep 04 16:46:42.348 INFO STEP 21 (remove_files) COMPLETE
84842024-09-04T16:46:43.109Z[ host-image] Sep 04 16:46:42.348 INFO O| Sep 04 16:46:42.348 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-09-04T16:46:43.120Z[ host-image] Sep 04 16:46:42.358 INFO O| Sep 04 16:46:42.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84862024-09-04T16:46:43.120Z[ host-image] Sep 04 16:46:42.358 INFO O| Sep 04 16:46:42.358 INFO STEP 22 (remove_files) COMPLETE
84872024-09-04T16:46:43.123Z[ host-image] Sep 04 16:46:42.358 INFO O| Sep 04 16:46:42.358 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-09-04T16:46:43.125Z[ recovery-image] Sep 04 16:46:42.363 INFO E| Updating crates.io index
84892024-09-04T16:46:43.129Z[ host-image] Sep 04 16:46:42.368 INFO O| Sep 04 16:46:42.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84902024-09-04T16:46:43.129Z[ host-image] Sep 04 16:46:42.368 INFO O| Sep 04 16:46:42.368 INFO STEP 23 (remove_files) COMPLETE
84912024-09-04T16:46:43.131Z[ host-image] Sep 04 16:46:42.368 INFO O| Sep 04 16:46:42.368 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-09-04T16:46:43.139Z[ host-image] Sep 04 16:46:42.378 INFO O| Sep 04 16:46:42.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84932024-09-04T16:46:43.139Z[ host-image] Sep 04 16:46:42.378 INFO O| Sep 04 16:46:42.378 INFO STEP 24 (remove_files) COMPLETE
84942024-09-04T16:46:43.139Z[ host-image] Sep 04 16:46:42.378 INFO O| Sep 04 16:46:42.378 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-09-04T16:46:43.149Z[ host-image] Sep 04 16:46:42.387 INFO O| Sep 04 16:46:42.387 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84962024-09-04T16:46:43.149Z[ host-image] Sep 04 16:46:42.388 INFO O| Sep 04 16:46:42.388 INFO STEP 25 (remove_files) COMPLETE
84972024-09-04T16:46:43.151Z[ host-image] Sep 04 16:46:42.388 INFO O| Sep 04 16:46:42.388 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-09-04T16:46:43.158Z[ host-image] Sep 04 16:46:42.397 INFO O| Sep 04 16:46:42.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84992024-09-04T16:46:43.158Z[ host-image] Sep 04 16:46:42.397 INFO O| Sep 04 16:46:42.397 INFO STEP 26 (remove_files) COMPLETE
85002024-09-04T16:46:43.161Z[ host-image] Sep 04 16:46:42.397 INFO O| Sep 04 16:46:42.397 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-09-04T16:46:43.168Z[ host-image] Sep 04 16:46:42.407 INFO O| Sep 04 16:46:42.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85022024-09-04T16:46:43.168Z[ host-image] Sep 04 16:46:42.407 INFO O| Sep 04 16:46:42.407 INFO STEP 27 (remove_files) COMPLETE
85032024-09-04T16:46:43.170Z[ host-image] Sep 04 16:46:42.407 INFO O| Sep 04 16:46:42.407 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-09-04T16:46:43.177Z[ host-image] Sep 04 16:46:42.416 INFO O| Sep 04 16:46:42.416 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85052024-09-04T16:46:43.179Z[ host-image] Sep 04 16:46:42.416 INFO O| Sep 04 16:46:42.416 INFO STEP 28 (remove_files) COMPLETE
85062024-09-04T16:46:43.179Z[ host-image] Sep 04 16:46:42.416 INFO O| Sep 04 16:46:42.416 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-09-04T16:46:43.187Z[ host-image] Sep 04 16:46:42.425 INFO O| Sep 04 16:46:42.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85082024-09-04T16:46:43.189Z[ host-image] Sep 04 16:46:42.425 INFO O| Sep 04 16:46:42.425 INFO STEP 29 (remove_files) COMPLETE
85092024-09-04T16:46:43.189Z[ host-image] Sep 04 16:46:42.426 INFO O| Sep 04 16:46:42.425 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-09-04T16:46:43.196Z[ host-image] Sep 04 16:46:42.435 INFO O| Sep 04 16:46:42.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85112024-09-04T16:46:43.196Z[ host-image] Sep 04 16:46:42.435 INFO O| Sep 04 16:46:42.435 INFO STEP 30 (remove_files) COMPLETE
85122024-09-04T16:46:43.198Z[ host-image] Sep 04 16:46:42.435 INFO O| Sep 04 16:46:42.435 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-09-04T16:46:43.205Z[ host-image] Sep 04 16:46:42.444 INFO O| Sep 04 16:46:42.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85142024-09-04T16:46:43.207Z[ host-image] Sep 04 16:46:42.444 INFO O| Sep 04 16:46:42.444 INFO STEP 31 (remove_files) COMPLETE
85152024-09-04T16:46:43.207Z[ host-image] Sep 04 16:46:42.444 INFO O| Sep 04 16:46:42.444 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-09-04T16:46:43.215Z[ host-image] Sep 04 16:46:42.454 INFO O| Sep 04 16:46:42.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85172024-09-04T16:46:43.217Z[ host-image] Sep 04 16:46:42.454 INFO O| Sep 04 16:46:42.454 INFO STEP 32 (remove_files) COMPLETE
85182024-09-04T16:46:43.217Z[ host-image] Sep 04 16:46:42.454 INFO O| Sep 04 16:46:42.454 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-09-04T16:46:43.224Z[ host-image] Sep 04 16:46:42.463 INFO O| Sep 04 16:46:42.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85202024-09-04T16:46:43.227Z[ host-image] Sep 04 16:46:42.463 INFO O| Sep 04 16:46:42.463 INFO STEP 33 (remove_files) COMPLETE
85212024-09-04T16:46:43.227Z[ host-image] Sep 04 16:46:42.463 INFO O| Sep 04 16:46:42.463 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-09-04T16:46:43.233Z[ host-image] Sep 04 16:46:42.472 INFO O| Sep 04 16:46:42.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85232024-09-04T16:46:43.233Z[ host-image] Sep 04 16:46:42.472 INFO O| Sep 04 16:46:42.472 INFO STEP 34 (remove_files) COMPLETE
85242024-09-04T16:46:43.233Z[ host-image] Sep 04 16:46:42.472 INFO O| Sep 04 16:46:42.472 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-09-04T16:46:43.243Z[ host-image] Sep 04 16:46:42.482 INFO O| Sep 04 16:46:42.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85262024-09-04T16:46:43.243Z[ host-image] Sep 04 16:46:42.482 INFO O| Sep 04 16:46:42.482 INFO STEP 35 (remove_files) COMPLETE
85272024-09-04T16:46:43.243Z[ host-image] Sep 04 16:46:42.482 INFO O| Sep 04 16:46:42.482 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-09-04T16:46:43.252Z[ host-image] Sep 04 16:46:42.491 INFO O| Sep 04 16:46:42.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85292024-09-04T16:46:43.252Z[ host-image] Sep 04 16:46:42.491 INFO O| Sep 04 16:46:42.491 INFO STEP 36 (remove_files) COMPLETE
85302024-09-04T16:46:43.255Z[ host-image] Sep 04 16:46:42.491 INFO O| Sep 04 16:46:42.491 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-09-04T16:46:43.262Z[ host-image] Sep 04 16:46:42.501 INFO O| Sep 04 16:46:42.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85322024-09-04T16:46:43.262Z[ host-image] Sep 04 16:46:42.501 INFO O| Sep 04 16:46:42.501 INFO STEP 37 (remove_files) COMPLETE
85332024-09-04T16:46:43.262Z[ host-image] Sep 04 16:46:42.501 INFO O| Sep 04 16:46:42.501 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-09-04T16:46:43.272Z[ host-image] Sep 04 16:46:42.510 INFO O| Sep 04 16:46:42.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85352024-09-04T16:46:43.274Z[ host-image] Sep 04 16:46:42.510 INFO O| Sep 04 16:46:42.510 INFO STEP 38 (remove_files) COMPLETE
85362024-09-04T16:46:43.274Z[ host-image] Sep 04 16:46:42.510 INFO O| Sep 04 16:46:42.510 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-09-04T16:46:43.281Z[ host-image] Sep 04 16:46:42.520 INFO O| Sep 04 16:46:42.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85382024-09-04T16:46:43.281Z[ host-image] Sep 04 16:46:42.520 INFO O| Sep 04 16:46:42.520 INFO STEP 39 (remove_files) COMPLETE
85392024-09-04T16:46:43.283Z[ host-image] Sep 04 16:46:42.520 INFO O| Sep 04 16:46:42.520 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-09-04T16:46:43.290Z[ host-image] Sep 04 16:46:42.529 INFO O| Sep 04 16:46:42.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85412024-09-04T16:46:43.290Z[ host-image] Sep 04 16:46:42.529 INFO O| Sep 04 16:46:42.529 INFO STEP 40 (remove_files) COMPLETE
85422024-09-04T16:46:43.293Z[ host-image] Sep 04 16:46:42.529 INFO O| Sep 04 16:46:42.529 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-09-04T16:46:43.295Z[ recovery-image] Sep 04 16:46:42.534 INFO E| Downloading crates ...
85442024-09-04T16:46:43.300Z[ host-image] Sep 04 16:46:42.539 INFO O| Sep 04 16:46:42.539 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85452024-09-04T16:46:43.300Z[ host-image] Sep 04 16:46:42.539 INFO O| Sep 04 16:46:42.539 INFO STEP 41 (remove_files) COMPLETE
85462024-09-04T16:46:43.300Z[ host-image] Sep 04 16:46:42.539 INFO O| Sep 04 16:46:42.539 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-09-04T16:46:43.310Z[ host-image] Sep 04 16:46:42.549 INFO O| Sep 04 16:46:42.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85482024-09-04T16:46:43.310Z[ host-image] Sep 04 16:46:42.549 INFO O| Sep 04 16:46:42.549 INFO STEP 42 (remove_files) COMPLETE
85492024-09-04T16:46:43.310Z[ host-image] Sep 04 16:46:42.549 INFO O| Sep 04 16:46:42.549 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-09-04T16:46:43.320Z[ host-image] Sep 04 16:46:42.559 INFO O| Sep 04 16:46:42.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85512024-09-04T16:46:43.320Z[ host-image] Sep 04 16:46:42.559 INFO O| Sep 04 16:46:42.559 INFO STEP 43 (remove_files) COMPLETE
85522024-09-04T16:46:43.320Z[ host-image] Sep 04 16:46:42.559 INFO O| Sep 04 16:46:42.559 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-09-04T16:46:43.329Z[ host-image] Sep 04 16:46:42.568 INFO O| Sep 04 16:46:42.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85542024-09-04T16:46:43.329Z[ host-image] Sep 04 16:46:42.568 INFO O| Sep 04 16:46:42.568 INFO STEP 44 (remove_files) COMPLETE
85552024-09-04T16:46:43.329Z[ host-image] Sep 04 16:46:42.568 INFO O| Sep 04 16:46:42.568 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-09-04T16:46:43.339Z[ host-image] Sep 04 16:46:42.578 INFO O| Sep 04 16:46:42.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85572024-09-04T16:46:43.341Z[ host-image] Sep 04 16:46:42.578 INFO O| Sep 04 16:46:42.578 INFO STEP 45 (remove_files) COMPLETE
85582024-09-04T16:46:43.341Z[ host-image] Sep 04 16:46:42.578 INFO O| Sep 04 16:46:42.578 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-09-04T16:46:43.349Z[ host-image] Sep 04 16:46:42.588 INFO O| Sep 04 16:46:42.588 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85602024-09-04T16:46:43.349Z[ host-image] Sep 04 16:46:42.588 INFO O| Sep 04 16:46:42.588 INFO STEP 46 (remove_files) COMPLETE
85612024-09-04T16:46:43.349Z[ host-image] Sep 04 16:46:42.588 INFO O| Sep 04 16:46:42.588 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-09-04T16:46:43.352Z[ recovery-image] Sep 04 16:46:42.588 INFO E| Downloaded raw-cpuid v10.7.0
85632024-09-04T16:46:43.355Z[ recovery-image] Sep 04 16:46:42.594 INFO E| Downloaded seq-macro v0.3.5
85642024-09-04T16:46:43.358Z[ recovery-image] Sep 04 16:46:42.596 INFO E| Downloaded cpio_reader v0.1.1
85652024-09-04T16:46:43.360Z[ recovery-image] Sep 04 16:46:42.597 INFO E| Downloaded bit_field v0.10.2
85662024-09-04T16:46:43.360Z[ host-image] Sep 04 16:46:42.598 INFO O| Sep 04 16:46:42.598 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85672024-09-04T16:46:43.360Z[ host-image] Sep 04 16:46:42.598 INFO O| Sep 04 16:46:42.598 INFO STEP 47 (remove_files) COMPLETE
85682024-09-04T16:46:43.360Z[ host-image] Sep 04 16:46:42.598 INFO O| Sep 04 16:46:42.598 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-09-04T16:46:43.369Z[ host-image] Sep 04 16:46:42.608 INFO O| Sep 04 16:46:42.608 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85702024-09-04T16:46:43.369Z[ host-image] Sep 04 16:46:42.608 INFO O| Sep 04 16:46:42.608 INFO STEP 48 (remove_files) COMPLETE
85712024-09-04T16:46:43.372Z[ host-image] Sep 04 16:46:42.608 INFO O| Sep 04 16:46:42.608 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-09-04T16:46:43.379Z[ host-image] Sep 04 16:46:42.618 INFO O| Sep 04 16:46:42.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85732024-09-04T16:46:43.382Z[ host-image] Sep 04 16:46:42.618 INFO O| Sep 04 16:46:42.618 INFO STEP 49 (remove_files) COMPLETE
85742024-09-04T16:46:43.382Z[ host-image] Sep 04 16:46:42.618 INFO O| Sep 04 16:46:42.618 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-09-04T16:46:43.389Z[ host-image] Sep 04 16:46:42.627 INFO O| Sep 04 16:46:42.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85762024-09-04T16:46:43.392Z[ host-image] Sep 04 16:46:42.628 INFO O| Sep 04 16:46:42.627 INFO STEP 50 (remove_files) COMPLETE
85772024-09-04T16:46:43.392Z[ host-image] Sep 04 16:46:42.628 INFO O| Sep 04 16:46:42.628 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-09-04T16:46:43.398Z[ host-image] Sep 04 16:46:42.637 INFO O| Sep 04 16:46:42.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85792024-09-04T16:46:43.398Z[ host-image] Sep 04 16:46:42.637 INFO O| Sep 04 16:46:42.637 INFO STEP 51 (remove_files) COMPLETE
85802024-09-04T16:46:43.401Z[ host-image] Sep 04 16:46:42.637 INFO O| Sep 04 16:46:42.637 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-09-04T16:46:43.408Z[ host-image] Sep 04 16:46:42.647 INFO O| Sep 04 16:46:42.647 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85822024-09-04T16:46:43.408Z[ host-image] Sep 04 16:46:42.647 INFO O| Sep 04 16:46:42.647 INFO STEP 52 (remove_files) COMPLETE
85832024-09-04T16:46:43.411Z[ host-image] Sep 04 16:46:42.647 INFO O| Sep 04 16:46:42.647 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-09-04T16:46:43.418Z[ host-image] Sep 04 16:46:42.657 INFO O| Sep 04 16:46:42.657 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85852024-09-04T16:46:43.418Z[ host-image] Sep 04 16:46:42.657 INFO O| Sep 04 16:46:42.657 INFO STEP 53 (remove_files) COMPLETE
85862024-09-04T16:46:43.421Z[ host-image] Sep 04 16:46:42.657 INFO O| Sep 04 16:46:42.657 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-09-04T16:46:43.428Z[ host-image] Sep 04 16:46:42.666 INFO O| Sep 04 16:46:42.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85882024-09-04T16:46:43.428Z[ host-image] Sep 04 16:46:42.666 INFO O| Sep 04 16:46:42.666 INFO STEP 54 (remove_files) COMPLETE
85892024-09-04T16:46:43.430Z[ host-image] Sep 04 16:46:42.666 INFO O| Sep 04 16:46:42.666 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-09-04T16:46:43.437Z[ host-image] Sep 04 16:46:42.676 INFO O| Sep 04 16:46:42.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85912024-09-04T16:46:43.437Z[ host-image] Sep 04 16:46:42.676 INFO O| Sep 04 16:46:42.676 INFO STEP 55 (remove_files) COMPLETE
85922024-09-04T16:46:43.437Z[ host-image] Sep 04 16:46:42.676 INFO O| Sep 04 16:46:42.676 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-09-04T16:46:43.447Z[ host-image] Sep 04 16:46:42.686 INFO O| Sep 04 16:46:42.685 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85942024-09-04T16:46:43.449Z[ host-image] Sep 04 16:46:42.686 INFO O| Sep 04 16:46:42.686 INFO STEP 56 (remove_files) COMPLETE
85952024-09-04T16:46:43.449Z[ host-image] Sep 04 16:46:42.686 INFO O| Sep 04 16:46:42.686 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-09-04T16:46:43.456Z[ host-image] Sep 04 16:46:42.695 INFO O| Sep 04 16:46:42.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85972024-09-04T16:46:43.456Z[ host-image] Sep 04 16:46:42.695 INFO O| Sep 04 16:46:42.695 INFO STEP 57 (remove_files) COMPLETE
85982024-09-04T16:46:43.456Z[ host-image] Sep 04 16:46:42.695 INFO O| Sep 04 16:46:42.695 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-09-04T16:46:43.459Z[ recovery-image] Sep 04 16:46:42.697 INFO E| Downloaded x86 v0.52.0
86002024-09-04T16:46:43.466Z[ host-image] Sep 04 16:46:42.705 INFO O| Sep 04 16:46:42.705 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86012024-09-04T16:46:43.466Z[ host-image] Sep 04 16:46:42.705 INFO O| Sep 04 16:46:42.705 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86022024-09-04T16:46:43.469Z[ host-image] Sep 04 16:46:42.705 INFO O| Sep 04 16:46:42.705 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86032024-09-04T16:46:43.469Z[ host-image] Sep 04 16:46:42.706 INFO O| Sep 04 16:46:42.705 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86042024-09-04T16:46:43.469Z[ host-image] Sep 04 16:46:42.706 INFO O| Sep 04 16:46:42.705 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86052024-09-04T16:46:43.469Z[ host-image] Sep 04 16:46:42.706 INFO O| Sep 04 16:46:42.706 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86062024-09-04T16:46:43.469Z[ host-image] Sep 04 16:46:42.706 INFO O| Sep 04 16:46:42.706 INFO ok!
86072024-09-04T16:46:43.469Z[ host-image] Sep 04 16:46:42.706 INFO O| Sep 04 16:46:42.706 INFO STEP 58 (ensure_file) COMPLETE
86082024-09-04T16:46:43.469Z[ host-image] Sep 04 16:46:42.706 INFO O| Sep 04 16:46:42.706 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-09-04T16:46:43.477Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86102024-09-04T16:46:43.477Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86112024-09-04T16:46:43.480Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86122024-09-04T16:46:43.480Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86132024-09-04T16:46:43.480Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86142024-09-04T16:46:43.480Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86152024-09-04T16:46:43.480Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 INFO ok!
86162024-09-04T16:46:43.480Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 INFO STEP 59 (ensure_file) COMPLETE
86172024-09-04T16:46:43.480Z[ host-image] Sep 04 16:46:42.716 INFO O| Sep 04 16:46:42.716 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-09-04T16:46:43.488Z[ host-image] Sep 04 16:46:42.726 INFO O| Sep 04 16:46:42.726 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86192024-09-04T16:46:43.488Z[ host-image] Sep 04 16:46:42.726 INFO O| Sep 04 16:46:42.726 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86202024-09-04T16:46:43.490Z[ host-image] Sep 04 16:46:42.726 INFO O| Sep 04 16:46:42.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86212024-09-04T16:46:43.490Z[ host-image] Sep 04 16:46:42.726 INFO O| Sep 04 16:46:42.726 INFO ok!
86222024-09-04T16:46:43.490Z[ host-image] Sep 04 16:46:42.726 INFO O| Sep 04 16:46:42.726 INFO STEP 60 (ensure_file) COMPLETE
86232024-09-04T16:46:43.490Z[ host-image] Sep 04 16:46:42.726 INFO O| Sep 04 16:46:42.726 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-09-04T16:46:43.500Z[ host-image] Sep 04 16:46:42.738 INFO O| Sep 04 16:46:42.738 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86252024-09-04T16:46:43.500Z[ host-image] Sep 04 16:46:42.738 INFO O| Sep 04 16:46:42.738 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86262024-09-04T16:46:43.502Z[ host-image] Sep 04 16:46:42.739 INFO O| Sep 04 16:46:42.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86272024-09-04T16:46:43.502Z[ host-image] Sep 04 16:46:42.739 INFO O| Sep 04 16:46:42.739 INFO ok!
86282024-09-04T16:46:43.502Z[ host-image] Sep 04 16:46:42.739 INFO O| Sep 04 16:46:42.739 INFO STEP 61 (ensure_file) COMPLETE
86292024-09-04T16:46:43.502Z[ host-image] Sep 04 16:46:42.739 INFO O| Sep 04 16:46:42.739 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-09-04T16:46:43.511Z[ host-image] Sep 04 16:46:42.750 INFO O| Sep 04 16:46:42.750 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86312024-09-04T16:46:43.514Z[ host-image] Sep 04 16:46:42.750 INFO O| Sep 04 16:46:42.750 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86322024-09-04T16:46:43.514Z[ host-image] Sep 04 16:46:42.750 INFO O| Sep 04 16:46:42.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86332024-09-04T16:46:43.514Z[ host-image] Sep 04 16:46:42.750 INFO O| Sep 04 16:46:42.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86342024-09-04T16:46:43.514Z[ host-image] Sep 04 16:46:42.750 INFO O| Sep 04 16:46:42.750 INFO ok!
86352024-09-04T16:46:43.514Z[ host-image] Sep 04 16:46:42.751 INFO O| Sep 04 16:46:42.750 INFO STEP 62 (ensure_file) COMPLETE
86362024-09-04T16:46:43.514Z[ host-image] Sep 04 16:46:42.751 INFO O| Sep 04 16:46:42.751 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86372024-09-04T16:46:43.522Z[ host-image] Sep 04 16:46:42.760 INFO O| Sep 04 16:46:42.760 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86382024-09-04T16:46:43.522Z[ host-image] Sep 04 16:46:42.761 INFO O| Sep 04 16:46:42.760 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86392024-09-04T16:46:43.524Z[ host-image] Sep 04 16:46:42.761 INFO O| Sep 04 16:46:42.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86402024-09-04T16:46:43.524Z[ host-image] Sep 04 16:46:42.761 INFO O| Sep 04 16:46:42.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86412024-09-04T16:46:43.524Z[ host-image] Sep 04 16:46:42.761 INFO O| Sep 04 16:46:42.761 INFO ok!
86422024-09-04T16:46:43.524Z[ host-image] Sep 04 16:46:42.761 INFO O| Sep 04 16:46:42.761 INFO STEP 63 (ensure_file) COMPLETE
86432024-09-04T16:46:43.524Z[ host-image] Sep 04 16:46:42.761 INFO O| Sep 04 16:46:42.761 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-09-04T16:46:43.532Z[ host-image] Sep 04 16:46:42.770 INFO O| Sep 04 16:46:42.770 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86452024-09-04T16:46:43.534Z[ host-image] Sep 04 16:46:42.771 INFO O| Sep 04 16:46:42.770 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86462024-09-04T16:46:43.534Z[ host-image] Sep 04 16:46:42.771 INFO O| Sep 04 16:46:42.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86472024-09-04T16:46:43.534Z[ host-image] Sep 04 16:46:42.771 INFO O| Sep 04 16:46:42.771 INFO ok!
86482024-09-04T16:46:43.534Z[ host-image] Sep 04 16:46:42.771 INFO O| Sep 04 16:46:42.771 INFO STEP 64 (assemble_files) COMPLETE
86492024-09-04T16:46:43.534Z[ host-image] Sep 04 16:46:42.771 INFO O| Sep 04 16:46:42.771 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-09-04T16:46:43.534Z[ recovery-image] Sep 04 16:46:42.773 INFO E| Updating crates.io index
86512024-09-04T16:46:43.542Z[ host-image] Sep 04 16:46:42.781 INFO O| Sep 04 16:46:42.781 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86522024-09-04T16:46:43.542Z[ host-image] Sep 04 16:46:42.781 INFO O| Sep 04 16:46:42.781 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86532024-09-04T16:46:43.545Z[ host-image] Sep 04 16:46:42.781 INFO O| Sep 04 16:46:42.781 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86542024-09-04T16:46:43.545Z[ host-image] Sep 04 16:46:42.781 INFO O| Sep 04 16:46:42.781 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86552024-09-04T16:46:43.545Z[ host-image] Sep 04 16:46:42.781 INFO O| Sep 04 16:46:42.781 INFO ok!
86562024-09-04T16:46:43.545Z[ host-image] Sep 04 16:46:42.781 INFO O| Sep 04 16:46:42.781 INFO STEP 65 (ensure_file) COMPLETE
86572024-09-04T16:46:43.545Z[ host-image] Sep 04 16:46:42.781 INFO O| Sep 04 16:46:42.781 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-09-04T16:46:43.552Z[ host-image] Sep 04 16:46:42.790 INFO O| Sep 04 16:46:42.790 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86592024-09-04T16:46:43.554Z[ host-image] Sep 04 16:46:42.791 INFO O| Sep 04 16:46:42.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86602024-09-04T16:46:43.554Z[ host-image] Sep 04 16:46:42.791 INFO O| Sep 04 16:46:42.791 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86612024-09-04T16:46:43.554Z[ host-image] Sep 04 16:46:42.791 INFO O| Sep 04 16:46:42.791 INFO STEP 66 (ensure_dir) COMPLETE
86622024-09-04T16:46:43.554Z[ host-image] Sep 04 16:46:42.791 INFO O| Sep 04 16:46:42.791 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-09-04T16:46:43.562Z[ host-image] Sep 04 16:46:42.800 INFO O| Sep 04 16:46:42.800 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86642024-09-04T16:46:43.562Z[ host-image] Sep 04 16:46:42.800 INFO O| Sep 04 16:46:42.800 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 ...
86652024-09-04T16:46:43.569Z[ host-image] Sep 04 16:46:42.808 INFO O| Sep 04 16:46:42.808 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
86662024-09-04T16:46:43.569Z[ host-image] Sep 04 16:46:42.808 INFO O| Sep 04 16:46:42.808 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86672024-09-04T16:46:43.571Z[ host-image] Sep 04 16:46:42.808 INFO O| Sep 04 16:46:42.808 INFO ok!
86682024-09-04T16:46:43.571Z[ host-image] Sep 04 16:46:42.808 INFO O| Sep 04 16:46:42.808 INFO STEP 67 (ensure_file) COMPLETE
86692024-09-04T16:46:43.571Z[ host-image] Sep 04 16:46:42.808 INFO O| Sep 04 16:46:42.808 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86702024-09-04T16:46:43.579Z[ host-image] Sep 04 16:46:42.817 INFO O| Sep 04 16:46:42.817 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86712024-09-04T16:46:43.579Z[ host-image] Sep 04 16:46:42.818 INFO O| Sep 04 16:46:42.817 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 ...
86722024-09-04T16:46:43.581Z[ host-image] Sep 04 16:46:42.818 INFO O| Sep 04 16:46:42.818 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
86732024-09-04T16:46:43.581Z[ host-image] Sep 04 16:46:42.818 INFO O| Sep 04 16:46:42.818 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86742024-09-04T16:46:43.581Z[ host-image] Sep 04 16:46:42.818 INFO O| Sep 04 16:46:42.818 INFO ok!
86752024-09-04T16:46:43.581Z[ host-image] Sep 04 16:46:42.818 INFO O| Sep 04 16:46:42.818 INFO STEP 68 (ensure_file) COMPLETE
86762024-09-04T16:46:43.581Z[ host-image] Sep 04 16:46:42.818 INFO O| Sep 04 16:46:42.818 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-09-04T16:46:43.581Z[ recovery-image] Sep 04 16:46:42.819 INFO E| Downloading crates ...
86782024-09-04T16:46:43.593Z[ host-image] Sep 04 16:46:42.832 INFO O| Sep 04 16:46:42.832 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86792024-09-04T16:46:43.593Z[ host-image] Sep 04 16:46:42.832 INFO O| Sep 04 16:46:42.832 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86802024-09-04T16:46:43.637Z[ recovery-image] Sep 04 16:46:42.875 INFO E| Downloaded compiler_builtins v0.1.108
86812024-09-04T16:46:43.708Z[ recovery-image] Sep 04 16:46:42.947 INFO E| Compiling compiler_builtins v0.1.108
86822024-09-04T16:46:43.708Z[ recovery-image] Sep 04 16:46:42.947 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
86832024-09-04T16:46:43.711Z[ recovery-image] Sep 04 16:46:42.947 INFO E| Compiling proc-macro2 v1.0.79
86842024-09-04T16:46:43.711Z[ recovery-image] Sep 04 16:46:42.947 INFO E| Compiling unicode-ident v1.0.12
86852024-09-04T16:46:43.711Z[ recovery-image] Sep 04 16:46:42.947 INFO E| Compiling syn v1.0.109
86862024-09-04T16:46:43.711Z[ recovery-image] Sep 04 16:46:42.947 INFO E| Compiling x86 v0.52.0
86872024-09-04T16:46:43.714Z[ recovery-image] Sep 04 16:46:42.953 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86882024-09-04T16:46:43.717Z[ recovery-image] Sep 04 16:46:42.953 INFO E| Compiling seq-macro v0.3.5
86892024-09-04T16:46:44.928Z[ recovery-image] Sep 04 16:46:44.166 INFO E| Compiling quote v1.0.35
86902024-09-04T16:46:45.248Z[ recovery-image] Sep 04 16:46:44.487 INFO E| Compiling syn v2.0.53
86912024-09-04T16:46:46.205Z[ host-image] Sep 04 16:46:45.443 INFO O| Sep 04 16:46:45.443 INFO STEP 69 (pack_tar) COMPLETE
86922024-09-04T16:46:46.205Z[ host-image] Sep 04 16:46:45.443 INFO O| Sep 04 16:46:45.443 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86932024-09-04T16:46:46.207Z[ host-image] Sep 04 16:46:45.443 INFO O| Sep 04 16:46:45.443 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86942024-09-04T16:46:46.404Z[ host-image] Sep 04 16:46:45.642 INFO O| Sep 04 16:46:45.642 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86952024-09-04T16:46:46.496Z[ host-image] Sep 04 16:46:45.734 INFO O| Sep 04 16:46:45.734 INFO completed processing gimlet/ramdisk-02-trim
86962024-09-04T16:46:46.499Z[ host-image] Sep 04 16:46:45.737 INFO image builder template: zfs...
86972024-09-04T16:46:46.499Z[ host-image] Sep 04 16:46:45.737 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/.tmphHrvRQ/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
86982024-09-04T16:46:46.523Z[ host-image] Sep 04 16:46:45.761 INFO O| Sep 04 16:46:45.760 INFO skip include "stress" because feature "stress" is not enabled
86992024-09-04T16:46:46.558Z[ host-image] Sep 04 16:46:45.796 INFO O| Sep 04 16:46:45.796 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87002024-09-04T16:46:46.566Z[ host-image] Sep 04 16:46:45.804 INFO O| Sep 04 16:46:45.804 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87012024-09-04T16:46:46.643Z[ host-image] Sep 04 16:46:45.881 INFO O| Sep 04 16:46:45.881 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87022024-09-04T16:46:46.855Z[ host-image] Sep 04 16:46:46.093 INFO O| Sep 04 16:46:46.093 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87032024-09-04T16:46:46.855Z[ host-image] Sep 04 16:46:46.093 INFO O| Sep 04 16:46:46.093 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87042024-09-04T16:46:46.861Z[ host-image] Sep 04 16:46:46.100 INFO O| Sep 04 16:46:46.099 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87052024-09-04T16:46:46.924Z[ host-image] Sep 04 16:46:46.162 INFO O| Sep 04 16:46:46.162 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87062024-09-04T16:46:46.978Z[ host-image] Sep 04 16:46:46.216 INFO O| Sep 04 16:46:46.216 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87072024-09-04T16:46:46.994Z[ host-image] Sep 04 16:46:46.232 INFO O| Sep 04 16:46:46.232 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87082024-09-04T16:46:47.001Z[ host-image] Sep 04 16:46:46.238 INFO O| Sep 04 16:46:46.238 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87092024-09-04T16:46:47.002Z[ host-image] Sep 04 16:46:46.238 INFO O| Sep 04 16:46:46.238 INFO no lofi found
87102024-09-04T16:46:47.004Z[ host-image] Sep 04 16:46:46.239 INFO O| Sep 04 16:46:46.238 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87112024-09-04T16:46:47.004Z[ host-image] Sep 04 16:46:46.239 INFO O| Sep 04 16:46:46.238 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87122024-09-04T16:46:48.762Z[ recovery-image] Sep 04 16:46:47.999 INFO E| Compiling scroll_derive v0.12.0
87132024-09-04T16:46:48.773Z[ host-image] Sep 04 16:46:48.011 INFO O| Sep 04 16:46:48.011 INFO lofi device = /dev/dsk/c2t1d0p0
87142024-09-04T16:46:48.773Z[ host-image] Sep 04 16:46:48.011 INFO O| Sep 04 16:46:48.011 INFO pool device = /dev/dsk/c2t1d0p0
87152024-09-04T16:46:48.773Z[ host-image] Sep 04 16:46:48.011 INFO O| Sep 04 16:46:48.011 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"]
87162024-09-04T16:46:48.874Z[ host-image] Sep 04 16:46:48.112 INFO O| Sep 04 16:46:48.111 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87172024-09-04T16:46:48.874Z[ host-image] Sep 04 16:46:48.112 INFO O| Sep 04 16:46:48.112 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87182024-09-04T16:46:48.899Z[ host-image] Sep 04 16:46:48.137 INFO O| Sep 04 16:46:48.137 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87192024-09-04T16:46:48.969Z[ host-image] Sep 04 16:46:48.207 INFO O| Sep 04 16:46:48.207 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87202024-09-04T16:46:49.011Z[ host-image] Sep 04 16:46:48.249 INFO O| Sep 04 16:46:48.249 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87212024-09-04T16:46:49.033Z[ host-image] Sep 04 16:46:48.271 INFO O| Sep 04 16:46:48.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87222024-09-04T16:46:49.049Z[ host-image] Sep 04 16:46:48.287 INFO O| Sep 04 16:46:48.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87232024-09-04T16:46:49.103Z[ host-image] Sep 04 16:46:48.340 INFO O| Sep 04 16:46:48.340 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87242024-09-04T16:46:49.103Z[ host-image] Sep 04 16:46:48.340 INFO O| Sep 04 16:46:48.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87252024-09-04T16:46:49.105Z[ host-image] Sep 04 16:46:48.341 INFO O| Sep 04 16:46:48.340 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87262024-09-04T16:46:49.115Z[ host-image] Sep 04 16:46:48.353 INFO O| Sep 04 16:46:48.353 INFO boot environment UUID: d2e6b788-acb9-41bc-9a3d-837b869484f8
87272024-09-04T16:46:49.115Z[ host-image] Sep 04 16:46:48.353 INFO O| Sep 04 16:46:48.353 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d2e6b788-acb9-41bc-9a3d-837b869484f8
87282024-09-04T16:46:49.129Z[ host-image] Sep 04 16:46:48.367 INFO O| Sep 04 16:46:48.366 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87292024-09-04T16:46:49.143Z[ host-image] Sep 04 16:46:48.381 INFO O| Sep 04 16:46:48.381 INFO STEP 0 (create_be) COMPLETE
87302024-09-04T16:46:49.143Z[ host-image] Sep 04 16:46:48.381 INFO O| Sep 04 16:46:48.381 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87312024-09-04T16:46:49.165Z[ host-image] Sep 04 16:46:48.403 INFO O| Sep 04 16:46:48.403 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87322024-09-04T16:46:54.079Z[ recovery-image] Sep 04 16:46:53.308 INFO E| Compiling bitstruct_derive v0.1.0
87332024-09-04T16:47:09.667Z[ host-image] Sep 04 16:47:08.901 INFO O| Sep 04 16:47:08.901 INFO STEP 1 (unpack_tar) COMPLETE
87342024-09-04T16:47:09.667Z[ host-image] Sep 04 16:47:08.901 INFO O| Sep 04 16:47:08.901 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352024-09-04T16:47:09.680Z[ host-image] Sep 04 16:47:08.915 INFO O| Sep 04 16:47:08.914 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87362024-09-04T16:47:10.101Z[ host-image] Sep 04 16:47:09.336 INFO O| Sep 04 16:47:09.336 INFO STEP 2 (devfsadm) COMPLETE
87372024-09-04T16:47:10.101Z[ host-image] Sep 04 16:47:09.336 INFO O| Sep 04 16:47:09.336 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87382024-09-04T16:47:10.113Z[ host-image] Sep 04 16:47:09.348 INFO O| Sep 04 16:47:09.348 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87392024-09-04T16:47:10.113Z[ host-image] Sep 04 16:47:09.348 INFO O| Sep 04 16:47:09.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87402024-09-04T16:47:10.116Z[ host-image] Sep 04 16:47:09.348 INFO O| Sep 04 16:47:09.348 INFO STEP 3 (ensure_dir) COMPLETE
87412024-09-04T16:47:10.116Z[ host-image] Sep 04 16:47:09.348 INFO O| Sep 04 16:47:09.348 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422024-09-04T16:47:10.123Z[ host-image] Sep 04 16:47:09.357 INFO O| Sep 04 16:47:09.357 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87432024-09-04T16:47:10.123Z[ host-image] Sep 04 16:47:09.357 INFO O| Sep 04 16:47:09.357 INFO STEP 4 (ensure_dir) COMPLETE
87442024-09-04T16:47:10.125Z[ host-image] Sep 04 16:47:09.357 INFO O| Sep 04 16:47:09.357 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452024-09-04T16:47:10.132Z[ host-image] Sep 04 16:47:09.367 INFO O| Sep 04 16:47:09.367 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87462024-09-04T16:47:10.132Z[ host-image] Sep 04 16:47:09.367 INFO O| Sep 04 16:47:09.367 INFO STEP 5 (ensure_dir) COMPLETE
87472024-09-04T16:47:10.135Z[ host-image] Sep 04 16:47:09.367 INFO O| Sep 04 16:47:09.367 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482024-09-04T16:47:10.142Z[ host-image] Sep 04 16:47:09.377 INFO O| Sep 04 16:47:09.377 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87492024-09-04T16:47:10.142Z[ host-image] Sep 04 16:47:09.377 INFO O| Sep 04 16:47:09.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87502024-09-04T16:47:10.145Z[ host-image] Sep 04 16:47:09.377 INFO O| Sep 04 16:47:09.377 INFO STEP 6 (ensure_dir) COMPLETE
87512024-09-04T16:47:10.145Z[ host-image] Sep 04 16:47:09.377 INFO O| Sep 04 16:47:09.377 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87522024-09-04T16:47:10.152Z[ host-image] Sep 04 16:47:09.387 INFO O| Sep 04 16:47:09.387 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87532024-09-04T16:47:10.154Z[ host-image] Sep 04 16:47:09.387 INFO O| Sep 04 16:47:09.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87542024-09-04T16:47:10.154Z[ host-image] Sep 04 16:47:09.387 INFO O| Sep 04 16:47:09.387 INFO STEP 7 (ensure_dir) COMPLETE
87552024-09-04T16:47:10.154Z[ host-image] Sep 04 16:47:09.387 INFO O| Sep 04 16:47:09.387 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562024-09-04T16:47:10.162Z[ host-image] Sep 04 16:47:09.396 INFO O| Sep 04 16:47:09.396 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87572024-09-04T16:47:10.164Z[ host-image] Sep 04 16:47:09.397 INFO O| Sep 04 16:47:09.397 INFO STEP 8 (remove_files) COMPLETE
87582024-09-04T16:47:10.164Z[ host-image] Sep 04 16:47:09.397 INFO O| Sep 04 16:47:09.397 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592024-09-04T16:47:10.171Z[ host-image] Sep 04 16:47:09.406 INFO O| Sep 04 16:47:09.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87602024-09-04T16:47:10.174Z[ host-image] Sep 04 16:47:09.407 INFO O| Sep 04 16:47:09.407 INFO STEP 9 (remove_files) COMPLETE
87612024-09-04T16:47:10.174Z[ host-image] Sep 04 16:47:09.407 INFO O| Sep 04 16:47:09.407 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622024-09-04T16:47:10.182Z[ host-image] Sep 04 16:47:09.417 INFO O| Sep 04 16:47:09.417 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87632024-09-04T16:47:10.184Z[ host-image] Sep 04 16:47:09.417 INFO O| Sep 04 16:47:09.417 INFO STEP 10 (remove_files) COMPLETE
87642024-09-04T16:47:10.184Z[ host-image] Sep 04 16:47:09.417 INFO O| Sep 04 16:47:09.417 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652024-09-04T16:47:10.192Z[ host-image] Sep 04 16:47:09.427 INFO O| Sep 04 16:47:09.427 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87662024-09-04T16:47:10.194Z[ host-image] Sep 04 16:47:09.427 INFO O| Sep 04 16:47:09.427 INFO STEP 11 (remove_files) COMPLETE
87672024-09-04T16:47:10.194Z[ host-image] Sep 04 16:47:09.427 INFO O| Sep 04 16:47:09.427 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682024-09-04T16:47:10.202Z[ host-image] Sep 04 16:47:09.437 INFO O| Sep 04 16:47:09.437 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87692024-09-04T16:47:10.204Z[ host-image] Sep 04 16:47:09.437 INFO O| Sep 04 16:47:09.437 INFO STEP 12 (remove_files) COMPLETE
87702024-09-04T16:47:10.204Z[ host-image] Sep 04 16:47:09.437 INFO O| Sep 04 16:47:09.437 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712024-09-04T16:47:10.212Z[ host-image] Sep 04 16:47:09.447 INFO O| Sep 04 16:47:09.447 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87722024-09-04T16:47:10.212Z[ host-image] Sep 04 16:47:09.447 INFO O| Sep 04 16:47:09.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87732024-09-04T16:47:10.212Z[ host-image] Sep 04 16:47:09.447 INFO O| Sep 04 16:47:09.447 INFO STEP 13 (ensure_dir) COMPLETE
87742024-09-04T16:47:10.214Z[ host-image] Sep 04 16:47:09.447 INFO O| Sep 04 16:47:09.447 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752024-09-04T16:47:10.222Z[ host-image] Sep 04 16:47:09.457 INFO O| Sep 04 16:47:09.457 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87762024-09-04T16:47:10.222Z[ host-image] Sep 04 16:47:09.457 INFO O| Sep 04 16:47:09.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87772024-09-04T16:47:10.224Z[ host-image] Sep 04 16:47:09.457 INFO O| Sep 04 16:47:09.457 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87782024-09-04T16:47:10.224Z[ host-image] Sep 04 16:47:09.457 INFO O| Sep 04 16:47:09.457 INFO STEP 14 (ensure_dir) COMPLETE
87792024-09-04T16:47:10.224Z[ host-image] Sep 04 16:47:09.457 INFO O| Sep 04 16:47:09.457 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802024-09-04T16:47:10.232Z[ host-image] Sep 04 16:47:09.467 INFO O| Sep 04 16:47:09.466 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87812024-09-04T16:47:10.235Z[ host-image] Sep 04 16:47:09.467 INFO O| Sep 04 16:47:09.467 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87822024-09-04T16:47:10.235Z[ host-image] Sep 04 16:47:09.467 INFO O| Sep 04 16:47:09.467 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87832024-09-04T16:47:10.235Z[ host-image] Sep 04 16:47:09.467 INFO O| Sep 04 16:47:09.467 INFO STEP 15 (ensure_dir) COMPLETE
87842024-09-04T16:47:10.235Z[ host-image] Sep 04 16:47:09.467 INFO O| Sep 04 16:47:09.467 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852024-09-04T16:47:10.241Z[ host-image] Sep 04 16:47:09.476 INFO O| Sep 04 16:47:09.476 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87862024-09-04T16:47:10.241Z[ host-image] Sep 04 16:47:09.476 INFO O| Sep 04 16:47:09.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87872024-09-04T16:47:10.244Z[ host-image] Sep 04 16:47:09.476 INFO O| Sep 04 16:47:09.476 INFO STEP 16 (ensure_dir) COMPLETE
87882024-09-04T16:47:10.244Z[ host-image] Sep 04 16:47:09.476 INFO O| Sep 04 16:47:09.476 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892024-09-04T16:47:10.251Z[ host-image] Sep 04 16:47:09.486 INFO O| Sep 04 16:47:09.486 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87902024-09-04T16:47:10.251Z[ host-image] Sep 04 16:47:09.486 INFO O| Sep 04 16:47:09.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87912024-09-04T16:47:10.254Z[ host-image] Sep 04 16:47:09.486 INFO O| Sep 04 16:47:09.486 INFO STEP 17 (ensure_dir) COMPLETE
87922024-09-04T16:47:10.254Z[ host-image] Sep 04 16:47:09.486 INFO O| Sep 04 16:47:09.486 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932024-09-04T16:47:10.261Z[ host-image] Sep 04 16:47:09.496 INFO O| Sep 04 16:47:09.496 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87942024-09-04T16:47:10.261Z[ host-image] Sep 04 16:47:09.496 INFO O| Sep 04 16:47:09.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87952024-09-04T16:47:10.264Z[ host-image] Sep 04 16:47:09.496 INFO O| Sep 04 16:47:09.496 INFO ok!
87962024-09-04T16:47:10.264Z[ host-image] Sep 04 16:47:09.496 INFO O| Sep 04 16:47:09.496 INFO STEP 18 (ensure_symlink) COMPLETE
87972024-09-04T16:47:10.264Z[ host-image] Sep 04 16:47:09.496 INFO O| Sep 04 16:47:09.496 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982024-09-04T16:47:10.271Z[ host-image] Sep 04 16:47:09.506 INFO O| Sep 04 16:47:09.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87992024-09-04T16:47:10.271Z[ host-image] Sep 04 16:47:09.506 INFO O| Sep 04 16:47:09.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88002024-09-04T16:47:10.277Z[ host-image] Sep 04 16:47:09.506 INFO O| Sep 04 16:47:09.506 INFO ok!
88012024-09-04T16:47:10.277Z[ host-image] Sep 04 16:47:09.506 INFO O| Sep 04 16:47:09.506 INFO STEP 19 (ensure_file) COMPLETE
88022024-09-04T16:47:10.277Z[ host-image] Sep 04 16:47:09.506 INFO O| Sep 04 16:47:09.506 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88032024-09-04T16:47:10.281Z[ host-image] Sep 04 16:47:09.516 INFO O| Sep 04 16:47:09.516 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88042024-09-04T16:47:10.281Z[ host-image] Sep 04 16:47:09.516 INFO O| Sep 04 16:47:09.516 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88052024-09-04T16:47:10.284Z[ host-image] Sep 04 16:47:09.516 INFO O| Sep 04 16:47:09.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88062024-09-04T16:47:10.284Z[ host-image] Sep 04 16:47:09.516 INFO O| Sep 04 16:47:09.516 INFO ok!
88072024-09-04T16:47:10.284Z[ host-image] Sep 04 16:47:09.516 INFO O| Sep 04 16:47:09.516 INFO STEP 20 (ensure_symlink) COMPLETE
88082024-09-04T16:47:10.284Z[ host-image] Sep 04 16:47:09.516 INFO O| Sep 04 16:47:09.516 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092024-09-04T16:47:10.291Z[ host-image] Sep 04 16:47:09.526 INFO O| Sep 04 16:47:09.526 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88102024-09-04T16:47:10.291Z[ host-image] Sep 04 16:47:09.526 INFO O| Sep 04 16:47:09.526 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88112024-09-04T16:47:10.294Z[ host-image] Sep 04 16:47:09.526 INFO O| Sep 04 16:47:09.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88122024-09-04T16:47:10.294Z[ host-image] Sep 04 16:47:09.526 INFO O| Sep 04 16:47:09.526 INFO ok!
88132024-09-04T16:47:10.294Z[ host-image] Sep 04 16:47:09.526 INFO O| Sep 04 16:47:09.526 INFO STEP 21 (ensure_symlink) COMPLETE
88142024-09-04T16:47:10.294Z[ host-image] Sep 04 16:47:09.526 INFO O| Sep 04 16:47:09.526 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152024-09-04T16:47:10.301Z[ host-image] Sep 04 16:47:09.536 INFO O| Sep 04 16:47:09.536 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88162024-09-04T16:47:10.301Z[ host-image] Sep 04 16:47:09.536 INFO O| Sep 04 16:47:09.536 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88172024-09-04T16:47:10.303Z[ host-image] Sep 04 16:47:09.536 INFO O| Sep 04 16:47:09.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88182024-09-04T16:47:10.303Z[ host-image] Sep 04 16:47:09.536 INFO O| Sep 04 16:47:09.536 INFO ok!
88192024-09-04T16:47:10.303Z[ host-image] Sep 04 16:47:09.536 INFO O| Sep 04 16:47:09.536 INFO STEP 22 (ensure_symlink) COMPLETE
88202024-09-04T16:47:10.303Z[ host-image] Sep 04 16:47:09.536 INFO O| Sep 04 16:47:09.536 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212024-09-04T16:47:10.311Z[ host-image] Sep 04 16:47:09.546 INFO O| Sep 04 16:47:09.546 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88222024-09-04T16:47:10.311Z[ host-image] Sep 04 16:47:09.546 INFO O| Sep 04 16:47:09.546 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88232024-09-04T16:47:10.313Z[ host-image] Sep 04 16:47:09.546 INFO O| Sep 04 16:47:09.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88242024-09-04T16:47:10.313Z[ host-image] Sep 04 16:47:09.546 INFO O| Sep 04 16:47:09.546 INFO ok!
88252024-09-04T16:47:10.313Z[ host-image] Sep 04 16:47:09.546 INFO O| Sep 04 16:47:09.546 INFO STEP 23 (ensure_symlink) COMPLETE
88262024-09-04T16:47:10.314Z[ host-image] Sep 04 16:47:09.546 INFO O| Sep 04 16:47:09.546 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272024-09-04T16:47:10.321Z[ host-image] Sep 04 16:47:09.556 INFO O| Sep 04 16:47:09.556 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88282024-09-04T16:47:10.323Z[ host-image] Sep 04 16:47:09.556 INFO O| Sep 04 16:47:09.556 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88292024-09-04T16:47:10.323Z[ host-image] Sep 04 16:47:09.556 INFO O| Sep 04 16:47:09.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88302024-09-04T16:47:10.323Z[ host-image] Sep 04 16:47:09.556 INFO O| Sep 04 16:47:09.556 INFO ok!
88312024-09-04T16:47:10.323Z[ host-image] Sep 04 16:47:09.556 INFO O| Sep 04 16:47:09.556 INFO STEP 24 (ensure_file) COMPLETE
88322024-09-04T16:47:10.323Z[ host-image] Sep 04 16:47:09.556 INFO O| Sep 04 16:47:09.556 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88332024-09-04T16:47:10.331Z[ host-image] Sep 04 16:47:09.566 INFO O| Sep 04 16:47:09.566 INFO updating shadow file
88342024-09-04T16:47:10.334Z[ host-image] Sep 04 16:47:09.566 INFO O| Sep 04 16:47:09.566 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88352024-09-04T16:47:10.334Z[ host-image] Sep 04 16:47:09.566 INFO O| Sep 04 16:47:09.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88362024-09-04T16:47:10.334Z[ host-image] Sep 04 16:47:09.567 INFO O| Sep 04 16:47:09.566 INFO STEP 25 (shadow) COMPLETE
88372024-09-04T16:47:10.334Z[ host-image] Sep 04 16:47:09.567 INFO O| Sep 04 16:47:09.566 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382024-09-04T16:47:10.342Z[ host-image] Sep 04 16:47:09.576 INFO O| Sep 04 16:47:09.576 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88392024-09-04T16:47:10.342Z[ host-image] Sep 04 16:47:09.576 INFO O| Sep 04 16:47:09.576 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88402024-09-04T16:47:10.344Z[ host-image] Sep 04 16:47:09.577 INFO O| Sep 04 16:47:09.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88412024-09-04T16:47:10.344Z[ host-image] Sep 04 16:47:09.577 INFO O| Sep 04 16:47:09.577 INFO ok!
88422024-09-04T16:47:10.344Z[ host-image] Sep 04 16:47:09.577 INFO O| Sep 04 16:47:09.577 INFO STEP 26 (ensure_file) COMPLETE
88432024-09-04T16:47:10.344Z[ host-image] Sep 04 16:47:09.577 INFO O| Sep 04 16:47:09.577 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442024-09-04T16:47:10.352Z[ host-image] Sep 04 16:47:09.586 INFO O| Sep 04 16:47:09.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88452024-09-04T16:47:10.352Z[ host-image] Sep 04 16:47:09.586 INFO O| Sep 04 16:47:09.586 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88462024-09-04T16:47:10.352Z[ host-image] Sep 04 16:47:09.586 INFO O| Sep 04 16:47:09.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88472024-09-04T16:47:10.354Z[ host-image] Sep 04 16:47:09.586 INFO O| Sep 04 16:47:09.586 INFO ok!
88482024-09-04T16:47:10.354Z[ host-image] Sep 04 16:47:09.586 INFO O| Sep 04 16:47:09.586 INFO STEP 27 (ensure_file) COMPLETE
88492024-09-04T16:47:10.354Z[ host-image] Sep 04 16:47:09.586 INFO O| Sep 04 16:47:09.586 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502024-09-04T16:47:10.362Z[ host-image] Sep 04 16:47:09.597 INFO O| Sep 04 16:47:09.597 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88512024-09-04T16:47:10.362Z[ host-image] Sep 04 16:47:09.597 INFO O| Sep 04 16:47:09.597 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88522024-09-04T16:47:10.364Z[ host-image] Sep 04 16:47:09.597 INFO O| Sep 04 16:47:09.597 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88532024-09-04T16:47:10.364Z[ host-image] Sep 04 16:47:09.597 INFO O| Sep 04 16:47:09.597 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88542024-09-04T16:47:10.364Z[ host-image] Sep 04 16:47:09.597 INFO O| Sep 04 16:47:09.597 INFO ok!
88552024-09-04T16:47:10.364Z[ host-image] Sep 04 16:47:09.597 INFO O| Sep 04 16:47:09.597 INFO STEP 28 (ensure_file) COMPLETE
88562024-09-04T16:47:10.364Z[ host-image] Sep 04 16:47:09.597 INFO O| Sep 04 16:47:09.597 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88572024-09-04T16:47:10.372Z[ host-image] Sep 04 16:47:09.607 INFO O| Sep 04 16:47:09.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88582024-09-04T16:47:10.372Z[ host-image] Sep 04 16:47:09.607 INFO O| Sep 04 16:47:09.607 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88592024-09-04T16:47:10.372Z[ host-image] Sep 04 16:47:09.607 INFO O| Sep 04 16:47:09.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88602024-09-04T16:47:10.375Z[ host-image] Sep 04 16:47:09.607 INFO O| Sep 04 16:47:09.607 INFO ok!
88612024-09-04T16:47:10.375Z[ host-image] Sep 04 16:47:09.607 INFO O| Sep 04 16:47:09.607 INFO STEP 29 (ensure_file) COMPLETE
88622024-09-04T16:47:10.375Z[ host-image] Sep 04 16:47:09.607 INFO O| Sep 04 16:47:09.607 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88632024-09-04T16:47:10.382Z[ host-image] Sep 04 16:47:09.617 INFO O| Sep 04 16:47:09.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88642024-09-04T16:47:10.382Z[ host-image] Sep 04 16:47:09.617 INFO O| Sep 04 16:47:09.617 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88652024-09-04T16:47:10.384Z[ host-image] Sep 04 16:47:09.617 INFO O| Sep 04 16:47:09.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88662024-09-04T16:47:10.384Z[ host-image] Sep 04 16:47:09.617 INFO O| Sep 04 16:47:09.617 INFO ok!
88672024-09-04T16:47:10.384Z[ host-image] Sep 04 16:47:09.617 INFO O| Sep 04 16:47:09.617 INFO STEP 30 (ensure_file) COMPLETE
88682024-09-04T16:47:10.384Z[ host-image] Sep 04 16:47:09.617 INFO O| Sep 04 16:47:09.617 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88692024-09-04T16:47:10.392Z[ host-image] Sep 04 16:47:09.627 INFO O| Sep 04 16:47:09.627 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88702024-09-04T16:47:10.394Z[ host-image] Sep 04 16:47:09.627 INFO O| Sep 04 16:47:09.627 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88712024-09-04T16:47:10.394Z[ host-image] Sep 04 16:47:09.627 INFO O| Sep 04 16:47:09.627 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88722024-09-04T16:47:10.394Z[ host-image] Sep 04 16:47:09.627 INFO O| Sep 04 16:47:09.627 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88732024-09-04T16:47:10.394Z[ host-image] Sep 04 16:47:09.627 INFO O| Sep 04 16:47:09.627 INFO ok!
88742024-09-04T16:47:10.394Z[ host-image] Sep 04 16:47:09.627 INFO O| Sep 04 16:47:09.627 INFO STEP 31 (ensure_file) COMPLETE
88752024-09-04T16:47:10.394Z[ host-image] Sep 04 16:47:09.627 INFO O| Sep 04 16:47:09.627 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88762024-09-04T16:47:10.405Z[ host-image] Sep 04 16:47:09.639 INFO O| Sep 04 16:47:09.639 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88772024-09-04T16:47:10.407Z[ host-image] Sep 04 16:47:09.639 INFO O| Sep 04 16:47:09.639 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88782024-09-04T16:47:10.407Z[ host-image] Sep 04 16:47:09.640 INFO O| Sep 04 16:47:09.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88792024-09-04T16:47:10.407Z[ host-image] Sep 04 16:47:09.640 INFO O| Sep 04 16:47:09.640 INFO ok!
88802024-09-04T16:47:10.407Z[ host-image] Sep 04 16:47:09.640 INFO O| Sep 04 16:47:09.640 INFO STEP 32 (ensure_file) COMPLETE
88812024-09-04T16:47:10.407Z[ host-image] Sep 04 16:47:09.640 INFO O| Sep 04 16:47:09.640 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88822024-09-04T16:47:10.415Z[ host-image] Sep 04 16:47:09.649 INFO O| Sep 04 16:47:09.649 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88832024-09-04T16:47:10.415Z[ host-image] Sep 04 16:47:09.650 INFO O| Sep 04 16:47:09.650 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88842024-09-04T16:47:10.417Z[ host-image] Sep 04 16:47:09.650 INFO O| Sep 04 16:47:09.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88852024-09-04T16:47:10.417Z[ host-image] Sep 04 16:47:09.650 INFO O| Sep 04 16:47:09.650 INFO ok!
88862024-09-04T16:47:10.417Z[ host-image] Sep 04 16:47:09.650 INFO O| Sep 04 16:47:09.650 INFO STEP 33 (ensure_file) COMPLETE
88872024-09-04T16:47:10.417Z[ host-image] Sep 04 16:47:09.650 INFO O| Sep 04 16:47:09.650 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88882024-09-04T16:47:10.425Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88892024-09-04T16:47:10.427Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88902024-09-04T16:47:10.427Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88912024-09-04T16:47:10.427Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88922024-09-04T16:47:10.427Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88932024-09-04T16:47:10.427Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88942024-09-04T16:47:10.427Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO ok!
88952024-09-04T16:47:10.427Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO STEP 34 (ensure_file) COMPLETE
88962024-09-04T16:47:10.427Z[ host-image] Sep 04 16:47:09.660 INFO O| Sep 04 16:47:09.660 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88972024-09-04T16:47:10.437Z[ host-image] Sep 04 16:47:09.672 INFO O| Sep 04 16:47:09.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88982024-09-04T16:47:10.439Z[ host-image] Sep 04 16:47:09.672 INFO O| Sep 04 16:47:09.672 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88992024-09-04T16:47:10.439Z[ host-image] Sep 04 16:47:09.672 INFO O| Sep 04 16:47:09.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89002024-09-04T16:47:10.439Z[ host-image] Sep 04 16:47:09.672 INFO O| Sep 04 16:47:09.672 INFO STEP 35 (ensure_dir) COMPLETE
89012024-09-04T16:47:10.439Z[ host-image] Sep 04 16:47:09.672 INFO O| Sep 04 16:47:09.672 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89022024-09-04T16:47:10.447Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 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
89032024-09-04T16:47:10.447Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 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 ...
89042024-09-04T16:47:10.449Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 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
89052024-09-04T16:47:10.450Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 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
89062024-09-04T16:47:10.450Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 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
89072024-09-04T16:47:10.450Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 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
89082024-09-04T16:47:10.450Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 INFO ok!
89092024-09-04T16:47:10.450Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 INFO STEP 36 (ensure_file) COMPLETE
89102024-09-04T16:47:10.450Z[ host-image] Sep 04 16:47:09.682 INFO O| Sep 04 16:47:09.682 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89112024-09-04T16:47:10.457Z[ host-image] Sep 04 16:47:09.692 INFO O| Sep 04 16:47:09.692 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89122024-09-04T16:47:10.457Z[ host-image] Sep 04 16:47:09.692 INFO O| Sep 04 16:47:09.692 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 ...
89132024-09-04T16:47:10.460Z[ host-image] Sep 04 16:47:09.692 INFO O| Sep 04 16:47:09.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89142024-09-04T16:47:10.460Z[ host-image] Sep 04 16:47:09.692 INFO O| Sep 04 16:47:09.692 INFO ok!
89152024-09-04T16:47:10.460Z[ host-image] Sep 04 16:47:09.692 INFO O| Sep 04 16:47:09.692 INFO STEP 37 (ensure_symlink) COMPLETE
89162024-09-04T16:47:10.460Z[ host-image] Sep 04 16:47:09.692 INFO O| Sep 04 16:47:09.692 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89172024-09-04T16:47:10.467Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89182024-09-04T16:47:10.467Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89192024-09-04T16:47:10.470Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89202024-09-04T16:47:10.470Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89212024-09-04T16:47:10.470Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89222024-09-04T16:47:10.470Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89232024-09-04T16:47:10.470Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO ok!
89242024-09-04T16:47:10.470Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO STEP 38 (ensure_file) COMPLETE
89252024-09-04T16:47:10.470Z[ host-image] Sep 04 16:47:09.702 INFO O| Sep 04 16:47:09.702 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89262024-09-04T16:47:10.478Z[ host-image] Sep 04 16:47:09.712 INFO O| Sep 04 16:47:09.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89272024-09-04T16:47:10.478Z[ host-image] Sep 04 16:47:09.712 INFO O| Sep 04 16:47:09.712 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 ...
89282024-09-04T16:47:10.480Z[ host-image] Sep 04 16:47:09.713 INFO O| Sep 04 16:47:09.712 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
89292024-09-04T16:47:10.480Z[ host-image] Sep 04 16:47:09.713 INFO O| Sep 04 16:47:09.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89302024-09-04T16:47:10.480Z[ host-image] Sep 04 16:47:09.713 INFO O| Sep 04 16:47:09.713 INFO ok!
89312024-09-04T16:47:10.480Z[ host-image] Sep 04 16:47:09.713 INFO O| Sep 04 16:47:09.713 INFO STEP 39 (ensure_file) COMPLETE
89322024-09-04T16:47:10.480Z[ host-image] Sep 04 16:47:09.713 INFO O| Sep 04 16:47:09.713 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89332024-09-04T16:47:10.488Z[ host-image] Sep 04 16:47:09.723 INFO O| Sep 04 16:47:09.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89342024-09-04T16:47:10.488Z[ host-image] Sep 04 16:47:09.723 INFO O| Sep 04 16:47:09.723 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89352024-09-04T16:47:10.488Z[ host-image] Sep 04 16:47:09.723 INFO O| Sep 04 16:47:09.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89362024-09-04T16:47:10.490Z[ host-image] Sep 04 16:47:09.723 INFO O| Sep 04 16:47:09.723 INFO ok!
89372024-09-04T16:47:10.490Z[ host-image] Sep 04 16:47:09.723 INFO O| Sep 04 16:47:09.723 INFO STEP 40 (ensure_file) COMPLETE
89382024-09-04T16:47:10.490Z[ host-image] Sep 04 16:47:09.723 INFO O| Sep 04 16:47:09.723 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89392024-09-04T16:47:10.498Z[ host-image] Sep 04 16:47:09.733 INFO O| Sep 04 16:47:09.733 INFO updating shadow file
89402024-09-04T16:47:10.500Z[ host-image] Sep 04 16:47:09.733 INFO O| Sep 04 16:47:09.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89412024-09-04T16:47:10.500Z[ host-image] Sep 04 16:47:09.733 INFO O| Sep 04 16:47:09.733 INFO STEP 41 (shadow) COMPLETE
89422024-09-04T16:47:10.500Z[ host-image] Sep 04 16:47:09.733 INFO O| Sep 04 16:47:09.733 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89432024-09-04T16:47:10.508Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89442024-09-04T16:47:10.508Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89452024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89462024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89472024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO ok!
89482024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO STEP 42 (ensure_file) COMPLETE
89492024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89502024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO skip step because feature "mfg" is not enabled
89512024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89522024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO skip step because feature "mfg" is not enabled
89532024-09-04T16:47:10.511Z[ host-image] Sep 04 16:47:09.743 INFO O| Sep 04 16:47:09.743 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89542024-09-04T16:47:10.519Z[ host-image] Sep 04 16:47:09.753 INFO O| Sep 04 16:47:09.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89552024-09-04T16:47:10.521Z[ host-image] Sep 04 16:47:09.753 INFO O| Sep 04 16:47:09.753 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89562024-09-04T16:47:11.170Z[ host-image] Sep 04 16:47:10.404 INFO O| Sep 04 16:47:10.404 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89572024-09-04T16:47:11.170Z[ host-image] Sep 04 16:47:10.404 INFO O| Sep 04 16:47:10.404 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89582024-09-04T16:47:11.170Z[ host-image] Sep 04 16:47:10.404 INFO O| Sep 04 16:47:10.404 INFO ok!
89592024-09-04T16:47:11.170Z[ host-image] Sep 04 16:47:10.404 INFO O| Sep 04 16:47:10.404 INFO STEP 45 (ensure_file) COMPLETE
89602024-09-04T16:47:11.172Z[ host-image] Sep 04 16:47:10.404 INFO O| Sep 04 16:47:10.404 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89612024-09-04T16:47:11.184Z[ host-image] Sep 04 16:47:10.418 INFO O| Sep 04 16:47:10.418 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89622024-09-04T16:47:11.184Z[ host-image] Sep 04 16:47:10.419 INFO O| Sep 04 16:47:10.418 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89632024-09-04T16:47:11.186Z[ host-image] Sep 04 16:47:10.419 INFO O| Sep 04 16:47:10.419 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89642024-09-04T16:47:11.186Z[ host-image] Sep 04 16:47:10.419 INFO O| Sep 04 16:47:10.419 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89652024-09-04T16:47:11.186Z[ host-image] Sep 04 16:47:10.419 INFO O| Sep 04 16:47:10.419 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89662024-09-04T16:47:11.186Z[ host-image] Sep 04 16:47:10.419 INFO O| Sep 04 16:47:10.419 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89672024-09-04T16:47:11.187Z[ host-image] Sep 04 16:47:10.419 INFO O| Sep 04 16:47:10.419 INFO ok!
89682024-09-04T16:47:11.187Z[ host-image] Sep 04 16:47:10.419 INFO O| Sep 04 16:47:10.419 INFO STEP 46 (ensure_file) COMPLETE
89692024-09-04T16:47:11.187Z[ host-image] Sep 04 16:47:10.419 INFO O| Sep 04 16:47:10.419 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89702024-09-04T16:47:11.196Z[ host-image] Sep 04 16:47:10.431 INFO O| Sep 04 16:47:10.431 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89712024-09-04T16:47:11.198Z[ host-image] Sep 04 16:47:10.431 INFO O| Sep 04 16:47:10.431 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 ...
89722024-09-04T16:47:11.198Z[ host-image] Sep 04 16:47:10.431 INFO O| Sep 04 16:47:10.431 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
89732024-09-04T16:47:11.199Z[ host-image] Sep 04 16:47:10.431 INFO O| Sep 04 16:47:10.431 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89742024-09-04T16:47:11.199Z[ host-image] Sep 04 16:47:10.431 INFO O| Sep 04 16:47:10.431 INFO ok!
89752024-09-04T16:47:11.199Z[ host-image] Sep 04 16:47:10.431 INFO O| Sep 04 16:47:10.431 INFO STEP 47 (ensure_file) COMPLETE
89762024-09-04T16:47:11.199Z[ host-image] Sep 04 16:47:10.431 INFO O| Sep 04 16:47:10.431 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89772024-09-04T16:47:11.208Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89782024-09-04T16:47:11.208Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89792024-09-04T16:47:11.208Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89802024-09-04T16:47:11.211Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89812024-09-04T16:47:11.211Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89822024-09-04T16:47:11.211Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89832024-09-04T16:47:11.211Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO ok!
89842024-09-04T16:47:11.211Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO STEP 48 (ensure_file) COMPLETE
89852024-09-04T16:47:11.211Z[ host-image] Sep 04 16:47:10.443 INFO O| Sep 04 16:47:10.443 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89862024-09-04T16:47:11.220Z[ host-image] Sep 04 16:47:10.455 INFO O| Sep 04 16:47:10.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89872024-09-04T16:47:11.220Z[ host-image] Sep 04 16:47:10.455 INFO O| Sep 04 16:47:10.455 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 ...
89882024-09-04T16:47:11.223Z[ host-image] Sep 04 16:47:10.455 INFO O| Sep 04 16:47:10.455 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
89892024-09-04T16:47:11.223Z[ host-image] Sep 04 16:47:10.455 INFO O| Sep 04 16:47:10.455 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89902024-09-04T16:47:11.223Z[ host-image] Sep 04 16:47:10.455 INFO O| Sep 04 16:47:10.455 INFO ok!
89912024-09-04T16:47:11.223Z[ host-image] Sep 04 16:47:10.455 INFO O| Sep 04 16:47:10.455 INFO STEP 49 (ensure_file) COMPLETE
89922024-09-04T16:47:11.223Z[ host-image] Sep 04 16:47:10.455 INFO O| Sep 04 16:47:10.455 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89932024-09-04T16:47:11.232Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89942024-09-04T16:47:11.232Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.467 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89952024-09-04T16:47:11.234Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.467 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89962024-09-04T16:47:11.234Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.467 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89972024-09-04T16:47:11.234Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.467 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89982024-09-04T16:47:11.234Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.467 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89992024-09-04T16:47:11.234Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.467 INFO ok!
90002024-09-04T16:47:11.234Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.467 INFO STEP 50 (ensure_file) COMPLETE
90012024-09-04T16:47:11.234Z[ host-image] Sep 04 16:47:10.467 INFO O| Sep 04 16:47:10.467 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90022024-09-04T16:47:11.243Z[ host-image] Sep 04 16:47:10.478 INFO O| Sep 04 16:47:10.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90032024-09-04T16:47:11.243Z[ host-image] Sep 04 16:47:10.478 INFO O| Sep 04 16:47:10.478 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 ...
90042024-09-04T16:47:11.245Z[ host-image] Sep 04 16:47:10.478 INFO O| Sep 04 16:47:10.478 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
90052024-09-04T16:47:11.245Z[ host-image] Sep 04 16:47:10.478 INFO O| Sep 04 16:47:10.478 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90062024-09-04T16:47:11.245Z[ host-image] Sep 04 16:47:10.478 INFO O| Sep 04 16:47:10.478 INFO ok!
90072024-09-04T16:47:11.246Z[ host-image] Sep 04 16:47:10.478 INFO O| Sep 04 16:47:10.478 INFO STEP 51 (ensure_file) COMPLETE
90082024-09-04T16:47:11.246Z[ host-image] Sep 04 16:47:10.478 INFO O| Sep 04 16:47:10.478 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90092024-09-04T16:47:11.254Z[ host-image] Sep 04 16:47:10.489 INFO O| Sep 04 16:47:10.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90102024-09-04T16:47:11.254Z[ host-image] Sep 04 16:47:10.489 INFO O| Sep 04 16:47:10.489 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 ...
90112024-09-04T16:47:11.254Z[ host-image] Sep 04 16:47:10.489 INFO O| Sep 04 16:47:10.489 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
90122024-09-04T16:47:11.255Z[ host-image] Sep 04 16:47:10.489 INFO O| Sep 04 16:47:10.489 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90132024-09-04T16:47:11.257Z[ host-image] Sep 04 16:47:10.489 INFO O| Sep 04 16:47:10.489 INFO ok!
90142024-09-04T16:47:11.257Z[ host-image] Sep 04 16:47:10.489 INFO O| Sep 04 16:47:10.489 INFO STEP 52 (ensure_file) COMPLETE
90152024-09-04T16:47:11.257Z[ host-image] Sep 04 16:47:10.489 INFO O| Sep 04 16:47:10.489 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90162024-09-04T16:47:11.266Z[ host-image] Sep 04 16:47:10.501 INFO O| Sep 04 16:47:10.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90172024-09-04T16:47:11.266Z[ host-image] Sep 04 16:47:10.501 INFO O| Sep 04 16:47:10.501 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 ...
90182024-09-04T16:47:11.266Z[ host-image] Sep 04 16:47:10.501 INFO O| Sep 04 16:47:10.501 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
90192024-09-04T16:47:11.266Z[ host-image] Sep 04 16:47:10.501 INFO O| Sep 04 16:47:10.501 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90202024-09-04T16:47:11.269Z[ host-image] Sep 04 16:47:10.501 INFO O| Sep 04 16:47:10.501 INFO ok!
90212024-09-04T16:47:11.269Z[ host-image] Sep 04 16:47:10.501 INFO O| Sep 04 16:47:10.501 INFO STEP 53 (ensure_file) COMPLETE
90222024-09-04T16:47:11.269Z[ host-image] Sep 04 16:47:10.501 INFO O| Sep 04 16:47:10.501 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-09-04T16:47:11.279Z[ host-image] Sep 04 16:47:10.514 INFO O| Sep 04 16:47:10.513 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90242024-09-04T16:47:11.281Z[ host-image] Sep 04 16:47:10.514 INFO O| Sep 04 16:47:10.514 INFO STEP 54 (ensure_dir) COMPLETE
90252024-09-04T16:47:11.281Z[ host-image] Sep 04 16:47:10.514 INFO O| Sep 04 16:47:10.514 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90262024-09-04T16:47:11.291Z[ host-image] Sep 04 16:47:10.525 INFO O| Sep 04 16:47:10.525 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90272024-09-04T16:47:11.291Z[ host-image] Sep 04 16:47:10.525 INFO O| Sep 04 16:47:10.525 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90282024-09-04T16:47:11.291Z[ host-image] Sep 04 16:47:10.525 INFO O| Sep 04 16:47:10.525 INFO STEP 55 (ensure_dir) COMPLETE
90292024-09-04T16:47:11.293Z[ host-image] Sep 04 16:47:10.525 INFO O| Sep 04 16:47:10.525 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90302024-09-04T16:47:11.302Z[ host-image] Sep 04 16:47:10.537 INFO O| Sep 04 16:47:10.536 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90312024-09-04T16:47:11.302Z[ host-image] Sep 04 16:47:10.537 INFO O| Sep 04 16:47:10.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90322024-09-04T16:47:11.305Z[ host-image] Sep 04 16:47:10.537 INFO O| Sep 04 16:47:10.537 INFO STEP 56 (ensure_dir) COMPLETE
90332024-09-04T16:47:11.305Z[ host-image] Sep 04 16:47:10.537 INFO O| Sep 04 16:47:10.537 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90342024-09-04T16:47:11.313Z[ host-image] Sep 04 16:47:10.548 INFO O| Sep 04 16:47:10.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90352024-09-04T16:47:11.313Z[ host-image] Sep 04 16:47:10.548 INFO O| Sep 04 16:47:10.547 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90362024-09-04T16:47:11.328Z[ host-image] Sep 04 16:47:10.563 INFO O| Sep 04 16:47:10.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90372024-09-04T16:47:11.328Z[ host-image] Sep 04 16:47:10.563 INFO O| Sep 04 16:47:10.563 INFO ok!
90382024-09-04T16:47:11.331Z[ host-image] Sep 04 16:47:10.563 INFO O| Sep 04 16:47:10.563 INFO STEP 57 (ensure_file) COMPLETE
90392024-09-04T16:47:11.331Z[ host-image] Sep 04 16:47:10.563 INFO O| Sep 04 16:47:10.563 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90402024-09-04T16:47:11.340Z[ host-image] Sep 04 16:47:10.575 INFO O| Sep 04 16:47:10.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90412024-09-04T16:47:11.340Z[ host-image] Sep 04 16:47:10.575 INFO O| Sep 04 16:47:10.575 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90422024-09-04T16:47:11.943Z[ recovery-image] Sep 04 16:47:11.169 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
90432024-09-04T16:47:12.534Z[ host-image] Sep 04 16:47:11.768 INFO O| Sep 04 16:47:11.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90442024-09-04T16:47:12.534Z[ host-image] Sep 04 16:47:11.768 INFO O| Sep 04 16:47:11.768 INFO ok!
90452024-09-04T16:47:12.537Z[ host-image] Sep 04 16:47:11.768 INFO O| Sep 04 16:47:11.768 INFO STEP 58 (ensure_file) COMPLETE
90462024-09-04T16:47:12.537Z[ host-image] Sep 04 16:47:11.768 INFO O| Sep 04 16:47:11.768 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90472024-09-04T16:47:12.554Z[ host-image] Sep 04 16:47:11.788 INFO O| Sep 04 16:47:11.788 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90482024-09-04T16:47:12.554Z[ host-image] Sep 04 16:47:11.788 INFO O| Sep 04 16:47:11.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90492024-09-04T16:47:12.556Z[ host-image] Sep 04 16:47:11.788 INFO O| Sep 04 16:47:11.788 INFO STEP 59 (ensure_dir) COMPLETE
90502024-09-04T16:47:12.556Z[ host-image] Sep 04 16:47:11.788 INFO O| Sep 04 16:47:11.788 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90512024-09-04T16:47:12.570Z[ host-image] Sep 04 16:47:11.804 INFO O| Sep 04 16:47:11.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90522024-09-04T16:47:12.570Z[ host-image] Sep 04 16:47:11.804 INFO O| Sep 04 16:47:11.804 INFO copying /tmp/.tmphHrvRQ/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 ...
90532024-09-04T16:47:12.572Z[ host-image] Sep 04 16:47:11.804 INFO O| Sep 04 16:47:11.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90542024-09-04T16:47:12.572Z[ host-image] Sep 04 16:47:11.804 INFO O| Sep 04 16:47:11.804 INFO ok!
90552024-09-04T16:47:12.572Z[ host-image] Sep 04 16:47:11.804 INFO O| Sep 04 16:47:11.804 INFO STEP 60 (ensure_file) COMPLETE
90562024-09-04T16:47:12.572Z[ host-image] Sep 04 16:47:11.804 INFO O| Sep 04 16:47:11.804 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-09-04T16:47:12.589Z[ host-image] Sep 04 16:47:11.823 INFO O| Sep 04 16:47:11.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90582024-09-04T16:47:12.589Z[ host-image] Sep 04 16:47:11.823 INFO O| Sep 04 16:47:11.823 INFO copying /tmp/.tmphHrvRQ/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 ...
90592024-09-04T16:47:12.591Z[ host-image] Sep 04 16:47:11.823 INFO O| Sep 04 16:47:11.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90602024-09-04T16:47:12.591Z[ host-image] Sep 04 16:47:11.823 INFO O| Sep 04 16:47:11.823 INFO ok!
90612024-09-04T16:47:12.591Z[ host-image] Sep 04 16:47:11.823 INFO O| Sep 04 16:47:11.823 INFO STEP 61 (ensure_file) COMPLETE
90622024-09-04T16:47:12.591Z[ host-image] Sep 04 16:47:11.823 INFO O| Sep 04 16:47:11.823 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-09-04T16:47:12.608Z[ host-image] Sep 04 16:47:11.842 INFO O| Sep 04 16:47:11.842 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90642024-09-04T16:47:12.608Z[ host-image] Sep 04 16:47:11.842 INFO O| Sep 04 16:47:11.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90652024-09-04T16:47:12.610Z[ host-image] Sep 04 16:47:11.842 INFO O| Sep 04 16:47:11.842 INFO STEP 62 (ensure_dir) COMPLETE
90662024-09-04T16:47:12.610Z[ host-image] Sep 04 16:47:11.842 INFO O| Sep 04 16:47:11.842 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-09-04T16:47:12.628Z[ host-image] Sep 04 16:47:11.862 INFO O| Sep 04 16:47:11.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90682024-09-04T16:47:12.631Z[ host-image] Sep 04 16:47:11.863 INFO O| Sep 04 16:47:11.862 INFO copying /tmp/.tmphHrvRQ/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 ...
90692024-09-04T16:47:12.631Z[ host-image] Sep 04 16:47:11.863 INFO O| Sep 04 16:47:11.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90702024-09-04T16:47:12.631Z[ host-image] Sep 04 16:47:11.863 INFO O| Sep 04 16:47:11.863 INFO ok!
90712024-09-04T16:47:12.631Z[ host-image] Sep 04 16:47:11.863 INFO O| Sep 04 16:47:11.863 INFO STEP 63 (ensure_file) COMPLETE
90722024-09-04T16:47:12.631Z[ host-image] Sep 04 16:47:11.863 INFO O| Sep 04 16:47:11.863 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-09-04T16:47:12.651Z[ host-image] Sep 04 16:47:11.886 INFO O| Sep 04 16:47:11.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90742024-09-04T16:47:12.651Z[ host-image] Sep 04 16:47:11.886 INFO O| Sep 04 16:47:11.886 INFO copying /tmp/.tmphHrvRQ/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 ...
90752024-09-04T16:47:12.654Z[ host-image] Sep 04 16:47:11.886 INFO O| Sep 04 16:47:11.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90762024-09-04T16:47:12.654Z[ host-image] Sep 04 16:47:11.886 INFO O| Sep 04 16:47:11.886 INFO ok!
90772024-09-04T16:47:12.654Z[ host-image] Sep 04 16:47:11.886 INFO O| Sep 04 16:47:11.886 INFO STEP 64 (ensure_file) COMPLETE
90782024-09-04T16:47:12.654Z[ host-image] Sep 04 16:47:11.886 INFO O| Sep 04 16:47:11.886 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90792024-09-04T16:47:12.679Z[ host-image] Sep 04 16:47:11.914 INFO O| Sep 04 16:47:11.913 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90802024-09-04T16:47:12.682Z[ host-image] Sep 04 16:47:11.914 INFO O| Sep 04 16:47:11.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90812024-09-04T16:47:12.683Z[ host-image] Sep 04 16:47:11.914 INFO O| Sep 04 16:47:11.914 INFO STEP 65 (ensure_dir) COMPLETE
90822024-09-04T16:47:12.683Z[ host-image] Sep 04 16:47:11.914 INFO O| Sep 04 16:47:11.914 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-09-04T16:47:12.700Z[ host-image] Sep 04 16:47:11.934 INFO O| Sep 04 16:47:11.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90842024-09-04T16:47:12.700Z[ host-image] Sep 04 16:47:11.934 INFO O| Sep 04 16:47:11.934 INFO copying /tmp/.tmphHrvRQ/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 ...
90852024-09-04T16:47:12.702Z[ host-image] Sep 04 16:47:11.934 INFO O| Sep 04 16:47:11.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90862024-09-04T16:47:12.702Z[ host-image] Sep 04 16:47:11.934 INFO O| Sep 04 16:47:11.934 INFO ok!
90872024-09-04T16:47:12.702Z[ host-image] Sep 04 16:47:11.934 INFO O| Sep 04 16:47:11.934 INFO STEP 66 (ensure_file) COMPLETE
90882024-09-04T16:47:12.702Z[ host-image] Sep 04 16:47:11.935 INFO O| Sep 04 16:47:11.934 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-09-04T16:47:12.719Z[ host-image] Sep 04 16:47:11.953 INFO O| Sep 04 16:47:11.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90902024-09-04T16:47:12.719Z[ host-image] Sep 04 16:47:11.954 INFO O| Sep 04 16:47:11.953 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90912024-09-04T16:47:12.719Z[ host-image] Sep 04 16:47:11.954 INFO O| Sep 04 16:47:11.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90922024-09-04T16:47:12.719Z[ host-image] Sep 04 16:47:11.954 INFO O| Sep 04 16:47:11.954 INFO ok!
90932024-09-04T16:47:12.722Z[ host-image] Sep 04 16:47:11.954 INFO O| Sep 04 16:47:11.954 INFO STEP 67 (ensure_file) COMPLETE
90942024-09-04T16:47:12.722Z[ host-image] Sep 04 16:47:11.954 INFO O| Sep 04 16:47:11.954 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90952024-09-04T16:47:12.741Z[ host-image] Sep 04 16:47:11.975 INFO O| Sep 04 16:47:11.975 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90962024-09-04T16:47:12.741Z[ host-image] Sep 04 16:47:11.975 INFO O| Sep 04 16:47:11.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90972024-09-04T16:47:12.743Z[ host-image] Sep 04 16:47:11.975 INFO O| Sep 04 16:47:11.975 INFO STEP 68 (ensure_dir) COMPLETE
90982024-09-04T16:47:12.743Z[ host-image] Sep 04 16:47:11.975 INFO O| Sep 04 16:47:11.975 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-09-04T16:47:12.762Z[ host-image] Sep 04 16:47:11.997 INFO O| Sep 04 16:47:11.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91002024-09-04T16:47:12.765Z[ host-image] Sep 04 16:47:11.997 INFO O| Sep 04 16:47:11.997 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91012024-09-04T16:47:13.461Z[ host-image] Sep 04 16:47:12.695 INFO O| Sep 04 16:47:12.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91022024-09-04T16:47:13.461Z[ host-image] Sep 04 16:47:12.695 INFO O| Sep 04 16:47:12.695 INFO ok!
91032024-09-04T16:47:13.464Z[ host-image] Sep 04 16:47:12.695 INFO O| Sep 04 16:47:12.695 INFO STEP 69 (ensure_file) COMPLETE
91042024-09-04T16:47:13.464Z[ host-image] Sep 04 16:47:12.695 INFO O| Sep 04 16:47:12.695 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-09-04T16:47:13.478Z[ host-image] Sep 04 16:47:12.712 INFO O| Sep 04 16:47:12.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91062024-09-04T16:47:13.478Z[ host-image] Sep 04 16:47:12.712 INFO O| Sep 04 16:47:12.712 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91072024-09-04T16:47:15.324Z[ recovery-image] Sep 04 16:47:14.558 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
91082024-09-04T16:47:15.371Z[ host-image] Sep 04 16:47:14.605 INFO O| Sep 04 16:47:14.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91092024-09-04T16:47:15.371Z[ host-image] Sep 04 16:47:14.605 INFO O| Sep 04 16:47:14.605 INFO ok!
91102024-09-04T16:47:15.374Z[ host-image] Sep 04 16:47:14.605 INFO O| Sep 04 16:47:14.605 INFO STEP 70 (ensure_file) COMPLETE
91112024-09-04T16:47:15.374Z[ host-image] Sep 04 16:47:14.605 INFO O| Sep 04 16:47:14.605 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91122024-09-04T16:47:15.387Z[ host-image] Sep 04 16:47:14.621 INFO O| Sep 04 16:47:14.621 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91132024-09-04T16:47:15.387Z[ host-image] Sep 04 16:47:14.621 INFO O| Sep 04 16:47:14.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91142024-09-04T16:47:15.390Z[ host-image] Sep 04 16:47:14.621 INFO O| Sep 04 16:47:14.621 INFO STEP 71 (ensure_dir) COMPLETE
91152024-09-04T16:47:15.390Z[ host-image] Sep 04 16:47:14.621 INFO O| Sep 04 16:47:14.621 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-09-04T16:47:15.399Z[ host-image] Sep 04 16:47:14.633 INFO O| Sep 04 16:47:14.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91172024-09-04T16:47:15.399Z[ host-image] Sep 04 16:47:14.633 INFO O| Sep 04 16:47:14.633 INFO copying /tmp/.tmphHrvRQ/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 ...
91182024-09-04T16:47:15.402Z[ host-image] Sep 04 16:47:14.634 INFO O| Sep 04 16:47:14.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91192024-09-04T16:47:15.402Z[ host-image] Sep 04 16:47:14.634 INFO O| Sep 04 16:47:14.634 INFO ok!
91202024-09-04T16:47:15.402Z[ host-image] Sep 04 16:47:14.634 INFO O| Sep 04 16:47:14.634 INFO STEP 72 (ensure_file) COMPLETE
91212024-09-04T16:47:15.402Z[ host-image] Sep 04 16:47:14.634 INFO O| Sep 04 16:47:14.634 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91222024-09-04T16:47:15.413Z[ host-image] Sep 04 16:47:14.647 INFO O| Sep 04 16:47:14.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91232024-09-04T16:47:15.413Z[ host-image] Sep 04 16:47:14.647 INFO O| Sep 04 16:47:14.647 INFO copying /tmp/.tmphHrvRQ/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 ...
91242024-09-04T16:47:15.415Z[ host-image] Sep 04 16:47:14.647 INFO O| Sep 04 16:47:14.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91252024-09-04T16:47:15.415Z[ host-image] Sep 04 16:47:14.647 INFO O| Sep 04 16:47:14.647 INFO ok!
91262024-09-04T16:47:15.415Z[ host-image] Sep 04 16:47:14.647 INFO O| Sep 04 16:47:14.647 INFO STEP 73 (ensure_file) COMPLETE
91272024-09-04T16:47:15.415Z[ host-image] Sep 04 16:47:14.647 INFO O| Sep 04 16:47:14.647 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91282024-09-04T16:47:15.425Z[ host-image] Sep 04 16:47:14.659 INFO O| Sep 04 16:47:14.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91292024-09-04T16:47:15.426Z[ host-image] Sep 04 16:47:14.659 INFO O| Sep 04 16:47:14.659 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91302024-09-04T16:47:15.428Z[ host-image] Sep 04 16:47:14.660 INFO O| Sep 04 16:47:14.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91312024-09-04T16:47:15.428Z[ host-image] Sep 04 16:47:14.660 INFO O| Sep 04 16:47:14.660 INFO ok!
91322024-09-04T16:47:15.428Z[ host-image] Sep 04 16:47:14.660 INFO O| Sep 04 16:47:14.660 INFO STEP 74 (ensure_file) COMPLETE
91332024-09-04T16:47:15.428Z[ host-image] Sep 04 16:47:14.660 INFO O| Sep 04 16:47:14.660 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91342024-09-04T16:47:15.443Z[ host-image] Sep 04 16:47:14.677 INFO O| Sep 04 16:47:14.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91352024-09-04T16:47:15.445Z[ host-image] Sep 04 16:47:14.677 INFO O| Sep 04 16:47:14.677 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91362024-09-04T16:47:15.445Z[ host-image] Sep 04 16:47:14.677 INFO O| Sep 04 16:47:14.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91372024-09-04T16:47:15.445Z[ host-image] Sep 04 16:47:14.677 INFO O| Sep 04 16:47:14.677 INFO ok!
91382024-09-04T16:47:15.445Z[ host-image] Sep 04 16:47:14.677 INFO O| Sep 04 16:47:14.677 INFO STEP 75 (ensure_file) COMPLETE
91392024-09-04T16:47:15.445Z[ host-image] Sep 04 16:47:14.677 INFO O| Sep 04 16:47:14.677 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91402024-09-04T16:47:15.471Z[ host-image] Sep 04 16:47:14.705 INFO O| Sep 04 16:47:14.705 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91412024-09-04T16:47:15.474Z[ host-image] Sep 04 16:47:14.706 INFO O| Sep 04 16:47:14.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91422024-09-04T16:47:15.474Z[ host-image] Sep 04 16:47:14.706 INFO O| Sep 04 16:47:14.706 INFO STEP 76 (ensure_dir) COMPLETE
91432024-09-04T16:47:15.474Z[ host-image] Sep 04 16:47:14.706 INFO O| Sep 04 16:47:14.706 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91442024-09-04T16:47:15.490Z[ host-image] Sep 04 16:47:14.724 INFO O| Sep 04 16:47:14.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91452024-09-04T16:47:15.490Z[ host-image] Sep 04 16:47:14.724 INFO O| Sep 04 16:47:14.724 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91462024-09-04T16:47:16.084Z[ host-image] Sep 04 16:47:15.318 INFO O| Sep 04 16:47:15.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91472024-09-04T16:47:16.084Z[ host-image] Sep 04 16:47:15.318 INFO O| Sep 04 16:47:15.318 INFO ok!
91482024-09-04T16:47:16.084Z[ host-image] Sep 04 16:47:15.318 INFO O| Sep 04 16:47:15.318 INFO STEP 77 (ensure_file) COMPLETE
91492024-09-04T16:47:16.087Z[ host-image] Sep 04 16:47:15.318 INFO O| Sep 04 16:47:15.318 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91502024-09-04T16:47:16.097Z[ host-image] Sep 04 16:47:15.331 INFO O| Sep 04 16:47:15.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91512024-09-04T16:47:16.097Z[ host-image] Sep 04 16:47:15.331 INFO O| Sep 04 16:47:15.331 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91522024-09-04T16:47:16.097Z[ host-image] Sep 04 16:47:15.331 INFO O| Sep 04 16:47:15.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91532024-09-04T16:47:16.100Z[ host-image] Sep 04 16:47:15.331 INFO O| Sep 04 16:47:15.331 INFO ok!
91542024-09-04T16:47:16.100Z[ host-image] Sep 04 16:47:15.331 INFO O| Sep 04 16:47:15.331 INFO STEP 78 (ensure_file) COMPLETE
91552024-09-04T16:47:16.100Z[ host-image] Sep 04 16:47:15.331 INFO O| Sep 04 16:47:15.331 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91562024-09-04T16:47:16.109Z[ host-image] Sep 04 16:47:15.343 INFO O| Sep 04 16:47:15.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91572024-09-04T16:47:16.109Z[ host-image] Sep 04 16:47:15.343 INFO O| Sep 04 16:47:15.343 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91582024-09-04T16:47:17.019Z[ host-image] Sep 04 16:47:16.252 INFO O| Sep 04 16:47:16.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91592024-09-04T16:47:17.019Z[ host-image] Sep 04 16:47:16.252 INFO O| Sep 04 16:47:16.252 INFO ok!
91602024-09-04T16:47:17.019Z[ host-image] Sep 04 16:47:16.252 INFO O| Sep 04 16:47:16.252 INFO STEP 79 (ensure_file) COMPLETE
91612024-09-04T16:47:17.022Z[ host-image] Sep 04 16:47:16.252 INFO O| Sep 04 16:47:16.252 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91622024-09-04T16:47:17.030Z[ host-image] Sep 04 16:47:16.264 INFO O| Sep 04 16:47:16.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91632024-09-04T16:47:17.032Z[ host-image] Sep 04 16:47:16.264 INFO O| Sep 04 16:47:16.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91642024-09-04T16:47:17.032Z[ host-image] Sep 04 16:47:16.264 INFO O| Sep 04 16:47:16.264 INFO STEP 80 (ensure_dir) COMPLETE
91652024-09-04T16:47:17.032Z[ host-image] Sep 04 16:47:16.264 INFO O| Sep 04 16:47:16.264 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-09-04T16:47:17.040Z[ host-image] Sep 04 16:47:16.274 INFO O| Sep 04 16:47:16.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91672024-09-04T16:47:17.040Z[ host-image] Sep 04 16:47:16.274 INFO O| Sep 04 16:47:16.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91682024-09-04T16:47:17.040Z[ host-image] Sep 04 16:47:16.274 INFO O| Sep 04 16:47:16.274 INFO STEP 81 (ensure_dir) COMPLETE
91692024-09-04T16:47:17.043Z[ host-image] Sep 04 16:47:16.274 INFO O| Sep 04 16:47:16.274 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91702024-09-04T16:47:17.052Z[ host-image] Sep 04 16:47:16.286 INFO O| Sep 04 16:47:16.286 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91712024-09-04T16:47:17.052Z[ host-image] Sep 04 16:47:16.286 INFO O| Sep 04 16:47:16.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91722024-09-04T16:47:17.055Z[ host-image] Sep 04 16:47:16.286 INFO O| Sep 04 16:47:16.286 INFO STEP 82 (ensure_dir) COMPLETE
91732024-09-04T16:47:17.055Z[ host-image] Sep 04 16:47:16.286 INFO O| Sep 04 16:47:16.286 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91742024-09-04T16:47:17.062Z[ host-image] Sep 04 16:47:16.296 INFO O| Sep 04 16:47:16.296 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91752024-09-04T16:47:17.062Z[ host-image] Sep 04 16:47:16.296 INFO O| Sep 04 16:47:16.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91762024-09-04T16:47:17.065Z[ host-image] Sep 04 16:47:16.296 INFO O| Sep 04 16:47:16.296 INFO STEP 83 (ensure_dir) COMPLETE
91772024-09-04T16:47:17.065Z[ host-image] Sep 04 16:47:16.296 INFO O| Sep 04 16:47:16.296 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91782024-09-04T16:47:17.072Z[ host-image] Sep 04 16:47:16.306 INFO O| Sep 04 16:47:16.306 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91792024-09-04T16:47:17.072Z[ host-image] Sep 04 16:47:16.306 INFO O| Sep 04 16:47:16.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91802024-09-04T16:47:17.075Z[ host-image] Sep 04 16:47:16.306 INFO O| Sep 04 16:47:16.306 INFO STEP 84 (ensure_dir) COMPLETE
91812024-09-04T16:47:17.075Z[ host-image] Sep 04 16:47:16.306 INFO O| Sep 04 16:47:16.306 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-09-04T16:47:17.082Z[ host-image] Sep 04 16:47:16.316 INFO O| Sep 04 16:47:16.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91832024-09-04T16:47:17.082Z[ host-image] Sep 04 16:47:16.316 INFO O| Sep 04 16:47:16.316 INFO copying /tmp/.tmphHrvRQ/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 ...
91842024-09-04T16:47:17.085Z[ host-image] Sep 04 16:47:16.316 INFO O| Sep 04 16:47:16.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91852024-09-04T16:47:17.085Z[ host-image] Sep 04 16:47:16.317 INFO O| Sep 04 16:47:16.316 INFO ok!
91862024-09-04T16:47:17.085Z[ host-image] Sep 04 16:47:16.317 INFO O| Sep 04 16:47:16.316 INFO STEP 85 (ensure_file) COMPLETE
91872024-09-04T16:47:17.085Z[ host-image] Sep 04 16:47:16.317 INFO O| Sep 04 16:47:16.317 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-09-04T16:47:17.093Z[ host-image] Sep 04 16:47:16.326 INFO O| Sep 04 16:47:16.326 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91892024-09-04T16:47:17.093Z[ host-image] Sep 04 16:47:16.327 INFO O| Sep 04 16:47:16.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91902024-09-04T16:47:17.093Z[ host-image] Sep 04 16:47:16.327 INFO O| Sep 04 16:47:16.327 INFO STEP 86 (ensure_dir) COMPLETE
91912024-09-04T16:47:17.095Z[ host-image] Sep 04 16:47:16.327 INFO O| Sep 04 16:47:16.327 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91922024-09-04T16:47:17.105Z[ host-image] Sep 04 16:47:16.338 INFO O| Sep 04 16:47:16.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91932024-09-04T16:47:17.107Z[ host-image] Sep 04 16:47:16.339 INFO O| Sep 04 16:47:16.338 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91942024-09-04T16:47:17.107Z[ host-image] Sep 04 16:47:16.339 INFO O| Sep 04 16:47:16.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91952024-09-04T16:47:17.107Z[ host-image] Sep 04 16:47:16.339 INFO O| Sep 04 16:47:16.339 INFO ok!
91962024-09-04T16:47:17.107Z[ host-image] Sep 04 16:47:16.339 INFO O| Sep 04 16:47:16.339 INFO STEP 87 (ensure_file) COMPLETE
91972024-09-04T16:47:17.107Z[ host-image] Sep 04 16:47:16.339 INFO O| Sep 04 16:47:16.339 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-09-04T16:47:17.115Z[ host-image] Sep 04 16:47:16.349 INFO O| Sep 04 16:47:16.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91992024-09-04T16:47:17.115Z[ host-image] Sep 04 16:47:16.349 INFO O| Sep 04 16:47:16.349 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92002024-09-04T16:47:17.127Z[ host-image] Sep 04 16:47:16.361 INFO O| Sep 04 16:47:16.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92012024-09-04T16:47:17.127Z[ host-image] Sep 04 16:47:16.361 INFO O| Sep 04 16:47:16.361 INFO ok!
92022024-09-04T16:47:17.129Z[ host-image] Sep 04 16:47:16.361 INFO O| Sep 04 16:47:16.361 INFO STEP 88 (ensure_file) COMPLETE
92032024-09-04T16:47:17.129Z[ host-image] Sep 04 16:47:16.361 INFO O| Sep 04 16:47:16.361 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-09-04T16:47:17.139Z[ host-image] Sep 04 16:47:16.372 INFO O| Sep 04 16:47:16.372 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92052024-09-04T16:47:17.139Z[ host-image] Sep 04 16:47:16.372 INFO O| Sep 04 16:47:16.372 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92062024-09-04T16:47:17.639Z[ host-image] Sep 04 16:47:16.873 INFO O| Sep 04 16:47:16.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92072024-09-04T16:47:17.639Z[ host-image] Sep 04 16:47:16.873 INFO O| Sep 04 16:47:16.873 INFO ok!
92082024-09-04T16:47:17.642Z[ host-image] Sep 04 16:47:16.873 INFO O| Sep 04 16:47:16.873 INFO STEP 89 (ensure_file) COMPLETE
92092024-09-04T16:47:17.642Z[ host-image] Sep 04 16:47:16.873 INFO O| Sep 04 16:47:16.873 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-09-04T16:47:17.654Z[ host-image] Sep 04 16:47:16.887 INFO O| Sep 04 16:47:16.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92112024-09-04T16:47:17.654Z[ host-image] Sep 04 16:47:16.887 INFO O| Sep 04 16:47:16.887 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92122024-09-04T16:47:17.657Z[ host-image] Sep 04 16:47:16.888 INFO O| Sep 04 16:47:16.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92132024-09-04T16:47:17.657Z[ host-image] Sep 04 16:47:16.888 INFO O| Sep 04 16:47:16.888 INFO ok!
92142024-09-04T16:47:17.657Z[ host-image] Sep 04 16:47:16.888 INFO O| Sep 04 16:47:16.888 INFO STEP 90 (ensure_file) COMPLETE
92152024-09-04T16:47:17.657Z[ host-image] Sep 04 16:47:16.888 INFO O| Sep 04 16:47:16.888 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-09-04T16:47:17.670Z[ host-image] Sep 04 16:47:16.904 INFO O| Sep 04 16:47:16.904 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92172024-09-04T16:47:17.670Z[ host-image] Sep 04 16:47:16.904 INFO O| Sep 04 16:47:16.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92182024-09-04T16:47:17.673Z[ host-image] Sep 04 16:47:16.904 INFO O| Sep 04 16:47:16.904 INFO STEP 91 (ensure_dir) COMPLETE
92192024-09-04T16:47:17.673Z[ host-image] Sep 04 16:47:16.904 INFO O| Sep 04 16:47:16.904 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-04T16:47:17.684Z[ host-image] Sep 04 16:47:16.917 INFO O| Sep 04 16:47:16.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92212024-09-04T16:47:17.684Z[ host-image] Sep 04 16:47:16.918 INFO O| Sep 04 16:47:16.917 INFO copying /tmp/.tmphHrvRQ/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 ...
92222024-09-04T16:47:17.790Z[ host-image] Sep 04 16:47:16.918 INFO O| Sep 04 16:47:16.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92232024-09-04T16:47:17.790Z[ host-image] Sep 04 16:47:16.918 INFO O| Sep 04 16:47:16.918 INFO ok!
92242024-09-04T16:47:17.790Z[ host-image] Sep 04 16:47:16.918 INFO O| Sep 04 16:47:16.918 INFO STEP 92 (ensure_file) COMPLETE
92252024-09-04T16:47:17.790Z[ host-image] Sep 04 16:47:16.918 INFO O| Sep 04 16:47:16.918 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-09-04T16:47:17.793Z[ host-image] Sep 04 16:47:16.934 INFO O| Sep 04 16:47:16.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92272024-09-04T16:47:17.793Z[ host-image] Sep 04 16:47:16.934 INFO O| Sep 04 16:47:16.934 INFO copying /tmp/.tmphHrvRQ/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 ...
92282024-09-04T16:47:17.793Z[ host-image] Sep 04 16:47:16.934 INFO O| Sep 04 16:47:16.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92292024-09-04T16:47:17.793Z[ host-image] Sep 04 16:47:16.934 INFO O| Sep 04 16:47:16.934 INFO ok!
92302024-09-04T16:47:17.793Z[ host-image] Sep 04 16:47:16.934 INFO O| Sep 04 16:47:16.934 INFO STEP 93 (ensure_file) COMPLETE
92312024-09-04T16:47:17.793Z[ host-image] Sep 04 16:47:16.934 INFO O| Sep 04 16:47:16.934 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-09-04T16:47:17.793Z[ host-image] Sep 04 16:47:16.949 INFO O| Sep 04 16:47:16.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92332024-09-04T16:47:17.793Z[ host-image] Sep 04 16:47:16.949 INFO O| Sep 04 16:47:16.949 INFO copying /tmp/.tmphHrvRQ/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 ...
92342024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.949 INFO O| Sep 04 16:47:16.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92352024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.949 INFO O| Sep 04 16:47:16.949 INFO ok!
92362024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.949 INFO O| Sep 04 16:47:16.949 INFO STEP 94 (ensure_file) COMPLETE
92372024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.949 INFO O| Sep 04 16:47:16.949 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.963 INFO O| Sep 04 16:47:16.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92392024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.963 INFO O| Sep 04 16:47:16.963 INFO copying /tmp/.tmphHrvRQ/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 ...
92402024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.963 INFO O| Sep 04 16:47:16.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92412024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.963 INFO O| Sep 04 16:47:16.963 INFO ok!
92422024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.963 INFO O| Sep 04 16:47:16.963 INFO STEP 95 (ensure_file) COMPLETE
92432024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.963 INFO O| Sep 04 16:47:16.963 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.979 INFO O| Sep 04 16:47:16.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92452024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.979 INFO O| Sep 04 16:47:16.979 INFO copying /tmp/.tmphHrvRQ/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 ...
92462024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.979 INFO O| Sep 04 16:47:16.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92472024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.979 INFO O| Sep 04 16:47:16.979 INFO ok!
92482024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.979 INFO O| Sep 04 16:47:16.979 INFO STEP 96 (ensure_file) COMPLETE
92492024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.979 INFO O| Sep 04 16:47:16.979 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.994 INFO O| Sep 04 16:47:16.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92512024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.994 INFO O| Sep 04 16:47:16.994 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92522024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.994 INFO O| Sep 04 16:47:16.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92532024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.994 INFO O| Sep 04 16:47:16.994 INFO ok!
92542024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.994 INFO O| Sep 04 16:47:16.994 INFO STEP 97 (ensure_file) COMPLETE
92552024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:16.994 INFO O| Sep 04 16:47:16.994 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.009 INFO O| Sep 04 16:47:17.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92572024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.009 INFO O| Sep 04 16:47:17.009 INFO copying /tmp/.tmphHrvRQ/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 ...
92582024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.009 INFO O| Sep 04 16:47:17.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92592024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.009 INFO O| Sep 04 16:47:17.009 INFO ok!
92602024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.009 INFO O| Sep 04 16:47:17.009 INFO STEP 98 (ensure_file) COMPLETE
92612024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.009 INFO O| Sep 04 16:47:17.009 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.024 INFO O| Sep 04 16:47:17.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92632024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.024 INFO O| Sep 04 16:47:17.024 INFO copying /tmp/.tmphHrvRQ/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 ...
92642024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.024 INFO O| Sep 04 16:47:17.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92652024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.024 INFO O| Sep 04 16:47:17.024 INFO ok!
92662024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.024 INFO O| Sep 04 16:47:17.024 INFO STEP 99 (ensure_file) COMPLETE
92672024-09-04T16:47:17.794Z[ host-image] Sep 04 16:47:17.024 INFO O| Sep 04 16:47:17.024 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-09-04T16:47:17.804Z[ host-image] Sep 04 16:47:17.038 INFO O| Sep 04 16:47:17.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92692024-09-04T16:47:17.804Z[ host-image] Sep 04 16:47:17.038 INFO O| Sep 04 16:47:17.038 INFO copying /tmp/.tmphHrvRQ/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 ...
92702024-09-04T16:47:17.807Z[ host-image] Sep 04 16:47:17.038 INFO O| Sep 04 16:47:17.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92712024-09-04T16:47:17.807Z[ host-image] Sep 04 16:47:17.038 INFO O| Sep 04 16:47:17.038 INFO ok!
92722024-09-04T16:47:17.807Z[ host-image] Sep 04 16:47:17.038 INFO O| Sep 04 16:47:17.038 INFO STEP 100 (ensure_file) COMPLETE
92732024-09-04T16:47:17.807Z[ host-image] Sep 04 16:47:17.038 INFO O| Sep 04 16:47:17.038 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-09-04T16:47:17.816Z[ host-image] Sep 04 16:47:17.049 INFO O| Sep 04 16:47:17.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92752024-09-04T16:47:17.816Z[ host-image] Sep 04 16:47:17.049 INFO O| Sep 04 16:47:17.049 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92762024-09-04T16:47:17.818Z[ host-image] Sep 04 16:47:17.049 INFO O| Sep 04 16:47:17.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92772024-09-04T16:47:17.818Z[ host-image] Sep 04 16:47:17.049 INFO O| Sep 04 16:47:17.049 INFO ok!
92782024-09-04T16:47:17.818Z[ host-image] Sep 04 16:47:17.049 INFO O| Sep 04 16:47:17.049 INFO STEP 101 (ensure_file) COMPLETE
92792024-09-04T16:47:17.818Z[ host-image] Sep 04 16:47:17.049 INFO O| Sep 04 16:47:17.049 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-09-04T16:47:17.827Z[ host-image] Sep 04 16:47:17.061 INFO O| Sep 04 16:47:17.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92812024-09-04T16:47:17.827Z[ host-image] Sep 04 16:47:17.061 INFO O| Sep 04 16:47:17.061 INFO copying /tmp/.tmphHrvRQ/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 ...
92822024-09-04T16:47:17.830Z[ host-image] Sep 04 16:47:17.061 INFO O| Sep 04 16:47:17.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92832024-09-04T16:47:17.830Z[ host-image] Sep 04 16:47:17.061 INFO O| Sep 04 16:47:17.061 INFO ok!
92842024-09-04T16:47:17.830Z[ host-image] Sep 04 16:47:17.061 INFO O| Sep 04 16:47:17.061 INFO STEP 102 (ensure_file) COMPLETE
92852024-09-04T16:47:17.830Z[ host-image] Sep 04 16:47:17.061 INFO O| Sep 04 16:47:17.061 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-09-04T16:47:17.840Z[ host-image] Sep 04 16:47:17.073 INFO O| Sep 04 16:47:17.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92872024-09-04T16:47:17.840Z[ host-image] Sep 04 16:47:17.074 INFO O| Sep 04 16:47:17.073 INFO copying /tmp/.tmphHrvRQ/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 ...
92882024-09-04T16:47:17.842Z[ host-image] Sep 04 16:47:17.074 INFO O| Sep 04 16:47:17.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92892024-09-04T16:47:17.843Z[ host-image] Sep 04 16:47:17.074 INFO O| Sep 04 16:47:17.074 INFO ok!
92902024-09-04T16:47:17.843Z[ host-image] Sep 04 16:47:17.074 INFO O| Sep 04 16:47:17.074 INFO STEP 103 (ensure_file) COMPLETE
92912024-09-04T16:47:17.843Z[ host-image] Sep 04 16:47:17.074 INFO O| Sep 04 16:47:17.074 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-09-04T16:47:17.853Z[ host-image] Sep 04 16:47:17.087 INFO O| Sep 04 16:47:17.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92932024-09-04T16:47:17.853Z[ host-image] Sep 04 16:47:17.087 INFO O| Sep 04 16:47:17.087 INFO copying /tmp/.tmphHrvRQ/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 ...
92942024-09-04T16:47:17.855Z[ host-image] Sep 04 16:47:17.087 INFO O| Sep 04 16:47:17.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92952024-09-04T16:47:17.856Z[ host-image] Sep 04 16:47:17.087 INFO O| Sep 04 16:47:17.087 INFO ok!
92962024-09-04T16:47:17.856Z[ host-image] Sep 04 16:47:17.087 INFO O| Sep 04 16:47:17.087 INFO STEP 104 (ensure_file) COMPLETE
92972024-09-04T16:47:17.856Z[ host-image] Sep 04 16:47:17.087 INFO O| Sep 04 16:47:17.087 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-09-04T16:47:17.864Z[ host-image] Sep 04 16:47:17.098 INFO O| Sep 04 16:47:17.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92992024-09-04T16:47:17.864Z[ host-image] Sep 04 16:47:17.098 INFO O| Sep 04 16:47:17.098 INFO copying /tmp/.tmphHrvRQ/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 ...
93002024-09-04T16:47:17.866Z[ host-image] Sep 04 16:47:17.098 INFO O| Sep 04 16:47:17.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93012024-09-04T16:47:17.866Z[ host-image] Sep 04 16:47:17.098 INFO O| Sep 04 16:47:17.098 INFO ok!
93022024-09-04T16:47:17.867Z[ host-image] Sep 04 16:47:17.098 INFO O| Sep 04 16:47:17.098 INFO STEP 105 (ensure_file) COMPLETE
93032024-09-04T16:47:17.867Z[ host-image] Sep 04 16:47:17.098 INFO O| Sep 04 16:47:17.098 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-09-04T16:47:17.878Z[ host-image] Sep 04 16:47:17.111 INFO O| Sep 04 16:47:17.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93052024-09-04T16:47:17.878Z[ host-image] Sep 04 16:47:17.111 INFO O| Sep 04 16:47:17.111 INFO copying /tmp/.tmphHrvRQ/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 ...
93062024-09-04T16:47:17.878Z[ host-image] Sep 04 16:47:17.111 INFO O| Sep 04 16:47:17.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93072024-09-04T16:47:17.880Z[ host-image] Sep 04 16:47:17.112 INFO O| Sep 04 16:47:17.111 INFO ok!
93082024-09-04T16:47:17.880Z[ host-image] Sep 04 16:47:17.112 INFO O| Sep 04 16:47:17.111 INFO STEP 106 (ensure_file) COMPLETE
93092024-09-04T16:47:17.880Z[ host-image] Sep 04 16:47:17.112 INFO O| Sep 04 16:47:17.111 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-09-04T16:47:17.889Z[ host-image] Sep 04 16:47:17.122 INFO O| Sep 04 16:47:17.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93112024-09-04T16:47:17.891Z[ host-image] Sep 04 16:47:17.122 INFO O| Sep 04 16:47:17.122 INFO copying /tmp/.tmphHrvRQ/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 ...
93122024-09-04T16:47:17.891Z[ host-image] Sep 04 16:47:17.122 INFO O| Sep 04 16:47:17.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93132024-09-04T16:47:17.891Z[ host-image] Sep 04 16:47:17.122 INFO O| Sep 04 16:47:17.122 INFO ok!
93142024-09-04T16:47:17.891Z[ host-image] Sep 04 16:47:17.123 INFO O| Sep 04 16:47:17.122 INFO STEP 107 (ensure_file) COMPLETE
93152024-09-04T16:47:17.891Z[ host-image] Sep 04 16:47:17.123 INFO O| Sep 04 16:47:17.122 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-09-04T16:47:17.901Z[ host-image] Sep 04 16:47:17.135 INFO O| Sep 04 16:47:17.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93172024-09-04T16:47:17.904Z[ host-image] Sep 04 16:47:17.135 INFO O| Sep 04 16:47:17.135 INFO copying /tmp/.tmphHrvRQ/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 ...
93182024-09-04T16:47:17.904Z[ host-image] Sep 04 16:47:17.135 INFO O| Sep 04 16:47:17.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93192024-09-04T16:47:17.904Z[ host-image] Sep 04 16:47:17.135 INFO O| Sep 04 16:47:17.135 INFO ok!
93202024-09-04T16:47:17.904Z[ host-image] Sep 04 16:47:17.135 INFO O| Sep 04 16:47:17.135 INFO STEP 108 (ensure_file) COMPLETE
93212024-09-04T16:47:17.904Z[ host-image] Sep 04 16:47:17.135 INFO O| Sep 04 16:47:17.135 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-09-04T16:47:17.912Z[ host-image] Sep 04 16:47:17.146 INFO O| Sep 04 16:47:17.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93232024-09-04T16:47:17.912Z[ host-image] Sep 04 16:47:17.146 INFO O| Sep 04 16:47:17.146 INFO copying /tmp/.tmphHrvRQ/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 ...
93242024-09-04T16:47:17.912Z[ host-image] Sep 04 16:47:17.146 INFO O| Sep 04 16:47:17.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93252024-09-04T16:47:17.912Z[ host-image] Sep 04 16:47:17.146 INFO O| Sep 04 16:47:17.146 INFO ok!
93262024-09-04T16:47:17.915Z[ host-image] Sep 04 16:47:17.146 INFO O| Sep 04 16:47:17.146 INFO STEP 109 (ensure_file) COMPLETE
93272024-09-04T16:47:17.915Z[ host-image] Sep 04 16:47:17.146 INFO O| Sep 04 16:47:17.146 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-09-04T16:47:17.923Z[ host-image] Sep 04 16:47:17.157 INFO O| Sep 04 16:47:17.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93292024-09-04T16:47:17.923Z[ host-image] Sep 04 16:47:17.157 INFO O| Sep 04 16:47:17.157 INFO copying /tmp/.tmphHrvRQ/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 ...
93302024-09-04T16:47:17.923Z[ host-image] Sep 04 16:47:17.157 INFO O| Sep 04 16:47:17.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93312024-09-04T16:47:17.923Z[ host-image] Sep 04 16:47:17.157 INFO O| Sep 04 16:47:17.157 INFO ok!
93322024-09-04T16:47:17.926Z[ host-image] Sep 04 16:47:17.157 INFO O| Sep 04 16:47:17.157 INFO STEP 110 (ensure_file) COMPLETE
93332024-09-04T16:47:17.926Z[ host-image] Sep 04 16:47:17.157 INFO O| Sep 04 16:47:17.157 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-09-04T16:47:17.934Z[ host-image] Sep 04 16:47:17.168 INFO O| Sep 04 16:47:17.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93352024-09-04T16:47:17.934Z[ host-image] Sep 04 16:47:17.168 INFO O| Sep 04 16:47:17.168 INFO copying /tmp/.tmphHrvRQ/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 ...
93362024-09-04T16:47:17.936Z[ host-image] Sep 04 16:47:17.168 INFO O| Sep 04 16:47:17.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93372024-09-04T16:47:17.936Z[ host-image] Sep 04 16:47:17.168 INFO O| Sep 04 16:47:17.168 INFO ok!
93382024-09-04T16:47:17.936Z[ host-image] Sep 04 16:47:17.168 INFO O| Sep 04 16:47:17.168 INFO STEP 111 (ensure_file) COMPLETE
93392024-09-04T16:47:17.936Z[ host-image] Sep 04 16:47:17.168 INFO O| Sep 04 16:47:17.168 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-09-04T16:47:17.944Z[ host-image] Sep 04 16:47:17.178 INFO O| Sep 04 16:47:17.178 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93412024-09-04T16:47:17.944Z[ host-image] Sep 04 16:47:17.178 INFO O| Sep 04 16:47:17.178 INFO copying /tmp/.tmphHrvRQ/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 ...
93422024-09-04T16:47:17.947Z[ host-image] Sep 04 16:47:17.178 INFO O| Sep 04 16:47:17.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93432024-09-04T16:47:17.947Z[ host-image] Sep 04 16:47:17.178 INFO O| Sep 04 16:47:17.178 INFO ok!
93442024-09-04T16:47:17.947Z[ host-image] Sep 04 16:47:17.178 INFO O| Sep 04 16:47:17.178 INFO STEP 112 (ensure_file) COMPLETE
93452024-09-04T16:47:17.947Z[ host-image] Sep 04 16:47:17.178 INFO O| Sep 04 16:47:17.178 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-09-04T16:47:17.955Z[ host-image] Sep 04 16:47:17.189 INFO O| Sep 04 16:47:17.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93472024-09-04T16:47:17.955Z[ host-image] Sep 04 16:47:17.189 INFO O| Sep 04 16:47:17.189 INFO copying /tmp/.tmphHrvRQ/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 ...
93482024-09-04T16:47:17.958Z[ host-image] Sep 04 16:47:17.189 INFO O| Sep 04 16:47:17.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93492024-09-04T16:47:17.958Z[ host-image] Sep 04 16:47:17.189 INFO O| Sep 04 16:47:17.189 INFO ok!
93502024-09-04T16:47:17.958Z[ host-image] Sep 04 16:47:17.189 INFO O| Sep 04 16:47:17.189 INFO STEP 113 (ensure_file) COMPLETE
93512024-09-04T16:47:17.958Z[ host-image] Sep 04 16:47:17.189 INFO O| Sep 04 16:47:17.189 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-09-04T16:47:17.966Z[ host-image] Sep 04 16:47:17.200 INFO O| Sep 04 16:47:17.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93532024-09-04T16:47:17.967Z[ host-image] Sep 04 16:47:17.200 INFO O| Sep 04 16:47:17.200 INFO copying /tmp/.tmphHrvRQ/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 ...
93542024-09-04T16:47:17.969Z[ host-image] Sep 04 16:47:17.200 INFO O| Sep 04 16:47:17.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93552024-09-04T16:47:17.969Z[ host-image] Sep 04 16:47:17.200 INFO O| Sep 04 16:47:17.200 INFO ok!
93562024-09-04T16:47:17.969Z[ host-image] Sep 04 16:47:17.200 INFO O| Sep 04 16:47:17.200 INFO STEP 114 (ensure_file) COMPLETE
93572024-09-04T16:47:17.969Z[ host-image] Sep 04 16:47:17.200 INFO O| Sep 04 16:47:17.200 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-09-04T16:47:17.979Z[ host-image] Sep 04 16:47:17.213 INFO O| Sep 04 16:47:17.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93592024-09-04T16:47:17.982Z[ host-image] Sep 04 16:47:17.213 INFO O| Sep 04 16:47:17.213 INFO copying /tmp/.tmphHrvRQ/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 ...
93602024-09-04T16:47:17.982Z[ host-image] Sep 04 16:47:17.213 INFO O| Sep 04 16:47:17.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93612024-09-04T16:47:17.982Z[ host-image] Sep 04 16:47:17.213 INFO O| Sep 04 16:47:17.213 INFO ok!
93622024-09-04T16:47:17.982Z[ host-image] Sep 04 16:47:17.213 INFO O| Sep 04 16:47:17.213 INFO STEP 115 (ensure_file) COMPLETE
93632024-09-04T16:47:17.982Z[ host-image] Sep 04 16:47:17.213 INFO O| Sep 04 16:47:17.213 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-09-04T16:47:17.990Z[ host-image] Sep 04 16:47:17.223 INFO O| Sep 04 16:47:17.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93652024-09-04T16:47:17.990Z[ host-image] Sep 04 16:47:17.223 INFO O| Sep 04 16:47:17.223 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93662024-09-04T16:47:17.993Z[ host-image] Sep 04 16:47:17.223 INFO O| Sep 04 16:47:17.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93672024-09-04T16:47:17.993Z[ host-image] Sep 04 16:47:17.224 INFO O| Sep 04 16:47:17.223 INFO ok!
93682024-09-04T16:47:17.993Z[ host-image] Sep 04 16:47:17.224 INFO O| Sep 04 16:47:17.224 INFO STEP 116 (ensure_file) COMPLETE
93692024-09-04T16:47:17.993Z[ host-image] Sep 04 16:47:17.224 INFO O| Sep 04 16:47:17.224 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-09-04T16:47:18.001Z[ host-image] Sep 04 16:47:17.235 INFO O| Sep 04 16:47:17.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93712024-09-04T16:47:18.001Z[ host-image] Sep 04 16:47:17.235 INFO O| Sep 04 16:47:17.235 INFO copying /tmp/.tmphHrvRQ/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 ...
93722024-09-04T16:47:18.001Z[ host-image] Sep 04 16:47:17.235 INFO O| Sep 04 16:47:17.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93732024-09-04T16:47:18.001Z[ host-image] Sep 04 16:47:17.235 INFO O| Sep 04 16:47:17.235 INFO ok!
93742024-09-04T16:47:18.004Z[ host-image] Sep 04 16:47:17.235 INFO O| Sep 04 16:47:17.235 INFO STEP 117 (ensure_file) COMPLETE
93752024-09-04T16:47:18.004Z[ host-image] Sep 04 16:47:17.235 INFO O| Sep 04 16:47:17.235 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-09-04T16:47:18.012Z[ host-image] Sep 04 16:47:17.246 INFO O| Sep 04 16:47:17.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93772024-09-04T16:47:18.012Z[ host-image] Sep 04 16:47:17.246 INFO O| Sep 04 16:47:17.246 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93782024-09-04T16:47:18.015Z[ host-image] Sep 04 16:47:17.246 INFO O| Sep 04 16:47:17.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93792024-09-04T16:47:18.015Z[ host-image] Sep 04 16:47:17.246 INFO O| Sep 04 16:47:17.246 INFO ok!
93802024-09-04T16:47:18.015Z[ host-image] Sep 04 16:47:17.246 INFO O| Sep 04 16:47:17.246 INFO STEP 118 (ensure_file) COMPLETE
93812024-09-04T16:47:18.015Z[ host-image] Sep 04 16:47:17.246 INFO O| Sep 04 16:47:17.246 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-09-04T16:47:18.024Z[ host-image] Sep 04 16:47:17.258 INFO O| Sep 04 16:47:17.257 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93832024-09-04T16:47:18.024Z[ host-image] Sep 04 16:47:17.258 INFO O| Sep 04 16:47:17.258 INFO copying /tmp/.tmphHrvRQ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93842024-09-04T16:47:20.439Z[ recovery-image] Sep 04 16:47:19.671 INFO E| Compiling bitflags v1.3.2
93852024-09-04T16:47:20.439Z[ recovery-image] Sep 04 16:47:19.671 INFO E| Compiling adler v1.0.2
93862024-09-04T16:47:20.439Z[ recovery-image] Sep 04 16:47:19.671 INFO E| Compiling bit_field v0.10.2
93872024-09-04T16:47:20.439Z[ recovery-image] Sep 04 16:47:19.672 INFO E| Compiling scroll v0.12.0
93882024-09-04T16:47:20.441Z[ recovery-image] Sep 04 16:47:19.672 INFO E| Compiling plain v0.2.3
93892024-09-04T16:47:20.442Z[ recovery-image] Sep 04 16:47:19.672 INFO E| Compiling log v0.4.21
93902024-09-04T16:47:20.442Z[ recovery-image] Sep 04 16:47:19.672 INFO E| Compiling bitstruct v0.1.1
93912024-09-04T16:47:20.563Z[ recovery-image] Sep 04 16:47:19.796 INFO E| Compiling raw-cpuid v10.7.0
93922024-09-04T16:47:20.571Z[ recovery-image] Sep 04 16:47:19.804 INFO E| Compiling cpio_reader v0.1.1
93932024-09-04T16:47:20.634Z[ recovery-image] Sep 04 16:47:19.867 INFO E| Compiling miniz_oxide v0.7.2
93942024-09-04T16:47:20.799Z[ recovery-image] Sep 04 16:47:20.031 INFO E| Compiling static_assertions v1.1.0
93952024-09-04T16:47:21.089Z[ recovery-image] Sep 04 16:47:20.321 INFO E| Compiling goblin v0.8.0
93962024-09-04T16:47:25.061Z[ host-image] Sep 04 16:47:24.293 INFO O| Sep 04 16:47:24.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93972024-09-04T16:47:25.062Z[ host-image] Sep 04 16:47:24.294 INFO O| Sep 04 16:47:24.293 INFO ok!
93982024-09-04T16:47:25.064Z[ host-image] Sep 04 16:47:24.294 INFO O| Sep 04 16:47:24.293 INFO STEP 119 (ensure_file) COMPLETE
93992024-09-04T16:47:25.064Z[ host-image] Sep 04 16:47:24.294 INFO O| Sep 04 16:47:24.293 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-09-04T16:47:25.081Z[ host-image] Sep 04 16:47:24.314 INFO O| Sep 04 16:47:24.314 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94012024-09-04T16:47:25.082Z[ host-image] Sep 04 16:47:24.314 INFO O| Sep 04 16:47:24.314 INFO STEP 120 (ensure_dir) COMPLETE
94022024-09-04T16:47:25.084Z[ host-image] Sep 04 16:47:24.314 INFO O| Sep 04 16:47:24.314 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-09-04T16:47:25.101Z[ host-image] Sep 04 16:47:24.333 INFO O| Sep 04 16:47:24.333 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94042024-09-04T16:47:25.101Z[ host-image] Sep 04 16:47:24.333 INFO O| Sep 04 16:47:24.333 INFO STEP 121 (ensure_dir) COMPLETE
94052024-09-04T16:47:25.103Z[ host-image] Sep 04 16:47:24.333 INFO O| Sep 04 16:47:24.333 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-09-04T16:47:25.119Z[ host-image] Sep 04 16:47:24.351 INFO O| Sep 04 16:47:24.351 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94072024-09-04T16:47:25.119Z[ host-image] Sep 04 16:47:24.351 INFO O| Sep 04 16:47:24.351 INFO STEP 122 (ensure_dir) COMPLETE
94082024-09-04T16:47:25.121Z[ host-image] Sep 04 16:47:24.351 INFO O| Sep 04 16:47:24.351 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-09-04T16:47:25.137Z[ host-image] Sep 04 16:47:24.369 INFO O| Sep 04 16:47:24.369 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94102024-09-04T16:47:25.137Z[ host-image] Sep 04 16:47:24.369 INFO O| Sep 04 16:47:24.369 INFO STEP 123 (ensure_dir) COMPLETE
94112024-09-04T16:47:25.137Z[ host-image] Sep 04 16:47:24.369 INFO O| Sep 04 16:47:24.369 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-09-04T16:47:25.155Z[ host-image] Sep 04 16:47:24.388 INFO O| Sep 04 16:47:24.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94132024-09-04T16:47:25.156Z[ host-image] Sep 04 16:47:24.388 INFO O| Sep 04 16:47:24.388 INFO copying /tmp/.tmphHrvRQ/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 ...
94142024-09-04T16:47:25.156Z[ host-image] Sep 04 16:47:24.388 INFO O| Sep 04 16:47:24.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94152024-09-04T16:47:25.156Z[ host-image] Sep 04 16:47:24.388 INFO O| Sep 04 16:47:24.388 INFO ok!
94162024-09-04T16:47:25.159Z[ host-image] Sep 04 16:47:24.388 INFO O| Sep 04 16:47:24.388 INFO STEP 124 (ensure_file) COMPLETE
94172024-09-04T16:47:25.159Z[ host-image] Sep 04 16:47:24.388 INFO O| Sep 04 16:47:24.388 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-09-04T16:47:25.175Z[ host-image] Sep 04 16:47:24.407 INFO O| Sep 04 16:47:24.406 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94192024-09-04T16:47:25.175Z[ host-image] Sep 04 16:47:24.407 INFO O| Sep 04 16:47:24.407 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94202024-09-04T16:47:25.175Z[ host-image] Sep 04 16:47:24.407 INFO O| Sep 04 16:47:24.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94212024-09-04T16:47:25.175Z[ host-image] Sep 04 16:47:24.407 INFO O| Sep 04 16:47:24.407 INFO STEP 125 (ensure_dir) COMPLETE
94222024-09-04T16:47:25.175Z[ host-image] Sep 04 16:47:24.407 INFO O| Sep 04 16:47:24.407 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-09-04T16:47:25.192Z[ host-image] Sep 04 16:47:24.425 INFO O| Sep 04 16:47:24.425 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94242024-09-04T16:47:25.192Z[ host-image] Sep 04 16:47:24.425 INFO O| Sep 04 16:47:24.425 INFO copying /tmp/.tmphHrvRQ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94252024-09-04T16:47:25.192Z[ host-image] Sep 04 16:47:24.425 INFO O| Sep 04 16:47:24.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94262024-09-04T16:47:25.196Z[ host-image] Sep 04 16:47:24.425 INFO O| Sep 04 16:47:24.425 INFO ok!
94272024-09-04T16:47:25.196Z[ host-image] Sep 04 16:47:24.425 INFO O| Sep 04 16:47:24.425 INFO STEP 126 (ensure_file) COMPLETE
94282024-09-04T16:47:25.196Z[ host-image] Sep 04 16:47:24.425 INFO O| Sep 04 16:47:24.425 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-09-04T16:47:25.208Z[ host-image] Sep 04 16:47:24.441 INFO O| Sep 04 16:47:24.441 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94302024-09-04T16:47:25.211Z[ host-image] Sep 04 16:47:24.441 INFO O| Sep 04 16:47:24.441 INFO STEP 127 (remove_files) COMPLETE
94312024-09-04T16:47:25.211Z[ host-image] Sep 04 16:47:24.441 INFO O| Sep 04 16:47:24.441 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-09-04T16:47:25.226Z[ host-image] Sep 04 16:47:24.459 INFO O| Sep 04 16:47:24.458 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94332024-09-04T16:47:25.228Z[ host-image] Sep 04 16:47:24.459 INFO O| Sep 04 16:47:24.459 INFO STEP 128 (remove_files) COMPLETE
94342024-09-04T16:47:25.228Z[ host-image] Sep 04 16:47:24.459 INFO O| Sep 04 16:47:24.459 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-09-04T16:47:25.242Z[ host-image] Sep 04 16:47:24.475 INFO O| Sep 04 16:47:24.474 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94362024-09-04T16:47:25.244Z[ host-image] Sep 04 16:47:24.475 INFO O| Sep 04 16:47:24.475 INFO STEP 129 (remove_files) COMPLETE
94372024-09-04T16:47:25.245Z[ host-image] Sep 04 16:47:24.475 INFO O| Sep 04 16:47:24.475 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-09-04T16:47:25.255Z[ host-image] Sep 04 16:47:24.487 INFO O| Sep 04 16:47:24.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94392024-09-04T16:47:25.257Z[ host-image] Sep 04 16:47:24.487 INFO O| Sep 04 16:47:24.487 INFO STEP 130 (remove_files) COMPLETE
94402024-09-04T16:47:25.257Z[ host-image] Sep 04 16:47:24.487 INFO O| Sep 04 16:47:24.487 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-09-04T16:47:25.268Z[ host-image] Sep 04 16:47:24.501 INFO O| Sep 04 16:47:24.501 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94422024-09-04T16:47:25.268Z[ host-image] Sep 04 16:47:24.501 INFO O| Sep 04 16:47:24.501 INFO STEP 131 (remove_files) COMPLETE
94432024-09-04T16:47:25.271Z[ host-image] Sep 04 16:47:24.501 INFO O| Sep 04 16:47:24.501 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-09-04T16:47:25.283Z[ host-image] Sep 04 16:47:24.515 INFO O| Sep 04 16:47:24.515 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94452024-09-04T16:47:25.285Z[ host-image] Sep 04 16:47:24.516 INFO O| Sep 04 16:47:24.515 INFO STEP 132 (remove_files) COMPLETE
94462024-09-04T16:47:25.285Z[ host-image] Sep 04 16:47:24.516 INFO O| Sep 04 16:47:24.515 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472024-09-04T16:47:25.294Z[ host-image] Sep 04 16:47:24.526 INFO O| Sep 04 16:47:24.526 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94482024-09-04T16:47:25.294Z[ host-image] Sep 04 16:47:24.526 INFO O| Sep 04 16:47:24.526 INFO STEP 133 (remove_files) COMPLETE
94492024-09-04T16:47:25.294Z[ host-image] Sep 04 16:47:24.526 INFO O| Sep 04 16:47:24.526 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94502024-09-04T16:47:25.305Z[ host-image] Sep 04 16:47:24.537 INFO O| Sep 04 16:47:24.537 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94512024-09-04T16:47:25.305Z[ host-image] Sep 04 16:47:24.537 INFO O| Sep 04 16:47:24.537 INFO STEP 134 (remove_files) COMPLETE
94522024-09-04T16:47:25.307Z[ host-image] Sep 04 16:47:24.537 INFO O| Sep 04 16:47:24.537 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94532024-09-04T16:47:25.316Z[ host-image] Sep 04 16:47:24.548 INFO O| Sep 04 16:47:24.548 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94542024-09-04T16:47:25.316Z[ host-image] Sep 04 16:47:24.549 INFO O| Sep 04 16:47:24.548 INFO STEP 135 (remove_files) COMPLETE
94552024-09-04T16:47:25.316Z[ host-image] Sep 04 16:47:24.549 INFO O| Sep 04 16:47:24.548 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94562024-09-04T16:47:25.327Z[ host-image] Sep 04 16:47:24.559 INFO O| Sep 04 16:47:24.559 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94572024-09-04T16:47:25.328Z[ host-image] Sep 04 16:47:24.560 INFO O| Sep 04 16:47:24.560 INFO STEP 136 (remove_files) COMPLETE
94582024-09-04T16:47:25.328Z[ host-image] Sep 04 16:47:24.560 INFO O| Sep 04 16:47:24.560 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94592024-09-04T16:47:25.340Z[ host-image] Sep 04 16:47:24.572 INFO O| Sep 04 16:47:24.572 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94602024-09-04T16:47:25.340Z[ host-image] Sep 04 16:47:24.573 INFO O| Sep 04 16:47:24.572 INFO STEP 137 (remove_files) COMPLETE
94612024-09-04T16:47:25.340Z[ host-image] Sep 04 16:47:24.573 INFO O| Sep 04 16:47:24.572 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94622024-09-04T16:47:25.353Z[ host-image] Sep 04 16:47:24.585 INFO O| Sep 04 16:47:24.585 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94632024-09-04T16:47:25.353Z[ host-image] Sep 04 16:47:24.585 INFO O| Sep 04 16:47:24.585 INFO STEP 138 (remove_files) COMPLETE
94642024-09-04T16:47:25.355Z[ host-image] Sep 04 16:47:24.585 INFO O| Sep 04 16:47:24.585 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94652024-09-04T16:47:25.364Z[ host-image] Sep 04 16:47:24.597 INFO O| Sep 04 16:47:24.597 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94662024-09-04T16:47:25.364Z[ host-image] Sep 04 16:47:24.597 INFO O| Sep 04 16:47:24.597 INFO STEP 139 (remove_files) COMPLETE
94672024-09-04T16:47:25.364Z[ host-image] Sep 04 16:47:24.597 INFO O| Sep 04 16:47:24.597 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94682024-09-04T16:47:25.378Z[ host-image] Sep 04 16:47:24.610 INFO O| Sep 04 16:47:24.610 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94692024-09-04T16:47:25.378Z[ host-image] Sep 04 16:47:24.610 INFO O| Sep 04 16:47:24.610 INFO STEP 140 (remove_files) COMPLETE
94702024-09-04T16:47:25.380Z[ host-image] Sep 04 16:47:24.610 INFO O| Sep 04 16:47:24.610 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94712024-09-04T16:47:25.390Z[ host-image] Sep 04 16:47:24.623 INFO O| Sep 04 16:47:24.623 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94722024-09-04T16:47:25.390Z[ host-image] Sep 04 16:47:24.623 INFO O| Sep 04 16:47:24.623 INFO STEP 141 (remove_files) COMPLETE
94732024-09-04T16:47:25.393Z[ host-image] Sep 04 16:47:24.623 INFO O| Sep 04 16:47:24.623 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94742024-09-04T16:47:25.401Z[ host-image] Sep 04 16:47:24.633 INFO O| Sep 04 16:47:24.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94752024-09-04T16:47:25.403Z[ host-image] Sep 04 16:47:24.633 INFO O| Sep 04 16:47:24.633 INFO STEP 142 (remove_files) COMPLETE
94762024-09-04T16:47:25.403Z[ host-image] Sep 04 16:47:24.633 INFO O| Sep 04 16:47:24.633 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94772024-09-04T16:47:25.411Z[ host-image] Sep 04 16:47:24.643 INFO O| Sep 04 16:47:24.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94782024-09-04T16:47:25.411Z[ host-image] Sep 04 16:47:24.644 INFO O| Sep 04 16:47:24.643 INFO STEP 143 (remove_files) COMPLETE
94792024-09-04T16:47:25.413Z[ host-image] Sep 04 16:47:24.644 INFO O| Sep 04 16:47:24.643 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94802024-09-04T16:47:25.421Z[ host-image] Sep 04 16:47:24.654 INFO O| Sep 04 16:47:24.653 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94812024-09-04T16:47:25.421Z[ host-image] Sep 04 16:47:24.654 INFO O| Sep 04 16:47:24.654 INFO STEP 144 (remove_files) COMPLETE
94822024-09-04T16:47:25.423Z[ host-image] Sep 04 16:47:24.654 INFO O| Sep 04 16:47:24.654 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94832024-09-04T16:47:25.431Z[ host-image] Sep 04 16:47:24.663 INFO O| Sep 04 16:47:24.663 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94842024-09-04T16:47:25.433Z[ host-image] Sep 04 16:47:24.664 INFO O| Sep 04 16:47:24.664 INFO STEP 145 (remove_files) COMPLETE
94852024-09-04T16:47:25.433Z[ host-image] Sep 04 16:47:24.664 INFO O| Sep 04 16:47:24.664 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94862024-09-04T16:47:25.441Z[ host-image] Sep 04 16:47:24.673 INFO O| Sep 04 16:47:24.673 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94872024-09-04T16:47:25.441Z[ host-image] Sep 04 16:47:24.673 INFO O| Sep 04 16:47:24.673 INFO STEP 146 (remove_files) COMPLETE
94882024-09-04T16:47:25.443Z[ host-image] Sep 04 16:47:24.673 INFO O| Sep 04 16:47:24.673 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94892024-09-04T16:47:25.451Z[ host-image] Sep 04 16:47:24.683 INFO O| Sep 04 16:47:24.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94902024-09-04T16:47:25.454Z[ host-image] Sep 04 16:47:24.683 INFO O| Sep 04 16:47:24.683 INFO STEP 147 (remove_files) COMPLETE
94912024-09-04T16:47:25.454Z[ host-image] Sep 04 16:47:24.683 INFO O| Sep 04 16:47:24.683 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94922024-09-04T16:47:25.461Z[ host-image] Sep 04 16:47:24.694 INFO O| Sep 04 16:47:24.694 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94932024-09-04T16:47:25.464Z[ host-image] Sep 04 16:47:24.694 INFO O| Sep 04 16:47:24.694 INFO STEP 148 (remove_files) COMPLETE
94942024-09-04T16:47:25.464Z[ host-image] Sep 04 16:47:24.694 INFO O| Sep 04 16:47:24.694 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94952024-09-04T16:47:25.472Z[ host-image] Sep 04 16:47:24.704 INFO O| Sep 04 16:47:24.704 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94962024-09-04T16:47:25.474Z[ host-image] Sep 04 16:47:24.704 INFO O| Sep 04 16:47:24.704 INFO STEP 149 (remove_files) COMPLETE
94972024-09-04T16:47:25.474Z[ host-image] Sep 04 16:47:24.704 INFO O| Sep 04 16:47:24.704 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94982024-09-04T16:47:25.482Z[ host-image] Sep 04 16:47:24.714 INFO O| Sep 04 16:47:24.714 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94992024-09-04T16:47:25.482Z[ host-image] Sep 04 16:47:24.714 INFO O| Sep 04 16:47:24.714 INFO STEP 150 (remove_files) COMPLETE
95002024-09-04T16:47:25.482Z[ host-image] Sep 04 16:47:24.714 INFO O| Sep 04 16:47:24.714 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95012024-09-04T16:47:25.491Z[ host-image] Sep 04 16:47:24.724 INFO O| Sep 04 16:47:24.724 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95022024-09-04T16:47:25.491Z[ host-image] Sep 04 16:47:24.724 INFO O| Sep 04 16:47:24.724 INFO STEP 151 (remove_files) COMPLETE
95032024-09-04T16:47:25.492Z[ host-image] Sep 04 16:47:24.724 INFO O| Sep 04 16:47:24.724 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95042024-09-04T16:47:25.502Z[ host-image] Sep 04 16:47:24.734 INFO O| Sep 04 16:47:24.734 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95052024-09-04T16:47:25.502Z[ host-image] Sep 04 16:47:24.734 INFO O| Sep 04 16:47:24.734 INFO STEP 152 (remove_files) COMPLETE
95062024-09-04T16:47:25.504Z[ host-image] Sep 04 16:47:24.734 INFO O| Sep 04 16:47:24.734 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95072024-09-04T16:47:25.512Z[ host-image] Sep 04 16:47:24.744 INFO O| Sep 04 16:47:24.744 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95082024-09-04T16:47:25.512Z[ host-image] Sep 04 16:47:24.744 INFO O| Sep 04 16:47:24.744 INFO STEP 153 (remove_files) COMPLETE
95092024-09-04T16:47:25.514Z[ host-image] Sep 04 16:47:24.744 INFO O| Sep 04 16:47:24.744 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95102024-09-04T16:47:25.522Z[ host-image] Sep 04 16:47:24.755 INFO O| Sep 04 16:47:24.755 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95112024-09-04T16:47:25.522Z[ host-image] Sep 04 16:47:24.755 INFO O| Sep 04 16:47:24.755 INFO STEP 154 (remove_files) COMPLETE
95122024-09-04T16:47:25.524Z[ host-image] Sep 04 16:47:24.755 INFO O| Sep 04 16:47:24.755 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95132024-09-04T16:47:25.532Z[ host-image] Sep 04 16:47:24.765 INFO O| Sep 04 16:47:24.765 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95142024-09-04T16:47:25.535Z[ host-image] Sep 04 16:47:24.765 INFO O| Sep 04 16:47:24.765 INFO STEP 155 (remove_files) COMPLETE
95152024-09-04T16:47:25.535Z[ host-image] Sep 04 16:47:24.765 INFO O| Sep 04 16:47:24.765 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95162024-09-04T16:47:25.547Z[ host-image] Sep 04 16:47:24.779 INFO O| Sep 04 16:47:24.779 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95172024-09-04T16:47:25.549Z[ host-image] Sep 04 16:47:24.779 INFO O| Sep 04 16:47:24.779 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
95182024-09-04T16:47:29.573Z[ recovery-image] Sep 04 16:47:28.805 INFO E| Finished `release` profile [optimized] target(s) in 46.55s
95192024-09-04T16:47:29.594Z[ recovery-image] Sep 04 16:47:28.826 INFO building host image...
95202024-09-04T16:47:29.596Z[ recovery-image] Sep 04 16:47:28.826 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")
95212024-09-04T16:47:30.061Z[ recovery-image] Sep 04 16:47:29.292 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95222024-09-04T16:47:31.442Z[ recovery-image] Sep 04 16:47:30.674 INFO image complete! materials are in "/work/os-recovery"
95232024-09-04T16:47:31.445Z[ recovery-image]
95242024-09-04T16:47:31.445Z[ recovery-image] real 7:51.440264767
95252024-09-04T16:47:31.448Z[ recovery-image] user 4:56.809058532
95262024-09-04T16:47:31.448Z[ recovery-image] sys 1:17.239331031
95272024-09-04T16:47:31.448Z[ recovery-image] trap 0.280093406
95282024-09-04T16:47:31.448Z[ recovery-image] tflt 0.338332315
95292024-09-04T16:47:31.448Z[ recovery-image] dflt 1.428785172
95302024-09-04T16:47:31.448Z[ recovery-image] kflt 0.000440410
95312024-09-04T16:47:31.448Z[ recovery-image] lock 17:43.087666865
95322024-09-04T16:47:31.448Z[ recovery-image] slp 45:53.888049313
95332024-09-04T16:47:31.448Z[ recovery-image] lat 2:17.140780248
95342024-09-04T16:47:31.448Z[ recovery-image] stop 4.651922478
95352024-09-04T16:47:31.448ZSep 04 16:47:30.678 INFO [recovery-image] process exited with exit status: 0 (471.454583349s)
95362024-09-04T16:47:33.781Z[ host-image] Sep 04 16:47:33.012 INFO O| Sep 04 16:47:33.011 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
95372024-09-04T16:47:33.781Z[ host-image] Sep 04 16:47:33.012 INFO O| Sep 04 16:47:33.012 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95382024-09-04T16:47:33.795Z[ host-image] Sep 04 16:47:33.027 INFO O| Sep 04 16:47:33.026 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95392024-09-04T16:47:33.876Z[ host-image] Sep 04 16:47:33.108 INFO O| Sep 04 16:47:33.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95402024-09-04T16:47:33.876Z[ host-image] Sep 04 16:47:33.108 INFO O| Sep 04 16:47:33.108 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95412024-09-04T16:47:33.879Z[ host-image] Sep 04 16:47:33.109 INFO O| Sep 04 16:47:33.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95422024-09-04T16:47:33.879Z[ host-image] Sep 04 16:47:33.109 INFO O| Sep 04 16:47:33.109 INFO ok!
95432024-09-04T16:47:33.879Z[ host-image] Sep 04 16:47:33.110 INFO O| Sep 04 16:47:33.109 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95442024-09-04T16:47:33.879Z[ host-image] Sep 04 16:47:33.110 INFO O| Sep 04 16:47:33.110 INFO STEP 156 (seed_smf) COMPLETE
95452024-09-04T16:47:33.879Z[ host-image] Sep 04 16:47:33.110 INFO O| Sep 04 16:47:33.110 INFO steps complete; finalising image!
95462024-09-04T16:47:33.879Z[ host-image] Sep 04 16:47:33.110 INFO O| Sep 04 16:47:33.110 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95472024-09-04T16:47:34.019Z[ host-image] Sep 04 16:47:33.250 INFO O| Sep 04 16:47:33.250 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Sep 4 16:47:33 2024)
95482024-09-04T16:47:34.314Z[ host-image] Sep 04 16:47:33.471 INFO O| Sep 04 16:47:33.471 INFO temporary pool has 673M used, 159M avail, 1.87x compressratio
95492024-09-04T16:47:34.314Z[ host-image] Sep 04 16:47:33.471 INFO O| Sep 04 16:47:33.471 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95502024-09-04T16:47:34.525Z[ host-image] Sep 04 16:47:33.756 INFO O| Sep 04 16:47:33.756 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95512024-09-04T16:47:34.525Z[ host-image] Sep 04 16:47:33.756 INFO O| Sep 04 16:47:33.756 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95522024-09-04T16:47:35.566Z[ host-image] Sep 04 16:47:34.795 INFO O| Sep 04 16:47:34.795 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95532024-09-04T16:47:35.566Z[ host-image] Sep 04 16:47:34.795 INFO O| Sep 04 16:47:34.795 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95542024-09-04T16:47:35.569Z[ host-image] Sep 04 16:47:34.795 INFO O| Sep 04 16:47:34.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95552024-09-04T16:47:35.569Z[ host-image] Sep 04 16:47:34.795 INFO O| Sep 04 16:47:34.795 INFO completed processing gimlet/zfs
95562024-09-04T16:47:35.569Z[ host-image] Sep 04 16:47:34.795 INFO O| Sep 04 16:47:34.795 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95572024-09-04T16:47:41.886Z[ host-image] Sep 04 16:47:41.116 INFO O| Sep 04 16:47:41.116 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95582024-09-04T16:47:41.960Z[ host-image] Sep 04 16:47:41.190 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
95592024-09-04T16:47:41.960Z[ host-image] Sep 04 16:47:41.190 INFO expanded image name: "ci 86b0ae6/${os_short_commit} 2024-09-04 16:17" -> "ci 86b0ae6/2408c3f 2024-09-04 16:17"
95602024-09-04T16:47:41.963Z[ host-image] Sep 04 16:47:41.190 INFO output artefacts stored in: "/work/os-host"
95612024-09-04T16:47:41.963Z[ host-image] Sep 04 16:47:41.190 INFO collecting git info from project "pilot"...
95622024-09-04T16:47:41.967Z[ host-image] Sep 04 16:47:41.197 INFO collecting git info from project "chelsio-t6-roms"...
95632024-09-04T16:47:41.972Z[ host-image] Sep 04 16:47:41.202 INFO collecting git info from project "image-builder"...
95642024-09-04T16:47:41.977Z[ host-image] Sep 04 16:47:41.207 INFO collecting git info from project "amd-host-image-builder"...
95652024-09-04T16:47:41.991Z[ host-image] Sep 04 16:47:41.221 INFO collecting git info from project "pinprick"...
95662024-09-04T16:47:41.996Z[ host-image] Sep 04 16:47:41.226 INFO collecting git info from project "bootserver"...
95672024-09-04T16:47:42.000Z[ host-image] Sep 04 16:47:41.230 INFO collecting git info from project "phbl"...
95682024-09-04T16:47:42.005Z[ host-image] Sep 04 16:47:41.235 INFO collecting git info from project "amd-firmware"...
95692024-09-04T16:47:42.013Z[ host-image] Sep 04 16:47:41.244 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95702024-09-04T16:47:42.385Z[ host-image] Sep 04 16:47:41.615 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95712024-09-04T16:47:42.734Z[ host-image] Sep 04 16:47:41.964 INFO creating Oxide boot image...
95722024-09-04T16:47:42.734Z[ host-image] Sep 04 16:47:41.964 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 86b0ae6/2408c3f 2024-09-04 16:17", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95732024-09-04T16:47:43.674Z[ host-image] Sep 04 16:47:42.903 INFO O| ok, image written!
95742024-09-04T16:47:43.674Z[ host-image] Sep 04 16:47:42.903 INFO O| ok, boot_image_csum file written!
95752024-09-04T16:47:43.677Z[ host-image] Sep 04 16:47:42.907 INFO creating boot archive (CPIO)...
95762024-09-04T16:47:43.677Z[ host-image] Sep 04 16:47:42.907 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
95772024-09-04T16:47:43.688Z[ host-image] Sep 04 16:47:42.918 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95782024-09-04T16:47:43.688Z[ host-image] Sep 04 16:47:42.918 INFO E| + outfile=/work/os-host/cpio
95792024-09-04T16:47:43.690Z[ host-image] Sep 04 16:47:42.918 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95802024-09-04T16:47:43.691Z[ host-image] Sep 04 16:47:42.920 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95812024-09-04T16:47:43.691Z[ host-image] Sep 04 16:47:42.920 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95822024-09-04T16:47:43.726Z[ host-image] Sep 04 16:47:42.956 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95832024-09-04T16:47:43.726Z[ host-image] Sep 04 16:47:42.956 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95842024-09-04T16:47:43.734Z[ host-image] Sep 04 16:47:42.964 INFO creating compressed cpio/unix for nanobl-rs...
95852024-09-04T16:47:43.734Z[ host-image] Sep 04 16:47:42.964 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
95862024-09-04T16:47:44.021Z[ host-image] Sep 04 16:47:43.251 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95872024-09-04T16:47:48.360Z[ host-image] Sep 04 16:47:47.588 INFO creating reset image...
95882024-09-04T16:47:48.362Z[ host-image] Sep 04 16:47:47.589 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95892024-09-04T16:47:48.445Z[ host-image] Sep 04 16:47:47.674 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95902024-09-04T16:47:48.447Z[ host-image] Sep 04 16:47:47.675 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95912024-09-04T16:47:48.513Z[ host-image] Sep 04 16:47:47.742 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95922024-09-04T16:47:50.787Z[ host-image] Sep 04 16:47:50.016 INFO E| Finished `release` profile [optimized] target(s) in 2.32s
95932024-09-04T16:47:50.799Z[ host-image] Sep 04 16:47:50.028 INFO building host image...
95942024-09-04T16:47:50.801Z[ host-image] Sep 04 16:47:50.028 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")
95952024-09-04T16:47:51.248Z[ host-image] Sep 04 16:47:50.477 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95962024-09-04T16:48:37.394Z[ host-image] Sep 04 16:48:36.616 INFO image complete! materials are in "/work/os-host"
95972024-09-04T16:48:37.398Z[ host-image]
95982024-09-04T16:48:37.398Z[ host-image] real 9:11.359500322
95992024-09-04T16:48:37.398Z[ host-image] user 4:23.201787527
96002024-09-04T16:48:37.398Z[ host-image] sys 54.740955862
96012024-09-04T16:48:37.398Z[ host-image] trap 0.200755273
96022024-09-04T16:48:37.398Z[ host-image] tflt 0.009497305
96032024-09-04T16:48:37.398Z[ host-image] dflt 0.030539100
96042024-09-04T16:48:37.398Z[ host-image] kflt 0.000000000
96052024-09-04T16:48:37.398Z[ host-image] lock 4:23.882450021
96062024-09-04T16:48:37.398Z[ host-image] slp 49:22.688884452
96072024-09-04T16:48:37.398Z[ host-image] lat 1:34.453013112
96082024-09-04T16:48:37.398Z[ host-image] stop 0.760197749
96092024-09-04T16:48:37.401ZSep 04 16:48:36.620 INFO [host-image] process exited with exit status: 0 (551.371761561s)
96102024-09-04T16:48:37.401ZSep 04 16:48:36.620 INFO [tuf-repo] running task
96112024-09-04T16:48:44.538ZSep 04 16:48:43.758 INFO assembling repository in `/tmp/tufaceousYWEl4o`, component: OmicronRepoAssembler
96122024-09-04T16:48:49.282ZSep 04 16:48:48.502 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96132024-09-04T16:48:49.595ZSep 04 16:48:48.815 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96142024-09-04T16:49:01.980ZSep 04 16:49:01.199 INFO [tuf-repo] task succeeded (24.578473207s)
96152024-09-04T16:49:01.980ZSep 04 16:49:01.199 INFO all jobs completed in 1868.30730658s
96162024-09-04T16:49:02.526Zprocess exited: duration 2439424 ms, exit code 0
 
96172024-09-04T16:49:02.536Zfound 33 output files
96182024-09-04T16:49:02.536Zuploading: /work/manifest.toml (8404 bytes)
96192024-09-04T16:49:03.546Zuploaded: /work/manifest.toml
96202024-09-04T16:49:03.556Zuploading: /work/repo.zip (1793915032 bytes)
96212024-09-04T16:49:36.423Zuploaded: /work/repo.zip
96222024-09-04T16:49:36.423Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96232024-09-04T16:49:37.478Zuploaded: /work/repo.zip.sha256.txt
96242024-09-04T16:49:37.478Zuploading: /work/helios-setup.log (52229 bytes)
96252024-09-04T16:49:38.490Zuploaded: /work/helios-setup.log
96262024-09-04T16:49:38.490Zuploading: /work/host-image.log (194510 bytes)
96272024-09-04T16:49:39.507Zuploaded: /work/host-image.log
96282024-09-04T16:49:39.507Zuploading: /work/host-package.log (19484 bytes)
96292024-09-04T16:49:40.515Zuploaded: /work/host-package.log
96302024-09-04T16:49:40.515Zuploading: /work/host-target.log (101 bytes)
96312024-09-04T16:49:41.522Zuploaded: /work/host-target.log
96322024-09-04T16:49:41.522Zuploading: /work/omicron-package.log (4366 bytes)
96332024-09-04T16:49:42.530Zuploaded: /work/omicron-package.log
96342024-09-04T16:49:42.530Zuploading: /work/phbl-toolchain.log (881 bytes)
96352024-09-04T16:49:43.537Zuploaded: /work/phbl-toolchain.log
96362024-09-04T16:49:43.537Zuploading: /work/recovery-image.log (590639 bytes)
96372024-09-04T16:49:44.566Zuploaded: /work/recovery-image.log
96382024-09-04T16:49:44.568Zuploading: /work/recovery-package.log (282 bytes)
96392024-09-04T16:49:45.573Zuploaded: /work/recovery-package.log
96402024-09-04T16:49:45.576Zuploading: /work/recovery-target.log (57 bytes)
96412024-09-04T16:49:46.581Zuploaded: /work/recovery-target.log
96422024-09-04T16:49:46.583Zuploading: /work/stamp-clickhouse.log (117 bytes)
96432024-09-04T16:49:47.589Zuploaded: /work/stamp-clickhouse.log
96442024-09-04T16:49:47.591Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96452024-09-04T16:49:48.596Zuploaded: /work/stamp-clickhouse_keeper.log
96462024-09-04T16:49:48.598Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96472024-09-04T16:49:49.604Zuploaded: /work/stamp-cockroachdb.log
96482024-09-04T16:49:49.607Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96492024-09-04T16:49:50.612Zuploaded: /work/stamp-crucible-dtrace.log
96502024-09-04T16:49:50.615Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96512024-09-04T16:49:51.620Zuploaded: /work/stamp-crucible-pantry-zone.log
96522024-09-04T16:49:51.623Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96532024-09-04T16:49:52.628Zuploaded: /work/stamp-crucible-zone.log
96542024-09-04T16:49:52.630Zuploading: /work/stamp-external-dns.log (119 bytes)
96552024-09-04T16:49:53.636Zuploaded: /work/stamp-external-dns.log
96562024-09-04T16:49:53.638Zuploading: /work/stamp-installinator.log (103 bytes)
96572024-09-04T16:49:54.643Zuploaded: /work/stamp-installinator.log
96582024-09-04T16:49:54.645Zuploading: /work/stamp-internal-dns.log (119 bytes)
96592024-09-04T16:49:55.650Zuploaded: /work/stamp-internal-dns.log
96602024-09-04T16:49:55.655Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96612024-09-04T16:49:56.662Zuploaded: /work/stamp-mg-ddm-gz.log
96622024-09-04T16:49:56.665Zuploading: /work/stamp-nexus.log (112 bytes)
96632024-09-04T16:49:57.670Zuploaded: /work/stamp-nexus.log
96642024-09-04T16:49:57.672Zuploading: /work/stamp-ntp.log (110 bytes)
96652024-09-04T16:49:58.678Zuploaded: /work/stamp-ntp.log
96662024-09-04T16:49:58.680Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96672024-09-04T16:49:59.686Zuploaded: /work/stamp-omicron-sled-agent.log
96682024-09-04T16:49:59.689Zuploading: /work/stamp-overlay.log (114 bytes)
96692024-09-04T16:50:00.695Zuploaded: /work/stamp-overlay.log
96702024-09-04T16:50:00.698Zuploading: /work/stamp-oximeter.log (115 bytes)
96712024-09-04T16:50:01.705Zuploaded: /work/stamp-oximeter.log
96722024-09-04T16:50:01.708Zuploading: /work/stamp-oxlog.log (109 bytes)
96732024-09-04T16:50:02.712Zuploaded: /work/stamp-oxlog.log
96742024-09-04T16:50:02.712Zuploading: /work/stamp-probe.log (112 bytes)
96752024-09-04T16:50:03.721Zuploaded: /work/stamp-probe.log
96762024-09-04T16:50:03.724Zuploading: /work/stamp-propolis-server.log (122 bytes)
96772024-09-04T16:50:04.730Zuploaded: /work/stamp-propolis-server.log
96782024-09-04T16:50:04.730Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96792024-09-04T16:50:05.737Zuploaded: /work/stamp-pumpkind-gz.log
96802024-09-04T16:50:05.740Zuploading: /work/stamp-switch-asic.log (118 bytes)
96812024-09-04T16:50:06.746Zuploaded: /work/stamp-switch-asic.log
96822024-09-04T16:50:06.748Zuploading: /work/verify-libraries.log (3116 bytes)
96832024-09-04T16:50:07.753Zuploaded: /work/verify-libraries.log