01J5NK29RABCZMKHMW232FPF2Q: 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: 01J5NK2TYR9JZRJ567EGZD8B97

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-19T15:12:26.261Zjob assigned to worker 01J5NK31R2E3M5QS0ME0G9GE01 (queued for 59 s)
 
22024-08-19T15:12:33.189Zstarting task 0: "setup"
32024-08-19T15:12:33.210Z++ uname -s
42024-08-19T15:12:33.212Z+ kern=SunOS
52024-08-19T15:12:33.212Z+ case "$kern" in
62024-08-19T15:12:33.212Z+ groupadd -g 12345 build
72024-08-19T15:12:33.214Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-19T15:12:35.224Z+ zfs create -o mountpoint=/work rpool/work
92024-08-19T15:12:35.299Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-19T15:12:35.302Z+ home_fs=zfs
112024-08-19T15:12:35.303Z+ [[ zfs == autofs ]]
122024-08-19T15:12:35.303Z+ mkdir -p /home/build
132024-08-19T15:12:35.305Z+ chown build:build /home/build /work
142024-08-19T15:12:37.305Z+ chmod 0700 /home/build /work
152024-08-19T15:12:37.308Zprocess exited: duration 4120 ms, exit code 0
 
162024-08-19T15:12:37.315Zstarting task 1: "rust-toolchain"
172024-08-19T15:12:37.319Z+ printf ' * toolchain channel = "%s"
182024-08-19T15:12:37.319Z' 1.80.1
192024-08-19T15:12:37.319Z * toolchain channel = "1.80.1"
202024-08-19T15:12:37.319Z+ printf ' * toolchain profile = "%s"
212024-08-19T15:12:37.319Z' default
222024-08-19T15:12:37.319Z * toolchain profile = "default"
232024-08-19T15:12:37.321Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-19T15:12:37.321Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-19T15:12:37.425Zinfo: downloading installer
262024-08-19T15:12:38.536Zinfo: profile set to 'default'
272024-08-19T15:12:38.536Zinfo: default host triple is x86_64-unknown-illumos
282024-08-19T15:12:38.539Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-19T15:12:38.680Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-19T15:12:38.680Zinfo: downloading component 'cargo'
312024-08-19T15:12:39.501Zinfo: downloading component 'clippy'
322024-08-19T15:12:39.793Zinfo: downloading component 'rust-docs'
332024-08-19T15:12:40.908Zinfo: downloading component 'rust-std'
342024-08-19T15:12:42.451Zinfo: downloading component 'rustc'
352024-08-19T15:12:46.828Zinfo: downloading component 'rustfmt'
362024-08-19T15:12:47.060Zinfo: installing component 'cargo'
372024-08-19T15:12:47.954Zinfo: installing component 'clippy'
382024-08-19T15:12:48.335Zinfo: installing component 'rust-docs'
392024-08-19T15:12:50.006Zinfo: installing component 'rust-std'
402024-08-19T15:12:51.768Zinfo: installing component 'rustc'
412024-08-19T15:12:55.805Zinfo: installing component 'rustfmt'
422024-08-19T15:12:56.134Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-19T15:12:56.134Z
442024-08-19T15:12:56.387Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-19T15:12:56.387Z
462024-08-19T15:12:56.387Z
472024-08-19T15:12:56.387ZRust is installed now. Great!
482024-08-19T15:12:56.387Z
492024-08-19T15:12:56.387ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-19T15:12:56.387Zenvironment variable. This has not been done automatically.
512024-08-19T15:12:56.387Z
522024-08-19T15:12:56.387ZTo configure your current shell, you need to source
532024-08-19T15:12:56.387Zthe corresponding env file under $HOME/.cargo.
542024-08-19T15:12:56.387Z
552024-08-19T15:12:56.387ZThis is usually done by running one of the following (note the leading DOT):
562024-08-19T15:12:56.387Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-19T15:12:56.387Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-19T15:12:56.441Z+ rustc --version
592024-08-19T15:12:56.505Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-19T15:12:56.508Zprocess exited: duration 19191 ms, exit code 0
 
612024-08-19T15:12:56.513Zstarting task 2: "authentication"
622024-08-19T15:12:56.533Zprocess exited: duration 19 ms, exit code 0
 
632024-08-19T15:12:56.538Zstarting task 3: "clone repository"
642024-08-19T15:12:56.543Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-19T15:12:56.545Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-19T15:12:56.580ZCloning into '/work/oxidecomputer/omicron'...
672024-08-19T15:13:03.130Z+ cd /work/oxidecomputer/omicron
682024-08-19T15:13:03.130Z+ git fetch origin 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9
692024-08-19T15:13:03.425ZFrom https://github.com/oxidecomputer/omicron
702024-08-19T15:13:03.425Z * branch 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 -> FETCH_HEAD
712024-08-19T15:13:03.434Z+ [[ -n slim-down-http-latency-histograms ]]
722024-08-19T15:13:03.437Z++ git branch --show-current
732024-08-19T15:13:03.439Z+ current=main
742024-08-19T15:13:03.440Z+ [[ main != slim-down-http-latency-histograms ]]
752024-08-19T15:13:03.440Z+ git branch -f slim-down-http-latency-histograms 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9
762024-08-19T15:13:03.442Z+ git checkout -f slim-down-http-latency-histograms
772024-08-19T15:13:03.528ZSwitched to branch 'slim-down-http-latency-histograms'
782024-08-19T15:13:03.531Z+ git reset --hard 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9
792024-08-19T15:13:03.614ZHEAD is now at 0b647e035 Key stored histograms on both operation_id and status_code
802024-08-19T15:13:03.617Zprocess exited: duration 7076 ms, exit code 0
 
812024-08-19T15:13:03.621Zstarting task 4: "build"
822024-08-19T15:13:03.626Z+ cargo --version
832024-08-19T15:13:03.680Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-19T15:13:03.682Z+ rustc --version
852024-08-19T15:13:03.738Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-19T15:13:03.741Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-19T15:13:08.226Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-19T15:13:10.311Z Startup: Caching catalogs ... Done
892024-08-19T15:13:12.137ZPlanning: Solver setup ... Done (1.190s)
902024-08-19T15:13:12.158ZPlanning: Running solver ... Done (0.020s)
912024-08-19T15:13:12.196ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-19T15:13:12.209ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-19T15:13:12.354ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-19T15:13:12.501ZPlanning: Package planning ... Done (0.147s)
952024-08-19T15:13:12.552ZPlanning: Merging actions ... Done (0.050s)
962024-08-19T15:13:12.864ZPlanning: Checking for conflicting actions ... Done (0.313s)
972024-08-19T15:13:12.876ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-19T15:13:13.709ZPlanning: Evaluating mediators ... Done (0.833s)
992024-08-19T15:13:13.719ZPlanning: Planning completed in 3.34 seconds
1002024-08-19T15:13:13.733Z Packages to install: 4
1012024-08-19T15:13:13.733Z Mediators to change: 2
1022024-08-19T15:13:13.736Z Services to change: 1
1032024-08-19T15:13:13.736Z Estimated space available: 155.72 GB
1042024-08-19T15:13:13.736ZEstimated space to be consumed: 1.48 GB
1052024-08-19T15:13:13.736Z Create boot environment: No
1062024-08-19T15:13:13.736ZCreate backup boot environment: No
1072024-08-19T15:13:13.736Z Rebuild boot archive: No
1082024-08-19T15:13:13.736Z
1092024-08-19T15:13:13.736ZChanged mediators:
1102024-08-19T15:13:13.736Z mediator clang:
1112024-08-19T15:13:13.736Z version: None -> 15 (system default)
1122024-08-19T15:13:13.736Z
1132024-08-19T15:13:13.736Z mediator llvm:
1142024-08-19T15:13:13.736Z version: 14 (system default) -> 15 (system default)
1152024-08-19T15:13:13.736Z
1162024-08-19T15:13:13.736ZChanged packages:
1172024-08-19T15:13:13.736Zhelios-dev
1182024-08-19T15:13:13.736Z developer/build-essential
1192024-08-19T15:13:13.736Z None -> 11-2.0
1202024-08-19T15:13:13.736Z library/libxmlsec1
1212024-08-19T15:13:13.736Z None -> 1.2.35-2.0
1222024-08-19T15:13:13.736Z ooce/developer/clang-15
1232024-08-19T15:13:13.736Z None -> 15.0.7-2.0
1242024-08-19T15:13:13.736Z ooce/developer/llvm-15
1252024-08-19T15:13:13.736Z None -> 15.0.7-2.0
1262024-08-19T15:13:13.736Z
1272024-08-19T15:13:13.736ZServices:
1282024-08-19T15:13:13.736Z restart_fmri:
1292024-08-19T15:13:13.736Z svc:/system/update-man-index:default
1302024-08-19T15:13:13.778Z
1312024-08-19T15:13:13.779ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-19T15:13:18.780ZDownload: 1203/3290 items 84.2/212.6MB 39% complete (17.0M/s)
1332024-08-19T15:13:23.780ZDownload: 2917/3290 items 120.9/212.6MB 56% complete (12.2M/s)
1342024-08-19T15:13:30.184ZDownload: 3279/3290 items 209.5/212.6MB 98% complete (15.7M/s)
1352024-08-19T15:13:30.333ZDownload: Completed 212.60 MB in 16.55 seconds (12.8M/s)
1362024-08-19T15:13:30.486Z Actions: 1/3689 actions (Installing new actions)
1372024-08-19T15:13:35.049Z Actions: Completed 3689 actions in 4.56 seconds.
1382024-08-19T15:13:35.314Z Done (0.260s)
1392024-08-19T15:13:35.314Z Done (0.000s)
1402024-08-19T15:13:35.675Z Done (0.360s)
1412024-08-19T15:13:39.815Z Done (3.972s)
1422024-08-19T15:13:39.906Z Done (0.017s)
1432024-08-19T15:13:39.909Z Done (0.000s)
1442024-08-19T15:13:40.063Z Done (0.000s)
1452024-08-19T15:13:40.634ZPlanning: Evaluating mediator changes ... Done
1462024-08-19T15:13:40.790ZPlanning: Checking for conflicting actions ... Done
1472024-08-19T15:13:40.793ZPlanning: Consolidating action changes ... Done
1482024-08-19T15:13:41.052ZPlanning: Evaluating mediators ... Done
1492024-08-19T15:13:41.055ZPlanning: Planning completed in 0.42 seconds
1502024-08-19T15:13:41.085Z Mediators to change: 2
1512024-08-19T15:13:41.085Z Create boot environment: No
1522024-08-19T15:13:41.088ZCreate backup boot environment: No
1532024-08-19T15:13:41.154Z Done
1542024-08-19T15:13:41.154Z Done
1552024-08-19T15:13:41.380Z Done
1562024-08-19T15:13:44.786Z Done
1572024-08-19T15:13:44.873Z Done
1582024-08-19T15:13:44.877Z Done
1592024-08-19T15:13:44.993Z Done
1602024-08-19T15:13:45.580ZPlanning: Evaluating mediator changes ... Done
1612024-08-19T15:13:45.582ZPlanning: Merging actions ... Done
1622024-08-19T15:13:45.769ZPlanning: Checking for conflicting actions ... Done
1632024-08-19T15:13:45.777ZPlanning: Consolidating action changes ... Done
1642024-08-19T15:13:46.024ZPlanning: Evaluating mediators ... Done
1652024-08-19T15:13:46.078ZPlanning: Planning completed in 0.73 seconds
1662024-08-19T15:13:46.115Z Packages to change: 1
1672024-08-19T15:13:46.115Z Mediators to change: 1
1682024-08-19T15:13:46.119Z Services to change: 1
1692024-08-19T15:13:46.119Z Create boot environment: No
1702024-08-19T15:13:46.119ZCreate backup boot environment: Yes
1712024-08-19T15:13:47.847Z Actions: 1/6 actions (Updating modified actions)
1722024-08-19T15:13:47.850Z Actions: Completed 6 actions in 0.00 seconds.
1732024-08-19T15:13:47.850Z Done
1742024-08-19T15:13:47.850Z Done
1752024-08-19T15:13:47.927Z Done
1762024-08-19T15:13:51.433Z Done
1772024-08-19T15:13:51.522Z Done
1782024-08-19T15:13:51.522Z Done
1792024-08-19T15:13:51.635Z Done
1802024-08-19T15:13:52.062ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812024-08-19T15:13:52.062Zclang system 15 system
1822024-08-19T15:13:52.062Zcsh system system illumos
1832024-08-19T15:13:52.062Zctags system system illumos
1842024-08-19T15:13:52.062Zgcc vendor 12 vendor
1852024-08-19T15:13:52.062Zgcc system 10 system
1862024-08-19T15:13:52.062Zgcc system 7 system
1872024-08-19T15:13:52.062Zgo system 1.20 system
1882024-08-19T15:13:52.062Zgo system 1.19 system
1892024-08-19T15:13:52.062Zllvm system 15 system
1902024-08-19T15:13:52.062Zllvm system 14 system
1912024-08-19T15:13:52.062Zmariadb system 10.6 system
1922024-08-19T15:13:52.062Zmta vendor vendor dma
1932024-08-19T15:13:52.062Zopenjdk system 17 system
1942024-08-19T15:13:52.062Zopenjdk system 11 system
1952024-08-19T15:13:52.062Zopenjdk system 1.8 system
1962024-08-19T15:13:52.062Zopenssl vendor 3 vendor
1972024-08-19T15:13:52.062Zperl system 5.36 system
1982024-08-19T15:13:52.062Zpostgresql system 15 system
1992024-08-19T15:13:52.062Zpostgresql system 13 system
2002024-08-19T15:13:52.062Zpython vendor 3 vendor
2012024-08-19T15:13:52.062Zpython system 2 system
2022024-08-19T15:13:52.062Zpython3 system 3.11 system
2032024-08-19T15:13:52.062Zruby system 3.0 system
2042024-08-19T15:13:52.062Zwords vendor vendor american-english
2052024-08-19T15:13:52.062Zwords system system australian-english
2062024-08-19T15:13:52.062Zwords system system british-english
2072024-08-19T15:13:52.062Zwords system system canadian-english
2082024-08-19T15:13:52.062Zwords system system french
2092024-08-19T15:13:52.062Zwords system system italian
2102024-08-19T15:13:52.062Zwords system system ngerman
2112024-08-19T15:13:52.062Zwords system system ogerman
2122024-08-19T15:13:52.062Zwords system system spanish
2132024-08-19T15:13:52.385ZPUBLISHER TYPE STATUS P LOCATION
2142024-08-19T15:13:52.385Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2152024-08-19T15:13:54.124ZFMRI IFO
2162024-08-19T15:13:54.124Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172024-08-19T15:13:54.124Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182024-08-19T15:13:54.124Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192024-08-19T15:13:54.124Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2202024-08-19T15:13:54.124Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2212024-08-19T15:13:54.124Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222024-08-19T15:13:54.124Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2232024-08-19T15:13:54.124Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2242024-08-19T15:13:54.124Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2252024-08-19T15:13:54.124Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2262024-08-19T15:13:54.124Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2272024-08-19T15:13:54.124Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2282024-08-19T15:13:54.705Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292024-08-19T15:13:54.968Z Updating git repository `https://github.com/oxidecomputer/zone`
2302024-08-19T15:13:55.232Z Updating crates.io index
2312024-08-19T15:13:55.235Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2322024-08-19T15:13:56.016Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2332024-08-19T15:13:56.745Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2342024-08-19T15:13:57.016Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2352024-08-19T15:13:58.584Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362024-08-19T15:13:58.817Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2372024-08-19T15:13:59.187Z Updating git repository `https://github.com/oxidecomputer/propolis`
2382024-08-19T15:14:00.183Z Updating git repository `https://github.com/oxidecomputer/crucible`
2392024-08-19T15:14:02.026Z Updating git repository `https://github.com/oxidecomputer/opte`
2402024-08-19T15:14:03.159Z Updating git repository `https://github.com/oxidecomputer/falcon`
2412024-08-19T15:14:03.789Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2422024-08-19T15:14:04.021Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2432024-08-19T15:14:04.595Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2442024-08-19T15:14:04.865Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2452024-08-19T15:14:05.141Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462024-08-19T15:14:05.471Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2472024-08-19T15:14:05.763Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2482024-08-19T15:14:06.053Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2492024-08-19T15:14:06.333Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502024-08-19T15:14:06.641Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2512024-08-19T15:14:06.951Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522024-08-19T15:14:07.331Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2532024-08-19T15:14:07.611Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542024-08-19T15:14:08.148Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552024-08-19T15:14:08.470Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562024-08-19T15:14:08.950Z Updating git repository `https://github.com/oxidecomputer/typify`
2572024-08-19T15:14:11.081Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2582024-08-19T15:14:11.326Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2592024-08-19T15:14:11.614Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2602024-08-19T15:14:12.062Z Updating git repository `https://github.com/oxidecomputer/rfb`
2612024-08-19T15:14:13.159Z Downloading crates ...
2622024-08-19T15:14:13.221Z Downloaded dtrace-parser v0.2.0
2632024-08-19T15:14:13.239Z Downloaded swrite v0.1.0
2642024-08-19T15:14:13.241Z Downloaded usdt-macro v0.5.0
2652024-08-19T15:14:13.247Z Downloaded pretty-hex v0.4.1
2662024-08-19T15:14:13.251Z Downloaded usdt-attr-macro v0.5.0
2672024-08-19T15:14:13.254Z Downloaded cpufeatures v0.2.12
2682024-08-19T15:14:13.254Z Downloaded block-buffer v0.10.4
2692024-08-19T15:14:13.256Z Downloaded clap_lex v0.7.0
2702024-08-19T15:14:13.258Z Downloaded cargo-platform v0.1.8
2712024-08-19T15:14:13.258Z Downloaded autocfg v1.3.0
2722024-08-19T15:14:13.261Z Downloaded errno v0.3.9
2732024-08-19T15:14:13.261Z Downloaded equivalent v1.0.1
2742024-08-19T15:14:13.263Z Downloaded anstyle-query v1.0.3
2752024-08-19T15:14:13.263Z Downloaded byteorder v1.5.0
2762024-08-19T15:14:13.265Z Downloaded itoa v1.0.11
2772024-08-19T15:14:13.269Z Downloaded anstyle-parse v0.2.4
2782024-08-19T15:14:13.271Z Downloaded digest v0.10.7
2792024-08-19T15:14:13.273Z Downloaded strsim v0.11.1
2802024-08-19T15:14:13.281Z Downloaded thiserror-impl v1.0.63
2812024-08-19T15:14:13.284Z Downloaded terminal_size v0.3.0
2822024-08-19T15:14:13.286Z Downloaded serde_spanned v0.6.7
2832024-08-19T15:14:13.288Z Downloaded heck v0.4.1
2842024-08-19T15:14:13.291Z Downloaded serde_tokenstream v0.2.2
2852024-08-19T15:14:13.291Z Downloaded scroll v0.12.0
2862024-08-19T15:14:13.294Z Downloaded dof v0.3.0
2872024-08-19T15:14:13.296Z Downloaded colorchoice v1.0.1
2882024-08-19T15:14:13.296Z Downloaded clap_derive v4.5.13
2892024-08-19T15:14:13.299Z Downloaded anstyle v1.0.8
2902024-08-19T15:14:13.301Z Downloaded fs-err v2.11.0
2912024-08-19T15:14:13.301Z Downloaded crypto-common v0.1.6
2922024-08-19T15:14:13.303Z Downloaded cfg-if v1.0.0
2932024-08-19T15:14:13.303Z Downloaded anstream v0.6.14
2942024-08-19T15:14:13.306Z Downloaded fnv v1.0.7
2952024-08-19T15:14:13.306Z Downloaded cargo_metadata v0.18.1
2962024-08-19T15:14:13.314Z Downloaded is_terminal_polyfill v1.70.0
2972024-08-19T15:14:13.319Z Downloaded scroll_derive v0.12.0
2982024-08-19T15:14:13.323Z Downloaded toml_datetime v0.6.8
2992024-08-19T15:14:13.331Z Downloaded proc-macro-error v1.0.4
3002024-08-19T15:14:13.334Z Downloaded bytecount v0.6.8
3012024-08-19T15:14:13.336Z Downloaded zerocopy-derive v0.7.34
3022024-08-19T15:14:13.340Z Downloaded pest_derive v2.7.10
3032024-08-19T15:14:13.342Z Downloaded log v0.4.21
3042024-08-19T15:14:13.345Z Downloaded camino v1.1.7
3052024-08-19T15:14:13.348Z Downloaded once_cell v1.19.0
3062024-08-19T15:14:13.350Z Downloaded ucd-trie v0.1.6
3072024-08-19T15:14:13.350Z Downloaded toml v0.8.19
3082024-08-19T15:14:13.353Z Downloaded heck v0.5.0
3092024-08-19T15:14:13.355Z Downloaded proc-macro2 v1.0.86
3102024-08-19T15:14:13.357Z Downloaded macaddr v1.0.1
3112024-08-19T15:14:13.357Z Downloaded proc-macro-error-attr v1.0.4
3122024-08-19T15:14:13.359Z Downloaded plain v0.2.3
3132024-08-19T15:14:13.360Z Downloaded pest_generator v2.7.10
3142024-08-19T15:14:13.362Z Downloaded memmap v0.7.0
3152024-08-19T15:14:13.362Z Downloaded generic-array v0.14.7
3162024-08-19T15:14:13.364Z Downloaded cargo_toml v0.20.4
3172024-08-19T15:14:13.364Z Downloaded usdt-impl v0.5.0
3182024-08-19T15:14:13.367Z Downloaded thiserror v1.0.63
3192024-08-19T15:14:13.369Z Downloaded utf8parse v0.2.1
3202024-08-19T15:14:13.371Z Downloaded usdt v0.5.0
3212024-08-19T15:14:13.371Z Downloaded pest_meta v2.7.10
3222024-08-19T15:14:13.374Z Downloaded thread-id v4.2.1
3232024-08-19T15:14:13.374Z Downloaded tabled_derive v0.7.0
3242024-08-19T15:14:13.376Z Downloaded bitflags v2.6.0
3252024-08-19T15:14:13.379Z Downloaded anyhow v1.0.86
3262024-08-19T15:14:13.382Z Downloaded sha2 v0.10.8
3272024-08-19T15:14:13.384Z Downloaded semver v1.0.23
3282024-08-19T15:14:13.386Z Downloaded quote v1.0.36
3292024-08-19T15:14:13.389Z Downloaded clap v4.5.15
3302024-08-19T15:14:13.397Z Downloaded version_check v0.9.5
3312024-08-19T15:14:13.403Z Downloaded indexmap v2.4.0
3322024-08-19T15:14:13.407Z Downloaded serde_derive v1.0.207
3332024-08-19T15:14:13.411Z Downloaded unicode-ident v1.0.12
3342024-08-19T15:14:13.414Z Downloaded typenum v1.17.0
3352024-08-19T15:14:13.417Z Downloaded serde v1.0.207
3362024-08-19T15:14:13.420Z Downloaded memchr v2.7.2
3372024-08-19T15:14:13.425Z Downloaded ryu v1.0.18
3382024-08-19T15:14:13.428Z Downloaded papergrid v0.11.0
3392024-08-19T15:14:13.437Z Downloaded toml_edit v0.22.20
3402024-08-19T15:14:13.475Z Downloaded pest v2.7.10
3412024-08-19T15:14:13.491Z Downloaded hashbrown v0.14.5
3422024-08-19T15:14:13.500Z Downloaded serde_json v1.0.125
3432024-08-19T15:14:13.508Z Downloaded winnow v0.6.18
3442024-08-19T15:14:13.517Z Downloaded zerocopy v0.7.34
3452024-08-19T15:14:13.532Z Downloaded clap_builder v4.5.15
3462024-08-19T15:14:13.539Z Downloaded tabled v0.15.0
3472024-08-19T15:14:13.554Z Downloaded syn v1.0.109
3482024-08-19T15:14:13.563Z Downloaded syn v2.0.74
3492024-08-19T15:14:13.574Z Downloaded goblin v0.8.2
3502024-08-19T15:14:13.580Z Downloaded rustix v0.38.34
3512024-08-19T15:14:13.601Z Downloaded unicode-width v0.1.13
3522024-08-19T15:14:13.609Z Downloaded libc v0.2.155
3532024-08-19T15:14:13.903Z Compiling proc-macro2 v1.0.86
3542024-08-19T15:14:13.903Z Compiling unicode-ident v1.0.12
3552024-08-19T15:14:13.907Z Compiling version_check v0.9.5
3562024-08-19T15:14:13.907Z Compiling serde v1.0.207
3572024-08-19T15:14:13.907Z Compiling memchr v2.7.2
3582024-08-19T15:14:13.907Z Compiling thiserror v1.0.63
3592024-08-19T15:14:13.936Z Compiling libc v0.2.155
3602024-08-19T15:14:13.939Z Compiling itoa v1.0.11
3612024-08-19T15:14:14.156Z Compiling ucd-trie v0.1.6
3622024-08-19T15:14:14.181Z Compiling ryu v1.0.18
3632024-08-19T15:14:14.687Z Compiling once_cell v1.19.0
3642024-08-19T15:14:14.763Z Compiling byteorder v1.5.0
3652024-08-19T15:14:14.765Z Compiling serde_json v1.0.125
3662024-08-19T15:14:15.164Z Compiling usdt-impl v0.5.0
3672024-08-19T15:14:15.187Z Compiling proc-macro-error-attr v1.0.4
3682024-08-19T15:14:15.210Z Compiling rustix v0.38.34
3692024-08-19T15:14:15.497Z Compiling syn v1.0.109
3702024-08-19T15:14:15.566Z Compiling quote v1.0.36
3712024-08-19T15:14:15.691Z Compiling proc-macro-error v1.0.4
3722024-08-19T15:14:15.694Z Compiling utf8parse v0.2.1
3732024-08-19T15:14:15.872Z Compiling log v0.4.21
3742024-08-19T15:14:15.964Z Compiling syn v2.0.74
3752024-08-19T15:14:15.990Z Compiling errno v0.3.9
3762024-08-19T15:14:16.227Z Compiling equivalent v1.0.1
3772024-08-19T15:14:16.260Z Compiling bitflags v2.6.0
3782024-08-19T15:14:16.262Z Compiling hashbrown v0.14.5
3792024-08-19T15:14:16.303Z Compiling plain v0.2.3
3802024-08-19T15:14:16.329Z Compiling thread-id v4.2.1
3812024-08-19T15:14:16.446Z Compiling anstyle-parse v0.2.4
3822024-08-19T15:14:16.710Z Compiling autocfg v1.3.0
3832024-08-19T15:14:16.787Z Compiling pretty-hex v0.4.1
3842024-08-19T15:14:16.865Z Compiling anstyle v1.0.8
3852024-08-19T15:14:17.006Z Compiling colorchoice v1.0.1
3862024-08-19T15:14:17.186Z Compiling semver v1.0.23
3872024-08-19T15:14:17.394Z Compiling winnow v0.6.18
3882024-08-19T15:14:17.419Z Compiling anstyle-query v1.0.3
3892024-08-19T15:14:17.578Z Compiling camino v1.1.7
3902024-08-19T15:14:17.720Z Compiling indexmap v2.4.0
3912024-08-19T15:14:17.779Z Compiling is_terminal_polyfill v1.70.0
3922024-08-19T15:14:17.850Z Compiling terminal_size v0.3.0
3932024-08-19T15:14:17.939Z Compiling anstream v0.6.14
3942024-08-19T15:14:18.054Z Compiling fs-err v2.11.0
3952024-08-19T15:14:18.443Z Compiling bytecount v0.6.8
3962024-08-19T15:14:18.478Z Compiling heck v0.4.1
3972024-08-19T15:14:18.553Z Compiling anyhow v1.0.86
3982024-08-19T15:14:18.703Z Compiling clap_lex v0.7.0
3992024-08-19T15:14:18.774Z Compiling unicode-width v0.1.13
4002024-08-19T15:14:19.017Z Compiling fnv v1.0.7
4012024-08-19T15:14:19.039Z Compiling heck v0.5.0
4022024-08-19T15:14:19.160Z Compiling strsim v0.11.1
4032024-08-19T15:14:19.210Z Compiling papergrid v0.11.0
4042024-08-19T15:14:19.373Z Compiling memmap v0.7.0
4052024-08-19T15:14:19.559Z Compiling clap_builder v4.5.15
4062024-08-19T15:14:20.115Z Compiling swrite v0.1.0
4072024-08-19T15:14:21.800Z Compiling tabled_derive v0.7.0
4082024-08-19T15:14:23.304Z Compiling tabled v0.15.0
4092024-08-19T15:14:24.621Z Compiling serde_derive v1.0.207
4102024-08-19T15:14:24.621Z Compiling thiserror-impl v1.0.63
4112024-08-19T15:14:24.624Z Compiling zerocopy-derive v0.7.34
4122024-08-19T15:14:24.739Z Compiling scroll_derive v0.12.0
4132024-08-19T15:14:24.860Z Compiling clap_derive v4.5.13
4142024-08-19T15:14:26.222Z Compiling scroll v0.12.0
4152024-08-19T15:14:26.747Z Compiling goblin v0.8.2
4162024-08-19T15:14:26.810Z Compiling zerocopy v0.7.34
4172024-08-19T15:14:27.397Z Compiling pest v2.7.10
4182024-08-19T15:14:28.986Z Compiling clap v4.5.15
4192024-08-19T15:14:29.525Z Compiling pest_meta v2.7.10
4202024-08-19T15:14:30.365Z Compiling pest_generator v2.7.10
4212024-08-19T15:14:32.246Z Compiling pest_derive v2.7.10
4222024-08-19T15:14:32.920Z Compiling dtrace-parser v0.2.0
4232024-08-19T15:14:34.939Z Compiling serde_tokenstream v0.2.2
4242024-08-19T15:14:34.948Z Compiling serde_spanned v0.6.7
4252024-08-19T15:14:34.948Z Compiling toml_datetime v0.6.8
4262024-08-19T15:14:34.957Z Compiling cargo-platform v0.1.8
4272024-08-19T15:14:35.328Z Compiling toml_edit v0.22.20
4282024-08-19T15:14:35.546Z Compiling macaddr v1.0.1
4292024-08-19T15:14:36.272Z Compiling dof v0.3.0
4302024-08-19T15:14:36.296Z Compiling cargo_metadata v0.18.1
4312024-08-19T15:14:38.038Z Compiling usdt-macro v0.5.0
4322024-08-19T15:14:38.038Z Compiling usdt-attr-macro v0.5.0
4332024-08-19T15:14:38.233Z Compiling toml v0.8.19
4342024-08-19T15:14:39.081Z Compiling cargo_toml v0.20.4
4352024-08-19T15:14:39.353Z Compiling usdt v0.5.0
4362024-08-19T15:14:42.695Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4372024-08-19T15:14:46.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.93s
4382024-08-19T15:14:46.674Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4392024-08-19T15:14:47.217Z Downloading crates ...
4402024-08-19T15:14:47.339Z Downloaded allocator-api2 v0.2.18
4412024-08-19T15:14:47.346Z Downloaded bitstruct_derive v0.1.0
4422024-08-19T15:14:47.348Z Downloaded atomicwrites v0.4.3
4432024-08-19T15:14:47.350Z Downloaded cfg_aliases v0.1.1
4442024-08-19T15:14:47.353Z Downloaded crunchy v0.2.2
4452024-08-19T15:14:47.355Z Downloaded ident_case v1.0.1
4462024-08-19T15:14:47.361Z Downloaded hyper-staticfile v0.9.5
4472024-08-19T15:14:47.363Z Downloaded defmt v0.3.8
4482024-08-19T15:14:47.368Z Downloaded cstr-argument v0.1.2
4492024-08-19T15:14:47.371Z Downloaded matches v0.1.10
4502024-08-19T15:14:47.371Z Downloaded adler v1.0.2
4512024-08-19T15:14:47.373Z Downloaded new_debug_unreachable v1.0.6
4522024-08-19T15:14:47.375Z Downloaded num-conv v0.1.0
4532024-08-19T15:14:47.375Z Downloaded bit-set v0.5.3
4542024-08-19T15:14:47.377Z Downloaded bitflags v1.3.2
4552024-08-19T15:14:47.380Z Downloaded atty v0.2.14
4562024-08-19T15:14:47.382Z Downloaded match_cfg v0.1.0
4572024-08-19T15:14:47.382Z Downloaded number_prefix v0.4.0
4582024-08-19T15:14:47.385Z Downloaded is_ci v1.2.0
4592024-08-19T15:14:47.385Z Downloaded instant v0.1.12
4602024-08-19T15:14:47.387Z Downloaded bitstruct v0.1.1
4612024-08-19T15:14:47.389Z Downloaded openssl-probe v0.1.5
4622024-08-19T15:14:47.389Z Downloaded indoc v1.0.9
4632024-08-19T15:14:47.393Z Downloaded indexmap v1.9.3
4642024-08-19T15:14:47.397Z Downloaded md-5 v0.10.6
4652024-08-19T15:14:47.399Z Downloaded num-integer v0.1.46
4662024-08-19T15:14:47.402Z Downloaded memoffset v0.9.1
4672024-08-19T15:14:47.404Z Downloaded mockall v0.13.0
4682024-08-19T15:14:47.406Z Downloaded nanorand v0.7.0
4692024-08-19T15:14:47.409Z Downloaded data-encoding v2.6.0
4702024-08-19T15:14:47.411Z Downloaded num_cpus v1.16.0
4712024-08-19T15:14:47.414Z Downloaded managed v0.8.0
4722024-08-19T15:14:47.416Z Downloaded block-padding v0.3.3
4732024-08-19T15:14:47.416Z Downloaded num_enum_derive v0.5.11
4742024-08-19T15:14:47.418Z Downloaded newtype-uuid v1.1.0
4752024-08-19T15:14:47.418Z Downloaded iana-time-zone v0.1.60
4762024-08-19T15:14:47.421Z Downloaded is-terminal v0.4.12
4772024-08-19T15:14:47.423Z Downloaded backoff v0.4.0
4782024-08-19T15:14:47.425Z Downloaded array-init v0.0.4
4792024-08-19T15:14:47.425Z Downloaded sigpipe v0.1.3
4802024-08-19T15:14:47.429Z Downloaded newtype_derive v0.1.6
4812024-08-19T15:14:47.429Z Downloaded ciborium-io v0.2.2
4822024-08-19T15:14:47.432Z Downloaded num_threads v0.1.7
4832024-08-19T15:14:47.432Z Downloaded jobserver v0.1.32
4842024-08-19T15:14:47.435Z Downloaded crucible-workspace-hack v0.1.0
4852024-08-19T15:14:47.435Z Downloaded newline-converter v0.3.0
4862024-08-19T15:14:47.437Z Downloaded async-trait v0.1.81
4872024-08-19T15:14:47.439Z Downloaded num-rational v0.4.2
4882024-08-19T15:14:47.441Z Downloaded mime_guess v2.0.4
4892024-08-19T15:14:47.444Z Downloaded async-recursion v1.1.1
4902024-08-19T15:14:47.447Z Downloaded opaque-debug v0.3.1
4912024-08-19T15:14:47.450Z Downloaded openssl-macros v0.1.1
4922024-08-19T15:14:47.450Z Downloaded nu-ansi-term v0.50.0
4932024-08-19T15:14:47.452Z Downloaded multer v3.1.0
4942024-08-19T15:14:47.454Z Downloaded time-core v0.1.2
4952024-08-19T15:14:47.457Z Downloaded csv-core v0.1.11
4962024-08-19T15:14:47.459Z Downloaded console v0.15.8
4972024-08-19T15:14:47.462Z Downloaded cookie_store v0.20.0
4982024-08-19T15:14:47.464Z Downloaded multimap v0.10.0
4992024-08-19T15:14:47.467Z Downloaded num v0.4.3
5002024-08-19T15:14:47.467Z Downloaded mime v0.3.17
5012024-08-19T15:14:47.469Z Downloaded maybe-uninit v2.0.0
5022024-08-19T15:14:47.469Z Downloaded cipher v0.4.4
5032024-08-19T15:14:47.471Z Downloaded castaway v0.2.3
5042024-08-19T15:14:47.474Z Downloaded termtree v0.4.1
5052024-08-19T15:14:47.474Z Downloaded linear-map v1.2.0
5062024-08-19T15:14:47.476Z Downloaded ascii v1.1.0
5072024-08-19T15:14:47.479Z Downloaded num_enum v0.5.11
5082024-08-19T15:14:47.482Z Downloaded num-iter v0.1.45
5092024-08-19T15:14:47.485Z Downloaded crc-catalog v2.4.0
5102024-08-19T15:14:47.487Z Downloaded num-derive v0.4.2
5112024-08-19T15:14:47.490Z Downloaded try-lock v0.2.5
5122024-08-19T15:14:47.490Z Downloaded diesel_table_macro_syntax v0.2.0
5132024-08-19T15:14:47.492Z Downloaded olpc-cjson v0.1.3
5142024-08-19T15:14:47.492Z Downloaded smawk v0.3.2
5152024-08-19T15:14:47.495Z Downloaded same-file v1.0.6
5162024-08-19T15:14:47.495Z Downloaded omicron-zone-package v0.11.0
5172024-08-19T15:14:47.498Z Downloaded serde_plain v1.0.2
5182024-08-19T15:14:47.501Z Downloaded strum_macros v0.25.3
5192024-08-19T15:14:47.505Z Downloaded structmeta v0.2.0
5202024-08-19T15:14:47.507Z Downloaded percent-encoding v2.3.1
5212024-08-19T15:14:47.507Z Downloaded crossbeam-utils v0.8.19
5222024-08-19T15:14:47.509Z Downloaded crc-any v2.5.0
5232024-08-19T15:14:47.512Z Downloaded lock_api v0.4.12
5242024-08-19T15:14:47.514Z Downloaded float-ord v0.3.2
5252024-08-19T15:14:47.514Z Downloaded tui-tree-widget v0.22.0
5262024-08-19T15:14:47.516Z Downloaded cookie v0.17.0
5272024-08-19T15:14:47.518Z Downloaded difflib v0.4.0
5282024-08-19T15:14:47.521Z Downloaded static_assertions v1.1.0
5292024-08-19T15:14:47.521Z Downloaded xattr v1.3.1
5302024-08-19T15:14:47.523Z Downloaded wyz v0.5.1
5312024-08-19T15:14:47.525Z Downloaded uzers v0.11.3
5322024-08-19T15:14:47.528Z Downloaded memmap2 v0.9.4
5332024-08-19T15:14:47.530Z Downloaded slog-envlogger v2.2.0
5342024-08-19T15:14:47.530Z Downloaded thread_local v1.1.8
5352024-08-19T15:14:47.533Z Downloaded tap v1.0.1
5362024-08-19T15:14:47.535Z Downloaded strum_macros v0.24.3
5372024-08-19T15:14:47.535Z Downloaded convert_case v0.4.0
5382024-08-19T15:14:47.537Z Downloaded sqlparser_derive v0.2.2
5392024-08-19T15:14:47.537Z Downloaded rustc_version v0.1.7
5402024-08-19T15:14:47.540Z Downloaded const_format_proc_macros v0.2.32
5412024-08-19T15:14:47.542Z Downloaded clang-sys v1.7.0
5422024-08-19T15:14:47.545Z Downloaded tinyvec_macros v0.1.1
5432024-08-19T15:14:47.545Z Downloaded fastrand v2.1.0
5442024-08-19T15:14:47.547Z Downloaded smallvec v1.13.2
5452024-08-19T15:14:47.550Z Downloaded darling v0.20.9
5462024-08-19T15:14:47.553Z Downloaded libloading v0.8.3
5472024-08-19T15:14:47.555Z Downloaded hash32 v0.3.1
5482024-08-19T15:14:47.558Z Downloaded parse-display v0.10.0
5492024-08-19T15:14:47.561Z Downloaded pkg-config v0.3.30
5502024-08-19T15:14:47.561Z Downloaded parse-display-derive v0.10.0
5512024-08-19T15:14:47.563Z Downloaded foreign-types-shared v0.1.1
5522024-08-19T15:14:47.563Z Downloaded signal-hook v0.3.17
5532024-08-19T15:14:47.566Z Downloaded float-cmp v0.9.0
5542024-08-19T15:14:47.568Z Downloaded num-complex v0.4.6
5552024-08-19T15:14:47.571Z Downloaded yasna v0.5.2
5562024-08-19T15:14:47.573Z Downloaded display-error-chain v0.2.0
5572024-08-19T15:14:47.573Z Downloaded scheduled-thread-pool v0.2.7
5582024-08-19T15:14:47.575Z Downloaded rustc-hash v1.1.0
5592024-08-19T15:14:47.575Z Downloaded ref-cast-impl v1.0.23
5602024-08-19T15:14:47.578Z Downloaded native-tls v0.2.11
5612024-08-19T15:14:47.580Z Downloaded schemars_derive v0.8.21
5622024-08-19T15:14:47.582Z Downloaded openssl-sys v0.9.103
5632024-08-19T15:14:47.586Z Downloaded endian-type v0.1.2
5642024-08-19T15:14:47.589Z Downloaded path-slash v0.1.5
5652024-08-19T15:14:47.589Z Downloaded predicates-core v1.0.6
5662024-08-19T15:14:47.592Z Downloaded pretty-hex v0.2.1
5672024-08-19T15:14:47.592Z Downloaded headers-core v0.2.0
5682024-08-19T15:14:47.594Z Downloaded termcolor v1.4.1
5692024-08-19T15:14:47.594Z Downloaded stable_deref_trait v1.2.0
5702024-08-19T15:14:47.597Z Downloaded crossbeam-epoch v0.9.18
5712024-08-19T15:14:47.599Z Downloaded slog-scope v4.4.0
5722024-08-19T15:14:47.601Z Downloaded cookie v0.18.1
5732024-08-19T15:14:47.604Z Downloaded slog-json v2.6.1
5742024-08-19T15:14:47.604Z Downloaded untrusted v0.9.0
5752024-08-19T15:14:47.606Z Downloaded untrusted v0.7.1
5762024-08-19T15:14:47.609Z Downloaded universal-hash v0.5.1
5772024-08-19T15:14:47.609Z Downloaded sqlformat v0.2.4
5782024-08-19T15:14:47.611Z Downloaded psl-types v2.0.11
5792024-08-19T15:14:47.613Z Downloaded tokio-stream v0.1.15
5802024-08-19T15:14:47.616Z Downloaded slog-bunyan v2.5.0
5812024-08-19T15:14:47.619Z Downloaded take_mut v0.2.2
5822024-08-19T15:14:47.619Z Downloaded foreign-types-macros v0.2.3
5832024-08-19T15:14:47.621Z Downloaded spki v0.7.3
5842024-08-19T15:14:47.624Z Downloaded slab v0.4.9
5852024-08-19T15:14:47.624Z Downloaded salsa20 v0.10.2
5862024-08-19T15:14:47.627Z Downloaded zone_cfg_derive v0.1.2
5872024-08-19T15:14:47.627Z Downloaded oso v0.27.3
5882024-08-19T15:14:47.629Z Downloaded smallvec v0.6.14
5892024-08-19T15:14:47.632Z Downloaded http-body v0.4.6
5902024-08-19T15:14:47.634Z Downloaded packed_struct_codegen v0.10.1
5912024-08-19T15:14:47.636Z Downloaded tokio-tungstenite v0.21.0
5922024-08-19T15:14:47.639Z Downloaded diff v0.1.13
5932024-08-19T15:14:47.641Z Downloaded foreign-types-shared v0.3.1
5942024-08-19T15:14:47.644Z Downloaded proc-macro-crate v1.3.1
5952024-08-19T15:14:47.644Z Downloaded pbkdf2 v0.12.2
5962024-08-19T15:14:47.646Z Downloaded similar v2.5.0
5972024-08-19T15:14:47.650Z Downloaded dirs-sys-next v0.1.2
5982024-08-19T15:14:47.652Z Downloaded parking_lot_core v0.9.10
5992024-08-19T15:14:47.655Z Downloaded foreign-types v0.5.0
6002024-08-19T15:14:47.657Z Downloaded sha1 v0.10.6
6012024-08-19T15:14:47.660Z Downloaded paste v1.0.15
6022024-08-19T15:14:47.662Z Downloaded pkcs8 v0.10.2
6032024-08-19T15:14:47.664Z Downloaded enum-as-inner v0.5.1
6042024-08-19T15:14:47.666Z Downloaded portpicker v0.1.1
6052024-08-19T15:14:47.667Z Downloaded slog-stdlog v4.1.1
6062024-08-19T15:14:47.669Z Downloaded rustc-demangle v0.1.24
6072024-08-19T15:14:47.671Z Downloaded const-oid v0.9.6
6082024-08-19T15:14:47.673Z Downloaded pin-utils v0.1.0
6092024-08-19T15:14:47.675Z Downloaded predicates-tree v1.0.9
6102024-08-19T15:14:47.675Z Downloaded serde_arrays v0.1.0
6112024-08-19T15:14:47.678Z Downloaded rustfmt-wrapper v0.2.1
6122024-08-19T15:14:47.678Z Downloaded rusty-fork v0.3.0
6132024-08-19T15:14:47.680Z Downloaded peg-runtime v0.8.3
6142024-08-19T15:14:47.683Z Downloaded tower-service v0.3.2
6152024-08-19T15:14:47.683Z Downloaded utf-8 v0.7.6
6162024-08-19T15:14:47.685Z Downloaded bytes v1.7.1
6172024-08-19T15:14:47.687Z Downloaded defmt-macros v0.3.9
6182024-08-19T15:14:47.691Z Downloaded unicode-linebreak v0.1.5
6192024-08-19T15:14:47.693Z Downloaded term v0.7.0
6202024-08-19T15:14:47.695Z Downloaded globset v0.4.14
6212024-08-19T15:14:47.697Z Downloaded hostname v0.3.1
6222024-08-19T15:14:47.700Z Downloaded diesel_derives v2.2.2
6232024-08-19T15:14:47.703Z Downloaded ena v0.14.3
6242024-08-19T15:14:47.706Z Downloaded half v2.4.1
6252024-08-19T15:14:47.709Z Downloaded embedded-io v0.4.0
6262024-08-19T15:14:47.711Z Downloaded hostname v0.4.0
6272024-08-19T15:14:47.714Z Downloaded r2d2 v0.8.10
6282024-08-19T15:14:47.716Z Downloaded tokio-macros v2.3.0
6292024-08-19T15:14:47.716Z Downloaded ref-cast v1.0.23
6302024-08-19T15:14:47.719Z Downloaded vergen v8.3.2
6312024-08-19T15:14:47.721Z Downloaded minimal-lexical v0.2.1
6322024-08-19T15:14:47.726Z Downloaded filetime v0.2.24
6332024-08-19T15:14:47.728Z Downloaded signature v2.2.0
6342024-08-19T15:14:47.731Z Downloaded cc v1.0.97
6352024-08-19T15:14:47.742Z Downloaded structmeta-derive v0.2.0
6362024-08-19T15:14:47.744Z Downloaded strum v0.26.3
6372024-08-19T15:14:47.747Z Downloaded downcast v0.11.0
6382024-08-19T15:14:47.747Z Downloaded rustls-pemfile v1.0.4
6392024-08-19T15:14:47.749Z Downloaded uuid v1.10.0
6402024-08-19T15:14:47.752Z Downloaded nom v7.1.3
6412024-08-19T15:14:47.757Z Downloaded futures-core v0.3.30
6422024-08-19T15:14:47.760Z Downloaded tinyvec v1.6.0
6432024-08-19T15:14:47.762Z Downloaded crypto-bigint v0.5.5
6442024-08-19T15:14:47.768Z Downloaded serde-big-array v0.5.1
6452024-08-19T15:14:47.770Z Downloaded hubpack_derive v0.1.1
6462024-08-19T15:14:47.773Z Downloaded zeroize_derive v1.4.2
6472024-08-19T15:14:47.773Z Downloaded signal-hook-tokio v0.3.1
6482024-08-19T15:14:47.775Z Downloaded publicsuffix v2.2.3
6492024-08-19T15:14:47.778Z Downloaded pem v3.0.4
6502024-08-19T15:14:47.778Z Downloaded packed_struct v0.10.1
6512024-08-19T15:14:47.780Z Downloaded waitgroup v0.1.2
6522024-08-19T15:14:47.782Z Downloaded fxhash v0.2.1
6532024-08-19T15:14:47.782Z Downloaded serde-hex v0.1.0
6542024-08-19T15:14:47.785Z Downloaded rand_xorshift v0.3.0
6552024-08-19T15:14:47.785Z Downloaded precomputed-hash v0.1.1
6562024-08-19T15:14:47.787Z Downloaded tracing-attributes v0.1.27
6572024-08-19T15:14:47.789Z Downloaded toolchain_find v0.4.0
6582024-08-19T15:14:47.789Z Downloaded schemars v0.8.21
6592024-08-19T15:14:47.801Z Downloaded getrandom v0.2.14
6602024-08-19T15:14:47.804Z Downloaded unicode-truncate v1.0.0
6612024-08-19T15:14:47.810Z Downloaded rpassword v7.3.1
6622024-08-19T15:14:47.810Z Downloaded httpdate v1.0.3
6632024-08-19T15:14:47.810Z Downloaded peg-macros v0.8.4
6642024-08-19T15:14:47.810Z Downloaded itertools v0.12.1
6652024-08-19T15:14:47.817Z Downloaded fallible-streaming-iterator v0.1.9
6662024-08-19T15:14:47.819Z Downloaded time-macros v0.2.18
6672024-08-19T15:14:47.822Z Downloaded trust-dns-resolver v0.22.0
6682024-08-19T15:14:47.825Z Downloaded tungstenite v0.20.1
6692024-08-19T15:14:47.828Z Downloaded sec1 v0.7.3
6702024-08-19T15:14:47.831Z Downloaded itertools v0.10.5
6712024-08-19T15:14:47.837Z Downloaded parse-size v1.0.0
6722024-08-19T15:14:47.839Z Downloaded wait-timeout v0.2.0
6732024-08-19T15:14:47.842Z Downloaded deranged v0.3.11
6742024-08-19T15:14:47.842Z Downloaded thiserror-impl-no-std v2.0.2
6752024-08-19T15:14:47.842Z Downloaded ppv-lite86 v0.2.17
6762024-08-19T15:14:47.845Z Downloaded hubpack v0.1.2
6772024-08-19T15:14:47.847Z Downloaded http-range v0.1.5
6782024-08-19T15:14:47.847Z Downloaded phf_shared v0.10.0
6792024-08-19T15:14:47.847Z Downloaded oso-derive v0.27.3
6802024-08-19T15:14:47.849Z Downloaded topological-sort v0.2.2
6812024-08-19T15:14:47.849Z Downloaded headers v0.3.9
6822024-08-19T15:14:47.854Z Downloaded gethostname v0.5.0
6832024-08-19T15:14:47.856Z Downloaded heck v0.3.3
6842024-08-19T15:14:47.856Z Downloaded funty v2.0.0
6852024-08-19T15:14:47.859Z Downloaded fragile v2.0.0
6862024-08-19T15:14:47.861Z Downloaded want v0.3.1
6872024-08-19T15:14:47.861Z Downloaded tiny-keccak v2.0.2
6882024-08-19T15:14:47.864Z Downloaded serde_yaml v0.9.34+deprecated
6892024-08-19T15:14:47.866Z Downloaded fallible-iterator v0.2.0
6902024-08-19T15:14:47.868Z Downloaded phf_shared v0.11.2
6912024-08-19T15:14:47.868Z Downloaded defmt-parser v0.3.4
6922024-08-19T15:14:47.871Z Downloaded signal-hook-mio v0.2.4
6932024-08-19T15:14:47.871Z Downloaded shlex v1.3.0
6942024-08-19T15:14:47.873Z Downloaded trust-dns-server v0.22.1
6952024-08-19T15:14:47.877Z Downloaded signal-hook-registry v1.4.2
6962024-08-19T15:14:47.880Z Downloaded textwrap v0.16.1
6972024-08-19T15:14:47.883Z Downloaded postcard v1.0.8
6982024-08-19T15:14:47.885Z Downloaded rtoolbox v0.0.2
6992024-08-19T15:14:47.887Z Downloaded vte_generate_state_changes v0.1.1
7002024-08-19T15:14:47.888Z Downloaded secrecy v0.8.0
7012024-08-19T15:14:47.890Z Downloaded radium v0.7.0
7022024-08-19T15:14:47.890Z Downloaded hmac v0.12.1
7032024-08-19T15:14:47.892Z Downloaded dyn-clone v1.0.17
7042024-08-19T15:14:47.894Z Downloaded slog-async v2.8.0
7052024-08-19T15:14:47.894Z Downloaded serde_urlencoded v0.7.1
7062024-08-19T15:14:47.897Z Downloaded quick-error v1.2.3
7072024-08-19T15:14:47.899Z Downloaded derive-where v1.2.7
7082024-08-19T15:14:47.901Z Downloaded toml v0.5.11
7092024-08-19T15:14:47.903Z Downloaded phf v0.11.2
7102024-08-19T15:14:47.906Z Downloaded tokio-native-tls v0.3.1
7112024-08-19T15:14:47.908Z Downloaded shell-words v1.1.0
7122024-08-19T15:14:47.908Z Downloaded heapless v0.7.17
7132024-08-19T15:14:47.910Z Downloaded env_logger v0.10.2
7142024-08-19T15:14:47.913Z Downloaded derive_builder_macro v0.20.0
7152024-08-19T15:14:47.916Z Downloaded tabwriter v1.4.0
7162024-08-19T15:14:47.916Z Downloaded unicode-bidi v0.3.15
7172024-08-19T15:14:47.918Z Downloaded walkdir v2.5.0
7182024-08-19T15:14:47.920Z Downloaded whoami v1.5.1
7192024-08-19T15:14:47.923Z Downloaded which v4.4.2
7202024-08-19T15:14:47.925Z Downloaded form_urlencoded v1.2.1
7212024-08-19T15:14:47.925Z Downloaded ff v0.13.0
7222024-08-19T15:14:47.927Z Downloaded crossterm v0.27.0
7232024-08-19T15:14:47.932Z Downloaded tempfile v3.10.1
7242024-08-19T15:14:47.935Z Downloaded sync_wrapper v0.1.2
7252024-08-19T15:14:47.937Z Downloaded pem-rfc7468 v0.7.0
7262024-08-19T15:14:47.939Z Downloaded parking_lot_core v0.8.6
7272024-08-19T15:14:47.939Z Downloaded unicode_categories v0.1.1
7282024-08-19T15:14:47.942Z Downloaded getopts v0.2.21
7292024-08-19T15:14:47.944Z Downloaded tracing v0.1.40
7302024-08-19T15:14:47.947Z Downloaded futures-task v0.3.30
7312024-08-19T15:14:47.949Z Downloaded futures-sink v0.3.30
7322024-08-19T15:14:47.949Z Downloaded fd-lock v4.0.2
7332024-08-19T15:14:47.951Z Downloaded siphasher v0.3.11
7342024-08-19T15:14:47.954Z Downloaded dirs-next v2.0.0
7352024-08-19T15:14:47.954Z Downloaded scopeguard v1.2.0
7362024-08-19T15:14:47.956Z Downloaded rustc_version v0.4.0
7372024-08-19T15:14:47.956Z Downloaded postgres-types v0.2.7
7382024-08-19T15:14:47.959Z Downloaded subtle v2.5.0
7392024-08-19T15:14:47.961Z Downloaded termios v0.3.3
7402024-08-19T15:14:47.961Z Downloaded owo-colors v4.0.0
7412024-08-19T15:14:47.963Z Downloaded parking_lot v0.12.2
7422024-08-19T15:14:47.966Z Downloaded time v0.3.36
7432024-08-19T15:14:47.973Z Downloaded der_derive v0.7.2
7442024-08-19T15:14:47.975Z Downloaded unicode-xid v0.2.4
7452024-08-19T15:14:47.977Z Downloaded unicase v2.7.0
7462024-08-19T15:14:47.977Z Downloaded parking_lot v0.11.2
7472024-08-19T15:14:47.980Z Downloaded erased-serde v0.3.31
7482024-08-19T15:14:47.982Z Downloaded unarray v0.1.4
7492024-08-19T15:14:47.984Z Downloaded hashlink v0.9.1
7502024-08-19T15:14:47.984Z Downloaded toml v0.7.8
7512024-08-19T15:14:47.987Z Downloaded resolv-conf v0.7.0
7522024-08-19T15:14:47.990Z Downloaded socket2 v0.5.7
7532024-08-19T15:14:47.992Z Downloaded itertools v0.13.0
7542024-08-19T15:14:47.998Z Downloaded supports-color v3.0.0
7552024-08-19T15:14:48.001Z Downloaded vsss-rs v3.3.4
7562024-08-19T15:14:48.003Z Downloaded sct v0.7.1
7572024-08-19T15:14:48.006Z Downloaded hex v0.4.3
7582024-08-19T15:14:48.006Z Downloaded snafu-derive v0.8.2
7592024-08-19T15:14:48.008Z Downloaded hashbrown v0.13.2
7602024-08-19T15:14:48.011Z Downloaded strum_macros v0.26.4
7612024-08-19T15:14:48.014Z Downloaded zip v0.6.6
7622024-08-19T15:14:48.018Z Downloaded futures-macro v0.3.30
7632024-08-19T15:14:48.020Z Downloaded rustyline v14.0.0
7642024-08-19T15:14:48.024Z Downloaded env_logger v0.9.3
7652024-08-19T15:14:48.026Z Downloaded highway v1.2.0
7662024-08-19T15:14:48.029Z Downloaded unicode-normalization v0.1.23
7672024-08-19T15:14:48.031Z Downloaded trust-dns-client v0.22.0
7682024-08-19T15:14:48.036Z Downloaded tar v0.4.41
7692024-08-19T15:14:48.039Z Downloaded subprocess v0.2.9
7702024-08-19T15:14:48.041Z Downloaded slog v2.7.0
7712024-08-19T15:14:48.044Z Downloaded futures v0.3.30
7722024-08-19T15:14:48.049Z Downloaded derive_builder v0.20.0
7732024-08-19T15:14:48.053Z Downloaded vte v0.11.1
7742024-08-19T15:14:48.055Z Downloaded aho-corasick v1.1.3
7752024-08-19T15:14:48.061Z Downloaded der v0.7.9
7762024-08-19T15:14:48.065Z Downloaded spin v0.9.8
7772024-08-19T15:14:48.068Z Downloaded test-strategy v0.3.1
7782024-08-19T15:14:48.071Z Downloaded blake3 v1.5.1
7792024-08-19T15:14:48.078Z Downloaded derive_builder_core v0.20.0
7802024-08-19T15:14:48.080Z Downloaded rsa v0.9.6
7812024-08-19T15:14:48.085Z Downloaded rand v0.8.5
7822024-08-19T15:14:48.089Z Downloaded tokio-tungstenite v0.20.1
7832024-08-19T15:14:48.091Z Downloaded unicode-segmentation v1.11.0
7842024-08-19T15:14:48.094Z Downloaded rayon-core v1.12.1
7852024-08-19T15:14:48.098Z Downloaded socket2 v0.4.10
7862024-08-19T15:14:48.100Z Downloaded heapless v0.8.0
7872024-08-19T15:14:48.103Z Downloaded toml_edit v0.19.15
7882024-08-19T15:14:48.119Z Downloaded serde_with v3.8.3
7892024-08-19T15:14:48.126Z Downloaded ron v0.8.1
7902024-08-19T15:14:48.131Z Downloaded tough v0.17.1
7912024-08-19T15:14:48.139Z Downloaded expectorate v1.1.0
7922024-08-19T15:14:48.141Z Downloaded ron v0.7.1
7932024-08-19T15:14:48.146Z Downloaded rustls-webpki v0.101.7
7942024-08-19T15:14:48.160Z Downloaded lalrpop v0.19.12
7952024-08-19T15:14:48.170Z Downloaded tokio-postgres v0.7.11
7962024-08-19T15:14:48.174Z Downloaded rustls-webpki v0.102.4
7972024-08-19T15:14:48.192Z Downloaded hyper v0.14.30
7982024-08-19T15:14:48.199Z Downloaded openssl v0.10.66
7992024-08-19T15:14:48.211Z Downloaded nix v0.28.0
8002024-08-19T15:14:48.219Z Downloaded http v0.2.12
8012024-08-19T15:14:48.223Z Downloaded sqlparser v0.45.0
8022024-08-19T15:14:48.228Z Downloaded vcpkg v0.2.15
8032024-08-19T15:14:48.265Z Downloaded portable-atomic v1.6.0
8042024-08-19T15:14:48.270Z Downloaded regex-automata v0.1.10
8052024-08-19T15:14:48.275Z Downloaded object v0.32.2
8062024-08-19T15:14:48.284Z Downloaded hkdf v0.12.4
8072024-08-19T15:14:48.287Z Downloaded git2 v0.19.0
8082024-08-19T15:14:48.295Z Downloaded idna v0.2.3
8092024-08-19T15:14:48.301Z Downloaded reqwest v0.11.27
8102024-08-19T15:14:48.308Z Downloaded rusqlite v0.31.0
8112024-08-19T15:14:48.314Z Downloaded gimli v0.28.1
8122024-08-19T15:14:48.321Z Downloaded smoltcp v0.9.1
8132024-08-19T15:14:48.331Z Downloaded quick-xml v0.31.0
8142024-08-19T15:14:48.337Z Downloaded regress v0.9.1
8152024-08-19T15:14:48.345Z Downloaded radix_trie v0.2.1
8162024-08-19T15:14:48.350Z Downloaded futures-util v0.3.30
8172024-08-19T15:14:48.361Z Downloaded trust-dns-proto v0.22.0
8182024-08-19T15:14:48.372Z Downloaded rustls v0.21.12
8192024-08-19T15:14:48.383Z Downloaded bstr v0.2.17
8202024-08-19T15:14:48.391Z Downloaded regex-syntax v0.6.29
8212024-08-19T15:14:48.398Z Downloaded webpki-roots v0.25.4
8222024-08-19T15:14:48.402Z Downloaded bstr v1.9.1
8232024-08-19T15:14:48.412Z Downloaded curve25519-dalek v4.1.3
8242024-08-19T15:14:48.420Z Downloaded regex v1.10.6
8252024-08-19T15:14:48.432Z Downloaded smoltcp v0.11.0
8262024-08-19T15:14:48.444Z Downloaded ratatui v0.28.0
8272024-08-19T15:14:48.462Z Downloaded rustls v0.22.4
8282024-08-19T15:14:48.474Z Downloaded polar-core v0.27.3
8292024-08-19T15:14:48.482Z Downloaded sled v0.34.7
8302024-08-19T15:14:48.491Z Downloaded regex-syntax v0.8.4
8312024-08-19T15:14:48.499Z Downloaded openapiv3 v2.0.0
8322024-08-19T15:14:48.510Z Downloaded petgraph v0.6.5
8332024-08-19T15:14:48.528Z Downloaded diesel v2.2.2
8342024-08-19T15:14:48.546Z Downloaded bitvec v1.0.1
8352024-08-19T15:14:48.560Z Downloaded nix v0.27.1
8362024-08-19T15:14:48.571Z Downloaded chrono v0.4.38
8372024-08-19T15:14:48.582Z Downloaded zerocopy-derive v0.6.6
8382024-08-19T15:14:48.588Z Downloaded regex-automata v0.4.6
8392024-08-19T15:14:48.605Z Downloaded finl_unicode v1.2.0
8402024-08-19T15:14:48.617Z Downloaded bzip2-sys v0.1.11+1.0.8
8412024-08-19T15:14:48.629Z Downloaded idna v0.5.0
8422024-08-19T15:14:48.636Z Downloaded bindgen v0.69.4
8432024-08-19T15:14:48.643Z Downloaded tokio v1.38.1
8442024-08-19T15:14:48.680Z Downloaded sha3 v0.10.8
8452024-08-19T15:14:48.684Z Downloaded csv v1.3.0
8462024-08-19T15:14:48.705Z Downloaded object v0.30.4
8472024-08-19T15:14:48.714Z Downloaded idna v0.3.0
8482024-08-19T15:14:48.722Z Downloaded rayon v1.10.0
8492024-08-19T15:14:48.730Z Downloaded reedline v0.33.0
8502024-08-19T15:14:48.737Z Downloaded proptest v1.5.0
8512024-08-19T15:14:48.746Z Downloaded winnow v0.5.40
8522024-08-19T15:14:48.754Z Downloaded steno v0.4.1
8532024-08-19T15:14:48.758Z Downloaded hashbrown v0.12.3
8542024-08-19T15:14:48.763Z Downloaded h2 v0.3.26
8552024-08-19T15:14:48.769Z Downloaded typed-path v0.7.1
8562024-08-19T15:14:48.775Z Downloaded tokio-util v0.7.11
8572024-08-19T15:14:48.782Z Downloaded encoding_rs v0.8.34
8582024-08-19T15:14:48.803Z Downloaded poly1305 v0.8.0
8592024-08-19T15:14:48.805Z Downloaded pin-project-internal v1.1.5
8602024-08-19T15:14:48.808Z Downloaded pin-project v1.1.5
8612024-08-19T15:14:48.817Z Downloaded postgres-protocol v0.6.7
8622024-08-19T15:14:48.820Z Downloaded serde_repr v0.1.19
8632024-08-19T15:14:48.822Z Downloaded serde_path_to_error v0.1.16
8642024-08-19T15:14:48.824Z Downloaded crossterm v0.28.1
8652024-08-19T15:14:48.829Z Downloaded http v1.1.0
8662024-08-19T15:14:48.833Z Downloaded zeroize v1.7.0
8672024-08-19T15:14:48.835Z Downloaded snafu v0.8.2
8682024-08-19T15:14:48.840Z Downloaded rcgen v0.12.1
8692024-08-19T15:14:48.842Z Downloaded flate2 v1.0.31
8702024-08-19T15:14:48.847Z Downloaded spin v0.5.2
8712024-08-19T15:14:48.849Z Downloaded serde_derive_internals v0.29.1
8722024-08-19T15:14:48.852Z Downloaded rustls-pki-types v1.7.0
8732024-08-19T15:14:48.852Z Downloaded x509-cert v0.2.5
8742024-08-19T15:14:48.857Z Downloaded libxml v0.3.3
8752024-08-19T15:14:48.863Z Downloaded aes v0.8.4
8762024-08-19T15:14:48.866Z Downloaded libgit2-sys v0.17.0+1.8.1
8772024-08-19T15:14:48.923Z Downloaded powerfmt v0.2.0
8782024-08-19T15:14:48.925Z Downloaded password-hash v0.5.0
8792024-08-19T15:14:48.927Z Downloaded rustls-pemfile v2.1.3
8802024-08-19T15:14:48.930Z Downloaded url v2.5.2
8812024-08-19T15:14:48.932Z Downloaded tracing-core v0.1.32
8822024-08-19T15:14:48.934Z Downloaded elliptic-curve v0.13.8
8832024-08-19T15:14:48.937Z Downloaded fallible-iterator v0.3.0
8842024-08-19T15:14:48.939Z Downloaded httparse v1.8.0
8852024-08-19T15:14:48.941Z Downloaded futures-channel v0.3.30
8862024-08-19T15:14:48.943Z Downloaded thiserror-no-std v2.0.2
8872024-08-19T15:14:48.945Z Downloaded string_cache v0.8.7
8882024-08-19T15:14:48.948Z Downloaded zerocopy v0.6.6
8892024-08-19T15:14:48.950Z Downloaded samael v0.0.15
8902024-08-19T15:14:48.953Z Downloaded crossbeam-channel v0.5.12
8912024-08-19T15:14:48.957Z Downloaded backtrace v0.3.71
8922024-08-19T15:14:48.962Z Downloaded ring v0.17.8
8932024-08-19T15:14:49.031Z Downloaded rand_seeder v0.3.0
8942024-08-19T15:14:49.033Z Downloaded rand_chacha v0.3.1
8952024-08-19T15:14:49.033Z Downloaded either v1.13.0
8962024-08-19T15:14:49.036Z Downloaded dsl_auto_type v0.1.2
8972024-08-19T15:14:49.036Z Downloaded fatfs v0.3.6
8982024-08-19T15:14:49.038Z Downloaded prettyplease v0.2.20
8992024-08-19T15:14:49.041Z Downloaded unsafe-libyaml v0.2.11
9002024-08-19T15:14:49.044Z Downloaded tungstenite v0.21.0
9012024-08-19T15:14:49.047Z Downloaded compact_str v0.8.0
9022024-08-19T15:14:49.050Z Downloaded flume v0.11.0
9032024-08-19T15:14:49.054Z Downloaded structmeta v0.3.0
9042024-08-19T15:14:49.056Z Downloaded strip-ansi-escapes v0.2.0
9052024-08-19T15:14:49.056Z Downloaded stringprep v0.1.4
9062024-08-19T15:14:49.059Z Downloaded num-bigint-dig v0.8.4
9072024-08-19T15:14:49.061Z Downloaded libm v0.2.8
9082024-08-19T15:14:49.069Z Downloaded mio v0.8.11
9092024-08-19T15:14:49.074Z Downloaded twox-hash v1.6.3
9102024-08-19T15:14:49.077Z Downloaded rand_core v0.6.4
9112024-08-19T15:14:49.079Z Downloaded peg v0.8.4
9122024-08-19T15:14:49.080Z Downloaded structmeta-derive v0.3.0
9132024-08-19T15:14:49.082Z Downloaded predicates v3.1.2
9142024-08-19T15:14:49.085Z Downloaded pkcs1 v0.7.5
9152024-08-19T15:14:49.087Z Downloaded pin-project-lite v0.2.14
9162024-08-19T15:14:49.090Z Downloaded rustversion v1.0.17
9172024-08-19T15:14:49.093Z Downloaded home v0.5.9
9182024-08-19T15:14:49.095Z Downloaded pkcs5 v0.7.1
9192024-08-19T15:14:49.098Z Downloaded mio v1.0.2
9202024-08-19T15:14:49.102Z Downloaded zone v0.1.8
9212024-08-19T15:14:49.104Z Downloaded tls_codec_derive v0.4.1
9222024-08-19T15:14:49.104Z Downloaded tls_codec v0.4.1
9232024-08-19T15:14:49.106Z Downloaded slog-term v2.9.1
9242024-08-19T15:14:49.109Z Downloaded slog-dtrace v0.3.0
9252024-08-19T15:14:49.111Z Downloaded derive_more v0.99.18
9262024-08-19T15:14:49.113Z Downloaded base64 v0.22.1
9272024-08-19T15:14:49.117Z Downloaded foreign-types v0.3.2
9282024-08-19T15:14:49.119Z Downloaded flagset v0.4.5
9292024-08-19T15:14:49.119Z Downloaded const_format v0.2.32
9302024-08-19T15:14:49.123Z Downloaded chacha20poly1305 v0.10.1
9312024-08-19T15:14:49.125Z Downloaded futures-io v0.3.30
9322024-08-19T15:14:49.127Z Downloaded futures-executor v0.3.30
9332024-08-19T15:14:49.127Z Downloaded num-traits v0.2.19
9342024-08-19T15:14:49.130Z Downloaded base64 v0.13.1
9352024-08-19T15:14:49.132Z Downloaded darling_core v0.20.9
9362024-08-19T15:14:49.137Z Downloaded humantime v2.1.0
9372024-08-19T15:14:49.139Z Downloaded glob v0.3.1
9382024-08-19T15:14:49.139Z Downloaded mockall_derive v0.13.0
9392024-08-19T15:14:49.142Z Downloaded indicatif v0.17.8
9402024-08-19T15:14:49.144Z Downloaded base64 v0.21.7
9412024-08-19T15:14:49.148Z Downloaded fixedbitset v0.4.2
9422024-08-19T15:14:49.150Z Downloaded addr2line v0.21.0
9432024-08-19T15:14:49.153Z Downloaded serde_with_macros v3.8.3
9442024-08-19T15:14:49.155Z Downloaded arc-swap v1.7.1
9452024-08-19T15:14:49.157Z Downloaded tokio-rustls v0.25.0
9462024-08-19T15:14:49.159Z Downloaded tokio-rustls v0.24.1
9472024-08-19T15:14:49.161Z Downloaded cancel-safe-futures v0.1.5
9482024-08-19T15:14:49.164Z Downloaded hash32 v0.2.1
9492024-08-19T15:14:49.166Z Downloaded group v0.13.0
9502024-08-19T15:14:49.166Z Downloaded blake2 v0.10.6
9512024-08-19T15:14:49.168Z Downloaded smf v0.2.3
9522024-08-19T15:14:49.170Z Downloaded debug-ignore v1.0.5
9532024-08-19T15:14:49.170Z Downloaded cobs v0.2.3
9542024-08-19T15:14:49.172Z Downloaded semver v0.1.20
9552024-08-19T15:14:49.172Z Downloaded scrypt v0.11.0
9562024-08-19T15:14:49.175Z Downloaded miniz_oxide v0.7.2
9572024-08-19T15:14:49.177Z Downloaded crc v3.2.1
9582024-08-19T15:14:49.179Z Downloaded base64ct v1.6.0
9592024-08-19T15:14:49.179Z Downloaded lru-cache v0.1.2
9602024-08-19T15:14:49.182Z Downloaded maplit v1.0.2
9612024-08-19T15:14:49.182Z Downloaded libefi-sys v0.1.0
9622024-08-19T15:14:49.184Z Downloaded lazy_static v1.5.0
9632024-08-19T15:14:49.184Z Downloaded keccak v0.1.5
9642024-08-19T15:14:49.186Z Downloaded ahash v0.8.11
9652024-08-19T15:14:49.189Z Downloaded chacha20 v0.9.1
9662024-08-19T15:14:49.189Z Downloaded arrayvec v0.7.4
9672024-08-19T15:14:49.192Z Downloaded ciborium v0.2.2
9682024-08-19T15:14:49.196Z Downloaded crossbeam-deque v0.8.5
9692024-08-19T15:14:49.198Z Downloaded bzip2 v0.4.4
9702024-08-19T15:14:49.198Z Downloaded bit-vec v0.6.3
9712024-08-19T15:14:49.200Z Downloaded normalize-line-endings v0.3.0
9722024-08-19T15:14:49.200Z Downloaded nodrop v0.1.14
9732024-08-19T15:14:49.200Z Downloaded linked-hash-map v0.5.6
9742024-08-19T15:14:49.202Z Downloaded libsw v3.3.1
9752024-08-19T15:14:49.205Z Downloaded crc32fast v1.4.0
9762024-08-19T15:14:49.205Z Downloaded bitfield-struct v0.6.1
9772024-08-19T15:14:49.207Z Downloaded bcs v0.1.6
9782024-08-19T15:14:49.207Z Downloaded argon2 v0.5.3
9792024-08-19T15:14:49.209Z Downloaded lalrpop-util v0.19.12
9802024-08-19T15:14:49.209Z Downloaded darling_macro v0.20.9
9812024-08-19T15:14:49.212Z Downloaded nibble_vec v0.1.0
9822024-08-19T15:14:49.212Z Downloaded curve25519-dalek-derive v0.1.1
9832024-08-19T15:14:49.212Z Downloaded arrayref v0.3.7
9842024-08-19T15:14:49.214Z Downloaded kstat-rs v0.2.4
9852024-08-19T15:14:49.214Z Downloaded impl-trait-for-tuples v0.2.2
9862024-08-19T15:14:49.216Z Downloaded hyper-rustls v0.24.2
9872024-08-19T15:14:49.219Z Downloaded buf-list v1.0.3
9882024-08-19T15:14:49.221Z Downloaded atomic-waker v1.1.2
9892024-08-19T15:14:49.221Z Downloaded constant_time_eq v0.3.0
9902024-08-19T15:14:49.223Z Downloaded colored v2.1.0
9912024-08-19T15:14:49.226Z Downloaded cexpr v0.6.0
9922024-08-19T15:14:49.226Z Downloaded cassowary v0.3.0
9932024-08-19T15:14:49.228Z Downloaded ascii-canvas v3.0.0
9942024-08-19T15:14:49.228Z Downloaded lru v0.12.3
9952024-08-19T15:14:49.230Z Downloaded lazycell v1.3.0
9962024-08-19T15:14:49.230Z Downloaded ipnetwork v0.20.0
9972024-08-19T15:14:49.233Z Downloaded camino-tempfile v1.1.1
9982024-08-19T15:14:49.233Z Downloaded instability v0.3.2
9992024-08-19T15:14:49.235Z Downloaded inout v0.1.3
10002024-08-19T15:14:49.235Z Downloaded indent_write v2.2.0
10012024-08-19T15:14:49.237Z Downloaded cbc v0.1.2
10022024-08-19T15:14:49.237Z Downloaded ciborium-ll v0.2.2
10032024-08-19T15:14:49.240Z Downloaded bitfield v0.14.0
10042024-08-19T15:14:49.240Z Downloaded base16ct v0.2.0
10052024-08-19T15:14:49.242Z Downloaded async-stream v0.3.5
10062024-08-19T15:14:49.242Z Downloaded assert_matches v1.5.0
10072024-08-19T15:14:49.245Z Downloaded aead v0.5.2
10082024-08-19T15:14:49.245Z Downloaded bb8 v0.8.5
10092024-08-19T15:14:49.245Z Downloaded ipnet v2.9.0
10102024-08-19T15:14:49.247Z Downloaded hyper-tls v0.5.0
10112024-08-19T15:14:49.247Z Downloaded async-stream-impl v0.3.5
10122024-08-19T15:14:49.325Z Downloaded libz-sys v1.1.16
10132024-08-19T15:14:49.490Z Downloaded libsqlite3-sys v0.28.0
10142024-08-19T15:14:49.566Z Downloaded ring v0.16.20
10152024-08-19T15:14:49.729Z Compiling cfg-if v1.0.0
10162024-08-19T15:14:49.729Z Compiling serde v1.0.207
10172024-08-19T15:14:49.731Z Compiling lock_api v0.4.12
10182024-08-19T15:14:49.731Z Compiling typenum v1.17.0
10192024-08-19T15:14:49.731Z Compiling scopeguard v1.2.0
10202024-08-19T15:14:49.909Z Compiling generic-array v0.14.7
10212024-08-19T15:14:49.925Z Compiling syn v2.0.74
10222024-08-19T15:14:49.927Z Compiling getrandom v0.2.14
10232024-08-19T15:14:49.955Z Compiling log v0.4.21
10242024-08-19T15:14:50.014Z Compiling jobserver v0.1.32
10252024-08-19T15:14:50.221Z Compiling rand_core v0.6.4
10262024-08-19T15:14:50.405Z Compiling cc v1.0.97
10272024-08-19T15:14:50.423Z Compiling subtle v2.5.0
10282024-08-19T15:14:50.439Z Compiling const-oid v0.9.6
10292024-08-19T15:14:50.750Z Compiling smallvec v1.13.2
10302024-08-19T15:14:50.769Z Compiling pin-project-lite v0.2.14
10312024-08-19T15:14:50.772Z Compiling spin v0.9.8
10322024-08-19T15:14:50.898Z Compiling parking_lot_core v0.9.10
10332024-08-19T15:14:50.931Z Compiling signal-hook-registry v1.4.2
10342024-08-19T15:14:51.119Z Compiling mio v0.8.11
10352024-08-19T15:14:51.161Z Compiling ahash v0.8.11
10362024-08-19T15:14:51.513Z Compiling tinyvec_macros v0.1.1
10372024-08-19T15:14:51.735Z Compiling tinyvec v1.6.0
10382024-08-19T15:14:51.934Z Compiling parking_lot v0.12.2
10392024-08-19T15:14:52.186Z Compiling num_cpus v1.16.0
10402024-08-19T15:14:52.314Z Compiling socket2 v0.5.7
10412024-08-19T15:14:52.570Z Compiling serde_json v1.0.125
10422024-08-19T15:14:52.573Z Compiling libm v0.2.8
10432024-08-19T15:14:52.603Z Compiling cpufeatures v0.2.12
10442024-08-19T15:14:52.708Z Compiling futures-core v0.3.30
10452024-08-19T15:14:52.934Z Compiling num-traits v0.2.19
10462024-08-19T15:14:52.968Z Compiling slab v0.4.9
10472024-08-19T15:14:52.970Z Compiling allocator-api2 v0.2.18
10482024-08-19T15:14:53.000Z Compiling unicode-bidi v0.3.15
10492024-08-19T15:14:53.250Z Compiling unicode-normalization v0.1.23
10502024-08-19T15:14:53.303Z Compiling futures-sink v0.3.30
10512024-08-19T15:14:53.571Z Compiling futures-channel v0.3.30
10522024-08-19T15:14:53.754Z Compiling futures-io v0.3.30
10532024-08-19T15:14:53.835Z Compiling vcpkg v0.2.15
10542024-08-19T15:14:53.986Z Compiling pin-utils v0.1.0
10552024-08-19T15:14:54.081Z Compiling futures-task v0.3.30
10562024-08-19T15:14:54.109Z Compiling pkg-config v0.3.30
10572024-08-19T15:14:54.390Z Compiling base64ct v1.6.0
10582024-08-19T15:14:54.409Z Compiling flagset v0.4.5
10592024-08-19T15:14:54.612Z Compiling ppv-lite86 v0.2.17
10602024-08-19T15:14:54.817Z Compiling ring v0.17.8
10612024-08-19T15:14:54.995Z Compiling pem-rfc7468 v0.7.0
10622024-08-19T15:14:54.998Z Compiling percent-encoding v2.3.1
10632024-08-19T15:14:55.375Z Compiling tracing-core v0.1.32
10642024-08-19T15:14:55.461Z Compiling rand_chacha v0.3.1
10652024-08-19T15:14:55.698Z Compiling rustix v0.38.34
10662024-08-19T15:14:55.733Z Compiling untrusted v0.9.0
10672024-08-19T15:14:55.893Z Compiling syn v1.0.109
10682024-08-19T15:14:56.072Z Compiling openssl-sys v0.9.103
10692024-08-19T15:14:56.592Z Compiling rand v0.8.5
10702024-08-19T15:14:56.622Z Compiling lazy_static v1.5.0
10712024-08-19T15:14:56.640Z Compiling httparse v1.8.0
10722024-08-19T15:14:56.706Z Compiling num-conv v0.1.0
10732024-08-19T15:14:56.739Z Compiling powerfmt v0.2.0
10742024-08-19T15:14:56.995Z Compiling rustversion v1.0.17
10752024-08-19T15:14:57.067Z Compiling openssl v0.10.66
10762024-08-19T15:14:57.127Z Compiling foreign-types-shared v0.1.1
10772024-08-19T15:14:57.204Z Compiling time-core v0.1.2
10782024-08-19T15:14:57.231Z Compiling foreign-types v0.3.2
10792024-08-19T15:14:57.367Z Compiling time-macros v0.2.18
10802024-08-19T15:14:57.522Z Compiling deranged v0.3.11
10812024-08-19T15:14:57.781Z Compiling form_urlencoded v1.2.1
10822024-08-19T15:14:58.111Z Compiling crossbeam-utils v0.8.19
10832024-08-19T15:14:58.489Z Compiling siphasher v0.3.11
10842024-08-19T15:14:58.634Z Compiling rustls v0.21.12
10852024-08-19T15:14:58.683Z Compiling try-lock v0.2.5
10862024-08-19T15:14:58.823Z Compiling native-tls v0.2.11
10872024-08-19T15:14:58.848Z Compiling num_threads v0.1.7
10882024-08-19T15:14:58.902Z Compiling want v0.3.1
10892024-08-19T15:14:59.192Z Compiling idna v0.5.0
10902024-08-19T15:14:59.339Z Compiling socket2 v0.4.10
10912024-08-19T15:14:59.801Z Compiling aho-corasick v1.1.3
10922024-08-19T15:15:00.208Z Compiling cookie v0.17.0
10932024-08-19T15:15:00.403Z Compiling adler v1.0.2
10942024-08-19T15:15:00.473Z Compiling time v0.3.36
10952024-08-19T15:15:00.473Z Compiling openssl-probe v0.1.5
10962024-08-19T15:15:00.579Z Compiling httpdate v1.0.3
10972024-08-19T15:15:00.597Z Compiling tower-service v0.3.2
10982024-08-19T15:15:00.708Z Compiling slog v2.7.0
10992024-08-19T15:15:00.791Z Compiling regex-syntax v0.8.4
11002024-08-19T15:15:01.006Z Compiling iana-time-zone v0.1.60
11012024-08-19T15:15:01.203Z Compiling finl_unicode v1.2.0
11022024-08-19T15:15:01.505Z Compiling miniz_oxide v0.7.2
11032024-08-19T15:15:01.781Z Compiling stringprep v0.1.4
11042024-08-19T15:15:03.058Z Compiling url v2.5.2
11052024-08-19T15:15:04.317Z Compiling serde_derive v1.0.207
11062024-08-19T15:15:04.377Z Compiling zeroize_derive v1.4.2
11072024-08-19T15:15:04.909Z Compiling zerocopy-derive v0.7.34
11082024-08-19T15:15:05.214Z Compiling tokio-macros v2.3.0
11092024-08-19T15:15:05.633Z Compiling thiserror-impl v1.0.63
11102024-08-19T15:15:05.767Z Compiling futures-macro v0.3.30
11112024-08-19T15:15:05.991Z Compiling zeroize v1.7.0
11122024-08-19T15:15:06.847Z Compiling der_derive v0.7.2
11132024-08-19T15:15:07.150Z Compiling zerocopy v0.7.34
11142024-08-19T15:15:07.277Z Compiling scroll_derive v0.12.0
11152024-08-19T15:15:07.826Z Compiling crypto-common v0.1.6
11162024-08-19T15:15:07.898Z Compiling block-buffer v0.10.4
11172024-08-19T15:15:08.060Z Compiling block-padding v0.3.3
11182024-08-19T15:15:08.180Z Compiling digest v0.10.7
11192024-08-19T15:15:08.314Z Compiling inout v0.1.3
11202024-08-19T15:15:08.591Z Compiling hmac v0.12.1
11212024-08-19T15:15:08.648Z Compiling sha2 v0.10.8
11222024-08-19T15:15:08.785Z Compiling cipher v0.4.4
11232024-08-19T15:15:08.830Z Compiling futures-util v0.3.30
11242024-08-19T15:15:08.969Z Compiling thiserror v1.0.63
11252024-08-19T15:15:09.113Z Compiling pest v2.7.10
11262024-08-19T15:15:09.321Z Compiling hashbrown v0.14.5
11272024-08-19T15:15:09.342Z Compiling der v0.7.9
11282024-08-19T15:15:09.344Z Compiling salsa20 v0.10.2
11292024-08-19T15:15:09.576Z Compiling pbkdf2 v0.12.2
11302024-08-19T15:15:09.752Z Compiling tracing-attributes v0.1.27
11312024-08-19T15:15:10.760Z Compiling scrypt v0.11.0
11322024-08-19T15:15:11.360Z Compiling cbc v0.1.2
11332024-08-19T15:15:11.530Z Compiling spki v0.7.3
11342024-08-19T15:15:11.670Z Compiling pest_meta v2.7.10
11352024-08-19T15:15:11.956Z Compiling aes v0.8.4
11362024-08-19T15:15:12.119Z Compiling scroll v0.12.0
11372024-08-19T15:15:12.257Z Compiling openssl-macros v0.1.1
11382024-08-19T15:15:12.691Z Compiling goblin v0.8.2
11392024-08-19T15:15:12.711Z Compiling sct v0.7.1
11402024-08-19T15:15:12.999Z Compiling pest_generator v2.7.10
11412024-08-19T15:15:13.017Z Compiling pkcs5 v0.7.1
11422024-08-19T15:15:13.555Z Compiling tracing v0.1.40
11432024-08-19T15:15:14.061Z Compiling pkcs8 v0.10.2
11442024-08-19T15:15:14.200Z Compiling rustls-webpki v0.101.7
11452024-08-19T15:15:14.707Z Compiling md-5 v0.10.6
11462024-08-19T15:15:14.803Z Compiling regex-automata v0.4.6
11472024-08-19T15:15:14.913Z Compiling num-integer v0.1.46
11482024-08-19T15:15:14.992Z Compiling backtrace v0.3.71
11492024-08-19T15:15:15.477Z Compiling idna v0.3.0
11502024-08-19T15:15:15.708Z Compiling hash32 v0.2.1
11512024-08-19T15:15:16.065Z Compiling psl-types v2.0.11
11522024-08-19T15:15:16.131Z Compiling num-bigint-dig v0.8.4
11532024-08-19T15:15:16.255Z Compiling smoltcp v0.9.1
11542024-08-19T15:15:16.446Z Compiling base64 v0.22.1
11552024-08-19T15:15:16.716Z Compiling pest_derive v2.7.10
11562024-08-19T15:15:17.067Z Compiling signal-hook v0.3.17
11572024-08-19T15:15:17.122Z Compiling cfg_aliases v0.1.1
11582024-08-19T15:15:17.225Z Compiling crc32fast v1.4.0
11592024-08-19T15:15:17.254Z Compiling gimli v0.28.1
11602024-08-19T15:15:17.346Z Compiling fallible-iterator v0.2.0
11612024-08-19T15:15:17.516Z Compiling dtrace-parser v0.2.0
11622024-08-19T15:15:17.744Z Compiling stable_deref_trait v1.2.0
11632024-08-19T15:15:17.947Z Compiling nix v0.28.0
11642024-08-19T15:15:18.074Z Compiling publicsuffix v2.2.3
11652024-08-19T15:15:18.359Z Compiling num-iter v0.1.45
11662024-08-19T15:15:18.546Z Compiling bytes v1.7.1
11672024-08-19T15:15:18.787Z Compiling bitflags v2.6.0
11682024-08-19T15:15:19.241Z Compiling indexmap v2.4.0
11692024-08-19T15:15:19.653Z Compiling tokio v1.38.1
11702024-08-19T15:15:19.872Z Compiling http v0.2.12
11712024-08-19T15:15:20.697Z Compiling semver v1.0.23
11722024-08-19T15:15:21.466Z Compiling rustc_version v0.4.0
11732024-08-19T15:15:22.258Z Compiling http-body v0.4.6
11742024-08-19T15:15:22.279Z Compiling heapless v0.7.17
11752024-08-19T15:15:22.371Z Compiling dof v0.3.0
11762024-08-19T15:15:22.734Z Compiling uuid v1.10.0
11772024-08-19T15:15:23.058Z Compiling chrono v0.4.38
11782024-08-19T15:15:23.889Z Compiling usdt-impl v0.5.0
11792024-08-19T15:15:24.153Z Compiling toml_datetime v0.6.8
11802024-08-19T15:15:24.578Z Compiling serde_tokenstream v0.2.2
11812024-08-19T15:15:24.664Z Compiling serde_spanned v0.6.7
11822024-08-19T15:15:24.904Z Compiling terminal_size v0.3.0
11832024-08-19T15:15:25.102Z Compiling addr2line v0.21.0
11842024-08-19T15:15:25.186Z Compiling postgres-protocol v0.6.7
11852024-08-19T15:15:25.461Z Compiling hubpack_derive v0.1.1
11862024-08-19T15:15:25.778Z Compiling async-trait v0.1.81
11872024-08-19T15:15:26.202Z Compiling zerocopy-derive v0.6.6
11882024-08-19T15:15:26.765Z Compiling phf_shared v0.11.2
11892024-08-19T15:15:27.154Z Compiling serde_derive_internals v0.29.1
11902024-08-19T15:15:27.379Z Compiling ff v0.13.0
11912024-08-19T15:15:27.547Z Compiling object v0.32.2
11922024-08-19T15:15:27.601Z Compiling fs-err v2.11.0
11932024-08-19T15:15:27.714Z Compiling winnow v0.5.40
11942024-08-19T15:15:27.890Z Compiling tokio-util v0.7.11
11952024-08-19T15:15:28.454Z Compiling tokio-rustls v0.24.1
11962024-08-19T15:15:28.637Z Compiling regex-automata v0.1.10
11972024-08-19T15:15:28.849Z Compiling h2 v0.3.26
11982024-08-19T15:15:29.253Z Compiling matches v0.1.10
11992024-08-19T15:15:29.351Z Compiling base64 v0.21.7
12002024-08-19T15:15:29.776Z Compiling tokio-native-tls v0.3.1
12012024-08-19T15:15:29.892Z Compiling schemars v0.8.21
12022024-08-19T15:15:30.061Z Compiling rustc-demangle v0.1.24
12032024-08-19T15:15:30.109Z Compiling bitflags v1.3.2
12042024-08-19T15:15:30.215Z Compiling anyhow v1.0.86
12052024-08-19T15:15:30.251Z Compiling ipnet v2.9.0
12062024-08-19T15:15:30.828Z Compiling base16ct v0.2.0
12072024-08-19T15:15:31.055Z Compiling managed v0.8.0
12082024-08-19T15:15:31.138Z Compiling either v1.13.0
12092024-08-19T15:15:31.515Z Compiling toml_edit v0.19.15
12102024-08-19T15:15:31.621Z Compiling sec1 v0.7.3
12112024-08-19T15:15:31.623Z Compiling schemars_derive v0.8.21
12122024-08-19T15:15:31.724Z Compiling rustls-pemfile v1.0.4
12132024-08-19T15:15:32.168Z Compiling clap_builder v4.5.15
12142024-08-19T15:15:32.188Z Compiling idna v0.2.3
12152024-08-19T15:15:33.624Z Compiling bstr v0.2.17
12162024-08-19T15:15:33.790Z Compiling zerocopy v0.6.6
12172024-08-19T15:15:34.913Z Compiling group v0.13.0
12182024-08-19T15:15:34.975Z Compiling phf v0.11.2
12192024-08-19T15:15:35.071Z Compiling cookie_store v0.20.0
12202024-08-19T15:15:35.154Z Compiling hubpack v0.1.2
12212024-08-19T15:15:35.230Z Compiling postgres-types v0.2.7
12222024-08-19T15:15:35.252Z Compiling usdt-attr-macro v0.5.0
12232024-08-19T15:15:35.594Z Compiling usdt-macro v0.5.0
12242024-08-19T15:15:36.569Z Compiling hyper v0.14.30
12252024-08-19T15:15:36.743Z Compiling regex v1.10.6
12262024-08-19T15:15:37.101Z Compiling serde_urlencoded v0.7.1
12272024-08-19T15:15:38.153Z Compiling pkcs1 v0.7.5
12282024-08-19T15:15:38.190Z Compiling futures-executor v0.3.30
12292024-08-19T15:15:38.615Z Compiling enum-as-inner v0.5.1
12302024-08-19T15:15:38.755Z Compiling hkdf v0.12.4
12312024-08-19T15:15:39.026Z Compiling signature v2.2.0
12322024-08-19T15:15:39.174Z Compiling crypto-bigint v0.5.5
12332024-08-19T15:15:39.326Z Compiling serde_repr v0.1.19
12342024-08-19T15:15:39.344Z Compiling strum_macros v0.25.3
12352024-08-19T15:15:39.583Z Compiling clap_derive v4.5.13
12362024-08-19T15:15:39.656Z Compiling phf_shared v0.10.0
12372024-08-19T15:15:40.056Z Compiling float-cmp v0.9.0
12382024-08-19T15:15:40.261Z Compiling mio v1.0.2
12392024-08-19T15:15:40.533Z Compiling encoding_rs v0.8.34
12402024-08-19T15:15:41.397Z Compiling fixedbitset v0.4.2
12412024-08-19T15:15:41.483Z Compiling new_debug_unreachable v1.0.6
12422024-08-19T15:15:41.589Z Compiling webpki-roots v0.25.4
12432024-08-19T15:15:41.770Z Compiling precomputed-hash v0.1.1
12442024-08-19T15:15:41.895Z Compiling predicates-core v1.0.6
12452024-08-19T15:15:41.931Z Compiling data-encoding v2.6.0
12462024-08-19T15:15:42.262Z Compiling bit-vec v0.6.3
12472024-08-19T15:15:42.743Z Compiling unicode-segmentation v1.11.0
12482024-08-19T15:15:43.482Z Compiling hyper-tls v0.5.0
12492024-08-19T15:15:43.588Z Compiling hyper-rustls v0.24.2
12502024-08-19T15:15:43.854Z Compiling whoami v1.5.1
12512024-08-19T15:15:43.939Z Compiling normalize-line-endings v0.3.0
12522024-08-19T15:15:44.056Z Compiling minimal-lexical v0.2.1
12532024-08-19T15:15:44.363Z Compiling mime v0.3.17
12542024-08-19T15:15:44.498Z Compiling sync_wrapper v0.1.2
12552024-08-19T15:15:44.593Z Compiling difflib v0.4.0
12562024-08-19T15:15:44.595Z Compiling static_assertions v1.1.0
12572024-08-19T15:15:44.630Z Compiling dyn-clone v1.0.17
12582024-08-19T15:15:44.707Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12592024-08-19T15:15:44.921Z Compiling reqwest v0.11.27
12602024-08-19T15:15:44.970Z Compiling predicates v3.1.2
12612024-08-19T15:15:45.277Z Compiling clap v4.5.15
12622024-08-19T15:15:45.404Z Compiling nom v7.1.3
12632024-08-19T15:15:46.157Z Compiling tokio-postgres v0.7.11
12642024-08-19T15:15:46.530Z Compiling console v0.15.8
12652024-08-19T15:15:46.728Z Compiling similar v2.5.0
12662024-08-19T15:15:48.097Z Compiling trust-dns-proto v0.22.0
12672024-08-19T15:15:48.693Z Compiling bit-set v0.5.3
12682024-08-19T15:15:48.981Z Compiling elliptic-curve v0.13.8
12692024-08-19T15:15:49.176Z Compiling toml_edit v0.22.20
12702024-08-19T15:15:49.315Z Compiling string_cache v0.8.7
12712024-08-19T15:15:49.799Z Compiling petgraph v0.6.5
12722024-08-19T15:15:49.824Z Compiling usdt v0.5.0
12732024-08-19T15:15:50.324Z Compiling signal-hook-mio v0.2.4
12742024-08-19T15:15:50.505Z Compiling rsa v0.9.6
12752024-08-19T15:15:51.070Z Compiling futures v0.3.30
12762024-08-19T15:15:51.190Z Compiling flate2 v1.0.31
12772024-08-19T15:15:52.794Z Compiling toml v0.7.8
12782024-08-19T15:15:53.056Z Compiling itertools v0.12.1
12792024-08-19T15:15:53.793Z Compiling itertools v0.10.5
12802024-08-19T15:15:54.552Z Compiling tokio-stream v0.1.15
12812024-08-19T15:15:55.535Z Compiling openapiv3 v2.0.0
12822024-08-19T15:15:55.815Z Compiling bstr v1.9.1
12832024-08-19T15:15:56.230Z Compiling hex v0.4.3
12842024-08-19T15:15:56.462Z Compiling sha1 v0.10.6
12852024-08-19T15:15:56.639Z Compiling crossbeam-epoch v0.9.18
12862024-08-19T15:15:56.818Z Compiling dirs-sys-next v0.1.2
12872024-08-19T15:15:56.934Z Compiling peg-runtime v0.8.3
12882024-08-19T15:15:57.422Z Compiling lalrpop-util v0.19.12
12892024-08-19T15:15:57.496Z Compiling unicode-xid v0.2.4
12902024-08-19T15:15:57.591Z Compiling dirs-next v2.0.0
12912024-08-19T15:15:57.617Z Compiling thread_local v1.1.8
12922024-08-19T15:15:57.672Z Compiling slog-async v2.8.0
12932024-08-19T15:15:57.675Z Compiling xattr v1.3.1
12942024-08-19T15:15:57.763Z Compiling term v0.7.0
12952024-08-19T15:15:57.780Z Compiling strum_macros v0.26.4
12962024-08-19T15:15:57.947Z Compiling crossbeam-channel v0.5.12
12972024-08-19T15:15:58.158Z Compiling filetime v0.2.24
12982024-08-19T15:15:58.263Z Compiling is-terminal v0.4.12
12992024-08-19T15:15:58.399Z Compiling take_mut v0.2.2
13002024-08-19T15:15:58.466Z Compiling slog-term v2.9.1
13012024-08-19T15:15:58.557Z Compiling tar v0.4.41
13022024-08-19T15:15:59.052Z Compiling camino v1.1.7
13032024-08-19T15:15:59.872Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13042024-08-19T15:16:00.912Z Compiling strum v0.26.3
13052024-08-19T15:16:00.987Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13062024-08-19T15:16:06.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13072024-08-19T15:16:06.296Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13082024-08-19T15:16:06.339ZAug 19 15:16:05.272 INFO Starting download, target: Clickhouse
13092024-08-19T15:16:06.339ZAug 19 15:16:05.272 INFO Starting download, target: Cockroach
13102024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Starting download, target: Console
13112024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Starting download, target: DendriteOpenapi
13122024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Starting download, target: DendriteStub
13132024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Starting download, target: MaghemiteMgd
13142024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Starting download, target: TransceiverControl
13152024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13162024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13172024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13182024-08-19T15:16:06.348ZAug 19 15:16:05.273 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13192024-08-19T15:16:06.349ZAug 19 15:16:05.273 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13202024-08-19T15:16:06.349ZAug 19 15:16:05.273 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13212024-08-19T15:16:06.349ZAug 19 15:16:05.273 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13222024-08-19T15:16:06.521ZAug 19 15:16:05.449 INFO Download complete, target: DendriteOpenapi
13232024-08-19T15:16:06.707ZAug 19 15:16:05.638 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13242024-08-19T15:16:07.038ZAug 19 15:16:05.971 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13252024-08-19T15:16:07.080ZAug 19 15:16:06.013 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13262024-08-19T15:16:07.142ZAug 19 15:16:06.075 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13272024-08-19T15:16:07.511ZAug 19 15:16:06.444 INFO Download complete, target: TransceiverControl
13282024-08-19T15:16:07.568ZAug 19 15:16:06.501 INFO Download complete, target: Console
13292024-08-19T15:16:08.705ZAug 19 15:16:07.638 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13302024-08-19T15:16:09.375ZAug 19 15:16:08.308 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13312024-08-19T15:16:09.375ZAug 19 15:16:08.308 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13322024-08-19T15:16:10.223ZAug 19 15:16:09.156 INFO Download complete, target: MaghemiteMgd
13332024-08-19T15:16:10.228ZAug 19 15:16:09.161 INFO Download complete, target: DendriteStub
13342024-08-19T15:16:17.409ZAug 19 15:16:16.341 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13352024-08-19T15:16:17.722ZAug 19 15:16:16.653 INFO Checking that binary works, target: Cockroach
13362024-08-19T15:16:17.940ZAug 19 15:16:16.872 INFO Download complete, target: Cockroach
13372024-08-19T15:16:22.366ZAug 19 15:16:21.294 INFO Checking that binary works, target: Clickhouse
13382024-08-19T15:16:22.520ZAug 19 15:16:21.451 INFO Download complete, target: Clickhouse
13392024-08-19T15:16:22.527ZAll prerequisites installed successfully
13402024-08-19T15:16:22.529Z
13412024-08-19T15:16:22.529Zreal 3:18.755864698
13422024-08-19T15:16:22.529Zuser 11:16.432804949
13432024-08-19T15:16:22.529Zsys 2:25.151949323
13442024-08-19T15:16:22.529Ztrap 0.440615442
13452024-08-19T15:16:22.529Ztflt 0.880222284
13462024-08-19T15:16:22.529Zdflt 1.566543810
13472024-08-19T15:16:22.529Zkflt 0.023317719
13482024-08-19T15:16:22.530Zlock 22:38.333585561
13492024-08-19T15:16:22.530Zslp 42:58.808222494
13502024-08-19T15:16:22.530Zlat 43.473659514
13512024-08-19T15:16:22.530Zstop 1:45.691746714
13522024-08-19T15:16:22.530Z+ source ./tools/include/force-git-over-https.sh
13532024-08-19T15:16:22.530Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13542024-08-19T15:16:22.530Z++ (( i = 0 ))
13552024-08-19T15:16:22.530Z++ (( i < 5 ))
13562024-08-19T15:16:22.530Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13572024-08-19T15:16:22.532Z++ (( i++ ))
13582024-08-19T15:16:22.532Z++ (( i < 5 ))
13592024-08-19T15:16:22.535Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13602024-08-19T15:16:22.537Z++ (( i++ ))
13612024-08-19T15:16:22.537Z++ (( i < 5 ))
13622024-08-19T15:16:22.537Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13632024-08-19T15:16:22.539Z++ (( i++ ))
13642024-08-19T15:16:22.539Z++ (( i < 5 ))
13652024-08-19T15:16:22.540Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13662024-08-19T15:16:22.542Z++ (( i++ ))
13672024-08-19T15:16:22.542Z++ (( i < 5 ))
13682024-08-19T15:16:22.542Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13692024-08-19T15:16:22.544Z++ (( i++ ))
13702024-08-19T15:16:22.544Z++ (( i < 5 ))
13712024-08-19T15:16:22.544Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13722024-08-19T15:16:22.544Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13732024-08-19T15:16:22.546Z+ rc=0
13742024-08-19T15:16:22.546Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13752024-08-19T15:16:54.784Z+ case $rc in
13762024-08-19T15:16:54.784Z+ pfexec zfs create -p rpool/images/build/host
13772024-08-19T15:16:54.983Z+ pfexec zfs create -p rpool/images/build/recovery
13782024-08-19T15:16:55.025Z+ cargo xtask releng --output-dir /work
13792024-08-19T15:16:55.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
13802024-08-19T15:16:55.579Z Running `target/debug/xtask releng --output-dir /work`
13812024-08-19T15:16:56.436Z Compiling proc-macro2 v1.0.86
13822024-08-19T15:16:56.436Z Compiling unicode-ident v1.0.12
13832024-08-19T15:16:56.436Z Compiling libc v0.2.155
13842024-08-19T15:16:56.436Z Compiling serde v1.0.207
13852024-08-19T15:16:56.436Z Compiling version_check v0.9.5
13862024-08-19T15:16:56.439Z Compiling autocfg v1.3.0
13872024-08-19T15:16:56.439Z Compiling cfg-if v1.0.0
13882024-08-19T15:16:56.439Z Compiling once_cell v1.19.0
13892024-08-19T15:16:56.866Z Compiling typenum v1.17.0
13902024-08-19T15:16:56.930Z Compiling memchr v2.7.2
13912024-08-19T15:16:57.230Z Compiling lock_api v0.4.12
13922024-08-19T15:16:57.273Z Compiling generic-array v0.14.7
13932024-08-19T15:16:57.612Z Compiling ahash v0.8.11
13942024-08-19T15:16:57.647Z Compiling serde_json v1.0.125
13952024-08-19T15:16:57.833Z Compiling libm v0.2.8
13962024-08-19T15:16:58.000Z Compiling num-traits v0.2.19
13972024-08-19T15:16:58.018Z Compiling parking_lot_core v0.9.10
13982024-08-19T15:16:58.152Z Compiling quote v1.0.36
13992024-08-19T15:16:58.307Z Compiling byteorder v1.5.0
14002024-08-19T15:16:58.573Z Compiling syn v2.0.74
14012024-08-19T15:16:58.752Z Compiling getrandom v0.2.14
14022024-08-19T15:16:58.771Z Compiling jobserver v0.1.32
14032024-08-19T15:16:58.841Z Compiling scopeguard v1.2.0
14042024-08-19T15:16:58.907Z Compiling log v0.4.21
14052024-08-19T15:16:59.119Z Compiling thiserror v1.0.63
14062024-08-19T15:16:59.179Z Compiling cc v1.0.97
14072024-08-19T15:16:59.339Z Compiling itoa v1.0.11
14082024-08-19T15:16:59.562Z Compiling slab v0.4.9
14092024-08-19T15:16:59.628Z Compiling rand_core v0.6.4
14102024-08-19T15:16:59.760Z Compiling pkg-config v0.3.30
14112024-08-19T15:17:00.148Z Compiling semver v1.0.23
14122024-08-19T15:17:00.478Z Compiling ryu v1.0.18
14132024-08-19T15:17:00.529Z Compiling spin v0.9.8
14142024-08-19T15:17:00.787Z Compiling vcpkg v0.2.15
14152024-08-19T15:17:00.854Z Compiling smallvec v1.13.2
14162024-08-19T15:17:01.070Z Compiling pin-project-lite v0.2.14
14172024-08-19T15:17:01.230Z Compiling allocator-api2 v0.2.18
14182024-08-19T15:17:01.561Z Compiling subtle v2.5.0
14192024-08-19T15:17:02.034Z Compiling const-oid v0.9.6
14202024-08-19T15:17:02.286Z Compiling signal-hook-registry v1.4.2
14212024-08-19T15:17:02.569Z Compiling httparse v1.8.0
14222024-08-19T15:17:02.672Z Compiling ring v0.17.8
14232024-08-19T15:17:03.055Z Compiling openssl-sys v0.9.103
14242024-08-19T15:17:03.734Z Compiling schemars v0.8.21
14252024-08-19T15:17:03.799Z Compiling heck v0.5.0
14262024-08-19T15:17:04.091Z Compiling rustix v0.38.34
14272024-08-19T15:17:04.323Z Compiling parking_lot v0.12.2
14282024-08-19T15:17:04.767Z Compiling mio v0.8.11
14292024-08-19T15:17:05.006Z Compiling futures-core v0.3.30
14302024-08-19T15:17:05.056Z Compiling time-core v0.1.2
14312024-08-19T15:17:05.298Z Compiling num-conv v0.1.0
14322024-08-19T15:17:05.593Z Compiling socket2 v0.5.7
14332024-08-19T15:17:05.637Z Compiling time-macros v0.2.18
14342024-08-19T15:17:05.791Z Compiling num_cpus v1.16.0
14352024-08-19T15:17:05.934Z Compiling openssl v0.10.66
14362024-08-19T15:17:06.006Z Compiling fnv v1.0.7
14372024-08-19T15:17:06.157Z Compiling serde_derive_internals v0.29.1
14382024-08-19T15:17:06.407Z Compiling equivalent v1.0.1
14392024-08-19T15:17:06.662Z Compiling syn v1.0.109
14402024-08-19T15:17:06.996Z Compiling tinyvec_macros v0.1.1
14412024-08-19T15:17:07.121Z Compiling rustls v0.21.12
14422024-08-19T15:17:07.142Z Compiling native-tls v0.2.11
14432024-08-19T15:17:07.346Z Compiling tinyvec v1.6.0
14442024-08-19T15:17:07.524Z Compiling crossbeam-utils v0.8.19
14452024-08-19T15:17:08.173Z Compiling futures-sink v0.3.30
14462024-08-19T15:17:08.722Z Compiling cookie v0.17.0
14472024-08-19T15:17:08.823Z Compiling iana-time-zone v0.1.60
14482024-08-19T15:17:09.083Z Compiling unicode-normalization v0.1.23
14492024-08-19T15:17:09.199Z Compiling ucd-trie v0.1.6
14502024-08-19T15:17:09.230Z Compiling cpufeatures v0.2.12
14512024-08-19T15:17:09.719Z Compiling futures-channel v0.3.30
14522024-08-19T15:17:09.906Z Compiling futures-task v0.3.30
14532024-08-19T15:17:10.034Z Compiling pin-utils v0.1.0
14542024-08-19T15:17:10.252Z Compiling unicode-bidi v0.3.15
14552024-08-19T15:17:10.453Z Compiling slog v2.7.0
14562024-08-19T15:17:10.486Z Compiling futures-io v0.3.30
14572024-08-19T15:17:11.147Z Compiling untrusted v0.9.0
14582024-08-19T15:17:11.694Z Compiling aho-corasick v1.1.3
14592024-08-19T15:17:11.790Z Compiling serde_derive v1.0.207
14602024-08-19T15:17:11.828Z Compiling zeroize_derive v1.4.2
14612024-08-19T15:17:11.875Z Compiling zerocopy-derive v0.7.34
14622024-08-19T15:17:12.016Z Compiling tokio-macros v2.3.0
14632024-08-19T15:17:13.231Z Compiling thiserror-impl v1.0.63
14642024-08-19T15:17:13.439Z Compiling zeroize v1.7.0
14652024-08-19T15:17:13.979Z Compiling futures-macro v0.3.30
14662024-08-19T15:17:14.045Z Compiling zerocopy v0.7.34
14672024-08-19T15:17:16.240Z Compiling crypto-common v0.1.6
14682024-08-19T15:17:16.277Z Compiling tracing-attributes v0.1.27
14692024-08-19T15:17:16.472Z Compiling der_derive v0.7.2
14702024-08-19T15:17:16.725Z Compiling hashbrown v0.14.5
14712024-08-19T15:17:17.642Z Compiling block-buffer v0.10.4
14722024-08-19T15:17:18.086Z Compiling digest v0.10.7
14732024-08-19T15:17:18.258Z Compiling schemars_derive v0.8.21
14742024-08-19T15:17:18.982Z Compiling openssl-macros v0.1.1
14752024-08-19T15:17:19.463Z Compiling scroll_derive v0.12.0
14762024-08-19T15:17:19.742Z Compiling hmac v0.12.1
14772024-08-19T15:17:19.810Z Compiling pest v2.7.10
14782024-08-19T15:17:19.965Z Compiling block-padding v0.3.3
14792024-08-19T15:17:20.252Z Compiling inout v0.1.3
14802024-08-19T15:17:20.698Z Compiling futures-util v0.3.30
14812024-08-19T15:17:20.894Z Compiling cipher v0.4.4
14822024-08-19T15:17:21.349Z Compiling sha2 v0.10.8
14832024-08-19T15:17:21.372Z Compiling dyn-clone v1.0.17
14842024-08-19T15:17:21.404Z Compiling regex-syntax v0.8.4
14852024-08-19T15:17:21.575Z Compiling crc32fast v1.4.0
14862024-08-19T15:17:22.485Z Compiling pest_meta v2.7.10
14872024-08-19T15:17:23.266Z Compiling usdt-impl v0.5.0
14882024-08-19T15:17:23.741Z Compiling heck v0.4.1
14892024-08-19T15:17:24.267Z Compiling pest_generator v2.7.10
14902024-08-19T15:17:26.298Z Compiling bytes v1.7.1
14912024-08-19T15:17:27.753Z Compiling bitflags v2.6.0
14922024-08-19T15:17:28.281Z Compiling tokio v1.38.1
14932024-08-19T15:17:28.357Z Compiling indexmap v2.4.0
14942024-08-19T15:17:28.570Z Compiling serde_tokenstream v0.2.2
14952024-08-19T15:17:29.200Z Compiling uuid v1.10.0
14962024-08-19T15:17:29.795Z Compiling chrono v0.4.38
14972024-08-19T15:17:30.023Z Compiling http v0.2.12
14982024-08-19T15:17:30.401Z Compiling rustc_version v0.4.0
14992024-08-19T15:17:30.436Z Compiling pest_derive v2.7.10
15002024-08-19T15:17:31.406Z Compiling regex-automata v0.4.6
15012024-08-19T15:17:32.572Z Compiling powerfmt v0.2.0
15022024-08-19T15:17:33.141Z Compiling percent-encoding v2.3.1
15032024-08-19T15:17:33.792Z Compiling base64ct v1.6.0
15042024-08-19T15:17:33.910Z Compiling deranged v0.3.11
15052024-08-19T15:17:34.445Z Compiling pem-rfc7468 v0.7.0
15062024-08-19T15:17:34.659Z Compiling heapless v0.7.17
15072024-08-19T15:17:35.479Z Compiling scroll v0.12.0
15082024-08-19T15:17:36.038Z Compiling zerocopy-derive v0.6.6
15092024-08-19T15:17:36.572Z Compiling backtrace v0.3.71
15102024-08-19T15:17:37.135Z Compiling tracing-core v0.1.32
15112024-08-19T15:17:37.974Z Compiling errno v0.3.9
15122024-08-19T15:17:38.258Z Compiling num_threads v0.1.7
15132024-08-19T15:17:38.406Z Compiling num-bigint-dig v0.8.4
15142024-08-19T15:17:38.935Z Compiling plain v0.2.3
15152024-08-19T15:17:39.175Z Compiling ppv-lite86 v0.2.17
15162024-08-19T15:17:39.625Z Compiling flagset v0.4.5
15172024-08-19T15:17:39.753Z Compiling time v0.3.36
15182024-08-19T15:17:39.871Z Compiling der v0.7.9
15192024-08-19T15:17:39.953Z Compiling rand_chacha v0.3.1
15202024-08-19T15:17:40.137Z Compiling goblin v0.8.2
15212024-08-19T15:17:42.448Z Compiling tracing v0.1.40
15222024-08-19T15:17:42.864Z Compiling tokio-util v0.7.11
15232024-08-19T15:17:43.100Z Compiling regex v1.10.6
15242024-08-19T15:17:43.433Z Compiling salsa20 v0.10.2
15252024-08-19T15:17:43.736Z Compiling pbkdf2 v0.12.2
15262024-08-19T15:17:43.979Z Compiling async-trait v0.1.81
15272024-08-19T15:17:45.446Z Compiling pretty-hex v0.4.1
15282024-08-19T15:17:45.573Z Compiling strsim v0.11.1
15292024-08-19T15:17:46.275Z Compiling rustversion v1.0.17
15302024-08-19T15:17:46.382Z Compiling dof v0.3.0
15312024-08-19T15:17:47.688Z Compiling scrypt v0.11.0
15322024-08-19T15:17:48.136Z Compiling spki v0.7.3
15332024-08-19T15:17:48.312Z Compiling rand v0.8.5
15342024-08-19T15:17:48.576Z Compiling form_urlencoded v1.2.1
15352024-08-19T15:17:48.691Z Compiling dtrace-parser v0.2.0
15362024-08-19T15:17:49.427Z Compiling cbc v0.1.2
15372024-08-19T15:17:49.696Z Compiling aes v0.8.4
15382024-08-19T15:17:49.826Z Compiling lazy_static v1.5.0
15392024-08-19T15:17:50.059Z Compiling thread-id v4.2.1
15402024-08-19T15:17:50.127Z Compiling signal-hook v0.3.17
15412024-08-19T15:17:50.195Z Compiling foreign-types-shared v0.1.1
15422024-08-19T15:17:50.279Z Compiling unicode-width v0.1.13
15432024-08-19T15:17:50.510Z Compiling try-lock v0.2.5
15442024-08-19T15:17:50.611Z Compiling smoltcp v0.9.1
15452024-08-19T15:17:50.701Z Compiling anyhow v1.0.86
15462024-08-19T15:17:50.754Z Compiling pkcs5 v0.7.1
15472024-08-19T15:17:50.995Z Compiling foreign-types v0.3.2
15482024-08-19T15:17:51.097Z Compiling want v0.3.1
15492024-08-19T15:17:52.698Z Compiling h2 v0.3.26
15502024-08-19T15:17:53.096Z Compiling http-body v0.4.6
15512024-08-19T15:17:53.646Z Compiling clap_derive v4.5.13
15522024-08-19T15:17:54.728Z Compiling socket2 v0.4.10
15532024-08-19T15:17:56.224Z Compiling base64 v0.21.7
15542024-08-19T15:17:56.340Z Compiling siphasher v0.3.11
15552024-08-19T15:17:56.642Z Compiling httpdate v1.0.3
15562024-08-19T15:17:57.355Z Compiling cfg_aliases v0.1.1
15572024-08-19T15:17:57.374Z Compiling tower-service v0.3.2
15582024-08-19T15:17:57.463Z Compiling nix v0.28.0
15592024-08-19T15:18:02.474Z Compiling hyper v0.14.30
15602024-08-19T15:18:04.622Z Compiling pkcs8 v0.10.2
15612024-08-19T15:18:07.439Z Compiling rustls-webpki v0.101.7
15622024-08-19T15:18:09.577Z Compiling sct v0.7.1
15632024-08-19T15:18:10.300Z Compiling openapiv3 v2.0.0
15642024-08-19T15:18:15.013Z Compiling hubpack_derive v0.1.1
15652024-08-19T15:18:15.344Z Compiling idna v0.5.0
15662024-08-19T15:18:16.022Z Compiling fs-err v2.11.0
15672024-08-19T15:18:16.361Z Compiling finl_unicode v1.2.0
15682024-08-19T15:18:16.409Z Compiling utf8parse v0.2.1
15692024-08-19T15:18:16.710Z Compiling openssl-probe v0.1.5
15702024-08-19T15:18:16.766Z Compiling adler v1.0.2
15712024-08-19T15:18:16.890Z Compiling anstyle v1.0.8
15722024-08-19T15:18:17.053Z Compiling miniz_oxide v0.7.2
15732024-08-19T15:18:17.103Z Compiling stringprep v0.1.4
15742024-08-19T15:18:17.991Z Compiling anstyle-parse v0.2.4
15752024-08-19T15:18:18.266Z Compiling url v2.5.2
15762024-08-19T15:18:23.178Z Compiling usdt-macro v0.5.0
15772024-08-19T15:18:23.199Z Compiling usdt-attr-macro v0.5.0
15782024-08-19T15:18:24.672Z Compiling serde_spanned v0.6.7
15792024-08-19T15:18:24.790Z Compiling toml_datetime v0.6.8
15802024-08-19T15:18:24.882Z Compiling md-5 v0.10.6
15812024-08-19T15:18:25.136Z Compiling regress v0.9.1
15822024-08-19T15:18:25.250Z Compiling idna v0.3.0
15832024-08-19T15:18:27.164Z Compiling num-integer v0.1.46
15842024-08-19T15:18:27.554Z Compiling hash32 v0.2.1
15852024-08-19T15:18:27.868Z Compiling encoding_rs v0.8.34
15862024-08-19T15:18:27.913Z Compiling is_terminal_polyfill v1.70.0
15872024-08-19T15:18:28.043Z Compiling base64 v0.22.1
15882024-08-19T15:18:28.740Z Compiling gimli v0.28.1
15892024-08-19T15:18:29.494Z Compiling colorchoice v1.0.1
15902024-08-19T15:18:29.667Z Compiling mime v0.3.17
15912024-08-19T15:18:29.785Z Compiling fallible-iterator v0.2.0
15922024-08-19T15:18:29.829Z Compiling psl-types v2.0.11
15932024-08-19T15:18:30.225Z Compiling anstyle-query v1.0.3
15942024-08-19T15:18:30.372Z Compiling stable_deref_trait v1.2.0
15952024-08-19T15:18:30.509Z Compiling postgres-protocol v0.6.7
15962024-08-19T15:18:30.793Z Compiling anstream v0.6.14
15972024-08-19T15:18:31.462Z Compiling publicsuffix v2.2.3
15982024-08-19T15:18:31.728Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15992024-08-19T15:18:31.949Z Compiling num-iter v0.1.45
16002024-08-19T15:18:33.577Z Compiling addr2line v0.21.0
16012024-08-19T15:18:35.181Z Compiling tokio-rustls v0.24.1
16022024-08-19T15:18:36.033Z Compiling terminal_size v0.3.0
16032024-08-19T15:18:36.238Z Compiling tokio-native-tls v0.3.1
16042024-08-19T15:18:36.539Z Compiling phf_shared v0.11.2
16052024-08-19T15:18:36.815Z Compiling strum_macros v0.25.3
16062024-08-19T15:18:36.973Z Compiling serde_urlencoded v0.7.1
16072024-08-19T15:18:38.286Z Compiling enum-as-inner v0.5.1
16082024-08-19T15:18:38.397Z Compiling serde_repr v0.1.19
16092024-08-19T15:18:38.619Z Compiling ff v0.13.0
16102024-08-19T15:18:38.858Z Compiling object v0.32.2
16112024-08-19T15:18:39.310Z Compiling clap_lex v0.7.0
16122024-08-19T15:18:39.747Z Compiling winnow v0.5.40
16132024-08-19T15:18:40.132Z Compiling either v1.13.0
16142024-08-19T15:18:40.391Z Compiling matches v0.1.10
16152024-08-19T15:18:40.552Z Compiling ipnet v2.9.0
16162024-08-19T15:18:41.213Z Compiling base16ct v0.2.0
16172024-08-19T15:18:41.511Z Compiling regex-automata v0.1.10
16182024-08-19T15:18:41.606Z Compiling rustc-demangle v0.1.24
16192024-08-19T15:18:42.453Z Compiling bitflags v1.3.2
16202024-08-19T15:18:42.561Z Compiling managed v0.8.0
16212024-08-19T15:18:43.551Z Compiling toml_edit v0.19.15
16222024-08-19T15:18:43.632Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16232024-08-19T15:18:44.631Z Compiling bstr v0.2.17
16242024-08-19T15:18:45.190Z Compiling sec1 v0.7.3
16252024-08-19T15:18:46.045Z Compiling idna v0.2.3
16262024-08-19T15:18:46.048Z Compiling rustls-pemfile v1.0.4
16272024-08-19T15:18:46.383Z Compiling clap_builder v4.5.15
16282024-08-19T15:18:46.406Z Compiling group v0.13.0
16292024-08-19T15:18:47.483Z Compiling phf v0.11.2
16302024-08-19T15:18:47.780Z Compiling hyper-tls v0.5.0
16312024-08-19T15:18:48.153Z Compiling hyper-rustls v0.24.2
16322024-08-19T15:18:48.518Z Compiling cookie_store v0.20.0
16332024-08-19T15:18:48.575Z Compiling postgres-types v0.2.7
16342024-08-19T15:18:49.909Z Compiling hubpack v0.1.2
16352024-08-19T15:18:50.002Z Compiling pkcs1 v0.7.5
16362024-08-19T15:18:50.245Z Compiling phf_shared v0.10.0
16372024-08-19T15:18:50.692Z Compiling zerocopy v0.6.6
16382024-08-19T15:18:50.824Z Compiling futures-executor v0.3.30
16392024-08-19T15:18:50.932Z Compiling hkdf v0.12.4
16402024-08-19T15:18:50.952Z Compiling signature v2.2.0
16412024-08-19T15:18:50.974Z Compiling crypto-bigint v0.5.5
16422024-08-19T15:18:51.170Z Compiling float-cmp v0.9.0
16432024-08-19T15:18:51.224Z Compiling mio v1.0.2
16442024-08-19T15:18:51.284Z Compiling memmap v0.7.0
16452024-08-19T15:18:51.592Z Compiling fixedbitset v0.4.2
16462024-08-19T15:18:51.610Z Compiling sync_wrapper v0.1.2
16472024-08-19T15:18:51.886Z Compiling webpki-roots v0.25.4
16482024-08-19T15:18:52.024Z Compiling normalize-line-endings v0.3.0
16492024-08-19T15:18:52.149Z Compiling winnow v0.6.18
16502024-08-19T15:18:52.206Z Compiling static_assertions v1.1.0
16512024-08-19T15:18:52.224Z Compiling whoami v1.5.1
16522024-08-19T15:18:52.311Z Compiling data-encoding v2.6.0
16532024-08-19T15:18:52.695Z Compiling unicode-segmentation v1.11.0
16542024-08-19T15:18:52.900Z Compiling precomputed-hash v0.1.1
16552024-08-19T15:18:53.205Z Compiling minimal-lexical v0.2.1
16562024-08-19T15:18:53.496Z Compiling new_debug_unreachable v1.0.6
16572024-08-19T15:18:53.598Z Compiling predicates-core v1.0.6
16582024-08-19T15:18:53.837Z Compiling bit-vec v0.6.3
16592024-08-19T15:18:53.987Z Compiling difflib v0.4.0
16602024-08-19T15:18:54.048Z Compiling reqwest v0.11.27
16612024-08-19T15:18:54.268Z Compiling bit-set v0.5.3
16622024-08-19T15:18:54.449Z Compiling predicates v3.1.2
16632024-08-19T15:18:54.555Z Compiling elliptic-curve v0.13.8
16642024-08-19T15:18:54.940Z Compiling nom v7.1.3
16652024-08-19T15:18:55.264Z Compiling string_cache v0.8.7
16662024-08-19T15:18:55.340Z Compiling similar v2.5.0
16672024-08-19T15:18:55.421Z Compiling trust-dns-proto v0.22.0
16682024-08-19T15:18:55.701Z Compiling toml_edit v0.22.20
16692024-08-19T15:18:55.727Z Compiling tokio-postgres v0.7.11
16702024-08-19T15:18:55.903Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16712024-08-19T15:18:58.581Z Compiling petgraph v0.6.5
16722024-08-19T15:19:00.785Z Compiling signal-hook-mio v0.2.4
16732024-08-19T15:19:00.959Z Compiling usdt v0.5.0
16742024-08-19T15:19:02.077Z Compiling rsa v0.9.6
16752024-08-19T15:19:02.169Z Compiling futures v0.3.30
16762024-08-19T15:19:02.829Z Compiling clap v4.5.15
16772024-08-19T15:19:02.947Z Compiling crossbeam-epoch v0.9.18
16782024-08-19T15:19:03.337Z Compiling flate2 v1.0.31
16792024-08-19T15:19:03.619Z Compiling toml v0.7.8
16802024-08-19T15:19:03.653Z Compiling itertools v0.10.5
16812024-08-19T15:19:03.677Z Compiling itertools v0.12.1
16822024-08-19T15:19:05.234Z Compiling console v0.15.8
16832024-08-19T15:19:06.434Z Compiling tokio-stream v0.1.15
16842024-08-19T15:19:06.528Z Compiling bstr v1.9.1
16852024-08-19T15:19:06.615Z Compiling hex v0.4.3
16862024-08-19T15:19:07.303Z Compiling sha1 v0.10.6
16872024-08-19T15:19:07.391Z Compiling radium v0.7.0
16882024-08-19T15:19:08.418Z Compiling lalrpop-util v0.19.12
16892024-08-19T15:19:08.469Z Compiling peg-runtime v0.8.3
16902024-08-19T15:19:08.682Z Compiling camino v1.1.7
16912024-08-19T15:19:08.772Z Compiling unicode-xid v0.2.4
16922024-08-19T15:19:08.965Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16932024-08-19T15:19:14.037Z Compiling is-terminal v0.4.12
16942024-08-19T15:19:14.787Z Compiling maybe-uninit v2.0.0
16952024-08-19T15:19:15.298Z Compiling ident_case v1.0.1
16962024-08-19T15:19:15.486Z Compiling tap v1.0.1
16972024-08-19T15:19:15.665Z Compiling rustls-pki-types v1.7.0
16982024-08-19T15:19:18.005Z Compiling wyz v0.5.1
16992024-08-19T15:19:19.824Z Compiling darling_core v0.20.9
17002024-08-19T15:19:33.336Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17012024-08-19T15:19:33.676Z Compiling getopts v0.2.21
17022024-08-19T15:19:34.315Z Compiling bzip2-sys v0.1.11+1.0.8
17032024-08-19T15:19:34.528Z Compiling dirs-sys-next v0.1.2
17042024-08-19T15:19:35.556Z Compiling funty v2.0.0
17052024-08-19T15:19:35.643Z Compiling unsafe-libyaml v0.2.11
17062024-08-19T15:19:36.701Z Compiling rustls v0.22.4
17072024-08-19T15:19:37.012Z Compiling paste v1.0.15
17082024-08-19T15:19:37.424Z Compiling packed_struct v0.10.1
17092024-08-19T15:19:37.593Z Compiling serde_yaml v0.9.34+deprecated
17102024-08-19T15:19:37.881Z Compiling bitvec v1.0.1
17112024-08-19T15:19:41.324Z Compiling dirs-next v2.0.0
17122024-08-19T15:19:42.312Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17132024-08-19T15:19:44.534Z Compiling darling_macro v0.20.9
17142024-08-19T15:19:45.634Z Compiling rustls-webpki v0.102.4
17152024-08-19T15:19:48.407Z Compiling packed_struct_codegen v0.10.1
17162024-08-19T15:19:48.836Z Compiling structmeta-derive v0.3.0
17172024-08-19T15:19:49.619Z Compiling thread_local v1.1.8
17182024-08-19T15:19:50.249Z Compiling indexmap v1.9.3
17192024-08-19T15:19:50.303Z Compiling multer v3.1.0
17202024-08-19T15:19:50.382Z Compiling fastrand v2.1.0
17212024-08-19T15:19:50.638Z Compiling nodrop v0.1.14
17222024-08-19T15:19:50.666Z Compiling crc-catalog v2.4.0
17232024-08-19T15:19:50.828Z Compiling rayon-core v1.12.1
17242024-08-19T15:19:51.129Z Compiling slog-async v2.8.0
17252024-08-19T15:19:51.212Z Compiling match_cfg v0.1.0
17262024-08-19T15:19:51.326Z Compiling hostname v0.3.1
17272024-08-19T15:19:51.414Z Compiling structmeta v0.3.0
17282024-08-19T15:19:51.781Z Compiling crc v3.2.1
17292024-08-19T15:19:53.279Z Compiling tempfile v3.10.1
17302024-08-19T15:19:53.718Z Compiling array-init v0.0.4
17312024-08-19T15:19:54.597Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17322024-08-19T15:19:55.490Z Compiling smallvec v0.6.14
17332024-08-19T15:19:55.869Z Compiling darling v0.20.9
17342024-08-19T15:19:55.991Z Compiling term v0.7.0
17352024-08-19T15:19:58.880Z Compiling crossbeam-deque v0.8.5
17362024-08-19T15:19:59.272Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17372024-08-19T15:20:00.396Z Compiling slog-json v2.6.1
17382024-08-19T15:20:00.927Z Compiling crossbeam-channel v0.5.12
17392024-08-19T15:20:01.150Z Compiling http v1.1.0
17402024-08-19T15:20:02.120Z Compiling async-stream-impl v0.3.5
17412024-08-19T15:20:02.483Z Compiling pin-project-internal v1.1.5
17422024-08-19T15:20:05.224Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17432024-08-19T15:20:05.291Z Compiling same-file v1.0.6
17442024-08-19T15:20:05.573Z Compiling take_mut v0.2.2
17452024-08-19T15:20:07.026Z Compiling hashbrown v0.12.3
17462024-08-19T15:20:07.240Z Compiling bitfield v0.14.0
17472024-08-19T15:20:07.657Z Compiling atomic-waker v1.1.2
17482024-08-19T15:20:08.375Z Compiling termcolor v1.4.1
17492024-08-19T15:20:08.969Z Compiling env_logger v0.10.2
17502024-08-19T15:20:09.548Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17512024-08-19T15:20:11.112Z Compiling waitgroup v0.1.2
17522024-08-19T15:20:11.979Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17532024-08-19T15:20:25.148Z Compiling walkdir v2.5.0
17542024-08-19T15:20:25.281Z Compiling pin-project v1.1.5
17552024-08-19T15:20:26.466Z Compiling async-stream v0.3.5
17562024-08-19T15:20:26.940Z Compiling slog-bunyan v2.5.0
17572024-08-19T15:20:27.216Z Compiling tokio-rustls v0.25.0
17582024-08-19T15:20:27.998Z Compiling slog-term v2.9.1
17592024-08-19T15:20:28.024Z Compiling serde_with_macros v3.8.3
17602024-08-19T15:20:29.170Z Compiling serde-hex v0.1.0
17612024-08-19T15:20:29.422Z Compiling bzip2 v0.4.4
17622024-08-19T15:20:29.854Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17632024-08-19T15:20:30.171Z Compiling parse-display-derive v0.10.0
17642024-08-19T15:20:30.579Z Compiling toml v0.8.19
17652024-08-19T15:20:30.619Z Compiling rustls-pemfile v2.1.3
17662024-08-19T15:20:32.981Z Compiling x509-cert v0.2.5
17672024-08-19T15:20:33.995Z Compiling ron v0.8.1
17682024-08-19T15:20:34.134Z Compiling ipnetwork v0.20.0
17692024-08-19T15:20:34.305Z Compiling newtype-uuid v1.1.0
17702024-08-19T15:20:34.522Z Compiling strum_macros v0.26.4
17712024-08-19T15:20:34.669Z Compiling xattr v1.3.1
17722024-08-19T15:20:35.772Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17732024-08-19T15:20:36.237Z Compiling serde_path_to_error v0.1.16
17742024-08-19T15:20:37.246Z Compiling snafu-derive v0.8.2
17752024-08-19T15:20:37.530Z Compiling hashbrown v0.13.2
17762024-08-19T15:20:37.919Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17772024-08-19T15:20:38.671Z Compiling blake3 v1.5.1
17782024-08-19T15:20:38.908Z Compiling ring v0.16.20
17792024-08-19T15:20:38.928Z Compiling filetime v0.2.24
17802024-08-19T15:20:39.275Z Compiling hostname v0.4.0
17812024-08-19T15:20:39.275Z Compiling instant v0.1.12
17822024-08-19T15:20:39.460Z Compiling crc-any v2.5.0
17832024-08-19T15:20:39.542Z Compiling buf-list v1.0.3
17842024-08-19T15:20:39.906Z Compiling debug-ignore v1.0.5
17852024-08-19T15:20:40.214Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17862024-08-19T15:20:40.493Z Compiling backoff v0.4.0
17872024-08-19T15:20:41.026Z Compiling tar v0.4.41
17882024-08-19T15:20:41.459Z Compiling strum v0.26.3
17892024-08-19T15:20:41.644Z Compiling object v0.30.4
17902024-08-19T15:20:41.784Z Compiling snafu v0.8.2
17912024-08-19T15:20:43.062Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17922024-08-19T15:20:43.282Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17932024-08-19T15:20:44.380Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17942024-08-19T15:20:44.900Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17952024-08-19T15:20:44.968Z Compiling parse-display v0.10.0
17962024-08-19T15:20:45.876Z Compiling serde_with v3.8.3
17972024-08-19T15:20:46.085Z Compiling zip v0.6.6
17982024-08-19T15:20:46.895Z Compiling rayon v1.10.0
17992024-08-19T15:20:48.551Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18002024-08-19T15:20:48.755Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
18012024-08-19T15:20:49.294Z Compiling camino-tempfile v1.1.1
18022024-08-19T15:20:50.071Z Compiling globset v0.4.14
18032024-08-19T15:20:50.197Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18042024-08-19T15:20:50.386Z Compiling pem v3.0.4
18052024-08-19T15:20:51.841Z Compiling olpc-cjson v0.1.3
18062024-08-19T15:20:52.185Z Compiling serde_plain v1.0.2
18072024-08-19T15:20:52.494Z Compiling macaddr v1.0.1
18082024-08-19T15:20:52.724Z Compiling async-recursion v1.1.1
18092024-08-19T15:20:53.128Z Compiling memmap2 v0.9.4
18102024-08-19T15:20:53.717Z Compiling spin v0.5.2
18112024-08-19T15:20:53.968Z Compiling arrayvec v0.7.4
18122024-08-19T15:20:54.241Z Compiling arrayref v0.3.7
18132024-08-19T15:20:54.340Z Compiling untrusted v0.7.1
18142024-08-19T15:20:54.358Z Compiling path-slash v0.1.5
18152024-08-19T15:20:54.434Z Compiling constant_time_eq v0.3.0
18162024-08-19T15:20:54.454Z Compiling typed-path v0.7.1
18172024-08-19T15:20:54.579Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18182024-08-19T15:20:57.292Z Compiling tough v0.17.1
18192024-08-19T15:20:57.617Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18202024-08-19T15:20:58.612Z Compiling itertools v0.13.0
18212024-08-19T15:21:01.191Z Compiling cargo-platform v0.1.8
18222024-08-19T15:21:01.772Z Compiling topological-sort v0.2.2
18232024-08-19T15:21:02.038Z Compiling parse-size v1.0.0
18242024-08-19T15:21:02.286Z Compiling omicron-zone-package v0.11.0
18252024-08-19T15:21:02.305Z Compiling cargo_metadata v0.18.1
18262024-08-19T15:21:02.335Z Compiling shell-words v1.1.0
18272024-08-19T15:21:09.579Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18282024-08-19T15:21:22.045Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18292024-08-19T15:21:35.849Z Finished `release` profile [optimized] target(s) in 4m 40s
18302024-08-19T15:21:35.983Z Running `target/release/omicron-releng --output-dir /work`
18312024-08-19T15:21:36.021ZAug 19 15:21:34.908 DEBG changing working directory to /work/oxidecomputer/omicron
18322024-08-19T15:21:36.110ZAug 19 15:21:34.994 DEBG running: git rev-parse HEAD
18332024-08-19T15:21:36.114ZAug 19 15:21:35.001 DEBG process exited with exit status: 0 (6.712037ms)
18342024-08-19T15:21:36.114ZAug 19 15:21:35.001 INFO version: 10.0.0-0.ci+git0b647e0353c
18352024-08-19T15:21:36.153ZAug 19 15:21:35.040 INFO cloning helios to /work/oxidecomputer/helios
18362024-08-19T15:21:36.153ZAug 19 15:21:35.040 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18372024-08-19T15:21:36.159ZCloning into '/work/oxidecomputer/helios'...
18382024-08-19T15:21:36.653ZAug 19 15:21:35.540 DEBG process exited with exit status: 0 (499.623122ms)
18392024-08-19T15:21:36.653ZAug 19 15:21:35.540 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18402024-08-19T15:21:36.660Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18412024-08-19T15:21:36.660Z# branch.head master
18422024-08-19T15:21:36.660Z# branch.upstream origin/master
18432024-08-19T15:21:36.660Z# branch.ab +0 -0
18442024-08-19T15:21:36.663ZAug 19 15:21:35.548 DEBG process exited with exit status: 0 (7.70203ms)
18452024-08-19T15:21:36.663ZAug 19 15:21:35.548 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18462024-08-19T15:21:37.340ZAug 19 15:21:36.227 DEBG process exited with exit status: 0 (679.081276ms)
18472024-08-19T15:21:37.340ZAug 19 15:21:36.227 DEBG running: zfs list rpool/images/build/host
18482024-08-19T15:21:37.347ZNAME USED AVAIL REFER MOUNTPOINT
18492024-08-19T15:21:37.347Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18502024-08-19T15:21:37.349ZAug 19 15:21:36.234 DEBG process exited with exit status: 0 (7.193856ms)
18512024-08-19T15:21:37.349ZAug 19 15:21:36.235 DEBG running: zfs list rpool/images/build/recovery
18522024-08-19T15:21:37.353ZNAME USED AVAIL REFER MOUNTPOINT
18532024-08-19T15:21:37.353Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18542024-08-19T15:21:37.356ZAug 19 15:21:36.241 DEBG process exited with exit status: 0 (6.445841ms)
18552024-08-19T15:21:37.356ZAug 19 15:21:36.242 INFO [hubris-production] running task
18562024-08-19T15:21:37.356ZAug 19 15:21:36.242 INFO [hubris-staging] running task
18572024-08-19T15:21:37.356ZAug 19 15:21:36.242 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
18582024-08-19T15:21:37.358ZAug 19 15:21:36.245 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18592024-08-19T15:21:37.425Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18602024-08-19T15:21:37.845Z[ omicron-package] Blocking waiting for file lock on package cache
18612024-08-19T15:21:38.386Z[ omicron-package] Blocking waiting for file lock on package cache
18622024-08-19T15:21:38.631Z[ omicron-package] Blocking waiting for file lock on package cache
18632024-08-19T15:21:38.725ZAug 19 15:21:37.612 INFO [hubris-production] task succeeded (1.370159475s)
18642024-08-19T15:21:39.478Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18652024-08-19T15:21:39.478Z[ omicron-package] Compiling heapless v0.8.0
18662024-08-19T15:21:39.480Z[ omicron-package] Compiling hash32 v0.3.1
18672024-08-19T15:21:39.480Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18682024-08-19T15:21:39.480Z[ omicron-package] Compiling smoltcp v0.11.0
18692024-08-19T15:21:39.480Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18702024-08-19T15:21:39.480Z[ omicron-package] Compiling cobs v0.2.3
18712024-08-19T15:21:39.480Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18722024-08-19T15:21:40.339Z[ omicron-package] Compiling embedded-io v0.4.0
18732024-08-19T15:21:40.682Z[ omicron-package] Compiling num_enum_derive v0.5.11
18742024-08-19T15:21:41.073Z[ omicron-package] Compiling postcard v1.0.8
18752024-08-19T15:21:41.191Z[ omicron-package] Compiling proc-macro-error v1.0.4
18762024-08-19T15:21:41.297Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18772024-08-19T15:21:41.524Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18782024-08-19T15:21:41.635Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18792024-08-19T15:21:41.823Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18802024-08-19T15:21:42.155Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18812024-08-19T15:21:42.978Z[ omicron-package] Compiling tabwriter v1.4.0
18822024-08-19T15:21:42.980Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18832024-08-19T15:21:43.155Z[ omicron-package] Compiling cstr-argument v0.1.2
18842024-08-19T15:21:43.295Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18852024-08-19T15:21:44.135Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18862024-08-19T15:21:44.305Z[ omicron-package] Compiling foreign-types v0.5.0
18872024-08-19T15:21:44.642Z[ omicron-package] Compiling pretty-hex v0.2.1
18882024-08-19T15:21:44.715Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18892024-08-19T15:21:44.768Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18902024-08-19T15:21:44.910Z[ omicron-package] Compiling num_enum v0.5.11
18912024-08-19T15:21:45.375Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18922024-08-19T15:21:45.455Z[ omicron-package] Compiling colored v2.1.0
18932024-08-19T15:21:45.458Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18942024-08-19T15:21:45.866Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18952024-08-19T15:21:46.050Z[ omicron-package] Compiling sigpipe v0.1.3
18962024-08-19T15:21:46.392Z[ omicron-package] Compiling num-derive v0.4.2
18972024-08-19T15:21:46.394Z[ omicron-package] Compiling libefi-sys v0.1.0
18982024-08-19T15:21:46.397Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18992024-08-19T15:21:46.681Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19002024-08-19T15:21:47.312Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19012024-08-19T15:21:47.447Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19022024-08-19T15:21:47.634Z[ omicron-package] Compiling smf v0.2.3
19032024-08-19T15:21:47.714Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19042024-08-19T15:21:48.208ZAug 19 15:21:47.094 INFO [hubris-staging] task succeeded (10.851867279s)
19052024-08-19T15:21:48.558Z[ omicron-package] Compiling bitfield-struct v0.6.1
19062024-08-19T15:21:48.806Z[ omicron-package] Compiling portable-atomic v1.6.0
19072024-08-19T15:21:49.501Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19082024-08-19T15:21:51.071Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19092024-08-19T15:21:51.380Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19102024-08-19T15:21:52.148Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19112024-08-19T15:21:52.447Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19122024-08-19T15:21:52.584Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19132024-08-19T15:21:52.809Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19142024-08-19T15:21:52.938Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19152024-08-19T15:21:54.249Z[ omicron-package] Compiling gethostname v0.5.0
19162024-08-19T15:21:54.983Z[ omicron-package] Compiling number_prefix v0.4.0
19172024-08-19T15:21:55.125Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19182024-08-19T15:21:56.622Z[ omicron-package] Compiling indicatif v0.17.8
19192024-08-19T15:21:57.757Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19202024-08-19T15:22:00.768Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19212024-08-19T15:22:01.363Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19222024-08-19T15:22:02.822Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19232024-08-19T15:22:19.992Z[ helios-setup] Aug 19 15:22:18.873 INFO helios repository root is: /work/oxidecomputer/helios
19242024-08-19T15:22:19.995Z[ helios-setup] Aug 19 15:22:18.875 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19252024-08-19T15:22:19.995Z[ helios-setup] Aug 19 15:22:18.875 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19262024-08-19T15:22:19.995Z[ helios-setup] Aug 19 15:22:18.875 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19272024-08-19T15:22:19.997Z[ helios-setup] Aug 19 15:22:18.876 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
19282024-08-19T15:22:19.997Z[ helios-setup] Aug 19 15:22:18.876 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19292024-08-19T15:22:20.000Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19302024-08-19T15:22:20.529Z[ helios-setup] Aug 19 15:22:19.409 INFO clone ok!, project: pinprick
19312024-08-19T15:22:20.532Z[ helios-setup] Aug 19 15:22:19.410 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
19322024-08-19T15:22:20.532Z[ helios-setup] Aug 19 15:22:19.410 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19332024-08-19T15:22:20.532Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19342024-08-19T15:22:21.909Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.54s
19352024-08-19T15:22:22.122Z[ omicron-package]
19362024-08-19T15:22:22.122Z[ omicron-package] real 44.721466677
19372024-08-19T15:22:22.122Z[ omicron-package] user 2:42.113284083
19382024-08-19T15:22:22.125Z[ omicron-package] sys 21.625046140
19392024-08-19T15:22:22.125Z[ omicron-package] trap 0.155918661
19402024-08-19T15:22:22.125Z[ omicron-package] tflt 0.729702558
19412024-08-19T15:22:22.125Z[ omicron-package] dflt 0.429087282
19422024-08-19T15:22:22.125Z[ omicron-package] kflt 0.000000000
19432024-08-19T15:22:22.125Z[ omicron-package] lock 5:33.984306723
19442024-08-19T15:22:22.125Z[ omicron-package] slp 8:53.689285333
19452024-08-19T15:22:22.125ZAug 19 15:22:21.004 INFO [omicron-package] process exited with exit status: 0 (44.761469599s)
19462024-08-19T15:22:22.125Z[ omicron-package] lat 1:34.738959722
19472024-08-19T15:22:22.125Z[ omicron-package] stop 56.715359136
19482024-08-19T15:22:22.125ZAug 19 15:22:21.004 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
19492024-08-19T15:22:22.165ZAug 19 15:22:21.046 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19502024-08-19T15:22:22.176Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19512024-08-19T15:22:22.178Z[ host-target] Created new build target 'host' and set it as active
19522024-08-19T15:22:22.181Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19532024-08-19T15:22:22.181ZAug 19 15:22:21.060 INFO [host-target] process exited with exit status: 0 (55.562843ms)
19542024-08-19T15:22:22.181ZAug 19 15:22:21.060 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19552024-08-19T15:22:22.181Z[ recovery-target] Created new build target 'recovery' and set it as active
19562024-08-19T15:22:22.185ZAug 19 15:22:21.066 INFO [recovery-target] process exited with exit status: 0 (20.216678ms)
19572024-08-19T15:22:22.192Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19582024-08-19T15:22:23.296Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19592024-08-19T15:22:23.298Z[ host-package] Compiling camino v1.1.7
19602024-08-19T15:22:23.299Z[ host-package] Compiling password-hash v0.5.0
19612024-08-19T15:22:23.299Z[ host-package] Compiling blake2 v0.10.6
19622024-08-19T15:22:23.299Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19632024-08-19T15:22:23.412Z[ host-package] Compiling derive-where v1.2.7
19642024-08-19T15:22:23.415Z[ host-package] Compiling humantime v2.1.0
19652024-08-19T15:22:23.427Z[ host-package] Compiling newline-converter v0.3.0
19662024-08-19T15:22:23.640Z[ host-package] Compiling expectorate v1.1.0
19672024-08-19T15:22:23.665Z[ host-package] Compiling toml v0.8.19
19682024-08-19T15:22:23.906Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19692024-08-19T15:22:24.224Z[ host-package] Compiling argon2 v0.5.3
19702024-08-19T15:22:24.335Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19712024-08-19T15:22:24.356Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19722024-08-19T15:22:24.397Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19732024-08-19T15:22:24.562Z[ host-package] Compiling dirs-sys-next v0.1.2
19742024-08-19T15:22:24.753Z[ host-package] Compiling convert_case v0.4.0
19752024-08-19T15:22:25.068Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19762024-08-19T15:22:25.318Z[ host-package] Compiling dirs-next v2.0.0
19772024-08-19T15:22:25.524Z[ host-package] Compiling prettyplease v0.2.20
19782024-08-19T15:22:25.554Z[ host-package] Compiling derive_more v0.99.18
19792024-08-19T15:22:25.689Z[ host-package] Compiling term v0.7.0
19802024-08-19T15:22:25.857Z[ host-package] Compiling semver v0.1.20
19812024-08-19T15:22:25.912Z[ host-package] Compiling is-terminal v0.4.12
19822024-08-19T15:22:26.063Z[ host-package] Compiling home v0.5.9
19832024-08-19T15:22:26.317Z[ host-package] Compiling rustc_version v0.1.7
19842024-08-19T15:22:26.454Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19852024-08-19T15:22:26.501Z[ helios-setup] Aug 19 15:22:25.380 INFO clone ok!, project: amd-firmware
19862024-08-19T15:22:26.503Z[ helios-setup] Aug 19 15:22:25.381 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
19872024-08-19T15:22:26.503Z[ helios-setup] Aug 19 15:22:25.381 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
19882024-08-19T15:22:26.505Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19892024-08-19T15:22:26.747Z[ host-package] Compiling newtype_derive v0.1.6
19902024-08-19T15:22:26.773Z[ host-package] Compiling rustls-pki-types v1.7.0
19912024-08-19T15:22:26.994Z[ host-package] Compiling slog-dtrace v0.3.0
19922024-08-19T15:22:27.284Z[ host-package] Compiling steno v0.4.1
19932024-08-19T15:22:27.452Z[ host-package] Compiling rustls-webpki v0.102.4
19942024-08-19T15:22:27.500Z[ host-package] Compiling rustls v0.22.4
19952024-08-19T15:22:27.582Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19962024-08-19T15:22:27.610Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19972024-08-19T15:22:27.621Z[ host-package] Compiling thread_local v1.1.8
19982024-08-19T15:22:28.122Z[ host-package] Compiling linked-hash-map v0.5.6
19992024-08-19T15:22:28.558Z[ host-package] Compiling match_cfg v0.1.0
20002024-08-19T15:22:28.670Z[ host-package] Compiling hostname v0.3.1
20012024-08-19T15:22:28.906Z[ host-package] Compiling lru-cache v0.1.2
20022024-08-19T15:22:29.876Z[ host-package] Compiling multer v3.1.0
20032024-08-19T15:22:29.961Z[ host-package] Compiling slog-async v2.8.0
20042024-08-19T15:22:30.037Z[ host-package] Compiling slog-json v2.6.1
20052024-08-19T15:22:30.457Z[ host-package] Compiling crossbeam-channel v0.5.12
20062024-08-19T15:22:30.656Z[ host-package] Compiling http v1.1.0
20072024-08-19T15:22:30.991Z[ host-package] Compiling atomic-waker v1.1.2
20082024-08-19T15:22:31.226Z[ host-package] Compiling take_mut v0.2.2
20092024-08-19T15:22:31.634Z[ host-package] Compiling waitgroup v0.1.2
20102024-08-19T15:22:31.846Z[ host-package] Compiling slog-bunyan v2.5.0
20112024-08-19T15:22:32.058Z[ host-package] Compiling slog-term v2.9.1
20122024-08-19T15:22:32.664Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20132024-08-19T15:22:33.042Z[ host-package] Compiling rustls-pemfile v2.1.3
20142024-08-19T15:22:33.252Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20152024-08-19T15:22:33.329Z[ host-package] Compiling async-stream v0.3.5
20162024-08-19T15:22:33.440Z[ host-package] Compiling newtype-uuid v1.1.0
20172024-08-19T15:22:33.492Z[ host-package] Compiling ipnetwork v0.20.0
20182024-08-19T15:22:33.514Z[ host-package] Compiling serde_path_to_error v0.1.16
20192024-08-19T15:22:33.642Z[ host-package] Compiling hostname v0.4.0
20202024-08-19T15:22:33.757Z[ host-package] Compiling tokio-rustls v0.25.0
20212024-08-19T15:22:33.890Z[ host-package] Compiling instant v0.1.12
20222024-08-19T15:22:34.060Z[ host-package] Compiling debug-ignore v1.0.5
20232024-08-19T15:22:34.226Z[ host-package] Compiling backoff v0.4.0
20242024-08-19T15:22:34.286Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20252024-08-19T15:22:34.320Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20262024-08-19T15:22:34.692Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20272024-08-19T15:22:34.731Z[ host-package] Compiling parse-display v0.10.0
20282024-08-19T15:22:35.087Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20292024-08-19T15:22:35.129Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20302024-08-19T15:22:35.143Z[ helios-setup] Aug 19 15:22:34.021 INFO clone ok!, project: amd-host-image-builder
20312024-08-19T15:22:35.146Z[ helios-setup] Aug 19 15:22:34.021 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
20322024-08-19T15:22:35.146Z[ helios-setup] Aug 19 15:22:34.021 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20332024-08-19T15:22:35.148Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20342024-08-19T15:22:35.357Z[ host-package] Compiling serde_with v3.8.3
20352024-08-19T15:22:35.375Z[ host-package] Compiling strum v0.26.3
20362024-08-19T15:22:35.570Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20372024-08-19T15:22:35.884Z[ helios-setup] Aug 19 15:22:34.762 INFO clone ok!, project: image-builder
20382024-08-19T15:22:35.887Z[ helios-setup] Aug 19 15:22:34.763 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
20392024-08-19T15:22:35.887Z[ helios-setup] Aug 19 15:22:34.763 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20402024-08-19T15:22:35.889Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20412024-08-19T15:22:36.581Z[ helios-setup] Aug 19 15:22:35.460 INFO clone ok!, project: bootserver
20422024-08-19T15:22:36.584Z[ helios-setup] Aug 19 15:22:35.460 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
20432024-08-19T15:22:36.584Z[ helios-setup] Aug 19 15:22:35.460 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20442024-08-19T15:22:36.586Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20452024-08-19T15:22:36.744Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20462024-08-19T15:22:36.916Z[ host-package] Compiling num-rational v0.4.2
20472024-08-19T15:22:37.737Z[ helios-setup] Aug 19 15:22:36.615 INFO clone ok!, project: chelsio-t6-roms
20482024-08-19T15:22:37.740Z[ helios-setup] Aug 19 15:22:36.615 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
20492024-08-19T15:22:37.740Z[ helios-setup] Aug 19 15:22:36.616 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20502024-08-19T15:22:37.742Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20512024-08-19T15:22:38.461Z[ host-package] Compiling num-complex v0.4.6
20522024-08-19T15:22:38.622Z[ host-package] Compiling macaddr v1.0.1
20532024-08-19T15:22:38.701Z[ helios-setup] Aug 19 15:22:37.579 INFO clone ok!, project: pilot
20542024-08-19T15:22:38.703Z[ helios-setup] Aug 19 15:22:37.579 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
20552024-08-19T15:22:38.703Z[ helios-setup] Aug 19 15:22:37.579 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20562024-08-19T15:22:38.706Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20572024-08-19T15:22:39.097Z[ host-package] Compiling swrite v0.1.0
20582024-08-19T15:22:39.365Z[ host-package] Compiling quick-error v1.2.3
20592024-08-19T15:22:39.564Z[ helios-setup] Aug 19 15:22:38.441 INFO clone ok!, project: phbl
20602024-08-19T15:22:39.566Z[ helios-setup] Aug 19 15:22:38.442 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20612024-08-19T15:22:39.585Z[ host-package] Compiling num v0.4.3
20622024-08-19T15:22:39.650Z[ host-package] Compiling float-ord v0.3.2
20632024-08-19T15:22:39.728Z[ host-package] Compiling utf-8 v0.7.6
20642024-08-19T15:22:39.851Z[ host-package] Compiling resolv-conf v0.7.0
20652024-08-19T15:22:40.465Z[ helios-setup] Aug 19 15:22:39.343 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20662024-08-19T15:22:40.729Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20672024-08-19T15:22:41.011Z[ helios-setup] Aug 19 15:22:39.889 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20682024-08-19T15:22:41.011Z[ helios-setup] Aug 19 15:22:39.889 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20692024-08-19T15:22:41.578Z[ helios-setup] Aug 19 15:22:40.455 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20702024-08-19T15:22:42.136Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20712024-08-19T15:22:42.145Z[ helios-setup] Aug 19 15:22:41.023 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20722024-08-19T15:22:42.148Z[ helios-setup] Aug 19 15:22:41.023 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20732024-08-19T15:22:42.155Z[ host-package] Compiling trust-dns-resolver v0.22.0
20742024-08-19T15:22:42.533Z[ host-package] Compiling rayon-core v1.12.1
20752024-08-19T15:22:42.571Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20762024-08-19T15:22:42.700Z[ host-package] Compiling crossbeam-deque v0.8.5
20772024-08-19T15:22:42.703Z[ helios-setup] Aug 19 15:22:41.578 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20782024-08-19T15:22:43.126Z[ host-package] Compiling half v2.4.1
20792024-08-19T15:22:43.265Z[ helios-setup] Aug 19 15:22:42.142 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20802024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.142 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20812024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.142 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20822024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.142 INFO ok!
20832024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.143 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20842024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.143 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20852024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.143 INFO ok!
20862024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.143 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20872024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.143 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20882024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.143 INFO ok!
20892024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.143 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
20902024-08-19T15:22:43.267Z[ helios-setup] Aug 19 15:22:42.143 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
20912024-08-19T15:22:43.645Z[ helios-setup] Aug 19 15:22:42.522 INFO E| Compiling adler v1.0.2
20922024-08-19T15:22:43.781Z[ helios-setup] Aug 19 15:22:42.659 INFO E| Compiling miniz_oxide v0.7.2
20932024-08-19T15:22:43.972Z[ host-package] Compiling ciborium-io v0.2.2
20942024-08-19T15:22:44.148Z[ host-package] Compiling fastrand v2.1.0
20952024-08-19T15:22:44.721Z[ host-package] Compiling same-file v1.0.6
20962024-08-19T15:22:45.015Z[ host-package] Compiling display-error-chain v0.2.0
20972024-08-19T15:22:45.246Z[ host-package] Compiling walkdir v2.5.0
20982024-08-19T15:22:46.048Z[ host-package] Compiling tempfile v3.10.1
20992024-08-19T15:22:46.454Z[ helios-setup] Aug 19 15:22:45.331 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21002024-08-19T15:22:46.902Z[ host-package] Compiling ciborium-ll v0.2.2
21012024-08-19T15:22:47.521Z[ helios-setup] Aug 19 15:22:46.398 INFO E| Finished `release` profile [optimized] target(s) in 4.15s
21022024-08-19T15:22:47.528Z[ helios-setup] Aug 19 15:22:46.405 INFO building project "pinprick" ok (4 seconds)
21032024-08-19T15:22:47.528Z[ helios-setup] Aug 19 15:22:46.405 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21042024-08-19T15:22:47.528Z[ helios-setup] Aug 19 15:22:46.406 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21052024-08-19T15:22:47.537Z[ helios-setup] Aug 19 15:22:46.414 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21062024-08-19T15:22:47.746Z[ helios-setup] Aug 19 15:22:46.622 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21072024-08-19T15:22:47.746Z[ helios-setup] Aug 19 15:22:46.623 INFO E| info: downloading component 'cargo'
21082024-08-19T15:22:49.217Z[ helios-setup] Aug 19 15:22:48.094 INFO E| info: downloading component 'clippy'
21092024-08-19T15:22:49.289Z[ host-package] Compiling ring v0.16.20
21102024-08-19T15:22:49.436Z[ helios-setup] Aug 19 15:22:48.312 INFO E| info: downloading component 'rust-docs'
21112024-08-19T15:22:49.569Z[ host-package] Compiling blake3 v1.5.1
21122024-08-19T15:22:50.248Z[ host-package] Compiling rayon v1.10.0
21132024-08-19T15:22:50.457Z[ helios-setup] Aug 19 15:22:49.334 INFO E| info: downloading component 'rust-src'
21142024-08-19T15:22:50.610Z[ helios-setup] Aug 19 15:22:49.486 INFO E| info: downloading component 'rust-std'
21152024-08-19T15:22:51.202Z[ host-package] Compiling ciborium v0.2.2
21162024-08-19T15:22:52.291Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21172024-08-19T15:22:52.597Z[ helios-setup] Aug 19 15:22:51.473 INFO E| info: downloading component 'rustc'
21182024-08-19T15:22:55.231Z[ host-package] Compiling xattr v1.3.1
21192024-08-19T15:22:55.543Z[ host-package] Compiling nibble_vec v0.1.0
21202024-08-19T15:22:55.815Z[ host-package] Compiling filetime v0.2.24
21212024-08-19T15:22:56.131Z[ host-package] Compiling memmap2 v0.9.4
21222024-08-19T15:22:56.599Z[ host-package] Compiling arrayref v0.3.7
21232024-08-19T15:22:56.752Z[ host-package] Compiling arrayvec v0.7.4
21242024-08-19T15:22:57.278Z[ host-package] Compiling constant_time_eq v0.3.0
21252024-08-19T15:22:57.445Z[ host-package] Compiling cancel-safe-futures v0.1.5
21262024-08-19T15:22:57.757Z[ helios-setup] Aug 19 15:22:56.632 INFO E| info: downloading component 'rustfmt'
21272024-08-19T15:22:57.860Z[ host-package] Compiling endian-type v0.1.2
21282024-08-19T15:22:57.971Z[ host-package] Compiling untrusted v0.7.1
21292024-08-19T15:22:58.112Z[ host-package] Compiling spin v0.5.2
21302024-08-19T15:22:58.169Z[ host-package] Compiling radix_trie v0.2.1
21312024-08-19T15:22:58.187Z[ helios-setup] Aug 19 15:22:57.062 INFO E| info: installing component 'cargo'
21322024-08-19T15:22:59.596Z[ helios-setup] Aug 19 15:22:58.472 INFO E| info: installing component 'clippy'
21332024-08-19T15:23:00.138Z[ helios-setup] Aug 19 15:22:59.013 INFO E| info: installing component 'rust-docs'
21342024-08-19T15:23:00.596Z[ host-package] Compiling tar v0.4.41
21352024-08-19T15:23:02.042Z[ host-package] Compiling camino-tempfile v1.1.1
21362024-08-19T15:23:02.532Z[ host-package] Compiling toolchain_find v0.4.0
21372024-08-19T15:23:02.707Z[ host-package] Compiling atty v0.2.14
21382024-08-19T15:23:02.887Z[ host-package] Compiling crunchy v0.2.2
21392024-08-19T15:23:03.261Z[ host-package] Compiling glob v0.3.1
21402024-08-19T15:23:03.507Z[ host-package] Compiling maplit v1.0.2
21412024-08-19T15:23:04.176Z[ host-package] Compiling topological-sort v0.2.2
21422024-08-19T15:23:04.196Z[ host-package] Compiling clang-sys v1.7.0
21432024-08-19T15:23:04.441Z[ host-package] Compiling omicron-zone-package v0.11.0
21442024-08-19T15:23:04.518Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21452024-08-19T15:23:04.961Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21462024-08-19T15:23:05.283Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21472024-08-19T15:23:05.359Z[ host-package] Compiling tungstenite v0.21.0
21482024-08-19T15:23:05.944Z[ helios-setup] Aug 19 15:23:04.818 INFO E| info: installing component 'rust-src'
21492024-08-19T15:23:06.135Z[ host-package] Compiling tiny-keccak v2.0.2
21502024-08-19T15:23:06.656Z[ helios-setup] Aug 19 15:23:05.530 INFO E| info: installing component 'rust-std'
21512024-08-19T15:23:06.835Z[ host-package] Compiling tokio-tungstenite v0.21.0
21522024-08-19T15:23:07.549Z[ host-package] Compiling dsl_auto_type v0.1.2
21532024-08-19T15:23:09.059Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21542024-08-19T15:23:09.446Z[ helios-setup] Aug 19 15:23:08.320 INFO E| info: installing component 'rustc'
21552024-08-19T15:23:10.236Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21562024-08-19T15:23:10.767Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21572024-08-19T15:23:10.784Z[ host-package] Compiling arc-swap v1.7.1
21582024-08-19T15:23:10.945Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21592024-08-19T15:23:11.265Z[ host-package] Compiling diesel_derives v2.2.2
21602024-08-19T15:23:11.443Z[ host-package] Compiling slog-scope v4.4.0
21612024-08-19T15:23:11.536Z[ host-package] Compiling r2d2 v0.8.10
21622024-08-19T15:23:12.367Z[ host-package] Compiling ascii-canvas v3.0.0
21632024-08-19T15:23:12.665Z[ host-package] Compiling ena v0.14.3
21642024-08-19T15:23:12.900Z[ host-package] Compiling libloading v0.8.3
21652024-08-19T15:23:13.227Z[ host-package] Compiling bindgen v0.69.4
21662024-08-19T15:23:13.423Z[ host-package] Compiling diff v0.1.13
21672024-08-19T15:23:13.793Z[ host-package] Compiling regex-syntax v0.6.29
21682024-08-19T15:23:16.464Z[ helios-setup] Aug 19 15:23:15.337 INFO E| info: installing component 'rustfmt'
21692024-08-19T15:23:17.457Z[ helios-setup] Aug 19 15:23:16.330 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21702024-08-19T15:23:18.450Z[ helios-setup] Aug 19 15:23:17.323 INFO E| From https://github.com/oxidecomputer/amd-apcb
21712024-08-19T15:23:18.450Z[ helios-setup] Aug 19 15:23:17.323 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21722024-08-19T15:23:18.450Z[ helios-setup] Aug 19 15:23:17.323 INFO E| * [new tag] v0.3.3 -> v0.3.3
21732024-08-19T15:23:18.479Z[ helios-setup] Aug 19 15:23:17.351 INFO E| * [new tag] v0.1.3 -> v0.1.3
21742024-08-19T15:23:18.479Z[ helios-setup] Aug 19 15:23:17.351 INFO E| * [new tag] v0.1.4 -> v0.1.4
21752024-08-19T15:23:18.481Z[ helios-setup] Aug 19 15:23:17.352 INFO E| * [new tag] v0.1.5 -> v0.1.5
21762024-08-19T15:23:18.481Z[ helios-setup] Aug 19 15:23:17.352 INFO E| * [new tag] v0.2.0 -> v0.2.0
21772024-08-19T15:23:18.481Z[ helios-setup] Aug 19 15:23:17.352 INFO E| * [new tag] v0.3.0 -> v0.3.0
21782024-08-19T15:23:18.481Z[ helios-setup] Aug 19 15:23:17.352 INFO E| * [new tag] v0.3.1 -> v0.3.1
21792024-08-19T15:23:18.481Z[ helios-setup] Aug 19 15:23:17.352 INFO E| * [new tag] v0.3.2 -> v0.3.2
21802024-08-19T15:23:18.524Z[ helios-setup] Aug 19 15:23:17.396 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21812024-08-19T15:23:19.418Z[ helios-setup] Aug 19 15:23:18.290 INFO E| From https://github.com/oxidecomputer/amd-efs
21822024-08-19T15:23:19.418Z[ helios-setup] Aug 19 15:23:18.290 INFO E| * [new branch] empty -> origin/empty
21832024-08-19T15:23:19.420Z[ helios-setup] Aug 19 15:23:18.290 INFO E| * [new branch] issue-99 -> origin/issue-99
21842024-08-19T15:23:19.420Z[ helios-setup] Aug 19 15:23:18.290 INFO E| * [new branch] main -> origin/main
21852024-08-19T15:23:19.420Z[ helios-setup] Aug 19 15:23:18.291 INFO E| * [new branch] review -> origin/review
21862024-08-19T15:23:19.420Z[ helios-setup] Aug 19 15:23:18.291 INFO E| * [new ref] -> origin/HEAD
21872024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.291 INFO E| * [new tag] v0.2.0 -> v0.2.0
21882024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.291 INFO E| * [new tag] v0.2.1 -> v0.2.1
21892024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.291 INFO E| * [new tag] v0.2.2 -> v0.2.2
21902024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.291 INFO E| * [new tag] v0.2.3 -> v0.2.3
21912024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.291 INFO E| * [new tag] v0.2.4 -> v0.2.4
21922024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.292 INFO E| * [new tag] v0.2.5 -> v0.2.5
21932024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.292 INFO E| * [new tag] v0.2.6 -> v0.2.6
21942024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.292 INFO E| * [new tag] v0.2.7 -> v0.2.7
21952024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.292 INFO E| * [new tag] v0.3.0 -> v0.3.0
21962024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.292 INFO E| * [new tag] v0.3.1 -> v0.3.1
21972024-08-19T15:23:19.421Z[ helios-setup] Aug 19 15:23:18.292 INFO E| * [new tag] v0.4.0 -> v0.4.0
21982024-08-19T15:23:19.443Z[ helios-setup] Aug 19 15:23:18.316 INFO E| Updating crates.io index
21992024-08-19T15:23:19.742Z[ host-package] Compiling lalrpop v0.19.12
22002024-08-19T15:23:19.790Z[ helios-setup] Aug 19 15:23:18.662 INFO E| Downloading crates ...
22012024-08-19T15:23:19.968Z[ helios-setup] Aug 19 15:23:18.840 INFO E| Downloaded pest_derive v2.7.11
22022024-08-19T15:23:20.004Z[ helios-setup] Aug 19 15:23:18.876 INFO E| Downloaded unic-ucd-version v0.9.0
22032024-08-19T15:23:20.007Z[ helios-setup] Aug 19 15:23:18.878 INFO E| Downloaded unic-common v0.9.0
22042024-08-19T15:23:20.007Z[ helios-setup] Aug 19 15:23:18.879 INFO E| Downloaded unic-char-range v0.9.0
22052024-08-19T15:23:20.009Z[ helios-setup] Aug 19 15:23:18.881 INFO E| Downloaded unic-char-property v0.9.0
22062024-08-19T15:23:20.012Z[ helios-setup] Aug 19 15:23:18.883 INFO E| Downloaded strum v0.23.0
22072024-08-19T15:23:20.012Z[ helios-setup] Aug 19 15:23:18.884 INFO E| Downloaded scroll_derive v0.10.5
22082024-08-19T15:23:20.014Z[ helios-setup] Aug 19 15:23:18.885 INFO E| Downloaded semver v0.9.0
22092024-08-19T15:23:20.016Z[ helios-setup] Aug 19 15:23:18.887 INFO E| Downloaded proc-macro-crate v0.1.5
22102024-08-19T15:23:20.016Z[ helios-setup] Aug 19 15:23:18.888 INFO E| Downloaded parse_int v0.6.0
22112024-08-19T15:23:20.020Z[ helios-setup] Aug 19 15:23:18.889 INFO E| Downloaded memoffset v0.5.6
22122024-08-19T15:23:20.020Z[ helios-setup] Aug 19 15:23:18.891 INFO E| Downloaded pre v0.2.1
22132024-08-19T15:23:20.022Z[ helios-setup] Aug 19 15:23:18.893 INFO E| Downloaded bytesize v1.3.0
22142024-08-19T15:23:20.022Z[ helios-setup] Aug 19 15:23:18.894 INFO E| Downloaded pest_generator v2.7.11
22152024-08-19T15:23:20.024Z[ helios-setup] Aug 19 15:23:18.896 INFO E| Downloaded fletcher v0.1.0
22162024-08-19T15:23:20.026Z[ helios-setup] Aug 19 15:23:18.898 INFO E| Downloaded modular-bitfield-impl v0.11.2
22172024-08-19T15:23:20.029Z[ helios-setup] Aug 19 15:23:18.900 INFO E| Downloaded textwrap v0.11.0
22182024-08-19T15:23:20.031Z[ helios-setup] Aug 19 15:23:18.902 INFO E| Downloaded vec_map v0.8.2
22192024-08-19T15:23:20.033Z[ helios-setup] Aug 19 15:23:18.903 INFO E| Downloaded strum_macros v0.23.1
22202024-08-19T15:23:20.035Z[ helios-setup] Aug 19 15:23:18.906 INFO E| Downloaded unic-ucd-ident v0.9.0
22212024-08-19T15:23:20.035Z[ helios-setup] Aug 19 15:23:18.908 INFO E| Downloaded strsim v0.8.0
22222024-08-19T15:23:20.038Z[ helios-setup] Aug 19 15:23:18.910 INFO E| Downloaded semver-parser v0.7.0
22232024-08-19T15:23:20.040Z[ helios-setup] Aug 19 15:23:18.911 INFO E| Downloaded scroll v0.10.2
22242024-08-19T15:23:20.043Z[ helios-setup] Aug 19 15:23:18.913 INFO E| Downloaded rustc_version v0.2.3
22252024-08-19T15:23:20.043Z[ helios-setup] Aug 19 15:23:18.915 INFO E| Downloaded num-derive v0.3.3
22262024-08-19T15:23:20.045Z[ helios-setup] Aug 19 15:23:18.917 INFO E| Downloaded four-cc v0.3.0
22272024-08-19T15:23:20.048Z[ helios-setup] Aug 19 15:23:18.919 INFO E| Downloaded structopt-derive v0.4.18
22282024-08-19T15:23:20.050Z[ helios-setup] Aug 19 15:23:18.920 INFO E| Downloaded pre-proc-macro v0.2.1
22292024-08-19T15:23:20.053Z[ helios-setup] Aug 19 15:23:18.923 INFO E| Downloaded cfg-if v0.1.10
22302024-08-19T15:23:20.053Z[ helios-setup] Aug 19 15:23:18.925 INFO E| Downloaded log v0.4.22
22312024-08-19T15:23:20.056Z[ helios-setup] Aug 19 15:23:18.928 INFO E| Downloaded modular-bitfield v0.11.2
22322024-08-19T15:23:20.074Z[ helios-setup] Aug 19 15:23:18.946 INFO E| Downloaded structopt v0.3.26
22332024-08-19T15:23:20.085Z[ helios-setup] Aug 19 15:23:18.957 INFO E| Downloaded goblin v0.4.3
22342024-08-19T15:23:20.092Z[ helios-setup] Aug 19 15:23:18.965 INFO E| Downloaded pest v2.7.11
22352024-08-19T15:23:20.099Z[ helios-setup] Aug 19 15:23:18.972 INFO E| Downloaded serde_json v1.0.120
22362024-08-19T15:23:20.109Z[ helios-setup] Aug 19 15:23:18.981 INFO E| Downloaded syn v2.0.71
22372024-08-19T15:23:20.123Z[ helios-setup] Aug 19 15:23:18.995 INFO E| Downloaded clap v2.34.0
22382024-08-19T15:23:20.136Z[ helios-setup] Aug 19 15:23:19.009 INFO E| Downloaded serde_derive v1.0.204
22392024-08-19T15:23:20.140Z[ helios-setup] Aug 19 15:23:19.013 INFO E| Downloaded serde v1.0.204
22402024-08-19T15:23:20.145Z[ helios-setup] Aug 19 15:23:19.018 INFO E| Downloaded pest_meta v2.7.11
22412024-08-19T15:23:20.148Z[ helios-setup] Aug 19 15:23:19.021 INFO E| Downloaded memchr v2.7.4
22422024-08-19T15:23:20.157Z[ helios-setup] Aug 19 15:23:19.029 INFO E| Downloaded ansi_term v0.12.1
22432024-08-19T15:23:20.244Z[ helios-setup] Aug 19 15:23:19.116 INFO E| Compiling proc-macro2 v1.0.86
22442024-08-19T15:23:20.244Z[ helios-setup] Aug 19 15:23:19.116 INFO E| Compiling unicode-ident v1.0.12
22452024-08-19T15:23:20.246Z[ helios-setup] Aug 19 15:23:19.116 INFO E| Compiling syn v1.0.109
22462024-08-19T15:23:20.246Z[ helios-setup] Aug 19 15:23:19.116 INFO E| Compiling version_check v0.9.4
22472024-08-19T15:23:20.246Z[ helios-setup] Aug 19 15:23:19.116 INFO E| Compiling thiserror v1.0.63
22482024-08-19T15:23:20.246Z[ helios-setup] Aug 19 15:23:19.116 INFO E| Compiling semver-parser v0.7.0
22492024-08-19T15:23:20.246Z[ helios-setup] Aug 19 15:23:19.116 INFO E| Compiling autocfg v1.3.0
22502024-08-19T15:23:20.246Z[ helios-setup] Aug 19 15:23:19.117 INFO E| Compiling serde v1.0.204
22512024-08-19T15:23:21.364Z[ helios-setup] Aug 19 15:23:20.236 INFO E| Compiling semver v0.9.0
22522024-08-19T15:23:21.554Z[ helios-setup] Aug 19 15:23:20.426 INFO E| Compiling serde_json v1.0.120
22532024-08-19T15:23:21.564Z[ helios-setup] Aug 19 15:23:20.437 INFO E| Compiling proc-macro-error-attr v1.0.4
22542024-08-19T15:23:21.784Z[ helios-setup] Aug 19 15:23:20.657 INFO E| Compiling proc-macro-error v1.0.4
22552024-08-19T15:23:21.886Z[ helios-setup] Aug 19 15:23:20.758 INFO E| Compiling num-traits v0.2.19
22562024-08-19T15:23:22.104Z[ helios-setup] Aug 19 15:23:20.976 INFO E| Compiling rustc_version v0.2.3
22572024-08-19T15:23:22.337Z[ helios-setup] Aug 19 15:23:21.209 INFO E| Compiling schemars v0.8.21
22582024-08-19T15:23:22.422Z[ helios-setup] Aug 19 15:23:21.294 INFO E| Compiling itoa v1.0.11
22592024-08-19T15:23:22.444Z[ helios-setup] Aug 19 15:23:21.316 INFO E| Compiling unicode-segmentation v1.11.0
22602024-08-19T15:23:22.543Z[ helios-setup] Aug 19 15:23:21.415 INFO E| Compiling ryu v1.0.18
22612024-08-19T15:23:22.733Z[ helios-setup] Aug 19 15:23:21.605 INFO E| Compiling memoffset v0.5.6
22622024-08-19T15:23:22.956Z[ helios-setup] Aug 19 15:23:21.828 INFO E| Compiling rustversion v1.0.17
22632024-08-19T15:23:23.219Z[ helios-setup] Aug 19 15:23:21.947 INFO E| Compiling quote v1.0.36
22642024-08-19T15:23:23.237Z[ helios-setup] Aug 19 15:23:22.109 INFO E| Compiling pre-proc-macro v0.2.1
22652024-08-19T15:23:23.440Z[ helios-setup] Aug 19 15:23:22.312 INFO E| Compiling libc v0.2.155
22662024-08-19T15:23:23.472Z[ helios-setup] Aug 19 15:23:22.344 INFO E| Compiling paste v1.0.15
22672024-08-19T15:23:23.970Z[ helios-setup] Aug 19 15:23:22.842 INFO E| Compiling syn v2.0.71
22682024-08-19T15:23:24.379Z[ helios-setup] Aug 19 15:23:23.251 INFO E| Compiling heck v0.3.3
22692024-08-19T15:23:24.632Z[ helios-setup] Aug 19 15:23:23.504 INFO E| Compiling lazy_static v1.5.0
22702024-08-19T15:23:24.824Z[ helios-setup] Aug 19 15:23:23.693 INFO E| Compiling ucd-trie v0.1.6
22712024-08-19T15:23:24.862Z[ helios-setup] Aug 19 15:23:23.733 INFO E| Compiling dyn-clone v1.0.17
22722024-08-19T15:23:24.968Z[ helios-setup] Aug 19 15:23:23.840 INFO E| Compiling memchr v2.7.4
22732024-08-19T15:23:25.489Z[ helios-setup] Aug 19 15:23:24.360 INFO E| Compiling pre v0.2.1
22742024-08-19T15:23:26.257Z[ helios-setup] Aug 19 15:23:25.128 INFO E| Compiling static_assertions v1.1.0
22752024-08-19T15:23:26.265Z[ host-package] Compiling diesel v2.2.2
22762024-08-19T15:23:26.306Z[ helios-setup] Aug 19 15:23:25.178 INFO E| Compiling byteorder v1.5.0
22772024-08-19T15:23:26.356Z[ helios-setup] Aug 19 15:23:25.227 INFO E| Compiling cfg-if v0.1.10
22782024-08-19T15:23:26.439Z[ helios-setup] Aug 19 15:23:25.310 INFO E| Compiling once_cell v1.19.0
22792024-08-19T15:23:28.913Z[ helios-setup] Aug 19 15:23:27.784 INFO E| Compiling unicode-width v0.1.13
22802024-08-19T15:23:29.268Z[ helios-setup] Aug 19 15:23:28.139 INFO E| Compiling textwrap v0.11.0
22812024-08-19T15:23:29.355Z[ helios-setup] Aug 19 15:23:28.226 INFO E| Compiling atty v0.2.14
22822024-08-19T15:23:29.572Z[ helios-setup] Aug 19 15:23:28.443 INFO E| Compiling unic-char-range v0.9.0
22832024-08-19T15:23:29.724Z[ helios-setup] Aug 19 15:23:28.595 INFO E| Compiling ansi_term v0.12.1
22842024-08-19T15:23:29.804Z[ helios-setup] Aug 19 15:23:28.675 INFO E| Compiling fletcher v0.1.0
22852024-08-19T15:23:30.008Z[ helios-setup] Aug 19 15:23:28.879 INFO E| Compiling parse_int v0.6.0
22862024-08-19T15:23:30.162Z[ host-package] Compiling slog-stdlog v4.1.1
22872024-08-19T15:23:30.167Z[ helios-setup] Aug 19 15:23:29.038 INFO E| Compiling strum v0.23.0
22882024-08-19T15:23:30.217Z[ helios-setup] Aug 19 15:23:29.088 INFO E| Compiling bitflags v1.3.2
22892024-08-19T15:23:30.315Z[ helios-setup] Aug 19 15:23:29.186 INFO E| Compiling vec_map v0.8.2
22902024-08-19T15:23:30.355Z[ helios-setup] Aug 19 15:23:29.226 INFO E| Compiling strsim v0.8.0
22912024-08-19T15:23:30.394Z[ helios-setup] Aug 19 15:23:29.265 INFO E| Compiling unic-common v0.9.0
22922024-08-19T15:23:30.458Z[ helios-setup] Aug 19 15:23:29.329 INFO E| Compiling unic-char-property v0.9.0
22932024-08-19T15:23:30.853Z[ helios-setup] Aug 19 15:23:29.724 INFO E| Compiling clap v2.34.0
22942024-08-19T15:23:30.879Z[ helios-setup] Aug 19 15:23:29.750 INFO E| Compiling unic-ucd-version v0.9.0
22952024-08-19T15:23:30.899Z[ helios-setup] Aug 19 15:23:29.769 INFO E| Compiling plain v0.2.3
22962024-08-19T15:23:30.931Z[ helios-setup] Aug 19 15:23:29.801 INFO E| Compiling log v0.4.22
22972024-08-19T15:23:30.974Z[ helios-setup] Aug 19 15:23:29.844 INFO E| Compiling unic-ucd-ident v0.9.0
22982024-08-19T15:23:31.217Z[ helios-setup] Aug 19 15:23:30.088 INFO E| Compiling bytesize v1.3.0
22992024-08-19T15:23:31.727Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23002024-08-19T15:23:31.963Z[ host-package] Compiling which v4.4.2
23012024-08-19T15:23:32.501Z[ helios-setup] Aug 19 15:23:31.372 INFO E| Compiling serde_derive_internals v0.29.1
23022024-08-19T15:23:32.904Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23032024-08-19T15:23:33.323Z[ host-package] Compiling cexpr v0.6.0
23042024-08-19T15:23:33.545Z[ host-package] Compiling libsw v3.3.1
23052024-08-19T15:23:34.178Z[ host-package] Compiling rustc-hash v1.1.0
23062024-08-19T15:23:34.318Z[ helios-setup] Aug 19 15:23:33.188 INFO E| Compiling toml v0.5.11
23072024-08-19T15:23:34.648Z[ host-package] Compiling lazycell v1.3.0
23082024-08-19T15:23:34.749Z[ host-package] Compiling shlex v1.3.0
23092024-08-19T15:23:35.038Z[ host-package] Compiling ref-cast v1.0.23
23102024-08-19T15:23:35.543Z[ host-package] Compiling owo-colors v4.0.0
23112024-08-19T15:23:36.035Z[ host-package] Compiling linear-map v1.2.0
23122024-08-19T15:23:36.951Z[ host-package] Compiling slog-envlogger v2.2.0
23132024-08-19T15:23:37.569Z[ helios-setup] Aug 19 15:23:36.439 INFO E| Compiling proc-macro-crate v0.1.5
23142024-08-19T15:23:38.564Z[ helios-setup] Aug 19 15:23:37.433 INFO E| Compiling thiserror-impl v1.0.63
23152024-08-19T15:23:38.564Z[ helios-setup] Aug 19 15:23:37.433 INFO E| Compiling serde_derive v1.0.204
23162024-08-19T15:23:38.573Z[ helios-setup] Aug 19 15:23:37.443 INFO E| Compiling schemars_derive v0.8.21
23172024-08-19T15:23:39.602Z[ helios-setup] Aug 19 15:23:38.472 INFO E| Compiling zerocopy-derive v0.6.6
23182024-08-19T15:23:41.116Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23192024-08-19T15:23:41.157Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23202024-08-19T15:23:43.268Z[ helios-setup] Aug 19 15:23:42.137 INFO E| Compiling zerocopy v0.6.6
23212024-08-19T15:23:44.181Z[ helios-setup] Aug 19 15:23:43.050 INFO E| Compiling pest v2.7.11
23222024-08-19T15:23:44.417Z[ helios-setup] Aug 19 15:23:43.286 INFO E| Compiling modular-bitfield-impl v0.11.2
23232024-08-19T15:23:44.417Z[ helios-setup] Aug 19 15:23:43.286 INFO E| Compiling num-derive v0.3.3
23242024-08-19T15:23:45.276Z[ helios-setup] Aug 19 15:23:44.145 INFO E| Compiling scroll_derive v0.10.5
23252024-08-19T15:23:47.373Z[ helios-setup] Aug 19 15:23:46.241 INFO E| Compiling strum_macros v0.23.1
23262024-08-19T15:23:47.914Z[ helios-setup] Aug 19 15:23:46.782 INFO E| Compiling structopt-derive v0.4.18
23272024-08-19T15:23:48.079Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23282024-08-19T15:23:48.279Z[ helios-setup] Aug 19 15:23:47.147 INFO E| Compiling scroll v0.10.2
23292024-08-19T15:23:48.839Z[ host-package] Compiling derive_builder_core v0.20.0
23302024-08-19T15:23:49.275Z[ helios-setup] Aug 19 15:23:48.143 INFO E| Compiling pest_meta v2.7.11
23312024-08-19T15:23:49.358Z[ helios-setup] Aug 19 15:23:48.226 INFO E| Compiling goblin v0.4.3
23322024-08-19T15:23:50.015Z[ helios-setup] Aug 19 15:23:48.883 INFO E| Compiling modular-bitfield v0.11.2
23332024-08-19T15:23:51.860Z[ helios-setup] Aug 19 15:23:50.727 INFO E| Compiling pest_generator v2.7.11
23342024-08-19T15:23:53.123Z[ host-package] Compiling headers-core v0.2.0
23352024-08-19T15:23:53.600Z[ host-package] Compiling fxhash v0.2.1
23362024-08-19T15:23:53.796Z[ helios-setup] Aug 19 15:23:52.664 INFO E| Compiling structopt v0.3.26
23372024-08-19T15:23:54.091Z[ host-package] Compiling libxml v0.3.3
23382024-08-19T15:23:54.930Z[ host-package] Compiling ref-cast-impl v1.0.23
23392024-08-19T15:23:55.173Z[ host-package] Compiling headers v0.3.9
23402024-08-19T15:23:56.921Z[ helios-setup] Aug 19 15:23:55.788 INFO E| Compiling pest_derive v2.7.11
23412024-08-19T15:23:57.159Z[ host-package] Compiling derive_builder_macro v0.20.0
23422024-08-19T15:23:58.422Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23432024-08-19T15:23:59.867Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23442024-08-19T15:24:00.254Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23452024-08-19T15:24:00.701Z[ host-package] Compiling samael v0.0.15
23462024-08-19T15:24:02.028Z[ helios-setup] Aug 19 15:24:00.894 INFO E| Compiling json5 v0.4.1
23472024-08-19T15:24:02.252Z[ host-package] Compiling strum_macros v0.24.3
23482024-08-19T15:24:03.036Z[ host-package] Compiling cookie v0.18.1
23492024-08-19T15:24:03.540Z[ host-package] Compiling unicase v2.7.0
23502024-08-19T15:24:04.063Z[ host-package] Compiling indoc v1.0.9
23512024-08-19T15:24:04.957Z[ host-package] Compiling polar-core v0.27.3
23522024-08-19T15:24:05.667Z[ host-package] Compiling derive_builder v0.20.0
23532024-08-19T15:24:07.170Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23542024-08-19T15:24:07.228Z[ host-package] Compiling crossterm v0.28.1
23552024-08-19T15:24:07.580Z[ host-package] Compiling curve25519-dalek v4.1.3
23562024-08-19T15:24:08.028Z[ helios-setup] Aug 19 15:24:06.894 INFO E| Compiling four-cc v0.3.0
23572024-08-19T15:24:08.028Z[ helios-setup] Aug 19 15:24:06.894 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
23582024-08-19T15:24:08.248Z[ helios-setup] Aug 19 15:24:07.113 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
23592024-08-19T15:24:08.284Z[ host-package] Compiling oso-derive v0.27.3
23602024-08-19T15:24:09.818Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23612024-08-19T15:24:10.935Z[ host-package] Compiling libz-sys v1.1.16
23622024-08-19T15:24:11.994Z[ host-package] Compiling quick-xml v0.31.0
23632024-08-19T15:24:12.554Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
23642024-08-19T15:24:13.072Z[ host-package] Compiling parking_lot_core v0.8.6
23652024-08-19T15:24:13.834Z[ host-package] Compiling keccak v0.1.5
23662024-08-19T15:24:14.962Z[ host-package] Compiling sha3 v0.10.8
23672024-08-19T15:24:17.596Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23682024-08-19T15:24:18.526Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23692024-08-19T15:24:19.381Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23702024-08-19T15:24:20.376Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23712024-08-19T15:24:20.829Z[ host-package] Compiling bb8 v0.8.5
23722024-08-19T15:24:21.633Z[ host-package] Compiling const_format_proc_macros v0.2.32
23732024-08-19T15:24:23.506Z[ host-package] Compiling universal-hash v0.5.1
23742024-08-19T15:24:23.619Z[ host-package] Compiling secrecy v0.8.0
23752024-08-19T15:24:23.842Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23762024-08-19T15:24:23.929Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23772024-08-19T15:24:23.969Z[ host-package] Compiling vte_generate_state_changes v0.1.1
23782024-08-19T15:24:24.726Z[ host-package] Compiling opaque-debug v0.3.1
23792024-08-19T15:24:24.849Z[ host-package] Compiling poly1305 v0.8.0
23802024-08-19T15:24:26.591Z[ host-package] Compiling vte v0.11.1
23812024-08-19T15:24:26.992Z[ host-package] Compiling thiserror-no-std v2.0.2
23822024-08-19T15:24:27.148Z[ host-package] Compiling const_format v0.2.32
23832024-08-19T15:24:28.833Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842024-08-19T15:24:29.299Z[ host-package] Compiling chacha20 v0.9.1
23852024-08-19T15:24:29.323Z[ host-package] Compiling fd-lock v4.0.2
23862024-08-19T15:24:29.697Z[ host-package] Compiling aead v0.5.2
23872024-08-19T15:24:29.864Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
23882024-08-19T15:24:30.205Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23892024-08-19T15:24:30.829Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23902024-08-19T15:24:31.806Z[ host-package] Compiling oso v0.27.3
23912024-08-19T15:24:33.811Z[ host-package] Compiling bytecount v0.6.8
23922024-08-19T15:24:34.187Z[ host-package] Compiling papergrid v0.11.0
23932024-08-19T15:24:40.024Z[ host-package] Compiling chacha20poly1305 v0.10.1
23942024-08-19T15:24:40.736Z[ host-package] Compiling parking_lot v0.11.2
23952024-08-19T15:24:42.904Z[ host-package] Compiling strip-ansi-escapes v0.2.0
23962024-08-19T15:24:43.636Z[ host-package] Compiling vsss-rs v3.3.4
23972024-08-19T15:24:47.457Z[ host-package] Compiling trust-dns-client v0.22.0
23982024-08-19T15:24:48.545Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
23992024-08-19T15:24:49.504Z[ helios-setup] Aug 19 15:24:48.364 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24002024-08-19T15:24:50.097Z[ host-package] Compiling tabled_derive v0.7.0
24012024-08-19T15:24:51.022Z[ host-package] Compiling crossterm v0.27.0
24022024-08-19T15:24:52.831Z[ host-package] Compiling peg-macros v0.8.4
24032024-08-19T15:24:54.427Z[ host-package] Compiling kstat-rs v0.2.4
24042024-08-19T15:24:55.650Z[ host-package] Compiling toml v0.5.11
24052024-08-19T15:24:56.962Z[ host-package] Compiling sqlparser_derive v0.2.2
24062024-08-19T15:24:58.381Z[ host-package] Compiling unicode_categories v0.1.1
24072024-08-19T15:24:59.167Z[ host-package] Compiling nu-ansi-term v0.50.0
24082024-08-19T15:24:59.204Z[ host-package] Compiling rustyline v14.0.0
24092024-08-19T15:25:00.834Z[ host-package] Compiling reedline v0.33.0
24102024-08-19T15:25:00.837Z[ host-package] Compiling sqlformat v0.2.4
24112024-08-19T15:25:00.909Z[ helios-setup] Aug 19 15:24:59.767 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24122024-08-19T15:25:06.078Z[ host-package] Compiling sqlparser v0.45.0
24132024-08-19T15:25:07.748Z[ host-package] Compiling trust-dns-server v0.22.1
24142024-08-19T15:25:12.410Z[ host-package] Compiling peg v0.8.4
24152024-08-19T15:25:12.545Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24162024-08-19T15:25:12.697Z[ host-package] Compiling tabled v0.15.0
24172024-08-19T15:25:30.307Z[ host-package] Compiling sled v0.34.7
24182024-08-19T15:25:32.570Z[ host-package] Compiling mime_guess v2.0.4
24192024-08-19T15:25:35.331Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24202024-08-19T15:25:36.770Z[ host-package] Compiling env_logger v0.9.3
24212024-08-19T15:25:37.153Z[ host-package] Compiling tungstenite v0.20.1
24222024-08-19T15:25:39.773Z[ helios-setup] Aug 19 15:25:38.625 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 22s
24232024-08-19T15:25:39.808Z[ helios-setup] Aug 19 15:25:38.661 INFO building project "amd-host-image-builder" ok (172 seconds)
24242024-08-19T15:25:39.811Z[ helios-setup] Aug 19 15:25:38.661 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24252024-08-19T15:25:39.811Z[ helios-setup] Aug 19 15:25:38.661 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24262024-08-19T15:25:40.259Z[ helios-setup] Aug 19 15:25:39.111 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24272024-08-19T15:25:40.731Z[ helios-setup] Aug 19 15:25:39.584 INFO E| From https://github.com/jclulow/rust-jmclib
24282024-08-19T15:25:40.731Z[ helios-setup] Aug 19 15:25:39.584 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24292024-08-19T15:25:40.768Z[ helios-setup] Aug 19 15:25:39.621 INFO E| Updating crates.io index
24302024-08-19T15:25:41.112Z[ helios-setup] Aug 19 15:25:39.965 INFO E| Downloading crates ...
24312024-08-19T15:25:41.247Z[ helios-setup] Aug 19 15:25:40.091 INFO E| Downloaded opaque-debug v0.3.0
24322024-08-19T15:25:41.247Z[ helios-setup] Aug 19 15:25:40.098 INFO E| Downloaded unicode-width v0.1.10
24332024-08-19T15:25:41.256Z[ helios-setup] Aug 19 15:25:40.109 INFO E| Downloaded md-5 v0.9.1
24342024-08-19T15:25:41.259Z[ helios-setup] Aug 19 15:25:40.111 INFO E| Downloaded ryu v1.0.15
24352024-08-19T15:25:41.275Z[ helios-setup] Aug 19 15:25:40.127 INFO E| Downloaded libdevinfo-sys v1.0.0
24362024-08-19T15:25:41.277Z[ helios-setup] Aug 19 15:25:40.128 INFO E| Downloaded walkdir v2.3.3
24372024-08-19T15:25:41.280Z[ helios-setup] Aug 19 15:25:40.131 INFO E| Downloaded sha-1 v0.9.8
24382024-08-19T15:25:41.282Z[ helios-setup] Aug 19 15:25:40.134 INFO E| Downloaded fastrand v2.0.0
24392024-08-19T15:25:41.299Z[ helios-setup] Aug 19 15:25:40.151 INFO E| Downloaded errno v0.3.1
24402024-08-19T15:25:41.301Z[ helios-setup] Aug 19 15:25:40.154 INFO E| Downloaded uuid v0.8.2
24412024-08-19T15:25:41.306Z[ helios-setup] Aug 19 15:25:40.158 INFO E| Downloaded typenum v1.16.0
24422024-08-19T15:25:41.310Z[ helios-setup] Aug 19 15:25:40.163 INFO E| Downloaded serde_derive v1.0.193
24432024-08-19T15:25:41.314Z[ helios-setup] Aug 19 15:25:40.167 INFO E| Downloaded unicode-ident v1.0.11
24442024-08-19T15:25:41.319Z[ helios-setup] Aug 19 15:25:40.172 INFO E| Downloaded tempfile v3.7.0
24452024-08-19T15:25:41.323Z[ helios-setup] Aug 19 15:25:40.175 INFO E| Downloaded serde v1.0.193
24462024-08-19T15:25:41.328Z[ helios-setup] Aug 19 15:25:40.181 INFO E| Downloaded quote v1.0.31
24472024-08-19T15:25:41.332Z[ helios-setup] Aug 19 15:25:40.185 INFO E| Downloaded proc-macro2 v1.0.66
24482024-08-19T15:25:41.336Z[ helios-setup] Aug 19 15:25:40.189 INFO E| Downloaded once_cell v1.18.0
24492024-08-19T15:25:41.340Z[ helios-setup] Aug 19 15:25:40.193 INFO E| Downloaded itoa v1.0.9
24502024-08-19T15:25:41.343Z[ helios-setup] Aug 19 15:25:40.195 INFO E| Downloaded getrandom v0.2.10
24512024-08-19T15:25:41.348Z[ helios-setup] Aug 19 15:25:40.200 INFO E| Downloaded anyhow v1.0.72
24522024-08-19T15:25:41.420Z[ helios-setup] Aug 19 15:25:40.272 INFO E| Downloaded serde_json v1.0.103
24532024-08-19T15:25:41.432Z[ helios-setup] Aug 19 15:25:40.285 INFO E| Downloaded syn v2.0.32
24542024-08-19T15:25:41.447Z[ helios-setup] Aug 19 15:25:40.300 INFO E| Downloaded rustix v0.38.4
24552024-08-19T15:25:41.481Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
24562024-08-19T15:25:41.498Z[ helios-setup] Aug 19 15:25:40.348 INFO E| Downloaded digest v0.9.0
24572024-08-19T15:25:41.498Z[ helios-setup] Aug 19 15:25:40.349 INFO E| Downloaded libc v0.2.147
24582024-08-19T15:25:41.528Z[ helios-setup] Aug 19 15:25:40.380 INFO E| Downloaded block-buffer v0.9.0
24592024-08-19T15:25:41.530Z[ helios-setup] Aug 19 15:25:40.381 INFO E| Downloaded bitflags v2.3.3
24602024-08-19T15:25:41.533Z[ helios-setup] Aug 19 15:25:40.384 INFO E| Downloaded cpufeatures v0.2.9
24612024-08-19T15:25:41.742Z[ helios-setup] Aug 19 15:25:40.594 INFO E| Compiling libc v0.2.147
24622024-08-19T15:25:41.742Z[ helios-setup] Aug 19 15:25:40.594 INFO E| Compiling proc-macro2 v1.0.66
24632024-08-19T15:25:41.742Z[ helios-setup] Aug 19 15:25:40.594 INFO E| Compiling cfg-if v1.0.0
24642024-08-19T15:25:41.742Z[ helios-setup] Aug 19 15:25:40.594 INFO E| Compiling unicode-ident v1.0.11
24652024-08-19T15:25:41.742Z[ helios-setup] Aug 19 15:25:40.594 INFO E| Compiling typenum v1.16.0
24662024-08-19T15:25:41.745Z[ helios-setup] Aug 19 15:25:40.594 INFO E| Compiling version_check v0.9.4
24672024-08-19T15:25:41.745Z[ helios-setup] Aug 19 15:25:40.594 INFO E| Compiling serde v1.0.193
24682024-08-19T15:25:41.745Z[ helios-setup] Aug 19 15:25:40.594 INFO E| Compiling itoa v1.0.9
24692024-08-19T15:25:42.295Z[ helios-setup] Aug 19 15:25:41.147 INFO E| Compiling time-core v0.1.2
24702024-08-19T15:25:42.421Z[ helios-setup] Aug 19 15:25:41.273 INFO E| Compiling slog v2.7.0
24712024-08-19T15:25:42.608Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24722024-08-19T15:25:42.682Z[ helios-setup] Aug 19 15:25:41.534 INFO E| Compiling num-conv v0.1.0
24732024-08-19T15:25:42.759Z[ helios-setup] Aug 19 15:25:41.611 INFO E| Compiling rustix v0.38.4
24742024-08-19T15:25:43.282Z[ helios-setup] Aug 19 15:25:42.128 INFO E| Compiling powerfmt v0.2.0
24752024-08-19T15:25:43.384Z[ helios-setup] Aug 19 15:25:42.236 INFO E| Compiling time-macros v0.2.18
24762024-08-19T15:25:43.510Z[ helios-setup] Aug 19 15:25:42.362 INFO E| Compiling bitflags v2.3.3
24772024-08-19T15:25:43.596Z[ helios-setup] Aug 19 15:25:42.447 INFO E| Compiling generic-array v0.14.7
24782024-08-19T15:25:44.240Z[ helios-setup] Aug 19 15:25:43.092 INFO E| Compiling deranged v0.3.11
24792024-08-19T15:25:44.338Z[ helios-setup] Aug 19 15:25:43.190 INFO E| Compiling num_threads v0.1.6
24802024-08-19T15:25:44.382Z[ helios-setup] Aug 19 15:25:43.234 INFO E| Compiling once_cell v1.18.0
24812024-08-19T15:25:44.464Z[ helios-setup] Aug 19 15:25:43.316 INFO E| Compiling quote v1.0.31
24822024-08-19T15:25:45.340Z[ helios-setup] Aug 19 15:25:44.192 INFO E| Compiling syn v2.0.32
24832024-08-19T15:25:45.757Z[ helios-setup] Aug 19 15:25:44.608 INFO E| Compiling thread_local v1.1.7
24842024-08-19T15:25:45.894Z[ helios-setup] Aug 19 15:25:44.746 INFO E| Compiling fastrand v2.0.0
24852024-08-19T15:25:46.326Z[ helios-setup] Aug 19 15:25:45.178 INFO E| Compiling opaque-debug v0.3.0
24862024-08-19T15:25:46.414Z[ helios-setup] Aug 19 15:25:45.266 INFO E| Compiling serde_json v1.0.103
24872024-08-19T15:25:47.224Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24882024-08-19T15:25:47.277Z[ helios-setup] Aug 19 15:25:46.128 INFO E| Compiling dirs-sys-next v0.1.2
24892024-08-19T15:25:47.319Z[ helios-setup] Aug 19 15:25:46.171 INFO E| Compiling errno v0.3.1
24902024-08-19T15:25:47.381Z[ helios-setup] Aug 19 15:25:46.232 INFO E| Compiling atty v0.2.14
24912024-08-19T15:25:47.791Z[ helios-setup] Aug 19 15:25:46.643 INFO E| Compiling dirs-next v2.0.0
24922024-08-19T15:25:47.884Z[ helios-setup] Aug 19 15:25:46.736 INFO E| Compiling anyhow v1.0.72
24932024-08-19T15:25:48.165Z[ helios-setup] Aug 19 15:25:47.016 INFO E| Compiling term v0.7.0
24942024-08-19T15:25:48.987Z[ helios-setup] Aug 19 15:25:47.838 INFO E| Compiling getrandom v0.2.10
24952024-08-19T15:25:48.998Z[ helios-setup] Aug 19 15:25:47.849 INFO E| Compiling unicode-width v0.1.10
24962024-08-19T15:25:49.232Z[ helios-setup] Aug 19 15:25:48.084 INFO E| Compiling digest v0.9.0
24972024-08-19T15:25:49.233Z[ helios-setup] Aug 19 15:25:48.084 INFO E| Compiling time v0.3.36
24982024-08-19T15:25:49.268Z[ helios-setup] Aug 19 15:25:48.119 INFO E| Compiling block-buffer v0.9.0
24992024-08-19T15:25:49.610Z[ helios-setup] Aug 19 15:25:48.461 INFO E| Compiling cpufeatures v0.2.9
25002024-08-19T15:25:49.619Z[ helios-setup] Aug 19 15:25:48.470 INFO E| Compiling same-file v1.0.6
25012024-08-19T15:25:49.702Z[ helios-setup] Aug 19 15:25:48.553 INFO E| Compiling ryu v1.0.15
25022024-08-19T15:25:49.786Z[ helios-setup] Aug 19 15:25:48.637 INFO E| Compiling sha-1 v0.9.8
25032024-08-19T15:25:50.349Z[ helios-setup] Aug 19 15:25:49.200 INFO E| Compiling walkdir v2.3.3
25042024-08-19T15:25:50.355Z[ helios-setup] Aug 19 15:25:49.206 INFO E| Compiling md-5 v0.9.1
25052024-08-19T15:25:50.720Z[ helios-setup] Aug 19 15:25:49.571 INFO E| Compiling tempfile v3.7.0
25062024-08-19T15:25:51.278Z[ helios-setup] Aug 19 15:25:50.129 INFO E| Compiling getopts v0.2.21
25072024-08-19T15:25:51.440Z[ helios-setup] Aug 19 15:25:50.291 INFO E| Compiling libdevinfo-sys v1.0.0
25082024-08-19T15:25:51.669Z[ helios-setup] Aug 19 15:25:50.520 INFO E| Compiling glob v0.3.1
25092024-08-19T15:25:52.470Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
25102024-08-19T15:25:53.186Z[ helios-setup] Aug 19 15:25:52.036 INFO E| Compiling slog-term v2.9.0
25112024-08-19T15:25:54.691Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25122024-08-19T15:25:55.348Z[ helios-setup] Aug 19 15:25:54.198 INFO E| Compiling serde_derive v1.0.193
25132024-08-19T15:25:55.717Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25142024-08-19T15:25:56.414Z[ host-package] Compiling bcs v0.1.6
25152024-08-19T15:25:57.482Z[ host-package] Compiling vergen v8.3.2
25162024-08-19T15:25:57.925Z[ host-package] Compiling bitstruct_derive v0.1.0
25172024-08-19T15:25:59.363Z[ host-package] Compiling cargo-platform v0.1.8
25182024-08-19T15:25:59.922Z[ host-package] Compiling nanorand v0.7.0
25192024-08-19T15:25:59.952Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25202024-08-19T15:26:00.145Z[ host-package] Compiling memoffset v0.9.1
25212024-08-19T15:26:00.556Z[ host-package] Compiling highway v1.2.0
25222024-08-19T15:26:00.784Z[ host-package] Compiling ascii v1.1.0
25232024-08-19T15:26:01.640Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25242024-08-19T15:26:02.193Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25252024-08-19T15:26:03.133Z[ host-package] Compiling flume v0.11.0
25262024-08-19T15:26:04.311Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25272024-08-19T15:26:04.647Z[ host-package] Compiling cargo_metadata v0.18.1
25282024-08-19T15:26:04.669Z[ host-package] Compiling bitstruct v0.1.1
25292024-08-19T15:26:04.919Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25302024-08-19T15:26:05.621Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25312024-08-19T15:26:08.388Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25322024-08-19T15:26:09.808Z[ host-package] Compiling tokio-tungstenite v0.20.1
25332024-08-19T15:26:10.257Z[ helios-setup] Aug 19 15:26:09.105 INFO E| Compiling toml v0.5.11
25342024-08-19T15:26:10.257Z[ helios-setup] Aug 19 15:26:09.106 INFO E| Compiling uuid v0.8.2
25352024-08-19T15:26:11.447Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25362024-08-19T15:26:12.466Z[ helios-setup] Aug 19 15:26:11.314 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25372024-08-19T15:26:16.353Z[ helios-setup] Aug 19 15:26:15.200 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25382024-08-19T15:26:19.715Z[ host-package] Compiling git2 v0.19.0
25392024-08-19T15:26:30.434Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402024-08-19T15:26:30.829Z[ helios-setup] Aug 19 15:26:29.675 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.91s
25412024-08-19T15:26:30.863Z[ helios-setup] Aug 19 15:26:29.708 INFO building project "image-builder" ok (51 seconds)
25422024-08-19T15:26:30.863Z[ helios-setup] Aug 19 15:26:29.708 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25432024-08-19T15:26:30.865Z[ helios-setup] Aug 19 15:26:29.708 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25442024-08-19T15:26:31.148Z[ helios-setup] Aug 19 15:26:29.994 INFO E| Downloading crates ...
25452024-08-19T15:26:31.272Z[ helios-setup] Aug 19 15:26:30.117 INFO E| Downloaded anyhow v1.0.62
25462024-08-19T15:26:31.278Z[ helios-setup] Aug 19 15:26:30.124 INFO E| Downloaded digest v0.10.3
25472024-08-19T15:26:31.281Z[ helios-setup] Aug 19 15:26:30.127 INFO E| Downloaded cpufeatures v0.2.5
25482024-08-19T15:26:31.284Z[ helios-setup] Aug 19 15:26:30.130 INFO E| Downloaded bytes v1.2.1
25492024-08-19T15:26:31.290Z[ helios-setup] Aug 19 15:26:30.135 INFO E| Downloaded sha2 v0.10.5
25502024-08-19T15:26:31.293Z[ helios-setup] Aug 19 15:26:30.138 INFO E| Downloaded generic-array v0.14.6
25512024-08-19T15:26:31.295Z[ helios-setup] Aug 19 15:26:30.141 INFO E| Downloaded typenum v1.15.0
25522024-08-19T15:26:31.299Z[ helios-setup] Aug 19 15:26:30.145 INFO E| Downloaded block-buffer v0.10.3
25532024-08-19T15:26:31.302Z[ helios-setup] Aug 19 15:26:30.146 INFO E| Downloaded miniz_oxide v0.6.2
25542024-08-19T15:26:31.304Z[ helios-setup] Aug 19 15:26:30.150 INFO E| Downloaded flate2 v1.0.25
25552024-08-19T15:26:31.418Z[ helios-setup] Aug 19 15:26:30.263 INFO E| Compiling typenum v1.15.0
25562024-08-19T15:26:31.418Z[ helios-setup] Aug 19 15:26:30.263 INFO E| Compiling version_check v0.9.4
25572024-08-19T15:26:31.421Z[ helios-setup] Aug 19 15:26:30.263 INFO E| Compiling crc32fast v1.3.2
25582024-08-19T15:26:31.421Z[ helios-setup] Aug 19 15:26:30.263 INFO E| Compiling cfg-if v1.0.0
25592024-08-19T15:26:31.421Z[ helios-setup] Aug 19 15:26:30.263 INFO E| Compiling anyhow v1.0.62
25602024-08-19T15:26:31.421Z[ helios-setup] Aug 19 15:26:30.263 INFO E| Compiling adler v1.0.2
25612024-08-19T15:26:31.421Z[ helios-setup] Aug 19 15:26:30.264 INFO E| Compiling cpufeatures v0.2.5
25622024-08-19T15:26:31.421Z[ helios-setup] Aug 19 15:26:30.264 INFO E| Compiling unicode-width v0.1.10
25632024-08-19T15:26:32.259Z[ helios-setup] Aug 19 15:26:31.104 INFO E| Compiling bitflags v1.3.2
25642024-08-19T15:26:32.340Z[ helios-setup] Aug 19 15:26:31.185 INFO E| Compiling generic-array v0.14.6
25652024-08-19T15:26:32.525Z[ helios-setup] Aug 19 15:26:31.370 INFO E| Compiling miniz_oxide v0.6.2
25662024-08-19T15:26:32.581Z[ helios-setup] Aug 19 15:26:31.426 INFO E| Compiling getopts v0.2.21
25672024-08-19T15:26:32.598Z[ helios-setup] Aug 19 15:26:31.443 INFO E| Compiling bytes v1.2.1
25682024-08-19T15:26:33.274Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25692024-08-19T15:26:34.473Z[ helios-setup] Aug 19 15:26:33.318 INFO E| Compiling flate2 v1.0.25
25702024-08-19T15:26:35.611Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25712024-08-19T15:26:37.490Z[ helios-setup] Aug 19 15:26:36.334 INFO E| Compiling crypto-common v0.1.6
25722024-08-19T15:26:37.493Z[ helios-setup] Aug 19 15:26:36.334 INFO E| Compiling block-buffer v0.10.3
25732024-08-19T15:26:37.682Z[ helios-setup] Aug 19 15:26:36.526 INFO E| Compiling digest v0.10.3
25742024-08-19T15:26:38.046Z[ helios-setup] Aug 19 15:26:36.890 INFO E| Compiling sha2 v0.10.5
25752024-08-19T15:26:38.304Z[ host-package] Compiling libsqlite3-sys v0.28.0
25762024-08-19T15:26:38.553Z[ helios-setup] Aug 19 15:26:37.397 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
25772024-08-19T15:26:39.090Z[ host-package] Compiling erased-serde v0.3.31
25782024-08-19T15:26:41.210Z[ host-package] Compiling serde_arrays v0.1.0
25792024-08-19T15:26:41.489Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25802024-08-19T15:26:44.059Z[ helios-setup] Aug 19 15:26:42.903 INFO E| Finished `release` profile [optimized] target(s) in 13.11s
25812024-08-19T15:26:44.075Z[ helios-setup] Aug 19 15:26:42.918 INFO building project "bootserver" ok (13 seconds)
25822024-08-19T15:26:44.077Z[ helios-setup] Aug 19 15:26:42.918 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25832024-08-19T15:26:44.078Z[ helios-setup] Aug 19 15:26:42.918 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25842024-08-19T15:26:44.520Z[ helios-setup] Aug 19 15:26:43.363 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25852024-08-19T15:26:45.102Z[ helios-setup] Aug 19 15:26:43.944 INFO E| From https://github.com/jclulow/hiercmd
25862024-08-19T15:26:45.102Z[ helios-setup] Aug 19 15:26:43.944 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25872024-08-19T15:26:45.134Z[ helios-setup] Aug 19 15:26:43.978 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25882024-08-19T15:26:45.582Z[ helios-setup] Aug 19 15:26:44.425 INFO E| From https://github.com/jclulow/network-interface
25892024-08-19T15:26:45.582Z[ helios-setup] Aug 19 15:26:44.425 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25902024-08-19T15:26:45.603Z[ helios-setup] Aug 19 15:26:44.446 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25912024-08-19T15:26:46.203Z[ helios-setup] Aug 19 15:26:45.046 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25922024-08-19T15:26:46.203Z[ helios-setup] Aug 19 15:26:45.046 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25932024-08-19T15:26:46.266Z[ helios-setup] Aug 19 15:26:45.109 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25942024-08-19T15:26:47.165Z[ helios-setup] Aug 19 15:26:46.008 INFO E| From https://github.com/oxidecomputer/facade
25952024-08-19T15:26:47.165Z[ helios-setup] Aug 19 15:26:46.008 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25962024-08-19T15:26:47.268Z[ helios-setup] Aug 19 15:26:46.111 INFO E| Updating crates.io index
25972024-08-19T15:26:47.824Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25982024-08-19T15:26:47.993Z[ helios-setup] Aug 19 15:26:46.836 INFO E| Downloading crates ...
25992024-08-19T15:26:48.177Z[ helios-setup] Aug 19 15:26:47.020 INFO E| Downloaded autocfg v1.1.0
26002024-08-19T15:26:48.182Z[ helios-setup] Aug 19 15:26:47.023 INFO E| Downloaded anstyle v0.3.5
26012024-08-19T15:26:48.182Z[ helios-setup] Aug 19 15:26:47.025 INFO E| Downloaded ahash v0.7.6
26022024-08-19T15:26:48.222Z[ helios-setup] Aug 19 15:26:47.065 INFO E| Downloaded tokio-macros v2.0.0
26032024-08-19T15:26:48.225Z[ helios-setup] Aug 19 15:26:47.067 INFO E| Downloaded const-random-macro v0.1.15
26042024-08-19T15:26:48.227Z[ helios-setup] Aug 19 15:26:47.068 INFO E| Downloaded anstream v0.2.6
26052024-08-19T15:26:48.230Z[ helios-setup] Aug 19 15:26:47.072 INFO E| Downloaded time v0.1.45
26062024-08-19T15:26:48.232Z[ helios-setup] Aug 19 15:26:47.074 INFO E| Downloaded slog-async v2.7.0
26072024-08-19T15:26:48.235Z[ helios-setup] Aug 19 15:26:47.076 INFO E| Downloaded const-random v0.1.15
26082024-08-19T15:26:48.252Z[ helios-setup] Aug 19 15:26:47.091 INFO E| Downloaded project-root v0.2.2
26092024-08-19T15:26:48.254Z[ helios-setup] Aug 19 15:26:47.093 INFO E| Downloaded futures-sink v0.3.28
26102024-08-19T15:26:48.254Z[ helios-setup] Aug 19 15:26:47.095 INFO E| Downloaded want v0.3.0
26112024-08-19T15:26:48.260Z[ helios-setup] Aug 19 15:26:47.104 INFO E| Downloaded httpdate v1.0.2
26122024-08-19T15:26:48.263Z[ helios-setup] Aug 19 15:26:47.106 INFO E| Downloaded futures-macro v0.3.28
26132024-08-19T15:26:48.272Z[ helios-setup] Aug 19 15:26:47.115 INFO E| Downloaded try-lock v0.2.4
26142024-08-19T15:26:48.274Z[ helios-setup] Aug 19 15:26:47.117 INFO E| Downloaded memoffset v0.7.1
26152024-08-19T15:26:48.277Z[ helios-setup] Aug 19 15:26:47.119 INFO E| Downloaded thiserror v1.0.38
26162024-08-19T15:26:48.284Z[ helios-setup] Aug 19 15:26:47.127 INFO E| Downloaded scopeguard v1.1.0
26172024-08-19T15:26:48.299Z[ helios-setup] Aug 19 15:26:47.143 INFO E| Downloaded signal-hook-registry v1.4.0
26182024-08-19T15:26:48.302Z[ helios-setup] Aug 19 15:26:47.144 INFO E| Downloaded sha1 v0.10.5
26192024-08-19T15:26:48.304Z[ helios-setup] Aug 19 15:26:47.147 INFO E| Downloaded thiserror-impl v1.0.38
26202024-08-19T15:26:48.307Z[ helios-setup] Aug 19 15:26:47.150 INFO E| Downloaded num_enum v0.5.7
26212024-08-19T15:26:48.316Z[ helios-setup] Aug 19 15:26:47.157 INFO E| Downloaded slog-bunyan v2.4.0
26222024-08-19T15:26:48.317Z[ helios-setup] Aug 19 15:26:47.159 INFO E| Downloaded toml_datetime v0.6.1
26232024-08-19T15:26:48.339Z[ helios-setup] Aug 19 15:26:47.182 INFO E| Downloaded serde_tokenstream v0.2.0
26242024-08-19T15:26:48.345Z[ helios-setup] Aug 19 15:26:47.188 INFO E| Downloaded slab v0.4.7
26252024-08-19T15:26:48.348Z[ helios-setup] Aug 19 15:26:47.191 INFO E| Downloaded aho-corasick v0.7.20
26262024-08-19T15:26:48.354Z[ helios-setup] Aug 19 15:26:47.197 INFO E| Downloaded sha2 v0.10.6
26272024-08-19T15:26:48.358Z[ helios-setup] Aug 19 15:26:47.202 INFO E| Downloaded rustfmt-wrapper v0.2.0
26282024-08-19T15:26:48.361Z[ helios-setup] Aug 19 15:26:47.204 INFO E| Downloaded unicode-bidi v0.3.13
26292024-08-19T15:26:48.365Z[ helios-setup] Aug 19 15:26:47.208 INFO E| Downloaded io-lifetimes v1.0.10
26302024-08-19T15:26:48.369Z[ helios-setup] Aug 19 15:26:47.212 INFO E| Downloaded toml v0.7.3
26312024-08-19T15:26:48.375Z[ helios-setup] Aug 19 15:26:47.218 INFO E| Downloaded semver v1.0.17
26322024-08-19T15:26:48.380Z[ helios-setup] Aug 19 15:26:47.223 INFO E| Downloaded unicode-ident v1.0.8
26332024-08-19T15:26:48.385Z[ helios-setup] Aug 19 15:26:47.228 INFO E| Downloaded tracing-core v0.1.30
26342024-08-19T15:26:48.390Z[ helios-setup] Aug 19 15:26:47.233 INFO E| Downloaded url v2.3.1
26352024-08-19T15:26:48.394Z[ helios-setup] Aug 19 15:26:47.238 INFO E| Downloaded serde_yaml v0.9.21
26362024-08-19T15:26:48.401Z[ helios-setup] Aug 19 15:26:47.244 INFO E| Downloaded unicode-linebreak v0.1.4
26372024-08-19T15:26:48.404Z[ helios-setup] Aug 19 15:26:47.248 INFO E| Downloaded num-traits v0.2.15
26382024-08-19T15:26:48.409Z[ helios-setup] Aug 19 15:26:47.252 INFO E| Downloaded tokio-util v0.7.7
26392024-08-19T15:26:48.420Z[ helios-setup] Aug 19 15:26:47.263 INFO E| Downloaded toml_edit v0.19.8
26402024-08-19T15:26:48.452Z[ helios-setup] Aug 19 15:26:47.295 INFO E| Downloaded unicode-normalization v0.1.22
26412024-08-19T15:26:48.458Z[ helios-setup] Aug 19 15:26:47.301 INFO E| Downloaded winnow v0.4.1
26422024-08-19T15:26:48.473Z[ helios-setup] Aug 19 15:26:47.316 INFO E| Downloaded syn v2.0.72
26432024-08-19T15:26:48.493Z[ helios-setup] Aug 19 15:26:47.336 INFO E| Downloaded rustls-webpki v0.100.1
26442024-08-19T15:26:48.503Z[ helios-setup] Aug 19 15:26:47.346 INFO E| Downloaded rayon-core v1.10.2
26452024-08-19T15:26:48.510Z[ helios-setup] Aug 19 15:26:47.353 INFO E| Downloaded tokio v1.27.0
26462024-08-19T15:26:48.590Z[ helios-setup] Aug 19 15:26:47.432 INFO E| Downloaded crossbeam-channel v0.5.6
26472024-08-19T15:26:48.602Z[ helios-setup] Aug 19 15:26:47.445 INFO E| Downloaded pest v2.5.7
26482024-08-19T15:26:48.611Z[ helios-setup] Aug 19 15:26:47.454 INFO E| Downloaded http v0.2.9
26492024-08-19T15:26:48.618Z[ helios-setup] Aug 19 15:26:47.461 INFO E| Downloaded mio v0.8.5
26502024-08-19T15:26:48.628Z[ helios-setup] Aug 19 15:26:47.472 INFO E| Downloaded rayon v1.6.1
26512024-08-19T15:26:48.651Z[ helios-setup] Aug 19 15:26:47.487 INFO E| Downloaded clap_builder v4.2.1
26522024-08-19T15:26:48.656Z[ helios-setup] Aug 19 15:26:47.499 INFO E| Downloaded serde_json v1.0.95
26532024-08-19T15:26:48.670Z[ helios-setup] Aug 19 15:26:47.512 INFO E| Downloaded reqwest v0.11.16
26542024-08-19T15:26:48.683Z[ helios-setup] Aug 19 15:26:47.526 INFO E| Downloaded chrono v0.4.24
26552024-08-19T15:26:48.695Z[ helios-setup] Aug 19 15:26:47.538 INFO E| Downloaded hyper v0.14.25
26562024-08-19T15:26:48.709Z[ helios-setup] Aug 19 15:26:47.552 INFO E| Downloaded regex v1.7.3
26572024-08-19T15:26:48.723Z[ helios-setup] Aug 19 15:26:47.566 INFO E| Downloaded rustls v0.21.0
26582024-08-19T15:26:48.783Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26592024-08-19T15:26:48.787Z[ helios-setup] Aug 19 15:26:47.630 INFO E| Downloaded regress v0.5.0
26602024-08-19T15:26:48.800Z[ helios-setup] Aug 19 15:26:47.643 INFO E| Downloaded git2 v0.16.1
26612024-08-19T15:26:48.817Z[ helios-setup] Aug 19 15:26:47.660 INFO E| Downloaded h2 v0.3.16
26622024-08-19T15:26:48.829Z[ helios-setup] Aug 19 15:26:47.672 INFO E| Downloaded rustix v0.37.3
26632024-08-19T15:26:48.864Z[ helios-setup] Aug 19 15:26:47.707 INFO E| Downloaded rhai v1.14.0
26642024-08-19T15:26:48.887Z[ helios-setup] Aug 19 15:26:47.730 INFO E| Downloaded openapiv3 v1.0.2
26652024-08-19T15:26:48.910Z[ helios-setup] Aug 19 15:26:47.752 INFO E| Downloaded futures-util v0.3.28
26662024-08-19T15:26:48.931Z[ helios-setup] Aug 19 15:26:47.774 INFO E| Downloaded base64 v0.21.0
26672024-08-19T15:26:48.938Z[ helios-setup] Aug 19 15:26:47.781 INFO E| Downloaded libc v0.2.139
26682024-08-19T15:26:48.996Z[ helios-setup] Aug 19 15:26:47.839 INFO E| Downloaded syn v1.0.107
26692024-08-19T15:26:49.016Z[ helios-setup] Aug 19 15:26:47.859 INFO E| Downloaded ryu v1.0.13
26702024-08-19T15:26:49.021Z[ helios-setup] Aug 19 15:26:47.864 INFO E| Downloaded parking_lot v0.12.1
26712024-08-19T15:26:49.026Z[ helios-setup] Aug 19 15:26:47.869 INFO E| Downloaded memchr v2.5.0
26722024-08-19T15:26:49.033Z[ helios-setup] Aug 19 15:26:47.876 INFO E| Downloaded bytes v1.4.0
26732024-08-19T15:26:49.040Z[ helios-setup] Aug 19 15:26:47.883 INFO E| Downloaded cc v1.0.78
26742024-08-19T15:26:49.069Z[ helios-setup] Aug 19 15:26:47.912 INFO E| Downloaded futures v0.3.28
26752024-08-19T15:26:49.078Z[ helios-setup] Aug 19 15:26:47.921 INFO E| Downloaded crossbeam-epoch v0.9.13
26762024-08-19T15:26:49.083Z[ helios-setup] Aug 19 15:26:47.926 INFO E| Downloaded tracing v0.1.37
26772024-08-19T15:26:49.149Z[ helios-setup] Aug 19 15:26:47.992 INFO E| Downloaded clap v4.2.1
26782024-08-19T15:26:49.169Z[ helios-setup] Aug 19 15:26:48.012 INFO E| Downloaded unsafe-libyaml v0.2.8
26792024-08-19T15:26:49.175Z[ helios-setup] Aug 19 15:26:48.018 INFO E| Downloaded ucd-trie v0.1.5
26802024-08-19T15:26:49.177Z[ helios-setup] Aug 19 15:26:48.021 INFO E| Downloaded schemars v0.8.12
26812024-08-19T15:26:49.198Z[ helios-setup] Aug 19 15:26:48.041 INFO E| Downloaded crossbeam-utils v0.8.14
26822024-08-19T15:26:49.203Z[ helios-setup] Aug 19 15:26:48.046 INFO E| Downloaded textwrap v0.16.0
26832024-08-19T15:26:49.207Z[ helios-setup] Aug 19 15:26:48.050 INFO E| Downloaded serde_derive_internals v0.26.0
26842024-08-19T15:26:49.210Z[ helios-setup] Aug 19 15:26:48.053 INFO E| Downloaded encoding_rs v0.8.32
26852024-08-19T15:26:49.246Z[ helios-setup] Aug 19 15:26:48.089 INFO E| Downloaded sct v0.7.0
26862024-08-19T15:26:49.251Z[ helios-setup] Aug 19 15:26:48.093 INFO E| Downloaded tokio-rustls v0.24.0
26872024-08-19T15:26:49.254Z[ helios-setup] Aug 19 15:26:48.096 INFO E| Downloaded rhai_codegen v1.5.0
26882024-08-19T15:26:49.267Z[ helios-setup] Aug 19 15:26:48.110 INFO E| Downloaded pin-project-lite v0.2.9
26892024-08-19T15:26:49.275Z[ helios-setup] Aug 19 15:26:48.118 INFO E| Downloaded once_cell v1.17.0
26902024-08-19T15:26:49.280Z[ helios-setup] Aug 19 15:26:48.123 INFO E| Downloaded uuid v1.3.0
26912024-08-19T15:26:49.288Z[ helios-setup] Aug 19 15:26:48.131 INFO E| Downloaded tungstenite v0.18.0
26922024-08-19T15:26:49.293Z[ helios-setup] Aug 19 15:26:48.136 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26932024-08-19T15:26:49.412Z[ helios-setup] Aug 19 15:26:48.255 INFO E| Downloaded rustls-pemfile v1.0.2
26942024-08-19T15:26:49.415Z[ helios-setup] Aug 19 15:26:48.258 INFO E| Downloaded lock_api v0.4.9
26952024-08-19T15:26:49.418Z[ helios-setup] Aug 19 15:26:48.261 INFO E| Downloaded anyhow v1.0.68
26962024-08-19T15:26:49.425Z[ helios-setup] Aug 19 15:26:48.268 INFO E| Downloaded fastrand v1.9.0
26972024-08-19T15:26:49.428Z[ helios-setup] Aug 19 15:26:48.270 INFO E| Downloaded socket2 v0.4.9
26982024-08-19T15:26:49.431Z[ helios-setup] Aug 19 15:26:48.274 INFO E| Downloaded clap_derive v4.2.0
26992024-08-19T15:26:49.448Z[ helios-setup] Aug 19 15:26:48.291 INFO E| Downloaded cargo-lock v8.0.3
27002024-08-19T15:26:49.452Z[ helios-setup] Aug 19 15:26:48.295 INFO E| Downloaded libz-sys v1.1.8
27012024-08-19T15:26:49.541Z[ helios-setup] Aug 19 15:26:48.384 INFO E| Downloaded ahash v0.8.3
27022024-08-19T15:26:49.544Z[ helios-setup] Aug 19 15:26:48.388 INFO E| Downloaded tokio-tungstenite v0.18.0
27032024-08-19T15:26:49.548Z[ helios-setup] Aug 19 15:26:48.391 INFO E| Downloaded tempfile v3.5.0
27042024-08-19T15:26:49.552Z[ helios-setup] Aug 19 15:26:48.395 INFO E| Downloaded smartstring v1.0.1
27052024-08-19T15:26:49.555Z[ helios-setup] Aug 19 15:26:48.398 INFO E| Downloaded parking_lot_core v0.9.6
27062024-08-19T15:26:49.559Z[ helios-setup] Aug 19 15:26:48.402 INFO E| Downloaded num-integer v0.1.45
27072024-08-19T15:26:49.562Z[ helios-setup] Aug 19 15:26:48.405 INFO E| Downloaded log v0.4.17
27082024-08-19T15:26:49.565Z[ helios-setup] Aug 19 15:26:48.409 INFO E| Downloaded lazy_static v1.4.0
27092024-08-19T15:26:49.568Z[ helios-setup] Aug 19 15:26:48.411 INFO E| Downloaded ipnet v2.7.2
27102024-08-19T15:26:49.570Z[ helios-setup] Aug 19 15:26:48.413 INFO E| Downloaded iana-time-zone v0.1.56
27112024-08-19T15:26:49.574Z[ helios-setup] Aug 19 15:26:48.417 INFO E| Downloaded http-body v0.4.5
27122024-08-19T15:26:49.576Z[ helios-setup] Aug 19 15:26:48.420 INFO E| Downloaded getrandom v0.2.8
27132024-08-19T15:26:49.581Z[ helios-setup] Aug 19 15:26:48.424 INFO E| Downloaded serde_path_to_error v0.1.11
27142024-08-19T15:26:49.584Z[ helios-setup] Aug 19 15:26:48.427 INFO E| Downloaded smawk v0.3.1
27152024-08-19T15:26:49.586Z[ helios-setup] Aug 19 15:26:48.429 INFO E| Downloaded futures-channel v0.3.28
27162024-08-19T15:26:49.590Z[ helios-setup] Aug 19 15:26:48.433 INFO E| Downloaded camino v1.1.4
27172024-08-19T15:26:49.601Z[ helios-setup] Aug 19 15:26:48.436 INFO E| Downloaded bincode v1.3.3
27182024-08-19T15:26:49.601Z[ helios-setup] Aug 19 15:26:48.440 INFO E| Downloaded schemars_derive v0.8.12
27192024-08-19T15:26:49.601Z[ helios-setup] Aug 19 15:26:48.442 INFO E| Downloaded is-terminal v0.4.7
27202024-08-19T15:26:49.601Z[ helios-setup] Aug 19 15:26:48.444 INFO E| Downloaded home v0.5.4
27212024-08-19T15:26:49.605Z[ helios-setup] Aug 19 15:26:48.445 INFO E| Downloaded serde_spanned v0.6.1
27222024-08-19T15:26:49.605Z[ helios-setup] Aug 19 15:26:48.447 INFO E| Downloaded semver v0.11.0
27232024-08-19T15:26:49.607Z[ helios-setup] Aug 19 15:26:48.449 INFO E| Downloaded jobserver v0.1.26
27242024-08-19T15:26:49.610Z[ helios-setup] Aug 19 15:26:48.452 INFO E| Downloaded futures-io v0.3.28
27252024-08-19T15:26:49.613Z[ helios-setup] Aug 19 15:26:48.454 INFO E| Downloaded futures-core v0.3.28
27262024-08-19T15:26:49.615Z[ helios-setup] Aug 19 15:26:48.456 INFO E| Downloaded digest v0.10.6
27272024-08-19T15:26:49.618Z[ helios-setup] Aug 19 15:26:48.459 INFO E| Downloaded built v0.6.0
27282024-08-19T15:26:49.620Z[ helios-setup] Aug 19 15:26:48.461 INFO E| Downloaded semver-parser v0.10.2
27292024-08-19T15:26:49.623Z[ helios-setup] Aug 19 15:26:48.464 INFO E| Downloaded pkg-config v0.3.26
27302024-08-19T15:26:49.625Z[ helios-setup] Aug 19 15:26:48.467 INFO E| Downloaded paste v1.0.12
27312024-08-19T15:26:49.648Z[ helios-setup] Aug 19 15:26:48.491 INFO E| Downloaded either v1.8.0
27322024-08-19T15:26:49.650Z[ helios-setup] Aug 19 15:26:48.493 INFO E| Downloaded concolor-override v1.0.0
27332024-08-19T15:26:49.653Z[ helios-setup] Aug 19 15:26:48.494 INFO E| Downloaded async-trait v0.1.68
27342024-08-19T15:26:49.657Z[ helios-setup] Aug 19 15:26:48.500 INFO E| Downloaded anstyle-parse v0.1.1
27352024-08-19T15:26:49.660Z[ helios-setup] Aug 19 15:26:48.503 INFO E| Downloaded dyn-clone v1.0.11
27362024-08-19T15:26:49.662Z[ helios-setup] Aug 19 15:26:48.505 INFO E| Downloaded concolor-query v0.3.3
27372024-08-19T15:26:49.664Z[ helios-setup] Aug 19 15:26:48.507 INFO E| Downloaded terminal_size v0.2.6
27382024-08-19T15:26:49.667Z[ helios-setup] Aug 19 15:26:48.509 INFO E| Downloaded strsim v0.10.0
27392024-08-19T15:26:49.669Z[ helios-setup] Aug 19 15:26:48.511 INFO E| Downloaded smallvec v1.10.0
27402024-08-19T15:26:49.672Z[ helios-setup] Aug 19 15:26:48.514 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27412024-08-19T15:26:49.674Z[ helios-setup] Aug 19 15:26:48.517 INFO E| Downloaded proc-macro-crate v1.2.1
27422024-08-19T15:26:49.678Z[ helios-setup] Aug 19 15:26:48.519 INFO E| Downloaded percent-encoding v2.2.0
27432024-08-19T15:26:49.678Z[ helios-setup] Aug 19 15:26:48.520 INFO E| Downloaded num_enum_derive v0.5.7
27442024-08-19T15:26:49.681Z[ helios-setup] Aug 19 15:26:48.522 INFO E| Downloaded num_cpus v1.15.0
27452024-08-19T15:26:49.684Z[ helios-setup] Aug 19 15:26:48.526 INFO E| Downloaded itoa v1.0.6
27462024-08-19T15:26:49.688Z[ helios-setup] Aug 19 15:26:48.528 INFO E| Downloaded futures-task v0.3.28
27472024-08-19T15:26:49.688Z[ helios-setup] Aug 19 15:26:48.530 INFO E| Downloaded futures-executor v0.3.28
27482024-08-19T15:26:49.688Z[ helios-setup] Aug 19 15:26:48.531 INFO E| Downloaded form_urlencoded v1.1.0
27492024-08-19T15:26:49.691Z[ helios-setup] Aug 19 15:26:48.533 INFO E| Downloaded crossbeam-deque v0.8.2
27502024-08-19T15:26:49.691Z[ helios-setup] Aug 19 15:26:48.535 INFO E| Downloaded toolchain_find v0.2.0
27512024-08-19T15:26:49.694Z[ helios-setup] Aug 19 15:26:48.536 INFO E| Downloaded clap_lex v0.4.1
27522024-08-19T15:26:49.696Z[ helios-setup] Aug 19 15:26:48.538 INFO E| Downloaded byteorder v1.4.3
27532024-08-19T15:26:50.127Z[ helios-setup] Aug 19 15:26:48.970 INFO E| Compiling proc-macro2 v1.0.86
27542024-08-19T15:26:50.128Z[ helios-setup] Aug 19 15:26:48.970 INFO E| Compiling libc v0.2.139
27552024-08-19T15:26:50.130Z[ helios-setup] Aug 19 15:26:48.970 INFO E| Compiling unicode-ident v1.0.8
27562024-08-19T15:26:50.130Z[ helios-setup] Aug 19 15:26:48.970 INFO E| Compiling autocfg v1.1.0
27572024-08-19T15:26:50.130Z[ helios-setup] Aug 19 15:26:48.970 INFO E| Compiling cfg-if v1.0.0
27582024-08-19T15:26:50.130Z[ helios-setup] Aug 19 15:26:48.971 INFO E| Compiling version_check v0.9.4
27592024-08-19T15:26:50.130Z[ helios-setup] Aug 19 15:26:48.971 INFO E| Compiling serde v1.0.204
27602024-08-19T15:26:50.130Z[ helios-setup] Aug 19 15:26:48.971 INFO E| Compiling syn v1.0.107
27612024-08-19T15:26:50.615Z[ helios-setup] Aug 19 15:26:49.458 INFO E| Compiling memchr v2.5.0
27622024-08-19T15:26:51.054Z[ helios-setup] Aug 19 15:26:49.896 INFO E| Compiling once_cell v1.17.0
27632024-08-19T15:26:51.573Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27642024-08-19T15:26:51.811Z[ helios-setup] Aug 19 15:26:50.654 INFO E| Compiling log v0.4.17
27652024-08-19T15:26:52.006Z[ helios-setup] Aug 19 15:26:50.849 INFO E| Compiling thiserror v1.0.38
27662024-08-19T15:26:52.271Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27672024-08-19T15:26:52.358Z[ helios-setup] Aug 19 15:26:51.201 INFO E| Compiling serde_json v1.0.95
27682024-08-19T15:26:52.750Z[ helios-setup] Aug 19 15:26:51.591 INFO E| Compiling itoa v1.0.6
27692024-08-19T15:26:53.601Z[ helios-setup] Aug 19 15:26:52.444 INFO E| Compiling indexmap v1.9.3
27702024-08-19T15:26:53.812Z[ helios-setup] Aug 19 15:26:52.654 INFO E| Compiling getrandom v0.2.8
27712024-08-19T15:26:54.034Z[ helios-setup] Aug 19 15:26:52.876 INFO E| Compiling pin-project-lite v0.2.9
27722024-08-19T15:26:54.368Z[ helios-setup] Aug 19 15:26:53.210 INFO E| Compiling jobserver v0.1.26
27732024-08-19T15:26:54.600Z[ helios-setup] Aug 19 15:26:53.442 INFO E| Compiling quote v1.0.36
27742024-08-19T15:26:54.652Z[ helios-setup] Aug 19 15:26:53.494 INFO E| Compiling scopeguard v1.1.0
27752024-08-19T15:26:54.916Z[ helios-setup] Aug 19 15:26:53.758 INFO E| Compiling cc v1.0.78
27762024-08-19T15:26:54.945Z[ helios-setup] Aug 19 15:26:53.787 INFO E| Compiling num-integer v0.1.45
27772024-08-19T15:26:55.269Z[ helios-setup] Aug 19 15:26:54.111 INFO E| Compiling syn v2.0.72
27782024-08-19T15:26:55.582Z[ host-package] Compiling heck v0.3.3
27792024-08-19T15:26:55.597Z[ helios-setup] Aug 19 15:26:54.439 INFO E| Compiling futures-core v0.3.28
27802024-08-19T15:26:55.688Z[ helios-setup] Aug 19 15:26:54.530 INFO E| Compiling bytes v1.4.0
27812024-08-19T15:26:55.992Z[ helios-setup] Aug 19 15:26:54.834 INFO E| Compiling ryu v1.0.13
27822024-08-19T15:26:56.422Z[ host-package] Compiling castaway v0.2.3
27832024-08-19T15:26:57.072Z[ host-package] Compiling rand_seeder v0.3.0
27842024-08-19T15:26:57.250Z[ helios-setup] Aug 19 15:26:56.092 INFO E| Compiling lock_api v0.4.9
27852024-08-19T15:26:57.511Z[ helios-setup] Aug 19 15:26:56.353 INFO E| Compiling parking_lot_core v0.9.6
27862024-08-19T15:26:58.070Z[ helios-setup] Aug 19 15:26:56.911 INFO E| Compiling typenum v1.16.0
27872024-08-19T15:26:58.173Z[ host-package] Compiling csv-core v0.1.11
27882024-08-19T15:26:58.222Z[ helios-setup] Aug 19 15:26:57.064 INFO E| Compiling bitflags v1.3.2
27892024-08-19T15:26:58.667Z[ helios-setup] Aug 19 15:26:57.509 INFO E| Compiling num_cpus v1.15.0
27902024-08-19T15:26:58.712Z[ helios-setup] Aug 19 15:26:57.554 INFO E| Compiling slab v0.4.7
27912024-08-19T15:26:58.879Z[ helios-setup] Aug 19 15:26:57.721 INFO E| Compiling generic-array v0.14.6
27922024-08-19T15:26:59.045Z[ helios-setup] Aug 19 15:26:57.886 INFO E| Compiling futures-sink v0.3.28
27932024-08-19T15:26:59.268Z[ helios-setup] Aug 19 15:26:58.109 INFO E| Compiling futures-task v0.3.28
27942024-08-19T15:26:59.268Z[ helios-setup] Aug 19 15:26:58.109 INFO E| Compiling futures-channel v0.3.28
27952024-08-19T15:26:59.851Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27962024-08-19T15:26:59.914Z[ helios-setup] Aug 19 15:26:58.755 INFO E| Compiling tokio v1.27.0
27972024-08-19T15:27:00.260Z[ helios-setup] Aug 19 15:26:59.102 INFO E| Compiling schemars v0.8.12
27982024-08-19T15:27:00.569Z[ helios-setup] Aug 19 15:26:59.410 INFO E| Compiling futures-util v0.3.28
27992024-08-19T15:27:01.701Z[ helios-setup] Aug 19 15:27:00.542 INFO E| Compiling mio v0.8.5
28002024-08-19T15:27:01.762Z[ helios-setup] Aug 19 15:27:00.603 INFO E| Compiling signal-hook-registry v1.4.0
28012024-08-19T15:27:01.765Z[ helios-setup] Aug 19 15:27:00.603 INFO E| Compiling socket2 v0.4.9
28022024-08-19T15:27:02.034Z[ helios-setup] Aug 19 15:27:00.875 INFO E| Compiling num-traits v0.2.15
28032024-08-19T15:27:02.151Z[ helios-setup] Aug 19 15:27:00.992 INFO E| Compiling ahash v0.7.6
28042024-08-19T15:27:03.287Z[ helios-setup] Aug 19 15:27:02.128 INFO E| Compiling pin-utils v0.1.0
28052024-08-19T15:27:03.392Z[ helios-setup] Aug 19 15:27:02.233 INFO E| Compiling futures-io v0.3.28
28062024-08-19T15:27:03.757Z[ helios-setup] Aug 19 15:27:02.597 INFO E| Compiling crunchy v0.2.2
28072024-08-19T15:27:03.910Z[ host-package] Compiling http-range v0.1.5
28082024-08-19T15:27:04.254Z[ helios-setup] Aug 19 15:27:03.095 INFO E| Compiling io-lifetimes v1.0.10
28092024-08-19T15:27:05.058Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28102024-08-19T15:27:05.381Z[ helios-setup] Aug 19 15:27:04.221 INFO E| Compiling ahash v0.8.3
28112024-08-19T15:27:05.493Z[ helios-setup] Aug 19 15:27:04.334 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28122024-08-19T15:27:05.805Z[ host-package] Compiling hyper-staticfile v0.9.5
28132024-08-19T15:27:06.052Z[ helios-setup] Aug 19 15:27:04.875 INFO E| Compiling tiny-keccak v2.0.2
28142024-08-19T15:27:06.270Z[ helios-setup] Aug 19 15:27:05.111 INFO E| Compiling rustix v0.37.3
28152024-08-19T15:27:06.399Z[ helios-setup] Aug 19 15:27:05.240 INFO E| Compiling hashbrown v0.12.3
28162024-08-19T15:27:06.464Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28172024-08-19T15:27:07.072Z[ helios-setup] Aug 19 15:27:05.912 INFO E| Compiling serde_derive_internals v0.26.0
28182024-08-19T15:27:07.609Z[ helios-setup] Aug 19 15:27:06.449 INFO E| Compiling crypto-common v0.1.6
28192024-08-19T15:27:07.902Z[ helios-setup] Aug 19 15:27:06.742 INFO E| Compiling block-buffer v0.10.3
28202024-08-19T15:27:08.767Z[ helios-setup] Aug 19 15:27:07.607 INFO E| Compiling errno v0.3.1
28212024-08-19T15:27:09.255Z[ helios-setup] Aug 19 15:27:08.095 INFO E| Compiling pkg-config v0.3.26
28222024-08-19T15:27:09.302Z[ helios-setup] Aug 19 15:27:08.142 INFO E| Compiling fnv v1.0.7
28232024-08-19T15:27:09.379Z[ helios-setup] Aug 19 15:27:08.219 INFO E| Compiling slog v2.7.0
28242024-08-19T15:27:09.457Z[ helios-setup] Aug 19 15:27:08.297 INFO E| Compiling crossbeam-utils v0.8.14
28252024-08-19T15:27:09.604Z[ helios-setup] Aug 19 15:27:08.444 INFO E| Compiling http v0.2.9
28262024-08-19T15:27:11.257Z[ host-package] Compiling csv v1.3.0
28272024-08-19T15:27:11.615Z[ helios-setup] Aug 19 15:27:10.455 INFO E| Compiling digest v0.10.6
28282024-08-19T15:27:12.693Z[ helios-setup] Aug 19 15:27:11.532 INFO E| Compiling aho-corasick v0.7.20
28292024-08-19T15:27:13.399Z[ helios-setup] Aug 19 15:27:12.239 INFO E| Compiling cpufeatures v0.2.5
28302024-08-19T15:27:13.641Z[ helios-setup] Aug 19 15:27:12.480 INFO E| Compiling regex-syntax v0.6.29
28312024-08-19T15:27:14.209Z[ helios-setup] Aug 19 15:27:13.048 INFO E| Compiling tinyvec_macros v0.1.1
28322024-08-19T15:27:14.520Z[ helios-setup] Aug 19 15:27:13.359 INFO E| Compiling heck v0.4.1
28332024-08-19T15:27:15.406Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28342024-08-19T15:27:15.653Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28352024-08-19T15:27:15.905Z[ helios-setup] Aug 19 15:27:14.744 INFO E| Compiling percent-encoding v2.2.0
28362024-08-19T15:27:16.065Z[ helios-setup] Aug 19 15:27:14.904 INFO E| Compiling anyhow v1.0.68
28372024-08-19T15:27:16.193Z[ host-package] Compiling compact_str v0.8.0
28382024-08-19T15:27:16.295Z[ helios-setup] Aug 19 15:27:15.134 INFO E| Compiling httparse v1.8.0
28392024-08-19T15:27:16.829Z[ host-package] Compiling zone_cfg_derive v0.1.2
28402024-08-19T15:27:17.144Z[ helios-setup] Aug 19 15:27:15.983 INFO E| Compiling unicode-width v0.1.10
28412024-08-19T15:27:17.300Z[ helios-setup] Aug 19 15:27:16.138 INFO E| Compiling tinyvec v1.6.0
28422024-08-19T15:27:17.630Z[ helios-setup] Aug 19 15:27:16.469 INFO E| Compiling form_urlencoded v1.1.0
28432024-08-19T15:27:17.804Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28442024-08-19T15:27:17.859Z[ helios-setup] Aug 19 15:27:16.698 INFO E| Compiling const-random-macro v0.1.15
28452024-08-19T15:27:17.963Z[ helios-setup] Aug 19 15:27:16.802 INFO E| Compiling thiserror-impl v1.0.38
28462024-08-19T15:27:18.102Z[ helios-setup] Aug 19 15:27:16.941 INFO E| Compiling serde_derive v1.0.204
28472024-08-19T15:27:18.387Z[ helios-setup] Aug 19 15:27:17.226 INFO E| Compiling tokio-macros v2.0.0
28482024-08-19T15:27:18.868Z[ helios-setup] Aug 19 15:27:17.707 INFO E| Compiling futures-macro v0.3.28
28492024-08-19T15:27:18.972Z[ helios-setup] Aug 19 15:27:17.811 INFO E| Compiling schemars_derive v0.8.12
28502024-08-19T15:27:20.259Z[ host-package] Compiling nix v0.27.1
28512024-08-19T15:27:21.115Z[ helios-setup] Aug 19 15:27:19.954 INFO E| Compiling regex v1.7.3
28522024-08-19T15:27:21.196Z[ helios-setup] Aug 19 15:27:20.035 INFO E| Compiling hashbrown v0.13.2
28532024-08-19T15:27:21.569Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28542024-08-19T15:27:22.439Z[ helios-setup] Aug 19 15:27:21.277 INFO E| Compiling chrono v0.4.24
28552024-08-19T15:27:23.157Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28562024-08-19T15:27:23.897Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572024-08-19T15:27:24.044Z[ helios-setup] Aug 19 15:27:22.882 INFO E| Compiling libz-sys v1.1.8
28582024-08-19T15:27:26.436Z[ helios-setup] Aug 19 15:27:25.274 INFO E| Compiling dyn-clone v1.0.11
28592024-08-19T15:27:26.477Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28602024-08-19T15:27:26.574Z[ helios-setup] Aug 19 15:27:25.411 INFO E| Compiling uuid v1.3.0
28612024-08-19T15:27:26.949Z[ helios-setup] Aug 19 15:27:25.787 INFO E| Compiling regress v0.5.0
28622024-08-19T15:27:27.060Z[ helios-setup] Aug 19 15:27:25.898 INFO E| Compiling unicode-normalization v0.1.22
28632024-08-19T15:27:27.714Z[ helios-setup] Aug 19 15:27:26.551 INFO E| Compiling const-random v0.1.15
28642024-08-19T15:27:29.395Z[ helios-setup] Aug 19 15:27:28.232 INFO E| Compiling getopts v0.2.21
28652024-08-19T15:27:30.446Z[ helios-setup] Aug 19 15:27:29.283 INFO E| Compiling tracing-core v0.1.30
28662024-08-19T15:27:30.846Z[ helios-setup] Aug 19 15:27:29.683 INFO E| Compiling memoffset v0.7.1
28672024-08-19T15:27:31.140Z[ helios-setup] Aug 19 15:27:29.977 INFO E| Compiling powerfmt v0.2.0
28682024-08-19T15:27:32.354Z[ helios-setup] Aug 19 15:27:31.191 INFO E| Compiling time-core v0.1.2
28692024-08-19T15:27:32.367Z[ helios-setup] Aug 19 15:27:31.203 INFO E| Compiling unicode-bidi v0.3.13
28702024-08-19T15:27:32.792Z[ helios-setup] Aug 19 15:27:31.616 INFO E| Compiling num-conv v0.1.0
28712024-08-19T15:27:32.945Z[ helios-setup] Aug 19 15:27:31.782 INFO E| Compiling ucd-trie v0.1.5
28722024-08-19T15:27:34.236Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28732024-08-19T15:27:34.968Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28742024-08-19T15:27:35.455Z[ helios-setup] Aug 19 15:27:34.292 INFO E| Compiling pest v2.5.7
28752024-08-19T15:27:35.684Z[ helios-setup] Aug 19 15:27:34.520 INFO E| Compiling idna v0.3.0
28762024-08-19T15:27:35.834Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28772024-08-19T15:27:36.612Z[ host-package] Compiling unicode-truncate v1.0.0
28782024-08-19T15:27:37.393Z[ host-package] Compiling lru v0.12.3
28792024-08-19T15:27:37.651Z[ host-package] Compiling hashlink v0.9.1
28802024-08-19T15:27:38.040Z[ helios-setup] Aug 19 15:27:36.876 INFO E| Compiling time-macros v0.2.18
28812024-08-19T15:27:38.374Z[ host-package] Compiling serde-big-array v0.5.1
28822024-08-19T15:27:39.142Z[ host-package] Compiling instability v0.3.2
28832024-08-19T15:27:39.191Z[ helios-setup] Aug 19 15:27:38.027 INFO E| Compiling tracing v0.1.37
28842024-08-19T15:27:39.309Z[ host-package] Compiling fallible-iterator v0.3.0
28852024-08-19T15:27:39.684Z[ helios-setup] Aug 19 15:27:38.519 INFO E| Compiling deranged v0.3.11
28862024-08-19T15:27:41.295Z[ host-package] Compiling cassowary v0.3.0
28872024-08-19T15:27:41.397Z[ host-package] Compiling base64 v0.13.1
28882024-08-19T15:27:42.306Z[ helios-setup] Aug 19 15:27:41.142 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28892024-08-19T15:27:43.097Z[ helios-setup] Aug 19 15:27:41.932 INFO E| Compiling time v0.1.45
28902024-08-19T15:27:43.576Z[ helios-setup] Aug 19 15:27:42.411 INFO E| Compiling crossbeam-epoch v0.9.13
28912024-08-19T15:27:43.618Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28922024-08-19T15:27:44.119Z[ helios-setup] Aug 19 15:27:42.954 INFO E| Compiling num_threads v0.1.6
28932024-08-19T15:27:44.232Z[ helios-setup] Aug 19 15:27:43.066 INFO E| Compiling iana-time-zone v0.1.56
28942024-08-19T15:27:44.256Z[ host-package] Compiling rusqlite v0.31.0
28952024-08-19T15:27:44.697Z[ helios-setup] Aug 19 15:27:43.532 INFO E| Compiling semver v1.0.17
28962024-08-19T15:27:45.293Z[ helios-setup] Aug 19 15:27:44.128 INFO E| Compiling time v0.3.36
28972024-08-19T15:27:46.474Z[ helios-setup] Aug 19 15:27:45.309 INFO E| Compiling toml v0.5.11
28982024-08-19T15:27:46.616Z[ helios-setup] Aug 19 15:27:45.451 INFO E| Compiling smallvec v1.10.0
28992024-08-19T15:27:47.776Z[ host-package] Compiling ron v0.7.1
29002024-08-19T15:27:49.390Z[ helios-setup] Aug 19 15:27:48.225 INFO E| Compiling parking_lot v0.12.1
29012024-08-19T15:27:49.438Z[ helios-setup] Aug 19 15:27:48.273 INFO E| Compiling serde_tokenstream v0.2.0
29022024-08-19T15:27:52.625Z[ helios-setup] Aug 19 15:27:51.459 INFO E| Compiling semver-parser v0.10.2
29032024-08-19T15:27:54.286Z[ helios-setup] Aug 19 15:27:53.120 INFO E| Compiling url v2.3.1
29042024-08-19T15:27:54.458Z[ host-package] Compiling ratatui v0.28.0
29052024-08-19T15:27:56.466Z[ helios-setup] Aug 19 15:27:55.299 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29062024-08-19T15:27:59.523Z[ helios-setup] Aug 19 15:27:58.356 INFO E| Compiling crossbeam-channel v0.5.6
29072024-08-19T15:28:02.720Z[ helios-setup] Aug 19 15:28:01.552 INFO E| Compiling dirs-sys-next v0.1.2
29082024-08-19T15:28:02.864Z[ helios-setup] Aug 19 15:28:01.697 INFO E| Compiling same-file v1.0.6
29092024-08-19T15:28:03.086Z[ helios-setup] Aug 19 15:28:01.918 INFO E| Compiling crc32fast v1.3.2
29102024-08-19T15:28:03.294Z[ helios-setup] Aug 19 15:28:02.126 INFO E| Compiling try-lock v0.2.4
29112024-08-19T15:28:04.190Z[ helios-setup] Aug 19 15:28:03.022 INFO E| Compiling want v0.3.0
29122024-08-19T15:28:04.307Z[ helios-setup] Aug 19 15:28:03.140 INFO E| Compiling dirs-next v2.0.0
29132024-08-19T15:28:04.726Z[ helios-setup] Aug 19 15:28:03.559 INFO E| Compiling walkdir v2.3.3
29142024-08-19T15:28:05.381Z[ helios-setup] Aug 19 15:28:04.213 INFO E| Compiling semver v0.11.0
29152024-08-19T15:28:07.438Z[ helios-setup] Aug 19 15:28:06.270 INFO E| Compiling proc-macro-crate v1.2.1
29162024-08-19T15:28:09.300Z[ helios-setup] Aug 19 15:28:08.131 INFO E| Compiling tokio-util v0.7.7
29172024-08-19T15:28:09.712Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29182024-08-19T15:28:11.443Z[ helios-setup] Aug 19 15:28:10.274 INFO E| Compiling futures-executor v0.3.28
29192024-08-19T15:28:12.353Z[ helios-setup] Aug 19 15:28:11.185 INFO E| Compiling h2 v0.3.16
29202024-08-19T15:28:12.829Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29212024-08-19T15:28:13.521Z[ helios-setup] Aug 19 15:28:12.352 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29222024-08-19T15:28:13.581Z[ helios-setup] Aug 19 15:28:12.412 INFO E| Compiling http-body v0.4.5
29232024-08-19T15:28:13.998Z[ helios-setup] Aug 19 15:28:12.829 INFO E| Compiling ring v0.16.20
29242024-08-19T15:28:15.643Z[ helios-setup] Aug 19 15:28:14.474 INFO E| Compiling rand_core v0.6.4
29252024-08-19T15:28:16.485Z[ helios-setup] Aug 19 15:28:15.315 INFO E| Compiling thread_local v1.1.7
29262024-08-19T15:28:16.787Z[ helios-setup] Aug 19 15:28:15.618 INFO E| Compiling home v0.5.4
29272024-08-19T15:28:17.868Z[ helios-setup] Aug 19 15:28:16.698 INFO E| Compiling base64 v0.21.0
29282024-08-19T15:28:18.416Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29292024-08-19T15:28:19.371Z[ helios-setup] Aug 19 15:28:18.200 INFO E| Compiling adler v1.0.2
29302024-08-19T15:28:20.296Z[ helios-setup] Aug 19 15:28:19.126 INFO E| Compiling ppv-lite86 v0.2.17
29312024-08-19T15:28:20.360Z[ helios-setup] Aug 19 15:28:19.190 INFO E| Compiling utf8parse v0.2.1
29322024-08-19T15:28:20.954Z[ helios-setup] Aug 19 15:28:19.784 INFO E| Compiling tower-service v0.3.2
29332024-08-19T15:28:21.938Z[ helios-setup] Aug 19 15:28:20.768 INFO E| Compiling fastrand v1.9.0
29342024-08-19T15:28:22.062Z[ helios-setup] Aug 19 15:28:20.891 INFO E| Compiling lazy_static v1.4.0
29352024-08-19T15:28:22.289Z[ helios-setup] Aug 19 15:28:21.119 INFO E| Compiling rayon-core v1.10.2
29362024-08-19T15:28:22.379Z[ helios-setup] Aug 19 15:28:21.209 INFO E| Compiling httpdate v1.0.2
29372024-08-19T15:28:23.214Z[ helios-setup] Aug 19 15:28:22.043 INFO E| Compiling tempfile v3.5.0
29382024-08-19T15:28:23.439Z[ helios-setup] Aug 19 15:28:22.269 INFO E| Compiling hyper v0.14.25
29392024-08-19T15:28:23.883Z[ helios-setup] Aug 19 15:28:22.713 INFO E| Compiling toolchain_find v0.2.0
29402024-08-19T15:28:25.484Z[ helios-setup] Aug 19 15:28:24.313 INFO E| Compiling rand_chacha v0.3.1
29412024-08-19T15:28:26.085Z[ helios-setup] Aug 19 15:28:24.914 INFO E| Compiling anstyle-parse v0.1.1
29422024-08-19T15:28:26.958Z[ helios-setup] Aug 19 15:28:25.787 INFO E| Compiling miniz_oxide v0.6.2
29432024-08-19T15:28:29.792Z[ host-package] Compiling zone v0.1.8
29442024-08-19T15:28:31.982Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29452024-08-19T15:28:33.419Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29462024-08-19T15:28:36.145Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29472024-08-19T15:28:39.239Z[ helios-setup] Aug 19 15:28:38.067 INFO E| Compiling futures v0.3.28
29482024-08-19T15:28:39.495Z[ helios-setup] Aug 19 15:28:38.322 INFO E| Compiling cargo-lock v8.0.3
29492024-08-19T15:28:42.749Z[ helios-setup] Aug 19 15:28:41.576 INFO E| Compiling num_enum_derive v0.5.7
29502024-08-19T15:28:47.212Z[ helios-setup] Aug 19 15:28:46.039 INFO E| Compiling crossbeam-deque v0.8.2
29512024-08-19T15:28:47.632Z[ helios-setup] Aug 19 15:28:46.459 INFO E| Compiling term v0.7.0
29522024-08-19T15:28:47.744Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29532024-08-19T15:28:48.246Z[ helios-setup] Aug 19 15:28:47.072 INFO E| Compiling serde_urlencoded v0.7.1
29542024-08-19T15:28:48.629Z[ helios-setup] Aug 19 15:28:47.455 INFO E| Compiling is-terminal v0.4.7
29552024-08-19T15:28:49.297Z[ helios-setup] Aug 19 15:28:48.123 INFO E| Compiling sha1 v0.10.5
29562024-08-19T15:28:49.371Z[ helios-setup] Aug 19 15:28:48.197 INFO E| Compiling sha2 v0.10.6
29572024-08-19T15:28:50.010Z[ helios-setup] Aug 19 15:28:48.775 INFO E| Compiling atty v0.2.14
29582024-08-19T15:28:51.282Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29592024-08-19T15:28:51.528Z[ helios-setup] Aug 19 15:28:50.354 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29602024-08-19T15:28:51.617Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29612024-08-19T15:28:52.408Z[ helios-setup] Aug 19 15:28:51.234 INFO E| Compiling anstyle v0.3.5
29622024-08-19T15:28:52.858Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29632024-08-19T15:28:53.022Z[ helios-setup] Aug 19 15:28:51.848 INFO E| Compiling concolor-override v1.0.0
29642024-08-19T15:28:53.562Z[ helios-setup] Aug 19 15:28:52.388 INFO E| Compiling concolor-query v0.3.3
29652024-08-19T15:28:54.295Z[ helios-setup] Aug 19 15:28:53.120 INFO E| Compiling anstream v0.2.6
29662024-08-19T15:28:56.070Z[ helios-setup] Aug 19 15:28:54.894 INFO E| Compiling slog-term v2.9.0
29672024-08-19T15:28:56.560Z[ helios-setup] Aug 19 15:28:55.385 INFO E| Compiling flate2 v1.0.25
29682024-08-19T15:28:58.880Z[ helios-setup] Aug 19 15:28:57.704 INFO E| Compiling num_enum v0.5.7
29692024-08-19T15:28:59.226Z[ helios-setup] Aug 19 15:28:58.051 INFO E| Compiling rand v0.8.5
29702024-08-19T15:28:59.311Z[ helios-setup] Aug 19 15:28:58.136 INFO E| Compiling rustfmt-wrapper v0.2.0
29712024-08-19T15:28:59.741Z[ helios-setup] Aug 19 15:28:58.566 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29722024-08-19T15:29:00.180Z[ helios-setup] Aug 19 15:28:59.004 INFO E| Compiling openapiv3 v1.0.2
29732024-08-19T15:29:01.561Z[ helios-setup] Aug 19 15:29:00.384 INFO E| Compiling encoding_rs v0.8.32
29742024-08-19T15:29:02.440Z[ host-package] Compiling signal-hook-tokio v0.3.1
29752024-08-19T15:29:02.941Z[ host-package] Compiling twox-hash v1.6.3
29762024-08-19T15:29:03.054Z[ host-package] Compiling yasna v0.5.2
29772024-08-19T15:29:03.218Z[ helios-setup] Aug 19 15:29:02.043 INFO E| Compiling strsim v0.10.0
29782024-08-19T15:29:05.077Z[ host-package] Compiling portpicker v0.1.1
29792024-08-19T15:29:06.062Z[ host-package] Compiling smawk v0.3.2
29802024-08-19T15:29:06.664Z[ host-package] Compiling unicode-linebreak v0.1.5
29812024-08-19T15:29:06.755Z[ helios-setup] Aug 19 15:29:05.578 INFO E| Compiling clap_lex v0.4.1
29822024-08-19T15:29:08.149Z[ helios-setup] Aug 19 15:29:06.972 INFO E| Compiling either v1.8.0
29832024-08-19T15:29:08.319Z[ host-package] Compiling textwrap v0.16.1
29842024-08-19T15:29:08.802Z[ helios-setup] Aug 19 15:29:07.625 INFO E| Compiling untrusted v0.7.1
29852024-08-19T15:29:09.082Z[ helios-setup] Aug 19 15:29:07.905 INFO E| Compiling base64 v0.13.1
29862024-08-19T15:29:09.219Z[ helios-setup] Aug 19 15:29:08.042 INFO E| Compiling ipnet v2.7.2
29872024-08-19T15:29:09.321Z[ helios-setup] Aug 19 15:29:08.144 INFO E| Compiling byteorder v1.4.3
29882024-08-19T15:29:09.830Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29892024-08-19T15:29:10.473Z[ helios-setup] Aug 19 15:29:09.296 INFO E| Compiling utf-8 v0.7.6
29902024-08-19T15:29:10.815Z[ helios-setup] Aug 19 15:29:09.637 INFO E| Compiling spin v0.5.2
29912024-08-19T15:29:11.314Z[ helios-setup] Aug 19 15:29:10.137 INFO E| Compiling mime v0.3.17
29922024-08-19T15:29:11.375Z[ helios-setup] Aug 19 15:29:10.198 INFO E| Compiling project-root v0.2.2
29932024-08-19T15:29:11.489Z[ helios-setup] Aug 19 15:29:10.312 INFO E| Compiling unsafe-libyaml v0.2.8
29942024-08-19T15:29:11.766Z[ helios-setup] Aug 19 15:29:10.589 INFO E| Compiling tungstenite v0.18.0
29952024-08-19T15:29:12.196Z[ host-package] Compiling rcgen v0.12.1
29962024-08-19T15:29:13.774Z[ helios-setup] Aug 19 15:29:12.597 INFO E| Compiling reqwest v0.11.16
29972024-08-19T15:29:13.959Z[ helios-setup] Aug 19 15:29:12.782 INFO E| Compiling rayon v1.6.1
29982024-08-19T15:29:14.170Z[ helios-setup] Aug 19 15:29:12.992 INFO E| Compiling serde_yaml v0.9.21
29992024-08-19T15:29:14.732Z[ helios-setup] Aug 19 15:29:13.554 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30002024-08-19T15:29:15.040Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30012024-08-19T15:29:21.547Z[ helios-setup] Aug 19 15:29:20.368 INFO E| Compiling clap_builder v4.2.1
30022024-08-19T15:29:23.247Z[ helios-setup] Aug 19 15:29:22.069 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30032024-08-19T15:29:23.872Z[ helios-setup] Aug 19 15:29:22.693 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30042024-08-19T15:29:25.931Z[ helios-setup] Aug 19 15:29:24.751 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30052024-08-19T15:29:26.478Z[ helios-setup] Aug 19 15:29:25.299 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30062024-08-19T15:29:27.484Z[ helios-setup] Aug 19 15:29:26.304 INFO E| Compiling clap_derive v4.2.0
30072024-08-19T15:29:28.610Z[ helios-setup] Aug 19 15:29:27.431 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30082024-08-19T15:29:31.406Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30092024-08-19T15:29:36.688Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30102024-08-19T15:29:37.371Z[ helios-setup] Aug 19 15:29:36.191 INFO E| Compiling clap v4.2.1
30112024-08-19T15:29:38.535Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30122024-08-19T15:29:39.577Z[ helios-setup] Aug 19 15:29:38.396 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30132024-08-19T15:29:46.267Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30142024-08-19T15:29:46.998Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30152024-08-19T15:29:48.041Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30162024-08-19T15:29:49.117Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30172024-08-19T15:29:55.336Z[ helios-setup] Aug 19 15:29:54.153 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30182024-08-19T15:29:58.677Z[ helios-setup] Aug 19 15:29:57.493 INFO E| Compiling tokio-tungstenite v0.18.0
30192024-08-19T15:30:00.223Z[ helios-setup] Aug 19 15:29:59.035 INFO E| Compiling smartstring v1.0.1
30202024-08-19T15:30:01.112Z[ helios-setup] Aug 19 15:29:59.927 INFO E| Compiling rustls v0.21.0
30212024-08-19T15:30:01.312Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30222024-08-19T15:30:01.978Z[ host-package] Compiling atomicwrites v0.4.3
30232024-08-19T15:30:03.105Z[ helios-setup] Aug 19 15:30:01.920 INFO E| Compiling serde_spanned v0.6.1
30242024-08-19T15:30:03.200Z[ host-package] Compiling fatfs v0.3.6
30252024-08-19T15:30:03.639Z[ helios-setup] Aug 19 15:30:02.455 INFO E| Compiling toml_datetime v0.6.1
30262024-08-19T15:30:04.934Z[ host-package] Compiling subprocess v0.2.9
30272024-08-19T15:30:04.948Z[ helios-setup] Aug 19 15:30:03.763 INFO E| Compiling winnow v0.4.1
30282024-08-19T15:30:08.682Z[ host-package] Compiling rtoolbox v0.0.2
30292024-08-19T15:30:09.769Z[ host-package] Compiling assert_matches v1.5.0
30302024-08-19T15:30:10.129Z[ host-package] Compiling is_ci v1.2.0
30312024-08-19T15:30:10.558Z[ host-package] Compiling supports-color v3.0.0
30322024-08-19T15:30:12.114Z[ host-package] Compiling rpassword v7.3.1
30332024-08-19T15:30:12.760Z[ helios-setup] Aug 19 15:30:11.575 INFO E| Compiling match_cfg v0.1.0
30342024-08-19T15:30:13.303Z[ helios-setup] Aug 19 15:30:12.117 INFO E| Compiling paste v1.0.12
30352024-08-19T15:30:13.532Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30362024-08-19T15:30:13.558Z[ helios-setup] Aug 19 15:30:12.372 INFO E| Compiling static_assertions v1.1.0
30372024-08-19T15:30:13.716Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30382024-08-19T15:30:13.942Z[ helios-setup] Aug 19 15:30:12.756 INFO E| Compiling async-trait v0.1.68
30392024-08-19T15:30:14.283Z[ helios-setup] Aug 19 15:30:13.097 INFO E| Compiling camino v1.1.4
30402024-08-19T15:30:14.753Z[ helios-setup] Aug 19 15:30:13.567 INFO E| Compiling slog-async v2.7.0
30412024-08-19T15:30:16.204Z[ helios-setup] Aug 19 15:30:15.018 INFO E| Compiling hostname v0.3.1
30422024-08-19T15:30:16.318Z[ helios-setup] Aug 19 15:30:15.132 INFO E| Compiling toml_edit v0.19.8
30432024-08-19T15:30:16.466Z[ helios-setup] Aug 19 15:30:15.280 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30442024-08-19T15:30:16.860Z[ helios-setup] Aug 19 15:30:15.674 INFO E| Compiling slog-json v2.6.1
30452024-08-19T15:30:16.941Z[ helios-setup] Aug 19 15:30:15.755 INFO E| Compiling unicode-linebreak v0.1.4
30462024-08-19T15:30:18.223Z[ helios-setup] Aug 19 15:30:17.036 INFO E| Compiling async-stream-impl v0.3.5
30472024-08-19T15:30:18.930Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30482024-08-19T15:30:21.466Z[ helios-setup] Aug 19 15:30:20.279 INFO E| Compiling rhai_codegen v1.5.0
30492024-08-19T15:30:21.656Z[ host-package] Compiling tui-tree-widget v0.22.0
30502024-08-19T15:30:22.486Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30512024-08-19T15:30:22.576Z[ helios-setup] Aug 19 15:30:21.389 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30522024-08-19T15:30:23.314Z[ helios-setup] Aug 19 15:30:22.127 INFO E| Compiling take_mut v0.2.2
30532024-08-19T15:30:23.714Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30542024-08-19T15:30:24.322Z[ helios-setup] Aug 19 15:30:23.134 INFO E| Compiling toml v0.7.3
30552024-08-19T15:30:26.210Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30562024-08-19T15:30:27.160Z[ helios-setup] Aug 19 15:30:25.972 INFO E| Compiling rhai v1.14.0
30572024-08-19T15:30:27.163Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30582024-08-19T15:30:31.830Z[ host-package] Compiling uzers v0.11.3
30592024-08-19T15:30:33.627Z[ helios-setup] Aug 19 15:30:32.439 INFO E| Compiling async-stream v0.3.5
30602024-08-19T15:30:34.477Z[ helios-setup] Aug 19 15:30:33.288 INFO E| Compiling slog-bunyan v2.4.0
30612024-08-19T15:30:36.932Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30622024-08-19T15:30:37.783Z[ helios-setup] Aug 19 15:30:36.593 INFO E| Compiling rustls-pemfile v1.0.2
30632024-08-19T15:30:38.927Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30642024-08-19T15:30:39.017Z[ helios-setup] Aug 19 15:30:37.828 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30652024-08-19T15:30:39.058Z[ helios-setup] Aug 19 15:30:37.868 INFO E| Compiling bincode v1.3.3
30662024-08-19T15:30:39.436Z[ helios-setup] Aug 19 15:30:38.247 INFO E| Compiling serde_path_to_error v0.1.11
30672024-08-19T15:30:41.533Z[ helios-setup] Aug 19 15:30:40.343 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30682024-08-19T15:30:41.586Z[ helios-setup] Aug 19 15:30:40.396 INFO E| Compiling terminal_size v0.2.6
30692024-08-19T15:30:41.784Z[ helios-setup] Aug 19 15:30:40.594 INFO E| Compiling smawk v0.3.1
30702024-08-19T15:30:42.221Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30712024-08-19T15:30:42.314Z[ helios-setup] Aug 19 15:30:41.124 INFO E| Compiling textwrap v0.16.0
30722024-08-19T15:30:51.037Z[ helios-setup] Aug 19 15:30:49.846 INFO E| Compiling sct v0.7.0
30732024-08-19T15:30:51.120Z[ helios-setup] Aug 19 15:30:49.929 INFO E| Compiling rustls-webpki v0.100.1
30742024-08-19T15:30:51.520Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30752024-08-19T15:30:58.280Z[ helios-setup] Aug 19 15:30:57.088 INFO E| Compiling git2 v0.16.1
30762024-08-19T15:31:00.355Z[ helios-setup] Aug 19 15:30:59.163 INFO E| Compiling tokio-rustls v0.24.0
30772024-08-19T15:31:05.108Z[ helios-setup] Aug 19 15:31:03.915 INFO E| Compiling built v0.6.0
30782024-08-19T15:31:08.537Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30792024-08-19T15:31:09.889Z[ helios-setup] Aug 19 15:31:08.695 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30802024-08-19T15:31:12.907Z[ helios-setup] Aug 19 15:31:11.712 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30812024-08-19T15:31:13.890Z[ helios-setup] Aug 19 15:31:12.695 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30822024-08-19T15:31:25.753Z[ host-package] Compiling multimap v0.10.0
30832024-08-19T15:31:43.102Z[ helios-setup] Aug 19 15:31:41.903 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30842024-08-19T15:31:45.417Z[ helios-setup] Aug 19 15:31:44.218 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30852024-08-19T15:32:29.459Z[ helios-setup] Aug 19 15:32:28.254 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30862024-08-19T15:33:33.600Z[ helios-setup] Aug 19 15:33:32.386 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s
30872024-08-19T15:33:33.731Z[ helios-setup] Aug 19 15:33:32.517 INFO building project "pilot" ok (409 seconds)
30882024-08-19T15:33:33.733Z[ helios-setup] rm -f helios-build
30892024-08-19T15:33:33.737Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30902024-08-19T15:33:33.739Z[ helios-setup]
30912024-08-19T15:33:33.741Z[ helios-setup] Setup complete! ./helios-build is now available.
30922024-08-19T15:33:33.744Z[ helios-setup]
30932024-08-19T15:33:33.744Z[ helios-setup]
30942024-08-19T15:33:33.744Z[ helios-setup] real 11:56.279740338
30952024-08-19T15:33:33.744Z[ helios-setup] user 28:52.098160357
30962024-08-19T15:33:33.744Z[ helios-setup] sys 3:33.464134487
30972024-08-19T15:33:33.744Z[ helios-setup] trap 1.785763631
30982024-08-19T15:33:33.744Z[ helios-setup] tflt 7.122497723
30992024-08-19T15:33:33.746Z[ helios-setup] dflt 31.689091662
31002024-08-19T15:33:33.746Z[ helios-setup] kflt 0.076106729
31012024-08-19T15:33:33.746Z[ helios-setup] lock 1:59:53.288593379
31022024-08-19T15:33:33.746Z[ helios-setup] slp 3:44:56.656146933
31032024-08-19T15:33:33.746Z[ helios-setup] lat 32:46.090478726
31042024-08-19T15:33:33.746Z[ helios-setup] stop 4:41.734723370
31052024-08-19T15:33:33.746ZAug 19 15:33:32.531 INFO [helios-setup] process exited with exit status: 0 (716.28562218s)
31062024-08-19T15:33:33.746ZAug 19 15:33:32.531 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31072024-08-19T15:33:33.763Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31082024-08-19T15:33:34.162Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31092024-08-19T15:33:34.162Z[ phbl-toolchain] info: downloading component 'cargo'
31102024-08-19T15:33:35.421Z[ phbl-toolchain] info: downloading component 'clippy'
31112024-08-19T15:33:35.679Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31122024-08-19T15:33:40.605Z[ phbl-toolchain] info: downloading component 'miri'
31132024-08-19T15:33:40.740Z[ phbl-toolchain] info: downloading component 'rust-docs'
31142024-08-19T15:33:41.961Z[ phbl-toolchain] info: downloading component 'rust-src'
31152024-08-19T15:33:42.447Z[ phbl-toolchain] info: downloading component 'rust-std'
31162024-08-19T15:33:45.477Z[ phbl-toolchain] info: downloading component 'rustc'
31172024-08-19T15:33:50.544Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31182024-08-19T15:33:50.989Z[ phbl-toolchain] info: downloading component 'rustfmt'
31192024-08-19T15:33:51.477Z[ phbl-toolchain] info: installing component 'cargo'
31202024-08-19T15:33:52.836Z[ phbl-toolchain] info: installing component 'clippy'
31212024-08-19T15:33:53.341Z[ phbl-toolchain] info: installing component 'llvm-tools'
31222024-08-19T15:33:59.178Z[ phbl-toolchain] info: installing component 'miri'
31232024-08-19T15:33:59.462Z[ phbl-toolchain] info: installing component 'rust-docs'
31242024-08-19T15:34:06.316Z[ phbl-toolchain] info: installing component 'rust-src'
31252024-08-19T15:34:07.006Z[ phbl-toolchain] info: installing component 'rust-std'
31262024-08-19T15:34:09.467Z[ phbl-toolchain] info: installing component 'rustc'
31272024-08-19T15:34:16.206Z[ phbl-toolchain] info: installing component 'rustfmt'
31282024-08-19T15:34:17.040Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31292024-08-19T15:34:17.043ZAug 19 15:34:15.821 INFO [phbl-toolchain] process exited with exit status: 0 (43.289654911s)
31302024-08-19T15:34:18.370Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31312024-08-19T15:40:51.452Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 28s
31322024-08-19T15:41:41.227ZAug 19 15:41:39.944 INFO [host-package] process exited with exit status: 0 (1158.884516179s)
31332024-08-19T15:41:41.230ZAug 19 15:41:39.944 INFO [host-stamp] running task
31342024-08-19T15:41:41.230ZAug 19 15:41:39.945 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31352024-08-19T15:41:41.230ZAug 19 15:41:39.945 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+git0b647e0353c
31362024-08-19T15:41:41.238ZAug 19 15:41:39.956 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+git0b647e0353c
31372024-08-19T15:41:41.244ZAug 19 15:41:39.961 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+git0b647e0353c
31382024-08-19T15:41:41.248Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31392024-08-19T15:41:41.248Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31402024-08-19T15:41:41.252ZAug 19 15:41:39.968 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+git0b647e0353c
31412024-08-19T15:41:41.255Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31422024-08-19T15:41:41.258ZAug 19 15:41:39.973 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+git0b647e0353c
31432024-08-19T15:41:41.263Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31442024-08-19T15:41:41.267Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31452024-08-19T15:41:41.267ZAug 19 15:41:39.981 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+git0b647e0353c
31462024-08-19T15:41:41.270Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31472024-08-19T15:41:41.270Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31482024-08-19T15:41:41.270ZAug 19 15:41:39.987 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+git0b647e0353c
31492024-08-19T15:41:41.275Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31502024-08-19T15:41:41.277ZAug 19 15:41:39.995 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+git0b647e0353c
31512024-08-19T15:41:41.284Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31522024-08-19T15:41:41.288ZAug 19 15:41:40.006 INFO [stamp-oxlog] process exited with exit status: 0 (60.982563ms)
31532024-08-19T15:41:41.288ZAug 19 15:41:40.006 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (38.533939ms)
31542024-08-19T15:41:41.292Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31552024-08-19T15:41:41.299Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31562024-08-19T15:41:41.301Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31572024-08-19T15:41:41.304ZAug 19 15:41:40.022 INFO [stamp-overlay] process exited with exit status: 0 (26.42085ms)
31582024-08-19T15:41:41.363Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31592024-08-19T15:41:41.366ZAug 19 15:41:40.084 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (111.01143ms)
31602024-08-19T15:41:41.515Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31612024-08-19T15:41:41.518ZAug 19 15:41:40.236 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (248.989381ms)
31622024-08-19T15:41:41.593Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31632024-08-19T15:41:41.597ZAug 19 15:41:40.314 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (352.877197ms)
31642024-08-19T15:41:42.427Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31652024-08-19T15:41:42.436ZAug 19 15:41:41.148 INFO [stamp-propolis-server] process exited with exit status: 0 (1.166704984s)
31662024-08-19T15:41:42.526Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31672024-08-19T15:41:44.767Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31682024-08-19T15:41:51.427Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31692024-08-19T15:41:51.431ZAug 19 15:41:50.146 INFO [stamp-switch-asic] process exited with exit status: 0 (10.190419721s)
31702024-08-19T15:41:51.431ZAug 19 15:41:50.146 INFO [host-stamp] task succeeded (10.201793904s)
31712024-08-19T15:41:51.431ZAug 19 15:41:50.146 INFO [host-proto] running task
31722024-08-19T15:41:51.806ZAug 19 15:41:50.522 INFO [host-proto] task succeeded (375.985527ms)
31732024-08-19T15:41:51.806ZAug 19 15:41:50.522 INFO [host-profile] running task
31742024-08-19T15:41:51.809ZAug 19 15:41:50.523 INFO [host-profile] task succeeded (360.894µs)
31752024-08-19T15:41:51.809ZAug 19 15:41:50.523 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpUO4FzG/proto/host/root -N 'ci 0b647e0/${os_short_commit} 2024-08-19 15:21' -s host -B
31762024-08-19T15:41:51.820Z[ host-image] Aug 19 15:41:50.536 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31772024-08-19T15:41:51.823Z[ host-image] Aug 19 15:41:50.536 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31782024-08-19T15:41:51.833Z[ host-image] Aug 19 15:41:50.550 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUO4FzG/proto/host/root"
31792024-08-19T15:41:51.833Z[ host-image] Aug 19 15:41:50.550 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31802024-08-19T15:41:51.836Z[ host-image] Aug 19 15:41:50.550 INFO image builder template: ramdisk-01-os...
31812024-08-19T15:41:51.836Z[ host-image] Aug 19 15:41:50.550 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/.tmpUO4FzG/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31822024-08-19T15:41:51.853Z[ host-image] Aug 19 15:41:50.570 INFO O| Aug 19 15:41:50.569 INFO CREATE DATASET: rpool/images/build/host/output
31832024-08-19T15:41:52.003Z[ host-image] Aug 19 15:41:50.718 INFO O| Aug 19 15:41:50.718 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31842024-08-19T15:41:52.006Z[ host-image] Aug 19 15:41:50.722 INFO O| Aug 19 15:41:50.722 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31852024-08-19T15:41:52.136Z[ host-image] Aug 19 15:41:50.852 INFO O| Aug 19 15:41:50.852 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31862024-08-19T15:41:52.180Z[ host-image] Aug 19 15:41:50.896 INFO O| Aug 19 15:41:50.896 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31872024-08-19T15:41:52.180Z[ host-image] Aug 19 15:41:50.896 INFO O| Aug 19 15:41:50.896 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31882024-08-19T15:41:52.183Z[ host-image] Aug 19 15:41:50.896 INFO O| Aug 19 15:41:50.896 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31892024-08-19T15:41:52.183Z[ host-image] Aug 19 15:41:50.896 INFO O| Aug 19 15:41:50.896 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31902024-08-19T15:41:52.188Z[ host-image] Aug 19 15:41:50.904 INFO O| Aug 19 15:41:50.904 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31912024-08-19T15:41:52.408Z[ host-image] Aug 19 15:41:51.124 INFO O| Aug 19 15:41:51.124 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31922024-08-19T15:41:52.419Z[ host-image] Aug 19 15:41:51.135 INFO O| Aug 19 15:41:51.135 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31932024-08-19T15:41:52.859Z[ host-image] Aug 19 15:41:51.575 INFO O| Aug 19 15:41:51.575 INFO O| Caching catalogs ... Done
31942024-08-19T15:41:52.981Z[ host-image] Aug 19 15:41:51.696 INFO O| Aug 19 15:41:51.696 INFO STEP 0 (pkg_image_create) COMPLETE
31952024-08-19T15:41:52.981Z[ host-image] Aug 19 15:41:51.697 INFO O| Aug 19 15:41:51.696 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31962024-08-19T15:41:52.984Z[ host-image] Aug 19 15:41:51.697 INFO O| Aug 19 15:41:51.696 INFO skip step because feature "repo_redist" is not enabled
31972024-08-19T15:41:52.984Z[ host-image] Aug 19 15:41:51.697 INFO O| Aug 19 15:41:51.696 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31982024-08-19T15:41:52.996Z[ host-image] Aug 19 15:41:51.712 INFO O| Aug 19 15:41:51.712 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"]
31992024-08-19T15:41:53.479Z[ host-image] Aug 19 15:41:52.195 INFO O| Aug 19 15:41:52.195 INFO STEP 2 (pkg_set_publisher) COMPLETE
32002024-08-19T15:41:53.479Z[ host-image] Aug 19 15:41:52.195 INFO O| Aug 19 15:41:52.195 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32012024-08-19T15:41:53.495Z[ host-image] Aug 19 15:41:52.211 INFO O| Aug 19 15:41:52.211 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"]
32022024-08-19T15:41:54.015Z[ host-image] Aug 19 15:41:52.731 INFO O| Aug 19 15:41:52.731 INFO STEP 3 (pkg_set_publisher) COMPLETE
32032024-08-19T15:41:54.015Z[ host-image] Aug 19 15:41:52.731 INFO O| Aug 19 15:41:52.731 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32042024-08-19T15:41:54.018Z[ host-image] Aug 19 15:41:52.731 INFO O| Aug 19 15:41:52.731 INFO skip step because feature "repo_redist" is not enabled
32052024-08-19T15:41:54.018Z[ host-image] Aug 19 15:41:52.731 INFO O| Aug 19 15:41:52.731 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32062024-08-19T15:41:54.548Z[ host-image] Aug 19 15:41:53.264 INFO O| Aug 19 15:41:53.264 INFO variant opensolaris.zone is already global
32072024-08-19T15:41:54.548Z[ host-image] Aug 19 15:41:53.264 INFO O| Aug 19 15:41:53.264 INFO STEP 5 (pkg_change_variant) COMPLETE
32082024-08-19T15:41:54.551Z[ host-image] Aug 19 15:41:53.264 INFO O| Aug 19 15:41:53.264 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32092024-08-19T15:41:55.099Z[ host-image] Aug 19 15:41:53.814 INFO O| Aug 19 15:41:53.814 INFO variant opensolaris.imagetype is full; changing to partial
32102024-08-19T15:41:55.099Z[ host-image] Aug 19 15:41:53.815 INFO O| Aug 19 15:41:53.814 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32112024-08-19T15:42:01.462Z[ host-image] Aug 19 15:42:00.176 INFO O| Aug 19 15:42:00.176 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32122024-08-19T15:42:03.211Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.74s
32132024-08-19T15:42:03.609Z[ host-image] Aug 19 15:42:02.323 INFO O| Aug 19 15:42:02.323 INFO O| Startup: Caching catalogs ... Done
32142024-08-19T15:42:03.655Z[ host-image] Aug 19 15:42:02.369 INFO O| Aug 19 15:42:02.369 INFO O| Planning: Planning completed in 0.00 seconds
32152024-08-19T15:42:03.660Z[ host-image] Aug 19 15:42:02.370 INFO O| Aug 19 15:42:02.370 INFO O| Planning: Consolidating action changes ... Done
32162024-08-19T15:42:03.660Z[ host-image] Aug 19 15:42:02.370 INFO O| Aug 19 15:42:02.370 INFO O| Planning: Evaluating mediators ... Done
32172024-08-19T15:42:03.660Z[ host-image] Aug 19 15:42:02.371 INFO O| Aug 19 15:42:02.370 INFO O| Planning: Planning completed in 0.00 seconds
32182024-08-19T15:42:03.660Z[ host-image] Aug 19 15:42:02.371 INFO O| Aug 19 15:42:02.371 INFO O| Variants/Facets to change: 1
32192024-08-19T15:42:03.672Z[ host-image] Aug 19 15:42:02.386 INFO O| Aug 19 15:42:02.386 INFO O| Done
32202024-08-19T15:42:03.672Z[ host-image] Aug 19 15:42:02.386 INFO O| Aug 19 15:42:02.386 INFO O| Done
32212024-08-19T15:42:04.020Z[ host-image] Aug 19 15:42:02.734 INFO O| Aug 19 15:42:02.734 INFO O| Done
32222024-08-19T15:42:04.048Z[ host-image] Aug 19 15:42:02.761 INFO O| Aug 19 15:42:02.761 INFO O| Done
32232024-08-19T15:42:04.052Z[ host-image] Aug 19 15:42:02.763 INFO O| Aug 19 15:42:02.762 INFO O| Done
32242024-08-19T15:42:04.052Z[ host-image] Aug 19 15:42:02.763 INFO O| Aug 19 15:42:02.763 INFO O| Done
32252024-08-19T15:42:04.052Z[ host-image] Aug 19 15:42:02.764 INFO O| Aug 19 15:42:02.764 INFO O| Done
32262024-08-19T15:42:04.326Z[ host-image] Aug 19 15:42:03.031 INFO O| Aug 19 15:42:03.031 INFO STEP 6 (pkg_change_variant) COMPLETE
32272024-08-19T15:42:04.326Z[ host-image] Aug 19 15:42:03.031 INFO O| Aug 19 15:42:03.031 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32282024-08-19T15:42:04.332Z[ host-image] Aug 19 15:42:03.031 INFO O| Aug 19 15:42:03.031 INFO skip step because feature "debug_variant" is not enabled
32292024-08-19T15:42:04.332Z[ host-image] Aug 19 15:42:03.031 INFO O| Aug 19 15:42:03.031 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32302024-08-19T15:42:04.644Z[ host-image] Aug 19 15:42:03.358 INFO O| Aug 19 15:42:03.358 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32312024-08-19T15:42:05.063Z[ host-image] Aug 19 15:42:03.776 INFO O| Aug 19 15:42:03.776 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32322024-08-19T15:42:05.066Z[ host-image] Aug 19 15:42:03.778 INFO O| Aug 19 15:42:03.778 INFO O| Planning: Planning completed in 0.00 seconds
32332024-08-19T15:42:05.066Z[ host-image] Aug 19 15:42:03.778 INFO O| Aug 19 15:42:03.778 INFO O| Planning: Consolidating action changes ... Done
32342024-08-19T15:42:05.066Z[ host-image] Aug 19 15:42:03.778 INFO O| Aug 19 15:42:03.778 INFO O| Planning: Evaluating mediators ... Done
32352024-08-19T15:42:05.066Z[ host-image] Aug 19 15:42:03.778 INFO O| Aug 19 15:42:03.778 INFO O| Planning: Planning completed in 0.00 seconds
32362024-08-19T15:42:05.066Z[ host-image] Aug 19 15:42:03.779 INFO O| Aug 19 15:42:03.779 INFO O| Variants/Facets to change: 1
32372024-08-19T15:42:05.079Z[ host-image] Aug 19 15:42:03.793 INFO O| Aug 19 15:42:03.793 INFO O| Done
32382024-08-19T15:42:05.079Z[ host-image] Aug 19 15:42:03.793 INFO O| Aug 19 15:42:03.793 INFO O| Done
32392024-08-19T15:42:05.336Z[ host-image] Aug 19 15:42:04.043 INFO O| Aug 19 15:42:04.043 INFO O| Done
32402024-08-19T15:42:05.377Z[ host-image] Aug 19 15:42:04.077 INFO O| Aug 19 15:42:04.077 INFO O| Done
32412024-08-19T15:42:05.382Z[ host-image] Aug 19 15:42:04.077 INFO O| Aug 19 15:42:04.077 INFO O| Done
32422024-08-19T15:42:05.382Z[ host-image] Aug 19 15:42:04.078 INFO O| Aug 19 15:42:04.077 INFO O| Done
32432024-08-19T15:42:05.382Z[ host-image] Aug 19 15:42:04.079 INFO O| Aug 19 15:42:04.079 INFO O| Done
32442024-08-19T15:42:05.415Z[ host-image] Aug 19 15:42:04.129 INFO O| Aug 19 15:42:04.129 INFO STEP 8 (pkg_change_facet) COMPLETE
32452024-08-19T15:42:05.415Z[ host-image] Aug 19 15:42:04.129 INFO O| Aug 19 15:42:04.129 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32462024-08-19T15:42:05.419Z[ host-image] Aug 19 15:42:04.129 INFO O| Aug 19 15:42:04.129 INFO skip step because feature "recovery" is not enabled
32472024-08-19T15:42:05.419Z[ host-image] Aug 19 15:42:04.129 INFO O| Aug 19 15:42:04.129 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32482024-08-19T15:42:05.419Z[ host-image] Aug 19 15:42:04.129 INFO O| Aug 19 15:42:04.129 INFO skip step because feature "recovery" is not enabled
32492024-08-19T15:42:05.420Z[ host-image] Aug 19 15:42:04.129 INFO O| Aug 19 15:42:04.129 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32502024-08-19T15:42:05.426Z[ host-image] Aug 19 15:42:04.140 INFO O| Aug 19 15:42:04.140 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"]
32512024-08-19T15:42:05.840Z[ host-image] Aug 19 15:42:04.553 INFO O| Aug 19 15:42:04.553 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32522024-08-19T15:42:05.895ZAug 19 15:42:04.609 INFO [recovery-package] process exited with exit status: 0 (24.663547882s)
32532024-08-19T15:42:05.895ZAug 19 15:42:04.609 INFO [recovery-stamp] running task
32542024-08-19T15:42:05.901ZAug 19 15:42:04.609 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32552024-08-19T15:42:05.901ZAug 19 15:42:04.609 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git0b647e0353c
32562024-08-19T15:42:05.909ZAug 19 15:42:04.620 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+git0b647e0353c
32572024-08-19T15:42:05.914Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32582024-08-19T15:42:05.919Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32592024-08-19T15:42:05.979Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32602024-08-19T15:42:05.982ZAug 19 15:42:04.696 INFO [stamp-installinator] process exited with exit status: 0 (87.249603ms)
32612024-08-19T15:42:06.033Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32622024-08-19T15:42:06.036ZAug 19 15:42:04.751 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (130.241095ms)
32632024-08-19T15:42:06.039ZAug 19 15:42:04.751 INFO [recovery-stamp] task succeeded (141.823932ms)
32642024-08-19T15:42:06.039ZAug 19 15:42:04.751 INFO [recovery-proto] running task
32652024-08-19T15:42:06.039ZAug 19 15:42:04.751 INFO [tuf-stamp] running task
32662024-08-19T15:42:06.040ZAug 19 15:42:04.751 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+git0b647e0353c
32672024-08-19T15:42:06.048ZAug 19 15:42:04.762 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+git0b647e0353c
32682024-08-19T15:42:06.056ZAug 19 15:42:04.770 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+git0b647e0353c
32692024-08-19T15:42:06.062Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32702024-08-19T15:42:06.065ZAug 19 15:42:04.778 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+git0b647e0353c
32712024-08-19T15:42:06.070Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32722024-08-19T15:42:06.073ZAug 19 15:42:04.787 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+git0b647e0353c
32732024-08-19T15:42:06.099Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32742024-08-19T15:42:06.104Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32752024-08-19T15:42:06.104ZAug 19 15:42:04.812 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+git0b647e0353c
32762024-08-19T15:42:06.119Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-08-19T15:42:06.123ZAug 19 15:42:04.834 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+git0b647e0353c
32782024-08-19T15:42:06.158ZAug 19 15:42:04.871 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+git0b647e0353c
32792024-08-19T15:42:06.185Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32802024-08-19T15:42:06.189Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32812024-08-19T15:42:06.189ZAug 19 15:42:04.900 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+git0b647e0353c
32822024-08-19T15:42:06.227Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32832024-08-19T15:42:06.314ZAug 19 15:42:04.954 INFO [recovery-proto] task succeeded (203.434784ms)
32842024-08-19T15:42:06.334ZAug 19 15:42:04.955 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpUO4FzG/proto/recovery/root -N 'recovery 0b647e0/${os_short_commit} 2024-08-19 15:21' -s recovery -R
32852024-08-19T15:42:06.334Z[ recovery-image] Aug 19 15:42:04.972 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32862024-08-19T15:42:06.334Z[ recovery-image] Aug 19 15:42:04.973 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32872024-08-19T15:42:06.334Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32882024-08-19T15:42:06.334Z[ recovery-image] Aug 19 15:42:04.988 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUO4FzG/proto/recovery/root"
32892024-08-19T15:42:06.334Z[ recovery-image] Aug 19 15:42:04.989 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32902024-08-19T15:42:06.334Z[ recovery-image] Aug 19 15:42:04.989 INFO image builder template: ramdisk-01-os...
32912024-08-19T15:42:06.334Z[ recovery-image] Aug 19 15:42:04.989 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/.tmpUO4FzG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32922024-08-19T15:42:06.334ZAug 19 15:42:05.017 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+git0b647e0353c
32932024-08-19T15:42:06.342Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32942024-08-19T15:42:06.342ZAug 19 15:42:05.042 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+git0b647e0353c
32952024-08-19T15:42:06.352ZAug 19 15:42:05.066 INFO [stamp-probe] process exited with exit status: 0 (278.902106ms)
32962024-08-19T15:42:06.360Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32972024-08-19T15:42:06.385Z[ recovery-image] Aug 19 15:42:05.099 INFO O| Aug 19 15:42:05.099 INFO CREATE DATASET: rpool/images/build/recovery/output
32982024-08-19T15:42:06.388Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32992024-08-19T15:42:06.422Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33002024-08-19T15:42:06.437ZAug 19 15:42:05.141 INFO [stamp-ntp] process exited with exit status: 0 (379.018072ms)
33012024-08-19T15:42:06.814Z[ recovery-image] Aug 19 15:42:05.528 INFO O| Aug 19 15:42:05.527 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33022024-08-19T15:42:06.820Z[ recovery-image] Aug 19 15:42:05.534 INFO O| Aug 19 15:42:05.534 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33032024-08-19T15:42:07.097Z[ recovery-image] Aug 19 15:42:05.811 INFO O| Aug 19 15:42:05.811 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33042024-08-19T15:42:07.158Z[ recovery-image] Aug 19 15:42:05.871 INFO O| Aug 19 15:42:05.871 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33052024-08-19T15:42:07.161Z[ recovery-image] Aug 19 15:42:05.871 INFO O| Aug 19 15:42:05.871 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33062024-08-19T15:42:07.161Z[ recovery-image] Aug 19 15:42:05.871 INFO O| Aug 19 15:42:05.871 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33072024-08-19T15:42:07.161Z[ recovery-image] Aug 19 15:42:05.871 INFO O| Aug 19 15:42:05.871 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33082024-08-19T15:42:07.221Z[ recovery-image] Aug 19 15:42:05.934 INFO O| Aug 19 15:42:05.934 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33092024-08-19T15:42:07.233Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33102024-08-19T15:42:07.281ZAug 19 15:42:05.994 INFO [stamp-external-dns] process exited with exit status: 0 (1.215976266s)
33112024-08-19T15:42:07.474Z[ recovery-image] Aug 19 15:42:06.188 INFO O| Aug 19 15:42:06.187 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33122024-08-19T15:42:07.489Z[ recovery-image] Aug 19 15:42:06.202 INFO O| Aug 19 15:42:06.202 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33132024-08-19T15:42:07.676Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33142024-08-19T15:42:07.684ZAug 19 15:42:06.399 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.564620801s)
33152024-08-19T15:42:07.727Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33162024-08-19T15:42:07.790Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
33172024-08-19T15:42:07.793ZAug 19 15:42:06.507 INFO [stamp-internal-dns] process exited with exit status: 0 (1.490613894s)
33182024-08-19T15:42:07.834Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33192024-08-19T15:42:08.135Z[ recovery-image] Aug 19 15:42:06.849 INFO O| Aug 19 15:42:06.849 INFO O| Caching catalogs ... Done
33202024-08-19T15:42:08.224Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33212024-08-19T15:42:08.232ZAug 19 15:42:06.946 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.903423438s)
33222024-08-19T15:42:08.258Z[ recovery-image] Aug 19 15:42:06.972 INFO O| Aug 19 15:42:06.971 INFO STEP 0 (pkg_image_create) COMPLETE
33232024-08-19T15:42:08.263Z[ recovery-image] Aug 19 15:42:06.972 INFO O| Aug 19 15:42:06.972 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33242024-08-19T15:42:08.263Z[ recovery-image] Aug 19 15:42:06.972 INFO O| Aug 19 15:42:06.972 INFO skip step because feature "repo_redist" is not enabled
33252024-08-19T15:42:08.263Z[ recovery-image] Aug 19 15:42:06.972 INFO O| Aug 19 15:42:06.972 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33262024-08-19T15:42:08.274Z[ recovery-image] Aug 19 15:42:06.987 INFO O| Aug 19 15:42:06.987 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"]
33272024-08-19T15:42:08.294Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33282024-08-19T15:42:08.298ZAug 19 15:42:07.012 INFO [stamp-oximeter] process exited with exit status: 0 (2.200323425s)
33292024-08-19T15:42:08.718Z[ recovery-image] Aug 19 15:42:07.431 INFO O| Aug 19 15:42:07.431 INFO STEP 2 (pkg_set_publisher) COMPLETE
33302024-08-19T15:42:08.718Z[ recovery-image] Aug 19 15:42:07.432 INFO O| Aug 19 15:42:07.431 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-08-19T15:42:08.732Z[ recovery-image] Aug 19 15:42:07.446 INFO O| Aug 19 15:42:07.446 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"]
33322024-08-19T15:42:09.171Z[ recovery-image] Aug 19 15:42:07.885 INFO O| Aug 19 15:42:07.885 INFO STEP 3 (pkg_set_publisher) COMPLETE
33332024-08-19T15:42:09.171Z[ recovery-image] Aug 19 15:42:07.885 INFO O| Aug 19 15:42:07.885 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33342024-08-19T15:42:09.174Z[ recovery-image] Aug 19 15:42:07.885 INFO O| Aug 19 15:42:07.885 INFO skip step because feature "repo_redist" is not enabled
33352024-08-19T15:42:09.174Z[ recovery-image] Aug 19 15:42:07.885 INFO O| Aug 19 15:42:07.885 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-08-19T15:42:09.659Z[ recovery-image] Aug 19 15:42:08.372 INFO O| Aug 19 15:42:08.372 INFO variant opensolaris.zone is already global
33372024-08-19T15:42:09.659Z[ recovery-image] Aug 19 15:42:08.372 INFO O| Aug 19 15:42:08.372 INFO STEP 5 (pkg_change_variant) COMPLETE
33382024-08-19T15:42:09.659Z[ recovery-image] Aug 19 15:42:08.372 INFO O| Aug 19 15:42:08.372 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33392024-08-19T15:42:09.760Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33402024-08-19T15:42:09.764ZAug 19 15:42:08.478 INFO [stamp-nexus] process exited with exit status: 0 (3.726137091s)
33412024-08-19T15:42:10.144Z[ recovery-image] Aug 19 15:42:08.858 INFO O| Aug 19 15:42:08.858 INFO variant opensolaris.imagetype is full; changing to partial
33422024-08-19T15:42:10.145Z[ recovery-image] Aug 19 15:42:08.858 INFO O| Aug 19 15:42:08.858 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33432024-08-19T15:42:11.797Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33442024-08-19T15:42:11.801ZAug 19 15:42:10.514 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.614504975s)
33452024-08-19T15:42:11.940Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33462024-08-19T15:42:12.079Z[verify-libraries] Compiling heck v0.4.1
33472024-08-19T15:42:12.082Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33482024-08-19T15:42:12.082Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33492024-08-19T15:42:12.099Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33502024-08-19T15:42:12.101Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33512024-08-19T15:42:12.101Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33522024-08-19T15:42:12.101Z[verify-libraries] Compiling indent_write v2.2.0
33532024-08-19T15:42:12.470Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33542024-08-19T15:42:12.652Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33552024-08-19T15:42:12.730Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33562024-08-19T15:42:12.864Z[verify-libraries] Compiling termios v0.3.3
33572024-08-19T15:42:13.328Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33582024-08-19T15:42:13.573Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33592024-08-19T15:42:16.572Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33602024-08-19T15:42:16.622ZAug 19 15:42:15.335 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.564867595s)
33612024-08-19T15:42:17.041Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33622024-08-19T15:42:17.176ZAug 19 15:42:15.888 INFO [stamp-clickhouse] process exited with exit status: 0 (11.017126861s)
33632024-08-19T15:42:17.176ZAug 19 15:42:15.888 INFO [tuf-stamp] task succeeded (11.137600767s)
33642024-08-19T15:42:18.139Z[ recovery-image] Aug 19 15:42:16.851 INFO O| Aug 19 15:42:16.851 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33652024-08-19T15:42:23.242Z[ recovery-image] Aug 19 15:42:21.954 INFO O| Aug 19 15:42:21.954 INFO O| Startup: Caching catalogs ... Done
33662024-08-19T15:42:23.320Z[ recovery-image] Aug 19 15:42:22.031 INFO O| Aug 19 15:42:22.031 INFO O| Planning: Planning completed in 0.00 seconds
33672024-08-19T15:42:23.322Z[ recovery-image] Aug 19 15:42:22.033 INFO O| Aug 19 15:42:22.032 INFO O| Planning: Consolidating action changes ... Done
33682024-08-19T15:42:23.323Z[ recovery-image] Aug 19 15:42:22.033 INFO O| Aug 19 15:42:22.033 INFO O| Planning: Evaluating mediators ... Done
33692024-08-19T15:42:23.323Z[ recovery-image] Aug 19 15:42:22.033 INFO O| Aug 19 15:42:22.033 INFO O| Planning: Planning completed in 0.00 seconds
33702024-08-19T15:42:23.323Z[ recovery-image] Aug 19 15:42:22.034 INFO O| Aug 19 15:42:22.034 INFO O| Variants/Facets to change: 1
33712024-08-19T15:42:23.392Z[ recovery-image] Aug 19 15:42:22.103 INFO O| Aug 19 15:42:22.103 INFO O| Done
33722024-08-19T15:42:23.392Z[ recovery-image] Aug 19 15:42:22.103 INFO O| Aug 19 15:42:22.103 INFO O| Done
33732024-08-19T15:42:24.174Z[ recovery-image] Aug 19 15:42:22.885 INFO O| Aug 19 15:42:22.885 INFO O| Done
33742024-08-19T15:42:24.247Z[ recovery-image] Aug 19 15:42:22.959 INFO O| Aug 19 15:42:22.959 INFO O| Done
33752024-08-19T15:42:24.250Z[ recovery-image] Aug 19 15:42:22.961 INFO O| Aug 19 15:42:22.961 INFO O| Done
33762024-08-19T15:42:24.250Z[ recovery-image] Aug 19 15:42:22.961 INFO O| Aug 19 15:42:22.961 INFO O| Done
33772024-08-19T15:42:24.252Z[ recovery-image] Aug 19 15:42:22.963 INFO O| Aug 19 15:42:22.963 INFO O| Done
33782024-08-19T15:42:24.712Z[ recovery-image] Aug 19 15:42:23.423 INFO O| Aug 19 15:42:23.423 INFO STEP 6 (pkg_change_variant) COMPLETE
33792024-08-19T15:42:24.712Z[ recovery-image] Aug 19 15:42:23.423 INFO O| Aug 19 15:42:23.423 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33802024-08-19T15:42:24.714Z[ recovery-image] Aug 19 15:42:23.423 INFO O| Aug 19 15:42:23.423 INFO skip step because feature "debug_variant" is not enabled
33812024-08-19T15:42:24.714Z[ recovery-image] Aug 19 15:42:23.423 INFO O| Aug 19 15:42:23.423 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33822024-08-19T15:42:25.407Z[ recovery-image] Aug 19 15:42:24.118 INFO O| Aug 19 15:42:24.118 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33832024-08-19T15:42:26.366Z[ recovery-image] Aug 19 15:42:25.077 INFO O| Aug 19 15:42:25.077 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33842024-08-19T15:42:26.369Z[ recovery-image] Aug 19 15:42:25.079 INFO O| Aug 19 15:42:25.079 INFO O| Planning: Planning completed in 0.00 seconds
33852024-08-19T15:42:26.369Z[ recovery-image] Aug 19 15:42:25.080 INFO O| Aug 19 15:42:25.080 INFO O| Planning: Consolidating action changes ... Done
33862024-08-19T15:42:26.372Z[ recovery-image] Aug 19 15:42:25.080 INFO O| Aug 19 15:42:25.080 INFO O| Planning: Evaluating mediators ... Done
33872024-08-19T15:42:26.372Z[ recovery-image] Aug 19 15:42:25.081 INFO O| Aug 19 15:42:25.081 INFO O| Planning: Planning completed in 0.00 seconds
33882024-08-19T15:42:26.372Z[ recovery-image] Aug 19 15:42:25.081 INFO O| Aug 19 15:42:25.081 INFO O| Variants/Facets to change: 1
33892024-08-19T15:42:26.414Z[ recovery-image] Aug 19 15:42:25.125 INFO O| Aug 19 15:42:25.125 INFO O| Done
33902024-08-19T15:42:26.414Z[ recovery-image] Aug 19 15:42:25.125 INFO O| Aug 19 15:42:25.125 INFO O| Done
33912024-08-19T15:42:26.941Z[ recovery-image] Aug 19 15:42:25.652 INFO O| Aug 19 15:42:25.652 INFO O| Done
33922024-08-19T15:42:27.015Z[ recovery-image] Aug 19 15:42:25.726 INFO O| Aug 19 15:42:25.726 INFO O| Done
33932024-08-19T15:42:27.017Z[ recovery-image] Aug 19 15:42:25.727 INFO O| Aug 19 15:42:25.727 INFO O| Done
33942024-08-19T15:42:27.017Z[ recovery-image] Aug 19 15:42:25.727 INFO O| Aug 19 15:42:25.727 INFO O| Done
33952024-08-19T15:42:27.020Z[ recovery-image] Aug 19 15:42:25.729 INFO O| Aug 19 15:42:25.729 INFO O| Done
33962024-08-19T15:42:27.182Z[ recovery-image] Aug 19 15:42:25.893 INFO O| Aug 19 15:42:25.893 INFO STEP 8 (pkg_change_facet) COMPLETE
33972024-08-19T15:42:27.182Z[ recovery-image] Aug 19 15:42:25.893 INFO O| Aug 19 15:42:25.893 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33982024-08-19T15:42:27.818Z[ recovery-image] Aug 19 15:42:26.529 INFO O| Aug 19 15:42:26.529 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33992024-08-19T15:42:28.636Z[ recovery-image] Aug 19 15:42:27.346 INFO O| Aug 19 15:42:27.346 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34002024-08-19T15:42:28.638Z[ recovery-image] Aug 19 15:42:27.348 INFO O| Aug 19 15:42:27.348 INFO O| Planning: Planning completed in 0.00 seconds
34012024-08-19T15:42:28.638Z[ recovery-image] Aug 19 15:42:27.349 INFO O| Aug 19 15:42:27.349 INFO O| Planning: Consolidating action changes ... Done
34022024-08-19T15:42:28.641Z[ recovery-image] Aug 19 15:42:27.350 INFO O| Aug 19 15:42:27.350 INFO O| Planning: Evaluating mediators ... Done
34032024-08-19T15:42:28.641Z[ recovery-image] Aug 19 15:42:27.350 INFO O| Aug 19 15:42:27.350 INFO O| Planning: Planning completed in 0.00 seconds
34042024-08-19T15:42:28.641Z[ recovery-image] Aug 19 15:42:27.350 INFO O| Aug 19 15:42:27.350 INFO O| Variants/Facets to change: 1
34052024-08-19T15:42:28.707Z[ recovery-image] Aug 19 15:42:27.418 INFO O| Aug 19 15:42:27.418 INFO O| Done
34062024-08-19T15:42:28.707Z[ recovery-image] Aug 19 15:42:27.418 INFO O| Aug 19 15:42:27.418 INFO O| Done
34072024-08-19T15:42:29.369Z[ recovery-image] Aug 19 15:42:28.080 INFO O| Aug 19 15:42:28.080 INFO O| Done
34082024-08-19T15:42:29.422Z[ recovery-image] Aug 19 15:42:28.132 INFO O| Aug 19 15:42:28.132 INFO O| Done
34092024-08-19T15:42:29.424Z[ recovery-image] Aug 19 15:42:28.134 INFO O| Aug 19 15:42:28.134 INFO O| Done
34102024-08-19T15:42:29.424Z[ recovery-image] Aug 19 15:42:28.134 INFO O| Aug 19 15:42:28.134 INFO O| Done
34112024-08-19T15:42:29.426Z[ recovery-image] Aug 19 15:42:28.136 INFO O| Aug 19 15:42:28.136 INFO O| Done
34122024-08-19T15:42:29.522Z[ recovery-image] Aug 19 15:42:28.233 INFO O| Aug 19 15:42:28.233 INFO STEP 9 (pkg_change_facet) COMPLETE
34132024-08-19T15:42:29.522Z[ recovery-image] Aug 19 15:42:28.233 INFO O| Aug 19 15:42:28.233 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-08-19T15:42:30.199Z[ recovery-image] Aug 19 15:42:28.910 INFO O| Aug 19 15:42:28.909 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34152024-08-19T15:42:31.192Z[ recovery-image] Aug 19 15:42:29.902 INFO O| Aug 19 15:42:29.902 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34162024-08-19T15:42:31.194Z[ recovery-image] Aug 19 15:42:29.904 INFO O| Aug 19 15:42:29.904 INFO O| Planning: Planning completed in 0.00 seconds
34172024-08-19T15:42:31.197Z[ recovery-image] Aug 19 15:42:29.905 INFO O| Aug 19 15:42:29.905 INFO O| Planning: Consolidating action changes ... Done
34182024-08-19T15:42:31.197Z[ recovery-image] Aug 19 15:42:29.905 INFO O| Aug 19 15:42:29.905 INFO O| Planning: Evaluating mediators ... Done
34192024-08-19T15:42:31.197Z[ recovery-image] Aug 19 15:42:29.906 INFO O| Aug 19 15:42:29.906 INFO O| Planning: Planning completed in 0.00 seconds
34202024-08-19T15:42:31.197Z[ recovery-image] Aug 19 15:42:29.906 INFO O| Aug 19 15:42:29.906 INFO O| Variants/Facets to change: 1
34212024-08-19T15:42:31.268Z[ recovery-image] Aug 19 15:42:29.978 INFO O| Aug 19 15:42:29.978 INFO O| Done
34222024-08-19T15:42:31.268Z[ recovery-image] Aug 19 15:42:29.978 INFO O| Aug 19 15:42:29.978 INFO O| Done
34232024-08-19T15:42:31.828Z[ recovery-image] Aug 19 15:42:30.539 INFO O| Aug 19 15:42:30.539 INFO O| Done
34242024-08-19T15:42:31.885Z[ recovery-image] Aug 19 15:42:30.596 INFO O| Aug 19 15:42:30.596 INFO O| Done
34252024-08-19T15:42:31.888Z[ recovery-image] Aug 19 15:42:30.597 INFO O| Aug 19 15:42:30.597 INFO O| Done
34262024-08-19T15:42:31.888Z[ recovery-image] Aug 19 15:42:30.597 INFO O| Aug 19 15:42:30.597 INFO O| Done
34272024-08-19T15:42:31.890Z[ recovery-image] Aug 19 15:42:30.599 INFO O| Aug 19 15:42:30.599 INFO O| Done
34282024-08-19T15:42:32.019Z[ recovery-image] Aug 19 15:42:30.729 INFO O| Aug 19 15:42:30.729 INFO STEP 10 (pkg_change_facet) COMPLETE
34292024-08-19T15:42:32.019Z[ recovery-image] Aug 19 15:42:30.729 INFO O| Aug 19 15:42:30.729 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34302024-08-19T15:42:32.041Z[ recovery-image] Aug 19 15:42:30.751 INFO O| Aug 19 15:42:30.751 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"]
34312024-08-19T15:42:32.963Z[ recovery-image] Aug 19 15:42:31.673 INFO O| Aug 19 15:42:31.673 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34322024-08-19T15:42:34.992Z[ host-image] Aug 19 15:42:33.702 INFO O| Aug 19 15:42:33.701 INFO O| Planning: Solver setup ... Done
34332024-08-19T15:42:45.048Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34342024-08-19T15:42:58.433Z[ host-image] Aug 19 15:42:57.140 INFO O| Aug 19 15:42:57.140 INFO O| Planning: Running solver ... Done
34352024-08-19T15:42:58.849Z[ host-image] Aug 19 15:42:57.542 INFO O| Aug 19 15:42:57.542 INFO O| Planning: Finding local manifests ... Done
34362024-08-19T15:42:58.849Z[ host-image] Aug 19 15:42:57.555 INFO O| Aug 19 15:42:57.555 INFO O| Planning: Fetching manifests: 0/124 0% complete
34372024-08-19T15:42:59.109Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34382024-08-19T15:43:01.460Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34392024-08-19T15:43:04.039Z[ host-image] Aug 19 15:43:02.745 INFO O| Aug 19 15:43:02.745 INFO O| Planning: Fetching manifests: 124/124 100% complete
34402024-08-19T15:43:04.551Z[ recovery-image] Aug 19 15:43:03.257 INFO O| Aug 19 15:43:03.257 INFO O| Planning: Solver setup ... Done
34412024-08-19T15:43:05.358Z[ host-image] Aug 19 15:43:04.064 INFO O| Aug 19 15:43:04.064 INFO O| Planning: Package planning ... Done
34422024-08-19T15:43:07.074Z[ host-image] Aug 19 15:43:05.780 INFO O| Aug 19 15:43:05.779 INFO O| Planning: Merging actions ... Done
34432024-08-19T15:43:07.595Z[ host-image] Aug 19 15:43:06.300 INFO O| Aug 19 15:43:06.300 INFO O| Planning: Checking for conflicting actions ... Done
34442024-08-19T15:43:08.036Z[ host-image] Aug 19 15:43:06.742 INFO O| Aug 19 15:43:06.742 INFO O| Planning: Consolidating action changes ... Done
34452024-08-19T15:43:08.544Z[ host-image] Aug 19 15:43:07.249 INFO O| Aug 19 15:43:07.249 INFO O| Planning: Evaluating mediators ... Done
34462024-08-19T15:43:14.880Z[ host-image] Aug 19 15:43:13.584 INFO O| Aug 19 15:43:13.584 INFO O| Planning: Planning completed in 69.03 seconds
34472024-08-19T15:43:14.886Z[ host-image] Aug 19 15:43:13.591 INFO O| Aug 19 15:43:13.591 INFO O| Packages to install: 124
34482024-08-19T15:43:14.889Z[ host-image] Aug 19 15:43:13.591 INFO O| Aug 19 15:43:13.591 INFO O| Mediators to change: 4
34492024-08-19T15:43:14.889Z[ host-image] Aug 19 15:43:13.591 INFO O| Aug 19 15:43:13.591 INFO O| Services to change: 6
34502024-08-19T15:43:15.019Z[ host-image] Aug 19 15:43:13.723 INFO O| Aug 19 15:43:13.723 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
34512024-08-19T15:43:20.059Z[ host-image] Aug 19 15:43:18.762 INFO O| Aug 19 15:43:18.762 INFO O| Download: 1021/22727 items 6.1/196.4MB 3% complete (1.6M/s)
34522024-08-19T15:43:22.357Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34532024-08-19T15:43:25.163Z[ host-image] Aug 19 15:43:23.866 INFO O| Aug 19 15:43:23.860 INFO O| Download: 1619/22727 items 9.6/196.4MB 4% complete (1.1M/s)
34542024-08-19T15:43:25.299Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34552024-08-19T15:43:26.723Z[ recovery-image] Aug 19 15:43:25.426 INFO O| Aug 19 15:43:25.426 INFO O| Planning: Running solver ... Done
34562024-08-19T15:43:27.046Z[ recovery-image] Aug 19 15:43:25.730 INFO O| Aug 19 15:43:25.730 INFO O| Planning: Finding local manifests ... Done
34572024-08-19T15:43:27.046Z[ recovery-image] Aug 19 15:43:25.747 INFO O| Aug 19 15:43:25.747 INFO O| Planning: Fetching manifests: 0/124 0% complete
34582024-08-19T15:43:27.299Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34592024-08-19T15:43:30.939Z[ host-image] Aug 19 15:43:29.641 INFO O| Aug 19 15:43:29.641 INFO O| Download: 1776/22727 items 11.9/196.4MB 6% complete (587k/s)
34602024-08-19T15:43:31.879Z[ recovery-image] Aug 19 15:43:30.581 INFO O| Aug 19 15:43:30.581 INFO O| Planning: Fetching manifests: 124/124 100% complete
34612024-08-19T15:43:32.858Z[ recovery-image] Aug 19 15:43:31.560 INFO O| Aug 19 15:43:31.560 INFO O| Planning: Package planning ... Done
34622024-08-19T15:43:33.738Z[ recovery-image] Aug 19 15:43:32.439 INFO O| Aug 19 15:43:32.439 INFO O| Planning: Merging actions ... Done
34632024-08-19T15:43:34.107Z[ recovery-image] Aug 19 15:43:32.809 INFO O| Aug 19 15:43:32.809 INFO O| Planning: Checking for conflicting actions ... Done
34642024-08-19T15:43:34.241Z[ recovery-image] Aug 19 15:43:32.943 INFO O| Aug 19 15:43:32.943 INFO O| Planning: Consolidating action changes ... Done
34652024-08-19T15:43:34.610Z[ recovery-image] Aug 19 15:43:33.311 INFO O| Aug 19 15:43:33.311 INFO O| Planning: Evaluating mediators ... Done
34662024-08-19T15:43:35.947Z[ host-image] Aug 19 15:43:34.648 INFO O| Aug 19 15:43:34.648 INFO O| Download: 2022/22727 items 22.9/196.4MB 11% complete (1.3M/s)
34672024-08-19T15:43:40.561Z[ recovery-image] Aug 19 15:43:39.262 INFO O| Aug 19 15:43:39.262 INFO O| Planning: Planning completed in 67.59 seconds
34682024-08-19T15:43:40.568Z[ recovery-image] Aug 19 15:43:39.269 INFO O| Aug 19 15:43:39.269 INFO O| Packages to install: 124
34692024-08-19T15:43:40.568Z[ recovery-image] Aug 19 15:43:39.269 INFO O| Aug 19 15:43:39.269 INFO O| Mediators to change: 4
34702024-08-19T15:43:40.570Z[ recovery-image] Aug 19 15:43:39.269 INFO O| Aug 19 15:43:39.269 INFO O| Services to change: 5
34712024-08-19T15:43:40.659Z[ recovery-image] Aug 19 15:43:39.360 INFO O| Aug 19 15:43:39.360 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34722024-08-19T15:43:41.569Z[ host-image] Aug 19 15:43:40.270 INFO O| Aug 19 15:43:40.270 INFO O| Download: 2251/22727 items 24.8/196.4MB 12% complete (1.3M/s)
34732024-08-19T15:43:45.694Z[ recovery-image] Aug 19 15:43:44.375 INFO O| Aug 19 15:43:44.374 INFO O| Download: 883/15831 items 6.9/173.2MB 3% complete (1.4M/s)
34742024-08-19T15:43:46.641Z[ host-image] Aug 19 15:43:45.341 INFO O| Aug 19 15:43:45.341 INFO O| Download: 2459/22727 items 28.3/196.4MB 14% complete (533k/s)
34752024-08-19T15:43:46.958Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34762024-08-19T15:43:47.863Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34772024-08-19T15:43:51.661Z[ host-image] Aug 19 15:43:50.359 INFO O| Aug 19 15:43:50.359 INFO O| Download: 3472/22727 items 35.4/196.4MB 18% complete (1.1M/s)
34782024-08-19T15:43:52.027Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34792024-08-19T15:43:52.811Z[ recovery-image] Aug 19 15:43:51.509 INFO O| Aug 19 15:43:51.509 INFO O| Download: 1098/15831 items 9.2/173.2MB 5% complete (1.0M/s)
34802024-08-19T15:43:56.672Z[ host-image] Aug 19 15:43:55.371 INFO O| Aug 19 15:43:55.371 INFO O| Download: 4450/22727 items 41.5/196.4MB 21% complete (1.3M/s)
34812024-08-19T15:43:57.816Z[ recovery-image] Aug 19 15:43:56.514 INFO O| Aug 19 15:43:56.514 INFO O| Download: 1259/15831 items 17.1/173.2MB 9% complete (931k/s)
34822024-08-19T15:44:02.817Z[ recovery-image] Aug 19 15:44:01.514 INFO O| Aug 19 15:44:01.514 INFO O| Download: 1576/15831 items 24.1/173.2MB 13% complete (1.4M/s)
34832024-08-19T15:44:03.740Z[ host-image] Aug 19 15:44:02.437 INFO O| Aug 19 15:44:02.437 INFO O| Download: 4636/22727 items 42.9/196.4MB 21% complete (806k/s)
34842024-08-19T15:44:07.839Z[ recovery-image] Aug 19 15:44:06.536 INFO O| Aug 19 15:44:06.536 INFO O| Download: 2531/15831 items 31.5/173.2MB 18% complete (1.5M/s)
34852024-08-19T15:44:08.748Z[ host-image] Aug 19 15:44:07.444 INFO O| Aug 19 15:44:07.444 INFO O| Download: 5061/22727 items 45.8/196.4MB 23% complete (383k/s)
34862024-08-19T15:44:12.841Z[ recovery-image] Aug 19 15:44:11.537 INFO O| Aug 19 15:44:11.537 INFO O| Download: 3469/15831 items 37.9/173.2MB 21% complete (1.5M/s)
34872024-08-19T15:44:13.756Z[ host-image] Aug 19 15:44:12.452 INFO O| Aug 19 15:44:12.452 INFO O| Download: 5888/22727 items 46.3/196.4MB 23% complete (348k/s)
34882024-08-19T15:44:18.776Z[ host-image] Aug 19 15:44:17.471 INFO O| Aug 19 15:44:17.471 INFO O| Download: 6842/22727 items 49.0/196.4MB 24% complete (311k/s)
34892024-08-19T15:44:19.328Z[ recovery-image] Aug 19 15:44:18.023 INFO O| Aug 19 15:44:18.023 INFO O| Download: 3678/15831 items 40.0/173.2MB 23% complete (913k/s)
34902024-08-19T15:44:24.368Z[ recovery-image] Aug 19 15:44:23.063 INFO O| Aug 19 15:44:23.063 INFO O| Download: 4781/15831 items 43.0/173.2MB 24% complete (403k/s)
34912024-08-19T15:44:26.698Z[ host-image] Aug 19 15:44:25.392 INFO O| Aug 19 15:44:25.392 INFO O| Download: 6992/22727 items 50.8/196.4MB 25% complete (432k/s)
34922024-08-19T15:44:31.495Z[ recovery-image] Aug 19 15:44:30.188 INFO O| Aug 19 15:44:30.188 INFO O| Download: 5702/15831 items 45.4/173.2MB 26% complete (575k/s)
34932024-08-19T15:44:31.699Z[ host-image] Aug 19 15:44:30.392 INFO O| Aug 19 15:44:30.392 INFO O| Download: 7992/22727 items 60.2/196.4MB 30% complete (1.2M/s)
34942024-08-19T15:44:37.472Z[ host-image] Aug 19 15:44:36.165 INFO O| Aug 19 15:44:36.165 INFO O| Download: 8231/22727 items 63.0/196.4MB 32% complete (1.1M/s)
34952024-08-19T15:44:38.633Z[ recovery-image] Aug 19 15:44:37.321 INFO O| Aug 19 15:44:37.321 INFO O| Download: 5942/15831 items 53.6/173.2MB 30% complete (1005k/s)
34962024-08-19T15:44:42.475Z[ host-image] Aug 19 15:44:41.167 INFO O| Aug 19 15:44:41.167 INFO O| Download: 9029/22727 items 73.3/196.4MB 37% complete (1.2M/s)
34972024-08-19T15:44:44.516Z[ recovery-image] Aug 19 15:44:43.203 INFO O| Aug 19 15:44:43.203 INFO O| Download: 6112/15831 items 58.2/173.2MB 33% complete (1.2M/s)
34982024-08-19T15:44:47.485Z[ host-image] Aug 19 15:44:46.172 INFO O| Aug 19 15:44:46.172 INFO O| Download: 9827/22727 items 83.5/196.4MB 42% complete (2.1M/s)
34992024-08-19T15:44:49.528Z[ recovery-image] Aug 19 15:44:48.219 INFO O| Aug 19 15:44:48.219 INFO O| Download: 6869/15831 items 67.8/173.2MB 39% complete (1.4M/s)
35002024-08-19T15:44:52.928Z[ host-image] Aug 19 15:44:51.619 INFO O| Aug 19 15:44:51.619 INFO O| Download: 10428/22727 items 88.0/196.4MB 44% complete (1.6M/s)
35012024-08-19T15:44:54.530Z[ recovery-image] Aug 19 15:44:53.220 INFO O| Aug 19 15:44:53.220 INFO O| Download: 7295/15831 items 73.3/173.2MB 42% complete (1.5M/s)
35022024-08-19T15:44:58.975Z[ host-image] Aug 19 15:44:57.664 INFO O| Aug 19 15:44:57.664 INFO O| Download: 10861/22727 items 90.0/196.4MB 45% complete (717k/s)
35032024-08-19T15:44:59.533Z[ recovery-image] Aug 19 15:44:58.223 INFO O| Aug 19 15:44:58.222 INFO O| Download: 7738/15831 items 74.5/173.2MB 43% complete (707k/s)
35042024-08-19T15:45:03.976Z[ host-image] Aug 19 15:45:02.664 INFO O| Aug 19 15:45:02.664 INFO O| Download: 11263/22727 items 94.4/196.4MB 48% complete (501k/s)
35052024-08-19T15:45:04.958Z[ recovery-image] Aug 19 15:45:03.647 INFO O| Aug 19 15:45:03.647 INFO O| Download: 7967/15831 items 78.5/173.2MB 45% complete (496k/s)
35062024-08-19T15:45:08.984Z[ host-image] Aug 19 15:45:07.672 INFO O| Aug 19 15:45:07.671 INFO O| Download: 11703/22727 items 96.3/196.4MB 49% complete (648k/s)
35072024-08-19T15:45:10.970Z[ recovery-image] Aug 19 15:45:09.658 INFO O| Aug 19 15:45:09.658 INFO O| Download: 8676/15831 items 83.6/173.2MB 48% complete (956k/s)
35082024-08-19T15:45:14.123Z[ host-image] Aug 19 15:45:12.811 INFO O| Aug 19 15:45:12.811 INFO O| Download: 12111/22727 items 105.6/196.4MB 53% complete (1.1M/s)
35092024-08-19T15:45:16.328Z[ recovery-image] Aug 19 15:45:15.015 INFO O| Aug 19 15:45:15.015 INFO O| Download: 8919/15831 items 92.6/173.2MB 53% complete (1.3M/s)
35102024-08-19T15:45:20.636Z[ host-image] Aug 19 15:45:19.323 INFO O| Aug 19 15:45:19.323 INFO O| Download: 12281/22727 items 109.4/196.4MB 55% complete (1.4M/s)
35112024-08-19T15:45:21.395Z[ recovery-image] Aug 19 15:45:20.081 INFO O| Aug 19 15:45:20.081 INFO O| Download: 9950/15831 items 93.1/173.2MB 53% complete (1.0M/s)
35122024-08-19T15:45:25.695Z[ host-image] Aug 19 15:45:24.380 INFO O| Aug 19 15:45:24.380 INFO O| Download: 13307/22727 items 109.9/196.4MB 55% complete (149k/s)
35132024-08-19T15:45:26.737Z[ recovery-image] Aug 19 15:45:25.423 INFO O| Aug 19 15:45:25.423 INFO O| Download: 10540/15831 items 93.4/173.2MB 53% complete (140k/s)
35142024-08-19T15:45:31.715Z[ host-image] Aug 19 15:45:30.399 INFO O| Aug 19 15:45:30.399 INFO O| Download: 13897/22727 items 110.2/196.4MB 56% complete (86.8k/s)
35152024-08-19T15:45:31.756Z[ recovery-image] Aug 19 15:45:30.441 INFO O| Aug 19 15:45:30.441 INFO O| Download: 10907/15831 items 93.8/173.2MB 54% complete (93.6k/s)
35162024-08-19T15:45:36.805Z[ recovery-image] Aug 19 15:45:35.489 INFO O| Aug 19 15:45:35.489 INFO O| Download: 11091/15831 items 99.6/173.2MB 57% complete (597k/s)
35172024-08-19T15:45:36.876Z[ host-image] Aug 19 15:45:35.560 INFO O| Aug 19 15:45:35.560 INFO O| Download: 14454/22727 items 112.0/196.4MB 57% complete (218k/s)
35182024-08-19T15:45:41.838Z[ recovery-image] Aug 19 15:45:40.522 INFO O| Aug 19 15:45:40.521 INFO O| Download: 11509/15831 items 111.2/173.2MB 64% complete (1.8M/s)
35192024-08-19T15:45:42.648Z[ host-image] Aug 19 15:45:41.331 INFO O| Aug 19 15:45:41.331 INFO O| Download: 14542/22727 items 116.7/196.4MB 59% complete (652k/s)
35202024-08-19T15:45:47.147Z[ recovery-image] Aug 19 15:45:45.830 INFO O| Aug 19 15:45:45.829 INFO O| Download: 11937/15831 items 131.9/173.2MB 76% complete (3.0M/s)
35212024-08-19T15:45:47.649Z[ host-image] Aug 19 15:45:46.331 INFO O| Aug 19 15:45:46.331 INFO O| Download: 15547/22727 items 123.2/196.4MB 62% complete (855k/s)
35222024-08-19T15:45:52.166Z[ recovery-image] Aug 19 15:45:50.848 INFO O| Aug 19 15:45:50.847 INFO O| Download: 12860/15831 items 141.2/173.2MB 81% complete (2.9M/s)
35232024-08-19T15:45:53.686Z[ host-image] Aug 19 15:45:52.368 INFO O| Aug 19 15:45:52.367 INFO O| Download: 15828/22727 items 129.3/196.4MB 65% complete (1.3M/s)
35242024-08-19T15:45:57.168Z[ recovery-image] Aug 19 15:45:55.849 INFO O| Aug 19 15:45:55.849 INFO O| Download: 13542/15831 items 143.6/173.2MB 82% complete (1.2M/s)
35252024-08-19T15:45:58.691Z[ host-image] Aug 19 15:45:57.373 INFO O| Aug 19 15:45:57.372 INFO O| Download: 16397/22727 items 136.6/196.4MB 69% complete (1.1M/s)
35262024-08-19T15:46:02.835Z[ recovery-image] Aug 19 15:46:01.514 INFO O| Aug 19 15:46:01.514 INFO O| Download: 14028/15831 items 145.4/173.2MB 83% complete (605k/s)
35272024-08-19T15:46:03.693Z[ host-image] Aug 19 15:46:02.373 INFO O| Aug 19 15:46:02.373 INFO O| Download: 17082/22727 items 141.6/196.4MB 72% complete (1.2M/s)
35282024-08-19T15:46:08.774Z[ host-image] Aug 19 15:46:07.454 INFO O| Aug 19 15:46:07.454 INFO O| Download: 17849/22727 items 149.7/196.4MB 76% complete (1.5M/s)
35292024-08-19T15:46:08.817Z[ recovery-image] Aug 19 15:46:07.497 INFO O| Aug 19 15:46:07.497 INFO O| Download: 14655/15831 items 147.6/173.2MB 85% complete (405k/s)
35302024-08-19T15:46:13.787Z[ host-image] Aug 19 15:46:12.467 INFO O| Aug 19 15:46:12.467 INFO O| Download: 18141/22727 items 160.3/196.4MB 81% complete (1.9M/s)
35312024-08-19T15:46:15.913Z[ recovery-image] Aug 19 15:46:14.592 INFO O| Aug 19 15:46:14.591 INFO O| Download: 14750/15831 items 153.2/173.2MB 88% complete (782k/s)
35322024-08-19T15:46:20.406Z[ host-image] Aug 19 15:46:19.084 INFO O| Aug 19 15:46:19.084 INFO O| Download: 18937/22727 items 163.5/196.4MB 83% complete (1.6M/s)
35332024-08-19T15:46:20.759Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 10s
35342024-08-19T15:46:21.014ZAug 19 15:46:19.692 INFO [verify-libraries] process exited with exit status: 0 (255.082871131s)
35352024-08-19T15:46:21.579Z[ recovery-image] Aug 19 15:46:20.257 INFO O| Aug 19 15:46:20.257 INFO O| Download: 14766/15831 items 153.6/173.2MB 88% complete (603k/s)
35362024-08-19T15:46:25.408Z[ host-image] Aug 19 15:46:24.086 INFO O| Aug 19 15:46:24.086 INFO O| Download: 20056/22727 items 167.6/196.4MB 85% complete (637k/s)
35372024-08-19T15:46:27.494Z[ recovery-image] Aug 19 15:46:26.171 INFO O| Aug 19 15:46:26.171 INFO O| Download: 15277/15831 items 158.0/173.2MB 91% complete (584k/s)
35382024-08-19T15:46:31.004Z[ host-image] Aug 19 15:46:29.681 INFO O| Aug 19 15:46:29.681 INFO O| Download: 20608/22727 items 169.6/196.4MB 86% complete (639k/s)
35392024-08-19T15:46:33.414Z[ recovery-image] Aug 19 15:46:32.091 INFO O| Aug 19 15:46:32.091 INFO O| Download: 15599/15831 items 166.7/173.2MB 96% complete (1.3M/s)
35402024-08-19T15:46:36.883Z[ host-image] Aug 19 15:46:35.559 INFO O| Aug 19 15:46:35.559 INFO O| Download: 20883/22727 items 175.4/196.4MB 89% complete (719k/s)
35412024-08-19T15:46:39.343Z[ recovery-image] Aug 19 15:46:38.019 INFO O| Aug 19 15:46:38.019 INFO O| Download: 15821/15831 items 172.7/173.2MB 99% complete (866k/s)
35422024-08-19T15:46:39.382Z[ recovery-image] Aug 19 15:46:38.058 INFO O| Aug 19 15:46:38.058 INFO O| Download: Completed 173.16 MB in 178.70 seconds (989k/s)
35432024-08-19T15:46:39.796Z[ recovery-image] Aug 19 15:46:38.472 INFO O| Aug 19 15:46:38.472 INFO O| Actions: 1/24964 actions (Installing new actions)
35442024-08-19T15:46:42.010Z[ host-image] Aug 19 15:46:40.686 INFO O| Aug 19 15:46:40.686 INFO O| Download: 21545/22727 items 180.4/196.4MB 91% complete (1016k/s)
35452024-08-19T15:46:44.797Z[ recovery-image] Aug 19 15:46:43.472 INFO O| Aug 19 15:46:43.472 INFO O| Actions: 13310/24964 actions (Installing new actions)
35462024-08-19T15:46:48.033Z[ host-image] Aug 19 15:46:46.708 INFO O| Aug 19 15:46:46.708 INFO O| Download: 21942/22727 items 188.7/196.4MB 96% complete (1.3M/s)
35472024-08-19T15:46:49.801Z[ recovery-image] Aug 19 15:46:48.475 INFO O| Aug 19 15:46:48.475 INFO O| Actions: 24439/24964 actions (Installing new actions)
35482024-08-19T15:46:50.598Z[ recovery-image] Aug 19 15:46:49.272 INFO O| Aug 19 15:46:49.272 INFO O| Actions: Completed 24964 actions in 10.80 seconds.
35492024-08-19T15:46:50.846Z[ recovery-image] Aug 19 15:46:49.520 INFO O| Aug 19 15:46:49.520 INFO O| Done
35502024-08-19T15:46:50.846Z[ recovery-image] Aug 19 15:46:49.520 INFO O| Aug 19 15:46:49.520 INFO O| Done
35512024-08-19T15:46:51.299Z[ recovery-image] Aug 19 15:46:49.973 INFO O| Aug 19 15:46:49.973 INFO O| Done
35522024-08-19T15:46:52.047Z[ recovery-image] Aug 19 15:46:50.721 INFO O| Aug 19 15:46:50.721 INFO O| Done
35532024-08-19T15:46:52.058Z[ recovery-image] Aug 19 15:46:50.732 INFO O| Aug 19 15:46:50.732 INFO O| Done
35542024-08-19T15:46:53.740Z[ host-image] Aug 19 15:46:52.413 INFO O| Aug 19 15:46:52.413 INFO O| Download: 22560/22727 items 195.7/196.4MB 99% complete (1.6M/s)
35552024-08-19T15:46:55.439Z[ host-image] Aug 19 15:46:54.113 INFO O| Aug 19 15:46:54.113 INFO O| Download: Completed 196.39 MB in 220.39 seconds (910k/s)
35562024-08-19T15:46:56.105Z[ recovery-image] Aug 19 15:46:54.778 INFO O| Aug 19 15:46:54.778 INFO O| Done
35572024-08-19T15:46:56.177Z[ host-image] Aug 19 15:46:54.850 INFO O| Aug 19 15:46:54.850 INFO O| Actions: 1/49260 actions (Installing new actions)
35582024-08-19T15:46:56.439Z[ recovery-image] Aug 19 15:46:55.111 INFO O| Aug 19 15:46:55.111 INFO O| Done
35592024-08-19T15:46:56.630Z[ recovery-image] Aug 19 15:46:55.303 INFO O| Aug 19 15:46:55.303 INFO STEP 11 (pkg_install) COMPLETE
35602024-08-19T15:46:56.630Z[ recovery-image] Aug 19 15:46:55.303 INFO O| Aug 19 15:46:55.303 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-08-19T15:46:56.632Z[ recovery-image] Aug 19 15:46:55.303 INFO O| Aug 19 15:46:55.303 INFO skip step because feature "recovery" is enabled
35622024-08-19T15:46:56.632Z[ recovery-image] Aug 19 15:46:55.303 INFO O| Aug 19 15:46:55.303 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-08-19T15:46:56.632Z[ recovery-image] Aug 19 15:46:55.303 INFO O| Aug 19 15:46:55.303 INFO skip step because feature "omicron1" is not enabled
35642024-08-19T15:46:56.632Z[ recovery-image] Aug 19 15:46:55.303 INFO O| Aug 19 15:46:55.303 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-08-19T15:46:56.640Z[ recovery-image] Aug 19 15:46:55.314 INFO O| Aug 19 15:46:55.314 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35662024-08-19T15:46:57.079Z[ recovery-image] Aug 19 15:46:55.752 INFO O| Aug 19 15:46:55.752 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35672024-08-19T15:46:58.454Z[ recovery-image] Aug 19 15:46:57.127 INFO O| Aug 19 15:46:57.127 INFO O| Planning: Solver setup ... Done
35682024-08-19T15:46:58.463Z[ recovery-image] Aug 19 15:46:57.130 INFO O| Aug 19 15:46:57.130 INFO O| Planning: Running solver ... Done
35692024-08-19T15:46:58.495Z[ recovery-image] Aug 19 15:46:57.168 INFO O| Aug 19 15:46:57.168 INFO O| Planning: Finding local manifests ... Done
35702024-08-19T15:46:58.498Z[ recovery-image] Aug 19 15:46:57.168 INFO O| Aug 19 15:46:57.168 INFO O| Planning: Fetching manifests: 0/1 0% complete
35712024-08-19T15:46:58.556Z[ recovery-image] Aug 19 15:46:57.229 INFO O| Aug 19 15:46:57.229 INFO O| Planning: Fetching manifests: 1/1 100% complete
35722024-08-19T15:46:58.574Z[ recovery-image] Aug 19 15:46:57.247 INFO O| Aug 19 15:46:57.247 INFO O| Planning: Package planning ... Done
35732024-08-19T15:46:58.577Z[ recovery-image] Aug 19 15:46:57.247 INFO O| Aug 19 15:46:57.247 INFO O| Planning: Merging actions ... Done
35742024-08-19T15:46:58.606Z[ recovery-image] Aug 19 15:46:57.280 INFO O| Aug 19 15:46:57.279 INFO O| Planning: Checking for conflicting actions ... Done
35752024-08-19T15:46:58.610Z[ recovery-image] Aug 19 15:46:57.280 INFO O| Aug 19 15:46:57.280 INFO O| Planning: Consolidating action changes ... Done
35762024-08-19T15:46:58.729Z[ recovery-image] Aug 19 15:46:57.402 INFO O| Aug 19 15:46:57.402 INFO O| Planning: Evaluating mediators ... Done
35772024-08-19T15:46:58.732Z[ recovery-image] Aug 19 15:46:57.402 INFO O| Aug 19 15:46:57.402 INFO O| Planning: Planning completed in 1.65 seconds
35782024-08-19T15:46:58.732Z[ recovery-image] Aug 19 15:46:57.404 INFO O| Aug 19 15:46:57.404 INFO O| Packages to install: 1
35792024-08-19T15:46:58.740Z[ recovery-image] Aug 19 15:46:57.413 INFO O| Aug 19 15:46:57.413 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35802024-08-19T15:46:59.555Z[ recovery-image] Aug 19 15:46:58.228 INFO O| Aug 19 15:46:58.228 INFO O| Download: Completed 20.86 MB in 0.81 seconds (25.6M/s)
35812024-08-19T15:46:59.576Z[ recovery-image] Aug 19 15:46:58.249 INFO O| Aug 19 15:46:58.249 INFO O| Actions: 1/22 actions (Installing new actions)
35822024-08-19T15:47:00.223Z[ recovery-image] Aug 19 15:46:58.895 INFO O| Aug 19 15:46:58.895 INFO O| Actions: Completed 22 actions in 0.65 seconds.
35832024-08-19T15:47:00.376Z[ recovery-image] Aug 19 15:46:59.049 INFO O| Aug 19 15:46:59.049 INFO O| Done
35842024-08-19T15:47:00.376Z[ recovery-image] Aug 19 15:46:59.049 INFO O| Aug 19 15:46:59.049 INFO O| Done
35852024-08-19T15:47:00.720Z[ recovery-image] Aug 19 15:46:59.393 INFO O| Aug 19 15:46:59.393 INFO O| Done
35862024-08-19T15:47:01.181Z[ host-image] Aug 19 15:46:59.854 INFO O| Aug 19 15:46:59.854 INFO O| Actions: 15975/49260 actions (Installing new actions)
35872024-08-19T15:47:01.482Z[ recovery-image] Aug 19 15:47:00.154 INFO O| Aug 19 15:47:00.154 INFO O| Done
35882024-08-19T15:47:01.493Z[ recovery-image] Aug 19 15:47:00.166 INFO O| Aug 19 15:47:00.166 INFO O| Done
35892024-08-19T15:47:01.493Z[ recovery-image] Aug 19 15:47:00.166 INFO O| Aug 19 15:47:00.166 INFO O| Done
35902024-08-19T15:47:01.502Z[ recovery-image] Aug 19 15:47:00.175 INFO O| Aug 19 15:47:00.175 INFO O| Done
35912024-08-19T15:47:01.589Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO STEP 14 (pkg_install) COMPLETE
35922024-08-19T15:47:01.589Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35932024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO skip step because feature "mfg" is not enabled
35942024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35952024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO skip step because feature "compliance" is not enabled
35962024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35972024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO skip step because feature "stress" is not enabled
35982024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35992024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO skip step because feature "nfs" is not enabled
36002024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36012024-08-19T15:47:01.592Z[ recovery-image] Aug 19 15:47:00.261 INFO O| Aug 19 15:47:00.261 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36022024-08-19T15:47:01.904Z[ recovery-image] Aug 19 15:47:00.576 INFO O| Aug 19 15:47:00.576 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36032024-08-19T15:47:02.051Z[ recovery-image] Aug 19 15:47:00.724 INFO O| Aug 19 15:47:00.723 INFO completed processing gimlet/ramdisk-01-os
36042024-08-19T15:47:02.054Z[ recovery-image] Aug 19 15:47:00.726 INFO image builder template: ramdisk-02-trim...
36052024-08-19T15:47:02.054Z[ recovery-image] Aug 19 15:47:00.726 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/.tmpUO4FzG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
36062024-08-19T15:47:02.078Z[ recovery-image] Aug 19 15:47:00.750 INFO O| Aug 19 15:47:00.750 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36072024-08-19T15:47:02.082Z[ recovery-image] Aug 19 15:47:00.754 INFO O| Aug 19 15:47:00.754 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36082024-08-19T15:47:02.153Z[ recovery-image] Aug 19 15:47:00.826 INFO O| Aug 19 15:47:00.826 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36092024-08-19T15:47:02.219Z[ recovery-image] Aug 19 15:47:00.891 INFO O| Aug 19 15:47:00.891 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36102024-08-19T15:47:02.219Z[ recovery-image] Aug 19 15:47:00.892 INFO O| Aug 19 15:47:00.891 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36112024-08-19T15:47:02.226Z[ recovery-image] Aug 19 15:47:00.898 INFO O| Aug 19 15:47:00.898 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36122024-08-19T15:47:02.230Z[ recovery-image] Aug 19 15:47:00.902 INFO O| Aug 19 15:47:00.902 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36132024-08-19T15:47:02.235Z[ recovery-image] Aug 19 15:47:00.908 INFO O| Aug 19 15:47:00.908 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36142024-08-19T15:47:02.439Z[ recovery-image] Aug 19 15:47:01.112 INFO O| Aug 19 15:47:01.111 INFO rolled back to input snapshot; work may begin
36152024-08-19T15:47:02.439Z[ recovery-image] Aug 19 15:47:01.112 INFO O| Aug 19 15:47:01.111 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36162024-08-19T15:47:02.445Z[ recovery-image] Aug 19 15:47:01.118 INFO O| Aug 19 15:47:01.117 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-19T15:47:02.455Z[ recovery-image] Aug 19 15:47:01.128 INFO O| Aug 19 15:47:01.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36182024-08-19T15:47:02.506Z[ recovery-image] Aug 19 15:47:01.179 INFO O| Aug 19 15:47:01.179 INFO STEP 0 (remove_files) COMPLETE
36192024-08-19T15:47:02.506Z[ recovery-image] Aug 19 15:47:01.179 INFO O| Aug 19 15:47:01.179 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36202024-08-19T15:47:02.517Z[ recovery-image] Aug 19 15:47:01.190 INFO O| Aug 19 15:47:01.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36212024-08-19T15:47:02.519Z[ recovery-image] Aug 19 15:47:01.192 INFO O| Aug 19 15:47:01.192 INFO STEP 1 (remove_files) COMPLETE
36222024-08-19T15:47:02.519Z[ recovery-image] Aug 19 15:47:01.192 INFO O| Aug 19 15:47:01.192 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-08-19T15:47:02.529Z[ recovery-image] Aug 19 15:47:01.202 INFO O| Aug 19 15:47:01.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36242024-08-19T15:47:02.544Z[ recovery-image] Aug 19 15:47:01.217 INFO O| Aug 19 15:47:01.217 INFO STEP 2 (remove_files) COMPLETE
36252024-08-19T15:47:02.544Z[ recovery-image] Aug 19 15:47:01.217 INFO O| Aug 19 15:47:01.217 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-19T15:47:02.554Z[ recovery-image] Aug 19 15:47:01.226 INFO O| Aug 19 15:47:01.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36272024-08-19T15:47:02.556Z[ recovery-image] Aug 19 15:47:01.228 INFO O| Aug 19 15:47:01.228 INFO STEP 3 (remove_files) COMPLETE
36282024-08-19T15:47:02.556Z[ recovery-image] Aug 19 15:47:01.228 INFO O| Aug 19 15:47:01.228 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-19T15:47:02.565Z[ recovery-image] Aug 19 15:47:01.237 INFO O| Aug 19 15:47:01.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36302024-08-19T15:47:02.569Z[ recovery-image] Aug 19 15:47:01.241 INFO O| Aug 19 15:47:01.241 INFO STEP 4 (remove_files) COMPLETE
36312024-08-19T15:47:02.569Z[ recovery-image] Aug 19 15:47:01.241 INFO O| Aug 19 15:47:01.241 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-19T15:47:02.578Z[ recovery-image] Aug 19 15:47:01.250 INFO O| Aug 19 15:47:01.250 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36332024-08-19T15:47:02.580Z[ recovery-image] Aug 19 15:47:01.251 INFO O| Aug 19 15:47:01.251 INFO STEP 5 (remove_files) COMPLETE
36342024-08-19T15:47:02.580Z[ recovery-image] Aug 19 15:47:01.251 INFO O| Aug 19 15:47:01.251 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-19T15:47:02.587Z[ recovery-image] Aug 19 15:47:01.260 INFO O| Aug 19 15:47:01.260 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36362024-08-19T15:47:02.598Z[ recovery-image] Aug 19 15:47:01.271 INFO O| Aug 19 15:47:01.271 INFO STEP 6 (remove_files) COMPLETE
36372024-08-19T15:47:02.598Z[ recovery-image] Aug 19 15:47:01.271 INFO O| Aug 19 15:47:01.271 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-19T15:47:02.601Z[ recovery-image] Aug 19 15:47:01.271 INFO O| Aug 19 15:47:01.271 INFO skip step because feature "recovery" is enabled
36392024-08-19T15:47:02.601Z[ recovery-image] Aug 19 15:47:01.271 INFO O| Aug 19 15:47:01.271 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36402024-08-19T15:47:02.601Z[ recovery-image] Aug 19 15:47:01.271 INFO O| Aug 19 15:47:01.271 INFO skip step because feature "recovery" is enabled
36412024-08-19T15:47:02.601Z[ recovery-image] Aug 19 15:47:01.271 INFO O| Aug 19 15:47:01.271 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36422024-08-19T15:47:02.601Z[ recovery-image] Aug 19 15:47:01.271 INFO O| Aug 19 15:47:01.271 INFO skip step because feature "recovery" is enabled
36432024-08-19T15:47:02.601Z[ recovery-image] Aug 19 15:47:01.271 INFO O| Aug 19 15:47:01.271 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-19T15:47:02.608Z[ recovery-image] Aug 19 15:47:01.281 INFO O| Aug 19 15:47:01.281 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36452024-08-19T15:47:02.612Z[ recovery-image] Aug 19 15:47:01.284 INFO O| Aug 19 15:47:01.284 INFO STEP 10 (remove_files) COMPLETE
36462024-08-19T15:47:02.612Z[ recovery-image] Aug 19 15:47:01.285 INFO O| Aug 19 15:47:01.284 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-19T15:47:02.621Z[ recovery-image] Aug 19 15:47:01.294 INFO O| Aug 19 15:47:01.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36482024-08-19T15:47:02.623Z[ recovery-image] Aug 19 15:47:01.295 INFO O| Aug 19 15:47:01.295 INFO STEP 11 (remove_files) COMPLETE
36492024-08-19T15:47:02.623Z[ recovery-image] Aug 19 15:47:01.295 INFO O| Aug 19 15:47:01.295 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-19T15:47:02.631Z[ recovery-image] Aug 19 15:47:01.304 INFO O| Aug 19 15:47:01.304 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36512024-08-19T15:47:02.634Z[ recovery-image] Aug 19 15:47:01.306 INFO O| Aug 19 15:47:01.306 INFO STEP 12 (remove_files) COMPLETE
36522024-08-19T15:47:02.634Z[ recovery-image] Aug 19 15:47:01.306 INFO O| Aug 19 15:47:01.306 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36532024-08-19T15:47:02.738Z[ recovery-image] Aug 19 15:47:01.410 INFO O| Aug 19 15:47:01.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36542024-08-19T15:47:02.740Z[ recovery-image] Aug 19 15:47:01.412 INFO O| Aug 19 15:47:01.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36552024-08-19T15:47:02.749Z[ recovery-image] Aug 19 15:47:01.422 INFO O| Aug 19 15:47:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36562024-08-19T15:47:02.752Z[ recovery-image] Aug 19 15:47:01.423 INFO O| Aug 19 15:47:01.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36572024-08-19T15:47:02.863Z[ recovery-image] Aug 19 15:47:01.536 INFO O| Aug 19 15:47:01.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36582024-08-19T15:47:02.875Z[ recovery-image] Aug 19 15:47:01.548 INFO O| Aug 19 15:47:01.547 INFO STEP 13 (remove_files) COMPLETE
36592024-08-19T15:47:02.875Z[ recovery-image] Aug 19 15:47:01.548 INFO O| Aug 19 15:47:01.547 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-19T15:47:02.887Z[ recovery-image] Aug 19 15:47:01.560 INFO O| Aug 19 15:47:01.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36612024-08-19T15:47:02.890Z[ recovery-image] Aug 19 15:47:01.561 INFO O| Aug 19 15:47:01.561 INFO STEP 14 (remove_files) COMPLETE
36622024-08-19T15:47:02.890Z[ recovery-image] Aug 19 15:47:01.561 INFO O| Aug 19 15:47:01.561 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-19T15:47:02.899Z[ recovery-image] Aug 19 15:47:01.572 INFO O| Aug 19 15:47:01.571 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36642024-08-19T15:47:02.906Z[ recovery-image] Aug 19 15:47:01.578 INFO O| Aug 19 15:47:01.578 INFO STEP 15 (remove_files) COMPLETE
36652024-08-19T15:47:02.906Z[ recovery-image] Aug 19 15:47:01.578 INFO O| Aug 19 15:47:01.578 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-08-19T15:47:02.916Z[ recovery-image] Aug 19 15:47:01.589 INFO O| Aug 19 15:47:01.589 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36672024-08-19T15:47:02.918Z[ recovery-image] Aug 19 15:47:01.589 INFO O| Aug 19 15:47:01.589 INFO STEP 16 (remove_files) COMPLETE
36682024-08-19T15:47:02.919Z[ recovery-image] Aug 19 15:47:01.589 INFO O| Aug 19 15:47:01.589 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-08-19T15:47:02.926Z[ recovery-image] Aug 19 15:47:01.599 INFO O| Aug 19 15:47:01.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36702024-08-19T15:47:02.929Z[ recovery-image] Aug 19 15:47:01.601 INFO O| Aug 19 15:47:01.601 INFO STEP 17 (remove_files) COMPLETE
36712024-08-19T15:47:02.929Z[ recovery-image] Aug 19 15:47:01.601 INFO O| Aug 19 15:47:01.601 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-08-19T15:47:02.938Z[ recovery-image] Aug 19 15:47:01.610 INFO O| Aug 19 15:47:01.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36732024-08-19T15:47:02.938Z[ recovery-image] Aug 19 15:47:01.610 INFO O| Aug 19 15:47:01.610 INFO STEP 18 (remove_files) COMPLETE
36742024-08-19T15:47:02.940Z[ recovery-image] Aug 19 15:47:01.610 INFO O| Aug 19 15:47:01.610 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36752024-08-19T15:47:02.951Z[ recovery-image] Aug 19 15:47:01.620 INFO O| Aug 19 15:47:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36762024-08-19T15:47:02.951Z[ recovery-image] Aug 19 15:47:01.620 INFO O| Aug 19 15:47:01.620 INFO STEP 19 (remove_files) COMPLETE
36772024-08-19T15:47:02.955Z[ recovery-image] Aug 19 15:47:01.620 INFO O| Aug 19 15:47:01.620 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-19T15:47:02.957Z[ recovery-image] Aug 19 15:47:01.629 INFO O| Aug 19 15:47:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36792024-08-19T15:47:02.957Z[ recovery-image] Aug 19 15:47:01.629 INFO O| Aug 19 15:47:01.629 INFO STEP 20 (remove_files) COMPLETE
36802024-08-19T15:47:02.957Z[ recovery-image] Aug 19 15:47:01.629 INFO O| Aug 19 15:47:01.629 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-19T15:47:02.965Z[ recovery-image] Aug 19 15:47:01.638 INFO O| Aug 19 15:47:01.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36822024-08-19T15:47:02.965Z[ recovery-image] Aug 19 15:47:01.638 INFO O| Aug 19 15:47:01.638 INFO STEP 21 (remove_files) COMPLETE
36832024-08-19T15:47:02.965Z[ recovery-image] Aug 19 15:47:01.638 INFO O| Aug 19 15:47:01.638 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-19T15:47:02.974Z[ recovery-image] Aug 19 15:47:01.647 INFO O| Aug 19 15:47:01.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36852024-08-19T15:47:02.974Z[ recovery-image] Aug 19 15:47:01.647 INFO O| Aug 19 15:47:01.647 INFO STEP 22 (remove_files) COMPLETE
36862024-08-19T15:47:02.978Z[ recovery-image] Aug 19 15:47:01.647 INFO O| Aug 19 15:47:01.647 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-19T15:47:02.984Z[ recovery-image] Aug 19 15:47:01.656 INFO O| Aug 19 15:47:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36882024-08-19T15:47:02.986Z[ recovery-image] Aug 19 15:47:01.656 INFO O| Aug 19 15:47:01.656 INFO STEP 23 (remove_files) COMPLETE
36892024-08-19T15:47:02.986Z[ recovery-image] Aug 19 15:47:01.656 INFO O| Aug 19 15:47:01.656 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-08-19T15:47:02.993Z[ recovery-image] Aug 19 15:47:01.665 INFO O| Aug 19 15:47:01.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36912024-08-19T15:47:02.993Z[ recovery-image] Aug 19 15:47:01.665 INFO O| Aug 19 15:47:01.665 INFO STEP 24 (remove_files) COMPLETE
36922024-08-19T15:47:02.995Z[ recovery-image] Aug 19 15:47:01.665 INFO O| Aug 19 15:47:01.665 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-08-19T15:47:03.002Z[ recovery-image] Aug 19 15:47:01.674 INFO O| Aug 19 15:47:01.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36942024-08-19T15:47:03.002Z[ recovery-image] Aug 19 15:47:01.674 INFO O| Aug 19 15:47:01.674 INFO STEP 25 (remove_files) COMPLETE
36952024-08-19T15:47:03.004Z[ recovery-image] Aug 19 15:47:01.674 INFO O| Aug 19 15:47:01.674 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-19T15:47:03.012Z[ recovery-image] Aug 19 15:47:01.685 INFO O| Aug 19 15:47:01.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36972024-08-19T15:47:03.012Z[ recovery-image] Aug 19 15:47:01.685 INFO O| Aug 19 15:47:01.685 INFO STEP 26 (remove_files) COMPLETE
36982024-08-19T15:47:03.014Z[ recovery-image] Aug 19 15:47:01.685 INFO O| Aug 19 15:47:01.685 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-19T15:47:03.024Z[ recovery-image] Aug 19 15:47:01.697 INFO O| Aug 19 15:47:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37002024-08-19T15:47:03.024Z[ recovery-image] Aug 19 15:47:01.697 INFO O| Aug 19 15:47:01.697 INFO STEP 27 (remove_files) COMPLETE
37012024-08-19T15:47:03.024Z[ recovery-image] Aug 19 15:47:01.697 INFO O| Aug 19 15:47:01.697 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-19T15:47:03.033Z[ recovery-image] Aug 19 15:47:01.706 INFO O| Aug 19 15:47:01.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37032024-08-19T15:47:03.033Z[ recovery-image] Aug 19 15:47:01.706 INFO O| Aug 19 15:47:01.706 INFO STEP 28 (remove_files) COMPLETE
37042024-08-19T15:47:03.034Z[ recovery-image] Aug 19 15:47:01.706 INFO O| Aug 19 15:47:01.706 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-19T15:47:03.042Z[ recovery-image] Aug 19 15:47:01.715 INFO O| Aug 19 15:47:01.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37062024-08-19T15:47:03.042Z[ recovery-image] Aug 19 15:47:01.715 INFO O| Aug 19 15:47:01.715 INFO STEP 29 (remove_files) COMPLETE
37072024-08-19T15:47:03.043Z[ recovery-image] Aug 19 15:47:01.715 INFO O| Aug 19 15:47:01.715 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-19T15:47:03.060Z[ recovery-image] Aug 19 15:47:01.724 INFO O| Aug 19 15:47:01.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37092024-08-19T15:47:03.060Z[ recovery-image] Aug 19 15:47:01.724 INFO O| Aug 19 15:47:01.724 INFO STEP 30 (remove_files) COMPLETE
37102024-08-19T15:47:03.060Z[ recovery-image] Aug 19 15:47:01.724 INFO O| Aug 19 15:47:01.724 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-19T15:47:03.064Z[ recovery-image] Aug 19 15:47:01.733 INFO O| Aug 19 15:47:01.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37122024-08-19T15:47:03.064Z[ recovery-image] Aug 19 15:47:01.733 INFO O| Aug 19 15:47:01.733 INFO STEP 31 (remove_files) COMPLETE
37132024-08-19T15:47:03.064Z[ recovery-image] Aug 19 15:47:01.733 INFO O| Aug 19 15:47:01.733 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-19T15:47:03.070Z[ recovery-image] Aug 19 15:47:01.742 INFO O| Aug 19 15:47:01.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37152024-08-19T15:47:03.070Z[ recovery-image] Aug 19 15:47:01.742 INFO O| Aug 19 15:47:01.742 INFO STEP 32 (remove_files) COMPLETE
37162024-08-19T15:47:03.072Z[ recovery-image] Aug 19 15:47:01.742 INFO O| Aug 19 15:47:01.742 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-19T15:47:03.079Z[ recovery-image] Aug 19 15:47:01.751 INFO O| Aug 19 15:47:01.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37182024-08-19T15:47:03.079Z[ recovery-image] Aug 19 15:47:01.751 INFO O| Aug 19 15:47:01.751 INFO STEP 33 (remove_files) COMPLETE
37192024-08-19T15:47:03.081Z[ recovery-image] Aug 19 15:47:01.752 INFO O| Aug 19 15:47:01.751 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-19T15:47:03.088Z[ recovery-image] Aug 19 15:47:01.760 INFO O| Aug 19 15:47:01.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37212024-08-19T15:47:03.088Z[ recovery-image] Aug 19 15:47:01.761 INFO O| Aug 19 15:47:01.761 INFO STEP 34 (remove_files) COMPLETE
37222024-08-19T15:47:03.090Z[ recovery-image] Aug 19 15:47:01.761 INFO O| Aug 19 15:47:01.761 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-19T15:47:03.097Z[ recovery-image] Aug 19 15:47:01.770 INFO O| Aug 19 15:47:01.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37242024-08-19T15:47:03.097Z[ recovery-image] Aug 19 15:47:01.770 INFO O| Aug 19 15:47:01.770 INFO STEP 35 (remove_files) COMPLETE
37252024-08-19T15:47:03.097Z[ recovery-image] Aug 19 15:47:01.770 INFO O| Aug 19 15:47:01.770 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-19T15:47:03.106Z[ recovery-image] Aug 19 15:47:01.779 INFO O| Aug 19 15:47:01.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37272024-08-19T15:47:03.106Z[ recovery-image] Aug 19 15:47:01.779 INFO O| Aug 19 15:47:01.779 INFO STEP 36 (remove_files) COMPLETE
37282024-08-19T15:47:03.108Z[ recovery-image] Aug 19 15:47:01.779 INFO O| Aug 19 15:47:01.779 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-19T15:47:03.115Z[ recovery-image] Aug 19 15:47:01.788 INFO O| Aug 19 15:47:01.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37302024-08-19T15:47:03.115Z[ recovery-image] Aug 19 15:47:01.788 INFO O| Aug 19 15:47:01.788 INFO STEP 37 (remove_files) COMPLETE
37312024-08-19T15:47:03.115Z[ recovery-image] Aug 19 15:47:01.788 INFO O| Aug 19 15:47:01.788 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-19T15:47:03.124Z[ recovery-image] Aug 19 15:47:01.797 INFO O| Aug 19 15:47:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37332024-08-19T15:47:03.125Z[ recovery-image] Aug 19 15:47:01.797 INFO O| Aug 19 15:47:01.797 INFO STEP 38 (remove_files) COMPLETE
37342024-08-19T15:47:03.127Z[ recovery-image] Aug 19 15:47:01.797 INFO O| Aug 19 15:47:01.797 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-19T15:47:03.134Z[ recovery-image] Aug 19 15:47:01.806 INFO O| Aug 19 15:47:01.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37362024-08-19T15:47:03.134Z[ recovery-image] Aug 19 15:47:01.806 INFO O| Aug 19 15:47:01.806 INFO STEP 39 (remove_files) COMPLETE
37372024-08-19T15:47:03.136Z[ recovery-image] Aug 19 15:47:01.806 INFO O| Aug 19 15:47:01.806 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-19T15:47:03.143Z[ recovery-image] Aug 19 15:47:01.815 INFO O| Aug 19 15:47:01.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37392024-08-19T15:47:03.143Z[ recovery-image] Aug 19 15:47:01.815 INFO O| Aug 19 15:47:01.815 INFO STEP 40 (remove_files) COMPLETE
37402024-08-19T15:47:03.143Z[ recovery-image] Aug 19 15:47:01.815 INFO O| Aug 19 15:47:01.815 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-08-19T15:47:03.152Z[ recovery-image] Aug 19 15:47:01.824 INFO O| Aug 19 15:47:01.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37422024-08-19T15:47:03.154Z[ recovery-image] Aug 19 15:47:01.824 INFO O| Aug 19 15:47:01.824 INFO STEP 41 (remove_files) COMPLETE
37432024-08-19T15:47:03.154Z[ recovery-image] Aug 19 15:47:01.824 INFO O| Aug 19 15:47:01.824 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-19T15:47:03.161Z[ recovery-image] Aug 19 15:47:01.833 INFO O| Aug 19 15:47:01.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37452024-08-19T15:47:03.161Z[ recovery-image] Aug 19 15:47:01.834 INFO O| Aug 19 15:47:01.834 INFO STEP 42 (remove_files) COMPLETE
37462024-08-19T15:47:03.163Z[ recovery-image] Aug 19 15:47:01.834 INFO O| Aug 19 15:47:01.834 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-19T15:47:03.170Z[ recovery-image] Aug 19 15:47:01.843 INFO O| Aug 19 15:47:01.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37482024-08-19T15:47:03.173Z[ recovery-image] Aug 19 15:47:01.843 INFO O| Aug 19 15:47:01.843 INFO STEP 43 (remove_files) COMPLETE
37492024-08-19T15:47:03.173Z[ recovery-image] Aug 19 15:47:01.843 INFO O| Aug 19 15:47:01.843 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-19T15:47:03.179Z[ recovery-image] Aug 19 15:47:01.852 INFO O| Aug 19 15:47:01.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37512024-08-19T15:47:03.182Z[ recovery-image] Aug 19 15:47:01.852 INFO O| Aug 19 15:47:01.852 INFO STEP 44 (remove_files) COMPLETE
37522024-08-19T15:47:03.182Z[ recovery-image] Aug 19 15:47:01.852 INFO O| Aug 19 15:47:01.852 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-19T15:47:03.188Z[ recovery-image] Aug 19 15:47:01.861 INFO O| Aug 19 15:47:01.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37542024-08-19T15:47:03.188Z[ recovery-image] Aug 19 15:47:01.861 INFO O| Aug 19 15:47:01.861 INFO STEP 45 (remove_files) COMPLETE
37552024-08-19T15:47:03.188Z[ recovery-image] Aug 19 15:47:01.861 INFO O| Aug 19 15:47:01.861 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-19T15:47:03.197Z[ recovery-image] Aug 19 15:47:01.870 INFO O| Aug 19 15:47:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37572024-08-19T15:47:03.197Z[ recovery-image] Aug 19 15:47:01.870 INFO O| Aug 19 15:47:01.870 INFO STEP 46 (remove_files) COMPLETE
37582024-08-19T15:47:03.200Z[ recovery-image] Aug 19 15:47:01.870 INFO O| Aug 19 15:47:01.870 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-19T15:47:03.206Z[ recovery-image] Aug 19 15:47:01.879 INFO O| Aug 19 15:47:01.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37602024-08-19T15:47:03.207Z[ recovery-image] Aug 19 15:47:01.879 INFO O| Aug 19 15:47:01.879 INFO STEP 47 (remove_files) COMPLETE
37612024-08-19T15:47:03.207Z[ recovery-image] Aug 19 15:47:01.879 INFO O| Aug 19 15:47:01.879 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-19T15:47:03.216Z[ recovery-image] Aug 19 15:47:01.888 INFO O| Aug 19 15:47:01.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37632024-08-19T15:47:03.216Z[ recovery-image] Aug 19 15:47:01.888 INFO O| Aug 19 15:47:01.888 INFO STEP 48 (remove_files) COMPLETE
37642024-08-19T15:47:03.218Z[ recovery-image] Aug 19 15:47:01.888 INFO O| Aug 19 15:47:01.888 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-08-19T15:47:03.225Z[ recovery-image] Aug 19 15:47:01.897 INFO O| Aug 19 15:47:01.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37662024-08-19T15:47:03.225Z[ recovery-image] Aug 19 15:47:01.897 INFO O| Aug 19 15:47:01.897 INFO STEP 49 (remove_files) COMPLETE
37672024-08-19T15:47:03.225Z[ recovery-image] Aug 19 15:47:01.897 INFO O| Aug 19 15:47:01.897 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-08-19T15:47:03.234Z[ recovery-image] Aug 19 15:47:01.906 INFO O| Aug 19 15:47:01.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37692024-08-19T15:47:03.236Z[ recovery-image] Aug 19 15:47:01.906 INFO O| Aug 19 15:47:01.906 INFO STEP 50 (remove_files) COMPLETE
37702024-08-19T15:47:03.236Z[ recovery-image] Aug 19 15:47:01.906 INFO O| Aug 19 15:47:01.906 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-08-19T15:47:03.243Z[ recovery-image] Aug 19 15:47:01.915 INFO O| Aug 19 15:47:01.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37722024-08-19T15:47:03.243Z[ recovery-image] Aug 19 15:47:01.915 INFO O| Aug 19 15:47:01.915 INFO STEP 51 (remove_files) COMPLETE
37732024-08-19T15:47:03.245Z[ recovery-image] Aug 19 15:47:01.915 INFO O| Aug 19 15:47:01.915 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-08-19T15:47:03.252Z[ recovery-image] Aug 19 15:47:01.924 INFO O| Aug 19 15:47:01.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37752024-08-19T15:47:03.254Z[ recovery-image] Aug 19 15:47:01.924 INFO O| Aug 19 15:47:01.924 INFO STEP 52 (remove_files) COMPLETE
37762024-08-19T15:47:03.254Z[ recovery-image] Aug 19 15:47:01.925 INFO O| Aug 19 15:47:01.924 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-08-19T15:47:03.261Z[ recovery-image] Aug 19 15:47:01.933 INFO O| Aug 19 15:47:01.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37782024-08-19T15:47:03.263Z[ recovery-image] Aug 19 15:47:01.933 INFO O| Aug 19 15:47:01.933 INFO STEP 53 (remove_files) COMPLETE
37792024-08-19T15:47:03.263Z[ recovery-image] Aug 19 15:47:01.934 INFO O| Aug 19 15:47:01.933 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-08-19T15:47:03.270Z[ recovery-image] Aug 19 15:47:01.942 INFO O| Aug 19 15:47:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37812024-08-19T15:47:03.272Z[ recovery-image] Aug 19 15:47:01.942 INFO O| Aug 19 15:47:01.942 INFO STEP 54 (remove_files) COMPLETE
37822024-08-19T15:47:03.272Z[ recovery-image] Aug 19 15:47:01.943 INFO O| Aug 19 15:47:01.942 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-08-19T15:47:03.279Z[ recovery-image] Aug 19 15:47:01.951 INFO O| Aug 19 15:47:01.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37842024-08-19T15:47:03.279Z[ recovery-image] Aug 19 15:47:01.952 INFO O| Aug 19 15:47:01.951 INFO STEP 55 (remove_files) COMPLETE
37852024-08-19T15:47:03.281Z[ recovery-image] Aug 19 15:47:01.952 INFO O| Aug 19 15:47:01.952 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-19T15:47:03.288Z[ recovery-image] Aug 19 15:47:01.961 INFO O| Aug 19 15:47:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37872024-08-19T15:47:03.288Z[ recovery-image] Aug 19 15:47:01.961 INFO O| Aug 19 15:47:01.961 INFO STEP 56 (remove_files) COMPLETE
37882024-08-19T15:47:03.290Z[ recovery-image] Aug 19 15:47:01.961 INFO O| Aug 19 15:47:01.961 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-08-19T15:47:03.297Z[ recovery-image] Aug 19 15:47:01.970 INFO O| Aug 19 15:47:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37902024-08-19T15:47:03.297Z[ recovery-image] Aug 19 15:47:01.970 INFO O| Aug 19 15:47:01.970 INFO STEP 57 (remove_files) COMPLETE
37912024-08-19T15:47:03.300Z[ recovery-image] Aug 19 15:47:01.970 INFO O| Aug 19 15:47:01.970 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-08-19T15:47:03.306Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37932024-08-19T15:47:03.306Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37942024-08-19T15:47:03.309Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37952024-08-19T15:47:03.309Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37962024-08-19T15:47:03.309Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37972024-08-19T15:47:03.309Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37982024-08-19T15:47:03.309Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 INFO ok!
37992024-08-19T15:47:03.309Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 INFO STEP 58 (ensure_file) COMPLETE
38002024-08-19T15:47:03.309Z[ recovery-image] Aug 19 15:47:01.979 INFO O| Aug 19 15:47:01.979 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-08-19T15:47:03.316Z[ recovery-image] Aug 19 15:47:01.989 INFO O| Aug 19 15:47:01.989 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38022024-08-19T15:47:03.316Z[ recovery-image] Aug 19 15:47:01.989 INFO O| Aug 19 15:47:01.989 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38032024-08-19T15:47:03.319Z[ recovery-image] Aug 19 15:47:01.989 INFO O| Aug 19 15:47:01.989 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38042024-08-19T15:47:03.319Z[ recovery-image] Aug 19 15:47:01.989 INFO O| Aug 19 15:47:01.989 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38052024-08-19T15:47:03.319Z[ recovery-image] Aug 19 15:47:01.989 INFO O| Aug 19 15:47:01.989 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38062024-08-19T15:47:03.319Z[ recovery-image] Aug 19 15:47:01.989 INFO O| Aug 19 15:47:01.989 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38072024-08-19T15:47:03.319Z[ recovery-image] Aug 19 15:47:01.989 INFO O| Aug 19 15:47:01.989 INFO ok!
38082024-08-19T15:47:03.319Z[ recovery-image] Aug 19 15:47:01.989 INFO O| Aug 19 15:47:01.989 INFO STEP 59 (ensure_file) COMPLETE
38092024-08-19T15:47:03.319Z[ recovery-image] Aug 19 15:47:01.990 INFO O| Aug 19 15:47:01.989 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-08-19T15:47:03.326Z[ recovery-image] Aug 19 15:47:01.999 INFO O| Aug 19 15:47:01.999 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38112024-08-19T15:47:03.326Z[ recovery-image] Aug 19 15:47:01.999 INFO O| Aug 19 15:47:01.999 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38122024-08-19T15:47:03.328Z[ recovery-image] Aug 19 15:47:01.999 INFO O| Aug 19 15:47:01.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38132024-08-19T15:47:03.328Z[ recovery-image] Aug 19 15:47:01.999 INFO O| Aug 19 15:47:01.999 INFO ok!
38142024-08-19T15:47:03.329Z[ recovery-image] Aug 19 15:47:01.999 INFO O| Aug 19 15:47:01.999 INFO STEP 60 (ensure_file) COMPLETE
38152024-08-19T15:47:03.329Z[ recovery-image] Aug 19 15:47:01.999 INFO O| Aug 19 15:47:01.999 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-08-19T15:47:03.337Z[ recovery-image] Aug 19 15:47:02.010 INFO O| Aug 19 15:47:02.010 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38172024-08-19T15:47:03.340Z[ recovery-image] Aug 19 15:47:02.010 INFO O| Aug 19 15:47:02.010 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38182024-08-19T15:47:03.340Z[ recovery-image] Aug 19 15:47:02.010 INFO O| Aug 19 15:47:02.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38192024-08-19T15:47:03.340Z[ recovery-image] Aug 19 15:47:02.010 INFO O| Aug 19 15:47:02.010 INFO ok!
38202024-08-19T15:47:03.340Z[ recovery-image] Aug 19 15:47:02.010 INFO O| Aug 19 15:47:02.010 INFO STEP 61 (ensure_file) COMPLETE
38212024-08-19T15:47:03.340Z[ recovery-image] Aug 19 15:47:02.010 INFO O| Aug 19 15:47:02.010 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-08-19T15:47:03.347Z[ recovery-image] Aug 19 15:47:02.019 INFO O| Aug 19 15:47:02.019 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38232024-08-19T15:47:03.347Z[ recovery-image] Aug 19 15:47:02.019 INFO O| Aug 19 15:47:02.019 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38242024-08-19T15:47:03.349Z[ recovery-image] Aug 19 15:47:02.020 INFO O| Aug 19 15:47:02.020 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38252024-08-19T15:47:03.349Z[ recovery-image] Aug 19 15:47:02.020 INFO O| Aug 19 15:47:02.020 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38262024-08-19T15:47:03.349Z[ recovery-image] Aug 19 15:47:02.020 INFO O| Aug 19 15:47:02.020 INFO ok!
38272024-08-19T15:47:03.349Z[ recovery-image] Aug 19 15:47:02.020 INFO O| Aug 19 15:47:02.020 INFO STEP 62 (ensure_file) COMPLETE
38282024-08-19T15:47:03.349Z[ recovery-image] Aug 19 15:47:02.020 INFO O| Aug 19 15:47:02.020 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-08-19T15:47:03.356Z[ recovery-image] Aug 19 15:47:02.029 INFO O| Aug 19 15:47:02.029 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38302024-08-19T15:47:03.356Z[ recovery-image] Aug 19 15:47:02.029 INFO O| Aug 19 15:47:02.029 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38312024-08-19T15:47:03.359Z[ recovery-image] Aug 19 15:47:02.029 INFO O| Aug 19 15:47:02.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38322024-08-19T15:47:03.359Z[ recovery-image] Aug 19 15:47:02.029 INFO O| Aug 19 15:47:02.029 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38332024-08-19T15:47:03.359Z[ recovery-image] Aug 19 15:47:02.029 INFO O| Aug 19 15:47:02.029 INFO ok!
38342024-08-19T15:47:03.359Z[ recovery-image] Aug 19 15:47:02.029 INFO O| Aug 19 15:47:02.029 INFO STEP 63 (ensure_file) COMPLETE
38352024-08-19T15:47:03.359Z[ recovery-image] Aug 19 15:47:02.029 INFO O| Aug 19 15:47:02.029 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-08-19T15:47:03.366Z[ recovery-image] Aug 19 15:47:02.038 INFO O| Aug 19 15:47:02.038 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38372024-08-19T15:47:03.366Z[ recovery-image] Aug 19 15:47:02.038 INFO O| Aug 19 15:47:02.038 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38382024-08-19T15:47:03.368Z[ recovery-image] Aug 19 15:47:02.038 INFO O| Aug 19 15:47:02.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38392024-08-19T15:47:03.368Z[ recovery-image] Aug 19 15:47:02.038 INFO O| Aug 19 15:47:02.038 INFO ok!
38402024-08-19T15:47:03.368Z[ recovery-image] Aug 19 15:47:02.038 INFO O| Aug 19 15:47:02.038 INFO STEP 64 (assemble_files) COMPLETE
38412024-08-19T15:47:03.368Z[ recovery-image] Aug 19 15:47:02.038 INFO O| Aug 19 15:47:02.038 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-08-19T15:47:03.375Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38432024-08-19T15:47:03.375Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38442024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38452024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38462024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO ok!
38472024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO STEP 65 (ensure_file) COMPLETE
38482024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO skip step because feature "omicron1" is not enabled
38502024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO skip step because feature "omicron1" is not enabled
38522024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO skip step because feature "omicron1" is not enabled
38542024-08-19T15:47:03.378Z[ recovery-image] Aug 19 15:47:02.048 INFO O| Aug 19 15:47:02.048 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-08-19T15:47:03.390Z[ recovery-image] Aug 19 15:47:02.062 INFO O| Aug 19 15:47:02.062 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38562024-08-19T15:47:03.390Z[ recovery-image] Aug 19 15:47:02.062 INFO O| Aug 19 15:47:02.062 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38572024-08-19T15:47:05.041Z[ recovery-image] Aug 19 15:47:03.712 INFO O| Aug 19 15:47:03.712 INFO STEP 69 (pack_tar) COMPLETE
38582024-08-19T15:47:05.041Z[ recovery-image] Aug 19 15:47:03.712 INFO O| Aug 19 15:47:03.712 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38592024-08-19T15:47:05.043Z[ recovery-image] Aug 19 15:47:03.712 INFO O| Aug 19 15:47:03.712 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38602024-08-19T15:47:05.580Z[ recovery-image] Aug 19 15:47:04.252 INFO O| Aug 19 15:47:04.252 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38612024-08-19T15:47:05.695Z[ recovery-image] Aug 19 15:47:04.367 INFO O| Aug 19 15:47:04.367 INFO completed processing gimlet/ramdisk-02-trim
38622024-08-19T15:47:05.698Z[ recovery-image] Aug 19 15:47:04.369 INFO image builder template: ramdisk-03-recovery-trim...
38632024-08-19T15:47:05.698Z[ recovery-image] Aug 19 15:47:04.369 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/.tmpUO4FzG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
38642024-08-19T15:47:05.762Z[ recovery-image] Aug 19 15:47:04.434 INFO O| Aug 19 15:47:04.434 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38652024-08-19T15:47:05.766Z[ recovery-image] Aug 19 15:47:04.438 INFO O| Aug 19 15:47:04.438 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38662024-08-19T15:47:05.866Z[ recovery-image] Aug 19 15:47:04.538 INFO O| Aug 19 15:47:04.538 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38672024-08-19T15:47:05.953Z[ recovery-image] Aug 19 15:47:04.626 INFO O| Aug 19 15:47:04.625 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38682024-08-19T15:47:05.956Z[ recovery-image] Aug 19 15:47:04.626 INFO O| Aug 19 15:47:04.626 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38692024-08-19T15:47:05.966Z[ recovery-image] Aug 19 15:47:04.635 INFO O| Aug 19 15:47:04.635 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38702024-08-19T15:47:05.968Z[ recovery-image] Aug 19 15:47:04.639 INFO O| Aug 19 15:47:04.639 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38712024-08-19T15:47:05.972Z[ recovery-image] Aug 19 15:47:04.644 INFO O| Aug 19 15:47:04.644 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38722024-08-19T15:47:06.177Z[ recovery-image] Aug 19 15:47:04.849 INFO O| Aug 19 15:47:04.849 INFO rolled back to input snapshot; work may begin
38732024-08-19T15:47:06.177Z[ recovery-image] Aug 19 15:47:04.849 INFO O| Aug 19 15:47:04.849 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38742024-08-19T15:47:06.183Z[ recovery-image] Aug 19 15:47:04.855 INFO O| Aug 19 15:47:04.855 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38752024-08-19T15:47:06.195Z[ recovery-image] Aug 19 15:47:04.867 INFO O| Aug 19 15:47:04.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38762024-08-19T15:47:06.199Z[ recovery-image] Aug 19 15:47:04.871 INFO O| Aug 19 15:47:04.871 INFO STEP 0 (remove_files) COMPLETE
38772024-08-19T15:47:06.199Z[ recovery-image] Aug 19 15:47:04.871 INFO O| Aug 19 15:47:04.871 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38782024-08-19T15:47:06.211Z[ recovery-image] Aug 19 15:47:04.883 INFO O| Aug 19 15:47:04.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38792024-08-19T15:47:06.241Z[ host-image] Aug 19 15:47:04.914 INFO O| Aug 19 15:47:04.914 INFO O| Actions: 48707/49260 actions (Installing new actions)
38802024-08-19T15:47:06.261Z[ recovery-image] Aug 19 15:47:04.933 INFO O| Aug 19 15:47:04.933 INFO STEP 1 (remove_files) COMPLETE
38812024-08-19T15:47:06.263Z[ recovery-image] Aug 19 15:47:04.933 INFO O| Aug 19 15:47:04.933 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38822024-08-19T15:47:06.273Z[ recovery-image] Aug 19 15:47:04.945 INFO O| Aug 19 15:47:04.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38832024-08-19T15:47:06.277Z[ recovery-image] Aug 19 15:47:04.947 INFO O| Aug 19 15:47:04.947 INFO STEP 2 (remove_files) COMPLETE
38842024-08-19T15:47:06.277Z[ recovery-image] Aug 19 15:47:04.947 INFO O| Aug 19 15:47:04.947 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38852024-08-19T15:47:06.287Z[ recovery-image] Aug 19 15:47:04.959 INFO O| Aug 19 15:47:04.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38862024-08-19T15:47:06.327Z[ recovery-image] Aug 19 15:47:04.999 INFO O| Aug 19 15:47:04.999 INFO STEP 3 (remove_files) COMPLETE
38872024-08-19T15:47:06.327Z[ recovery-image] Aug 19 15:47:04.999 INFO O| Aug 19 15:47:04.999 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38882024-08-19T15:47:06.340Z[ recovery-image] Aug 19 15:47:05.012 INFO O| Aug 19 15:47:05.012 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38892024-08-19T15:47:06.350Z[ recovery-image] Aug 19 15:47:05.022 INFO O| Aug 19 15:47:05.022 INFO STEP 4 (remove_files) COMPLETE
38902024-08-19T15:47:06.350Z[ recovery-image] Aug 19 15:47:05.022 INFO O| Aug 19 15:47:05.022 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38912024-08-19T15:47:06.361Z[ recovery-image] Aug 19 15:47:05.033 INFO O| Aug 19 15:47:05.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38922024-08-19T15:47:06.367Z[ recovery-image] Aug 19 15:47:05.039 INFO O| Aug 19 15:47:05.039 INFO STEP 5 (remove_files) COMPLETE
38932024-08-19T15:47:06.367Z[ recovery-image] Aug 19 15:47:05.039 INFO O| Aug 19 15:47:05.039 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38942024-08-19T15:47:06.378Z[ recovery-image] Aug 19 15:47:05.050 INFO O| Aug 19 15:47:05.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38952024-08-19T15:47:06.380Z[ recovery-image] Aug 19 15:47:05.051 INFO O| Aug 19 15:47:05.051 INFO STEP 6 (remove_files) COMPLETE
38962024-08-19T15:47:06.380Z[ recovery-image] Aug 19 15:47:05.051 INFO O| Aug 19 15:47:05.051 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38972024-08-19T15:47:06.389Z[ recovery-image] Aug 19 15:47:05.062 INFO O| Aug 19 15:47:05.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38982024-08-19T15:47:06.392Z[ recovery-image] Aug 19 15:47:05.063 INFO O| Aug 19 15:47:05.063 INFO STEP 7 (remove_files) COMPLETE
38992024-08-19T15:47:06.392Z[ recovery-image] Aug 19 15:47:05.063 INFO O| Aug 19 15:47:05.063 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39002024-08-19T15:47:06.401Z[ recovery-image] Aug 19 15:47:05.073 INFO O| Aug 19 15:47:05.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39012024-08-19T15:47:06.405Z[ recovery-image] Aug 19 15:47:05.077 INFO O| Aug 19 15:47:05.077 INFO STEP 8 (remove_files) COMPLETE
39022024-08-19T15:47:06.405Z[ recovery-image] Aug 19 15:47:05.077 INFO O| Aug 19 15:47:05.077 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39032024-08-19T15:47:06.415Z[ recovery-image] Aug 19 15:47:05.088 INFO O| Aug 19 15:47:05.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39042024-08-19T15:47:06.418Z[ recovery-image] Aug 19 15:47:05.088 INFO O| Aug 19 15:47:05.088 INFO STEP 9 (remove_files) COMPLETE
39052024-08-19T15:47:06.418Z[ recovery-image] Aug 19 15:47:05.088 INFO O| Aug 19 15:47:05.088 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39062024-08-19T15:47:06.426Z[ recovery-image] Aug 19 15:47:05.098 INFO O| Aug 19 15:47:05.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39072024-08-19T15:47:06.428Z[ recovery-image] Aug 19 15:47:05.099 INFO O| Aug 19 15:47:05.099 INFO STEP 10 (remove_files) COMPLETE
39082024-08-19T15:47:06.428Z[ recovery-image] Aug 19 15:47:05.099 INFO O| Aug 19 15:47:05.099 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39092024-08-19T15:47:06.438Z[ recovery-image] Aug 19 15:47:05.110 INFO O| Aug 19 15:47:05.110 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39102024-08-19T15:47:06.494Z[ recovery-image] Aug 19 15:47:05.166 INFO O| Aug 19 15:47:05.166 INFO STEP 11 (remove_files) COMPLETE
39112024-08-19T15:47:06.494Z[ recovery-image] Aug 19 15:47:05.166 INFO O| Aug 19 15:47:05.166 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39122024-08-19T15:47:06.505Z[ recovery-image] Aug 19 15:47:05.178 INFO O| Aug 19 15:47:05.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39132024-08-19T15:47:06.509Z[ recovery-image] Aug 19 15:47:05.181 INFO O| Aug 19 15:47:05.181 INFO STEP 12 (remove_files) COMPLETE
39142024-08-19T15:47:06.509Z[ recovery-image] Aug 19 15:47:05.181 INFO O| Aug 19 15:47:05.181 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39152024-08-19T15:47:06.520Z[ recovery-image] Aug 19 15:47:05.192 INFO O| Aug 19 15:47:05.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39162024-08-19T15:47:06.523Z[ recovery-image] Aug 19 15:47:05.195 INFO O| Aug 19 15:47:05.195 INFO STEP 13 (remove_files) COMPLETE
39172024-08-19T15:47:06.523Z[ recovery-image] Aug 19 15:47:05.195 INFO O| Aug 19 15:47:05.195 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39182024-08-19T15:47:06.534Z[ recovery-image] Aug 19 15:47:05.206 INFO O| Aug 19 15:47:05.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39192024-08-19T15:47:06.536Z[ recovery-image] Aug 19 15:47:05.207 INFO O| Aug 19 15:47:05.207 INFO STEP 14 (remove_files) COMPLETE
39202024-08-19T15:47:06.536Z[ recovery-image] Aug 19 15:47:05.207 INFO O| Aug 19 15:47:05.207 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39212024-08-19T15:47:06.545Z[ recovery-image] Aug 19 15:47:05.217 INFO O| Aug 19 15:47:05.217 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39222024-08-19T15:47:06.547Z[ recovery-image] Aug 19 15:47:05.218 INFO O| Aug 19 15:47:05.218 INFO STEP 15 (remove_files) COMPLETE
39232024-08-19T15:47:06.547Z[ recovery-image] Aug 19 15:47:05.218 INFO O| Aug 19 15:47:05.218 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39242024-08-19T15:47:06.557Z[ recovery-image] Aug 19 15:47:05.229 INFO O| Aug 19 15:47:05.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39252024-08-19T15:47:06.571Z[ recovery-image] Aug 19 15:47:05.242 INFO O| Aug 19 15:47:05.242 INFO STEP 16 (remove_files) COMPLETE
39262024-08-19T15:47:06.571Z[ recovery-image] Aug 19 15:47:05.242 INFO O| Aug 19 15:47:05.242 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39272024-08-19T15:47:06.581Z[ recovery-image] Aug 19 15:47:05.253 INFO O| Aug 19 15:47:05.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39282024-08-19T15:47:06.584Z[ recovery-image] Aug 19 15:47:05.253 INFO O| Aug 19 15:47:05.253 INFO STEP 17 (remove_files) COMPLETE
39292024-08-19T15:47:06.584Z[ recovery-image] Aug 19 15:47:05.253 INFO O| Aug 19 15:47:05.253 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-19T15:47:06.591Z[ recovery-image] Aug 19 15:47:05.263 INFO O| Aug 19 15:47:05.263 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39312024-08-19T15:47:06.594Z[ recovery-image] Aug 19 15:47:05.264 INFO O| Aug 19 15:47:05.264 INFO STEP 18 (remove_files) COMPLETE
39322024-08-19T15:47:06.594Z[ recovery-image] Aug 19 15:47:05.264 INFO O| Aug 19 15:47:05.264 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-08-19T15:47:06.602Z[ recovery-image] Aug 19 15:47:05.274 INFO O| Aug 19 15:47:05.274 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39342024-08-19T15:47:06.646Z[ recovery-image] Aug 19 15:47:05.318 INFO O| Aug 19 15:47:05.317 INFO STEP 19 (remove_files) COMPLETE
39352024-08-19T15:47:06.646Z[ recovery-image] Aug 19 15:47:05.318 INFO O| Aug 19 15:47:05.318 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39362024-08-19T15:47:06.657Z[ recovery-image] Aug 19 15:47:05.330 INFO O| Aug 19 15:47:05.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39372024-08-19T15:47:06.660Z[ recovery-image] Aug 19 15:47:05.332 INFO O| Aug 19 15:47:05.332 INFO STEP 20 (remove_files) COMPLETE
39382024-08-19T15:47:06.660Z[ recovery-image] Aug 19 15:47:05.332 INFO O| Aug 19 15:47:05.332 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39392024-08-19T15:47:06.671Z[ recovery-image] Aug 19 15:47:05.343 INFO O| Aug 19 15:47:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39402024-08-19T15:47:06.673Z[ recovery-image] Aug 19 15:47:05.344 INFO O| Aug 19 15:47:05.344 INFO STEP 21 (remove_files) COMPLETE
39412024-08-19T15:47:06.673Z[ recovery-image] Aug 19 15:47:05.344 INFO O| Aug 19 15:47:05.344 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-08-19T15:47:06.682Z[ recovery-image] Aug 19 15:47:05.354 INFO O| Aug 19 15:47:05.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39432024-08-19T15:47:06.684Z[ recovery-image] Aug 19 15:47:05.354 INFO O| Aug 19 15:47:05.354 INFO STEP 22 (remove_files) COMPLETE
39442024-08-19T15:47:06.684Z[ recovery-image] Aug 19 15:47:05.354 INFO O| Aug 19 15:47:05.354 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-08-19T15:47:06.692Z[ recovery-image] Aug 19 15:47:05.364 INFO O| Aug 19 15:47:05.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39462024-08-19T15:47:06.694Z[ recovery-image] Aug 19 15:47:05.365 INFO O| Aug 19 15:47:05.365 INFO STEP 23 (remove_files) COMPLETE
39472024-08-19T15:47:06.694Z[ recovery-image] Aug 19 15:47:05.365 INFO O| Aug 19 15:47:05.365 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-08-19T15:47:06.702Z[ recovery-image] Aug 19 15:47:05.374 INFO O| Aug 19 15:47:05.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39492024-08-19T15:47:06.704Z[ recovery-image] Aug 19 15:47:05.375 INFO O| Aug 19 15:47:05.375 INFO STEP 24 (remove_files) COMPLETE
39502024-08-19T15:47:06.704Z[ recovery-image] Aug 19 15:47:05.375 INFO O| Aug 19 15:47:05.375 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-08-19T15:47:06.713Z[ recovery-image] Aug 19 15:47:05.385 INFO O| Aug 19 15:47:05.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39522024-08-19T15:47:06.713Z[ recovery-image] Aug 19 15:47:05.386 INFO O| Aug 19 15:47:05.385 INFO STEP 25 (remove_files) COMPLETE
39532024-08-19T15:47:06.713Z[ recovery-image] Aug 19 15:47:05.386 INFO O| Aug 19 15:47:05.386 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-19T15:47:06.723Z[ recovery-image] Aug 19 15:47:05.395 INFO O| Aug 19 15:47:05.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39552024-08-19T15:47:06.725Z[ recovery-image] Aug 19 15:47:05.395 INFO O| Aug 19 15:47:05.395 INFO STEP 26 (remove_files) COMPLETE
39562024-08-19T15:47:06.725Z[ recovery-image] Aug 19 15:47:05.395 INFO O| Aug 19 15:47:05.395 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-19T15:47:06.733Z[ recovery-image] Aug 19 15:47:05.405 INFO O| Aug 19 15:47:05.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39582024-08-19T15:47:06.733Z[ recovery-image] Aug 19 15:47:05.405 INFO O| Aug 19 15:47:05.405 INFO STEP 27 (remove_files) COMPLETE
39592024-08-19T15:47:06.736Z[ recovery-image] Aug 19 15:47:05.405 INFO O| Aug 19 15:47:05.405 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-19T15:47:06.743Z[ recovery-image] Aug 19 15:47:05.415 INFO O| Aug 19 15:47:05.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39612024-08-19T15:47:06.745Z[ recovery-image] Aug 19 15:47:05.416 INFO O| Aug 19 15:47:05.416 INFO STEP 28 (remove_files) COMPLETE
39622024-08-19T15:47:06.745Z[ recovery-image] Aug 19 15:47:05.416 INFO O| Aug 19 15:47:05.416 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-19T15:47:06.753Z[ recovery-image] Aug 19 15:47:05.425 INFO O| Aug 19 15:47:05.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39642024-08-19T15:47:06.755Z[ recovery-image] Aug 19 15:47:05.425 INFO O| Aug 19 15:47:05.425 INFO STEP 29 (remove_files) COMPLETE
39652024-08-19T15:47:06.755Z[ recovery-image] Aug 19 15:47:05.425 INFO O| Aug 19 15:47:05.425 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-19T15:47:06.763Z[ recovery-image] Aug 19 15:47:05.435 INFO O| Aug 19 15:47:05.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39672024-08-19T15:47:06.765Z[ recovery-image] Aug 19 15:47:05.435 INFO O| Aug 19 15:47:05.435 INFO STEP 30 (remove_files) COMPLETE
39682024-08-19T15:47:06.765Z[ recovery-image] Aug 19 15:47:05.435 INFO O| Aug 19 15:47:05.435 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-19T15:47:06.772Z[ recovery-image] Aug 19 15:47:05.444 INFO O| Aug 19 15:47:05.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39702024-08-19T15:47:06.774Z[ recovery-image] Aug 19 15:47:05.445 INFO O| Aug 19 15:47:05.445 INFO STEP 31 (remove_files) COMPLETE
39712024-08-19T15:47:06.774Z[ recovery-image] Aug 19 15:47:05.445 INFO O| Aug 19 15:47:05.445 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-19T15:47:06.782Z[ recovery-image] Aug 19 15:47:05.455 INFO O| Aug 19 15:47:05.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39732024-08-19T15:47:06.785Z[ recovery-image] Aug 19 15:47:05.455 INFO O| Aug 19 15:47:05.455 INFO STEP 32 (remove_files) COMPLETE
39742024-08-19T15:47:06.785Z[ recovery-image] Aug 19 15:47:05.455 INFO O| Aug 19 15:47:05.455 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-19T15:47:06.793Z[ recovery-image] Aug 19 15:47:05.465 INFO O| Aug 19 15:47:05.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39762024-08-19T15:47:06.795Z[ recovery-image] Aug 19 15:47:05.465 INFO O| Aug 19 15:47:05.465 INFO STEP 33 (remove_files) COMPLETE
39772024-08-19T15:47:06.795Z[ recovery-image] Aug 19 15:47:05.466 INFO O| Aug 19 15:47:05.465 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-19T15:47:06.803Z[ recovery-image] Aug 19 15:47:05.475 INFO O| Aug 19 15:47:05.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39792024-08-19T15:47:06.806Z[ recovery-image] Aug 19 15:47:05.475 INFO O| Aug 19 15:47:05.475 INFO STEP 34 (remove_files) COMPLETE
39802024-08-19T15:47:06.806Z[ recovery-image] Aug 19 15:47:05.475 INFO O| Aug 19 15:47:05.475 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-19T15:47:06.813Z[ recovery-image] Aug 19 15:47:05.485 INFO O| Aug 19 15:47:05.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39822024-08-19T15:47:06.815Z[ recovery-image] Aug 19 15:47:05.486 INFO O| Aug 19 15:47:05.486 INFO STEP 35 (remove_files) COMPLETE
39832024-08-19T15:47:06.815Z[ recovery-image] Aug 19 15:47:05.486 INFO O| Aug 19 15:47:05.486 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-19T15:47:06.825Z[ recovery-image] Aug 19 15:47:05.496 INFO O| Aug 19 15:47:05.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39852024-08-19T15:47:06.825Z[ recovery-image] Aug 19 15:47:05.496 INFO O| Aug 19 15:47:05.496 INFO STEP 36 (remove_files) COMPLETE
39862024-08-19T15:47:06.825Z[ recovery-image] Aug 19 15:47:05.496 INFO O| Aug 19 15:47:05.496 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-19T15:47:06.835Z[ recovery-image] Aug 19 15:47:05.507 INFO O| Aug 19 15:47:05.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39882024-08-19T15:47:06.837Z[ recovery-image] Aug 19 15:47:05.508 INFO O| Aug 19 15:47:05.508 INFO STEP 37 (remove_files) COMPLETE
39892024-08-19T15:47:06.837Z[ recovery-image] Aug 19 15:47:05.508 INFO O| Aug 19 15:47:05.508 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39902024-08-19T15:47:06.845Z[ recovery-image] Aug 19 15:47:05.517 INFO O| Aug 19 15:47:05.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39912024-08-19T15:47:06.848Z[ recovery-image] Aug 19 15:47:05.518 INFO O| Aug 19 15:47:05.517 INFO STEP 38 (remove_files) COMPLETE
39922024-08-19T15:47:06.848Z[ recovery-image] Aug 19 15:47:05.518 INFO O| Aug 19 15:47:05.517 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-19T15:47:06.855Z[ recovery-image] Aug 19 15:47:05.527 INFO O| Aug 19 15:47:05.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39942024-08-19T15:47:06.855Z[ recovery-image] Aug 19 15:47:05.527 INFO O| Aug 19 15:47:05.527 INFO STEP 39 (remove_files) COMPLETE
39952024-08-19T15:47:06.855Z[ recovery-image] Aug 19 15:47:05.527 INFO O| Aug 19 15:47:05.527 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-19T15:47:06.865Z[ recovery-image] Aug 19 15:47:05.537 INFO O| Aug 19 15:47:05.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39972024-08-19T15:47:06.865Z[ recovery-image] Aug 19 15:47:05.537 INFO O| Aug 19 15:47:05.537 INFO STEP 40 (remove_files) COMPLETE
39982024-08-19T15:47:06.867Z[ recovery-image] Aug 19 15:47:05.537 INFO O| Aug 19 15:47:05.537 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-19T15:47:06.874Z[ recovery-image] Aug 19 15:47:05.546 INFO O| Aug 19 15:47:05.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40002024-08-19T15:47:06.877Z[ recovery-image] Aug 19 15:47:05.547 INFO O| Aug 19 15:47:05.547 INFO STEP 41 (remove_files) COMPLETE
40012024-08-19T15:47:06.877Z[ recovery-image] Aug 19 15:47:05.547 INFO O| Aug 19 15:47:05.547 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-19T15:47:06.884Z[ recovery-image] Aug 19 15:47:05.556 INFO O| Aug 19 15:47:05.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40032024-08-19T15:47:06.884Z[ recovery-image] Aug 19 15:47:05.556 INFO O| Aug 19 15:47:05.556 INFO STEP 42 (remove_files) COMPLETE
40042024-08-19T15:47:06.887Z[ recovery-image] Aug 19 15:47:05.556 INFO O| Aug 19 15:47:05.556 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-19T15:47:06.894Z[ recovery-image] Aug 19 15:47:05.566 INFO O| Aug 19 15:47:05.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40062024-08-19T15:47:06.894Z[ recovery-image] Aug 19 15:47:05.566 INFO O| Aug 19 15:47:05.566 INFO STEP 43 (remove_files) COMPLETE
40072024-08-19T15:47:06.894Z[ recovery-image] Aug 19 15:47:05.566 INFO O| Aug 19 15:47:05.566 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-19T15:47:06.904Z[ recovery-image] Aug 19 15:47:05.577 INFO O| Aug 19 15:47:05.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40092024-08-19T15:47:06.904Z[ recovery-image] Aug 19 15:47:05.577 INFO O| Aug 19 15:47:05.577 INFO STEP 44 (remove_files) COMPLETE
40102024-08-19T15:47:06.904Z[ recovery-image] Aug 19 15:47:05.577 INFO O| Aug 19 15:47:05.577 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-19T15:47:06.915Z[ recovery-image] Aug 19 15:47:05.587 INFO O| Aug 19 15:47:05.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40122024-08-19T15:47:06.915Z[ recovery-image] Aug 19 15:47:05.587 INFO O| Aug 19 15:47:05.587 INFO STEP 45 (remove_files) COMPLETE
40132024-08-19T15:47:06.915Z[ recovery-image] Aug 19 15:47:05.587 INFO O| Aug 19 15:47:05.587 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-19T15:47:06.924Z[ recovery-image] Aug 19 15:47:05.597 INFO O| Aug 19 15:47:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40152024-08-19T15:47:06.927Z[ recovery-image] Aug 19 15:47:05.597 INFO O| Aug 19 15:47:05.597 INFO STEP 46 (remove_files) COMPLETE
40162024-08-19T15:47:06.927Z[ recovery-image] Aug 19 15:47:05.597 INFO O| Aug 19 15:47:05.597 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-19T15:47:06.935Z[ recovery-image] Aug 19 15:47:05.607 INFO O| Aug 19 15:47:05.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40182024-08-19T15:47:06.935Z[ recovery-image] Aug 19 15:47:05.608 INFO O| Aug 19 15:47:05.608 INFO STEP 47 (remove_files) COMPLETE
40192024-08-19T15:47:06.937Z[ recovery-image] Aug 19 15:47:05.608 INFO O| Aug 19 15:47:05.608 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-19T15:47:06.945Z[ recovery-image] Aug 19 15:47:05.617 INFO O| Aug 19 15:47:05.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40212024-08-19T15:47:06.948Z[ recovery-image] Aug 19 15:47:05.617 INFO O| Aug 19 15:47:05.617 INFO STEP 48 (remove_files) COMPLETE
40222024-08-19T15:47:06.948Z[ recovery-image] Aug 19 15:47:05.618 INFO O| Aug 19 15:47:05.617 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-19T15:47:06.955Z[ recovery-image] Aug 19 15:47:05.627 INFO O| Aug 19 15:47:05.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40242024-08-19T15:47:06.958Z[ recovery-image] Aug 19 15:47:05.627 INFO O| Aug 19 15:47:05.627 INFO STEP 49 (remove_files) COMPLETE
40252024-08-19T15:47:06.958Z[ recovery-image] Aug 19 15:47:05.627 INFO O| Aug 19 15:47:05.627 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-19T15:47:06.965Z[ recovery-image] Aug 19 15:47:05.637 INFO O| Aug 19 15:47:05.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40272024-08-19T15:47:06.970Z[ recovery-image] Aug 19 15:47:05.637 INFO O| Aug 19 15:47:05.637 INFO STEP 50 (remove_files) COMPLETE
40282024-08-19T15:47:06.970Z[ recovery-image] Aug 19 15:47:05.637 INFO O| Aug 19 15:47:05.637 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-19T15:47:06.975Z[ recovery-image] Aug 19 15:47:05.647 INFO O| Aug 19 15:47:05.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40302024-08-19T15:47:06.977Z[ recovery-image] Aug 19 15:47:05.648 INFO O| Aug 19 15:47:05.648 INFO STEP 51 (remove_files) COMPLETE
40312024-08-19T15:47:06.977Z[ recovery-image] Aug 19 15:47:05.648 INFO O| Aug 19 15:47:05.648 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-19T15:47:06.986Z[ recovery-image] Aug 19 15:47:05.658 INFO O| Aug 19 15:47:05.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40332024-08-19T15:47:06.986Z[ recovery-image] Aug 19 15:47:05.658 INFO O| Aug 19 15:47:05.658 INFO STEP 52 (remove_files) COMPLETE
40342024-08-19T15:47:06.986Z[ recovery-image] Aug 19 15:47:05.658 INFO O| Aug 19 15:47:05.658 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-19T15:47:06.996Z[ recovery-image] Aug 19 15:47:05.668 INFO O| Aug 19 15:47:05.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40362024-08-19T15:47:06.998Z[ recovery-image] Aug 19 15:47:05.669 INFO O| Aug 19 15:47:05.669 INFO STEP 53 (remove_files) COMPLETE
40372024-08-19T15:47:06.998Z[ recovery-image] Aug 19 15:47:05.669 INFO O| Aug 19 15:47:05.669 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-19T15:47:07.007Z[ recovery-image] Aug 19 15:47:05.679 INFO O| Aug 19 15:47:05.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40392024-08-19T15:47:07.009Z[ recovery-image] Aug 19 15:47:05.679 INFO O| Aug 19 15:47:05.679 INFO STEP 54 (remove_files) COMPLETE
40402024-08-19T15:47:07.009Z[ recovery-image] Aug 19 15:47:05.679 INFO O| Aug 19 15:47:05.679 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-19T15:47:07.017Z[ recovery-image] Aug 19 15:47:05.689 INFO O| Aug 19 15:47:05.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40422024-08-19T15:47:07.020Z[ recovery-image] Aug 19 15:47:05.690 INFO O| Aug 19 15:47:05.690 INFO STEP 55 (remove_files) COMPLETE
40432024-08-19T15:47:07.020Z[ recovery-image] Aug 19 15:47:05.690 INFO O| Aug 19 15:47:05.690 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-19T15:47:07.028Z[ recovery-image] Aug 19 15:47:05.700 INFO O| Aug 19 15:47:05.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40452024-08-19T15:47:07.028Z[ recovery-image] Aug 19 15:47:05.700 INFO O| Aug 19 15:47:05.700 INFO STEP 56 (remove_files) COMPLETE
40462024-08-19T15:47:07.030Z[ recovery-image] Aug 19 15:47:05.700 INFO O| Aug 19 15:47:05.700 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-19T15:47:07.037Z[ recovery-image] Aug 19 15:47:05.710 INFO O| Aug 19 15:47:05.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40482024-08-19T15:47:07.038Z[ recovery-image] Aug 19 15:47:05.710 INFO O| Aug 19 15:47:05.710 INFO STEP 57 (remove_files) COMPLETE
40492024-08-19T15:47:07.040Z[ recovery-image] Aug 19 15:47:05.710 INFO O| Aug 19 15:47:05.710 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-19T15:47:07.047Z[ recovery-image] Aug 19 15:47:05.719 INFO O| Aug 19 15:47:05.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40512024-08-19T15:47:07.047Z[ recovery-image] Aug 19 15:47:05.720 INFO O| Aug 19 15:47:05.720 INFO STEP 58 (remove_files) COMPLETE
40522024-08-19T15:47:07.050Z[ recovery-image] Aug 19 15:47:05.720 INFO O| Aug 19 15:47:05.720 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-19T15:47:07.055Z[ host-image] Aug 19 15:47:05.727 INFO O| Aug 19 15:47:05.727 INFO O| Actions: Completed 49260 actions in 10.87 seconds.
40542024-08-19T15:47:07.058Z[ recovery-image] Aug 19 15:47:05.730 INFO O| Aug 19 15:47:05.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40552024-08-19T15:47:07.060Z[ recovery-image] Aug 19 15:47:05.730 INFO O| Aug 19 15:47:05.730 INFO STEP 59 (remove_files) COMPLETE
40562024-08-19T15:47:07.060Z[ recovery-image] Aug 19 15:47:05.730 INFO O| Aug 19 15:47:05.730 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-19T15:47:07.067Z[ recovery-image] Aug 19 15:47:05.740 INFO O| Aug 19 15:47:05.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40582024-08-19T15:47:07.067Z[ recovery-image] Aug 19 15:47:05.740 INFO O| Aug 19 15:47:05.740 INFO STEP 60 (remove_files) COMPLETE
40592024-08-19T15:47:07.070Z[ recovery-image] Aug 19 15:47:05.740 INFO O| Aug 19 15:47:05.740 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-19T15:47:07.078Z[ recovery-image] Aug 19 15:47:05.750 INFO O| Aug 19 15:47:05.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40612024-08-19T15:47:07.078Z[ recovery-image] Aug 19 15:47:05.750 INFO O| Aug 19 15:47:05.750 INFO STEP 61 (remove_files) COMPLETE
40622024-08-19T15:47:07.080Z[ recovery-image] Aug 19 15:47:05.750 INFO O| Aug 19 15:47:05.750 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-19T15:47:07.088Z[ recovery-image] Aug 19 15:47:05.760 INFO O| Aug 19 15:47:05.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40642024-08-19T15:47:07.088Z[ recovery-image] Aug 19 15:47:05.760 INFO O| Aug 19 15:47:05.760 INFO STEP 62 (remove_files) COMPLETE
40652024-08-19T15:47:07.088Z[ recovery-image] Aug 19 15:47:05.760 INFO O| Aug 19 15:47:05.760 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-19T15:47:07.098Z[ recovery-image] Aug 19 15:47:05.770 INFO O| Aug 19 15:47:05.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40672024-08-19T15:47:07.100Z[ recovery-image] Aug 19 15:47:05.770 INFO O| Aug 19 15:47:05.770 INFO STEP 63 (remove_files) COMPLETE
40682024-08-19T15:47:07.100Z[ recovery-image] Aug 19 15:47:05.770 INFO O| Aug 19 15:47:05.770 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-19T15:47:07.107Z[ recovery-image] Aug 19 15:47:05.779 INFO O| Aug 19 15:47:05.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40702024-08-19T15:47:07.107Z[ recovery-image] Aug 19 15:47:05.780 INFO O| Aug 19 15:47:05.780 INFO STEP 64 (remove_files) COMPLETE
40712024-08-19T15:47:07.110Z[ recovery-image] Aug 19 15:47:05.780 INFO O| Aug 19 15:47:05.780 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-19T15:47:07.117Z[ recovery-image] Aug 19 15:47:05.789 INFO O| Aug 19 15:47:05.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40732024-08-19T15:47:07.120Z[ recovery-image] Aug 19 15:47:05.790 INFO O| Aug 19 15:47:05.789 INFO STEP 65 (remove_files) COMPLETE
40742024-08-19T15:47:07.120Z[ recovery-image] Aug 19 15:47:05.790 INFO O| Aug 19 15:47:05.789 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-19T15:47:07.127Z[ recovery-image] Aug 19 15:47:05.799 INFO O| Aug 19 15:47:05.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40762024-08-19T15:47:07.130Z[ recovery-image] Aug 19 15:47:05.799 INFO O| Aug 19 15:47:05.799 INFO STEP 66 (remove_files) COMPLETE
40772024-08-19T15:47:07.130Z[ recovery-image] Aug 19 15:47:05.799 INFO O| Aug 19 15:47:05.799 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-19T15:47:07.137Z[ recovery-image] Aug 19 15:47:05.809 INFO O| Aug 19 15:47:05.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40792024-08-19T15:47:07.138Z[ recovery-image] Aug 19 15:47:05.809 INFO O| Aug 19 15:47:05.809 INFO STEP 67 (remove_files) COMPLETE
40802024-08-19T15:47:07.138Z[ recovery-image] Aug 19 15:47:05.809 INFO O| Aug 19 15:47:05.809 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-19T15:47:07.148Z[ recovery-image] Aug 19 15:47:05.819 INFO O| Aug 19 15:47:05.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40822024-08-19T15:47:07.148Z[ recovery-image] Aug 19 15:47:05.820 INFO O| Aug 19 15:47:05.820 INFO STEP 68 (remove_files) COMPLETE
40832024-08-19T15:47:07.150Z[ recovery-image] Aug 19 15:47:05.820 INFO O| Aug 19 15:47:05.820 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-19T15:47:07.158Z[ recovery-image] Aug 19 15:47:05.830 INFO O| Aug 19 15:47:05.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40852024-08-19T15:47:07.158Z[ recovery-image] Aug 19 15:47:05.830 INFO O| Aug 19 15:47:05.830 INFO STEP 69 (remove_files) COMPLETE
40862024-08-19T15:47:07.160Z[ recovery-image] Aug 19 15:47:05.830 INFO O| Aug 19 15:47:05.830 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-19T15:47:07.168Z[ recovery-image] Aug 19 15:47:05.840 INFO O| Aug 19 15:47:05.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40882024-08-19T15:47:07.172Z[ recovery-image] Aug 19 15:47:05.841 INFO O| Aug 19 15:47:05.841 INFO STEP 70 (remove_files) COMPLETE
40892024-08-19T15:47:07.172Z[ recovery-image] Aug 19 15:47:05.841 INFO O| Aug 19 15:47:05.841 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-19T15:47:07.179Z[ recovery-image] Aug 19 15:47:05.851 INFO O| Aug 19 15:47:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40912024-08-19T15:47:07.179Z[ recovery-image] Aug 19 15:47:05.852 INFO O| Aug 19 15:47:05.852 INFO STEP 71 (remove_files) COMPLETE
40922024-08-19T15:47:07.180Z[ recovery-image] Aug 19 15:47:05.852 INFO O| Aug 19 15:47:05.852 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-19T15:47:07.191Z[ recovery-image] Aug 19 15:47:05.863 INFO O| Aug 19 15:47:05.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40942024-08-19T15:47:07.191Z[ recovery-image] Aug 19 15:47:05.863 INFO O| Aug 19 15:47:05.863 INFO STEP 72 (remove_files) COMPLETE
40952024-08-19T15:47:07.191Z[ recovery-image] Aug 19 15:47:05.863 INFO O| Aug 19 15:47:05.863 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-19T15:47:07.202Z[ recovery-image] Aug 19 15:47:05.874 INFO O| Aug 19 15:47:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40972024-08-19T15:47:07.202Z[ recovery-image] Aug 19 15:47:05.874 INFO O| Aug 19 15:47:05.874 INFO STEP 73 (remove_files) COMPLETE
40982024-08-19T15:47:07.202Z[ recovery-image] Aug 19 15:47:05.874 INFO O| Aug 19 15:47:05.874 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-19T15:47:07.213Z[ recovery-image] Aug 19 15:47:05.884 INFO O| Aug 19 15:47:05.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41002024-08-19T15:47:07.213Z[ recovery-image] Aug 19 15:47:05.885 INFO O| Aug 19 15:47:05.885 INFO STEP 74 (remove_files) COMPLETE
41012024-08-19T15:47:07.213Z[ recovery-image] Aug 19 15:47:05.885 INFO O| Aug 19 15:47:05.885 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-19T15:47:07.223Z[ recovery-image] Aug 19 15:47:05.895 INFO O| Aug 19 15:47:05.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41032024-08-19T15:47:07.223Z[ recovery-image] Aug 19 15:47:05.895 INFO O| Aug 19 15:47:05.895 INFO STEP 75 (remove_files) COMPLETE
41042024-08-19T15:47:07.226Z[ recovery-image] Aug 19 15:47:05.895 INFO O| Aug 19 15:47:05.895 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-19T15:47:07.235Z[ recovery-image] Aug 19 15:47:05.907 INFO O| Aug 19 15:47:05.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41062024-08-19T15:47:07.235Z[ recovery-image] Aug 19 15:47:05.907 INFO O| Aug 19 15:47:05.907 INFO STEP 76 (remove_files) COMPLETE
41072024-08-19T15:47:07.237Z[ recovery-image] Aug 19 15:47:05.907 INFO O| Aug 19 15:47:05.907 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-19T15:47:07.247Z[ recovery-image] Aug 19 15:47:05.919 INFO O| Aug 19 15:47:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41092024-08-19T15:47:07.247Z[ recovery-image] Aug 19 15:47:05.919 INFO O| Aug 19 15:47:05.919 INFO STEP 77 (remove_files) COMPLETE
41102024-08-19T15:47:07.250Z[ recovery-image] Aug 19 15:47:05.920 INFO O| Aug 19 15:47:05.919 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-19T15:47:07.259Z[ recovery-image] Aug 19 15:47:05.931 INFO O| Aug 19 15:47:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41122024-08-19T15:47:07.259Z[ recovery-image] Aug 19 15:47:05.931 INFO O| Aug 19 15:47:05.931 INFO STEP 78 (remove_files) COMPLETE
41132024-08-19T15:47:07.259Z[ recovery-image] Aug 19 15:47:05.931 INFO O| Aug 19 15:47:05.931 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-19T15:47:07.270Z[ recovery-image] Aug 19 15:47:05.942 INFO O| Aug 19 15:47:05.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41152024-08-19T15:47:07.273Z[ recovery-image] Aug 19 15:47:05.943 INFO O| Aug 19 15:47:05.943 INFO STEP 79 (remove_files) COMPLETE
41162024-08-19T15:47:07.273Z[ recovery-image] Aug 19 15:47:05.943 INFO O| Aug 19 15:47:05.943 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-19T15:47:07.282Z[ recovery-image] Aug 19 15:47:05.954 INFO O| Aug 19 15:47:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41182024-08-19T15:47:07.282Z[ recovery-image] Aug 19 15:47:05.954 INFO O| Aug 19 15:47:05.954 INFO STEP 80 (remove_files) COMPLETE
41192024-08-19T15:47:07.284Z[ recovery-image] Aug 19 15:47:05.954 INFO O| Aug 19 15:47:05.954 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-19T15:47:07.293Z[ recovery-image] Aug 19 15:47:05.965 INFO O| Aug 19 15:47:05.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41212024-08-19T15:47:07.293Z[ recovery-image] Aug 19 15:47:05.965 INFO O| Aug 19 15:47:05.965 INFO STEP 81 (remove_files) COMPLETE
41222024-08-19T15:47:07.295Z[ recovery-image] Aug 19 15:47:05.965 INFO O| Aug 19 15:47:05.965 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-19T15:47:07.306Z[ recovery-image] Aug 19 15:47:05.978 INFO O| Aug 19 15:47:05.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41242024-08-19T15:47:07.306Z[ recovery-image] Aug 19 15:47:05.978 INFO O| Aug 19 15:47:05.978 INFO STEP 82 (remove_files) COMPLETE
41252024-08-19T15:47:07.306Z[ recovery-image] Aug 19 15:47:05.978 INFO O| Aug 19 15:47:05.978 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-19T15:47:07.318Z[ recovery-image] Aug 19 15:47:05.990 INFO O| Aug 19 15:47:05.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41272024-08-19T15:47:07.318Z[ recovery-image] Aug 19 15:47:05.990 INFO O| Aug 19 15:47:05.990 INFO STEP 83 (remove_files) COMPLETE
41282024-08-19T15:47:07.321Z[ recovery-image] Aug 19 15:47:05.990 INFO O| Aug 19 15:47:05.990 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-19T15:47:07.329Z[ recovery-image] Aug 19 15:47:06.001 INFO O| Aug 19 15:47:06.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41302024-08-19T15:47:07.329Z[ recovery-image] Aug 19 15:47:06.001 INFO O| Aug 19 15:47:06.001 INFO STEP 84 (remove_files) COMPLETE
41312024-08-19T15:47:07.329Z[ recovery-image] Aug 19 15:47:06.001 INFO O| Aug 19 15:47:06.001 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-19T15:47:07.332Z[ host-image] Aug 19 15:47:06.004 INFO O| Aug 19 15:47:06.003 INFO O| Done
41332024-08-19T15:47:07.332Z[ host-image] Aug 19 15:47:06.004 INFO O| Aug 19 15:47:06.004 INFO O| Done
41342024-08-19T15:47:07.340Z[ recovery-image] Aug 19 15:47:06.012 INFO O| Aug 19 15:47:06.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41352024-08-19T15:47:07.343Z[ recovery-image] Aug 19 15:47:06.013 INFO O| Aug 19 15:47:06.013 INFO STEP 85 (remove_files) COMPLETE
41362024-08-19T15:47:07.343Z[ recovery-image] Aug 19 15:47:06.013 INFO O| Aug 19 15:47:06.013 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-19T15:47:07.352Z[ recovery-image] Aug 19 15:47:06.024 INFO O| Aug 19 15:47:06.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41382024-08-19T15:47:07.352Z[ recovery-image] Aug 19 15:47:06.024 INFO O| Aug 19 15:47:06.024 INFO STEP 86 (remove_files) COMPLETE
41392024-08-19T15:47:07.354Z[ recovery-image] Aug 19 15:47:06.024 INFO O| Aug 19 15:47:06.024 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-19T15:47:07.363Z[ recovery-image] Aug 19 15:47:06.035 INFO O| Aug 19 15:47:06.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41412024-08-19T15:47:07.365Z[ recovery-image] Aug 19 15:47:06.035 INFO O| Aug 19 15:47:06.035 INFO STEP 87 (remove_files) COMPLETE
41422024-08-19T15:47:07.365Z[ recovery-image] Aug 19 15:47:06.035 INFO O| Aug 19 15:47:06.035 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-08-19T15:47:07.374Z[ recovery-image] Aug 19 15:47:06.046 INFO O| Aug 19 15:47:06.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41442024-08-19T15:47:07.374Z[ recovery-image] Aug 19 15:47:06.046 INFO O| Aug 19 15:47:06.046 INFO STEP 88 (remove_files) COMPLETE
41452024-08-19T15:47:07.377Z[ recovery-image] Aug 19 15:47:06.046 INFO O| Aug 19 15:47:06.046 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-08-19T15:47:07.385Z[ recovery-image] Aug 19 15:47:06.057 INFO O| Aug 19 15:47:06.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41472024-08-19T15:47:07.385Z[ recovery-image] Aug 19 15:47:06.057 INFO O| Aug 19 15:47:06.057 INFO STEP 89 (remove_files) COMPLETE
41482024-08-19T15:47:07.387Z[ recovery-image] Aug 19 15:47:06.057 INFO O| Aug 19 15:47:06.057 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-08-19T15:47:07.395Z[ recovery-image] Aug 19 15:47:06.067 INFO O| Aug 19 15:47:06.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41502024-08-19T15:47:07.397Z[ recovery-image] Aug 19 15:47:06.067 INFO O| Aug 19 15:47:06.067 INFO STEP 90 (remove_files) COMPLETE
41512024-08-19T15:47:07.397Z[ recovery-image] Aug 19 15:47:06.067 INFO O| Aug 19 15:47:06.067 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-08-19T15:47:07.405Z[ recovery-image] Aug 19 15:47:06.077 INFO O| Aug 19 15:47:06.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41532024-08-19T15:47:07.408Z[ recovery-image] Aug 19 15:47:06.077 INFO O| Aug 19 15:47:06.077 INFO STEP 91 (remove_files) COMPLETE
41542024-08-19T15:47:07.408Z[ recovery-image] Aug 19 15:47:06.077 INFO O| Aug 19 15:47:06.077 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-08-19T15:47:07.415Z[ recovery-image] Aug 19 15:47:06.087 INFO O| Aug 19 15:47:06.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41562024-08-19T15:47:07.417Z[ recovery-image] Aug 19 15:47:06.087 INFO O| Aug 19 15:47:06.087 INFO STEP 92 (remove_files) COMPLETE
41572024-08-19T15:47:07.417Z[ recovery-image] Aug 19 15:47:06.087 INFO O| Aug 19 15:47:06.087 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-08-19T15:47:07.424Z[ recovery-image] Aug 19 15:47:06.096 INFO O| Aug 19 15:47:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41592024-08-19T15:47:07.427Z[ recovery-image] Aug 19 15:47:06.097 INFO O| Aug 19 15:47:06.097 INFO STEP 93 (remove_files) COMPLETE
41602024-08-19T15:47:07.427Z[ recovery-image] Aug 19 15:47:06.097 INFO O| Aug 19 15:47:06.097 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-08-19T15:47:07.434Z[ recovery-image] Aug 19 15:47:06.106 INFO O| Aug 19 15:47:06.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41622024-08-19T15:47:07.437Z[ recovery-image] Aug 19 15:47:06.107 INFO O| Aug 19 15:47:06.107 INFO STEP 94 (remove_files) COMPLETE
41632024-08-19T15:47:07.437Z[ recovery-image] Aug 19 15:47:06.107 INFO O| Aug 19 15:47:06.107 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-08-19T15:47:07.445Z[ recovery-image] Aug 19 15:47:06.117 INFO O| Aug 19 15:47:06.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41652024-08-19T15:47:07.445Z[ recovery-image] Aug 19 15:47:06.117 INFO O| Aug 19 15:47:06.117 INFO STEP 95 (remove_files) COMPLETE
41662024-08-19T15:47:07.447Z[ recovery-image] Aug 19 15:47:06.117 INFO O| Aug 19 15:47:06.117 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-08-19T15:47:07.454Z[ recovery-image] Aug 19 15:47:06.126 INFO O| Aug 19 15:47:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41682024-08-19T15:47:07.456Z[ recovery-image] Aug 19 15:47:06.126 INFO O| Aug 19 15:47:06.126 INFO STEP 96 (remove_files) COMPLETE
41692024-08-19T15:47:07.456Z[ recovery-image] Aug 19 15:47:06.126 INFO O| Aug 19 15:47:06.126 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-08-19T15:47:07.463Z[ recovery-image] Aug 19 15:47:06.135 INFO O| Aug 19 15:47:06.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41712024-08-19T15:47:07.463Z[ recovery-image] Aug 19 15:47:06.135 INFO O| Aug 19 15:47:06.135 INFO STEP 97 (remove_files) COMPLETE
41722024-08-19T15:47:07.463Z[ recovery-image] Aug 19 15:47:06.135 INFO O| Aug 19 15:47:06.135 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-08-19T15:47:07.473Z[ recovery-image] Aug 19 15:47:06.145 INFO O| Aug 19 15:47:06.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41742024-08-19T15:47:07.487Z[ recovery-image] Aug 19 15:47:06.145 INFO O| Aug 19 15:47:06.145 INFO STEP 98 (remove_files) COMPLETE
41752024-08-19T15:47:07.487Z[ recovery-image] Aug 19 15:47:06.145 INFO O| Aug 19 15:47:06.145 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-08-19T15:47:07.491Z[ recovery-image] Aug 19 15:47:06.154 INFO O| Aug 19 15:47:06.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41772024-08-19T15:47:07.491Z[ recovery-image] Aug 19 15:47:06.155 INFO O| Aug 19 15:47:06.155 INFO STEP 99 (remove_files) COMPLETE
41782024-08-19T15:47:07.491Z[ recovery-image] Aug 19 15:47:06.155 INFO O| Aug 19 15:47:06.155 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-08-19T15:47:07.493Z[ recovery-image] Aug 19 15:47:06.164 INFO O| Aug 19 15:47:06.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41802024-08-19T15:47:07.493Z[ recovery-image] Aug 19 15:47:06.165 INFO O| Aug 19 15:47:06.165 INFO STEP 100 (remove_files) COMPLETE
41812024-08-19T15:47:07.493Z[ recovery-image] Aug 19 15:47:06.165 INFO O| Aug 19 15:47:06.165 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-08-19T15:47:07.502Z[ recovery-image] Aug 19 15:47:06.174 INFO O| Aug 19 15:47:06.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41832024-08-19T15:47:07.502Z[ recovery-image] Aug 19 15:47:06.174 INFO O| Aug 19 15:47:06.174 INFO STEP 101 (remove_files) COMPLETE
41842024-08-19T15:47:07.516Z[ recovery-image] Aug 19 15:47:06.174 INFO O| Aug 19 15:47:06.174 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-08-19T15:47:07.519Z[ recovery-image] Aug 19 15:47:06.184 INFO O| Aug 19 15:47:06.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41862024-08-19T15:47:07.519Z[ recovery-image] Aug 19 15:47:06.184 INFO O| Aug 19 15:47:06.184 INFO STEP 102 (remove_files) COMPLETE
41872024-08-19T15:47:07.519Z[ recovery-image] Aug 19 15:47:06.184 INFO O| Aug 19 15:47:06.184 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-08-19T15:47:07.522Z[ recovery-image] Aug 19 15:47:06.193 INFO O| Aug 19 15:47:06.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41892024-08-19T15:47:07.522Z[ recovery-image] Aug 19 15:47:06.193 INFO O| Aug 19 15:47:06.193 INFO STEP 103 (remove_files) COMPLETE
41902024-08-19T15:47:07.522Z[ recovery-image] Aug 19 15:47:06.193 INFO O| Aug 19 15:47:06.193 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-08-19T15:47:07.531Z[ recovery-image] Aug 19 15:47:06.203 INFO O| Aug 19 15:47:06.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41922024-08-19T15:47:07.534Z[ recovery-image] Aug 19 15:47:06.203 INFO O| Aug 19 15:47:06.203 INFO STEP 104 (remove_files) COMPLETE
41932024-08-19T15:47:07.534Z[ recovery-image] Aug 19 15:47:06.203 INFO O| Aug 19 15:47:06.203 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-08-19T15:47:07.541Z[ recovery-image] Aug 19 15:47:06.213 INFO O| Aug 19 15:47:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41952024-08-19T15:47:07.551Z[ recovery-image] Aug 19 15:47:06.214 INFO O| Aug 19 15:47:06.214 INFO STEP 105 (remove_files) COMPLETE
41962024-08-19T15:47:07.551Z[ recovery-image] Aug 19 15:47:06.214 INFO O| Aug 19 15:47:06.214 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-08-19T15:47:07.559Z[ recovery-image] Aug 19 15:47:06.224 INFO O| Aug 19 15:47:06.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41982024-08-19T15:47:07.559Z[ recovery-image] Aug 19 15:47:06.224 INFO O| Aug 19 15:47:06.224 INFO STEP 106 (remove_files) COMPLETE
41992024-08-19T15:47:07.559Z[ recovery-image] Aug 19 15:47:06.224 INFO O| Aug 19 15:47:06.224 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-08-19T15:47:07.562Z[ recovery-image] Aug 19 15:47:06.234 INFO O| Aug 19 15:47:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42012024-08-19T15:47:07.564Z[ recovery-image] Aug 19 15:47:06.234 INFO O| Aug 19 15:47:06.234 INFO STEP 107 (remove_files) COMPLETE
42022024-08-19T15:47:07.564Z[ recovery-image] Aug 19 15:47:06.234 INFO O| Aug 19 15:47:06.234 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-08-19T15:47:07.573Z[ recovery-image] Aug 19 15:47:06.245 INFO O| Aug 19 15:47:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42042024-08-19T15:47:07.575Z[ recovery-image] Aug 19 15:47:06.245 INFO O| Aug 19 15:47:06.245 INFO STEP 108 (remove_files) COMPLETE
42052024-08-19T15:47:07.575Z[ recovery-image] Aug 19 15:47:06.245 INFO O| Aug 19 15:47:06.245 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-08-19T15:47:07.582Z[ recovery-image] Aug 19 15:47:06.254 INFO O| Aug 19 15:47:06.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42072024-08-19T15:47:07.585Z[ recovery-image] Aug 19 15:47:06.255 INFO O| Aug 19 15:47:06.255 INFO STEP 109 (remove_files) COMPLETE
42082024-08-19T15:47:07.585Z[ recovery-image] Aug 19 15:47:06.255 INFO O| Aug 19 15:47:06.255 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-08-19T15:47:07.594Z[ recovery-image] Aug 19 15:47:06.266 INFO O| Aug 19 15:47:06.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42102024-08-19T15:47:07.596Z[ recovery-image] Aug 19 15:47:06.267 INFO O| Aug 19 15:47:06.267 INFO STEP 110 (remove_files) COMPLETE
42112024-08-19T15:47:07.596Z[ recovery-image] Aug 19 15:47:06.267 INFO O| Aug 19 15:47:06.267 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-08-19T15:47:07.604Z[ recovery-image] Aug 19 15:47:06.276 INFO O| Aug 19 15:47:06.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42132024-08-19T15:47:07.604Z[ recovery-image] Aug 19 15:47:06.276 INFO O| Aug 19 15:47:06.276 INFO STEP 111 (remove_files) COMPLETE
42142024-08-19T15:47:07.606Z[ recovery-image] Aug 19 15:47:06.276 INFO O| Aug 19 15:47:06.276 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-08-19T15:47:07.613Z[ recovery-image] Aug 19 15:47:06.285 INFO O| Aug 19 15:47:06.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42162024-08-19T15:47:07.613Z[ recovery-image] Aug 19 15:47:06.285 INFO O| Aug 19 15:47:06.285 INFO STEP 112 (remove_files) COMPLETE
42172024-08-19T15:47:07.616Z[ recovery-image] Aug 19 15:47:06.285 INFO O| Aug 19 15:47:06.285 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-08-19T15:47:07.623Z[ recovery-image] Aug 19 15:47:06.295 INFO O| Aug 19 15:47:06.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42192024-08-19T15:47:07.625Z[ recovery-image] Aug 19 15:47:06.295 INFO O| Aug 19 15:47:06.295 INFO STEP 113 (remove_files) COMPLETE
42202024-08-19T15:47:07.625Z[ recovery-image] Aug 19 15:47:06.295 INFO O| Aug 19 15:47:06.295 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-08-19T15:47:07.632Z[ recovery-image] Aug 19 15:47:06.304 INFO O| Aug 19 15:47:06.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42222024-08-19T15:47:07.632Z[ recovery-image] Aug 19 15:47:06.304 INFO O| Aug 19 15:47:06.304 INFO STEP 114 (remove_files) COMPLETE
42232024-08-19T15:47:07.634Z[ recovery-image] Aug 19 15:47:06.304 INFO O| Aug 19 15:47:06.304 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-08-19T15:47:07.641Z[ recovery-image] Aug 19 15:47:06.313 INFO O| Aug 19 15:47:06.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42252024-08-19T15:47:07.641Z[ recovery-image] Aug 19 15:47:06.313 INFO O| Aug 19 15:47:06.313 INFO STEP 115 (remove_files) COMPLETE
42262024-08-19T15:47:07.643Z[ recovery-image] Aug 19 15:47:06.313 INFO O| Aug 19 15:47:06.313 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-08-19T15:47:07.650Z[ recovery-image] Aug 19 15:47:06.322 INFO O| Aug 19 15:47:06.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42282024-08-19T15:47:07.653Z[ recovery-image] Aug 19 15:47:06.322 INFO O| Aug 19 15:47:06.322 INFO STEP 116 (remove_files) COMPLETE
42292024-08-19T15:47:07.653Z[ recovery-image] Aug 19 15:47:06.322 INFO O| Aug 19 15:47:06.322 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-08-19T15:47:07.659Z[ recovery-image] Aug 19 15:47:06.332 INFO O| Aug 19 15:47:06.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42312024-08-19T15:47:07.662Z[ recovery-image] Aug 19 15:47:06.332 INFO O| Aug 19 15:47:06.332 INFO STEP 117 (remove_files) COMPLETE
42322024-08-19T15:47:07.662Z[ recovery-image] Aug 19 15:47:06.332 INFO O| Aug 19 15:47:06.332 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-08-19T15:47:07.669Z[ recovery-image] Aug 19 15:47:06.341 INFO O| Aug 19 15:47:06.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42342024-08-19T15:47:07.671Z[ recovery-image] Aug 19 15:47:06.341 INFO O| Aug 19 15:47:06.341 INFO STEP 118 (remove_files) COMPLETE
42352024-08-19T15:47:07.671Z[ recovery-image] Aug 19 15:47:06.341 INFO O| Aug 19 15:47:06.341 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-08-19T15:47:07.678Z[ recovery-image] Aug 19 15:47:06.350 INFO O| Aug 19 15:47:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42372024-08-19T15:47:07.678Z[ recovery-image] Aug 19 15:47:06.350 INFO O| Aug 19 15:47:06.350 INFO STEP 119 (remove_files) COMPLETE
42382024-08-19T15:47:07.678Z[ recovery-image] Aug 19 15:47:06.350 INFO O| Aug 19 15:47:06.350 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-08-19T15:47:07.688Z[ recovery-image] Aug 19 15:47:06.359 INFO O| Aug 19 15:47:06.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42402024-08-19T15:47:07.688Z[ recovery-image] Aug 19 15:47:06.360 INFO O| Aug 19 15:47:06.360 INFO STEP 120 (remove_files) COMPLETE
42412024-08-19T15:47:07.690Z[ recovery-image] Aug 19 15:47:06.360 INFO O| Aug 19 15:47:06.360 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-08-19T15:47:07.697Z[ recovery-image] Aug 19 15:47:06.369 INFO O| Aug 19 15:47:06.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42432024-08-19T15:47:07.697Z[ recovery-image] Aug 19 15:47:06.369 INFO O| Aug 19 15:47:06.369 INFO STEP 121 (remove_files) COMPLETE
42442024-08-19T15:47:07.699Z[ recovery-image] Aug 19 15:47:06.369 INFO O| Aug 19 15:47:06.369 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-08-19T15:47:07.707Z[ recovery-image] Aug 19 15:47:06.378 INFO O| Aug 19 15:47:06.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42462024-08-19T15:47:07.707Z[ recovery-image] Aug 19 15:47:06.378 INFO O| Aug 19 15:47:06.378 INFO STEP 122 (remove_files) COMPLETE
42472024-08-19T15:47:07.712Z[ recovery-image] Aug 19 15:47:06.378 INFO O| Aug 19 15:47:06.378 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-08-19T15:47:07.720Z[ recovery-image] Aug 19 15:47:06.388 INFO O| Aug 19 15:47:06.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42492024-08-19T15:47:07.722Z[ recovery-image] Aug 19 15:47:06.388 INFO O| Aug 19 15:47:06.388 INFO STEP 123 (remove_files) COMPLETE
42502024-08-19T15:47:07.722Z[ recovery-image] Aug 19 15:47:06.388 INFO O| Aug 19 15:47:06.388 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-08-19T15:47:07.725Z[ recovery-image] Aug 19 15:47:06.397 INFO O| Aug 19 15:47:06.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42522024-08-19T15:47:07.725Z[ recovery-image] Aug 19 15:47:06.397 INFO O| Aug 19 15:47:06.397 INFO STEP 124 (remove_files) COMPLETE
42532024-08-19T15:47:07.725Z[ recovery-image] Aug 19 15:47:06.397 INFO O| Aug 19 15:47:06.397 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-08-19T15:47:07.734Z[ recovery-image] Aug 19 15:47:06.406 INFO O| Aug 19 15:47:06.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42552024-08-19T15:47:07.738Z[ recovery-image] Aug 19 15:47:06.407 INFO O| Aug 19 15:47:06.407 INFO STEP 125 (remove_files) COMPLETE
42562024-08-19T15:47:07.738Z[ recovery-image] Aug 19 15:47:06.407 INFO O| Aug 19 15:47:06.407 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-08-19T15:47:07.745Z[ recovery-image] Aug 19 15:47:06.416 INFO O| Aug 19 15:47:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42582024-08-19T15:47:07.745Z[ recovery-image] Aug 19 15:47:06.416 INFO O| Aug 19 15:47:06.416 INFO STEP 126 (remove_files) COMPLETE
42592024-08-19T15:47:07.748Z[ recovery-image] Aug 19 15:47:06.416 INFO O| Aug 19 15:47:06.416 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-08-19T15:47:07.753Z[ recovery-image] Aug 19 15:47:06.425 INFO O| Aug 19 15:47:06.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42612024-08-19T15:47:07.753Z[ recovery-image] Aug 19 15:47:06.425 INFO O| Aug 19 15:47:06.425 INFO STEP 127 (remove_files) COMPLETE
42622024-08-19T15:47:07.756Z[ recovery-image] Aug 19 15:47:06.425 INFO O| Aug 19 15:47:06.425 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-08-19T15:47:07.763Z[ recovery-image] Aug 19 15:47:06.435 INFO O| Aug 19 15:47:06.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42642024-08-19T15:47:07.763Z[ recovery-image] Aug 19 15:47:06.435 INFO O| Aug 19 15:47:06.435 INFO STEP 128 (remove_files) COMPLETE
42652024-08-19T15:47:07.765Z[ recovery-image] Aug 19 15:47:06.435 INFO O| Aug 19 15:47:06.435 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-08-19T15:47:07.772Z[ recovery-image] Aug 19 15:47:06.444 INFO O| Aug 19 15:47:06.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42672024-08-19T15:47:07.772Z[ recovery-image] Aug 19 15:47:06.444 INFO O| Aug 19 15:47:06.444 INFO STEP 129 (remove_files) COMPLETE
42682024-08-19T15:47:07.772Z[ recovery-image] Aug 19 15:47:06.444 INFO O| Aug 19 15:47:06.444 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-08-19T15:47:07.781Z[ recovery-image] Aug 19 15:47:06.453 INFO O| Aug 19 15:47:06.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42702024-08-19T15:47:07.783Z[ recovery-image] Aug 19 15:47:06.453 INFO O| Aug 19 15:47:06.453 INFO STEP 130 (remove_files) COMPLETE
42712024-08-19T15:47:07.783Z[ recovery-image] Aug 19 15:47:06.453 INFO O| Aug 19 15:47:06.453 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-08-19T15:47:07.791Z[ recovery-image] Aug 19 15:47:06.462 INFO O| Aug 19 15:47:06.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42732024-08-19T15:47:07.791Z[ recovery-image] Aug 19 15:47:06.462 INFO O| Aug 19 15:47:06.462 INFO STEP 131 (remove_files) COMPLETE
42742024-08-19T15:47:07.791Z[ recovery-image] Aug 19 15:47:06.462 INFO O| Aug 19 15:47:06.462 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-08-19T15:47:07.797Z[ host-image] Aug 19 15:47:06.469 INFO O| Aug 19 15:47:06.469 INFO O| Done
42762024-08-19T15:47:07.800Z[ recovery-image] Aug 19 15:47:06.472 INFO O| Aug 19 15:47:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42772024-08-19T15:47:07.802Z[ recovery-image] Aug 19 15:47:06.472 INFO O| Aug 19 15:47:06.472 INFO STEP 132 (remove_files) COMPLETE
42782024-08-19T15:47:07.802Z[ recovery-image] Aug 19 15:47:06.472 INFO O| Aug 19 15:47:06.472 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-19T15:47:07.809Z[ recovery-image] Aug 19 15:47:06.481 INFO O| Aug 19 15:47:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42802024-08-19T15:47:07.809Z[ recovery-image] Aug 19 15:47:06.481 INFO O| Aug 19 15:47:06.481 INFO STEP 133 (remove_files) COMPLETE
42812024-08-19T15:47:07.812Z[ recovery-image] Aug 19 15:47:06.481 INFO O| Aug 19 15:47:06.481 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-19T15:47:07.819Z[ recovery-image] Aug 19 15:47:06.491 INFO O| Aug 19 15:47:06.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42832024-08-19T15:47:07.819Z[ recovery-image] Aug 19 15:47:06.491 INFO O| Aug 19 15:47:06.491 INFO STEP 134 (remove_files) COMPLETE
42842024-08-19T15:47:07.821Z[ recovery-image] Aug 19 15:47:06.491 INFO O| Aug 19 15:47:06.491 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-19T15:47:07.829Z[ recovery-image] Aug 19 15:47:06.501 INFO O| Aug 19 15:47:06.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42862024-08-19T15:47:07.829Z[ recovery-image] Aug 19 15:47:06.501 INFO O| Aug 19 15:47:06.501 INFO STEP 135 (remove_files) COMPLETE
42872024-08-19T15:47:07.829Z[ recovery-image] Aug 19 15:47:06.501 INFO O| Aug 19 15:47:06.501 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-19T15:47:07.839Z[ recovery-image] Aug 19 15:47:06.511 INFO O| Aug 19 15:47:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42892024-08-19T15:47:07.841Z[ recovery-image] Aug 19 15:47:06.511 INFO O| Aug 19 15:47:06.511 INFO STEP 136 (remove_files) COMPLETE
42902024-08-19T15:47:07.841Z[ recovery-image] Aug 19 15:47:06.511 INFO O| Aug 19 15:47:06.511 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-19T15:47:07.849Z[ recovery-image] Aug 19 15:47:06.521 INFO O| Aug 19 15:47:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42922024-08-19T15:47:07.852Z[ recovery-image] Aug 19 15:47:06.521 INFO O| Aug 19 15:47:06.521 INFO STEP 137 (remove_files) COMPLETE
42932024-08-19T15:47:07.852Z[ recovery-image] Aug 19 15:47:06.521 INFO O| Aug 19 15:47:06.521 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-19T15:47:07.859Z[ recovery-image] Aug 19 15:47:06.531 INFO O| Aug 19 15:47:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42952024-08-19T15:47:07.861Z[ recovery-image] Aug 19 15:47:06.531 INFO O| Aug 19 15:47:06.531 INFO STEP 138 (remove_files) COMPLETE
42962024-08-19T15:47:07.861Z[ recovery-image] Aug 19 15:47:06.531 INFO O| Aug 19 15:47:06.531 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-19T15:47:07.869Z[ recovery-image] Aug 19 15:47:06.541 INFO O| Aug 19 15:47:06.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42982024-08-19T15:47:07.869Z[ recovery-image] Aug 19 15:47:06.541 INFO O| Aug 19 15:47:06.541 INFO STEP 139 (remove_files) COMPLETE
42992024-08-19T15:47:07.871Z[ recovery-image] Aug 19 15:47:06.541 INFO O| Aug 19 15:47:06.541 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-19T15:47:07.879Z[ recovery-image] Aug 19 15:47:06.550 INFO O| Aug 19 15:47:06.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43012024-08-19T15:47:07.879Z[ recovery-image] Aug 19 15:47:06.550 INFO O| Aug 19 15:47:06.550 INFO STEP 140 (remove_files) COMPLETE
43022024-08-19T15:47:07.879Z[ recovery-image] Aug 19 15:47:06.550 INFO O| Aug 19 15:47:06.550 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-19T15:47:07.888Z[ recovery-image] Aug 19 15:47:06.560 INFO O| Aug 19 15:47:06.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43042024-08-19T15:47:07.888Z[ recovery-image] Aug 19 15:47:06.560 INFO O| Aug 19 15:47:06.560 INFO STEP 141 (remove_files) COMPLETE
43052024-08-19T15:47:07.891Z[ recovery-image] Aug 19 15:47:06.560 INFO O| Aug 19 15:47:06.560 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-19T15:47:07.898Z[ recovery-image] Aug 19 15:47:06.569 INFO O| Aug 19 15:47:06.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43072024-08-19T15:47:07.900Z[ recovery-image] Aug 19 15:47:06.570 INFO O| Aug 19 15:47:06.570 INFO STEP 142 (remove_files) COMPLETE
43082024-08-19T15:47:07.900Z[ recovery-image] Aug 19 15:47:06.570 INFO O| Aug 19 15:47:06.570 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-19T15:47:07.907Z[ recovery-image] Aug 19 15:47:06.579 INFO O| Aug 19 15:47:06.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43102024-08-19T15:47:07.907Z[ recovery-image] Aug 19 15:47:06.579 INFO O| Aug 19 15:47:06.579 INFO STEP 143 (remove_files) COMPLETE
43112024-08-19T15:47:07.910Z[ recovery-image] Aug 19 15:47:06.579 INFO O| Aug 19 15:47:06.579 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-19T15:47:07.918Z[ recovery-image] Aug 19 15:47:06.589 INFO O| Aug 19 15:47:06.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43132024-08-19T15:47:07.918Z[ recovery-image] Aug 19 15:47:06.589 INFO O| Aug 19 15:47:06.589 INFO STEP 144 (remove_files) COMPLETE
43142024-08-19T15:47:07.921Z[ recovery-image] Aug 19 15:47:06.589 INFO O| Aug 19 15:47:06.589 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-19T15:47:07.927Z[ recovery-image] Aug 19 15:47:06.599 INFO O| Aug 19 15:47:06.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43162024-08-19T15:47:07.929Z[ recovery-image] Aug 19 15:47:06.599 INFO O| Aug 19 15:47:06.599 INFO STEP 145 (remove_files) COMPLETE
43172024-08-19T15:47:07.929Z[ recovery-image] Aug 19 15:47:06.599 INFO O| Aug 19 15:47:06.599 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-19T15:47:07.936Z[ recovery-image] Aug 19 15:47:06.608 INFO O| Aug 19 15:47:06.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43192024-08-19T15:47:07.936Z[ recovery-image] Aug 19 15:47:06.608 INFO O| Aug 19 15:47:06.608 INFO STEP 146 (remove_files) COMPLETE
43202024-08-19T15:47:07.939Z[ recovery-image] Aug 19 15:47:06.608 INFO O| Aug 19 15:47:06.608 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-19T15:47:07.946Z[ recovery-image] Aug 19 15:47:06.618 INFO O| Aug 19 15:47:06.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43222024-08-19T15:47:07.948Z[ recovery-image] Aug 19 15:47:06.618 INFO O| Aug 19 15:47:06.618 INFO STEP 147 (remove_files) COMPLETE
43232024-08-19T15:47:07.948Z[ recovery-image] Aug 19 15:47:06.618 INFO O| Aug 19 15:47:06.618 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-19T15:47:07.955Z[ recovery-image] Aug 19 15:47:06.627 INFO O| Aug 19 15:47:06.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43252024-08-19T15:47:07.955Z[ recovery-image] Aug 19 15:47:06.627 INFO O| Aug 19 15:47:06.627 INFO STEP 148 (remove_files) COMPLETE
43262024-08-19T15:47:07.957Z[ recovery-image] Aug 19 15:47:06.627 INFO O| Aug 19 15:47:06.627 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-19T15:47:07.964Z[ recovery-image] Aug 19 15:47:06.636 INFO O| Aug 19 15:47:06.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43282024-08-19T15:47:07.964Z[ recovery-image] Aug 19 15:47:06.636 INFO O| Aug 19 15:47:06.636 INFO STEP 149 (remove_files) COMPLETE
43292024-08-19T15:47:07.964Z[ recovery-image] Aug 19 15:47:06.636 INFO O| Aug 19 15:47:06.636 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-19T15:47:07.975Z[ recovery-image] Aug 19 15:47:06.646 INFO O| Aug 19 15:47:06.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43312024-08-19T15:47:07.977Z[ recovery-image] Aug 19 15:47:06.646 INFO O| Aug 19 15:47:06.646 INFO STEP 150 (remove_files) COMPLETE
43322024-08-19T15:47:07.977Z[ recovery-image] Aug 19 15:47:06.646 INFO O| Aug 19 15:47:06.646 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-19T15:47:07.984Z[ recovery-image] Aug 19 15:47:06.656 INFO O| Aug 19 15:47:06.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43342024-08-19T15:47:07.987Z[ recovery-image] Aug 19 15:47:06.656 INFO O| Aug 19 15:47:06.656 INFO STEP 151 (remove_files) COMPLETE
43352024-08-19T15:47:07.987Z[ recovery-image] Aug 19 15:47:06.656 INFO O| Aug 19 15:47:06.656 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-19T15:47:07.993Z[ recovery-image] Aug 19 15:47:06.665 INFO O| Aug 19 15:47:06.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43372024-08-19T15:47:07.993Z[ recovery-image] Aug 19 15:47:06.665 INFO O| Aug 19 15:47:06.665 INFO STEP 152 (remove_files) COMPLETE
43382024-08-19T15:47:07.995Z[ recovery-image] Aug 19 15:47:06.665 INFO O| Aug 19 15:47:06.665 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-19T15:47:08.002Z[ recovery-image] Aug 19 15:47:06.674 INFO O| Aug 19 15:47:06.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43402024-08-19T15:47:08.002Z[ recovery-image] Aug 19 15:47:06.674 INFO O| Aug 19 15:47:06.674 INFO STEP 153 (remove_files) COMPLETE
43412024-08-19T15:47:08.002Z[ recovery-image] Aug 19 15:47:06.674 INFO O| Aug 19 15:47:06.674 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-19T15:47:08.011Z[ recovery-image] Aug 19 15:47:06.683 INFO O| Aug 19 15:47:06.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43432024-08-19T15:47:08.011Z[ recovery-image] Aug 19 15:47:06.683 INFO O| Aug 19 15:47:06.683 INFO STEP 154 (remove_files) COMPLETE
43442024-08-19T15:47:08.014Z[ recovery-image] Aug 19 15:47:06.683 INFO O| Aug 19 15:47:06.683 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-19T15:47:08.023Z[ recovery-image] Aug 19 15:47:06.693 INFO O| Aug 19 15:47:06.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43462024-08-19T15:47:08.023Z[ recovery-image] Aug 19 15:47:06.693 INFO O| Aug 19 15:47:06.693 INFO STEP 155 (remove_files) COMPLETE
43472024-08-19T15:47:08.023Z[ recovery-image] Aug 19 15:47:06.693 INFO O| Aug 19 15:47:06.693 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-19T15:47:08.030Z[ recovery-image] Aug 19 15:47:06.702 INFO O| Aug 19 15:47:06.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43492024-08-19T15:47:08.032Z[ recovery-image] Aug 19 15:47:06.702 INFO O| Aug 19 15:47:06.702 INFO STEP 156 (remove_files) COMPLETE
43502024-08-19T15:47:08.032Z[ recovery-image] Aug 19 15:47:06.702 INFO O| Aug 19 15:47:06.702 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-19T15:47:08.039Z[ recovery-image] Aug 19 15:47:06.711 INFO O| Aug 19 15:47:06.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43522024-08-19T15:47:08.039Z[ recovery-image] Aug 19 15:47:06.711 INFO O| Aug 19 15:47:06.711 INFO STEP 157 (remove_files) COMPLETE
43532024-08-19T15:47:08.041Z[ recovery-image] Aug 19 15:47:06.711 INFO O| Aug 19 15:47:06.711 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-19T15:47:08.048Z[ recovery-image] Aug 19 15:47:06.720 INFO O| Aug 19 15:47:06.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43552024-08-19T15:47:08.048Z[ recovery-image] Aug 19 15:47:06.720 INFO O| Aug 19 15:47:06.720 INFO STEP 158 (remove_files) COMPLETE
43562024-08-19T15:47:08.048Z[ recovery-image] Aug 19 15:47:06.720 INFO O| Aug 19 15:47:06.720 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-19T15:47:08.057Z[ recovery-image] Aug 19 15:47:06.729 INFO O| Aug 19 15:47:06.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43582024-08-19T15:47:08.058Z[ recovery-image] Aug 19 15:47:06.729 INFO O| Aug 19 15:47:06.729 INFO STEP 159 (remove_files) COMPLETE
43592024-08-19T15:47:08.060Z[ recovery-image] Aug 19 15:47:06.729 INFO O| Aug 19 15:47:06.729 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-19T15:47:08.066Z[ recovery-image] Aug 19 15:47:06.738 INFO O| Aug 19 15:47:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43612024-08-19T15:47:08.066Z[ recovery-image] Aug 19 15:47:06.738 INFO O| Aug 19 15:47:06.738 INFO STEP 160 (remove_files) COMPLETE
43622024-08-19T15:47:08.069Z[ recovery-image] Aug 19 15:47:06.738 INFO O| Aug 19 15:47:06.738 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-19T15:47:08.075Z[ recovery-image] Aug 19 15:47:06.747 INFO O| Aug 19 15:47:06.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43642024-08-19T15:47:08.075Z[ recovery-image] Aug 19 15:47:06.747 INFO O| Aug 19 15:47:06.747 INFO STEP 161 (remove_files) COMPLETE
43652024-08-19T15:47:08.078Z[ recovery-image] Aug 19 15:47:06.747 INFO O| Aug 19 15:47:06.747 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-19T15:47:08.084Z[ recovery-image] Aug 19 15:47:06.756 INFO O| Aug 19 15:47:06.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43672024-08-19T15:47:08.084Z[ recovery-image] Aug 19 15:47:06.756 INFO O| Aug 19 15:47:06.756 INFO STEP 162 (remove_files) COMPLETE
43682024-08-19T15:47:08.088Z[ recovery-image] Aug 19 15:47:06.756 INFO O| Aug 19 15:47:06.756 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-19T15:47:08.093Z[ recovery-image] Aug 19 15:47:06.765 INFO O| Aug 19 15:47:06.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43702024-08-19T15:47:08.096Z[ recovery-image] Aug 19 15:47:06.765 INFO O| Aug 19 15:47:06.765 INFO STEP 163 (remove_files) COMPLETE
43712024-08-19T15:47:08.096Z[ recovery-image] Aug 19 15:47:06.765 INFO O| Aug 19 15:47:06.765 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-19T15:47:08.103Z[ recovery-image] Aug 19 15:47:06.775 INFO O| Aug 19 15:47:06.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43732024-08-19T15:47:08.105Z[ recovery-image] Aug 19 15:47:06.775 INFO O| Aug 19 15:47:06.775 INFO STEP 164 (remove_files) COMPLETE
43742024-08-19T15:47:08.105Z[ recovery-image] Aug 19 15:47:06.775 INFO O| Aug 19 15:47:06.775 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-19T15:47:08.112Z[ recovery-image] Aug 19 15:47:06.784 INFO O| Aug 19 15:47:06.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43762024-08-19T15:47:08.114Z[ recovery-image] Aug 19 15:47:06.784 INFO O| Aug 19 15:47:06.784 INFO STEP 165 (remove_files) COMPLETE
43772024-08-19T15:47:08.114Z[ recovery-image] Aug 19 15:47:06.784 INFO O| Aug 19 15:47:06.784 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-19T15:47:08.121Z[ recovery-image] Aug 19 15:47:06.793 INFO O| Aug 19 15:47:06.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43792024-08-19T15:47:08.124Z[ recovery-image] Aug 19 15:47:06.793 INFO O| Aug 19 15:47:06.793 INFO STEP 166 (remove_files) COMPLETE
43802024-08-19T15:47:08.124Z[ recovery-image] Aug 19 15:47:06.793 INFO O| Aug 19 15:47:06.793 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-19T15:47:08.131Z[ recovery-image] Aug 19 15:47:06.802 INFO O| Aug 19 15:47:06.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43822024-08-19T15:47:08.131Z[ recovery-image] Aug 19 15:47:06.802 INFO O| Aug 19 15:47:06.802 INFO STEP 167 (remove_files) COMPLETE
43832024-08-19T15:47:08.134Z[ recovery-image] Aug 19 15:47:06.802 INFO O| Aug 19 15:47:06.802 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-19T15:47:08.140Z[ recovery-image] Aug 19 15:47:06.812 INFO O| Aug 19 15:47:06.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43852024-08-19T15:47:08.140Z[ recovery-image] Aug 19 15:47:06.812 INFO O| Aug 19 15:47:06.812 INFO STEP 168 (remove_files) COMPLETE
43862024-08-19T15:47:08.142Z[ recovery-image] Aug 19 15:47:06.812 INFO O| Aug 19 15:47:06.812 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-19T15:47:08.149Z[ recovery-image] Aug 19 15:47:06.821 INFO O| Aug 19 15:47:06.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43882024-08-19T15:47:08.149Z[ recovery-image] Aug 19 15:47:06.821 INFO O| Aug 19 15:47:06.821 INFO STEP 169 (remove_files) COMPLETE
43892024-08-19T15:47:08.151Z[ recovery-image] Aug 19 15:47:06.821 INFO O| Aug 19 15:47:06.821 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-19T15:47:08.158Z[ recovery-image] Aug 19 15:47:06.830 INFO O| Aug 19 15:47:06.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43912024-08-19T15:47:08.158Z[ recovery-image] Aug 19 15:47:06.830 INFO O| Aug 19 15:47:06.830 INFO STEP 170 (remove_files) COMPLETE
43922024-08-19T15:47:08.161Z[ recovery-image] Aug 19 15:47:06.830 INFO O| Aug 19 15:47:06.830 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-19T15:47:08.167Z[ recovery-image] Aug 19 15:47:06.839 INFO O| Aug 19 15:47:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43942024-08-19T15:47:08.167Z[ recovery-image] Aug 19 15:47:06.839 INFO O| Aug 19 15:47:06.839 INFO STEP 171 (remove_files) COMPLETE
43952024-08-19T15:47:08.170Z[ recovery-image] Aug 19 15:47:06.839 INFO O| Aug 19 15:47:06.839 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-19T15:47:08.176Z[ recovery-image] Aug 19 15:47:06.848 INFO O| Aug 19 15:47:06.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43972024-08-19T15:47:08.179Z[ recovery-image] Aug 19 15:47:06.849 INFO O| Aug 19 15:47:06.849 INFO STEP 172 (remove_files) COMPLETE
43982024-08-19T15:47:08.179Z[ recovery-image] Aug 19 15:47:06.849 INFO O| Aug 19 15:47:06.849 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-19T15:47:08.186Z[ recovery-image] Aug 19 15:47:06.858 INFO O| Aug 19 15:47:06.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44002024-08-19T15:47:08.186Z[ recovery-image] Aug 19 15:47:06.858 INFO O| Aug 19 15:47:06.858 INFO STEP 173 (remove_files) COMPLETE
44012024-08-19T15:47:08.186Z[ recovery-image] Aug 19 15:47:06.858 INFO O| Aug 19 15:47:06.858 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-19T15:47:08.195Z[ recovery-image] Aug 19 15:47:06.867 INFO O| Aug 19 15:47:06.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44032024-08-19T15:47:08.195Z[ recovery-image] Aug 19 15:47:06.867 INFO O| Aug 19 15:47:06.867 INFO STEP 174 (remove_files) COMPLETE
44042024-08-19T15:47:08.198Z[ recovery-image] Aug 19 15:47:06.867 INFO O| Aug 19 15:47:06.867 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-19T15:47:08.204Z[ recovery-image] Aug 19 15:47:06.876 INFO O| Aug 19 15:47:06.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44062024-08-19T15:47:08.206Z[ recovery-image] Aug 19 15:47:06.876 INFO O| Aug 19 15:47:06.876 INFO STEP 175 (remove_files) COMPLETE
44072024-08-19T15:47:08.206Z[ recovery-image] Aug 19 15:47:06.876 INFO O| Aug 19 15:47:06.876 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-19T15:47:08.214Z[ recovery-image] Aug 19 15:47:06.886 INFO O| Aug 19 15:47:06.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44092024-08-19T15:47:08.217Z[ recovery-image] Aug 19 15:47:06.886 INFO O| Aug 19 15:47:06.886 INFO STEP 176 (remove_files) COMPLETE
44102024-08-19T15:47:08.217Z[ recovery-image] Aug 19 15:47:06.886 INFO O| Aug 19 15:47:06.886 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-19T15:47:08.223Z[ recovery-image] Aug 19 15:47:06.895 INFO O| Aug 19 15:47:06.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44122024-08-19T15:47:08.223Z[ recovery-image] Aug 19 15:47:06.895 INFO O| Aug 19 15:47:06.895 INFO STEP 177 (remove_files) COMPLETE
44132024-08-19T15:47:08.223Z[ recovery-image] Aug 19 15:47:06.895 INFO O| Aug 19 15:47:06.895 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-19T15:47:08.232Z[ recovery-image] Aug 19 15:47:06.904 INFO O| Aug 19 15:47:06.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44152024-08-19T15:47:08.234Z[ recovery-image] Aug 19 15:47:06.905 INFO O| Aug 19 15:47:06.905 INFO STEP 178 (remove_files) COMPLETE
44162024-08-19T15:47:08.234Z[ recovery-image] Aug 19 15:47:06.905 INFO O| Aug 19 15:47:06.905 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-19T15:47:08.242Z[ recovery-image] Aug 19 15:47:06.914 INFO O| Aug 19 15:47:06.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44182024-08-19T15:47:08.242Z[ recovery-image] Aug 19 15:47:06.914 INFO O| Aug 19 15:47:06.914 INFO STEP 179 (remove_files) COMPLETE
44192024-08-19T15:47:08.242Z[ recovery-image] Aug 19 15:47:06.914 INFO O| Aug 19 15:47:06.914 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-19T15:47:08.251Z[ recovery-image] Aug 19 15:47:06.923 INFO O| Aug 19 15:47:06.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44212024-08-19T15:47:08.251Z[ recovery-image] Aug 19 15:47:06.923 INFO O| Aug 19 15:47:06.923 INFO STEP 180 (remove_files) COMPLETE
44222024-08-19T15:47:08.251Z[ recovery-image] Aug 19 15:47:06.923 INFO O| Aug 19 15:47:06.923 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-19T15:47:08.260Z[ recovery-image] Aug 19 15:47:06.932 INFO O| Aug 19 15:47:06.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44242024-08-19T15:47:08.261Z[ recovery-image] Aug 19 15:47:06.932 INFO O| Aug 19 15:47:06.932 INFO STEP 181 (remove_files) COMPLETE
44252024-08-19T15:47:08.261Z[ recovery-image] Aug 19 15:47:06.933 INFO O| Aug 19 15:47:06.932 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-19T15:47:08.270Z[ recovery-image] Aug 19 15:47:06.942 INFO O| Aug 19 15:47:06.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44272024-08-19T15:47:08.270Z[ recovery-image] Aug 19 15:47:06.942 INFO O| Aug 19 15:47:06.942 INFO STEP 182 (remove_files) COMPLETE
44282024-08-19T15:47:08.273Z[ recovery-image] Aug 19 15:47:06.942 INFO O| Aug 19 15:47:06.942 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-19T15:47:08.280Z[ recovery-image] Aug 19 15:47:06.952 INFO O| Aug 19 15:47:06.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44302024-08-19T15:47:08.282Z[ recovery-image] Aug 19 15:47:06.952 INFO O| Aug 19 15:47:06.952 INFO STEP 183 (remove_files) COMPLETE
44312024-08-19T15:47:08.282Z[ recovery-image] Aug 19 15:47:06.952 INFO O| Aug 19 15:47:06.952 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-19T15:47:08.290Z[ recovery-image] Aug 19 15:47:06.962 INFO O| Aug 19 15:47:06.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44332024-08-19T15:47:08.290Z[ recovery-image] Aug 19 15:47:06.962 INFO O| Aug 19 15:47:06.962 INFO STEP 184 (remove_files) COMPLETE
44342024-08-19T15:47:08.290Z[ recovery-image] Aug 19 15:47:06.962 INFO O| Aug 19 15:47:06.962 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-19T15:47:08.299Z[ recovery-image] Aug 19 15:47:06.971 INFO O| Aug 19 15:47:06.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44362024-08-19T15:47:08.299Z[ recovery-image] Aug 19 15:47:06.971 INFO O| Aug 19 15:47:06.971 INFO STEP 185 (remove_files) COMPLETE
44372024-08-19T15:47:08.302Z[ recovery-image] Aug 19 15:47:06.971 INFO O| Aug 19 15:47:06.971 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-19T15:47:08.309Z[ recovery-image] Aug 19 15:47:06.981 INFO O| Aug 19 15:47:06.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44392024-08-19T15:47:08.309Z[ recovery-image] Aug 19 15:47:06.981 INFO O| Aug 19 15:47:06.981 INFO STEP 186 (remove_files) COMPLETE
44402024-08-19T15:47:08.311Z[ recovery-image] Aug 19 15:47:06.981 INFO O| Aug 19 15:47:06.981 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-19T15:47:08.318Z[ recovery-image] Aug 19 15:47:06.990 INFO O| Aug 19 15:47:06.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44422024-08-19T15:47:08.318Z[ recovery-image] Aug 19 15:47:06.990 INFO O| Aug 19 15:47:06.990 INFO STEP 187 (remove_files) COMPLETE
44432024-08-19T15:47:08.321Z[ recovery-image] Aug 19 15:47:06.990 INFO O| Aug 19 15:47:06.990 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-19T15:47:08.327Z[ recovery-image] Aug 19 15:47:06.999 INFO O| Aug 19 15:47:06.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44452024-08-19T15:47:08.329Z[ recovery-image] Aug 19 15:47:07.000 INFO O| Aug 19 15:47:07.000 INFO STEP 188 (remove_files) COMPLETE
44462024-08-19T15:47:08.330Z[ recovery-image] Aug 19 15:47:07.000 INFO O| Aug 19 15:47:07.000 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-19T15:47:08.338Z[ recovery-image] Aug 19 15:47:07.010 INFO O| Aug 19 15:47:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44482024-08-19T15:47:08.340Z[ recovery-image] Aug 19 15:47:07.010 INFO O| Aug 19 15:47:07.010 INFO STEP 189 (remove_files) COMPLETE
44492024-08-19T15:47:08.340Z[ recovery-image] Aug 19 15:47:07.010 INFO O| Aug 19 15:47:07.010 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-19T15:47:08.464Z[ recovery-image] Aug 19 15:47:07.019 INFO O| Aug 19 15:47:07.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44512024-08-19T15:47:08.465Z[ recovery-image] Aug 19 15:47:07.019 INFO O| Aug 19 15:47:07.019 INFO STEP 190 (remove_files) COMPLETE
44522024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.019 INFO O| Aug 19 15:47:07.019 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.028 INFO O| Aug 19 15:47:07.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44542024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.029 INFO O| Aug 19 15:47:07.029 INFO STEP 191 (remove_files) COMPLETE
44552024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.029 INFO O| Aug 19 15:47:07.029 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.038 INFO O| Aug 19 15:47:07.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44572024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.038 INFO O| Aug 19 15:47:07.038 INFO STEP 192 (remove_files) COMPLETE
44582024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.038 INFO O| Aug 19 15:47:07.038 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.047 INFO O| Aug 19 15:47:07.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44602024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.047 INFO O| Aug 19 15:47:07.047 INFO STEP 193 (remove_files) COMPLETE
44612024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.047 INFO O| Aug 19 15:47:07.047 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.056 INFO O| Aug 19 15:47:07.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44632024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.056 INFO O| Aug 19 15:47:07.056 INFO STEP 194 (remove_files) COMPLETE
44642024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.056 INFO O| Aug 19 15:47:07.056 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.065 INFO O| Aug 19 15:47:07.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44662024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.066 INFO O| Aug 19 15:47:07.066 INFO STEP 195 (remove_files) COMPLETE
44672024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.066 INFO O| Aug 19 15:47:07.066 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.075 INFO O| Aug 19 15:47:07.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44692024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.075 INFO O| Aug 19 15:47:07.075 INFO STEP 196 (remove_files) COMPLETE
44702024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.075 INFO O| Aug 19 15:47:07.075 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.084 INFO O| Aug 19 15:47:07.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44722024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.084 INFO O| Aug 19 15:47:07.084 INFO STEP 197 (remove_files) COMPLETE
44732024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.084 INFO O| Aug 19 15:47:07.084 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.093 INFO O| Aug 19 15:47:07.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44752024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.093 INFO O| Aug 19 15:47:07.093 INFO STEP 198 (remove_files) COMPLETE
44762024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.093 INFO O| Aug 19 15:47:07.093 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.102 INFO O| Aug 19 15:47:07.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44782024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.102 INFO O| Aug 19 15:47:07.102 INFO STEP 199 (remove_files) COMPLETE
44792024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.102 INFO O| Aug 19 15:47:07.102 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.111 INFO O| Aug 19 15:47:07.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44812024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.111 INFO O| Aug 19 15:47:07.111 INFO STEP 200 (remove_files) COMPLETE
44822024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.111 INFO O| Aug 19 15:47:07.111 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.120 INFO O| Aug 19 15:47:07.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44842024-08-19T15:47:08.469Z[ recovery-image] Aug 19 15:47:07.120 INFO O| Aug 19 15:47:07.120 INFO STEP 201 (remove_files) COMPLETE
44852024-08-19T15:47:08.470Z[ recovery-image] Aug 19 15:47:07.120 INFO O| Aug 19 15:47:07.120 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-19T15:47:08.470Z[ recovery-image] Aug 19 15:47:07.129 INFO O| Aug 19 15:47:07.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44872024-08-19T15:47:08.470Z[ recovery-image] Aug 19 15:47:07.130 INFO O| Aug 19 15:47:07.130 INFO STEP 202 (remove_files) COMPLETE
44882024-08-19T15:47:08.470Z[ recovery-image] Aug 19 15:47:07.130 INFO O| Aug 19 15:47:07.130 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-19T15:47:08.473Z[ recovery-image] Aug 19 15:47:07.139 INFO O| Aug 19 15:47:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44902024-08-19T15:47:08.473Z[ recovery-image] Aug 19 15:47:07.139 INFO O| Aug 19 15:47:07.139 INFO STEP 203 (remove_files) COMPLETE
44912024-08-19T15:47:08.473Z[ recovery-image] Aug 19 15:47:07.139 INFO O| Aug 19 15:47:07.139 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-19T15:47:08.477Z[ recovery-image] Aug 19 15:47:07.149 INFO O| Aug 19 15:47:07.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44932024-08-19T15:47:08.485Z[ recovery-image] Aug 19 15:47:07.149 INFO O| Aug 19 15:47:07.149 INFO STEP 204 (remove_files) COMPLETE
44942024-08-19T15:47:08.485Z[ recovery-image] Aug 19 15:47:07.149 INFO O| Aug 19 15:47:07.149 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-19T15:47:08.487Z[ recovery-image] Aug 19 15:47:07.159 INFO O| Aug 19 15:47:07.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44962024-08-19T15:47:08.487Z[ recovery-image] Aug 19 15:47:07.159 INFO O| Aug 19 15:47:07.159 INFO STEP 205 (remove_files) COMPLETE
44972024-08-19T15:47:08.487Z[ recovery-image] Aug 19 15:47:07.159 INFO O| Aug 19 15:47:07.159 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-19T15:47:08.497Z[ recovery-image] Aug 19 15:47:07.169 INFO O| Aug 19 15:47:07.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44992024-08-19T15:47:08.497Z[ recovery-image] Aug 19 15:47:07.169 INFO O| Aug 19 15:47:07.169 INFO STEP 206 (remove_files) COMPLETE
45002024-08-19T15:47:08.497Z[ recovery-image] Aug 19 15:47:07.169 INFO O| Aug 19 15:47:07.169 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-19T15:47:08.507Z[ recovery-image] Aug 19 15:47:07.179 INFO O| Aug 19 15:47:07.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45022024-08-19T15:47:08.507Z[ recovery-image] Aug 19 15:47:07.179 INFO O| Aug 19 15:47:07.179 INFO STEP 207 (remove_files) COMPLETE
45032024-08-19T15:47:08.507Z[ recovery-image] Aug 19 15:47:07.179 INFO O| Aug 19 15:47:07.179 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-19T15:47:08.517Z[ recovery-image] Aug 19 15:47:07.189 INFO O| Aug 19 15:47:07.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45052024-08-19T15:47:08.517Z[ recovery-image] Aug 19 15:47:07.189 INFO O| Aug 19 15:47:07.189 INFO STEP 208 (remove_files) COMPLETE
45062024-08-19T15:47:08.519Z[ recovery-image] Aug 19 15:47:07.189 INFO O| Aug 19 15:47:07.189 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-19T15:47:08.527Z[ recovery-image] Aug 19 15:47:07.199 INFO O| Aug 19 15:47:07.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45082024-08-19T15:47:08.529Z[ recovery-image] Aug 19 15:47:07.199 INFO O| Aug 19 15:47:07.199 INFO STEP 209 (remove_files) COMPLETE
45092024-08-19T15:47:08.529Z[ recovery-image] Aug 19 15:47:07.199 INFO O| Aug 19 15:47:07.199 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-19T15:47:08.537Z[ recovery-image] Aug 19 15:47:07.209 INFO O| Aug 19 15:47:07.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45112024-08-19T15:47:08.537Z[ recovery-image] Aug 19 15:47:07.209 INFO O| Aug 19 15:47:07.209 INFO STEP 210 (remove_files) COMPLETE
45122024-08-19T15:47:08.540Z[ recovery-image] Aug 19 15:47:07.209 INFO O| Aug 19 15:47:07.209 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-19T15:47:08.547Z[ recovery-image] Aug 19 15:47:07.219 INFO O| Aug 19 15:47:07.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45142024-08-19T15:47:08.547Z[ recovery-image] Aug 19 15:47:07.219 INFO O| Aug 19 15:47:07.219 INFO STEP 211 (remove_files) COMPLETE
45152024-08-19T15:47:08.549Z[ recovery-image] Aug 19 15:47:07.219 INFO O| Aug 19 15:47:07.219 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-19T15:47:08.557Z[ recovery-image] Aug 19 15:47:07.229 INFO O| Aug 19 15:47:07.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45172024-08-19T15:47:08.559Z[ recovery-image] Aug 19 15:47:07.229 INFO O| Aug 19 15:47:07.229 INFO STEP 212 (remove_files) COMPLETE
45182024-08-19T15:47:08.559Z[ recovery-image] Aug 19 15:47:07.229 INFO O| Aug 19 15:47:07.229 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-19T15:47:08.567Z[ recovery-image] Aug 19 15:47:07.239 INFO O| Aug 19 15:47:07.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45202024-08-19T15:47:08.567Z[ recovery-image] Aug 19 15:47:07.239 INFO O| Aug 19 15:47:07.239 INFO STEP 213 (remove_files) COMPLETE
45212024-08-19T15:47:08.567Z[ recovery-image] Aug 19 15:47:07.239 INFO O| Aug 19 15:47:07.239 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-19T15:47:08.576Z[ recovery-image] Aug 19 15:47:07.248 INFO O| Aug 19 15:47:07.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45232024-08-19T15:47:08.579Z[ recovery-image] Aug 19 15:47:07.248 INFO O| Aug 19 15:47:07.248 INFO STEP 214 (remove_files) COMPLETE
45242024-08-19T15:47:08.579Z[ recovery-image] Aug 19 15:47:07.248 INFO O| Aug 19 15:47:07.248 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-19T15:47:08.586Z[ recovery-image] Aug 19 15:47:07.258 INFO O| Aug 19 15:47:07.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45262024-08-19T15:47:08.586Z[ recovery-image] Aug 19 15:47:07.258 INFO O| Aug 19 15:47:07.258 INFO STEP 215 (remove_files) COMPLETE
45272024-08-19T15:47:08.589Z[ recovery-image] Aug 19 15:47:07.258 INFO O| Aug 19 15:47:07.258 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-19T15:47:08.595Z[ recovery-image] Aug 19 15:47:07.267 INFO O| Aug 19 15:47:07.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45292024-08-19T15:47:08.595Z[ recovery-image] Aug 19 15:47:07.267 INFO O| Aug 19 15:47:07.267 INFO STEP 216 (remove_files) COMPLETE
45302024-08-19T15:47:08.598Z[ recovery-image] Aug 19 15:47:07.267 INFO O| Aug 19 15:47:07.267 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-19T15:47:08.605Z[ recovery-image] Aug 19 15:47:07.276 INFO O| Aug 19 15:47:07.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45322024-08-19T15:47:08.605Z[ recovery-image] Aug 19 15:47:07.276 INFO O| Aug 19 15:47:07.276 INFO STEP 217 (remove_files) COMPLETE
45332024-08-19T15:47:08.607Z[ recovery-image] Aug 19 15:47:07.277 INFO O| Aug 19 15:47:07.276 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-19T15:47:08.614Z[ recovery-image] Aug 19 15:47:07.286 INFO O| Aug 19 15:47:07.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45352024-08-19T15:47:08.614Z[ recovery-image] Aug 19 15:47:07.286 INFO O| Aug 19 15:47:07.286 INFO STEP 218 (remove_files) COMPLETE
45362024-08-19T15:47:08.616Z[ recovery-image] Aug 19 15:47:07.286 INFO O| Aug 19 15:47:07.286 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-19T15:47:08.623Z[ recovery-image] Aug 19 15:47:07.295 INFO O| Aug 19 15:47:07.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45382024-08-19T15:47:08.623Z[ recovery-image] Aug 19 15:47:07.295 INFO O| Aug 19 15:47:07.295 INFO STEP 219 (remove_files) COMPLETE
45392024-08-19T15:47:08.623Z[ recovery-image] Aug 19 15:47:07.295 INFO O| Aug 19 15:47:07.295 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-19T15:47:08.632Z[ recovery-image] Aug 19 15:47:07.304 INFO O| Aug 19 15:47:07.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45412024-08-19T15:47:08.632Z[ recovery-image] Aug 19 15:47:07.304 INFO O| Aug 19 15:47:07.304 INFO STEP 220 (remove_files) COMPLETE
45422024-08-19T15:47:08.632Z[ recovery-image] Aug 19 15:47:07.304 INFO O| Aug 19 15:47:07.304 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-19T15:47:08.642Z[ recovery-image] Aug 19 15:47:07.314 INFO O| Aug 19 15:47:07.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45442024-08-19T15:47:08.642Z[ recovery-image] Aug 19 15:47:07.314 INFO O| Aug 19 15:47:07.314 INFO STEP 221 (remove_files) COMPLETE
45452024-08-19T15:47:08.642Z[ recovery-image] Aug 19 15:47:07.314 INFO O| Aug 19 15:47:07.314 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-19T15:47:08.651Z[ recovery-image] Aug 19 15:47:07.323 INFO O| Aug 19 15:47:07.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45472024-08-19T15:47:08.651Z[ recovery-image] Aug 19 15:47:07.323 INFO O| Aug 19 15:47:07.323 INFO STEP 222 (remove_files) COMPLETE
45482024-08-19T15:47:08.654Z[ recovery-image] Aug 19 15:47:07.323 INFO O| Aug 19 15:47:07.323 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-19T15:47:08.660Z[ recovery-image] Aug 19 15:47:07.332 INFO O| Aug 19 15:47:07.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45502024-08-19T15:47:08.660Z[ recovery-image] Aug 19 15:47:07.332 INFO O| Aug 19 15:47:07.332 INFO STEP 223 (remove_files) COMPLETE
45512024-08-19T15:47:08.660Z[ recovery-image] Aug 19 15:47:07.332 INFO O| Aug 19 15:47:07.332 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-19T15:47:08.670Z[ recovery-image] Aug 19 15:47:07.341 INFO O| Aug 19 15:47:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45532024-08-19T15:47:08.670Z[ recovery-image] Aug 19 15:47:07.342 INFO O| Aug 19 15:47:07.342 INFO STEP 224 (remove_files) COMPLETE
45542024-08-19T15:47:08.672Z[ recovery-image] Aug 19 15:47:07.342 INFO O| Aug 19 15:47:07.342 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-19T15:47:08.679Z[ recovery-image] Aug 19 15:47:07.351 INFO O| Aug 19 15:47:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45562024-08-19T15:47:08.681Z[ recovery-image] Aug 19 15:47:07.351 INFO O| Aug 19 15:47:07.351 INFO STEP 225 (remove_files) COMPLETE
45572024-08-19T15:47:08.681Z[ recovery-image] Aug 19 15:47:07.351 INFO O| Aug 19 15:47:07.351 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-19T15:47:08.688Z[ recovery-image] Aug 19 15:47:07.360 INFO O| Aug 19 15:47:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45592024-08-19T15:47:08.688Z[ recovery-image] Aug 19 15:47:07.360 INFO O| Aug 19 15:47:07.360 INFO STEP 226 (remove_files) COMPLETE
45602024-08-19T15:47:08.688Z[ recovery-image] Aug 19 15:47:07.360 INFO O| Aug 19 15:47:07.360 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-19T15:47:08.700Z[ recovery-image] Aug 19 15:47:07.369 INFO O| Aug 19 15:47:07.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45622024-08-19T15:47:08.700Z[ recovery-image] Aug 19 15:47:07.369 INFO O| Aug 19 15:47:07.369 INFO STEP 227 (remove_files) COMPLETE
45632024-08-19T15:47:08.700Z[ recovery-image] Aug 19 15:47:07.369 INFO O| Aug 19 15:47:07.369 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-19T15:47:08.707Z[ recovery-image] Aug 19 15:47:07.378 INFO O| Aug 19 15:47:07.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45652024-08-19T15:47:08.707Z[ recovery-image] Aug 19 15:47:07.379 INFO O| Aug 19 15:47:07.379 INFO STEP 228 (remove_files) COMPLETE
45662024-08-19T15:47:08.707Z[ recovery-image] Aug 19 15:47:07.379 INFO O| Aug 19 15:47:07.379 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-19T15:47:08.716Z[ recovery-image] Aug 19 15:47:07.388 INFO O| Aug 19 15:47:07.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45682024-08-19T15:47:08.716Z[ recovery-image] Aug 19 15:47:07.388 INFO O| Aug 19 15:47:07.388 INFO STEP 229 (remove_files) COMPLETE
45692024-08-19T15:47:08.716Z[ recovery-image] Aug 19 15:47:07.388 INFO O| Aug 19 15:47:07.388 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-19T15:47:08.725Z[ recovery-image] Aug 19 15:47:07.397 INFO O| Aug 19 15:47:07.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45712024-08-19T15:47:08.725Z[ recovery-image] Aug 19 15:47:07.397 INFO O| Aug 19 15:47:07.397 INFO STEP 230 (remove_files) COMPLETE
45722024-08-19T15:47:08.725Z[ recovery-image] Aug 19 15:47:07.397 INFO O| Aug 19 15:47:07.397 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-19T15:47:08.734Z[ recovery-image] Aug 19 15:47:07.406 INFO O| Aug 19 15:47:07.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45742024-08-19T15:47:08.737Z[ recovery-image] Aug 19 15:47:07.407 INFO O| Aug 19 15:47:07.407 INFO STEP 231 (remove_files) COMPLETE
45752024-08-19T15:47:08.737Z[ recovery-image] Aug 19 15:47:07.407 INFO O| Aug 19 15:47:07.407 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-19T15:47:08.744Z[ recovery-image] Aug 19 15:47:07.416 INFO O| Aug 19 15:47:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45772024-08-19T15:47:08.746Z[ recovery-image] Aug 19 15:47:07.416 INFO O| Aug 19 15:47:07.416 INFO STEP 232 (remove_files) COMPLETE
45782024-08-19T15:47:08.746Z[ recovery-image] Aug 19 15:47:07.416 INFO O| Aug 19 15:47:07.416 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-19T15:47:08.753Z[ recovery-image] Aug 19 15:47:07.425 INFO O| Aug 19 15:47:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45802024-08-19T15:47:08.753Z[ recovery-image] Aug 19 15:47:07.425 INFO O| Aug 19 15:47:07.425 INFO STEP 233 (remove_files) COMPLETE
45812024-08-19T15:47:08.753Z[ recovery-image] Aug 19 15:47:07.425 INFO O| Aug 19 15:47:07.425 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-19T15:47:08.762Z[ recovery-image] Aug 19 15:47:07.434 INFO O| Aug 19 15:47:07.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45832024-08-19T15:47:08.762Z[ recovery-image] Aug 19 15:47:07.434 INFO O| Aug 19 15:47:07.434 INFO STEP 234 (remove_files) COMPLETE
45842024-08-19T15:47:08.765Z[ recovery-image] Aug 19 15:47:07.434 INFO O| Aug 19 15:47:07.434 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-08-19T15:47:08.771Z[ recovery-image] Aug 19 15:47:07.443 INFO O| Aug 19 15:47:07.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45862024-08-19T15:47:08.771Z[ recovery-image] Aug 19 15:47:07.443 INFO O| Aug 19 15:47:07.443 INFO STEP 235 (remove_files) COMPLETE
45872024-08-19T15:47:08.774Z[ recovery-image] Aug 19 15:47:07.443 INFO O| Aug 19 15:47:07.443 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-19T15:47:08.781Z[ recovery-image] Aug 19 15:47:07.452 INFO O| Aug 19 15:47:07.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45892024-08-19T15:47:08.781Z[ recovery-image] Aug 19 15:47:07.452 INFO O| Aug 19 15:47:07.452 INFO STEP 236 (remove_files) COMPLETE
45902024-08-19T15:47:08.783Z[ recovery-image] Aug 19 15:47:07.453 INFO O| Aug 19 15:47:07.452 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-19T15:47:08.790Z[ recovery-image] Aug 19 15:47:07.462 INFO O| Aug 19 15:47:07.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45922024-08-19T15:47:08.790Z[ recovery-image] Aug 19 15:47:07.462 INFO O| Aug 19 15:47:07.462 INFO STEP 237 (remove_files) COMPLETE
45932024-08-19T15:47:08.794Z[ recovery-image] Aug 19 15:47:07.462 INFO O| Aug 19 15:47:07.462 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-19T15:47:08.799Z[ recovery-image] Aug 19 15:47:07.471 INFO O| Aug 19 15:47:07.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45952024-08-19T15:47:08.799Z[ recovery-image] Aug 19 15:47:07.471 INFO O| Aug 19 15:47:07.471 INFO STEP 238 (remove_files) COMPLETE
45962024-08-19T15:47:08.801Z[ recovery-image] Aug 19 15:47:07.471 INFO O| Aug 19 15:47:07.471 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-19T15:47:08.808Z[ recovery-image] Aug 19 15:47:07.480 INFO O| Aug 19 15:47:07.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45982024-08-19T15:47:08.808Z[ recovery-image] Aug 19 15:47:07.480 INFO O| Aug 19 15:47:07.480 INFO STEP 239 (remove_files) COMPLETE
45992024-08-19T15:47:08.808Z[ recovery-image] Aug 19 15:47:07.480 INFO O| Aug 19 15:47:07.480 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-19T15:47:08.818Z[ recovery-image] Aug 19 15:47:07.489 INFO O| Aug 19 15:47:07.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46012024-08-19T15:47:08.818Z[ recovery-image] Aug 19 15:47:07.489 INFO O| Aug 19 15:47:07.489 INFO STEP 240 (remove_files) COMPLETE
46022024-08-19T15:47:08.820Z[ recovery-image] Aug 19 15:47:07.489 INFO O| Aug 19 15:47:07.489 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-19T15:47:08.827Z[ recovery-image] Aug 19 15:47:07.498 INFO O| Aug 19 15:47:07.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46042024-08-19T15:47:08.827Z[ recovery-image] Aug 19 15:47:07.498 INFO O| Aug 19 15:47:07.498 INFO STEP 241 (remove_files) COMPLETE
46052024-08-19T15:47:08.829Z[ recovery-image] Aug 19 15:47:07.498 INFO O| Aug 19 15:47:07.498 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-19T15:47:08.836Z[ recovery-image] Aug 19 15:47:07.508 INFO O| Aug 19 15:47:07.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46072024-08-19T15:47:08.836Z[ recovery-image] Aug 19 15:47:07.508 INFO O| Aug 19 15:47:07.508 INFO STEP 242 (remove_files) COMPLETE
46082024-08-19T15:47:08.836Z[ recovery-image] Aug 19 15:47:07.508 INFO O| Aug 19 15:47:07.508 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-19T15:47:08.845Z[ recovery-image] Aug 19 15:47:07.517 INFO O| Aug 19 15:47:07.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46102024-08-19T15:47:08.845Z[ recovery-image] Aug 19 15:47:07.517 INFO O| Aug 19 15:47:07.517 INFO STEP 243 (remove_files) COMPLETE
46112024-08-19T15:47:08.847Z[ recovery-image] Aug 19 15:47:07.517 INFO O| Aug 19 15:47:07.517 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-19T15:47:08.854Z[ recovery-image] Aug 19 15:47:07.526 INFO O| Aug 19 15:47:07.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46132024-08-19T15:47:08.854Z[ recovery-image] Aug 19 15:47:07.526 INFO O| Aug 19 15:47:07.526 INFO STEP 244 (remove_files) COMPLETE
46142024-08-19T15:47:08.856Z[ recovery-image] Aug 19 15:47:07.526 INFO O| Aug 19 15:47:07.526 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-19T15:47:08.863Z[ recovery-image] Aug 19 15:47:07.535 INFO O| Aug 19 15:47:07.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46162024-08-19T15:47:08.863Z[ recovery-image] Aug 19 15:47:07.535 INFO O| Aug 19 15:47:07.535 INFO STEP 245 (remove_files) COMPLETE
46172024-08-19T15:47:08.866Z[ recovery-image] Aug 19 15:47:07.535 INFO O| Aug 19 15:47:07.535 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-19T15:47:08.875Z[ recovery-image] Aug 19 15:47:07.547 INFO O| Aug 19 15:47:07.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46192024-08-19T15:47:08.875Z[ recovery-image] Aug 19 15:47:07.547 INFO O| Aug 19 15:47:07.547 INFO STEP 246 (remove_files) COMPLETE
46202024-08-19T15:47:08.878Z[ recovery-image] Aug 19 15:47:07.547 INFO O| Aug 19 15:47:07.547 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-19T15:47:08.885Z[ recovery-image] Aug 19 15:47:07.557 INFO O| Aug 19 15:47:07.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46222024-08-19T15:47:08.885Z[ recovery-image] Aug 19 15:47:07.557 INFO O| Aug 19 15:47:07.557 INFO STEP 247 (remove_files) COMPLETE
46232024-08-19T15:47:08.887Z[ recovery-image] Aug 19 15:47:07.557 INFO O| Aug 19 15:47:07.557 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-19T15:47:08.894Z[ recovery-image] Aug 19 15:47:07.566 INFO O| Aug 19 15:47:07.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46252024-08-19T15:47:08.894Z[ recovery-image] Aug 19 15:47:07.566 INFO O| Aug 19 15:47:07.566 INFO STEP 248 (remove_files) COMPLETE
46262024-08-19T15:47:08.897Z[ recovery-image] Aug 19 15:47:07.566 INFO O| Aug 19 15:47:07.566 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-19T15:47:08.904Z[ recovery-image] Aug 19 15:47:07.576 INFO O| Aug 19 15:47:07.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46282024-08-19T15:47:08.904Z[ recovery-image] Aug 19 15:47:07.576 INFO O| Aug 19 15:47:07.576 INFO STEP 249 (remove_files) COMPLETE
46292024-08-19T15:47:08.906Z[ recovery-image] Aug 19 15:47:07.576 INFO O| Aug 19 15:47:07.576 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-19T15:47:08.915Z[ recovery-image] Aug 19 15:47:07.586 INFO O| Aug 19 15:47:07.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46312024-08-19T15:47:08.917Z[ recovery-image] Aug 19 15:47:07.587 INFO O| Aug 19 15:47:07.587 INFO STEP 250 (remove_files) COMPLETE
46322024-08-19T15:47:08.917Z[ recovery-image] Aug 19 15:47:07.587 INFO O| Aug 19 15:47:07.587 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-19T15:47:08.917Z[ host-image] Aug 19 15:47:07.587 INFO O| Aug 19 15:47:07.587 INFO O| Done
46342024-08-19T15:47:08.926Z[ recovery-image] Aug 19 15:47:07.598 INFO O| Aug 19 15:47:07.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46352024-08-19T15:47:08.926Z[ recovery-image] Aug 19 15:47:07.598 INFO O| Aug 19 15:47:07.598 INFO STEP 251 (remove_files) COMPLETE
46362024-08-19T15:47:08.926Z[ recovery-image] Aug 19 15:47:07.598 INFO O| Aug 19 15:47:07.598 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-19T15:47:08.936Z[ recovery-image] Aug 19 15:47:07.607 INFO O| Aug 19 15:47:07.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46382024-08-19T15:47:08.936Z[ recovery-image] Aug 19 15:47:07.608 INFO O| Aug 19 15:47:07.608 INFO STEP 252 (remove_files) COMPLETE
46392024-08-19T15:47:08.938Z[ recovery-image] Aug 19 15:47:07.608 INFO O| Aug 19 15:47:07.608 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-19T15:47:08.941Z[ host-image] Aug 19 15:47:07.610 INFO O| Aug 19 15:47:07.610 INFO O| Done
46412024-08-19T15:47:08.948Z[ recovery-image] Aug 19 15:47:07.620 INFO O| Aug 19 15:47:07.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46422024-08-19T15:47:08.948Z[ recovery-image] Aug 19 15:47:07.620 INFO O| Aug 19 15:47:07.620 INFO STEP 253 (remove_files) COMPLETE
46432024-08-19T15:47:08.950Z[ recovery-image] Aug 19 15:47:07.620 INFO O| Aug 19 15:47:07.620 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-19T15:47:08.958Z[ recovery-image] Aug 19 15:47:07.630 INFO O| Aug 19 15:47:07.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46452024-08-19T15:47:08.958Z[ recovery-image] Aug 19 15:47:07.630 INFO O| Aug 19 15:47:07.630 INFO STEP 254 (remove_files) COMPLETE
46462024-08-19T15:47:08.958Z[ recovery-image] Aug 19 15:47:07.630 INFO O| Aug 19 15:47:07.630 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-19T15:47:08.967Z[ recovery-image] Aug 19 15:47:07.639 INFO O| Aug 19 15:47:07.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46482024-08-19T15:47:08.967Z[ recovery-image] Aug 19 15:47:07.639 INFO O| Aug 19 15:47:07.639 INFO STEP 255 (remove_files) COMPLETE
46492024-08-19T15:47:08.970Z[ recovery-image] Aug 19 15:47:07.639 INFO O| Aug 19 15:47:07.639 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-19T15:47:08.982Z[ recovery-image] Aug 19 15:47:07.651 INFO O| Aug 19 15:47:07.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46512024-08-19T15:47:08.982Z[ recovery-image] Aug 19 15:47:07.651 INFO O| Aug 19 15:47:07.651 INFO STEP 256 (remove_files) COMPLETE
46522024-08-19T15:47:08.982Z[ recovery-image] Aug 19 15:47:07.651 INFO O| Aug 19 15:47:07.651 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-19T15:47:08.989Z[ recovery-image] Aug 19 15:47:07.661 INFO O| Aug 19 15:47:07.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46542024-08-19T15:47:08.989Z[ recovery-image] Aug 19 15:47:07.661 INFO O| Aug 19 15:47:07.661 INFO STEP 257 (remove_files) COMPLETE
46552024-08-19T15:47:08.989Z[ recovery-image] Aug 19 15:47:07.661 INFO O| Aug 19 15:47:07.661 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-19T15:47:09.001Z[ recovery-image] Aug 19 15:47:07.673 INFO O| Aug 19 15:47:07.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46572024-08-19T15:47:09.001Z[ recovery-image] Aug 19 15:47:07.673 INFO O| Aug 19 15:47:07.673 INFO STEP 258 (remove_files) COMPLETE
46582024-08-19T15:47:09.003Z[ recovery-image] Aug 19 15:47:07.673 INFO O| Aug 19 15:47:07.673 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-19T15:47:09.010Z[ recovery-image] Aug 19 15:47:07.682 INFO O| Aug 19 15:47:07.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46602024-08-19T15:47:09.010Z[ recovery-image] Aug 19 15:47:07.682 INFO O| Aug 19 15:47:07.682 INFO STEP 259 (remove_files) COMPLETE
46612024-08-19T15:47:09.012Z[ recovery-image] Aug 19 15:47:07.682 INFO O| Aug 19 15:47:07.682 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-19T15:47:09.021Z[ recovery-image] Aug 19 15:47:07.692 INFO O| Aug 19 15:47:07.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46632024-08-19T15:47:09.021Z[ recovery-image] Aug 19 15:47:07.692 INFO O| Aug 19 15:47:07.692 INFO STEP 260 (remove_files) COMPLETE
46642024-08-19T15:47:09.023Z[ recovery-image] Aug 19 15:47:07.692 INFO O| Aug 19 15:47:07.692 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-19T15:47:09.030Z[ recovery-image] Aug 19 15:47:07.702 INFO O| Aug 19 15:47:07.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46662024-08-19T15:47:09.030Z[ recovery-image] Aug 19 15:47:07.702 INFO O| Aug 19 15:47:07.702 INFO STEP 261 (remove_files) COMPLETE
46672024-08-19T15:47:09.030Z[ recovery-image] Aug 19 15:47:07.702 INFO O| Aug 19 15:47:07.702 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-19T15:47:09.040Z[ recovery-image] Aug 19 15:47:07.712 INFO O| Aug 19 15:47:07.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46692024-08-19T15:47:09.040Z[ recovery-image] Aug 19 15:47:07.712 INFO O| Aug 19 15:47:07.712 INFO STEP 262 (remove_files) COMPLETE
46702024-08-19T15:47:09.040Z[ recovery-image] Aug 19 15:47:07.712 INFO O| Aug 19 15:47:07.712 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-19T15:47:09.049Z[ recovery-image] Aug 19 15:47:07.721 INFO O| Aug 19 15:47:07.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46722024-08-19T15:47:09.049Z[ recovery-image] Aug 19 15:47:07.721 INFO O| Aug 19 15:47:07.721 INFO STEP 263 (remove_files) COMPLETE
46732024-08-19T15:47:09.049Z[ recovery-image] Aug 19 15:47:07.721 INFO O| Aug 19 15:47:07.721 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-19T15:47:09.061Z[ recovery-image] Aug 19 15:47:07.733 INFO O| Aug 19 15:47:07.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46752024-08-19T15:47:09.061Z[ recovery-image] Aug 19 15:47:07.733 INFO O| Aug 19 15:47:07.733 INFO STEP 264 (remove_files) COMPLETE
46762024-08-19T15:47:09.061Z[ recovery-image] Aug 19 15:47:07.733 INFO O| Aug 19 15:47:07.733 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-19T15:47:09.071Z[ recovery-image] Aug 19 15:47:07.742 INFO O| Aug 19 15:47:07.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46782024-08-19T15:47:09.071Z[ recovery-image] Aug 19 15:47:07.742 INFO O| Aug 19 15:47:07.742 INFO STEP 265 (remove_files) COMPLETE
46792024-08-19T15:47:09.071Z[ recovery-image] Aug 19 15:47:07.742 INFO O| Aug 19 15:47:07.742 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-19T15:47:09.081Z[ recovery-image] Aug 19 15:47:07.753 INFO O| Aug 19 15:47:07.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46812024-08-19T15:47:09.081Z[ recovery-image] Aug 19 15:47:07.753 INFO O| Aug 19 15:47:07.753 INFO STEP 266 (remove_files) COMPLETE
46822024-08-19T15:47:09.081Z[ recovery-image] Aug 19 15:47:07.753 INFO O| Aug 19 15:47:07.753 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-19T15:47:09.091Z[ recovery-image] Aug 19 15:47:07.763 INFO O| Aug 19 15:47:07.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46842024-08-19T15:47:09.093Z[ recovery-image] Aug 19 15:47:07.763 INFO O| Aug 19 15:47:07.763 INFO STEP 267 (remove_files) COMPLETE
46852024-08-19T15:47:09.093Z[ recovery-image] Aug 19 15:47:07.763 INFO O| Aug 19 15:47:07.763 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-19T15:47:09.100Z[ recovery-image] Aug 19 15:47:07.772 INFO O| Aug 19 15:47:07.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46872024-08-19T15:47:09.100Z[ recovery-image] Aug 19 15:47:07.772 INFO O| Aug 19 15:47:07.772 INFO STEP 268 (remove_files) COMPLETE
46882024-08-19T15:47:09.100Z[ recovery-image] Aug 19 15:47:07.772 INFO O| Aug 19 15:47:07.772 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-19T15:47:09.110Z[ recovery-image] Aug 19 15:47:07.781 INFO O| Aug 19 15:47:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46902024-08-19T15:47:09.110Z[ recovery-image] Aug 19 15:47:07.781 INFO O| Aug 19 15:47:07.781 INFO STEP 269 (remove_files) COMPLETE
46912024-08-19T15:47:09.110Z[ recovery-image] Aug 19 15:47:07.781 INFO O| Aug 19 15:47:07.781 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-19T15:47:09.119Z[ recovery-image] Aug 19 15:47:07.791 INFO O| Aug 19 15:47:07.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46932024-08-19T15:47:09.119Z[ recovery-image] Aug 19 15:47:07.791 INFO O| Aug 19 15:47:07.791 INFO STEP 270 (remove_files) COMPLETE
46942024-08-19T15:47:09.121Z[ recovery-image] Aug 19 15:47:07.791 INFO O| Aug 19 15:47:07.791 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-19T15:47:09.128Z[ recovery-image] Aug 19 15:47:07.800 INFO O| Aug 19 15:47:07.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46962024-08-19T15:47:09.130Z[ recovery-image] Aug 19 15:47:07.800 INFO O| Aug 19 15:47:07.800 INFO STEP 271 (remove_files) COMPLETE
46972024-08-19T15:47:09.130Z[ recovery-image] Aug 19 15:47:07.800 INFO O| Aug 19 15:47:07.800 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-19T15:47:09.137Z[ recovery-image] Aug 19 15:47:07.809 INFO O| Aug 19 15:47:07.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46992024-08-19T15:47:09.139Z[ recovery-image] Aug 19 15:47:07.809 INFO O| Aug 19 15:47:07.809 INFO STEP 272 (remove_files) COMPLETE
47002024-08-19T15:47:09.139Z[ recovery-image] Aug 19 15:47:07.809 INFO O| Aug 19 15:47:07.809 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-19T15:47:09.146Z[ recovery-image] Aug 19 15:47:07.818 INFO O| Aug 19 15:47:07.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47022024-08-19T15:47:09.149Z[ recovery-image] Aug 19 15:47:07.818 INFO O| Aug 19 15:47:07.818 INFO STEP 273 (remove_files) COMPLETE
47032024-08-19T15:47:09.149Z[ recovery-image] Aug 19 15:47:07.818 INFO O| Aug 19 15:47:07.818 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-19T15:47:09.156Z[ recovery-image] Aug 19 15:47:07.828 INFO O| Aug 19 15:47:07.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47052024-08-19T15:47:09.158Z[ recovery-image] Aug 19 15:47:07.828 INFO O| Aug 19 15:47:07.828 INFO STEP 274 (remove_files) COMPLETE
47062024-08-19T15:47:09.158Z[ recovery-image] Aug 19 15:47:07.828 INFO O| Aug 19 15:47:07.828 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-19T15:47:09.165Z[ recovery-image] Aug 19 15:47:07.837 INFO O| Aug 19 15:47:07.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47082024-08-19T15:47:09.166Z[ recovery-image] Aug 19 15:47:07.837 INFO O| Aug 19 15:47:07.837 INFO STEP 275 (remove_files) COMPLETE
47092024-08-19T15:47:09.168Z[ recovery-image] Aug 19 15:47:07.837 INFO O| Aug 19 15:47:07.837 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-19T15:47:09.175Z[ recovery-image] Aug 19 15:47:07.847 INFO O| Aug 19 15:47:07.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47112024-08-19T15:47:09.175Z[ recovery-image] Aug 19 15:47:07.847 INFO O| Aug 19 15:47:07.847 INFO STEP 276 (remove_files) COMPLETE
47122024-08-19T15:47:09.175Z[ recovery-image] Aug 19 15:47:07.847 INFO O| Aug 19 15:47:07.847 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-19T15:47:09.184Z[ recovery-image] Aug 19 15:47:07.856 INFO O| Aug 19 15:47:07.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47142024-08-19T15:47:09.184Z[ recovery-image] Aug 19 15:47:07.856 INFO O| Aug 19 15:47:07.856 INFO STEP 277 (remove_files) COMPLETE
47152024-08-19T15:47:09.186Z[ recovery-image] Aug 19 15:47:07.856 INFO O| Aug 19 15:47:07.856 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-19T15:47:09.193Z[ recovery-image] Aug 19 15:47:07.865 INFO O| Aug 19 15:47:07.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47172024-08-19T15:47:09.193Z[ recovery-image] Aug 19 15:47:07.865 INFO O| Aug 19 15:47:07.865 INFO STEP 278 (remove_files) COMPLETE
47182024-08-19T15:47:09.196Z[ recovery-image] Aug 19 15:47:07.865 INFO O| Aug 19 15:47:07.865 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-19T15:47:09.203Z[ recovery-image] Aug 19 15:47:07.875 INFO O| Aug 19 15:47:07.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47202024-08-19T15:47:09.205Z[ recovery-image] Aug 19 15:47:07.875 INFO O| Aug 19 15:47:07.875 INFO STEP 279 (remove_files) COMPLETE
47212024-08-19T15:47:09.205Z[ recovery-image] Aug 19 15:47:07.875 INFO O| Aug 19 15:47:07.875 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-19T15:47:09.213Z[ recovery-image] Aug 19 15:47:07.885 INFO O| Aug 19 15:47:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47232024-08-19T15:47:09.213Z[ recovery-image] Aug 19 15:47:07.885 INFO O| Aug 19 15:47:07.885 INFO STEP 280 (remove_files) COMPLETE
47242024-08-19T15:47:09.213Z[ recovery-image] Aug 19 15:47:07.885 INFO O| Aug 19 15:47:07.885 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-19T15:47:09.222Z[ recovery-image] Aug 19 15:47:07.894 INFO O| Aug 19 15:47:07.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47262024-08-19T15:47:09.222Z[ recovery-image] Aug 19 15:47:07.894 INFO O| Aug 19 15:47:07.894 INFO STEP 281 (remove_files) COMPLETE
47272024-08-19T15:47:09.222Z[ recovery-image] Aug 19 15:47:07.894 INFO O| Aug 19 15:47:07.894 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-19T15:47:09.232Z[ recovery-image] Aug 19 15:47:07.904 INFO O| Aug 19 15:47:07.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47292024-08-19T15:47:09.232Z[ recovery-image] Aug 19 15:47:07.904 INFO O| Aug 19 15:47:07.904 INFO STEP 282 (remove_files) COMPLETE
47302024-08-19T15:47:09.234Z[ recovery-image] Aug 19 15:47:07.904 INFO O| Aug 19 15:47:07.904 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-19T15:47:09.242Z[ recovery-image] Aug 19 15:47:07.914 INFO O| Aug 19 15:47:07.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47322024-08-19T15:47:09.242Z[ recovery-image] Aug 19 15:47:07.914 INFO O| Aug 19 15:47:07.914 INFO STEP 283 (remove_files) COMPLETE
47332024-08-19T15:47:09.245Z[ recovery-image] Aug 19 15:47:07.914 INFO O| Aug 19 15:47:07.914 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-19T15:47:09.252Z[ recovery-image] Aug 19 15:47:07.924 INFO O| Aug 19 15:47:07.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47352024-08-19T15:47:09.252Z[ recovery-image] Aug 19 15:47:07.924 INFO O| Aug 19 15:47:07.924 INFO STEP 284 (remove_files) COMPLETE
47362024-08-19T15:47:09.255Z[ recovery-image] Aug 19 15:47:07.924 INFO O| Aug 19 15:47:07.924 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-19T15:47:09.262Z[ recovery-image] Aug 19 15:47:07.934 INFO O| Aug 19 15:47:07.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47382024-08-19T15:47:09.262Z[ recovery-image] Aug 19 15:47:07.934 INFO O| Aug 19 15:47:07.934 INFO STEP 285 (remove_files) COMPLETE
47392024-08-19T15:47:09.264Z[ recovery-image] Aug 19 15:47:07.934 INFO O| Aug 19 15:47:07.934 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-19T15:47:09.272Z[ recovery-image] Aug 19 15:47:07.943 INFO O| Aug 19 15:47:07.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47412024-08-19T15:47:09.272Z[ recovery-image] Aug 19 15:47:07.943 INFO O| Aug 19 15:47:07.943 INFO STEP 286 (remove_files) COMPLETE
47422024-08-19T15:47:09.274Z[ recovery-image] Aug 19 15:47:07.943 INFO O| Aug 19 15:47:07.943 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-19T15:47:09.281Z[ recovery-image] Aug 19 15:47:07.953 INFO O| Aug 19 15:47:07.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47442024-08-19T15:47:09.281Z[ recovery-image] Aug 19 15:47:07.953 INFO O| Aug 19 15:47:07.953 INFO STEP 287 (remove_files) COMPLETE
47452024-08-19T15:47:09.284Z[ recovery-image] Aug 19 15:47:07.953 INFO O| Aug 19 15:47:07.953 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-19T15:47:09.291Z[ recovery-image] Aug 19 15:47:07.963 INFO O| Aug 19 15:47:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47472024-08-19T15:47:09.293Z[ recovery-image] Aug 19 15:47:07.964 INFO O| Aug 19 15:47:07.964 INFO STEP 288 (remove_files) COMPLETE
47482024-08-19T15:47:09.293Z[ recovery-image] Aug 19 15:47:07.964 INFO O| Aug 19 15:47:07.964 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-19T15:47:09.303Z[ recovery-image] Aug 19 15:47:07.973 INFO O| Aug 19 15:47:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47502024-08-19T15:47:09.303Z[ recovery-image] Aug 19 15:47:07.973 INFO O| Aug 19 15:47:07.973 INFO STEP 289 (remove_files) COMPLETE
47512024-08-19T15:47:09.305Z[ recovery-image] Aug 19 15:47:07.973 INFO O| Aug 19 15:47:07.973 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-19T15:47:09.311Z[ recovery-image] Aug 19 15:47:07.983 INFO O| Aug 19 15:47:07.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47532024-08-19T15:47:09.311Z[ recovery-image] Aug 19 15:47:07.983 INFO O| Aug 19 15:47:07.983 INFO STEP 290 (remove_files) COMPLETE
47542024-08-19T15:47:09.314Z[ recovery-image] Aug 19 15:47:07.983 INFO O| Aug 19 15:47:07.983 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-19T15:47:09.321Z[ recovery-image] Aug 19 15:47:07.993 INFO O| Aug 19 15:47:07.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47562024-08-19T15:47:09.323Z[ recovery-image] Aug 19 15:47:07.993 INFO O| Aug 19 15:47:07.993 INFO STEP 291 (remove_files) COMPLETE
47572024-08-19T15:47:09.323Z[ recovery-image] Aug 19 15:47:07.993 INFO O| Aug 19 15:47:07.993 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-19T15:47:09.332Z[ recovery-image] Aug 19 15:47:08.004 INFO O| Aug 19 15:47:08.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47592024-08-19T15:47:09.332Z[ recovery-image] Aug 19 15:47:08.004 INFO O| Aug 19 15:47:08.004 INFO STEP 292 (remove_files) COMPLETE
47602024-08-19T15:47:09.332Z[ recovery-image] Aug 19 15:47:08.004 INFO O| Aug 19 15:47:08.004 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-19T15:47:09.342Z[ recovery-image] Aug 19 15:47:08.014 INFO O| Aug 19 15:47:08.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47622024-08-19T15:47:09.342Z[ recovery-image] Aug 19 15:47:08.014 INFO O| Aug 19 15:47:08.014 INFO STEP 293 (remove_files) COMPLETE
47632024-08-19T15:47:09.342Z[ recovery-image] Aug 19 15:47:08.014 INFO O| Aug 19 15:47:08.014 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-19T15:47:09.352Z[ recovery-image] Aug 19 15:47:08.024 INFO O| Aug 19 15:47:08.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47652024-08-19T15:47:09.352Z[ recovery-image] Aug 19 15:47:08.024 INFO O| Aug 19 15:47:08.024 INFO STEP 294 (remove_files) COMPLETE
47662024-08-19T15:47:09.352Z[ recovery-image] Aug 19 15:47:08.024 INFO O| Aug 19 15:47:08.024 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-19T15:47:09.361Z[ recovery-image] Aug 19 15:47:08.033 INFO O| Aug 19 15:47:08.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47682024-08-19T15:47:09.361Z[ recovery-image] Aug 19 15:47:08.033 INFO O| Aug 19 15:47:08.033 INFO STEP 295 (remove_files) COMPLETE
47692024-08-19T15:47:09.361Z[ recovery-image] Aug 19 15:47:08.033 INFO O| Aug 19 15:47:08.033 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-19T15:47:09.370Z[ recovery-image] Aug 19 15:47:08.042 INFO O| Aug 19 15:47:08.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47712024-08-19T15:47:09.371Z[ recovery-image] Aug 19 15:47:08.042 INFO O| Aug 19 15:47:08.042 INFO STEP 296 (remove_files) COMPLETE
47722024-08-19T15:47:09.371Z[ recovery-image] Aug 19 15:47:08.042 INFO O| Aug 19 15:47:08.042 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-19T15:47:09.380Z[ recovery-image] Aug 19 15:47:08.052 INFO O| Aug 19 15:47:08.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47742024-08-19T15:47:09.380Z[ recovery-image] Aug 19 15:47:08.052 INFO O| Aug 19 15:47:08.052 INFO STEP 297 (remove_files) COMPLETE
47752024-08-19T15:47:09.380Z[ recovery-image] Aug 19 15:47:08.052 INFO O| Aug 19 15:47:08.052 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-19T15:47:09.389Z[ recovery-image] Aug 19 15:47:08.061 INFO O| Aug 19 15:47:08.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47772024-08-19T15:47:09.389Z[ recovery-image] Aug 19 15:47:08.061 INFO O| Aug 19 15:47:08.061 INFO STEP 298 (remove_files) COMPLETE
47782024-08-19T15:47:09.391Z[ recovery-image] Aug 19 15:47:08.061 INFO O| Aug 19 15:47:08.061 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-19T15:47:09.399Z[ recovery-image] Aug 19 15:47:08.070 INFO O| Aug 19 15:47:08.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47802024-08-19T15:47:09.399Z[ recovery-image] Aug 19 15:47:08.071 INFO O| Aug 19 15:47:08.071 INFO STEP 299 (remove_files) COMPLETE
47812024-08-19T15:47:09.399Z[ recovery-image] Aug 19 15:47:08.071 INFO O| Aug 19 15:47:08.071 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-19T15:47:09.408Z[ recovery-image] Aug 19 15:47:08.080 INFO O| Aug 19 15:47:08.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47832024-08-19T15:47:09.408Z[ recovery-image] Aug 19 15:47:08.080 INFO O| Aug 19 15:47:08.080 INFO STEP 300 (remove_files) COMPLETE
47842024-08-19T15:47:09.408Z[ recovery-image] Aug 19 15:47:08.080 INFO O| Aug 19 15:47:08.080 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-19T15:47:09.418Z[ recovery-image] Aug 19 15:47:08.090 INFO O| Aug 19 15:47:08.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47862024-08-19T15:47:09.418Z[ recovery-image] Aug 19 15:47:08.090 INFO O| Aug 19 15:47:08.090 INFO STEP 301 (remove_files) COMPLETE
47872024-08-19T15:47:09.421Z[ recovery-image] Aug 19 15:47:08.090 INFO O| Aug 19 15:47:08.090 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-19T15:47:09.428Z[ recovery-image] Aug 19 15:47:08.100 INFO O| Aug 19 15:47:08.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47892024-08-19T15:47:09.428Z[ recovery-image] Aug 19 15:47:08.100 INFO O| Aug 19 15:47:08.100 INFO STEP 302 (remove_files) COMPLETE
47902024-08-19T15:47:09.431Z[ recovery-image] Aug 19 15:47:08.100 INFO O| Aug 19 15:47:08.100 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-19T15:47:09.438Z[ recovery-image] Aug 19 15:47:08.110 INFO O| Aug 19 15:47:08.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47922024-08-19T15:47:09.438Z[ recovery-image] Aug 19 15:47:08.110 INFO O| Aug 19 15:47:08.110 INFO STEP 303 (remove_files) COMPLETE
47932024-08-19T15:47:09.441Z[ recovery-image] Aug 19 15:47:08.110 INFO O| Aug 19 15:47:08.110 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-19T15:47:09.448Z[ recovery-image] Aug 19 15:47:08.120 INFO O| Aug 19 15:47:08.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47952024-08-19T15:47:09.451Z[ recovery-image] Aug 19 15:47:08.120 INFO O| Aug 19 15:47:08.120 INFO STEP 304 (remove_files) COMPLETE
47962024-08-19T15:47:09.451Z[ recovery-image] Aug 19 15:47:08.120 INFO O| Aug 19 15:47:08.120 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-19T15:47:09.458Z[ recovery-image] Aug 19 15:47:08.130 INFO O| Aug 19 15:47:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47982024-08-19T15:47:09.458Z[ recovery-image] Aug 19 15:47:08.130 INFO O| Aug 19 15:47:08.130 INFO STEP 305 (remove_files) COMPLETE
47992024-08-19T15:47:09.460Z[ recovery-image] Aug 19 15:47:08.130 INFO O| Aug 19 15:47:08.130 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-19T15:47:09.468Z[ recovery-image] Aug 19 15:47:08.139 INFO O| Aug 19 15:47:08.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48012024-08-19T15:47:09.468Z[ recovery-image] Aug 19 15:47:08.139 INFO O| Aug 19 15:47:08.139 INFO STEP 306 (remove_files) COMPLETE
48022024-08-19T15:47:09.470Z[ recovery-image] Aug 19 15:47:08.139 INFO O| Aug 19 15:47:08.139 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-19T15:47:09.477Z[ recovery-image] Aug 19 15:47:08.149 INFO O| Aug 19 15:47:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48042024-08-19T15:47:09.480Z[ recovery-image] Aug 19 15:47:08.149 INFO O| Aug 19 15:47:08.149 INFO STEP 307 (remove_files) COMPLETE
48052024-08-19T15:47:09.480Z[ recovery-image] Aug 19 15:47:08.149 INFO O| Aug 19 15:47:08.149 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-19T15:47:09.487Z[ recovery-image] Aug 19 15:47:08.159 INFO O| Aug 19 15:47:08.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48072024-08-19T15:47:09.490Z[ recovery-image] Aug 19 15:47:08.159 INFO O| Aug 19 15:47:08.159 INFO STEP 308 (remove_files) COMPLETE
48082024-08-19T15:47:09.490Z[ recovery-image] Aug 19 15:47:08.159 INFO O| Aug 19 15:47:08.159 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-19T15:47:09.497Z[ recovery-image] Aug 19 15:47:08.169 INFO O| Aug 19 15:47:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48102024-08-19T15:47:09.497Z[ recovery-image] Aug 19 15:47:08.169 INFO O| Aug 19 15:47:08.169 INFO STEP 309 (remove_files) COMPLETE
48112024-08-19T15:47:09.499Z[ recovery-image] Aug 19 15:47:08.169 INFO O| Aug 19 15:47:08.169 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-19T15:47:09.506Z[ recovery-image] Aug 19 15:47:08.178 INFO O| Aug 19 15:47:08.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48132024-08-19T15:47:09.506Z[ recovery-image] Aug 19 15:47:08.178 INFO O| Aug 19 15:47:08.178 INFO STEP 310 (remove_files) COMPLETE
48142024-08-19T15:47:09.509Z[ recovery-image] Aug 19 15:47:08.178 INFO O| Aug 19 15:47:08.178 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-19T15:47:09.516Z[ recovery-image] Aug 19 15:47:08.188 INFO O| Aug 19 15:47:08.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48162024-08-19T15:47:09.518Z[ recovery-image] Aug 19 15:47:08.188 INFO O| Aug 19 15:47:08.188 INFO STEP 311 (remove_files) COMPLETE
48172024-08-19T15:47:09.518Z[ recovery-image] Aug 19 15:47:08.188 INFO O| Aug 19 15:47:08.188 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-19T15:47:09.525Z[ recovery-image] Aug 19 15:47:08.197 INFO O| Aug 19 15:47:08.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48192024-08-19T15:47:09.525Z[ recovery-image] Aug 19 15:47:08.197 INFO O| Aug 19 15:47:08.197 INFO STEP 312 (remove_files) COMPLETE
48202024-08-19T15:47:09.525Z[ recovery-image] Aug 19 15:47:08.197 INFO O| Aug 19 15:47:08.197 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-19T15:47:09.535Z[ recovery-image] Aug 19 15:47:08.206 INFO O| Aug 19 15:47:08.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48222024-08-19T15:47:09.535Z[ recovery-image] Aug 19 15:47:08.206 INFO O| Aug 19 15:47:08.206 INFO STEP 313 (remove_files) COMPLETE
48232024-08-19T15:47:09.535Z[ recovery-image] Aug 19 15:47:08.206 INFO O| Aug 19 15:47:08.206 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-19T15:47:09.544Z[ recovery-image] Aug 19 15:47:08.216 INFO O| Aug 19 15:47:08.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48252024-08-19T15:47:09.547Z[ recovery-image] Aug 19 15:47:08.216 INFO O| Aug 19 15:47:08.216 INFO STEP 314 (remove_files) COMPLETE
48262024-08-19T15:47:09.547Z[ recovery-image] Aug 19 15:47:08.216 INFO O| Aug 19 15:47:08.216 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-19T15:47:09.553Z[ recovery-image] Aug 19 15:47:08.225 INFO O| Aug 19 15:47:08.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48282024-08-19T15:47:09.553Z[ recovery-image] Aug 19 15:47:08.225 INFO O| Aug 19 15:47:08.225 INFO STEP 315 (remove_files) COMPLETE
48292024-08-19T15:47:09.556Z[ recovery-image] Aug 19 15:47:08.225 INFO O| Aug 19 15:47:08.225 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-19T15:47:09.563Z[ recovery-image] Aug 19 15:47:08.234 INFO O| Aug 19 15:47:08.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48312024-08-19T15:47:09.563Z[ recovery-image] Aug 19 15:47:08.234 INFO O| Aug 19 15:47:08.234 INFO STEP 316 (remove_files) COMPLETE
48322024-08-19T15:47:09.563Z[ recovery-image] Aug 19 15:47:08.234 INFO O| Aug 19 15:47:08.234 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-19T15:47:09.572Z[ recovery-image] Aug 19 15:47:08.244 INFO O| Aug 19 15:47:08.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48342024-08-19T15:47:09.574Z[ recovery-image] Aug 19 15:47:08.244 INFO O| Aug 19 15:47:08.244 INFO STEP 317 (remove_files) COMPLETE
48352024-08-19T15:47:09.574Z[ recovery-image] Aug 19 15:47:08.244 INFO O| Aug 19 15:47:08.244 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-08-19T15:47:09.581Z[ recovery-image] Aug 19 15:47:08.253 INFO O| Aug 19 15:47:08.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48372024-08-19T15:47:09.581Z[ recovery-image] Aug 19 15:47:08.253 INFO O| Aug 19 15:47:08.253 INFO STEP 318 (remove_files) COMPLETE
48382024-08-19T15:47:09.581Z[ recovery-image] Aug 19 15:47:08.253 INFO O| Aug 19 15:47:08.253 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-08-19T15:47:09.591Z[ recovery-image] Aug 19 15:47:08.262 INFO O| Aug 19 15:47:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48402024-08-19T15:47:09.593Z[ recovery-image] Aug 19 15:47:08.262 INFO O| Aug 19 15:47:08.262 INFO STEP 319 (remove_files) COMPLETE
48412024-08-19T15:47:09.593Z[ recovery-image] Aug 19 15:47:08.262 INFO O| Aug 19 15:47:08.262 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-08-19T15:47:09.600Z[ recovery-image] Aug 19 15:47:08.272 INFO O| Aug 19 15:47:08.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48432024-08-19T15:47:09.602Z[ recovery-image] Aug 19 15:47:08.272 INFO O| Aug 19 15:47:08.272 INFO STEP 320 (remove_files) COMPLETE
48442024-08-19T15:47:09.602Z[ recovery-image] Aug 19 15:47:08.272 INFO O| Aug 19 15:47:08.272 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-08-19T15:47:09.609Z[ recovery-image] Aug 19 15:47:08.281 INFO O| Aug 19 15:47:08.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48462024-08-19T15:47:09.609Z[ recovery-image] Aug 19 15:47:08.281 INFO O| Aug 19 15:47:08.281 INFO STEP 321 (remove_files) COMPLETE
48472024-08-19T15:47:09.612Z[ recovery-image] Aug 19 15:47:08.281 INFO O| Aug 19 15:47:08.281 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-19T15:47:09.619Z[ recovery-image] Aug 19 15:47:08.290 INFO O| Aug 19 15:47:08.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48492024-08-19T15:47:09.621Z[ recovery-image] Aug 19 15:47:08.291 INFO O| Aug 19 15:47:08.291 INFO STEP 322 (remove_files) COMPLETE
48502024-08-19T15:47:09.621Z[ recovery-image] Aug 19 15:47:08.291 INFO O| Aug 19 15:47:08.291 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-19T15:47:09.628Z[ recovery-image] Aug 19 15:47:08.300 INFO O| Aug 19 15:47:08.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48522024-08-19T15:47:09.628Z[ recovery-image] Aug 19 15:47:08.300 INFO O| Aug 19 15:47:08.300 INFO STEP 323 (remove_files) COMPLETE
48532024-08-19T15:47:09.630Z[ recovery-image] Aug 19 15:47:08.300 INFO O| Aug 19 15:47:08.300 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-08-19T15:47:09.639Z[ recovery-image] Aug 19 15:47:08.311 INFO O| Aug 19 15:47:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48552024-08-19T15:47:09.639Z[ recovery-image] Aug 19 15:47:08.311 INFO O| Aug 19 15:47:08.311 INFO STEP 324 (remove_files) COMPLETE
48562024-08-19T15:47:09.639Z[ recovery-image] Aug 19 15:47:08.311 INFO O| Aug 19 15:47:08.311 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-08-19T15:47:09.649Z[ recovery-image] Aug 19 15:47:08.320 INFO O| Aug 19 15:47:08.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48582024-08-19T15:47:09.649Z[ recovery-image] Aug 19 15:47:08.320 INFO O| Aug 19 15:47:08.320 INFO STEP 325 (remove_files) COMPLETE
48592024-08-19T15:47:09.651Z[ recovery-image] Aug 19 15:47:08.320 INFO O| Aug 19 15:47:08.320 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-08-19T15:47:09.658Z[ recovery-image] Aug 19 15:47:08.330 INFO O| Aug 19 15:47:08.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48612024-08-19T15:47:09.658Z[ recovery-image] Aug 19 15:47:08.330 INFO O| Aug 19 15:47:08.330 INFO STEP 326 (remove_files) COMPLETE
48622024-08-19T15:47:09.660Z[ recovery-image] Aug 19 15:47:08.330 INFO O| Aug 19 15:47:08.330 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-08-19T15:47:09.667Z[ recovery-image] Aug 19 15:47:08.339 INFO O| Aug 19 15:47:08.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48642024-08-19T15:47:09.667Z[ recovery-image] Aug 19 15:47:08.339 INFO O| Aug 19 15:47:08.339 INFO STEP 327 (remove_files) COMPLETE
48652024-08-19T15:47:09.667Z[ recovery-image] Aug 19 15:47:08.339 INFO O| Aug 19 15:47:08.339 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-08-19T15:47:09.678Z[ recovery-image] Aug 19 15:47:08.349 INFO O| Aug 19 15:47:08.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48672024-08-19T15:47:09.678Z[ recovery-image] Aug 19 15:47:08.349 INFO O| Aug 19 15:47:08.349 INFO STEP 328 (remove_files) COMPLETE
48682024-08-19T15:47:09.680Z[ recovery-image] Aug 19 15:47:08.349 INFO O| Aug 19 15:47:08.349 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-08-19T15:47:09.687Z[ recovery-image] Aug 19 15:47:08.359 INFO O| Aug 19 15:47:08.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48702024-08-19T15:47:09.689Z[ recovery-image] Aug 19 15:47:08.359 INFO O| Aug 19 15:47:08.359 INFO STEP 329 (remove_files) COMPLETE
48712024-08-19T15:47:09.689Z[ recovery-image] Aug 19 15:47:08.359 INFO O| Aug 19 15:47:08.359 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-08-19T15:47:09.696Z[ recovery-image] Aug 19 15:47:08.368 INFO O| Aug 19 15:47:08.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48732024-08-19T15:47:09.697Z[ recovery-image] Aug 19 15:47:08.368 INFO O| Aug 19 15:47:08.368 INFO STEP 330 (remove_files) COMPLETE
48742024-08-19T15:47:09.699Z[ recovery-image] Aug 19 15:47:08.368 INFO O| Aug 19 15:47:08.368 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-08-19T15:47:09.706Z[ recovery-image] Aug 19 15:47:08.378 INFO O| Aug 19 15:47:08.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48762024-08-19T15:47:09.706Z[ recovery-image] Aug 19 15:47:08.378 INFO O| Aug 19 15:47:08.378 INFO STEP 331 (remove_files) COMPLETE
48772024-08-19T15:47:09.708Z[ recovery-image] Aug 19 15:47:08.378 INFO O| Aug 19 15:47:08.378 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-08-19T15:47:09.716Z[ recovery-image] Aug 19 15:47:08.387 INFO O| Aug 19 15:47:08.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48792024-08-19T15:47:09.716Z[ recovery-image] Aug 19 15:47:08.387 INFO O| Aug 19 15:47:08.387 INFO STEP 332 (remove_files) COMPLETE
48802024-08-19T15:47:09.716Z[ recovery-image] Aug 19 15:47:08.387 INFO O| Aug 19 15:47:08.387 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-19T15:47:09.725Z[ recovery-image] Aug 19 15:47:08.397 INFO O| Aug 19 15:47:08.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48822024-08-19T15:47:09.725Z[ recovery-image] Aug 19 15:47:08.397 INFO O| Aug 19 15:47:08.397 INFO STEP 333 (remove_files) COMPLETE
48832024-08-19T15:47:09.728Z[ recovery-image] Aug 19 15:47:08.397 INFO O| Aug 19 15:47:08.397 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-19T15:47:09.735Z[ recovery-image] Aug 19 15:47:08.407 INFO O| Aug 19 15:47:08.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48852024-08-19T15:47:09.738Z[ recovery-image] Aug 19 15:47:08.407 INFO O| Aug 19 15:47:08.407 INFO STEP 334 (remove_files) COMPLETE
48862024-08-19T15:47:09.738Z[ recovery-image] Aug 19 15:47:08.407 INFO O| Aug 19 15:47:08.407 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-19T15:47:09.745Z[ recovery-image] Aug 19 15:47:08.417 INFO O| Aug 19 15:47:08.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48882024-08-19T15:47:09.745Z[ recovery-image] Aug 19 15:47:08.417 INFO O| Aug 19 15:47:08.417 INFO STEP 335 (remove_files) COMPLETE
48892024-08-19T15:47:09.748Z[ recovery-image] Aug 19 15:47:08.417 INFO O| Aug 19 15:47:08.417 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-19T15:47:09.756Z[ recovery-image] Aug 19 15:47:08.428 INFO O| Aug 19 15:47:08.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48912024-08-19T15:47:09.756Z[ recovery-image] Aug 19 15:47:08.428 INFO O| Aug 19 15:47:08.428 INFO STEP 336 (remove_files) COMPLETE
48922024-08-19T15:47:09.759Z[ recovery-image] Aug 19 15:47:08.428 INFO O| Aug 19 15:47:08.428 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-19T15:47:09.766Z[ recovery-image] Aug 19 15:47:08.438 INFO O| Aug 19 15:47:08.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48942024-08-19T15:47:09.766Z[ recovery-image] Aug 19 15:47:08.438 INFO O| Aug 19 15:47:08.438 INFO STEP 337 (remove_files) COMPLETE
48952024-08-19T15:47:09.768Z[ recovery-image] Aug 19 15:47:08.438 INFO O| Aug 19 15:47:08.438 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-19T15:47:09.776Z[ recovery-image] Aug 19 15:47:08.448 INFO O| Aug 19 15:47:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48972024-08-19T15:47:09.776Z[ recovery-image] Aug 19 15:47:08.448 INFO O| Aug 19 15:47:08.448 INFO STEP 338 (remove_files) COMPLETE
48982024-08-19T15:47:09.778Z[ recovery-image] Aug 19 15:47:08.448 INFO O| Aug 19 15:47:08.448 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-19T15:47:09.785Z[ recovery-image] Aug 19 15:47:08.457 INFO O| Aug 19 15:47:08.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49002024-08-19T15:47:09.788Z[ recovery-image] Aug 19 15:47:08.457 INFO O| Aug 19 15:47:08.457 INFO STEP 339 (remove_files) COMPLETE
49012024-08-19T15:47:09.788Z[ recovery-image] Aug 19 15:47:08.457 INFO O| Aug 19 15:47:08.457 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-19T15:47:09.795Z[ recovery-image] Aug 19 15:47:08.466 INFO O| Aug 19 15:47:08.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49032024-08-19T15:47:09.795Z[ recovery-image] Aug 19 15:47:08.466 INFO O| Aug 19 15:47:08.466 INFO STEP 340 (remove_files) COMPLETE
49042024-08-19T15:47:09.795Z[ recovery-image] Aug 19 15:47:08.466 INFO O| Aug 19 15:47:08.466 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-19T15:47:09.804Z[ recovery-image] Aug 19 15:47:08.476 INFO O| Aug 19 15:47:08.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49062024-08-19T15:47:09.806Z[ recovery-image] Aug 19 15:47:08.476 INFO O| Aug 19 15:47:08.476 INFO STEP 341 (remove_files) COMPLETE
49072024-08-19T15:47:09.806Z[ recovery-image] Aug 19 15:47:08.476 INFO O| Aug 19 15:47:08.476 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-19T15:47:09.813Z[ recovery-image] Aug 19 15:47:08.485 INFO O| Aug 19 15:47:08.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49092024-08-19T15:47:09.813Z[ recovery-image] Aug 19 15:47:08.485 INFO O| Aug 19 15:47:08.485 INFO STEP 342 (remove_files) COMPLETE
49102024-08-19T15:47:09.815Z[ recovery-image] Aug 19 15:47:08.485 INFO O| Aug 19 15:47:08.485 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-19T15:47:09.822Z[ recovery-image] Aug 19 15:47:08.494 INFO O| Aug 19 15:47:08.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49122024-08-19T15:47:09.822Z[ recovery-image] Aug 19 15:47:08.494 INFO O| Aug 19 15:47:08.494 INFO STEP 343 (remove_files) COMPLETE
49132024-08-19T15:47:09.824Z[ recovery-image] Aug 19 15:47:08.494 INFO O| Aug 19 15:47:08.494 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-19T15:47:09.835Z[ recovery-image] Aug 19 15:47:08.503 INFO O| Aug 19 15:47:08.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49152024-08-19T15:47:09.835Z[ recovery-image] Aug 19 15:47:08.503 INFO O| Aug 19 15:47:08.503 INFO STEP 344 (remove_files) COMPLETE
49162024-08-19T15:47:09.835Z[ recovery-image] Aug 19 15:47:08.503 INFO O| Aug 19 15:47:08.503 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-19T15:47:09.841Z[ recovery-image] Aug 19 15:47:08.512 INFO O| Aug 19 15:47:08.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49182024-08-19T15:47:09.841Z[ recovery-image] Aug 19 15:47:08.512 INFO O| Aug 19 15:47:08.512 INFO STEP 345 (remove_files) COMPLETE
49192024-08-19T15:47:09.841Z[ recovery-image] Aug 19 15:47:08.512 INFO O| Aug 19 15:47:08.512 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-19T15:47:09.850Z[ recovery-image] Aug 19 15:47:08.522 INFO O| Aug 19 15:47:08.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49212024-08-19T15:47:09.850Z[ recovery-image] Aug 19 15:47:08.522 INFO O| Aug 19 15:47:08.522 INFO STEP 346 (remove_files) COMPLETE
49222024-08-19T15:47:09.852Z[ recovery-image] Aug 19 15:47:08.522 INFO O| Aug 19 15:47:08.522 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-19T15:47:09.859Z[ recovery-image] Aug 19 15:47:08.531 INFO O| Aug 19 15:47:08.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49242024-08-19T15:47:09.859Z[ recovery-image] Aug 19 15:47:08.531 INFO O| Aug 19 15:47:08.531 INFO STEP 347 (remove_files) COMPLETE
49252024-08-19T15:47:09.859Z[ recovery-image] Aug 19 15:47:08.531 INFO O| Aug 19 15:47:08.531 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-19T15:47:09.868Z[ recovery-image] Aug 19 15:47:08.540 INFO O| Aug 19 15:47:08.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49272024-08-19T15:47:09.870Z[ recovery-image] Aug 19 15:47:08.540 INFO O| Aug 19 15:47:08.540 INFO STEP 348 (remove_files) COMPLETE
49282024-08-19T15:47:09.870Z[ recovery-image] Aug 19 15:47:08.540 INFO O| Aug 19 15:47:08.540 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-19T15:47:09.877Z[ recovery-image] Aug 19 15:47:08.549 INFO O| Aug 19 15:47:08.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49302024-08-19T15:47:09.880Z[ recovery-image] Aug 19 15:47:08.549 INFO O| Aug 19 15:47:08.549 INFO STEP 349 (remove_files) COMPLETE
49312024-08-19T15:47:09.880Z[ recovery-image] Aug 19 15:47:08.549 INFO O| Aug 19 15:47:08.549 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-19T15:47:09.887Z[ recovery-image] Aug 19 15:47:08.558 INFO O| Aug 19 15:47:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49332024-08-19T15:47:09.887Z[ recovery-image] Aug 19 15:47:08.558 INFO O| Aug 19 15:47:08.558 INFO STEP 350 (remove_files) COMPLETE
49342024-08-19T15:47:09.887Z[ recovery-image] Aug 19 15:47:08.558 INFO O| Aug 19 15:47:08.558 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-19T15:47:09.896Z[ recovery-image] Aug 19 15:47:08.568 INFO O| Aug 19 15:47:08.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49362024-08-19T15:47:09.896Z[ recovery-image] Aug 19 15:47:08.568 INFO O| Aug 19 15:47:08.568 INFO STEP 351 (remove_files) COMPLETE
49372024-08-19T15:47:09.896Z[ recovery-image] Aug 19 15:47:08.568 INFO O| Aug 19 15:47:08.568 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-19T15:47:09.905Z[ recovery-image] Aug 19 15:47:08.577 INFO O| Aug 19 15:47:08.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49392024-08-19T15:47:09.905Z[ recovery-image] Aug 19 15:47:08.577 INFO O| Aug 19 15:47:08.577 INFO STEP 352 (remove_files) COMPLETE
49402024-08-19T15:47:09.905Z[ recovery-image] Aug 19 15:47:08.577 INFO O| Aug 19 15:47:08.577 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-19T15:47:09.914Z[ recovery-image] Aug 19 15:47:08.586 INFO O| Aug 19 15:47:08.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49422024-08-19T15:47:09.914Z[ recovery-image] Aug 19 15:47:08.586 INFO O| Aug 19 15:47:08.586 INFO STEP 353 (remove_files) COMPLETE
49432024-08-19T15:47:09.914Z[ recovery-image] Aug 19 15:47:08.586 INFO O| Aug 19 15:47:08.586 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-19T15:47:09.924Z[ recovery-image] Aug 19 15:47:08.595 INFO O| Aug 19 15:47:08.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49452024-08-19T15:47:09.926Z[ recovery-image] Aug 19 15:47:08.596 INFO O| Aug 19 15:47:08.595 INFO STEP 354 (remove_files) COMPLETE
49462024-08-19T15:47:09.926Z[ recovery-image] Aug 19 15:47:08.596 INFO O| Aug 19 15:47:08.596 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-19T15:47:09.933Z[ recovery-image] Aug 19 15:47:08.605 INFO O| Aug 19 15:47:08.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49482024-08-19T15:47:09.933Z[ recovery-image] Aug 19 15:47:08.605 INFO O| Aug 19 15:47:08.605 INFO STEP 355 (remove_files) COMPLETE
49492024-08-19T15:47:09.933Z[ recovery-image] Aug 19 15:47:08.605 INFO O| Aug 19 15:47:08.605 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-19T15:47:09.943Z[ recovery-image] Aug 19 15:47:08.615 INFO O| Aug 19 15:47:08.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49512024-08-19T15:47:09.945Z[ recovery-image] Aug 19 15:47:08.615 INFO O| Aug 19 15:47:08.615 INFO STEP 356 (remove_files) COMPLETE
49522024-08-19T15:47:09.945Z[ recovery-image] Aug 19 15:47:08.615 INFO O| Aug 19 15:47:08.615 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-19T15:47:09.952Z[ recovery-image] Aug 19 15:47:08.624 INFO O| Aug 19 15:47:08.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49542024-08-19T15:47:09.952Z[ recovery-image] Aug 19 15:47:08.624 INFO O| Aug 19 15:47:08.624 INFO STEP 357 (remove_files) COMPLETE
49552024-08-19T15:47:09.952Z[ recovery-image] Aug 19 15:47:08.624 INFO O| Aug 19 15:47:08.624 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-08-19T15:47:09.962Z[ recovery-image] Aug 19 15:47:08.633 INFO O| Aug 19 15:47:08.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49572024-08-19T15:47:09.964Z[ recovery-image] Aug 19 15:47:08.634 INFO O| Aug 19 15:47:08.633 INFO STEP 358 (remove_files) COMPLETE
49582024-08-19T15:47:09.964Z[ recovery-image] Aug 19 15:47:08.634 INFO O| Aug 19 15:47:08.634 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-08-19T15:47:09.972Z[ recovery-image] Aug 19 15:47:08.643 INFO O| Aug 19 15:47:08.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49602024-08-19T15:47:09.972Z[ recovery-image] Aug 19 15:47:08.643 INFO O| Aug 19 15:47:08.643 INFO STEP 359 (remove_files) COMPLETE
49612024-08-19T15:47:09.987Z[ recovery-image] Aug 19 15:47:08.643 INFO O| Aug 19 15:47:08.643 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-08-19T15:47:09.990Z[ recovery-image] Aug 19 15:47:08.653 INFO O| Aug 19 15:47:08.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49632024-08-19T15:47:09.990Z[ recovery-image] Aug 19 15:47:08.653 INFO O| Aug 19 15:47:08.653 INFO STEP 360 (remove_files) COMPLETE
49642024-08-19T15:47:09.990Z[ recovery-image] Aug 19 15:47:08.653 INFO O| Aug 19 15:47:08.653 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-08-19T15:47:09.992Z[ recovery-image] Aug 19 15:47:08.662 INFO O| Aug 19 15:47:08.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49662024-08-19T15:47:09.992Z[ recovery-image] Aug 19 15:47:08.662 INFO O| Aug 19 15:47:08.662 INFO STEP 361 (remove_files) COMPLETE
49672024-08-19T15:47:09.992Z[ recovery-image] Aug 19 15:47:08.662 INFO O| Aug 19 15:47:08.662 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-08-19T15:47:10.000Z[ recovery-image] Aug 19 15:47:08.672 INFO O| Aug 19 15:47:08.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49692024-08-19T15:47:10.000Z[ recovery-image] Aug 19 15:47:08.672 INFO O| Aug 19 15:47:08.672 INFO STEP 362 (remove_files) COMPLETE
49702024-08-19T15:47:10.003Z[ recovery-image] Aug 19 15:47:08.672 INFO O| Aug 19 15:47:08.672 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-08-19T15:47:10.009Z[ recovery-image] Aug 19 15:47:08.681 INFO O| Aug 19 15:47:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49722024-08-19T15:47:10.009Z[ recovery-image] Aug 19 15:47:08.681 INFO O| Aug 19 15:47:08.681 INFO STEP 363 (remove_files) COMPLETE
49732024-08-19T15:47:10.013Z[ recovery-image] Aug 19 15:47:08.681 INFO O| Aug 19 15:47:08.681 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-08-19T15:47:10.020Z[ recovery-image] Aug 19 15:47:08.690 INFO O| Aug 19 15:47:08.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49752024-08-19T15:47:10.020Z[ recovery-image] Aug 19 15:47:08.690 INFO O| Aug 19 15:47:08.690 INFO STEP 364 (remove_files) COMPLETE
49762024-08-19T15:47:10.023Z[ recovery-image] Aug 19 15:47:08.691 INFO O| Aug 19 15:47:08.690 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-08-19T15:47:10.028Z[ recovery-image] Aug 19 15:47:08.700 INFO O| Aug 19 15:47:08.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49782024-08-19T15:47:10.031Z[ recovery-image] Aug 19 15:47:08.701 INFO O| Aug 19 15:47:08.701 INFO STEP 365 (remove_files) COMPLETE
49792024-08-19T15:47:10.031Z[ recovery-image] Aug 19 15:47:08.701 INFO O| Aug 19 15:47:08.701 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-19T15:47:10.039Z[ recovery-image] Aug 19 15:47:08.710 INFO O| Aug 19 15:47:08.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49812024-08-19T15:47:10.039Z[ recovery-image] Aug 19 15:47:08.710 INFO O| Aug 19 15:47:08.710 INFO STEP 366 (remove_files) COMPLETE
49822024-08-19T15:47:10.040Z[ recovery-image] Aug 19 15:47:08.710 INFO O| Aug 19 15:47:08.710 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-19T15:47:10.048Z[ recovery-image] Aug 19 15:47:08.719 INFO O| Aug 19 15:47:08.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49842024-08-19T15:47:10.048Z[ recovery-image] Aug 19 15:47:08.720 INFO O| Aug 19 15:47:08.720 INFO STEP 367 (remove_files) COMPLETE
49852024-08-19T15:47:10.053Z[ recovery-image] Aug 19 15:47:08.720 INFO O| Aug 19 15:47:08.720 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-19T15:47:10.057Z[ recovery-image] Aug 19 15:47:08.729 INFO O| Aug 19 15:47:08.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49872024-08-19T15:47:10.060Z[ recovery-image] Aug 19 15:47:08.729 INFO O| Aug 19 15:47:08.729 INFO STEP 368 (remove_files) COMPLETE
49882024-08-19T15:47:10.060Z[ recovery-image] Aug 19 15:47:08.729 INFO O| Aug 19 15:47:08.729 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-19T15:47:10.067Z[ recovery-image] Aug 19 15:47:08.739 INFO O| Aug 19 15:47:08.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49902024-08-19T15:47:10.069Z[ recovery-image] Aug 19 15:47:08.739 INFO O| Aug 19 15:47:08.739 INFO STEP 369 (remove_files) COMPLETE
49912024-08-19T15:47:10.069Z[ recovery-image] Aug 19 15:47:08.739 INFO O| Aug 19 15:47:08.739 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-19T15:47:10.076Z[ recovery-image] Aug 19 15:47:08.748 INFO O| Aug 19 15:47:08.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49932024-08-19T15:47:10.076Z[ recovery-image] Aug 19 15:47:08.748 INFO O| Aug 19 15:47:08.748 INFO STEP 370 (remove_files) COMPLETE
49942024-08-19T15:47:10.076Z[ recovery-image] Aug 19 15:47:08.748 INFO O| Aug 19 15:47:08.748 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-19T15:47:10.086Z[ recovery-image] Aug 19 15:47:08.758 INFO O| Aug 19 15:47:08.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49962024-08-19T15:47:10.086Z[ recovery-image] Aug 19 15:47:08.758 INFO O| Aug 19 15:47:08.758 INFO STEP 371 (remove_files) COMPLETE
49972024-08-19T15:47:10.089Z[ recovery-image] Aug 19 15:47:08.758 INFO O| Aug 19 15:47:08.758 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-19T15:47:10.096Z[ recovery-image] Aug 19 15:47:08.767 INFO O| Aug 19 15:47:08.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49992024-08-19T15:47:10.096Z[ recovery-image] Aug 19 15:47:08.767 INFO O| Aug 19 15:47:08.767 INFO STEP 372 (remove_files) COMPLETE
50002024-08-19T15:47:10.098Z[ recovery-image] Aug 19 15:47:08.767 INFO O| Aug 19 15:47:08.767 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-19T15:47:10.105Z[ recovery-image] Aug 19 15:47:08.777 INFO O| Aug 19 15:47:08.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50022024-08-19T15:47:10.105Z[ recovery-image] Aug 19 15:47:08.777 INFO O| Aug 19 15:47:08.777 INFO STEP 373 (remove_files) COMPLETE
50032024-08-19T15:47:10.105Z[ recovery-image] Aug 19 15:47:08.777 INFO O| Aug 19 15:47:08.777 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-08-19T15:47:10.118Z[ recovery-image] Aug 19 15:47:08.786 INFO O| Aug 19 15:47:08.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50052024-08-19T15:47:10.121Z[ recovery-image] Aug 19 15:47:08.788 INFO O| Aug 19 15:47:08.788 INFO STEP 374 (remove_files) COMPLETE
50062024-08-19T15:47:10.121Z[ recovery-image] Aug 19 15:47:08.788 INFO O| Aug 19 15:47:08.788 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-08-19T15:47:10.125Z[ recovery-image] Aug 19 15:47:08.797 INFO O| Aug 19 15:47:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50082024-08-19T15:47:10.125Z[ recovery-image] Aug 19 15:47:08.797 INFO O| Aug 19 15:47:08.797 INFO STEP 375 (remove_files) COMPLETE
50092024-08-19T15:47:10.128Z[ recovery-image] Aug 19 15:47:08.797 INFO O| Aug 19 15:47:08.797 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-08-19T15:47:10.135Z[ recovery-image] Aug 19 15:47:08.806 INFO O| Aug 19 15:47:08.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50112024-08-19T15:47:10.135Z[ recovery-image] Aug 19 15:47:08.806 INFO O| Aug 19 15:47:08.806 INFO STEP 376 (remove_files) COMPLETE
50122024-08-19T15:47:10.135Z[ recovery-image] Aug 19 15:47:08.806 INFO O| Aug 19 15:47:08.806 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-08-19T15:47:10.144Z[ recovery-image] Aug 19 15:47:08.816 INFO O| Aug 19 15:47:08.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50142024-08-19T15:47:10.144Z[ recovery-image] Aug 19 15:47:08.816 INFO O| Aug 19 15:47:08.816 INFO STEP 377 (remove_files) COMPLETE
50152024-08-19T15:47:10.146Z[ recovery-image] Aug 19 15:47:08.816 INFO O| Aug 19 15:47:08.816 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-08-19T15:47:10.153Z[ recovery-image] Aug 19 15:47:08.825 INFO O| Aug 19 15:47:08.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50172024-08-19T15:47:10.156Z[ recovery-image] Aug 19 15:47:08.825 INFO O| Aug 19 15:47:08.825 INFO STEP 378 (remove_files) COMPLETE
50182024-08-19T15:47:10.156Z[ recovery-image] Aug 19 15:47:08.825 INFO O| Aug 19 15:47:08.825 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-08-19T15:47:10.162Z[ recovery-image] Aug 19 15:47:08.834 INFO O| Aug 19 15:47:08.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50202024-08-19T15:47:10.164Z[ recovery-image] Aug 19 15:47:08.835 INFO O| Aug 19 15:47:08.835 INFO STEP 379 (remove_files) COMPLETE
50212024-08-19T15:47:10.165Z[ recovery-image] Aug 19 15:47:08.835 INFO O| Aug 19 15:47:08.835 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-08-19T15:47:10.173Z[ recovery-image] Aug 19 15:47:08.844 INFO O| Aug 19 15:47:08.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50232024-08-19T15:47:10.173Z[ recovery-image] Aug 19 15:47:08.844 INFO O| Aug 19 15:47:08.844 INFO STEP 380 (remove_files) COMPLETE
50242024-08-19T15:47:10.173Z[ recovery-image] Aug 19 15:47:08.844 INFO O| Aug 19 15:47:08.844 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-19T15:47:10.182Z[ recovery-image] Aug 19 15:47:08.854 INFO O| Aug 19 15:47:08.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50262024-08-19T15:47:10.182Z[ recovery-image] Aug 19 15:47:08.854 INFO O| Aug 19 15:47:08.854 INFO STEP 381 (remove_files) COMPLETE
50272024-08-19T15:47:10.182Z[ recovery-image] Aug 19 15:47:08.854 INFO O| Aug 19 15:47:08.854 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-08-19T15:47:10.191Z[ recovery-image] Aug 19 15:47:08.863 INFO O| Aug 19 15:47:08.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50292024-08-19T15:47:10.191Z[ recovery-image] Aug 19 15:47:08.863 INFO O| Aug 19 15:47:08.863 INFO STEP 382 (remove_files) COMPLETE
50302024-08-19T15:47:10.193Z[ recovery-image] Aug 19 15:47:08.863 INFO O| Aug 19 15:47:08.863 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-08-19T15:47:10.201Z[ recovery-image] Aug 19 15:47:08.872 INFO O| Aug 19 15:47:08.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50322024-08-19T15:47:10.201Z[ recovery-image] Aug 19 15:47:08.872 INFO O| Aug 19 15:47:08.872 INFO STEP 383 (remove_files) COMPLETE
50332024-08-19T15:47:10.201Z[ recovery-image] Aug 19 15:47:08.872 INFO O| Aug 19 15:47:08.872 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-08-19T15:47:10.210Z[ recovery-image] Aug 19 15:47:08.882 INFO O| Aug 19 15:47:08.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50352024-08-19T15:47:10.210Z[ recovery-image] Aug 19 15:47:08.882 INFO O| Aug 19 15:47:08.882 INFO STEP 384 (remove_files) COMPLETE
50362024-08-19T15:47:10.210Z[ recovery-image] Aug 19 15:47:08.882 INFO O| Aug 19 15:47:08.882 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-08-19T15:47:10.219Z[ recovery-image] Aug 19 15:47:08.891 INFO O| Aug 19 15:47:08.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50382024-08-19T15:47:10.222Z[ recovery-image] Aug 19 15:47:08.891 INFO O| Aug 19 15:47:08.891 INFO STEP 385 (remove_files) COMPLETE
50392024-08-19T15:47:10.222Z[ recovery-image] Aug 19 15:47:08.891 INFO O| Aug 19 15:47:08.891 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-08-19T15:47:10.228Z[ recovery-image] Aug 19 15:47:08.900 INFO O| Aug 19 15:47:08.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50412024-08-19T15:47:10.229Z[ recovery-image] Aug 19 15:47:08.900 INFO O| Aug 19 15:47:08.900 INFO STEP 386 (remove_files) COMPLETE
50422024-08-19T15:47:10.231Z[ recovery-image] Aug 19 15:47:08.900 INFO O| Aug 19 15:47:08.900 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-08-19T15:47:10.238Z[ recovery-image] Aug 19 15:47:08.910 INFO O| Aug 19 15:47:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50442024-08-19T15:47:10.238Z[ recovery-image] Aug 19 15:47:08.910 INFO O| Aug 19 15:47:08.910 INFO STEP 387 (remove_files) COMPLETE
50452024-08-19T15:47:10.238Z[ recovery-image] Aug 19 15:47:08.910 INFO O| Aug 19 15:47:08.910 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-08-19T15:47:10.247Z[ recovery-image] Aug 19 15:47:08.919 INFO O| Aug 19 15:47:08.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50472024-08-19T15:47:10.249Z[ recovery-image] Aug 19 15:47:08.919 INFO O| Aug 19 15:47:08.919 INFO STEP 388 (remove_files) COMPLETE
50482024-08-19T15:47:10.250Z[ recovery-image] Aug 19 15:47:08.919 INFO O| Aug 19 15:47:08.919 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-08-19T15:47:10.257Z[ recovery-image] Aug 19 15:47:08.928 INFO O| Aug 19 15:47:08.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50502024-08-19T15:47:10.259Z[ recovery-image] Aug 19 15:47:08.928 INFO O| Aug 19 15:47:08.928 INFO STEP 389 (remove_files) COMPLETE
50512024-08-19T15:47:10.259Z[ recovery-image] Aug 19 15:47:08.928 INFO O| Aug 19 15:47:08.928 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-08-19T15:47:10.266Z[ recovery-image] Aug 19 15:47:08.938 INFO O| Aug 19 15:47:08.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50532024-08-19T15:47:10.266Z[ recovery-image] Aug 19 15:47:08.938 INFO O| Aug 19 15:47:08.938 INFO STEP 390 (remove_files) COMPLETE
50542024-08-19T15:47:10.268Z[ recovery-image] Aug 19 15:47:08.938 INFO O| Aug 19 15:47:08.938 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-08-19T15:47:10.275Z[ recovery-image] Aug 19 15:47:08.947 INFO O| Aug 19 15:47:08.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50562024-08-19T15:47:10.275Z[ recovery-image] Aug 19 15:47:08.947 INFO O| Aug 19 15:47:08.947 INFO STEP 391 (remove_files) COMPLETE
50572024-08-19T15:47:10.275Z[ recovery-image] Aug 19 15:47:08.947 INFO O| Aug 19 15:47:08.947 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-08-19T15:47:10.285Z[ recovery-image] Aug 19 15:47:08.957 INFO O| Aug 19 15:47:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50592024-08-19T15:47:10.285Z[ recovery-image] Aug 19 15:47:08.957 INFO O| Aug 19 15:47:08.957 INFO STEP 392 (remove_files) COMPLETE
50602024-08-19T15:47:10.287Z[ recovery-image] Aug 19 15:47:08.957 INFO O| Aug 19 15:47:08.957 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-08-19T15:47:10.294Z[ recovery-image] Aug 19 15:47:08.966 INFO O| Aug 19 15:47:08.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50622024-08-19T15:47:10.294Z[ recovery-image] Aug 19 15:47:08.966 INFO O| Aug 19 15:47:08.966 INFO STEP 393 (remove_files) COMPLETE
50632024-08-19T15:47:10.296Z[ recovery-image] Aug 19 15:47:08.966 INFO O| Aug 19 15:47:08.966 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-08-19T15:47:10.304Z[ recovery-image] Aug 19 15:47:08.976 INFO O| Aug 19 15:47:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50652024-08-19T15:47:10.304Z[ recovery-image] Aug 19 15:47:08.976 INFO O| Aug 19 15:47:08.976 INFO STEP 394 (remove_files) COMPLETE
50662024-08-19T15:47:10.307Z[ recovery-image] Aug 19 15:47:08.976 INFO O| Aug 19 15:47:08.976 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-08-19T15:47:10.314Z[ recovery-image] Aug 19 15:47:08.986 INFO O| Aug 19 15:47:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50682024-08-19T15:47:10.314Z[ recovery-image] Aug 19 15:47:08.986 INFO O| Aug 19 15:47:08.986 INFO STEP 395 (remove_files) COMPLETE
50692024-08-19T15:47:10.317Z[ recovery-image] Aug 19 15:47:08.986 INFO O| Aug 19 15:47:08.986 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-08-19T15:47:10.324Z[ recovery-image] Aug 19 15:47:08.996 INFO O| Aug 19 15:47:08.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50712024-08-19T15:47:10.324Z[ recovery-image] Aug 19 15:47:08.996 INFO O| Aug 19 15:47:08.996 INFO STEP 396 (remove_files) COMPLETE
50722024-08-19T15:47:10.324Z[ recovery-image] Aug 19 15:47:08.996 INFO O| Aug 19 15:47:08.996 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-08-19T15:47:10.335Z[ recovery-image] Aug 19 15:47:09.007 INFO O| Aug 19 15:47:09.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50742024-08-19T15:47:10.335Z[ recovery-image] Aug 19 15:47:09.007 INFO O| Aug 19 15:47:09.007 INFO STEP 397 (remove_files) COMPLETE
50752024-08-19T15:47:10.338Z[ recovery-image] Aug 19 15:47:09.007 INFO O| Aug 19 15:47:09.007 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-08-19T15:47:10.346Z[ recovery-image] Aug 19 15:47:09.017 INFO O| Aug 19 15:47:09.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50772024-08-19T15:47:10.348Z[ recovery-image] Aug 19 15:47:09.017 INFO O| Aug 19 15:47:09.017 INFO STEP 398 (remove_files) COMPLETE
50782024-08-19T15:47:10.348Z[ recovery-image] Aug 19 15:47:09.017 INFO O| Aug 19 15:47:09.017 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-08-19T15:47:10.355Z[ recovery-image] Aug 19 15:47:09.027 INFO O| Aug 19 15:47:09.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50802024-08-19T15:47:10.355Z[ recovery-image] Aug 19 15:47:09.027 INFO O| Aug 19 15:47:09.027 INFO STEP 399 (remove_files) COMPLETE
50812024-08-19T15:47:10.358Z[ recovery-image] Aug 19 15:47:09.027 INFO O| Aug 19 15:47:09.027 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-08-19T15:47:10.365Z[ recovery-image] Aug 19 15:47:09.037 INFO O| Aug 19 15:47:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50832024-08-19T15:47:10.367Z[ recovery-image] Aug 19 15:47:09.037 INFO O| Aug 19 15:47:09.037 INFO STEP 400 (remove_files) COMPLETE
50842024-08-19T15:47:10.367Z[ recovery-image] Aug 19 15:47:09.037 INFO O| Aug 19 15:47:09.037 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-08-19T15:47:10.375Z[ recovery-image] Aug 19 15:47:09.046 INFO O| Aug 19 15:47:09.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50862024-08-19T15:47:10.377Z[ recovery-image] Aug 19 15:47:09.046 INFO O| Aug 19 15:47:09.046 INFO STEP 401 (remove_files) COMPLETE
50872024-08-19T15:47:10.377Z[ recovery-image] Aug 19 15:47:09.047 INFO O| Aug 19 15:47:09.046 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-08-19T15:47:10.384Z[ recovery-image] Aug 19 15:47:09.056 INFO O| Aug 19 15:47:09.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50892024-08-19T15:47:10.384Z[ recovery-image] Aug 19 15:47:09.056 INFO O| Aug 19 15:47:09.056 INFO STEP 402 (remove_files) COMPLETE
50902024-08-19T15:47:10.387Z[ recovery-image] Aug 19 15:47:09.056 INFO O| Aug 19 15:47:09.056 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-08-19T15:47:10.394Z[ recovery-image] Aug 19 15:47:09.066 INFO O| Aug 19 15:47:09.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50922024-08-19T15:47:10.394Z[ recovery-image] Aug 19 15:47:09.066 INFO O| Aug 19 15:47:09.066 INFO STEP 403 (remove_files) COMPLETE
50932024-08-19T15:47:10.394Z[ recovery-image] Aug 19 15:47:09.066 INFO O| Aug 19 15:47:09.066 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-08-19T15:47:10.403Z[ recovery-image] Aug 19 15:47:09.075 INFO O| Aug 19 15:47:09.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50952024-08-19T15:47:10.404Z[ recovery-image] Aug 19 15:47:09.075 INFO O| Aug 19 15:47:09.075 INFO STEP 404 (remove_files) COMPLETE
50962024-08-19T15:47:10.404Z[ recovery-image] Aug 19 15:47:09.075 INFO O| Aug 19 15:47:09.075 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-08-19T15:47:10.413Z[ recovery-image] Aug 19 15:47:09.085 INFO O| Aug 19 15:47:09.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50982024-08-19T15:47:10.413Z[ recovery-image] Aug 19 15:47:09.085 INFO O| Aug 19 15:47:09.085 INFO STEP 405 (remove_files) COMPLETE
50992024-08-19T15:47:10.413Z[ recovery-image] Aug 19 15:47:09.085 INFO O| Aug 19 15:47:09.085 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-08-19T15:47:10.422Z[ recovery-image] Aug 19 15:47:09.094 INFO O| Aug 19 15:47:09.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51012024-08-19T15:47:10.425Z[ recovery-image] Aug 19 15:47:09.094 INFO O| Aug 19 15:47:09.094 INFO STEP 406 (remove_files) COMPLETE
51022024-08-19T15:47:10.425Z[ recovery-image] Aug 19 15:47:09.094 INFO O| Aug 19 15:47:09.094 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-08-19T15:47:10.432Z[ recovery-image] Aug 19 15:47:09.103 INFO O| Aug 19 15:47:09.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51042024-08-19T15:47:10.432Z[ recovery-image] Aug 19 15:47:09.103 INFO O| Aug 19 15:47:09.103 INFO STEP 407 (remove_files) COMPLETE
51052024-08-19T15:47:10.434Z[ recovery-image] Aug 19 15:47:09.103 INFO O| Aug 19 15:47:09.103 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-08-19T15:47:10.441Z[ recovery-image] Aug 19 15:47:09.113 INFO O| Aug 19 15:47:09.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51072024-08-19T15:47:10.441Z[ recovery-image] Aug 19 15:47:09.113 INFO O| Aug 19 15:47:09.113 INFO STEP 408 (remove_files) COMPLETE
51082024-08-19T15:47:10.444Z[ recovery-image] Aug 19 15:47:09.113 INFO O| Aug 19 15:47:09.113 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-08-19T15:47:10.451Z[ recovery-image] Aug 19 15:47:09.123 INFO O| Aug 19 15:47:09.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51102024-08-19T15:47:10.451Z[ recovery-image] Aug 19 15:47:09.123 INFO O| Aug 19 15:47:09.123 INFO STEP 409 (remove_files) COMPLETE
51112024-08-19T15:47:10.454Z[ recovery-image] Aug 19 15:47:09.123 INFO O| Aug 19 15:47:09.123 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-08-19T15:47:10.461Z[ recovery-image] Aug 19 15:47:09.133 INFO O| Aug 19 15:47:09.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51132024-08-19T15:47:10.463Z[ recovery-image] Aug 19 15:47:09.133 INFO O| Aug 19 15:47:09.133 INFO STEP 410 (remove_files) COMPLETE
51142024-08-19T15:47:10.464Z[ recovery-image] Aug 19 15:47:09.133 INFO O| Aug 19 15:47:09.133 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-08-19T15:47:10.471Z[ recovery-image] Aug 19 15:47:09.143 INFO O| Aug 19 15:47:09.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51162024-08-19T15:47:10.473Z[ recovery-image] Aug 19 15:47:09.143 INFO O| Aug 19 15:47:09.143 INFO STEP 411 (remove_files) COMPLETE
51172024-08-19T15:47:10.473Z[ recovery-image] Aug 19 15:47:09.143 INFO O| Aug 19 15:47:09.143 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-08-19T15:47:10.481Z[ recovery-image] Aug 19 15:47:09.153 INFO O| Aug 19 15:47:09.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51192024-08-19T15:47:10.484Z[ recovery-image] Aug 19 15:47:09.153 INFO O| Aug 19 15:47:09.153 INFO STEP 412 (remove_files) COMPLETE
51202024-08-19T15:47:10.484Z[ recovery-image] Aug 19 15:47:09.153 INFO O| Aug 19 15:47:09.153 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-08-19T15:47:10.491Z[ recovery-image] Aug 19 15:47:09.162 INFO O| Aug 19 15:47:09.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51222024-08-19T15:47:10.491Z[ recovery-image] Aug 19 15:47:09.163 INFO O| Aug 19 15:47:09.163 INFO STEP 413 (remove_files) COMPLETE
51232024-08-19T15:47:10.494Z[ recovery-image] Aug 19 15:47:09.163 INFO O| Aug 19 15:47:09.163 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-08-19T15:47:10.501Z[ recovery-image] Aug 19 15:47:09.172 INFO O| Aug 19 15:47:09.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51252024-08-19T15:47:10.503Z[ recovery-image] Aug 19 15:47:09.172 INFO O| Aug 19 15:47:09.172 INFO STEP 414 (remove_files) COMPLETE
51262024-08-19T15:47:10.503Z[ recovery-image] Aug 19 15:47:09.172 INFO O| Aug 19 15:47:09.172 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-08-19T15:47:10.510Z[ recovery-image] Aug 19 15:47:09.182 INFO O| Aug 19 15:47:09.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51282024-08-19T15:47:10.510Z[ recovery-image] Aug 19 15:47:09.182 INFO O| Aug 19 15:47:09.182 INFO STEP 415 (remove_files) COMPLETE
51292024-08-19T15:47:10.513Z[ recovery-image] Aug 19 15:47:09.182 INFO O| Aug 19 15:47:09.182 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-08-19T15:47:10.520Z[ recovery-image] Aug 19 15:47:09.192 INFO O| Aug 19 15:47:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51312024-08-19T15:47:10.520Z[ recovery-image] Aug 19 15:47:09.192 INFO O| Aug 19 15:47:09.192 INFO STEP 416 (remove_files) COMPLETE
51322024-08-19T15:47:10.522Z[ recovery-image] Aug 19 15:47:09.192 INFO O| Aug 19 15:47:09.192 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-08-19T15:47:10.530Z[ recovery-image] Aug 19 15:47:09.202 INFO O| Aug 19 15:47:09.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51342024-08-19T15:47:10.532Z[ recovery-image] Aug 19 15:47:09.202 INFO O| Aug 19 15:47:09.202 INFO STEP 417 (remove_files) COMPLETE
51352024-08-19T15:47:10.533Z[ recovery-image] Aug 19 15:47:09.202 INFO O| Aug 19 15:47:09.202 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-08-19T15:47:10.540Z[ recovery-image] Aug 19 15:47:09.212 INFO O| Aug 19 15:47:09.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51372024-08-19T15:47:10.540Z[ recovery-image] Aug 19 15:47:09.212 INFO O| Aug 19 15:47:09.212 INFO STEP 418 (remove_files) COMPLETE
51382024-08-19T15:47:10.542Z[ recovery-image] Aug 19 15:47:09.212 INFO O| Aug 19 15:47:09.212 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-08-19T15:47:10.550Z[ recovery-image] Aug 19 15:47:09.221 INFO O| Aug 19 15:47:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51402024-08-19T15:47:10.550Z[ recovery-image] Aug 19 15:47:09.221 INFO O| Aug 19 15:47:09.221 INFO STEP 419 (remove_files) COMPLETE
51412024-08-19T15:47:10.552Z[ recovery-image] Aug 19 15:47:09.221 INFO O| Aug 19 15:47:09.221 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-08-19T15:47:10.559Z[ recovery-image] Aug 19 15:47:09.231 INFO O| Aug 19 15:47:09.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51432024-08-19T15:47:10.562Z[ recovery-image] Aug 19 15:47:09.231 INFO O| Aug 19 15:47:09.231 INFO STEP 420 (remove_files) COMPLETE
51442024-08-19T15:47:10.562Z[ recovery-image] Aug 19 15:47:09.231 INFO O| Aug 19 15:47:09.231 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-08-19T15:47:10.569Z[ recovery-image] Aug 19 15:47:09.240 INFO O| Aug 19 15:47:09.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51462024-08-19T15:47:10.573Z[ recovery-image] Aug 19 15:47:09.241 INFO O| Aug 19 15:47:09.240 INFO STEP 421 (remove_files) COMPLETE
51472024-08-19T15:47:10.574Z[ recovery-image] Aug 19 15:47:09.241 INFO O| Aug 19 15:47:09.241 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-08-19T15:47:10.578Z[ recovery-image] Aug 19 15:47:09.250 INFO O| Aug 19 15:47:09.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51492024-08-19T15:47:10.579Z[ recovery-image] Aug 19 15:47:09.250 INFO O| Aug 19 15:47:09.250 INFO STEP 422 (remove_files) COMPLETE
51502024-08-19T15:47:10.581Z[ recovery-image] Aug 19 15:47:09.250 INFO O| Aug 19 15:47:09.250 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-08-19T15:47:10.588Z[ recovery-image] Aug 19 15:47:09.260 INFO O| Aug 19 15:47:09.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51522024-08-19T15:47:10.588Z[ recovery-image] Aug 19 15:47:09.260 INFO O| Aug 19 15:47:09.260 INFO STEP 423 (remove_files) COMPLETE
51532024-08-19T15:47:10.591Z[ recovery-image] Aug 19 15:47:09.260 INFO O| Aug 19 15:47:09.260 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-19T15:47:10.598Z[ recovery-image] Aug 19 15:47:09.269 INFO O| Aug 19 15:47:09.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51552024-08-19T15:47:10.598Z[ recovery-image] Aug 19 15:47:09.269 INFO O| Aug 19 15:47:09.269 INFO STEP 424 (remove_files) COMPLETE
51562024-08-19T15:47:10.601Z[ recovery-image] Aug 19 15:47:09.270 INFO O| Aug 19 15:47:09.269 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-19T15:47:10.608Z[ recovery-image] Aug 19 15:47:09.279 INFO O| Aug 19 15:47:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51582024-08-19T15:47:10.608Z[ recovery-image] Aug 19 15:47:09.279 INFO O| Aug 19 15:47:09.279 INFO STEP 425 (remove_files) COMPLETE
51592024-08-19T15:47:10.608Z[ recovery-image] Aug 19 15:47:09.279 INFO O| Aug 19 15:47:09.279 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-08-19T15:47:10.617Z[ recovery-image] Aug 19 15:47:09.289 INFO O| Aug 19 15:47:09.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51612024-08-19T15:47:10.620Z[ recovery-image] Aug 19 15:47:09.289 INFO O| Aug 19 15:47:09.289 INFO STEP 426 (remove_files) COMPLETE
51622024-08-19T15:47:10.620Z[ recovery-image] Aug 19 15:47:09.289 INFO O| Aug 19 15:47:09.289 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-08-19T15:47:10.627Z[ recovery-image] Aug 19 15:47:09.298 INFO O| Aug 19 15:47:09.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51642024-08-19T15:47:10.627Z[ recovery-image] Aug 19 15:47:09.298 INFO O| Aug 19 15:47:09.298 INFO STEP 427 (remove_files) COMPLETE
51652024-08-19T15:47:10.628Z[ recovery-image] Aug 19 15:47:09.298 INFO O| Aug 19 15:47:09.298 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-08-19T15:47:10.637Z[ recovery-image] Aug 19 15:47:09.308 INFO O| Aug 19 15:47:09.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51672024-08-19T15:47:10.637Z[ recovery-image] Aug 19 15:47:09.308 INFO O| Aug 19 15:47:09.308 INFO STEP 428 (remove_files) COMPLETE
51682024-08-19T15:47:10.640Z[ recovery-image] Aug 19 15:47:09.308 INFO O| Aug 19 15:47:09.308 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-08-19T15:47:10.646Z[ recovery-image] Aug 19 15:47:09.317 INFO O| Aug 19 15:47:09.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51702024-08-19T15:47:10.646Z[ recovery-image] Aug 19 15:47:09.317 INFO O| Aug 19 15:47:09.317 INFO STEP 429 (remove_files) COMPLETE
51712024-08-19T15:47:10.649Z[ recovery-image] Aug 19 15:47:09.317 INFO O| Aug 19 15:47:09.317 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-08-19T15:47:10.655Z[ recovery-image] Aug 19 15:47:09.326 INFO O| Aug 19 15:47:09.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51732024-08-19T15:47:10.658Z[ recovery-image] Aug 19 15:47:09.327 INFO O| Aug 19 15:47:09.327 INFO STEP 430 (remove_files) COMPLETE
51742024-08-19T15:47:10.658Z[ recovery-image] Aug 19 15:47:09.327 INFO O| Aug 19 15:47:09.327 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-08-19T15:47:10.665Z[ recovery-image] Aug 19 15:47:09.336 INFO O| Aug 19 15:47:09.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51762024-08-19T15:47:10.665Z[ recovery-image] Aug 19 15:47:09.336 INFO O| Aug 19 15:47:09.336 INFO STEP 431 (remove_files) COMPLETE
51772024-08-19T15:47:10.668Z[ recovery-image] Aug 19 15:47:09.336 INFO O| Aug 19 15:47:09.336 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-08-19T15:47:10.675Z[ recovery-image] Aug 19 15:47:09.346 INFO O| Aug 19 15:47:09.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51792024-08-19T15:47:10.675Z[ recovery-image] Aug 19 15:47:09.346 INFO O| Aug 19 15:47:09.346 INFO STEP 432 (remove_files) COMPLETE
51802024-08-19T15:47:10.677Z[ recovery-image] Aug 19 15:47:09.346 INFO O| Aug 19 15:47:09.346 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-08-19T15:47:10.684Z[ recovery-image] Aug 19 15:47:09.355 INFO O| Aug 19 15:47:09.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51822024-08-19T15:47:10.687Z[ recovery-image] Aug 19 15:47:09.355 INFO O| Aug 19 15:47:09.355 INFO STEP 433 (remove_files) COMPLETE
51832024-08-19T15:47:10.687Z[ recovery-image] Aug 19 15:47:09.355 INFO O| Aug 19 15:47:09.355 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-08-19T15:47:10.693Z[ recovery-image] Aug 19 15:47:09.365 INFO O| Aug 19 15:47:09.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51852024-08-19T15:47:10.694Z[ recovery-image] Aug 19 15:47:09.365 INFO O| Aug 19 15:47:09.365 INFO STEP 434 (remove_files) COMPLETE
51862024-08-19T15:47:10.696Z[ recovery-image] Aug 19 15:47:09.365 INFO O| Aug 19 15:47:09.365 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-08-19T15:47:10.703Z[ recovery-image] Aug 19 15:47:09.374 INFO O| Aug 19 15:47:09.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51882024-08-19T15:47:10.703Z[ recovery-image] Aug 19 15:47:09.374 INFO O| Aug 19 15:47:09.374 INFO STEP 435 (remove_files) COMPLETE
51892024-08-19T15:47:10.703Z[ recovery-image] Aug 19 15:47:09.374 INFO O| Aug 19 15:47:09.374 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-08-19T15:47:10.712Z[ recovery-image] Aug 19 15:47:09.383 INFO O| Aug 19 15:47:09.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51912024-08-19T15:47:10.713Z[ recovery-image] Aug 19 15:47:09.384 INFO O| Aug 19 15:47:09.384 INFO STEP 436 (remove_files) COMPLETE
51922024-08-19T15:47:10.713Z[ recovery-image] Aug 19 15:47:09.384 INFO O| Aug 19 15:47:09.384 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-08-19T15:47:10.722Z[ recovery-image] Aug 19 15:47:09.393 INFO O| Aug 19 15:47:09.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51942024-08-19T15:47:10.722Z[ recovery-image] Aug 19 15:47:09.393 INFO O| Aug 19 15:47:09.393 INFO STEP 437 (remove_files) COMPLETE
51952024-08-19T15:47:10.722Z[ recovery-image] Aug 19 15:47:09.393 INFO O| Aug 19 15:47:09.393 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-08-19T15:47:10.731Z[ recovery-image] Aug 19 15:47:09.402 INFO O| Aug 19 15:47:09.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51972024-08-19T15:47:10.731Z[ recovery-image] Aug 19 15:47:09.402 INFO O| Aug 19 15:47:09.402 INFO STEP 438 (remove_files) COMPLETE
51982024-08-19T15:47:10.731Z[ recovery-image] Aug 19 15:47:09.402 INFO O| Aug 19 15:47:09.402 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-08-19T15:47:10.741Z[ recovery-image] Aug 19 15:47:09.411 INFO O| Aug 19 15:47:09.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52002024-08-19T15:47:10.741Z[ recovery-image] Aug 19 15:47:09.412 INFO O| Aug 19 15:47:09.412 INFO STEP 439 (remove_files) COMPLETE
52012024-08-19T15:47:10.741Z[ recovery-image] Aug 19 15:47:09.412 INFO O| Aug 19 15:47:09.412 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-08-19T15:47:10.750Z[ recovery-image] Aug 19 15:47:09.421 INFO O| Aug 19 15:47:09.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52032024-08-19T15:47:10.750Z[ recovery-image] Aug 19 15:47:09.421 INFO O| Aug 19 15:47:09.421 INFO STEP 440 (remove_files) COMPLETE
52042024-08-19T15:47:10.754Z[ recovery-image] Aug 19 15:47:09.421 INFO O| Aug 19 15:47:09.421 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-08-19T15:47:10.759Z[ recovery-image] Aug 19 15:47:09.430 INFO O| Aug 19 15:47:09.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52062024-08-19T15:47:10.759Z[ recovery-image] Aug 19 15:47:09.430 INFO O| Aug 19 15:47:09.430 INFO STEP 441 (remove_files) COMPLETE
52072024-08-19T15:47:10.762Z[ recovery-image] Aug 19 15:47:09.430 INFO O| Aug 19 15:47:09.430 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-08-19T15:47:10.768Z[ recovery-image] Aug 19 15:47:09.439 INFO O| Aug 19 15:47:09.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52092024-08-19T15:47:10.768Z[ recovery-image] Aug 19 15:47:09.440 INFO O| Aug 19 15:47:09.439 INFO STEP 442 (remove_files) COMPLETE
52102024-08-19T15:47:10.768Z[ recovery-image] Aug 19 15:47:09.440 INFO O| Aug 19 15:47:09.439 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-08-19T15:47:10.777Z[ recovery-image] Aug 19 15:47:09.449 INFO O| Aug 19 15:47:09.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52122024-08-19T15:47:10.777Z[ recovery-image] Aug 19 15:47:09.449 INFO O| Aug 19 15:47:09.449 INFO STEP 443 (remove_files) COMPLETE
52132024-08-19T15:47:10.780Z[ recovery-image] Aug 19 15:47:09.449 INFO O| Aug 19 15:47:09.449 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-08-19T15:47:10.787Z[ recovery-image] Aug 19 15:47:09.458 INFO O| Aug 19 15:47:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52152024-08-19T15:47:10.790Z[ recovery-image] Aug 19 15:47:09.459 INFO O| Aug 19 15:47:09.458 INFO STEP 444 (remove_files) COMPLETE
52162024-08-19T15:47:10.790Z[ recovery-image] Aug 19 15:47:09.459 INFO O| Aug 19 15:47:09.458 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-08-19T15:47:10.798Z[ recovery-image] Aug 19 15:47:09.468 INFO O| Aug 19 15:47:09.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52182024-08-19T15:47:10.798Z[ recovery-image] Aug 19 15:47:09.468 INFO O| Aug 19 15:47:09.468 INFO STEP 445 (remove_files) COMPLETE
52192024-08-19T15:47:10.798Z[ recovery-image] Aug 19 15:47:09.468 INFO O| Aug 19 15:47:09.468 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-08-19T15:47:10.806Z[ recovery-image] Aug 19 15:47:09.477 INFO O| Aug 19 15:47:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52212024-08-19T15:47:10.807Z[ recovery-image] Aug 19 15:47:09.477 INFO O| Aug 19 15:47:09.477 INFO STEP 446 (remove_files) COMPLETE
52222024-08-19T15:47:10.807Z[ recovery-image] Aug 19 15:47:09.477 INFO O| Aug 19 15:47:09.477 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-08-19T15:47:10.818Z[ recovery-image] Aug 19 15:47:09.487 INFO O| Aug 19 15:47:09.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52242024-08-19T15:47:10.818Z[ recovery-image] Aug 19 15:47:09.487 INFO O| Aug 19 15:47:09.487 INFO STEP 447 (remove_files) COMPLETE
52252024-08-19T15:47:10.818Z[ recovery-image] Aug 19 15:47:09.487 INFO O| Aug 19 15:47:09.487 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-08-19T15:47:10.825Z[ recovery-image] Aug 19 15:47:09.496 INFO O| Aug 19 15:47:09.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52272024-08-19T15:47:10.825Z[ recovery-image] Aug 19 15:47:09.496 INFO O| Aug 19 15:47:09.496 INFO STEP 448 (remove_files) COMPLETE
52282024-08-19T15:47:10.828Z[ recovery-image] Aug 19 15:47:09.496 INFO O| Aug 19 15:47:09.496 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-08-19T15:47:10.835Z[ recovery-image] Aug 19 15:47:09.505 INFO O| Aug 19 15:47:09.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52302024-08-19T15:47:10.835Z[ recovery-image] Aug 19 15:47:09.505 INFO O| Aug 19 15:47:09.505 INFO STEP 449 (remove_files) COMPLETE
52312024-08-19T15:47:10.838Z[ recovery-image] Aug 19 15:47:09.505 INFO O| Aug 19 15:47:09.505 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-08-19T15:47:10.844Z[ recovery-image] Aug 19 15:47:09.515 INFO O| Aug 19 15:47:09.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52332024-08-19T15:47:10.848Z[ recovery-image] Aug 19 15:47:09.515 INFO O| Aug 19 15:47:09.515 INFO STEP 450 (remove_files) COMPLETE
52342024-08-19T15:47:10.848Z[ recovery-image] Aug 19 15:47:09.515 INFO O| Aug 19 15:47:09.515 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-08-19T15:47:10.854Z[ recovery-image] Aug 19 15:47:09.524 INFO O| Aug 19 15:47:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52362024-08-19T15:47:10.854Z[ recovery-image] Aug 19 15:47:09.524 INFO O| Aug 19 15:47:09.524 INFO STEP 451 (remove_files) COMPLETE
52372024-08-19T15:47:10.857Z[ recovery-image] Aug 19 15:47:09.524 INFO O| Aug 19 15:47:09.524 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-08-19T15:47:10.863Z[ recovery-image] Aug 19 15:47:09.534 INFO O| Aug 19 15:47:09.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52392024-08-19T15:47:10.863Z[ recovery-image] Aug 19 15:47:09.534 INFO O| Aug 19 15:47:09.534 INFO STEP 452 (remove_files) COMPLETE
52402024-08-19T15:47:10.867Z[ recovery-image] Aug 19 15:47:09.534 INFO O| Aug 19 15:47:09.534 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-08-19T15:47:10.873Z[ recovery-image] Aug 19 15:47:09.544 INFO O| Aug 19 15:47:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52422024-08-19T15:47:10.873Z[ recovery-image] Aug 19 15:47:09.544 INFO O| Aug 19 15:47:09.544 INFO STEP 453 (remove_files) COMPLETE
52432024-08-19T15:47:10.877Z[ recovery-image] Aug 19 15:47:09.544 INFO O| Aug 19 15:47:09.544 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-08-19T15:47:10.883Z[ recovery-image] Aug 19 15:47:09.554 INFO O| Aug 19 15:47:09.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52452024-08-19T15:47:10.883Z[ recovery-image] Aug 19 15:47:09.554 INFO O| Aug 19 15:47:09.554 INFO STEP 454 (remove_files) COMPLETE
52462024-08-19T15:47:10.887Z[ recovery-image] Aug 19 15:47:09.554 INFO O| Aug 19 15:47:09.554 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-08-19T15:47:10.893Z[ recovery-image] Aug 19 15:47:09.564 INFO O| Aug 19 15:47:09.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52482024-08-19T15:47:10.893Z[ recovery-image] Aug 19 15:47:09.564 INFO O| Aug 19 15:47:09.564 INFO STEP 455 (remove_files) COMPLETE
52492024-08-19T15:47:10.897Z[ recovery-image] Aug 19 15:47:09.564 INFO O| Aug 19 15:47:09.564 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-08-19T15:47:10.903Z[ recovery-image] Aug 19 15:47:09.574 INFO O| Aug 19 15:47:09.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52512024-08-19T15:47:10.903Z[ recovery-image] Aug 19 15:47:09.574 INFO O| Aug 19 15:47:09.574 INFO STEP 456 (remove_files) COMPLETE
52522024-08-19T15:47:10.903Z[ recovery-image] Aug 19 15:47:09.574 INFO O| Aug 19 15:47:09.574 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-08-19T15:47:10.912Z[ recovery-image] Aug 19 15:47:09.583 INFO O| Aug 19 15:47:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52542024-08-19T15:47:10.913Z[ recovery-image] Aug 19 15:47:09.583 INFO O| Aug 19 15:47:09.583 INFO STEP 457 (remove_files) COMPLETE
52552024-08-19T15:47:10.916Z[ recovery-image] Aug 19 15:47:09.583 INFO O| Aug 19 15:47:09.583 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-08-19T15:47:10.922Z[ recovery-image] Aug 19 15:47:09.593 INFO O| Aug 19 15:47:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52572024-08-19T15:47:10.925Z[ recovery-image] Aug 19 15:47:09.593 INFO O| Aug 19 15:47:09.593 INFO STEP 458 (remove_files) COMPLETE
52582024-08-19T15:47:10.925Z[ recovery-image] Aug 19 15:47:09.593 INFO O| Aug 19 15:47:09.593 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-08-19T15:47:10.932Z[ recovery-image] Aug 19 15:47:09.602 INFO O| Aug 19 15:47:09.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52602024-08-19T15:47:10.932Z[ recovery-image] Aug 19 15:47:09.602 INFO O| Aug 19 15:47:09.602 INFO STEP 459 (remove_files) COMPLETE
52612024-08-19T15:47:10.932Z[ recovery-image] Aug 19 15:47:09.602 INFO O| Aug 19 15:47:09.602 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-08-19T15:47:10.942Z[ recovery-image] Aug 19 15:47:09.612 INFO O| Aug 19 15:47:09.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52632024-08-19T15:47:10.942Z[ recovery-image] Aug 19 15:47:09.612 INFO O| Aug 19 15:47:09.612 INFO STEP 460 (remove_files) COMPLETE
52642024-08-19T15:47:10.946Z[ recovery-image] Aug 19 15:47:09.612 INFO O| Aug 19 15:47:09.612 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-08-19T15:47:10.951Z[ recovery-image] Aug 19 15:47:09.621 INFO O| Aug 19 15:47:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52662024-08-19T15:47:10.951Z[ recovery-image] Aug 19 15:47:09.621 INFO O| Aug 19 15:47:09.621 INFO STEP 461 (remove_files) COMPLETE
52672024-08-19T15:47:10.951Z[ recovery-image] Aug 19 15:47:09.622 INFO O| Aug 19 15:47:09.621 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-08-19T15:47:10.960Z[ recovery-image] Aug 19 15:47:09.631 INFO O| Aug 19 15:47:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52692024-08-19T15:47:10.960Z[ recovery-image] Aug 19 15:47:09.631 INFO O| Aug 19 15:47:09.631 INFO STEP 462 (remove_files) COMPLETE
52702024-08-19T15:47:10.965Z[ recovery-image] Aug 19 15:47:09.631 INFO O| Aug 19 15:47:09.631 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-08-19T15:47:10.970Z[ recovery-image] Aug 19 15:47:09.640 INFO O| Aug 19 15:47:09.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52722024-08-19T15:47:10.974Z[ recovery-image] Aug 19 15:47:09.640 INFO O| Aug 19 15:47:09.640 INFO STEP 463 (remove_files) COMPLETE
52732024-08-19T15:47:10.974Z[ recovery-image] Aug 19 15:47:09.640 INFO O| Aug 19 15:47:09.640 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-08-19T15:47:10.979Z[ recovery-image] Aug 19 15:47:09.650 INFO O| Aug 19 15:47:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52752024-08-19T15:47:10.981Z[ recovery-image] Aug 19 15:47:09.650 INFO O| Aug 19 15:47:09.650 INFO STEP 464 (remove_files) COMPLETE
52762024-08-19T15:47:10.982Z[ recovery-image] Aug 19 15:47:09.650 INFO O| Aug 19 15:47:09.650 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-08-19T15:47:10.990Z[ recovery-image] Aug 19 15:47:09.659 INFO O| Aug 19 15:47:09.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52782024-08-19T15:47:10.990Z[ recovery-image] Aug 19 15:47:09.659 INFO O| Aug 19 15:47:09.659 INFO STEP 465 (remove_files) COMPLETE
52792024-08-19T15:47:10.996Z[ recovery-image] Aug 19 15:47:09.659 INFO O| Aug 19 15:47:09.659 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-08-19T15:47:10.999Z[ recovery-image] Aug 19 15:47:09.669 INFO O| Aug 19 15:47:09.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52812024-08-19T15:47:10.999Z[ recovery-image] Aug 19 15:47:09.669 INFO O| Aug 19 15:47:09.669 INFO STEP 466 (remove_files) COMPLETE
52822024-08-19T15:47:11.000Z[ recovery-image] Aug 19 15:47:09.669 INFO O| Aug 19 15:47:09.669 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-08-19T15:47:11.009Z[ recovery-image] Aug 19 15:47:09.678 INFO O| Aug 19 15:47:09.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52842024-08-19T15:47:11.009Z[ recovery-image] Aug 19 15:47:09.678 INFO O| Aug 19 15:47:09.678 INFO STEP 467 (remove_files) COMPLETE
52852024-08-19T15:47:11.009Z[ recovery-image] Aug 19 15:47:09.678 INFO O| Aug 19 15:47:09.678 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-08-19T15:47:11.018Z[ recovery-image] Aug 19 15:47:09.687 INFO O| Aug 19 15:47:09.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52872024-08-19T15:47:11.018Z[ recovery-image] Aug 19 15:47:09.687 INFO O| Aug 19 15:47:09.687 INFO STEP 468 (remove_files) COMPLETE
52882024-08-19T15:47:11.022Z[ recovery-image] Aug 19 15:47:09.687 INFO O| Aug 19 15:47:09.687 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-08-19T15:47:11.026Z[ recovery-image] Aug 19 15:47:09.697 INFO O| Aug 19 15:47:09.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52902024-08-19T15:47:11.026Z[ recovery-image] Aug 19 15:47:09.697 INFO O| Aug 19 15:47:09.697 INFO STEP 469 (remove_files) COMPLETE
52912024-08-19T15:47:11.029Z[ recovery-image] Aug 19 15:47:09.697 INFO O| Aug 19 15:47:09.697 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-08-19T15:47:11.035Z[ recovery-image] Aug 19 15:47:09.706 INFO O| Aug 19 15:47:09.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52932024-08-19T15:47:11.035Z[ recovery-image] Aug 19 15:47:09.706 INFO O| Aug 19 15:47:09.706 INFO STEP 470 (remove_files) COMPLETE
52942024-08-19T15:47:11.038Z[ recovery-image] Aug 19 15:47:09.706 INFO O| Aug 19 15:47:09.706 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-08-19T15:47:11.045Z[ recovery-image] Aug 19 15:47:09.716 INFO O| Aug 19 15:47:09.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52962024-08-19T15:47:11.045Z[ recovery-image] Aug 19 15:47:09.716 INFO O| Aug 19 15:47:09.716 INFO STEP 471 (remove_files) COMPLETE
52972024-08-19T15:47:11.048Z[ recovery-image] Aug 19 15:47:09.716 INFO O| Aug 19 15:47:09.716 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-08-19T15:47:11.054Z[ recovery-image] Aug 19 15:47:09.725 INFO O| Aug 19 15:47:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52992024-08-19T15:47:11.057Z[ recovery-image] Aug 19 15:47:09.725 INFO O| Aug 19 15:47:09.725 INFO STEP 472 (remove_files) COMPLETE
53002024-08-19T15:47:11.057Z[ recovery-image] Aug 19 15:47:09.725 INFO O| Aug 19 15:47:09.725 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-08-19T15:47:11.064Z[ recovery-image] Aug 19 15:47:09.734 INFO O| Aug 19 15:47:09.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53022024-08-19T15:47:11.064Z[ recovery-image] Aug 19 15:47:09.734 INFO O| Aug 19 15:47:09.734 INFO STEP 473 (remove_files) COMPLETE
53032024-08-19T15:47:11.064Z[ recovery-image] Aug 19 15:47:09.734 INFO O| Aug 19 15:47:09.734 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-08-19T15:47:11.073Z[ recovery-image] Aug 19 15:47:09.744 INFO O| Aug 19 15:47:09.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53052024-08-19T15:47:11.073Z[ recovery-image] Aug 19 15:47:09.744 INFO O| Aug 19 15:47:09.744 INFO STEP 474 (remove_files) COMPLETE
53062024-08-19T15:47:11.077Z[ recovery-image] Aug 19 15:47:09.744 INFO O| Aug 19 15:47:09.744 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-08-19T15:47:11.082Z[ recovery-image] Aug 19 15:47:09.753 INFO O| Aug 19 15:47:09.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53082024-08-19T15:47:11.083Z[ recovery-image] Aug 19 15:47:09.753 INFO O| Aug 19 15:47:09.753 INFO STEP 475 (remove_files) COMPLETE
53092024-08-19T15:47:11.086Z[ recovery-image] Aug 19 15:47:09.753 INFO O| Aug 19 15:47:09.753 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-08-19T15:47:11.092Z[ recovery-image] Aug 19 15:47:09.762 INFO O| Aug 19 15:47:09.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53112024-08-19T15:47:11.092Z[ recovery-image] Aug 19 15:47:09.763 INFO O| Aug 19 15:47:09.763 INFO STEP 476 (remove_files) COMPLETE
53122024-08-19T15:47:11.096Z[ recovery-image] Aug 19 15:47:09.763 INFO O| Aug 19 15:47:09.763 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-08-19T15:47:11.101Z[ recovery-image] Aug 19 15:47:09.772 INFO O| Aug 19 15:47:09.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53142024-08-19T15:47:11.101Z[ recovery-image] Aug 19 15:47:09.772 INFO O| Aug 19 15:47:09.772 INFO STEP 477 (remove_files) COMPLETE
53152024-08-19T15:47:11.101Z[ recovery-image] Aug 19 15:47:09.772 INFO O| Aug 19 15:47:09.772 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-08-19T15:47:11.111Z[ recovery-image] Aug 19 15:47:09.781 INFO O| Aug 19 15:47:09.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53172024-08-19T15:47:11.114Z[ recovery-image] Aug 19 15:47:09.781 INFO O| Aug 19 15:47:09.781 INFO STEP 478 (remove_files) COMPLETE
53182024-08-19T15:47:11.114Z[ recovery-image] Aug 19 15:47:09.781 INFO O| Aug 19 15:47:09.781 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-08-19T15:47:11.121Z[ recovery-image] Aug 19 15:47:09.791 INFO O| Aug 19 15:47:09.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53202024-08-19T15:47:11.121Z[ recovery-image] Aug 19 15:47:09.791 INFO O| Aug 19 15:47:09.791 INFO STEP 479 (remove_files) COMPLETE
53212024-08-19T15:47:11.121Z[ recovery-image] Aug 19 15:47:09.791 INFO O| Aug 19 15:47:09.791 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-08-19T15:47:11.130Z[ recovery-image] Aug 19 15:47:09.801 INFO O| Aug 19 15:47:09.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53232024-08-19T15:47:11.133Z[ recovery-image] Aug 19 15:47:09.802 INFO O| Aug 19 15:47:09.802 INFO STEP 480 (remove_files) COMPLETE
53242024-08-19T15:47:11.133Z[ recovery-image] Aug 19 15:47:09.802 INFO O| Aug 19 15:47:09.802 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-08-19T15:47:11.141Z[ recovery-image] Aug 19 15:47:09.811 INFO O| Aug 19 15:47:09.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53262024-08-19T15:47:11.141Z[ recovery-image] Aug 19 15:47:09.811 INFO O| Aug 19 15:47:09.811 INFO STEP 481 (remove_files) COMPLETE
53272024-08-19T15:47:11.145Z[ recovery-image] Aug 19 15:47:09.811 INFO O| Aug 19 15:47:09.811 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-08-19T15:47:11.150Z[ recovery-image] Aug 19 15:47:09.821 INFO O| Aug 19 15:47:09.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53292024-08-19T15:47:11.154Z[ recovery-image] Aug 19 15:47:09.821 INFO O| Aug 19 15:47:09.821 INFO STEP 482 (remove_files) COMPLETE
53302024-08-19T15:47:11.155Z[ recovery-image] Aug 19 15:47:09.821 INFO O| Aug 19 15:47:09.821 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-08-19T15:47:11.161Z[ recovery-image] Aug 19 15:47:09.830 INFO O| Aug 19 15:47:09.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53322024-08-19T15:47:11.170Z[ recovery-image] Aug 19 15:47:09.830 INFO O| Aug 19 15:47:09.830 INFO STEP 483 (remove_files) COMPLETE
53332024-08-19T15:47:11.170Z[ recovery-image] Aug 19 15:47:09.830 INFO O| Aug 19 15:47:09.830 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-08-19T15:47:11.173Z[ recovery-image] Aug 19 15:47:09.840 INFO O| Aug 19 15:47:09.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53352024-08-19T15:47:11.173Z[ recovery-image] Aug 19 15:47:09.840 INFO O| Aug 19 15:47:09.840 INFO STEP 484 (remove_files) COMPLETE
53362024-08-19T15:47:11.173Z[ recovery-image] Aug 19 15:47:09.840 INFO O| Aug 19 15:47:09.840 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-08-19T15:47:11.185Z[ recovery-image] Aug 19 15:47:09.849 INFO O| Aug 19 15:47:09.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53382024-08-19T15:47:11.185Z[ recovery-image] Aug 19 15:47:09.849 INFO O| Aug 19 15:47:09.849 INFO STEP 485 (remove_files) COMPLETE
53392024-08-19T15:47:11.189Z[ recovery-image] Aug 19 15:47:09.849 INFO O| Aug 19 15:47:09.849 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-08-19T15:47:11.189Z[ recovery-image] Aug 19 15:47:09.858 INFO O| Aug 19 15:47:09.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53412024-08-19T15:47:11.189Z[ recovery-image] Aug 19 15:47:09.858 INFO O| Aug 19 15:47:09.858 INFO STEP 486 (remove_files) COMPLETE
53422024-08-19T15:47:11.189Z[ recovery-image] Aug 19 15:47:09.858 INFO O| Aug 19 15:47:09.858 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-08-19T15:47:11.198Z[ recovery-image] Aug 19 15:47:09.868 INFO O| Aug 19 15:47:09.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53442024-08-19T15:47:11.202Z[ recovery-image] Aug 19 15:47:09.868 INFO O| Aug 19 15:47:09.868 INFO STEP 487 (remove_files) COMPLETE
53452024-08-19T15:47:11.202Z[ recovery-image] Aug 19 15:47:09.868 INFO O| Aug 19 15:47:09.868 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-08-19T15:47:11.224Z[ recovery-image] Aug 19 15:47:09.894 INFO O| Aug 19 15:47:09.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53472024-08-19T15:47:11.224Z[ recovery-image] Aug 19 15:47:09.894 INFO O| Aug 19 15:47:09.893 INFO STEP 488 (remove_files) COMPLETE
53482024-08-19T15:47:11.230Z[ recovery-image] Aug 19 15:47:09.894 INFO O| Aug 19 15:47:09.893 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-19T15:47:11.237Z[ recovery-image] Aug 19 15:47:09.908 INFO O| Aug 19 15:47:09.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53502024-08-19T15:47:11.248Z[ recovery-image] Aug 19 15:47:09.908 INFO O| Aug 19 15:47:09.908 INFO STEP 489 (remove_files) COMPLETE
53512024-08-19T15:47:11.248Z[ recovery-image] Aug 19 15:47:09.908 INFO O| Aug 19 15:47:09.908 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-19T15:47:11.268Z[ recovery-image] Aug 19 15:47:09.921 INFO O| Aug 19 15:47:09.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53532024-08-19T15:47:11.269Z[ recovery-image] Aug 19 15:47:09.921 INFO O| Aug 19 15:47:09.921 INFO STEP 490 (remove_files) COMPLETE
53542024-08-19T15:47:11.269Z[ recovery-image] Aug 19 15:47:09.921 INFO O| Aug 19 15:47:09.921 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-19T15:47:11.269Z[ recovery-image] Aug 19 15:47:09.933 INFO O| Aug 19 15:47:09.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53562024-08-19T15:47:11.269Z[ recovery-image] Aug 19 15:47:09.933 INFO O| Aug 19 15:47:09.933 INFO STEP 491 (remove_files) COMPLETE
53572024-08-19T15:47:11.269Z[ recovery-image] Aug 19 15:47:09.933 INFO O| Aug 19 15:47:09.933 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-19T15:47:11.273Z[ recovery-image] Aug 19 15:47:09.944 INFO O| Aug 19 15:47:09.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53592024-08-19T15:47:11.276Z[ recovery-image] Aug 19 15:47:09.944 INFO O| Aug 19 15:47:09.944 INFO STEP 492 (remove_files) COMPLETE
53602024-08-19T15:47:11.276Z[ recovery-image] Aug 19 15:47:09.944 INFO O| Aug 19 15:47:09.944 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-19T15:47:11.286Z[ recovery-image] Aug 19 15:47:09.956 INFO O| Aug 19 15:47:09.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53622024-08-19T15:47:11.289Z[ recovery-image] Aug 19 15:47:09.956 INFO O| Aug 19 15:47:09.956 INFO STEP 493 (remove_files) COMPLETE
53632024-08-19T15:47:11.289Z[ recovery-image] Aug 19 15:47:09.956 INFO O| Aug 19 15:47:09.956 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-19T15:47:11.296Z[ recovery-image] Aug 19 15:47:09.966 INFO O| Aug 19 15:47:09.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53652024-08-19T15:47:11.296Z[ recovery-image] Aug 19 15:47:09.967 INFO O| Aug 19 15:47:09.967 INFO STEP 494 (remove_files) COMPLETE
53662024-08-19T15:47:11.299Z[ recovery-image] Aug 19 15:47:09.967 INFO O| Aug 19 15:47:09.967 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-19T15:47:11.309Z[ recovery-image] Aug 19 15:47:09.978 INFO O| Aug 19 15:47:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53682024-08-19T15:47:11.313Z[ recovery-image] Aug 19 15:47:09.978 INFO O| Aug 19 15:47:09.978 INFO STEP 495 (remove_files) COMPLETE
53692024-08-19T15:47:11.313Z[ recovery-image] Aug 19 15:47:09.978 INFO O| Aug 19 15:47:09.978 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-19T15:47:11.320Z[ recovery-image] Aug 19 15:47:09.988 INFO O| Aug 19 15:47:09.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53712024-08-19T15:47:11.320Z[ recovery-image] Aug 19 15:47:09.989 INFO O| Aug 19 15:47:09.988 INFO STEP 496 (remove_files) COMPLETE
53722024-08-19T15:47:11.320Z[ recovery-image] Aug 19 15:47:09.989 INFO O| Aug 19 15:47:09.988 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-19T15:47:11.329Z[ recovery-image] Aug 19 15:47:10.000 INFO O| Aug 19 15:47:10.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53742024-08-19T15:47:11.330Z[ recovery-image] Aug 19 15:47:10.000 INFO O| Aug 19 15:47:10.000 INFO STEP 497 (remove_files) COMPLETE
53752024-08-19T15:47:11.334Z[ recovery-image] Aug 19 15:47:10.000 INFO O| Aug 19 15:47:10.000 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-19T15:47:11.342Z[ recovery-image] Aug 19 15:47:10.011 INFO O| Aug 19 15:47:10.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53772024-08-19T15:47:11.346Z[ recovery-image] Aug 19 15:47:10.011 INFO O| Aug 19 15:47:10.011 INFO STEP 498 (remove_files) COMPLETE
53782024-08-19T15:47:11.346Z[ recovery-image] Aug 19 15:47:10.011 INFO O| Aug 19 15:47:10.011 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-19T15:47:11.353Z[ recovery-image] Aug 19 15:47:10.022 INFO O| Aug 19 15:47:10.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53802024-08-19T15:47:11.353Z[ recovery-image] Aug 19 15:47:10.022 INFO O| Aug 19 15:47:10.022 INFO STEP 499 (remove_files) COMPLETE
53812024-08-19T15:47:11.356Z[ recovery-image] Aug 19 15:47:10.022 INFO O| Aug 19 15:47:10.022 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-19T15:47:11.362Z[ recovery-image] Aug 19 15:47:10.033 INFO O| Aug 19 15:47:10.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53832024-08-19T15:47:11.365Z[ recovery-image] Aug 19 15:47:10.033 INFO O| Aug 19 15:47:10.033 INFO STEP 500 (remove_files) COMPLETE
53842024-08-19T15:47:11.365Z[ recovery-image] Aug 19 15:47:10.033 INFO O| Aug 19 15:47:10.033 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-19T15:47:11.372Z[ recovery-image] Aug 19 15:47:10.043 INFO O| Aug 19 15:47:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53862024-08-19T15:47:11.372Z[ recovery-image] Aug 19 15:47:10.043 INFO O| Aug 19 15:47:10.043 INFO STEP 501 (remove_files) COMPLETE
53872024-08-19T15:47:11.376Z[ recovery-image] Aug 19 15:47:10.043 INFO O| Aug 19 15:47:10.043 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-19T15:47:11.383Z[ recovery-image] Aug 19 15:47:10.053 INFO O| Aug 19 15:47:10.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53892024-08-19T15:47:11.383Z[ recovery-image] Aug 19 15:47:10.053 INFO O| Aug 19 15:47:10.053 INFO STEP 502 (remove_files) COMPLETE
53902024-08-19T15:47:11.386Z[ recovery-image] Aug 19 15:47:10.053 INFO O| Aug 19 15:47:10.053 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-19T15:47:11.392Z[ recovery-image] Aug 19 15:47:10.063 INFO O| Aug 19 15:47:10.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53922024-08-19T15:47:11.392Z[ recovery-image] Aug 19 15:47:10.063 INFO O| Aug 19 15:47:10.063 INFO STEP 503 (remove_files) COMPLETE
53932024-08-19T15:47:11.392Z[ recovery-image] Aug 19 15:47:10.063 INFO O| Aug 19 15:47:10.063 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-19T15:47:11.402Z[ recovery-image] Aug 19 15:47:10.073 INFO O| Aug 19 15:47:10.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53952024-08-19T15:47:11.402Z[ recovery-image] Aug 19 15:47:10.073 INFO O| Aug 19 15:47:10.073 INFO STEP 504 (remove_files) COMPLETE
53962024-08-19T15:47:11.407Z[ recovery-image] Aug 19 15:47:10.073 INFO O| Aug 19 15:47:10.073 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-19T15:47:11.412Z[ recovery-image] Aug 19 15:47:10.083 INFO O| Aug 19 15:47:10.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53982024-08-19T15:47:11.412Z[ recovery-image] Aug 19 15:47:10.083 INFO O| Aug 19 15:47:10.083 INFO STEP 505 (remove_files) COMPLETE
53992024-08-19T15:47:11.416Z[ recovery-image] Aug 19 15:47:10.083 INFO O| Aug 19 15:47:10.083 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-19T15:47:11.422Z[ recovery-image] Aug 19 15:47:10.093 INFO O| Aug 19 15:47:10.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54012024-08-19T15:47:11.427Z[ recovery-image] Aug 19 15:47:10.093 INFO O| Aug 19 15:47:10.093 INFO STEP 506 (remove_files) COMPLETE
54022024-08-19T15:47:11.427Z[ recovery-image] Aug 19 15:47:10.093 INFO O| Aug 19 15:47:10.093 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-19T15:47:11.432Z[ recovery-image] Aug 19 15:47:10.103 INFO O| Aug 19 15:47:10.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54042024-08-19T15:47:11.432Z[ recovery-image] Aug 19 15:47:10.103 INFO O| Aug 19 15:47:10.103 INFO STEP 507 (remove_files) COMPLETE
54052024-08-19T15:47:11.435Z[ recovery-image] Aug 19 15:47:10.103 INFO O| Aug 19 15:47:10.103 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-19T15:47:11.441Z[ recovery-image] Aug 19 15:47:10.112 INFO O| Aug 19 15:47:10.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54072024-08-19T15:47:11.441Z[ recovery-image] Aug 19 15:47:10.112 INFO O| Aug 19 15:47:10.112 INFO STEP 508 (remove_files) COMPLETE
54082024-08-19T15:47:11.441Z[ recovery-image] Aug 19 15:47:10.112 INFO O| Aug 19 15:47:10.112 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-19T15:47:11.451Z[ recovery-image] Aug 19 15:47:10.122 INFO O| Aug 19 15:47:10.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54102024-08-19T15:47:11.451Z[ recovery-image] Aug 19 15:47:10.122 INFO O| Aug 19 15:47:10.122 INFO STEP 509 (remove_files) COMPLETE
54112024-08-19T15:47:11.451Z[ recovery-image] Aug 19 15:47:10.122 INFO O| Aug 19 15:47:10.122 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-19T15:47:11.460Z[ recovery-image] Aug 19 15:47:10.131 INFO O| Aug 19 15:47:10.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54132024-08-19T15:47:11.464Z[ recovery-image] Aug 19 15:47:10.132 INFO O| Aug 19 15:47:10.131 INFO STEP 510 (remove_files) COMPLETE
54142024-08-19T15:47:11.464Z[ recovery-image] Aug 19 15:47:10.132 INFO O| Aug 19 15:47:10.131 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-19T15:47:11.471Z[ recovery-image] Aug 19 15:47:10.141 INFO O| Aug 19 15:47:10.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54162024-08-19T15:47:11.476Z[ recovery-image] Aug 19 15:47:10.141 INFO O| Aug 19 15:47:10.141 INFO STEP 511 (remove_files) COMPLETE
54172024-08-19T15:47:11.476Z[ recovery-image] Aug 19 15:47:10.141 INFO O| Aug 19 15:47:10.141 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-08-19T15:47:11.480Z[ recovery-image] Aug 19 15:47:10.151 INFO O| Aug 19 15:47:10.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54192024-08-19T15:47:11.480Z[ recovery-image] Aug 19 15:47:10.151 INFO O| Aug 19 15:47:10.151 INFO STEP 512 (remove_files) COMPLETE
54202024-08-19T15:47:11.481Z[ recovery-image] Aug 19 15:47:10.151 INFO O| Aug 19 15:47:10.151 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-08-19T15:47:11.517Z[ recovery-image] Aug 19 15:47:10.160 INFO O| Aug 19 15:47:10.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
54222024-08-19T15:47:11.518Z[ recovery-image] Aug 19 15:47:10.161 INFO O| Aug 19 15:47:10.161 INFO STEP 513 (remove_files) COMPLETE
54232024-08-19T15:47:11.518Z[ recovery-image] Aug 19 15:47:10.161 INFO O| Aug 19 15:47:10.161 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-08-19T15:47:11.518Z[ recovery-image] Aug 19 15:47:10.170 INFO O| Aug 19 15:47:10.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54252024-08-19T15:47:11.518Z[ recovery-image] Aug 19 15:47:10.170 INFO O| Aug 19 15:47:10.170 INFO STEP 514 (remove_files) COMPLETE
54262024-08-19T15:47:11.518Z[ recovery-image] Aug 19 15:47:10.170 INFO O| Aug 19 15:47:10.170 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-08-19T15:47:11.518Z[ recovery-image] Aug 19 15:47:10.180 INFO O| Aug 19 15:47:10.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54282024-08-19T15:47:11.518Z[ recovery-image] Aug 19 15:47:10.181 INFO O| Aug 19 15:47:10.181 INFO STEP 515 (remove_files) COMPLETE
54292024-08-19T15:47:11.518Z[ recovery-image] Aug 19 15:47:10.181 INFO O| Aug 19 15:47:10.181 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-08-19T15:47:11.525Z[ recovery-image] Aug 19 15:47:10.191 INFO O| Aug 19 15:47:10.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54312024-08-19T15:47:11.525Z[ recovery-image] Aug 19 15:47:10.191 INFO O| Aug 19 15:47:10.191 INFO STEP 516 (remove_files) COMPLETE
54322024-08-19T15:47:11.525Z[ recovery-image] Aug 19 15:47:10.191 INFO O| Aug 19 15:47:10.191 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-08-19T15:47:11.531Z[ recovery-image] Aug 19 15:47:10.201 INFO O| Aug 19 15:47:10.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54342024-08-19T15:47:11.534Z[ recovery-image] Aug 19 15:47:10.201 INFO O| Aug 19 15:47:10.201 INFO STEP 517 (remove_files) COMPLETE
54352024-08-19T15:47:11.534Z[ recovery-image] Aug 19 15:47:10.201 INFO O| Aug 19 15:47:10.201 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-08-19T15:47:11.540Z[ recovery-image] Aug 19 15:47:10.211 INFO O| Aug 19 15:47:10.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54372024-08-19T15:47:11.540Z[ recovery-image] Aug 19 15:47:10.211 INFO O| Aug 19 15:47:10.211 INFO STEP 518 (remove_files) COMPLETE
54382024-08-19T15:47:11.543Z[ recovery-image] Aug 19 15:47:10.211 INFO O| Aug 19 15:47:10.211 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-08-19T15:47:11.554Z[ recovery-image] Aug 19 15:47:10.220 INFO O| Aug 19 15:47:10.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54402024-08-19T15:47:11.554Z[ recovery-image] Aug 19 15:47:10.220 INFO O| Aug 19 15:47:10.220 INFO STEP 519 (remove_files) COMPLETE
54412024-08-19T15:47:11.554Z[ recovery-image] Aug 19 15:47:10.220 INFO O| Aug 19 15:47:10.220 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-08-19T15:47:11.560Z[ recovery-image] Aug 19 15:47:10.230 INFO O| Aug 19 15:47:10.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54432024-08-19T15:47:11.560Z[ recovery-image] Aug 19 15:47:10.230 INFO O| Aug 19 15:47:10.230 INFO STEP 520 (remove_files) COMPLETE
54442024-08-19T15:47:11.563Z[ recovery-image] Aug 19 15:47:10.230 INFO O| Aug 19 15:47:10.230 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-08-19T15:47:11.569Z[ recovery-image] Aug 19 15:47:10.240 INFO O| Aug 19 15:47:10.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54462024-08-19T15:47:11.569Z[ recovery-image] Aug 19 15:47:10.240 INFO O| Aug 19 15:47:10.240 INFO STEP 521 (remove_files) COMPLETE
54472024-08-19T15:47:11.574Z[ recovery-image] Aug 19 15:47:10.240 INFO O| Aug 19 15:47:10.240 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-08-19T15:47:11.580Z[ recovery-image] Aug 19 15:47:10.251 INFO O| Aug 19 15:47:10.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54492024-08-19T15:47:11.580Z[ recovery-image] Aug 19 15:47:10.252 INFO O| Aug 19 15:47:10.251 INFO STEP 522 (remove_files) COMPLETE
54502024-08-19T15:47:11.584Z[ recovery-image] Aug 19 15:47:10.252 INFO O| Aug 19 15:47:10.251 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-08-19T15:47:11.591Z[ recovery-image] Aug 19 15:47:10.262 INFO O| Aug 19 15:47:10.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54522024-08-19T15:47:11.591Z[ recovery-image] Aug 19 15:47:10.262 INFO O| Aug 19 15:47:10.262 INFO STEP 523 (remove_files) COMPLETE
54532024-08-19T15:47:11.595Z[ recovery-image] Aug 19 15:47:10.262 INFO O| Aug 19 15:47:10.262 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-08-19T15:47:11.602Z[ recovery-image] Aug 19 15:47:10.272 INFO O| Aug 19 15:47:10.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54552024-08-19T15:47:11.605Z[ recovery-image] Aug 19 15:47:10.273 INFO O| Aug 19 15:47:10.273 INFO STEP 524 (remove_files) COMPLETE
54562024-08-19T15:47:11.605Z[ recovery-image] Aug 19 15:47:10.273 INFO O| Aug 19 15:47:10.273 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-08-19T15:47:11.612Z[ recovery-image] Aug 19 15:47:10.283 INFO O| Aug 19 15:47:10.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54582024-08-19T15:47:11.612Z[ recovery-image] Aug 19 15:47:10.283 INFO O| Aug 19 15:47:10.283 INFO STEP 525 (remove_files) COMPLETE
54592024-08-19T15:47:11.615Z[ recovery-image] Aug 19 15:47:10.283 INFO O| Aug 19 15:47:10.283 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-08-19T15:47:11.622Z[ recovery-image] Aug 19 15:47:10.293 INFO O| Aug 19 15:47:10.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54612024-08-19T15:47:11.622Z[ recovery-image] Aug 19 15:47:10.293 INFO O| Aug 19 15:47:10.293 INFO STEP 526 (remove_files) COMPLETE
54622024-08-19T15:47:11.622Z[ recovery-image] Aug 19 15:47:10.293 INFO O| Aug 19 15:47:10.293 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-08-19T15:47:11.633Z[ recovery-image] Aug 19 15:47:10.304 INFO O| Aug 19 15:47:10.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54642024-08-19T15:47:11.634Z[ recovery-image] Aug 19 15:47:10.305 INFO O| Aug 19 15:47:10.305 INFO STEP 527 (remove_files) COMPLETE
54652024-08-19T15:47:11.634Z[ recovery-image] Aug 19 15:47:10.305 INFO O| Aug 19 15:47:10.305 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-08-19T15:47:11.644Z[ recovery-image] Aug 19 15:47:10.315 INFO O| Aug 19 15:47:10.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54672024-08-19T15:47:11.644Z[ recovery-image] Aug 19 15:47:10.315 INFO O| Aug 19 15:47:10.315 INFO STEP 528 (remove_files) COMPLETE
54682024-08-19T15:47:11.647Z[ recovery-image] Aug 19 15:47:10.315 INFO O| Aug 19 15:47:10.315 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-08-19T15:47:11.655Z[ recovery-image] Aug 19 15:47:10.326 INFO O| Aug 19 15:47:10.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54702024-08-19T15:47:11.658Z[ recovery-image] Aug 19 15:47:10.326 INFO O| Aug 19 15:47:10.326 INFO STEP 529 (remove_files) COMPLETE
54712024-08-19T15:47:11.658Z[ recovery-image] Aug 19 15:47:10.326 INFO O| Aug 19 15:47:10.326 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-08-19T15:47:11.664Z[ recovery-image] Aug 19 15:47:10.336 INFO O| Aug 19 15:47:10.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54732024-08-19T15:47:11.667Z[ recovery-image] Aug 19 15:47:10.336 INFO O| Aug 19 15:47:10.336 INFO STEP 530 (remove_files) COMPLETE
54742024-08-19T15:47:11.667Z[ recovery-image] Aug 19 15:47:10.336 INFO O| Aug 19 15:47:10.336 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-08-19T15:47:11.674Z[ recovery-image] Aug 19 15:47:10.346 INFO O| Aug 19 15:47:10.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54762024-08-19T15:47:11.677Z[ recovery-image] Aug 19 15:47:10.346 INFO O| Aug 19 15:47:10.346 INFO STEP 531 (remove_files) COMPLETE
54772024-08-19T15:47:11.677Z[ recovery-image] Aug 19 15:47:10.346 INFO O| Aug 19 15:47:10.346 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-08-19T15:47:11.684Z[ recovery-image] Aug 19 15:47:10.355 INFO O| Aug 19 15:47:10.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54792024-08-19T15:47:11.688Z[ recovery-image] Aug 19 15:47:10.355 INFO O| Aug 19 15:47:10.355 INFO STEP 532 (remove_files) COMPLETE
54802024-08-19T15:47:11.688Z[ recovery-image] Aug 19 15:47:10.356 INFO O| Aug 19 15:47:10.355 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-08-19T15:47:11.701Z[ recovery-image] Aug 19 15:47:10.365 INFO O| Aug 19 15:47:10.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54822024-08-19T15:47:11.701Z[ recovery-image] Aug 19 15:47:10.365 INFO O| Aug 19 15:47:10.365 INFO STEP 533 (remove_files) COMPLETE
54832024-08-19T15:47:11.704Z[ recovery-image] Aug 19 15:47:10.365 INFO O| Aug 19 15:47:10.365 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-08-19T15:47:11.704Z[ recovery-image] Aug 19 15:47:10.375 INFO O| Aug 19 15:47:10.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54852024-08-19T15:47:11.704Z[ recovery-image] Aug 19 15:47:10.375 INFO O| Aug 19 15:47:10.375 INFO STEP 534 (remove_files) COMPLETE
54862024-08-19T15:47:11.704Z[ recovery-image] Aug 19 15:47:10.375 INFO O| Aug 19 15:47:10.375 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-08-19T15:47:11.713Z[ recovery-image] Aug 19 15:47:10.384 INFO O| Aug 19 15:47:10.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54882024-08-19T15:47:11.718Z[ recovery-image] Aug 19 15:47:10.385 INFO O| Aug 19 15:47:10.385 INFO STEP 535 (remove_files) COMPLETE
54892024-08-19T15:47:11.718Z[ recovery-image] Aug 19 15:47:10.385 INFO O| Aug 19 15:47:10.385 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-08-19T15:47:11.723Z[ recovery-image] Aug 19 15:47:10.394 INFO O| Aug 19 15:47:10.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54912024-08-19T15:47:11.726Z[ recovery-image] Aug 19 15:47:10.395 INFO O| Aug 19 15:47:10.394 INFO STEP 536 (remove_files) COMPLETE
54922024-08-19T15:47:11.727Z[ recovery-image] Aug 19 15:47:10.395 INFO O| Aug 19 15:47:10.395 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-08-19T15:47:11.738Z[ recovery-image] Aug 19 15:47:10.404 INFO O| Aug 19 15:47:10.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54942024-08-19T15:47:11.738Z[ recovery-image] Aug 19 15:47:10.404 INFO O| Aug 19 15:47:10.404 INFO STEP 537 (remove_files) COMPLETE
54952024-08-19T15:47:11.738Z[ recovery-image] Aug 19 15:47:10.404 INFO O| Aug 19 15:47:10.404 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-08-19T15:47:11.742Z[ recovery-image] Aug 19 15:47:10.413 INFO O| Aug 19 15:47:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54972024-08-19T15:47:11.746Z[ recovery-image] Aug 19 15:47:10.414 INFO O| Aug 19 15:47:10.413 INFO STEP 538 (remove_files) COMPLETE
54982024-08-19T15:47:11.746Z[ recovery-image] Aug 19 15:47:10.414 INFO O| Aug 19 15:47:10.414 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-08-19T15:47:11.752Z[ recovery-image] Aug 19 15:47:10.423 INFO O| Aug 19 15:47:10.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55002024-08-19T15:47:11.752Z[ recovery-image] Aug 19 15:47:10.423 INFO O| Aug 19 15:47:10.423 INFO STEP 539 (remove_files) COMPLETE
55012024-08-19T15:47:11.755Z[ recovery-image] Aug 19 15:47:10.423 INFO O| Aug 19 15:47:10.423 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-08-19T15:47:11.762Z[ recovery-image] Aug 19 15:47:10.432 INFO O| Aug 19 15:47:10.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55032024-08-19T15:47:11.762Z[ recovery-image] Aug 19 15:47:10.432 INFO O| Aug 19 15:47:10.432 INFO STEP 540 (remove_files) COMPLETE
55042024-08-19T15:47:11.765Z[ recovery-image] Aug 19 15:47:10.432 INFO O| Aug 19 15:47:10.432 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-08-19T15:47:11.771Z[ recovery-image] Aug 19 15:47:10.442 INFO O| Aug 19 15:47:10.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55062024-08-19T15:47:11.771Z[ recovery-image] Aug 19 15:47:10.442 INFO O| Aug 19 15:47:10.442 INFO STEP 541 (remove_files) COMPLETE
55072024-08-19T15:47:11.771Z[ recovery-image] Aug 19 15:47:10.442 INFO O| Aug 19 15:47:10.442 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-08-19T15:47:11.781Z[ recovery-image] Aug 19 15:47:10.451 INFO O| Aug 19 15:47:10.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55092024-08-19T15:47:11.781Z[ recovery-image] Aug 19 15:47:10.451 INFO O| Aug 19 15:47:10.451 INFO STEP 542 (remove_files) COMPLETE
55102024-08-19T15:47:11.785Z[ recovery-image] Aug 19 15:47:10.451 INFO O| Aug 19 15:47:10.451 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-08-19T15:47:11.791Z[ recovery-image] Aug 19 15:47:10.461 INFO O| Aug 19 15:47:10.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55122024-08-19T15:47:11.794Z[ recovery-image] Aug 19 15:47:10.461 INFO O| Aug 19 15:47:10.461 INFO STEP 543 (remove_files) COMPLETE
55132024-08-19T15:47:11.794Z[ recovery-image] Aug 19 15:47:10.461 INFO O| Aug 19 15:47:10.461 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-08-19T15:47:11.799Z[ recovery-image] Aug 19 15:47:10.470 INFO O| Aug 19 15:47:10.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55152024-08-19T15:47:11.799Z[ recovery-image] Aug 19 15:47:10.470 INFO O| Aug 19 15:47:10.470 INFO STEP 544 (remove_files) COMPLETE
55162024-08-19T15:47:11.803Z[ recovery-image] Aug 19 15:47:10.470 INFO O| Aug 19 15:47:10.470 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-08-19T15:47:11.809Z[ recovery-image] Aug 19 15:47:10.479 INFO O| Aug 19 15:47:10.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55182024-08-19T15:47:11.813Z[ recovery-image] Aug 19 15:47:10.479 INFO O| Aug 19 15:47:10.479 INFO STEP 545 (remove_files) COMPLETE
55192024-08-19T15:47:11.813Z[ recovery-image] Aug 19 15:47:10.479 INFO O| Aug 19 15:47:10.479 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-08-19T15:47:11.818Z[ recovery-image] Aug 19 15:47:10.489 INFO O| Aug 19 15:47:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55212024-08-19T15:47:11.818Z[ recovery-image] Aug 19 15:47:10.489 INFO O| Aug 19 15:47:10.489 INFO STEP 546 (remove_files) COMPLETE
55222024-08-19T15:47:11.822Z[ recovery-image] Aug 19 15:47:10.489 INFO O| Aug 19 15:47:10.489 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-08-19T15:47:11.827Z[ recovery-image] Aug 19 15:47:10.498 INFO O| Aug 19 15:47:10.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55242024-08-19T15:47:11.831Z[ recovery-image] Aug 19 15:47:10.498 INFO O| Aug 19 15:47:10.498 INFO STEP 547 (remove_files) COMPLETE
55252024-08-19T15:47:11.831Z[ recovery-image] Aug 19 15:47:10.498 INFO O| Aug 19 15:47:10.498 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-08-19T15:47:11.840Z[ recovery-image] Aug 19 15:47:10.507 INFO O| Aug 19 15:47:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55272024-08-19T15:47:11.840Z[ recovery-image] Aug 19 15:47:10.507 INFO O| Aug 19 15:47:10.507 INFO STEP 548 (remove_files) COMPLETE
55282024-08-19T15:47:11.840Z[ recovery-image] Aug 19 15:47:10.507 INFO O| Aug 19 15:47:10.507 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-08-19T15:47:11.846Z[ recovery-image] Aug 19 15:47:10.517 INFO O| Aug 19 15:47:10.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55302024-08-19T15:47:11.846Z[ recovery-image] Aug 19 15:47:10.517 INFO O| Aug 19 15:47:10.517 INFO STEP 549 (remove_files) COMPLETE
55312024-08-19T15:47:11.849Z[ recovery-image] Aug 19 15:47:10.517 INFO O| Aug 19 15:47:10.517 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-19T15:47:11.864Z[ recovery-image] Aug 19 15:47:10.526 INFO O| Aug 19 15:47:10.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55332024-08-19T15:47:11.864Z[ recovery-image] Aug 19 15:47:10.526 INFO O| Aug 19 15:47:10.526 INFO STEP 550 (remove_files) COMPLETE
55342024-08-19T15:47:11.870Z[ recovery-image] Aug 19 15:47:10.526 INFO O| Aug 19 15:47:10.526 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-19T15:47:11.870Z[ recovery-image] Aug 19 15:47:10.535 INFO O| Aug 19 15:47:10.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55362024-08-19T15:47:11.870Z[ recovery-image] Aug 19 15:47:10.535 INFO O| Aug 19 15:47:10.535 INFO STEP 551 (remove_files) COMPLETE
55372024-08-19T15:47:11.870Z[ recovery-image] Aug 19 15:47:10.535 INFO O| Aug 19 15:47:10.535 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-19T15:47:11.878Z[ recovery-image] Aug 19 15:47:10.545 INFO O| Aug 19 15:47:10.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55392024-08-19T15:47:11.879Z[ recovery-image] Aug 19 15:47:10.545 INFO O| Aug 19 15:47:10.545 INFO STEP 552 (remove_files) COMPLETE
55402024-08-19T15:47:11.879Z[ recovery-image] Aug 19 15:47:10.545 INFO O| Aug 19 15:47:10.545 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-19T15:47:11.883Z[ recovery-image] Aug 19 15:47:10.554 INFO O| Aug 19 15:47:10.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55422024-08-19T15:47:11.883Z[ recovery-image] Aug 19 15:47:10.554 INFO O| Aug 19 15:47:10.554 INFO STEP 553 (remove_files) COMPLETE
55432024-08-19T15:47:11.883Z[ recovery-image] Aug 19 15:47:10.554 INFO O| Aug 19 15:47:10.554 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-19T15:47:11.893Z[ recovery-image] Aug 19 15:47:10.564 INFO O| Aug 19 15:47:10.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55452024-08-19T15:47:11.893Z[ recovery-image] Aug 19 15:47:10.564 INFO O| Aug 19 15:47:10.564 INFO STEP 554 (remove_files) COMPLETE
55462024-08-19T15:47:11.893Z[ recovery-image] Aug 19 15:47:10.564 INFO O| Aug 19 15:47:10.564 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-19T15:47:11.904Z[ recovery-image] Aug 19 15:47:10.573 INFO O| Aug 19 15:47:10.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55482024-08-19T15:47:11.908Z[ recovery-image] Aug 19 15:47:10.573 INFO O| Aug 19 15:47:10.573 INFO STEP 555 (remove_files) COMPLETE
55492024-08-19T15:47:11.908Z[ recovery-image] Aug 19 15:47:10.573 INFO O| Aug 19 15:47:10.573 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-19T15:47:11.914Z[ recovery-image] Aug 19 15:47:10.582 INFO O| Aug 19 15:47:10.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55512024-08-19T15:47:11.917Z[ recovery-image] Aug 19 15:47:10.583 INFO O| Aug 19 15:47:10.583 INFO STEP 556 (remove_files) COMPLETE
55522024-08-19T15:47:11.918Z[ recovery-image] Aug 19 15:47:10.583 INFO O| Aug 19 15:47:10.583 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-19T15:47:11.923Z[ recovery-image] Aug 19 15:47:10.592 INFO O| Aug 19 15:47:10.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55542024-08-19T15:47:11.931Z[ recovery-image] Aug 19 15:47:10.593 INFO O| Aug 19 15:47:10.593 INFO STEP 557 (remove_files) COMPLETE
55552024-08-19T15:47:11.931Z[ recovery-image] Aug 19 15:47:10.593 INFO O| Aug 19 15:47:10.593 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-19T15:47:11.935Z[ recovery-image] Aug 19 15:47:10.602 INFO O| Aug 19 15:47:10.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55572024-08-19T15:47:11.935Z[ recovery-image] Aug 19 15:47:10.603 INFO O| Aug 19 15:47:10.603 INFO STEP 558 (remove_files) COMPLETE
55582024-08-19T15:47:11.935Z[ recovery-image] Aug 19 15:47:10.603 INFO O| Aug 19 15:47:10.603 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-19T15:47:11.941Z[ recovery-image] Aug 19 15:47:10.612 INFO O| Aug 19 15:47:10.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55602024-08-19T15:47:11.941Z[ recovery-image] Aug 19 15:47:10.612 INFO O| Aug 19 15:47:10.612 INFO STEP 559 (remove_files) COMPLETE
55612024-08-19T15:47:11.943Z[ recovery-image] Aug 19 15:47:10.612 INFO O| Aug 19 15:47:10.612 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-19T15:47:11.952Z[ recovery-image] Aug 19 15:47:10.621 INFO O| Aug 19 15:47:10.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55632024-08-19T15:47:11.954Z[ recovery-image] Aug 19 15:47:10.621 INFO O| Aug 19 15:47:10.621 INFO STEP 560 (remove_files) COMPLETE
55642024-08-19T15:47:11.954Z[ recovery-image] Aug 19 15:47:10.621 INFO O| Aug 19 15:47:10.621 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-19T15:47:11.959Z[ recovery-image] Aug 19 15:47:10.630 INFO O| Aug 19 15:47:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55662024-08-19T15:47:11.962Z[ recovery-image] Aug 19 15:47:10.630 INFO O| Aug 19 15:47:10.630 INFO STEP 561 (remove_files) COMPLETE
55672024-08-19T15:47:11.962Z[ recovery-image] Aug 19 15:47:10.630 INFO O| Aug 19 15:47:10.630 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-19T15:47:11.968Z[ recovery-image] Aug 19 15:47:10.640 INFO O| Aug 19 15:47:10.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55692024-08-19T15:47:11.968Z[ recovery-image] Aug 19 15:47:10.640 INFO O| Aug 19 15:47:10.640 INFO STEP 562 (remove_files) COMPLETE
55702024-08-19T15:47:11.968Z[ recovery-image] Aug 19 15:47:10.640 INFO O| Aug 19 15:47:10.640 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-08-19T15:47:11.978Z[ recovery-image] Aug 19 15:47:10.649 INFO O| Aug 19 15:47:10.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55722024-08-19T15:47:11.978Z[ recovery-image] Aug 19 15:47:10.649 INFO O| Aug 19 15:47:10.649 INFO STEP 563 (remove_files) COMPLETE
55732024-08-19T15:47:11.978Z[ recovery-image] Aug 19 15:47:10.649 INFO O| Aug 19 15:47:10.649 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-08-19T15:47:11.987Z[ recovery-image] Aug 19 15:47:10.659 INFO O| Aug 19 15:47:10.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55752024-08-19T15:47:11.988Z[ recovery-image] Aug 19 15:47:10.659 INFO O| Aug 19 15:47:10.659 INFO STEP 564 (remove_files) COMPLETE
55762024-08-19T15:47:11.991Z[ recovery-image] Aug 19 15:47:10.659 INFO O| Aug 19 15:47:10.659 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-08-19T15:47:12.013Z[ recovery-image] Aug 19 15:47:10.668 INFO O| Aug 19 15:47:10.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55782024-08-19T15:47:12.013Z[ recovery-image] Aug 19 15:47:10.668 INFO O| Aug 19 15:47:10.668 INFO STEP 565 (remove_files) COMPLETE
55792024-08-19T15:47:12.019Z[ recovery-image] Aug 19 15:47:10.668 INFO O| Aug 19 15:47:10.668 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-08-19T15:47:12.019Z[ recovery-image] Aug 19 15:47:10.678 INFO O| Aug 19 15:47:10.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55812024-08-19T15:47:12.019Z[ recovery-image] Aug 19 15:47:10.678 INFO O| Aug 19 15:47:10.678 INFO STEP 566 (remove_files) COMPLETE
55822024-08-19T15:47:12.019Z[ recovery-image] Aug 19 15:47:10.678 INFO O| Aug 19 15:47:10.678 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-08-19T15:47:12.019Z[ recovery-image] Aug 19 15:47:10.687 INFO O| Aug 19 15:47:10.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55842024-08-19T15:47:12.019Z[ recovery-image] Aug 19 15:47:10.687 INFO O| Aug 19 15:47:10.687 INFO STEP 567 (remove_files) COMPLETE
55852024-08-19T15:47:12.019Z[ recovery-image] Aug 19 15:47:10.687 INFO O| Aug 19 15:47:10.687 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-08-19T15:47:12.025Z[ recovery-image] Aug 19 15:47:10.696 INFO O| Aug 19 15:47:10.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55872024-08-19T15:47:12.025Z[ recovery-image] Aug 19 15:47:10.696 INFO O| Aug 19 15:47:10.696 INFO STEP 568 (remove_files) COMPLETE
55882024-08-19T15:47:12.025Z[ recovery-image] Aug 19 15:47:10.696 INFO O| Aug 19 15:47:10.696 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-19T15:47:12.034Z[ recovery-image] Aug 19 15:47:10.706 INFO O| Aug 19 15:47:10.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55902024-08-19T15:47:12.034Z[ recovery-image] Aug 19 15:47:10.706 INFO O| Aug 19 15:47:10.706 INFO STEP 569 (remove_files) COMPLETE
55912024-08-19T15:47:12.037Z[ recovery-image] Aug 19 15:47:10.706 INFO O| Aug 19 15:47:10.706 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-19T15:47:12.044Z[ recovery-image] Aug 19 15:47:10.715 INFO O| Aug 19 15:47:10.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55932024-08-19T15:47:12.044Z[ recovery-image] Aug 19 15:47:10.715 INFO O| Aug 19 15:47:10.715 INFO STEP 570 (remove_files) COMPLETE
55942024-08-19T15:47:12.044Z[ recovery-image] Aug 19 15:47:10.715 INFO O| Aug 19 15:47:10.715 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-19T15:47:12.053Z[ recovery-image] Aug 19 15:47:10.724 INFO O| Aug 19 15:47:10.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55962024-08-19T15:47:12.056Z[ recovery-image] Aug 19 15:47:10.724 INFO O| Aug 19 15:47:10.724 INFO STEP 571 (remove_files) COMPLETE
55972024-08-19T15:47:12.056Z[ recovery-image] Aug 19 15:47:10.724 INFO O| Aug 19 15:47:10.724 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-19T15:47:12.063Z[ recovery-image] Aug 19 15:47:10.734 INFO O| Aug 19 15:47:10.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55992024-08-19T15:47:12.063Z[ recovery-image] Aug 19 15:47:10.734 INFO O| Aug 19 15:47:10.734 INFO STEP 572 (remove_files) COMPLETE
56002024-08-19T15:47:12.065Z[ recovery-image] Aug 19 15:47:10.734 INFO O| Aug 19 15:47:10.734 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-19T15:47:12.072Z[ recovery-image] Aug 19 15:47:10.743 INFO O| Aug 19 15:47:10.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56022024-08-19T15:47:12.074Z[ recovery-image] Aug 19 15:47:10.743 INFO O| Aug 19 15:47:10.743 INFO STEP 573 (remove_files) COMPLETE
56032024-08-19T15:47:12.074Z[ recovery-image] Aug 19 15:47:10.743 INFO O| Aug 19 15:47:10.743 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-19T15:47:12.081Z[ recovery-image] Aug 19 15:47:10.753 INFO O| Aug 19 15:47:10.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56052024-08-19T15:47:12.081Z[ recovery-image] Aug 19 15:47:10.753 INFO O| Aug 19 15:47:10.753 INFO STEP 574 (remove_files) COMPLETE
56062024-08-19T15:47:12.084Z[ recovery-image] Aug 19 15:47:10.753 INFO O| Aug 19 15:47:10.753 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-19T15:47:12.091Z[ recovery-image] Aug 19 15:47:10.762 INFO O| Aug 19 15:47:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56082024-08-19T15:47:12.094Z[ recovery-image] Aug 19 15:47:10.762 INFO O| Aug 19 15:47:10.762 INFO STEP 575 (remove_files) COMPLETE
56092024-08-19T15:47:12.094Z[ recovery-image] Aug 19 15:47:10.762 INFO O| Aug 19 15:47:10.762 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-19T15:47:12.100Z[ recovery-image] Aug 19 15:47:10.771 INFO O| Aug 19 15:47:10.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56112024-08-19T15:47:12.100Z[ recovery-image] Aug 19 15:47:10.772 INFO O| Aug 19 15:47:10.771 INFO STEP 576 (remove_files) COMPLETE
56122024-08-19T15:47:12.100Z[ recovery-image] Aug 19 15:47:10.772 INFO O| Aug 19 15:47:10.772 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-19T15:47:12.110Z[ recovery-image] Aug 19 15:47:10.781 INFO O| Aug 19 15:47:10.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56142024-08-19T15:47:12.110Z[ recovery-image] Aug 19 15:47:10.781 INFO O| Aug 19 15:47:10.781 INFO STEP 577 (remove_files) COMPLETE
56152024-08-19T15:47:12.110Z[ recovery-image] Aug 19 15:47:10.781 INFO O| Aug 19 15:47:10.781 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-19T15:47:12.120Z[ recovery-image] Aug 19 15:47:10.790 INFO O| Aug 19 15:47:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56172024-08-19T15:47:12.120Z[ recovery-image] Aug 19 15:47:10.790 INFO O| Aug 19 15:47:10.790 INFO STEP 578 (remove_files) COMPLETE
56182024-08-19T15:47:12.123Z[ recovery-image] Aug 19 15:47:10.790 INFO O| Aug 19 15:47:10.790 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-19T15:47:12.131Z[ recovery-image] Aug 19 15:47:10.800 INFO O| Aug 19 15:47:10.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56202024-08-19T15:47:12.140Z[ recovery-image] Aug 19 15:47:10.800 INFO O| Aug 19 15:47:10.800 INFO STEP 579 (remove_files) COMPLETE
56212024-08-19T15:47:12.141Z[ recovery-image] Aug 19 15:47:10.800 INFO O| Aug 19 15:47:10.800 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-19T15:47:12.147Z[ recovery-image] Aug 19 15:47:10.809 INFO O| Aug 19 15:47:10.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56232024-08-19T15:47:12.147Z[ recovery-image] Aug 19 15:47:10.809 INFO O| Aug 19 15:47:10.809 INFO STEP 580 (remove_files) COMPLETE
56242024-08-19T15:47:12.147Z[ recovery-image] Aug 19 15:47:10.809 INFO O| Aug 19 15:47:10.809 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-19T15:47:12.152Z[ recovery-image] Aug 19 15:47:10.818 INFO O| Aug 19 15:47:10.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56262024-08-19T15:47:12.152Z[ recovery-image] Aug 19 15:47:10.819 INFO O| Aug 19 15:47:10.818 INFO STEP 581 (remove_files) COMPLETE
56272024-08-19T15:47:12.152Z[ recovery-image] Aug 19 15:47:10.819 INFO O| Aug 19 15:47:10.818 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-19T15:47:12.157Z[ recovery-image] Aug 19 15:47:10.828 INFO O| Aug 19 15:47:10.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56292024-08-19T15:47:12.157Z[ recovery-image] Aug 19 15:47:10.828 INFO O| Aug 19 15:47:10.828 INFO STEP 582 (remove_files) COMPLETE
56302024-08-19T15:47:12.158Z[ recovery-image] Aug 19 15:47:10.828 INFO O| Aug 19 15:47:10.828 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-19T15:47:12.167Z[ recovery-image] Aug 19 15:47:10.837 INFO O| Aug 19 15:47:10.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56322024-08-19T15:47:12.167Z[ recovery-image] Aug 19 15:47:10.837 INFO O| Aug 19 15:47:10.837 INFO STEP 583 (remove_files) COMPLETE
56332024-08-19T15:47:12.167Z[ recovery-image] Aug 19 15:47:10.837 INFO O| Aug 19 15:47:10.837 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-19T15:47:12.176Z[ recovery-image] Aug 19 15:47:10.846 INFO O| Aug 19 15:47:10.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56352024-08-19T15:47:12.183Z[ recovery-image] Aug 19 15:47:10.846 INFO O| Aug 19 15:47:10.846 INFO STEP 584 (remove_files) COMPLETE
56362024-08-19T15:47:12.183Z[ recovery-image] Aug 19 15:47:10.847 INFO O| Aug 19 15:47:10.846 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-19T15:47:12.187Z[ recovery-image] Aug 19 15:47:10.856 INFO O| Aug 19 15:47:10.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56382024-08-19T15:47:12.187Z[ recovery-image] Aug 19 15:47:10.856 INFO O| Aug 19 15:47:10.856 INFO STEP 585 (remove_files) COMPLETE
56392024-08-19T15:47:12.187Z[ recovery-image] Aug 19 15:47:10.856 INFO O| Aug 19 15:47:10.856 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-19T15:47:12.195Z[ recovery-image] Aug 19 15:47:10.865 INFO O| Aug 19 15:47:10.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56412024-08-19T15:47:12.196Z[ recovery-image] Aug 19 15:47:10.865 INFO O| Aug 19 15:47:10.865 INFO STEP 586 (remove_files) COMPLETE
56422024-08-19T15:47:12.196Z[ recovery-image] Aug 19 15:47:10.865 INFO O| Aug 19 15:47:10.865 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-19T15:47:12.205Z[ recovery-image] Aug 19 15:47:10.874 INFO O| Aug 19 15:47:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56442024-08-19T15:47:12.215Z[ recovery-image] Aug 19 15:47:10.875 INFO O| Aug 19 15:47:10.875 INFO STEP 587 (remove_files) COMPLETE
56452024-08-19T15:47:12.215Z[ recovery-image] Aug 19 15:47:10.875 INFO O| Aug 19 15:47:10.875 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-19T15:47:12.223Z[ recovery-image] Aug 19 15:47:10.884 INFO O| Aug 19 15:47:10.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56472024-08-19T15:47:12.223Z[ recovery-image] Aug 19 15:47:10.884 INFO O| Aug 19 15:47:10.884 INFO STEP 588 (remove_files) COMPLETE
56482024-08-19T15:47:12.223Z[ recovery-image] Aug 19 15:47:10.884 INFO O| Aug 19 15:47:10.884 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-19T15:47:12.228Z[ recovery-image] Aug 19 15:47:10.894 INFO O| Aug 19 15:47:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56502024-08-19T15:47:12.228Z[ recovery-image] Aug 19 15:47:10.894 INFO O| Aug 19 15:47:10.894 INFO STEP 589 (remove_files) COMPLETE
56512024-08-19T15:47:12.229Z[ recovery-image] Aug 19 15:47:10.894 INFO O| Aug 19 15:47:10.894 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-19T15:47:12.233Z[ recovery-image] Aug 19 15:47:10.903 INFO O| Aug 19 15:47:10.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56532024-08-19T15:47:12.237Z[ recovery-image] Aug 19 15:47:10.903 INFO O| Aug 19 15:47:10.903 INFO STEP 590 (remove_files) COMPLETE
56542024-08-19T15:47:12.237Z[ recovery-image] Aug 19 15:47:10.903 INFO O| Aug 19 15:47:10.903 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-19T15:47:12.242Z[ recovery-image] Aug 19 15:47:10.912 INFO O| Aug 19 15:47:10.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56562024-08-19T15:47:12.242Z[ recovery-image] Aug 19 15:47:10.912 INFO O| Aug 19 15:47:10.912 INFO STEP 591 (remove_files) COMPLETE
56572024-08-19T15:47:12.245Z[ recovery-image] Aug 19 15:47:10.912 INFO O| Aug 19 15:47:10.912 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-19T15:47:12.251Z[ recovery-image] Aug 19 15:47:10.922 INFO O| Aug 19 15:47:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56592024-08-19T15:47:12.251Z[ recovery-image] Aug 19 15:47:10.922 INFO O| Aug 19 15:47:10.922 INFO STEP 592 (remove_files) COMPLETE
56602024-08-19T15:47:12.253Z[ recovery-image] Aug 19 15:47:10.922 INFO O| Aug 19 15:47:10.922 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-08-19T15:47:12.260Z[ recovery-image] Aug 19 15:47:10.931 INFO O| Aug 19 15:47:10.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56622024-08-19T15:47:12.260Z[ recovery-image] Aug 19 15:47:10.931 INFO O| Aug 19 15:47:10.931 INFO STEP 593 (remove_files) COMPLETE
56632024-08-19T15:47:12.264Z[ recovery-image] Aug 19 15:47:10.931 INFO O| Aug 19 15:47:10.931 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-08-19T15:47:12.269Z[ recovery-image] Aug 19 15:47:10.940 INFO O| Aug 19 15:47:10.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56652024-08-19T15:47:12.269Z[ recovery-image] Aug 19 15:47:10.940 INFO O| Aug 19 15:47:10.940 INFO STEP 594 (remove_files) COMPLETE
56662024-08-19T15:47:12.272Z[ recovery-image] Aug 19 15:47:10.940 INFO O| Aug 19 15:47:10.940 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-08-19T15:47:12.278Z[ recovery-image] Aug 19 15:47:10.950 INFO O| Aug 19 15:47:10.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56682024-08-19T15:47:12.278Z[ recovery-image] Aug 19 15:47:10.950 INFO O| Aug 19 15:47:10.950 INFO STEP 595 (remove_files) COMPLETE
56692024-08-19T15:47:12.279Z[ recovery-image] Aug 19 15:47:10.950 INFO O| Aug 19 15:47:10.950 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-19T15:47:12.289Z[ recovery-image] Aug 19 15:47:10.959 INFO O| Aug 19 15:47:10.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56712024-08-19T15:47:12.289Z[ recovery-image] Aug 19 15:47:10.959 INFO O| Aug 19 15:47:10.959 INFO STEP 596 (remove_files) COMPLETE
56722024-08-19T15:47:12.294Z[ recovery-image] Aug 19 15:47:10.959 INFO O| Aug 19 15:47:10.959 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-19T15:47:12.299Z[ recovery-image] Aug 19 15:47:10.969 INFO O| Aug 19 15:47:10.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56742024-08-19T15:47:12.304Z[ recovery-image] Aug 19 15:47:10.969 INFO O| Aug 19 15:47:10.969 INFO STEP 597 (remove_files) COMPLETE
56752024-08-19T15:47:12.304Z[ recovery-image] Aug 19 15:47:10.969 INFO O| Aug 19 15:47:10.969 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-19T15:47:12.308Z[ recovery-image] Aug 19 15:47:10.978 INFO O| Aug 19 15:47:10.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56772024-08-19T15:47:12.308Z[ recovery-image] Aug 19 15:47:10.978 INFO O| Aug 19 15:47:10.978 INFO STEP 598 (remove_files) COMPLETE
56782024-08-19T15:47:12.309Z[ recovery-image] Aug 19 15:47:10.978 INFO O| Aug 19 15:47:10.978 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-19T15:47:12.317Z[ recovery-image] Aug 19 15:47:10.987 INFO O| Aug 19 15:47:10.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56802024-08-19T15:47:12.317Z[ recovery-image] Aug 19 15:47:10.987 INFO O| Aug 19 15:47:10.987 INFO STEP 599 (remove_files) COMPLETE
56812024-08-19T15:47:12.317Z[ recovery-image] Aug 19 15:47:10.987 INFO O| Aug 19 15:47:10.987 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-08-19T15:47:12.325Z[ recovery-image] Aug 19 15:47:10.996 INFO O| Aug 19 15:47:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56832024-08-19T15:47:12.329Z[ recovery-image] Aug 19 15:47:10.996 INFO O| Aug 19 15:47:10.996 INFO STEP 600 (remove_files) COMPLETE
56842024-08-19T15:47:12.329Z[ recovery-image] Aug 19 15:47:10.996 INFO O| Aug 19 15:47:10.996 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-08-19T15:47:12.336Z[ recovery-image] Aug 19 15:47:11.006 INFO O| Aug 19 15:47:11.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56862024-08-19T15:47:12.336Z[ recovery-image] Aug 19 15:47:11.006 INFO O| Aug 19 15:47:11.006 INFO STEP 601 (remove_files) COMPLETE
56872024-08-19T15:47:12.339Z[ recovery-image] Aug 19 15:47:11.006 INFO O| Aug 19 15:47:11.006 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-08-19T15:47:12.346Z[ recovery-image] Aug 19 15:47:11.016 INFO O| Aug 19 15:47:11.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56892024-08-19T15:47:12.347Z[ recovery-image] Aug 19 15:47:11.016 INFO O| Aug 19 15:47:11.016 INFO STEP 602 (remove_files) COMPLETE
56902024-08-19T15:47:12.347Z[ recovery-image] Aug 19 15:47:11.016 INFO O| Aug 19 15:47:11.016 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-08-19T15:47:12.355Z[ recovery-image] Aug 19 15:47:11.025 INFO O| Aug 19 15:47:11.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56922024-08-19T15:47:12.355Z[ recovery-image] Aug 19 15:47:11.025 INFO O| Aug 19 15:47:11.025 INFO STEP 603 (remove_files) COMPLETE
56932024-08-19T15:47:12.359Z[ recovery-image] Aug 19 15:47:11.025 INFO O| Aug 19 15:47:11.025 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-08-19T15:47:12.364Z[ recovery-image] Aug 19 15:47:11.034 INFO O| Aug 19 15:47:11.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56952024-08-19T15:47:12.364Z[ recovery-image] Aug 19 15:47:11.034 INFO O| Aug 19 15:47:11.034 INFO STEP 604 (remove_files) COMPLETE
56962024-08-19T15:47:12.364Z[ recovery-image] Aug 19 15:47:11.034 INFO O| Aug 19 15:47:11.034 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-08-19T15:47:12.373Z[ recovery-image] Aug 19 15:47:11.044 INFO O| Aug 19 15:47:11.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56982024-08-19T15:47:12.373Z[ recovery-image] Aug 19 15:47:11.044 INFO O| Aug 19 15:47:11.044 INFO STEP 605 (remove_files) COMPLETE
56992024-08-19T15:47:12.377Z[ recovery-image] Aug 19 15:47:11.044 INFO O| Aug 19 15:47:11.044 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-08-19T15:47:12.384Z[ recovery-image] Aug 19 15:47:11.053 INFO O| Aug 19 15:47:11.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57012024-08-19T15:47:12.384Z[ recovery-image] Aug 19 15:47:11.053 INFO O| Aug 19 15:47:11.053 INFO STEP 606 (remove_files) COMPLETE
57022024-08-19T15:47:12.384Z[ recovery-image] Aug 19 15:47:11.053 INFO O| Aug 19 15:47:11.053 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-08-19T15:47:12.392Z[ recovery-image] Aug 19 15:47:11.062 INFO O| Aug 19 15:47:11.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57042024-08-19T15:47:12.392Z[ recovery-image] Aug 19 15:47:11.062 INFO O| Aug 19 15:47:11.062 INFO STEP 607 (remove_files) COMPLETE
57052024-08-19T15:47:12.395Z[ recovery-image] Aug 19 15:47:11.062 INFO O| Aug 19 15:47:11.062 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-08-19T15:47:12.401Z[ recovery-image] Aug 19 15:47:11.072 INFO O| Aug 19 15:47:11.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57072024-08-19T15:47:12.401Z[ recovery-image] Aug 19 15:47:11.072 INFO O| Aug 19 15:47:11.072 INFO STEP 608 (remove_files) COMPLETE
57082024-08-19T15:47:12.401Z[ recovery-image] Aug 19 15:47:11.072 INFO O| Aug 19 15:47:11.072 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-08-19T15:47:12.411Z[ recovery-image] Aug 19 15:47:11.081 INFO O| Aug 19 15:47:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57102024-08-19T15:47:12.411Z[ recovery-image] Aug 19 15:47:11.081 INFO O| Aug 19 15:47:11.081 INFO STEP 609 (remove_files) COMPLETE
57112024-08-19T15:47:12.411Z[ recovery-image] Aug 19 15:47:11.081 INFO O| Aug 19 15:47:11.081 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-08-19T15:47:12.422Z[ recovery-image] Aug 19 15:47:11.090 INFO O| Aug 19 15:47:11.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57132024-08-19T15:47:12.427Z[ recovery-image] Aug 19 15:47:11.090 INFO O| Aug 19 15:47:11.090 INFO STEP 610 (remove_files) COMPLETE
57142024-08-19T15:47:12.428Z[ recovery-image] Aug 19 15:47:11.090 INFO O| Aug 19 15:47:11.090 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-08-19T15:47:12.431Z[ recovery-image] Aug 19 15:47:11.100 INFO O| Aug 19 15:47:11.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57162024-08-19T15:47:12.431Z[ recovery-image] Aug 19 15:47:11.100 INFO O| Aug 19 15:47:11.100 INFO STEP 611 (remove_files) COMPLETE
57172024-08-19T15:47:12.431Z[ recovery-image] Aug 19 15:47:11.100 INFO O| Aug 19 15:47:11.100 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-08-19T15:47:12.439Z[ recovery-image] Aug 19 15:47:11.109 INFO O| Aug 19 15:47:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57192024-08-19T15:47:12.442Z[ recovery-image] Aug 19 15:47:11.109 INFO O| Aug 19 15:47:11.109 INFO STEP 612 (remove_files) COMPLETE
57202024-08-19T15:47:12.442Z[ recovery-image] Aug 19 15:47:11.109 INFO O| Aug 19 15:47:11.109 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-08-19T15:47:12.448Z[ recovery-image] Aug 19 15:47:11.119 INFO O| Aug 19 15:47:11.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57222024-08-19T15:47:12.448Z[ recovery-image] Aug 19 15:47:11.119 INFO O| Aug 19 15:47:11.119 INFO STEP 613 (remove_files) COMPLETE
57232024-08-19T15:47:12.451Z[ recovery-image] Aug 19 15:47:11.119 INFO O| Aug 19 15:47:11.119 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-08-19T15:47:12.458Z[ recovery-image] Aug 19 15:47:11.128 INFO O| Aug 19 15:47:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57252024-08-19T15:47:12.458Z[ recovery-image] Aug 19 15:47:11.128 INFO O| Aug 19 15:47:11.128 INFO STEP 614 (remove_files) COMPLETE
57262024-08-19T15:47:12.458Z[ recovery-image] Aug 19 15:47:11.128 INFO O| Aug 19 15:47:11.128 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-08-19T15:47:12.466Z[ recovery-image] Aug 19 15:47:11.137 INFO O| Aug 19 15:47:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57282024-08-19T15:47:12.466Z[ recovery-image] Aug 19 15:47:11.137 INFO O| Aug 19 15:47:11.137 INFO STEP 615 (remove_files) COMPLETE
57292024-08-19T15:47:12.469Z[ recovery-image] Aug 19 15:47:11.138 INFO O| Aug 19 15:47:11.137 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-08-19T15:47:12.476Z[ recovery-image] Aug 19 15:47:11.147 INFO O| Aug 19 15:47:11.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57312024-08-19T15:47:12.476Z[ recovery-image] Aug 19 15:47:11.147 INFO O| Aug 19 15:47:11.147 INFO STEP 616 (remove_files) COMPLETE
57322024-08-19T15:47:12.476Z[ recovery-image] Aug 19 15:47:11.147 INFO O| Aug 19 15:47:11.147 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-08-19T15:47:12.486Z[ recovery-image] Aug 19 15:47:11.156 INFO O| Aug 19 15:47:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57342024-08-19T15:47:12.489Z[ recovery-image] Aug 19 15:47:11.157 INFO O| Aug 19 15:47:11.157 INFO STEP 617 (remove_files) COMPLETE
57352024-08-19T15:47:12.489Z[ recovery-image] Aug 19 15:47:11.157 INFO O| Aug 19 15:47:11.157 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-08-19T15:47:12.495Z[ recovery-image] Aug 19 15:47:11.166 INFO O| Aug 19 15:47:11.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57372024-08-19T15:47:12.496Z[ recovery-image] Aug 19 15:47:11.166 INFO O| Aug 19 15:47:11.166 INFO STEP 618 (remove_files) COMPLETE
57382024-08-19T15:47:12.496Z[ recovery-image] Aug 19 15:47:11.166 INFO O| Aug 19 15:47:11.166 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-08-19T15:47:12.504Z[ recovery-image] Aug 19 15:47:11.175 INFO O| Aug 19 15:47:11.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57402024-08-19T15:47:12.504Z[ recovery-image] Aug 19 15:47:11.175 INFO O| Aug 19 15:47:11.175 INFO STEP 619 (remove_files) COMPLETE
57412024-08-19T15:47:12.507Z[ recovery-image] Aug 19 15:47:11.175 INFO O| Aug 19 15:47:11.175 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-08-19T15:47:12.513Z[ recovery-image] Aug 19 15:47:11.184 INFO O| Aug 19 15:47:11.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57432024-08-19T15:47:12.516Z[ recovery-image] Aug 19 15:47:11.185 INFO O| Aug 19 15:47:11.185 INFO STEP 620 (remove_files) COMPLETE
57442024-08-19T15:47:12.516Z[ recovery-image] Aug 19 15:47:11.185 INFO O| Aug 19 15:47:11.185 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-08-19T15:47:12.523Z[ recovery-image] Aug 19 15:47:11.194 INFO O| Aug 19 15:47:11.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57462024-08-19T15:47:12.525Z[ recovery-image] Aug 19 15:47:11.194 INFO O| Aug 19 15:47:11.194 INFO STEP 621 (remove_files) COMPLETE
57472024-08-19T15:47:12.525Z[ recovery-image] Aug 19 15:47:11.194 INFO O| Aug 19 15:47:11.194 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-08-19T15:47:12.532Z[ recovery-image] Aug 19 15:47:11.203 INFO O| Aug 19 15:47:11.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57492024-08-19T15:47:12.532Z[ recovery-image] Aug 19 15:47:11.203 INFO O| Aug 19 15:47:11.203 INFO STEP 622 (remove_files) COMPLETE
57502024-08-19T15:47:12.536Z[ recovery-image] Aug 19 15:47:11.203 INFO O| Aug 19 15:47:11.203 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-08-19T15:47:12.542Z[ recovery-image] Aug 19 15:47:11.212 INFO O| Aug 19 15:47:11.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57522024-08-19T15:47:12.542Z[ recovery-image] Aug 19 15:47:11.212 INFO O| Aug 19 15:47:11.212 INFO STEP 623 (remove_files) COMPLETE
57532024-08-19T15:47:12.542Z[ recovery-image] Aug 19 15:47:11.213 INFO O| Aug 19 15:47:11.212 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-08-19T15:47:12.551Z[ recovery-image] Aug 19 15:47:11.222 INFO O| Aug 19 15:47:11.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57552024-08-19T15:47:12.551Z[ recovery-image] Aug 19 15:47:11.222 INFO O| Aug 19 15:47:11.222 INFO STEP 624 (remove_files) COMPLETE
57562024-08-19T15:47:12.555Z[ recovery-image] Aug 19 15:47:11.222 INFO O| Aug 19 15:47:11.222 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-08-19T15:47:12.561Z[ recovery-image] Aug 19 15:47:11.231 INFO O| Aug 19 15:47:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57582024-08-19T15:47:12.565Z[ recovery-image] Aug 19 15:47:11.231 INFO O| Aug 19 15:47:11.231 INFO STEP 625 (remove_files) COMPLETE
57592024-08-19T15:47:12.565Z[ recovery-image] Aug 19 15:47:11.231 INFO O| Aug 19 15:47:11.231 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-08-19T15:47:12.570Z[ recovery-image] Aug 19 15:47:11.240 INFO O| Aug 19 15:47:11.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57612024-08-19T15:47:12.570Z[ recovery-image] Aug 19 15:47:11.241 INFO O| Aug 19 15:47:11.241 INFO STEP 626 (remove_files) COMPLETE
57622024-08-19T15:47:12.574Z[ recovery-image] Aug 19 15:47:11.241 INFO O| Aug 19 15:47:11.241 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-08-19T15:47:12.580Z[ recovery-image] Aug 19 15:47:11.250 INFO O| Aug 19 15:47:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57642024-08-19T15:47:12.580Z[ recovery-image] Aug 19 15:47:11.250 INFO O| Aug 19 15:47:11.250 INFO STEP 627 (remove_files) COMPLETE
57652024-08-19T15:47:12.580Z[ recovery-image] Aug 19 15:47:11.250 INFO O| Aug 19 15:47:11.250 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-08-19T15:47:12.588Z[ recovery-image] Aug 19 15:47:11.259 INFO O| Aug 19 15:47:11.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57672024-08-19T15:47:12.588Z[ recovery-image] Aug 19 15:47:11.259 INFO O| Aug 19 15:47:11.259 INFO STEP 628 (remove_files) COMPLETE
57682024-08-19T15:47:12.588Z[ recovery-image] Aug 19 15:47:11.259 INFO O| Aug 19 15:47:11.259 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-08-19T15:47:12.598Z[ recovery-image] Aug 19 15:47:11.268 INFO O| Aug 19 15:47:11.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57702024-08-19T15:47:12.598Z[ recovery-image] Aug 19 15:47:11.268 INFO O| Aug 19 15:47:11.268 INFO STEP 629 (remove_files) COMPLETE
57712024-08-19T15:47:12.598Z[ recovery-image] Aug 19 15:47:11.268 INFO O| Aug 19 15:47:11.268 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-08-19T15:47:12.607Z[ recovery-image] Aug 19 15:47:11.278 INFO O| Aug 19 15:47:11.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57732024-08-19T15:47:12.610Z[ recovery-image] Aug 19 15:47:11.278 INFO O| Aug 19 15:47:11.278 INFO STEP 630 (remove_files) COMPLETE
57742024-08-19T15:47:12.610Z[ recovery-image] Aug 19 15:47:11.278 INFO O| Aug 19 15:47:11.278 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-08-19T15:47:12.616Z[ recovery-image] Aug 19 15:47:11.287 INFO O| Aug 19 15:47:11.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57762024-08-19T15:47:12.616Z[ recovery-image] Aug 19 15:47:11.287 INFO O| Aug 19 15:47:11.287 INFO STEP 631 (remove_files) COMPLETE
57772024-08-19T15:47:12.619Z[ recovery-image] Aug 19 15:47:11.287 INFO O| Aug 19 15:47:11.287 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-08-19T15:47:12.625Z[ recovery-image] Aug 19 15:47:11.296 INFO O| Aug 19 15:47:11.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57792024-08-19T15:47:12.625Z[ recovery-image] Aug 19 15:47:11.296 INFO O| Aug 19 15:47:11.296 INFO STEP 632 (remove_files) COMPLETE
57802024-08-19T15:47:12.625Z[ recovery-image] Aug 19 15:47:11.296 INFO O| Aug 19 15:47:11.296 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-08-19T15:47:12.635Z[ recovery-image] Aug 19 15:47:11.306 INFO O| Aug 19 15:47:11.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57822024-08-19T15:47:12.635Z[ recovery-image] Aug 19 15:47:11.306 INFO O| Aug 19 15:47:11.306 INFO STEP 633 (remove_files) COMPLETE
57832024-08-19T15:47:12.638Z[ recovery-image] Aug 19 15:47:11.306 INFO O| Aug 19 15:47:11.306 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-08-19T15:47:12.645Z[ recovery-image] Aug 19 15:47:11.315 INFO O| Aug 19 15:47:11.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57852024-08-19T15:47:12.646Z[ recovery-image] Aug 19 15:47:11.315 INFO O| Aug 19 15:47:11.315 INFO STEP 634 (remove_files) COMPLETE
57862024-08-19T15:47:12.646Z[ recovery-image] Aug 19 15:47:11.315 INFO O| Aug 19 15:47:11.315 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-08-19T15:47:12.657Z[ recovery-image] Aug 19 15:47:11.325 INFO O| Aug 19 15:47:11.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57882024-08-19T15:47:12.657Z[ recovery-image] Aug 19 15:47:11.325 INFO O| Aug 19 15:47:11.325 INFO STEP 635 (remove_files) COMPLETE
57892024-08-19T15:47:12.661Z[ recovery-image] Aug 19 15:47:11.325 INFO O| Aug 19 15:47:11.325 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-08-19T15:47:12.667Z[ recovery-image] Aug 19 15:47:11.334 INFO O| Aug 19 15:47:11.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57912024-08-19T15:47:12.667Z[ recovery-image] Aug 19 15:47:11.334 INFO O| Aug 19 15:47:11.334 INFO STEP 636 (remove_files) COMPLETE
57922024-08-19T15:47:12.667Z[ recovery-image] Aug 19 15:47:11.334 INFO O| Aug 19 15:47:11.334 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-08-19T15:47:12.673Z[ recovery-image] Aug 19 15:47:11.344 INFO O| Aug 19 15:47:11.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57942024-08-19T15:47:12.673Z[ recovery-image] Aug 19 15:47:11.344 INFO O| Aug 19 15:47:11.344 INFO STEP 637 (remove_files) COMPLETE
57952024-08-19T15:47:12.677Z[ recovery-image] Aug 19 15:47:11.344 INFO O| Aug 19 15:47:11.344 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-08-19T15:47:12.683Z[ recovery-image] Aug 19 15:47:11.353 INFO O| Aug 19 15:47:11.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57972024-08-19T15:47:12.683Z[ recovery-image] Aug 19 15:47:11.353 INFO O| Aug 19 15:47:11.353 INFO STEP 638 (remove_files) COMPLETE
57982024-08-19T15:47:12.683Z[ recovery-image] Aug 19 15:47:11.353 INFO O| Aug 19 15:47:11.353 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-19T15:47:12.692Z[ recovery-image] Aug 19 15:47:11.363 INFO O| Aug 19 15:47:11.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58002024-08-19T15:47:12.692Z[ recovery-image] Aug 19 15:47:11.363 INFO O| Aug 19 15:47:11.363 INFO STEP 639 (remove_files) COMPLETE
58012024-08-19T15:47:12.696Z[ recovery-image] Aug 19 15:47:11.363 INFO O| Aug 19 15:47:11.363 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-19T15:47:12.702Z[ recovery-image] Aug 19 15:47:11.373 INFO O| Aug 19 15:47:11.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58032024-08-19T15:47:12.702Z[ recovery-image] Aug 19 15:47:11.373 INFO O| Aug 19 15:47:11.373 INFO STEP 640 (remove_files) COMPLETE
58042024-08-19T15:47:12.705Z[ recovery-image] Aug 19 15:47:11.373 INFO O| Aug 19 15:47:11.373 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-19T15:47:12.714Z[ recovery-image] Aug 19 15:47:11.385 INFO O| Aug 19 15:47:11.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58062024-08-19T15:47:12.714Z[ recovery-image] Aug 19 15:47:11.385 INFO O| Aug 19 15:47:11.385 INFO STEP 641 (remove_files) COMPLETE
58072024-08-19T15:47:12.714Z[ recovery-image] Aug 19 15:47:11.385 INFO O| Aug 19 15:47:11.385 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-19T15:47:12.724Z[ recovery-image] Aug 19 15:47:11.395 INFO O| Aug 19 15:47:11.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58092024-08-19T15:47:12.724Z[ recovery-image] Aug 19 15:47:11.395 INFO O| Aug 19 15:47:11.395 INFO STEP 642 (remove_files) COMPLETE
58102024-08-19T15:47:12.724Z[ recovery-image] Aug 19 15:47:11.395 INFO O| Aug 19 15:47:11.395 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-19T15:47:12.735Z[ recovery-image] Aug 19 15:47:11.406 INFO O| Aug 19 15:47:11.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58122024-08-19T15:47:12.735Z[ recovery-image] Aug 19 15:47:11.406 INFO O| Aug 19 15:47:11.406 INFO STEP 643 (remove_files) COMPLETE
58132024-08-19T15:47:12.738Z[ recovery-image] Aug 19 15:47:11.406 INFO O| Aug 19 15:47:11.406 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-19T15:47:12.745Z[ recovery-image] Aug 19 15:47:11.416 INFO O| Aug 19 15:47:11.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58152024-08-19T15:47:12.745Z[ recovery-image] Aug 19 15:47:11.416 INFO O| Aug 19 15:47:11.416 INFO STEP 644 (remove_files) COMPLETE
58162024-08-19T15:47:12.745Z[ recovery-image] Aug 19 15:47:11.416 INFO O| Aug 19 15:47:11.416 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-19T15:47:12.754Z[ recovery-image] Aug 19 15:47:11.425 INFO O| Aug 19 15:47:11.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58182024-08-19T15:47:12.754Z[ recovery-image] Aug 19 15:47:11.425 INFO O| Aug 19 15:47:11.425 INFO STEP 645 (remove_files) COMPLETE
58192024-08-19T15:47:12.757Z[ recovery-image] Aug 19 15:47:11.425 INFO O| Aug 19 15:47:11.425 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-19T15:47:12.765Z[ recovery-image] Aug 19 15:47:11.434 INFO O| Aug 19 15:47:11.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58212024-08-19T15:47:12.767Z[ recovery-image] Aug 19 15:47:11.435 INFO O| Aug 19 15:47:11.434 INFO STEP 646 (remove_files) COMPLETE
58222024-08-19T15:47:12.767Z[ recovery-image] Aug 19 15:47:11.435 INFO O| Aug 19 15:47:11.435 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-19T15:47:12.772Z[ recovery-image] Aug 19 15:47:11.444 INFO O| Aug 19 15:47:11.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58242024-08-19T15:47:12.773Z[ recovery-image] Aug 19 15:47:11.444 INFO O| Aug 19 15:47:11.444 INFO STEP 647 (remove_files) COMPLETE
58252024-08-19T15:47:12.773Z[ recovery-image] Aug 19 15:47:11.444 INFO O| Aug 19 15:47:11.444 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-19T15:47:12.783Z[ recovery-image] Aug 19 15:47:11.453 INFO O| Aug 19 15:47:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58272024-08-19T15:47:12.786Z[ recovery-image] Aug 19 15:47:11.453 INFO O| Aug 19 15:47:11.453 INFO STEP 648 (remove_files) COMPLETE
58282024-08-19T15:47:12.786Z[ recovery-image] Aug 19 15:47:11.453 INFO O| Aug 19 15:47:11.453 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-19T15:47:12.792Z[ recovery-image] Aug 19 15:47:11.462 INFO O| Aug 19 15:47:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58302024-08-19T15:47:12.793Z[ recovery-image] Aug 19 15:47:11.463 INFO O| Aug 19 15:47:11.462 INFO STEP 649 (remove_files) COMPLETE
58312024-08-19T15:47:12.795Z[ recovery-image] Aug 19 15:47:11.463 INFO O| Aug 19 15:47:11.463 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-19T15:47:12.801Z[ recovery-image] Aug 19 15:47:11.472 INFO O| Aug 19 15:47:11.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58332024-08-19T15:47:12.801Z[ recovery-image] Aug 19 15:47:11.472 INFO O| Aug 19 15:47:11.472 INFO STEP 650 (remove_files) COMPLETE
58342024-08-19T15:47:12.804Z[ recovery-image] Aug 19 15:47:11.472 INFO O| Aug 19 15:47:11.472 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-19T15:47:12.811Z[ recovery-image] Aug 19 15:47:11.481 INFO O| Aug 19 15:47:11.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58362024-08-19T15:47:12.811Z[ recovery-image] Aug 19 15:47:11.481 INFO O| Aug 19 15:47:11.481 INFO STEP 651 (remove_files) COMPLETE
58372024-08-19T15:47:12.814Z[ recovery-image] Aug 19 15:47:11.481 INFO O| Aug 19 15:47:11.481 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-08-19T15:47:12.819Z[ recovery-image] Aug 19 15:47:11.490 INFO O| Aug 19 15:47:11.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58392024-08-19T15:47:12.819Z[ recovery-image] Aug 19 15:47:11.491 INFO O| Aug 19 15:47:11.491 INFO STEP 652 (remove_files) COMPLETE
58402024-08-19T15:47:12.822Z[ recovery-image] Aug 19 15:47:11.491 INFO O| Aug 19 15:47:11.491 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-08-19T15:47:12.829Z[ recovery-image] Aug 19 15:47:11.500 INFO O| Aug 19 15:47:11.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58422024-08-19T15:47:12.837Z[ recovery-image] Aug 19 15:47:11.500 INFO O| Aug 19 15:47:11.500 INFO STEP 653 (remove_files) COMPLETE
58432024-08-19T15:47:12.837Z[ recovery-image] Aug 19 15:47:11.500 INFO O| Aug 19 15:47:11.500 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-08-19T15:47:12.840Z[ recovery-image] Aug 19 15:47:11.509 INFO O| Aug 19 15:47:11.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58452024-08-19T15:47:12.840Z[ recovery-image] Aug 19 15:47:11.509 INFO O| Aug 19 15:47:11.509 INFO STEP 654 (remove_files) COMPLETE
58462024-08-19T15:47:12.840Z[ recovery-image] Aug 19 15:47:11.509 INFO O| Aug 19 15:47:11.509 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-08-19T15:47:12.848Z[ recovery-image] Aug 19 15:47:11.518 INFO O| Aug 19 15:47:11.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58482024-08-19T15:47:12.848Z[ recovery-image] Aug 19 15:47:11.518 INFO O| Aug 19 15:47:11.518 INFO STEP 655 (remove_files) COMPLETE
58492024-08-19T15:47:12.850Z[ recovery-image] Aug 19 15:47:11.518 INFO O| Aug 19 15:47:11.518 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-08-19T15:47:12.857Z[ recovery-image] Aug 19 15:47:11.528 INFO O| Aug 19 15:47:11.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58512024-08-19T15:47:12.857Z[ recovery-image] Aug 19 15:47:11.528 INFO O| Aug 19 15:47:11.528 INFO STEP 656 (remove_files) COMPLETE
58522024-08-19T15:47:12.860Z[ recovery-image] Aug 19 15:47:11.528 INFO O| Aug 19 15:47:11.528 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-08-19T15:47:12.866Z[ recovery-image] Aug 19 15:47:11.537 INFO O| Aug 19 15:47:11.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58542024-08-19T15:47:12.866Z[ recovery-image] Aug 19 15:47:11.537 INFO O| Aug 19 15:47:11.537 INFO STEP 657 (remove_files) COMPLETE
58552024-08-19T15:47:12.866Z[ recovery-image] Aug 19 15:47:11.537 INFO O| Aug 19 15:47:11.537 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-08-19T15:47:12.875Z[ recovery-image] Aug 19 15:47:11.546 INFO O| Aug 19 15:47:11.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58572024-08-19T15:47:12.878Z[ recovery-image] Aug 19 15:47:11.546 INFO O| Aug 19 15:47:11.546 INFO STEP 658 (remove_files) COMPLETE
58582024-08-19T15:47:12.878Z[ recovery-image] Aug 19 15:47:11.546 INFO O| Aug 19 15:47:11.546 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-08-19T15:47:12.884Z[ recovery-image] Aug 19 15:47:11.556 INFO O| Aug 19 15:47:11.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58602024-08-19T15:47:12.884Z[ recovery-image] Aug 19 15:47:11.556 INFO O| Aug 19 15:47:11.556 INFO STEP 659 (remove_files) COMPLETE
58612024-08-19T15:47:12.888Z[ recovery-image] Aug 19 15:47:11.556 INFO O| Aug 19 15:47:11.556 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-08-19T15:47:12.894Z[ recovery-image] Aug 19 15:47:11.565 INFO O| Aug 19 15:47:11.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58632024-08-19T15:47:12.898Z[ recovery-image] Aug 19 15:47:11.565 INFO O| Aug 19 15:47:11.565 INFO STEP 660 (remove_files) COMPLETE
58642024-08-19T15:47:12.898Z[ recovery-image] Aug 19 15:47:11.565 INFO O| Aug 19 15:47:11.565 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-08-19T15:47:12.903Z[ recovery-image] Aug 19 15:47:11.574 INFO O| Aug 19 15:47:11.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58662024-08-19T15:47:12.903Z[ recovery-image] Aug 19 15:47:11.574 INFO O| Aug 19 15:47:11.574 INFO STEP 661 (remove_files) COMPLETE
58672024-08-19T15:47:12.907Z[ recovery-image] Aug 19 15:47:11.574 INFO O| Aug 19 15:47:11.574 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-08-19T15:47:12.913Z[ recovery-image] Aug 19 15:47:11.584 INFO O| Aug 19 15:47:11.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58692024-08-19T15:47:12.913Z[ recovery-image] Aug 19 15:47:11.584 INFO O| Aug 19 15:47:11.584 INFO STEP 662 (remove_files) COMPLETE
58702024-08-19T15:47:12.913Z[ recovery-image] Aug 19 15:47:11.584 INFO O| Aug 19 15:47:11.584 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-08-19T15:47:12.923Z[ recovery-image] Aug 19 15:47:11.593 INFO O| Aug 19 15:47:11.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58722024-08-19T15:47:12.923Z[ recovery-image] Aug 19 15:47:11.593 INFO O| Aug 19 15:47:11.593 INFO STEP 663 (remove_files) COMPLETE
58732024-08-19T15:47:12.926Z[ recovery-image] Aug 19 15:47:11.593 INFO O| Aug 19 15:47:11.593 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-08-19T15:47:12.932Z[ recovery-image] Aug 19 15:47:11.602 INFO O| Aug 19 15:47:11.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58752024-08-19T15:47:12.935Z[ recovery-image] Aug 19 15:47:11.603 INFO O| Aug 19 15:47:11.603 INFO STEP 664 (remove_files) COMPLETE
58762024-08-19T15:47:12.935Z[ recovery-image] Aug 19 15:47:11.603 INFO O| Aug 19 15:47:11.603 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-08-19T15:47:12.942Z[ recovery-image] Aug 19 15:47:11.612 INFO O| Aug 19 15:47:11.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58782024-08-19T15:47:12.942Z[ recovery-image] Aug 19 15:47:11.613 INFO O| Aug 19 15:47:11.613 INFO STEP 665 (remove_files) COMPLETE
58792024-08-19T15:47:12.944Z[ recovery-image] Aug 19 15:47:11.613 INFO O| Aug 19 15:47:11.613 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-08-19T15:47:12.951Z[ recovery-image] Aug 19 15:47:11.622 INFO O| Aug 19 15:47:11.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58812024-08-19T15:47:12.951Z[ recovery-image] Aug 19 15:47:11.622 INFO O| Aug 19 15:47:11.622 INFO STEP 666 (remove_files) COMPLETE
58822024-08-19T15:47:12.951Z[ recovery-image] Aug 19 15:47:11.622 INFO O| Aug 19 15:47:11.622 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-08-19T15:47:12.961Z[ recovery-image] Aug 19 15:47:11.631 INFO O| Aug 19 15:47:11.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58842024-08-19T15:47:12.961Z[ recovery-image] Aug 19 15:47:11.631 INFO O| Aug 19 15:47:11.631 INFO STEP 667 (remove_files) COMPLETE
58852024-08-19T15:47:12.961Z[ recovery-image] Aug 19 15:47:11.632 INFO O| Aug 19 15:47:11.631 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-08-19T15:47:12.970Z[ recovery-image] Aug 19 15:47:11.641 INFO O| Aug 19 15:47:11.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58872024-08-19T15:47:12.970Z[ recovery-image] Aug 19 15:47:11.641 INFO O| Aug 19 15:47:11.641 INFO STEP 668 (remove_files) COMPLETE
58882024-08-19T15:47:12.974Z[ recovery-image] Aug 19 15:47:11.641 INFO O| Aug 19 15:47:11.641 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-19T15:47:12.980Z[ recovery-image] Aug 19 15:47:11.650 INFO O| Aug 19 15:47:11.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58902024-08-19T15:47:12.980Z[ recovery-image] Aug 19 15:47:11.650 INFO O| Aug 19 15:47:11.650 INFO STEP 669 (remove_files) COMPLETE
58912024-08-19T15:47:12.983Z[ recovery-image] Aug 19 15:47:11.650 INFO O| Aug 19 15:47:11.650 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-19T15:47:12.989Z[ recovery-image] Aug 19 15:47:11.659 INFO O| Aug 19 15:47:11.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58932024-08-19T15:47:12.989Z[ recovery-image] Aug 19 15:47:11.659 INFO O| Aug 19 15:47:11.659 INFO STEP 670 (remove_files) COMPLETE
58942024-08-19T15:47:12.993Z[ recovery-image] Aug 19 15:47:11.659 INFO O| Aug 19 15:47:11.659 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-19T15:47:12.998Z[ recovery-image] Aug 19 15:47:11.669 INFO O| Aug 19 15:47:11.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58962024-08-19T15:47:12.998Z[ recovery-image] Aug 19 15:47:11.669 INFO O| Aug 19 15:47:11.669 INFO STEP 671 (remove_files) COMPLETE
58972024-08-19T15:47:13.002Z[ recovery-image] Aug 19 15:47:11.669 INFO O| Aug 19 15:47:11.669 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-19T15:47:13.007Z[ recovery-image] Aug 19 15:47:11.678 INFO O| Aug 19 15:47:11.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58992024-08-19T15:47:13.008Z[ recovery-image] Aug 19 15:47:11.678 INFO O| Aug 19 15:47:11.678 INFO STEP 672 (remove_files) COMPLETE
59002024-08-19T15:47:13.011Z[ recovery-image] Aug 19 15:47:11.678 INFO O| Aug 19 15:47:11.678 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-19T15:47:13.017Z[ recovery-image] Aug 19 15:47:11.687 INFO O| Aug 19 15:47:11.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59022024-08-19T15:47:13.017Z[ recovery-image] Aug 19 15:47:11.687 INFO O| Aug 19 15:47:11.687 INFO STEP 673 (remove_files) COMPLETE
59032024-08-19T15:47:13.017Z[ recovery-image] Aug 19 15:47:11.687 INFO O| Aug 19 15:47:11.687 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-19T15:47:13.027Z[ recovery-image] Aug 19 15:47:11.696 INFO O| Aug 19 15:47:11.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59052024-08-19T15:47:13.027Z[ recovery-image] Aug 19 15:47:11.697 INFO O| Aug 19 15:47:11.697 INFO STEP 674 (remove_files) COMPLETE
59062024-08-19T15:47:13.027Z[ recovery-image] Aug 19 15:47:11.697 INFO O| Aug 19 15:47:11.697 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-08-19T15:47:13.035Z[ recovery-image] Aug 19 15:47:11.706 INFO O| Aug 19 15:47:11.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59082024-08-19T15:47:13.035Z[ recovery-image] Aug 19 15:47:11.706 INFO O| Aug 19 15:47:11.706 INFO STEP 675 (remove_files) COMPLETE
59092024-08-19T15:47:13.038Z[ recovery-image] Aug 19 15:47:11.706 INFO O| Aug 19 15:47:11.706 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-08-19T15:47:13.045Z[ recovery-image] Aug 19 15:47:11.715 INFO O| Aug 19 15:47:11.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59112024-08-19T15:47:13.045Z[ recovery-image] Aug 19 15:47:11.715 INFO O| Aug 19 15:47:11.715 INFO STEP 676 (remove_files) COMPLETE
59122024-08-19T15:47:13.046Z[ recovery-image] Aug 19 15:47:11.715 INFO O| Aug 19 15:47:11.715 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-08-19T15:47:13.053Z[ recovery-image] Aug 19 15:47:11.724 INFO O| Aug 19 15:47:11.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59142024-08-19T15:47:13.053Z[ recovery-image] Aug 19 15:47:11.724 INFO O| Aug 19 15:47:11.724 INFO STEP 677 (remove_files) COMPLETE
59152024-08-19T15:47:13.055Z[ recovery-image] Aug 19 15:47:11.724 INFO O| Aug 19 15:47:11.724 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-08-19T15:47:13.062Z[ recovery-image] Aug 19 15:47:11.734 INFO O| Aug 19 15:47:11.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59172024-08-19T15:47:13.062Z[ recovery-image] Aug 19 15:47:11.734 INFO O| Aug 19 15:47:11.734 INFO STEP 678 (remove_files) COMPLETE
59182024-08-19T15:47:13.062Z[ recovery-image] Aug 19 15:47:11.734 INFO O| Aug 19 15:47:11.734 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-08-19T15:47:13.072Z[ recovery-image] Aug 19 15:47:11.743 INFO O| Aug 19 15:47:11.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59202024-08-19T15:47:13.072Z[ recovery-image] Aug 19 15:47:11.743 INFO O| Aug 19 15:47:11.743 INFO STEP 679 (remove_files) COMPLETE
59212024-08-19T15:47:13.072Z[ recovery-image] Aug 19 15:47:11.743 INFO O| Aug 19 15:47:11.743 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-08-19T15:47:13.082Z[ recovery-image] Aug 19 15:47:11.753 INFO O| Aug 19 15:47:11.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59232024-08-19T15:47:13.082Z[ recovery-image] Aug 19 15:47:11.753 INFO O| Aug 19 15:47:11.753 INFO STEP 680 (remove_files) COMPLETE
59242024-08-19T15:47:13.082Z[ recovery-image] Aug 19 15:47:11.753 INFO O| Aug 19 15:47:11.753 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-08-19T15:47:13.091Z[ recovery-image] Aug 19 15:47:11.762 INFO O| Aug 19 15:47:11.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59262024-08-19T15:47:13.091Z[ recovery-image] Aug 19 15:47:11.762 INFO O| Aug 19 15:47:11.762 INFO STEP 681 (remove_files) COMPLETE
59272024-08-19T15:47:13.093Z[ recovery-image] Aug 19 15:47:11.762 INFO O| Aug 19 15:47:11.762 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-08-19T15:47:13.100Z[ recovery-image] Aug 19 15:47:11.771 INFO O| Aug 19 15:47:11.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59292024-08-19T15:47:13.100Z[ recovery-image] Aug 19 15:47:11.772 INFO O| Aug 19 15:47:11.772 INFO STEP 682 (remove_files) COMPLETE
59302024-08-19T15:47:13.100Z[ recovery-image] Aug 19 15:47:11.772 INFO O| Aug 19 15:47:11.772 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-08-19T15:47:13.110Z[ recovery-image] Aug 19 15:47:11.781 INFO O| Aug 19 15:47:11.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59322024-08-19T15:47:13.112Z[ recovery-image] Aug 19 15:47:11.781 INFO O| Aug 19 15:47:11.781 INFO STEP 683 (remove_files) COMPLETE
59332024-08-19T15:47:13.112Z[ recovery-image] Aug 19 15:47:11.781 INFO O| Aug 19 15:47:11.781 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-08-19T15:47:13.119Z[ recovery-image] Aug 19 15:47:11.790 INFO O| Aug 19 15:47:11.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59352024-08-19T15:47:13.121Z[ recovery-image] Aug 19 15:47:11.790 INFO O| Aug 19 15:47:11.790 INFO STEP 684 (remove_files) COMPLETE
59362024-08-19T15:47:13.121Z[ recovery-image] Aug 19 15:47:11.790 INFO O| Aug 19 15:47:11.790 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-08-19T15:47:13.128Z[ recovery-image] Aug 19 15:47:11.799 INFO O| Aug 19 15:47:11.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59382024-08-19T15:47:13.130Z[ recovery-image] Aug 19 15:47:11.799 INFO O| Aug 19 15:47:11.799 INFO STEP 685 (remove_files) COMPLETE
59392024-08-19T15:47:13.130Z[ recovery-image] Aug 19 15:47:11.800 INFO O| Aug 19 15:47:11.799 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-08-19T15:47:13.138Z[ recovery-image] Aug 19 15:47:11.809 INFO O| Aug 19 15:47:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59412024-08-19T15:47:13.138Z[ recovery-image] Aug 19 15:47:11.809 INFO O| Aug 19 15:47:11.809 INFO STEP 686 (remove_files) COMPLETE
59422024-08-19T15:47:13.140Z[ recovery-image] Aug 19 15:47:11.809 INFO O| Aug 19 15:47:11.809 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-08-19T15:47:13.148Z[ recovery-image] Aug 19 15:47:11.818 INFO O| Aug 19 15:47:11.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59442024-08-19T15:47:13.148Z[ recovery-image] Aug 19 15:47:11.818 INFO O| Aug 19 15:47:11.818 INFO STEP 687 (remove_files) COMPLETE
59452024-08-19T15:47:13.148Z[ recovery-image] Aug 19 15:47:11.818 INFO O| Aug 19 15:47:11.818 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-08-19T15:47:13.157Z[ recovery-image] Aug 19 15:47:11.827 INFO O| Aug 19 15:47:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59472024-08-19T15:47:13.160Z[ recovery-image] Aug 19 15:47:11.827 INFO O| Aug 19 15:47:11.827 INFO STEP 688 (remove_files) COMPLETE
59482024-08-19T15:47:13.160Z[ recovery-image] Aug 19 15:47:11.827 INFO O| Aug 19 15:47:11.827 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-08-19T15:47:13.166Z[ recovery-image] Aug 19 15:47:11.837 INFO O| Aug 19 15:47:11.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59502024-08-19T15:47:13.177Z[ recovery-image] Aug 19 15:47:11.837 INFO O| Aug 19 15:47:11.837 INFO STEP 689 (remove_files) COMPLETE
59512024-08-19T15:47:13.177Z[ recovery-image] Aug 19 15:47:11.837 INFO O| Aug 19 15:47:11.837 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-08-19T15:47:13.187Z[ recovery-image] Aug 19 15:47:11.846 INFO O| Aug 19 15:47:11.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59532024-08-19T15:47:13.187Z[ recovery-image] Aug 19 15:47:11.846 INFO O| Aug 19 15:47:11.846 INFO STEP 690 (remove_files) COMPLETE
59542024-08-19T15:47:13.187Z[ recovery-image] Aug 19 15:47:11.846 INFO O| Aug 19 15:47:11.846 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-08-19T15:47:13.191Z[ recovery-image] Aug 19 15:47:11.855 INFO O| Aug 19 15:47:11.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59562024-08-19T15:47:13.191Z[ recovery-image] Aug 19 15:47:11.855 INFO O| Aug 19 15:47:11.855 INFO STEP 691 (remove_files) COMPLETE
59572024-08-19T15:47:13.191Z[ recovery-image] Aug 19 15:47:11.855 INFO O| Aug 19 15:47:11.855 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-08-19T15:47:13.195Z[ recovery-image] Aug 19 15:47:11.865 INFO O| Aug 19 15:47:11.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59592024-08-19T15:47:13.195Z[ recovery-image] Aug 19 15:47:11.865 INFO O| Aug 19 15:47:11.865 INFO STEP 692 (remove_files) COMPLETE
59602024-08-19T15:47:13.195Z[ recovery-image] Aug 19 15:47:11.865 INFO O| Aug 19 15:47:11.865 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-08-19T15:47:13.213Z[ recovery-image] Aug 19 15:47:11.874 INFO O| Aug 19 15:47:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59622024-08-19T15:47:13.213Z[ recovery-image] Aug 19 15:47:11.874 INFO O| Aug 19 15:47:11.874 INFO STEP 693 (remove_files) COMPLETE
59632024-08-19T15:47:13.213Z[ recovery-image] Aug 19 15:47:11.874 INFO O| Aug 19 15:47:11.874 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-08-19T15:47:13.217Z[ recovery-image] Aug 19 15:47:11.883 INFO O| Aug 19 15:47:11.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59652024-08-19T15:47:13.217Z[ recovery-image] Aug 19 15:47:11.883 INFO O| Aug 19 15:47:11.883 INFO STEP 694 (remove_files) COMPLETE
59662024-08-19T15:47:13.217Z[ recovery-image] Aug 19 15:47:11.883 INFO O| Aug 19 15:47:11.883 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-08-19T15:47:13.223Z[ recovery-image] Aug 19 15:47:11.893 INFO O| Aug 19 15:47:11.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59682024-08-19T15:47:13.229Z[ recovery-image] Aug 19 15:47:11.893 INFO O| Aug 19 15:47:11.893 INFO STEP 695 (remove_files) COMPLETE
59692024-08-19T15:47:13.229Z[ recovery-image] Aug 19 15:47:11.893 INFO O| Aug 19 15:47:11.893 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-08-19T15:47:13.237Z[ recovery-image] Aug 19 15:47:11.902 INFO O| Aug 19 15:47:11.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59712024-08-19T15:47:13.237Z[ recovery-image] Aug 19 15:47:11.902 INFO O| Aug 19 15:47:11.902 INFO STEP 696 (remove_files) COMPLETE
59722024-08-19T15:47:13.237Z[ recovery-image] Aug 19 15:47:11.902 INFO O| Aug 19 15:47:11.902 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-08-19T15:47:13.241Z[ recovery-image] Aug 19 15:47:11.911 INFO O| Aug 19 15:47:11.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59742024-08-19T15:47:13.241Z[ recovery-image] Aug 19 15:47:11.911 INFO O| Aug 19 15:47:11.911 INFO STEP 697 (remove_files) COMPLETE
59752024-08-19T15:47:13.245Z[ recovery-image] Aug 19 15:47:11.911 INFO O| Aug 19 15:47:11.911 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-08-19T15:47:13.267Z[ recovery-image] Aug 19 15:47:11.921 INFO O| Aug 19 15:47:11.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59772024-08-19T15:47:13.268Z[ recovery-image] Aug 19 15:47:11.921 INFO O| Aug 19 15:47:11.921 INFO STEP 698 (remove_files) COMPLETE
59782024-08-19T15:47:13.268Z[ recovery-image] Aug 19 15:47:11.921 INFO O| Aug 19 15:47:11.921 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-08-19T15:47:13.268Z[ recovery-image] Aug 19 15:47:11.930 INFO O| Aug 19 15:47:11.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59802024-08-19T15:47:13.268Z[ recovery-image] Aug 19 15:47:11.930 INFO O| Aug 19 15:47:11.930 INFO STEP 699 (remove_files) COMPLETE
59812024-08-19T15:47:13.268Z[ recovery-image] Aug 19 15:47:11.930 INFO O| Aug 19 15:47:11.930 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-08-19T15:47:13.276Z[ recovery-image] Aug 19 15:47:11.939 INFO O| Aug 19 15:47:11.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59832024-08-19T15:47:13.276Z[ recovery-image] Aug 19 15:47:11.939 INFO O| Aug 19 15:47:11.939 INFO STEP 700 (remove_files) COMPLETE
59842024-08-19T15:47:13.276Z[ recovery-image] Aug 19 15:47:11.939 INFO O| Aug 19 15:47:11.939 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-08-19T15:47:13.282Z[ recovery-image] Aug 19 15:47:11.948 INFO O| Aug 19 15:47:11.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59862024-08-19T15:47:13.282Z[ recovery-image] Aug 19 15:47:11.948 INFO O| Aug 19 15:47:11.948 INFO STEP 701 (remove_files) COMPLETE
59872024-08-19T15:47:13.282Z[ recovery-image] Aug 19 15:47:11.949 INFO O| Aug 19 15:47:11.948 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-08-19T15:47:13.288Z[ recovery-image] Aug 19 15:47:11.958 INFO O| Aug 19 15:47:11.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59892024-08-19T15:47:13.288Z[ recovery-image] Aug 19 15:47:11.958 INFO O| Aug 19 15:47:11.958 INFO STEP 702 (remove_files) COMPLETE
59902024-08-19T15:47:13.292Z[ recovery-image] Aug 19 15:47:11.958 INFO O| Aug 19 15:47:11.958 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-08-19T15:47:13.303Z[ recovery-image] Aug 19 15:47:11.967 INFO O| Aug 19 15:47:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59922024-08-19T15:47:13.303Z[ recovery-image] Aug 19 15:47:11.967 INFO O| Aug 19 15:47:11.967 INFO STEP 703 (remove_files) COMPLETE
59932024-08-19T15:47:13.303Z[ recovery-image] Aug 19 15:47:11.967 INFO O| Aug 19 15:47:11.967 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-08-19T15:47:13.329Z[ recovery-image] Aug 19 15:47:11.976 INFO O| Aug 19 15:47:11.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59952024-08-19T15:47:13.329Z[ recovery-image] Aug 19 15:47:11.976 INFO O| Aug 19 15:47:11.976 INFO STEP 704 (remove_files) COMPLETE
59962024-08-19T15:47:13.329Z[ recovery-image] Aug 19 15:47:11.976 INFO O| Aug 19 15:47:11.976 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-08-19T15:47:13.329Z[ recovery-image] Aug 19 15:47:11.986 INFO O| Aug 19 15:47:11.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59982024-08-19T15:47:13.329Z[ recovery-image] Aug 19 15:47:11.986 INFO O| Aug 19 15:47:11.986 INFO STEP 705 (remove_files) COMPLETE
59992024-08-19T15:47:13.329Z[ recovery-image] Aug 19 15:47:11.986 INFO O| Aug 19 15:47:11.986 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-08-19T15:47:13.334Z[ recovery-image] Aug 19 15:47:11.995 INFO O| Aug 19 15:47:11.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60012024-08-19T15:47:13.334Z[ recovery-image] Aug 19 15:47:11.995 INFO O| Aug 19 15:47:11.995 INFO STEP 706 (remove_files) COMPLETE
60022024-08-19T15:47:13.335Z[ recovery-image] Aug 19 15:47:11.995 INFO O| Aug 19 15:47:11.995 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-08-19T15:47:13.338Z[ recovery-image] Aug 19 15:47:12.005 INFO O| Aug 19 15:47:12.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60042024-08-19T15:47:13.357Z[ recovery-image] Aug 19 15:47:12.005 INFO O| Aug 19 15:47:12.005 INFO STEP 707 (remove_files) COMPLETE
60052024-08-19T15:47:13.357Z[ recovery-image] Aug 19 15:47:12.005 INFO O| Aug 19 15:47:12.005 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-08-19T15:47:13.366Z[ recovery-image] Aug 19 15:47:12.014 INFO O| Aug 19 15:47:12.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60072024-08-19T15:47:13.366Z[ recovery-image] Aug 19 15:47:12.014 INFO O| Aug 19 15:47:12.014 INFO STEP 708 (remove_files) COMPLETE
60082024-08-19T15:47:13.366Z[ recovery-image] Aug 19 15:47:12.014 INFO O| Aug 19 15:47:12.014 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-08-19T15:47:13.366Z[ recovery-image] Aug 19 15:47:12.024 INFO O| Aug 19 15:47:12.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60102024-08-19T15:47:13.366Z[ recovery-image] Aug 19 15:47:12.024 INFO O| Aug 19 15:47:12.024 INFO STEP 709 (remove_files) COMPLETE
60112024-08-19T15:47:13.366Z[ recovery-image] Aug 19 15:47:12.024 INFO O| Aug 19 15:47:12.024 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-08-19T15:47:13.372Z[ recovery-image] Aug 19 15:47:12.033 INFO O| Aug 19 15:47:12.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60132024-08-19T15:47:13.372Z[ recovery-image] Aug 19 15:47:12.033 INFO O| Aug 19 15:47:12.033 INFO STEP 710 (remove_files) COMPLETE
60142024-08-19T15:47:13.372Z[ recovery-image] Aug 19 15:47:12.033 INFO O| Aug 19 15:47:12.033 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-08-19T15:47:13.376Z[ recovery-image] Aug 19 15:47:12.042 INFO O| Aug 19 15:47:12.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60162024-08-19T15:47:13.376Z[ recovery-image] Aug 19 15:47:12.042 INFO O| Aug 19 15:47:12.042 INFO STEP 711 (remove_files) COMPLETE
60172024-08-19T15:47:13.376Z[ recovery-image] Aug 19 15:47:12.042 INFO O| Aug 19 15:47:12.042 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-08-19T15:47:13.382Z[ recovery-image] Aug 19 15:47:12.052 INFO O| Aug 19 15:47:12.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60192024-08-19T15:47:13.382Z[ recovery-image] Aug 19 15:47:12.052 INFO O| Aug 19 15:47:12.052 INFO STEP 712 (remove_files) COMPLETE
60202024-08-19T15:47:13.382Z[ recovery-image] Aug 19 15:47:12.052 INFO O| Aug 19 15:47:12.052 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-08-19T15:47:13.390Z[ recovery-image] Aug 19 15:47:12.061 INFO O| Aug 19 15:47:12.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60222024-08-19T15:47:13.390Z[ recovery-image] Aug 19 15:47:12.061 INFO O| Aug 19 15:47:12.061 INFO STEP 713 (remove_files) COMPLETE
60232024-08-19T15:47:13.394Z[ recovery-image] Aug 19 15:47:12.061 INFO O| Aug 19 15:47:12.061 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-08-19T15:47:13.400Z[ recovery-image] Aug 19 15:47:12.070 INFO O| Aug 19 15:47:12.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60252024-08-19T15:47:13.403Z[ recovery-image] Aug 19 15:47:12.070 INFO O| Aug 19 15:47:12.070 INFO STEP 714 (remove_files) COMPLETE
60262024-08-19T15:47:13.403Z[ recovery-image] Aug 19 15:47:12.070 INFO O| Aug 19 15:47:12.070 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-08-19T15:47:13.409Z[ recovery-image] Aug 19 15:47:12.079 INFO O| Aug 19 15:47:12.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60282024-08-19T15:47:13.411Z[ recovery-image] Aug 19 15:47:12.080 INFO O| Aug 19 15:47:12.080 INFO STEP 715 (remove_files) COMPLETE
60292024-08-19T15:47:13.411Z[ recovery-image] Aug 19 15:47:12.080 INFO O| Aug 19 15:47:12.080 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-08-19T15:47:13.418Z[ recovery-image] Aug 19 15:47:12.089 INFO O| Aug 19 15:47:12.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60312024-08-19T15:47:13.418Z[ recovery-image] Aug 19 15:47:12.089 INFO O| Aug 19 15:47:12.089 INFO STEP 716 (remove_files) COMPLETE
60322024-08-19T15:47:13.418Z[ recovery-image] Aug 19 15:47:12.089 INFO O| Aug 19 15:47:12.089 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-08-19T15:47:13.433Z[ recovery-image] Aug 19 15:47:12.098 INFO O| Aug 19 15:47:12.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60342024-08-19T15:47:13.433Z[ recovery-image] Aug 19 15:47:12.098 INFO O| Aug 19 15:47:12.098 INFO STEP 717 (remove_files) COMPLETE
60352024-08-19T15:47:13.433Z[ recovery-image] Aug 19 15:47:12.098 INFO O| Aug 19 15:47:12.098 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-08-19T15:47:13.437Z[ recovery-image] Aug 19 15:47:12.107 INFO O| Aug 19 15:47:12.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60372024-08-19T15:47:13.437Z[ recovery-image] Aug 19 15:47:12.107 INFO O| Aug 19 15:47:12.107 INFO STEP 718 (remove_files) COMPLETE
60382024-08-19T15:47:13.441Z[ recovery-image] Aug 19 15:47:12.108 INFO O| Aug 19 15:47:12.107 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-08-19T15:47:13.447Z[ recovery-image] Aug 19 15:47:12.118 INFO O| Aug 19 15:47:12.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60402024-08-19T15:47:13.458Z[ recovery-image] Aug 19 15:47:12.118 INFO O| Aug 19 15:47:12.118 INFO STEP 719 (remove_files) COMPLETE
60412024-08-19T15:47:13.458Z[ recovery-image] Aug 19 15:47:12.118 INFO O| Aug 19 15:47:12.118 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-08-19T15:47:13.458Z[ recovery-image] Aug 19 15:47:12.128 INFO O| Aug 19 15:47:12.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60432024-08-19T15:47:13.458Z[ recovery-image] Aug 19 15:47:12.128 INFO O| Aug 19 15:47:12.128 INFO STEP 720 (remove_files) COMPLETE
60442024-08-19T15:47:13.458Z[ recovery-image] Aug 19 15:47:12.128 INFO O| Aug 19 15:47:12.128 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-08-19T15:47:13.472Z[ recovery-image] Aug 19 15:47:12.137 INFO O| Aug 19 15:47:12.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60462024-08-19T15:47:13.472Z[ recovery-image] Aug 19 15:47:12.138 INFO O| Aug 19 15:47:12.137 INFO STEP 721 (remove_files) COMPLETE
60472024-08-19T15:47:13.484Z[ recovery-image] Aug 19 15:47:12.138 INFO O| Aug 19 15:47:12.137 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-08-19T15:47:13.489Z[ recovery-image] Aug 19 15:47:12.148 INFO O| Aug 19 15:47:12.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60492024-08-19T15:47:13.489Z[ recovery-image] Aug 19 15:47:12.148 INFO O| Aug 19 15:47:12.148 INFO STEP 722 (remove_files) COMPLETE
60502024-08-19T15:47:13.489Z[ recovery-image] Aug 19 15:47:12.148 INFO O| Aug 19 15:47:12.148 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-08-19T15:47:13.495Z[ recovery-image] Aug 19 15:47:12.157 INFO O| Aug 19 15:47:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60522024-08-19T15:47:13.495Z[ recovery-image] Aug 19 15:47:12.158 INFO O| Aug 19 15:47:12.157 INFO STEP 723 (remove_files) COMPLETE
60532024-08-19T15:47:13.495Z[ recovery-image] Aug 19 15:47:12.158 INFO O| Aug 19 15:47:12.157 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-08-19T15:47:13.501Z[ recovery-image] Aug 19 15:47:12.167 INFO O| Aug 19 15:47:12.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60552024-08-19T15:47:13.501Z[ recovery-image] Aug 19 15:47:12.167 INFO O| Aug 19 15:47:12.167 INFO STEP 724 (remove_files) COMPLETE
60562024-08-19T15:47:13.501Z[ recovery-image] Aug 19 15:47:12.167 INFO O| Aug 19 15:47:12.167 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-08-19T15:47:13.520Z[ recovery-image] Aug 19 15:47:12.176 INFO O| Aug 19 15:47:12.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60582024-08-19T15:47:13.520Z[ recovery-image] Aug 19 15:47:12.176 INFO O| Aug 19 15:47:12.176 INFO STEP 725 (remove_files) COMPLETE
60592024-08-19T15:47:13.520Z[ recovery-image] Aug 19 15:47:12.176 INFO O| Aug 19 15:47:12.176 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-08-19T15:47:13.520Z[ recovery-image] Aug 19 15:47:12.186 INFO O| Aug 19 15:47:12.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60612024-08-19T15:47:13.520Z[ recovery-image] Aug 19 15:47:12.186 INFO O| Aug 19 15:47:12.186 INFO STEP 726 (remove_files) COMPLETE
60622024-08-19T15:47:13.520Z[ recovery-image] Aug 19 15:47:12.186 INFO O| Aug 19 15:47:12.186 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-08-19T15:47:13.535Z[ recovery-image] Aug 19 15:47:12.195 INFO O| Aug 19 15:47:12.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60642024-08-19T15:47:13.536Z[ recovery-image] Aug 19 15:47:12.195 INFO O| Aug 19 15:47:12.195 INFO STEP 727 (remove_files) COMPLETE
60652024-08-19T15:47:13.536Z[ recovery-image] Aug 19 15:47:12.195 INFO O| Aug 19 15:47:12.195 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-08-19T15:47:13.540Z[ recovery-image] Aug 19 15:47:12.205 INFO O| Aug 19 15:47:12.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60672024-08-19T15:47:13.540Z[ recovery-image] Aug 19 15:47:12.205 INFO O| Aug 19 15:47:12.205 INFO STEP 728 (remove_files) COMPLETE
60682024-08-19T15:47:13.540Z[ recovery-image] Aug 19 15:47:12.205 INFO O| Aug 19 15:47:12.205 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-08-19T15:47:13.546Z[ recovery-image] Aug 19 15:47:12.214 INFO O| Aug 19 15:47:12.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60702024-08-19T15:47:13.560Z[ recovery-image] Aug 19 15:47:12.214 INFO O| Aug 19 15:47:12.214 INFO STEP 729 (remove_files) COMPLETE
60712024-08-19T15:47:13.560Z[ recovery-image] Aug 19 15:47:12.214 INFO O| Aug 19 15:47:12.214 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.223 INFO O| Aug 19 15:47:12.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60732024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.224 INFO O| Aug 19 15:47:12.223 INFO STEP 730 (remove_files) COMPLETE
60742024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.224 INFO O| Aug 19 15:47:12.224 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.233 INFO O| Aug 19 15:47:12.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60762024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.233 INFO O| Aug 19 15:47:12.233 INFO STEP 731 (remove_files) COMPLETE
60772024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.233 INFO O| Aug 19 15:47:12.233 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.242 INFO O| Aug 19 15:47:12.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60792024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.242 INFO O| Aug 19 15:47:12.242 INFO STEP 732 (remove_files) COMPLETE
60802024-08-19T15:47:13.574Z[ recovery-image] Aug 19 15:47:12.242 INFO O| Aug 19 15:47:12.242 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-08-19T15:47:13.581Z[ recovery-image] Aug 19 15:47:12.251 INFO O| Aug 19 15:47:12.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60822024-08-19T15:47:13.585Z[ recovery-image] Aug 19 15:47:12.251 INFO O| Aug 19 15:47:12.251 INFO STEP 733 (remove_files) COMPLETE
60832024-08-19T15:47:13.585Z[ recovery-image] Aug 19 15:47:12.252 INFO O| Aug 19 15:47:12.251 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-08-19T15:47:13.592Z[ recovery-image] Aug 19 15:47:12.261 INFO O| Aug 19 15:47:12.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60852024-08-19T15:47:13.592Z[ recovery-image] Aug 19 15:47:12.261 INFO O| Aug 19 15:47:12.261 INFO STEP 734 (remove_files) COMPLETE
60862024-08-19T15:47:13.592Z[ recovery-image] Aug 19 15:47:12.261 INFO O| Aug 19 15:47:12.261 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-08-19T15:47:13.600Z[ recovery-image] Aug 19 15:47:12.271 INFO O| Aug 19 15:47:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60882024-08-19T15:47:13.600Z[ recovery-image] Aug 19 15:47:12.271 INFO O| Aug 19 15:47:12.271 INFO STEP 735 (remove_files) COMPLETE
60892024-08-19T15:47:13.602Z[ recovery-image] Aug 19 15:47:12.271 INFO O| Aug 19 15:47:12.271 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-08-19T15:47:13.609Z[ recovery-image] Aug 19 15:47:12.280 INFO O| Aug 19 15:47:12.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60912024-08-19T15:47:13.612Z[ recovery-image] Aug 19 15:47:12.280 INFO O| Aug 19 15:47:12.280 INFO STEP 736 (remove_files) COMPLETE
60922024-08-19T15:47:13.612Z[ recovery-image] Aug 19 15:47:12.280 INFO O| Aug 19 15:47:12.280 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-08-19T15:47:13.619Z[ recovery-image] Aug 19 15:47:12.289 INFO O| Aug 19 15:47:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60942024-08-19T15:47:13.619Z[ recovery-image] Aug 19 15:47:12.289 INFO O| Aug 19 15:47:12.289 INFO STEP 737 (remove_files) COMPLETE
60952024-08-19T15:47:13.619Z[ recovery-image] Aug 19 15:47:12.289 INFO O| Aug 19 15:47:12.289 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-08-19T15:47:13.628Z[ recovery-image] Aug 19 15:47:12.299 INFO O| Aug 19 15:47:12.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60972024-08-19T15:47:13.628Z[ recovery-image] Aug 19 15:47:12.299 INFO O| Aug 19 15:47:12.299 INFO STEP 738 (remove_files) COMPLETE
60982024-08-19T15:47:13.628Z[ recovery-image] Aug 19 15:47:12.299 INFO O| Aug 19 15:47:12.299 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-08-19T15:47:13.637Z[ recovery-image] Aug 19 15:47:12.308 INFO O| Aug 19 15:47:12.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61002024-08-19T15:47:13.637Z[ recovery-image] Aug 19 15:47:12.308 INFO O| Aug 19 15:47:12.308 INFO STEP 739 (remove_files) COMPLETE
61012024-08-19T15:47:13.639Z[ recovery-image] Aug 19 15:47:12.308 INFO O| Aug 19 15:47:12.308 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-08-19T15:47:13.647Z[ recovery-image] Aug 19 15:47:12.317 INFO O| Aug 19 15:47:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61032024-08-19T15:47:13.647Z[ recovery-image] Aug 19 15:47:12.317 INFO O| Aug 19 15:47:12.317 INFO STEP 740 (remove_files) COMPLETE
61042024-08-19T15:47:13.650Z[ recovery-image] Aug 19 15:47:12.317 INFO O| Aug 19 15:47:12.317 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-08-19T15:47:13.656Z[ recovery-image] Aug 19 15:47:12.327 INFO O| Aug 19 15:47:12.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61062024-08-19T15:47:13.659Z[ recovery-image] Aug 19 15:47:12.327 INFO O| Aug 19 15:47:12.327 INFO STEP 741 (remove_files) COMPLETE
61072024-08-19T15:47:13.659Z[ recovery-image] Aug 19 15:47:12.327 INFO O| Aug 19 15:47:12.327 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-08-19T15:47:13.665Z[ recovery-image] Aug 19 15:47:12.336 INFO O| Aug 19 15:47:12.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61092024-08-19T15:47:13.668Z[ recovery-image] Aug 19 15:47:12.336 INFO O| Aug 19 15:47:12.336 INFO STEP 742 (remove_files) COMPLETE
61102024-08-19T15:47:13.668Z[ recovery-image] Aug 19 15:47:12.336 INFO O| Aug 19 15:47:12.336 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-08-19T15:47:13.675Z[ recovery-image] Aug 19 15:47:12.345 INFO O| Aug 19 15:47:12.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61122024-08-19T15:47:13.675Z[ recovery-image] Aug 19 15:47:12.346 INFO O| Aug 19 15:47:12.345 INFO STEP 743 (remove_files) COMPLETE
61132024-08-19T15:47:13.677Z[ recovery-image] Aug 19 15:47:12.346 INFO O| Aug 19 15:47:12.346 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-08-19T15:47:13.684Z[ recovery-image] Aug 19 15:47:12.355 INFO O| Aug 19 15:47:12.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61152024-08-19T15:47:13.684Z[ recovery-image] Aug 19 15:47:12.355 INFO O| Aug 19 15:47:12.355 INFO STEP 744 (remove_files) COMPLETE
61162024-08-19T15:47:13.687Z[ recovery-image] Aug 19 15:47:12.355 INFO O| Aug 19 15:47:12.355 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-08-19T15:47:13.693Z[ recovery-image] Aug 19 15:47:12.364 INFO O| Aug 19 15:47:12.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61182024-08-19T15:47:13.693Z[ recovery-image] Aug 19 15:47:12.364 INFO O| Aug 19 15:47:12.364 INFO STEP 745 (remove_files) COMPLETE
61192024-08-19T15:47:13.696Z[ recovery-image] Aug 19 15:47:12.364 INFO O| Aug 19 15:47:12.364 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-08-19T15:47:13.702Z[ recovery-image] Aug 19 15:47:12.374 INFO O| Aug 19 15:47:12.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61212024-08-19T15:47:13.702Z[ recovery-image] Aug 19 15:47:12.374 INFO O| Aug 19 15:47:12.374 INFO STEP 746 (remove_files) COMPLETE
61222024-08-19T15:47:13.702Z[ recovery-image] Aug 19 15:47:12.374 INFO O| Aug 19 15:47:12.374 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-08-19T15:47:13.713Z[ recovery-image] Aug 19 15:47:12.384 INFO O| Aug 19 15:47:12.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61242024-08-19T15:47:13.716Z[ recovery-image] Aug 19 15:47:12.384 INFO O| Aug 19 15:47:12.384 INFO STEP 747 (remove_files) COMPLETE
61252024-08-19T15:47:13.716Z[ recovery-image] Aug 19 15:47:12.385 INFO O| Aug 19 15:47:12.384 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-08-19T15:47:13.723Z[ recovery-image] Aug 19 15:47:12.394 INFO O| Aug 19 15:47:12.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61272024-08-19T15:47:13.723Z[ recovery-image] Aug 19 15:47:12.394 INFO O| Aug 19 15:47:12.394 INFO STEP 748 (remove_files) COMPLETE
61282024-08-19T15:47:13.723Z[ recovery-image] Aug 19 15:47:12.394 INFO O| Aug 19 15:47:12.394 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-08-19T15:47:13.733Z[ recovery-image] Aug 19 15:47:12.403 INFO O| Aug 19 15:47:12.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61302024-08-19T15:47:13.733Z[ recovery-image] Aug 19 15:47:12.403 INFO O| Aug 19 15:47:12.403 INFO STEP 749 (remove_files) COMPLETE
61312024-08-19T15:47:13.734Z[ recovery-image] Aug 19 15:47:12.403 INFO O| Aug 19 15:47:12.403 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-08-19T15:47:13.742Z[ recovery-image] Aug 19 15:47:12.412 INFO O| Aug 19 15:47:12.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61332024-08-19T15:47:13.746Z[ recovery-image] Aug 19 15:47:12.412 INFO O| Aug 19 15:47:12.412 INFO STEP 750 (remove_files) COMPLETE
61342024-08-19T15:47:13.746Z[ recovery-image] Aug 19 15:47:12.412 INFO O| Aug 19 15:47:12.412 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-08-19T15:47:13.754Z[ recovery-image] Aug 19 15:47:12.422 INFO O| Aug 19 15:47:12.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61362024-08-19T15:47:13.760Z[ recovery-image] Aug 19 15:47:12.422 INFO O| Aug 19 15:47:12.422 INFO STEP 751 (remove_files) COMPLETE
61372024-08-19T15:47:13.761Z[ recovery-image] Aug 19 15:47:12.422 INFO O| Aug 19 15:47:12.422 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-08-19T15:47:13.765Z[ recovery-image] Aug 19 15:47:12.431 INFO O| Aug 19 15:47:12.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61392024-08-19T15:47:13.765Z[ recovery-image] Aug 19 15:47:12.432 INFO O| Aug 19 15:47:12.432 INFO STEP 752 (remove_files) COMPLETE
61402024-08-19T15:47:13.766Z[ recovery-image] Aug 19 15:47:12.432 INFO O| Aug 19 15:47:12.432 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-08-19T15:47:13.770Z[ recovery-image] Aug 19 15:47:12.441 INFO O| Aug 19 15:47:12.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61422024-08-19T15:47:13.770Z[ recovery-image] Aug 19 15:47:12.441 INFO O| Aug 19 15:47:12.441 INFO STEP 753 (remove_files) COMPLETE
61432024-08-19T15:47:13.770Z[ recovery-image] Aug 19 15:47:12.441 INFO O| Aug 19 15:47:12.441 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-08-19T15:47:13.781Z[ recovery-image] Aug 19 15:47:12.451 INFO O| Aug 19 15:47:12.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61452024-08-19T15:47:13.781Z[ recovery-image] Aug 19 15:47:12.451 INFO O| Aug 19 15:47:12.451 INFO STEP 754 (remove_files) COMPLETE
61462024-08-19T15:47:13.781Z[ recovery-image] Aug 19 15:47:12.451 INFO O| Aug 19 15:47:12.451 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-08-19T15:47:13.790Z[ recovery-image] Aug 19 15:47:12.460 INFO O| Aug 19 15:47:12.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61482024-08-19T15:47:13.790Z[ recovery-image] Aug 19 15:47:12.460 INFO O| Aug 19 15:47:12.460 INFO STEP 755 (remove_files) COMPLETE
61492024-08-19T15:47:13.790Z[ recovery-image] Aug 19 15:47:12.460 INFO O| Aug 19 15:47:12.460 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-08-19T15:47:13.799Z[ recovery-image] Aug 19 15:47:12.469 INFO O| Aug 19 15:47:12.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61512024-08-19T15:47:13.799Z[ recovery-image] Aug 19 15:47:12.469 INFO O| Aug 19 15:47:12.469 INFO STEP 756 (remove_files) COMPLETE
61522024-08-19T15:47:13.803Z[ recovery-image] Aug 19 15:47:12.469 INFO O| Aug 19 15:47:12.469 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-08-19T15:47:13.808Z[ recovery-image] Aug 19 15:47:12.479 INFO O| Aug 19 15:47:12.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61542024-08-19T15:47:13.808Z[ recovery-image] Aug 19 15:47:12.479 INFO O| Aug 19 15:47:12.479 INFO STEP 757 (remove_files) COMPLETE
61552024-08-19T15:47:13.812Z[ recovery-image] Aug 19 15:47:12.479 INFO O| Aug 19 15:47:12.479 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-08-19T15:47:13.817Z[ recovery-image] Aug 19 15:47:12.488 INFO O| Aug 19 15:47:12.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61572024-08-19T15:47:13.817Z[ recovery-image] Aug 19 15:47:12.488 INFO O| Aug 19 15:47:12.488 INFO STEP 758 (remove_files) COMPLETE
61582024-08-19T15:47:13.817Z[ recovery-image] Aug 19 15:47:12.488 INFO O| Aug 19 15:47:12.488 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-08-19T15:47:13.826Z[ recovery-image] Aug 19 15:47:12.497 INFO O| Aug 19 15:47:12.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61602024-08-19T15:47:13.830Z[ recovery-image] Aug 19 15:47:12.497 INFO O| Aug 19 15:47:12.497 INFO STEP 759 (remove_files) COMPLETE
61612024-08-19T15:47:13.830Z[ recovery-image] Aug 19 15:47:12.497 INFO O| Aug 19 15:47:12.497 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-08-19T15:47:13.836Z[ recovery-image] Aug 19 15:47:12.506 INFO O| Aug 19 15:47:12.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61632024-08-19T15:47:13.836Z[ recovery-image] Aug 19 15:47:12.506 INFO O| Aug 19 15:47:12.506 INFO STEP 760 (remove_files) COMPLETE
61642024-08-19T15:47:13.836Z[ recovery-image] Aug 19 15:47:12.507 INFO O| Aug 19 15:47:12.506 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-08-19T15:47:13.846Z[ recovery-image] Aug 19 15:47:12.516 INFO O| Aug 19 15:47:12.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61662024-08-19T15:47:13.846Z[ recovery-image] Aug 19 15:47:12.516 INFO O| Aug 19 15:47:12.516 INFO STEP 761 (remove_files) COMPLETE
61672024-08-19T15:47:13.850Z[ recovery-image] Aug 19 15:47:12.516 INFO O| Aug 19 15:47:12.516 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-08-19T15:47:13.855Z[ recovery-image] Aug 19 15:47:12.525 INFO O| Aug 19 15:47:12.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61692024-08-19T15:47:13.859Z[ recovery-image] Aug 19 15:47:12.525 INFO O| Aug 19 15:47:12.525 INFO STEP 762 (remove_files) COMPLETE
61702024-08-19T15:47:13.859Z[ recovery-image] Aug 19 15:47:12.525 INFO O| Aug 19 15:47:12.525 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-08-19T15:47:13.869Z[ recovery-image] Aug 19 15:47:12.534 INFO O| Aug 19 15:47:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61722024-08-19T15:47:13.869Z[ recovery-image] Aug 19 15:47:12.534 INFO O| Aug 19 15:47:12.534 INFO STEP 763 (remove_files) COMPLETE
61732024-08-19T15:47:13.869Z[ recovery-image] Aug 19 15:47:12.534 INFO O| Aug 19 15:47:12.534 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-08-19T15:47:13.873Z[ recovery-image] Aug 19 15:47:12.544 INFO O| Aug 19 15:47:12.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61752024-08-19T15:47:13.873Z[ recovery-image] Aug 19 15:47:12.544 INFO O| Aug 19 15:47:12.544 INFO STEP 764 (remove_files) COMPLETE
61762024-08-19T15:47:13.874Z[ recovery-image] Aug 19 15:47:12.544 INFO O| Aug 19 15:47:12.544 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-08-19T15:47:13.883Z[ recovery-image] Aug 19 15:47:12.554 INFO O| Aug 19 15:47:12.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61782024-08-19T15:47:13.887Z[ recovery-image] Aug 19 15:47:12.554 INFO O| Aug 19 15:47:12.554 INFO STEP 765 (remove_files) COMPLETE
61792024-08-19T15:47:13.887Z[ recovery-image] Aug 19 15:47:12.554 INFO O| Aug 19 15:47:12.554 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-08-19T15:47:13.895Z[ recovery-image] Aug 19 15:47:12.565 INFO O| Aug 19 15:47:12.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61812024-08-19T15:47:13.895Z[ recovery-image] Aug 19 15:47:12.566 INFO O| Aug 19 15:47:12.566 INFO STEP 766 (remove_files) COMPLETE
61822024-08-19T15:47:13.895Z[ recovery-image] Aug 19 15:47:12.566 INFO O| Aug 19 15:47:12.566 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-08-19T15:47:13.904Z[ recovery-image] Aug 19 15:47:12.575 INFO O| Aug 19 15:47:12.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61842024-08-19T15:47:13.904Z[ recovery-image] Aug 19 15:47:12.575 INFO O| Aug 19 15:47:12.575 INFO STEP 767 (remove_files) COMPLETE
61852024-08-19T15:47:13.907Z[ recovery-image] Aug 19 15:47:12.575 INFO O| Aug 19 15:47:12.575 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-08-19T15:47:13.914Z[ recovery-image] Aug 19 15:47:12.584 INFO O| Aug 19 15:47:12.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61872024-08-19T15:47:13.914Z[ recovery-image] Aug 19 15:47:12.584 INFO O| Aug 19 15:47:12.584 INFO STEP 768 (remove_files) COMPLETE
61882024-08-19T15:47:13.917Z[ recovery-image] Aug 19 15:47:12.584 INFO O| Aug 19 15:47:12.584 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-08-19T15:47:13.925Z[ recovery-image] Aug 19 15:47:12.596 INFO O| Aug 19 15:47:12.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61902024-08-19T15:47:13.925Z[ recovery-image] Aug 19 15:47:12.596 INFO O| Aug 19 15:47:12.596 INFO STEP 769 (remove_files) COMPLETE
61912024-08-19T15:47:13.927Z[ recovery-image] Aug 19 15:47:12.596 INFO O| Aug 19 15:47:12.596 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-08-19T15:47:13.935Z[ recovery-image] Aug 19 15:47:12.605 INFO O| Aug 19 15:47:12.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61932024-08-19T15:47:13.938Z[ recovery-image] Aug 19 15:47:12.605 INFO O| Aug 19 15:47:12.605 INFO STEP 770 (remove_files) COMPLETE
61942024-08-19T15:47:13.938Z[ recovery-image] Aug 19 15:47:12.605 INFO O| Aug 19 15:47:12.605 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-08-19T15:47:13.946Z[ recovery-image] Aug 19 15:47:12.617 INFO O| Aug 19 15:47:12.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61962024-08-19T15:47:13.950Z[ recovery-image] Aug 19 15:47:12.617 INFO O| Aug 19 15:47:12.617 INFO STEP 771 (remove_files) COMPLETE
61972024-08-19T15:47:13.950Z[ recovery-image] Aug 19 15:47:12.617 INFO O| Aug 19 15:47:12.617 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-08-19T15:47:13.955Z[ recovery-image] Aug 19 15:47:12.626 INFO O| Aug 19 15:47:12.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61992024-08-19T15:47:13.958Z[ recovery-image] Aug 19 15:47:12.626 INFO O| Aug 19 15:47:12.626 INFO STEP 772 (remove_files) COMPLETE
62002024-08-19T15:47:13.958Z[ recovery-image] Aug 19 15:47:12.626 INFO O| Aug 19 15:47:12.626 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-08-19T15:47:13.967Z[ recovery-image] Aug 19 15:47:12.638 INFO O| Aug 19 15:47:12.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62022024-08-19T15:47:13.967Z[ recovery-image] Aug 19 15:47:12.638 INFO O| Aug 19 15:47:12.638 INFO STEP 773 (remove_files) COMPLETE
62032024-08-19T15:47:13.967Z[ recovery-image] Aug 19 15:47:12.638 INFO O| Aug 19 15:47:12.638 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-08-19T15:47:13.976Z[ recovery-image] Aug 19 15:47:12.647 INFO O| Aug 19 15:47:12.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62052024-08-19T15:47:13.979Z[ recovery-image] Aug 19 15:47:12.647 INFO O| Aug 19 15:47:12.647 INFO STEP 774 (remove_files) COMPLETE
62062024-08-19T15:47:13.979Z[ recovery-image] Aug 19 15:47:12.647 INFO O| Aug 19 15:47:12.647 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-08-19T15:47:13.987Z[ recovery-image] Aug 19 15:47:12.658 INFO O| Aug 19 15:47:12.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62082024-08-19T15:47:13.991Z[ recovery-image] Aug 19 15:47:12.658 INFO O| Aug 19 15:47:12.658 INFO STEP 775 (remove_files) COMPLETE
62092024-08-19T15:47:13.991Z[ recovery-image] Aug 19 15:47:12.658 INFO O| Aug 19 15:47:12.658 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-08-19T15:47:13.998Z[ recovery-image] Aug 19 15:47:12.668 INFO O| Aug 19 15:47:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62112024-08-19T15:47:14.002Z[ recovery-image] Aug 19 15:47:12.668 INFO O| Aug 19 15:47:12.668 INFO STEP 776 (remove_files) COMPLETE
62122024-08-19T15:47:14.002Z[ recovery-image] Aug 19 15:47:12.668 INFO O| Aug 19 15:47:12.668 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-08-19T15:47:14.009Z[ recovery-image] Aug 19 15:47:12.678 INFO O| Aug 19 15:47:12.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62142024-08-19T15:47:14.009Z[ recovery-image] Aug 19 15:47:12.678 INFO O| Aug 19 15:47:12.678 INFO STEP 777 (remove_files) COMPLETE
62152024-08-19T15:47:14.012Z[ recovery-image] Aug 19 15:47:12.678 INFO O| Aug 19 15:47:12.678 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-08-19T15:47:14.019Z[ recovery-image] Aug 19 15:47:12.690 INFO O| Aug 19 15:47:12.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62172024-08-19T15:47:14.019Z[ recovery-image] Aug 19 15:47:12.690 INFO O| Aug 19 15:47:12.690 INFO STEP 778 (remove_files) COMPLETE
62182024-08-19T15:47:14.021Z[ recovery-image] Aug 19 15:47:12.690 INFO O| Aug 19 15:47:12.690 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-08-19T15:47:14.031Z[ recovery-image] Aug 19 15:47:12.700 INFO O| Aug 19 15:47:12.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62202024-08-19T15:47:14.031Z[ recovery-image] Aug 19 15:47:12.700 INFO O| Aug 19 15:47:12.700 INFO STEP 779 (remove_files) COMPLETE
62212024-08-19T15:47:14.031Z[ recovery-image] Aug 19 15:47:12.700 INFO O| Aug 19 15:47:12.700 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-08-19T15:47:14.039Z[ recovery-image] Aug 19 15:47:12.710 INFO O| Aug 19 15:47:12.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62232024-08-19T15:47:14.039Z[ recovery-image] Aug 19 15:47:12.710 INFO O| Aug 19 15:47:12.710 INFO STEP 780 (remove_files) COMPLETE
62242024-08-19T15:47:14.042Z[ recovery-image] Aug 19 15:47:12.710 INFO O| Aug 19 15:47:12.710 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-08-19T15:47:14.052Z[ recovery-image] Aug 19 15:47:12.723 INFO O| Aug 19 15:47:12.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62262024-08-19T15:47:14.052Z[ recovery-image] Aug 19 15:47:12.723 INFO O| Aug 19 15:47:12.723 INFO STEP 781 (remove_files) COMPLETE
62272024-08-19T15:47:14.054Z[ recovery-image] Aug 19 15:47:12.723 INFO O| Aug 19 15:47:12.723 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-08-19T15:47:14.062Z[ recovery-image] Aug 19 15:47:12.733 INFO O| Aug 19 15:47:12.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62292024-08-19T15:47:14.062Z[ recovery-image] Aug 19 15:47:12.733 INFO O| Aug 19 15:47:12.733 INFO STEP 782 (remove_files) COMPLETE
62302024-08-19T15:47:14.062Z[ recovery-image] Aug 19 15:47:12.733 INFO O| Aug 19 15:47:12.733 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-08-19T15:47:14.072Z[ recovery-image] Aug 19 15:47:12.743 INFO O| Aug 19 15:47:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62322024-08-19T15:47:14.072Z[ recovery-image] Aug 19 15:47:12.743 INFO O| Aug 19 15:47:12.743 INFO STEP 783 (remove_files) COMPLETE
62332024-08-19T15:47:14.074Z[ recovery-image] Aug 19 15:47:12.743 INFO O| Aug 19 15:47:12.743 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-08-19T15:47:14.084Z[ recovery-image] Aug 19 15:47:12.755 INFO O| Aug 19 15:47:12.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62352024-08-19T15:47:14.084Z[ recovery-image] Aug 19 15:47:12.755 INFO O| Aug 19 15:47:12.755 INFO STEP 784 (remove_files) COMPLETE
62362024-08-19T15:47:14.087Z[ recovery-image] Aug 19 15:47:12.755 INFO O| Aug 19 15:47:12.755 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-08-19T15:47:14.094Z[ recovery-image] Aug 19 15:47:12.765 INFO O| Aug 19 15:47:12.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62382024-08-19T15:47:14.094Z[ recovery-image] Aug 19 15:47:12.765 INFO O| Aug 19 15:47:12.765 INFO STEP 785 (remove_files) COMPLETE
62392024-08-19T15:47:14.098Z[ recovery-image] Aug 19 15:47:12.765 INFO O| Aug 19 15:47:12.765 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-08-19T15:47:14.106Z[ recovery-image] Aug 19 15:47:12.777 INFO O| Aug 19 15:47:12.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62412024-08-19T15:47:14.109Z[ recovery-image] Aug 19 15:47:12.777 INFO O| Aug 19 15:47:12.777 INFO STEP 786 (remove_files) COMPLETE
62422024-08-19T15:47:14.109Z[ recovery-image] Aug 19 15:47:12.777 INFO O| Aug 19 15:47:12.777 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-08-19T15:47:14.115Z[ recovery-image] Aug 19 15:47:12.786 INFO O| Aug 19 15:47:12.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62442024-08-19T15:47:14.118Z[ recovery-image] Aug 19 15:47:12.787 INFO O| Aug 19 15:47:12.786 INFO STEP 787 (remove_files) COMPLETE
62452024-08-19T15:47:14.118Z[ recovery-image] Aug 19 15:47:12.787 INFO O| Aug 19 15:47:12.786 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-08-19T15:47:14.125Z[ recovery-image] Aug 19 15:47:12.796 INFO O| Aug 19 15:47:12.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62472024-08-19T15:47:14.127Z[ recovery-image] Aug 19 15:47:12.796 INFO O| Aug 19 15:47:12.796 INFO STEP 788 (remove_files) COMPLETE
62482024-08-19T15:47:14.127Z[ recovery-image] Aug 19 15:47:12.796 INFO O| Aug 19 15:47:12.796 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-19T15:47:14.136Z[ recovery-image] Aug 19 15:47:12.808 INFO O| Aug 19 15:47:12.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62502024-08-19T15:47:14.140Z[ recovery-image] Aug 19 15:47:12.808 INFO O| Aug 19 15:47:12.808 INFO STEP 789 (remove_files) COMPLETE
62512024-08-19T15:47:14.140Z[ recovery-image] Aug 19 15:47:12.808 INFO O| Aug 19 15:47:12.808 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-19T15:47:14.146Z[ recovery-image] Aug 19 15:47:12.817 INFO O| Aug 19 15:47:12.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62532024-08-19T15:47:14.147Z[ recovery-image] Aug 19 15:47:12.817 INFO O| Aug 19 15:47:12.817 INFO STEP 790 (remove_files) COMPLETE
62542024-08-19T15:47:14.147Z[ recovery-image] Aug 19 15:47:12.817 INFO O| Aug 19 15:47:12.817 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-08-19T15:47:14.156Z[ recovery-image] Aug 19 15:47:12.827 INFO O| Aug 19 15:47:12.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62562024-08-19T15:47:14.156Z[ recovery-image] Aug 19 15:47:12.827 INFO O| Aug 19 15:47:12.827 INFO STEP 791 (remove_files) COMPLETE
62572024-08-19T15:47:14.159Z[ recovery-image] Aug 19 15:47:12.827 INFO O| Aug 19 15:47:12.827 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-19T15:47:14.167Z[ recovery-image] Aug 19 15:47:12.838 INFO O| Aug 19 15:47:12.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62592024-08-19T15:47:14.168Z[ recovery-image] Aug 19 15:47:12.839 INFO O| Aug 19 15:47:12.838 INFO STEP 792 (remove_files) COMPLETE
62602024-08-19T15:47:14.168Z[ recovery-image] Aug 19 15:47:12.839 INFO O| Aug 19 15:47:12.839 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-19T15:47:14.177Z[ recovery-image] Aug 19 15:47:12.848 INFO O| Aug 19 15:47:12.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62622024-08-19T15:47:14.177Z[ recovery-image] Aug 19 15:47:12.848 INFO O| Aug 19 15:47:12.848 INFO STEP 793 (remove_files) COMPLETE
62632024-08-19T15:47:14.180Z[ recovery-image] Aug 19 15:47:12.848 INFO O| Aug 19 15:47:12.848 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-19T15:47:14.186Z[ recovery-image] Aug 19 15:47:12.857 INFO O| Aug 19 15:47:12.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62652024-08-19T15:47:14.186Z[ recovery-image] Aug 19 15:47:12.857 INFO O| Aug 19 15:47:12.857 INFO STEP 794 (remove_files) COMPLETE
62662024-08-19T15:47:14.187Z[ recovery-image] Aug 19 15:47:12.857 INFO O| Aug 19 15:47:12.857 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-08-19T15:47:14.198Z[ recovery-image] Aug 19 15:47:12.869 INFO O| Aug 19 15:47:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62682024-08-19T15:47:14.198Z[ recovery-image] Aug 19 15:47:12.869 INFO O| Aug 19 15:47:12.869 INFO STEP 795 (remove_files) COMPLETE
62692024-08-19T15:47:14.198Z[ recovery-image] Aug 19 15:47:12.869 INFO O| Aug 19 15:47:12.869 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-08-19T15:47:14.207Z[ recovery-image] Aug 19 15:47:12.878 INFO O| Aug 19 15:47:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62712024-08-19T15:47:14.210Z[ recovery-image] Aug 19 15:47:12.878 INFO O| Aug 19 15:47:12.878 INFO STEP 796 (remove_files) COMPLETE
62722024-08-19T15:47:14.210Z[ recovery-image] Aug 19 15:47:12.878 INFO O| Aug 19 15:47:12.878 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-08-19T15:47:14.219Z[ recovery-image] Aug 19 15:47:12.890 INFO O| Aug 19 15:47:12.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62742024-08-19T15:47:14.221Z[ recovery-image] Aug 19 15:47:12.891 INFO O| Aug 19 15:47:12.891 INFO STEP 797 (remove_files) COMPLETE
62752024-08-19T15:47:14.221Z[ recovery-image] Aug 19 15:47:12.891 INFO O| Aug 19 15:47:12.891 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-08-19T15:47:14.231Z[ recovery-image] Aug 19 15:47:12.902 INFO O| Aug 19 15:47:12.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62772024-08-19T15:47:14.233Z[ recovery-image] Aug 19 15:47:12.902 INFO O| Aug 19 15:47:12.902 INFO STEP 798 (remove_files) COMPLETE
62782024-08-19T15:47:14.233Z[ recovery-image] Aug 19 15:47:12.902 INFO O| Aug 19 15:47:12.902 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-08-19T15:47:14.241Z[ recovery-image] Aug 19 15:47:12.912 INFO O| Aug 19 15:47:12.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62802024-08-19T15:47:14.243Z[ recovery-image] Aug 19 15:47:12.912 INFO O| Aug 19 15:47:12.912 INFO STEP 799 (remove_files) COMPLETE
62812024-08-19T15:47:14.243Z[ recovery-image] Aug 19 15:47:12.912 INFO O| Aug 19 15:47:12.912 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-08-19T15:47:14.252Z[ recovery-image] Aug 19 15:47:12.923 INFO O| Aug 19 15:47:12.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62832024-08-19T15:47:14.252Z[ recovery-image] Aug 19 15:47:12.923 INFO O| Aug 19 15:47:12.923 INFO STEP 800 (remove_files) COMPLETE
62842024-08-19T15:47:14.254Z[ recovery-image] Aug 19 15:47:12.923 INFO O| Aug 19 15:47:12.923 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-08-19T15:47:14.262Z[ recovery-image] Aug 19 15:47:12.933 INFO O| Aug 19 15:47:12.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62862024-08-19T15:47:14.262Z[ recovery-image] Aug 19 15:47:12.933 INFO O| Aug 19 15:47:12.933 INFO STEP 801 (remove_files) COMPLETE
62872024-08-19T15:47:14.264Z[ recovery-image] Aug 19 15:47:12.933 INFO O| Aug 19 15:47:12.933 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-08-19T15:47:14.272Z[ recovery-image] Aug 19 15:47:12.943 INFO O| Aug 19 15:47:12.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62892024-08-19T15:47:14.272Z[ recovery-image] Aug 19 15:47:12.943 INFO O| Aug 19 15:47:12.943 INFO STEP 802 (remove_files) COMPLETE
62902024-08-19T15:47:14.274Z[ recovery-image] Aug 19 15:47:12.943 INFO O| Aug 19 15:47:12.943 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-08-19T15:47:14.281Z[ recovery-image] Aug 19 15:47:12.952 INFO O| Aug 19 15:47:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62922024-08-19T15:47:14.281Z[ recovery-image] Aug 19 15:47:12.952 INFO O| Aug 19 15:47:12.952 INFO STEP 803 (remove_files) COMPLETE
62932024-08-19T15:47:14.281Z[ recovery-image] Aug 19 15:47:12.952 INFO O| Aug 19 15:47:12.952 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-08-19T15:47:14.290Z[ recovery-image] Aug 19 15:47:12.961 INFO O| Aug 19 15:47:12.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62952024-08-19T15:47:14.290Z[ recovery-image] Aug 19 15:47:12.961 INFO O| Aug 19 15:47:12.961 INFO STEP 804 (remove_files) COMPLETE
62962024-08-19T15:47:14.290Z[ recovery-image] Aug 19 15:47:12.961 INFO O| Aug 19 15:47:12.961 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-08-19T15:47:14.299Z[ recovery-image] Aug 19 15:47:12.970 INFO O| Aug 19 15:47:12.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62982024-08-19T15:47:14.299Z[ recovery-image] Aug 19 15:47:12.970 INFO O| Aug 19 15:47:12.970 INFO STEP 805 (remove_files) COMPLETE
62992024-08-19T15:47:14.299Z[ recovery-image] Aug 19 15:47:12.970 INFO O| Aug 19 15:47:12.970 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-08-19T15:47:14.309Z[ recovery-image] Aug 19 15:47:12.979 INFO O| Aug 19 15:47:12.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63012024-08-19T15:47:14.309Z[ recovery-image] Aug 19 15:47:12.979 INFO O| Aug 19 15:47:12.979 INFO STEP 806 (remove_files) COMPLETE
63022024-08-19T15:47:14.309Z[ recovery-image] Aug 19 15:47:12.979 INFO O| Aug 19 15:47:12.979 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-08-19T15:47:14.318Z[ recovery-image] Aug 19 15:47:12.988 INFO O| Aug 19 15:47:12.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63042024-08-19T15:47:14.321Z[ recovery-image] Aug 19 15:47:12.989 INFO O| Aug 19 15:47:12.988 INFO STEP 807 (remove_files) COMPLETE
63052024-08-19T15:47:14.321Z[ recovery-image] Aug 19 15:47:12.989 INFO O| Aug 19 15:47:12.988 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-08-19T15:47:14.332Z[ recovery-image] Aug 19 15:47:12.998 INFO O| Aug 19 15:47:12.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63072024-08-19T15:47:14.332Z[ recovery-image] Aug 19 15:47:12.998 INFO O| Aug 19 15:47:12.998 INFO STEP 808 (remove_files) COMPLETE
63082024-08-19T15:47:14.332Z[ recovery-image] Aug 19 15:47:12.998 INFO O| Aug 19 15:47:12.998 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-08-19T15:47:14.341Z[ recovery-image] Aug 19 15:47:13.007 INFO O| Aug 19 15:47:13.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63102024-08-19T15:47:14.341Z[ recovery-image] Aug 19 15:47:13.007 INFO O| Aug 19 15:47:13.007 INFO STEP 809 (remove_files) COMPLETE
63112024-08-19T15:47:14.341Z[ recovery-image] Aug 19 15:47:13.007 INFO O| Aug 19 15:47:13.007 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-08-19T15:47:14.346Z[ recovery-image] Aug 19 15:47:13.016 INFO O| Aug 19 15:47:13.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63132024-08-19T15:47:14.347Z[ recovery-image] Aug 19 15:47:13.016 INFO O| Aug 19 15:47:13.016 INFO STEP 810 (remove_files) COMPLETE
63142024-08-19T15:47:14.347Z[ recovery-image] Aug 19 15:47:13.016 INFO O| Aug 19 15:47:13.016 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-08-19T15:47:14.355Z[ recovery-image] Aug 19 15:47:13.025 INFO O| Aug 19 15:47:13.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63162024-08-19T15:47:14.358Z[ recovery-image] Aug 19 15:47:13.026 INFO O| Aug 19 15:47:13.026 INFO STEP 811 (remove_files) COMPLETE
63172024-08-19T15:47:14.358Z[ recovery-image] Aug 19 15:47:13.026 INFO O| Aug 19 15:47:13.026 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-08-19T15:47:14.364Z[ recovery-image] Aug 19 15:47:13.035 INFO O| Aug 19 15:47:13.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63192024-08-19T15:47:14.364Z[ recovery-image] Aug 19 15:47:13.035 INFO O| Aug 19 15:47:13.035 INFO STEP 812 (remove_files) COMPLETE
63202024-08-19T15:47:14.364Z[ recovery-image] Aug 19 15:47:13.035 INFO O| Aug 19 15:47:13.035 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-08-19T15:47:14.373Z[ recovery-image] Aug 19 15:47:13.044 INFO O| Aug 19 15:47:13.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63222024-08-19T15:47:14.373Z[ recovery-image] Aug 19 15:47:13.044 INFO O| Aug 19 15:47:13.044 INFO STEP 813 (remove_files) COMPLETE
63232024-08-19T15:47:14.374Z[ recovery-image] Aug 19 15:47:13.044 INFO O| Aug 19 15:47:13.044 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-08-19T15:47:14.383Z[ recovery-image] Aug 19 15:47:13.053 INFO O| Aug 19 15:47:13.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63252024-08-19T15:47:14.386Z[ recovery-image] Aug 19 15:47:13.053 INFO O| Aug 19 15:47:13.053 INFO STEP 814 (remove_files) COMPLETE
63262024-08-19T15:47:14.386Z[ recovery-image] Aug 19 15:47:13.053 INFO O| Aug 19 15:47:13.053 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-08-19T15:47:14.392Z[ recovery-image] Aug 19 15:47:13.062 INFO O| Aug 19 15:47:13.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63282024-08-19T15:47:14.392Z[ recovery-image] Aug 19 15:47:13.062 INFO O| Aug 19 15:47:13.062 INFO STEP 815 (remove_files) COMPLETE
63292024-08-19T15:47:14.392Z[ recovery-image] Aug 19 15:47:13.062 INFO O| Aug 19 15:47:13.062 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-08-19T15:47:14.401Z[ recovery-image] Aug 19 15:47:13.071 INFO O| Aug 19 15:47:13.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63312024-08-19T15:47:14.401Z[ recovery-image] Aug 19 15:47:13.072 INFO O| Aug 19 15:47:13.071 INFO STEP 816 (remove_files) COMPLETE
63322024-08-19T15:47:14.401Z[ recovery-image] Aug 19 15:47:13.072 INFO O| Aug 19 15:47:13.071 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-08-19T15:47:14.410Z[ recovery-image] Aug 19 15:47:13.081 INFO O| Aug 19 15:47:13.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63342024-08-19T15:47:14.410Z[ recovery-image] Aug 19 15:47:13.081 INFO O| Aug 19 15:47:13.081 INFO STEP 817 (remove_files) COMPLETE
63352024-08-19T15:47:14.410Z[ recovery-image] Aug 19 15:47:13.081 INFO O| Aug 19 15:47:13.081 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-08-19T15:47:14.419Z[ recovery-image] Aug 19 15:47:13.090 INFO O| Aug 19 15:47:13.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63372024-08-19T15:47:14.422Z[ recovery-image] Aug 19 15:47:13.090 INFO O| Aug 19 15:47:13.090 INFO STEP 818 (remove_files) COMPLETE
63382024-08-19T15:47:14.422Z[ recovery-image] Aug 19 15:47:13.090 INFO O| Aug 19 15:47:13.090 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-08-19T15:47:14.428Z[ recovery-image] Aug 19 15:47:13.099 INFO O| Aug 19 15:47:13.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63402024-08-19T15:47:14.428Z[ recovery-image] Aug 19 15:47:13.099 INFO O| Aug 19 15:47:13.099 INFO STEP 819 (remove_files) COMPLETE
63412024-08-19T15:47:14.431Z[ recovery-image] Aug 19 15:47:13.099 INFO O| Aug 19 15:47:13.099 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-08-19T15:47:14.437Z[ recovery-image] Aug 19 15:47:13.108 INFO O| Aug 19 15:47:13.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63432024-08-19T15:47:14.437Z[ recovery-image] Aug 19 15:47:13.108 INFO O| Aug 19 15:47:13.108 INFO STEP 820 (remove_files) COMPLETE
63442024-08-19T15:47:14.440Z[ recovery-image] Aug 19 15:47:13.108 INFO O| Aug 19 15:47:13.108 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-08-19T15:47:14.447Z[ recovery-image] Aug 19 15:47:13.117 INFO O| Aug 19 15:47:13.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63462024-08-19T15:47:14.447Z[ recovery-image] Aug 19 15:47:13.117 INFO O| Aug 19 15:47:13.117 INFO STEP 821 (remove_files) COMPLETE
63472024-08-19T15:47:14.447Z[ recovery-image] Aug 19 15:47:13.117 INFO O| Aug 19 15:47:13.117 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-08-19T15:47:14.456Z[ recovery-image] Aug 19 15:47:13.126 INFO O| Aug 19 15:47:13.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63492024-08-19T15:47:14.456Z[ recovery-image] Aug 19 15:47:13.126 INFO O| Aug 19 15:47:13.126 INFO STEP 822 (remove_files) COMPLETE
63502024-08-19T15:47:14.459Z[ recovery-image] Aug 19 15:47:13.127 INFO O| Aug 19 15:47:13.126 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-08-19T15:47:14.465Z[ recovery-image] Aug 19 15:47:13.136 INFO O| Aug 19 15:47:13.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63522024-08-19T15:47:14.465Z[ recovery-image] Aug 19 15:47:13.136 INFO O| Aug 19 15:47:13.136 INFO STEP 823 (remove_files) COMPLETE
63532024-08-19T15:47:14.468Z[ recovery-image] Aug 19 15:47:13.136 INFO O| Aug 19 15:47:13.136 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-08-19T15:47:14.474Z[ recovery-image] Aug 19 15:47:13.145 INFO O| Aug 19 15:47:13.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63552024-08-19T15:47:14.474Z[ recovery-image] Aug 19 15:47:13.145 INFO O| Aug 19 15:47:13.145 INFO STEP 824 (remove_files) COMPLETE
63562024-08-19T15:47:14.475Z[ recovery-image] Aug 19 15:47:13.145 INFO O| Aug 19 15:47:13.145 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-08-19T15:47:14.483Z[ recovery-image] Aug 19 15:47:13.154 INFO O| Aug 19 15:47:13.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63582024-08-19T15:47:14.483Z[ recovery-image] Aug 19 15:47:13.154 INFO O| Aug 19 15:47:13.154 INFO STEP 825 (remove_files) COMPLETE
63592024-08-19T15:47:14.486Z[ recovery-image] Aug 19 15:47:13.154 INFO O| Aug 19 15:47:13.154 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-08-19T15:47:14.493Z[ recovery-image] Aug 19 15:47:13.163 INFO O| Aug 19 15:47:13.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63612024-08-19T15:47:14.493Z[ recovery-image] Aug 19 15:47:13.163 INFO O| Aug 19 15:47:13.163 INFO STEP 826 (remove_files) COMPLETE
63622024-08-19T15:47:14.495Z[ recovery-image] Aug 19 15:47:13.163 INFO O| Aug 19 15:47:13.163 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-08-19T15:47:14.502Z[ recovery-image] Aug 19 15:47:13.173 INFO O| Aug 19 15:47:13.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63642024-08-19T15:47:14.502Z[ recovery-image] Aug 19 15:47:13.173 INFO O| Aug 19 15:47:13.173 INFO STEP 827 (remove_files) COMPLETE
63652024-08-19T15:47:14.502Z[ recovery-image] Aug 19 15:47:13.173 INFO O| Aug 19 15:47:13.173 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-08-19T15:47:14.511Z[ recovery-image] Aug 19 15:47:13.182 INFO O| Aug 19 15:47:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63672024-08-19T15:47:14.511Z[ recovery-image] Aug 19 15:47:13.182 INFO O| Aug 19 15:47:13.182 INFO STEP 828 (remove_files) COMPLETE
63682024-08-19T15:47:14.514Z[ recovery-image] Aug 19 15:47:13.182 INFO O| Aug 19 15:47:13.182 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-08-19T15:47:14.520Z[ recovery-image] Aug 19 15:47:13.191 INFO O| Aug 19 15:47:13.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63702024-08-19T15:47:14.523Z[ recovery-image] Aug 19 15:47:13.191 INFO O| Aug 19 15:47:13.191 INFO STEP 829 (remove_files) COMPLETE
63712024-08-19T15:47:14.523Z[ recovery-image] Aug 19 15:47:13.191 INFO O| Aug 19 15:47:13.191 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-08-19T15:47:14.529Z[ recovery-image] Aug 19 15:47:13.200 INFO O| Aug 19 15:47:13.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63732024-08-19T15:47:14.532Z[ recovery-image] Aug 19 15:47:13.200 INFO O| Aug 19 15:47:13.200 INFO STEP 830 (remove_files) COMPLETE
63742024-08-19T15:47:14.532Z[ recovery-image] Aug 19 15:47:13.200 INFO O| Aug 19 15:47:13.200 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-08-19T15:47:14.538Z[ recovery-image] Aug 19 15:47:13.209 INFO O| Aug 19 15:47:13.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63762024-08-19T15:47:14.541Z[ recovery-image] Aug 19 15:47:13.209 INFO O| Aug 19 15:47:13.209 INFO STEP 831 (remove_files) COMPLETE
63772024-08-19T15:47:14.541Z[ recovery-image] Aug 19 15:47:13.209 INFO O| Aug 19 15:47:13.209 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-08-19T15:47:14.549Z[ recovery-image] Aug 19 15:47:13.218 INFO O| Aug 19 15:47:13.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63792024-08-19T15:47:14.551Z[ recovery-image] Aug 19 15:47:13.218 INFO O| Aug 19 15:47:13.218 INFO STEP 832 (remove_files) COMPLETE
63802024-08-19T15:47:14.552Z[ recovery-image] Aug 19 15:47:13.218 INFO O| Aug 19 15:47:13.218 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-08-19T15:47:14.557Z[ recovery-image] Aug 19 15:47:13.228 INFO O| Aug 19 15:47:13.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63822024-08-19T15:47:14.557Z[ recovery-image] Aug 19 15:47:13.228 INFO O| Aug 19 15:47:13.228 INFO STEP 833 (remove_files) COMPLETE
63832024-08-19T15:47:14.560Z[ recovery-image] Aug 19 15:47:13.228 INFO O| Aug 19 15:47:13.228 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-08-19T15:47:14.566Z[ recovery-image] Aug 19 15:47:13.237 INFO O| Aug 19 15:47:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63852024-08-19T15:47:14.566Z[ recovery-image] Aug 19 15:47:13.237 INFO O| Aug 19 15:47:13.237 INFO STEP 834 (remove_files) COMPLETE
63862024-08-19T15:47:14.569Z[ recovery-image] Aug 19 15:47:13.237 INFO O| Aug 19 15:47:13.237 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-08-19T15:47:14.575Z[ recovery-image] Aug 19 15:47:13.246 INFO O| Aug 19 15:47:13.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63882024-08-19T15:47:14.575Z[ recovery-image] Aug 19 15:47:13.246 INFO O| Aug 19 15:47:13.246 INFO STEP 835 (remove_files) COMPLETE
63892024-08-19T15:47:14.575Z[ recovery-image] Aug 19 15:47:13.246 INFO O| Aug 19 15:47:13.246 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-08-19T15:47:14.584Z[ recovery-image] Aug 19 15:47:13.255 INFO O| Aug 19 15:47:13.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63912024-08-19T15:47:14.584Z[ recovery-image] Aug 19 15:47:13.255 INFO O| Aug 19 15:47:13.255 INFO STEP 836 (remove_files) COMPLETE
63922024-08-19T15:47:14.588Z[ recovery-image] Aug 19 15:47:13.255 INFO O| Aug 19 15:47:13.255 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-08-19T15:47:14.593Z[ recovery-image] Aug 19 15:47:13.264 INFO O| Aug 19 15:47:13.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63942024-08-19T15:47:14.597Z[ recovery-image] Aug 19 15:47:13.264 INFO O| Aug 19 15:47:13.264 INFO STEP 837 (remove_files) COMPLETE
63952024-08-19T15:47:14.597Z[ recovery-image] Aug 19 15:47:13.264 INFO O| Aug 19 15:47:13.264 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-08-19T15:47:14.602Z[ recovery-image] Aug 19 15:47:13.273 INFO O| Aug 19 15:47:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63972024-08-19T15:47:14.603Z[ recovery-image] Aug 19 15:47:13.273 INFO O| Aug 19 15:47:13.273 INFO STEP 838 (remove_files) COMPLETE
63982024-08-19T15:47:14.605Z[ recovery-image] Aug 19 15:47:13.273 INFO O| Aug 19 15:47:13.273 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-08-19T15:47:14.612Z[ recovery-image] Aug 19 15:47:13.282 INFO O| Aug 19 15:47:13.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64002024-08-19T15:47:14.612Z[ recovery-image] Aug 19 15:47:13.283 INFO O| Aug 19 15:47:13.283 INFO STEP 839 (remove_files) COMPLETE
64012024-08-19T15:47:14.612Z[ recovery-image] Aug 19 15:47:13.283 INFO O| Aug 19 15:47:13.283 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-08-19T15:47:14.621Z[ recovery-image] Aug 19 15:47:13.292 INFO O| Aug 19 15:47:13.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64032024-08-19T15:47:14.621Z[ recovery-image] Aug 19 15:47:13.292 INFO O| Aug 19 15:47:13.292 INFO STEP 840 (remove_files) COMPLETE
64042024-08-19T15:47:14.621Z[ recovery-image] Aug 19 15:47:13.292 INFO O| Aug 19 15:47:13.292 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-08-19T15:47:14.630Z[ recovery-image] Aug 19 15:47:13.301 INFO O| Aug 19 15:47:13.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64062024-08-19T15:47:14.630Z[ recovery-image] Aug 19 15:47:13.301 INFO O| Aug 19 15:47:13.301 INFO STEP 841 (remove_files) COMPLETE
64072024-08-19T15:47:14.633Z[ recovery-image] Aug 19 15:47:13.301 INFO O| Aug 19 15:47:13.301 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-08-19T15:47:14.640Z[ recovery-image] Aug 19 15:47:13.310 INFO O| Aug 19 15:47:13.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64092024-08-19T15:47:14.640Z[ recovery-image] Aug 19 15:47:13.310 INFO O| Aug 19 15:47:13.310 INFO STEP 842 (remove_files) COMPLETE
64102024-08-19T15:47:14.643Z[ recovery-image] Aug 19 15:47:13.310 INFO O| Aug 19 15:47:13.310 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-08-19T15:47:14.649Z[ recovery-image] Aug 19 15:47:13.319 INFO O| Aug 19 15:47:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64122024-08-19T15:47:14.649Z[ recovery-image] Aug 19 15:47:13.319 INFO O| Aug 19 15:47:13.319 INFO STEP 843 (remove_files) COMPLETE
64132024-08-19T15:47:14.649Z[ recovery-image] Aug 19 15:47:13.319 INFO O| Aug 19 15:47:13.319 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-08-19T15:47:14.658Z[ recovery-image] Aug 19 15:47:13.329 INFO O| Aug 19 15:47:13.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64152024-08-19T15:47:14.662Z[ recovery-image] Aug 19 15:47:13.329 INFO O| Aug 19 15:47:13.329 INFO STEP 844 (remove_files) COMPLETE
64162024-08-19T15:47:14.662Z[ recovery-image] Aug 19 15:47:13.329 INFO O| Aug 19 15:47:13.329 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-08-19T15:47:14.667Z[ recovery-image] Aug 19 15:47:13.338 INFO O| Aug 19 15:47:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64182024-08-19T15:47:14.667Z[ recovery-image] Aug 19 15:47:13.338 INFO O| Aug 19 15:47:13.338 INFO STEP 845 (remove_files) COMPLETE
64192024-08-19T15:47:14.670Z[ recovery-image] Aug 19 15:47:13.338 INFO O| Aug 19 15:47:13.338 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-08-19T15:47:14.676Z[ recovery-image] Aug 19 15:47:13.347 INFO O| Aug 19 15:47:13.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64212024-08-19T15:47:14.676Z[ recovery-image] Aug 19 15:47:13.347 INFO O| Aug 19 15:47:13.347 INFO STEP 846 (remove_files) COMPLETE
64222024-08-19T15:47:14.676Z[ recovery-image] Aug 19 15:47:13.347 INFO O| Aug 19 15:47:13.347 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-08-19T15:47:14.686Z[ recovery-image] Aug 19 15:47:13.356 INFO O| Aug 19 15:47:13.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64242024-08-19T15:47:14.689Z[ recovery-image] Aug 19 15:47:13.356 INFO O| Aug 19 15:47:13.356 INFO STEP 847 (remove_files) COMPLETE
64252024-08-19T15:47:14.689Z[ recovery-image] Aug 19 15:47:13.356 INFO O| Aug 19 15:47:13.356 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-08-19T15:47:14.695Z[ recovery-image] Aug 19 15:47:13.366 INFO O| Aug 19 15:47:13.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64272024-08-19T15:47:14.714Z[ recovery-image] Aug 19 15:47:13.366 INFO O| Aug 19 15:47:13.366 INFO STEP 848 (remove_files) COMPLETE
64282024-08-19T15:47:14.715Z[ recovery-image] Aug 19 15:47:13.366 INFO O| Aug 19 15:47:13.366 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-08-19T15:47:14.718Z[ recovery-image] Aug 19 15:47:13.375 INFO O| Aug 19 15:47:13.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64302024-08-19T15:47:14.718Z[ recovery-image] Aug 19 15:47:13.375 INFO O| Aug 19 15:47:13.375 INFO STEP 849 (remove_files) COMPLETE
64312024-08-19T15:47:14.718Z[ recovery-image] Aug 19 15:47:13.375 INFO O| Aug 19 15:47:13.375 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-08-19T15:47:14.718Z[ recovery-image] Aug 19 15:47:13.385 INFO O| Aug 19 15:47:13.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64332024-08-19T15:47:14.718Z[ recovery-image] Aug 19 15:47:13.385 INFO O| Aug 19 15:47:13.385 INFO STEP 850 (remove_files) COMPLETE
64342024-08-19T15:47:14.718Z[ recovery-image] Aug 19 15:47:13.385 INFO O| Aug 19 15:47:13.385 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-08-19T15:47:14.723Z[ recovery-image] Aug 19 15:47:13.394 INFO O| Aug 19 15:47:13.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64362024-08-19T15:47:14.726Z[ recovery-image] Aug 19 15:47:13.394 INFO O| Aug 19 15:47:13.394 INFO STEP 851 (remove_files) COMPLETE
64372024-08-19T15:47:14.726Z[ recovery-image] Aug 19 15:47:13.394 INFO O| Aug 19 15:47:13.394 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-08-19T15:47:14.732Z[ recovery-image] Aug 19 15:47:13.403 INFO O| Aug 19 15:47:13.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64392024-08-19T15:47:14.732Z[ recovery-image] Aug 19 15:47:13.403 INFO O| Aug 19 15:47:13.403 INFO STEP 852 (remove_files) COMPLETE
64402024-08-19T15:47:14.735Z[ recovery-image] Aug 19 15:47:13.403 INFO O| Aug 19 15:47:13.403 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-08-19T15:47:14.742Z[ recovery-image] Aug 19 15:47:13.413 INFO O| Aug 19 15:47:13.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64422024-08-19T15:47:14.742Z[ recovery-image] Aug 19 15:47:13.413 INFO O| Aug 19 15:47:13.413 INFO STEP 853 (remove_files) COMPLETE
64432024-08-19T15:47:14.742Z[ recovery-image] Aug 19 15:47:13.413 INFO O| Aug 19 15:47:13.413 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-08-19T15:47:14.751Z[ recovery-image] Aug 19 15:47:13.422 INFO O| Aug 19 15:47:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64452024-08-19T15:47:14.754Z[ recovery-image] Aug 19 15:47:13.422 INFO O| Aug 19 15:47:13.422 INFO STEP 854 (remove_files) COMPLETE
64462024-08-19T15:47:14.754Z[ recovery-image] Aug 19 15:47:13.422 INFO O| Aug 19 15:47:13.422 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-08-19T15:47:14.760Z[ recovery-image] Aug 19 15:47:13.431 INFO O| Aug 19 15:47:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64482024-08-19T15:47:14.760Z[ recovery-image] Aug 19 15:47:13.431 INFO O| Aug 19 15:47:13.431 INFO STEP 855 (remove_files) COMPLETE
64492024-08-19T15:47:14.763Z[ recovery-image] Aug 19 15:47:13.431 INFO O| Aug 19 15:47:13.431 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-08-19T15:47:14.769Z[ recovery-image] Aug 19 15:47:13.440 INFO O| Aug 19 15:47:13.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64512024-08-19T15:47:14.769Z[ recovery-image] Aug 19 15:47:13.440 INFO O| Aug 19 15:47:13.440 INFO STEP 856 (remove_files) COMPLETE
64522024-08-19T15:47:14.772Z[ recovery-image] Aug 19 15:47:13.440 INFO O| Aug 19 15:47:13.440 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-08-19T15:47:14.778Z[ recovery-image] Aug 19 15:47:13.449 INFO O| Aug 19 15:47:13.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64542024-08-19T15:47:14.781Z[ recovery-image] Aug 19 15:47:13.449 INFO O| Aug 19 15:47:13.449 INFO STEP 857 (remove_files) COMPLETE
64552024-08-19T15:47:14.781Z[ recovery-image] Aug 19 15:47:13.449 INFO O| Aug 19 15:47:13.449 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-08-19T15:47:14.788Z[ recovery-image] Aug 19 15:47:13.459 INFO O| Aug 19 15:47:13.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64572024-08-19T15:47:14.791Z[ recovery-image] Aug 19 15:47:13.459 INFO O| Aug 19 15:47:13.459 INFO STEP 858 (remove_files) COMPLETE
64582024-08-19T15:47:14.791Z[ recovery-image] Aug 19 15:47:13.459 INFO O| Aug 19 15:47:13.459 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-08-19T15:47:14.797Z[ recovery-image] Aug 19 15:47:13.468 INFO O| Aug 19 15:47:13.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64602024-08-19T15:47:14.800Z[ recovery-image] Aug 19 15:47:13.468 INFO O| Aug 19 15:47:13.468 INFO STEP 859 (remove_files) COMPLETE
64612024-08-19T15:47:14.800Z[ recovery-image] Aug 19 15:47:13.468 INFO O| Aug 19 15:47:13.468 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-08-19T15:47:14.806Z[ recovery-image] Aug 19 15:47:13.477 INFO O| Aug 19 15:47:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64632024-08-19T15:47:14.809Z[ recovery-image] Aug 19 15:47:13.477 INFO O| Aug 19 15:47:13.477 INFO STEP 860 (remove_files) COMPLETE
64642024-08-19T15:47:14.809Z[ recovery-image] Aug 19 15:47:13.477 INFO O| Aug 19 15:47:13.477 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-08-19T15:47:14.815Z[ recovery-image] Aug 19 15:47:13.486 INFO O| Aug 19 15:47:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64662024-08-19T15:47:14.816Z[ recovery-image] Aug 19 15:47:13.486 INFO O| Aug 19 15:47:13.486 INFO STEP 861 (remove_files) COMPLETE
64672024-08-19T15:47:14.818Z[ recovery-image] Aug 19 15:47:13.486 INFO O| Aug 19 15:47:13.486 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-08-19T15:47:14.825Z[ recovery-image] Aug 19 15:47:13.495 INFO O| Aug 19 15:47:13.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64692024-08-19T15:47:14.828Z[ recovery-image] Aug 19 15:47:13.496 INFO O| Aug 19 15:47:13.496 INFO STEP 862 (remove_files) COMPLETE
64702024-08-19T15:47:14.828Z[ recovery-image] Aug 19 15:47:13.496 INFO O| Aug 19 15:47:13.496 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-08-19T15:47:14.834Z[ recovery-image] Aug 19 15:47:13.505 INFO O| Aug 19 15:47:13.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64722024-08-19T15:47:14.834Z[ recovery-image] Aug 19 15:47:13.505 INFO O| Aug 19 15:47:13.505 INFO STEP 863 (remove_files) COMPLETE
64732024-08-19T15:47:14.837Z[ recovery-image] Aug 19 15:47:13.505 INFO O| Aug 19 15:47:13.505 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-08-19T15:47:14.843Z[ recovery-image] Aug 19 15:47:13.514 INFO O| Aug 19 15:47:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64752024-08-19T15:47:14.847Z[ recovery-image] Aug 19 15:47:13.514 INFO O| Aug 19 15:47:13.514 INFO STEP 864 (remove_files) COMPLETE
64762024-08-19T15:47:14.847Z[ recovery-image] Aug 19 15:47:13.514 INFO O| Aug 19 15:47:13.514 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-08-19T15:47:14.852Z[ recovery-image] Aug 19 15:47:13.523 INFO O| Aug 19 15:47:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64782024-08-19T15:47:14.855Z[ recovery-image] Aug 19 15:47:13.523 INFO O| Aug 19 15:47:13.523 INFO STEP 865 (remove_files) COMPLETE
64792024-08-19T15:47:14.855Z[ recovery-image] Aug 19 15:47:13.523 INFO O| Aug 19 15:47:13.523 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-08-19T15:47:14.864Z[ recovery-image] Aug 19 15:47:13.532 INFO O| Aug 19 15:47:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64812024-08-19T15:47:14.866Z[ recovery-image] Aug 19 15:47:13.533 INFO O| Aug 19 15:47:13.533 INFO STEP 866 (remove_files) COMPLETE
64822024-08-19T15:47:14.866Z[ recovery-image] Aug 19 15:47:13.533 INFO O| Aug 19 15:47:13.533 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-08-19T15:47:14.871Z[ recovery-image] Aug 19 15:47:13.542 INFO O| Aug 19 15:47:13.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64842024-08-19T15:47:14.880Z[ recovery-image] Aug 19 15:47:13.542 INFO O| Aug 19 15:47:13.542 INFO STEP 867 (remove_files) COMPLETE
64852024-08-19T15:47:14.880Z[ recovery-image] Aug 19 15:47:13.542 INFO O| Aug 19 15:47:13.542 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-08-19T15:47:14.883Z[ recovery-image] Aug 19 15:47:13.551 INFO O| Aug 19 15:47:13.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64872024-08-19T15:47:14.883Z[ recovery-image] Aug 19 15:47:13.551 INFO O| Aug 19 15:47:13.551 INFO STEP 868 (remove_files) COMPLETE
64882024-08-19T15:47:14.883Z[ recovery-image] Aug 19 15:47:13.551 INFO O| Aug 19 15:47:13.551 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-08-19T15:47:14.890Z[ recovery-image] Aug 19 15:47:13.560 INFO O| Aug 19 15:47:13.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64902024-08-19T15:47:14.890Z[ recovery-image] Aug 19 15:47:13.560 INFO O| Aug 19 15:47:13.560 INFO STEP 869 (remove_files) COMPLETE
64912024-08-19T15:47:14.893Z[ recovery-image] Aug 19 15:47:13.560 INFO O| Aug 19 15:47:13.560 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-08-19T15:47:14.900Z[ recovery-image] Aug 19 15:47:13.569 INFO O| Aug 19 15:47:13.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64932024-08-19T15:47:14.900Z[ recovery-image] Aug 19 15:47:13.569 INFO O| Aug 19 15:47:13.569 INFO STEP 870 (remove_files) COMPLETE
64942024-08-19T15:47:14.903Z[ recovery-image] Aug 19 15:47:13.569 INFO O| Aug 19 15:47:13.569 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-08-19T15:47:14.908Z[ recovery-image] Aug 19 15:47:13.578 INFO O| Aug 19 15:47:13.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64962024-08-19T15:47:14.908Z[ recovery-image] Aug 19 15:47:13.578 INFO O| Aug 19 15:47:13.578 INFO STEP 871 (remove_files) COMPLETE
64972024-08-19T15:47:14.911Z[ recovery-image] Aug 19 15:47:13.579 INFO O| Aug 19 15:47:13.578 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-08-19T15:47:14.917Z[ recovery-image] Aug 19 15:47:13.588 INFO O| Aug 19 15:47:13.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64992024-08-19T15:47:14.917Z[ recovery-image] Aug 19 15:47:13.588 INFO O| Aug 19 15:47:13.588 INFO STEP 872 (remove_files) COMPLETE
65002024-08-19T15:47:14.921Z[ recovery-image] Aug 19 15:47:13.588 INFO O| Aug 19 15:47:13.588 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-08-19T15:47:14.927Z[ recovery-image] Aug 19 15:47:13.597 INFO O| Aug 19 15:47:13.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65022024-08-19T15:47:14.930Z[ recovery-image] Aug 19 15:47:13.597 INFO O| Aug 19 15:47:13.597 INFO STEP 873 (remove_files) COMPLETE
65032024-08-19T15:47:14.930Z[ recovery-image] Aug 19 15:47:13.597 INFO O| Aug 19 15:47:13.597 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-08-19T15:47:14.936Z[ recovery-image] Aug 19 15:47:13.606 INFO O| Aug 19 15:47:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65052024-08-19T15:47:14.936Z[ recovery-image] Aug 19 15:47:13.606 INFO O| Aug 19 15:47:13.606 INFO STEP 874 (remove_files) COMPLETE
65062024-08-19T15:47:14.939Z[ recovery-image] Aug 19 15:47:13.606 INFO O| Aug 19 15:47:13.606 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-08-19T15:47:14.945Z[ recovery-image] Aug 19 15:47:13.615 INFO O| Aug 19 15:47:13.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65082024-08-19T15:47:14.947Z[ recovery-image] Aug 19 15:47:13.615 INFO O| Aug 19 15:47:13.615 INFO STEP 875 (remove_files) COMPLETE
65092024-08-19T15:47:14.948Z[ recovery-image] Aug 19 15:47:13.615 INFO O| Aug 19 15:47:13.615 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-08-19T15:47:14.954Z[ recovery-image] Aug 19 15:47:13.625 INFO O| Aug 19 15:47:13.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65112024-08-19T15:47:14.954Z[ recovery-image] Aug 19 15:47:13.625 INFO O| Aug 19 15:47:13.625 INFO STEP 876 (remove_files) COMPLETE
65122024-08-19T15:47:14.954Z[ recovery-image] Aug 19 15:47:13.625 INFO O| Aug 19 15:47:13.625 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-08-19T15:47:14.963Z[ recovery-image] Aug 19 15:47:13.634 INFO O| Aug 19 15:47:13.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65142024-08-19T15:47:14.966Z[ recovery-image] Aug 19 15:47:13.634 INFO O| Aug 19 15:47:13.634 INFO STEP 877 (remove_files) COMPLETE
65152024-08-19T15:47:14.967Z[ recovery-image] Aug 19 15:47:13.634 INFO O| Aug 19 15:47:13.634 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-08-19T15:47:14.972Z[ recovery-image] Aug 19 15:47:13.643 INFO O| Aug 19 15:47:13.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65172024-08-19T15:47:14.972Z[ recovery-image] Aug 19 15:47:13.643 INFO O| Aug 19 15:47:13.643 INFO STEP 878 (remove_files) COMPLETE
65182024-08-19T15:47:14.975Z[ recovery-image] Aug 19 15:47:13.643 INFO O| Aug 19 15:47:13.643 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-08-19T15:47:14.981Z[ recovery-image] Aug 19 15:47:13.652 INFO O| Aug 19 15:47:13.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65202024-08-19T15:47:14.984Z[ recovery-image] Aug 19 15:47:13.652 INFO O| Aug 19 15:47:13.652 INFO STEP 879 (remove_files) COMPLETE
65212024-08-19T15:47:14.984Z[ recovery-image] Aug 19 15:47:13.652 INFO O| Aug 19 15:47:13.652 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-08-19T15:47:14.992Z[ recovery-image] Aug 19 15:47:13.662 INFO O| Aug 19 15:47:13.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65232024-08-19T15:47:14.992Z[ recovery-image] Aug 19 15:47:13.662 INFO O| Aug 19 15:47:13.662 INFO STEP 880 (remove_files) COMPLETE
65242024-08-19T15:47:14.992Z[ recovery-image] Aug 19 15:47:13.662 INFO O| Aug 19 15:47:13.662 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-08-19T15:47:15.000Z[ recovery-image] Aug 19 15:47:13.671 INFO O| Aug 19 15:47:13.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65262024-08-19T15:47:15.004Z[ recovery-image] Aug 19 15:47:13.671 INFO O| Aug 19 15:47:13.671 INFO STEP 881 (remove_files) COMPLETE
65272024-08-19T15:47:15.004Z[ recovery-image] Aug 19 15:47:13.671 INFO O| Aug 19 15:47:13.671 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-08-19T15:47:15.009Z[ recovery-image] Aug 19 15:47:13.680 INFO O| Aug 19 15:47:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65292024-08-19T15:47:15.009Z[ recovery-image] Aug 19 15:47:13.680 INFO O| Aug 19 15:47:13.680 INFO STEP 882 (remove_files) COMPLETE
65302024-08-19T15:47:15.012Z[ recovery-image] Aug 19 15:47:13.680 INFO O| Aug 19 15:47:13.680 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-19T15:47:15.018Z[ recovery-image] Aug 19 15:47:13.689 INFO O| Aug 19 15:47:13.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65322024-08-19T15:47:15.019Z[ recovery-image] Aug 19 15:47:13.689 INFO O| Aug 19 15:47:13.689 INFO STEP 883 (remove_files) COMPLETE
65332024-08-19T15:47:15.021Z[ recovery-image] Aug 19 15:47:13.689 INFO O| Aug 19 15:47:13.689 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-19T15:47:15.027Z[ recovery-image] Aug 19 15:47:13.698 INFO O| Aug 19 15:47:13.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65352024-08-19T15:47:15.030Z[ recovery-image] Aug 19 15:47:13.698 INFO O| Aug 19 15:47:13.698 INFO STEP 884 (remove_files) COMPLETE
65362024-08-19T15:47:15.030Z[ recovery-image] Aug 19 15:47:13.699 INFO O| Aug 19 15:47:13.698 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-08-19T15:47:15.038Z[ recovery-image] Aug 19 15:47:13.708 INFO O| Aug 19 15:47:13.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65382024-08-19T15:47:15.038Z[ recovery-image] Aug 19 15:47:13.708 INFO O| Aug 19 15:47:13.708 INFO STEP 885 (remove_files) COMPLETE
65392024-08-19T15:47:15.038Z[ recovery-image] Aug 19 15:47:13.708 INFO O| Aug 19 15:47:13.708 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-08-19T15:47:15.047Z[ recovery-image] Aug 19 15:47:13.718 INFO O| Aug 19 15:47:13.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65412024-08-19T15:47:15.047Z[ recovery-image] Aug 19 15:47:13.718 INFO O| Aug 19 15:47:13.718 INFO STEP 886 (remove_files) COMPLETE
65422024-08-19T15:47:15.049Z[ recovery-image] Aug 19 15:47:13.718 INFO O| Aug 19 15:47:13.718 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-08-19T15:47:15.060Z[ recovery-image] Aug 19 15:47:13.727 INFO O| Aug 19 15:47:13.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65442024-08-19T15:47:15.063Z[ recovery-image] Aug 19 15:47:13.728 INFO O| Aug 19 15:47:13.728 INFO STEP 887 (remove_files) COMPLETE
65452024-08-19T15:47:15.063Z[ recovery-image] Aug 19 15:47:13.728 INFO O| Aug 19 15:47:13.728 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-08-19T15:47:15.067Z[ recovery-image] Aug 19 15:47:13.737 INFO O| Aug 19 15:47:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65472024-08-19T15:47:15.069Z[ recovery-image] Aug 19 15:47:13.737 INFO O| Aug 19 15:47:13.737 INFO STEP 888 (remove_files) COMPLETE
65482024-08-19T15:47:15.069Z[ recovery-image] Aug 19 15:47:13.738 INFO O| Aug 19 15:47:13.737 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-08-19T15:47:15.077Z[ recovery-image] Aug 19 15:47:13.747 INFO O| Aug 19 15:47:13.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65502024-08-19T15:47:15.077Z[ recovery-image] Aug 19 15:47:13.747 INFO O| Aug 19 15:47:13.747 INFO STEP 889 (remove_files) COMPLETE
65512024-08-19T15:47:15.077Z[ recovery-image] Aug 19 15:47:13.747 INFO O| Aug 19 15:47:13.747 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-19T15:47:15.085Z[ recovery-image] Aug 19 15:47:13.756 INFO O| Aug 19 15:47:13.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65532024-08-19T15:47:15.088Z[ recovery-image] Aug 19 15:47:13.756 INFO O| Aug 19 15:47:13.756 INFO STEP 890 (remove_files) COMPLETE
65542024-08-19T15:47:15.088Z[ recovery-image] Aug 19 15:47:13.756 INFO O| Aug 19 15:47:13.756 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-08-19T15:47:15.095Z[ recovery-image] Aug 19 15:47:13.766 INFO O| Aug 19 15:47:13.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65562024-08-19T15:47:15.097Z[ recovery-image] Aug 19 15:47:13.766 INFO O| Aug 19 15:47:13.766 INFO STEP 891 (remove_files) COMPLETE
65572024-08-19T15:47:15.097Z[ recovery-image] Aug 19 15:47:13.766 INFO O| Aug 19 15:47:13.766 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-08-19T15:47:15.105Z[ recovery-image] Aug 19 15:47:13.775 INFO O| Aug 19 15:47:13.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65592024-08-19T15:47:15.108Z[ recovery-image] Aug 19 15:47:13.775 INFO O| Aug 19 15:47:13.775 INFO STEP 892 (remove_files) COMPLETE
65602024-08-19T15:47:15.108Z[ recovery-image] Aug 19 15:47:13.775 INFO O| Aug 19 15:47:13.775 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-08-19T15:47:15.113Z[ recovery-image] Aug 19 15:47:13.784 INFO O| Aug 19 15:47:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65622024-08-19T15:47:15.113Z[ recovery-image] Aug 19 15:47:13.784 INFO O| Aug 19 15:47:13.784 INFO STEP 893 (remove_files) COMPLETE
65632024-08-19T15:47:15.113Z[ recovery-image] Aug 19 15:47:13.784 INFO O| Aug 19 15:47:13.784 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-08-19T15:47:15.122Z[ recovery-image] Aug 19 15:47:13.793 INFO O| Aug 19 15:47:13.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65652024-08-19T15:47:15.123Z[ recovery-image] Aug 19 15:47:13.794 INFO O| Aug 19 15:47:13.793 INFO STEP 894 (remove_files) COMPLETE
65662024-08-19T15:47:15.126Z[ recovery-image] Aug 19 15:47:13.794 INFO O| Aug 19 15:47:13.793 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-08-19T15:47:15.132Z[ recovery-image] Aug 19 15:47:13.803 INFO O| Aug 19 15:47:13.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65682024-08-19T15:47:15.134Z[ recovery-image] Aug 19 15:47:13.803 INFO O| Aug 19 15:47:13.803 INFO STEP 895 (remove_files) COMPLETE
65692024-08-19T15:47:15.134Z[ recovery-image] Aug 19 15:47:13.803 INFO O| Aug 19 15:47:13.803 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-08-19T15:47:15.141Z[ recovery-image] Aug 19 15:47:13.812 INFO O| Aug 19 15:47:13.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65712024-08-19T15:47:15.143Z[ recovery-image] Aug 19 15:47:13.812 INFO O| Aug 19 15:47:13.812 INFO STEP 896 (remove_files) COMPLETE
65722024-08-19T15:47:15.143Z[ recovery-image] Aug 19 15:47:13.812 INFO O| Aug 19 15:47:13.812 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-08-19T15:47:15.151Z[ recovery-image] Aug 19 15:47:13.822 INFO O| Aug 19 15:47:13.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65742024-08-19T15:47:15.151Z[ recovery-image] Aug 19 15:47:13.822 INFO O| Aug 19 15:47:13.822 INFO STEP 897 (remove_files) COMPLETE
65752024-08-19T15:47:15.151Z[ recovery-image] Aug 19 15:47:13.822 INFO O| Aug 19 15:47:13.822 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-08-19T15:47:15.160Z[ recovery-image] Aug 19 15:47:13.831 INFO O| Aug 19 15:47:13.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65772024-08-19T15:47:15.160Z[ recovery-image] Aug 19 15:47:13.831 INFO O| Aug 19 15:47:13.831 INFO STEP 898 (remove_files) COMPLETE
65782024-08-19T15:47:15.162Z[ recovery-image] Aug 19 15:47:13.831 INFO O| Aug 19 15:47:13.831 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-08-19T15:47:15.170Z[ recovery-image] Aug 19 15:47:13.840 INFO O| Aug 19 15:47:13.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65802024-08-19T15:47:15.170Z[ recovery-image] Aug 19 15:47:13.841 INFO O| Aug 19 15:47:13.841 INFO STEP 899 (remove_files) COMPLETE
65812024-08-19T15:47:15.172Z[ recovery-image] Aug 19 15:47:13.841 INFO O| Aug 19 15:47:13.841 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-19T15:47:15.179Z[ recovery-image] Aug 19 15:47:13.850 INFO O| Aug 19 15:47:13.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65832024-08-19T15:47:15.181Z[ recovery-image] Aug 19 15:47:13.850 INFO O| Aug 19 15:47:13.850 INFO STEP 900 (remove_files) COMPLETE
65842024-08-19T15:47:15.181Z[ recovery-image] Aug 19 15:47:13.850 INFO O| Aug 19 15:47:13.850 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-19T15:47:15.188Z[ recovery-image] Aug 19 15:47:13.859 INFO O| Aug 19 15:47:13.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65862024-08-19T15:47:15.188Z[ recovery-image] Aug 19 15:47:13.859 INFO O| Aug 19 15:47:13.859 INFO STEP 901 (remove_files) COMPLETE
65872024-08-19T15:47:15.191Z[ recovery-image] Aug 19 15:47:13.859 INFO O| Aug 19 15:47:13.859 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-19T15:47:15.198Z[ recovery-image] Aug 19 15:47:13.869 INFO O| Aug 19 15:47:13.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65892024-08-19T15:47:15.200Z[ recovery-image] Aug 19 15:47:13.869 INFO O| Aug 19 15:47:13.869 INFO STEP 902 (remove_files) COMPLETE
65902024-08-19T15:47:15.200Z[ recovery-image] Aug 19 15:47:13.869 INFO O| Aug 19 15:47:13.869 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-08-19T15:47:15.207Z[ recovery-image] Aug 19 15:47:13.878 INFO O| Aug 19 15:47:13.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65922024-08-19T15:47:15.207Z[ recovery-image] Aug 19 15:47:13.878 INFO O| Aug 19 15:47:13.878 INFO STEP 903 (remove_files) COMPLETE
65932024-08-19T15:47:15.209Z[ recovery-image] Aug 19 15:47:13.878 INFO O| Aug 19 15:47:13.878 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-08-19T15:47:15.216Z[ recovery-image] Aug 19 15:47:13.887 INFO O| Aug 19 15:47:13.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65952024-08-19T15:47:15.219Z[ recovery-image] Aug 19 15:47:13.887 INFO O| Aug 19 15:47:13.887 INFO STEP 904 (remove_files) COMPLETE
65962024-08-19T15:47:15.219Z[ recovery-image] Aug 19 15:47:13.887 INFO O| Aug 19 15:47:13.887 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-08-19T15:47:15.225Z[ recovery-image] Aug 19 15:47:13.896 INFO O| Aug 19 15:47:13.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65982024-08-19T15:47:15.226Z[ recovery-image] Aug 19 15:47:13.897 INFO O| Aug 19 15:47:13.896 INFO STEP 905 (remove_files) COMPLETE
65992024-08-19T15:47:15.226Z[ recovery-image] Aug 19 15:47:13.897 INFO O| Aug 19 15:47:13.897 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-08-19T15:47:15.235Z[ recovery-image] Aug 19 15:47:13.906 INFO O| Aug 19 15:47:13.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66012024-08-19T15:47:15.235Z[ recovery-image] Aug 19 15:47:13.906 INFO O| Aug 19 15:47:13.906 INFO STEP 906 (remove_files) COMPLETE
66022024-08-19T15:47:15.237Z[ recovery-image] Aug 19 15:47:13.906 INFO O| Aug 19 15:47:13.906 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-08-19T15:47:15.244Z[ recovery-image] Aug 19 15:47:13.915 INFO O| Aug 19 15:47:13.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66042024-08-19T15:47:15.244Z[ recovery-image] Aug 19 15:47:13.915 INFO O| Aug 19 15:47:13.915 INFO STEP 907 (remove_files) COMPLETE
66052024-08-19T15:47:15.246Z[ recovery-image] Aug 19 15:47:13.915 INFO O| Aug 19 15:47:13.915 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-19T15:47:15.253Z[ recovery-image] Aug 19 15:47:13.924 INFO O| Aug 19 15:47:13.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66072024-08-19T15:47:15.253Z[ recovery-image] Aug 19 15:47:13.924 INFO O| Aug 19 15:47:13.924 INFO STEP 908 (remove_files) COMPLETE
66082024-08-19T15:47:15.256Z[ recovery-image] Aug 19 15:47:13.924 INFO O| Aug 19 15:47:13.924 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-19T15:47:15.262Z[ recovery-image] Aug 19 15:47:13.933 INFO O| Aug 19 15:47:13.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66102024-08-19T15:47:15.262Z[ recovery-image] Aug 19 15:47:13.933 INFO O| Aug 19 15:47:13.933 INFO STEP 909 (remove_files) COMPLETE
66112024-08-19T15:47:15.262Z[ recovery-image] Aug 19 15:47:13.933 INFO O| Aug 19 15:47:13.933 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-19T15:47:15.272Z[ recovery-image] Aug 19 15:47:13.943 INFO O| Aug 19 15:47:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66132024-08-19T15:47:15.278Z[ recovery-image] Aug 19 15:47:13.943 INFO O| Aug 19 15:47:13.943 INFO STEP 910 (remove_files) COMPLETE
66142024-08-19T15:47:15.278Z[ recovery-image] Aug 19 15:47:13.943 INFO O| Aug 19 15:47:13.943 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-19T15:47:15.281Z[ recovery-image] Aug 19 15:47:13.952 INFO O| Aug 19 15:47:13.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66162024-08-19T15:47:15.281Z[ recovery-image] Aug 19 15:47:13.952 INFO O| Aug 19 15:47:13.952 INFO STEP 911 (remove_files) COMPLETE
66172024-08-19T15:47:15.281Z[ recovery-image] Aug 19 15:47:13.952 INFO O| Aug 19 15:47:13.952 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-19T15:47:15.290Z[ recovery-image] Aug 19 15:47:13.961 INFO O| Aug 19 15:47:13.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66192024-08-19T15:47:15.293Z[ recovery-image] Aug 19 15:47:13.961 INFO O| Aug 19 15:47:13.961 INFO STEP 912 (remove_files) COMPLETE
66202024-08-19T15:47:15.293Z[ recovery-image] Aug 19 15:47:13.961 INFO O| Aug 19 15:47:13.961 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-19T15:47:15.299Z[ recovery-image] Aug 19 15:47:13.970 INFO O| Aug 19 15:47:13.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66222024-08-19T15:47:15.300Z[ recovery-image] Aug 19 15:47:13.971 INFO O| Aug 19 15:47:13.970 INFO STEP 913 (remove_files) COMPLETE
66232024-08-19T15:47:15.302Z[ recovery-image] Aug 19 15:47:13.971 INFO O| Aug 19 15:47:13.971 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-19T15:47:15.309Z[ recovery-image] Aug 19 15:47:13.980 INFO O| Aug 19 15:47:13.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66252024-08-19T15:47:15.311Z[ recovery-image] Aug 19 15:47:13.980 INFO O| Aug 19 15:47:13.980 INFO STEP 914 (remove_files) COMPLETE
66262024-08-19T15:47:15.311Z[ recovery-image] Aug 19 15:47:13.980 INFO O| Aug 19 15:47:13.980 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-19T15:47:15.318Z[ recovery-image] Aug 19 15:47:13.989 INFO O| Aug 19 15:47:13.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66282024-08-19T15:47:15.318Z[ recovery-image] Aug 19 15:47:13.989 INFO O| Aug 19 15:47:13.989 INFO STEP 915 (remove_files) COMPLETE
66292024-08-19T15:47:15.321Z[ recovery-image] Aug 19 15:47:13.989 INFO O| Aug 19 15:47:13.989 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-19T15:47:15.327Z[ recovery-image] Aug 19 15:47:13.998 INFO O| Aug 19 15:47:13.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66312024-08-19T15:47:15.328Z[ recovery-image] Aug 19 15:47:13.999 INFO O| Aug 19 15:47:13.998 INFO STEP 916 (remove_files) COMPLETE
66322024-08-19T15:47:15.330Z[ recovery-image] Aug 19 15:47:13.999 INFO O| Aug 19 15:47:13.999 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-08-19T15:47:15.337Z[ recovery-image] Aug 19 15:47:14.008 INFO O| Aug 19 15:47:14.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66342024-08-19T15:47:15.337Z[ recovery-image] Aug 19 15:47:14.008 INFO O| Aug 19 15:47:14.008 INFO STEP 917 (remove_files) COMPLETE
66352024-08-19T15:47:15.340Z[ recovery-image] Aug 19 15:47:14.008 INFO O| Aug 19 15:47:14.008 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-08-19T15:47:15.347Z[ recovery-image] Aug 19 15:47:14.018 INFO O| Aug 19 15:47:14.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66372024-08-19T15:47:15.347Z[ recovery-image] Aug 19 15:47:14.018 INFO O| Aug 19 15:47:14.018 INFO STEP 918 (remove_files) COMPLETE
66382024-08-19T15:47:15.349Z[ recovery-image] Aug 19 15:47:14.018 INFO O| Aug 19 15:47:14.018 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-08-19T15:47:15.356Z[ recovery-image] Aug 19 15:47:14.027 INFO O| Aug 19 15:47:14.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66402024-08-19T15:47:15.356Z[ recovery-image] Aug 19 15:47:14.027 INFO O| Aug 19 15:47:14.027 INFO STEP 919 (remove_files) COMPLETE
66412024-08-19T15:47:15.356Z[ recovery-image] Aug 19 15:47:14.027 INFO O| Aug 19 15:47:14.027 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-19T15:47:15.365Z[ recovery-image] Aug 19 15:47:14.036 INFO O| Aug 19 15:47:14.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66432024-08-19T15:47:15.365Z[ recovery-image] Aug 19 15:47:14.036 INFO O| Aug 19 15:47:14.036 INFO STEP 920 (remove_files) COMPLETE
66442024-08-19T15:47:15.368Z[ recovery-image] Aug 19 15:47:14.036 INFO O| Aug 19 15:47:14.036 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-19T15:47:15.375Z[ recovery-image] Aug 19 15:47:14.045 INFO O| Aug 19 15:47:14.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66462024-08-19T15:47:15.375Z[ recovery-image] Aug 19 15:47:14.046 INFO O| Aug 19 15:47:14.046 INFO STEP 921 (remove_files) COMPLETE
66472024-08-19T15:47:15.375Z[ recovery-image] Aug 19 15:47:14.046 INFO O| Aug 19 15:47:14.046 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-19T15:47:15.384Z[ recovery-image] Aug 19 15:47:14.055 INFO O| Aug 19 15:47:14.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66492024-08-19T15:47:15.386Z[ recovery-image] Aug 19 15:47:14.055 INFO O| Aug 19 15:47:14.055 INFO STEP 922 (remove_files) COMPLETE
66502024-08-19T15:47:15.386Z[ recovery-image] Aug 19 15:47:14.056 INFO O| Aug 19 15:47:14.055 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-19T15:47:15.394Z[ recovery-image] Aug 19 15:47:14.065 INFO O| Aug 19 15:47:14.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66522024-08-19T15:47:15.394Z[ recovery-image] Aug 19 15:47:14.065 INFO O| Aug 19 15:47:14.065 INFO STEP 923 (remove_files) COMPLETE
66532024-08-19T15:47:15.397Z[ recovery-image] Aug 19 15:47:14.065 INFO O| Aug 19 15:47:14.065 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-19T15:47:15.404Z[ recovery-image] Aug 19 15:47:14.075 INFO O| Aug 19 15:47:14.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66552024-08-19T15:47:15.406Z[ recovery-image] Aug 19 15:47:14.075 INFO O| Aug 19 15:47:14.075 INFO STEP 924 (remove_files) COMPLETE
66562024-08-19T15:47:15.406Z[ recovery-image] Aug 19 15:47:14.075 INFO O| Aug 19 15:47:14.075 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-19T15:47:15.416Z[ recovery-image] Aug 19 15:47:14.087 INFO O| Aug 19 15:47:14.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66582024-08-19T15:47:15.416Z[ recovery-image] Aug 19 15:47:14.087 INFO O| Aug 19 15:47:14.087 INFO STEP 925 (remove_files) COMPLETE
66592024-08-19T15:47:15.419Z[ recovery-image] Aug 19 15:47:14.087 INFO O| Aug 19 15:47:14.087 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-19T15:47:15.426Z[ recovery-image] Aug 19 15:47:14.097 INFO O| Aug 19 15:47:14.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66612024-08-19T15:47:15.426Z[ recovery-image] Aug 19 15:47:14.097 INFO O| Aug 19 15:47:14.097 INFO STEP 926 (remove_files) COMPLETE
66622024-08-19T15:47:15.426Z[ recovery-image] Aug 19 15:47:14.097 INFO O| Aug 19 15:47:14.097 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-19T15:47:15.435Z[ recovery-image] Aug 19 15:47:14.106 INFO O| Aug 19 15:47:14.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66642024-08-19T15:47:15.435Z[ recovery-image] Aug 19 15:47:14.106 INFO O| Aug 19 15:47:14.106 INFO STEP 927 (remove_files) COMPLETE
66652024-08-19T15:47:15.438Z[ recovery-image] Aug 19 15:47:14.106 INFO O| Aug 19 15:47:14.106 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-19T15:47:15.445Z[ recovery-image] Aug 19 15:47:14.116 INFO O| Aug 19 15:47:14.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66672024-08-19T15:47:15.445Z[ recovery-image] Aug 19 15:47:14.116 INFO O| Aug 19 15:47:14.116 INFO STEP 928 (remove_files) COMPLETE
66682024-08-19T15:47:15.447Z[ recovery-image] Aug 19 15:47:14.116 INFO O| Aug 19 15:47:14.116 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-19T15:47:15.455Z[ recovery-image] Aug 19 15:47:14.126 INFO O| Aug 19 15:47:14.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66702024-08-19T15:47:15.455Z[ recovery-image] Aug 19 15:47:14.126 INFO O| Aug 19 15:47:14.126 INFO STEP 929 (remove_files) COMPLETE
66712024-08-19T15:47:15.458Z[ recovery-image] Aug 19 15:47:14.126 INFO O| Aug 19 15:47:14.126 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-19T15:47:15.465Z[ recovery-image] Aug 19 15:47:14.136 INFO O| Aug 19 15:47:14.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66732024-08-19T15:47:15.467Z[ recovery-image] Aug 19 15:47:14.136 INFO O| Aug 19 15:47:14.136 INFO STEP 930 (remove_files) COMPLETE
66742024-08-19T15:47:15.467Z[ recovery-image] Aug 19 15:47:14.136 INFO O| Aug 19 15:47:14.136 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-19T15:47:15.474Z[ recovery-image] Aug 19 15:47:14.145 INFO O| Aug 19 15:47:14.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66762024-08-19T15:47:15.474Z[ recovery-image] Aug 19 15:47:14.145 INFO O| Aug 19 15:47:14.145 INFO STEP 931 (remove_files) COMPLETE
66772024-08-19T15:47:15.477Z[ recovery-image] Aug 19 15:47:14.145 INFO O| Aug 19 15:47:14.145 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-19T15:47:15.484Z[ recovery-image] Aug 19 15:47:14.155 INFO O| Aug 19 15:47:14.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66792024-08-19T15:47:15.484Z[ recovery-image] Aug 19 15:47:14.155 INFO O| Aug 19 15:47:14.155 INFO STEP 932 (remove_files) COMPLETE
66802024-08-19T15:47:15.486Z[ recovery-image] Aug 19 15:47:14.155 INFO O| Aug 19 15:47:14.155 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-19T15:47:15.493Z[ recovery-image] Aug 19 15:47:14.164 INFO O| Aug 19 15:47:14.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66822024-08-19T15:47:15.493Z[ recovery-image] Aug 19 15:47:14.164 INFO O| Aug 19 15:47:14.164 INFO STEP 933 (remove_files) COMPLETE
66832024-08-19T15:47:15.495Z[ recovery-image] Aug 19 15:47:14.164 INFO O| Aug 19 15:47:14.164 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-19T15:47:15.502Z[ recovery-image] Aug 19 15:47:14.173 INFO O| Aug 19 15:47:14.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66852024-08-19T15:47:15.502Z[ recovery-image] Aug 19 15:47:14.173 INFO O| Aug 19 15:47:14.173 INFO STEP 934 (remove_files) COMPLETE
66862024-08-19T15:47:15.505Z[ recovery-image] Aug 19 15:47:14.173 INFO O| Aug 19 15:47:14.173 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-19T15:47:15.511Z[ recovery-image] Aug 19 15:47:14.182 INFO O| Aug 19 15:47:14.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66882024-08-19T15:47:15.511Z[ recovery-image] Aug 19 15:47:14.183 INFO O| Aug 19 15:47:14.182 INFO STEP 935 (remove_files) COMPLETE
66892024-08-19T15:47:15.512Z[ recovery-image] Aug 19 15:47:14.183 INFO O| Aug 19 15:47:14.183 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-19T15:47:15.521Z[ recovery-image] Aug 19 15:47:14.192 INFO O| Aug 19 15:47:14.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66912024-08-19T15:47:15.521Z[ recovery-image] Aug 19 15:47:14.192 INFO O| Aug 19 15:47:14.192 INFO STEP 936 (remove_files) COMPLETE
66922024-08-19T15:47:15.521Z[ recovery-image] Aug 19 15:47:14.192 INFO O| Aug 19 15:47:14.192 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-08-19T15:47:15.531Z[ recovery-image] Aug 19 15:47:14.202 INFO O| Aug 19 15:47:14.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66942024-08-19T15:47:15.531Z[ recovery-image] Aug 19 15:47:14.202 INFO O| Aug 19 15:47:14.202 INFO STEP 937 (remove_files) COMPLETE
66952024-08-19T15:47:15.531Z[ recovery-image] Aug 19 15:47:14.202 INFO O| Aug 19 15:47:14.202 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-08-19T15:47:15.540Z[ recovery-image] Aug 19 15:47:14.211 INFO O| Aug 19 15:47:14.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66972024-08-19T15:47:15.542Z[ recovery-image] Aug 19 15:47:14.211 INFO O| Aug 19 15:47:14.211 INFO STEP 938 (remove_files) COMPLETE
66982024-08-19T15:47:15.543Z[ recovery-image] Aug 19 15:47:14.211 INFO O| Aug 19 15:47:14.211 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-08-19T15:47:15.550Z[ recovery-image] Aug 19 15:47:14.220 INFO O| Aug 19 15:47:14.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67002024-08-19T15:47:15.550Z[ recovery-image] Aug 19 15:47:14.221 INFO O| Aug 19 15:47:14.221 INFO STEP 939 (remove_files) COMPLETE
67012024-08-19T15:47:15.552Z[ recovery-image] Aug 19 15:47:14.221 INFO O| Aug 19 15:47:14.221 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-19T15:47:15.559Z[ recovery-image] Aug 19 15:47:14.230 INFO O| Aug 19 15:47:14.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67032024-08-19T15:47:15.559Z[ recovery-image] Aug 19 15:47:14.230 INFO O| Aug 19 15:47:14.230 INFO STEP 940 (remove_files) COMPLETE
67042024-08-19T15:47:15.559Z[ recovery-image] Aug 19 15:47:14.230 INFO O| Aug 19 15:47:14.230 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-08-19T15:47:15.568Z[ recovery-image] Aug 19 15:47:14.239 INFO O| Aug 19 15:47:14.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67062024-08-19T15:47:15.568Z[ recovery-image] Aug 19 15:47:14.239 INFO O| Aug 19 15:47:14.239 INFO STEP 941 (remove_files) COMPLETE
67072024-08-19T15:47:15.571Z[ recovery-image] Aug 19 15:47:14.239 INFO O| Aug 19 15:47:14.239 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-08-19T15:47:15.578Z[ recovery-image] Aug 19 15:47:14.249 INFO O| Aug 19 15:47:14.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67092024-08-19T15:47:15.578Z[ recovery-image] Aug 19 15:47:14.249 INFO O| Aug 19 15:47:14.249 INFO STEP 942 (remove_files) COMPLETE
67102024-08-19T15:47:15.580Z[ recovery-image] Aug 19 15:47:14.249 INFO O| Aug 19 15:47:14.249 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-08-19T15:47:15.587Z[ recovery-image] Aug 19 15:47:14.258 INFO O| Aug 19 15:47:14.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67122024-08-19T15:47:15.587Z[ recovery-image] Aug 19 15:47:14.258 INFO O| Aug 19 15:47:14.258 INFO STEP 943 (remove_files) COMPLETE
67132024-08-19T15:47:15.589Z[ recovery-image] Aug 19 15:47:14.258 INFO O| Aug 19 15:47:14.258 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-08-19T15:47:15.592Z[ host-image] Aug 19 15:47:14.261 INFO O| Aug 19 15:47:14.261 INFO O| Done
67152024-08-19T15:47:15.597Z[ recovery-image] Aug 19 15:47:14.268 INFO O| Aug 19 15:47:14.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67162024-08-19T15:47:15.597Z[ recovery-image] Aug 19 15:47:14.268 INFO O| Aug 19 15:47:14.268 INFO STEP 944 (remove_files) COMPLETE
67172024-08-19T15:47:15.597Z[ recovery-image] Aug 19 15:47:14.268 INFO O| Aug 19 15:47:14.268 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-19T15:47:15.606Z[ recovery-image] Aug 19 15:47:14.277 INFO O| Aug 19 15:47:14.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67192024-08-19T15:47:15.606Z[ recovery-image] Aug 19 15:47:14.277 INFO O| Aug 19 15:47:14.277 INFO STEP 945 (remove_files) COMPLETE
67202024-08-19T15:47:15.606Z[ recovery-image] Aug 19 15:47:14.277 INFO O| Aug 19 15:47:14.277 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-19T15:47:15.616Z[ recovery-image] Aug 19 15:47:14.287 INFO O| Aug 19 15:47:14.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67222024-08-19T15:47:15.616Z[ recovery-image] Aug 19 15:47:14.287 INFO O| Aug 19 15:47:14.287 INFO STEP 946 (remove_files) COMPLETE
67232024-08-19T15:47:15.617Z[ recovery-image] Aug 19 15:47:14.287 INFO O| Aug 19 15:47:14.287 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-19T15:47:15.626Z[ recovery-image] Aug 19 15:47:14.297 INFO O| Aug 19 15:47:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67252024-08-19T15:47:15.626Z[ recovery-image] Aug 19 15:47:14.297 INFO O| Aug 19 15:47:14.297 INFO STEP 947 (remove_files) COMPLETE
67262024-08-19T15:47:15.628Z[ recovery-image] Aug 19 15:47:14.297 INFO O| Aug 19 15:47:14.297 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-19T15:47:15.636Z[ recovery-image] Aug 19 15:47:14.306 INFO O| Aug 19 15:47:14.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67282024-08-19T15:47:15.636Z[ recovery-image] Aug 19 15:47:14.307 INFO O| Aug 19 15:47:14.306 INFO STEP 948 (remove_files) COMPLETE
67292024-08-19T15:47:15.638Z[ recovery-image] Aug 19 15:47:14.307 INFO O| Aug 19 15:47:14.306 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-19T15:47:15.646Z[ recovery-image] Aug 19 15:47:14.317 INFO O| Aug 19 15:47:14.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67312024-08-19T15:47:15.646Z[ recovery-image] Aug 19 15:47:14.317 INFO O| Aug 19 15:47:14.317 INFO STEP 949 (remove_files) COMPLETE
67322024-08-19T15:47:15.646Z[ recovery-image] Aug 19 15:47:14.317 INFO O| Aug 19 15:47:14.317 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-19T15:47:15.655Z[ recovery-image] Aug 19 15:47:14.326 INFO O| Aug 19 15:47:14.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67342024-08-19T15:47:15.655Z[ recovery-image] Aug 19 15:47:14.326 INFO O| Aug 19 15:47:14.326 INFO STEP 950 (remove_files) COMPLETE
67352024-08-19T15:47:15.658Z[ recovery-image] Aug 19 15:47:14.326 INFO O| Aug 19 15:47:14.326 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-19T15:47:15.665Z[ recovery-image] Aug 19 15:47:14.336 INFO O| Aug 19 15:47:14.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67372024-08-19T15:47:15.665Z[ recovery-image] Aug 19 15:47:14.336 INFO O| Aug 19 15:47:14.336 INFO STEP 951 (remove_files) COMPLETE
67382024-08-19T15:47:15.671Z[ recovery-image] Aug 19 15:47:14.336 INFO O| Aug 19 15:47:14.336 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-19T15:47:15.675Z[ recovery-image] Aug 19 15:47:14.345 INFO O| Aug 19 15:47:14.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67402024-08-19T15:47:15.675Z[ recovery-image] Aug 19 15:47:14.345 INFO O| Aug 19 15:47:14.345 INFO STEP 952 (remove_files) COMPLETE
67412024-08-19T15:47:15.677Z[ recovery-image] Aug 19 15:47:14.346 INFO O| Aug 19 15:47:14.345 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-19T15:47:15.685Z[ recovery-image] Aug 19 15:47:14.355 INFO O| Aug 19 15:47:14.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67432024-08-19T15:47:15.685Z[ recovery-image] Aug 19 15:47:14.355 INFO O| Aug 19 15:47:14.355 INFO STEP 953 (remove_files) COMPLETE
67442024-08-19T15:47:15.685Z[ recovery-image] Aug 19 15:47:14.355 INFO O| Aug 19 15:47:14.355 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-19T15:47:15.694Z[ recovery-image] Aug 19 15:47:14.364 INFO O| Aug 19 15:47:14.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67462024-08-19T15:47:15.694Z[ recovery-image] Aug 19 15:47:14.364 INFO O| Aug 19 15:47:14.364 INFO STEP 954 (remove_files) COMPLETE
67472024-08-19T15:47:15.694Z[ recovery-image] Aug 19 15:47:14.364 INFO O| Aug 19 15:47:14.364 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-19T15:47:15.702Z[ recovery-image] Aug 19 15:47:14.373 INFO O| Aug 19 15:47:14.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67492024-08-19T15:47:15.705Z[ recovery-image] Aug 19 15:47:14.373 INFO O| Aug 19 15:47:14.373 INFO STEP 955 (remove_files) COMPLETE
67502024-08-19T15:47:15.705Z[ recovery-image] Aug 19 15:47:14.374 INFO O| Aug 19 15:47:14.373 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-19T15:47:15.712Z[ recovery-image] Aug 19 15:47:14.383 INFO O| Aug 19 15:47:14.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67522024-08-19T15:47:15.714Z[ recovery-image] Aug 19 15:47:14.383 INFO O| Aug 19 15:47:14.383 INFO STEP 956 (remove_files) COMPLETE
67532024-08-19T15:47:15.714Z[ recovery-image] Aug 19 15:47:14.383 INFO O| Aug 19 15:47:14.383 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-19T15:47:15.721Z[ recovery-image] Aug 19 15:47:14.392 INFO O| Aug 19 15:47:14.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67552024-08-19T15:47:15.721Z[ recovery-image] Aug 19 15:47:14.392 INFO O| Aug 19 15:47:14.392 INFO STEP 957 (remove_files) COMPLETE
67562024-08-19T15:47:15.721Z[ recovery-image] Aug 19 15:47:14.392 INFO O| Aug 19 15:47:14.392 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-19T15:47:15.730Z[ recovery-image] Aug 19 15:47:14.401 INFO O| Aug 19 15:47:14.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67582024-08-19T15:47:15.730Z[ recovery-image] Aug 19 15:47:14.401 INFO O| Aug 19 15:47:14.401 INFO STEP 958 (remove_files) COMPLETE
67592024-08-19T15:47:15.732Z[ recovery-image] Aug 19 15:47:14.401 INFO O| Aug 19 15:47:14.401 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-19T15:47:15.739Z[ recovery-image] Aug 19 15:47:14.410 INFO O| Aug 19 15:47:14.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67612024-08-19T15:47:15.741Z[ recovery-image] Aug 19 15:47:14.410 INFO O| Aug 19 15:47:14.410 INFO STEP 959 (remove_files) COMPLETE
67622024-08-19T15:47:15.742Z[ recovery-image] Aug 19 15:47:14.410 INFO O| Aug 19 15:47:14.410 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-19T15:47:15.748Z[ recovery-image] Aug 19 15:47:14.419 INFO O| Aug 19 15:47:14.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67642024-08-19T15:47:15.748Z[ recovery-image] Aug 19 15:47:14.419 INFO O| Aug 19 15:47:14.419 INFO STEP 960 (remove_files) COMPLETE
67652024-08-19T15:47:15.751Z[ recovery-image] Aug 19 15:47:14.419 INFO O| Aug 19 15:47:14.419 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-19T15:47:15.757Z[ recovery-image] Aug 19 15:47:14.428 INFO O| Aug 19 15:47:14.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67672024-08-19T15:47:15.757Z[ recovery-image] Aug 19 15:47:14.428 INFO O| Aug 19 15:47:14.428 INFO STEP 961 (remove_files) COMPLETE
67682024-08-19T15:47:15.760Z[ recovery-image] Aug 19 15:47:14.428 INFO O| Aug 19 15:47:14.428 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-19T15:47:15.766Z[ recovery-image] Aug 19 15:47:14.437 INFO O| Aug 19 15:47:14.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67702024-08-19T15:47:15.766Z[ recovery-image] Aug 19 15:47:14.437 INFO O| Aug 19 15:47:14.437 INFO STEP 962 (remove_files) COMPLETE
67712024-08-19T15:47:15.769Z[ recovery-image] Aug 19 15:47:14.437 INFO O| Aug 19 15:47:14.437 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-19T15:47:15.775Z[ recovery-image] Aug 19 15:47:14.446 INFO O| Aug 19 15:47:14.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67732024-08-19T15:47:15.778Z[ recovery-image] Aug 19 15:47:14.446 INFO O| Aug 19 15:47:14.446 INFO STEP 963 (remove_files) COMPLETE
67742024-08-19T15:47:15.778Z[ recovery-image] Aug 19 15:47:14.446 INFO O| Aug 19 15:47:14.446 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-19T15:47:15.784Z[ recovery-image] Aug 19 15:47:14.455 INFO O| Aug 19 15:47:14.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67762024-08-19T15:47:15.787Z[ recovery-image] Aug 19 15:47:14.456 INFO O| Aug 19 15:47:14.456 INFO STEP 964 (remove_files) COMPLETE
67772024-08-19T15:47:15.787Z[ recovery-image] Aug 19 15:47:14.456 INFO O| Aug 19 15:47:14.456 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-19T15:47:15.794Z[ recovery-image] Aug 19 15:47:14.465 INFO O| Aug 19 15:47:14.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67792024-08-19T15:47:15.794Z[ recovery-image] Aug 19 15:47:14.465 INFO O| Aug 19 15:47:14.465 INFO STEP 965 (remove_files) COMPLETE
67802024-08-19T15:47:15.796Z[ recovery-image] Aug 19 15:47:14.465 INFO O| Aug 19 15:47:14.465 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-19T15:47:15.803Z[ recovery-image] Aug 19 15:47:14.474 INFO O| Aug 19 15:47:14.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67822024-08-19T15:47:15.803Z[ recovery-image] Aug 19 15:47:14.474 INFO O| Aug 19 15:47:14.474 INFO STEP 966 (remove_files) COMPLETE
67832024-08-19T15:47:15.805Z[ recovery-image] Aug 19 15:47:14.474 INFO O| Aug 19 15:47:14.474 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-19T15:47:15.812Z[ recovery-image] Aug 19 15:47:14.483 INFO O| Aug 19 15:47:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67852024-08-19T15:47:15.815Z[ recovery-image] Aug 19 15:47:14.483 INFO O| Aug 19 15:47:14.483 INFO STEP 967 (remove_files) COMPLETE
67862024-08-19T15:47:15.815Z[ recovery-image] Aug 19 15:47:14.483 INFO O| Aug 19 15:47:14.483 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-19T15:47:15.822Z[ recovery-image] Aug 19 15:47:14.492 INFO O| Aug 19 15:47:14.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67882024-08-19T15:47:15.824Z[ recovery-image] Aug 19 15:47:14.493 INFO O| Aug 19 15:47:14.492 INFO STEP 968 (remove_files) COMPLETE
67892024-08-19T15:47:15.824Z[ recovery-image] Aug 19 15:47:14.493 INFO O| Aug 19 15:47:14.492 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-19T15:47:15.831Z[ recovery-image] Aug 19 15:47:14.502 INFO O| Aug 19 15:47:14.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67912024-08-19T15:47:15.831Z[ recovery-image] Aug 19 15:47:14.502 INFO O| Aug 19 15:47:14.502 INFO STEP 969 (remove_files) COMPLETE
67922024-08-19T15:47:15.833Z[ recovery-image] Aug 19 15:47:14.502 INFO O| Aug 19 15:47:14.502 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-19T15:47:15.840Z[ recovery-image] Aug 19 15:47:14.511 INFO O| Aug 19 15:47:14.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67942024-08-19T15:47:15.840Z[ recovery-image] Aug 19 15:47:14.511 INFO O| Aug 19 15:47:14.511 INFO STEP 970 (remove_files) COMPLETE
67952024-08-19T15:47:15.843Z[ recovery-image] Aug 19 15:47:14.511 INFO O| Aug 19 15:47:14.511 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-19T15:47:15.849Z[ recovery-image] Aug 19 15:47:14.520 INFO O| Aug 19 15:47:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67972024-08-19T15:47:15.849Z[ recovery-image] Aug 19 15:47:14.520 INFO O| Aug 19 15:47:14.520 INFO STEP 971 (remove_files) COMPLETE
67982024-08-19T15:47:15.852Z[ recovery-image] Aug 19 15:47:14.520 INFO O| Aug 19 15:47:14.520 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-19T15:47:15.859Z[ recovery-image] Aug 19 15:47:14.529 INFO O| Aug 19 15:47:14.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68002024-08-19T15:47:15.859Z[ recovery-image] Aug 19 15:47:14.529 INFO O| Aug 19 15:47:14.529 INFO STEP 972 (remove_files) COMPLETE
68012024-08-19T15:47:15.859Z[ recovery-image] Aug 19 15:47:14.530 INFO O| Aug 19 15:47:14.529 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-19T15:47:15.868Z[ recovery-image] Aug 19 15:47:14.539 INFO O| Aug 19 15:47:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68032024-08-19T15:47:15.870Z[ recovery-image] Aug 19 15:47:14.539 INFO O| Aug 19 15:47:14.539 INFO STEP 973 (remove_files) COMPLETE
68042024-08-19T15:47:15.870Z[ recovery-image] Aug 19 15:47:14.539 INFO O| Aug 19 15:47:14.539 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-19T15:47:15.877Z[ recovery-image] Aug 19 15:47:14.548 INFO O| Aug 19 15:47:14.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68062024-08-19T15:47:15.879Z[ recovery-image] Aug 19 15:47:14.549 INFO O| Aug 19 15:47:14.549 INFO STEP 974 (remove_files) COMPLETE
68072024-08-19T15:47:15.879Z[ recovery-image] Aug 19 15:47:14.549 INFO O| Aug 19 15:47:14.549 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-19T15:47:15.887Z[ recovery-image] Aug 19 15:47:14.558 INFO O| Aug 19 15:47:14.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68092024-08-19T15:47:15.887Z[ recovery-image] Aug 19 15:47:14.558 INFO O| Aug 19 15:47:14.558 INFO STEP 975 (remove_files) COMPLETE
68102024-08-19T15:47:15.889Z[ recovery-image] Aug 19 15:47:14.558 INFO O| Aug 19 15:47:14.558 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-19T15:47:15.896Z[ recovery-image] Aug 19 15:47:14.567 INFO O| Aug 19 15:47:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68122024-08-19T15:47:15.896Z[ recovery-image] Aug 19 15:47:14.567 INFO O| Aug 19 15:47:14.567 INFO STEP 976 (remove_files) COMPLETE
68132024-08-19T15:47:15.896Z[ recovery-image] Aug 19 15:47:14.567 INFO O| Aug 19 15:47:14.567 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-19T15:47:15.905Z[ recovery-image] Aug 19 15:47:14.576 INFO O| Aug 19 15:47:14.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68152024-08-19T15:47:15.905Z[ recovery-image] Aug 19 15:47:14.576 INFO O| Aug 19 15:47:14.576 INFO STEP 977 (remove_files) COMPLETE
68162024-08-19T15:47:15.906Z[ recovery-image] Aug 19 15:47:14.576 INFO O| Aug 19 15:47:14.576 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-19T15:47:15.915Z[ recovery-image] Aug 19 15:47:14.586 INFO O| Aug 19 15:47:14.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68182024-08-19T15:47:15.915Z[ recovery-image] Aug 19 15:47:14.586 INFO O| Aug 19 15:47:14.586 INFO STEP 978 (remove_files) COMPLETE
68192024-08-19T15:47:15.915Z[ recovery-image] Aug 19 15:47:14.586 INFO O| Aug 19 15:47:14.586 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-19T15:47:15.924Z[ recovery-image] Aug 19 15:47:14.595 INFO O| Aug 19 15:47:14.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68212024-08-19T15:47:15.926Z[ recovery-image] Aug 19 15:47:14.595 INFO O| Aug 19 15:47:14.595 INFO STEP 979 (remove_files) COMPLETE
68222024-08-19T15:47:15.926Z[ recovery-image] Aug 19 15:47:14.595 INFO O| Aug 19 15:47:14.595 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-19T15:47:15.933Z[ recovery-image] Aug 19 15:47:14.604 INFO O| Aug 19 15:47:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68242024-08-19T15:47:15.933Z[ recovery-image] Aug 19 15:47:14.604 INFO O| Aug 19 15:47:14.604 INFO STEP 980 (remove_files) COMPLETE
68252024-08-19T15:47:15.933Z[ recovery-image] Aug 19 15:47:14.604 INFO O| Aug 19 15:47:14.604 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-19T15:47:15.943Z[ recovery-image] Aug 19 15:47:14.613 INFO O| Aug 19 15:47:14.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68272024-08-19T15:47:15.943Z[ recovery-image] Aug 19 15:47:14.613 INFO O| Aug 19 15:47:14.613 INFO STEP 981 (remove_files) COMPLETE
68282024-08-19T15:47:15.943Z[ recovery-image] Aug 19 15:47:14.613 INFO O| Aug 19 15:47:14.613 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-19T15:47:15.952Z[ recovery-image] Aug 19 15:47:14.623 INFO O| Aug 19 15:47:14.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68302024-08-19T15:47:15.955Z[ recovery-image] Aug 19 15:47:14.623 INFO O| Aug 19 15:47:14.623 INFO STEP 982 (remove_files) COMPLETE
68312024-08-19T15:47:15.955Z[ recovery-image] Aug 19 15:47:14.623 INFO O| Aug 19 15:47:14.623 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-19T15:47:15.962Z[ recovery-image] Aug 19 15:47:14.633 INFO O| Aug 19 15:47:14.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68332024-08-19T15:47:15.964Z[ recovery-image] Aug 19 15:47:14.633 INFO O| Aug 19 15:47:14.633 INFO STEP 983 (remove_files) COMPLETE
68342024-08-19T15:47:15.964Z[ recovery-image] Aug 19 15:47:14.633 INFO O| Aug 19 15:47:14.633 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-19T15:47:15.972Z[ recovery-image] Aug 19 15:47:14.642 INFO O| Aug 19 15:47:14.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68362024-08-19T15:47:15.972Z[ recovery-image] Aug 19 15:47:14.643 INFO O| Aug 19 15:47:14.643 INFO STEP 984 (remove_files) COMPLETE
68372024-08-19T15:47:15.972Z[ recovery-image] Aug 19 15:47:14.643 INFO O| Aug 19 15:47:14.643 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-19T15:47:15.981Z[ recovery-image] Aug 19 15:47:14.652 INFO O| Aug 19 15:47:14.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68392024-08-19T15:47:15.981Z[ recovery-image] Aug 19 15:47:14.652 INFO O| Aug 19 15:47:14.652 INFO STEP 985 (remove_files) COMPLETE
68402024-08-19T15:47:15.981Z[ recovery-image] Aug 19 15:47:14.652 INFO O| Aug 19 15:47:14.652 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-19T15:47:15.990Z[ recovery-image] Aug 19 15:47:14.661 INFO O| Aug 19 15:47:14.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68422024-08-19T15:47:15.990Z[ recovery-image] Aug 19 15:47:14.661 INFO O| Aug 19 15:47:14.661 INFO STEP 986 (remove_files) COMPLETE
68432024-08-19T15:47:15.993Z[ recovery-image] Aug 19 15:47:14.661 INFO O| Aug 19 15:47:14.661 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-19T15:47:16.000Z[ recovery-image] Aug 19 15:47:14.671 INFO O| Aug 19 15:47:14.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68452024-08-19T15:47:16.000Z[ recovery-image] Aug 19 15:47:14.671 INFO O| Aug 19 15:47:14.671 INFO STEP 987 (remove_files) COMPLETE
68462024-08-19T15:47:16.002Z[ recovery-image] Aug 19 15:47:14.671 INFO O| Aug 19 15:47:14.671 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-19T15:47:16.009Z[ recovery-image] Aug 19 15:47:14.680 INFO O| Aug 19 15:47:14.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68482024-08-19T15:47:16.009Z[ recovery-image] Aug 19 15:47:14.680 INFO O| Aug 19 15:47:14.680 INFO STEP 988 (remove_files) COMPLETE
68492024-08-19T15:47:16.009Z[ recovery-image] Aug 19 15:47:14.680 INFO O| Aug 19 15:47:14.680 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-19T15:47:16.019Z[ recovery-image] Aug 19 15:47:14.689 INFO O| Aug 19 15:47:14.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68512024-08-19T15:47:16.023Z[ recovery-image] Aug 19 15:47:14.690 INFO O| Aug 19 15:47:14.689 INFO STEP 989 (remove_files) COMPLETE
68522024-08-19T15:47:16.024Z[ recovery-image] Aug 19 15:47:14.690 INFO O| Aug 19 15:47:14.690 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-19T15:47:16.026Z[ host-image] Aug 19 15:47:14.696 INFO O| Aug 19 15:47:14.696 INFO O| Done
68542024-08-19T15:47:16.028Z[ recovery-image] Aug 19 15:47:14.699 INFO O| Aug 19 15:47:14.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68552024-08-19T15:47:16.028Z[ recovery-image] Aug 19 15:47:14.699 INFO O| Aug 19 15:47:14.699 INFO STEP 990 (remove_files) COMPLETE
68562024-08-19T15:47:16.028Z[ recovery-image] Aug 19 15:47:14.699 INFO O| Aug 19 15:47:14.699 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-08-19T15:47:16.037Z[ recovery-image] Aug 19 15:47:14.708 INFO O| Aug 19 15:47:14.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68582024-08-19T15:47:16.038Z[ recovery-image] Aug 19 15:47:14.708 INFO O| Aug 19 15:47:14.708 INFO STEP 991 (remove_files) COMPLETE
68592024-08-19T15:47:16.040Z[ recovery-image] Aug 19 15:47:14.708 INFO O| Aug 19 15:47:14.708 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-08-19T15:47:16.047Z[ recovery-image] Aug 19 15:47:14.718 INFO O| Aug 19 15:47:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68612024-08-19T15:47:16.047Z[ recovery-image] Aug 19 15:47:14.718 INFO O| Aug 19 15:47:14.718 INFO STEP 992 (remove_files) COMPLETE
68622024-08-19T15:47:16.047Z[ recovery-image] Aug 19 15:47:14.718 INFO O| Aug 19 15:47:14.718 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-08-19T15:47:16.057Z[ recovery-image] Aug 19 15:47:14.728 INFO O| Aug 19 15:47:14.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68642024-08-19T15:47:16.057Z[ recovery-image] Aug 19 15:47:14.728 INFO O| Aug 19 15:47:14.728 INFO STEP 993 (remove_files) COMPLETE
68652024-08-19T15:47:16.059Z[ recovery-image] Aug 19 15:47:14.728 INFO O| Aug 19 15:47:14.728 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-19T15:47:16.067Z[ recovery-image] Aug 19 15:47:14.738 INFO O| Aug 19 15:47:14.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68672024-08-19T15:47:16.067Z[ recovery-image] Aug 19 15:47:14.738 INFO O| Aug 19 15:47:14.738 INFO STEP 994 (remove_files) COMPLETE
68682024-08-19T15:47:16.069Z[ recovery-image] Aug 19 15:47:14.738 INFO O| Aug 19 15:47:14.738 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-19T15:47:16.077Z[ recovery-image] Aug 19 15:47:14.748 INFO O| Aug 19 15:47:14.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68702024-08-19T15:47:16.080Z[ recovery-image] Aug 19 15:47:14.748 INFO O| Aug 19 15:47:14.748 INFO STEP 995 (remove_files) COMPLETE
68712024-08-19T15:47:16.081Z[ recovery-image] Aug 19 15:47:14.748 INFO O| Aug 19 15:47:14.748 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-19T15:47:16.087Z[ recovery-image] Aug 19 15:47:14.758 INFO O| Aug 19 15:47:14.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68732024-08-19T15:47:16.087Z[ recovery-image] Aug 19 15:47:14.758 INFO O| Aug 19 15:47:14.758 INFO STEP 996 (remove_files) COMPLETE
68742024-08-19T15:47:16.087Z[ recovery-image] Aug 19 15:47:14.758 INFO O| Aug 19 15:47:14.758 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-19T15:47:16.097Z[ recovery-image] Aug 19 15:47:14.767 INFO O| Aug 19 15:47:14.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68762024-08-19T15:47:16.099Z[ recovery-image] Aug 19 15:47:14.768 INFO O| Aug 19 15:47:14.767 INFO STEP 997 (remove_files) COMPLETE
68772024-08-19T15:47:16.099Z[ recovery-image] Aug 19 15:47:14.768 INFO O| Aug 19 15:47:14.767 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-19T15:47:16.106Z[ recovery-image] Aug 19 15:47:14.777 INFO O| Aug 19 15:47:14.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68792024-08-19T15:47:16.106Z[ recovery-image] Aug 19 15:47:14.777 INFO O| Aug 19 15:47:14.777 INFO STEP 998 (remove_files) COMPLETE
68802024-08-19T15:47:16.108Z[ recovery-image] Aug 19 15:47:14.777 INFO O| Aug 19 15:47:14.777 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-19T15:47:16.116Z[ recovery-image] Aug 19 15:47:14.787 INFO O| Aug 19 15:47:14.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68822024-08-19T15:47:16.116Z[ recovery-image] Aug 19 15:47:14.787 INFO O| Aug 19 15:47:14.787 INFO STEP 999 (remove_files) COMPLETE
68832024-08-19T15:47:16.116Z[ recovery-image] Aug 19 15:47:14.787 INFO O| Aug 19 15:47:14.787 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-19T15:47:16.128Z[ recovery-image] Aug 19 15:47:14.799 INFO O| Aug 19 15:47:14.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68852024-08-19T15:47:16.128Z[ recovery-image] Aug 19 15:47:14.799 INFO O| Aug 19 15:47:14.799 INFO STEP 1000 (remove_files) COMPLETE
68862024-08-19T15:47:16.128Z[ recovery-image] Aug 19 15:47:14.799 INFO O| Aug 19 15:47:14.799 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-19T15:47:16.139Z[ recovery-image] Aug 19 15:47:14.809 INFO O| Aug 19 15:47:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68882024-08-19T15:47:16.139Z[ recovery-image] Aug 19 15:47:14.810 INFO O| Aug 19 15:47:14.809 INFO STEP 1001 (remove_files) COMPLETE
68892024-08-19T15:47:16.141Z[ recovery-image] Aug 19 15:47:14.810 INFO O| Aug 19 15:47:14.810 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-19T15:47:16.148Z[ recovery-image] Aug 19 15:47:14.819 INFO O| Aug 19 15:47:14.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68912024-08-19T15:47:16.148Z[ recovery-image] Aug 19 15:47:14.819 INFO O| Aug 19 15:47:14.819 INFO STEP 1002 (remove_files) COMPLETE
68922024-08-19T15:47:16.148Z[ recovery-image] Aug 19 15:47:14.819 INFO O| Aug 19 15:47:14.819 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-19T15:47:16.159Z[ recovery-image] Aug 19 15:47:14.830 INFO O| Aug 19 15:47:14.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68942024-08-19T15:47:16.162Z[ recovery-image] Aug 19 15:47:14.830 INFO O| Aug 19 15:47:14.830 INFO STEP 1003 (remove_files) COMPLETE
68952024-08-19T15:47:16.162Z[ recovery-image] Aug 19 15:47:14.830 INFO O| Aug 19 15:47:14.830 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-19T15:47:16.171Z[ recovery-image] Aug 19 15:47:14.842 INFO O| Aug 19 15:47:14.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68972024-08-19T15:47:16.171Z[ recovery-image] Aug 19 15:47:14.842 INFO O| Aug 19 15:47:14.842 INFO STEP 1004 (remove_files) COMPLETE
68982024-08-19T15:47:16.171Z[ recovery-image] Aug 19 15:47:14.842 INFO O| Aug 19 15:47:14.842 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-19T15:47:16.181Z[ recovery-image] Aug 19 15:47:14.852 INFO O| Aug 19 15:47:14.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69002024-08-19T15:47:16.181Z[ recovery-image] Aug 19 15:47:14.852 INFO O| Aug 19 15:47:14.852 INFO STEP 1005 (remove_files) COMPLETE
69012024-08-19T15:47:16.181Z[ recovery-image] Aug 19 15:47:14.852 INFO O| Aug 19 15:47:14.852 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-19T15:47:16.192Z[ recovery-image] Aug 19 15:47:14.863 INFO O| Aug 19 15:47:14.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69032024-08-19T15:47:16.192Z[ recovery-image] Aug 19 15:47:14.863 INFO O| Aug 19 15:47:14.863 INFO STEP 1006 (remove_files) COMPLETE
69042024-08-19T15:47:16.194Z[ recovery-image] Aug 19 15:47:14.863 INFO O| Aug 19 15:47:14.863 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-19T15:47:16.202Z[ recovery-image] Aug 19 15:47:14.873 INFO O| Aug 19 15:47:14.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69062024-08-19T15:47:16.205Z[ recovery-image] Aug 19 15:47:14.873 INFO O| Aug 19 15:47:14.873 INFO STEP 1007 (remove_files) COMPLETE
69072024-08-19T15:47:16.205Z[ recovery-image] Aug 19 15:47:14.873 INFO O| Aug 19 15:47:14.873 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-19T15:47:16.218Z[ recovery-image] Aug 19 15:47:14.889 INFO O| Aug 19 15:47:14.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69092024-08-19T15:47:16.221Z[ recovery-image] Aug 19 15:47:14.890 INFO O| Aug 19 15:47:14.890 INFO STEP 1008 (remove_files) COMPLETE
69102024-08-19T15:47:16.221Z[ recovery-image] Aug 19 15:47:14.890 INFO O| Aug 19 15:47:14.890 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-19T15:47:16.246Z[ recovery-image] Aug 19 15:47:14.917 INFO O| Aug 19 15:47:14.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69122024-08-19T15:47:16.246Z[ recovery-image] Aug 19 15:47:14.917 INFO O| Aug 19 15:47:14.917 INFO STEP 1009 (remove_files) COMPLETE
69132024-08-19T15:47:16.246Z[ recovery-image] Aug 19 15:47:14.917 INFO O| Aug 19 15:47:14.917 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-19T15:47:16.257Z[ host-image] Aug 19 15:47:14.927 INFO O| Aug 19 15:47:14.927 INFO STEP 11 (pkg_install) COMPLETE
69152024-08-19T15:47:16.257Z[ host-image] Aug 19 15:47:14.927 INFO O| Aug 19 15:47:14.927 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69162024-08-19T15:47:16.259Z[ recovery-image] Aug 19 15:47:14.928 INFO O| Aug 19 15:47:14.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69172024-08-19T15:47:16.259Z[ recovery-image] Aug 19 15:47:14.928 INFO O| Aug 19 15:47:14.928 INFO STEP 1010 (remove_files) COMPLETE
69182024-08-19T15:47:16.259Z[ recovery-image] Aug 19 15:47:14.928 INFO O| Aug 19 15:47:14.928 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-19T15:47:16.268Z[ host-image] Aug 19 15:47:14.939 INFO O| Aug 19 15:47:14.938 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
69202024-08-19T15:47:16.270Z[ recovery-image] Aug 19 15:47:14.939 INFO O| Aug 19 15:47:14.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69212024-08-19T15:47:16.270Z[ recovery-image] Aug 19 15:47:14.939 INFO O| Aug 19 15:47:14.939 INFO STEP 1011 (remove_files) COMPLETE
69222024-08-19T15:47:16.270Z[ recovery-image] Aug 19 15:47:14.939 INFO O| Aug 19 15:47:14.939 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-19T15:47:16.280Z[ recovery-image] Aug 19 15:47:14.950 INFO O| Aug 19 15:47:14.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69242024-08-19T15:47:16.280Z[ recovery-image] Aug 19 15:47:14.950 INFO O| Aug 19 15:47:14.950 INFO STEP 1012 (remove_files) COMPLETE
69252024-08-19T15:47:16.282Z[ recovery-image] Aug 19 15:47:14.950 INFO O| Aug 19 15:47:14.950 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-19T15:47:16.290Z[ recovery-image] Aug 19 15:47:14.960 INFO O| Aug 19 15:47:14.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69272024-08-19T15:47:16.290Z[ recovery-image] Aug 19 15:47:14.961 INFO O| Aug 19 15:47:14.961 INFO STEP 1013 (remove_files) COMPLETE
69282024-08-19T15:47:16.292Z[ recovery-image] Aug 19 15:47:14.961 INFO O| Aug 19 15:47:14.961 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-19T15:47:16.301Z[ recovery-image] Aug 19 15:47:14.971 INFO O| Aug 19 15:47:14.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69302024-08-19T15:47:16.303Z[ recovery-image] Aug 19 15:47:14.972 INFO O| Aug 19 15:47:14.971 INFO STEP 1014 (remove_files) COMPLETE
69312024-08-19T15:47:16.303Z[ recovery-image] Aug 19 15:47:14.972 INFO O| Aug 19 15:47:14.972 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-19T15:47:16.312Z[ recovery-image] Aug 19 15:47:14.983 INFO O| Aug 19 15:47:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69332024-08-19T15:47:16.312Z[ recovery-image] Aug 19 15:47:14.983 INFO O| Aug 19 15:47:14.983 INFO STEP 1015 (remove_files) COMPLETE
69342024-08-19T15:47:16.315Z[ recovery-image] Aug 19 15:47:14.983 INFO O| Aug 19 15:47:14.983 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-19T15:47:16.324Z[ recovery-image] Aug 19 15:47:14.994 INFO O| Aug 19 15:47:14.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69362024-08-19T15:47:16.324Z[ recovery-image] Aug 19 15:47:14.994 INFO O| Aug 19 15:47:14.994 INFO STEP 1016 (remove_files) COMPLETE
69372024-08-19T15:47:16.324Z[ recovery-image] Aug 19 15:47:14.994 INFO O| Aug 19 15:47:14.994 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-19T15:47:16.335Z[ recovery-image] Aug 19 15:47:15.005 INFO O| Aug 19 15:47:15.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69392024-08-19T15:47:16.335Z[ recovery-image] Aug 19 15:47:15.005 INFO O| Aug 19 15:47:15.005 INFO STEP 1017 (remove_files) COMPLETE
69402024-08-19T15:47:16.338Z[ recovery-image] Aug 19 15:47:15.005 INFO O| Aug 19 15:47:15.005 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-19T15:47:16.345Z[ recovery-image] Aug 19 15:47:15.015 INFO O| Aug 19 15:47:15.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69422024-08-19T15:47:16.347Z[ recovery-image] Aug 19 15:47:15.016 INFO O| Aug 19 15:47:15.016 INFO STEP 1018 (remove_files) COMPLETE
69432024-08-19T15:47:16.347Z[ recovery-image] Aug 19 15:47:15.016 INFO O| Aug 19 15:47:15.016 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-19T15:47:16.354Z[ recovery-image] Aug 19 15:47:15.025 INFO O| Aug 19 15:47:15.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69452024-08-19T15:47:16.354Z[ recovery-image] Aug 19 15:47:15.025 INFO O| Aug 19 15:47:15.025 INFO STEP 1019 (remove_files) COMPLETE
69462024-08-19T15:47:16.355Z[ recovery-image] Aug 19 15:47:15.025 INFO O| Aug 19 15:47:15.025 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-19T15:47:16.366Z[ recovery-image] Aug 19 15:47:15.037 INFO O| Aug 19 15:47:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69482024-08-19T15:47:16.366Z[ recovery-image] Aug 19 15:47:15.037 INFO O| Aug 19 15:47:15.037 INFO STEP 1020 (remove_files) COMPLETE
69492024-08-19T15:47:16.368Z[ recovery-image] Aug 19 15:47:15.037 INFO O| Aug 19 15:47:15.037 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-19T15:47:16.376Z[ recovery-image] Aug 19 15:47:15.047 INFO O| Aug 19 15:47:15.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69512024-08-19T15:47:16.379Z[ recovery-image] Aug 19 15:47:15.047 INFO O| Aug 19 15:47:15.047 INFO STEP 1021 (remove_files) COMPLETE
69522024-08-19T15:47:16.379Z[ recovery-image] Aug 19 15:47:15.047 INFO O| Aug 19 15:47:15.047 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-08-19T15:47:16.386Z[ recovery-image] Aug 19 15:47:15.057 INFO O| Aug 19 15:47:15.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69542024-08-19T15:47:16.386Z[ recovery-image] Aug 19 15:47:15.057 INFO O| Aug 19 15:47:15.057 INFO STEP 1022 (remove_files) COMPLETE
69552024-08-19T15:47:16.386Z[ recovery-image] Aug 19 15:47:15.057 INFO O| Aug 19 15:47:15.057 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-08-19T15:47:16.396Z[ recovery-image] Aug 19 15:47:15.067 INFO O| Aug 19 15:47:15.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69572024-08-19T15:47:16.396Z[ recovery-image] Aug 19 15:47:15.067 INFO O| Aug 19 15:47:15.067 INFO STEP 1023 (remove_files) COMPLETE
69582024-08-19T15:47:16.396Z[ recovery-image] Aug 19 15:47:15.067 INFO O| Aug 19 15:47:15.067 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-19T15:47:16.405Z[ recovery-image] Aug 19 15:47:15.076 INFO O| Aug 19 15:47:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69602024-08-19T15:47:16.405Z[ recovery-image] Aug 19 15:47:15.076 INFO O| Aug 19 15:47:15.076 INFO STEP 1024 (remove_files) COMPLETE
69612024-08-19T15:47:16.408Z[ recovery-image] Aug 19 15:47:15.076 INFO O| Aug 19 15:47:15.076 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-19T15:47:16.415Z[ recovery-image] Aug 19 15:47:15.086 INFO O| Aug 19 15:47:15.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69632024-08-19T15:47:16.417Z[ recovery-image] Aug 19 15:47:15.086 INFO O| Aug 19 15:47:15.086 INFO STEP 1025 (remove_files) COMPLETE
69642024-08-19T15:47:16.417Z[ recovery-image] Aug 19 15:47:15.086 INFO O| Aug 19 15:47:15.086 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-19T15:47:16.425Z[ recovery-image] Aug 19 15:47:15.096 INFO O| Aug 19 15:47:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69662024-08-19T15:47:16.425Z[ recovery-image] Aug 19 15:47:15.096 INFO O| Aug 19 15:47:15.096 INFO STEP 1026 (remove_files) COMPLETE
69672024-08-19T15:47:16.427Z[ recovery-image] Aug 19 15:47:15.096 INFO O| Aug 19 15:47:15.096 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-19T15:47:16.434Z[ recovery-image] Aug 19 15:47:15.105 INFO O| Aug 19 15:47:15.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69692024-08-19T15:47:16.434Z[ recovery-image] Aug 19 15:47:15.105 INFO O| Aug 19 15:47:15.105 INFO STEP 1027 (remove_files) COMPLETE
69702024-08-19T15:47:16.437Z[ recovery-image] Aug 19 15:47:15.105 INFO O| Aug 19 15:47:15.105 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-19T15:47:16.444Z[ recovery-image] Aug 19 15:47:15.115 INFO O| Aug 19 15:47:15.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69722024-08-19T15:47:16.444Z[ recovery-image] Aug 19 15:47:15.115 INFO O| Aug 19 15:47:15.115 INFO STEP 1028 (remove_files) COMPLETE
69732024-08-19T15:47:16.447Z[ recovery-image] Aug 19 15:47:15.115 INFO O| Aug 19 15:47:15.115 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-19T15:47:16.454Z[ recovery-image] Aug 19 15:47:15.124 INFO O| Aug 19 15:47:15.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69752024-08-19T15:47:16.454Z[ recovery-image] Aug 19 15:47:15.124 INFO O| Aug 19 15:47:15.124 INFO STEP 1029 (remove_files) COMPLETE
69762024-08-19T15:47:16.456Z[ recovery-image] Aug 19 15:47:15.124 INFO O| Aug 19 15:47:15.124 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-19T15:47:16.463Z[ recovery-image] Aug 19 15:47:15.134 INFO O| Aug 19 15:47:15.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69782024-08-19T15:47:16.463Z[ recovery-image] Aug 19 15:47:15.134 INFO O| Aug 19 15:47:15.134 INFO STEP 1030 (remove_files) COMPLETE
69792024-08-19T15:47:16.463Z[ recovery-image] Aug 19 15:47:15.134 INFO O| Aug 19 15:47:15.134 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-19T15:47:16.473Z[ recovery-image] Aug 19 15:47:15.143 INFO O| Aug 19 15:47:15.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69812024-08-19T15:47:16.473Z[ recovery-image] Aug 19 15:47:15.144 INFO O| Aug 19 15:47:15.144 INFO STEP 1031 (remove_files) COMPLETE
69822024-08-19T15:47:16.473Z[ recovery-image] Aug 19 15:47:15.144 INFO O| Aug 19 15:47:15.144 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-19T15:47:16.482Z[ recovery-image] Aug 19 15:47:15.153 INFO O| Aug 19 15:47:15.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69842024-08-19T15:47:16.482Z[ recovery-image] Aug 19 15:47:15.153 INFO O| Aug 19 15:47:15.153 INFO STEP 1032 (remove_files) COMPLETE
69852024-08-19T15:47:16.485Z[ recovery-image] Aug 19 15:47:15.153 INFO O| Aug 19 15:47:15.153 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-19T15:47:16.492Z[ recovery-image] Aug 19 15:47:15.162 INFO O| Aug 19 15:47:15.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69872024-08-19T15:47:16.492Z[ recovery-image] Aug 19 15:47:15.162 INFO O| Aug 19 15:47:15.162 INFO STEP 1033 (remove_files) COMPLETE
69882024-08-19T15:47:16.494Z[ recovery-image] Aug 19 15:47:15.162 INFO O| Aug 19 15:47:15.162 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-19T15:47:16.501Z[ recovery-image] Aug 19 15:47:15.172 INFO O| Aug 19 15:47:15.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69902024-08-19T15:47:16.504Z[ recovery-image] Aug 19 15:47:15.173 INFO O| Aug 19 15:47:15.173 INFO STEP 1034 (remove_files) COMPLETE
69912024-08-19T15:47:16.504Z[ recovery-image] Aug 19 15:47:15.173 INFO O| Aug 19 15:47:15.173 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-19T15:47:16.512Z[ recovery-image] Aug 19 15:47:15.183 INFO O| Aug 19 15:47:15.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69932024-08-19T15:47:16.512Z[ recovery-image] Aug 19 15:47:15.183 INFO O| Aug 19 15:47:15.183 INFO STEP 1035 (remove_files) COMPLETE
69942024-08-19T15:47:16.512Z[ recovery-image] Aug 19 15:47:15.183 INFO O| Aug 19 15:47:15.183 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-19T15:47:16.523Z[ recovery-image] Aug 19 15:47:15.193 INFO O| Aug 19 15:47:15.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69962024-08-19T15:47:16.523Z[ recovery-image] Aug 19 15:47:15.193 INFO O| Aug 19 15:47:15.193 INFO STEP 1036 (remove_files) COMPLETE
69972024-08-19T15:47:16.525Z[ recovery-image] Aug 19 15:47:15.193 INFO O| Aug 19 15:47:15.193 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-19T15:47:16.536Z[ recovery-image] Aug 19 15:47:15.207 INFO O| Aug 19 15:47:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69992024-08-19T15:47:16.536Z[ recovery-image] Aug 19 15:47:15.207 INFO O| Aug 19 15:47:15.207 INFO STEP 1037 (remove_files) COMPLETE
70002024-08-19T15:47:16.539Z[ recovery-image] Aug 19 15:47:15.207 INFO O| Aug 19 15:47:15.207 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-19T15:47:16.552Z[ recovery-image] Aug 19 15:47:15.223 INFO O| Aug 19 15:47:15.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70022024-08-19T15:47:16.554Z[ recovery-image] Aug 19 15:47:15.223 INFO O| Aug 19 15:47:15.223 INFO STEP 1038 (remove_files) COMPLETE
70032024-08-19T15:47:16.554Z[ recovery-image] Aug 19 15:47:15.223 INFO O| Aug 19 15:47:15.223 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-19T15:47:16.571Z[ recovery-image] Aug 19 15:47:15.241 INFO O| Aug 19 15:47:15.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70052024-08-19T15:47:16.571Z[ recovery-image] Aug 19 15:47:15.241 INFO O| Aug 19 15:47:15.241 INFO STEP 1039 (remove_files) COMPLETE
70062024-08-19T15:47:16.574Z[ recovery-image] Aug 19 15:47:15.241 INFO O| Aug 19 15:47:15.241 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-19T15:47:16.586Z[ recovery-image] Aug 19 15:47:15.257 INFO O| Aug 19 15:47:15.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70082024-08-19T15:47:16.586Z[ recovery-image] Aug 19 15:47:15.257 INFO O| Aug 19 15:47:15.257 INFO STEP 1040 (remove_files) COMPLETE
70092024-08-19T15:47:16.586Z[ recovery-image] Aug 19 15:47:15.257 INFO O| Aug 19 15:47:15.257 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-19T15:47:16.608Z[ recovery-image] Aug 19 15:47:15.279 INFO O| Aug 19 15:47:15.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70112024-08-19T15:47:16.608Z[ recovery-image] Aug 19 15:47:15.279 INFO O| Aug 19 15:47:15.279 INFO STEP 1041 (remove_files) COMPLETE
70122024-08-19T15:47:16.610Z[ recovery-image] Aug 19 15:47:15.279 INFO O| Aug 19 15:47:15.279 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-19T15:47:16.626Z[ recovery-image] Aug 19 15:47:15.296 INFO O| Aug 19 15:47:15.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70142024-08-19T15:47:16.628Z[ recovery-image] Aug 19 15:47:15.297 INFO O| Aug 19 15:47:15.297 INFO STEP 1042 (remove_files) COMPLETE
70152024-08-19T15:47:16.628Z[ recovery-image] Aug 19 15:47:15.297 INFO O| Aug 19 15:47:15.297 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-08-19T15:47:16.643Z[ recovery-image] Aug 19 15:47:15.314 INFO O| Aug 19 15:47:15.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70172024-08-19T15:47:16.648Z[ recovery-image] Aug 19 15:47:15.314 INFO O| Aug 19 15:47:15.314 INFO STEP 1043 (remove_files) COMPLETE
70182024-08-19T15:47:16.648Z[ recovery-image] Aug 19 15:47:15.314 INFO O| Aug 19 15:47:15.314 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-08-19T15:47:16.660Z[ recovery-image] Aug 19 15:47:15.331 INFO O| Aug 19 15:47:15.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70202024-08-19T15:47:16.660Z[ recovery-image] Aug 19 15:47:15.331 INFO O| Aug 19 15:47:15.331 INFO STEP 1044 (remove_files) COMPLETE
70212024-08-19T15:47:16.661Z[ recovery-image] Aug 19 15:47:15.331 INFO O| Aug 19 15:47:15.331 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-08-19T15:47:16.678Z[ recovery-image] Aug 19 15:47:15.348 INFO O| Aug 19 15:47:15.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70232024-08-19T15:47:16.680Z[ recovery-image] Aug 19 15:47:15.349 INFO O| Aug 19 15:47:15.349 INFO STEP 1045 (remove_files) COMPLETE
70242024-08-19T15:47:16.680Z[ recovery-image] Aug 19 15:47:15.349 INFO O| Aug 19 15:47:15.349 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-08-19T15:47:16.695Z[ recovery-image] Aug 19 15:47:15.365 INFO O| Aug 19 15:47:15.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70262024-08-19T15:47:16.697Z[ recovery-image] Aug 19 15:47:15.365 INFO O| Aug 19 15:47:15.365 INFO STEP 1046 (remove_files) COMPLETE
70272024-08-19T15:47:16.697Z[ recovery-image] Aug 19 15:47:15.365 INFO O| Aug 19 15:47:15.365 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-08-19T15:47:16.709Z[ recovery-image] Aug 19 15:47:15.380 INFO O| Aug 19 15:47:15.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70292024-08-19T15:47:16.709Z[ recovery-image] Aug 19 15:47:15.380 INFO O| Aug 19 15:47:15.380 INFO STEP 1047 (remove_files) COMPLETE
70302024-08-19T15:47:16.711Z[ recovery-image] Aug 19 15:47:15.380 INFO O| Aug 19 15:47:15.380 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-08-19T15:47:16.723Z[ recovery-image] Aug 19 15:47:15.393 INFO O| Aug 19 15:47:15.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70322024-08-19T15:47:16.725Z[ recovery-image] Aug 19 15:47:15.393 INFO O| Aug 19 15:47:15.393 INFO STEP 1048 (remove_files) COMPLETE
70332024-08-19T15:47:16.725Z[ recovery-image] Aug 19 15:47:15.394 INFO O| Aug 19 15:47:15.393 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-08-19T15:47:16.736Z[ recovery-image] Aug 19 15:47:15.407 INFO O| Aug 19 15:47:15.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70352024-08-19T15:47:16.736Z[ recovery-image] Aug 19 15:47:15.407 INFO O| Aug 19 15:47:15.407 INFO STEP 1049 (remove_files) COMPLETE
70362024-08-19T15:47:16.739Z[ recovery-image] Aug 19 15:47:15.407 INFO O| Aug 19 15:47:15.407 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-08-19T15:47:16.750Z[ recovery-image] Aug 19 15:47:15.421 INFO O| Aug 19 15:47:15.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70382024-08-19T15:47:16.752Z[ recovery-image] Aug 19 15:47:15.421 INFO O| Aug 19 15:47:15.421 INFO STEP 1050 (remove_files) COMPLETE
70392024-08-19T15:47:16.752Z[ recovery-image] Aug 19 15:47:15.421 INFO O| Aug 19 15:47:15.421 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-08-19T15:47:16.764Z[ recovery-image] Aug 19 15:47:15.435 INFO O| Aug 19 15:47:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70412024-08-19T15:47:16.764Z[ recovery-image] Aug 19 15:47:15.435 INFO O| Aug 19 15:47:15.435 INFO STEP 1051 (remove_files) COMPLETE
70422024-08-19T15:47:16.766Z[ recovery-image] Aug 19 15:47:15.435 INFO O| Aug 19 15:47:15.435 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-08-19T15:47:16.779Z[ recovery-image] Aug 19 15:47:15.449 INFO O| Aug 19 15:47:15.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70442024-08-19T15:47:16.781Z[ recovery-image] Aug 19 15:47:15.450 INFO O| Aug 19 15:47:15.450 INFO STEP 1052 (remove_files) COMPLETE
70452024-08-19T15:47:16.781Z[ recovery-image] Aug 19 15:47:15.450 INFO O| Aug 19 15:47:15.450 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-08-19T15:47:16.793Z[ recovery-image] Aug 19 15:47:15.464 INFO O| Aug 19 15:47:15.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70472024-08-19T15:47:16.793Z[ recovery-image] Aug 19 15:47:15.464 INFO O| Aug 19 15:47:15.464 INFO STEP 1053 (remove_files) COMPLETE
70482024-08-19T15:47:16.795Z[ recovery-image] Aug 19 15:47:15.464 INFO O| Aug 19 15:47:15.464 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-08-19T15:47:16.809Z[ recovery-image] Aug 19 15:47:15.479 INFO O| Aug 19 15:47:15.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70502024-08-19T15:47:16.811Z[ recovery-image] Aug 19 15:47:15.479 INFO O| Aug 19 15:47:15.479 INFO STEP 1054 (remove_files) COMPLETE
70512024-08-19T15:47:16.811Z[ recovery-image] Aug 19 15:47:15.480 INFO O| Aug 19 15:47:15.479 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-08-19T15:47:16.823Z[ recovery-image] Aug 19 15:47:15.494 INFO O| Aug 19 15:47:15.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70532024-08-19T15:47:16.825Z[ recovery-image] Aug 19 15:47:15.494 INFO O| Aug 19 15:47:15.494 INFO STEP 1055 (remove_files) COMPLETE
70542024-08-19T15:47:16.825Z[ recovery-image] Aug 19 15:47:15.494 INFO O| Aug 19 15:47:15.494 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-08-19T15:47:16.837Z[ recovery-image] Aug 19 15:47:15.508 INFO O| Aug 19 15:47:15.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70562024-08-19T15:47:16.841Z[ recovery-image] Aug 19 15:47:15.508 INFO O| Aug 19 15:47:15.508 INFO STEP 1056 (remove_files) COMPLETE
70572024-08-19T15:47:16.841Z[ recovery-image] Aug 19 15:47:15.508 INFO O| Aug 19 15:47:15.508 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-08-19T15:47:16.852Z[ recovery-image] Aug 19 15:47:15.523 INFO O| Aug 19 15:47:15.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70592024-08-19T15:47:16.854Z[ recovery-image] Aug 19 15:47:15.523 INFO O| Aug 19 15:47:15.523 INFO STEP 1057 (remove_files) COMPLETE
70602024-08-19T15:47:16.854Z[ recovery-image] Aug 19 15:47:15.523 INFO O| Aug 19 15:47:15.523 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-08-19T15:47:16.865Z[ host-image] Aug 19 15:47:15.535 INFO O| Aug 19 15:47:15.535 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
70622024-08-19T15:47:16.867Z[ recovery-image] Aug 19 15:47:15.537 INFO O| Aug 19 15:47:15.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70632024-08-19T15:47:16.867Z[ recovery-image] Aug 19 15:47:15.537 INFO O| Aug 19 15:47:15.537 INFO STEP 1058 (remove_files) COMPLETE
70642024-08-19T15:47:16.867Z[ recovery-image] Aug 19 15:47:15.537 INFO O| Aug 19 15:47:15.537 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-08-19T15:47:16.881Z[ recovery-image] Aug 19 15:47:15.551 INFO O| Aug 19 15:47:15.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70662024-08-19T15:47:16.883Z[ recovery-image] Aug 19 15:47:15.552 INFO O| Aug 19 15:47:15.551 INFO STEP 1059 (remove_files) COMPLETE
70672024-08-19T15:47:16.883Z[ recovery-image] Aug 19 15:47:15.552 INFO O| Aug 19 15:47:15.551 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-08-19T15:47:16.896Z[ recovery-image] Aug 19 15:47:15.566 INFO O| Aug 19 15:47:15.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70692024-08-19T15:47:16.898Z[ recovery-image] Aug 19 15:47:15.567 INFO O| Aug 19 15:47:15.567 INFO STEP 1060 (remove_files) COMPLETE
70702024-08-19T15:47:16.898Z[ recovery-image] Aug 19 15:47:15.567 INFO O| Aug 19 15:47:15.567 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-08-19T15:47:16.913Z[ recovery-image] Aug 19 15:47:15.584 INFO O| Aug 19 15:47:15.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70722024-08-19T15:47:16.913Z[ recovery-image] Aug 19 15:47:15.584 INFO O| Aug 19 15:47:15.584 INFO STEP 1061 (remove_files) COMPLETE
70732024-08-19T15:47:16.916Z[ recovery-image] Aug 19 15:47:15.584 INFO O| Aug 19 15:47:15.584 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-08-19T15:47:16.928Z[ recovery-image] Aug 19 15:47:15.599 INFO O| Aug 19 15:47:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70752024-08-19T15:47:16.928Z[ recovery-image] Aug 19 15:47:15.599 INFO O| Aug 19 15:47:15.599 INFO STEP 1062 (remove_files) COMPLETE
70762024-08-19T15:47:16.931Z[ recovery-image] Aug 19 15:47:15.599 INFO O| Aug 19 15:47:15.599 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-08-19T15:47:16.947Z[ recovery-image] Aug 19 15:47:15.617 INFO O| Aug 19 15:47:15.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70782024-08-19T15:47:16.947Z[ recovery-image] Aug 19 15:47:15.618 INFO O| Aug 19 15:47:15.618 INFO STEP 1063 (remove_files) COMPLETE
70792024-08-19T15:47:16.949Z[ recovery-image] Aug 19 15:47:15.618 INFO O| Aug 19 15:47:15.618 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-08-19T15:47:16.965Z[ recovery-image] Aug 19 15:47:15.635 INFO O| Aug 19 15:47:15.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70812024-08-19T15:47:16.965Z[ recovery-image] Aug 19 15:47:15.635 INFO O| Aug 19 15:47:15.635 INFO STEP 1064 (remove_files) COMPLETE
70822024-08-19T15:47:16.965Z[ recovery-image] Aug 19 15:47:15.635 INFO O| Aug 19 15:47:15.635 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-08-19T15:47:16.980Z[ recovery-image] Aug 19 15:47:15.650 INFO O| Aug 19 15:47:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70842024-08-19T15:47:16.982Z[ recovery-image] Aug 19 15:47:15.650 INFO O| Aug 19 15:47:15.650 INFO STEP 1065 (remove_files) COMPLETE
70852024-08-19T15:47:16.982Z[ recovery-image] Aug 19 15:47:15.650 INFO O| Aug 19 15:47:15.650 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-08-19T15:47:16.994Z[ recovery-image] Aug 19 15:47:15.665 INFO O| Aug 19 15:47:15.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70872024-08-19T15:47:16.996Z[ recovery-image] Aug 19 15:47:15.665 INFO O| Aug 19 15:47:15.665 INFO STEP 1066 (remove_files) COMPLETE
70882024-08-19T15:47:16.996Z[ recovery-image] Aug 19 15:47:15.665 INFO O| Aug 19 15:47:15.665 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-08-19T15:47:17.007Z[ recovery-image] Aug 19 15:47:15.678 INFO O| Aug 19 15:47:15.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70902024-08-19T15:47:17.007Z[ recovery-image] Aug 19 15:47:15.678 INFO O| Aug 19 15:47:15.678 INFO STEP 1067 (remove_files) COMPLETE
70912024-08-19T15:47:17.007Z[ recovery-image] Aug 19 15:47:15.678 INFO O| Aug 19 15:47:15.678 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-08-19T15:47:17.017Z[ recovery-image] Aug 19 15:47:15.688 INFO O| Aug 19 15:47:15.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70932024-08-19T15:47:17.017Z[ recovery-image] Aug 19 15:47:15.688 INFO O| Aug 19 15:47:15.688 INFO STEP 1068 (remove_files) COMPLETE
70942024-08-19T15:47:17.017Z[ recovery-image] Aug 19 15:47:15.688 INFO O| Aug 19 15:47:15.688 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-08-19T15:47:17.027Z[ recovery-image] Aug 19 15:47:15.698 INFO O| Aug 19 15:47:15.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70962024-08-19T15:47:17.030Z[ recovery-image] Aug 19 15:47:15.698 INFO O| Aug 19 15:47:15.698 INFO STEP 1069 (remove_files) COMPLETE
70972024-08-19T15:47:17.030Z[ recovery-image] Aug 19 15:47:15.698 INFO O| Aug 19 15:47:15.698 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-08-19T15:47:17.038Z[ recovery-image] Aug 19 15:47:15.708 INFO O| Aug 19 15:47:15.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70992024-08-19T15:47:17.038Z[ recovery-image] Aug 19 15:47:15.708 INFO O| Aug 19 15:47:15.708 INFO STEP 1070 (remove_files) COMPLETE
71002024-08-19T15:47:17.038Z[ recovery-image] Aug 19 15:47:15.708 INFO O| Aug 19 15:47:15.708 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-19T15:47:17.053Z[ recovery-image] Aug 19 15:47:15.718 INFO O| Aug 19 15:47:15.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71022024-08-19T15:47:17.053Z[ recovery-image] Aug 19 15:47:15.718 INFO O| Aug 19 15:47:15.718 INFO STEP 1071 (remove_files) COMPLETE
71032024-08-19T15:47:17.055Z[ recovery-image] Aug 19 15:47:15.718 INFO O| Aug 19 15:47:15.718 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-19T15:47:17.058Z[ recovery-image] Aug 19 15:47:15.728 INFO O| Aug 19 15:47:15.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71052024-08-19T15:47:17.058Z[ recovery-image] Aug 19 15:47:15.728 INFO O| Aug 19 15:47:15.728 INFO STEP 1072 (remove_files) COMPLETE
71062024-08-19T15:47:17.058Z[ recovery-image] Aug 19 15:47:15.728 INFO O| Aug 19 15:47:15.728 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-19T15:47:17.067Z[ recovery-image] Aug 19 15:47:15.737 INFO O| Aug 19 15:47:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71082024-08-19T15:47:17.067Z[ recovery-image] Aug 19 15:47:15.737 INFO O| Aug 19 15:47:15.737 INFO STEP 1073 (remove_files) COMPLETE
71092024-08-19T15:47:17.069Z[ recovery-image] Aug 19 15:47:15.737 INFO O| Aug 19 15:47:15.737 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-08-19T15:47:17.076Z[ recovery-image] Aug 19 15:47:15.747 INFO O| Aug 19 15:47:15.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71112024-08-19T15:47:17.076Z[ recovery-image] Aug 19 15:47:15.747 INFO O| Aug 19 15:47:15.747 INFO STEP 1074 (remove_files) COMPLETE
71122024-08-19T15:47:17.078Z[ recovery-image] Aug 19 15:47:15.747 INFO O| Aug 19 15:47:15.747 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-08-19T15:47:17.086Z[ recovery-image] Aug 19 15:47:15.757 INFO O| Aug 19 15:47:15.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71142024-08-19T15:47:17.086Z[ recovery-image] Aug 19 15:47:15.757 INFO O| Aug 19 15:47:15.757 INFO STEP 1075 (remove_files) COMPLETE
71152024-08-19T15:47:17.088Z[ recovery-image] Aug 19 15:47:15.757 INFO O| Aug 19 15:47:15.757 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-08-19T15:47:17.095Z[ recovery-image] Aug 19 15:47:15.766 INFO O| Aug 19 15:47:15.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71172024-08-19T15:47:17.095Z[ recovery-image] Aug 19 15:47:15.766 INFO O| Aug 19 15:47:15.766 INFO STEP 1076 (remove_files) COMPLETE
71182024-08-19T15:47:17.103Z[ recovery-image] Aug 19 15:47:15.766 INFO O| Aug 19 15:47:15.766 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-08-19T15:47:17.114Z[ recovery-image] Aug 19 15:47:15.776 INFO O| Aug 19 15:47:15.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71202024-08-19T15:47:17.114Z[ recovery-image] Aug 19 15:47:15.776 INFO O| Aug 19 15:47:15.776 INFO STEP 1077 (remove_files) COMPLETE
71212024-08-19T15:47:17.114Z[ recovery-image] Aug 19 15:47:15.776 INFO O| Aug 19 15:47:15.776 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-08-19T15:47:17.116Z[ recovery-image] Aug 19 15:47:15.785 INFO O| Aug 19 15:47:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71232024-08-19T15:47:17.116Z[ recovery-image] Aug 19 15:47:15.785 INFO O| Aug 19 15:47:15.785 INFO STEP 1078 (remove_files) COMPLETE
71242024-08-19T15:47:17.116Z[ recovery-image] Aug 19 15:47:15.785 INFO O| Aug 19 15:47:15.785 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-08-19T15:47:17.124Z[ recovery-image] Aug 19 15:47:15.795 INFO O| Aug 19 15:47:15.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71262024-08-19T15:47:17.126Z[ recovery-image] Aug 19 15:47:15.795 INFO O| Aug 19 15:47:15.795 INFO STEP 1079 (remove_files) COMPLETE
71272024-08-19T15:47:17.126Z[ recovery-image] Aug 19 15:47:15.795 INFO O| Aug 19 15:47:15.795 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-08-19T15:47:17.134Z[ recovery-image] Aug 19 15:47:15.805 INFO O| Aug 19 15:47:15.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71292024-08-19T15:47:17.134Z[ recovery-image] Aug 19 15:47:15.805 INFO O| Aug 19 15:47:15.805 INFO STEP 1080 (remove_files) COMPLETE
71302024-08-19T15:47:17.142Z[ recovery-image] Aug 19 15:47:15.805 INFO O| Aug 19 15:47:15.805 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-19T15:47:17.146Z[ recovery-image] Aug 19 15:47:15.815 INFO O| Aug 19 15:47:15.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71322024-08-19T15:47:17.147Z[ recovery-image] Aug 19 15:47:15.815 INFO O| Aug 19 15:47:15.815 INFO STEP 1081 (remove_files) COMPLETE
71332024-08-19T15:47:17.147Z[ recovery-image] Aug 19 15:47:15.815 INFO O| Aug 19 15:47:15.815 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-19T15:47:17.155Z[ recovery-image] Aug 19 15:47:15.824 INFO O| Aug 19 15:47:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71352024-08-19T15:47:17.155Z[ recovery-image] Aug 19 15:47:15.824 INFO O| Aug 19 15:47:15.824 INFO STEP 1082 (remove_files) COMPLETE
71362024-08-19T15:47:17.159Z[ recovery-image] Aug 19 15:47:15.824 INFO O| Aug 19 15:47:15.824 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-08-19T15:47:17.165Z[ recovery-image] Aug 19 15:47:15.834 INFO O| Aug 19 15:47:15.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71382024-08-19T15:47:17.170Z[ recovery-image] Aug 19 15:47:15.835 INFO O| Aug 19 15:47:15.834 INFO STEP 1083 (remove_files) COMPLETE
71392024-08-19T15:47:17.170Z[ recovery-image] Aug 19 15:47:15.835 INFO O| Aug 19 15:47:15.835 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-08-19T15:47:17.177Z[ recovery-image] Aug 19 15:47:15.847 INFO O| Aug 19 15:47:15.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71412024-08-19T15:47:17.177Z[ recovery-image] Aug 19 15:47:15.847 INFO O| Aug 19 15:47:15.847 INFO STEP 1084 (remove_files) COMPLETE
71422024-08-19T15:47:17.181Z[ recovery-image] Aug 19 15:47:15.847 INFO O| Aug 19 15:47:15.847 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-08-19T15:47:17.188Z[ recovery-image] Aug 19 15:47:15.858 INFO O| Aug 19 15:47:15.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71442024-08-19T15:47:17.191Z[ recovery-image] Aug 19 15:47:15.858 INFO O| Aug 19 15:47:15.858 INFO STEP 1085 (remove_files) COMPLETE
71452024-08-19T15:47:17.191Z[ recovery-image] Aug 19 15:47:15.858 INFO O| Aug 19 15:47:15.858 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-08-19T15:47:17.198Z[ recovery-image] Aug 19 15:47:15.869 INFO O| Aug 19 15:47:15.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71472024-08-19T15:47:17.198Z[ recovery-image] Aug 19 15:47:15.869 INFO O| Aug 19 15:47:15.869 INFO STEP 1086 (remove_files) COMPLETE
71482024-08-19T15:47:17.201Z[ recovery-image] Aug 19 15:47:15.869 INFO O| Aug 19 15:47:15.869 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-08-19T15:47:17.208Z[ recovery-image] Aug 19 15:47:15.879 INFO O| Aug 19 15:47:15.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71502024-08-19T15:47:17.211Z[ recovery-image] Aug 19 15:47:15.879 INFO O| Aug 19 15:47:15.879 INFO STEP 1087 (remove_files) COMPLETE
71512024-08-19T15:47:17.211Z[ recovery-image] Aug 19 15:47:15.879 INFO O| Aug 19 15:47:15.879 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-08-19T15:47:17.219Z[ recovery-image] Aug 19 15:47:15.889 INFO O| Aug 19 15:47:15.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71532024-08-19T15:47:17.219Z[ recovery-image] Aug 19 15:47:15.889 INFO O| Aug 19 15:47:15.889 INFO STEP 1088 (remove_files) COMPLETE
71542024-08-19T15:47:17.221Z[ recovery-image] Aug 19 15:47:15.889 INFO O| Aug 19 15:47:15.889 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-08-19T15:47:17.229Z[ recovery-image] Aug 19 15:47:15.899 INFO O| Aug 19 15:47:15.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71562024-08-19T15:47:17.231Z[ recovery-image] Aug 19 15:47:15.899 INFO O| Aug 19 15:47:15.899 INFO STEP 1089 (remove_files) COMPLETE
71572024-08-19T15:47:17.232Z[ recovery-image] Aug 19 15:47:15.899 INFO O| Aug 19 15:47:15.899 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-08-19T15:47:17.238Z[ recovery-image] Aug 19 15:47:15.909 INFO O| Aug 19 15:47:15.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71592024-08-19T15:47:17.241Z[ recovery-image] Aug 19 15:47:15.909 INFO O| Aug 19 15:47:15.909 INFO STEP 1090 (remove_files) COMPLETE
71602024-08-19T15:47:17.241Z[ recovery-image] Aug 19 15:47:15.909 INFO O| Aug 19 15:47:15.909 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-19T15:47:17.249Z[ recovery-image] Aug 19 15:47:15.919 INFO O| Aug 19 15:47:15.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71622024-08-19T15:47:17.249Z[ recovery-image] Aug 19 15:47:15.920 INFO O| Aug 19 15:47:15.919 INFO STEP 1091 (remove_files) COMPLETE
71632024-08-19T15:47:17.252Z[ recovery-image] Aug 19 15:47:15.920 INFO O| Aug 19 15:47:15.919 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-19T15:47:17.258Z[ recovery-image] Aug 19 15:47:15.929 INFO O| Aug 19 15:47:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71652024-08-19T15:47:17.261Z[ recovery-image] Aug 19 15:47:15.930 INFO O| Aug 19 15:47:15.930 INFO STEP 1092 (remove_files) COMPLETE
71662024-08-19T15:47:17.261Z[ recovery-image] Aug 19 15:47:15.930 INFO O| Aug 19 15:47:15.930 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-19T15:47:17.269Z[ recovery-image] Aug 19 15:47:15.939 INFO O| Aug 19 15:47:15.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71682024-08-19T15:47:17.269Z[ recovery-image] Aug 19 15:47:15.940 INFO O| Aug 19 15:47:15.940 INFO STEP 1093 (remove_files) COMPLETE
71692024-08-19T15:47:17.269Z[ recovery-image] Aug 19 15:47:15.940 INFO O| Aug 19 15:47:15.940 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-08-19T15:47:17.279Z[ recovery-image] Aug 19 15:47:15.949 INFO O| Aug 19 15:47:15.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71712024-08-19T15:47:17.279Z[ recovery-image] Aug 19 15:47:15.949 INFO O| Aug 19 15:47:15.949 INFO STEP 1094 (remove_files) COMPLETE
71722024-08-19T15:47:17.282Z[ recovery-image] Aug 19 15:47:15.949 INFO O| Aug 19 15:47:15.949 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-08-19T15:47:17.289Z[ recovery-image] Aug 19 15:47:15.959 INFO O| Aug 19 15:47:15.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71742024-08-19T15:47:17.289Z[ recovery-image] Aug 19 15:47:15.959 INFO O| Aug 19 15:47:15.959 INFO STEP 1095 (remove_files) COMPLETE
71752024-08-19T15:47:17.289Z[ recovery-image] Aug 19 15:47:15.959 INFO O| Aug 19 15:47:15.959 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-19T15:47:17.299Z[ recovery-image] Aug 19 15:47:15.970 INFO O| Aug 19 15:47:15.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71772024-08-19T15:47:17.300Z[ recovery-image] Aug 19 15:47:15.970 INFO O| Aug 19 15:47:15.970 INFO STEP 1096 (remove_files) COMPLETE
71782024-08-19T15:47:17.302Z[ recovery-image] Aug 19 15:47:15.970 INFO O| Aug 19 15:47:15.970 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-19T15:47:17.311Z[ recovery-image] Aug 19 15:47:15.981 INFO O| Aug 19 15:47:15.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71802024-08-19T15:47:17.311Z[ recovery-image] Aug 19 15:47:15.981 INFO O| Aug 19 15:47:15.981 INFO STEP 1097 (remove_files) COMPLETE
71812024-08-19T15:47:17.315Z[ recovery-image] Aug 19 15:47:15.981 INFO O| Aug 19 15:47:15.981 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-19T15:47:17.321Z[ recovery-image] Aug 19 15:47:15.992 INFO O| Aug 19 15:47:15.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71832024-08-19T15:47:17.321Z[ recovery-image] Aug 19 15:47:15.992 INFO O| Aug 19 15:47:15.992 INFO STEP 1098 (remove_files) COMPLETE
71842024-08-19T15:47:17.324Z[ recovery-image] Aug 19 15:47:15.992 INFO O| Aug 19 15:47:15.992 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-19T15:47:17.333Z[ recovery-image] Aug 19 15:47:16.003 INFO O| Aug 19 15:47:16.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71862024-08-19T15:47:17.333Z[ recovery-image] Aug 19 15:47:16.003 INFO O| Aug 19 15:47:16.003 INFO STEP 1099 (remove_files) COMPLETE
71872024-08-19T15:47:17.335Z[ recovery-image] Aug 19 15:47:16.003 INFO O| Aug 19 15:47:16.003 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-19T15:47:17.344Z[ recovery-image] Aug 19 15:47:16.014 INFO O| Aug 19 15:47:16.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71892024-08-19T15:47:17.347Z[ recovery-image] Aug 19 15:47:16.014 INFO O| Aug 19 15:47:16.014 INFO STEP 1100 (remove_files) COMPLETE
71902024-08-19T15:47:17.347Z[ recovery-image] Aug 19 15:47:16.014 INFO O| Aug 19 15:47:16.014 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-19T15:47:17.355Z[ recovery-image] Aug 19 15:47:16.025 INFO O| Aug 19 15:47:16.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71922024-08-19T15:47:17.355Z[ recovery-image] Aug 19 15:47:16.025 INFO O| Aug 19 15:47:16.025 INFO STEP 1101 (remove_files) COMPLETE
71932024-08-19T15:47:17.356Z[ recovery-image] Aug 19 15:47:16.025 INFO O| Aug 19 15:47:16.025 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-19T15:47:17.365Z[ recovery-image] Aug 19 15:47:16.035 INFO O| Aug 19 15:47:16.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71952024-08-19T15:47:17.365Z[ recovery-image] Aug 19 15:47:16.035 INFO O| Aug 19 15:47:16.035 INFO STEP 1102 (remove_files) COMPLETE
71962024-08-19T15:47:17.368Z[ recovery-image] Aug 19 15:47:16.035 INFO O| Aug 19 15:47:16.035 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-19T15:47:17.375Z[ recovery-image] Aug 19 15:47:16.046 INFO O| Aug 19 15:47:16.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71982024-08-19T15:47:17.375Z[ recovery-image] Aug 19 15:47:16.046 INFO O| Aug 19 15:47:16.046 INFO STEP 1103 (remove_files) COMPLETE
71992024-08-19T15:47:17.378Z[ recovery-image] Aug 19 15:47:16.046 INFO O| Aug 19 15:47:16.046 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-19T15:47:17.385Z[ recovery-image] Aug 19 15:47:16.056 INFO O| Aug 19 15:47:16.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72012024-08-19T15:47:17.388Z[ recovery-image] Aug 19 15:47:16.056 INFO O| Aug 19 15:47:16.056 INFO STEP 1104 (remove_files) COMPLETE
72022024-08-19T15:47:17.388Z[ recovery-image] Aug 19 15:47:16.056 INFO O| Aug 19 15:47:16.056 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-19T15:47:17.396Z[ recovery-image] Aug 19 15:47:16.066 INFO O| Aug 19 15:47:16.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72042024-08-19T15:47:17.396Z[ recovery-image] Aug 19 15:47:16.066 INFO O| Aug 19 15:47:16.066 INFO STEP 1105 (remove_files) COMPLETE
72052024-08-19T15:47:17.396Z[ recovery-image] Aug 19 15:47:16.066 INFO O| Aug 19 15:47:16.066 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-19T15:47:17.405Z[ recovery-image] Aug 19 15:47:16.076 INFO O| Aug 19 15:47:16.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72072024-08-19T15:47:17.409Z[ recovery-image] Aug 19 15:47:16.076 INFO O| Aug 19 15:47:16.076 INFO STEP 1106 (remove_files) COMPLETE
72082024-08-19T15:47:17.409Z[ recovery-image] Aug 19 15:47:16.076 INFO O| Aug 19 15:47:16.076 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-19T15:47:17.416Z[ recovery-image] Aug 19 15:47:16.086 INFO O| Aug 19 15:47:16.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72102024-08-19T15:47:17.418Z[ recovery-image] Aug 19 15:47:16.086 INFO O| Aug 19 15:47:16.086 INFO STEP 1107 (remove_files) COMPLETE
72112024-08-19T15:47:17.418Z[ recovery-image] Aug 19 15:47:16.086 INFO O| Aug 19 15:47:16.086 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-19T15:47:17.425Z[ recovery-image] Aug 19 15:47:16.096 INFO O| Aug 19 15:47:16.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72132024-08-19T15:47:17.425Z[ recovery-image] Aug 19 15:47:16.096 INFO O| Aug 19 15:47:16.096 INFO STEP 1108 (remove_files) COMPLETE
72142024-08-19T15:47:17.428Z[ recovery-image] Aug 19 15:47:16.096 INFO O| Aug 19 15:47:16.096 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-19T15:47:17.435Z[ recovery-image] Aug 19 15:47:16.105 INFO O| Aug 19 15:47:16.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72162024-08-19T15:47:17.435Z[ recovery-image] Aug 19 15:47:16.105 INFO O| Aug 19 15:47:16.105 INFO STEP 1109 (remove_files) COMPLETE
72172024-08-19T15:47:17.435Z[ recovery-image] Aug 19 15:47:16.105 INFO O| Aug 19 15:47:16.105 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-19T15:47:17.444Z[ recovery-image] Aug 19 15:47:16.115 INFO O| Aug 19 15:47:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72192024-08-19T15:47:17.447Z[ recovery-image] Aug 19 15:47:16.115 INFO O| Aug 19 15:47:16.115 INFO STEP 1110 (remove_files) COMPLETE
72202024-08-19T15:47:17.447Z[ recovery-image] Aug 19 15:47:16.115 INFO O| Aug 19 15:47:16.115 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-19T15:47:17.455Z[ recovery-image] Aug 19 15:47:16.125 INFO O| Aug 19 15:47:16.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72222024-08-19T15:47:17.455Z[ recovery-image] Aug 19 15:47:16.125 INFO O| Aug 19 15:47:16.125 INFO STEP 1111 (remove_files) COMPLETE
72232024-08-19T15:47:17.458Z[ recovery-image] Aug 19 15:47:16.125 INFO O| Aug 19 15:47:16.125 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-19T15:47:17.464Z[ recovery-image] Aug 19 15:47:16.134 INFO O| Aug 19 15:47:16.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72252024-08-19T15:47:17.464Z[ recovery-image] Aug 19 15:47:16.134 INFO O| Aug 19 15:47:16.134 INFO STEP 1112 (remove_files) COMPLETE
72262024-08-19T15:47:17.464Z[ recovery-image] Aug 19 15:47:16.134 INFO O| Aug 19 15:47:16.134 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-19T15:47:17.473Z[ recovery-image] Aug 19 15:47:16.144 INFO O| Aug 19 15:47:16.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72282024-08-19T15:47:17.480Z[ recovery-image] Aug 19 15:47:16.144 INFO O| Aug 19 15:47:16.144 INFO STEP 1113 (remove_files) COMPLETE
72292024-08-19T15:47:17.480Z[ recovery-image] Aug 19 15:47:16.144 INFO O| Aug 19 15:47:16.144 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-19T15:47:17.483Z[ recovery-image] Aug 19 15:47:16.153 INFO O| Aug 19 15:47:16.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72312024-08-19T15:47:17.486Z[ recovery-image] Aug 19 15:47:16.154 INFO O| Aug 19 15:47:16.154 INFO STEP 1114 (remove_files) COMPLETE
72322024-08-19T15:47:17.486Z[ recovery-image] Aug 19 15:47:16.154 INFO O| Aug 19 15:47:16.154 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-19T15:47:17.493Z[ recovery-image] Aug 19 15:47:16.163 INFO O| Aug 19 15:47:16.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72342024-08-19T15:47:17.496Z[ recovery-image] Aug 19 15:47:16.164 INFO O| Aug 19 15:47:16.164 INFO STEP 1115 (remove_files) COMPLETE
72352024-08-19T15:47:17.496Z[ recovery-image] Aug 19 15:47:16.164 INFO O| Aug 19 15:47:16.164 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-19T15:47:17.504Z[ recovery-image] Aug 19 15:47:16.174 INFO O| Aug 19 15:47:16.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72372024-08-19T15:47:17.507Z[ recovery-image] Aug 19 15:47:16.174 INFO O| Aug 19 15:47:16.174 INFO STEP 1116 (remove_files) COMPLETE
72382024-08-19T15:47:17.507Z[ recovery-image] Aug 19 15:47:16.174 INFO O| Aug 19 15:47:16.174 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-19T15:47:17.514Z[ recovery-image] Aug 19 15:47:16.184 INFO O| Aug 19 15:47:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72402024-08-19T15:47:17.514Z[ recovery-image] Aug 19 15:47:16.184 INFO O| Aug 19 15:47:16.184 INFO STEP 1117 (remove_files) COMPLETE
72412024-08-19T15:47:17.517Z[ recovery-image] Aug 19 15:47:16.184 INFO O| Aug 19 15:47:16.184 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-19T15:47:17.523Z[ recovery-image] Aug 19 15:47:16.193 INFO O| Aug 19 15:47:16.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72432024-08-19T15:47:17.523Z[ recovery-image] Aug 19 15:47:16.194 INFO O| Aug 19 15:47:16.194 INFO STEP 1118 (remove_files) COMPLETE
72442024-08-19T15:47:17.526Z[ recovery-image] Aug 19 15:47:16.194 INFO O| Aug 19 15:47:16.194 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-19T15:47:17.532Z[ recovery-image] Aug 19 15:47:16.203 INFO O| Aug 19 15:47:16.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72462024-08-19T15:47:17.532Z[ recovery-image] Aug 19 15:47:16.203 INFO O| Aug 19 15:47:16.203 INFO STEP 1119 (remove_files) COMPLETE
72472024-08-19T15:47:17.535Z[ recovery-image] Aug 19 15:47:16.203 INFO O| Aug 19 15:47:16.203 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-19T15:47:17.543Z[ recovery-image] Aug 19 15:47:16.213 INFO O| Aug 19 15:47:16.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72492024-08-19T15:47:17.543Z[ recovery-image] Aug 19 15:47:16.213 INFO O| Aug 19 15:47:16.213 INFO STEP 1120 (remove_files) COMPLETE
72502024-08-19T15:47:17.543Z[ recovery-image] Aug 19 15:47:16.213 INFO O| Aug 19 15:47:16.213 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-19T15:47:17.554Z[ recovery-image] Aug 19 15:47:16.224 INFO O| Aug 19 15:47:16.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72522024-08-19T15:47:17.554Z[ recovery-image] Aug 19 15:47:16.224 INFO O| Aug 19 15:47:16.224 INFO STEP 1121 (remove_files) COMPLETE
72532024-08-19T15:47:17.557Z[ recovery-image] Aug 19 15:47:16.224 INFO O| Aug 19 15:47:16.224 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-19T15:47:17.565Z[ recovery-image] Aug 19 15:47:16.235 INFO O| Aug 19 15:47:16.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72552024-08-19T15:47:17.565Z[ recovery-image] Aug 19 15:47:16.236 INFO O| Aug 19 15:47:16.235 INFO STEP 1122 (remove_files) COMPLETE
72562024-08-19T15:47:17.565Z[ recovery-image] Aug 19 15:47:16.236 INFO O| Aug 19 15:47:16.236 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-19T15:47:17.576Z[ recovery-image] Aug 19 15:47:16.247 INFO O| Aug 19 15:47:16.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72582024-08-19T15:47:17.576Z[ recovery-image] Aug 19 15:47:16.247 INFO O| Aug 19 15:47:16.247 INFO STEP 1123 (remove_files) COMPLETE
72592024-08-19T15:47:17.576Z[ recovery-image] Aug 19 15:47:16.247 INFO O| Aug 19 15:47:16.247 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-19T15:47:17.588Z[ recovery-image] Aug 19 15:47:16.258 INFO O| Aug 19 15:47:16.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72612024-08-19T15:47:17.590Z[ recovery-image] Aug 19 15:47:16.258 INFO O| Aug 19 15:47:16.258 INFO STEP 1124 (remove_files) COMPLETE
72622024-08-19T15:47:17.590Z[ recovery-image] Aug 19 15:47:16.258 INFO O| Aug 19 15:47:16.258 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-19T15:47:17.599Z[ recovery-image] Aug 19 15:47:16.269 INFO O| Aug 19 15:47:16.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72642024-08-19T15:47:17.602Z[ recovery-image] Aug 19 15:47:16.269 INFO O| Aug 19 15:47:16.269 INFO STEP 1125 (remove_files) COMPLETE
72652024-08-19T15:47:17.602Z[ recovery-image] Aug 19 15:47:16.269 INFO O| Aug 19 15:47:16.269 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-19T15:47:17.610Z[ recovery-image] Aug 19 15:47:16.280 INFO O| Aug 19 15:47:16.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72672024-08-19T15:47:17.610Z[ recovery-image] Aug 19 15:47:16.280 INFO O| Aug 19 15:47:16.280 INFO STEP 1126 (remove_files) COMPLETE
72682024-08-19T15:47:17.612Z[ recovery-image] Aug 19 15:47:16.280 INFO O| Aug 19 15:47:16.280 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-19T15:47:17.619Z[ recovery-image] Aug 19 15:47:16.290 INFO O| Aug 19 15:47:16.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72702024-08-19T15:47:17.619Z[ recovery-image] Aug 19 15:47:16.290 INFO O| Aug 19 15:47:16.290 INFO STEP 1127 (remove_files) COMPLETE
72712024-08-19T15:47:17.623Z[ recovery-image] Aug 19 15:47:16.290 INFO O| Aug 19 15:47:16.290 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-19T15:47:17.629Z[ recovery-image] Aug 19 15:47:16.299 INFO O| Aug 19 15:47:16.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72732024-08-19T15:47:17.629Z[ recovery-image] Aug 19 15:47:16.300 INFO O| Aug 19 15:47:16.299 INFO STEP 1128 (remove_files) COMPLETE
72742024-08-19T15:47:17.629Z[ recovery-image] Aug 19 15:47:16.300 INFO O| Aug 19 15:47:16.300 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-19T15:47:17.639Z[ recovery-image] Aug 19 15:47:16.309 INFO O| Aug 19 15:47:16.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72762024-08-19T15:47:17.642Z[ recovery-image] Aug 19 15:47:16.309 INFO O| Aug 19 15:47:16.309 INFO STEP 1129 (remove_files) COMPLETE
72772024-08-19T15:47:17.642Z[ recovery-image] Aug 19 15:47:16.309 INFO O| Aug 19 15:47:16.309 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-19T15:47:17.648Z[ recovery-image] Aug 19 15:47:16.319 INFO O| Aug 19 15:47:16.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72792024-08-19T15:47:17.648Z[ recovery-image] Aug 19 15:47:16.319 INFO O| Aug 19 15:47:16.319 INFO STEP 1130 (remove_files) COMPLETE
72802024-08-19T15:47:17.651Z[ recovery-image] Aug 19 15:47:16.319 INFO O| Aug 19 15:47:16.319 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-19T15:47:17.658Z[ recovery-image] Aug 19 15:47:16.328 INFO O| Aug 19 15:47:16.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72822024-08-19T15:47:17.658Z[ recovery-image] Aug 19 15:47:16.328 INFO O| Aug 19 15:47:16.328 INFO STEP 1131 (remove_files) COMPLETE
72832024-08-19T15:47:17.662Z[ recovery-image] Aug 19 15:47:16.328 INFO O| Aug 19 15:47:16.328 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-19T15:47:17.667Z[ recovery-image] Aug 19 15:47:16.337 INFO O| Aug 19 15:47:16.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72852024-08-19T15:47:17.667Z[ recovery-image] Aug 19 15:47:16.337 INFO O| Aug 19 15:47:16.337 INFO STEP 1132 (remove_files) COMPLETE
72862024-08-19T15:47:17.670Z[ recovery-image] Aug 19 15:47:16.337 INFO O| Aug 19 15:47:16.337 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-19T15:47:17.679Z[ recovery-image] Aug 19 15:47:16.347 INFO O| Aug 19 15:47:16.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72882024-08-19T15:47:17.679Z[ recovery-image] Aug 19 15:47:16.347 INFO O| Aug 19 15:47:16.347 INFO STEP 1133 (remove_files) COMPLETE
72892024-08-19T15:47:17.679Z[ recovery-image] Aug 19 15:47:16.347 INFO O| Aug 19 15:47:16.347 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-19T15:47:17.687Z[ recovery-image] Aug 19 15:47:16.357 INFO O| Aug 19 15:47:16.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72912024-08-19T15:47:17.687Z[ recovery-image] Aug 19 15:47:16.357 INFO O| Aug 19 15:47:16.357 INFO STEP 1134 (remove_files) COMPLETE
72922024-08-19T15:47:17.690Z[ recovery-image] Aug 19 15:47:16.357 INFO O| Aug 19 15:47:16.357 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-19T15:47:17.696Z[ recovery-image] Aug 19 15:47:16.367 INFO O| Aug 19 15:47:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72942024-08-19T15:47:17.696Z[ recovery-image] Aug 19 15:47:16.367 INFO O| Aug 19 15:47:16.367 INFO STEP 1135 (remove_files) COMPLETE
72952024-08-19T15:47:17.699Z[ recovery-image] Aug 19 15:47:16.367 INFO O| Aug 19 15:47:16.367 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-19T15:47:17.706Z[ recovery-image] Aug 19 15:47:16.376 INFO O| Aug 19 15:47:16.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72972024-08-19T15:47:17.706Z[ recovery-image] Aug 19 15:47:16.376 INFO O| Aug 19 15:47:16.376 INFO STEP 1136 (remove_files) COMPLETE
72982024-08-19T15:47:17.709Z[ recovery-image] Aug 19 15:47:16.377 INFO O| Aug 19 15:47:16.376 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-19T15:47:17.716Z[ recovery-image] Aug 19 15:47:16.386 INFO O| Aug 19 15:47:16.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73002024-08-19T15:47:17.716Z[ recovery-image] Aug 19 15:47:16.386 INFO O| Aug 19 15:47:16.386 INFO STEP 1137 (remove_files) COMPLETE
73012024-08-19T15:47:17.716Z[ recovery-image] Aug 19 15:47:16.386 INFO O| Aug 19 15:47:16.386 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-19T15:47:17.726Z[ recovery-image] Aug 19 15:47:16.396 INFO O| Aug 19 15:47:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73032024-08-19T15:47:17.726Z[ recovery-image] Aug 19 15:47:16.396 INFO O| Aug 19 15:47:16.396 INFO STEP 1138 (remove_files) COMPLETE
73042024-08-19T15:47:17.728Z[ recovery-image] Aug 19 15:47:16.396 INFO O| Aug 19 15:47:16.396 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-19T15:47:17.735Z[ recovery-image] Aug 19 15:47:16.405 INFO O| Aug 19 15:47:16.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73062024-08-19T15:47:17.738Z[ recovery-image] Aug 19 15:47:16.405 INFO O| Aug 19 15:47:16.405 INFO STEP 1139 (remove_files) COMPLETE
73072024-08-19T15:47:17.738Z[ recovery-image] Aug 19 15:47:16.405 INFO O| Aug 19 15:47:16.405 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-19T15:47:17.744Z[ recovery-image] Aug 19 15:47:16.415 INFO O| Aug 19 15:47:16.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73092024-08-19T15:47:17.744Z[ recovery-image] Aug 19 15:47:16.415 INFO O| Aug 19 15:47:16.415 INFO STEP 1140 (remove_files) COMPLETE
73102024-08-19T15:47:17.747Z[ recovery-image] Aug 19 15:47:16.415 INFO O| Aug 19 15:47:16.415 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-19T15:47:17.754Z[ recovery-image] Aug 19 15:47:16.424 INFO O| Aug 19 15:47:16.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73122024-08-19T15:47:17.754Z[ recovery-image] Aug 19 15:47:16.424 INFO O| Aug 19 15:47:16.424 INFO STEP 1141 (remove_files) COMPLETE
73132024-08-19T15:47:17.757Z[ recovery-image] Aug 19 15:47:16.424 INFO O| Aug 19 15:47:16.424 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-19T15:47:17.764Z[ recovery-image] Aug 19 15:47:16.434 INFO O| Aug 19 15:47:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73152024-08-19T15:47:17.765Z[ recovery-image] Aug 19 15:47:16.434 INFO O| Aug 19 15:47:16.434 INFO STEP 1142 (remove_files) COMPLETE
73162024-08-19T15:47:17.767Z[ recovery-image] Aug 19 15:47:16.434 INFO O| Aug 19 15:47:16.434 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-19T15:47:17.773Z[ recovery-image] Aug 19 15:47:16.443 INFO O| Aug 19 15:47:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73182024-08-19T15:47:17.775Z[ recovery-image] Aug 19 15:47:16.443 INFO O| Aug 19 15:47:16.443 INFO STEP 1143 (remove_files) COMPLETE
73192024-08-19T15:47:17.775Z[ recovery-image] Aug 19 15:47:16.443 INFO O| Aug 19 15:47:16.443 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-19T15:47:17.782Z[ recovery-image] Aug 19 15:47:16.453 INFO O| Aug 19 15:47:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73212024-08-19T15:47:17.782Z[ recovery-image] Aug 19 15:47:16.453 INFO O| Aug 19 15:47:16.453 INFO STEP 1144 (remove_files) COMPLETE
73222024-08-19T15:47:17.785Z[ recovery-image] Aug 19 15:47:16.453 INFO O| Aug 19 15:47:16.453 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-19T15:47:17.794Z[ recovery-image] Aug 19 15:47:16.462 INFO O| Aug 19 15:47:16.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73242024-08-19T15:47:17.794Z[ recovery-image] Aug 19 15:47:16.462 INFO O| Aug 19 15:47:16.462 INFO STEP 1145 (remove_files) COMPLETE
73252024-08-19T15:47:17.797Z[ recovery-image] Aug 19 15:47:16.462 INFO O| Aug 19 15:47:16.462 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-19T15:47:17.802Z[ recovery-image] Aug 19 15:47:16.472 INFO O| Aug 19 15:47:16.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73272024-08-19T15:47:17.802Z[ recovery-image] Aug 19 15:47:16.472 INFO O| Aug 19 15:47:16.472 INFO STEP 1146 (remove_files) COMPLETE
73282024-08-19T15:47:17.804Z[ recovery-image] Aug 19 15:47:16.472 INFO O| Aug 19 15:47:16.472 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-19T15:47:17.811Z[ recovery-image] Aug 19 15:47:16.481 INFO O| Aug 19 15:47:16.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73302024-08-19T15:47:17.813Z[ recovery-image] Aug 19 15:47:16.481 INFO O| Aug 19 15:47:16.481 INFO STEP 1147 (remove_files) COMPLETE
73312024-08-19T15:47:17.813Z[ recovery-image] Aug 19 15:47:16.481 INFO O| Aug 19 15:47:16.481 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-19T15:47:17.821Z[ recovery-image] Aug 19 15:47:16.491 INFO O| Aug 19 15:47:16.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73332024-08-19T15:47:17.821Z[ recovery-image] Aug 19 15:47:16.491 INFO O| Aug 19 15:47:16.491 INFO STEP 1148 (remove_files) COMPLETE
73342024-08-19T15:47:17.824Z[ recovery-image] Aug 19 15:47:16.491 INFO O| Aug 19 15:47:16.491 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-19T15:47:17.833Z[ recovery-image] Aug 19 15:47:16.503 INFO O| Aug 19 15:47:16.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73362024-08-19T15:47:17.833Z[ recovery-image] Aug 19 15:47:16.503 INFO O| Aug 19 15:47:16.503 INFO STEP 1149 (remove_files) COMPLETE
73372024-08-19T15:47:17.836Z[ recovery-image] Aug 19 15:47:16.503 INFO O| Aug 19 15:47:16.503 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-19T15:47:17.844Z[ recovery-image] Aug 19 15:47:16.514 INFO O| Aug 19 15:47:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73392024-08-19T15:47:17.844Z[ recovery-image] Aug 19 15:47:16.514 INFO O| Aug 19 15:47:16.514 INFO STEP 1150 (remove_files) COMPLETE
73402024-08-19T15:47:17.847Z[ recovery-image] Aug 19 15:47:16.514 INFO O| Aug 19 15:47:16.514 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-19T15:47:17.855Z[ recovery-image] Aug 19 15:47:16.525 INFO O| Aug 19 15:47:16.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73422024-08-19T15:47:17.858Z[ recovery-image] Aug 19 15:47:16.525 INFO O| Aug 19 15:47:16.525 INFO STEP 1151 (remove_files) COMPLETE
73432024-08-19T15:47:17.858Z[ recovery-image] Aug 19 15:47:16.525 INFO O| Aug 19 15:47:16.525 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-19T15:47:17.865Z[ recovery-image] Aug 19 15:47:16.536 INFO O| Aug 19 15:47:16.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73452024-08-19T15:47:17.865Z[ recovery-image] Aug 19 15:47:16.536 INFO O| Aug 19 15:47:16.536 INFO STEP 1152 (remove_files) COMPLETE
73462024-08-19T15:47:17.868Z[ recovery-image] Aug 19 15:47:16.536 INFO O| Aug 19 15:47:16.536 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-19T15:47:17.876Z[ recovery-image] Aug 19 15:47:16.546 INFO O| Aug 19 15:47:16.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73482024-08-19T15:47:17.879Z[ recovery-image] Aug 19 15:47:16.546 INFO O| Aug 19 15:47:16.546 INFO STEP 1153 (remove_files) COMPLETE
73492024-08-19T15:47:17.879Z[ recovery-image] Aug 19 15:47:16.546 INFO O| Aug 19 15:47:16.546 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-19T15:47:17.888Z[ recovery-image] Aug 19 15:47:16.557 INFO O| Aug 19 15:47:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73512024-08-19T15:47:17.888Z[ recovery-image] Aug 19 15:47:16.557 INFO O| Aug 19 15:47:16.557 INFO STEP 1154 (remove_files) COMPLETE
73522024-08-19T15:47:17.890Z[ recovery-image] Aug 19 15:47:16.557 INFO O| Aug 19 15:47:16.557 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-19T15:47:17.897Z[ recovery-image] Aug 19 15:47:16.568 INFO O| Aug 19 15:47:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73542024-08-19T15:47:17.898Z[ recovery-image] Aug 19 15:47:16.568 INFO O| Aug 19 15:47:16.568 INFO STEP 1155 (remove_files) COMPLETE
73552024-08-19T15:47:17.898Z[ recovery-image] Aug 19 15:47:16.568 INFO O| Aug 19 15:47:16.568 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-19T15:47:17.907Z[ recovery-image] Aug 19 15:47:16.577 INFO O| Aug 19 15:47:16.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73572024-08-19T15:47:17.907Z[ recovery-image] Aug 19 15:47:16.577 INFO O| Aug 19 15:47:16.577 INFO STEP 1156 (remove_files) COMPLETE
73582024-08-19T15:47:17.907Z[ recovery-image] Aug 19 15:47:16.577 INFO O| Aug 19 15:47:16.577 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-19T15:47:17.916Z[ recovery-image] Aug 19 15:47:16.587 INFO O| Aug 19 15:47:16.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73602024-08-19T15:47:17.917Z[ recovery-image] Aug 19 15:47:16.587 INFO O| Aug 19 15:47:16.587 INFO STEP 1157 (remove_files) COMPLETE
73612024-08-19T15:47:17.919Z[ recovery-image] Aug 19 15:47:16.587 INFO O| Aug 19 15:47:16.587 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-19T15:47:17.926Z[ recovery-image] Aug 19 15:47:16.597 INFO O| Aug 19 15:47:16.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73632024-08-19T15:47:17.927Z[ recovery-image] Aug 19 15:47:16.597 INFO O| Aug 19 15:47:16.597 INFO STEP 1158 (remove_files) COMPLETE
73642024-08-19T15:47:17.927Z[ recovery-image] Aug 19 15:47:16.597 INFO O| Aug 19 15:47:16.597 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-19T15:47:17.936Z[ recovery-image] Aug 19 15:47:16.606 INFO O| Aug 19 15:47:16.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73662024-08-19T15:47:17.936Z[ recovery-image] Aug 19 15:47:16.606 INFO O| Aug 19 15:47:16.606 INFO STEP 1159 (remove_files) COMPLETE
73672024-08-19T15:47:17.939Z[ recovery-image] Aug 19 15:47:16.606 INFO O| Aug 19 15:47:16.606 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-19T15:47:17.945Z[ recovery-image] Aug 19 15:47:16.616 INFO O| Aug 19 15:47:16.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73692024-08-19T15:47:17.948Z[ recovery-image] Aug 19 15:47:16.616 INFO O| Aug 19 15:47:16.616 INFO STEP 1160 (remove_files) COMPLETE
73702024-08-19T15:47:17.948Z[ recovery-image] Aug 19 15:47:16.616 INFO O| Aug 19 15:47:16.616 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-19T15:47:17.955Z[ recovery-image] Aug 19 15:47:16.625 INFO O| Aug 19 15:47:16.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73722024-08-19T15:47:17.955Z[ recovery-image] Aug 19 15:47:16.625 INFO O| Aug 19 15:47:16.625 INFO STEP 1161 (remove_files) COMPLETE
73732024-08-19T15:47:17.958Z[ recovery-image] Aug 19 15:47:16.625 INFO O| Aug 19 15:47:16.625 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-19T15:47:17.965Z[ recovery-image] Aug 19 15:47:16.636 INFO O| Aug 19 15:47:16.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73752024-08-19T15:47:17.968Z[ recovery-image] Aug 19 15:47:16.636 INFO O| Aug 19 15:47:16.636 INFO STEP 1162 (remove_files) COMPLETE
73762024-08-19T15:47:17.968Z[ recovery-image] Aug 19 15:47:16.636 INFO O| Aug 19 15:47:16.636 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-19T15:47:17.975Z[ recovery-image] Aug 19 15:47:16.645 INFO O| Aug 19 15:47:16.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73782024-08-19T15:47:17.975Z[ recovery-image] Aug 19 15:47:16.645 INFO O| Aug 19 15:47:16.645 INFO STEP 1163 (remove_files) COMPLETE
73792024-08-19T15:47:17.975Z[ recovery-image] Aug 19 15:47:16.645 INFO O| Aug 19 15:47:16.645 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-19T15:47:17.984Z[ recovery-image] Aug 19 15:47:16.654 INFO O| Aug 19 15:47:16.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73812024-08-19T15:47:17.984Z[ recovery-image] Aug 19 15:47:16.655 INFO O| Aug 19 15:47:16.655 INFO STEP 1164 (remove_files) COMPLETE
73822024-08-19T15:47:17.984Z[ recovery-image] Aug 19 15:47:16.655 INFO O| Aug 19 15:47:16.655 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-19T15:47:17.994Z[ recovery-image] Aug 19 15:47:16.664 INFO O| Aug 19 15:47:16.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73842024-08-19T15:47:17.994Z[ recovery-image] Aug 19 15:47:16.664 INFO O| Aug 19 15:47:16.664 INFO STEP 1165 (remove_files) COMPLETE
73852024-08-19T15:47:17.996Z[ recovery-image] Aug 19 15:47:16.664 INFO O| Aug 19 15:47:16.664 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-19T15:47:18.004Z[ recovery-image] Aug 19 15:47:16.673 INFO O| Aug 19 15:47:16.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73872024-08-19T15:47:18.007Z[ recovery-image] Aug 19 15:47:16.673 INFO O| Aug 19 15:47:16.673 INFO STEP 1166 (remove_files) COMPLETE
73882024-08-19T15:47:18.007Z[ recovery-image] Aug 19 15:47:16.673 INFO O| Aug 19 15:47:16.673 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-19T15:47:18.013Z[ recovery-image] Aug 19 15:47:16.683 INFO O| Aug 19 15:47:16.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73902024-08-19T15:47:18.015Z[ recovery-image] Aug 19 15:47:16.683 INFO O| Aug 19 15:47:16.683 INFO STEP 1167 (remove_files) COMPLETE
73912024-08-19T15:47:18.015Z[ recovery-image] Aug 19 15:47:16.683 INFO O| Aug 19 15:47:16.683 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-19T15:47:18.022Z[ recovery-image] Aug 19 15:47:16.693 INFO O| Aug 19 15:47:16.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73932024-08-19T15:47:18.022Z[ recovery-image] Aug 19 15:47:16.693 INFO O| Aug 19 15:47:16.693 INFO STEP 1168 (remove_files) COMPLETE
73942024-08-19T15:47:18.025Z[ recovery-image] Aug 19 15:47:16.693 INFO O| Aug 19 15:47:16.693 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-19T15:47:18.032Z[ recovery-image] Aug 19 15:47:16.702 INFO O| Aug 19 15:47:16.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73962024-08-19T15:47:18.035Z[ recovery-image] Aug 19 15:47:16.702 INFO O| Aug 19 15:47:16.702 INFO STEP 1169 (remove_files) COMPLETE
73972024-08-19T15:47:18.035Z[ recovery-image] Aug 19 15:47:16.702 INFO O| Aug 19 15:47:16.702 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-19T15:47:18.041Z[ recovery-image] Aug 19 15:47:16.711 INFO O| Aug 19 15:47:16.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73992024-08-19T15:47:18.041Z[ recovery-image] Aug 19 15:47:16.712 INFO O| Aug 19 15:47:16.712 INFO STEP 1170 (remove_files) COMPLETE
74002024-08-19T15:47:18.044Z[ recovery-image] Aug 19 15:47:16.712 INFO O| Aug 19 15:47:16.712 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-19T15:47:18.050Z[ recovery-image] Aug 19 15:47:16.721 INFO O| Aug 19 15:47:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74022024-08-19T15:47:18.058Z[ recovery-image] Aug 19 15:47:16.721 INFO O| Aug 19 15:47:16.721 INFO STEP 1171 (remove_files) COMPLETE
74032024-08-19T15:47:18.058Z[ recovery-image] Aug 19 15:47:16.721 INFO O| Aug 19 15:47:16.721 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-19T15:47:18.065Z[ recovery-image] Aug 19 15:47:16.730 INFO O| Aug 19 15:47:16.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74052024-08-19T15:47:18.065Z[ recovery-image] Aug 19 15:47:16.730 INFO O| Aug 19 15:47:16.730 INFO STEP 1172 (remove_files) COMPLETE
74062024-08-19T15:47:18.065Z[ recovery-image] Aug 19 15:47:16.730 INFO O| Aug 19 15:47:16.730 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-19T15:47:18.069Z[ recovery-image] Aug 19 15:47:16.740 INFO O| Aug 19 15:47:16.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74082024-08-19T15:47:18.069Z[ recovery-image] Aug 19 15:47:16.740 INFO O| Aug 19 15:47:16.740 INFO STEP 1173 (remove_files) COMPLETE
74092024-08-19T15:47:18.072Z[ recovery-image] Aug 19 15:47:16.740 INFO O| Aug 19 15:47:16.740 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-19T15:47:18.079Z[ recovery-image] Aug 19 15:47:16.749 INFO O| Aug 19 15:47:16.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74112024-08-19T15:47:18.080Z[ recovery-image] Aug 19 15:47:16.749 INFO O| Aug 19 15:47:16.749 INFO STEP 1174 (remove_files) COMPLETE
74122024-08-19T15:47:18.080Z[ recovery-image] Aug 19 15:47:16.749 INFO O| Aug 19 15:47:16.749 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-19T15:47:18.088Z[ recovery-image] Aug 19 15:47:16.759 INFO O| Aug 19 15:47:16.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74142024-08-19T15:47:18.088Z[ recovery-image] Aug 19 15:47:16.759 INFO O| Aug 19 15:47:16.759 INFO STEP 1175 (remove_files) COMPLETE
74152024-08-19T15:47:18.088Z[ recovery-image] Aug 19 15:47:16.759 INFO O| Aug 19 15:47:16.759 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-19T15:47:18.097Z[ recovery-image] Aug 19 15:47:16.768 INFO O| Aug 19 15:47:16.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74172024-08-19T15:47:18.097Z[ recovery-image] Aug 19 15:47:16.768 INFO O| Aug 19 15:47:16.768 INFO STEP 1176 (remove_files) COMPLETE
74182024-08-19T15:47:18.097Z[ recovery-image] Aug 19 15:47:16.768 INFO O| Aug 19 15:47:16.768 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-19T15:47:18.107Z[ recovery-image] Aug 19 15:47:16.777 INFO O| Aug 19 15:47:16.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74202024-08-19T15:47:18.107Z[ recovery-image] Aug 19 15:47:16.777 INFO O| Aug 19 15:47:16.777 INFO STEP 1177 (remove_files) COMPLETE
74212024-08-19T15:47:18.107Z[ recovery-image] Aug 19 15:47:16.777 INFO O| Aug 19 15:47:16.777 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-08-19T15:47:18.117Z[ recovery-image] Aug 19 15:47:16.787 INFO O| Aug 19 15:47:16.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74232024-08-19T15:47:18.120Z[ recovery-image] Aug 19 15:47:16.787 INFO O| Aug 19 15:47:16.787 INFO STEP 1178 (remove_files) COMPLETE
74242024-08-19T15:47:18.120Z[ recovery-image] Aug 19 15:47:16.787 INFO O| Aug 19 15:47:16.787 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-08-19T15:47:18.127Z[ recovery-image] Aug 19 15:47:16.796 INFO O| Aug 19 15:47:16.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74262024-08-19T15:47:18.130Z[ recovery-image] Aug 19 15:47:16.797 INFO O| Aug 19 15:47:16.796 INFO STEP 1179 (remove_files) COMPLETE
74272024-08-19T15:47:18.130Z[ recovery-image] Aug 19 15:47:16.797 INFO O| Aug 19 15:47:16.797 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-19T15:47:18.136Z[ recovery-image] Aug 19 15:47:16.806 INFO O| Aug 19 15:47:16.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74292024-08-19T15:47:18.136Z[ recovery-image] Aug 19 15:47:16.806 INFO O| Aug 19 15:47:16.806 INFO STEP 1180 (remove_files) COMPLETE
74302024-08-19T15:47:18.139Z[ recovery-image] Aug 19 15:47:16.806 INFO O| Aug 19 15:47:16.806 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-08-19T15:47:18.145Z[ recovery-image] Aug 19 15:47:16.816 INFO O| Aug 19 15:47:16.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74322024-08-19T15:47:18.145Z[ recovery-image] Aug 19 15:47:16.816 INFO O| Aug 19 15:47:16.816 INFO STEP 1181 (remove_files) COMPLETE
74332024-08-19T15:47:18.150Z[ recovery-image] Aug 19 15:47:16.816 INFO O| Aug 19 15:47:16.816 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-19T15:47:18.155Z[ recovery-image] Aug 19 15:47:16.825 INFO O| Aug 19 15:47:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74352024-08-19T15:47:18.155Z[ recovery-image] Aug 19 15:47:16.825 INFO O| Aug 19 15:47:16.825 INFO STEP 1182 (remove_files) COMPLETE
74362024-08-19T15:47:18.158Z[ recovery-image] Aug 19 15:47:16.825 INFO O| Aug 19 15:47:16.825 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-08-19T15:47:18.165Z[ recovery-image] Aug 19 15:47:16.835 INFO O| Aug 19 15:47:16.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74382024-08-19T15:47:18.168Z[ recovery-image] Aug 19 15:47:16.835 INFO O| Aug 19 15:47:16.835 INFO STEP 1183 (remove_files) COMPLETE
74392024-08-19T15:47:18.168Z[ recovery-image] Aug 19 15:47:16.835 INFO O| Aug 19 15:47:16.835 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-08-19T15:47:18.173Z[ recovery-image] Aug 19 15:47:16.844 INFO O| Aug 19 15:47:16.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74412024-08-19T15:47:18.177Z[ recovery-image] Aug 19 15:47:16.844 INFO O| Aug 19 15:47:16.844 INFO STEP 1184 (remove_files) COMPLETE
74422024-08-19T15:47:18.177Z[ recovery-image] Aug 19 15:47:16.844 INFO O| Aug 19 15:47:16.844 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-19T15:47:18.183Z[ recovery-image] Aug 19 15:47:16.853 INFO O| Aug 19 15:47:16.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74442024-08-19T15:47:18.183Z[ recovery-image] Aug 19 15:47:16.853 INFO O| Aug 19 15:47:16.853 INFO STEP 1185 (remove_files) COMPLETE
74452024-08-19T15:47:18.186Z[ recovery-image] Aug 19 15:47:16.854 INFO O| Aug 19 15:47:16.853 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-19T15:47:18.193Z[ recovery-image] Aug 19 15:47:16.863 INFO O| Aug 19 15:47:16.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74472024-08-19T15:47:18.196Z[ recovery-image] Aug 19 15:47:16.864 INFO O| Aug 19 15:47:16.864 INFO STEP 1186 (remove_files) COMPLETE
74482024-08-19T15:47:18.196Z[ recovery-image] Aug 19 15:47:16.864 INFO O| Aug 19 15:47:16.864 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-19T15:47:18.205Z[ recovery-image] Aug 19 15:47:16.875 INFO O| Aug 19 15:47:16.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74502024-08-19T15:47:18.205Z[ recovery-image] Aug 19 15:47:16.875 INFO O| Aug 19 15:47:16.875 INFO STEP 1187 (remove_files) COMPLETE
74512024-08-19T15:47:18.205Z[ recovery-image] Aug 19 15:47:16.875 INFO O| Aug 19 15:47:16.875 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-19T15:47:18.215Z[ recovery-image] Aug 19 15:47:16.885 INFO O| Aug 19 15:47:16.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74532024-08-19T15:47:18.215Z[ recovery-image] Aug 19 15:47:16.885 INFO O| Aug 19 15:47:16.885 INFO STEP 1188 (remove_files) COMPLETE
74542024-08-19T15:47:18.215Z[ recovery-image] Aug 19 15:47:16.885 INFO O| Aug 19 15:47:16.885 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-19T15:47:18.228Z[ recovery-image] Aug 19 15:47:16.898 INFO O| Aug 19 15:47:16.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74562024-08-19T15:47:18.228Z[ recovery-image] Aug 19 15:47:16.898 INFO O| Aug 19 15:47:16.898 INFO STEP 1189 (remove_files) COMPLETE
74572024-08-19T15:47:18.231Z[ recovery-image] Aug 19 15:47:16.898 INFO O| Aug 19 15:47:16.898 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-19T15:47:18.240Z[ recovery-image] Aug 19 15:47:16.910 INFO O| Aug 19 15:47:16.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74592024-08-19T15:47:18.240Z[ recovery-image] Aug 19 15:47:16.910 INFO O| Aug 19 15:47:16.910 INFO STEP 1190 (remove_files) COMPLETE
74602024-08-19T15:47:18.246Z[ recovery-image] Aug 19 15:47:16.910 INFO O| Aug 19 15:47:16.910 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-19T15:47:18.251Z[ recovery-image] Aug 19 15:47:16.922 INFO O| Aug 19 15:47:16.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74622024-08-19T15:47:18.254Z[ recovery-image] Aug 19 15:47:16.922 INFO O| Aug 19 15:47:16.922 INFO STEP 1191 (remove_files) COMPLETE
74632024-08-19T15:47:18.254Z[ recovery-image] Aug 19 15:47:16.922 INFO O| Aug 19 15:47:16.922 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-19T15:47:18.265Z[ recovery-image] Aug 19 15:47:16.935 INFO O| Aug 19 15:47:16.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74652024-08-19T15:47:18.265Z[ recovery-image] Aug 19 15:47:16.935 INFO O| Aug 19 15:47:16.935 INFO STEP 1192 (remove_files) COMPLETE
74662024-08-19T15:47:18.265Z[ recovery-image] Aug 19 15:47:16.935 INFO O| Aug 19 15:47:16.935 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-19T15:47:18.276Z[ recovery-image] Aug 19 15:47:16.946 INFO O| Aug 19 15:47:16.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74682024-08-19T15:47:18.278Z[ recovery-image] Aug 19 15:47:16.946 INFO O| Aug 19 15:47:16.946 INFO STEP 1193 (remove_files) COMPLETE
74692024-08-19T15:47:18.278Z[ recovery-image] Aug 19 15:47:16.946 INFO O| Aug 19 15:47:16.946 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-19T15:47:18.287Z[ recovery-image] Aug 19 15:47:16.957 INFO O| Aug 19 15:47:16.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74712024-08-19T15:47:18.287Z[ recovery-image] Aug 19 15:47:16.957 INFO O| Aug 19 15:47:16.957 INFO STEP 1194 (remove_files) COMPLETE
74722024-08-19T15:47:18.287Z[ recovery-image] Aug 19 15:47:16.957 INFO O| Aug 19 15:47:16.957 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-19T15:47:18.300Z[ recovery-image] Aug 19 15:47:16.971 INFO O| Aug 19 15:47:16.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74742024-08-19T15:47:18.300Z[ recovery-image] Aug 19 15:47:16.971 INFO O| Aug 19 15:47:16.971 INFO STEP 1195 (remove_files) COMPLETE
74752024-08-19T15:47:18.303Z[ recovery-image] Aug 19 15:47:16.971 INFO O| Aug 19 15:47:16.971 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-19T15:47:18.311Z[ recovery-image] Aug 19 15:47:16.981 INFO O| Aug 19 15:47:16.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74772024-08-19T15:47:18.313Z[ recovery-image] Aug 19 15:47:16.982 INFO O| Aug 19 15:47:16.981 INFO STEP 1196 (remove_files) COMPLETE
74782024-08-19T15:47:18.313Z[ recovery-image] Aug 19 15:47:16.982 INFO O| Aug 19 15:47:16.982 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-19T15:47:18.322Z[ recovery-image] Aug 19 15:47:16.992 INFO O| Aug 19 15:47:16.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74802024-08-19T15:47:18.325Z[ recovery-image] Aug 19 15:47:16.992 INFO O| Aug 19 15:47:16.992 INFO STEP 1197 (remove_files) COMPLETE
74812024-08-19T15:47:18.325Z[ recovery-image] Aug 19 15:47:16.992 INFO O| Aug 19 15:47:16.992 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-19T15:47:18.331Z[ recovery-image] Aug 19 15:47:17.001 INFO O| Aug 19 15:47:17.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74832024-08-19T15:47:18.331Z[ recovery-image] Aug 19 15:47:17.001 INFO O| Aug 19 15:47:17.001 INFO STEP 1198 (remove_files) COMPLETE
74842024-08-19T15:47:18.334Z[ recovery-image] Aug 19 15:47:17.002 INFO O| Aug 19 15:47:17.001 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-19T15:47:18.341Z[ recovery-image] Aug 19 15:47:17.011 INFO O| Aug 19 15:47:17.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74862024-08-19T15:47:18.341Z[ recovery-image] Aug 19 15:47:17.011 INFO O| Aug 19 15:47:17.011 INFO STEP 1199 (remove_files) COMPLETE
74872024-08-19T15:47:18.341Z[ recovery-image] Aug 19 15:47:17.011 INFO O| Aug 19 15:47:17.011 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-08-19T15:47:18.351Z[ recovery-image] Aug 19 15:47:17.021 INFO O| Aug 19 15:47:17.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74892024-08-19T15:47:18.353Z[ recovery-image] Aug 19 15:47:17.021 INFO O| Aug 19 15:47:17.021 INFO STEP 1200 (remove_files) COMPLETE
74902024-08-19T15:47:18.354Z[ recovery-image] Aug 19 15:47:17.021 INFO O| Aug 19 15:47:17.021 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-08-19T15:47:18.360Z[ recovery-image] Aug 19 15:47:17.030 INFO O| Aug 19 15:47:17.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74922024-08-19T15:47:18.360Z[ recovery-image] Aug 19 15:47:17.030 INFO O| Aug 19 15:47:17.030 INFO STEP 1201 (remove_files) COMPLETE
74932024-08-19T15:47:18.362Z[ recovery-image] Aug 19 15:47:17.030 INFO O| Aug 19 15:47:17.030 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-08-19T15:47:18.370Z[ recovery-image] Aug 19 15:47:17.040 INFO O| Aug 19 15:47:17.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74952024-08-19T15:47:18.370Z[ recovery-image] Aug 19 15:47:17.040 INFO O| Aug 19 15:47:17.040 INFO STEP 1202 (remove_files) COMPLETE
74962024-08-19T15:47:18.372Z[ recovery-image] Aug 19 15:47:17.040 INFO O| Aug 19 15:47:17.040 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-08-19T15:47:18.379Z[ recovery-image] Aug 19 15:47:17.049 INFO O| Aug 19 15:47:17.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74982024-08-19T15:47:18.379Z[ recovery-image] Aug 19 15:47:17.049 INFO O| Aug 19 15:47:17.049 INFO STEP 1203 (remove_files) COMPLETE
74992024-08-19T15:47:18.379Z[ recovery-image] Aug 19 15:47:17.049 INFO O| Aug 19 15:47:17.049 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-08-19T15:47:18.388Z[ recovery-image] Aug 19 15:47:17.058 INFO O| Aug 19 15:47:17.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75012024-08-19T15:47:18.388Z[ recovery-image] Aug 19 15:47:17.058 INFO O| Aug 19 15:47:17.058 INFO STEP 1204 (remove_files) COMPLETE
75022024-08-19T15:47:18.388Z[ recovery-image] Aug 19 15:47:17.058 INFO O| Aug 19 15:47:17.058 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-08-19T15:47:18.397Z[ recovery-image] Aug 19 15:47:17.068 INFO O| Aug 19 15:47:17.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75042024-08-19T15:47:18.400Z[ recovery-image] Aug 19 15:47:17.068 INFO O| Aug 19 15:47:17.068 INFO STEP 1205 (remove_files) COMPLETE
75052024-08-19T15:47:18.400Z[ recovery-image] Aug 19 15:47:17.068 INFO O| Aug 19 15:47:17.068 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-08-19T15:47:18.407Z[ recovery-image] Aug 19 15:47:17.077 INFO O| Aug 19 15:47:17.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75072024-08-19T15:47:18.407Z[ recovery-image] Aug 19 15:47:17.077 INFO O| Aug 19 15:47:17.077 INFO STEP 1206 (remove_files) COMPLETE
75082024-08-19T15:47:18.407Z[ recovery-image] Aug 19 15:47:17.077 INFO O| Aug 19 15:47:17.077 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75092024-08-19T15:47:18.421Z[ recovery-image] Aug 19 15:47:17.091 INFO O| Aug 19 15:47:17.091 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75102024-08-19T15:47:18.421Z[ recovery-image] Aug 19 15:47:17.091 INFO O| Aug 19 15:47:17.091 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75112024-08-19T15:47:18.552Z[ host-image] Aug 19 15:47:17.222 INFO O| Aug 19 15:47:17.222 INFO O| Planning: Solver setup ... Done
75122024-08-19T15:47:18.555Z[ host-image] Aug 19 15:47:17.225 INFO O| Aug 19 15:47:17.225 INFO O| Planning: Running solver ... Done
75132024-08-19T15:47:18.593Z[ host-image] Aug 19 15:47:17.263 INFO O| Aug 19 15:47:17.263 INFO O| Planning: Finding local manifests ... Done
75142024-08-19T15:47:18.595Z[ host-image] Aug 19 15:47:17.264 INFO O| Aug 19 15:47:17.264 INFO O| Planning: Fetching manifests: 0/4 0% complete
75152024-08-19T15:47:18.682Z[ host-image] Aug 19 15:47:17.352 INFO O| Aug 19 15:47:17.352 INFO O| Planning: Fetching manifests: 4/4 100% complete
75162024-08-19T15:47:18.704Z[ host-image] Aug 19 15:47:17.374 INFO O| Aug 19 15:47:17.374 INFO O| Planning: Package planning ... Done
75172024-08-19T15:47:18.707Z[ host-image] Aug 19 15:47:17.377 INFO O| Aug 19 15:47:17.377 INFO O| Planning: Merging actions ... Done
75182024-08-19T15:47:18.786Z[ host-image] Aug 19 15:47:17.456 INFO O| Aug 19 15:47:17.456 INFO O| Planning: Checking for conflicting actions ... Done
75192024-08-19T15:47:18.789Z[ host-image] Aug 19 15:47:17.457 INFO O| Aug 19 15:47:17.457 INFO O| Planning: Consolidating action changes ... Done
75202024-08-19T15:47:18.962Z[ host-image] Aug 19 15:47:17.632 INFO O| Aug 19 15:47:17.632 INFO O| Planning: Evaluating mediators ... Done
75212024-08-19T15:47:18.965Z[ host-image] Aug 19 15:47:17.633 INFO O| Aug 19 15:47:17.633 INFO O| Planning: Planning completed in 2.10 seconds
75222024-08-19T15:47:18.965Z[ host-image] Aug 19 15:47:17.635 INFO O| Aug 19 15:47:17.635 INFO O| Packages to install: 4
75232024-08-19T15:47:18.967Z[ host-image] Aug 19 15:47:17.635 INFO O| Aug 19 15:47:17.635 INFO O| Services to change: 2
75242024-08-19T15:47:18.975Z[ host-image] Aug 19 15:47:17.645 INFO O| Aug 19 15:47:17.645 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
75252024-08-19T15:47:19.103Z[ recovery-image] Aug 19 15:47:17.773 INFO O| Aug 19 15:47:17.773 INFO STEP 1207 (pack_tar) COMPLETE
75262024-08-19T15:47:19.103Z[ recovery-image] Aug 19 15:47:17.773 INFO O| Aug 19 15:47:17.773 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75272024-08-19T15:47:19.103Z[ recovery-image] Aug 19 15:47:17.773 INFO O| Aug 19 15:47:17.773 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75282024-08-19T15:47:19.317Z[ recovery-image] Aug 19 15:47:17.988 INFO O| Aug 19 15:47:17.988 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75292024-08-19T15:47:19.397Z[ recovery-image] Aug 19 15:47:18.067 INFO O| Aug 19 15:47:18.067 INFO completed processing gimlet/ramdisk-03-recovery-trim
75302024-08-19T15:47:19.403Z[ recovery-image] Aug 19 15:47:18.073 INFO image builder template: zfs-recovery...
75312024-08-19T15:47:19.403Z[ recovery-image] Aug 19 15:47:18.073 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/.tmpUO4FzG/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None
75322024-08-19T15:47:19.433Z[ recovery-image] Aug 19 15:47:18.103 INFO O| Aug 19 15:47:18.103 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75332024-08-19T15:47:19.437Z[ recovery-image] Aug 19 15:47:18.107 INFO O| Aug 19 15:47:18.107 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75342024-08-19T15:47:19.555Z[ recovery-image] Aug 19 15:47:18.223 INFO O| Aug 19 15:47:18.223 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75352024-08-19T15:47:19.604Z[ recovery-image] Aug 19 15:47:18.273 INFO O| Aug 19 15:47:18.273 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75362024-08-19T15:47:19.604Z[ recovery-image] Aug 19 15:47:18.273 INFO O| Aug 19 15:47:18.273 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75372024-08-19T15:47:19.608Z[ recovery-image] Aug 19 15:47:18.277 INFO O| Aug 19 15:47:18.277 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75382024-08-19T15:47:19.685Z[ recovery-image] Aug 19 15:47:18.355 INFO O| Aug 19 15:47:18.355 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75392024-08-19T15:47:19.741Z[ recovery-image] Aug 19 15:47:18.409 INFO O| Aug 19 15:47:18.409 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75402024-08-19T15:47:19.748Z[ recovery-image] Aug 19 15:47:18.418 INFO O| Aug 19 15:47:18.418 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75412024-08-19T15:47:19.753Z[ recovery-image] Aug 19 15:47:18.422 INFO O| Aug 19 15:47:18.422 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75422024-08-19T15:47:19.758Z[ recovery-image] Aug 19 15:47:18.423 INFO O| Aug 19 15:47:18.423 INFO no lofi found
75432024-08-19T15:47:19.759Z[ recovery-image] Aug 19 15:47:18.424 INFO O| Aug 19 15:47:18.423 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75442024-08-19T15:47:19.759Z[ recovery-image] Aug 19 15:47:18.424 INFO O| Aug 19 15:47:18.423 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75452024-08-19T15:47:21.341Z[ recovery-image] Aug 19 15:47:20.010 INFO O| Aug 19 15:47:20.010 INFO lofi device = /dev/dsk/c2t1d0p0
75462024-08-19T15:47:21.341Z[ recovery-image] Aug 19 15:47:20.010 INFO O| Aug 19 15:47:20.010 INFO pool device = /dev/dsk/c2t1d0p0
75472024-08-19T15:47:21.345Z[ recovery-image] Aug 19 15:47:20.010 INFO O| Aug 19 15:47:20.010 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"]
75482024-08-19T15:47:21.406Z[ recovery-image] Aug 19 15:47:20.074 INFO O| Aug 19 15:47:20.074 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75492024-08-19T15:47:21.406Z[ recovery-image] Aug 19 15:47:20.074 INFO O| Aug 19 15:47:20.074 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75502024-08-19T15:47:21.419Z[ host-image] Aug 19 15:47:20.089 INFO O| Aug 19 15:47:20.089 INFO O| Download: Completed 1.39 MB in 2.44 seconds (582k/s)
75512024-08-19T15:47:21.427Z[ recovery-image] Aug 19 15:47:20.094 INFO O| Aug 19 15:47:20.094 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75522024-08-19T15:47:21.448Z[ host-image] Aug 19 15:47:20.117 INFO O| Aug 19 15:47:20.117 INFO O| Actions: 1/238 actions (Installing new actions)
75532024-08-19T15:47:21.491Z[ recovery-image] Aug 19 15:47:20.160 INFO O| Aug 19 15:47:20.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75542024-08-19T15:47:21.529Z[ recovery-image] Aug 19 15:47:20.198 INFO O| Aug 19 15:47:20.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75552024-08-19T15:47:21.542Z[ recovery-image] Aug 19 15:47:20.211 INFO O| Aug 19 15:47:20.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75562024-08-19T15:47:21.552Z[ recovery-image] Aug 19 15:47:20.222 INFO O| Aug 19 15:47:20.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75572024-08-19T15:47:21.559Z[ host-image] Aug 19 15:47:20.228 INFO O| Aug 19 15:47:20.228 INFO O| Actions: Completed 238 actions in 0.11 seconds.
75582024-08-19T15:47:21.599Z[ recovery-image] Aug 19 15:47:20.268 INFO O| Aug 19 15:47:20.268 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75592024-08-19T15:47:21.599Z[ recovery-image] Aug 19 15:47:20.268 INFO O| Aug 19 15:47:20.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75602024-08-19T15:47:21.602Z[ recovery-image] Aug 19 15:47:20.268 INFO O| Aug 19 15:47:20.268 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75612024-08-19T15:47:21.611Z[ recovery-image] Aug 19 15:47:20.280 INFO O| Aug 19 15:47:20.280 INFO boot environment UUID: 34c051d9-7cbe-435e-9a85-503440dc46c2
75622024-08-19T15:47:21.611Z[ recovery-image] Aug 19 15:47:20.281 INFO O| Aug 19 15:47:20.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 34c051d9-7cbe-435e-9a85-503440dc46c2
75632024-08-19T15:47:21.621Z[ recovery-image] Aug 19 15:47:20.291 INFO O| Aug 19 15:47:20.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75642024-08-19T15:47:21.632Z[ recovery-image] Aug 19 15:47:20.302 INFO O| Aug 19 15:47:20.302 INFO STEP 0 (create_be) COMPLETE
75652024-08-19T15:47:21.632Z[ recovery-image] Aug 19 15:47:20.302 INFO O| Aug 19 15:47:20.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75662024-08-19T15:47:21.647Z[ recovery-image] Aug 19 15:47:20.317 INFO O| Aug 19 15:47:20.317 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"]
75672024-08-19T15:47:21.710Z[ host-image] Aug 19 15:47:20.380 INFO O| Aug 19 15:47:20.379 INFO O| Done
75682024-08-19T15:47:21.710Z[ host-image] Aug 19 15:47:20.380 INFO O| Aug 19 15:47:20.379 INFO O| Done
75692024-08-19T15:47:22.201Z[ host-image] Aug 19 15:47:20.870 INFO O| Aug 19 15:47:20.870 INFO O| Done
75702024-08-19T15:47:23.687Z[ recovery-image] Aug 19 15:47:22.356 INFO O| Aug 19 15:47:22.356 INFO STEP 1 (unpack_tar) COMPLETE
75712024-08-19T15:47:23.687Z[ recovery-image] Aug 19 15:47:22.356 INFO O| Aug 19 15:47:22.356 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75722024-08-19T15:47:23.699Z[ recovery-image] Aug 19 15:47:22.368 INFO O| Aug 19 15:47:22.368 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75732024-08-19T15:47:24.110Z[ recovery-image] Aug 19 15:47:22.780 INFO O| Aug 19 15:47:22.780 INFO STEP 2 (devfsadm) COMPLETE
75742024-08-19T15:47:24.111Z[ recovery-image] Aug 19 15:47:22.780 INFO O| Aug 19 15:47:22.780 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75752024-08-19T15:47:24.124Z[ recovery-image] Aug 19 15:47:22.794 INFO O| Aug 19 15:47:22.794 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75762024-08-19T15:47:24.126Z[ recovery-image] Aug 19 15:47:22.794 INFO O| Aug 19 15:47:22.794 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75772024-08-19T15:47:24.126Z[ recovery-image] Aug 19 15:47:22.794 INFO O| Aug 19 15:47:22.794 INFO STEP 3 (ensure_dir) COMPLETE
75782024-08-19T15:47:24.126Z[ recovery-image] Aug 19 15:47:22.794 INFO O| Aug 19 15:47:22.794 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75792024-08-19T15:47:24.134Z[ recovery-image] Aug 19 15:47:22.804 INFO O| Aug 19 15:47:22.804 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75802024-08-19T15:47:24.136Z[ recovery-image] Aug 19 15:47:22.804 INFO O| Aug 19 15:47:22.804 INFO STEP 4 (ensure_dir) COMPLETE
75812024-08-19T15:47:24.137Z[ recovery-image] Aug 19 15:47:22.804 INFO O| Aug 19 15:47:22.804 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75822024-08-19T15:47:24.143Z[ recovery-image] Aug 19 15:47:22.813 INFO O| Aug 19 15:47:22.813 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75832024-08-19T15:47:24.143Z[ recovery-image] Aug 19 15:47:22.813 INFO O| Aug 19 15:47:22.813 INFO STEP 5 (ensure_dir) COMPLETE
75842024-08-19T15:47:24.147Z[ recovery-image] Aug 19 15:47:22.813 INFO O| Aug 19 15:47:22.813 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75852024-08-19T15:47:24.154Z[ recovery-image] Aug 19 15:47:22.823 INFO O| Aug 19 15:47:22.823 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75862024-08-19T15:47:24.154Z[ recovery-image] Aug 19 15:47:22.823 INFO O| Aug 19 15:47:22.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75872024-08-19T15:47:24.154Z[ recovery-image] Aug 19 15:47:22.823 INFO O| Aug 19 15:47:22.823 INFO STEP 6 (ensure_dir) COMPLETE
75882024-08-19T15:47:24.157Z[ recovery-image] Aug 19 15:47:22.823 INFO O| Aug 19 15:47:22.823 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75892024-08-19T15:47:24.161Z[ host-image] Aug 19 15:47:22.831 INFO O| Aug 19 15:47:22.831 INFO O| Done
75902024-08-19T15:47:24.164Z[ recovery-image] Aug 19 15:47:22.832 INFO O| Aug 19 15:47:22.832 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75912024-08-19T15:47:24.164Z[ recovery-image] Aug 19 15:47:22.833 INFO O| Aug 19 15:47:22.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75922024-08-19T15:47:24.164Z[ recovery-image] Aug 19 15:47:22.833 INFO O| Aug 19 15:47:22.833 INFO STEP 7 (ensure_dir) COMPLETE
75932024-08-19T15:47:24.164Z[ recovery-image] Aug 19 15:47:22.833 INFO O| Aug 19 15:47:22.833 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75942024-08-19T15:47:24.173Z[ recovery-image] Aug 19 15:47:22.842 INFO O| Aug 19 15:47:22.842 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75952024-08-19T15:47:24.175Z[ recovery-image] Aug 19 15:47:22.843 INFO O| Aug 19 15:47:22.843 INFO STEP 8 (remove_files) COMPLETE
75962024-08-19T15:47:24.175Z[ recovery-image] Aug 19 15:47:22.843 INFO O| Aug 19 15:47:22.843 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-19T15:47:24.182Z[ recovery-image] Aug 19 15:47:22.852 INFO O| Aug 19 15:47:22.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75982024-08-19T15:47:24.185Z[ recovery-image] Aug 19 15:47:22.853 INFO O| Aug 19 15:47:22.853 INFO STEP 9 (remove_files) COMPLETE
75992024-08-19T15:47:24.185Z[ recovery-image] Aug 19 15:47:22.853 INFO O| Aug 19 15:47:22.853 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76002024-08-19T15:47:24.187Z[ host-image] Aug 19 15:47:22.855 INFO O| Aug 19 15:47:22.855 INFO O| Done
76012024-08-19T15:47:24.187Z[ host-image] Aug 19 15:47:22.855 INFO O| Aug 19 15:47:22.855 INFO O| Done
76022024-08-19T15:47:24.193Z[ recovery-image] Aug 19 15:47:22.862 INFO O| Aug 19 15:47:22.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76032024-08-19T15:47:24.195Z[ recovery-image] Aug 19 15:47:22.863 INFO O| Aug 19 15:47:22.863 INFO STEP 10 (remove_files) COMPLETE
76042024-08-19T15:47:24.195Z[ recovery-image] Aug 19 15:47:22.863 INFO O| Aug 19 15:47:22.863 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76052024-08-19T15:47:24.199Z[ host-image] Aug 19 15:47:22.869 INFO O| Aug 19 15:47:22.869 INFO O| Done
76062024-08-19T15:47:24.203Z[ recovery-image] Aug 19 15:47:22.872 INFO O| Aug 19 15:47:22.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76072024-08-19T15:47:24.205Z[ recovery-image] Aug 19 15:47:22.873 INFO O| Aug 19 15:47:22.873 INFO STEP 11 (remove_files) COMPLETE
76082024-08-19T15:47:24.205Z[ recovery-image] Aug 19 15:47:22.873 INFO O| Aug 19 15:47:22.873 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76092024-08-19T15:47:24.213Z[ recovery-image] Aug 19 15:47:22.882 INFO O| Aug 19 15:47:22.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76102024-08-19T15:47:24.213Z[ recovery-image] Aug 19 15:47:22.882 INFO O| Aug 19 15:47:22.882 INFO STEP 12 (remove_files) COMPLETE
76112024-08-19T15:47:24.213Z[ recovery-image] Aug 19 15:47:22.882 INFO O| Aug 19 15:47:22.882 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76122024-08-19T15:47:24.223Z[ recovery-image] Aug 19 15:47:22.892 INFO O| Aug 19 15:47:22.892 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76132024-08-19T15:47:24.223Z[ recovery-image] Aug 19 15:47:22.892 INFO O| Aug 19 15:47:22.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76142024-08-19T15:47:24.225Z[ recovery-image] Aug 19 15:47:22.892 INFO O| Aug 19 15:47:22.892 INFO STEP 13 (ensure_dir) COMPLETE
76152024-08-19T15:47:24.225Z[ recovery-image] Aug 19 15:47:22.892 INFO O| Aug 19 15:47:22.892 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76162024-08-19T15:47:24.233Z[ recovery-image] Aug 19 15:47:22.902 INFO O| Aug 19 15:47:22.902 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76172024-08-19T15:47:24.233Z[ recovery-image] Aug 19 15:47:22.903 INFO O| Aug 19 15:47:22.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76182024-08-19T15:47:24.235Z[ recovery-image] Aug 19 15:47:22.903 INFO O| Aug 19 15:47:22.903 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76192024-08-19T15:47:24.235Z[ recovery-image] Aug 19 15:47:22.903 INFO O| Aug 19 15:47:22.903 INFO STEP 14 (ensure_dir) COMPLETE
76202024-08-19T15:47:24.235Z[ recovery-image] Aug 19 15:47:22.903 INFO O| Aug 19 15:47:22.903 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76212024-08-19T15:47:24.243Z[ recovery-image] Aug 19 15:47:22.912 INFO O| Aug 19 15:47:22.912 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76222024-08-19T15:47:24.246Z[ recovery-image] Aug 19 15:47:22.912 INFO O| Aug 19 15:47:22.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76232024-08-19T15:47:24.246Z[ recovery-image] Aug 19 15:47:22.912 INFO O| Aug 19 15:47:22.912 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76242024-08-19T15:47:24.246Z[ recovery-image] Aug 19 15:47:22.912 INFO O| Aug 19 15:47:22.912 INFO STEP 15 (ensure_dir) COMPLETE
76252024-08-19T15:47:24.246Z[ recovery-image] Aug 19 15:47:22.912 INFO O| Aug 19 15:47:22.912 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76262024-08-19T15:47:24.253Z[ recovery-image] Aug 19 15:47:22.922 INFO O| Aug 19 15:47:22.922 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76272024-08-19T15:47:24.256Z[ recovery-image] Aug 19 15:47:22.923 INFO O| Aug 19 15:47:22.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76282024-08-19T15:47:24.256Z[ recovery-image] Aug 19 15:47:22.923 INFO O| Aug 19 15:47:22.923 INFO STEP 16 (ensure_dir) COMPLETE
76292024-08-19T15:47:24.256Z[ recovery-image] Aug 19 15:47:22.923 INFO O| Aug 19 15:47:22.923 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76302024-08-19T15:47:24.266Z[ recovery-image] Aug 19 15:47:22.932 INFO O| Aug 19 15:47:22.932 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76312024-08-19T15:47:24.266Z[ recovery-image] Aug 19 15:47:22.932 INFO O| Aug 19 15:47:22.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76322024-08-19T15:47:24.269Z[ recovery-image] Aug 19 15:47:22.932 INFO O| Aug 19 15:47:22.932 INFO STEP 17 (ensure_dir) COMPLETE
76332024-08-19T15:47:24.269Z[ recovery-image] Aug 19 15:47:22.932 INFO O| Aug 19 15:47:22.932 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76342024-08-19T15:47:24.273Z[ recovery-image] Aug 19 15:47:22.943 INFO O| Aug 19 15:47:22.942 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76352024-08-19T15:47:24.273Z[ recovery-image] Aug 19 15:47:22.943 INFO O| Aug 19 15:47:22.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76362024-08-19T15:47:24.273Z[ recovery-image] Aug 19 15:47:22.943 INFO O| Aug 19 15:47:22.943 INFO ok!
76372024-08-19T15:47:24.276Z[ recovery-image] Aug 19 15:47:22.943 INFO O| Aug 19 15:47:22.943 INFO STEP 18 (ensure_symlink) COMPLETE
76382024-08-19T15:47:24.276Z[ recovery-image] Aug 19 15:47:22.943 INFO O| Aug 19 15:47:22.943 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76392024-08-19T15:47:24.283Z[ recovery-image] Aug 19 15:47:22.953 INFO O| Aug 19 15:47:22.953 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76402024-08-19T15:47:24.283Z[ recovery-image] Aug 19 15:47:22.953 INFO O| Aug 19 15:47:22.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76412024-08-19T15:47:24.287Z[ recovery-image] Aug 19 15:47:22.953 INFO O| Aug 19 15:47:22.953 INFO ok!
76422024-08-19T15:47:24.287Z[ recovery-image] Aug 19 15:47:22.953 INFO O| Aug 19 15:47:22.953 INFO STEP 19 (ensure_file) COMPLETE
76432024-08-19T15:47:24.287Z[ recovery-image] Aug 19 15:47:22.953 INFO O| Aug 19 15:47:22.953 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76442024-08-19T15:47:24.293Z[ recovery-image] Aug 19 15:47:22.963 INFO O| Aug 19 15:47:22.963 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76452024-08-19T15:47:24.293Z[ recovery-image] Aug 19 15:47:22.963 INFO O| Aug 19 15:47:22.963 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76462024-08-19T15:47:24.295Z[ recovery-image] Aug 19 15:47:22.963 INFO O| Aug 19 15:47:22.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76472024-08-19T15:47:24.295Z[ recovery-image] Aug 19 15:47:22.963 INFO O| Aug 19 15:47:22.963 INFO ok!
76482024-08-19T15:47:24.295Z[ recovery-image] Aug 19 15:47:22.963 INFO O| Aug 19 15:47:22.963 INFO STEP 20 (ensure_symlink) COMPLETE
76492024-08-19T15:47:24.296Z[ recovery-image] Aug 19 15:47:22.963 INFO O| Aug 19 15:47:22.963 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76502024-08-19T15:47:24.299Z[ host-image] Aug 19 15:47:22.968 INFO O| Aug 19 15:47:22.968 INFO STEP 12 (pkg_install) COMPLETE
76512024-08-19T15:47:24.299Z[ host-image] Aug 19 15:47:22.968 INFO O| Aug 19 15:47:22.968 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76522024-08-19T15:47:24.304Z[ recovery-image] Aug 19 15:47:22.974 INFO O| Aug 19 15:47:22.974 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76532024-08-19T15:47:24.304Z[ recovery-image] Aug 19 15:47:22.974 INFO O| Aug 19 15:47:22.974 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76542024-08-19T15:47:24.306Z[ recovery-image] Aug 19 15:47:22.974 INFO O| Aug 19 15:47:22.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76552024-08-19T15:47:24.306Z[ recovery-image] Aug 19 15:47:22.974 INFO O| Aug 19 15:47:22.974 INFO ok!
76562024-08-19T15:47:24.307Z[ recovery-image] Aug 19 15:47:22.974 INFO O| Aug 19 15:47:22.974 INFO STEP 21 (ensure_symlink) COMPLETE
76572024-08-19T15:47:24.307Z[ recovery-image] Aug 19 15:47:22.974 INFO O| Aug 19 15:47:22.974 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76582024-08-19T15:47:24.312Z[ host-image] Aug 19 15:47:22.978 INFO O| Aug 19 15:47:22.978 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
76592024-08-19T15:47:24.315Z[ recovery-image] Aug 19 15:47:22.985 INFO O| Aug 19 15:47:22.985 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76602024-08-19T15:47:24.316Z[ recovery-image] Aug 19 15:47:22.985 INFO O| Aug 19 15:47:22.985 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76612024-08-19T15:47:24.318Z[ recovery-image] Aug 19 15:47:22.985 INFO O| Aug 19 15:47:22.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76622024-08-19T15:47:24.318Z[ recovery-image] Aug 19 15:47:22.985 INFO O| Aug 19 15:47:22.985 INFO ok!
76632024-08-19T15:47:24.318Z[ recovery-image] Aug 19 15:47:22.985 INFO O| Aug 19 15:47:22.985 INFO STEP 22 (ensure_symlink) COMPLETE
76642024-08-19T15:47:24.318Z[ recovery-image] Aug 19 15:47:22.985 INFO O| Aug 19 15:47:22.985 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76652024-08-19T15:47:24.325Z[ recovery-image] Aug 19 15:47:22.995 INFO O| Aug 19 15:47:22.995 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76662024-08-19T15:47:24.325Z[ recovery-image] Aug 19 15:47:22.995 INFO O| Aug 19 15:47:22.995 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76672024-08-19T15:47:24.328Z[ recovery-image] Aug 19 15:47:22.995 INFO O| Aug 19 15:47:22.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76682024-08-19T15:47:24.328Z[ recovery-image] Aug 19 15:47:22.995 INFO O| Aug 19 15:47:22.995 INFO ok!
76692024-08-19T15:47:24.328Z[ recovery-image] Aug 19 15:47:22.995 INFO O| Aug 19 15:47:22.995 INFO STEP 23 (ensure_symlink) COMPLETE
76702024-08-19T15:47:24.328Z[ recovery-image] Aug 19 15:47:22.995 INFO O| Aug 19 15:47:22.995 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76712024-08-19T15:47:24.336Z[ recovery-image] Aug 19 15:47:23.006 INFO O| Aug 19 15:47:23.006 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76722024-08-19T15:47:24.338Z[ recovery-image] Aug 19 15:47:23.006 INFO O| Aug 19 15:47:23.006 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 ...
76732024-08-19T15:47:24.340Z[ recovery-image] Aug 19 15:47:23.006 INFO O| Aug 19 15:47:23.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76742024-08-19T15:47:24.340Z[ recovery-image] Aug 19 15:47:23.006 INFO O| Aug 19 15:47:23.006 INFO ok!
76752024-08-19T15:47:24.340Z[ recovery-image] Aug 19 15:47:23.006 INFO O| Aug 19 15:47:23.006 INFO STEP 24 (ensure_file) COMPLETE
76762024-08-19T15:47:24.340Z[ recovery-image] Aug 19 15:47:23.006 INFO O| Aug 19 15:47:23.006 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76772024-08-19T15:47:24.346Z[ recovery-image] Aug 19 15:47:23.016 INFO O| Aug 19 15:47:23.016 INFO updating shadow file
76782024-08-19T15:47:24.350Z[ recovery-image] Aug 19 15:47:23.016 INFO O| Aug 19 15:47:23.016 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76792024-08-19T15:47:24.350Z[ recovery-image] Aug 19 15:47:23.016 INFO O| Aug 19 15:47:23.016 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76802024-08-19T15:47:24.350Z[ recovery-image] Aug 19 15:47:23.016 INFO O| Aug 19 15:47:23.016 INFO STEP 25 (shadow) COMPLETE
76812024-08-19T15:47:24.350Z[ recovery-image] Aug 19 15:47:23.016 INFO O| Aug 19 15:47:23.016 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76822024-08-19T15:47:24.356Z[ recovery-image] Aug 19 15:47:23.026 INFO O| Aug 19 15:47:23.026 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76832024-08-19T15:47:24.360Z[ recovery-image] Aug 19 15:47:23.026 INFO O| Aug 19 15:47:23.026 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76842024-08-19T15:47:24.360Z[ recovery-image] Aug 19 15:47:23.026 INFO O| Aug 19 15:47:23.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76852024-08-19T15:47:24.360Z[ recovery-image] Aug 19 15:47:23.026 INFO O| Aug 19 15:47:23.026 INFO ok!
76862024-08-19T15:47:24.361Z[ recovery-image] Aug 19 15:47:23.026 INFO O| Aug 19 15:47:23.026 INFO STEP 26 (ensure_file) COMPLETE
76872024-08-19T15:47:24.361Z[ recovery-image] Aug 19 15:47:23.026 INFO O| Aug 19 15:47:23.026 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76882024-08-19T15:47:24.366Z[ recovery-image] Aug 19 15:47:23.036 INFO O| Aug 19 15:47:23.036 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76892024-08-19T15:47:24.370Z[ recovery-image] Aug 19 15:47:23.036 INFO O| Aug 19 15:47:23.036 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76902024-08-19T15:47:24.370Z[ recovery-image] Aug 19 15:47:23.036 INFO O| Aug 19 15:47:23.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76912024-08-19T15:47:24.370Z[ recovery-image] Aug 19 15:47:23.036 INFO O| Aug 19 15:47:23.036 INFO ok!
76922024-08-19T15:47:24.370Z[ recovery-image] Aug 19 15:47:23.036 INFO O| Aug 19 15:47:23.036 INFO STEP 27 (ensure_file) COMPLETE
76932024-08-19T15:47:24.370Z[ recovery-image] Aug 19 15:47:23.036 INFO O| Aug 19 15:47:23.036 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76942024-08-19T15:47:24.377Z[ recovery-image] Aug 19 15:47:23.046 INFO O| Aug 19 15:47:23.046 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76952024-08-19T15:47:24.377Z[ recovery-image] Aug 19 15:47:23.046 INFO O| Aug 19 15:47:23.046 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76962024-08-19T15:47:24.379Z[ recovery-image] Aug 19 15:47:23.047 INFO O| Aug 19 15:47:23.047 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76972024-08-19T15:47:24.380Z[ recovery-image] Aug 19 15:47:23.047 INFO O| Aug 19 15:47:23.047 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76982024-08-19T15:47:24.380Z[ recovery-image] Aug 19 15:47:23.047 INFO O| Aug 19 15:47:23.047 INFO ok!
76992024-08-19T15:47:24.380Z[ recovery-image] Aug 19 15:47:23.047 INFO O| Aug 19 15:47:23.047 INFO STEP 28 (ensure_file) COMPLETE
77002024-08-19T15:47:24.380Z[ recovery-image] Aug 19 15:47:23.047 INFO O| Aug 19 15:47:23.047 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77012024-08-19T15:47:24.387Z[ recovery-image] Aug 19 15:47:23.056 INFO O| Aug 19 15:47:23.056 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77022024-08-19T15:47:24.387Z[ recovery-image] Aug 19 15:47:23.056 INFO O| Aug 19 15:47:23.056 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77032024-08-19T15:47:24.389Z[ recovery-image] Aug 19 15:47:23.057 INFO O| Aug 19 15:47:23.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77042024-08-19T15:47:24.389Z[ recovery-image] Aug 19 15:47:23.057 INFO O| Aug 19 15:47:23.057 INFO ok!
77052024-08-19T15:47:24.389Z[ recovery-image] Aug 19 15:47:23.057 INFO O| Aug 19 15:47:23.057 INFO STEP 29 (ensure_file) COMPLETE
77062024-08-19T15:47:24.389Z[ recovery-image] Aug 19 15:47:23.057 INFO O| Aug 19 15:47:23.057 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77072024-08-19T15:47:24.397Z[ recovery-image] Aug 19 15:47:23.066 INFO O| Aug 19 15:47:23.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77082024-08-19T15:47:24.397Z[ recovery-image] Aug 19 15:47:23.066 INFO O| Aug 19 15:47:23.066 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77092024-08-19T15:47:24.399Z[ recovery-image] Aug 19 15:47:23.066 INFO O| Aug 19 15:47:23.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77102024-08-19T15:47:24.399Z[ recovery-image] Aug 19 15:47:23.066 INFO O| Aug 19 15:47:23.066 INFO ok!
77112024-08-19T15:47:24.399Z[ recovery-image] Aug 19 15:47:23.066 INFO O| Aug 19 15:47:23.066 INFO STEP 30 (ensure_file) COMPLETE
77122024-08-19T15:47:24.399Z[ recovery-image] Aug 19 15:47:23.066 INFO O| Aug 19 15:47:23.066 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77132024-08-19T15:47:24.408Z[ recovery-image] Aug 19 15:47:23.076 INFO O| Aug 19 15:47:23.076 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77142024-08-19T15:47:24.408Z[ recovery-image] Aug 19 15:47:23.076 INFO O| Aug 19 15:47:23.076 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77152024-08-19T15:47:24.410Z[ recovery-image] Aug 19 15:47:23.076 INFO O| Aug 19 15:47:23.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77162024-08-19T15:47:24.411Z[ recovery-image] Aug 19 15:47:23.076 INFO O| Aug 19 15:47:23.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77172024-08-19T15:47:24.411Z[ recovery-image] Aug 19 15:47:23.076 INFO O| Aug 19 15:47:23.076 INFO ok!
77182024-08-19T15:47:24.411Z[ recovery-image] Aug 19 15:47:23.076 INFO O| Aug 19 15:47:23.076 INFO STEP 31 (ensure_file) COMPLETE
77192024-08-19T15:47:24.411Z[ recovery-image] Aug 19 15:47:23.076 INFO O| Aug 19 15:47:23.076 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77202024-08-19T15:47:24.416Z[ recovery-image] Aug 19 15:47:23.086 INFO O| Aug 19 15:47:23.086 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77212024-08-19T15:47:24.416Z[ recovery-image] Aug 19 15:47:23.086 INFO O| Aug 19 15:47:23.086 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77222024-08-19T15:47:24.419Z[ recovery-image] Aug 19 15:47:23.086 INFO O| Aug 19 15:47:23.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77232024-08-19T15:47:24.419Z[ recovery-image] Aug 19 15:47:23.086 INFO O| Aug 19 15:47:23.086 INFO ok!
77242024-08-19T15:47:24.419Z[ recovery-image] Aug 19 15:47:23.086 INFO O| Aug 19 15:47:23.086 INFO STEP 32 (ensure_file) COMPLETE
77252024-08-19T15:47:24.419Z[ recovery-image] Aug 19 15:47:23.086 INFO O| Aug 19 15:47:23.086 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77262024-08-19T15:47:24.426Z[ recovery-image] Aug 19 15:47:23.096 INFO O| Aug 19 15:47:23.096 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77272024-08-19T15:47:24.426Z[ recovery-image] Aug 19 15:47:23.096 INFO O| Aug 19 15:47:23.096 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77282024-08-19T15:47:24.429Z[ recovery-image] Aug 19 15:47:23.096 INFO O| Aug 19 15:47:23.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77292024-08-19T15:47:24.429Z[ recovery-image] Aug 19 15:47:23.096 INFO O| Aug 19 15:47:23.096 INFO ok!
77302024-08-19T15:47:24.429Z[ recovery-image] Aug 19 15:47:23.096 INFO O| Aug 19 15:47:23.096 INFO STEP 33 (ensure_file) COMPLETE
77312024-08-19T15:47:24.429Z[ recovery-image] Aug 19 15:47:23.096 INFO O| Aug 19 15:47:23.096 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77322024-08-19T15:47:24.436Z[ recovery-image] Aug 19 15:47:23.105 INFO O| Aug 19 15:47:23.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77332024-08-19T15:47:24.436Z[ recovery-image] Aug 19 15:47:23.105 INFO O| Aug 19 15:47:23.105 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77342024-08-19T15:47:24.438Z[ recovery-image] Aug 19 15:47:23.105 INFO O| Aug 19 15:47:23.105 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77352024-08-19T15:47:24.438Z[ recovery-image] Aug 19 15:47:23.106 INFO O| Aug 19 15:47:23.106 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77362024-08-19T15:47:24.438Z[ recovery-image] Aug 19 15:47:23.106 INFO O| Aug 19 15:47:23.106 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77372024-08-19T15:47:24.438Z[ recovery-image] Aug 19 15:47:23.106 INFO O| Aug 19 15:47:23.106 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77382024-08-19T15:47:24.438Z[ recovery-image] Aug 19 15:47:23.106 INFO O| Aug 19 15:47:23.106 INFO ok!
77392024-08-19T15:47:24.438Z[ recovery-image] Aug 19 15:47:23.106 INFO O| Aug 19 15:47:23.106 INFO STEP 34 (ensure_file) COMPLETE
77402024-08-19T15:47:24.438Z[ recovery-image] Aug 19 15:47:23.106 INFO O| Aug 19 15:47:23.106 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77412024-08-19T15:47:24.446Z[ recovery-image] Aug 19 15:47:23.115 INFO O| Aug 19 15:47:23.115 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77422024-08-19T15:47:24.449Z[ recovery-image] Aug 19 15:47:23.115 INFO O| Aug 19 15:47:23.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77432024-08-19T15:47:24.449Z[ recovery-image] Aug 19 15:47:23.115 INFO O| Aug 19 15:47:23.115 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77442024-08-19T15:47:24.449Z[ recovery-image] Aug 19 15:47:23.115 INFO O| Aug 19 15:47:23.115 INFO STEP 35 (ensure_dir) COMPLETE
77452024-08-19T15:47:24.449Z[ recovery-image] Aug 19 15:47:23.115 INFO O| Aug 19 15:47:23.115 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77462024-08-19T15:47:24.456Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 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
77472024-08-19T15:47:24.456Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 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 ...
77482024-08-19T15:47:24.458Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 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
77492024-08-19T15:47:24.458Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 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
77502024-08-19T15:47:24.458Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 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
77512024-08-19T15:47:24.458Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 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
77522024-08-19T15:47:24.459Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 INFO ok!
77532024-08-19T15:47:24.459Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 INFO STEP 36 (ensure_file) COMPLETE
77542024-08-19T15:47:24.459Z[ recovery-image] Aug 19 15:47:23.126 INFO O| Aug 19 15:47:23.126 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77552024-08-19T15:47:24.466Z[ recovery-image] Aug 19 15:47:23.135 INFO O| Aug 19 15:47:23.135 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77562024-08-19T15:47:24.468Z[ recovery-image] Aug 19 15:47:23.135 INFO O| Aug 19 15:47:23.135 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 ...
77572024-08-19T15:47:24.468Z[ recovery-image] Aug 19 15:47:23.136 INFO O| Aug 19 15:47:23.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77582024-08-19T15:47:24.468Z[ recovery-image] Aug 19 15:47:23.136 INFO O| Aug 19 15:47:23.136 INFO ok!
77592024-08-19T15:47:24.468Z[ recovery-image] Aug 19 15:47:23.136 INFO O| Aug 19 15:47:23.136 INFO STEP 37 (ensure_symlink) COMPLETE
77602024-08-19T15:47:24.468Z[ recovery-image] Aug 19 15:47:23.136 INFO O| Aug 19 15:47:23.136 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77612024-08-19T15:47:24.476Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77622024-08-19T15:47:24.476Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77632024-08-19T15:47:24.479Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77642024-08-19T15:47:24.479Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77652024-08-19T15:47:24.479Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77662024-08-19T15:47:24.479Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77672024-08-19T15:47:24.479Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO ok!
77682024-08-19T15:47:24.479Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO STEP 38 (ensure_file) COMPLETE
77692024-08-19T15:47:24.479Z[ recovery-image] Aug 19 15:47:23.146 INFO O| Aug 19 15:47:23.146 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77702024-08-19T15:47:24.487Z[ recovery-image] Aug 19 15:47:23.156 INFO O| Aug 19 15:47:23.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77712024-08-19T15:47:24.490Z[ recovery-image] Aug 19 15:47:23.156 INFO O| Aug 19 15:47:23.156 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 ...
77722024-08-19T15:47:24.490Z[ recovery-image] Aug 19 15:47:23.156 INFO O| Aug 19 15:47:23.156 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
77732024-08-19T15:47:24.490Z[ recovery-image] Aug 19 15:47:23.156 INFO O| Aug 19 15:47:23.156 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77742024-08-19T15:47:24.490Z[ recovery-image] Aug 19 15:47:23.157 INFO O| Aug 19 15:47:23.156 INFO ok!
77752024-08-19T15:47:24.490Z[ recovery-image] Aug 19 15:47:23.157 INFO O| Aug 19 15:47:23.157 INFO STEP 39 (ensure_file) COMPLETE
77762024-08-19T15:47:24.490Z[ recovery-image] Aug 19 15:47:23.157 INFO O| Aug 19 15:47:23.157 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77772024-08-19T15:47:24.497Z[ recovery-image] Aug 19 15:47:23.166 INFO O| Aug 19 15:47:23.166 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77782024-08-19T15:47:24.497Z[ recovery-image] Aug 19 15:47:23.166 INFO O| Aug 19 15:47:23.166 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77792024-08-19T15:47:24.497Z[ recovery-image] Aug 19 15:47:23.166 INFO O| Aug 19 15:47:23.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77802024-08-19T15:47:24.497Z[ recovery-image] Aug 19 15:47:23.166 INFO O| Aug 19 15:47:23.166 INFO ok!
77812024-08-19T15:47:24.500Z[ recovery-image] Aug 19 15:47:23.166 INFO O| Aug 19 15:47:23.166 INFO STEP 40 (ensure_file) COMPLETE
77822024-08-19T15:47:24.500Z[ recovery-image] Aug 19 15:47:23.166 INFO O| Aug 19 15:47:23.166 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77832024-08-19T15:47:24.509Z[ recovery-image] Aug 19 15:47:23.178 INFO O| Aug 19 15:47:23.178 INFO updating shadow file
77842024-08-19T15:47:24.511Z[ recovery-image] Aug 19 15:47:23.179 INFO O| Aug 19 15:47:23.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77852024-08-19T15:47:24.511Z[ recovery-image] Aug 19 15:47:23.179 INFO O| Aug 19 15:47:23.179 INFO STEP 41 (shadow) COMPLETE
77862024-08-19T15:47:24.511Z[ recovery-image] Aug 19 15:47:23.179 INFO O| Aug 19 15:47:23.179 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77872024-08-19T15:47:24.521Z[ recovery-image] Aug 19 15:47:23.191 INFO O| Aug 19 15:47:23.191 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77882024-08-19T15:47:24.521Z[ recovery-image] Aug 19 15:47:23.191 INFO O| Aug 19 15:47:23.191 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77892024-08-19T15:47:24.524Z[ recovery-image] Aug 19 15:47:23.191 INFO O| Aug 19 15:47:23.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77902024-08-19T15:47:24.524Z[ recovery-image] Aug 19 15:47:23.191 INFO O| Aug 19 15:47:23.191 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77912024-08-19T15:47:24.524Z[ recovery-image] Aug 19 15:47:23.191 INFO O| Aug 19 15:47:23.191 INFO ok!
77922024-08-19T15:47:24.524Z[ recovery-image] Aug 19 15:47:23.191 INFO O| Aug 19 15:47:23.191 INFO STEP 42 (ensure_file) COMPLETE
77932024-08-19T15:47:24.524Z[ recovery-image] Aug 19 15:47:23.191 INFO O| Aug 19 15:47:23.191 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77942024-08-19T15:47:24.531Z[ recovery-image] Aug 19 15:47:23.201 INFO O| Aug 19 15:47:23.201 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77952024-08-19T15:47:24.531Z[ recovery-image] Aug 19 15:47:23.201 INFO O| Aug 19 15:47:23.201 INFO STEP 43 (ensure_dir) COMPLETE
77962024-08-19T15:47:24.535Z[ recovery-image] Aug 19 15:47:23.201 INFO O| Aug 19 15:47:23.201 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77972024-08-19T15:47:24.541Z[ recovery-image] Aug 19 15:47:23.211 INFO O| Aug 19 15:47:23.211 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77982024-08-19T15:47:24.541Z[ recovery-image] Aug 19 15:47:23.211 INFO O| Aug 19 15:47:23.211 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77992024-08-19T15:47:24.543Z[ recovery-image] Aug 19 15:47:23.211 INFO O| Aug 19 15:47:23.211 INFO STEP 44 (ensure_dir) COMPLETE
78002024-08-19T15:47:24.543Z[ recovery-image] Aug 19 15:47:23.211 INFO O| Aug 19 15:47:23.211 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78012024-08-19T15:47:24.553Z[ recovery-image] Aug 19 15:47:23.222 INFO O| Aug 19 15:47:23.222 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78022024-08-19T15:47:24.555Z[ recovery-image] Aug 19 15:47:23.223 INFO O| Aug 19 15:47:23.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78032024-08-19T15:47:24.555Z[ recovery-image] Aug 19 15:47:23.223 INFO O| Aug 19 15:47:23.223 INFO STEP 45 (ensure_dir) COMPLETE
78042024-08-19T15:47:24.555Z[ recovery-image] Aug 19 15:47:23.223 INFO O| Aug 19 15:47:23.223 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78052024-08-19T15:47:24.566Z[ recovery-image] Aug 19 15:47:23.236 INFO O| Aug 19 15:47:23.236 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78062024-08-19T15:47:24.569Z[ recovery-image] Aug 19 15:47:23.236 INFO O| Aug 19 15:47:23.236 INFO copying /tmp/.tmpUO4FzG/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78072024-08-19T15:47:24.608Z[ recovery-image] Aug 19 15:47:23.277 INFO O| Aug 19 15:47:23.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78082024-08-19T15:47:24.608Z[ recovery-image] Aug 19 15:47:23.278 INFO O| Aug 19 15:47:23.277 INFO ok!
78092024-08-19T15:47:24.610Z[ recovery-image] Aug 19 15:47:23.278 INFO O| Aug 19 15:47:23.277 INFO STEP 46 (ensure_file) COMPLETE
78102024-08-19T15:47:24.610Z[ recovery-image] Aug 19 15:47:23.278 INFO O| Aug 19 15:47:23.277 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78112024-08-19T15:47:24.620Z[ recovery-image] Aug 19 15:47:23.289 INFO O| Aug 19 15:47:23.289 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78122024-08-19T15:47:24.622Z[ recovery-image] Aug 19 15:47:23.290 INFO O| Aug 19 15:47:23.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78132024-08-19T15:47:24.622Z[ recovery-image] Aug 19 15:47:23.290 INFO O| Aug 19 15:47:23.290 INFO STEP 47 (ensure_dir) COMPLETE
78142024-08-19T15:47:24.622Z[ recovery-image] Aug 19 15:47:23.290 INFO O| Aug 19 15:47:23.290 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78152024-08-19T15:47:24.630Z[ recovery-image] Aug 19 15:47:23.300 INFO O| Aug 19 15:47:23.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78162024-08-19T15:47:24.630Z[ recovery-image] Aug 19 15:47:23.300 INFO O| Aug 19 15:47:23.300 INFO copying /tmp/.tmpUO4FzG/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78172024-08-19T15:47:24.630Z[ recovery-image] Aug 19 15:47:23.300 INFO O| Aug 19 15:47:23.300 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78182024-08-19T15:47:24.633Z[ recovery-image] Aug 19 15:47:23.300 INFO O| Aug 19 15:47:23.300 INFO ok!
78192024-08-19T15:47:24.633Z[ recovery-image] Aug 19 15:47:23.300 INFO O| Aug 19 15:47:23.300 INFO STEP 48 (ensure_file) COMPLETE
78202024-08-19T15:47:24.633Z[ recovery-image] Aug 19 15:47:23.300 INFO O| Aug 19 15:47:23.300 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78212024-08-19T15:47:24.640Z[ recovery-image] Aug 19 15:47:23.310 INFO O| Aug 19 15:47:23.310 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78222024-08-19T15:47:24.642Z[ recovery-image] Aug 19 15:47:23.310 INFO O| Aug 19 15:47:23.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78232024-08-19T15:47:24.642Z[ recovery-image] Aug 19 15:47:23.310 INFO O| Aug 19 15:47:23.310 INFO STEP 49 (ensure_dir) COMPLETE
78242024-08-19T15:47:24.642Z[ recovery-image] Aug 19 15:47:23.310 INFO O| Aug 19 15:47:23.310 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78252024-08-19T15:47:24.650Z[ recovery-image] Aug 19 15:47:23.320 INFO O| Aug 19 15:47:23.319 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78262024-08-19T15:47:24.652Z[ recovery-image] Aug 19 15:47:23.320 INFO O| Aug 19 15:47:23.319 INFO copying /tmp/.tmpUO4FzG/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78272024-08-19T15:47:24.670Z[ recovery-image] Aug 19 15:47:23.339 INFO O| Aug 19 15:47:23.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78282024-08-19T15:47:24.670Z[ recovery-image] Aug 19 15:47:23.339 INFO O| Aug 19 15:47:23.339 INFO ok!
78292024-08-19T15:47:24.672Z[ recovery-image] Aug 19 15:47:23.339 INFO O| Aug 19 15:47:23.339 INFO STEP 50 (ensure_file) COMPLETE
78302024-08-19T15:47:24.672Z[ recovery-image] Aug 19 15:47:23.339 INFO O| Aug 19 15:47:23.339 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78312024-08-19T15:47:24.680Z[ recovery-image] Aug 19 15:47:23.350 INFO O| Aug 19 15:47:23.350 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78322024-08-19T15:47:24.680Z[ recovery-image] Aug 19 15:47:23.350 INFO O| Aug 19 15:47:23.350 INFO copying /tmp/.tmpUO4FzG/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78332024-08-19T15:47:24.875Z[ host-image] Aug 19 15:47:23.545 INFO O| Aug 19 15:47:23.544 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
78342024-08-19T15:47:24.968Z[ recovery-image] Aug 19 15:47:23.637 INFO O| Aug 19 15:47:23.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78352024-08-19T15:47:24.968Z[ recovery-image] Aug 19 15:47:23.637 INFO O| Aug 19 15:47:23.637 INFO ok!
78362024-08-19T15:47:24.971Z[ recovery-image] Aug 19 15:47:23.637 INFO O| Aug 19 15:47:23.637 INFO STEP 51 (ensure_file) COMPLETE
78372024-08-19T15:47:24.971Z[ recovery-image] Aug 19 15:47:23.637 INFO O| Aug 19 15:47:23.637 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78382024-08-19T15:47:24.981Z[ recovery-image] Aug 19 15:47:23.650 INFO O| Aug 19 15:47:23.650 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78392024-08-19T15:47:24.983Z[ recovery-image] Aug 19 15:47:23.650 INFO O| Aug 19 15:47:23.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78402024-08-19T15:47:24.983Z[ recovery-image] Aug 19 15:47:23.650 INFO O| Aug 19 15:47:23.650 INFO STEP 52 (ensure_dir) COMPLETE
78412024-08-19T15:47:24.983Z[ recovery-image] Aug 19 15:47:23.650 INFO O| Aug 19 15:47:23.650 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78422024-08-19T15:47:24.992Z[ recovery-image] Aug 19 15:47:23.661 INFO O| Aug 19 15:47:23.661 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78432024-08-19T15:47:24.992Z[ recovery-image] Aug 19 15:47:23.661 INFO O| Aug 19 15:47:23.661 INFO copying /tmp/.tmpUO4FzG/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 ...
78442024-08-19T15:47:24.992Z[ recovery-image] Aug 19 15:47:23.661 INFO O| Aug 19 15:47:23.661 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
78452024-08-19T15:47:24.994Z[ recovery-image] Aug 19 15:47:23.661 INFO O| Aug 19 15:47:23.661 INFO ok!
78462024-08-19T15:47:24.994Z[ recovery-image] Aug 19 15:47:23.661 INFO O| Aug 19 15:47:23.661 INFO STEP 53 (ensure_file) COMPLETE
78472024-08-19T15:47:24.994Z[ recovery-image] Aug 19 15:47:23.661 INFO O| Aug 19 15:47:23.661 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78482024-08-19T15:47:25.003Z[ recovery-image] Aug 19 15:47:23.673 INFO O| Aug 19 15:47:23.673 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78492024-08-19T15:47:25.003Z[ recovery-image] Aug 19 15:47:23.673 INFO O| Aug 19 15:47:23.673 INFO copying /tmp/.tmpUO4FzG/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 ...
78502024-08-19T15:47:25.006Z[ recovery-image] Aug 19 15:47:23.673 INFO O| Aug 19 15:47:23.673 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
78512024-08-19T15:47:25.006Z[ recovery-image] Aug 19 15:47:23.673 INFO O| Aug 19 15:47:23.673 INFO ok!
78522024-08-19T15:47:25.006Z[ recovery-image] Aug 19 15:47:23.673 INFO O| Aug 19 15:47:23.673 INFO STEP 54 (ensure_file) COMPLETE
78532024-08-19T15:47:25.006Z[ recovery-image] Aug 19 15:47:23.673 INFO O| Aug 19 15:47:23.673 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78542024-08-19T15:47:25.014Z[ recovery-image] Aug 19 15:47:23.684 INFO O| Aug 19 15:47:23.684 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78552024-08-19T15:47:25.017Z[ recovery-image] Aug 19 15:47:23.684 INFO O| Aug 19 15:47:23.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78562024-08-19T15:47:25.017Z[ recovery-image] Aug 19 15:47:23.684 INFO O| Aug 19 15:47:23.684 INFO STEP 55 (ensure_dir) COMPLETE
78572024-08-19T15:47:25.017Z[ recovery-image] Aug 19 15:47:23.684 INFO O| Aug 19 15:47:23.684 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78582024-08-19T15:47:25.026Z[ recovery-image] Aug 19 15:47:23.694 INFO O| Aug 19 15:47:23.694 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78592024-08-19T15:47:25.026Z[ recovery-image] Aug 19 15:47:23.694 INFO O| Aug 19 15:47:23.694 INFO copying /tmp/.tmpUO4FzG/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 ...
78602024-08-19T15:47:25.030Z[ recovery-image] Aug 19 15:47:23.694 INFO O| Aug 19 15:47:23.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78612024-08-19T15:47:25.030Z[ recovery-image] Aug 19 15:47:23.694 INFO O| Aug 19 15:47:23.694 INFO ok!
78622024-08-19T15:47:25.030Z[ recovery-image] Aug 19 15:47:23.694 INFO O| Aug 19 15:47:23.694 INFO STEP 56 (ensure_file) COMPLETE
78632024-08-19T15:47:25.030Z[ recovery-image] Aug 19 15:47:23.694 INFO O| Aug 19 15:47:23.694 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78642024-08-19T15:47:25.035Z[ recovery-image] Aug 19 15:47:23.704 INFO O| Aug 19 15:47:23.704 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78652024-08-19T15:47:25.035Z[ recovery-image] Aug 19 15:47:23.704 INFO O| Aug 19 15:47:23.704 INFO copying /tmp/.tmpUO4FzG/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 ...
78662024-08-19T15:47:25.035Z[ recovery-image] Aug 19 15:47:23.705 INFO O| Aug 19 15:47:23.705 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
78672024-08-19T15:47:25.035Z[ recovery-image] Aug 19 15:47:23.705 INFO O| Aug 19 15:47:23.705 INFO ok!
78682024-08-19T15:47:25.035Z[ recovery-image] Aug 19 15:47:23.705 INFO O| Aug 19 15:47:23.705 INFO STEP 57 (ensure_file) COMPLETE
78692024-08-19T15:47:25.037Z[ recovery-image] Aug 19 15:47:23.705 INFO O| Aug 19 15:47:23.705 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78702024-08-19T15:47:25.045Z[ recovery-image] Aug 19 15:47:23.715 INFO O| Aug 19 15:47:23.715 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78712024-08-19T15:47:25.048Z[ recovery-image] Aug 19 15:47:23.715 INFO O| Aug 19 15:47:23.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78722024-08-19T15:47:25.048Z[ recovery-image] Aug 19 15:47:23.715 INFO O| Aug 19 15:47:23.715 INFO STEP 58 (ensure_dir) COMPLETE
78732024-08-19T15:47:25.048Z[ recovery-image] Aug 19 15:47:23.715 INFO O| Aug 19 15:47:23.715 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78742024-08-19T15:47:25.056Z[ recovery-image] Aug 19 15:47:23.725 INFO O| Aug 19 15:47:23.725 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78752024-08-19T15:47:25.056Z[ recovery-image] Aug 19 15:47:23.725 INFO O| Aug 19 15:47:23.725 INFO copying /tmp/.tmpUO4FzG/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 ...
78762024-08-19T15:47:25.058Z[ recovery-image] Aug 19 15:47:23.725 INFO O| Aug 19 15:47:23.725 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78772024-08-19T15:47:25.058Z[ recovery-image] Aug 19 15:47:23.725 INFO O| Aug 19 15:47:23.725 INFO ok!
78782024-08-19T15:47:25.058Z[ recovery-image] Aug 19 15:47:23.725 INFO O| Aug 19 15:47:23.725 INFO STEP 59 (ensure_file) COMPLETE
78792024-08-19T15:47:25.058Z[ recovery-image] Aug 19 15:47:23.725 INFO O| Aug 19 15:47:23.725 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78802024-08-19T15:47:25.066Z[ recovery-image] Aug 19 15:47:23.736 INFO O| Aug 19 15:47:23.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78812024-08-19T15:47:25.069Z[ recovery-image] Aug 19 15:47:23.736 INFO O| Aug 19 15:47:23.736 INFO copying /tmp/.tmpUO4FzG/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78822024-08-19T15:47:25.069Z[ recovery-image] Aug 19 15:47:23.736 INFO O| Aug 19 15:47:23.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78832024-08-19T15:47:25.069Z[ recovery-image] Aug 19 15:47:23.736 INFO O| Aug 19 15:47:23.736 INFO ok!
78842024-08-19T15:47:25.069Z[ recovery-image] Aug 19 15:47:23.736 INFO O| Aug 19 15:47:23.736 INFO STEP 60 (ensure_file) COMPLETE
78852024-08-19T15:47:25.069Z[ recovery-image] Aug 19 15:47:23.736 INFO O| Aug 19 15:47:23.736 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78862024-08-19T15:47:25.077Z[ recovery-image] Aug 19 15:47:23.746 INFO O| Aug 19 15:47:23.746 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78872024-08-19T15:47:25.077Z[ recovery-image] Aug 19 15:47:23.746 INFO O| Aug 19 15:47:23.746 INFO STEP 61 (ensure_dir) COMPLETE
78882024-08-19T15:47:25.079Z[ recovery-image] Aug 19 15:47:23.746 INFO O| Aug 19 15:47:23.746 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78892024-08-19T15:47:25.086Z[ recovery-image] Aug 19 15:47:23.756 INFO O| Aug 19 15:47:23.756 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78902024-08-19T15:47:25.088Z[ recovery-image] Aug 19 15:47:23.756 INFO O| Aug 19 15:47:23.756 INFO STEP 62 (ensure_dir) COMPLETE
78912024-08-19T15:47:25.089Z[ recovery-image] Aug 19 15:47:23.756 INFO O| Aug 19 15:47:23.756 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78922024-08-19T15:47:25.107Z[ recovery-image] Aug 19 15:47:23.775 INFO O| Aug 19 15:47:23.775 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78932024-08-19T15:47:25.107Z[ recovery-image] Aug 19 15:47:23.775 INFO O| Aug 19 15:47:23.775 INFO STEP 63 (ensure_dir) COMPLETE
78942024-08-19T15:47:25.107Z[ recovery-image] Aug 19 15:47:23.775 INFO O| Aug 19 15:47:23.775 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78952024-08-19T15:47:25.128Z[ recovery-image] Aug 19 15:47:23.795 INFO O| Aug 19 15:47:23.795 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78962024-08-19T15:47:25.128Z[ recovery-image] Aug 19 15:47:23.796 INFO O| Aug 19 15:47:23.796 INFO STEP 64 (ensure_dir) COMPLETE
78972024-08-19T15:47:25.128Z[ recovery-image] Aug 19 15:47:23.796 INFO O| Aug 19 15:47:23.796 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78982024-08-19T15:47:25.153Z[ recovery-image] Aug 19 15:47:23.818 INFO O| Aug 19 15:47:23.817 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78992024-08-19T15:47:25.153Z[ recovery-image] Aug 19 15:47:23.818 INFO O| Aug 19 15:47:23.818 INFO copying /tmp/.tmpUO4FzG/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79002024-08-19T15:47:25.153Z[ recovery-image] Aug 19 15:47:23.819 INFO O| Aug 19 15:47:23.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79012024-08-19T15:47:25.158Z[ recovery-image] Aug 19 15:47:23.819 INFO O| Aug 19 15:47:23.818 INFO ok!
79022024-08-19T15:47:25.158Z[ recovery-image] Aug 19 15:47:23.819 INFO O| Aug 19 15:47:23.818 INFO STEP 65 (ensure_file) COMPLETE
79032024-08-19T15:47:25.161Z[ recovery-image] Aug 19 15:47:23.819 INFO O| Aug 19 15:47:23.818 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79042024-08-19T15:47:25.174Z[ recovery-image] Aug 19 15:47:23.841 INFO O| Aug 19 15:47:23.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79052024-08-19T15:47:25.174Z[ recovery-image] Aug 19 15:47:23.841 INFO O| Aug 19 15:47:23.841 INFO STEP 66 (remove_files) COMPLETE
79062024-08-19T15:47:25.174Z[ recovery-image] Aug 19 15:47:23.841 INFO O| Aug 19 15:47:23.841 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79072024-08-19T15:47:25.193Z[ recovery-image] Aug 19 15:47:23.861 INFO O| Aug 19 15:47:23.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79082024-08-19T15:47:25.193Z[ recovery-image] Aug 19 15:47:23.861 INFO O| Aug 19 15:47:23.861 INFO STEP 67 (remove_files) COMPLETE
79092024-08-19T15:47:25.193Z[ recovery-image] Aug 19 15:47:23.861 INFO O| Aug 19 15:47:23.861 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79102024-08-19T15:47:25.215Z[ recovery-image] Aug 19 15:47:23.882 INFO O| Aug 19 15:47:23.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79112024-08-19T15:47:25.217Z[ recovery-image] Aug 19 15:47:23.882 INFO O| Aug 19 15:47:23.882 INFO STEP 68 (remove_files) COMPLETE
79122024-08-19T15:47:25.217Z[ recovery-image] Aug 19 15:47:23.882 INFO O| Aug 19 15:47:23.882 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79132024-08-19T15:47:25.233Z[ recovery-image] Aug 19 15:47:23.900 INFO O| Aug 19 15:47:23.900 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79142024-08-19T15:47:25.233Z[ recovery-image] Aug 19 15:47:23.901 INFO O| Aug 19 15:47:23.901 INFO STEP 69 (remove_files) COMPLETE
79152024-08-19T15:47:25.233Z[ recovery-image] Aug 19 15:47:23.901 INFO O| Aug 19 15:47:23.901 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79162024-08-19T15:47:25.249Z[ recovery-image] Aug 19 15:47:23.918 INFO O| Aug 19 15:47:23.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79172024-08-19T15:47:25.253Z[ recovery-image] Aug 19 15:47:23.918 INFO O| Aug 19 15:47:23.918 INFO STEP 70 (remove_files) COMPLETE
79182024-08-19T15:47:25.253Z[ recovery-image] Aug 19 15:47:23.918 INFO O| Aug 19 15:47:23.918 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79192024-08-19T15:47:25.261Z[ recovery-image] Aug 19 15:47:23.930 INFO O| Aug 19 15:47:23.930 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79202024-08-19T15:47:25.263Z[ recovery-image] Aug 19 15:47:23.930 INFO O| Aug 19 15:47:23.930 INFO STEP 71 (remove_files) COMPLETE
79212024-08-19T15:47:25.263Z[ recovery-image] Aug 19 15:47:23.930 INFO O| Aug 19 15:47:23.930 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79222024-08-19T15:47:25.272Z[ recovery-image] Aug 19 15:47:23.942 INFO O| Aug 19 15:47:23.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79232024-08-19T15:47:25.272Z[ recovery-image] Aug 19 15:47:23.942 INFO O| Aug 19 15:47:23.942 INFO STEP 72 (remove_files) COMPLETE
79242024-08-19T15:47:25.275Z[ recovery-image] Aug 19 15:47:23.942 INFO O| Aug 19 15:47:23.942 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79252024-08-19T15:47:25.285Z[ recovery-image] Aug 19 15:47:23.955 INFO O| Aug 19 15:47:23.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79262024-08-19T15:47:25.288Z[ recovery-image] Aug 19 15:47:23.955 INFO O| Aug 19 15:47:23.955 INFO STEP 73 (remove_files) COMPLETE
79272024-08-19T15:47:25.288Z[ recovery-image] Aug 19 15:47:23.955 INFO O| Aug 19 15:47:23.955 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79282024-08-19T15:47:25.296Z[ recovery-image] Aug 19 15:47:23.966 INFO O| Aug 19 15:47:23.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79292024-08-19T15:47:25.296Z[ recovery-image] Aug 19 15:47:23.966 INFO O| Aug 19 15:47:23.966 INFO STEP 74 (remove_files) COMPLETE
79302024-08-19T15:47:25.299Z[ recovery-image] Aug 19 15:47:23.966 INFO O| Aug 19 15:47:23.966 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79312024-08-19T15:47:25.309Z[ recovery-image] Aug 19 15:47:23.979 INFO O| Aug 19 15:47:23.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79322024-08-19T15:47:25.309Z[ recovery-image] Aug 19 15:47:23.979 INFO O| Aug 19 15:47:23.979 INFO STEP 75 (remove_files) COMPLETE
79332024-08-19T15:47:25.312Z[ recovery-image] Aug 19 15:47:23.979 INFO O| Aug 19 15:47:23.979 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79342024-08-19T15:47:25.322Z[ recovery-image] Aug 19 15:47:23.991 INFO O| Aug 19 15:47:23.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79352024-08-19T15:47:25.322Z[ recovery-image] Aug 19 15:47:23.991 INFO O| Aug 19 15:47:23.991 INFO STEP 76 (remove_files) COMPLETE
79362024-08-19T15:47:25.322Z[ recovery-image] Aug 19 15:47:23.991 INFO O| Aug 19 15:47:23.991 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79372024-08-19T15:47:25.336Z[ recovery-image] Aug 19 15:47:24.005 INFO O| Aug 19 15:47:24.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79382024-08-19T15:47:25.336Z[ recovery-image] Aug 19 15:47:24.005 INFO O| Aug 19 15:47:24.005 INFO STEP 77 (remove_files) COMPLETE
79392024-08-19T15:47:25.336Z[ recovery-image] Aug 19 15:47:24.005 INFO O| Aug 19 15:47:24.005 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79402024-08-19T15:47:25.348Z[ recovery-image] Aug 19 15:47:24.017 INFO O| Aug 19 15:47:24.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79412024-08-19T15:47:25.348Z[ recovery-image] Aug 19 15:47:24.017 INFO O| Aug 19 15:47:24.017 INFO STEP 78 (remove_files) COMPLETE
79422024-08-19T15:47:25.348Z[ recovery-image] Aug 19 15:47:24.017 INFO O| Aug 19 15:47:24.017 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79432024-08-19T15:47:25.359Z[ recovery-image] Aug 19 15:47:24.029 INFO O| Aug 19 15:47:24.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79442024-08-19T15:47:25.359Z[ recovery-image] Aug 19 15:47:24.029 INFO O| Aug 19 15:47:24.029 INFO STEP 79 (remove_files) COMPLETE
79452024-08-19T15:47:25.359Z[ recovery-image] Aug 19 15:47:24.029 INFO O| Aug 19 15:47:24.029 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79462024-08-19T15:47:25.372Z[ recovery-image] Aug 19 15:47:24.042 INFO O| Aug 19 15:47:24.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79472024-08-19T15:47:25.372Z[ recovery-image] Aug 19 15:47:24.042 INFO O| Aug 19 15:47:24.042 INFO STEP 80 (remove_files) COMPLETE
79482024-08-19T15:47:25.375Z[ recovery-image] Aug 19 15:47:24.042 INFO O| Aug 19 15:47:24.042 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79492024-08-19T15:47:25.385Z[ recovery-image] Aug 19 15:47:24.055 INFO O| Aug 19 15:47:24.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79502024-08-19T15:47:25.388Z[ recovery-image] Aug 19 15:47:24.055 INFO O| Aug 19 15:47:24.055 INFO STEP 81 (remove_files) COMPLETE
79512024-08-19T15:47:25.388Z[ recovery-image] Aug 19 15:47:24.055 INFO O| Aug 19 15:47:24.055 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79522024-08-19T15:47:25.399Z[ recovery-image] Aug 19 15:47:24.068 INFO O| Aug 19 15:47:24.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79532024-08-19T15:47:25.399Z[ recovery-image] Aug 19 15:47:24.068 INFO O| Aug 19 15:47:24.068 INFO STEP 82 (remove_files) COMPLETE
79542024-08-19T15:47:25.399Z[ recovery-image] Aug 19 15:47:24.068 INFO O| Aug 19 15:47:24.068 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79552024-08-19T15:47:25.412Z[ recovery-image] Aug 19 15:47:24.081 INFO O| Aug 19 15:47:24.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79562024-08-19T15:47:25.412Z[ recovery-image] Aug 19 15:47:24.081 INFO O| Aug 19 15:47:24.081 INFO STEP 83 (remove_files) COMPLETE
79572024-08-19T15:47:25.414Z[ recovery-image] Aug 19 15:47:24.082 INFO O| Aug 19 15:47:24.081 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79582024-08-19T15:47:25.425Z[ recovery-image] Aug 19 15:47:24.094 INFO O| Aug 19 15:47:24.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79592024-08-19T15:47:25.425Z[ recovery-image] Aug 19 15:47:24.094 INFO O| Aug 19 15:47:24.094 INFO STEP 84 (remove_files) COMPLETE
79602024-08-19T15:47:25.425Z[ recovery-image] Aug 19 15:47:24.094 INFO O| Aug 19 15:47:24.094 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79612024-08-19T15:47:25.437Z[ recovery-image] Aug 19 15:47:24.106 INFO O| Aug 19 15:47:24.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79622024-08-19T15:47:25.437Z[ recovery-image] Aug 19 15:47:24.106 INFO O| Aug 19 15:47:24.106 INFO STEP 85 (remove_files) COMPLETE
79632024-08-19T15:47:25.437Z[ recovery-image] Aug 19 15:47:24.106 INFO O| Aug 19 15:47:24.106 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79642024-08-19T15:47:25.448Z[ recovery-image] Aug 19 15:47:24.117 INFO O| Aug 19 15:47:24.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79652024-08-19T15:47:25.450Z[ recovery-image] Aug 19 15:47:24.117 INFO O| Aug 19 15:47:24.117 INFO STEP 86 (remove_files) COMPLETE
79662024-08-19T15:47:25.450Z[ recovery-image] Aug 19 15:47:24.117 INFO O| Aug 19 15:47:24.117 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79672024-08-19T15:47:25.459Z[ recovery-image] Aug 19 15:47:24.128 INFO O| Aug 19 15:47:24.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79682024-08-19T15:47:25.459Z[ recovery-image] Aug 19 15:47:24.128 INFO O| Aug 19 15:47:24.128 INFO STEP 87 (remove_files) COMPLETE
79692024-08-19T15:47:25.459Z[ recovery-image] Aug 19 15:47:24.128 INFO O| Aug 19 15:47:24.128 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79702024-08-19T15:47:25.469Z[ recovery-image] Aug 19 15:47:24.138 INFO O| Aug 19 15:47:24.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79712024-08-19T15:47:25.471Z[ recovery-image] Aug 19 15:47:24.138 INFO O| Aug 19 15:47:24.138 INFO STEP 88 (remove_files) COMPLETE
79722024-08-19T15:47:25.471Z[ recovery-image] Aug 19 15:47:24.138 INFO O| Aug 19 15:47:24.138 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79732024-08-19T15:47:25.479Z[ recovery-image] Aug 19 15:47:24.148 INFO O| Aug 19 15:47:24.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79742024-08-19T15:47:25.479Z[ recovery-image] Aug 19 15:47:24.148 INFO O| Aug 19 15:47:24.148 INFO STEP 89 (remove_files) COMPLETE
79752024-08-19T15:47:25.479Z[ recovery-image] Aug 19 15:47:24.148 INFO O| Aug 19 15:47:24.148 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79762024-08-19T15:47:25.489Z[ recovery-image] Aug 19 15:47:24.158 INFO O| Aug 19 15:47:24.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79772024-08-19T15:47:25.489Z[ recovery-image] Aug 19 15:47:24.158 INFO O| Aug 19 15:47:24.158 INFO STEP 90 (remove_files) COMPLETE
79782024-08-19T15:47:25.491Z[ recovery-image] Aug 19 15:47:24.158 INFO O| Aug 19 15:47:24.158 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79792024-08-19T15:47:25.498Z[ recovery-image] Aug 19 15:47:24.168 INFO O| Aug 19 15:47:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79802024-08-19T15:47:25.501Z[ recovery-image] Aug 19 15:47:24.168 INFO O| Aug 19 15:47:24.168 INFO STEP 91 (remove_files) COMPLETE
79812024-08-19T15:47:25.501Z[ recovery-image] Aug 19 15:47:24.168 INFO O| Aug 19 15:47:24.168 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79822024-08-19T15:47:25.508Z[ recovery-image] Aug 19 15:47:24.178 INFO O| Aug 19 15:47:24.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79832024-08-19T15:47:25.511Z[ recovery-image] Aug 19 15:47:24.178 INFO O| Aug 19 15:47:24.178 INFO STEP 92 (remove_files) COMPLETE
79842024-08-19T15:47:25.511Z[ recovery-image] Aug 19 15:47:24.178 INFO O| Aug 19 15:47:24.178 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79852024-08-19T15:47:25.520Z[ recovery-image] Aug 19 15:47:24.188 INFO O| Aug 19 15:47:24.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79862024-08-19T15:47:25.520Z[ recovery-image] Aug 19 15:47:24.188 INFO O| Aug 19 15:47:24.188 INFO STEP 93 (remove_files) COMPLETE
79872024-08-19T15:47:25.524Z[ recovery-image] Aug 19 15:47:24.188 INFO O| Aug 19 15:47:24.188 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79882024-08-19T15:47:25.528Z[ recovery-image] Aug 19 15:47:24.197 INFO O| Aug 19 15:47:24.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79892024-08-19T15:47:25.528Z[ recovery-image] Aug 19 15:47:24.197 INFO O| Aug 19 15:47:24.197 INFO STEP 94 (remove_files) COMPLETE
79902024-08-19T15:47:25.530Z[ recovery-image] Aug 19 15:47:24.197 INFO O| Aug 19 15:47:24.197 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79912024-08-19T15:47:25.543Z[ recovery-image] Aug 19 15:47:24.212 INFO O| Aug 19 15:47:24.212 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79922024-08-19T15:47:25.543Z[ recovery-image] Aug 19 15:47:24.212 INFO O| Aug 19 15:47:24.212 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "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"}
79932024-08-19T15:47:26.398Z[ host-image] Aug 19 15:47:25.067 INFO O| Aug 19 15:47:25.067 INFO O| Planning: Solver setup ... Done
79942024-08-19T15:47:26.404Z[ host-image] Aug 19 15:47:25.071 INFO O| Aug 19 15:47:25.071 INFO O| Planning: Running solver ... Done
79952024-08-19T15:47:26.437Z[ host-image] Aug 19 15:47:25.107 INFO O| Aug 19 15:47:25.107 INFO O| Planning: Finding local manifests ... Done
79962024-08-19T15:47:26.440Z[ host-image] Aug 19 15:47:25.108 INFO O| Aug 19 15:47:25.108 INFO O| Planning: Fetching manifests: 0/6 0% complete
79972024-08-19T15:47:26.572Z[ host-image] Aug 19 15:47:25.241 INFO O| Aug 19 15:47:25.241 INFO O| Planning: Fetching manifests: 6/6 100% complete
79982024-08-19T15:47:26.606Z[ host-image] Aug 19 15:47:25.273 INFO O| Aug 19 15:47:25.272 INFO O| Planning: Package planning ... Done
79992024-08-19T15:47:26.622Z[ host-image] Aug 19 15:47:25.291 INFO O| Aug 19 15:47:25.291 INFO O| Planning: Merging actions ... Done
80002024-08-19T15:47:26.697Z[ host-image] Aug 19 15:47:25.365 INFO O| Aug 19 15:47:25.365 INFO O| Planning: Checking for conflicting actions ... Done
80012024-08-19T15:47:26.701Z[ host-image] Aug 19 15:47:25.369 INFO O| Aug 19 15:47:25.369 INFO O| Planning: Consolidating action changes ... Done
80022024-08-19T15:47:26.875Z[ host-image] Aug 19 15:47:25.544 INFO O| Aug 19 15:47:25.544 INFO O| Planning: Evaluating mediators ... Done
80032024-08-19T15:47:26.879Z[ host-image] Aug 19 15:47:25.546 INFO O| Aug 19 15:47:25.546 INFO O| Planning: Planning completed in 2.00 seconds
80042024-08-19T15:47:26.882Z[ host-image] Aug 19 15:47:25.548 INFO O| Aug 19 15:47:25.548 INFO O| Packages to install: 6
80052024-08-19T15:47:26.882Z[ host-image] Aug 19 15:47:25.548 INFO O| Aug 19 15:47:25.548 INFO O| Mediators to change: 1
80062024-08-19T15:47:26.882Z[ host-image] Aug 19 15:47:25.548 INFO O| Aug 19 15:47:25.548 INFO O| Services to change: 1
80072024-08-19T15:47:26.891Z[ host-image] Aug 19 15:47:25.560 INFO O| Aug 19 15:47:25.560 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
80082024-08-19T15:47:32.752Z[ host-image] Aug 19 15:47:31.420 INFO O| Aug 19 15:47:31.420 INFO O| Download: 1115/1140 items 6.6/8.4MB 78% complete (1.4M/s)
80092024-08-19T15:47:32.900Z[ host-image] Aug 19 15:47:31.568 INFO O| Aug 19 15:47:31.568 INFO O| Download: Completed 8.42 MB in 6.01 seconds (1.4M/s)
80102024-08-19T15:47:32.957Z[ host-image] Aug 19 15:47:31.621 INFO O| Aug 19 15:47:31.621 INFO O| Actions: 1/1361 actions (Installing new actions)
80112024-08-19T15:47:33.347Z[ host-image] Aug 19 15:47:32.015 INFO O| Aug 19 15:47:32.015 INFO O| Actions: Completed 1361 actions in 0.39 seconds.
80122024-08-19T15:47:33.456Z[ recovery-image] Aug 19 15:47:32.124 INFO O| Aug 19 15:47:32.124 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
80132024-08-19T15:47:33.456Z[ recovery-image] Aug 19 15:47:32.124 INFO O| Aug 19 15:47:32.124 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80142024-08-19T15:47:33.470Z[ recovery-image] Aug 19 15:47:32.138 INFO O| Aug 19 15:47:32.137 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
80152024-08-19T15:47:33.548Z[ recovery-image] Aug 19 15:47:32.214 INFO O| Aug 19 15:47:32.214 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80162024-08-19T15:47:33.548Z[ recovery-image] Aug 19 15:47:32.214 INFO O| Aug 19 15:47:32.214 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 ...
80172024-08-19T15:47:33.552Z[ recovery-image] Aug 19 15:47:32.216 INFO O| Aug 19 15:47:32.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80182024-08-19T15:47:33.552Z[ recovery-image] Aug 19 15:47:32.216 INFO O| Aug 19 15:47:32.216 INFO ok!
80192024-08-19T15:47:33.552Z[ recovery-image] Aug 19 15:47:32.216 INFO O| Aug 19 15:47:32.216 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80202024-08-19T15:47:33.552Z[ recovery-image] Aug 19 15:47:32.216 INFO O| Aug 19 15:47:32.216 INFO STEP 95 (seed_smf) COMPLETE
80212024-08-19T15:47:33.552Z[ recovery-image] Aug 19 15:47:32.216 INFO O| Aug 19 15:47:32.216 INFO steps complete; finalising image!
80222024-08-19T15:47:33.552Z[ recovery-image] Aug 19 15:47:32.216 INFO O| Aug 19 15:47:32.216 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80232024-08-19T15:47:33.580Z[ host-image] Aug 19 15:47:32.248 INFO O| Aug 19 15:47:32.247 INFO O| Done
80242024-08-19T15:47:33.580Z[ host-image] Aug 19 15:47:32.248 INFO O| Aug 19 15:47:32.248 INFO O| Done
80252024-08-19T15:47:33.583Z[ recovery-image] Aug 19 15:47:32.249 INFO O| Aug 19 15:47:32.249 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Mon Aug 19 15:47:32 2024)
80262024-08-19T15:47:33.807Z[ recovery-image] Aug 19 15:47:32.474 INFO O| Aug 19 15:47:32.474 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
80272024-08-19T15:47:33.807Z[ recovery-image] Aug 19 15:47:32.474 INFO O| Aug 19 15:47:32.474 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80282024-08-19T15:47:33.990Z[ host-image] Aug 19 15:47:32.657 INFO O| Aug 19 15:47:32.657 INFO O| Done
80292024-08-19T15:47:34.001Z[ recovery-image] Aug 19 15:47:32.667 INFO O| Aug 19 15:47:32.667 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
80302024-08-19T15:47:34.001Z[ recovery-image] Aug 19 15:47:32.667 INFO O| Aug 19 15:47:32.667 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80312024-08-19T15:47:35.174Z[ host-image] Aug 19 15:47:33.842 INFO O| Aug 19 15:47:33.842 INFO O| Done
80322024-08-19T15:47:35.198Z[ host-image] Aug 19 15:47:33.866 INFO O| Aug 19 15:47:33.866 INFO O| Done
80332024-08-19T15:47:35.201Z[ host-image] Aug 19 15:47:33.866 INFO O| Aug 19 15:47:33.866 INFO O| Done
80342024-08-19T15:47:35.240Z[ host-image] Aug 19 15:47:33.908 INFO O| Aug 19 15:47:33.908 INFO O| Done
80352024-08-19T15:47:35.342Z[ host-image] Aug 19 15:47:34.010 INFO O| Aug 19 15:47:34.010 INFO STEP 13 (pkg_install) COMPLETE
80362024-08-19T15:47:35.342Z[ host-image] Aug 19 15:47:34.010 INFO O| Aug 19 15:47:34.010 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80372024-08-19T15:47:35.353Z[ host-image] Aug 19 15:47:34.021 INFO O| Aug 19 15:47:34.021 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
80382024-08-19T15:47:35.808Z[ host-image] Aug 19 15:47:34.476 INFO O| Aug 19 15:47:34.476 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80392024-08-19T15:47:36.945Z[ recovery-image] Aug 19 15:47:35.612 INFO O| Aug 19 15:47:35.612 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80402024-08-19T15:47:36.945Z[ recovery-image] Aug 19 15:47:35.613 INFO O| Aug 19 15:47:35.612 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80412024-08-19T15:47:36.947Z[ recovery-image] Aug 19 15:47:35.613 INFO O| Aug 19 15:47:35.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80422024-08-19T15:47:36.947Z[ recovery-image] Aug 19 15:47:35.613 INFO O| Aug 19 15:47:35.612 INFO completed processing gimlet/zfs-recovery
80432024-08-19T15:47:36.947Z[ recovery-image] Aug 19 15:47:35.613 INFO O| Aug 19 15:47:35.613 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80442024-08-19T15:47:37.092Z[ recovery-image] Aug 19 15:47:35.759 INFO O| Aug 19 15:47:35.759 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80452024-08-19T15:47:37.159Z[ recovery-image] Aug 19 15:47:35.826 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
80462024-08-19T15:47:37.159Z[ recovery-image] Aug 19 15:47:35.826 INFO expanded image name: "recovery 0b647e0/${os_short_commit} 2024-08-19 15:21" -> "recovery 0b647e0/f449ff4 2024-08-19 15:21"
80472024-08-19T15:47:37.162Z[ recovery-image] Aug 19 15:47:35.826 INFO output artefacts stored in: "/work/os-recovery"
80482024-08-19T15:47:37.162Z[ recovery-image] Aug 19 15:47:35.827 INFO collecting git info from project "amd-host-image-builder"...
80492024-08-19T15:47:37.269Z[ host-image] Aug 19 15:47:35.937 INFO O| Aug 19 15:47:35.936 INFO O| Planning: Solver setup ... Done
80502024-08-19T15:47:37.274Z[ host-image] Aug 19 15:47:35.940 INFO O| Aug 19 15:47:35.940 INFO O| Planning: Running solver ... Done
80512024-08-19T15:47:37.314Z[ host-image] Aug 19 15:47:35.979 INFO O| Aug 19 15:47:35.979 INFO O| Planning: Finding local manifests ... Done
80522024-08-19T15:47:37.316Z[ host-image] Aug 19 15:47:35.980 INFO O| Aug 19 15:47:35.980 INFO O| Planning: Fetching manifests: 0/1 0% complete
80532024-08-19T15:47:37.375Z[ host-image] Aug 19 15:47:36.043 INFO O| Aug 19 15:47:36.043 INFO O| Planning: Fetching manifests: 1/1 100% complete
80542024-08-19T15:47:37.394Z[ host-image] Aug 19 15:47:36.062 INFO O| Aug 19 15:47:36.062 INFO O| Planning: Package planning ... Done
80552024-08-19T15:47:37.397Z[ host-image] Aug 19 15:47:36.063 INFO O| Aug 19 15:47:36.063 INFO O| Planning: Merging actions ... Done
80562024-08-19T15:47:37.397Z[ recovery-image] Aug 19 15:47:36.063 INFO collecting git info from project "bootserver"...
80572024-08-19T15:47:37.401Z[ recovery-image] Aug 19 15:47:36.069 INFO collecting git info from project "phbl"...
80582024-08-19T15:47:37.409Z[ recovery-image] Aug 19 15:47:36.077 INFO collecting git info from project "pilot"...
80592024-08-19T15:47:37.420Z[ recovery-image] Aug 19 15:47:36.088 INFO collecting git info from project "amd-firmware"...
80602024-08-19T15:47:37.459Z[ host-image] Aug 19 15:47:36.126 INFO O| Aug 19 15:47:36.126 INFO O| Planning: Checking for conflicting actions ... Done
80612024-08-19T15:47:37.461Z[ host-image] Aug 19 15:47:36.127 INFO O| Aug 19 15:47:36.127 INFO O| Planning: Consolidating action changes ... Done
80622024-08-19T15:47:37.515Z[ recovery-image] Aug 19 15:47:36.182 INFO collecting git info from project "chelsio-t6-roms"...
80632024-08-19T15:47:37.536Z[ recovery-image] Aug 19 15:47:36.203 INFO collecting git info from project "pinprick"...
80642024-08-19T15:47:37.541Z[ recovery-image] Aug 19 15:47:36.208 INFO collecting git info from project "image-builder"...
80652024-08-19T15:47:37.552Z[ recovery-image] Aug 19 15:47:36.217 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80662024-08-19T15:47:37.635Z[ host-image] Aug 19 15:47:36.302 INFO O| Aug 19 15:47:36.302 INFO O| Planning: Evaluating mediators ... Done
80672024-08-19T15:47:37.638Z[ host-image] Aug 19 15:47:36.303 INFO O| Aug 19 15:47:36.303 INFO O| Planning: Planning completed in 1.83 seconds
80682024-08-19T15:47:37.638Z[ host-image] Aug 19 15:47:36.304 INFO O| Aug 19 15:47:36.304 INFO O| Packages to install: 1
80692024-08-19T15:47:37.647Z[ host-image] Aug 19 15:47:36.315 INFO O| Aug 19 15:47:36.314 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
80702024-08-19T15:47:37.981Z[ recovery-image] Aug 19 15:47:36.648 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80712024-08-19T15:47:38.323Z[ recovery-image] Aug 19 15:47:36.990 INFO creating Oxide boot image...
80722024-08-19T15:47:38.326Z[ recovery-image] Aug 19 15:47:36.991 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 0b647e0/f449ff4 2024-08-19 15:21", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80732024-08-19T15:47:38.371Z[ host-image] Aug 19 15:47:37.038 INFO O| Aug 19 15:47:37.038 INFO O| Download: Completed 20.86 MB in 0.72 seconds (28.8M/s)
80742024-08-19T15:47:38.393Z[ host-image] Aug 19 15:47:37.061 INFO O| Aug 19 15:47:37.061 INFO O| Actions: 1/22 actions (Installing new actions)
80752024-08-19T15:47:38.910Z[ host-image] Aug 19 15:47:37.577 INFO O| Aug 19 15:47:37.577 INFO O| Actions: Completed 22 actions in 0.52 seconds.
80762024-08-19T15:47:39.130Z[ host-image] Aug 19 15:47:37.797 INFO O| Aug 19 15:47:37.797 INFO O| Done
80772024-08-19T15:47:39.130Z[ host-image] Aug 19 15:47:37.797 INFO O| Aug 19 15:47:37.797 INFO O| Done
80782024-08-19T15:47:39.468Z[ host-image] Aug 19 15:47:38.135 INFO O| Aug 19 15:47:38.135 INFO O| Done
80792024-08-19T15:47:40.552Z[ host-image] Aug 19 15:47:39.219 INFO O| Aug 19 15:47:39.219 INFO O| Done
80802024-08-19T15:47:40.575Z[ host-image] Aug 19 15:47:39.242 INFO O| Aug 19 15:47:39.242 INFO O| Done
80812024-08-19T15:47:40.575Z[ host-image] Aug 19 15:47:39.242 INFO O| Aug 19 15:47:39.242 INFO O| Done
80822024-08-19T15:47:40.585Z[ host-image] Aug 19 15:47:39.252 INFO O| Aug 19 15:47:39.252 INFO O| Done
80832024-08-19T15:47:40.676Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO STEP 14 (pkg_install) COMPLETE
80842024-08-19T15:47:40.676Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80852024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO skip step because feature "mfg" is not enabled
80862024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80872024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO skip step because feature "compliance" is not enabled
80882024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80892024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO skip step because feature "stress" is not enabled
80902024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80912024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO skip step because feature "nfs" is not enabled
80922024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80932024-08-19T15:47:40.678Z[ host-image] Aug 19 15:47:39.343 INFO O| Aug 19 15:47:39.343 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80942024-08-19T15:47:40.749Z[ host-image] Aug 19 15:47:39.416 INFO O| Aug 19 15:47:39.416 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80952024-08-19T15:47:40.798Z[ host-image] Aug 19 15:47:39.466 INFO O| Aug 19 15:47:39.466 INFO completed processing gimlet/ramdisk-01-os
80962024-08-19T15:47:40.801Z[ host-image] Aug 19 15:47:39.467 INFO omicron1 baseline generation...
80972024-08-19T15:47:40.801Z[ host-image] Aug 19 15:47:39.468 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80982024-08-19T15:47:41.172Z[ host-image] Aug 19 15:47:39.839 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z
80992024-08-19T15:48:27.341Z[ host-image] Aug 19 15:48:26.001 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z
81002024-08-19T15:48:27.341Z[ host-image] Aug 19 15:48:26.001 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z
81012024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.001 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81022024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.002 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81032024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.002 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81042024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.002 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81052024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.003 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81062024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.003 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81072024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.003 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81082024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.003 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81092024-08-19T15:48:27.344Z[ host-image] Aug 19 15:48:26.003 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z
81102024-08-19T15:48:27.346Z[ host-image] Aug 19 15:48:26.005 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z
81112024-08-19T15:48:27.346Z[ host-image] Aug 19 15:48:26.006 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z
81122024-08-19T15:48:27.346Z[ host-image] Aug 19 15:48:26.006 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z
81132024-08-19T15:48:27.346Z[ host-image] Aug 19 15:48:26.006 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81142024-08-19T15:48:27.346Z[ host-image] Aug 19 15:48:26.007 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z
81152024-08-19T15:48:27.348Z[ host-image] Aug 19 15:48:26.008 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z
81162024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.008 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z
81172024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.008 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z
81182024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.008 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z
81192024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.008 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z
81202024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.008 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z
81212024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.008 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z
81222024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z
81232024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z
81242024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z
81252024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z
81262024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z
81272024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
81282024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z
81292024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z
81302024-08-19T15:48:27.349Z[ host-image] Aug 19 15:48:26.009 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z
81312024-08-19T15:48:27.351Z[ host-image] Aug 19 15:48:26.010 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z
81322024-08-19T15:48:27.351Z[ host-image] Aug 19 15:48:26.011 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z
81332024-08-19T15:48:27.351Z[ host-image] Aug 19 15:48:26.011 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z
81342024-08-19T15:48:27.359Z[ host-image] Aug 19 15:48:26.020 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81352024-08-19T15:48:27.362Z[ host-image] Aug 19 15:48:26.020 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z
81362024-08-19T15:48:27.362Z[ host-image] Aug 19 15:48:26.020 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81372024-08-19T15:48:27.362Z[ host-image] Aug 19 15:48:26.020 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81382024-08-19T15:48:27.362Z[ host-image] Aug 19 15:48:26.021 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81392024-08-19T15:48:27.362Z[ host-image] Aug 19 15:48:26.021 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z
81402024-08-19T15:48:27.362Z[ host-image] Aug 19 15:48:26.021 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81412024-08-19T15:48:27.362Z[ host-image] Aug 19 15:48:26.022 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81422024-08-19T15:48:27.365Z[ host-image] Aug 19 15:48:26.023 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81432024-08-19T15:48:27.365Z[ host-image] Aug 19 15:48:26.023 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81442024-08-19T15:48:27.374Z[ host-image] Aug 19 15:48:26.035 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81452024-08-19T15:48:27.374Z[ host-image] Aug 19 15:48:26.035 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81462024-08-19T15:48:27.377Z[ host-image] Aug 19 15:48:26.035 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81472024-08-19T15:48:27.377Z[ host-image] Aug 19 15:48:26.036 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81482024-08-19T15:48:27.377Z[ host-image] Aug 19 15:48:26.037 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81492024-08-19T15:48:27.377Z[ host-image] Aug 19 15:48:26.037 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81502024-08-19T15:48:27.416Z[ host-image] Aug 19 15:48:26.072 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81512024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.073 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81522024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.073 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81532024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z
81542024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z
81552024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81562024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z
81572024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81582024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81592024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81602024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z
81612024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.074 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81622024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.079 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81632024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.079 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81642024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.079 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81652024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.080 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z
81662024-08-19T15:48:27.419Z[ host-image] Aug 19 15:48:26.080 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81672024-08-19T15:48:27.433Z[ host-image] Aug 19 15:48:26.094 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81682024-08-19T15:48:27.436Z[ host-image] Aug 19 15:48:26.094 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z
81692024-08-19T15:48:27.436Z[ host-image] Aug 19 15:48:26.097 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z
81702024-08-19T15:48:27.439Z[ host-image] Aug 19 15:48:26.097 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z
81712024-08-19T15:48:27.439Z[ host-image] Aug 19 15:48:26.097 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81722024-08-19T15:48:27.439Z[ host-image] Aug 19 15:48:26.098 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z
81732024-08-19T15:48:27.439Z[ host-image] Aug 19 15:48:26.098 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z
81742024-08-19T15:48:27.439Z[ host-image] Aug 19 15:48:26.098 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z
81752024-08-19T15:48:27.439Z[ host-image] Aug 19 15:48:26.099 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z
81762024-08-19T15:48:27.442Z[ host-image] Aug 19 15:48:26.102 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81772024-08-19T15:48:27.444Z[ host-image] Aug 19 15:48:26.103 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z
81782024-08-19T15:48:27.444Z[ host-image] Aug 19 15:48:26.103 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z
81792024-08-19T15:48:27.444Z[ host-image] Aug 19 15:48:26.103 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81802024-08-19T15:48:27.444Z[ host-image] Aug 19 15:48:26.104 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z
81812024-08-19T15:48:27.444Z[ host-image] Aug 19 15:48:26.104 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z
81822024-08-19T15:48:27.444Z[ host-image] Aug 19 15:48:26.104 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z
81832024-08-19T15:48:27.444Z[ host-image] Aug 19 15:48:26.104 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z
81842024-08-19T15:48:27.452Z[ host-image] Aug 19 15:48:26.113 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z
81852024-08-19T15:48:27.454Z[ host-image] Aug 19 15:48:26.113 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81862024-08-19T15:48:27.454Z[ host-image] Aug 19 15:48:26.115 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z
81872024-08-19T15:48:27.457Z[ host-image] Aug 19 15:48:26.116 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z
81882024-08-19T15:48:27.457Z[ host-image] Aug 19 15:48:26.116 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z
81892024-08-19T15:48:27.457Z[ host-image] Aug 19 15:48:26.117 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z
81902024-08-19T15:48:27.457Z[ host-image] Aug 19 15:48:26.117 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z
81912024-08-19T15:48:27.457Z[ host-image] Aug 19 15:48:26.117 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z
81922024-08-19T15:48:27.467Z[ host-image] Aug 19 15:48:26.127 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z
81932024-08-19T15:48:27.469Z[ host-image] Aug 19 15:48:26.128 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z
81942024-08-19T15:48:27.469Z[ host-image] Aug 19 15:48:26.128 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z
81952024-08-19T15:48:27.469Z[ host-image] Aug 19 15:48:26.129 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z
81962024-08-19T15:48:27.469Z[ host-image] Aug 19 15:48:26.129 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z
81972024-08-19T15:48:27.490Z[ host-image] Aug 19 15:48:26.151 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z
81982024-08-19T15:48:27.493Z[ host-image] Aug 19 15:48:26.151 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z
81992024-08-19T15:48:27.493Z[ host-image] Aug 19 15:48:26.151 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z
82002024-08-19T15:48:27.493Z[ host-image] Aug 19 15:48:26.151 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82012024-08-19T15:48:27.493Z[ host-image] Aug 19 15:48:26.152 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82022024-08-19T15:48:27.520Z[ host-image] Aug 19 15:48:26.181 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z
82032024-08-19T15:48:27.524Z[ host-image] Aug 19 15:48:26.181 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82042024-08-19T15:48:27.524Z[ host-image] Aug 19 15:48:26.181 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z
82052024-08-19T15:48:27.524Z[ host-image] Aug 19 15:48:26.181 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z
82062024-08-19T15:48:27.524Z[ host-image] Aug 19 15:48:26.182 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z
82072024-08-19T15:48:27.524Z[ host-image] Aug 19 15:48:26.183 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82082024-08-19T15:48:27.524Z[ host-image] Aug 19 15:48:26.183 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82092024-08-19T15:48:27.526Z[ host-image] Aug 19 15:48:26.184 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z
82102024-08-19T15:48:27.526Z[ host-image] Aug 19 15:48:26.184 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z
82112024-08-19T15:48:27.526Z[ host-image] Aug 19 15:48:26.184 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z
82122024-08-19T15:48:27.526Z[ host-image] Aug 19 15:48:26.184 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z
82132024-08-19T15:48:27.526Z[ host-image] Aug 19 15:48:26.185 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z
82142024-08-19T15:48:27.526Z[ host-image] Aug 19 15:48:26.185 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z
82152024-08-19T15:48:27.529Z[ host-image] Aug 19 15:48:26.188 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82162024-08-19T15:48:27.529Z[ host-image] Aug 19 15:48:26.188 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z
82172024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.189 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z
82182024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.190 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z
82192024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.190 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z
82202024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.190 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z
82212024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.190 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z
82222024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.190 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82232024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.190 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82242024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.191 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z
82252024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.191 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z
82262024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.191 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82272024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.192 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82282024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.192 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82292024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.192 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82302024-08-19T15:48:27.531Z[ host-image] Aug 19 15:48:26.192 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82312024-08-19T15:48:27.534Z[ host-image] Aug 19 15:48:26.193 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82322024-08-19T15:48:27.534Z[ host-image] Aug 19 15:48:26.194 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82332024-08-19T15:48:27.534Z[ host-image] Aug 19 15:48:26.194 INFO O| tempdir @ "/tmp/.tmpF22Vo7/tmp"
82342024-08-19T15:48:27.534Z[ host-image] Aug 19 15:48:26.194 INFO O| image root @ "/tmp/.tmpF22Vo7/tmp/root"
82352024-08-19T15:48:27.534Z[ host-image] Aug 19 15:48:26.194 INFO O| creating image...
82362024-08-19T15:48:28.015Z[ host-image] Aug 19 15:48:26.675 INFO O| copying publishers...
82372024-08-19T15:48:31.378Z[ recovery-image] Aug 19 15:48:30.038 INFO O| ok, image written!
82382024-08-19T15:48:31.381Z[ recovery-image] Aug 19 15:48:30.038 INFO O| ok, boot_image_csum file written!
82392024-08-19T15:48:31.382Z[ recovery-image] Aug 19 15:48:30.041 INFO creating boot archive (CPIO)...
82402024-08-19T15:48:31.382Z[ recovery-image] Aug 19 15:48:30.041 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
82412024-08-19T15:48:31.388Z[ recovery-image] Aug 19 15:48:30.049 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82422024-08-19T15:48:31.391Z[ recovery-image] Aug 19 15:48:30.049 INFO E| + outfile=/work/os-recovery/cpio
82432024-08-19T15:48:31.391Z[ recovery-image] Aug 19 15:48:30.049 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82442024-08-19T15:48:31.391Z[ recovery-image] Aug 19 15:48:30.050 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82452024-08-19T15:48:31.391Z[ recovery-image] Aug 19 15:48:30.051 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82462024-08-19T15:48:31.424Z[ recovery-image] Aug 19 15:48:30.083 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82472024-08-19T15:48:31.424Z[ recovery-image] Aug 19 15:48:30.083 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82482024-08-19T15:48:31.431Z[ recovery-image] Aug 19 15:48:30.091 INFO creating compressed cpio/unix for nanobl-rs...
82492024-08-19T15:48:31.431Z[ recovery-image] Aug 19 15:48:30.091 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
82502024-08-19T15:48:31.712Z[ recovery-image] Aug 19 15:48:30.372 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82512024-08-19T15:48:35.129Z[ host-image] Aug 19 15:48:33.788 INFO O| adding properties...
82522024-08-19T15:48:36.069Z[ recovery-image] Aug 19 15:48:34.729 INFO creating reset image...
82532024-08-19T15:48:36.072Z[ recovery-image] Aug 19 15:48:34.729 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82542024-08-19T15:48:36.168Z[ host-image] Aug 19 15:48:34.827 INFO O| installing packages...
82552024-08-19T15:48:36.289Z[ recovery-image] Aug 19 15:48:34.948 INFO E| Updating crates.io index
82562024-08-19T15:48:36.392Z[ recovery-image] Aug 19 15:48:35.051 INFO E| Downloading crates ...
82572024-08-19T15:48:36.447Z[ recovery-image] Aug 19 15:48:35.106 INFO E| Downloaded anstream v0.6.13
82582024-08-19T15:48:36.452Z[ recovery-image] Aug 19 15:48:35.111 INFO E| Downloaded clap_derive v4.5.3
82592024-08-19T15:48:36.454Z[ recovery-image] Aug 19 15:48:35.114 INFO E| Downloaded anstyle-query v1.0.2
82602024-08-19T15:48:36.457Z[ recovery-image] Aug 19 15:48:35.115 INFO E| Downloaded anstyle v1.0.6
82612024-08-19T15:48:36.461Z[ recovery-image] Aug 19 15:48:35.121 INFO E| Downloaded shared_child v1.0.0
82622024-08-19T15:48:36.464Z[ recovery-image] Aug 19 15:48:35.122 INFO E| Downloaded os_pipe v1.1.5
82632024-08-19T15:48:36.467Z[ recovery-image] Aug 19 15:48:35.126 INFO E| Downloaded anstyle-parse v0.2.3
82642024-08-19T15:48:36.469Z[ recovery-image] Aug 19 15:48:35.129 INFO E| Downloaded proc-macro2 v1.0.79
82652024-08-19T15:48:36.472Z[ recovery-image] Aug 19 15:48:35.132 INFO E| Downloaded duct v0.13.7
82662024-08-19T15:48:36.474Z[ recovery-image] Aug 19 15:48:35.133 INFO E| Downloaded clap v4.5.3
82672024-08-19T15:48:36.499Z[ recovery-image] Aug 19 15:48:35.158 INFO E| Downloaded syn v2.0.53
82682024-08-19T15:48:36.527Z[ recovery-image] Aug 19 15:48:35.186 INFO E| Downloaded libc v0.2.153
82692024-08-19T15:48:36.604Z[ recovery-image] Aug 19 15:48:35.263 INFO E| Compiling proc-macro2 v1.0.79
82702024-08-19T15:48:36.604Z[ recovery-image] Aug 19 15:48:35.263 INFO E| Compiling unicode-ident v1.0.12
82712024-08-19T15:48:36.604Z[ recovery-image] Aug 19 15:48:35.264 INFO E| Compiling libc v0.2.153
82722024-08-19T15:48:36.604Z[ recovery-image] Aug 19 15:48:35.264 INFO E| Compiling utf8parse v0.2.1
82732024-08-19T15:48:36.607Z[ recovery-image] Aug 19 15:48:35.264 INFO E| Compiling anstyle-query v1.0.2
82742024-08-19T15:48:36.607Z[ recovery-image] Aug 19 15:48:35.264 INFO E| Compiling anstyle v1.0.6
82752024-08-19T15:48:36.607Z[ recovery-image] Aug 19 15:48:35.264 INFO E| Compiling colorchoice v1.0.0
82762024-08-19T15:48:36.607Z[ recovery-image] Aug 19 15:48:35.264 INFO E| Compiling strsim v0.11.0
82772024-08-19T15:48:36.836Z[ recovery-image] Aug 19 15:48:35.495 INFO E| Compiling anstyle-parse v0.2.3
82782024-08-19T15:48:36.840Z[ recovery-image] Aug 19 15:48:35.496 INFO E| Compiling clap_lex v0.7.0
82792024-08-19T15:48:36.840Z[ recovery-image] Aug 19 15:48:35.496 INFO E| Compiling heck v0.5.0
82802024-08-19T15:48:37.050Z[ recovery-image] Aug 19 15:48:35.709 INFO E| Compiling once_cell v1.19.0
82812024-08-19T15:48:37.348Z[ recovery-image] Aug 19 15:48:36.007 INFO E| Compiling anstream v0.6.13
82822024-08-19T15:48:37.742Z[ recovery-image] Aug 19 15:48:36.401 INFO E| Compiling clap_builder v4.5.2
82832024-08-19T15:48:37.990Z[ recovery-image] Aug 19 15:48:36.649 INFO E| Compiling os_pipe v1.1.5
82842024-08-19T15:48:37.990Z[ recovery-image] Aug 19 15:48:36.649 INFO E| Compiling shared_child v1.0.0
82852024-08-19T15:48:38.195Z[ recovery-image] Aug 19 15:48:36.787 INFO E| Compiling quote v1.0.35
82862024-08-19T15:48:38.197Z[ recovery-image] Aug 19 15:48:36.794 INFO E| Compiling duct v0.13.7
82872024-08-19T15:48:38.491Z[ recovery-image] Aug 19 15:48:37.150 INFO E| Compiling syn v2.0.53
82882024-08-19T15:48:43.375Z[ recovery-image] Aug 19 15:48:42.033 INFO E| Compiling clap_derive v4.5.3
82892024-08-19T15:48:45.416Z[ recovery-image] Aug 19 15:48:44.074 INFO E| Compiling clap v4.5.3
82902024-08-19T15:48:45.471Z[ recovery-image] Aug 19 15:48:44.128 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82912024-08-19T15:48:46.589Z[ recovery-image] Aug 19 15:48:45.247 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.46s
82922024-08-19T15:48:46.597Z[ recovery-image] Aug 19 15:48:45.255 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82932024-08-19T15:48:46.718Z[ recovery-image] Aug 19 15:48:45.375 INFO E| Updating crates.io index
82942024-08-19T15:48:46.886Z[ recovery-image] Aug 19 15:48:45.544 INFO E| Downloading crates ...
82952024-08-19T15:48:46.957Z[ recovery-image] Aug 19 15:48:45.615 INFO E| Downloaded raw-cpuid v10.7.0
82962024-08-19T15:48:46.961Z[ recovery-image] Aug 19 15:48:45.619 INFO E| Downloaded bit_field v0.10.2
82972024-08-19T15:48:46.964Z[ recovery-image] Aug 19 15:48:45.620 INFO E| Downloaded seq-macro v0.3.5
82982024-08-19T15:48:46.966Z[ recovery-image] Aug 19 15:48:45.622 INFO E| Downloaded cpio_reader v0.1.1
82992024-08-19T15:48:47.111Z[ recovery-image] Aug 19 15:48:45.768 INFO E| Downloaded x86 v0.52.0
83002024-08-19T15:48:47.179Z[ recovery-image] Aug 19 15:48:45.837 INFO E| Updating crates.io index
83012024-08-19T15:48:47.238Z[ recovery-image] Aug 19 15:48:45.895 INFO E| Downloading crates ...
83022024-08-19T15:48:47.291Z[ recovery-image] Aug 19 15:48:45.949 INFO E| Downloaded compiler_builtins v0.1.108
83032024-08-19T15:48:47.358Z[ recovery-image] Aug 19 15:48:46.015 INFO E| Compiling compiler_builtins v0.1.108
83042024-08-19T15:48:47.358Z[ recovery-image] Aug 19 15:48:46.016 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)
83052024-08-19T15:48:47.358Z[ recovery-image] Aug 19 15:48:46.016 INFO E| Compiling proc-macro2 v1.0.79
83062024-08-19T15:48:47.360Z[ recovery-image] Aug 19 15:48:46.016 INFO E| Compiling unicode-ident v1.0.12
83072024-08-19T15:48:47.360Z[ recovery-image] Aug 19 15:48:46.016 INFO E| Compiling syn v1.0.109
83082024-08-19T15:48:47.360Z[ recovery-image] Aug 19 15:48:46.016 INFO E| Compiling x86 v0.52.0
83092024-08-19T15:48:47.363Z[ recovery-image] Aug 19 15:48:46.021 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83102024-08-19T15:48:47.366Z[ recovery-image] Aug 19 15:48:46.021 INFO E| Compiling seq-macro v0.3.5
83112024-08-19T15:48:48.464Z[ recovery-image] Aug 19 15:48:47.122 INFO E| Compiling quote v1.0.35
83122024-08-19T15:48:48.723Z[ recovery-image] Aug 19 15:48:47.381 INFO E| Compiling syn v2.0.53
83132024-08-19T15:48:51.742Z[ recovery-image] Aug 19 15:48:50.399 INFO E| Compiling scroll_derive v0.12.0
83142024-08-19T15:48:54.279Z[ recovery-image] Aug 19 15:48:52.935 INFO E| Compiling bitstruct_derive v0.1.0
83152024-08-19T15:48:57.713Z[ host-image] Aug 19 15:48:56.369 INFO O| seeding SMF database...
83162024-08-19T15:49:05.241Z[ host-image] Aug 19 15:49:03.894 INFO O| configuring SMF profile...
83172024-08-19T15:49:05.248Z[ host-image] Aug 19 15:49:03.894 INFO O| modifying shadow(5)...
83182024-08-19T15:49:05.248Z[ host-image] Aug 19 15:49:03.894 INFO O| loading user and group database...
83192024-08-19T15:49:05.248Z[ host-image] Aug 19 15:49:03.894 INFO O| assessing packaged files...
83202024-08-19T15:49:07.380Z[ host-image] Aug 19 15:49:06.032 INFO O| creating archive...
83212024-08-19T15:49:07.411Z[ host-image] Aug 19 15:49:06.065 INFO O| missing from packaging:
83222024-08-19T15:49:07.415Z[ host-image] Aug 19 15:49:06.065 INFO O| "etc/.pwd.lock"
83232024-08-19T15:49:07.415Z[ host-image] Aug 19 15:49:06.065 INFO O| "etc/bash"
83242024-08-19T15:49:07.420Z[ host-image] Aug 19 15:49:06.070 INFO O| "etc/svc/profile/generic.xml"
83252024-08-19T15:49:07.420Z[ host-image] Aug 19 15:49:06.070 INFO O| "etc/svc/profile/inetd_services.xml"
83262024-08-19T15:49:07.420Z[ host-image] Aug 19 15:49:06.070 INFO O| "etc/svc/profile/name_service.xml"
83272024-08-19T15:49:07.420Z[ host-image] Aug 19 15:49:06.070 INFO O| "etc/svc/profile/platform.xml"
83282024-08-19T15:49:07.420Z[ host-image] Aug 19 15:49:06.070 INFO O| "etc/svc/profile/platform_omicron1.xml"
83292024-08-19T15:49:07.420Z[ host-image] Aug 19 15:49:06.070 INFO O| "etc/svc/repository.db"
83302024-08-19T15:49:07.425Z[ host-image] Aug 19 15:49:06.079 INFO O| "opt/ooce/share"
83312024-08-19T15:49:07.425Z[ host-image] Aug 19 15:49:06.079 INFO O| "opt/ooce/share/man"
83322024-08-19T15:49:07.425Z[ host-image] Aug 19 15:49:06.079 INFO O| "opt/ooce/share/man/man1"
83332024-08-19T15:49:07.433Z[ host-image] Aug 19 15:49:06.087 INFO O| finishing archive...
83342024-08-19T15:49:07.567Z[ recovery-image] Aug 19 15:49:06.222 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)
83352024-08-19T15:49:09.266Z[ recovery-image] Aug 19 15:49:07.920 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)
83362024-08-19T15:49:10.637Z[ host-image] Aug 19 15:49:09.291 INFO O| creating gzonly manifest...
83372024-08-19T15:49:10.696Z[ host-image] Aug 19 15:49:09.349 INFO O| ok
83382024-08-19T15:49:10.794Z[ host-image] Aug 19 15:49:09.449 INFO image builder template: ramdisk-02-trim...
83392024-08-19T15:49:10.795Z[ host-image] Aug 19 15:49:09.449 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/.tmpUO4FzG/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
83402024-08-19T15:49:10.820Z[ host-image] Aug 19 15:49:09.475 INFO O| Aug 19 15:49:09.475 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83412024-08-19T15:49:10.825Z[ host-image] Aug 19 15:49:09.480 INFO O| Aug 19 15:49:09.479 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83422024-08-19T15:49:10.935Z[ host-image] Aug 19 15:49:09.589 INFO O| Aug 19 15:49:09.588 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83432024-08-19T15:49:10.982Z[ host-image] Aug 19 15:49:09.636 INFO O| Aug 19 15:49:09.636 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83442024-08-19T15:49:10.982Z[ host-image] Aug 19 15:49:09.636 INFO O| Aug 19 15:49:09.636 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83452024-08-19T15:49:10.987Z[ host-image] Aug 19 15:49:09.641 INFO O| Aug 19 15:49:09.641 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83462024-08-19T15:49:10.990Z[ host-image] Aug 19 15:49:09.645 INFO O| Aug 19 15:49:09.645 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83472024-08-19T15:49:10.995Z[ host-image] Aug 19 15:49:09.650 INFO O| Aug 19 15:49:09.649 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83482024-08-19T15:49:11.181Z[ host-image] Aug 19 15:49:09.835 INFO O| Aug 19 15:49:09.835 INFO rolled back to input snapshot; work may begin
83492024-08-19T15:49:11.181Z[ host-image] Aug 19 15:49:09.835 INFO O| Aug 19 15:49:09.835 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83502024-08-19T15:49:11.187Z[ host-image] Aug 19 15:49:09.841 INFO O| Aug 19 15:49:09.841 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-19T15:49:11.196Z[ host-image] Aug 19 15:49:09.850 INFO O| Aug 19 15:49:09.850 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83522024-08-19T15:49:11.241Z[ host-image] Aug 19 15:49:09.896 INFO O| Aug 19 15:49:09.895 INFO STEP 0 (remove_files) COMPLETE
83532024-08-19T15:49:11.241Z[ host-image] Aug 19 15:49:09.896 INFO O| Aug 19 15:49:09.895 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-19T15:49:11.252Z[ host-image] Aug 19 15:49:09.906 INFO O| Aug 19 15:49:09.906 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83552024-08-19T15:49:11.255Z[ host-image] Aug 19 15:49:09.908 INFO O| Aug 19 15:49:09.908 INFO STEP 1 (remove_files) COMPLETE
83562024-08-19T15:49:11.255Z[ host-image] Aug 19 15:49:09.908 INFO O| Aug 19 15:49:09.908 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-19T15:49:11.263Z[ host-image] Aug 19 15:49:09.917 INFO O| Aug 19 15:49:09.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83582024-08-19T15:49:11.276Z[ host-image] Aug 19 15:49:09.930 INFO O| Aug 19 15:49:09.930 INFO STEP 2 (remove_files) COMPLETE
83592024-08-19T15:49:11.276Z[ host-image] Aug 19 15:49:09.930 INFO O| Aug 19 15:49:09.930 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-19T15:49:11.286Z[ host-image] Aug 19 15:49:09.940 INFO O| Aug 19 15:49:09.940 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83612024-08-19T15:49:11.288Z[ host-image] Aug 19 15:49:09.942 INFO O| Aug 19 15:49:09.942 INFO STEP 3 (remove_files) COMPLETE
83622024-08-19T15:49:11.288Z[ host-image] Aug 19 15:49:09.942 INFO O| Aug 19 15:49:09.942 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-19T15:49:11.298Z[ host-image] Aug 19 15:49:09.952 INFO O| Aug 19 15:49:09.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83642024-08-19T15:49:11.301Z[ host-image] Aug 19 15:49:09.956 INFO O| Aug 19 15:49:09.956 INFO STEP 4 (remove_files) COMPLETE
83652024-08-19T15:49:11.304Z[ host-image] Aug 19 15:49:09.956 INFO O| Aug 19 15:49:09.956 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-19T15:49:11.311Z[ host-image] Aug 19 15:49:09.966 INFO O| Aug 19 15:49:09.966 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83672024-08-19T15:49:11.314Z[ host-image] Aug 19 15:49:09.969 INFO O| Aug 19 15:49:09.969 INFO STEP 5 (remove_files) COMPLETE
83682024-08-19T15:49:11.314Z[ host-image] Aug 19 15:49:09.969 INFO O| Aug 19 15:49:09.969 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-19T15:49:11.324Z[ host-image] Aug 19 15:49:09.978 INFO O| Aug 19 15:49:09.978 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83702024-08-19T15:49:11.333Z[ host-image] Aug 19 15:49:09.988 INFO O| Aug 19 15:49:09.988 INFO STEP 6 (remove_files) COMPLETE
83712024-08-19T15:49:11.333Z[ host-image] Aug 19 15:49:09.988 INFO O| Aug 19 15:49:09.988 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-19T15:49:11.343Z[ host-image] Aug 19 15:49:09.998 INFO O| Aug 19 15:49:09.998 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83732024-08-19T15:49:11.356Z[ host-image] Aug 19 15:49:10.010 INFO O| Aug 19 15:49:10.010 INFO STEP 7 (remove_files) COMPLETE
83742024-08-19T15:49:11.356Z[ host-image] Aug 19 15:49:10.010 INFO O| Aug 19 15:49:10.010 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-19T15:49:11.367Z[ host-image] Aug 19 15:49:10.022 INFO O| Aug 19 15:49:10.022 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83762024-08-19T15:49:11.452Z[ host-image] Aug 19 15:49:10.107 INFO O| Aug 19 15:49:10.107 INFO STEP 8 (remove_files) COMPLETE
83772024-08-19T15:49:11.452Z[ host-image] Aug 19 15:49:10.107 INFO O| Aug 19 15:49:10.107 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-19T15:49:11.464Z[ host-image] Aug 19 15:49:10.118 INFO O| Aug 19 15:49:10.118 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83792024-08-19T15:49:11.553Z[ host-image] Aug 19 15:49:10.207 INFO O| Aug 19 15:49:10.207 INFO STEP 9 (remove_files) COMPLETE
83802024-08-19T15:49:11.553Z[ host-image] Aug 19 15:49:10.207 INFO O| Aug 19 15:49:10.207 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-19T15:49:11.565Z[ host-image] Aug 19 15:49:10.219 INFO O| Aug 19 15:49:10.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83822024-08-19T15:49:11.568Z[ host-image] Aug 19 15:49:10.222 INFO O| Aug 19 15:49:10.222 INFO STEP 10 (remove_files) COMPLETE
83832024-08-19T15:49:11.571Z[ host-image] Aug 19 15:49:10.222 INFO O| Aug 19 15:49:10.222 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-19T15:49:11.578Z[ host-image] Aug 19 15:49:10.232 INFO O| Aug 19 15:49:10.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83852024-08-19T15:49:11.580Z[ host-image] Aug 19 15:49:10.233 INFO O| Aug 19 15:49:10.233 INFO STEP 11 (remove_files) COMPLETE
83862024-08-19T15:49:11.581Z[ host-image] Aug 19 15:49:10.233 INFO O| Aug 19 15:49:10.233 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-19T15:49:11.588Z[ host-image] Aug 19 15:49:10.242 INFO O| Aug 19 15:49:10.242 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83882024-08-19T15:49:11.591Z[ host-image] Aug 19 15:49:10.244 INFO O| Aug 19 15:49:10.244 INFO STEP 12 (remove_files) COMPLETE
83892024-08-19T15:49:11.591Z[ host-image] Aug 19 15:49:10.244 INFO O| Aug 19 15:49:10.244 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-19T15:49:11.819Z[ host-image] Aug 19 15:49:10.473 INFO O| Aug 19 15:49:10.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83912024-08-19T15:49:11.821Z[ host-image] Aug 19 15:49:10.476 INFO O| Aug 19 15:49:10.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83922024-08-19T15:49:11.827Z[ host-image] Aug 19 15:49:10.482 INFO O| Aug 19 15:49:10.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83932024-08-19T15:49:11.865Z[ host-image] Aug 19 15:49:10.518 INFO O| Aug 19 15:49:10.518 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83942024-08-19T15:49:11.970Z[ host-image] Aug 19 15:49:10.624 INFO O| Aug 19 15:49:10.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83952024-08-19T15:49:11.982Z[ host-image] Aug 19 15:49:10.636 INFO O| Aug 19 15:49:10.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83962024-08-19T15:49:11.984Z[ host-image] Aug 19 15:49:10.637 INFO O| Aug 19 15:49:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83972024-08-19T15:49:11.984Z[ host-image] Aug 19 15:49:10.637 INFO O| Aug 19 15:49:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83982024-08-19T15:49:11.984Z[ host-image] Aug 19 15:49:10.637 INFO O| Aug 19 15:49:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83992024-08-19T15:49:11.984Z[ host-image] Aug 19 15:49:10.637 INFO O| Aug 19 15:49:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84002024-08-19T15:49:11.984Z[ host-image] Aug 19 15:49:10.637 INFO O| Aug 19 15:49:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84012024-08-19T15:49:11.984Z[ host-image] Aug 19 15:49:10.637 INFO O| Aug 19 15:49:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84022024-08-19T15:49:11.984Z[ host-image] Aug 19 15:49:10.637 INFO O| Aug 19 15:49:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84032024-08-19T15:49:11.985Z[ host-image] Aug 19 15:49:10.638 INFO O| Aug 19 15:49:10.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84042024-08-19T15:49:11.985Z[ host-image] Aug 19 15:49:10.638 INFO O| Aug 19 15:49:10.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84052024-08-19T15:49:11.985Z[ host-image] Aug 19 15:49:10.638 INFO O| Aug 19 15:49:10.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84062024-08-19T15:49:11.985Z[ host-image] Aug 19 15:49:10.638 INFO O| Aug 19 15:49:10.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84072024-08-19T15:49:11.985Z[ host-image] Aug 19 15:49:10.638 INFO O| Aug 19 15:49:10.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84082024-08-19T15:49:11.985Z[ host-image] Aug 19 15:49:10.638 INFO O| Aug 19 15:49:10.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84092024-08-19T15:49:11.985Z[ host-image] Aug 19 15:49:10.639 INFO O| Aug 19 15:49:10.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84102024-08-19T15:49:11.985Z[ host-image] Aug 19 15:49:10.639 INFO O| Aug 19 15:49:10.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84112024-08-19T15:49:11.987Z[ host-image] Aug 19 15:49:10.639 INFO O| Aug 19 15:49:10.639 INFO STEP 13 (remove_files) COMPLETE
84122024-08-19T15:49:11.987Z[ host-image] Aug 19 15:49:10.639 INFO O| Aug 19 15:49:10.639 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84132024-08-19T15:49:11.995Z[ host-image] Aug 19 15:49:10.650 INFO O| Aug 19 15:49:10.650 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84142024-08-19T15:49:11.998Z[ host-image] Aug 19 15:49:10.651 INFO O| Aug 19 15:49:10.651 INFO STEP 14 (remove_files) COMPLETE
84152024-08-19T15:49:11.998Z[ host-image] Aug 19 15:49:10.651 INFO O| Aug 19 15:49:10.651 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84162024-08-19T15:49:12.006Z[ host-image] Aug 19 15:49:10.661 INFO O| Aug 19 15:49:10.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84172024-08-19T15:49:12.013Z[ host-image] Aug 19 15:49:10.667 INFO O| Aug 19 15:49:10.667 INFO STEP 15 (remove_files) COMPLETE
84182024-08-19T15:49:12.013Z[ host-image] Aug 19 15:49:10.667 INFO O| Aug 19 15:49:10.667 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84192024-08-19T15:49:12.022Z[ host-image] Aug 19 15:49:10.676 INFO O| Aug 19 15:49:10.676 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84202024-08-19T15:49:12.024Z[ host-image] Aug 19 15:49:10.677 INFO O| Aug 19 15:49:10.677 INFO STEP 16 (remove_files) COMPLETE
84212024-08-19T15:49:12.024Z[ host-image] Aug 19 15:49:10.677 INFO O| Aug 19 15:49:10.677 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84222024-08-19T15:49:12.031Z[ host-image] Aug 19 15:49:10.686 INFO O| Aug 19 15:49:10.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84232024-08-19T15:49:12.033Z[ host-image] Aug 19 15:49:10.687 INFO O| Aug 19 15:49:10.687 INFO STEP 17 (remove_files) COMPLETE
84242024-08-19T15:49:12.034Z[ host-image] Aug 19 15:49:10.687 INFO O| Aug 19 15:49:10.687 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84252024-08-19T15:49:12.042Z[ host-image] Aug 19 15:49:10.696 INFO O| Aug 19 15:49:10.696 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84262024-08-19T15:49:12.042Z[ host-image] Aug 19 15:49:10.696 INFO O| Aug 19 15:49:10.696 INFO STEP 18 (remove_files) COMPLETE
84272024-08-19T15:49:12.042Z[ host-image] Aug 19 15:49:10.696 INFO O| Aug 19 15:49:10.696 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84282024-08-19T15:49:12.051Z[ host-image] Aug 19 15:49:10.705 INFO O| Aug 19 15:49:10.705 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84292024-08-19T15:49:12.051Z[ host-image] Aug 19 15:49:10.705 INFO O| Aug 19 15:49:10.705 INFO STEP 19 (remove_files) COMPLETE
84302024-08-19T15:49:12.051Z[ host-image] Aug 19 15:49:10.705 INFO O| Aug 19 15:49:10.705 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-08-19T15:49:12.060Z[ host-image] Aug 19 15:49:10.714 INFO O| Aug 19 15:49:10.714 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84322024-08-19T15:49:12.060Z[ host-image] Aug 19 15:49:10.714 INFO O| Aug 19 15:49:10.714 INFO STEP 20 (remove_files) COMPLETE
84332024-08-19T15:49:12.062Z[ host-image] Aug 19 15:49:10.714 INFO O| Aug 19 15:49:10.714 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-08-19T15:49:12.069Z[ host-image] Aug 19 15:49:10.724 INFO O| Aug 19 15:49:10.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84352024-08-19T15:49:12.069Z[ host-image] Aug 19 15:49:10.724 INFO O| Aug 19 15:49:10.724 INFO STEP 21 (remove_files) COMPLETE
84362024-08-19T15:49:12.071Z[ host-image] Aug 19 15:49:10.724 INFO O| Aug 19 15:49:10.724 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-08-19T15:49:12.078Z[ host-image] Aug 19 15:49:10.733 INFO O| Aug 19 15:49:10.733 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84382024-08-19T15:49:12.078Z[ host-image] Aug 19 15:49:10.733 INFO O| Aug 19 15:49:10.733 INFO STEP 22 (remove_files) COMPLETE
84392024-08-19T15:49:12.078Z[ host-image] Aug 19 15:49:10.733 INFO O| Aug 19 15:49:10.733 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-08-19T15:49:12.088Z[ host-image] Aug 19 15:49:10.742 INFO O| Aug 19 15:49:10.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84412024-08-19T15:49:12.088Z[ host-image] Aug 19 15:49:10.742 INFO O| Aug 19 15:49:10.742 INFO STEP 23 (remove_files) COMPLETE
84422024-08-19T15:49:12.088Z[ host-image] Aug 19 15:49:10.742 INFO O| Aug 19 15:49:10.742 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-08-19T15:49:12.098Z[ host-image] Aug 19 15:49:10.751 INFO O| Aug 19 15:49:10.751 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84442024-08-19T15:49:12.098Z[ host-image] Aug 19 15:49:10.752 INFO O| Aug 19 15:49:10.752 INFO STEP 24 (remove_files) COMPLETE
84452024-08-19T15:49:12.100Z[ host-image] Aug 19 15:49:10.752 INFO O| Aug 19 15:49:10.752 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-08-19T15:49:12.106Z[ host-image] Aug 19 15:49:10.761 INFO O| Aug 19 15:49:10.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84472024-08-19T15:49:12.106Z[ host-image] Aug 19 15:49:10.761 INFO O| Aug 19 15:49:10.761 INFO STEP 25 (remove_files) COMPLETE
84482024-08-19T15:49:12.118Z[ host-image] Aug 19 15:49:10.761 INFO O| Aug 19 15:49:10.761 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-08-19T15:49:12.118Z[ host-image] Aug 19 15:49:10.770 INFO O| Aug 19 15:49:10.770 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84502024-08-19T15:49:12.118Z[ host-image] Aug 19 15:49:10.770 INFO O| Aug 19 15:49:10.770 INFO STEP 26 (remove_files) COMPLETE
84512024-08-19T15:49:12.118Z[ host-image] Aug 19 15:49:10.770 INFO O| Aug 19 15:49:10.770 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-08-19T15:49:12.125Z[ host-image] Aug 19 15:49:10.779 INFO O| Aug 19 15:49:10.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84532024-08-19T15:49:12.125Z[ host-image] Aug 19 15:49:10.779 INFO O| Aug 19 15:49:10.779 INFO STEP 27 (remove_files) COMPLETE
84542024-08-19T15:49:12.127Z[ host-image] Aug 19 15:49:10.779 INFO O| Aug 19 15:49:10.779 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-08-19T15:49:12.134Z[ host-image] Aug 19 15:49:10.788 INFO O| Aug 19 15:49:10.788 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84562024-08-19T15:49:12.134Z[ host-image] Aug 19 15:49:10.788 INFO O| Aug 19 15:49:10.788 INFO STEP 28 (remove_files) COMPLETE
84572024-08-19T15:49:12.134Z[ host-image] Aug 19 15:49:10.788 INFO O| Aug 19 15:49:10.788 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-08-19T15:49:12.143Z[ host-image] Aug 19 15:49:10.797 INFO O| Aug 19 15:49:10.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84592024-08-19T15:49:12.143Z[ host-image] Aug 19 15:49:10.797 INFO O| Aug 19 15:49:10.797 INFO STEP 29 (remove_files) COMPLETE
84602024-08-19T15:49:12.145Z[ host-image] Aug 19 15:49:10.797 INFO O| Aug 19 15:49:10.797 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-19T15:49:12.152Z[ host-image] Aug 19 15:49:10.806 INFO O| Aug 19 15:49:10.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84622024-08-19T15:49:12.152Z[ host-image] Aug 19 15:49:10.807 INFO O| Aug 19 15:49:10.807 INFO STEP 30 (remove_files) COMPLETE
84632024-08-19T15:49:12.154Z[ host-image] Aug 19 15:49:10.807 INFO O| Aug 19 15:49:10.807 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-19T15:49:12.161Z[ host-image] Aug 19 15:49:10.816 INFO O| Aug 19 15:49:10.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84652024-08-19T15:49:12.161Z[ host-image] Aug 19 15:49:10.816 INFO O| Aug 19 15:49:10.816 INFO STEP 31 (remove_files) COMPLETE
84662024-08-19T15:49:12.164Z[ host-image] Aug 19 15:49:10.816 INFO O| Aug 19 15:49:10.816 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-19T15:49:12.171Z[ host-image] Aug 19 15:49:10.825 INFO O| Aug 19 15:49:10.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84682024-08-19T15:49:12.171Z[ host-image] Aug 19 15:49:10.825 INFO O| Aug 19 15:49:10.825 INFO STEP 32 (remove_files) COMPLETE
84692024-08-19T15:49:12.171Z[ host-image] Aug 19 15:49:10.825 INFO O| Aug 19 15:49:10.825 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-19T15:49:12.180Z[ host-image] Aug 19 15:49:10.834 INFO O| Aug 19 15:49:10.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84712024-08-19T15:49:12.180Z[ host-image] Aug 19 15:49:10.834 INFO O| Aug 19 15:49:10.834 INFO STEP 33 (remove_files) COMPLETE
84722024-08-19T15:49:12.182Z[ host-image] Aug 19 15:49:10.834 INFO O| Aug 19 15:49:10.834 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84732024-08-19T15:49:12.189Z[ host-image] Aug 19 15:49:10.843 INFO O| Aug 19 15:49:10.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84742024-08-19T15:49:12.189Z[ host-image] Aug 19 15:49:10.843 INFO O| Aug 19 15:49:10.843 INFO STEP 34 (remove_files) COMPLETE
84752024-08-19T15:49:12.189Z[ host-image] Aug 19 15:49:10.843 INFO O| Aug 19 15:49:10.843 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84762024-08-19T15:49:12.198Z[ host-image] Aug 19 15:49:10.853 INFO O| Aug 19 15:49:10.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84772024-08-19T15:49:12.198Z[ host-image] Aug 19 15:49:10.853 INFO O| Aug 19 15:49:10.853 INFO STEP 35 (remove_files) COMPLETE
84782024-08-19T15:49:12.201Z[ host-image] Aug 19 15:49:10.853 INFO O| Aug 19 15:49:10.853 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-19T15:49:12.207Z[ host-image] Aug 19 15:49:10.862 INFO O| Aug 19 15:49:10.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84802024-08-19T15:49:12.207Z[ host-image] Aug 19 15:49:10.862 INFO O| Aug 19 15:49:10.862 INFO STEP 36 (remove_files) COMPLETE
84812024-08-19T15:49:12.210Z[ host-image] Aug 19 15:49:10.862 INFO O| Aug 19 15:49:10.862 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-19T15:49:12.216Z[ host-image] Aug 19 15:49:10.871 INFO O| Aug 19 15:49:10.871 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84832024-08-19T15:49:12.216Z[ host-image] Aug 19 15:49:10.871 INFO O| Aug 19 15:49:10.871 INFO STEP 37 (remove_files) COMPLETE
84842024-08-19T15:49:12.218Z[ host-image] Aug 19 15:49:10.871 INFO O| Aug 19 15:49:10.871 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-08-19T15:49:12.226Z[ host-image] Aug 19 15:49:10.880 INFO O| Aug 19 15:49:10.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84862024-08-19T15:49:12.226Z[ host-image] Aug 19 15:49:10.880 INFO O| Aug 19 15:49:10.880 INFO STEP 38 (remove_files) COMPLETE
84872024-08-19T15:49:12.226Z[ host-image] Aug 19 15:49:10.880 INFO O| Aug 19 15:49:10.880 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-19T15:49:12.235Z[ host-image] Aug 19 15:49:10.889 INFO O| Aug 19 15:49:10.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84892024-08-19T15:49:12.235Z[ host-image] Aug 19 15:49:10.889 INFO O| Aug 19 15:49:10.889 INFO STEP 39 (remove_files) COMPLETE
84902024-08-19T15:49:12.237Z[ host-image] Aug 19 15:49:10.889 INFO O| Aug 19 15:49:10.889 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84912024-08-19T15:49:12.244Z[ host-image] Aug 19 15:49:10.898 INFO O| Aug 19 15:49:10.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84922024-08-19T15:49:12.244Z[ host-image] Aug 19 15:49:10.898 INFO O| Aug 19 15:49:10.898 INFO STEP 40 (remove_files) COMPLETE
84932024-08-19T15:49:12.246Z[ host-image] Aug 19 15:49:10.898 INFO O| Aug 19 15:49:10.898 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-19T15:49:12.253Z[ host-image] Aug 19 15:49:10.907 INFO O| Aug 19 15:49:10.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84952024-08-19T15:49:12.253Z[ host-image] Aug 19 15:49:10.907 INFO O| Aug 19 15:49:10.907 INFO STEP 41 (remove_files) COMPLETE
84962024-08-19T15:49:12.255Z[ host-image] Aug 19 15:49:10.907 INFO O| Aug 19 15:49:10.907 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84972024-08-19T15:49:12.262Z[ host-image] Aug 19 15:49:10.916 INFO O| Aug 19 15:49:10.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84982024-08-19T15:49:12.262Z[ host-image] Aug 19 15:49:10.916 INFO O| Aug 19 15:49:10.916 INFO STEP 42 (remove_files) COMPLETE
84992024-08-19T15:49:12.264Z[ host-image] Aug 19 15:49:10.916 INFO O| Aug 19 15:49:10.916 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-19T15:49:12.271Z[ host-image] Aug 19 15:49:10.926 INFO O| Aug 19 15:49:10.926 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85012024-08-19T15:49:12.271Z[ host-image] Aug 19 15:49:10.926 INFO O| Aug 19 15:49:10.926 INFO STEP 43 (remove_files) COMPLETE
85022024-08-19T15:49:12.273Z[ host-image] Aug 19 15:49:10.926 INFO O| Aug 19 15:49:10.926 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85032024-08-19T15:49:12.280Z[ host-image] Aug 19 15:49:10.935 INFO O| Aug 19 15:49:10.935 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85042024-08-19T15:49:12.280Z[ host-image] Aug 19 15:49:10.935 INFO O| Aug 19 15:49:10.935 INFO STEP 44 (remove_files) COMPLETE
85052024-08-19T15:49:12.283Z[ host-image] Aug 19 15:49:10.935 INFO O| Aug 19 15:49:10.935 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85062024-08-19T15:49:12.290Z[ host-image] Aug 19 15:49:10.944 INFO O| Aug 19 15:49:10.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85072024-08-19T15:49:12.292Z[ host-image] Aug 19 15:49:10.944 INFO O| Aug 19 15:49:10.944 INFO STEP 45 (remove_files) COMPLETE
85082024-08-19T15:49:12.292Z[ host-image] Aug 19 15:49:10.944 INFO O| Aug 19 15:49:10.944 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-19T15:49:12.299Z[ host-image] Aug 19 15:49:10.953 INFO O| Aug 19 15:49:10.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85102024-08-19T15:49:12.299Z[ host-image] Aug 19 15:49:10.954 INFO O| Aug 19 15:49:10.953 INFO STEP 46 (remove_files) COMPLETE
85112024-08-19T15:49:12.302Z[ host-image] Aug 19 15:49:10.954 INFO O| Aug 19 15:49:10.954 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-08-19T15:49:12.308Z[ host-image] Aug 19 15:49:10.963 INFO O| Aug 19 15:49:10.963 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85132024-08-19T15:49:12.311Z[ host-image] Aug 19 15:49:10.963 INFO O| Aug 19 15:49:10.963 INFO STEP 47 (remove_files) COMPLETE
85142024-08-19T15:49:12.311Z[ host-image] Aug 19 15:49:10.963 INFO O| Aug 19 15:49:10.963 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-19T15:49:12.318Z[ host-image] Aug 19 15:49:10.972 INFO O| Aug 19 15:49:10.972 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85162024-08-19T15:49:12.318Z[ host-image] Aug 19 15:49:10.972 INFO O| Aug 19 15:49:10.972 INFO STEP 48 (remove_files) COMPLETE
85172024-08-19T15:49:12.318Z[ host-image] Aug 19 15:49:10.972 INFO O| Aug 19 15:49:10.972 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-08-19T15:49:12.327Z[ host-image] Aug 19 15:49:10.981 INFO O| Aug 19 15:49:10.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85192024-08-19T15:49:12.327Z[ host-image] Aug 19 15:49:10.981 INFO O| Aug 19 15:49:10.981 INFO STEP 49 (remove_files) COMPLETE
85202024-08-19T15:49:12.329Z[ host-image] Aug 19 15:49:10.981 INFO O| Aug 19 15:49:10.981 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-08-19T15:49:12.336Z[ host-image] Aug 19 15:49:10.990 INFO O| Aug 19 15:49:10.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85222024-08-19T15:49:12.336Z[ host-image] Aug 19 15:49:10.990 INFO O| Aug 19 15:49:10.990 INFO STEP 50 (remove_files) COMPLETE
85232024-08-19T15:49:12.338Z[ host-image] Aug 19 15:49:10.991 INFO O| Aug 19 15:49:10.990 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-08-19T15:49:12.346Z[ host-image] Aug 19 15:49:11.000 INFO O| Aug 19 15:49:11.000 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85252024-08-19T15:49:12.346Z[ host-image] Aug 19 15:49:11.000 INFO O| Aug 19 15:49:11.000 INFO STEP 51 (remove_files) COMPLETE
85262024-08-19T15:49:12.346Z[ host-image] Aug 19 15:49:11.000 INFO O| Aug 19 15:49:11.000 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-19T15:49:12.356Z[ host-image] Aug 19 15:49:11.011 INFO O| Aug 19 15:49:11.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85282024-08-19T15:49:12.359Z[ host-image] Aug 19 15:49:11.011 INFO O| Aug 19 15:49:11.011 INFO STEP 52 (remove_files) COMPLETE
85292024-08-19T15:49:12.359Z[ host-image] Aug 19 15:49:11.011 INFO O| Aug 19 15:49:11.011 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-08-19T15:49:12.367Z[ host-image] Aug 19 15:49:11.021 INFO O| Aug 19 15:49:11.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85312024-08-19T15:49:12.367Z[ host-image] Aug 19 15:49:11.021 INFO O| Aug 19 15:49:11.021 INFO STEP 53 (remove_files) COMPLETE
85322024-08-19T15:49:12.367Z[ host-image] Aug 19 15:49:11.021 INFO O| Aug 19 15:49:11.021 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-08-19T15:49:12.378Z[ host-image] Aug 19 15:49:11.031 INFO O| Aug 19 15:49:11.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85342024-08-19T15:49:12.378Z[ host-image] Aug 19 15:49:11.031 INFO O| Aug 19 15:49:11.031 INFO STEP 54 (remove_files) COMPLETE
85352024-08-19T15:49:12.378Z[ host-image] Aug 19 15:49:11.031 INFO O| Aug 19 15:49:11.031 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-19T15:49:12.386Z[ host-image] Aug 19 15:49:11.041 INFO O| Aug 19 15:49:11.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85372024-08-19T15:49:12.386Z[ host-image] Aug 19 15:49:11.041 INFO O| Aug 19 15:49:11.041 INFO STEP 55 (remove_files) COMPLETE
85382024-08-19T15:49:12.389Z[ host-image] Aug 19 15:49:11.041 INFO O| Aug 19 15:49:11.041 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-19T15:49:12.396Z[ host-image] Aug 19 15:49:11.050 INFO O| Aug 19 15:49:11.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85402024-08-19T15:49:12.396Z[ host-image] Aug 19 15:49:11.050 INFO O| Aug 19 15:49:11.050 INFO STEP 56 (remove_files) COMPLETE
85412024-08-19T15:49:12.396Z[ host-image] Aug 19 15:49:11.050 INFO O| Aug 19 15:49:11.050 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-08-19T15:49:12.398Z[ recovery-image] Aug 19 15:49:11.051 INFO E| Compiling bitflags v1.3.2
85432024-08-19T15:49:12.398Z[ recovery-image] Aug 19 15:49:11.051 INFO E| Compiling scroll v0.12.0
85442024-08-19T15:49:12.398Z[ recovery-image] Aug 19 15:49:11.051 INFO E| Compiling bit_field v0.10.2
85452024-08-19T15:49:12.398Z[ recovery-image] Aug 19 15:49:11.051 INFO E| Compiling adler v1.0.2
85462024-08-19T15:49:12.398Z[ recovery-image] Aug 19 15:49:11.051 INFO E| Compiling plain v0.2.3
85472024-08-19T15:49:12.398Z[ recovery-image] Aug 19 15:49:11.051 INFO E| Compiling log v0.4.21
85482024-08-19T15:49:12.398Z[ recovery-image] Aug 19 15:49:11.051 INFO E| Compiling bitstruct v0.1.1
85492024-08-19T15:49:12.406Z[ host-image] Aug 19 15:49:11.061 INFO O| Aug 19 15:49:11.061 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85502024-08-19T15:49:12.407Z[ host-image] Aug 19 15:49:11.061 INFO O| Aug 19 15:49:11.061 INFO STEP 57 (remove_files) COMPLETE
85512024-08-19T15:49:12.407Z[ host-image] Aug 19 15:49:11.061 INFO O| Aug 19 15:49:11.061 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-08-19T15:49:12.436Z[ host-image] Aug 19 15:49:11.090 INFO O| Aug 19 15:49:11.090 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85532024-08-19T15:49:12.439Z[ host-image] Aug 19 15:49:11.091 INFO O| Aug 19 15:49:11.090 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85542024-08-19T15:49:12.439Z[ host-image] Aug 19 15:49:11.091 INFO O| Aug 19 15:49:11.091 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85552024-08-19T15:49:12.439Z[ host-image] Aug 19 15:49:11.091 INFO O| Aug 19 15:49:11.091 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85562024-08-19T15:49:12.439Z[ host-image] Aug 19 15:49:11.091 INFO O| Aug 19 15:49:11.091 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85572024-08-19T15:49:12.439Z[ host-image] Aug 19 15:49:11.091 INFO O| Aug 19 15:49:11.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85582024-08-19T15:49:12.439Z[ host-image] Aug 19 15:49:11.091 INFO O| Aug 19 15:49:11.091 INFO ok!
85592024-08-19T15:49:12.439Z[ host-image] Aug 19 15:49:11.092 INFO O| Aug 19 15:49:11.092 INFO STEP 58 (ensure_file) COMPLETE
85602024-08-19T15:49:12.439Z[ host-image] Aug 19 15:49:11.092 INFO O| Aug 19 15:49:11.092 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-08-19T15:49:12.463Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.117 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85622024-08-19T15:49:12.463Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.118 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85632024-08-19T15:49:12.466Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.118 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85642024-08-19T15:49:12.466Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.118 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85652024-08-19T15:49:12.466Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85662024-08-19T15:49:12.466Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85672024-08-19T15:49:12.466Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.118 INFO ok!
85682024-08-19T15:49:12.466Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.118 INFO STEP 59 (ensure_file) COMPLETE
85692024-08-19T15:49:12.466Z[ host-image] Aug 19 15:49:11.118 INFO O| Aug 19 15:49:11.118 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-08-19T15:49:12.483Z[ host-image] Aug 19 15:49:11.137 INFO O| Aug 19 15:49:11.137 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85712024-08-19T15:49:12.486Z[ recovery-image] Aug 19 15:49:11.138 INFO E| Compiling raw-cpuid v10.7.0
85722024-08-19T15:49:12.486Z[ host-image] Aug 19 15:49:11.138 INFO O| Aug 19 15:49:11.138 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85732024-08-19T15:49:12.486Z[ host-image] Aug 19 15:49:11.138 INFO O| Aug 19 15:49:11.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85742024-08-19T15:49:12.486Z[ host-image] Aug 19 15:49:11.138 INFO O| Aug 19 15:49:11.138 INFO ok!
85752024-08-19T15:49:12.486Z[ host-image] Aug 19 15:49:11.139 INFO O| Aug 19 15:49:11.138 INFO STEP 60 (ensure_file) COMPLETE
85762024-08-19T15:49:12.486Z[ host-image] Aug 19 15:49:11.139 INFO O| Aug 19 15:49:11.139 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-08-19T15:49:12.495Z[ recovery-image] Aug 19 15:49:11.150 INFO E| Compiling cpio_reader v0.1.1
85782024-08-19T15:49:12.557Z[ recovery-image] Aug 19 15:49:11.211 INFO E| Compiling miniz_oxide v0.7.2
85792024-08-19T15:49:12.591Z[ host-image] Aug 19 15:49:11.245 INFO O| Aug 19 15:49:11.245 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85802024-08-19T15:49:12.594Z[ host-image] Aug 19 15:49:11.245 INFO O| Aug 19 15:49:11.245 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85812024-08-19T15:49:12.594Z[ host-image] Aug 19 15:49:11.245 INFO O| Aug 19 15:49:11.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85822024-08-19T15:49:12.594Z[ host-image] Aug 19 15:49:11.245 INFO O| Aug 19 15:49:11.245 INFO ok!
85832024-08-19T15:49:12.594Z[ host-image] Aug 19 15:49:11.245 INFO O| Aug 19 15:49:11.245 INFO STEP 61 (ensure_file) COMPLETE
85842024-08-19T15:49:12.594Z[ host-image] Aug 19 15:49:11.245 INFO O| Aug 19 15:49:11.245 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-08-19T15:49:12.611Z[ host-image] Aug 19 15:49:11.265 INFO O| Aug 19 15:49:11.265 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85862024-08-19T15:49:12.614Z[ host-image] Aug 19 15:49:11.265 INFO O| Aug 19 15:49:11.265 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85872024-08-19T15:49:12.614Z[ host-image] Aug 19 15:49:11.266 INFO O| Aug 19 15:49:11.265 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85882024-08-19T15:49:12.614Z[ host-image] Aug 19 15:49:11.266 INFO O| Aug 19 15:49:11.266 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85892024-08-19T15:49:12.614Z[ host-image] Aug 19 15:49:11.266 INFO O| Aug 19 15:49:11.266 INFO ok!
85902024-08-19T15:49:12.614Z[ host-image] Aug 19 15:49:11.266 INFO O| Aug 19 15:49:11.266 INFO STEP 62 (ensure_file) COMPLETE
85912024-08-19T15:49:12.614Z[ host-image] Aug 19 15:49:11.266 INFO O| Aug 19 15:49:11.266 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-08-19T15:49:12.636Z[ host-image] Aug 19 15:49:11.285 INFO O| Aug 19 15:49:11.285 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85932024-08-19T15:49:12.636Z[ host-image] Aug 19 15:49:11.285 INFO O| Aug 19 15:49:11.285 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85942024-08-19T15:49:12.636Z[ host-image] Aug 19 15:49:11.286 INFO O| Aug 19 15:49:11.285 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85952024-08-19T15:49:12.638Z[ host-image] Aug 19 15:49:11.286 INFO O| Aug 19 15:49:11.286 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85962024-08-19T15:49:12.638Z[ host-image] Aug 19 15:49:11.286 INFO O| Aug 19 15:49:11.286 INFO ok!
85972024-08-19T15:49:12.638Z[ host-image] Aug 19 15:49:11.286 INFO O| Aug 19 15:49:11.286 INFO STEP 63 (ensure_file) COMPLETE
85982024-08-19T15:49:12.638Z[ host-image] Aug 19 15:49:11.286 INFO O| Aug 19 15:49:11.286 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-08-19T15:49:12.650Z[ host-image] Aug 19 15:49:11.305 INFO O| Aug 19 15:49:11.305 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86002024-08-19T15:49:12.651Z[ host-image] Aug 19 15:49:11.305 INFO O| Aug 19 15:49:11.305 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86012024-08-19T15:49:12.651Z[ host-image] Aug 19 15:49:11.305 INFO O| Aug 19 15:49:11.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86022024-08-19T15:49:12.653Z[ host-image] Aug 19 15:49:11.305 INFO O| Aug 19 15:49:11.305 INFO ok!
86032024-08-19T15:49:12.653Z[ host-image] Aug 19 15:49:11.305 INFO O| Aug 19 15:49:11.305 INFO STEP 64 (assemble_files) COMPLETE
86042024-08-19T15:49:12.653Z[ host-image] Aug 19 15:49:11.305 INFO O| Aug 19 15:49:11.305 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-08-19T15:49:12.674Z[ host-image] Aug 19 15:49:11.329 INFO O| Aug 19 15:49:11.329 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86062024-08-19T15:49:12.675Z[ host-image] Aug 19 15:49:11.329 INFO O| Aug 19 15:49:11.329 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86072024-08-19T15:49:12.677Z[ host-image] Aug 19 15:49:11.329 INFO O| Aug 19 15:49:11.329 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86082024-08-19T15:49:12.677Z[ host-image] Aug 19 15:49:11.329 INFO O| Aug 19 15:49:11.329 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86092024-08-19T15:49:12.677Z[ host-image] Aug 19 15:49:11.329 INFO O| Aug 19 15:49:11.329 INFO ok!
86102024-08-19T15:49:12.677Z[ host-image] Aug 19 15:49:11.329 INFO O| Aug 19 15:49:11.329 INFO STEP 65 (ensure_file) COMPLETE
86112024-08-19T15:49:12.677Z[ host-image] Aug 19 15:49:11.329 INFO O| Aug 19 15:49:11.329 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-08-19T15:49:12.694Z[ host-image] Aug 19 15:49:11.349 INFO O| Aug 19 15:49:11.349 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86132024-08-19T15:49:12.697Z[ host-image] Aug 19 15:49:11.349 INFO O| Aug 19 15:49:11.349 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86142024-08-19T15:49:12.697Z[ host-image] Aug 19 15:49:11.349 INFO O| Aug 19 15:49:11.349 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86152024-08-19T15:49:12.697Z[ host-image] Aug 19 15:49:11.349 INFO O| Aug 19 15:49:11.349 INFO STEP 66 (ensure_dir) COMPLETE
86162024-08-19T15:49:12.697Z[ host-image] Aug 19 15:49:11.349 INFO O| Aug 19 15:49:11.349 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86172024-08-19T15:49:12.715Z[ host-image] Aug 19 15:49:11.369 INFO O| Aug 19 15:49:11.369 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86182024-08-19T15:49:12.718Z[ host-image] Aug 19 15:49:11.369 INFO O| Aug 19 15:49:11.369 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 ...
86192024-08-19T15:49:12.726Z[ host-image] Aug 19 15:49:11.380 INFO O| Aug 19 15:49:11.380 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
86202024-08-19T15:49:12.726Z[ host-image] Aug 19 15:49:11.380 INFO O| Aug 19 15:49:11.380 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86212024-08-19T15:49:12.726Z[ host-image] Aug 19 15:49:11.380 INFO O| Aug 19 15:49:11.380 INFO ok!
86222024-08-19T15:49:12.728Z[ host-image] Aug 19 15:49:11.380 INFO O| Aug 19 15:49:11.380 INFO STEP 67 (ensure_file) COMPLETE
86232024-08-19T15:49:12.728Z[ host-image] Aug 19 15:49:11.380 INFO O| Aug 19 15:49:11.380 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-08-19T15:49:12.744Z[ host-image] Aug 19 15:49:11.398 INFO O| Aug 19 15:49:11.398 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86252024-08-19T15:49:12.744Z[ host-image] Aug 19 15:49:11.398 INFO O| Aug 19 15:49:11.398 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 ...
86262024-08-19T15:49:12.744Z[ host-image] Aug 19 15:49:11.399 INFO O| Aug 19 15:49:11.398 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
86272024-08-19T15:49:12.744Z[ host-image] Aug 19 15:49:11.399 INFO O| Aug 19 15:49:11.399 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86282024-08-19T15:49:12.745Z[ host-image] Aug 19 15:49:11.399 INFO O| Aug 19 15:49:11.399 INFO ok!
86292024-08-19T15:49:12.748Z[ host-image] Aug 19 15:49:11.399 INFO O| Aug 19 15:49:11.399 INFO STEP 68 (ensure_file) COMPLETE
86302024-08-19T15:49:12.748Z[ host-image] Aug 19 15:49:11.399 INFO O| Aug 19 15:49:11.399 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86312024-08-19T15:49:12.766Z[ recovery-image] Aug 19 15:49:11.420 INFO E| Compiling static_assertions v1.1.0
86322024-08-19T15:49:12.775Z[ host-image] Aug 19 15:49:11.428 INFO O| Aug 19 15:49:11.428 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86332024-08-19T15:49:12.775Z[ host-image] Aug 19 15:49:11.428 INFO O| Aug 19 15:49:11.428 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86342024-08-19T15:49:12.901Z[ recovery-image] Aug 19 15:49:11.555 INFO E| Compiling goblin v0.8.0
86352024-08-19T15:49:15.887Z[ host-image] Aug 19 15:49:14.541 INFO O| Aug 19 15:49:14.541 INFO STEP 69 (pack_tar) COMPLETE
86362024-08-19T15:49:15.888Z[ host-image] Aug 19 15:49:14.541 INFO O| Aug 19 15:49:14.541 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86372024-08-19T15:49:15.890Z[ host-image] Aug 19 15:49:14.541 INFO O| Aug 19 15:49:14.541 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86382024-08-19T15:49:16.061Z[ host-image] Aug 19 15:49:14.715 INFO O| Aug 19 15:49:14.715 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86392024-08-19T15:49:16.147Z[ host-image] Aug 19 15:49:14.801 INFO O| Aug 19 15:49:14.801 INFO completed processing gimlet/ramdisk-02-trim
86402024-08-19T15:49:16.150Z[ host-image] Aug 19 15:49:14.803 INFO image builder template: zfs...
86412024-08-19T15:49:16.150Z[ host-image] Aug 19 15:49:14.803 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/.tmpUO4FzG/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
86422024-08-19T15:49:16.163Z[ host-image] Aug 19 15:49:14.816 INFO O| Aug 19 15:49:14.816 INFO skip include "stress" because feature "stress" is not enabled
86432024-08-19T15:49:16.193Z[ host-image] Aug 19 15:49:14.847 INFO O| Aug 19 15:49:14.847 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86442024-08-19T15:49:16.197Z[ host-image] Aug 19 15:49:14.851 INFO O| Aug 19 15:49:14.851 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86452024-08-19T15:49:16.259Z[ host-image] Aug 19 15:49:14.912 INFO O| Aug 19 15:49:14.912 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86462024-08-19T15:49:16.380Z[ host-image] Aug 19 15:49:15.034 INFO O| Aug 19 15:49:15.034 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86472024-08-19T15:49:16.380Z[ host-image] Aug 19 15:49:15.034 INFO O| Aug 19 15:49:15.034 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86482024-08-19T15:49:16.385Z[ host-image] Aug 19 15:49:15.039 INFO O| Aug 19 15:49:15.039 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86492024-08-19T15:49:16.512Z[ host-image] Aug 19 15:49:15.165 INFO O| Aug 19 15:49:15.165 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86502024-08-19T15:49:16.576Z[ host-image] Aug 19 15:49:15.230 INFO O| Aug 19 15:49:15.230 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86512024-08-19T15:49:16.588Z[ host-image] Aug 19 15:49:15.242 INFO O| Aug 19 15:49:15.242 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86522024-08-19T15:49:16.593Z[ host-image] Aug 19 15:49:15.247 INFO O| Aug 19 15:49:15.247 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86532024-08-19T15:49:16.596Z[ host-image] Aug 19 15:49:15.247 INFO O| Aug 19 15:49:15.247 INFO no lofi found
86542024-08-19T15:49:16.596Z[ host-image] Aug 19 15:49:15.248 INFO O| Aug 19 15:49:15.247 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86552024-08-19T15:49:16.596Z[ host-image] Aug 19 15:49:15.248 INFO O| Aug 19 15:49:15.247 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86562024-08-19T15:49:18.357Z[ host-image] Aug 19 15:49:17.010 INFO O| Aug 19 15:49:17.010 INFO lofi device = /dev/dsk/c2t1d0p0
86572024-08-19T15:49:18.357Z[ host-image] Aug 19 15:49:17.010 INFO O| Aug 19 15:49:17.010 INFO pool device = /dev/dsk/c2t1d0p0
86582024-08-19T15:49:18.357Z[ host-image] Aug 19 15:49:17.010 INFO O| Aug 19 15:49:17.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86592024-08-19T15:49:18.429Z[ host-image] Aug 19 15:49:17.081 INFO O| Aug 19 15:49:17.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86602024-08-19T15:49:18.429Z[ host-image] Aug 19 15:49:17.081 INFO O| Aug 19 15:49:17.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86612024-08-19T15:49:18.449Z[ host-image] Aug 19 15:49:17.102 INFO O| Aug 19 15:49:17.102 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86622024-08-19T15:49:18.540Z[ host-image] Aug 19 15:49:17.193 INFO O| Aug 19 15:49:17.193 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86632024-08-19T15:49:18.594Z[ host-image] Aug 19 15:49:17.246 INFO O| Aug 19 15:49:17.246 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86642024-08-19T15:49:18.617Z[ host-image] Aug 19 15:49:17.270 INFO O| Aug 19 15:49:17.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86652024-08-19T15:49:18.635Z[ host-image] Aug 19 15:49:17.288 INFO O| Aug 19 15:49:17.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86662024-08-19T15:49:18.690Z[ host-image] Aug 19 15:49:17.341 INFO O| Aug 19 15:49:17.341 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86672024-08-19T15:49:18.690Z[ host-image] Aug 19 15:49:17.341 INFO O| Aug 19 15:49:17.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86682024-08-19T15:49:18.690Z[ host-image] Aug 19 15:49:17.341 INFO O| Aug 19 15:49:17.341 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86692024-08-19T15:49:18.697Z[ host-image] Aug 19 15:49:17.350 INFO O| Aug 19 15:49:17.350 INFO boot environment UUID: e45eaa52-908a-4895-b2df-e7c8975d4b3d
86702024-08-19T15:49:18.698Z[ host-image] Aug 19 15:49:17.350 INFO O| Aug 19 15:49:17.350 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e45eaa52-908a-4895-b2df-e7c8975d4b3d
86712024-08-19T15:49:18.707Z[ host-image] Aug 19 15:49:17.360 INFO O| Aug 19 15:49:17.360 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86722024-08-19T15:49:18.717Z[ host-image] Aug 19 15:49:17.371 INFO O| Aug 19 15:49:17.371 INFO STEP 0 (create_be) COMPLETE
86732024-08-19T15:49:18.718Z[ host-image] Aug 19 15:49:17.371 INFO O| Aug 19 15:49:17.371 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86742024-08-19T15:49:18.733Z[ host-image] Aug 19 15:49:17.386 INFO O| Aug 19 15:49:17.386 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86752024-08-19T15:49:19.865Z[ recovery-image] Aug 19 15:49:18.517 INFO E| Finished `release` profile [optimized] target(s) in 33.24s
86762024-08-19T15:49:19.888Z[ recovery-image] Aug 19 15:49:18.541 INFO building host image...
86772024-08-19T15:49:19.892Z[ recovery-image] Aug 19 15:49:18.541 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")
86782024-08-19T15:49:20.562Z[ recovery-image] Aug 19 15:49:19.204 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
86792024-08-19T15:49:22.338Z[ recovery-image] Aug 19 15:49:20.990 INFO image complete! materials are in "/work/os-recovery"
86802024-08-19T15:49:22.341Z[ recovery-image]
86812024-08-19T15:49:22.341Z[ recovery-image] real 7:16.024607941
86822024-08-19T15:49:22.341Z[ recovery-image] user 4:26.749284705
86832024-08-19T15:49:22.343Z[ recovery-image] sys 56.194793571
86842024-08-19T15:49:22.343Z[ recovery-image] trap 0.152481894
86852024-08-19T15:49:22.344Z[ recovery-image] tflt 0.305273648
86862024-08-19T15:49:22.344Z[ recovery-image] dflt 0.886307415
86872024-08-19T15:49:22.344Z[ recovery-image] kflt 0.000040834
86882024-08-19T15:49:22.344Z[ recovery-image] lock 15:55.305205253
86892024-08-19T15:49:22.344Z[ recovery-image] slp 43:55.925531588
86902024-08-19T15:49:22.344Z[ recovery-image] lat 52.226145957
86912024-08-19T15:49:22.344Z[ recovery-image] stop 4.086758825
86922024-08-19T15:49:22.344ZAug 19 15:49:20.994 INFO [recovery-image] process exited with exit status: 0 (436.039779811s)
86932024-08-19T15:49:37.952Z[ host-image] Aug 19 15:49:36.603 INFO O| Aug 19 15:49:36.603 INFO STEP 1 (unpack_tar) COMPLETE
86942024-08-19T15:49:37.952Z[ host-image] Aug 19 15:49:36.603 INFO O| Aug 19 15:49:36.603 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86952024-08-19T15:49:37.965Z[ host-image] Aug 19 15:49:36.615 INFO O| Aug 19 15:49:36.615 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86962024-08-19T15:49:38.145Z[ host-image] Aug 19 15:49:36.796 INFO O| Aug 19 15:49:36.796 INFO STEP 2 (devfsadm) COMPLETE
86972024-08-19T15:49:38.148Z[ host-image] Aug 19 15:49:36.796 INFO O| Aug 19 15:49:36.796 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86982024-08-19T15:49:38.157Z[ host-image] Aug 19 15:49:36.807 INFO O| Aug 19 15:49:36.807 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86992024-08-19T15:49:38.157Z[ host-image] Aug 19 15:49:36.807 INFO O| Aug 19 15:49:36.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87002024-08-19T15:49:38.157Z[ host-image] Aug 19 15:49:36.807 INFO O| Aug 19 15:49:36.807 INFO STEP 3 (ensure_dir) COMPLETE
87012024-08-19T15:49:38.157Z[ host-image] Aug 19 15:49:36.808 INFO O| Aug 19 15:49:36.807 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87022024-08-19T15:49:38.167Z[ host-image] Aug 19 15:49:36.818 INFO O| Aug 19 15:49:36.818 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87032024-08-19T15:49:38.169Z[ host-image] Aug 19 15:49:36.818 INFO O| Aug 19 15:49:36.818 INFO STEP 4 (ensure_dir) COMPLETE
87042024-08-19T15:49:38.169Z[ host-image] Aug 19 15:49:36.818 INFO O| Aug 19 15:49:36.818 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87052024-08-19T15:49:38.177Z[ host-image] Aug 19 15:49:36.828 INFO O| Aug 19 15:49:36.828 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87062024-08-19T15:49:38.177Z[ host-image] Aug 19 15:49:36.828 INFO O| Aug 19 15:49:36.828 INFO STEP 5 (ensure_dir) COMPLETE
87072024-08-19T15:49:38.179Z[ host-image] Aug 19 15:49:36.828 INFO O| Aug 19 15:49:36.828 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87082024-08-19T15:49:38.186Z[ host-image] Aug 19 15:49:36.837 INFO O| Aug 19 15:49:36.837 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87092024-08-19T15:49:38.186Z[ host-image] Aug 19 15:49:36.837 INFO O| Aug 19 15:49:36.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87102024-08-19T15:49:38.189Z[ host-image] Aug 19 15:49:36.837 INFO O| Aug 19 15:49:36.837 INFO STEP 6 (ensure_dir) COMPLETE
87112024-08-19T15:49:38.189Z[ host-image] Aug 19 15:49:36.837 INFO O| Aug 19 15:49:36.837 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87122024-08-19T15:49:38.196Z[ host-image] Aug 19 15:49:36.847 INFO O| Aug 19 15:49:36.846 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87132024-08-19T15:49:38.198Z[ host-image] Aug 19 15:49:36.847 INFO O| Aug 19 15:49:36.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87142024-08-19T15:49:38.198Z[ host-image] Aug 19 15:49:36.847 INFO O| Aug 19 15:49:36.847 INFO STEP 7 (ensure_dir) COMPLETE
87152024-08-19T15:49:38.198Z[ host-image] Aug 19 15:49:36.847 INFO O| Aug 19 15:49:36.847 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87162024-08-19T15:49:38.205Z[ host-image] Aug 19 15:49:36.856 INFO O| Aug 19 15:49:36.856 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87172024-08-19T15:49:38.207Z[ host-image] Aug 19 15:49:36.856 INFO O| Aug 19 15:49:36.856 INFO STEP 8 (remove_files) COMPLETE
87182024-08-19T15:49:38.207Z[ host-image] Aug 19 15:49:36.856 INFO O| Aug 19 15:49:36.856 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87192024-08-19T15:49:38.214Z[ host-image] Aug 19 15:49:36.865 INFO O| Aug 19 15:49:36.865 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87202024-08-19T15:49:38.217Z[ host-image] Aug 19 15:49:36.866 INFO O| Aug 19 15:49:36.866 INFO STEP 9 (remove_files) COMPLETE
87212024-08-19T15:49:38.217Z[ host-image] Aug 19 15:49:36.866 INFO O| Aug 19 15:49:36.866 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87222024-08-19T15:49:38.224Z[ host-image] Aug 19 15:49:36.875 INFO O| Aug 19 15:49:36.875 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87232024-08-19T15:49:38.227Z[ host-image] Aug 19 15:49:36.876 INFO O| Aug 19 15:49:36.876 INFO STEP 10 (remove_files) COMPLETE
87242024-08-19T15:49:38.227Z[ host-image] Aug 19 15:49:36.876 INFO O| Aug 19 15:49:36.876 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87252024-08-19T15:49:38.234Z[ host-image] Aug 19 15:49:36.885 INFO O| Aug 19 15:49:36.885 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87262024-08-19T15:49:38.237Z[ host-image] Aug 19 15:49:36.885 INFO O| Aug 19 15:49:36.885 INFO STEP 11 (remove_files) COMPLETE
87272024-08-19T15:49:38.237Z[ host-image] Aug 19 15:49:36.885 INFO O| Aug 19 15:49:36.885 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87282024-08-19T15:49:38.243Z[ host-image] Aug 19 15:49:36.894 INFO O| Aug 19 15:49:36.894 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87292024-08-19T15:49:38.243Z[ host-image] Aug 19 15:49:36.894 INFO O| Aug 19 15:49:36.894 INFO STEP 12 (remove_files) COMPLETE
87302024-08-19T15:49:38.246Z[ host-image] Aug 19 15:49:36.894 INFO O| Aug 19 15:49:36.894 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87312024-08-19T15:49:38.253Z[ host-image] Aug 19 15:49:36.903 INFO O| Aug 19 15:49:36.903 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87322024-08-19T15:49:38.255Z[ host-image] Aug 19 15:49:36.904 INFO O| Aug 19 15:49:36.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87332024-08-19T15:49:38.255Z[ host-image] Aug 19 15:49:36.904 INFO O| Aug 19 15:49:36.904 INFO STEP 13 (ensure_dir) COMPLETE
87342024-08-19T15:49:38.255Z[ host-image] Aug 19 15:49:36.904 INFO O| Aug 19 15:49:36.904 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87352024-08-19T15:49:38.262Z[ host-image] Aug 19 15:49:36.913 INFO O| Aug 19 15:49:36.913 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87362024-08-19T15:49:38.262Z[ host-image] Aug 19 15:49:36.913 INFO O| Aug 19 15:49:36.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87372024-08-19T15:49:38.265Z[ host-image] Aug 19 15:49:36.913 INFO O| Aug 19 15:49:36.913 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87382024-08-19T15:49:38.265Z[ host-image] Aug 19 15:49:36.913 INFO O| Aug 19 15:49:36.913 INFO STEP 14 (ensure_dir) COMPLETE
87392024-08-19T15:49:38.265Z[ host-image] Aug 19 15:49:36.913 INFO O| Aug 19 15:49:36.913 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87402024-08-19T15:49:38.272Z[ host-image] Aug 19 15:49:36.923 INFO O| Aug 19 15:49:36.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87412024-08-19T15:49:38.272Z[ host-image] Aug 19 15:49:36.923 INFO O| Aug 19 15:49:36.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87422024-08-19T15:49:38.272Z[ host-image] Aug 19 15:49:36.923 INFO O| Aug 19 15:49:36.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87432024-08-19T15:49:38.274Z[ host-image] Aug 19 15:49:36.923 INFO O| Aug 19 15:49:36.923 INFO STEP 15 (ensure_dir) COMPLETE
87442024-08-19T15:49:38.274Z[ host-image] Aug 19 15:49:36.923 INFO O| Aug 19 15:49:36.923 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87452024-08-19T15:49:38.282Z[ host-image] Aug 19 15:49:36.933 INFO O| Aug 19 15:49:36.933 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87462024-08-19T15:49:38.282Z[ host-image] Aug 19 15:49:36.933 INFO O| Aug 19 15:49:36.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87472024-08-19T15:49:38.284Z[ host-image] Aug 19 15:49:36.933 INFO O| Aug 19 15:49:36.933 INFO STEP 16 (ensure_dir) COMPLETE
87482024-08-19T15:49:38.284Z[ host-image] Aug 19 15:49:36.933 INFO O| Aug 19 15:49:36.933 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87492024-08-19T15:49:38.291Z[ host-image] Aug 19 15:49:36.942 INFO O| Aug 19 15:49:36.942 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87502024-08-19T15:49:38.291Z[ host-image] Aug 19 15:49:36.942 INFO O| Aug 19 15:49:36.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87512024-08-19T15:49:38.293Z[ host-image] Aug 19 15:49:36.942 INFO O| Aug 19 15:49:36.942 INFO STEP 17 (ensure_dir) COMPLETE
87522024-08-19T15:49:38.294Z[ host-image] Aug 19 15:49:36.942 INFO O| Aug 19 15:49:36.942 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532024-08-19T15:49:38.301Z[ host-image] Aug 19 15:49:36.952 INFO O| Aug 19 15:49:36.952 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87542024-08-19T15:49:38.301Z[ host-image] Aug 19 15:49:36.952 INFO O| Aug 19 15:49:36.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87552024-08-19T15:49:38.301Z[ host-image] Aug 19 15:49:36.952 INFO O| Aug 19 15:49:36.952 INFO ok!
87562024-08-19T15:49:38.304Z[ host-image] Aug 19 15:49:36.952 INFO O| Aug 19 15:49:36.952 INFO STEP 18 (ensure_symlink) COMPLETE
87572024-08-19T15:49:38.304Z[ host-image] Aug 19 15:49:36.952 INFO O| Aug 19 15:49:36.952 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87582024-08-19T15:49:38.310Z[ host-image] Aug 19 15:49:36.961 INFO O| Aug 19 15:49:36.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87592024-08-19T15:49:38.311Z[ host-image] Aug 19 15:49:36.961 INFO O| Aug 19 15:49:36.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87602024-08-19T15:49:38.313Z[ host-image] Aug 19 15:49:36.961 INFO O| Aug 19 15:49:36.961 INFO ok!
87612024-08-19T15:49:38.313Z[ host-image] Aug 19 15:49:36.961 INFO O| Aug 19 15:49:36.961 INFO STEP 19 (ensure_file) COMPLETE
87622024-08-19T15:49:38.313Z[ host-image] Aug 19 15:49:36.961 INFO O| Aug 19 15:49:36.961 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87632024-08-19T15:49:38.320Z[ host-image] Aug 19 15:49:36.971 INFO O| Aug 19 15:49:36.971 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87642024-08-19T15:49:38.322Z[ host-image] Aug 19 15:49:36.971 INFO O| Aug 19 15:49:36.971 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87652024-08-19T15:49:38.322Z[ host-image] Aug 19 15:49:36.971 INFO O| Aug 19 15:49:36.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87662024-08-19T15:49:38.322Z[ host-image] Aug 19 15:49:36.971 INFO O| Aug 19 15:49:36.971 INFO ok!
87672024-08-19T15:49:38.322Z[ host-image] Aug 19 15:49:36.971 INFO O| Aug 19 15:49:36.971 INFO STEP 20 (ensure_symlink) COMPLETE
87682024-08-19T15:49:38.322Z[ host-image] Aug 19 15:49:36.971 INFO O| Aug 19 15:49:36.971 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87692024-08-19T15:49:38.329Z[ host-image] Aug 19 15:49:36.980 INFO O| Aug 19 15:49:36.980 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87702024-08-19T15:49:38.329Z[ host-image] Aug 19 15:49:36.980 INFO O| Aug 19 15:49:36.980 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87712024-08-19T15:49:38.330Z[ host-image] Aug 19 15:49:36.980 INFO O| Aug 19 15:49:36.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87722024-08-19T15:49:38.332Z[ host-image] Aug 19 15:49:36.980 INFO O| Aug 19 15:49:36.980 INFO ok!
87732024-08-19T15:49:38.332Z[ host-image] Aug 19 15:49:36.980 INFO O| Aug 19 15:49:36.980 INFO STEP 21 (ensure_symlink) COMPLETE
87742024-08-19T15:49:38.332Z[ host-image] Aug 19 15:49:36.980 INFO O| Aug 19 15:49:36.980 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87752024-08-19T15:49:38.339Z[ host-image] Aug 19 15:49:36.990 INFO O| Aug 19 15:49:36.990 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87762024-08-19T15:49:38.339Z[ host-image] Aug 19 15:49:36.990 INFO O| Aug 19 15:49:36.990 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87772024-08-19T15:49:38.341Z[ host-image] Aug 19 15:49:36.990 INFO O| Aug 19 15:49:36.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87782024-08-19T15:49:38.341Z[ host-image] Aug 19 15:49:36.990 INFO O| Aug 19 15:49:36.990 INFO ok!
87792024-08-19T15:49:38.341Z[ host-image] Aug 19 15:49:36.990 INFO O| Aug 19 15:49:36.990 INFO STEP 22 (ensure_symlink) COMPLETE
87802024-08-19T15:49:38.341Z[ host-image] Aug 19 15:49:36.990 INFO O| Aug 19 15:49:36.990 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87812024-08-19T15:49:38.348Z[ host-image] Aug 19 15:49:36.999 INFO O| Aug 19 15:49:36.999 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87822024-08-19T15:49:38.351Z[ host-image] Aug 19 15:49:36.999 INFO O| Aug 19 15:49:36.999 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87832024-08-19T15:49:38.351Z[ host-image] Aug 19 15:49:36.999 INFO O| Aug 19 15:49:36.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87842024-08-19T15:49:38.351Z[ host-image] Aug 19 15:49:36.999 INFO O| Aug 19 15:49:36.999 INFO ok!
87852024-08-19T15:49:38.351Z[ host-image] Aug 19 15:49:36.999 INFO O| Aug 19 15:49:36.999 INFO STEP 23 (ensure_symlink) COMPLETE
87862024-08-19T15:49:38.351Z[ host-image] Aug 19 15:49:36.999 INFO O| Aug 19 15:49:36.999 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87872024-08-19T15:49:38.358Z[ host-image] Aug 19 15:49:37.009 INFO O| Aug 19 15:49:37.009 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87882024-08-19T15:49:38.361Z[ host-image] Aug 19 15:49:37.009 INFO O| Aug 19 15:49:37.009 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87892024-08-19T15:49:38.361Z[ host-image] Aug 19 15:49:37.009 INFO O| Aug 19 15:49:37.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87902024-08-19T15:49:38.361Z[ host-image] Aug 19 15:49:37.009 INFO O| Aug 19 15:49:37.009 INFO ok!
87912024-08-19T15:49:38.361Z[ host-image] Aug 19 15:49:37.009 INFO O| Aug 19 15:49:37.009 INFO STEP 24 (ensure_file) COMPLETE
87922024-08-19T15:49:38.361Z[ host-image] Aug 19 15:49:37.010 INFO O| Aug 19 15:49:37.009 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87932024-08-19T15:49:38.368Z[ host-image] Aug 19 15:49:37.019 INFO O| Aug 19 15:49:37.019 INFO updating shadow file
87942024-08-19T15:49:38.371Z[ host-image] Aug 19 15:49:37.019 INFO O| Aug 19 15:49:37.019 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87952024-08-19T15:49:38.371Z[ host-image] Aug 19 15:49:37.019 INFO O| Aug 19 15:49:37.019 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87962024-08-19T15:49:38.371Z[ host-image] Aug 19 15:49:37.019 INFO O| Aug 19 15:49:37.019 INFO STEP 25 (shadow) COMPLETE
87972024-08-19T15:49:38.371Z[ host-image] Aug 19 15:49:37.020 INFO O| Aug 19 15:49:37.019 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87982024-08-19T15:49:38.378Z[ host-image] Aug 19 15:49:37.029 INFO O| Aug 19 15:49:37.029 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87992024-08-19T15:49:38.378Z[ host-image] Aug 19 15:49:37.029 INFO O| Aug 19 15:49:37.029 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88002024-08-19T15:49:38.380Z[ host-image] Aug 19 15:49:37.029 INFO O| Aug 19 15:49:37.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88012024-08-19T15:49:38.380Z[ host-image] Aug 19 15:49:37.029 INFO O| Aug 19 15:49:37.029 INFO ok!
88022024-08-19T15:49:38.380Z[ host-image] Aug 19 15:49:37.029 INFO O| Aug 19 15:49:37.029 INFO STEP 26 (ensure_file) COMPLETE
88032024-08-19T15:49:38.380Z[ host-image] Aug 19 15:49:37.029 INFO O| Aug 19 15:49:37.029 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88042024-08-19T15:49:38.388Z[ host-image] Aug 19 15:49:37.038 INFO O| Aug 19 15:49:37.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88052024-08-19T15:49:38.388Z[ host-image] Aug 19 15:49:37.038 INFO O| Aug 19 15:49:37.038 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88062024-08-19T15:49:38.390Z[ host-image] Aug 19 15:49:37.038 INFO O| Aug 19 15:49:37.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88072024-08-19T15:49:38.390Z[ host-image] Aug 19 15:49:37.039 INFO O| Aug 19 15:49:37.038 INFO ok!
88082024-08-19T15:49:38.390Z[ host-image] Aug 19 15:49:37.039 INFO O| Aug 19 15:49:37.038 INFO STEP 27 (ensure_file) COMPLETE
88092024-08-19T15:49:38.390Z[ host-image] Aug 19 15:49:37.039 INFO O| Aug 19 15:49:37.038 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88102024-08-19T15:49:38.398Z[ host-image] Aug 19 15:49:37.049 INFO O| Aug 19 15:49:37.049 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88112024-08-19T15:49:38.398Z[ host-image] Aug 19 15:49:37.049 INFO O| Aug 19 15:49:37.049 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88122024-08-19T15:49:38.401Z[ host-image] Aug 19 15:49:37.049 INFO O| Aug 19 15:49:37.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88132024-08-19T15:49:38.401Z[ host-image] Aug 19 15:49:37.049 INFO O| Aug 19 15:49:37.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88142024-08-19T15:49:38.401Z[ host-image] Aug 19 15:49:37.049 INFO O| Aug 19 15:49:37.049 INFO ok!
88152024-08-19T15:49:38.401Z[ host-image] Aug 19 15:49:37.049 INFO O| Aug 19 15:49:37.049 INFO STEP 28 (ensure_file) COMPLETE
88162024-08-19T15:49:38.401Z[ host-image] Aug 19 15:49:37.049 INFO O| Aug 19 15:49:37.049 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88172024-08-19T15:49:38.408Z[ host-image] Aug 19 15:49:37.059 INFO O| Aug 19 15:49:37.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88182024-08-19T15:49:38.408Z[ host-image] Aug 19 15:49:37.059 INFO O| Aug 19 15:49:37.059 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88192024-08-19T15:49:38.410Z[ host-image] Aug 19 15:49:37.059 INFO O| Aug 19 15:49:37.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88202024-08-19T15:49:38.410Z[ host-image] Aug 19 15:49:37.059 INFO O| Aug 19 15:49:37.059 INFO ok!
88212024-08-19T15:49:38.410Z[ host-image] Aug 19 15:49:37.059 INFO O| Aug 19 15:49:37.059 INFO STEP 29 (ensure_file) COMPLETE
88222024-08-19T15:49:38.410Z[ host-image] Aug 19 15:49:37.059 INFO O| Aug 19 15:49:37.059 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88232024-08-19T15:49:38.417Z[ host-image] Aug 19 15:49:37.068 INFO O| Aug 19 15:49:37.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88242024-08-19T15:49:38.417Z[ host-image] Aug 19 15:49:37.068 INFO O| Aug 19 15:49:37.068 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88252024-08-19T15:49:38.417Z[ host-image] Aug 19 15:49:37.068 INFO O| Aug 19 15:49:37.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88262024-08-19T15:49:38.420Z[ host-image] Aug 19 15:49:37.068 INFO O| Aug 19 15:49:37.068 INFO ok!
88272024-08-19T15:49:38.420Z[ host-image] Aug 19 15:49:37.068 INFO O| Aug 19 15:49:37.068 INFO STEP 30 (ensure_file) COMPLETE
88282024-08-19T15:49:38.420Z[ host-image] Aug 19 15:49:37.068 INFO O| Aug 19 15:49:37.068 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88292024-08-19T15:49:38.427Z[ host-image] Aug 19 15:49:37.078 INFO O| Aug 19 15:49:37.078 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88302024-08-19T15:49:38.427Z[ host-image] Aug 19 15:49:37.078 INFO O| Aug 19 15:49:37.078 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88312024-08-19T15:49:38.430Z[ host-image] Aug 19 15:49:37.078 INFO O| Aug 19 15:49:37.078 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88322024-08-19T15:49:38.430Z[ host-image] Aug 19 15:49:37.078 INFO O| Aug 19 15:49:37.078 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88332024-08-19T15:49:38.430Z[ host-image] Aug 19 15:49:37.078 INFO O| Aug 19 15:49:37.078 INFO ok!
88342024-08-19T15:49:38.430Z[ host-image] Aug 19 15:49:37.078 INFO O| Aug 19 15:49:37.078 INFO STEP 31 (ensure_file) COMPLETE
88352024-08-19T15:49:38.430Z[ host-image] Aug 19 15:49:37.078 INFO O| Aug 19 15:49:37.078 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88362024-08-19T15:49:38.437Z[ host-image] Aug 19 15:49:37.088 INFO O| Aug 19 15:49:37.088 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88372024-08-19T15:49:38.439Z[ host-image] Aug 19 15:49:37.088 INFO O| Aug 19 15:49:37.088 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88382024-08-19T15:49:38.439Z[ host-image] Aug 19 15:49:37.088 INFO O| Aug 19 15:49:37.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88392024-08-19T15:49:38.439Z[ host-image] Aug 19 15:49:37.088 INFO O| Aug 19 15:49:37.088 INFO ok!
88402024-08-19T15:49:38.439Z[ host-image] Aug 19 15:49:37.088 INFO O| Aug 19 15:49:37.088 INFO STEP 32 (ensure_file) COMPLETE
88412024-08-19T15:49:38.439Z[ host-image] Aug 19 15:49:37.088 INFO O| Aug 19 15:49:37.088 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88422024-08-19T15:49:38.447Z[ host-image] Aug 19 15:49:37.097 INFO O| Aug 19 15:49:37.097 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88432024-08-19T15:49:38.447Z[ host-image] Aug 19 15:49:37.098 INFO O| Aug 19 15:49:37.098 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88442024-08-19T15:49:38.449Z[ host-image] Aug 19 15:49:37.098 INFO O| Aug 19 15:49:37.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88452024-08-19T15:49:38.449Z[ host-image] Aug 19 15:49:37.098 INFO O| Aug 19 15:49:37.098 INFO ok!
88462024-08-19T15:49:38.449Z[ host-image] Aug 19 15:49:37.098 INFO O| Aug 19 15:49:37.098 INFO STEP 33 (ensure_file) COMPLETE
88472024-08-19T15:49:38.449Z[ host-image] Aug 19 15:49:37.098 INFO O| Aug 19 15:49:37.098 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88482024-08-19T15:49:38.456Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88492024-08-19T15:49:38.456Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88502024-08-19T15:49:38.459Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88512024-08-19T15:49:38.459Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88522024-08-19T15:49:38.459Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88532024-08-19T15:49:38.459Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88542024-08-19T15:49:38.459Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO ok!
88552024-08-19T15:49:38.459Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO STEP 34 (ensure_file) COMPLETE
88562024-08-19T15:49:38.459Z[ host-image] Aug 19 15:49:37.107 INFO O| Aug 19 15:49:37.107 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88572024-08-19T15:49:38.466Z[ host-image] Aug 19 15:49:37.117 INFO O| Aug 19 15:49:37.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88582024-08-19T15:49:38.469Z[ host-image] Aug 19 15:49:37.117 INFO O| Aug 19 15:49:37.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88592024-08-19T15:49:38.469Z[ host-image] Aug 19 15:49:37.117 INFO O| Aug 19 15:49:37.117 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88602024-08-19T15:49:38.469Z[ host-image] Aug 19 15:49:37.117 INFO O| Aug 19 15:49:37.117 INFO STEP 35 (ensure_dir) COMPLETE
88612024-08-19T15:49:38.469Z[ host-image] Aug 19 15:49:37.117 INFO O| Aug 19 15:49:37.117 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88622024-08-19T15:49:38.476Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 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
88632024-08-19T15:49:38.478Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 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 ...
88642024-08-19T15:49:38.478Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 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
88652024-08-19T15:49:38.478Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 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
88662024-08-19T15:49:38.478Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 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
88672024-08-19T15:49:38.478Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 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
88682024-08-19T15:49:38.479Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 INFO ok!
88692024-08-19T15:49:38.479Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 INFO STEP 36 (ensure_file) COMPLETE
88702024-08-19T15:49:38.479Z[ host-image] Aug 19 15:49:37.127 INFO O| Aug 19 15:49:37.127 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88712024-08-19T15:49:38.486Z[ host-image] Aug 19 15:49:37.136 INFO O| Aug 19 15:49:37.136 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88722024-08-19T15:49:38.486Z[ host-image] Aug 19 15:49:37.136 INFO O| Aug 19 15:49:37.136 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 ...
88732024-08-19T15:49:38.488Z[ host-image] Aug 19 15:49:37.136 INFO O| Aug 19 15:49:37.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88742024-08-19T15:49:38.488Z[ host-image] Aug 19 15:49:37.137 INFO O| Aug 19 15:49:37.136 INFO ok!
88752024-08-19T15:49:38.488Z[ host-image] Aug 19 15:49:37.137 INFO O| Aug 19 15:49:37.136 INFO STEP 37 (ensure_symlink) COMPLETE
88762024-08-19T15:49:38.488Z[ host-image] Aug 19 15:49:37.137 INFO O| Aug 19 15:49:37.136 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88772024-08-19T15:49:38.495Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88782024-08-19T15:49:38.495Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88792024-08-19T15:49:38.498Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88802024-08-19T15:49:38.498Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88812024-08-19T15:49:38.498Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88822024-08-19T15:49:38.498Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88832024-08-19T15:49:38.498Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO ok!
88842024-08-19T15:49:38.498Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO STEP 38 (ensure_file) COMPLETE
88852024-08-19T15:49:38.498Z[ host-image] Aug 19 15:49:37.146 INFO O| Aug 19 15:49:37.146 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88862024-08-19T15:49:38.505Z[ host-image] Aug 19 15:49:37.156 INFO O| Aug 19 15:49:37.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88872024-08-19T15:49:38.505Z[ host-image] Aug 19 15:49:37.156 INFO O| Aug 19 15:49:37.156 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 ...
88882024-08-19T15:49:38.510Z[ host-image] Aug 19 15:49:37.156 INFO O| Aug 19 15:49:37.156 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
88892024-08-19T15:49:38.510Z[ host-image] Aug 19 15:49:37.156 INFO O| Aug 19 15:49:37.156 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88902024-08-19T15:49:38.510Z[ host-image] Aug 19 15:49:37.156 INFO O| Aug 19 15:49:37.156 INFO ok!
88912024-08-19T15:49:38.510Z[ host-image] Aug 19 15:49:37.156 INFO O| Aug 19 15:49:37.156 INFO STEP 39 (ensure_file) COMPLETE
88922024-08-19T15:49:38.510Z[ host-image] Aug 19 15:49:37.156 INFO O| Aug 19 15:49:37.156 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88932024-08-19T15:49:38.515Z[ host-image] Aug 19 15:49:37.166 INFO O| Aug 19 15:49:37.166 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88942024-08-19T15:49:38.515Z[ host-image] Aug 19 15:49:37.166 INFO O| Aug 19 15:49:37.166 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88952024-08-19T15:49:38.517Z[ host-image] Aug 19 15:49:37.166 INFO O| Aug 19 15:49:37.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88962024-08-19T15:49:38.517Z[ host-image] Aug 19 15:49:37.166 INFO O| Aug 19 15:49:37.166 INFO ok!
88972024-08-19T15:49:38.517Z[ host-image] Aug 19 15:49:37.166 INFO O| Aug 19 15:49:37.166 INFO STEP 40 (ensure_file) COMPLETE
88982024-08-19T15:49:38.517Z[ host-image] Aug 19 15:49:37.166 INFO O| Aug 19 15:49:37.166 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88992024-08-19T15:49:38.525Z[ host-image] Aug 19 15:49:37.175 INFO O| Aug 19 15:49:37.175 INFO updating shadow file
89002024-08-19T15:49:38.525Z[ host-image] Aug 19 15:49:37.175 INFO O| Aug 19 15:49:37.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89012024-08-19T15:49:38.527Z[ host-image] Aug 19 15:49:37.175 INFO O| Aug 19 15:49:37.175 INFO STEP 41 (shadow) COMPLETE
89022024-08-19T15:49:38.527Z[ host-image] Aug 19 15:49:37.175 INFO O| Aug 19 15:49:37.175 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89032024-08-19T15:49:38.534Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89042024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89052024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89062024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89072024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO ok!
89082024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO STEP 42 (ensure_file) COMPLETE
89092024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89102024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO skip step because feature "mfg" is not enabled
89112024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89122024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO skip step because feature "mfg" is not enabled
89132024-08-19T15:49:38.537Z[ host-image] Aug 19 15:49:37.185 INFO O| Aug 19 15:49:37.185 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89142024-08-19T15:49:38.544Z[ host-image] Aug 19 15:49:37.195 INFO O| Aug 19 15:49:37.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89152024-08-19T15:49:38.544Z[ host-image] Aug 19 15:49:37.195 INFO O| Aug 19 15:49:37.195 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89162024-08-19T15:49:39.180Z[ host-image] Aug 19 15:49:37.830 INFO O| Aug 19 15:49:37.830 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89172024-08-19T15:49:39.180Z[ host-image] Aug 19 15:49:37.831 INFO O| Aug 19 15:49:37.830 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89182024-08-19T15:49:39.180Z[ host-image] Aug 19 15:49:37.831 INFO O| Aug 19 15:49:37.830 INFO ok!
89192024-08-19T15:49:39.180Z[ host-image] Aug 19 15:49:37.831 INFO O| Aug 19 15:49:37.830 INFO STEP 45 (ensure_file) COMPLETE
89202024-08-19T15:49:39.180Z[ host-image] Aug 19 15:49:37.831 INFO O| Aug 19 15:49:37.830 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89212024-08-19T15:49:39.192Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89222024-08-19T15:49:39.192Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89232024-08-19T15:49:39.195Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89242024-08-19T15:49:39.195Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89252024-08-19T15:49:39.195Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89262024-08-19T15:49:39.195Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89272024-08-19T15:49:39.195Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 INFO ok!
89282024-08-19T15:49:39.195Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 INFO STEP 46 (ensure_file) COMPLETE
89292024-08-19T15:49:39.195Z[ host-image] Aug 19 15:49:37.843 INFO O| Aug 19 15:49:37.843 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89302024-08-19T15:49:39.203Z[ host-image] Aug 19 15:49:37.854 INFO O| Aug 19 15:49:37.854 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89312024-08-19T15:49:39.203Z[ host-image] Aug 19 15:49:37.854 INFO O| Aug 19 15:49:37.854 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 ...
89322024-08-19T15:49:39.205Z[ host-image] Aug 19 15:49:37.854 INFO O| Aug 19 15:49:37.854 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
89332024-08-19T15:49:39.205Z[ host-image] Aug 19 15:49:37.854 INFO O| Aug 19 15:49:37.854 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89342024-08-19T15:49:39.205Z[ host-image] Aug 19 15:49:37.854 INFO O| Aug 19 15:49:37.854 INFO ok!
89352024-08-19T15:49:39.206Z[ host-image] Aug 19 15:49:37.854 INFO O| Aug 19 15:49:37.854 INFO STEP 47 (ensure_file) COMPLETE
89362024-08-19T15:49:39.206Z[ host-image] Aug 19 15:49:37.854 INFO O| Aug 19 15:49:37.854 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89372024-08-19T15:49:39.213Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89382024-08-19T15:49:39.213Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89392024-08-19T15:49:39.215Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89402024-08-19T15:49:39.216Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89412024-08-19T15:49:39.216Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89422024-08-19T15:49:39.216Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89432024-08-19T15:49:39.216Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO ok!
89442024-08-19T15:49:39.216Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO STEP 48 (ensure_file) COMPLETE
89452024-08-19T15:49:39.216Z[ host-image] Aug 19 15:49:37.864 INFO O| Aug 19 15:49:37.864 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89462024-08-19T15:49:39.223Z[ host-image] Aug 19 15:49:37.874 INFO O| Aug 19 15:49:37.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89472024-08-19T15:49:39.223Z[ host-image] Aug 19 15:49:37.874 INFO O| Aug 19 15:49:37.874 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 ...
89482024-08-19T15:49:39.226Z[ host-image] Aug 19 15:49:37.874 INFO O| Aug 19 15:49:37.874 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
89492024-08-19T15:49:39.226Z[ host-image] Aug 19 15:49:37.874 INFO O| Aug 19 15:49:37.874 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89502024-08-19T15:49:39.226Z[ host-image] Aug 19 15:49:37.874 INFO O| Aug 19 15:49:37.874 INFO ok!
89512024-08-19T15:49:39.226Z[ host-image] Aug 19 15:49:37.874 INFO O| Aug 19 15:49:37.874 INFO STEP 49 (ensure_file) COMPLETE
89522024-08-19T15:49:39.226Z[ host-image] Aug 19 15:49:37.874 INFO O| Aug 19 15:49:37.874 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89532024-08-19T15:49:39.233Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89542024-08-19T15:49:39.233Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89552024-08-19T15:49:39.235Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89562024-08-19T15:49:39.235Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89572024-08-19T15:49:39.235Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89582024-08-19T15:49:39.235Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89592024-08-19T15:49:39.235Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO ok!
89602024-08-19T15:49:39.235Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO STEP 50 (ensure_file) COMPLETE
89612024-08-19T15:49:39.235Z[ host-image] Aug 19 15:49:37.884 INFO O| Aug 19 15:49:37.884 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89622024-08-19T15:49:39.243Z[ host-image] Aug 19 15:49:37.894 INFO O| Aug 19 15:49:37.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89632024-08-19T15:49:39.245Z[ host-image] Aug 19 15:49:37.894 INFO O| Aug 19 15:49:37.894 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 ...
89642024-08-19T15:49:39.245Z[ host-image] Aug 19 15:49:37.894 INFO O| Aug 19 15:49:37.894 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
89652024-08-19T15:49:39.245Z[ host-image] Aug 19 15:49:37.894 INFO O| Aug 19 15:49:37.894 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89662024-08-19T15:49:39.245Z[ host-image] Aug 19 15:49:37.894 INFO O| Aug 19 15:49:37.894 INFO ok!
89672024-08-19T15:49:39.245Z[ host-image] Aug 19 15:49:37.894 INFO O| Aug 19 15:49:37.894 INFO STEP 51 (ensure_file) COMPLETE
89682024-08-19T15:49:39.245Z[ host-image] Aug 19 15:49:37.894 INFO O| Aug 19 15:49:37.894 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89692024-08-19T15:49:39.252Z[ host-image] Aug 19 15:49:37.903 INFO O| Aug 19 15:49:37.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89702024-08-19T15:49:39.252Z[ host-image] Aug 19 15:49:37.903 INFO O| Aug 19 15:49:37.903 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 ...
89712024-08-19T15:49:39.255Z[ host-image] Aug 19 15:49:37.903 INFO O| Aug 19 15:49:37.903 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
89722024-08-19T15:49:39.255Z[ host-image] Aug 19 15:49:37.903 INFO O| Aug 19 15:49:37.903 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89732024-08-19T15:49:39.255Z[ host-image] Aug 19 15:49:37.903 INFO O| Aug 19 15:49:37.903 INFO ok!
89742024-08-19T15:49:39.255Z[ host-image] Aug 19 15:49:37.903 INFO O| Aug 19 15:49:37.903 INFO STEP 52 (ensure_file) COMPLETE
89752024-08-19T15:49:39.255Z[ host-image] Aug 19 15:49:37.903 INFO O| Aug 19 15:49:37.903 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89762024-08-19T15:49:39.262Z[ host-image] Aug 19 15:49:37.913 INFO O| Aug 19 15:49:37.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89772024-08-19T15:49:39.262Z[ host-image] Aug 19 15:49:37.913 INFO O| Aug 19 15:49:37.913 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 ...
89782024-08-19T15:49:39.275Z[ host-image] Aug 19 15:49:37.913 INFO O| Aug 19 15:49:37.913 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
89792024-08-19T15:49:39.275Z[ host-image] Aug 19 15:49:37.913 INFO O| Aug 19 15:49:37.913 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89802024-08-19T15:49:39.275Z[ host-image] Aug 19 15:49:37.913 INFO O| Aug 19 15:49:37.913 INFO ok!
89812024-08-19T15:49:39.275Z[ host-image] Aug 19 15:49:37.913 INFO O| Aug 19 15:49:37.913 INFO STEP 53 (ensure_file) COMPLETE
89822024-08-19T15:49:39.275Z[ host-image] Aug 19 15:49:37.913 INFO O| Aug 19 15:49:37.913 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-08-19T15:49:39.277Z[ host-image] Aug 19 15:49:37.923 INFO O| Aug 19 15:49:37.922 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89842024-08-19T15:49:39.278Z[ host-image] Aug 19 15:49:37.923 INFO O| Aug 19 15:49:37.923 INFO STEP 54 (ensure_dir) COMPLETE
89852024-08-19T15:49:39.278Z[ host-image] Aug 19 15:49:37.923 INFO O| Aug 19 15:49:37.923 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89862024-08-19T15:49:39.281Z[ host-image] Aug 19 15:49:37.932 INFO O| Aug 19 15:49:37.932 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89872024-08-19T15:49:39.281Z[ host-image] Aug 19 15:49:37.932 INFO O| Aug 19 15:49:37.932 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89882024-08-19T15:49:39.281Z[ host-image] Aug 19 15:49:37.932 INFO O| Aug 19 15:49:37.932 INFO STEP 55 (ensure_dir) COMPLETE
89892024-08-19T15:49:39.284Z[ host-image] Aug 19 15:49:37.932 INFO O| Aug 19 15:49:37.932 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89902024-08-19T15:49:39.291Z[ host-image] Aug 19 15:49:37.942 INFO O| Aug 19 15:49:37.941 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89912024-08-19T15:49:39.293Z[ host-image] Aug 19 15:49:37.942 INFO O| Aug 19 15:49:37.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89922024-08-19T15:49:39.293Z[ host-image] Aug 19 15:49:37.942 INFO O| Aug 19 15:49:37.942 INFO STEP 56 (ensure_dir) COMPLETE
89932024-08-19T15:49:39.293Z[ host-image] Aug 19 15:49:37.942 INFO O| Aug 19 15:49:37.942 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89942024-08-19T15:49:39.300Z[ host-image] Aug 19 15:49:37.951 INFO O| Aug 19 15:49:37.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89952024-08-19T15:49:39.300Z[ host-image] Aug 19 15:49:37.951 INFO O| Aug 19 15:49:37.951 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89962024-08-19T15:49:39.315Z[ host-image] Aug 19 15:49:37.966 INFO O| Aug 19 15:49:37.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89972024-08-19T15:49:39.315Z[ host-image] Aug 19 15:49:37.966 INFO O| Aug 19 15:49:37.966 INFO ok!
89982024-08-19T15:49:39.317Z[ host-image] Aug 19 15:49:37.966 INFO O| Aug 19 15:49:37.966 INFO STEP 57 (ensure_file) COMPLETE
89992024-08-19T15:49:39.317Z[ host-image] Aug 19 15:49:37.966 INFO O| Aug 19 15:49:37.966 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90002024-08-19T15:49:39.325Z[ host-image] Aug 19 15:49:37.975 INFO O| Aug 19 15:49:37.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90012024-08-19T15:49:39.325Z[ host-image] Aug 19 15:49:37.975 INFO O| Aug 19 15:49:37.975 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90022024-08-19T15:49:40.411Z[ host-image] Aug 19 15:49:39.061 INFO O| Aug 19 15:49:39.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90032024-08-19T15:49:40.411Z[ host-image] Aug 19 15:49:39.061 INFO O| Aug 19 15:49:39.061 INFO ok!
90042024-08-19T15:49:40.411Z[ host-image] Aug 19 15:49:39.061 INFO O| Aug 19 15:49:39.061 INFO STEP 58 (ensure_file) COMPLETE
90052024-08-19T15:49:40.411Z[ host-image] Aug 19 15:49:39.061 INFO O| Aug 19 15:49:39.061 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90062024-08-19T15:49:40.423Z[ host-image] Aug 19 15:49:39.073 INFO O| Aug 19 15:49:39.073 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90072024-08-19T15:49:40.423Z[ host-image] Aug 19 15:49:39.074 INFO O| Aug 19 15:49:39.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90082024-08-19T15:49:40.425Z[ host-image] Aug 19 15:49:39.074 INFO O| Aug 19 15:49:39.074 INFO STEP 59 (ensure_dir) COMPLETE
90092024-08-19T15:49:40.425Z[ host-image] Aug 19 15:49:39.074 INFO O| Aug 19 15:49:39.074 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90102024-08-19T15:49:40.433Z[ host-image] Aug 19 15:49:39.084 INFO O| Aug 19 15:49:39.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90112024-08-19T15:49:40.433Z[ host-image] Aug 19 15:49:39.084 INFO O| Aug 19 15:49:39.084 INFO copying /tmp/.tmpUO4FzG/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 ...
90122024-08-19T15:49:40.436Z[ host-image] Aug 19 15:49:39.084 INFO O| Aug 19 15:49:39.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90132024-08-19T15:49:40.436Z[ host-image] Aug 19 15:49:39.084 INFO O| Aug 19 15:49:39.084 INFO ok!
90142024-08-19T15:49:40.436Z[ host-image] Aug 19 15:49:39.084 INFO O| Aug 19 15:49:39.084 INFO STEP 60 (ensure_file) COMPLETE
90152024-08-19T15:49:40.436Z[ host-image] Aug 19 15:49:39.084 INFO O| Aug 19 15:49:39.084 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90162024-08-19T15:49:40.443Z[ host-image] Aug 19 15:49:39.093 INFO O| Aug 19 15:49:39.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90172024-08-19T15:49:40.443Z[ host-image] Aug 19 15:49:39.093 INFO O| Aug 19 15:49:39.093 INFO copying /tmp/.tmpUO4FzG/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 ...
90182024-08-19T15:49:40.445Z[ host-image] Aug 19 15:49:39.094 INFO O| Aug 19 15:49:39.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90192024-08-19T15:49:40.445Z[ host-image] Aug 19 15:49:39.094 INFO O| Aug 19 15:49:39.093 INFO ok!
90202024-08-19T15:49:40.445Z[ host-image] Aug 19 15:49:39.094 INFO O| Aug 19 15:49:39.094 INFO STEP 61 (ensure_file) COMPLETE
90212024-08-19T15:49:40.445Z[ host-image] Aug 19 15:49:39.094 INFO O| Aug 19 15:49:39.094 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90222024-08-19T15:49:40.453Z[ host-image] Aug 19 15:49:39.103 INFO O| Aug 19 15:49:39.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90232024-08-19T15:49:40.453Z[ host-image] Aug 19 15:49:39.103 INFO O| Aug 19 15:49:39.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90242024-08-19T15:49:40.453Z[ host-image] Aug 19 15:49:39.103 INFO O| Aug 19 15:49:39.103 INFO STEP 62 (ensure_dir) COMPLETE
90252024-08-19T15:49:40.455Z[ host-image] Aug 19 15:49:39.103 INFO O| Aug 19 15:49:39.103 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90262024-08-19T15:49:40.462Z[ host-image] Aug 19 15:49:39.113 INFO O| Aug 19 15:49:39.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90272024-08-19T15:49:40.462Z[ host-image] Aug 19 15:49:39.113 INFO O| Aug 19 15:49:39.113 INFO copying /tmp/.tmpUO4FzG/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 ...
90282024-08-19T15:49:40.465Z[ host-image] Aug 19 15:49:39.113 INFO O| Aug 19 15:49:39.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90292024-08-19T15:49:40.465Z[ host-image] Aug 19 15:49:39.113 INFO O| Aug 19 15:49:39.113 INFO ok!
90302024-08-19T15:49:40.465Z[ host-image] Aug 19 15:49:39.113 INFO O| Aug 19 15:49:39.113 INFO STEP 63 (ensure_file) COMPLETE
90312024-08-19T15:49:40.465Z[ host-image] Aug 19 15:49:39.113 INFO O| Aug 19 15:49:39.113 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90322024-08-19T15:49:40.472Z[ host-image] Aug 19 15:49:39.122 INFO O| Aug 19 15:49:39.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90332024-08-19T15:49:40.472Z[ host-image] Aug 19 15:49:39.122 INFO O| Aug 19 15:49:39.122 INFO copying /tmp/.tmpUO4FzG/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 ...
90342024-08-19T15:49:40.474Z[ host-image] Aug 19 15:49:39.122 INFO O| Aug 19 15:49:39.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90352024-08-19T15:49:40.474Z[ host-image] Aug 19 15:49:39.123 INFO O| Aug 19 15:49:39.122 INFO ok!
90362024-08-19T15:49:40.474Z[ host-image] Aug 19 15:49:39.123 INFO O| Aug 19 15:49:39.122 INFO STEP 64 (ensure_file) COMPLETE
90372024-08-19T15:49:40.474Z[ host-image] Aug 19 15:49:39.123 INFO O| Aug 19 15:49:39.122 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90382024-08-19T15:49:40.481Z[ host-image] Aug 19 15:49:39.132 INFO O| Aug 19 15:49:39.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90392024-08-19T15:49:40.481Z[ host-image] Aug 19 15:49:39.132 INFO O| Aug 19 15:49:39.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90402024-08-19T15:49:40.484Z[ host-image] Aug 19 15:49:39.132 INFO O| Aug 19 15:49:39.132 INFO STEP 65 (ensure_dir) COMPLETE
90412024-08-19T15:49:40.484Z[ host-image] Aug 19 15:49:39.132 INFO O| Aug 19 15:49:39.132 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90422024-08-19T15:49:40.491Z[ host-image] Aug 19 15:49:39.142 INFO O| Aug 19 15:49:39.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90432024-08-19T15:49:40.491Z[ host-image] Aug 19 15:49:39.142 INFO O| Aug 19 15:49:39.142 INFO copying /tmp/.tmpUO4FzG/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 ...
90442024-08-19T15:49:40.494Z[ host-image] Aug 19 15:49:39.142 INFO O| Aug 19 15:49:39.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90452024-08-19T15:49:40.494Z[ host-image] Aug 19 15:49:39.142 INFO O| Aug 19 15:49:39.142 INFO ok!
90462024-08-19T15:49:40.494Z[ host-image] Aug 19 15:49:39.142 INFO O| Aug 19 15:49:39.142 INFO STEP 66 (ensure_file) COMPLETE
90472024-08-19T15:49:40.494Z[ host-image] Aug 19 15:49:39.142 INFO O| Aug 19 15:49:39.142 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90482024-08-19T15:49:40.501Z[ host-image] Aug 19 15:49:39.151 INFO O| Aug 19 15:49:39.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90492024-08-19T15:49:40.501Z[ host-image] Aug 19 15:49:39.151 INFO O| Aug 19 15:49:39.151 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90502024-08-19T15:49:40.501Z[ host-image] Aug 19 15:49:39.151 INFO O| Aug 19 15:49:39.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90512024-08-19T15:49:40.503Z[ host-image] Aug 19 15:49:39.151 INFO O| Aug 19 15:49:39.151 INFO ok!
90522024-08-19T15:49:40.503Z[ host-image] Aug 19 15:49:39.151 INFO O| Aug 19 15:49:39.151 INFO STEP 67 (ensure_file) COMPLETE
90532024-08-19T15:49:40.503Z[ host-image] Aug 19 15:49:39.152 INFO O| Aug 19 15:49:39.151 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90542024-08-19T15:49:40.510Z[ host-image] Aug 19 15:49:39.161 INFO O| Aug 19 15:49:39.161 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90552024-08-19T15:49:40.510Z[ host-image] Aug 19 15:49:39.161 INFO O| Aug 19 15:49:39.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90562024-08-19T15:49:40.514Z[ host-image] Aug 19 15:49:39.161 INFO O| Aug 19 15:49:39.161 INFO STEP 68 (ensure_dir) COMPLETE
90572024-08-19T15:49:40.514Z[ host-image] Aug 19 15:49:39.161 INFO O| Aug 19 15:49:39.161 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90582024-08-19T15:49:40.521Z[ host-image] Aug 19 15:49:39.171 INFO O| Aug 19 15:49:39.171 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90592024-08-19T15:49:40.521Z[ host-image] Aug 19 15:49:39.171 INFO O| Aug 19 15:49:39.171 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90602024-08-19T15:49:41.065Z[ host-image] Aug 19 15:49:39.715 INFO O| Aug 19 15:49:39.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90612024-08-19T15:49:41.065Z[ host-image] Aug 19 15:49:39.715 INFO O| Aug 19 15:49:39.715 INFO ok!
90622024-08-19T15:49:41.068Z[ host-image] Aug 19 15:49:39.716 INFO O| Aug 19 15:49:39.715 INFO STEP 69 (ensure_file) COMPLETE
90632024-08-19T15:49:41.068Z[ host-image] Aug 19 15:49:39.716 INFO O| Aug 19 15:49:39.715 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90642024-08-19T15:49:41.076Z[ host-image] Aug 19 15:49:39.727 INFO O| Aug 19 15:49:39.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90652024-08-19T15:49:41.077Z[ host-image] Aug 19 15:49:39.727 INFO O| Aug 19 15:49:39.727 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90662024-08-19T15:49:42.489Z[ host-image] Aug 19 15:49:41.139 INFO O| Aug 19 15:49:41.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90672024-08-19T15:49:42.489Z[ host-image] Aug 19 15:49:41.139 INFO O| Aug 19 15:49:41.138 INFO ok!
90682024-08-19T15:49:42.491Z[ host-image] Aug 19 15:49:41.139 INFO O| Aug 19 15:49:41.138 INFO STEP 70 (ensure_file) COMPLETE
90692024-08-19T15:49:42.491Z[ host-image] Aug 19 15:49:41.139 INFO O| Aug 19 15:49:41.138 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90702024-08-19T15:49:42.500Z[ host-image] Aug 19 15:49:41.151 INFO O| Aug 19 15:49:41.151 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90712024-08-19T15:49:42.503Z[ host-image] Aug 19 15:49:41.151 INFO O| Aug 19 15:49:41.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90722024-08-19T15:49:42.503Z[ host-image] Aug 19 15:49:41.151 INFO O| Aug 19 15:49:41.151 INFO STEP 71 (ensure_dir) COMPLETE
90732024-08-19T15:49:42.503Z[ host-image] Aug 19 15:49:41.151 INFO O| Aug 19 15:49:41.151 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90742024-08-19T15:49:42.511Z[ host-image] Aug 19 15:49:41.161 INFO O| Aug 19 15:49:41.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90752024-08-19T15:49:42.511Z[ host-image] Aug 19 15:49:41.161 INFO O| Aug 19 15:49:41.161 INFO copying /tmp/.tmpUO4FzG/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 ...
90762024-08-19T15:49:42.513Z[ host-image] Aug 19 15:49:41.161 INFO O| Aug 19 15:49:41.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90772024-08-19T15:49:42.513Z[ host-image] Aug 19 15:49:41.161 INFO O| Aug 19 15:49:41.161 INFO ok!
90782024-08-19T15:49:42.513Z[ host-image] Aug 19 15:49:41.161 INFO O| Aug 19 15:49:41.161 INFO STEP 72 (ensure_file) COMPLETE
90792024-08-19T15:49:42.513Z[ host-image] Aug 19 15:49:41.161 INFO O| Aug 19 15:49:41.161 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90802024-08-19T15:49:42.520Z[ host-image] Aug 19 15:49:41.170 INFO O| Aug 19 15:49:41.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90812024-08-19T15:49:42.520Z[ host-image] Aug 19 15:49:41.170 INFO O| Aug 19 15:49:41.170 INFO copying /tmp/.tmpUO4FzG/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 ...
90822024-08-19T15:49:42.523Z[ host-image] Aug 19 15:49:41.171 INFO O| Aug 19 15:49:41.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90832024-08-19T15:49:42.523Z[ host-image] Aug 19 15:49:41.171 INFO O| Aug 19 15:49:41.171 INFO ok!
90842024-08-19T15:49:42.523Z[ host-image] Aug 19 15:49:41.171 INFO O| Aug 19 15:49:41.171 INFO STEP 73 (ensure_file) COMPLETE
90852024-08-19T15:49:42.523Z[ host-image] Aug 19 15:49:41.171 INFO O| Aug 19 15:49:41.171 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90862024-08-19T15:49:42.530Z[ host-image] Aug 19 15:49:41.180 INFO O| Aug 19 15:49:41.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90872024-08-19T15:49:42.530Z[ host-image] Aug 19 15:49:41.180 INFO O| Aug 19 15:49:41.180 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90882024-08-19T15:49:42.532Z[ host-image] Aug 19 15:49:41.180 INFO O| Aug 19 15:49:41.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90892024-08-19T15:49:42.532Z[ host-image] Aug 19 15:49:41.180 INFO O| Aug 19 15:49:41.180 INFO ok!
90902024-08-19T15:49:42.532Z[ host-image] Aug 19 15:49:41.180 INFO O| Aug 19 15:49:41.180 INFO STEP 74 (ensure_file) COMPLETE
90912024-08-19T15:49:42.532Z[ host-image] Aug 19 15:49:41.180 INFO O| Aug 19 15:49:41.180 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90922024-08-19T15:49:42.539Z[ host-image] Aug 19 15:49:41.189 INFO O| Aug 19 15:49:41.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90932024-08-19T15:49:42.539Z[ host-image] Aug 19 15:49:41.190 INFO O| Aug 19 15:49:41.189 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90942024-08-19T15:49:42.542Z[ host-image] Aug 19 15:49:41.190 INFO O| Aug 19 15:49:41.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90952024-08-19T15:49:42.542Z[ host-image] Aug 19 15:49:41.190 INFO O| Aug 19 15:49:41.190 INFO ok!
90962024-08-19T15:49:42.542Z[ host-image] Aug 19 15:49:41.190 INFO O| Aug 19 15:49:41.190 INFO STEP 75 (ensure_file) COMPLETE
90972024-08-19T15:49:42.542Z[ host-image] Aug 19 15:49:41.190 INFO O| Aug 19 15:49:41.190 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-08-19T15:49:42.549Z[ host-image] Aug 19 15:49:41.199 INFO O| Aug 19 15:49:41.199 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90992024-08-19T15:49:42.551Z[ host-image] Aug 19 15:49:41.199 INFO O| Aug 19 15:49:41.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91002024-08-19T15:49:42.551Z[ host-image] Aug 19 15:49:41.199 INFO O| Aug 19 15:49:41.199 INFO STEP 76 (ensure_dir) COMPLETE
91012024-08-19T15:49:42.551Z[ host-image] Aug 19 15:49:41.199 INFO O| Aug 19 15:49:41.199 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91022024-08-19T15:49:42.559Z[ host-image] Aug 19 15:49:41.209 INFO O| Aug 19 15:49:41.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91032024-08-19T15:49:42.559Z[ host-image] Aug 19 15:49:41.209 INFO O| Aug 19 15:49:41.209 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91042024-08-19T15:49:43.026Z[ host-image] Aug 19 15:49:41.676 INFO O| Aug 19 15:49:41.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91052024-08-19T15:49:43.026Z[ host-image] Aug 19 15:49:41.676 INFO O| Aug 19 15:49:41.676 INFO ok!
91062024-08-19T15:49:43.029Z[ host-image] Aug 19 15:49:41.676 INFO O| Aug 19 15:49:41.676 INFO STEP 77 (ensure_file) COMPLETE
91072024-08-19T15:49:43.029Z[ host-image] Aug 19 15:49:41.676 INFO O| Aug 19 15:49:41.676 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91082024-08-19T15:49:43.037Z[ host-image] Aug 19 15:49:41.687 INFO O| Aug 19 15:49:41.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91092024-08-19T15:49:43.039Z[ host-image] Aug 19 15:49:41.687 INFO O| Aug 19 15:49:41.687 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91102024-08-19T15:49:43.039Z[ host-image] Aug 19 15:49:41.687 INFO O| Aug 19 15:49:41.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91112024-08-19T15:49:43.039Z[ host-image] Aug 19 15:49:41.687 INFO O| Aug 19 15:49:41.687 INFO ok!
91122024-08-19T15:49:43.039Z[ host-image] Aug 19 15:49:41.687 INFO O| Aug 19 15:49:41.687 INFO STEP 78 (ensure_file) COMPLETE
91132024-08-19T15:49:43.039Z[ host-image] Aug 19 15:49:41.687 INFO O| Aug 19 15:49:41.687 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91142024-08-19T15:49:43.047Z[ host-image] Aug 19 15:49:41.697 INFO O| Aug 19 15:49:41.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91152024-08-19T15:49:43.047Z[ host-image] Aug 19 15:49:41.697 INFO O| Aug 19 15:49:41.697 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91162024-08-19T15:49:43.592Z[ host-image] Aug 19 15:49:42.241 INFO O| Aug 19 15:49:42.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91172024-08-19T15:49:43.592Z[ host-image] Aug 19 15:49:42.242 INFO O| Aug 19 15:49:42.241 INFO ok!
91182024-08-19T15:49:43.594Z[ host-image] Aug 19 15:49:42.242 INFO O| Aug 19 15:49:42.241 INFO STEP 79 (ensure_file) COMPLETE
91192024-08-19T15:49:43.594Z[ host-image] Aug 19 15:49:42.242 INFO O| Aug 19 15:49:42.241 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91202024-08-19T15:49:43.602Z[ host-image] Aug 19 15:49:42.252 INFO O| Aug 19 15:49:42.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91212024-08-19T15:49:43.602Z[ host-image] Aug 19 15:49:42.252 INFO O| Aug 19 15:49:42.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91222024-08-19T15:49:43.604Z[ host-image] Aug 19 15:49:42.252 INFO O| Aug 19 15:49:42.252 INFO STEP 80 (ensure_dir) COMPLETE
91232024-08-19T15:49:43.604Z[ host-image] Aug 19 15:49:42.252 INFO O| Aug 19 15:49:42.252 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91242024-08-19T15:49:43.611Z[ host-image] Aug 19 15:49:42.262 INFO O| Aug 19 15:49:42.262 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91252024-08-19T15:49:43.612Z[ host-image] Aug 19 15:49:42.262 INFO O| Aug 19 15:49:42.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91262024-08-19T15:49:43.614Z[ host-image] Aug 19 15:49:42.262 INFO O| Aug 19 15:49:42.262 INFO STEP 81 (ensure_dir) COMPLETE
91272024-08-19T15:49:43.614Z[ host-image] Aug 19 15:49:42.262 INFO O| Aug 19 15:49:42.262 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91282024-08-19T15:49:43.621Z[ host-image] Aug 19 15:49:42.272 INFO O| Aug 19 15:49:42.272 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91292024-08-19T15:49:43.621Z[ host-image] Aug 19 15:49:42.272 INFO O| Aug 19 15:49:42.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91302024-08-19T15:49:43.622Z[ host-image] Aug 19 15:49:42.272 INFO O| Aug 19 15:49:42.272 INFO STEP 82 (ensure_dir) COMPLETE
91312024-08-19T15:49:43.624Z[ host-image] Aug 19 15:49:42.272 INFO O| Aug 19 15:49:42.272 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91322024-08-19T15:49:43.631Z[ host-image] Aug 19 15:49:42.281 INFO O| Aug 19 15:49:42.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91332024-08-19T15:49:43.631Z[ host-image] Aug 19 15:49:42.281 INFO O| Aug 19 15:49:42.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91342024-08-19T15:49:43.633Z[ host-image] Aug 19 15:49:42.281 INFO O| Aug 19 15:49:42.281 INFO STEP 83 (ensure_dir) COMPLETE
91352024-08-19T15:49:43.633Z[ host-image] Aug 19 15:49:42.281 INFO O| Aug 19 15:49:42.281 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-08-19T15:49:43.640Z[ host-image] Aug 19 15:49:42.291 INFO O| Aug 19 15:49:42.291 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91372024-08-19T15:49:43.640Z[ host-image] Aug 19 15:49:42.291 INFO O| Aug 19 15:49:42.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91382024-08-19T15:49:43.643Z[ host-image] Aug 19 15:49:42.291 INFO O| Aug 19 15:49:42.291 INFO STEP 84 (ensure_dir) COMPLETE
91392024-08-19T15:49:43.643Z[ host-image] Aug 19 15:49:42.291 INFO O| Aug 19 15:49:42.291 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91402024-08-19T15:49:43.650Z[ host-image] Aug 19 15:49:42.300 INFO O| Aug 19 15:49:42.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91412024-08-19T15:49:43.650Z[ host-image] Aug 19 15:49:42.300 INFO O| Aug 19 15:49:42.300 INFO copying /tmp/.tmpUO4FzG/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 ...
91422024-08-19T15:49:43.652Z[ host-image] Aug 19 15:49:42.300 INFO O| Aug 19 15:49:42.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91432024-08-19T15:49:43.652Z[ host-image] Aug 19 15:49:42.300 INFO O| Aug 19 15:49:42.300 INFO ok!
91442024-08-19T15:49:43.652Z[ host-image] Aug 19 15:49:42.300 INFO O| Aug 19 15:49:42.300 INFO STEP 85 (ensure_file) COMPLETE
91452024-08-19T15:49:43.652Z[ host-image] Aug 19 15:49:42.300 INFO O| Aug 19 15:49:42.300 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91462024-08-19T15:49:43.659Z[ host-image] Aug 19 15:49:42.310 INFO O| Aug 19 15:49:42.310 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91472024-08-19T15:49:43.662Z[ host-image] Aug 19 15:49:42.310 INFO O| Aug 19 15:49:42.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91482024-08-19T15:49:43.662Z[ host-image] Aug 19 15:49:42.310 INFO O| Aug 19 15:49:42.310 INFO STEP 86 (ensure_dir) COMPLETE
91492024-08-19T15:49:43.662Z[ host-image] Aug 19 15:49:42.310 INFO O| Aug 19 15:49:42.310 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91502024-08-19T15:49:43.669Z[ host-image] Aug 19 15:49:42.319 INFO O| Aug 19 15:49:42.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91512024-08-19T15:49:43.669Z[ host-image] Aug 19 15:49:42.319 INFO O| Aug 19 15:49:42.319 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91522024-08-19T15:49:43.669Z[ host-image] Aug 19 15:49:42.319 INFO O| Aug 19 15:49:42.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91532024-08-19T15:49:43.672Z[ host-image] Aug 19 15:49:42.319 INFO O| Aug 19 15:49:42.319 INFO ok!
91542024-08-19T15:49:43.672Z[ host-image] Aug 19 15:49:42.319 INFO O| Aug 19 15:49:42.319 INFO STEP 87 (ensure_file) COMPLETE
91552024-08-19T15:49:43.672Z[ host-image] Aug 19 15:49:42.319 INFO O| Aug 19 15:49:42.319 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91562024-08-19T15:49:43.678Z[ host-image] Aug 19 15:49:42.329 INFO O| Aug 19 15:49:42.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91572024-08-19T15:49:43.681Z[ host-image] Aug 19 15:49:42.329 INFO O| Aug 19 15:49:42.329 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91582024-08-19T15:49:43.690Z[ host-image] Aug 19 15:49:42.340 INFO O| Aug 19 15:49:42.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91592024-08-19T15:49:43.690Z[ host-image] Aug 19 15:49:42.340 INFO O| Aug 19 15:49:42.340 INFO ok!
91602024-08-19T15:49:43.692Z[ host-image] Aug 19 15:49:42.340 INFO O| Aug 19 15:49:42.340 INFO STEP 88 (ensure_file) COMPLETE
91612024-08-19T15:49:43.692Z[ host-image] Aug 19 15:49:42.340 INFO O| Aug 19 15:49:42.340 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91622024-08-19T15:49:43.699Z[ host-image] Aug 19 15:49:42.350 INFO O| Aug 19 15:49:42.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91632024-08-19T15:49:43.700Z[ host-image] Aug 19 15:49:42.350 INFO O| Aug 19 15:49:42.350 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91642024-08-19T15:49:44.176Z[ host-image] Aug 19 15:49:42.826 INFO O| Aug 19 15:49:42.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91652024-08-19T15:49:44.176Z[ host-image] Aug 19 15:49:42.826 INFO O| Aug 19 15:49:42.826 INFO ok!
91662024-08-19T15:49:44.176Z[ host-image] Aug 19 15:49:42.826 INFO O| Aug 19 15:49:42.826 INFO STEP 89 (ensure_file) COMPLETE
91672024-08-19T15:49:44.176Z[ host-image] Aug 19 15:49:42.826 INFO O| Aug 19 15:49:42.826 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91682024-08-19T15:49:44.188Z[ host-image] Aug 19 15:49:42.838 INFO O| Aug 19 15:49:42.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91692024-08-19T15:49:44.188Z[ host-image] Aug 19 15:49:42.838 INFO O| Aug 19 15:49:42.838 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91702024-08-19T15:49:44.191Z[ host-image] Aug 19 15:49:42.838 INFO O| Aug 19 15:49:42.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91712024-08-19T15:49:44.191Z[ host-image] Aug 19 15:49:42.838 INFO O| Aug 19 15:49:42.838 INFO ok!
91722024-08-19T15:49:44.191Z[ host-image] Aug 19 15:49:42.838 INFO O| Aug 19 15:49:42.838 INFO STEP 90 (ensure_file) COMPLETE
91732024-08-19T15:49:44.191Z[ host-image] Aug 19 15:49:42.838 INFO O| Aug 19 15:49:42.838 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91742024-08-19T15:49:44.198Z[ host-image] Aug 19 15:49:42.848 INFO O| Aug 19 15:49:42.848 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91752024-08-19T15:49:44.200Z[ host-image] Aug 19 15:49:42.848 INFO O| Aug 19 15:49:42.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91762024-08-19T15:49:44.201Z[ host-image] Aug 19 15:49:42.848 INFO O| Aug 19 15:49:42.848 INFO STEP 91 (ensure_dir) COMPLETE
91772024-08-19T15:49:44.201Z[ host-image] Aug 19 15:49:42.848 INFO O| Aug 19 15:49:42.848 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91782024-08-19T15:49:44.207Z[ host-image] Aug 19 15:49:42.857 INFO O| Aug 19 15:49:42.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91792024-08-19T15:49:44.207Z[ host-image] Aug 19 15:49:42.857 INFO O| Aug 19 15:49:42.857 INFO copying /tmp/.tmpUO4FzG/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 ...
91802024-08-19T15:49:44.210Z[ host-image] Aug 19 15:49:42.857 INFO O| Aug 19 15:49:42.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91812024-08-19T15:49:44.210Z[ host-image] Aug 19 15:49:42.857 INFO O| Aug 19 15:49:42.857 INFO ok!
91822024-08-19T15:49:44.210Z[ host-image] Aug 19 15:49:42.857 INFO O| Aug 19 15:49:42.857 INFO STEP 92 (ensure_file) COMPLETE
91832024-08-19T15:49:44.210Z[ host-image] Aug 19 15:49:42.857 INFO O| Aug 19 15:49:42.857 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91842024-08-19T15:49:44.218Z[ host-image] Aug 19 15:49:42.867 INFO O| Aug 19 15:49:42.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91852024-08-19T15:49:44.221Z[ host-image] Aug 19 15:49:42.867 INFO O| Aug 19 15:49:42.867 INFO copying /tmp/.tmpUO4FzG/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 ...
91862024-08-19T15:49:44.221Z[ host-image] Aug 19 15:49:42.867 INFO O| Aug 19 15:49:42.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91872024-08-19T15:49:44.221Z[ host-image] Aug 19 15:49:42.867 INFO O| Aug 19 15:49:42.867 INFO ok!
91882024-08-19T15:49:44.221Z[ host-image] Aug 19 15:49:42.867 INFO O| Aug 19 15:49:42.867 INFO STEP 93 (ensure_file) COMPLETE
91892024-08-19T15:49:44.221Z[ host-image] Aug 19 15:49:42.867 INFO O| Aug 19 15:49:42.867 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91902024-08-19T15:49:44.227Z[ host-image] Aug 19 15:49:42.877 INFO O| Aug 19 15:49:42.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91912024-08-19T15:49:44.227Z[ host-image] Aug 19 15:49:42.877 INFO O| Aug 19 15:49:42.877 INFO copying /tmp/.tmpUO4FzG/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 ...
91922024-08-19T15:49:44.227Z[ host-image] Aug 19 15:49:42.877 INFO O| Aug 19 15:49:42.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91932024-08-19T15:49:44.227Z[ host-image] Aug 19 15:49:42.877 INFO O| Aug 19 15:49:42.877 INFO ok!
91942024-08-19T15:49:44.230Z[ host-image] Aug 19 15:49:42.877 INFO O| Aug 19 15:49:42.877 INFO STEP 94 (ensure_file) COMPLETE
91952024-08-19T15:49:44.230Z[ host-image] Aug 19 15:49:42.877 INFO O| Aug 19 15:49:42.877 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-08-19T15:49:44.236Z[ host-image] Aug 19 15:49:42.886 INFO O| Aug 19 15:49:42.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91972024-08-19T15:49:44.239Z[ host-image] Aug 19 15:49:42.886 INFO O| Aug 19 15:49:42.886 INFO copying /tmp/.tmpUO4FzG/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 ...
91982024-08-19T15:49:44.239Z[ host-image] Aug 19 15:49:42.886 INFO O| Aug 19 15:49:42.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91992024-08-19T15:49:44.239Z[ host-image] Aug 19 15:49:42.887 INFO O| Aug 19 15:49:42.886 INFO ok!
92002024-08-19T15:49:44.239Z[ host-image] Aug 19 15:49:42.887 INFO O| Aug 19 15:49:42.886 INFO STEP 95 (ensure_file) COMPLETE
92012024-08-19T15:49:44.239Z[ host-image] Aug 19 15:49:42.887 INFO O| Aug 19 15:49:42.886 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-08-19T15:49:44.247Z[ host-image] Aug 19 15:49:42.897 INFO O| Aug 19 15:49:42.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92032024-08-19T15:49:44.247Z[ host-image] Aug 19 15:49:42.897 INFO O| Aug 19 15:49:42.897 INFO copying /tmp/.tmpUO4FzG/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 ...
92042024-08-19T15:49:44.249Z[ host-image] Aug 19 15:49:42.897 INFO O| Aug 19 15:49:42.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92052024-08-19T15:49:44.249Z[ host-image] Aug 19 15:49:42.897 INFO O| Aug 19 15:49:42.897 INFO ok!
92062024-08-19T15:49:44.249Z[ host-image] Aug 19 15:49:42.897 INFO O| Aug 19 15:49:42.897 INFO STEP 96 (ensure_file) COMPLETE
92072024-08-19T15:49:44.249Z[ host-image] Aug 19 15:49:42.897 INFO O| Aug 19 15:49:42.897 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-08-19T15:49:44.256Z[ host-image] Aug 19 15:49:42.906 INFO O| Aug 19 15:49:42.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92092024-08-19T15:49:44.259Z[ host-image] Aug 19 15:49:42.906 INFO O| Aug 19 15:49:42.906 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92102024-08-19T15:49:44.259Z[ host-image] Aug 19 15:49:42.906 INFO O| Aug 19 15:49:42.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92112024-08-19T15:49:44.259Z[ host-image] Aug 19 15:49:42.906 INFO O| Aug 19 15:49:42.906 INFO ok!
92122024-08-19T15:49:44.259Z[ host-image] Aug 19 15:49:42.906 INFO O| Aug 19 15:49:42.906 INFO STEP 97 (ensure_file) COMPLETE
92132024-08-19T15:49:44.259Z[ host-image] Aug 19 15:49:42.906 INFO O| Aug 19 15:49:42.906 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-08-19T15:49:44.266Z[ host-image] Aug 19 15:49:42.915 INFO O| Aug 19 15:49:42.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92152024-08-19T15:49:44.266Z[ host-image] Aug 19 15:49:42.916 INFO O| Aug 19 15:49:42.915 INFO copying /tmp/.tmpUO4FzG/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 ...
92162024-08-19T15:49:44.266Z[ host-image] Aug 19 15:49:42.916 INFO O| Aug 19 15:49:42.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92172024-08-19T15:49:44.266Z[ host-image] Aug 19 15:49:42.916 INFO O| Aug 19 15:49:42.916 INFO ok!
92182024-08-19T15:49:44.268Z[ host-image] Aug 19 15:49:42.916 INFO O| Aug 19 15:49:42.916 INFO STEP 98 (ensure_file) COMPLETE
92192024-08-19T15:49:44.269Z[ host-image] Aug 19 15:49:42.916 INFO O| Aug 19 15:49:42.916 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-08-19T15:49:44.275Z[ host-image] Aug 19 15:49:42.925 INFO O| Aug 19 15:49:42.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92212024-08-19T15:49:44.277Z[ host-image] Aug 19 15:49:42.925 INFO O| Aug 19 15:49:42.925 INFO copying /tmp/.tmpUO4FzG/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 ...
92222024-08-19T15:49:44.277Z[ host-image] Aug 19 15:49:42.925 INFO O| Aug 19 15:49:42.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92232024-08-19T15:49:44.277Z[ host-image] Aug 19 15:49:42.925 INFO O| Aug 19 15:49:42.925 INFO ok!
92242024-08-19T15:49:44.278Z[ host-image] Aug 19 15:49:42.925 INFO O| Aug 19 15:49:42.925 INFO STEP 99 (ensure_file) COMPLETE
92252024-08-19T15:49:44.278Z[ host-image] Aug 19 15:49:42.925 INFO O| Aug 19 15:49:42.925 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-08-19T15:49:44.285Z[ host-image] Aug 19 15:49:42.934 INFO O| Aug 19 15:49:42.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92272024-08-19T15:49:44.285Z[ host-image] Aug 19 15:49:42.935 INFO O| Aug 19 15:49:42.934 INFO copying /tmp/.tmpUO4FzG/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 ...
92282024-08-19T15:49:44.285Z[ host-image] Aug 19 15:49:42.935 INFO O| Aug 19 15:49:42.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92292024-08-19T15:49:44.287Z[ host-image] Aug 19 15:49:42.935 INFO O| Aug 19 15:49:42.935 INFO ok!
92302024-08-19T15:49:44.287Z[ host-image] Aug 19 15:49:42.935 INFO O| Aug 19 15:49:42.935 INFO STEP 100 (ensure_file) COMPLETE
92312024-08-19T15:49:44.287Z[ host-image] Aug 19 15:49:42.935 INFO O| Aug 19 15:49:42.935 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-08-19T15:49:44.294Z[ host-image] Aug 19 15:49:42.944 INFO O| Aug 19 15:49:42.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92332024-08-19T15:49:44.294Z[ host-image] Aug 19 15:49:42.944 INFO O| Aug 19 15:49:42.944 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92342024-08-19T15:49:44.297Z[ host-image] Aug 19 15:49:42.944 INFO O| Aug 19 15:49:42.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92352024-08-19T15:49:44.297Z[ host-image] Aug 19 15:49:42.944 INFO O| Aug 19 15:49:42.944 INFO ok!
92362024-08-19T15:49:44.297Z[ host-image] Aug 19 15:49:42.944 INFO O| Aug 19 15:49:42.944 INFO STEP 101 (ensure_file) COMPLETE
92372024-08-19T15:49:44.297Z[ host-image] Aug 19 15:49:42.944 INFO O| Aug 19 15:49:42.944 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-08-19T15:49:44.304Z[ host-image] Aug 19 15:49:42.953 INFO O| Aug 19 15:49:42.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92392024-08-19T15:49:44.304Z[ host-image] Aug 19 15:49:42.954 INFO O| Aug 19 15:49:42.953 INFO copying /tmp/.tmpUO4FzG/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 ...
92402024-08-19T15:49:44.306Z[ host-image] Aug 19 15:49:42.954 INFO O| Aug 19 15:49:42.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92412024-08-19T15:49:44.306Z[ host-image] Aug 19 15:49:42.954 INFO O| Aug 19 15:49:42.954 INFO ok!
92422024-08-19T15:49:44.306Z[ host-image] Aug 19 15:49:42.954 INFO O| Aug 19 15:49:42.954 INFO STEP 102 (ensure_file) COMPLETE
92432024-08-19T15:49:44.306Z[ host-image] Aug 19 15:49:42.954 INFO O| Aug 19 15:49:42.954 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-08-19T15:49:44.313Z[ host-image] Aug 19 15:49:42.963 INFO O| Aug 19 15:49:42.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92452024-08-19T15:49:44.313Z[ host-image] Aug 19 15:49:42.963 INFO O| Aug 19 15:49:42.963 INFO copying /tmp/.tmpUO4FzG/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 ...
92462024-08-19T15:49:44.315Z[ host-image] Aug 19 15:49:42.963 INFO O| Aug 19 15:49:42.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92472024-08-19T15:49:44.315Z[ host-image] Aug 19 15:49:42.963 INFO O| Aug 19 15:49:42.963 INFO ok!
92482024-08-19T15:49:44.315Z[ host-image] Aug 19 15:49:42.963 INFO O| Aug 19 15:49:42.963 INFO STEP 103 (ensure_file) COMPLETE
92492024-08-19T15:49:44.315Z[ host-image] Aug 19 15:49:42.963 INFO O| Aug 19 15:49:42.963 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-08-19T15:49:44.322Z[ host-image] Aug 19 15:49:42.972 INFO O| Aug 19 15:49:42.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92512024-08-19T15:49:44.322Z[ host-image] Aug 19 15:49:42.972 INFO O| Aug 19 15:49:42.972 INFO copying /tmp/.tmpUO4FzG/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 ...
92522024-08-19T15:49:44.326Z[ host-image] Aug 19 15:49:42.972 INFO O| Aug 19 15:49:42.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92532024-08-19T15:49:44.326Z[ host-image] Aug 19 15:49:42.972 INFO O| Aug 19 15:49:42.972 INFO ok!
92542024-08-19T15:49:44.326Z[ host-image] Aug 19 15:49:42.973 INFO O| Aug 19 15:49:42.972 INFO STEP 104 (ensure_file) COMPLETE
92552024-08-19T15:49:44.326Z[ host-image] Aug 19 15:49:42.973 INFO O| Aug 19 15:49:42.972 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-08-19T15:49:44.332Z[ host-image] Aug 19 15:49:42.982 INFO O| Aug 19 15:49:42.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92572024-08-19T15:49:44.332Z[ host-image] Aug 19 15:49:42.982 INFO O| Aug 19 15:49:42.982 INFO copying /tmp/.tmpUO4FzG/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 ...
92582024-08-19T15:49:44.334Z[ host-image] Aug 19 15:49:42.982 INFO O| Aug 19 15:49:42.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92592024-08-19T15:49:44.334Z[ host-image] Aug 19 15:49:42.982 INFO O| Aug 19 15:49:42.982 INFO ok!
92602024-08-19T15:49:44.334Z[ host-image] Aug 19 15:49:42.982 INFO O| Aug 19 15:49:42.982 INFO STEP 105 (ensure_file) COMPLETE
92612024-08-19T15:49:44.334Z[ host-image] Aug 19 15:49:42.982 INFO O| Aug 19 15:49:42.982 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-08-19T15:49:44.342Z[ host-image] Aug 19 15:49:42.992 INFO O| Aug 19 15:49:42.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92632024-08-19T15:49:44.342Z[ host-image] Aug 19 15:49:42.992 INFO O| Aug 19 15:49:42.992 INFO copying /tmp/.tmpUO4FzG/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 ...
92642024-08-19T15:49:44.344Z[ host-image] Aug 19 15:49:42.992 INFO O| Aug 19 15:49:42.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92652024-08-19T15:49:44.344Z[ host-image] Aug 19 15:49:42.992 INFO O| Aug 19 15:49:42.992 INFO ok!
92662024-08-19T15:49:44.344Z[ host-image] Aug 19 15:49:42.992 INFO O| Aug 19 15:49:42.992 INFO STEP 106 (ensure_file) COMPLETE
92672024-08-19T15:49:44.344Z[ host-image] Aug 19 15:49:42.992 INFO O| Aug 19 15:49:42.992 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-08-19T15:49:44.351Z[ host-image] Aug 19 15:49:43.001 INFO O| Aug 19 15:49:43.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92692024-08-19T15:49:44.351Z[ host-image] Aug 19 15:49:43.001 INFO O| Aug 19 15:49:43.001 INFO copying /tmp/.tmpUO4FzG/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 ...
92702024-08-19T15:49:44.354Z[ host-image] Aug 19 15:49:43.002 INFO O| Aug 19 15:49:43.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92712024-08-19T15:49:44.354Z[ host-image] Aug 19 15:49:43.002 INFO O| Aug 19 15:49:43.002 INFO ok!
92722024-08-19T15:49:44.354Z[ host-image] Aug 19 15:49:43.002 INFO O| Aug 19 15:49:43.002 INFO STEP 107 (ensure_file) COMPLETE
92732024-08-19T15:49:44.354Z[ host-image] Aug 19 15:49:43.002 INFO O| Aug 19 15:49:43.002 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-08-19T15:49:44.361Z[ host-image] Aug 19 15:49:43.011 INFO O| Aug 19 15:49:43.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92752024-08-19T15:49:44.363Z[ host-image] Aug 19 15:49:43.011 INFO O| Aug 19 15:49:43.011 INFO copying /tmp/.tmpUO4FzG/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 ...
92762024-08-19T15:49:44.364Z[ host-image] Aug 19 15:49:43.011 INFO O| Aug 19 15:49:43.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92772024-08-19T15:49:44.364Z[ host-image] Aug 19 15:49:43.011 INFO O| Aug 19 15:49:43.011 INFO ok!
92782024-08-19T15:49:44.364Z[ host-image] Aug 19 15:49:43.011 INFO O| Aug 19 15:49:43.011 INFO STEP 108 (ensure_file) COMPLETE
92792024-08-19T15:49:44.364Z[ host-image] Aug 19 15:49:43.011 INFO O| Aug 19 15:49:43.011 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-08-19T15:49:44.371Z[ host-image] Aug 19 15:49:43.021 INFO O| Aug 19 15:49:43.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92812024-08-19T15:49:44.371Z[ host-image] Aug 19 15:49:43.021 INFO O| Aug 19 15:49:43.021 INFO copying /tmp/.tmpUO4FzG/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 ...
92822024-08-19T15:49:44.373Z[ host-image] Aug 19 15:49:43.021 INFO O| Aug 19 15:49:43.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92832024-08-19T15:49:44.373Z[ host-image] Aug 19 15:49:43.021 INFO O| Aug 19 15:49:43.021 INFO ok!
92842024-08-19T15:49:44.373Z[ host-image] Aug 19 15:49:43.021 INFO O| Aug 19 15:49:43.021 INFO STEP 109 (ensure_file) COMPLETE
92852024-08-19T15:49:44.373Z[ host-image] Aug 19 15:49:43.021 INFO O| Aug 19 15:49:43.021 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-08-19T15:49:44.380Z[ host-image] Aug 19 15:49:43.030 INFO O| Aug 19 15:49:43.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92872024-08-19T15:49:44.380Z[ host-image] Aug 19 15:49:43.030 INFO O| Aug 19 15:49:43.030 INFO copying /tmp/.tmpUO4FzG/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 ...
92882024-08-19T15:49:44.382Z[ host-image] Aug 19 15:49:43.030 INFO O| Aug 19 15:49:43.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92892024-08-19T15:49:44.382Z[ host-image] Aug 19 15:49:43.030 INFO O| Aug 19 15:49:43.030 INFO ok!
92902024-08-19T15:49:44.383Z[ host-image] Aug 19 15:49:43.030 INFO O| Aug 19 15:49:43.030 INFO STEP 110 (ensure_file) COMPLETE
92912024-08-19T15:49:44.383Z[ host-image] Aug 19 15:49:43.030 INFO O| Aug 19 15:49:43.030 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-08-19T15:49:44.390Z[ host-image] Aug 19 15:49:43.040 INFO O| Aug 19 15:49:43.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92932024-08-19T15:49:44.392Z[ host-image] Aug 19 15:49:43.040 INFO O| Aug 19 15:49:43.040 INFO copying /tmp/.tmpUO4FzG/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 ...
92942024-08-19T15:49:44.392Z[ host-image] Aug 19 15:49:43.040 INFO O| Aug 19 15:49:43.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92952024-08-19T15:49:44.392Z[ host-image] Aug 19 15:49:43.040 INFO O| Aug 19 15:49:43.040 INFO ok!
92962024-08-19T15:49:44.392Z[ host-image] Aug 19 15:49:43.040 INFO O| Aug 19 15:49:43.040 INFO STEP 111 (ensure_file) COMPLETE
92972024-08-19T15:49:44.392Z[ host-image] Aug 19 15:49:43.040 INFO O| Aug 19 15:49:43.040 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-08-19T15:49:44.399Z[ host-image] Aug 19 15:49:43.050 INFO O| Aug 19 15:49:43.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92992024-08-19T15:49:44.402Z[ host-image] Aug 19 15:49:43.050 INFO O| Aug 19 15:49:43.050 INFO copying /tmp/.tmpUO4FzG/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 ...
93002024-08-19T15:49:44.402Z[ host-image] Aug 19 15:49:43.050 INFO O| Aug 19 15:49:43.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93012024-08-19T15:49:44.402Z[ host-image] Aug 19 15:49:43.050 INFO O| Aug 19 15:49:43.050 INFO ok!
93022024-08-19T15:49:44.402Z[ host-image] Aug 19 15:49:43.050 INFO O| Aug 19 15:49:43.050 INFO STEP 112 (ensure_file) COMPLETE
93032024-08-19T15:49:44.402Z[ host-image] Aug 19 15:49:43.050 INFO O| Aug 19 15:49:43.050 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-08-19T15:49:44.409Z[ host-image] Aug 19 15:49:43.059 INFO O| Aug 19 15:49:43.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93052024-08-19T15:49:44.409Z[ host-image] Aug 19 15:49:43.059 INFO O| Aug 19 15:49:43.059 INFO copying /tmp/.tmpUO4FzG/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 ...
93062024-08-19T15:49:44.411Z[ host-image] Aug 19 15:49:43.059 INFO O| Aug 19 15:49:43.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93072024-08-19T15:49:44.411Z[ host-image] Aug 19 15:49:43.059 INFO O| Aug 19 15:49:43.059 INFO ok!
93082024-08-19T15:49:44.411Z[ host-image] Aug 19 15:49:43.059 INFO O| Aug 19 15:49:43.059 INFO STEP 113 (ensure_file) COMPLETE
93092024-08-19T15:49:44.412Z[ host-image] Aug 19 15:49:43.059 INFO O| Aug 19 15:49:43.059 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-08-19T15:49:44.419Z[ host-image] Aug 19 15:49:43.069 INFO O| Aug 19 15:49:43.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93112024-08-19T15:49:44.419Z[ host-image] Aug 19 15:49:43.069 INFO O| Aug 19 15:49:43.069 INFO copying /tmp/.tmpUO4FzG/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 ...
93122024-08-19T15:49:44.419Z[ host-image] Aug 19 15:49:43.069 INFO O| Aug 19 15:49:43.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93132024-08-19T15:49:44.419Z[ host-image] Aug 19 15:49:43.069 INFO O| Aug 19 15:49:43.069 INFO ok!
93142024-08-19T15:49:44.421Z[ host-image] Aug 19 15:49:43.069 INFO O| Aug 19 15:49:43.069 INFO STEP 114 (ensure_file) COMPLETE
93152024-08-19T15:49:44.421Z[ host-image] Aug 19 15:49:43.069 INFO O| Aug 19 15:49:43.069 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-08-19T15:49:44.428Z[ host-image] Aug 19 15:49:43.078 INFO O| Aug 19 15:49:43.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93172024-08-19T15:49:44.428Z[ host-image] Aug 19 15:49:43.078 INFO O| Aug 19 15:49:43.078 INFO copying /tmp/.tmpUO4FzG/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 ...
93182024-08-19T15:49:44.430Z[ host-image] Aug 19 15:49:43.078 INFO O| Aug 19 15:49:43.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93192024-08-19T15:49:44.431Z[ host-image] Aug 19 15:49:43.078 INFO O| Aug 19 15:49:43.078 INFO ok!
93202024-08-19T15:49:44.431Z[ host-image] Aug 19 15:49:43.078 INFO O| Aug 19 15:49:43.078 INFO STEP 115 (ensure_file) COMPLETE
93212024-08-19T15:49:44.431Z[ host-image] Aug 19 15:49:43.078 INFO O| Aug 19 15:49:43.078 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-08-19T15:49:44.438Z[ host-image] Aug 19 15:49:43.088 INFO O| Aug 19 15:49:43.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93232024-08-19T15:49:44.438Z[ host-image] Aug 19 15:49:43.088 INFO O| Aug 19 15:49:43.088 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93242024-08-19T15:49:44.440Z[ host-image] Aug 19 15:49:43.088 INFO O| Aug 19 15:49:43.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93252024-08-19T15:49:44.440Z[ host-image] Aug 19 15:49:43.088 INFO O| Aug 19 15:49:43.088 INFO ok!
93262024-08-19T15:49:44.440Z[ host-image] Aug 19 15:49:43.088 INFO O| Aug 19 15:49:43.088 INFO STEP 116 (ensure_file) COMPLETE
93272024-08-19T15:49:44.440Z[ host-image] Aug 19 15:49:43.088 INFO O| Aug 19 15:49:43.088 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-08-19T15:49:44.447Z[ host-image] Aug 19 15:49:43.097 INFO O| Aug 19 15:49:43.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93292024-08-19T15:49:44.449Z[ host-image] Aug 19 15:49:43.097 INFO O| Aug 19 15:49:43.097 INFO copying /tmp/.tmpUO4FzG/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 ...
93302024-08-19T15:49:44.450Z[ host-image] Aug 19 15:49:43.097 INFO O| Aug 19 15:49:43.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93312024-08-19T15:49:44.450Z[ host-image] Aug 19 15:49:43.097 INFO O| Aug 19 15:49:43.097 INFO ok!
93322024-08-19T15:49:44.450Z[ host-image] Aug 19 15:49:43.097 INFO O| Aug 19 15:49:43.097 INFO STEP 117 (ensure_file) COMPLETE
93332024-08-19T15:49:44.450Z[ host-image] Aug 19 15:49:43.097 INFO O| Aug 19 15:49:43.097 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-08-19T15:49:44.457Z[ host-image] Aug 19 15:49:43.107 INFO O| Aug 19 15:49:43.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93352024-08-19T15:49:44.457Z[ host-image] Aug 19 15:49:43.107 INFO O| Aug 19 15:49:43.107 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93362024-08-19T15:49:44.459Z[ host-image] Aug 19 15:49:43.107 INFO O| Aug 19 15:49:43.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93372024-08-19T15:49:44.459Z[ host-image] Aug 19 15:49:43.107 INFO O| Aug 19 15:49:43.107 INFO ok!
93382024-08-19T15:49:44.459Z[ host-image] Aug 19 15:49:43.107 INFO O| Aug 19 15:49:43.107 INFO STEP 118 (ensure_file) COMPLETE
93392024-08-19T15:49:44.459Z[ host-image] Aug 19 15:49:43.107 INFO O| Aug 19 15:49:43.107 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-08-19T15:49:44.466Z[ host-image] Aug 19 15:49:43.116 INFO O| Aug 19 15:49:43.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93412024-08-19T15:49:44.469Z[ host-image] Aug 19 15:49:43.116 INFO O| Aug 19 15:49:43.116 INFO copying /tmp/.tmpUO4FzG/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93422024-08-19T15:49:47.527Z[ host-image] Aug 19 15:49:46.176 INFO O| Aug 19 15:49:46.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93432024-08-19T15:49:47.527Z[ host-image] Aug 19 15:49:46.176 INFO O| Aug 19 15:49:46.176 INFO ok!
93442024-08-19T15:49:47.529Z[ host-image] Aug 19 15:49:46.176 INFO O| Aug 19 15:49:46.176 INFO STEP 119 (ensure_file) COMPLETE
93452024-08-19T15:49:47.529Z[ host-image] Aug 19 15:49:46.176 INFO O| Aug 19 15:49:46.176 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-08-19T15:49:47.538Z[ host-image] Aug 19 15:49:46.187 INFO O| Aug 19 15:49:46.187 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93472024-08-19T15:49:47.538Z[ host-image] Aug 19 15:49:46.187 INFO O| Aug 19 15:49:46.187 INFO STEP 120 (ensure_dir) COMPLETE
93482024-08-19T15:49:47.538Z[ host-image] Aug 19 15:49:46.187 INFO O| Aug 19 15:49:46.187 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-08-19T15:49:47.547Z[ host-image] Aug 19 15:49:46.197 INFO O| Aug 19 15:49:46.197 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93502024-08-19T15:49:47.547Z[ host-image] Aug 19 15:49:46.197 INFO O| Aug 19 15:49:46.197 INFO STEP 121 (ensure_dir) COMPLETE
93512024-08-19T15:49:47.550Z[ host-image] Aug 19 15:49:46.197 INFO O| Aug 19 15:49:46.197 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-08-19T15:49:47.557Z[ host-image] Aug 19 15:49:46.206 INFO O| Aug 19 15:49:46.206 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93532024-08-19T15:49:47.559Z[ host-image] Aug 19 15:49:46.206 INFO O| Aug 19 15:49:46.206 INFO STEP 122 (ensure_dir) COMPLETE
93542024-08-19T15:49:47.559Z[ host-image] Aug 19 15:49:46.206 INFO O| Aug 19 15:49:46.206 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-08-19T15:49:47.566Z[ host-image] Aug 19 15:49:46.216 INFO O| Aug 19 15:49:46.216 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93562024-08-19T15:49:47.566Z[ host-image] Aug 19 15:49:46.216 INFO O| Aug 19 15:49:46.216 INFO STEP 123 (ensure_dir) COMPLETE
93572024-08-19T15:49:47.568Z[ host-image] Aug 19 15:49:46.216 INFO O| Aug 19 15:49:46.216 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-08-19T15:49:47.575Z[ host-image] Aug 19 15:49:46.225 INFO O| Aug 19 15:49:46.225 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93592024-08-19T15:49:47.575Z[ host-image] Aug 19 15:49:46.225 INFO O| Aug 19 15:49:46.225 INFO copying /tmp/.tmpUO4FzG/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 ...
93602024-08-19T15:49:47.578Z[ host-image] Aug 19 15:49:46.225 INFO O| Aug 19 15:49:46.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93612024-08-19T15:49:47.578Z[ host-image] Aug 19 15:49:46.225 INFO O| Aug 19 15:49:46.225 INFO ok!
93622024-08-19T15:49:47.578Z[ host-image] Aug 19 15:49:46.225 INFO O| Aug 19 15:49:46.225 INFO STEP 124 (ensure_file) COMPLETE
93632024-08-19T15:49:47.578Z[ host-image] Aug 19 15:49:46.225 INFO O| Aug 19 15:49:46.225 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-08-19T15:49:47.585Z[ host-image] Aug 19 15:49:46.235 INFO O| Aug 19 15:49:46.235 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93652024-08-19T15:49:47.585Z[ host-image] Aug 19 15:49:46.235 INFO O| Aug 19 15:49:46.235 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93662024-08-19T15:49:47.587Z[ host-image] Aug 19 15:49:46.235 INFO O| Aug 19 15:49:46.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93672024-08-19T15:49:47.588Z[ host-image] Aug 19 15:49:46.235 INFO O| Aug 19 15:49:46.235 INFO STEP 125 (ensure_dir) COMPLETE
93682024-08-19T15:49:47.588Z[ host-image] Aug 19 15:49:46.235 INFO O| Aug 19 15:49:46.235 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-08-19T15:49:47.595Z[ host-image] Aug 19 15:49:46.244 INFO O| Aug 19 15:49:46.244 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93702024-08-19T15:49:47.595Z[ host-image] Aug 19 15:49:46.244 INFO O| Aug 19 15:49:46.244 INFO copying /tmp/.tmpUO4FzG/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93712024-08-19T15:49:47.597Z[ host-image] Aug 19 15:49:46.244 INFO O| Aug 19 15:49:46.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93722024-08-19T15:49:47.597Z[ host-image] Aug 19 15:49:46.244 INFO O| Aug 19 15:49:46.244 INFO ok!
93732024-08-19T15:49:47.597Z[ host-image] Aug 19 15:49:46.244 INFO O| Aug 19 15:49:46.244 INFO STEP 126 (ensure_file) COMPLETE
93742024-08-19T15:49:47.597Z[ host-image] Aug 19 15:49:46.244 INFO O| Aug 19 15:49:46.244 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93752024-08-19T15:49:47.604Z[ host-image] Aug 19 15:49:46.254 INFO O| Aug 19 15:49:46.254 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93762024-08-19T15:49:47.606Z[ host-image] Aug 19 15:49:46.254 INFO O| Aug 19 15:49:46.254 INFO STEP 127 (remove_files) COMPLETE
93772024-08-19T15:49:47.606Z[ host-image] Aug 19 15:49:46.254 INFO O| Aug 19 15:49:46.254 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-08-19T15:49:47.616Z[ host-image] Aug 19 15:49:46.263 INFO O| Aug 19 15:49:46.263 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93792024-08-19T15:49:47.616Z[ host-image] Aug 19 15:49:46.263 INFO O| Aug 19 15:49:46.263 INFO STEP 128 (remove_files) COMPLETE
93802024-08-19T15:49:47.616Z[ host-image] Aug 19 15:49:46.263 INFO O| Aug 19 15:49:46.263 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-08-19T15:49:47.623Z[ host-image] Aug 19 15:49:46.272 INFO O| Aug 19 15:49:46.272 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93822024-08-19T15:49:47.625Z[ host-image] Aug 19 15:49:46.273 INFO O| Aug 19 15:49:46.273 INFO STEP 129 (remove_files) COMPLETE
93832024-08-19T15:49:47.625Z[ host-image] Aug 19 15:49:46.273 INFO O| Aug 19 15:49:46.273 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93842024-08-19T15:49:47.632Z[ host-image] Aug 19 15:49:46.282 INFO O| Aug 19 15:49:46.282 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93852024-08-19T15:49:47.635Z[ host-image] Aug 19 15:49:46.282 INFO O| Aug 19 15:49:46.282 INFO STEP 130 (remove_files) COMPLETE
93862024-08-19T15:49:47.635Z[ host-image] Aug 19 15:49:46.282 INFO O| Aug 19 15:49:46.282 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93872024-08-19T15:49:47.642Z[ host-image] Aug 19 15:49:46.291 INFO O| Aug 19 15:49:46.291 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93882024-08-19T15:49:47.644Z[ host-image] Aug 19 15:49:46.292 INFO O| Aug 19 15:49:46.292 INFO STEP 131 (remove_files) COMPLETE
93892024-08-19T15:49:47.644Z[ host-image] Aug 19 15:49:46.292 INFO O| Aug 19 15:49:46.292 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93902024-08-19T15:49:47.651Z[ host-image] Aug 19 15:49:46.301 INFO O| Aug 19 15:49:46.301 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93912024-08-19T15:49:47.654Z[ host-image] Aug 19 15:49:46.301 INFO O| Aug 19 15:49:46.301 INFO STEP 132 (remove_files) COMPLETE
93922024-08-19T15:49:47.654Z[ host-image] Aug 19 15:49:46.301 INFO O| Aug 19 15:49:46.301 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93932024-08-19T15:49:47.661Z[ host-image] Aug 19 15:49:46.310 INFO O| Aug 19 15:49:46.310 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93942024-08-19T15:49:47.663Z[ host-image] Aug 19 15:49:46.310 INFO O| Aug 19 15:49:46.310 INFO STEP 133 (remove_files) COMPLETE
93952024-08-19T15:49:47.663Z[ host-image] Aug 19 15:49:46.310 INFO O| Aug 19 15:49:46.310 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93962024-08-19T15:49:47.670Z[ host-image] Aug 19 15:49:46.320 INFO O| Aug 19 15:49:46.320 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93972024-08-19T15:49:47.670Z[ host-image] Aug 19 15:49:46.320 INFO O| Aug 19 15:49:46.320 INFO STEP 134 (remove_files) COMPLETE
93982024-08-19T15:49:47.673Z[ host-image] Aug 19 15:49:46.320 INFO O| Aug 19 15:49:46.320 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93992024-08-19T15:49:47.680Z[ host-image] Aug 19 15:49:46.329 INFO O| Aug 19 15:49:46.329 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94002024-08-19T15:49:47.682Z[ host-image] Aug 19 15:49:46.329 INFO O| Aug 19 15:49:46.329 INFO STEP 135 (remove_files) COMPLETE
94012024-08-19T15:49:47.682Z[ host-image] Aug 19 15:49:46.329 INFO O| Aug 19 15:49:46.329 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94022024-08-19T15:49:47.689Z[ host-image] Aug 19 15:49:46.339 INFO O| Aug 19 15:49:46.339 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94032024-08-19T15:49:47.690Z[ host-image] Aug 19 15:49:46.339 INFO O| Aug 19 15:49:46.339 INFO STEP 136 (remove_files) COMPLETE
94042024-08-19T15:49:47.690Z[ host-image] Aug 19 15:49:46.339 INFO O| Aug 19 15:49:46.339 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94052024-08-19T15:49:47.699Z[ host-image] Aug 19 15:49:46.349 INFO O| Aug 19 15:49:46.349 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94062024-08-19T15:49:47.701Z[ host-image] Aug 19 15:49:46.349 INFO O| Aug 19 15:49:46.349 INFO STEP 137 (remove_files) COMPLETE
94072024-08-19T15:49:47.701Z[ host-image] Aug 19 15:49:46.349 INFO O| Aug 19 15:49:46.349 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94082024-08-19T15:49:47.709Z[ host-image] Aug 19 15:49:46.358 INFO O| Aug 19 15:49:46.358 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94092024-08-19T15:49:47.709Z[ host-image] Aug 19 15:49:46.358 INFO O| Aug 19 15:49:46.358 INFO STEP 138 (remove_files) COMPLETE
94102024-08-19T15:49:47.711Z[ host-image] Aug 19 15:49:46.358 INFO O| Aug 19 15:49:46.358 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94112024-08-19T15:49:47.718Z[ host-image] Aug 19 15:49:46.368 INFO O| Aug 19 15:49:46.368 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94122024-08-19T15:49:47.718Z[ host-image] Aug 19 15:49:46.368 INFO O| Aug 19 15:49:46.368 INFO STEP 139 (remove_files) COMPLETE
94132024-08-19T15:49:47.721Z[ host-image] Aug 19 15:49:46.368 INFO O| Aug 19 15:49:46.368 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94142024-08-19T15:49:47.728Z[ host-image] Aug 19 15:49:46.378 INFO O| Aug 19 15:49:46.378 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94152024-08-19T15:49:47.730Z[ host-image] Aug 19 15:49:46.378 INFO O| Aug 19 15:49:46.378 INFO STEP 140 (remove_files) COMPLETE
94162024-08-19T15:49:47.730Z[ host-image] Aug 19 15:49:46.378 INFO O| Aug 19 15:49:46.378 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94172024-08-19T15:49:47.738Z[ host-image] Aug 19 15:49:46.388 INFO O| Aug 19 15:49:46.388 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94182024-08-19T15:49:47.741Z[ host-image] Aug 19 15:49:46.388 INFO O| Aug 19 15:49:46.388 INFO STEP 141 (remove_files) COMPLETE
94192024-08-19T15:49:47.741Z[ host-image] Aug 19 15:49:46.388 INFO O| Aug 19 15:49:46.388 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94202024-08-19T15:49:47.748Z[ host-image] Aug 19 15:49:46.397 INFO O| Aug 19 15:49:46.397 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94212024-08-19T15:49:47.748Z[ host-image] Aug 19 15:49:46.397 INFO O| Aug 19 15:49:46.397 INFO STEP 142 (remove_files) COMPLETE
94222024-08-19T15:49:47.748Z[ host-image] Aug 19 15:49:46.397 INFO O| Aug 19 15:49:46.397 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94232024-08-19T15:49:47.757Z[ host-image] Aug 19 15:49:46.407 INFO O| Aug 19 15:49:46.407 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94242024-08-19T15:49:47.757Z[ host-image] Aug 19 15:49:46.407 INFO O| Aug 19 15:49:46.407 INFO STEP 143 (remove_files) COMPLETE
94252024-08-19T15:49:47.761Z[ host-image] Aug 19 15:49:46.407 INFO O| Aug 19 15:49:46.407 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94262024-08-19T15:49:47.767Z[ host-image] Aug 19 15:49:46.417 INFO O| Aug 19 15:49:46.417 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94272024-08-19T15:49:47.767Z[ host-image] Aug 19 15:49:46.417 INFO O| Aug 19 15:49:46.417 INFO STEP 144 (remove_files) COMPLETE
94282024-08-19T15:49:47.770Z[ host-image] Aug 19 15:49:46.417 INFO O| Aug 19 15:49:46.417 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-08-19T15:49:47.778Z[ host-image] Aug 19 15:49:46.426 INFO O| Aug 19 15:49:46.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94302024-08-19T15:49:47.778Z[ host-image] Aug 19 15:49:46.426 INFO O| Aug 19 15:49:46.426 INFO STEP 145 (remove_files) COMPLETE
94312024-08-19T15:49:47.780Z[ host-image] Aug 19 15:49:46.426 INFO O| Aug 19 15:49:46.426 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-08-19T15:49:47.786Z[ host-image] Aug 19 15:49:46.436 INFO O| Aug 19 15:49:46.436 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94332024-08-19T15:49:47.786Z[ host-image] Aug 19 15:49:46.436 INFO O| Aug 19 15:49:46.436 INFO STEP 146 (remove_files) COMPLETE
94342024-08-19T15:49:47.786Z[ host-image] Aug 19 15:49:46.436 INFO O| Aug 19 15:49:46.436 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-08-19T15:49:47.796Z[ host-image] Aug 19 15:49:46.445 INFO O| Aug 19 15:49:46.445 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94362024-08-19T15:49:47.796Z[ host-image] Aug 19 15:49:46.445 INFO O| Aug 19 15:49:46.445 INFO STEP 147 (remove_files) COMPLETE
94372024-08-19T15:49:47.798Z[ host-image] Aug 19 15:49:46.445 INFO O| Aug 19 15:49:46.445 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-08-19T15:49:47.805Z[ host-image] Aug 19 15:49:46.454 INFO O| Aug 19 15:49:46.454 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94392024-08-19T15:49:47.805Z[ host-image] Aug 19 15:49:46.455 INFO O| Aug 19 15:49:46.454 INFO STEP 148 (remove_files) COMPLETE
94402024-08-19T15:49:47.808Z[ host-image] Aug 19 15:49:46.455 INFO O| Aug 19 15:49:46.455 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-08-19T15:49:47.815Z[ host-image] Aug 19 15:49:46.464 INFO O| Aug 19 15:49:46.464 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94422024-08-19T15:49:47.815Z[ host-image] Aug 19 15:49:46.464 INFO O| Aug 19 15:49:46.464 INFO STEP 149 (remove_files) COMPLETE
94432024-08-19T15:49:47.817Z[ host-image] Aug 19 15:49:46.464 INFO O| Aug 19 15:49:46.464 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-08-19T15:49:47.824Z[ host-image] Aug 19 15:49:46.474 INFO O| Aug 19 15:49:46.474 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94452024-08-19T15:49:47.824Z[ host-image] Aug 19 15:49:46.474 INFO O| Aug 19 15:49:46.474 INFO STEP 150 (remove_files) COMPLETE
94462024-08-19T15:49:47.827Z[ host-image] Aug 19 15:49:46.474 INFO O| Aug 19 15:49:46.474 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472024-08-19T15:49:47.834Z[ host-image] Aug 19 15:49:46.484 INFO O| Aug 19 15:49:46.483 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94482024-08-19T15:49:47.837Z[ host-image] Aug 19 15:49:46.484 INFO O| Aug 19 15:49:46.484 INFO STEP 151 (remove_files) COMPLETE
94492024-08-19T15:49:47.837Z[ host-image] Aug 19 15:49:46.484 INFO O| Aug 19 15:49:46.484 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94502024-08-19T15:49:47.844Z[ host-image] Aug 19 15:49:46.493 INFO O| Aug 19 15:49:46.493 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94512024-08-19T15:49:47.844Z[ host-image] Aug 19 15:49:46.493 INFO O| Aug 19 15:49:46.493 INFO STEP 152 (remove_files) COMPLETE
94522024-08-19T15:49:47.846Z[ host-image] Aug 19 15:49:46.493 INFO O| Aug 19 15:49:46.493 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94532024-08-19T15:49:47.853Z[ host-image] Aug 19 15:49:46.503 INFO O| Aug 19 15:49:46.503 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94542024-08-19T15:49:47.853Z[ host-image] Aug 19 15:49:46.503 INFO O| Aug 19 15:49:46.503 INFO STEP 153 (remove_files) COMPLETE
94552024-08-19T15:49:47.856Z[ host-image] Aug 19 15:49:46.503 INFO O| Aug 19 15:49:46.503 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94562024-08-19T15:49:47.862Z[ host-image] Aug 19 15:49:46.512 INFO O| Aug 19 15:49:46.512 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94572024-08-19T15:49:47.863Z[ host-image] Aug 19 15:49:46.512 INFO O| Aug 19 15:49:46.512 INFO STEP 154 (remove_files) COMPLETE
94582024-08-19T15:49:47.865Z[ host-image] Aug 19 15:49:46.512 INFO O| Aug 19 15:49:46.512 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94592024-08-19T15:49:47.872Z[ host-image] Aug 19 15:49:46.521 INFO O| Aug 19 15:49:46.521 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94602024-08-19T15:49:47.874Z[ host-image] Aug 19 15:49:46.521 INFO O| Aug 19 15:49:46.521 INFO STEP 155 (remove_files) COMPLETE
94612024-08-19T15:49:47.874Z[ host-image] Aug 19 15:49:46.521 INFO O| Aug 19 15:49:46.521 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94622024-08-19T15:49:47.888Z[ host-image] Aug 19 15:49:46.536 INFO O| Aug 19 15:49:46.536 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94632024-08-19T15:49:47.890Z[ host-image] Aug 19 15:49:46.536 INFO O| Aug 19 15:49:46.536 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94642024-08-19T15:49:56.541Z[ host-image] Aug 19 15:49:55.189 INFO O| Aug 19 15:49:55.189 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
94652024-08-19T15:49:56.544Z[ host-image] Aug 19 15:49:55.189 INFO O| Aug 19 15:49:55.189 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94662024-08-19T15:49:56.556Z[ host-image] Aug 19 15:49:55.204 INFO O| Aug 19 15:49:55.204 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94672024-08-19T15:49:56.637Z[ host-image] Aug 19 15:49:55.285 INFO O| Aug 19 15:49:55.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94682024-08-19T15:49:56.637Z[ host-image] Aug 19 15:49:55.285 INFO O| Aug 19 15:49:55.285 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94692024-08-19T15:49:56.640Z[ host-image] Aug 19 15:49:55.288 INFO O| Aug 19 15:49:55.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94702024-08-19T15:49:56.640Z[ host-image] Aug 19 15:49:55.288 INFO O| Aug 19 15:49:55.288 INFO ok!
94712024-08-19T15:49:56.640Z[ host-image] Aug 19 15:49:55.288 INFO O| Aug 19 15:49:55.288 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94722024-08-19T15:49:56.640Z[ host-image] Aug 19 15:49:55.288 INFO O| Aug 19 15:49:55.288 INFO STEP 156 (seed_smf) COMPLETE
94732024-08-19T15:49:56.642Z[ host-image] Aug 19 15:49:55.288 INFO O| Aug 19 15:49:55.288 INFO steps complete; finalising image!
94742024-08-19T15:49:56.642Z[ host-image] Aug 19 15:49:55.288 INFO O| Aug 19 15:49:55.288 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94752024-08-19T15:49:56.784Z[ host-image] Aug 19 15:49:55.432 INFO O| Aug 19 15:49:55.432 INFO trim TEMPORARY-gimlet-zfs: (6% trimmed, started at Mon Aug 19 15:49:55 2024)
94762024-08-19T15:49:57.004Z[ host-image] Aug 19 15:49:55.652 INFO O| Aug 19 15:49:55.652 INFO temporary pool has 662M used, 170M avail, 1.88x compressratio
94772024-08-19T15:49:57.004Z[ host-image] Aug 19 15:49:55.652 INFO O| Aug 19 15:49:55.652 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94782024-08-19T15:49:57.282Z[ host-image] Aug 19 15:49:55.930 INFO O| Aug 19 15:49:55.930 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94792024-08-19T15:49:57.282Z[ host-image] Aug 19 15:49:55.930 INFO O| Aug 19 15:49:55.930 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94802024-08-19T15:49:58.308Z[ host-image] Aug 19 15:49:56.955 INFO O| Aug 19 15:49:56.955 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94812024-08-19T15:49:58.309Z[ host-image] Aug 19 15:49:56.955 INFO O| Aug 19 15:49:56.955 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94822024-08-19T15:49:58.311Z[ host-image] Aug 19 15:49:56.955 INFO O| Aug 19 15:49:56.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94832024-08-19T15:49:58.311Z[ host-image] Aug 19 15:49:56.955 INFO O| Aug 19 15:49:56.955 INFO completed processing gimlet/zfs
94842024-08-19T15:49:58.311Z[ host-image] Aug 19 15:49:56.955 INFO O| Aug 19 15:49:56.955 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94852024-08-19T15:50:04.704Z[ host-image] Aug 19 15:50:03.351 INFO O| Aug 19 15:50:03.350 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94862024-08-19T15:50:04.789Z[ host-image] Aug 19 15:50:03.435 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
94872024-08-19T15:50:04.789Z[ host-image] Aug 19 15:50:03.436 INFO expanded image name: "ci 0b647e0/${os_short_commit} 2024-08-19 15:21" -> "ci 0b647e0/f449ff4 2024-08-19 15:21"
94882024-08-19T15:50:04.791Z[ host-image] Aug 19 15:50:03.436 INFO output artefacts stored in: "/work/os-host"
94892024-08-19T15:50:04.791Z[ host-image] Aug 19 15:50:03.436 INFO collecting git info from project "amd-host-image-builder"...
94902024-08-19T15:50:04.802Z[ host-image] Aug 19 15:50:03.450 INFO collecting git info from project "bootserver"...
94912024-08-19T15:50:04.807Z[ host-image] Aug 19 15:50:03.454 INFO collecting git info from project "phbl"...
94922024-08-19T15:50:04.811Z[ host-image] Aug 19 15:50:03.459 INFO collecting git info from project "pilot"...
94932024-08-19T15:50:04.817Z[ host-image] Aug 19 15:50:03.464 INFO collecting git info from project "amd-firmware"...
94942024-08-19T15:50:04.824Z[ host-image] Aug 19 15:50:03.472 INFO collecting git info from project "chelsio-t6-roms"...
94952024-08-19T15:50:04.829Z[ host-image] Aug 19 15:50:03.476 INFO collecting git info from project "pinprick"...
94962024-08-19T15:50:04.833Z[ host-image] Aug 19 15:50:03.480 INFO collecting git info from project "image-builder"...
94972024-08-19T15:50:04.838Z[ host-image] Aug 19 15:50:03.485 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94982024-08-19T15:50:05.200Z[ host-image] Aug 19 15:50:03.847 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94992024-08-19T15:50:05.548Z[ host-image] Aug 19 15:50:04.194 INFO creating Oxide boot image...
95002024-08-19T15:50:05.548Z[ host-image] Aug 19 15:50:04.194 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 0b647e0/f449ff4 2024-08-19 15:21", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95012024-08-19T15:50:06.486Z[ host-image] Aug 19 15:50:05.133 INFO O| ok, image written!
95022024-08-19T15:50:06.486Z[ host-image] Aug 19 15:50:05.133 INFO O| ok, boot_image_csum file written!
95032024-08-19T15:50:06.489Z[ host-image] Aug 19 15:50:05.135 INFO creating boot archive (CPIO)...
95042024-08-19T15:50:06.489Z[ host-image] Aug 19 15:50:05.136 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
95052024-08-19T15:50:06.500Z[ host-image] Aug 19 15:50:05.146 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95062024-08-19T15:50:06.501Z[ host-image] Aug 19 15:50:05.146 INFO E| + outfile=/work/os-host/cpio
95072024-08-19T15:50:06.505Z[ host-image] Aug 19 15:50:05.146 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95082024-08-19T15:50:06.505Z[ host-image] Aug 19 15:50:05.148 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95092024-08-19T15:50:06.505Z[ host-image] Aug 19 15:50:05.148 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95102024-08-19T15:50:06.541Z[ host-image] Aug 19 15:50:05.187 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95112024-08-19T15:50:06.541Z[ host-image] Aug 19 15:50:05.187 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95122024-08-19T15:50:06.547Z[ host-image] Aug 19 15:50:05.194 INFO creating compressed cpio/unix for nanobl-rs...
95132024-08-19T15:50:06.550Z[ host-image] Aug 19 15:50:05.194 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
95142024-08-19T15:50:06.826Z[ host-image] Aug 19 15:50:05.472 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95152024-08-19T15:50:11.162Z[ host-image] Aug 19 15:50:09.808 INFO creating reset image...
95162024-08-19T15:50:11.165Z[ host-image] Aug 19 15:50:09.809 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95172024-08-19T15:50:11.251Z[ host-image] Aug 19 15:50:09.897 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95182024-08-19T15:50:11.254Z[ host-image] Aug 19 15:50:09.898 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95192024-08-19T15:50:11.316Z[ host-image] Aug 19 15:50:09.962 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95202024-08-19T15:50:13.456Z[ host-image] Aug 19 15:50:12.102 INFO E| Finished `release` profile [optimized] target(s) in 2.19s
95212024-08-19T15:50:13.468Z[ host-image] Aug 19 15:50:12.113 INFO building host image...
95222024-08-19T15:50:13.470Z[ host-image] Aug 19 15:50:12.113 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")
95232024-08-19T15:50:13.909Z[ host-image] Aug 19 15:50:12.555 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95242024-08-19T15:50:59.988Z[ host-image] Aug 19 15:50:58.627 INFO image complete! materials are in "/work/os-host"
95252024-08-19T15:50:59.990Z[ host-image]
95262024-08-19T15:50:59.993Z[ host-image] real 9:08.095588103
95272024-08-19T15:50:59.993Z[ host-image] user 3:51.966651179
95282024-08-19T15:50:59.993Z[ host-image] sys 45.814367304
95292024-08-19T15:50:59.993Z[ host-image] trap 0.113068908
95302024-08-19T15:50:59.993Z[ host-image] tflt 0.008041139
95312024-08-19T15:50:59.993Z[ host-image] dflt 0.037369991
95322024-08-19T15:50:59.993Z[ host-image] kflt 0.000000000
95332024-08-19T15:50:59.993Z[ host-image] lock 10:05.864967885
95342024-08-19T15:50:59.993Z[ host-image] slp 51:21.404150685
95352024-08-19T15:50:59.993Z[ host-image] lat 54.740916728
95362024-08-19T15:50:59.993ZAug 19 15:50:58.630 INFO [host-image] process exited with exit status: 0 (548.107439875s)
95372024-08-19T15:50:59.993Z[ host-image] stop 0.527543912
95382024-08-19T15:50:59.993ZAug 19 15:50:58.631 INFO [tuf-repo] running task
95392024-08-19T15:51:06.966ZAug 19 15:51:05.603 INFO assembling repository in `/tmp/tufaceouswNakdK`, component: OmicronRepoAssembler
95402024-08-19T15:51:11.501ZAug 19 15:51:10.138 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95412024-08-19T15:51:11.717ZAug 19 15:51:10.354 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95422024-08-19T15:51:22.583ZAug 19 15:51:21.219 INFO [tuf-repo] task succeeded (22.588450837s)
95432024-08-19T15:51:22.583ZAug 19 15:51:21.219 INFO all jobs completed in 1784.977448931s
95442024-08-19T15:51:23.123Zprocess exited: duration 2299178 ms, exit code 0
 
95452024-08-19T15:51:23.132Zfound 33 output files
95462024-08-19T15:51:23.132Zuploading: /work/manifest.toml (8404 bytes)
95472024-08-19T15:51:24.143Zuploaded: /work/manifest.toml
95482024-08-19T15:51:24.143Zuploading: /work/repo.zip (1782829529 bytes)
95492024-08-19T15:51:58.514Zuploaded: /work/repo.zip
95502024-08-19T15:51:58.522Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95512024-08-19T15:51:59.539Zuploaded: /work/repo.zip.sha256.txt
95522024-08-19T15:51:59.539Zuploading: /work/helios-setup.log (52285 bytes)
95532024-08-19T15:52:00.565Zuploaded: /work/helios-setup.log
95542024-08-19T15:52:00.566Zuploading: /work/host-image.log (195631 bytes)
95552024-08-19T15:52:01.602Zuploaded: /work/host-image.log
95562024-08-19T15:52:01.602Zuploading: /work/host-package.log (18815 bytes)
95572024-08-19T15:52:02.642Zuploaded: /work/host-package.log
95582024-08-19T15:52:02.642Zuploading: /work/host-target.log (101 bytes)
95592024-08-19T15:52:03.652Zuploaded: /work/host-target.log
95602024-08-19T15:52:03.652Zuploading: /work/omicron-package.log (4543 bytes)
95612024-08-19T15:52:04.662Zuploaded: /work/omicron-package.log
95622024-08-19T15:52:04.662Zuploading: /work/phbl-toolchain.log (881 bytes)
95632024-08-19T15:52:05.668Zuploaded: /work/phbl-toolchain.log
95642024-08-19T15:52:05.669Zuploading: /work/recovery-image.log (591753 bytes)
95652024-08-19T15:52:06.702Zuploaded: /work/recovery-image.log
95662024-08-19T15:52:06.703Zuploading: /work/recovery-package.log (282 bytes)
95672024-08-19T15:52:07.710Zuploaded: /work/recovery-package.log
95682024-08-19T15:52:07.710Zuploading: /work/recovery-target.log (98 bytes)
95692024-08-19T15:52:08.719Zuploaded: /work/recovery-target.log
95702024-08-19T15:52:08.719Zuploading: /work/stamp-clickhouse.log (117 bytes)
95712024-08-19T15:52:09.729Zuploaded: /work/stamp-clickhouse.log
95722024-08-19T15:52:09.729Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95732024-08-19T15:52:10.742Zuploaded: /work/stamp-clickhouse_keeper.log
95742024-08-19T15:52:10.743Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95752024-08-19T15:52:11.751Zuploaded: /work/stamp-cockroachdb.log
95762024-08-19T15:52:11.751Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95772024-08-19T15:52:12.764Zuploaded: /work/stamp-crucible-dtrace.log
95782024-08-19T15:52:12.765Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95792024-08-19T15:52:13.772Zuploaded: /work/stamp-crucible-pantry-zone.log
95802024-08-19T15:52:13.773Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95812024-08-19T15:52:14.781Zuploaded: /work/stamp-crucible-zone.log
95822024-08-19T15:52:14.781Zuploading: /work/stamp-external-dns.log (119 bytes)
95832024-08-19T15:52:15.795Zuploaded: /work/stamp-external-dns.log
95842024-08-19T15:52:15.795Zuploading: /work/stamp-installinator.log (103 bytes)
95852024-08-19T15:52:16.803Zuploaded: /work/stamp-installinator.log
95862024-08-19T15:52:16.803Zuploading: /work/stamp-internal-dns.log (119 bytes)
95872024-08-19T15:52:17.813Zuploaded: /work/stamp-internal-dns.log
95882024-08-19T15:52:17.813Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95892024-08-19T15:52:18.821Zuploaded: /work/stamp-mg-ddm-gz.log
95902024-08-19T15:52:18.823Zuploading: /work/stamp-nexus.log (112 bytes)
95912024-08-19T15:52:19.842Zuploaded: /work/stamp-nexus.log
95922024-08-19T15:52:19.842Zuploading: /work/stamp-ntp.log (110 bytes)
95932024-08-19T15:52:20.851Zuploaded: /work/stamp-ntp.log
95942024-08-19T15:52:20.851Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95952024-08-19T15:52:21.859Zuploaded: /work/stamp-omicron-sled-agent.log
95962024-08-19T15:52:21.859Zuploading: /work/stamp-overlay.log (114 bytes)
95972024-08-19T15:52:22.867Zuploaded: /work/stamp-overlay.log
95982024-08-19T15:52:22.867Zuploading: /work/stamp-oximeter.log (115 bytes)
95992024-08-19T15:52:23.875Zuploaded: /work/stamp-oximeter.log
96002024-08-19T15:52:23.877Zuploading: /work/stamp-oxlog.log (109 bytes)
96012024-08-19T15:52:24.883Zuploaded: /work/stamp-oxlog.log
96022024-08-19T15:52:24.886Zuploading: /work/stamp-probe.log (112 bytes)
96032024-08-19T15:52:25.893Zuploaded: /work/stamp-probe.log
96042024-08-19T15:52:25.893Zuploading: /work/stamp-propolis-server.log (122 bytes)
96052024-08-19T15:52:26.913Zuploaded: /work/stamp-propolis-server.log
96062024-08-19T15:52:26.913Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96072024-08-19T15:52:27.924Zuploaded: /work/stamp-pumpkind-gz.log
96082024-08-19T15:52:27.925Zuploading: /work/stamp-switch-asic.log (118 bytes)
96092024-08-19T15:52:28.933Zuploaded: /work/stamp-switch-asic.log
96102024-08-19T15:52:28.935Zuploading: /work/verify-libraries.log (1883 bytes)
96112024-08-19T15:52:29.944Zuploaded: /work/verify-libraries.log