01J9S25AH43AB3PFZ6MPDY980A: 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: 01J9S25VDBX83TP1E33BP677PN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T16:37:01.246Zjob assigned to worker 01J9S26NW7Q5312HBKK0BQR00W (queued for 1 m 16 s)
 
22024-10-09T16:37:08.815Zstarting task 0: "setup"
32024-10-09T16:37:08.823Z++ uname -s
42024-10-09T16:37:08.826Z+ kern=SunOS
52024-10-09T16:37:08.826Z+ case "$kern" in
62024-10-09T16:37:08.826Z+ groupadd -g 12345 build
72024-10-09T16:37:08.828Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T16:37:10.839Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T16:37:10.956Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T16:37:10.958Z+ home_fs=zfs
112024-10-09T16:37:10.958Z+ [[ zfs == autofs ]]
122024-10-09T16:37:10.958Z+ mkdir -p /home/build
132024-10-09T16:37:10.961Z+ chown build:build /home/build /work
142024-10-09T16:37:12.963Z+ chmod 0700 /home/build /work
152024-10-09T16:37:12.966Zprocess exited: duration 4152 ms, exit code 0
 
162024-10-09T16:37:12.973Zstarting task 1: "rust-toolchain"
172024-10-09T16:37:12.976Z+ printf ' * toolchain channel = "%s"
182024-10-09T16:37:12.976Z' 1.80.1
192024-10-09T16:37:12.976Z+ printf ' * toolchain profile = "%s"
202024-10-09T16:37:12.976Z' default
212024-10-09T16:37:12.976Z * toolchain channel = "1.80.1"
222024-10-09T16:37:12.976Z * toolchain profile = "default"
232024-10-09T16:37:12.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T16:37:12.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-09T16:37:13.097Zinfo: downloading installer
262024-10-09T16:37:14.444Zinfo: profile set to 'default'
272024-10-09T16:37:14.444Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T16:37:14.446Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-09T16:37:14.597Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-09T16:37:14.597Zinfo: downloading component 'cargo'
312024-10-09T16:37:15.447Zinfo: downloading component 'clippy'
322024-10-09T16:37:15.749Zinfo: downloading component 'rust-docs'
332024-10-09T16:37:16.933Zinfo: downloading component 'rust-std'
342024-10-09T16:37:18.606Zinfo: downloading component 'rustc'
352024-10-09T16:37:23.307Zinfo: downloading component 'rustfmt'
362024-10-09T16:37:23.555Zinfo: installing component 'cargo'
372024-10-09T16:37:24.379Zinfo: installing component 'clippy'
382024-10-09T16:37:24.749Zinfo: installing component 'rust-docs'
392024-10-09T16:37:26.408Zinfo: installing component 'rust-std'
402024-10-09T16:37:28.067Zinfo: installing component 'rustc'
412024-10-09T16:37:32.321Zinfo: installing component 'rustfmt'
422024-10-09T16:37:32.662Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-09T16:37:32.662Z
442024-10-09T16:37:32.921Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-09T16:37:32.921Z
462024-10-09T16:37:32.925Z
472024-10-09T16:37:32.925ZRust is installed now. Great!
482024-10-09T16:37:32.925Z
492024-10-09T16:37:32.925ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T16:37:32.925Zenvironment variable. This has not been done automatically.
512024-10-09T16:37:32.925Z
522024-10-09T16:37:32.925ZTo configure your current shell, you need to source
532024-10-09T16:37:32.925Zthe corresponding env file under $HOME/.cargo.
542024-10-09T16:37:32.925Z
552024-10-09T16:37:32.925ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T16:37:32.925Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T16:37:32.925Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T16:37:32.975Z+ rustc --version
592024-10-09T16:37:33.040Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-09T16:37:33.045Zprocess exited: duration 20063 ms, exit code 0
 
612024-10-09T16:37:33.053Zstarting task 2: "authentication"
622024-10-09T16:37:33.074Zprocess exited: duration 21 ms, exit code 0
 
632024-10-09T16:37:33.080Zstarting task 3: "clone repository"
642024-10-09T16:37:33.092Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-09T16:37:33.095Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-09T16:37:33.385ZCloning into '/work/oxidecomputer/omicron'...
672024-10-09T16:37:45.622Z+ cd /work/oxidecomputer/omicron
682024-10-09T16:37:45.625Z+ git fetch origin a923f2a6a058fc1b42da33c8d1f52da6592b0bd1
692024-10-09T16:37:45.978ZFrom https://github.com/oxidecomputer/omicron
702024-10-09T16:37:45.978Z * branch a923f2a6a058fc1b42da33c8d1f52da6592b0bd1 -> FETCH_HEAD
712024-10-09T16:37:45.987Z+ [[ -n eliza/instance-nuke ]]
722024-10-09T16:37:45.990Z++ git branch --show-current
732024-10-09T16:37:45.993Z+ current=main
742024-10-09T16:37:45.993Z+ [[ main != eliza/instance-nuke ]]
752024-10-09T16:37:45.993Z+ git branch -f eliza/instance-nuke a923f2a6a058fc1b42da33c8d1f52da6592b0bd1
762024-10-09T16:37:45.996Z+ git checkout -f eliza/instance-nuke
772024-10-09T16:37:46.157ZSwitched to branch 'eliza/instance-nuke'
782024-10-09T16:37:46.160Z+ git reset --hard a923f2a6a058fc1b42da33c8d1f52da6592b0bd1
792024-10-09T16:37:46.317ZHEAD is now at a923f2a6a cleanup mark_vmm_failed and sis_ensure_registered_undo
802024-10-09T16:37:46.319Zprocess exited: duration 13235 ms, exit code 0
 
812024-10-09T16:37:46.325Zstarting task 4: "build"
822024-10-09T16:37:46.330Z+ cargo --version
832024-10-09T16:37:46.384Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-09T16:37:46.386Z+ rustc --version
852024-10-09T16:37:46.442Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-09T16:37:46.446Z+ cargo tree --locked
872024-10-09T16:37:46.683Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
882024-10-09T16:37:46.974Z Updating crates.io index
892024-10-09T16:37:47.046Z Updating git repository `https://github.com/oxidecomputer/maghemite`
902024-10-09T16:37:48.086Z Updating git repository `https://github.com/oxidecomputer/oxnet`
912024-10-09T16:37:48.384Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
922024-10-09T16:37:48.649Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
932024-10-09T16:37:48.899Z Updating git repository `https://github.com/oxidecomputer/propolis`
942024-10-09T16:37:49.686Z Updating git repository `https://github.com/oxidecomputer/crucible`
952024-10-09T16:37:53.471Z Updating git repository `https://github.com/oxidecomputer/opte`
962024-10-09T16:37:54.943Z Updating git repository `https://github.com/oxidecomputer/falcon`
972024-10-09T16:37:55.626Z Updating git repository `https://github.com/oxidecomputer/clickward`
982024-10-09T16:37:55.895Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
992024-10-09T16:37:56.157Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1002024-10-09T16:37:56.710Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1012024-10-09T16:37:57.306Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
1022024-10-09T16:37:57.573Z Updating git repository `https://github.com/oxidecomputer/qorb`
1032024-10-09T16:37:57.879Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1042024-10-09T16:37:58.282Z Updating git repository `https://github.com/oxidecomputer/tofino`
1052024-10-09T16:37:58.641Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1062024-10-09T16:37:58.902Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1072024-10-09T16:37:59.205Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1082024-10-09T16:37:59.622Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1092024-10-09T16:37:59.912Z Updating git repository `https://github.com/oxidecomputer/ispf`
1102024-10-09T16:38:00.401Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1112024-10-09T16:38:00.655Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1122024-10-09T16:38:00.974Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-09T16:38:01.565Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-09T16:38:01.910Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-09T16:38:02.293Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-09T16:38:02.687Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-09T16:38:02.992Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-09T16:38:03.284Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-09T16:38:04.692Z Downloading crates ...
1202024-10-09T16:38:04.788Z Downloaded async-attributes v1.1.2
1212024-10-09T16:38:04.793Z Downloaded async-channel v1.9.0
1222024-10-09T16:38:04.796Z Downloaded argon2 v0.5.3
1232024-10-09T16:38:04.799Z Downloaded anstream v0.6.14
1242024-10-09T16:38:04.807Z Downloaded fastrand v2.1.0
1252024-10-09T16:38:04.810Z Downloaded cfg_aliases v0.2.1
1262024-10-09T16:38:04.813Z Downloaded clang-sys v1.7.0
1272024-10-09T16:38:04.816Z Downloaded async-object-pool v0.1.5
1282024-10-09T16:38:04.819Z Downloaded fallible-streaming-iterator v0.1.9
1292024-10-09T16:38:04.822Z Downloaded async-global-executor v2.4.1
1302024-10-09T16:38:04.822Z Downloaded foreign-types-shared v0.1.1
1312024-10-09T16:38:04.824Z Downloaded arrayref v0.3.7
1322024-10-09T16:38:04.824Z Downloaded ahash v0.8.11
1332024-10-09T16:38:04.827Z Downloaded fd-lock v4.0.2
1342024-10-09T16:38:04.830Z Downloaded ident_case v1.0.1
1352024-10-09T16:38:04.833Z Downloaded cexpr v0.6.0
1362024-10-09T16:38:04.836Z Downloaded byteorder v1.5.0
1372024-10-09T16:38:04.838Z Downloaded hash32 v0.3.1
1382024-10-09T16:38:04.838Z Downloaded futures-macro v0.3.30
1392024-10-09T16:38:04.841Z Downloaded form_urlencoded v1.2.1
1402024-10-09T16:38:04.841Z Downloaded fs-err v2.11.0
1412024-10-09T16:38:04.843Z Downloaded futures-core v0.3.30
1422024-10-09T16:38:04.846Z Downloaded cfg-if v1.0.0
1432024-10-09T16:38:04.848Z Downloaded blowfish v0.9.1
1442024-10-09T16:38:04.850Z Downloaded hostname v0.4.0
1452024-10-09T16:38:04.854Z Downloaded hex v0.4.3
1462024-10-09T16:38:04.854Z Downloaded bzip2 v0.4.4
1472024-10-09T16:38:04.856Z Downloaded home v0.5.9
1482024-10-09T16:38:04.859Z Downloaded futures-timer v3.0.3
1492024-10-09T16:38:04.861Z Downloaded ciborium v0.2.2
1502024-10-09T16:38:04.864Z Downloaded hickory-client v0.24.1
1512024-10-09T16:38:04.867Z Downloaded hubpack v0.1.2
1522024-10-09T16:38:04.869Z Downloaded httparse v1.8.0
1532024-10-09T16:38:04.872Z Downloaded atty v0.2.14
1542024-10-09T16:38:04.874Z Downloaded guppy-workspace-hack v0.1.0
1552024-10-09T16:38:04.875Z Downloaded globset v0.4.14
1562024-10-09T16:38:04.877Z Downloaded hyper-staticfile v0.10.1
1572024-10-09T16:38:04.879Z Downloaded opaque-debug v0.3.1
1582024-10-09T16:38:04.882Z Downloaded ciborium-io v0.2.2
1592024-10-09T16:38:04.882Z Downloaded cfg_aliases v0.1.1
1602024-10-09T16:38:04.884Z Downloaded peg-runtime v0.8.3
1612024-10-09T16:38:04.884Z Downloaded headers v0.4.0
1622024-10-09T16:38:04.891Z Downloaded anyhow v1.0.89
1632024-10-09T16:38:04.897Z Downloaded humantime v2.1.0
1642024-10-09T16:38:04.899Z Downloaded headers-core v0.3.0
1652024-10-09T16:38:04.902Z Downloaded foreign-types v0.3.2
1662024-10-09T16:38:04.902Z Downloaded cargo-platform v0.1.8
1672024-10-09T16:38:04.904Z Downloaded pretty-hex v0.2.1
1682024-10-09T16:38:04.907Z Downloaded async-executor v1.13.1
1692024-10-09T16:38:04.909Z Downloaded block-buffer v0.10.4
1702024-10-09T16:38:04.909Z Downloaded base16ct v0.2.0
1712024-10-09T16:38:04.912Z Downloaded camino-tempfile v1.1.1
1722024-10-09T16:38:04.915Z Downloaded pem-rfc7468 v0.7.0
1732024-10-09T16:38:04.918Z Downloaded cipher v0.4.4
1742024-10-09T16:38:04.921Z Downloaded foreign-types-shared v0.3.1
1752024-10-09T16:38:04.921Z Downloaded chacha20 v0.9.1
1762024-10-09T16:38:04.923Z Downloaded bitfield-struct v0.6.1
1772024-10-09T16:38:04.925Z Downloaded bcrypt-pbkdf v0.10.0
1782024-10-09T16:38:04.928Z Downloaded http-range v0.1.5
1792024-10-09T16:38:04.928Z Downloaded hubpack_derive v0.1.1
1802024-10-09T16:38:04.928Z Downloaded http-body v1.0.0
1812024-10-09T16:38:04.931Z Downloaded castaway v0.2.3
1822024-10-09T16:38:04.933Z Downloaded heapless v0.7.17
1832024-10-09T16:38:04.936Z Downloaded chacha20poly1305 v0.10.1
1842024-10-09T16:38:04.938Z Downloaded glob v0.3.1
1852024-10-09T16:38:04.941Z Downloaded sigpipe v0.1.3
1862024-10-09T16:38:04.943Z Downloaded time-core v0.1.2
1872024-10-09T16:38:04.945Z Downloaded termtree v0.4.1
1882024-10-09T16:38:04.945Z Downloaded sync_wrapper v1.0.1
1892024-10-09T16:38:04.948Z Downloaded quinn-udp v0.5.5
1902024-10-09T16:38:04.950Z Downloaded radium v0.7.0
1912024-10-09T16:38:04.950Z Downloaded backoff v0.4.0
1922024-10-09T16:38:04.953Z Downloaded pem v3.0.4
1932024-10-09T16:38:04.955Z Downloaded try-lock v0.2.5
1942024-10-09T16:38:04.958Z Downloaded cassowary v0.3.0
1952024-10-09T16:38:04.960Z Downloaded hickory-resolver v0.24.1
1962024-10-09T16:38:04.963Z Downloaded heck v0.3.3
1972024-10-09T16:38:04.966Z Downloaded sync_wrapper v0.1.2
1982024-10-09T16:38:04.968Z Downloaded hyper-tls v0.6.0
1992024-10-09T16:38:04.971Z Downloaded strsim v0.11.1
2002024-10-09T16:38:04.971Z Downloaded siphasher v0.3.11
2012024-10-09T16:38:04.974Z Downloaded r2d2 v0.8.10
2022024-10-09T16:38:04.977Z Downloaded pretty-hex v0.4.1
2032024-10-09T16:38:04.977Z Downloaded tinyvec_macros v0.1.1
2042024-10-09T16:38:04.980Z Downloaded backtrace v0.3.71
2052024-10-09T16:38:04.983Z Downloaded predicates-tree v1.0.9
2062024-10-09T16:38:04.986Z Downloaded clap_lex v0.7.0
2072024-10-09T16:38:04.988Z Downloaded serde_path_to_error v0.1.16
2082024-10-09T16:38:04.991Z Downloaded stable_deref_trait v1.2.0
2092024-10-09T16:38:04.991Z Downloaded display-error-chain v0.2.1
2102024-10-09T16:38:04.993Z Downloaded usdt-attr-macro v0.5.0
2112024-10-09T16:38:04.993Z Downloaded strip-ansi-escapes v0.2.0
2122024-10-09T16:38:04.996Z Downloaded termios v0.3.3
2132024-10-09T16:38:04.998Z Downloaded terminal_size v0.3.0
2142024-10-09T16:38:05.001Z Downloaded getrandom v0.2.14
2152024-10-09T16:38:05.003Z Downloaded password-hash v0.5.0
2162024-10-09T16:38:05.006Z Downloaded paste v1.0.15
2172024-10-09T16:38:05.010Z Downloaded internet-checksum v0.2.1
2182024-10-09T16:38:05.012Z Downloaded hashlink v0.9.1
2192024-10-09T16:38:05.015Z Downloaded instant v0.1.12
2202024-10-09T16:38:05.017Z Downloaded zeroize_derive v1.4.2
2212024-10-09T16:38:05.017Z Downloaded iana-time-zone v0.1.60
2222024-10-09T16:38:05.020Z Downloaded zeroize v1.8.1
2232024-10-09T16:38:05.022Z Downloaded quote v1.0.37
2242024-10-09T16:38:05.025Z Downloaded tls_codec v0.4.1
2252024-10-09T16:38:05.028Z Downloaded tiny-keccak v2.0.2
2262024-10-09T16:38:05.031Z Downloaded num_threads v0.1.7
2272024-10-09T16:38:05.034Z Downloaded serde_derive_internals v0.29.1
2282024-10-09T16:38:05.037Z Downloaded defmt-macros v0.3.9
2292024-10-09T16:38:05.039Z Downloaded criterion-plot v0.5.0
2302024-10-09T16:38:05.042Z Downloaded escape8259 v0.5.2
2312024-10-09T16:38:05.044Z Downloaded predicates-core v1.0.6
2322024-10-09T16:38:05.047Z Downloaded number_prefix v0.4.0
2332024-10-09T16:38:05.047Z Downloaded normalize-line-endings v0.3.0
2342024-10-09T16:38:05.049Z Downloaded tracing-attributes v0.1.27
2352024-10-09T16:38:05.052Z Downloaded dropshot_endpoint v0.10.1
2362024-10-09T16:38:05.054Z Downloaded event-listener v2.5.3
2372024-10-09T16:38:05.054Z Downloaded ryu v1.0.18
2382024-10-09T16:38:05.058Z Downloaded oso v0.27.3
2392024-10-09T16:38:05.063Z Downloaded scroll_derive v0.12.0
2402024-10-09T16:38:05.067Z Downloaded mime v0.3.17
2412024-10-09T16:38:05.067Z Downloaded libefi-sys v0.1.0
2422024-10-09T16:38:05.072Z Downloaded console v0.15.8
2432024-10-09T16:38:05.072Z Downloaded concurrent-queue v2.5.0
2442024-10-09T16:38:05.074Z Downloaded bytes v1.7.2
2452024-10-09T16:38:05.079Z Downloaded polling v3.7.3
2462024-10-09T16:38:05.083Z Downloaded multimap v0.10.0
2472024-10-09T16:38:05.086Z Downloaded ecdsa v0.16.9
2482024-10-09T16:38:05.088Z Downloaded phf v0.11.2
2492024-10-09T16:38:05.090Z Downloaded nanorand v0.7.0
2502024-10-09T16:38:05.093Z Downloaded similar v2.6.0
2512024-10-09T16:38:05.099Z Downloaded rustfmt-wrapper v0.2.1
2522024-10-09T16:38:05.101Z Downloaded proc-macro-crate v1.3.1
2532024-10-09T16:38:05.104Z Downloaded pbkdf2 v0.12.2
2542024-10-09T16:38:05.104Z Downloaded unicode-truncate v1.0.0
2552024-10-09T16:38:05.107Z Downloaded pest_generator v2.7.10
2562024-10-09T16:38:05.109Z Downloaded cstr-argument v0.1.2
2572024-10-09T16:38:05.112Z Downloaded thread-id v4.2.1
2582024-10-09T16:38:05.112Z Downloaded scrypt v0.11.0
2592024-10-09T16:38:05.114Z Downloaded signature v2.2.0
2602024-10-09T16:38:05.117Z Downloaded slog-envlogger v2.2.0
2612024-10-09T16:38:05.120Z Downloaded aes v0.8.4
2622024-10-09T16:38:05.123Z Downloaded serde_repr v0.1.19
2632024-10-09T16:38:05.126Z Downloaded diesel_table_macro_syntax v0.2.0
2642024-10-09T16:38:05.129Z Downloaded olpc-cjson v0.1.3
2652024-10-09T16:38:05.129Z Downloaded heapless v0.8.0
2662024-10-09T16:38:05.134Z Downloaded is_terminal_polyfill v1.70.0
2672024-10-09T16:38:05.136Z Downloaded newtype_derive v0.1.6
2682024-10-09T16:38:05.139Z Downloaded multer v3.1.0
2692024-10-09T16:38:05.141Z Downloaded smf v0.2.3
2702024-10-09T16:38:05.144Z Downloaded smawk v0.3.2
2712024-10-09T16:38:05.146Z Downloaded unicode-xid v0.2.4
2722024-10-09T16:38:05.146Z Downloaded thiserror-impl-no-std v2.0.2
2732024-10-09T16:38:05.149Z Downloaded rstest_macros v0.22.0
2742024-10-09T16:38:05.152Z Downloaded rustc-demangle v0.1.24
2752024-10-09T16:38:05.155Z Downloaded parse-size v1.0.0
2762024-10-09T16:38:05.157Z Downloaded match_cfg v0.1.0
2772024-10-09T16:38:05.160Z Downloaded plain v0.2.3
2782024-10-09T16:38:05.160Z Downloaded path-slash v0.1.5
2792024-10-09T16:38:05.167Z Downloaded openssl-sys v0.9.103
2802024-10-09T16:38:05.171Z Downloaded version_check v0.9.5
2812024-10-09T16:38:05.171Z Downloaded xz2 v0.1.7
2822024-10-09T16:38:05.173Z Downloaded xattr v1.3.1
2832024-10-09T16:38:05.173Z Downloaded plotters-svg v0.3.5
2842024-10-09T16:38:05.176Z Downloaded postgres-protocol v0.6.7
2852024-10-09T16:38:05.178Z Downloaded pest_derive v2.7.10
2862024-10-09T16:38:05.181Z Downloaded ena v0.14.3
2872024-10-09T16:38:05.183Z Downloaded spki v0.7.3
2882024-10-09T16:38:05.186Z Downloaded sct v0.7.1
2892024-10-09T16:38:05.188Z Downloaded lazycell v1.3.0
2902024-10-09T16:38:05.191Z Downloaded serde_with_macros v3.9.0
2912024-10-09T16:38:05.193Z Downloaded tower-service v0.3.2
2922024-10-09T16:38:05.196Z Downloaded term v0.7.0
2932024-10-09T16:38:05.200Z Downloaded tokio-tungstenite v0.21.0
2942024-10-09T16:38:05.203Z Downloaded num v0.4.3
2952024-10-09T16:38:05.205Z Downloaded const_format_proc_macros v0.2.33
2962024-10-09T16:38:05.207Z Downloaded typify v0.2.0
2972024-10-09T16:38:05.210Z Downloaded want v0.3.1
2982024-10-09T16:38:05.213Z Downloaded newtype-uuid v1.1.0
2992024-10-09T16:38:05.215Z Downloaded rustc-hash v2.0.0
3002024-10-09T16:38:05.215Z Downloaded maplit v1.0.2
3012024-10-09T16:38:05.218Z Downloaded managed v0.8.0
3022024-10-09T16:38:05.220Z Downloaded pest_meta v2.7.10
3032024-10-09T16:38:05.222Z Downloaded csv-core v0.1.11
3042024-10-09T16:38:05.222Z Downloaded same-file v1.0.6
3052024-10-09T16:38:05.225Z Downloaded rand_core v0.6.4
3062024-10-09T16:38:05.227Z Downloaded polyval v0.6.2
3072024-10-09T16:38:05.230Z Downloaded ron v0.7.1
3082024-10-09T16:38:05.234Z Downloaded url v2.5.2
3092024-10-09T16:38:05.238Z Downloaded downcast v0.11.0
3102024-10-09T16:38:05.241Z Downloaded md5 v0.7.0
3112024-10-09T16:38:05.244Z Downloaded strum_macros v0.25.3
3122024-10-09T16:38:05.246Z Downloaded stringmetrics v2.2.2
3132024-10-09T16:38:05.248Z Downloaded rsa v0.9.6
3142024-10-09T16:38:05.254Z Downloaded twox-hash v1.6.3
3152024-10-09T16:38:05.262Z Downloaded strum_macros v0.24.3
3162024-10-09T16:38:05.268Z Downloaded http v0.2.12
3172024-10-09T16:38:05.275Z Downloaded pkg-config v0.3.30
3182024-10-09T16:38:05.278Z Downloaded debug-ignore v1.0.5
3192024-10-09T16:38:05.280Z Downloaded cpufeatures v0.2.12
3202024-10-09T16:38:05.283Z Downloaded unicode-segmentation v1.11.0
3212024-10-09T16:38:05.286Z Downloaded diff v0.1.13
3222024-10-09T16:38:05.290Z Downloaded russh-cryptovec v0.7.2
3232024-10-09T16:38:05.292Z Downloaded precomputed-hash v0.1.1
3242024-10-09T16:38:05.292Z Downloaded dof v0.3.0
3252024-10-09T16:38:05.295Z Downloaded derive-where v1.2.7
3262024-10-09T16:38:05.298Z Downloaded hkdf v0.12.4
3272024-10-09T16:38:05.302Z Downloaded vte_generate_state_changes v0.1.1
3282024-10-09T16:38:05.304Z Downloaded oorandom v11.1.3
3292024-10-09T16:38:05.304Z Downloaded tui-tree-widget v0.22.0
3302024-10-09T16:38:05.307Z Downloaded num-iter v0.1.45
3312024-10-09T16:38:05.310Z Downloaded vsss-rs v3.3.4
3322024-10-09T16:38:05.313Z Downloaded memmap v0.7.0
3332024-10-09T16:38:05.315Z Downloaded yansi v1.0.1
3342024-10-09T16:38:05.317Z Downloaded tls_codec_derive v0.4.1
3352024-10-09T16:38:05.320Z Downloaded zone_cfg_derive v0.3.0
3362024-10-09T16:38:05.320Z Downloaded password-hash v0.4.2
3372024-10-09T16:38:05.324Z Downloaded path-tree v0.8.1
3382024-10-09T16:38:05.324Z Downloaded num_enum_derive v0.5.11
3392024-10-09T16:38:05.326Z Downloaded crossbeam-epoch v0.9.18
3402024-10-09T16:38:05.328Z Downloaded wyz v0.5.1
3412024-10-09T16:38:05.331Z Downloaded threadpool v1.8.1
3422024-10-09T16:38:05.331Z Downloaded ppv-lite86 v0.2.17
3432024-10-09T16:38:05.333Z Downloaded itoa v1.0.11
3442024-10-09T16:38:05.336Z Downloaded strum_macros v0.26.4
3452024-10-09T16:38:05.338Z Downloaded sqlformat v0.2.6
3462024-10-09T16:38:05.341Z Downloaded dirs-sys-next v0.1.2
3472024-10-09T16:38:05.343Z Downloaded powerfmt v0.2.0
3482024-10-09T16:38:05.343Z Downloaded equivalent v1.0.1
3492024-10-09T16:38:05.346Z Downloaded jobserver v0.1.32
3502024-10-09T16:38:05.349Z Downloaded env_logger v0.11.5
3512024-10-09T16:38:05.352Z Downloaded num-conv v0.1.0
3522024-10-09T16:38:05.354Z Downloaded slog-stdlog v4.1.1
3532024-10-09T16:38:05.354Z Downloaded slog-async v2.8.0
3542024-10-09T16:38:05.357Z Downloaded untrusted v0.7.1
3552024-10-09T16:38:05.359Z Downloaded rustyline v14.0.0
3562024-10-09T16:38:05.364Z Downloaded memmap2 v0.9.4
3572024-10-09T16:38:05.366Z Downloaded pathdiff v0.2.1
3582024-10-09T16:38:05.369Z Downloaded hashbrown v0.14.5
3592024-10-09T16:38:05.374Z Downloaded thread_local v1.1.8
3602024-10-09T16:38:05.376Z Downloaded data-encoding v2.6.0
3612024-10-09T16:38:05.379Z Downloaded cookie v0.18.1
3622024-10-09T16:38:05.382Z Downloaded aes-gcm v0.10.3
3632024-10-09T16:38:05.385Z Downloaded crossbeam-utils v0.8.19
3642024-10-09T16:38:05.388Z Downloaded psl-types v2.0.11
3652024-10-09T16:38:05.391Z Downloaded datatest-stable v0.2.9
3662024-10-09T16:38:05.394Z Downloaded ron v0.8.1
3672024-10-09T16:38:05.399Z Downloaded dirs-next v2.0.0
3682024-10-09T16:38:05.402Z Downloaded structmeta-derive v0.2.0
3692024-10-09T16:38:05.405Z Downloaded openssl-macros v0.1.1
3702024-10-09T16:38:05.405Z Downloaded usdt-macro v0.5.0
3712024-10-09T16:38:05.493Z Downloaded lazy_static v1.5.0
3722024-10-09T16:38:05.493Z Downloaded lalrpop-util v0.19.12
3732024-10-09T16:38:05.493Z Downloaded num-integer v0.1.46
3742024-10-09T16:38:05.493Z Downloaded progenitor v0.8.0
3752024-10-09T16:38:05.493Z Downloaded zone_cfg_derive v0.1.2
3762024-10-09T16:38:05.493Z Downloaded tungstenite v0.23.0
3772024-10-09T16:38:05.493Z Downloaded tungstenite v0.21.0
3782024-10-09T16:38:05.493Z Downloaded tokio-native-tls v0.3.1
3792024-10-09T16:38:05.493Z Downloaded mime_guess v2.0.4
3802024-10-09T16:38:05.493Z Downloaded slog-term v2.9.1
3812024-10-09T16:38:05.493Z Downloaded pbkdf2 v0.11.0
3822024-10-09T16:38:05.494Z Downloaded clap_derive v4.5.18
3832024-10-09T16:38:05.494Z Downloaded salsa20 v0.10.2
3842024-10-09T16:38:05.494Z Downloaded progenitor-client v0.8.0
3852024-10-09T16:38:05.494Z Downloaded serde_derive v1.0.210
3862024-10-09T16:38:05.494Z Downloaded slog-bunyan v2.5.0
3872024-10-09T16:38:05.494Z Downloaded take_mut v0.2.2
3882024-10-09T16:38:05.494Z Downloaded string_cache v0.8.7
3892024-10-09T16:38:05.494Z Downloaded signal-hook-tokio v0.3.1
3902024-10-09T16:38:05.494Z Downloaded serde-big-array v0.5.1
3912024-10-09T16:38:05.494Z Downloaded structmeta v0.3.0
3922024-10-09T16:38:05.494Z Downloaded swrite v0.1.0
3932024-10-09T16:38:05.494Z Downloaded rand_seeder v0.3.0
3942024-10-09T16:38:05.494Z Downloaded rand_chacha v0.3.1
3952024-10-09T16:38:05.494Z Downloaded dtrace-parser v0.2.0
3962024-10-09T16:38:05.494Z Downloaded derive_builder_macro v0.20.0
3972024-10-09T16:38:05.494Z Downloaded lru v0.12.3
3982024-10-09T16:38:05.494Z Downloaded keccak v0.1.5
3992024-10-09T16:38:05.494Z Downloaded colorchoice v1.0.1
4002024-10-09T16:38:05.494Z Downloaded unicode-ident v1.0.13
4012024-10-09T16:38:05.494Z Downloaded parking_lot v0.11.2
4022024-10-09T16:38:05.494Z Downloaded hyper v1.4.1
4032024-10-09T16:38:05.494Z Downloaded postcard v1.0.8
4042024-10-09T16:38:05.494Z Downloaded rustls-pki-types v1.7.0
4052024-10-09T16:38:05.498Z Downloaded itertools v0.10.5
4062024-10-09T16:38:05.498Z Downloaded utf-8 v0.7.6
4072024-10-09T16:38:05.500Z Downloaded waitgroup v0.1.2
4082024-10-09T16:38:05.501Z Downloaded tabwriter v1.4.0
4092024-10-09T16:38:05.504Z Downloaded phf_shared v0.10.0
4102024-10-09T16:38:05.504Z Downloaded tokio-rustls v0.26.0
4112024-10-09T16:38:05.507Z Downloaded tokio-rustls v0.25.0
4122024-10-09T16:38:05.507Z Downloaded difflib v0.4.0
4132024-10-09T16:38:05.509Z Downloaded newline-converter v0.3.0
4142024-10-09T16:38:05.514Z Downloaded nested v0.1.1
4152024-10-09T16:38:05.514Z Downloaded tabled_derive v0.7.0
4162024-10-09T16:38:05.516Z Downloaded zone v0.1.8
4172024-10-09T16:38:05.516Z Downloaded dhcproto-macros v0.1.0
4182024-10-09T16:38:05.516Z Downloaded ctr v0.9.2
4192024-10-09T16:38:05.519Z Downloaded crypto-common v0.1.6
4202024-10-09T16:38:05.521Z Downloaded clap v4.5.18
4212024-10-09T16:38:05.531Z Downloaded parking_lot v0.12.2
4222024-10-09T16:38:05.535Z Downloaded pin-project-lite v0.2.14
4232024-10-09T16:38:05.541Z Downloaded darling_macro v0.20.9
4242024-10-09T16:38:05.544Z Downloaded phf_shared v0.11.2
4252024-10-09T16:38:05.544Z Downloaded num_cpus v1.16.0
4262024-10-09T16:38:05.547Z Downloaded enum-as-inner v0.5.1
4272024-10-09T16:38:05.549Z Downloaded mockall v0.13.0
4282024-10-09T16:38:05.551Z Downloaded indexmap v2.5.0
4292024-10-09T16:38:05.556Z Downloaded either v1.13.0
4302024-10-09T16:38:05.558Z Downloaded rfc6979 v0.4.0
4312024-10-09T16:38:05.560Z Downloaded toml v0.8.19
4322024-10-09T16:38:05.563Z Downloaded memchr v2.7.2
4332024-10-09T16:38:05.569Z Downloaded crunchy v0.2.2
4342024-10-09T16:38:05.572Z Downloaded toolchain_find v0.4.0
4352024-10-09T16:38:05.574Z Downloaded macaddr v1.0.1
4362024-10-09T16:38:05.574Z Downloaded tokio-postgres v0.7.12
4372024-10-09T16:38:05.581Z Downloaded dsl_auto_type v0.1.2
4382024-10-09T16:38:05.584Z Downloaded zone v0.3.0
4392024-10-09T16:38:05.584Z Downloaded quinn-proto v0.11.8
4402024-10-09T16:38:05.591Z Downloaded typify-macro v0.2.0
4412024-10-09T16:38:05.594Z Downloaded toml_datetime v0.6.8
4422024-10-09T16:38:05.594Z Downloaded structmeta-derive v0.3.0
4432024-10-09T16:38:05.594Z Downloaded relative-path v1.9.3
4442024-10-09T16:38:05.597Z Downloaded thiserror v1.0.64
4452024-10-09T16:38:05.600Z Downloaded proc-macro2 v1.0.86
4462024-10-09T16:38:05.603Z Downloaded time v0.3.36
4472024-10-09T16:38:05.614Z Downloaded strum v0.26.3
4482024-10-09T16:38:05.616Z Downloaded curve25519-dalek-derive v0.1.1
4492024-10-09T16:38:05.616Z Downloaded convert_case v0.4.0
4502024-10-09T16:38:05.616Z Downloaded is-terminal v0.4.12
4512024-10-09T16:38:05.617Z Downloaded serde_urlencoded v0.7.1
4522024-10-09T16:38:05.619Z Downloaded crucible-workspace-hack v0.1.0
4532024-10-09T16:38:05.619Z Downloaded shell-words v1.1.0
4542024-10-09T16:38:05.622Z Downloaded compact_str v0.8.0
4552024-10-09T16:38:05.626Z Downloaded papergrid v0.11.0
4562024-10-09T16:38:05.629Z Downloaded lru-cache v0.1.2
4572024-10-09T16:38:05.632Z Downloaded progenitor-macro v0.8.0
4582024-10-09T16:38:05.632Z Downloaded topological-sort v0.2.2
4592024-10-09T16:38:05.635Z Downloaded hyper v0.14.30
4602024-10-09T16:38:05.643Z Downloaded async-std v1.13.0
4612024-10-09T16:38:05.667Z Downloaded openssl-probe v0.1.5
4622024-10-09T16:38:05.669Z Downloaded tap v1.0.1
4632024-10-09T16:38:05.669Z Downloaded darling v0.20.9
4642024-10-09T16:38:05.673Z Downloaded static_assertions v1.1.0
4652024-10-09T16:38:05.675Z Downloaded kstat-rs v0.2.4
4662024-10-09T16:38:05.678Z Downloaded supports-color v3.0.1
4672024-10-09T16:38:05.678Z Downloaded slog-scope v4.4.0
4682024-10-09T16:38:05.680Z Downloaded slog-json v2.6.1
4692024-10-09T16:38:05.684Z Downloaded slog-dtrace v0.3.0
4702024-10-09T16:38:05.684Z Downloaded serde_regex v1.1.0
4712024-10-09T16:38:05.684Z Downloaded libsw v3.3.1
4722024-10-09T16:38:05.687Z Downloaded inout v0.1.3
4732024-10-09T16:38:05.689Z Downloaded serde_spanned v0.6.7
4742024-10-09T16:38:05.689Z Downloaded defmt v0.3.8
4752024-10-09T16:38:05.693Z Downloaded signal-hook-registry v1.4.2
4762024-10-09T16:38:05.696Z Downloaded zip v0.6.6
4772024-10-09T16:38:05.699Z Downloaded unicode-linebreak v0.1.5
4782024-10-09T16:38:05.702Z Downloaded russh v0.45.0
4792024-10-09T16:38:05.705Z Downloaded libxml v0.3.3
4802024-10-09T16:38:05.712Z Downloaded oso-derive v0.27.3
4812024-10-09T16:38:05.714Z Downloaded dyn-clone v1.0.17
4822024-10-09T16:38:05.718Z Downloaded pkcs1 v0.7.5
4832024-10-09T16:38:05.718Z Downloaded pin-utils v0.1.0
4842024-10-09T16:38:05.721Z Downloaded ed25519 v2.2.3
4852024-10-09T16:38:05.723Z Downloaded test-strategy v0.3.1
4862024-10-09T16:38:05.725Z Downloaded schemars v0.8.21
4872024-10-09T16:38:05.738Z Downloaded expectorate v1.1.0
4882024-10-09T16:38:05.741Z Downloaded piper v0.2.4
4892024-10-09T16:38:05.744Z Downloaded num_enum v0.5.11
4902024-10-09T16:38:05.749Z Downloaded maybe-uninit v2.0.0
4912024-10-09T16:38:05.754Z Downloaded rcgen v0.12.1
4922024-10-09T16:38:05.754Z Downloaded wait-timeout v0.2.0
4932024-10-09T16:38:05.756Z Downloaded uzers v0.11.3
4942024-10-09T16:38:05.756Z Downloaded derive_builder_core v0.20.0
4952024-10-09T16:38:05.760Z Downloaded termcolor v1.4.1
4962024-10-09T16:38:05.760Z Downloaded winnow v0.5.40
4972024-10-09T16:38:05.768Z Downloaded utf8parse v0.2.1
4982024-10-09T16:38:05.771Z Downloaded owo-colors v4.1.0
4992024-10-09T16:38:05.773Z Downloaded ipnetwork v0.20.0
5002024-10-09T16:38:05.777Z Downloaded ssh-key v0.6.6
5012024-10-09T16:38:05.783Z Downloaded indoc v2.0.5
5022024-10-09T16:38:05.786Z Downloaded value-bag v1.9.0
5032024-10-09T16:38:05.788Z Downloaded target-spec v3.2.1
5042024-10-09T16:38:05.791Z Downloaded rusqlite v0.32.1
5052024-10-09T16:38:05.797Z Downloaded serde v1.0.210
5062024-10-09T16:38:05.800Z Downloaded darling_core v0.20.9
5072024-10-09T16:38:05.806Z Downloaded walkdir v2.5.0
5082024-10-09T16:38:05.808Z Downloaded derive_builder v0.20.0
5092024-10-09T16:38:05.813Z Downloaded peg-macros v0.8.4
5102024-10-09T16:38:05.816Z Downloaded rand v0.8.5
5112024-10-09T16:38:05.819Z Downloaded object v0.32.2
5122024-10-09T16:38:05.831Z Downloaded p256 v0.13.2
5132024-10-09T16:38:05.835Z Downloaded log v0.4.22
5142024-10-09T16:38:05.837Z Downloaded rayon-core v1.12.1
5152024-10-09T16:38:05.842Z Downloaded tar v0.4.42
5162024-10-09T16:38:05.845Z Downloaded reedline v0.33.0
5172024-10-09T16:38:05.854Z Downloaded diesel_derives v2.2.2
5182024-10-09T16:38:05.858Z Downloaded idna v0.5.0
5192024-10-09T16:38:05.865Z Downloaded ucd-trie v0.1.6
5202024-10-09T16:38:05.868Z Downloaded unicode_categories v0.1.1
5212024-10-09T16:38:05.871Z Downloaded indicatif v0.17.8
5222024-10-09T16:38:05.874Z Downloaded winnow v0.6.18
5232024-10-09T16:38:05.884Z Downloaded libm v0.2.8
5242024-10-09T16:38:05.892Z Downloaded ed25519-dalek v2.1.1
5252024-10-09T16:38:05.895Z Downloaded p521 v0.13.3
5262024-10-09T16:38:05.900Z Downloaded x509-cert v0.2.5
5272024-10-09T16:38:05.907Z Downloaded regex v1.10.6
5282024-10-09T16:38:05.922Z Downloaded typed-path v0.7.1
5292024-10-09T16:38:05.927Z Downloaded toml_edit v0.22.22
5302024-10-09T16:38:05.951Z Downloaded crypto-bigint v0.5.5
5312024-10-09T16:38:05.958Z Downloaded serde_with v3.9.0
5322024-10-09T16:38:05.967Z Downloaded reqwest v0.11.27
5332024-10-09T16:38:05.975Z Downloaded lalrpop v0.19.12
5342024-10-09T16:38:05.987Z Downloaded salty v0.3.0
5352024-10-09T16:38:05.995Z Downloaded toml_edit v0.21.1
5362024-10-09T16:38:06.017Z Downloaded proptest v1.5.0
5372024-10-09T16:38:06.027Z Downloaded crossterm v0.27.0
5382024-10-09T16:38:06.034Z Downloaded num-bigint v0.4.5
5392024-10-09T16:38:06.039Z Downloaded p384 v0.13.0
5402024-10-09T16:38:06.046Z Downloaded idna v0.3.0
5412024-10-09T16:38:06.053Z Downloaded dropshot v0.10.1
5422024-10-09T16:38:06.063Z Downloaded rustls v0.22.4
5432024-10-09T16:38:06.078Z Downloaded crossterm v0.28.1
5442024-10-09T16:38:06.084Z Downloaded pest v2.7.10
5452024-10-09T16:38:06.089Z Downloaded rayon v1.10.0
5462024-10-09T16:38:06.100Z Downloaded ratatui v0.28.0
5472024-10-09T16:38:06.121Z Downloaded portable-atomic v1.6.0
5482024-10-09T16:38:06.126Z Downloaded bzip2-sys v0.1.11+1.0.8
5492024-10-09T16:38:06.139Z Downloaded nix v0.27.1
5502024-10-09T16:38:06.149Z Downloaded reqwest v0.12.7
5512024-10-09T16:38:06.158Z Downloaded dropshot v0.12.0
5522024-10-09T16:38:06.180Z Downloaded hickory-proto v0.24.1
5532024-10-09T16:38:06.195Z Downloaded regex-syntax v0.6.29
5542024-10-09T16:38:06.203Z Downloaded smoltcp v0.11.0
5552024-10-09T16:38:06.215Z Downloaded tokio v1.39.3
5562024-10-09T16:38:06.253Z Downloaded regex-syntax v0.8.4
5572024-10-09T16:38:06.262Z Downloaded lzma-sys v0.1.20
5582024-10-09T16:38:06.292Z Downloaded curve25519-dalek v4.1.3
5592024-10-09T16:38:06.301Z Downloaded openssl v0.10.66
5602024-10-09T16:38:06.312Z Downloaded rustix v0.38.34
5612024-10-09T16:38:06.336Z Downloaded libc v0.2.159
5622024-10-09T16:38:06.364Z Downloaded sled v0.34.7
5632024-10-09T16:38:06.374Z Downloaded rustls v0.23.10
5642024-10-09T16:38:06.390Z Downloaded unicode-width v0.1.13
5652024-10-09T16:38:06.398Z Downloaded regress v0.9.1
5662024-10-09T16:38:06.408Z Downloaded diesel v2.2.4
5672024-10-09T16:38:06.427Z Downloaded typify-impl v0.2.0
5682024-10-09T16:38:06.441Z Downloaded regress v0.10.1
5692024-10-09T16:38:06.450Z Downloaded encoding_rs v0.8.34
5702024-10-09T16:38:06.471Z Downloaded openapiv3 v2.0.0
5712024-10-09T16:38:06.482Z Downloaded nix v0.29.0
5722024-10-09T16:38:06.496Z Downloaded regex-automata v0.4.6
5732024-10-09T16:38:06.514Z Downloaded nix v0.28.0
5742024-10-09T16:38:06.525Z Downloaded zerocopy-derive v0.6.6
5752024-10-09T16:38:06.534Z Downloaded finl_unicode v1.2.0
5762024-10-09T16:38:06.547Z Downloaded webpki-roots v0.26.3
5772024-10-09T16:38:06.551Z Downloaded rustls v0.21.12
5782024-10-09T16:38:06.562Z Downloaded idna v0.4.0
5792024-10-09T16:38:06.570Z Downloaded petgraph v0.6.5
5802024-10-09T16:38:06.596Z Downloaded syn v2.0.79
5812024-10-09T16:38:06.607Z Downloaded syn v1.0.109
5822024-10-09T16:38:06.612Z Downloaded csv v1.3.0
5832024-10-09T16:38:06.629Z Downloaded sha3 v0.10.8
5842024-10-09T16:38:06.633Z Downloaded radix_trie v0.2.1
5852024-10-09T16:38:06.638Z Downloaded vcpkg v0.2.15
5862024-10-09T16:38:06.677Z Downloaded object v0.30.4
5872024-10-09T16:38:06.686Z Downloaded bstr v1.9.1
5882024-10-09T16:38:06.696Z Downloaded itertools v0.13.0
5892024-10-09T16:38:06.704Z Downloaded clap_builder v4.5.18
5902024-10-09T16:38:06.715Z Downloaded smoltcp v0.9.1
5912024-10-09T16:38:06.724Z Downloaded trust-dns-proto v0.22.0
5922024-10-09T16:38:06.740Z Downloaded idna v0.2.3
5932024-10-09T16:38:06.744Z Downloaded httpmock v0.8.0-alpha.1
5942024-10-09T16:38:06.762Z Downloaded libz-sys v1.1.16
5952024-10-09T16:38:06.835Z Downloaded ring v0.17.8
5962024-10-09T16:38:06.904Z Downloaded gimli v0.28.1
5972024-10-09T16:38:06.914Z Downloaded itertools v0.12.1
5982024-10-09T16:38:06.920Z Downloaded toml_edit v0.19.15
5992024-10-09T16:38:06.937Z Downloaded tough v0.17.1
6002024-10-09T16:38:06.944Z Downloaded mio v1.0.2
6012024-10-09T16:38:06.950Z Downloaded num-bigint-dig v0.8.4
6022024-10-09T16:38:06.955Z Downloaded sqlparser v0.45.0
6032024-10-09T16:38:06.963Z Downloaded polar-core v0.27.3
6042024-10-09T16:38:06.970Z Downloaded uuid v1.10.0
6052024-10-09T16:38:06.975Z Downloaded libgit2-sys v0.17.0+1.8.1
6062024-10-09T16:38:07.036Z Downloaded indoc v1.0.9
6072024-10-09T16:38:07.039Z Downloaded target-lexicon v0.12.16
6082024-10-09T16:38:07.039Z Downloaded serde_tokenstream v0.2.2
6092024-10-09T16:38:07.040Z Downloaded predicates v3.1.2
6102024-10-09T16:38:07.042Z Downloaded scopeguard v1.2.0
6112024-10-09T16:38:07.042Z Downloaded mio v0.8.11
6122024-10-09T16:38:07.047Z Downloaded minimal-lexical v0.2.1
6132024-10-09T16:38:07.051Z Downloaded textwrap v0.16.1
6142024-10-09T16:38:07.054Z Downloaded steno v0.4.1
6152024-10-09T16:38:07.058Z Downloaded unarray v0.1.4
6162024-10-09T16:38:07.060Z Downloaded native-tls v0.2.11
6172024-10-09T16:38:07.062Z Downloaded unicode-bidi v0.3.15
6182024-10-09T16:38:07.065Z Downloaded proc-macro-error v1.0.4
6192024-10-09T16:38:07.067Z Downloaded typenum v1.17.0
6202024-10-09T16:38:07.070Z Downloaded const_format v0.2.33
6212024-10-09T16:38:07.074Z Downloaded unsafe-libyaml v0.2.11
6222024-10-09T16:38:07.077Z Downloaded samael v0.0.17
6232024-10-09T16:38:07.083Z Downloaded md-5 v0.10.6
6242024-10-09T16:38:07.086Z Downloaded plotters v0.3.5
6252024-10-09T16:38:07.093Z Downloaded num-traits v0.2.19
6262024-10-09T16:38:07.096Z Downloaded rustls-webpki v0.102.4
6272024-10-09T16:38:07.114Z Downloaded packed_struct_codegen v0.10.1
6282024-10-09T16:38:07.116Z Downloaded pkcs8 v0.10.2
6292024-10-09T16:38:07.119Z Downloaded dropshot_endpoint v0.12.0
6302024-10-09T16:38:07.121Z Downloaded zerocopy v0.7.34
6312024-10-09T16:38:07.140Z Downloaded chrono v0.4.38
6322024-10-09T16:38:07.144Z Downloaded bindgen v0.69.4
6332024-10-09T16:38:07.151Z Downloaded percent-encoding v2.3.1
6342024-10-09T16:38:07.155Z Downloaded rustls-native-certs v0.7.0
6352024-10-09T16:38:07.155Z Downloaded miniz_oxide v0.7.2
6362024-10-09T16:38:07.160Z Downloaded zerocopy-derive v0.7.34
6372024-10-09T16:38:07.164Z Downloaded semver v1.0.23
6382024-10-09T16:38:07.164Z Downloaded progenitor-impl v0.8.0
6392024-10-09T16:38:07.169Z Downloaded tabled v0.15.0
6402024-10-09T16:38:07.181Z Downloaded sha1 v0.10.6
6412024-10-09T16:38:07.186Z Downloaded slog v2.7.0
6422024-10-09T16:38:07.187Z Downloaded num-complex v0.4.6
6432024-10-09T16:38:07.193Z Downloaded schemars_derive v0.8.21
6442024-10-09T16:38:07.193Z Downloaded rustc_version v0.4.0
6452024-10-09T16:38:07.193Z Downloaded rustc_version v0.1.7
6462024-10-09T16:38:07.199Z Downloaded rustc-hash v1.1.0
6472024-10-09T16:38:07.199Z Downloaded resolv-conf v0.7.0
6482024-10-09T16:38:07.199Z Downloaded rand_xorshift v0.3.0
6492024-10-09T16:38:07.199Z Downloaded indent_write v2.2.0
6502024-10-09T16:38:07.199Z Downloaded bitvec v1.0.1
6512024-10-09T16:38:07.209Z Downloaded miniz_oxide v0.8.0
6522024-10-09T16:38:07.212Z Downloaded const-oid v0.9.6
6532024-10-09T16:38:07.214Z Downloaded git2 v0.19.0
6542024-10-09T16:38:07.224Z Downloaded goblin v0.8.2
6552024-10-09T16:38:07.229Z Downloaded peg v0.8.4
6562024-10-09T16:38:07.232Z Downloaded quick-xml v0.33.0
6572024-10-09T16:38:07.239Z Downloaded unicase v2.7.0
6582024-10-09T16:38:07.242Z Downloaded russh-keys v0.45.0
6592024-10-09T16:38:07.245Z Downloaded tokio-util v0.7.12
6602024-10-09T16:38:07.249Z Downloaded scheduled-thread-pool v0.2.7
6612024-10-09T16:38:07.251Z Downloaded rtoolbox v0.0.2
6622024-10-09T16:38:07.251Z Downloaded proc-macro-error-attr v1.0.4
6632024-10-09T16:38:07.254Z Downloaded tempfile v3.10.1
6642024-10-09T16:38:07.256Z Downloaded event-listener v5.3.1
6652024-10-09T16:38:07.259Z Downloaded rustls-webpki v0.101.7
6662024-10-09T16:38:07.271Z Downloaded num-rational v0.4.2
6672024-10-09T16:38:07.273Z Downloaded tokio-rustls v0.24.1
6682024-10-09T16:38:07.276Z Downloaded enum-as-inner v0.6.0
6692024-10-09T16:38:07.279Z Downloaded env_filter v0.1.2
6702024-10-09T16:38:07.279Z Downloaded constant_time_eq v0.3.0
6712024-10-09T16:38:07.281Z Downloaded universal-hash v0.5.1
6722024-10-09T16:38:07.281Z Downloaded cobs v0.2.3
6732024-10-09T16:38:07.281Z Downloaded thiserror-impl v1.0.64
6742024-10-09T16:38:07.283Z Downloaded rustls-pemfile v1.0.4
6752024-10-09T16:38:07.285Z Downloaded derive_more v0.99.18
6762024-10-09T16:38:07.289Z Downloaded h2 v0.4.6
6772024-10-09T16:38:07.295Z Downloaded unicode-normalization v0.1.23
6782024-10-09T16:38:07.299Z Downloaded pin-project v1.1.5
6792024-10-09T16:38:07.310Z Downloaded nom v7.1.3
6802024-10-09T16:38:07.315Z Downloaded serde_json v1.0.128
6812024-10-09T16:38:07.322Z Downloaded num-derive v0.4.2
6822024-10-09T16:38:07.325Z Downloaded vte v0.11.1
6832024-10-09T16:38:07.328Z Downloaded criterion v0.5.1
6842024-10-09T16:38:07.333Z Downloaded ssh-encoding v0.2.0
6852024-10-09T16:38:07.336Z Downloaded rust-argon2 v2.1.0
6862024-10-09T16:38:07.338Z Downloaded subprocess v0.2.9
6872024-10-09T16:38:07.340Z Downloaded kv-log-macro v1.0.7
6882024-10-09T16:38:07.343Z Downloaded event-listener-strategy v0.5.2
6892024-10-09T16:38:07.343Z Downloaded errno v0.3.9
6902024-10-09T16:38:07.345Z Downloaded digest v0.10.7
6912024-10-09T16:38:07.345Z Downloaded indexmap v1.9.3
6922024-10-09T16:38:07.348Z Downloaded env_logger v0.10.2
6932024-10-09T16:38:07.351Z Downloaded dhcproto v0.12.0
6942024-10-09T16:38:07.354Z Downloaded elliptic-curve v0.13.8
6952024-10-09T16:38:07.357Z Downloaded guppy v0.17.7
6962024-10-09T16:38:07.364Z Downloaded aho-corasick v1.1.3
6972024-10-09T16:38:07.370Z Downloaded postgres-types v0.2.8
6982024-10-09T16:38:07.372Z Downloaded parking_lot_core v0.8.6
6992024-10-09T16:38:07.374Z Downloaded rand_distr v0.4.3
7002024-10-09T16:38:07.377Z Downloaded tokio-macros v2.4.0
7012024-10-09T16:38:07.379Z Downloaded trybuild v1.0.99
7022024-10-09T16:38:07.382Z Downloaded ssh-cipher v0.2.0
7032024-10-09T16:38:07.384Z Downloaded ref-cast v1.0.23
7042024-10-09T16:38:07.386Z Downloaded once_cell v1.19.0
7052024-10-09T16:38:07.389Z Downloaded libtest-mimic v0.7.3
7062024-10-09T16:38:07.392Z Downloaded signal-hook v0.3.17
7072024-10-09T16:38:07.394Z Downloaded new_debug_unreachable v1.0.6
7082024-10-09T16:38:07.394Z Downloaded serde_plain v1.0.2
7092024-10-09T16:38:07.397Z Downloaded serde-hex v0.1.0
7102024-10-09T16:38:07.397Z Downloaded cookie_store v0.21.0
7112024-10-09T16:38:07.399Z Downloaded secrecy v0.8.0
7122024-10-09T16:38:07.402Z Downloaded der v0.7.9
7132024-10-09T16:38:07.405Z Downloaded sqlparser_derive v0.2.2
7142024-10-09T16:38:07.407Z Downloaded mockall_derive v0.13.0
7152024-10-09T16:38:07.410Z Downloaded serde_yaml v0.9.34+deprecated
7162024-10-09T16:38:07.412Z Downloaded des v0.8.1
7172024-10-09T16:38:07.414Z Downloaded ring v0.16.20
7182024-10-09T16:38:07.494Z Downloaded libsqlite3-sys v0.30.1
7192024-10-09T16:38:07.572Z Downloaded snafu v0.8.2
7202024-10-09T16:38:07.577Z Downloaded blake3 v1.5.1
7212024-10-09T16:38:07.584Z Downloaded colored v2.1.0
7222024-10-09T16:38:07.587Z Downloaded rustls-pemfile v2.1.3
7232024-10-09T16:38:07.589Z Downloaded crossbeam-channel v0.5.12
7242024-10-09T16:38:07.592Z Downloaded partial-io v0.5.4
7252024-10-09T16:38:07.595Z Downloaded zerocopy v0.6.6
7262024-10-09T16:38:07.597Z Downloaded vergen v8.3.2
7272024-10-09T16:38:07.599Z Downloaded socket2 v0.5.7
7282024-10-09T16:38:07.602Z Downloaded libloading v0.8.3
7292024-10-09T16:38:07.604Z Downloaded toml v0.7.8
7302024-10-09T16:38:07.606Z Downloaded prettyplease v0.2.22
7312024-10-09T16:38:07.609Z Downloaded tracing v0.1.40
7322024-10-09T16:38:07.613Z Downloaded subtle v2.5.0
7332024-10-09T16:38:07.616Z Downloaded smallvec v0.6.14
7342024-10-09T16:38:07.616Z Downloaded semver v0.1.20
7352024-10-09T16:38:07.625Z Downloaded signal-hook-mio v0.2.4
7362024-10-09T16:38:07.625Z Downloaded scroll v0.12.0
7372024-10-09T16:38:07.625Z Downloaded omicron-zone-package v0.11.1
7382024-10-09T16:38:07.625Z Downloaded shlex v1.3.0
7392024-10-09T16:38:07.626Z Downloaded sec1 v0.7.3
7402024-10-09T16:38:07.626Z Downloaded fallible-iterator v0.3.0
7412024-10-09T16:38:07.626Z Downloaded doc-comment v0.3.3
7422024-10-09T16:38:07.628Z Downloaded h2 v0.3.26
7432024-10-09T16:38:07.632Z Downloaded plotters-backend v0.3.5
7442024-10-09T16:38:07.634Z Downloaded futures-util v0.3.30
7452024-10-09T16:38:07.644Z Downloaded crossbeam-deque v0.8.5
7462024-10-09T16:38:07.647Z Downloaded socket2 v0.4.10
7472024-10-09T16:38:07.650Z Downloaded hashbrown v0.12.3
7482024-10-09T16:38:07.653Z Downloaded tokio-tungstenite v0.23.1
7492024-10-09T16:38:07.655Z Downloaded tokio-stream v0.1.16
7502024-10-09T16:38:07.658Z Downloaded snafu-derive v0.8.2
7512024-10-09T16:38:07.660Z Downloaded crc-any v2.5.0
7522024-10-09T16:38:07.660Z Downloaded smallvec v1.13.2
7532024-10-09T16:38:07.662Z Downloaded parking_lot_core v0.9.10
7542024-10-09T16:38:07.665Z Downloaded packed_struct v0.10.1
7552024-10-09T16:38:07.665Z Downloaded nibble_vec v0.1.0
7562024-10-09T16:38:07.668Z Downloaded fallible-iterator v0.2.0
7572024-10-09T16:38:07.668Z Downloaded embedded-io v0.4.0
7582024-10-09T16:38:07.670Z Downloaded quinn v0.11.5
7592024-10-09T16:38:07.672Z Downloaded publicsuffix v2.2.3
7602024-10-09T16:38:07.675Z Downloaded tracing-core v0.1.32
7612024-10-09T16:38:07.677Z Downloaded fancy-regex v0.13.0
7622024-10-09T16:38:07.680Z Downloaded matches v0.1.10
7632024-10-09T16:38:07.682Z Downloaded is_ci v1.2.0
7642024-10-09T16:38:07.682Z Downloaded thiserror-no-std v2.0.2
7652024-10-09T16:38:07.685Z Downloaded nu-ansi-term v0.50.0
7662024-10-09T16:38:07.687Z Downloaded yasna v0.5.2
7672024-10-09T16:38:07.690Z Downloaded pretty_assertions v1.4.1
7682024-10-09T16:38:07.692Z Downloaded flume v0.11.0
7692024-10-09T16:38:07.694Z Downloaded proc-macro-crate v3.1.0
7702024-10-09T16:38:07.697Z Downloaded primeorder v0.13.6
7712024-10-09T16:38:07.697Z Downloaded lock_api v0.4.12
7722024-10-09T16:38:07.699Z Downloaded cc v1.0.97
7732024-10-09T16:38:07.701Z Downloaded base64 v0.22.1
7742024-10-09T16:38:07.704Z Downloaded parse-display-derive v0.10.0
7752024-10-09T16:38:07.706Z Downloaded ipnet v2.10.0
7762024-10-09T16:38:07.709Z Downloaded der_derive v0.7.2
7772024-10-09T16:38:07.709Z Downloaded crc32fast v1.4.0
7782024-10-09T16:38:07.711Z Downloaded memoffset v0.9.1
7792024-10-09T16:38:07.711Z Downloaded linear-map v1.2.0
7802024-10-09T16:38:07.713Z Downloaded tinyvec v1.6.0
7812024-10-09T16:38:07.716Z Downloaded tinytemplate v1.2.1
7822024-10-09T16:38:07.718Z Downloaded sha2 v0.10.8
7832024-10-09T16:38:07.721Z Downloaded linked-hash-map v0.5.6
7842024-10-09T16:38:07.721Z Downloaded ref-cast-impl v1.0.23
7852024-10-09T16:38:07.721Z Downloaded instability v0.3.2
7862024-10-09T16:38:07.723Z Downloaded impl-trait-for-tuples v0.2.2
7872024-10-09T16:38:07.725Z Downloaded hyper-rustls v0.27.3
7882024-10-09T16:38:07.727Z Downloaded hmac v0.12.1
7892024-10-09T16:38:07.728Z Downloaded fatfs v0.3.6
7902024-10-09T16:38:07.730Z Downloaded deranged v0.3.11
7912024-10-09T16:38:07.732Z Downloaded whoami v1.5.2
7922024-10-09T16:38:07.734Z Downloaded usdt-impl v0.5.0
7932024-10-09T16:38:07.734Z Downloaded spin v0.9.8
7942024-10-09T16:38:07.736Z Downloaded defmt-parser v0.3.4
7952024-10-09T16:38:07.739Z Downloaded time-macros v0.2.18
7962024-10-09T16:38:07.742Z Downloaded hyper-util v0.1.9
7972024-10-09T16:38:07.744Z Downloaded which v4.4.2
7982024-10-09T16:38:07.744Z Downloaded http v1.1.0
7992024-10-09T16:38:07.748Z Downloaded crc-catalog v2.4.0
8002024-10-09T16:38:07.751Z Downloaded crc v3.2.1
8012024-10-09T16:38:07.751Z Downloaded pkcs5 v0.7.1
8022024-10-09T16:38:07.754Z Downloaded base64 v0.13.1
8032024-10-09T16:38:07.757Z Downloaded nodrop v0.1.14
8042024-10-09T16:38:07.759Z Downloaded rstest v0.22.0
8052024-10-09T16:38:07.763Z Downloaded structmeta v0.2.0
8062024-10-09T16:38:07.765Z Downloaded slab v0.4.9
8072024-10-09T16:38:07.765Z Downloaded httptest v0.16.1
8082024-10-09T16:38:07.767Z Downloaded highway v1.2.0
8092024-10-09T16:38:07.769Z Downloaded usdt v0.5.0
8102024-10-09T16:38:07.769Z Downloaded endian-type v0.1.2
8112024-10-09T16:38:07.772Z Downloaded untrusted v0.9.0
8122024-10-09T16:38:07.772Z Downloaded cfg-expr v0.16.0
8132024-10-09T16:38:07.775Z Downloaded bitflags v2.6.0
8142024-10-09T16:38:07.777Z Downloaded flate2 v1.0.34
8152024-10-09T16:38:07.782Z Downloaded parking v2.2.1
8162024-10-09T16:38:07.784Z Downloaded stringprep v0.1.4
8172024-10-09T16:38:07.784Z Downloaded spin v0.5.2
8182024-10-09T16:38:07.787Z Downloaded quick-error v1.2.3
8192024-10-09T16:38:07.787Z Downloaded pin-project-internal v1.1.5
8202024-10-09T16:38:07.789Z Downloaded futures-lite v2.3.0
8212024-10-09T16:38:07.791Z Downloaded rusty-fork v0.3.0
8222024-10-09T16:38:07.791Z Downloaded poly1305 v0.8.0
8232024-10-09T16:38:07.794Z Downloaded hickory-server v0.24.1
8242024-10-09T16:38:07.798Z Downloaded heck v0.5.0
8252024-10-09T16:38:07.800Z Downloaded futures-executor v0.3.30
8262024-10-09T16:38:07.800Z Downloaded futures-channel v0.3.30
8272024-10-09T16:38:07.803Z Downloaded base64 v0.21.7
8282024-10-09T16:38:07.805Z Downloaded async-process v2.2.4
8292024-10-09T16:38:07.808Z Downloaded rustversion v1.0.17
8302024-10-09T16:38:07.810Z Downloaded rpassword v7.3.1
8312024-10-09T16:38:07.810Z Downloaded similar-asserts v1.5.0
8322024-10-09T16:38:07.813Z Downloaded httpdate v1.0.3
8332024-10-09T16:38:07.815Z Downloaded hostname v0.3.1
8342024-10-09T16:38:07.815Z Downloaded http-body v0.4.6
8352024-10-09T16:38:07.818Z Downloaded blake2b_simd v1.0.2
8362024-10-09T16:38:07.818Z Downloaded bit-vec v0.6.3
8372024-10-09T16:38:07.823Z Downloaded hex-literal v0.4.1
8382024-10-09T16:38:07.823Z Downloaded async-trait v0.1.83
8392024-10-09T16:38:07.823Z Downloaded async-lock v3.4.0
8402024-10-09T16:38:07.832Z Downloaded parse-display v0.10.0
8412024-10-09T16:38:07.832Z Downloaded hashbrown v0.13.2
8422024-10-09T16:38:07.832Z Downloaded generic-array v0.14.7
8432024-10-09T16:38:07.832Z Downloaded assert_cmd v2.0.16
8442024-10-09T16:38:07.832Z Downloaded funty v2.0.0
8452024-10-09T16:38:07.850Z Downloaded fragile v2.0.0
8462024-10-09T16:38:07.850Z Downloaded foreign-types-macros v0.2.3
8472024-10-09T16:38:07.850Z Downloaded ghash v0.5.1
8482024-10-09T16:38:07.850Z Downloaded float-cmp v0.9.0
8492024-10-09T16:38:07.850Z Downloaded flagset v0.4.5
8502024-10-09T16:38:07.851Z Downloaded futures-task v0.3.30
8512024-10-09T16:38:07.851Z Downloaded blocking v1.6.1
8522024-10-09T16:38:07.851Z Downloaded async-bb8-diesel v0.2.1
8532024-10-09T16:38:07.851Z Downloaded async-io v2.3.4
8542024-10-09T16:38:07.854Z Downloaded bit-set v0.5.3
8552024-10-09T16:38:07.854Z Downloaded hash32 v0.2.1
8562024-10-09T16:38:07.854Z Downloaded bytecount v0.6.8
8572024-10-09T16:38:07.854Z Downloaded adler v1.0.2
8582024-10-09T16:38:07.854Z Downloaded futures v0.3.30
8592024-10-09T16:38:07.854Z Downloaded cbc v0.1.2
8602024-10-09T16:38:07.859Z Downloaded cancel-safe-futures v0.1.5
8612024-10-09T16:38:07.859Z Downloaded block-padding v0.3.3
8622024-10-09T16:38:07.859Z Downloaded blake2 v0.10.6
8632024-10-09T16:38:07.863Z Downloaded async-task v4.7.1
8642024-10-09T16:38:07.866Z Downloaded hyper-rustls v0.26.0
8652024-10-09T16:38:07.866Z Downloaded ascii-canvas v3.0.0
8662024-10-09T16:38:07.866Z Downloaded anstyle v1.0.8
8672024-10-09T16:38:07.868Z Downloaded anes v0.1.6
8682024-10-09T16:38:07.871Z Downloaded async-stream-impl v0.3.5
8692024-10-09T16:38:07.871Z Downloaded atomicwrites v0.4.4
8702024-10-09T16:38:07.871Z Downloaded assert_matches v1.5.0
8712024-10-09T16:38:07.873Z Downloaded approx v0.5.1
8722024-10-09T16:38:07.873Z Downloaded aead v0.5.2
8732024-10-09T16:38:07.876Z Downloaded http-body-util v0.1.2
8742024-10-09T16:38:07.876Z Downloaded heck v0.4.1
8752024-10-09T16:38:07.878Z Downloaded half v2.4.1
8762024-10-09T16:38:07.880Z Downloaded gethostname v0.5.0
8772024-10-09T16:38:07.880Z Downloaded fixedbitset v0.4.2
8782024-10-09T16:38:07.882Z Downloaded addr2line v0.21.0
8792024-10-09T16:38:07.884Z Downloaded float-ord v0.3.2
8802024-10-09T16:38:07.884Z Downloaded ciborium-ll v0.2.2
8812024-10-09T16:38:07.884Z Downloaded cargo_metadata v0.18.1
8822024-10-09T16:38:07.887Z Downloaded base64ct v1.6.0
8832024-10-09T16:38:07.889Z Downloaded ff v0.13.0
8842024-10-09T16:38:07.889Z Downloaded camino v1.1.9
8852024-10-09T16:38:07.892Z Downloaded bcs v0.1.6
8862024-10-09T16:38:07.894Z Downloaded array-init v0.0.4
8872024-10-09T16:38:07.894Z Downloaded group v0.13.0
8882024-10-09T16:38:07.898Z Downloaded futures-io v0.3.30
8892024-10-09T16:38:07.898Z Downloaded filetime v0.2.25
8902024-10-09T16:38:07.898Z Downloaded arrayvec v0.7.4
8912024-10-09T16:38:07.901Z Downloaded anstyle-parse v0.2.4
8922024-10-09T16:38:07.901Z Downloaded futures-sink v0.3.30
8932024-10-09T16:38:07.901Z Downloaded bb8 v0.8.5
8942024-10-09T16:38:07.904Z Downloaded anstyle-query v1.0.3
8952024-10-09T16:38:07.904Z Downloaded cast v0.3.0
8962024-10-09T16:38:07.904Z Downloaded buf-list v1.0.3
8972024-10-09T16:38:07.906Z Downloaded arc-swap v1.7.1
8982024-10-09T16:38:07.909Z Downloaded allocator-api2 v0.2.18
8992024-10-09T16:38:07.912Z Downloaded async-signal v0.2.10
9002024-10-09T16:38:07.915Z Downloaded bitflags v1.3.2
9012024-10-09T16:38:07.917Z Downloaded bitfield v0.14.0
9022024-10-09T16:38:07.923Z Downloaded autocfg v1.3.0
9032024-10-09T16:38:07.926Z Downloaded atomic-waker v1.1.2
9042024-10-09T16:38:07.926Z Downloaded async-stream v0.3.5
9052024-10-09T16:38:07.928Z Downloaded async-recursion v1.1.1
9062024-10-09T16:38:07.930Z Downloaded adler2 v2.0.0
9072024-10-09T16:38:07.933Z Downloaded fxhash v0.2.1
9082024-10-09T16:38:07.933Z Downloaded foreign-types v0.5.0
9092024-10-09T16:38:07.933Z Downloaded fnv v1.0.7
9102024-10-09T16:38:07.933Z Downloaded async-channel v2.3.1
9112024-10-09T16:38:07.935Z Downloaded assert-json-diff v2.0.2
9122024-10-09T16:38:08.201Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9132024-10-09T16:38:27.563Z Startup: Refreshing catalog 'helios-dev' ... Done
9142024-10-09T16:38:30.713Z Startup: Caching catalogs ... Done
9152024-10-09T16:38:35.517ZPlanning: Solver setup ... Done (4.078s)
9162024-10-09T16:38:35.584ZPlanning: Running solver ... Done (0.067s)
9172024-10-09T16:38:35.708ZPlanning: Finding local manifests ... Done (0.060s)
9182024-10-09T16:38:35.798ZPlanning: Fetching manifests: 0/5 0% complete
9192024-10-09T16:38:37.275ZPlanning: Fetching manifests: 5/5 100% complete
9202024-10-09T16:38:37.596ZPlanning: Package planning ... Done (0.321s)
9212024-10-09T16:38:37.652ZPlanning: Merging actions ... Done (0.055s)
9222024-10-09T16:38:38.738ZPlanning: Checking for conflicting actions ... Done (1.085s)
9232024-10-09T16:38:46.203ZPlanning: Consolidating action changes ... Done (7.463s)
9242024-10-09T16:38:46.600ZPlanning: Evaluating mediators ... Done (0.397s)
9252024-10-09T16:38:46.680ZPlanning: Planning completed in 15.88 seconds
9262024-10-09T16:38:47.024Z Packages to install: 4
9272024-10-09T16:38:47.024Z Packages to update: 1
9282024-10-09T16:38:47.027Z Mediators to change: 2
9292024-10-09T16:38:47.027Z Services to change: 1
9302024-10-09T16:38:47.027Z Estimated space available: 155.47 GB
9312024-10-09T16:38:47.027ZEstimated space to be consumed: 1.56 GB
9322024-10-09T16:38:47.027Z Create boot environment: No
9332024-10-09T16:38:47.027ZCreate backup boot environment: Yes
9342024-10-09T16:38:47.027Z Rebuild boot archive: No
9352024-10-09T16:38:47.027Z
9362024-10-09T16:38:47.027ZChanged mediators:
9372024-10-09T16:38:47.027Z mediator clang:
9382024-10-09T16:38:47.027Z version: None -> 15 (system default)
9392024-10-09T16:38:47.027Z
9402024-10-09T16:38:47.027Z mediator llvm:
9412024-10-09T16:38:47.027Z version: 14 (system default) -> 15 (system default)
9422024-10-09T16:38:47.027Z
9432024-10-09T16:38:47.027ZChanged packages:
9442024-10-09T16:38:47.027Zhelios-dev
9452024-10-09T16:38:47.027Z developer/build-essential
9462024-10-09T16:38:47.027Z None -> 11-2.0
9472024-10-09T16:38:47.027Z library/libxmlsec1
9482024-10-09T16:38:47.027Z None -> 1.2.35-2.0
9492024-10-09T16:38:47.027Z ooce/developer/clang-15
9502024-10-09T16:38:47.027Z None -> 15.0.7-2.0
9512024-10-09T16:38:47.027Z ooce/developer/llvm-15
9522024-10-09T16:38:47.027Z None -> 15.0.7-2.0
9532024-10-09T16:38:47.027Z package/pkg
9542024-10-09T16:38:47.027Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9552024-10-09T16:38:47.027Z
9562024-10-09T16:38:47.027ZServices:
9572024-10-09T16:38:47.027Z restart_fmri:
9582024-10-09T16:38:47.027Z svc:/system/update-man-index:default
9592024-10-09T16:38:47.028Z
9602024-10-09T16:38:47.028ZEditable files to change:
9612024-10-09T16:38:47.028Z Update:
9622024-10-09T16:38:47.028Z usr/share/lib/pkg/web/config.shtml
9632024-10-09T16:38:47.516Z
9642024-10-09T16:38:47.516ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9652024-10-09T16:38:52.516ZDownload: 1386/4281 items 116.5/220.6MB 52% complete (23.3M/s)
9662024-10-09T16:38:57.517ZDownload: 3238/4281 items 171.3/220.6MB 77% complete (17.1M/s)
9672024-10-09T16:39:02.105ZDownload: Completed 220.60 MB in 14.59 seconds (15.1M/s)
9682024-10-09T16:39:03.248Z Actions: 1/5063 actions (Removing old actions)
9692024-10-09T16:39:03.266Z Actions: 194/5063 actions (Installing new actions)
9702024-10-09T16:39:08.307Z Actions: 4128/5063 actions (Installing new actions)
9712024-10-09T16:39:08.733Z Actions: 4226/5063 actions (Updating modified actions)
9722024-10-09T16:39:09.111Z Actions: Completed 5063 actions in 5.86 seconds.
9732024-10-09T16:39:09.448Z Done (0.330s)
9742024-10-09T16:39:09.451Z Done (0.000s)
9752024-10-09T16:39:09.904Z Done (0.454s)
9762024-10-09T16:39:15.669Z Done (5.568s)
9772024-10-09T16:39:16.002Z Done (0.255s)
9782024-10-09T16:39:16.005Z Done (0.000s)
9792024-10-09T16:39:16.188Z Done (0.000s)
9802024-10-09T16:39:16.812ZPlanning: Evaluating mediator changes ... Done
9812024-10-09T16:39:16.973ZPlanning: Checking for conflicting actions ... Done
9822024-10-09T16:39:16.975ZPlanning: Consolidating action changes ... Done
9832024-10-09T16:39:17.241ZPlanning: Evaluating mediators ... Done
9842024-10-09T16:39:17.243ZPlanning: Planning completed in 0.43 seconds
9852024-10-09T16:39:17.280Z Mediators to change: 2
9862024-10-09T16:39:17.280Z Create boot environment: No
9872024-10-09T16:39:17.283ZCreate backup boot environment: No
9882024-10-09T16:39:17.355Z Done
9892024-10-09T16:39:17.355Z Done
9902024-10-09T16:39:17.654Z Done
9912024-10-09T16:39:21.187Z Done
9922024-10-09T16:39:21.279Z Done
9932024-10-09T16:39:21.282Z Done
9942024-10-09T16:39:21.391Z Done
9952024-10-09T16:39:21.996ZPlanning: Evaluating mediator changes ... Done
9962024-10-09T16:39:21.999ZPlanning: Merging actions ... Done
9972024-10-09T16:39:22.187ZPlanning: Checking for conflicting actions ... Done
9982024-10-09T16:39:22.190ZPlanning: Consolidating action changes ... Done
9992024-10-09T16:39:22.448ZPlanning: Evaluating mediators ... Done
10002024-10-09T16:39:22.502ZPlanning: Planning completed in 0.75 seconds
10012024-10-09T16:39:22.541Z Packages to change: 1
10022024-10-09T16:39:22.541Z Mediators to change: 1
10032024-10-09T16:39:22.544Z Services to change: 1
10042024-10-09T16:39:22.544Z Create boot environment: No
10052024-10-09T16:39:22.544ZCreate backup boot environment: Yes
10062024-10-09T16:39:24.693Z Actions: 1/6 actions (Updating modified actions)
10072024-10-09T16:39:24.725Z Actions: Completed 6 actions in 0.03 seconds.
10082024-10-09T16:39:24.728Z Done
10092024-10-09T16:39:24.728Z Done
10102024-10-09T16:39:24.818Z Done
10112024-10-09T16:39:28.284Z Done
10122024-10-09T16:39:28.372Z Done
10132024-10-09T16:39:28.375Z Done
10142024-10-09T16:39:28.493Z Done
10152024-10-09T16:39:28.921ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10162024-10-09T16:39:28.921Zclang system 15 system
10172024-10-09T16:39:28.921Zcsh system system illumos
10182024-10-09T16:39:28.922Zctags system system illumos
10192024-10-09T16:39:28.922Zgcc vendor 12 vendor
10202024-10-09T16:39:28.922Zgcc system 10 system
10212024-10-09T16:39:28.922Zgcc system 7 system
10222024-10-09T16:39:28.922Zgo system 1.20 system
10232024-10-09T16:39:28.922Zgo system 1.19 system
10242024-10-09T16:39:28.922Zllvm system 15 system
10252024-10-09T16:39:28.922Zllvm system 14 system
10262024-10-09T16:39:28.922Zmariadb system 10.6 system
10272024-10-09T16:39:28.922Zmta vendor vendor dma
10282024-10-09T16:39:28.922Zopenjdk system 17 system
10292024-10-09T16:39:28.922Zopenjdk system 11 system
10302024-10-09T16:39:28.922Zopenjdk system 1.8 system
10312024-10-09T16:39:28.922Zopenssl vendor 3 vendor
10322024-10-09T16:39:28.922Zperl system 5.36 system
10332024-10-09T16:39:28.922Zpostgresql system 15 system
10342024-10-09T16:39:28.922Zpostgresql system 13 system
10352024-10-09T16:39:28.922Zpython vendor 3 vendor
10362024-10-09T16:39:28.922Zpython system 2 system
10372024-10-09T16:39:28.922Zpython3 system 3.11 system
10382024-10-09T16:39:28.922Zruby system 3.0 system
10392024-10-09T16:39:28.922Zwords vendor vendor american-english
10402024-10-09T16:39:28.922Zwords system system australian-english
10412024-10-09T16:39:28.922Zwords system system british-english
10422024-10-09T16:39:28.922Zwords system system canadian-english
10432024-10-09T16:39:28.922Zwords system system french
10442024-10-09T16:39:28.922Zwords system system italian
10452024-10-09T16:39:28.922Zwords system system ngerman
10462024-10-09T16:39:28.922Zwords system system ogerman
10472024-10-09T16:39:28.922Zwords system system spanish
10482024-10-09T16:39:29.254ZPUBLISHER TYPE STATUS P LOCATION
10492024-10-09T16:39:29.254Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10502024-10-09T16:39:31.330ZFMRI IFO
10512024-10-09T16:39:31.330Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10522024-10-09T16:39:31.330Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10532024-10-09T16:39:31.330Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10542024-10-09T16:39:31.330Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10552024-10-09T16:39:31.330Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10562024-10-09T16:39:31.330Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10572024-10-09T16:39:31.330Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10582024-10-09T16:39:31.330Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10592024-10-09T16:39:31.330Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10602024-10-09T16:39:31.330Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10612024-10-09T16:39:31.330Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10622024-10-09T16:39:31.330Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10632024-10-09T16:39:31.330Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10642024-10-09T16:39:32.318Z Downloading crates ...
10652024-10-09T16:39:32.408Z Downloaded cargo_toml v0.20.5
10662024-10-09T16:39:32.541Z Compiling proc-macro2 v1.0.86
10672024-10-09T16:39:32.541Z Compiling unicode-ident v1.0.13
10682024-10-09T16:39:32.544Z Compiling serde v1.0.210
10692024-10-09T16:39:32.544Z Compiling version_check v0.9.5
10702024-10-09T16:39:32.544Z Compiling thiserror v1.0.64
10712024-10-09T16:39:32.544Z Compiling memchr v2.7.2
10722024-10-09T16:39:32.544Z Compiling libc v0.2.159
10732024-10-09T16:39:32.544Z Compiling ucd-trie v0.1.6
10742024-10-09T16:39:32.786Z Compiling ryu v1.0.18
10752024-10-09T16:39:33.100Z Compiling itoa v1.0.11
10762024-10-09T16:39:33.262Z Compiling once_cell v1.19.0
10772024-10-09T16:39:33.298Z Compiling byteorder v1.5.0
10782024-10-09T16:39:33.560Z Compiling serde_json v1.0.128
10792024-10-09T16:39:33.876Z Compiling rustix v0.38.34
10802024-10-09T16:39:35.026Z Compiling bitflags v2.6.0
10812024-10-09T16:39:35.061Z Compiling proc-macro-error-attr v1.0.4
10822024-10-09T16:39:35.119Z Compiling usdt-impl v0.5.0
10832024-10-09T16:39:35.131Z Compiling syn v1.0.109
10842024-10-09T16:39:35.375Z Compiling proc-macro-error v1.0.4
10852024-10-09T16:39:35.404Z Compiling plain v0.2.3
10862024-10-09T16:39:35.442Z Compiling utf8parse v0.2.1
10872024-10-09T16:39:35.530Z Compiling log v0.4.22
10882024-10-09T16:39:35.549Z Compiling camino v1.1.9
10892024-10-09T16:39:35.577Z Compiling equivalent v1.0.1
10902024-10-09T16:39:35.648Z Compiling hashbrown v0.14.5
10912024-10-09T16:39:35.798Z Compiling thread-id v4.2.1
10922024-10-09T16:39:35.811Z Compiling anstyle-parse v0.2.4
10932024-10-09T16:39:35.890Z Compiling quote v1.0.37
10942024-10-09T16:39:35.903Z Compiling semver v1.0.23
10952024-10-09T16:39:36.110Z Compiling unicode-width v0.1.13
10962024-10-09T16:39:36.139Z Compiling is_terminal_polyfill v1.70.0
10972024-10-09T16:39:36.236Z Compiling syn v2.0.79
10982024-10-09T16:39:36.332Z Compiling errno v0.3.9
10992024-10-09T16:39:36.413Z Compiling autocfg v1.3.0
11002024-10-09T16:39:36.565Z Compiling pretty-hex v0.4.1
11012024-10-09T16:39:36.582Z Compiling winnow v0.6.18
11022024-10-09T16:39:36.747Z Compiling colorchoice v1.0.1
11032024-10-09T16:39:36.896Z Compiling indexmap v2.5.0
11042024-10-09T16:39:36.958Z Compiling anstyle v1.0.8
11052024-10-09T16:39:37.338Z Compiling anstyle-query v1.0.3
11062024-10-09T16:39:37.406Z Compiling fs-err v2.11.0
11072024-10-09T16:39:37.474Z Compiling anstream v0.6.14
11082024-10-09T16:39:37.910Z Compiling strsim v0.11.1
11092024-10-09T16:39:38.129Z Compiling fnv v1.0.7
11102024-10-09T16:39:38.176Z Compiling fastrand v2.1.0
11112024-10-09T16:39:38.206Z Compiling bytecount v0.6.8
11122024-10-09T16:39:38.243Z Compiling cfg-if v1.0.0
11132024-10-09T16:39:38.322Z Compiling heck v0.4.1
11142024-10-09T16:39:38.409Z Compiling anyhow v1.0.89
11152024-10-09T16:39:38.724Z Compiling terminal_size v0.3.0
11162024-10-09T16:39:38.821Z Compiling clap_lex v0.7.0
11172024-10-09T16:39:38.870Z Compiling heck v0.5.0
11182024-10-09T16:39:38.901Z Compiling tempfile v3.10.1
11192024-10-09T16:39:39.380Z Compiling clap_builder v4.5.18
11202024-10-09T16:39:39.426Z Compiling papergrid v0.11.0
11212024-10-09T16:39:39.598Z Compiling memmap v0.7.0
11222024-10-09T16:39:39.700Z Compiling unicode-linebreak v0.1.5
11232024-10-09T16:39:39.720Z Compiling smawk v0.3.2
11242024-10-09T16:39:40.176Z Compiling textwrap v0.16.1
11252024-10-09T16:39:40.340Z Compiling swrite v0.1.0
11262024-10-09T16:39:41.678Z Compiling tabled_derive v0.7.0
11272024-10-09T16:39:43.274Z Compiling tabled v0.15.0
11282024-10-09T16:39:44.851Z Compiling serde_derive v1.0.210
11292024-10-09T16:39:44.851Z Compiling thiserror-impl v1.0.64
11302024-10-09T16:39:44.854Z Compiling zerocopy-derive v0.7.34
11312024-10-09T16:39:44.854Z Compiling scroll_derive v0.12.0
11322024-10-09T16:39:44.854Z Compiling clap_derive v4.5.18
11332024-10-09T16:39:46.199Z Compiling scroll v0.12.0
11342024-10-09T16:39:46.425Z Compiling zerocopy v0.7.34
11352024-10-09T16:39:46.672Z Compiling goblin v0.8.2
11362024-10-09T16:39:47.222Z Compiling pest v2.7.10
11372024-10-09T16:39:48.469Z Compiling clap v4.5.18
11382024-10-09T16:39:49.427Z Compiling pest_meta v2.7.10
11392024-10-09T16:39:50.267Z Compiling pest_generator v2.7.10
11402024-10-09T16:39:52.032Z Compiling pest_derive v2.7.10
11412024-10-09T16:39:52.640Z Compiling dtrace-parser v0.2.0
11422024-10-09T16:39:54.777Z Compiling serde_tokenstream v0.2.2
11432024-10-09T16:39:54.831Z Compiling toml_datetime v0.6.8
11442024-10-09T16:39:54.831Z Compiling serde_spanned v0.6.7
11452024-10-09T16:39:55.058Z Compiling cargo-platform v0.1.8
11462024-10-09T16:39:55.217Z Compiling toml_edit v0.22.22
11472024-10-09T16:39:55.332Z Compiling macaddr v1.0.1
11482024-10-09T16:39:55.514Z Compiling camino-tempfile v1.1.1
11492024-10-09T16:39:56.180Z Compiling dof v0.3.0
11502024-10-09T16:39:56.196Z Compiling cargo_metadata v0.18.1
11512024-10-09T16:39:57.930Z Compiling usdt-macro v0.5.0
11522024-10-09T16:39:57.930Z Compiling usdt-attr-macro v0.5.0
11532024-10-09T16:39:58.045Z Compiling toml v0.8.19
11542024-10-09T16:39:58.919Z Compiling cargo_toml v0.20.5
11552024-10-09T16:39:59.366Z Compiling usdt v0.5.0
11562024-10-09T16:40:02.696Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11572024-10-09T16:40:06.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.14s
11582024-10-09T16:40:06.964Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11592024-10-09T16:40:07.836Z Compiling serde v1.0.210
11602024-10-09T16:40:07.838Z Compiling typenum v1.17.0
11612024-10-09T16:40:07.838Z Compiling generic-array v0.14.7
11622024-10-09T16:40:07.838Z Compiling lock_api v0.4.12
11632024-10-09T16:40:07.838Z Compiling scopeguard v1.2.0
11642024-10-09T16:40:07.954Z Compiling subtle v2.5.0
11652024-10-09T16:40:07.977Z Compiling syn v2.0.79
11662024-10-09T16:40:07.979Z Compiling getrandom v0.2.14
11672024-10-09T16:40:08.093Z Compiling value-bag v1.9.0
11682024-10-09T16:40:08.270Z Compiling rand_core v0.6.4
11692024-10-09T16:40:08.514Z Compiling const-oid v0.9.6
11702024-10-09T16:40:08.566Z Compiling log v0.4.22
11712024-10-09T16:40:08.700Z Compiling jobserver v0.1.32
11722024-10-09T16:40:08.748Z Compiling pin-project-lite v0.2.14
11732024-10-09T16:40:08.859Z Compiling smallvec v1.13.2
11742024-10-09T16:40:08.892Z Compiling parking_lot_core v0.9.10
11752024-10-09T16:40:09.002Z Compiling signal-hook-registry v1.4.2
11762024-10-09T16:40:09.252Z Compiling cc v1.0.97
11772024-10-09T16:40:09.432Z Compiling futures-core v0.3.30
11782024-10-09T16:40:09.630Z Compiling mio v1.0.2
11792024-10-09T16:40:09.676Z Compiling ahash v0.8.11
11802024-10-09T16:40:09.817Z Compiling parking_lot v0.12.2
11812024-10-09T16:40:10.045Z Compiling cpufeatures v0.2.12
11822024-10-09T16:40:10.061Z Compiling futures-sink v0.3.30
11832024-10-09T16:40:10.205Z Compiling socket2 v0.5.7
11842024-10-09T16:40:10.224Z Compiling slab v0.4.9
11852024-10-09T16:40:10.394Z Compiling allocator-api2 v0.2.18
11862024-10-09T16:40:10.576Z Compiling spin v0.9.8
11872024-10-09T16:40:10.748Z Compiling tinyvec_macros v0.1.1
11882024-10-09T16:40:10.837Z Compiling tinyvec v1.6.0
11892024-10-09T16:40:10.840Z Compiling futures-channel v0.3.30
11902024-10-09T16:40:10.945Z Compiling base64ct v1.6.0
11912024-10-09T16:40:10.968Z Compiling futures-io v0.3.30
11922024-10-09T16:40:11.178Z Compiling futures-task v0.3.30
11932024-10-09T16:40:11.226Z Compiling libm v0.2.8
11942024-10-09T16:40:11.247Z Compiling serde_json v1.0.128
11952024-10-09T16:40:11.284Z Compiling pin-utils v0.1.0
11962024-10-09T16:40:11.378Z Compiling num-traits v0.2.19
11972024-10-09T16:40:11.464Z Compiling pem-rfc7468 v0.7.0
11982024-10-09T16:40:11.526Z Compiling flagset v0.4.5
11992024-10-09T16:40:11.601Z Compiling unicode-bidi v0.3.15
12002024-10-09T16:40:11.722Z Compiling tracing-core v0.1.32
12012024-10-09T16:40:11.884Z Compiling pkg-config v0.3.30
12022024-10-09T16:40:12.191Z Compiling vcpkg v0.2.15
12032024-10-09T16:40:12.307Z Compiling unicode-normalization v0.1.23
12042024-10-09T16:40:13.066Z Compiling crossbeam-utils v0.8.19
12052024-10-09T16:40:13.093Z Compiling percent-encoding v2.3.1
12062024-10-09T16:40:13.276Z Compiling ring v0.17.8
12072024-10-09T16:40:13.373Z Compiling ppv-lite86 v0.2.17
12082024-10-09T16:40:13.393Z Compiling httparse v1.8.0
12092024-10-09T16:40:13.477Z Compiling rustix v0.38.34
12102024-10-09T16:40:13.871Z Compiling try-lock v0.2.5
12112024-10-09T16:40:14.014Z Compiling rustls-pki-types v1.7.0
12122024-10-09T16:40:14.162Z Compiling rand_chacha v0.3.1
12132024-10-09T16:40:14.356Z Compiling openssl-sys v0.9.103
12142024-10-09T16:40:14.381Z Compiling want v0.3.1
12152024-10-09T16:40:14.642Z Compiling rand v0.8.5
12162024-10-09T16:40:14.921Z Compiling powerfmt v0.2.0
12172024-10-09T16:40:14.949Z Compiling rustversion v1.0.17
12182024-10-09T16:40:15.293Z Compiling time-core v0.1.2
12192024-10-09T16:40:15.434Z Compiling atomic-waker v1.1.2
12202024-10-09T16:40:15.451Z Compiling openssl v0.10.66
12212024-10-09T16:40:15.595Z Compiling untrusted v0.9.0
12222024-10-09T16:40:15.612Z Compiling foreign-types-shared v0.1.1
12232024-10-09T16:40:15.711Z Compiling num-conv v0.1.0
12242024-10-09T16:40:15.760Z Compiling httpdate v1.0.3
12252024-10-09T16:40:15.800Z Compiling foreign-types v0.3.2
12262024-10-09T16:40:15.947Z Compiling deranged v0.3.11
12272024-10-09T16:40:15.972Z Compiling time-macros v0.2.18
12282024-10-09T16:40:16.147Z Compiling form_urlencoded v1.2.1
12292024-10-09T16:40:16.194Z Compiling aho-corasick v1.1.3
12302024-10-09T16:40:16.355Z Compiling base64 v0.22.1
12312024-10-09T16:40:16.404Z Compiling regex-syntax v0.8.4
12322024-10-09T16:40:17.052Z Compiling tower-service v0.3.2
12332024-10-09T16:40:17.140Z Compiling siphasher v0.3.11
12342024-10-09T16:40:17.393Z Compiling syn v1.0.109
12352024-10-09T16:40:17.470Z Compiling num_threads v0.1.7
12362024-10-09T16:40:17.585Z Compiling native-tls v0.2.11
12372024-10-09T16:40:17.904Z Compiling rustls v0.23.10
12382024-10-09T16:40:18.144Z Compiling crossbeam-epoch v0.9.18
12392024-10-09T16:40:18.753Z Compiling idna v0.5.0
12402024-10-09T16:40:18.795Z Compiling time v0.3.36
12412024-10-09T16:40:19.297Z Compiling lazy_static v1.5.0
12422024-10-09T16:40:19.413Z Compiling cookie v0.18.1
12432024-10-09T16:40:19.692Z Compiling regex-automata v0.4.6
12442024-10-09T16:40:20.112Z Compiling slog v2.7.0
12452024-10-09T16:40:20.669Z Compiling openssl-probe v0.1.5
12462024-10-09T16:40:20.718Z Compiling iana-time-zone v0.1.60
12472024-10-09T16:40:20.998Z Compiling finl_unicode v1.2.0
12482024-10-09T16:40:21.155Z Compiling serde_derive v1.0.210
12492024-10-09T16:40:21.176Z Compiling zeroize_derive v1.4.2
12502024-10-09T16:40:21.584Z Compiling zerocopy-derive v0.7.34
12512024-10-09T16:40:21.833Z Compiling tokio-macros v2.4.0
12522024-10-09T16:40:22.225Z Compiling futures-macro v0.3.30
12532024-10-09T16:40:22.747Z Compiling zeroize v1.8.1
12542024-10-09T16:40:23.269Z Compiling der_derive v0.7.2
12552024-10-09T16:40:23.457Z Compiling thiserror-impl v1.0.64
12562024-10-09T16:40:23.728Z Compiling zerocopy v0.7.34
12572024-10-09T16:40:24.107Z Compiling futures-util v0.3.30
12582024-10-09T16:40:24.513Z Compiling crypto-common v0.1.6
12592024-10-09T16:40:24.738Z Compiling block-buffer v0.10.4
12602024-10-09T16:40:24.963Z Compiling digest v0.10.7
12612024-10-09T16:40:25.390Z Compiling hmac v0.12.1
12622024-10-09T16:40:25.622Z Compiling block-padding v0.3.3
12632024-10-09T16:40:25.671Z Compiling sha2 v0.10.8
12642024-10-09T16:40:25.801Z Compiling hashbrown v0.14.5
12652024-10-09T16:40:25.860Z Compiling inout v0.1.3
12662024-10-09T16:40:26.139Z Compiling cipher v0.4.4
12672024-10-09T16:40:26.635Z Compiling der v0.7.9
12682024-10-09T16:40:26.652Z Compiling thiserror v1.0.64
12692024-10-09T16:40:26.788Z Compiling salsa20 v0.10.2
12702024-10-09T16:40:26.971Z Compiling pbkdf2 v0.12.2
12712024-10-09T16:40:27.084Z Compiling tracing-attributes v0.1.27
12722024-10-09T16:40:27.130Z Compiling scrypt v0.11.0
12732024-10-09T16:40:27.650Z Compiling cbc v0.1.2
12742024-10-09T16:40:27.839Z Compiling aes v0.8.4
12752024-10-09T16:40:28.948Z Compiling spki v0.7.3
12762024-10-09T16:40:29.359Z Compiling pkcs5 v0.7.1
12772024-10-09T16:40:29.707Z Compiling pest v2.7.10
12782024-10-09T16:40:29.824Z Compiling scroll_derive v0.12.0
12792024-10-09T16:40:30.459Z Compiling pkcs8 v0.10.2
12802024-10-09T16:40:30.479Z Compiling openssl-macros v0.1.1
12812024-10-09T16:40:30.825Z Compiling tracing v0.1.40
12822024-10-09T16:40:31.140Z Compiling signature v2.2.0
12832024-10-09T16:40:31.202Z Compiling rayon-core v1.12.1
12842024-10-09T16:40:31.237Z Compiling scroll v0.12.0
12852024-10-09T16:40:31.301Z Compiling either v1.13.0
12862024-10-09T16:40:31.412Z Compiling md-5 v0.10.6
12872024-10-09T16:40:31.485Z Compiling stringprep v0.1.4
12882024-10-09T16:40:31.701Z Compiling goblin v0.8.2
12892024-10-09T16:40:31.717Z Compiling url v2.5.2
12902024-10-09T16:40:31.735Z Compiling crossbeam-deque v0.8.5
12912024-10-09T16:40:32.066Z Compiling num-integer v0.1.46
12922024-10-09T16:40:32.677Z Compiling pest_meta v2.7.10
12932024-10-09T16:40:32.699Z Compiling backtrace v0.3.71
12942024-10-09T16:40:32.867Z Compiling idna v0.3.0
12952024-10-09T16:40:33.181Z Compiling ff v0.13.0
12962024-10-09T16:40:33.396Z Compiling hash32 v0.2.1
12972024-10-09T16:40:33.486Z Compiling adler v1.0.2
12982024-10-09T16:40:33.714Z Compiling rustls-webpki v0.102.4
12992024-10-09T16:40:33.797Z Compiling stable_deref_trait v1.2.0
13002024-10-09T16:40:33.914Z Compiling pest_generator v2.7.10
13012024-10-09T16:40:34.544Z Compiling bytes v1.7.2
13022024-10-09T16:40:34.757Z Compiling indexmap v2.5.0
13032024-10-09T16:40:35.452Z Compiling tokio v1.39.3
13042024-10-09T16:40:35.765Z Compiling bitflags v2.6.0
13052024-10-09T16:40:35.938Z Compiling semver v1.0.23
13062024-10-09T16:40:36.205Z Compiling http v1.1.0
13072024-10-09T16:40:36.651Z Compiling rustc_version v0.4.0
13082024-10-09T16:40:37.422Z Compiling heapless v0.7.17
13092024-10-09T16:40:37.704Z Compiling http-body v1.0.0
13102024-10-09T16:40:37.864Z Compiling pest_derive v2.7.10
13112024-10-09T16:40:37.950Z Compiling dof v0.3.0
13122024-10-09T16:40:38.681Z Compiling dtrace-parser v0.2.0
13132024-10-09T16:40:38.915Z Compiling uuid v1.10.0
13142024-10-09T16:40:40.174Z Compiling usdt-impl v0.5.0
13152024-10-09T16:40:40.403Z Compiling curve25519-dalek v4.1.3
13162024-10-09T16:40:40.814Z Compiling http v0.2.12
13172024-10-09T16:40:41.445Z Compiling serde_spanned v0.6.7
13182024-10-09T16:40:41.683Z Compiling toml_datetime v0.6.8
13192024-10-09T16:40:41.711Z Compiling chrono v0.4.38
13202024-10-09T16:40:41.896Z Compiling serde_tokenstream v0.2.2
13212024-10-09T16:40:42.176Z Compiling portable-atomic v1.6.0
13222024-10-09T16:40:42.521Z Compiling num-bigint-dig v0.8.4
13232024-10-09T16:40:42.838Z Compiling signal-hook v0.3.17
13242024-10-09T16:40:43.116Z Compiling crc32fast v1.4.0
13252024-10-09T16:40:43.194Z Compiling smoltcp v0.9.1
13262024-10-09T16:40:43.275Z Compiling psl-types v2.0.11
13272024-10-09T16:40:43.508Z Compiling fallible-iterator v0.2.0
13282024-10-09T16:40:43.697Z Compiling tokio-util v0.7.12
13292024-10-09T16:40:43.961Z Compiling base16ct v0.2.0
13302024-10-09T16:40:44.214Z Compiling gimli v0.28.1
13312024-10-09T16:40:44.279Z Compiling postgres-protocol v0.6.7
13322024-10-09T16:40:45.101Z Compiling h2 v0.4.6
13332024-10-09T16:40:45.588Z Compiling sec1 v0.7.3
13342024-10-09T16:40:45.731Z Compiling hubpack_derive v0.1.1
13352024-10-09T16:40:46.053Z Compiling tokio-native-tls v0.3.1
13362024-10-09T16:40:46.285Z Compiling publicsuffix v2.2.3
13372024-10-09T16:40:46.555Z Compiling terminal_size v0.3.0
13382024-10-09T16:40:46.638Z Compiling http-body-util v0.1.2
13392024-10-09T16:40:46.747Z Compiling tokio-rustls v0.26.0
13402024-10-09T16:40:47.163Z Compiling miniz_oxide v0.7.2
13412024-10-09T16:40:47.201Z Compiling group v0.13.0
13422024-10-09T16:40:47.506Z Compiling num-iter v0.1.45
13432024-10-09T16:40:47.948Z Compiling hkdf v0.12.4
13442024-10-09T16:40:48.206Z Compiling crypto-bigint v0.5.5
13452024-10-09T16:40:48.499Z Compiling addr2line v0.21.0
13462024-10-09T16:40:48.775Z Compiling curve25519-dalek-derive v0.1.1
13472024-10-09T16:40:49.146Z Compiling async-trait v0.1.83
13482024-10-09T16:40:49.176Z Compiling zerocopy-derive v0.6.6
13492024-10-09T16:40:49.325Z Compiling phf_shared v0.11.2
13502024-10-09T16:40:49.716Z Compiling serde_derive_internals v0.29.1
13512024-10-09T16:40:50.368Z Compiling webpki-roots v0.26.3
13522024-10-09T16:40:50.571Z Compiling object v0.32.2
13532024-10-09T16:40:50.590Z Compiling fs-err v2.11.0
13542024-10-09T16:40:50.892Z Compiling anyhow v1.0.89
13552024-10-09T16:40:51.346Z Compiling adler2 v2.0.0
13562024-10-09T16:40:51.516Z Compiling rustc-demangle v0.1.24
13572024-10-09T16:40:51.551Z Compiling ipnet v2.10.0
13582024-10-09T16:40:51.972Z Compiling hyper v1.4.1
13592024-10-09T16:40:52.403Z Compiling winnow v0.5.40
13602024-10-09T16:40:52.468Z Compiling managed v0.8.0
13612024-10-09T16:40:52.732Z Compiling bitflags v1.3.2
13622024-10-09T16:40:52.836Z Compiling schemars v0.8.21
13632024-10-09T16:40:52.891Z Compiling clap_builder v4.5.18
13642024-10-09T16:40:54.280Z Compiling schemars_derive v0.8.21
13652024-10-09T16:40:54.602Z Compiling hyper-util v0.1.9
13662024-10-09T16:40:55.500Z Compiling miniz_oxide v0.8.0
13672024-10-09T16:40:55.729Z Compiling zerocopy v0.6.6
13682024-10-09T16:40:56.226Z Compiling toml_edit v0.19.15
13692024-10-09T16:40:56.314Z Compiling elliptic-curve v0.13.8
13702024-10-09T16:40:56.567Z Compiling console v0.15.8
13712024-10-09T16:40:56.971Z Compiling hyper-rustls v0.27.3
13722024-10-09T16:40:57.582Z Compiling hyper-tls v0.6.0
13732024-10-09T16:40:57.756Z Compiling phf v0.11.2
13742024-10-09T16:40:57.816Z Compiling rayon v1.10.0
13752024-10-09T16:40:57.997Z Compiling cookie_store v0.21.0
13762024-10-09T16:40:58.047Z Compiling hubpack v0.1.2
13772024-10-09T16:40:59.895Z Compiling postgres-types v0.2.8
13782024-10-09T16:41:00.714Z Compiling h2 v0.3.26
13792024-10-09T16:41:00.965Z Compiling usdt-attr-macro v0.5.0
13802024-10-09T16:41:01.414Z Compiling usdt-macro v0.5.0
13812024-10-09T16:41:02.290Z Compiling http-body v0.4.6
13822024-10-09T16:41:02.593Z Compiling serde_urlencoded v0.7.1
13832024-10-09T16:41:02.644Z Compiling serde-big-array v0.5.1
13842024-10-09T16:41:02.714Z Compiling strum_macros v0.25.3
13852024-10-09T16:41:02.858Z Compiling enum-as-inner v0.6.0
13862024-10-09T16:41:02.893Z Compiling ed25519 v2.2.3
13872024-10-09T16:41:03.115Z Compiling clap_derive v4.5.18
13882024-10-09T16:41:03.944Z Compiling pkcs1 v0.7.5
13892024-10-09T16:41:04.194Z Compiling futures-executor v0.3.30
13902024-10-09T16:41:04.751Z Compiling rfc6979 v0.4.0
13912024-10-09T16:41:04.896Z Compiling bstr v1.9.1
13922024-10-09T16:41:04.936Z Compiling regex v1.10.6
13932024-10-09T16:41:04.972Z Compiling serde_repr v0.1.19
13942024-10-09T16:41:05.860Z Compiling phf_shared v0.10.0
13952024-10-09T16:41:06.026Z Compiling rustls-pemfile v2.1.3
13962024-10-09T16:41:06.163Z Compiling float-cmp v0.9.0
13972024-10-09T16:41:06.238Z Compiling idna v0.4.0
13982024-10-09T16:41:06.391Z Compiling sync_wrapper v1.0.1
13992024-10-09T16:41:06.479Z Compiling mio v0.8.11
14002024-10-09T16:41:06.543Z Compiling socket2 v0.4.10
14012024-10-09T16:41:06.669Z Compiling encoding_rs v0.8.34
14022024-10-09T16:41:06.883Z Compiling static_assertions v1.1.0
14032024-10-09T16:41:06.980Z Compiling whoami v1.5.2
14042024-10-09T16:41:07.403Z Compiling difflib v0.4.0
14052024-10-09T16:41:07.612Z Compiling dyn-clone v1.0.17
14062024-10-09T16:41:07.714Z Compiling predicates-core v1.0.6
14072024-10-09T16:41:07.783Z Compiling mime v0.3.17
14082024-10-09T16:41:07.829Z Compiling minimal-lexical v0.2.1
14092024-10-09T16:41:08.079Z Compiling bit-vec v0.6.3
14102024-10-09T16:41:08.155Z Compiling unicode-segmentation v1.11.0
14112024-10-09T16:41:08.353Z Compiling fixedbitset v0.4.2
14122024-10-09T16:41:08.381Z Compiling number_prefix v0.4.0
14132024-10-09T16:41:08.565Z Compiling data-encoding v2.6.0
14142024-10-09T16:41:08.646Z Compiling new_debug_unreachable v1.0.6
14152024-10-09T16:41:08.745Z Compiling precomputed-hash v0.1.1
14162024-10-09T16:41:08.853Z Compiling normalize-line-endings v0.3.0
14172024-10-09T16:41:08.870Z Compiling similar v2.6.0
14182024-10-09T16:41:08.953Z Compiling predicates v3.1.2
14192024-10-09T16:41:08.972Z Compiling string_cache v0.8.7
14202024-10-09T16:41:09.039Z Compiling petgraph v0.6.5
14212024-10-09T16:41:09.437Z Compiling hickory-proto v0.24.1
14222024-10-09T16:41:10.656Z Compiling reqwest v0.12.7
14232024-10-09T16:41:10.901Z Compiling indicatif v0.17.8
14242024-10-09T16:41:11.139Z Compiling bit-set v0.5.3
14252024-10-09T16:41:11.274Z Compiling nom v7.1.3
14262024-10-09T16:41:11.331Z Compiling clap v4.5.18
14272024-10-09T16:41:11.429Z Compiling toml_edit v0.22.22
14282024-10-09T16:41:12.483Z Compiling hyper v0.14.30
14292024-10-09T16:41:13.024Z Compiling tokio-postgres v0.7.12
14302024-10-09T16:41:13.109Z Compiling signal-hook-mio v0.2.4
14312024-10-09T16:41:13.278Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14322024-10-09T16:41:14.858Z Compiling usdt v0.5.0
14332024-10-09T16:41:15.241Z Compiling ecdsa v0.16.9
14342024-10-09T16:41:15.376Z Compiling futures v0.3.30
14352024-10-09T16:41:15.490Z Compiling rsa v0.9.6
14362024-10-09T16:41:16.070Z Compiling ed25519-dalek v2.1.1
14372024-10-09T16:41:17.371Z Compiling flate2 v1.0.34
14382024-10-09T16:41:18.331Z Compiling toml v0.7.8
14392024-10-09T16:41:19.689Z Compiling tokio-stream v0.1.16
14402024-10-09T16:41:19.707Z Compiling openapiv3 v2.0.0
14412024-10-09T16:41:20.078Z Compiling hex v0.4.3
14422024-10-09T16:41:20.146Z Compiling itertools v0.10.5
14432024-10-09T16:41:20.409Z Compiling itertools v0.12.1
14442024-10-09T16:41:20.703Z Compiling x509-cert v0.2.5
14452024-10-09T16:41:20.719Z Compiling sha1 v0.10.6
14462024-10-09T16:41:21.151Z Compiling dirs-sys-next v0.1.2
14472024-10-09T16:41:21.862Z Compiling unicode-xid v0.2.4
14482024-10-09T16:41:22.041Z Compiling lalrpop-util v0.19.12
14492024-10-09T16:41:22.248Z Compiling peg-runtime v0.8.3
14502024-10-09T16:41:22.363Z Compiling dirs-next v2.0.0
14512024-10-09T16:41:22.565Z Compiling thread_local v1.1.8
14522024-10-09T16:41:22.884Z Compiling slog-async v2.8.0
14532024-10-09T16:41:22.904Z Compiling term v0.7.0
14542024-10-09T16:41:22.926Z Compiling xattr v1.3.1
14552024-10-09T16:41:23.079Z Compiling strum_macros v0.26.4
14562024-10-09T16:41:23.175Z Compiling crossbeam-channel v0.5.12
14572024-10-09T16:41:23.531Z Compiling is-terminal v0.4.12
14582024-10-09T16:41:23.549Z Compiling filetime v0.2.25
14592024-10-09T16:41:23.664Z Compiling take_mut v0.2.2
14602024-10-09T16:41:23.763Z Compiling tar v0.4.42
14612024-10-09T16:41:23.823Z Compiling slog-term v2.9.1
14622024-10-09T16:41:23.856Z Compiling camino v1.1.9
14632024-10-09T16:41:24.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14642024-10-09T16:41:26.066Z Compiling strum v0.26.3
14652024-10-09T16:41:26.140Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14662024-10-09T16:41:31.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
14672024-10-09T16:41:31.327Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14682024-10-09T16:41:31.368ZOct 09 16:41:30.014 INFO Starting download, target: Clickhouse
14692024-10-09T16:41:31.368ZOct 09 16:41:30.014 INFO Starting download, target: Cockroach
14702024-10-09T16:41:31.371ZOct 09 16:41:30.014 INFO Starting download, target: Console
14712024-10-09T16:41:31.371ZOct 09 16:41:30.014 INFO Starting download, target: DendriteOpenapi
14722024-10-09T16:41:31.371ZOct 09 16:41:30.014 INFO Starting download, target: DendriteStub
14732024-10-09T16:41:31.371ZOct 09 16:41:30.015 INFO Starting download, target: MaghemiteMgd
14742024-10-09T16:41:31.371ZOct 09 16:41:30.015 INFO Starting download, target: TransceiverControl
14752024-10-09T16:41:31.371ZOct 09 16:41:30.015 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14762024-10-09T16:41:31.371ZOct 09 16:41:30.015 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14772024-10-09T16:41:31.371ZOct 09 16:41:30.015 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14782024-10-09T16:41:31.371ZOct 09 16:41:30.015 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14792024-10-09T16:41:31.371ZOct 09 16:41:30.016 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14802024-10-09T16:41:31.371ZOct 09 16:41:30.016 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14812024-10-09T16:41:31.371ZOct 09 16:41:30.016 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14822024-10-09T16:41:31.607ZOct 09 16:41:30.220 INFO Download complete, target: DendriteOpenapi
14832024-10-09T16:41:32.022ZOct 09 16:41:30.629 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14842024-10-09T16:41:32.056ZOct 09 16:41:30.657 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14852024-10-09T16:41:32.156ZOct 09 16:41:30.802 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14862024-10-09T16:41:32.209ZOct 09 16:41:30.855 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14872024-10-09T16:41:32.392ZOct 09 16:41:31.036 INFO Download complete, target: Console
14882024-10-09T16:41:32.684ZOct 09 16:41:31.325 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14892024-10-09T16:41:32.684ZOct 09 16:41:31.325 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14902024-10-09T16:41:32.823ZOct 09 16:41:31.463 INFO Download complete, target: TransceiverControl
14912024-10-09T16:41:33.806ZOct 09 16:41:32.441 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14922024-10-09T16:41:35.279ZOct 09 16:41:33.924 INFO Download complete, target: DendriteStub
14932024-10-09T16:41:35.457ZOct 09 16:41:34.102 INFO Download complete, target: MaghemiteMgd
14942024-10-09T16:41:40.820ZOct 09 16:41:39.360 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14952024-10-09T16:41:41.279ZOct 09 16:41:39.720 INFO Checking that binary works, target: Cockroach
14962024-10-09T16:41:41.365ZOct 09 16:41:39.918 INFO Download complete, target: Cockroach
14972024-10-09T16:41:47.070ZOct 09 16:41:45.712 INFO Checking that binary works, target: Clickhouse
14982024-10-09T16:41:48.169ZOct 09 16:41:46.811 INFO Download complete, target: Clickhouse
14992024-10-09T16:41:48.176ZAll prerequisites installed successfully
15002024-10-09T16:41:48.179Z
15012024-10-09T16:41:48.179Zreal 3:39.912154970
15022024-10-09T16:41:48.179Zuser 11:56.278484515
15032024-10-09T16:41:48.179Zsys 2:26.958273848
15042024-10-09T16:41:48.179Ztrap 0.372687266
15052024-10-09T16:41:48.179Ztflt 10.696692235
15062024-10-09T16:41:48.179Zdflt 8.193945014
15072024-10-09T16:41:48.179Zkflt 0.423228857
15082024-10-09T16:41:48.179Zlock 25:28.584167629
15092024-10-09T16:41:48.179Zslp 48:01.363208774
15102024-10-09T16:41:48.179Zlat 36.743749503
15112024-10-09T16:41:48.179Zstop 1:38.178550403
15122024-10-09T16:41:48.179Z+ source ./tools/include/force-git-over-https.sh
15132024-10-09T16:41:48.179Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15142024-10-09T16:41:48.179Z++ (( i = 0 ))
15152024-10-09T16:41:48.179Z++ (( i < 5 ))
15162024-10-09T16:41:48.179Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15172024-10-09T16:41:48.182Z++ (( i++ ))
15182024-10-09T16:41:48.182Z++ (( i < 5 ))
15192024-10-09T16:41:48.182Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15202024-10-09T16:41:48.185Z++ (( i++ ))
15212024-10-09T16:41:48.185Z++ (( i < 5 ))
15222024-10-09T16:41:48.185Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15232024-10-09T16:41:48.188Z++ (( i++ ))
15242024-10-09T16:41:48.188Z++ (( i < 5 ))
15252024-10-09T16:41:48.188Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15262024-10-09T16:41:48.190Z++ (( i++ ))
15272024-10-09T16:41:48.190Z++ (( i < 5 ))
15282024-10-09T16:41:48.190Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15292024-10-09T16:41:48.193Z++ (( i++ ))
15302024-10-09T16:41:48.193Z++ (( i < 5 ))
15312024-10-09T16:41:48.193Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15322024-10-09T16:41:48.193Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15332024-10-09T16:41:48.196Z+ rc=0
15342024-10-09T16:41:48.196Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15352024-10-09T16:42:11.596Z+ case $rc in
15362024-10-09T16:42:11.596Z+ pfexec zfs create -p rpool/images/build/host
15372024-10-09T16:42:11.782Z+ pfexec zfs create -p rpool/images/build/recovery
15382024-10-09T16:42:11.852Z+ cargo xtask releng --output-dir /work
15392024-10-09T16:42:12.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15402024-10-09T16:42:12.431Z Running `target/debug/xtask releng --output-dir /work`
15412024-10-09T16:42:13.372Z Compiling proc-macro2 v1.0.86
15422024-10-09T16:42:13.372Z Compiling unicode-ident v1.0.13
15432024-10-09T16:42:13.372Z Compiling libc v0.2.159
15442024-10-09T16:42:13.377Z Compiling serde v1.0.210
15452024-10-09T16:42:13.377Z Compiling version_check v0.9.5
15462024-10-09T16:42:13.377Z Compiling autocfg v1.3.0
15472024-10-09T16:42:13.377Z Compiling cfg-if v1.0.0
15482024-10-09T16:42:13.377Z Compiling once_cell v1.19.0
15492024-10-09T16:42:13.697Z Compiling typenum v1.17.0
15502024-10-09T16:42:13.811Z Compiling memchr v2.7.2
15512024-10-09T16:42:14.154Z Compiling generic-array v0.14.7
15522024-10-09T16:42:14.462Z Compiling lock_api v0.4.12
15532024-10-09T16:42:14.482Z Compiling ahash v0.8.11
15542024-10-09T16:42:14.580Z Compiling parking_lot_core v0.9.10
15552024-10-09T16:42:14.777Z Compiling serde_json v1.0.128
15562024-10-09T16:42:14.830Z Compiling byteorder v1.5.0
15572024-10-09T16:42:15.091Z Compiling quote v1.0.37
15582024-10-09T16:42:15.287Z Compiling libm v0.2.8
15592024-10-09T16:42:15.371Z Compiling num-traits v0.2.19
15602024-10-09T16:42:15.472Z Compiling syn v2.0.79
15612024-10-09T16:42:15.658Z Compiling getrandom v0.2.14
15622024-10-09T16:42:15.715Z Compiling jobserver v0.1.32
15632024-10-09T16:42:15.779Z Compiling itoa v1.0.11
15642024-10-09T16:42:15.808Z Compiling value-bag v1.9.0
15652024-10-09T16:42:16.076Z Compiling cc v1.0.97
15662024-10-09T16:42:16.123Z Compiling slab v0.4.9
15672024-10-09T16:42:16.267Z Compiling log v0.4.22
15682024-10-09T16:42:16.355Z Compiling scopeguard v1.2.0
15692024-10-09T16:42:16.784Z Compiling thiserror v1.0.64
15702024-10-09T16:42:16.885Z Compiling rand_core v0.6.4
15712024-10-09T16:42:17.101Z Compiling subtle v2.5.0
15722024-10-09T16:42:17.417Z Compiling semver v1.0.23
15732024-10-09T16:42:17.691Z Compiling pkg-config v0.3.30
15742024-10-09T16:42:17.897Z Compiling pin-project-lite v0.2.14
15752024-10-09T16:42:17.945Z Compiling smallvec v1.13.2
15762024-10-09T16:42:18.264Z Compiling allocator-api2 v0.2.18
15772024-10-09T16:42:18.315Z Compiling const-oid v0.9.6
15782024-10-09T16:42:18.662Z Compiling ryu v1.0.18
15792024-10-09T16:42:22.969Z Compiling futures-core v0.3.30
15802024-10-09T16:42:22.969Z Compiling httparse v1.8.0
15812024-10-09T16:42:22.969Z Compiling signal-hook-registry v1.4.2
15822024-10-09T16:42:22.969Z Compiling ring v0.17.8
15832024-10-09T16:42:22.969Z Compiling vcpkg v0.2.15
15842024-10-09T16:42:22.969Z Compiling parking_lot v0.12.2
15852024-10-09T16:42:22.969Z Compiling mio v1.0.2
15862024-10-09T16:42:22.969Z Compiling fnv v1.0.7
15872024-10-09T16:42:22.969Z Compiling socket2 v0.5.7
15882024-10-09T16:42:22.969Z Compiling spin v0.9.8
15892024-10-09T16:42:22.969Z Compiling openssl-sys v0.9.103
15902024-10-09T16:42:22.970Z Compiling futures-sink v0.3.30
15912024-10-09T16:42:22.970Z Compiling heck v0.5.0
15922024-10-09T16:42:22.970Z Compiling rustix v0.38.34
15932024-10-09T16:42:22.970Z Compiling equivalent v1.0.1
15942024-10-09T16:42:22.970Z Compiling schemars v0.8.21
15952024-10-09T16:42:22.970Z Compiling crossbeam-utils v0.8.19
15962024-10-09T16:42:23.085Z Compiling serde_derive_internals v0.29.1
15972024-10-09T16:42:23.647Z Compiling cpufeatures v0.2.12
15982024-10-09T16:42:23.770Z Compiling num-conv v0.1.0
15992024-10-09T16:42:24.159Z Compiling time-core v0.1.2
16002024-10-09T16:42:24.230Z Compiling futures-channel v0.3.30
16012024-10-09T16:42:24.329Z Compiling pin-utils v0.1.0
16022024-10-09T16:42:24.412Z Compiling time-macros v0.2.18
16032024-10-09T16:42:24.470Z Compiling futures-task v0.3.30
16042024-10-09T16:42:24.669Z Compiling futures-io v0.3.30
16052024-10-09T16:42:24.766Z Compiling openssl v0.10.66
16062024-10-09T16:42:24.853Z Compiling tinyvec_macros v0.1.1
16072024-10-09T16:42:24.986Z Compiling tinyvec v1.6.0
16082024-10-09T16:42:25.228Z Compiling rustls v0.23.10
16092024-10-09T16:42:25.381Z Compiling native-tls v0.2.11
16102024-10-09T16:42:25.906Z Compiling ucd-trie v0.1.6
16112024-10-09T16:42:25.923Z Compiling iana-time-zone v0.1.60
16122024-10-09T16:42:25.926Z Compiling base64ct v1.6.0
16132024-10-09T16:42:26.061Z Compiling unicode-bidi v0.3.15
16142024-10-09T16:42:26.428Z Compiling pem-rfc7468 v0.7.0
16152024-10-09T16:42:26.725Z Compiling unicode-normalization v0.1.23
16162024-10-09T16:42:26.801Z Compiling tracing-core v0.1.32
16172024-10-09T16:42:27.098Z Compiling cookie v0.18.1
16182024-10-09T16:42:27.518Z Compiling flagset v0.4.5
16192024-10-09T16:42:27.780Z Compiling slog v2.7.0
16202024-10-09T16:42:28.147Z Compiling syn v1.0.109
16212024-10-09T16:42:28.206Z Compiling aho-corasick v1.1.3
16222024-10-09T16:42:28.297Z Compiling regex-syntax v0.8.4
16232024-10-09T16:42:28.673Z Compiling serde_derive v1.0.210
16242024-10-09T16:42:28.861Z Compiling zeroize_derive v1.4.2
16252024-10-09T16:42:28.910Z Compiling zerocopy-derive v0.7.34
16262024-10-09T16:42:29.082Z Compiling tokio-macros v2.4.0
16272024-10-09T16:42:29.204Z Compiling futures-macro v0.3.30
16282024-10-09T16:42:30.616Z Compiling zeroize v1.8.1
16292024-10-09T16:42:31.063Z Compiling thiserror-impl v1.0.64
16302024-10-09T16:42:31.100Z Compiling zerocopy v0.7.34
16312024-10-09T16:42:32.811Z Compiling crypto-common v0.1.6
16322024-10-09T16:42:32.957Z Compiling tracing-attributes v0.1.27
16332024-10-09T16:42:33.729Z Compiling der_derive v0.7.2
16342024-10-09T16:42:33.755Z Compiling hashbrown v0.14.5
16352024-10-09T16:42:34.272Z Compiling block-buffer v0.10.4
16362024-10-09T16:42:34.553Z Compiling digest v0.10.7
16372024-10-09T16:42:35.038Z Compiling schemars_derive v0.8.21
16382024-10-09T16:42:35.153Z Compiling hmac v0.12.1
16392024-10-09T16:42:35.277Z Compiling block-padding v0.3.3
16402024-10-09T16:42:35.459Z Compiling futures-util v0.3.30
16412024-10-09T16:42:35.528Z Compiling inout v0.1.3
16422024-10-09T16:42:35.770Z Compiling openssl-macros v0.1.1
16432024-10-09T16:42:35.961Z Compiling cipher v0.4.4
16442024-10-09T16:42:36.371Z Compiling sha2 v0.10.8
16452024-10-09T16:42:36.476Z Compiling scroll_derive v0.12.0
16462024-10-09T16:42:36.576Z Compiling pest v2.7.10
16472024-10-09T16:42:38.120Z Compiling tracing v0.1.40
16482024-10-09T16:42:38.299Z Compiling der v0.7.9
16492024-10-09T16:42:39.714Z Compiling pest_meta v2.7.10
16502024-10-09T16:42:40.828Z Compiling spki v0.7.3
16512024-10-09T16:42:41.240Z Compiling pest_generator v2.7.10
16522024-10-09T16:42:41.534Z Compiling salsa20 v0.10.2
16532024-10-09T16:42:41.844Z Compiling pbkdf2 v0.12.2
16542024-10-09T16:42:42.716Z Compiling bytes v1.7.2
16552024-10-09T16:42:44.072Z Compiling tokio v1.39.3
16562024-10-09T16:42:44.134Z Compiling bitflags v2.6.0
16572024-10-09T16:42:44.281Z Compiling indexmap v2.5.0
16582024-10-09T16:42:44.882Z Compiling rustc_version v0.4.0
16592024-10-09T16:42:45.698Z Compiling serde_tokenstream v0.2.2
16602024-10-09T16:42:46.250Z Compiling uuid v1.10.0
16612024-10-09T16:42:46.290Z Compiling http v1.1.0
16622024-10-09T16:42:46.373Z Compiling chrono v0.4.38
16632024-10-09T16:42:49.234Z Compiling regex-automata v0.4.6
16642024-10-09T16:42:51.336Z Compiling percent-encoding v2.3.1
16652024-10-09T16:42:51.638Z Compiling crc32fast v1.4.0
16662024-10-09T16:42:51.854Z Compiling dyn-clone v1.0.17
16672024-10-09T16:42:52.076Z Compiling rayon-core v1.12.1
16682024-10-09T16:42:53.859Z Compiling pest_derive v2.7.10
16692024-10-09T16:42:54.347Z Compiling tokio-util v0.7.12
16702024-10-09T16:42:55.849Z Compiling scrypt v0.11.0
16712024-10-09T16:42:55.910Z Compiling aes v0.8.4
16722024-10-09T16:42:56.198Z Compiling cbc v0.1.2
16732024-10-09T16:42:56.398Z Compiling usdt-impl v0.5.0
16742024-10-09T16:42:56.488Z Compiling rustls-pki-types v1.7.0
16752024-10-09T16:42:56.621Z Compiling try-lock v0.2.5
16762024-10-09T16:42:56.677Z Compiling heck v0.4.1
16772024-10-09T16:42:56.886Z Compiling untrusted v0.9.0
16782024-10-09T16:42:57.244Z Compiling pkcs5 v0.7.1
16792024-10-09T16:42:57.278Z Compiling want v0.3.1
16802024-10-09T16:42:57.761Z Compiling heapless v0.7.17
16812024-10-09T16:42:58.009Z Compiling scroll v0.12.0
16822024-10-09T16:42:58.300Z Compiling zerocopy-derive v0.6.6
16832024-10-09T16:42:58.668Z Compiling backtrace v0.3.71
16842024-10-09T16:42:58.722Z Compiling errno v0.3.9
16852024-10-09T16:42:59.092Z Compiling num-bigint-dig v0.8.4
16862024-10-09T16:42:59.220Z Compiling httpdate v1.0.3
16872024-10-09T16:42:59.316Z Compiling powerfmt v0.2.0
16882024-10-09T16:42:59.500Z Compiling ppv-lite86 v0.2.17
16892024-10-09T16:43:00.162Z Compiling plain v0.2.3
16902024-10-09T16:43:00.306Z Compiling deranged v0.3.11
16912024-10-09T16:43:00.333Z Compiling goblin v0.8.2
16922024-10-09T16:43:00.450Z Compiling rand_chacha v0.3.1
16932024-10-09T16:43:01.116Z Compiling pkcs8 v0.10.2
16942024-10-09T16:43:01.746Z Compiling regex v1.10.6
16952024-10-09T16:43:01.925Z Compiling form_urlencoded v1.2.1
16962024-10-09T16:43:02.870Z Compiling async-trait v0.1.83
16972024-10-09T16:43:03.133Z Compiling pretty-hex v0.4.1
16982024-10-09T16:43:03.398Z Compiling atomic-waker v1.1.2
16992024-10-09T16:43:04.688Z Compiling rustversion v1.0.17
17002024-10-09T16:43:05.216Z Compiling base64 v0.22.1
17012024-10-09T16:43:05.292Z Compiling strsim v0.11.1
17022024-10-09T16:43:05.559Z Compiling tower-service v0.3.2
17032024-10-09T16:43:05.696Z Compiling num_threads v0.1.7
17042024-10-09T16:43:05.862Z Compiling time v0.3.36
17052024-10-09T16:43:06.363Z Compiling rand v0.8.5
17062024-10-09T16:43:06.733Z Compiling dof v0.3.0
17072024-10-09T16:43:07.084Z Compiling rustls-webpki v0.102.4
17082024-10-09T16:43:08.180Z Compiling dtrace-parser v0.2.0
17092024-10-09T16:43:08.527Z Compiling http-body v1.0.0
17102024-10-09T16:43:08.842Z Compiling curve25519-dalek v4.1.3
17112024-10-09T16:43:09.704Z Compiling thread-id v4.2.1
17122024-10-09T16:43:10.104Z Compiling signal-hook v0.3.17
17132024-10-09T16:43:10.716Z Compiling anyhow v1.0.89
17142024-10-09T16:43:11.228Z Compiling portable-atomic v1.6.0
17152024-10-09T16:43:11.273Z Compiling smoltcp v0.9.1
17162024-10-09T16:43:11.755Z Compiling foreign-types-shared v0.1.1
17172024-10-09T16:43:11.997Z Compiling foreign-types v0.3.2
17182024-10-09T16:43:12.021Z Compiling h2 v0.4.6
17192024-10-09T16:43:20.310Z Compiling clap_derive v4.5.18
17202024-10-09T16:43:21.514Z Compiling idna v0.5.0
17212024-10-09T16:43:22.837Z Compiling siphasher v0.3.11
17222024-10-09T16:43:24.759Z Compiling url v2.5.2
17232024-10-09T16:43:24.971Z Compiling hyper v1.4.1
17242024-10-09T16:43:26.675Z Compiling crossbeam-epoch v0.9.18
17252024-10-09T16:43:30.505Z Compiling hubpack_derive v0.1.1
17262024-10-09T16:43:31.380Z Compiling openapiv3 v2.0.0
17272024-10-09T16:43:31.493Z Compiling signature v2.2.0
17282024-10-09T16:43:31.799Z Compiling curve25519-dalek-derive v0.1.1
17292024-10-09T16:43:32.083Z Compiling lazy_static v1.5.0
17302024-10-09T16:43:32.673Z Compiling fs-err v2.11.0
17312024-10-09T16:43:33.094Z Compiling encoding_rs v0.8.34
17322024-10-09T16:43:33.527Z Compiling anstyle v1.0.8
17332024-10-09T16:43:33.642Z Compiling either v1.13.0
17342024-10-09T16:43:34.011Z Compiling openssl-probe v0.1.5
17352024-10-09T16:43:34.030Z Compiling mime v0.3.17
17362024-10-09T16:43:34.119Z Compiling finl_unicode v1.2.0
17372024-10-09T16:43:34.328Z Compiling utf8parse v0.2.1
17382024-10-09T16:43:34.590Z Compiling anstyle-parse v0.2.4
17392024-10-09T16:43:34.817Z Compiling stringprep v0.1.4
17402024-10-09T16:43:38.226Z Compiling hyper-util v0.1.9
17412024-10-09T16:43:41.407Z Compiling crossbeam-deque v0.8.5
17422024-10-09T16:43:41.883Z Compiling usdt-macro v0.5.0
17432024-10-09T16:43:43.554Z Compiling usdt-attr-macro v0.5.0
17442024-10-09T16:43:44.025Z Compiling serde_urlencoded v0.7.1
17452024-10-09T16:43:44.797Z Compiling http v0.2.12
17462024-10-09T16:43:44.799Z Compiling serde_spanned v0.6.7
17472024-10-09T16:43:44.817Z Compiling toml_datetime v0.6.8
17482024-10-09T16:43:45.114Z Compiling regress v0.10.1
17492024-10-09T16:43:45.160Z Compiling md-5 v0.10.6
17502024-10-09T16:43:45.349Z Compiling idna v0.3.0
17512024-10-09T16:43:45.551Z Compiling num-integer v0.1.46
17522024-10-09T16:43:46.499Z Compiling ff v0.13.0
17532024-10-09T16:43:46.774Z Compiling hash32 v0.2.1
17542024-10-09T16:43:46.881Z Compiling fallible-iterator v0.2.0
17552024-10-09T16:43:47.172Z Compiling is_terminal_polyfill v1.70.0
17562024-10-09T16:43:47.279Z Compiling ipnet v2.10.0
17572024-10-09T16:43:47.329Z Compiling base16ct v0.2.0
17582024-10-09T16:43:47.676Z Compiling colorchoice v1.0.1
17592024-10-09T16:43:47.761Z Compiling adler v1.0.2
17602024-10-09T16:43:47.844Z Compiling gimli v0.28.1
17612024-10-09T16:43:48.049Z Compiling psl-types v2.0.11
17622024-10-09T16:43:48.303Z Compiling stable_deref_trait v1.2.0
17632024-10-09T16:43:48.475Z Compiling anstyle-query v1.0.3
17642024-10-09T16:43:49.384Z Compiling typify-impl v0.2.0
17652024-10-09T16:43:50.442Z Compiling anstream v0.6.14
17662024-10-09T16:43:51.153Z Compiling publicsuffix v2.2.3
17672024-10-09T16:43:51.329Z Compiling miniz_oxide v0.7.2
17682024-10-09T16:43:51.471Z Compiling postgres-protocol v0.6.7
17692024-10-09T16:43:51.971Z Compiling sec1 v0.7.3
17702024-10-09T16:43:52.071Z Compiling group v0.13.0
17712024-10-09T16:43:52.516Z Compiling addr2line v0.21.0
17722024-10-09T16:43:52.681Z Compiling num-iter v0.1.45
17732024-10-09T16:43:53.782Z Compiling tokio-rustls v0.26.0
17742024-10-09T16:43:53.834Z Compiling terminal_size v0.3.0
17752024-10-09T16:43:54.037Z Compiling tokio-native-tls v0.3.1
17762024-10-09T16:43:54.246Z Compiling phf_shared v0.11.2
17772024-10-09T16:43:54.317Z Compiling strum_macros v0.25.3
17782024-10-09T16:43:54.680Z Compiling http-body-util v0.1.2
17792024-10-09T16:43:54.771Z Compiling webpki-roots v0.26.3
17802024-10-09T16:43:55.059Z Compiling enum-as-inner v0.6.0
17812024-10-09T16:43:55.516Z Compiling hkdf v0.12.4
17822024-10-09T16:43:55.734Z Compiling crypto-bigint v0.5.5
17832024-10-09T16:43:55.906Z Compiling serde_repr v0.1.19
17842024-10-09T16:43:57.282Z Compiling object v0.32.2
17852024-10-09T16:43:57.844Z Compiling unicode-width v0.1.13
17862024-10-09T16:43:59.219Z Compiling managed v0.8.0
17872024-10-09T16:43:59.366Z Compiling clap_lex v0.7.0
17882024-10-09T16:43:59.679Z Compiling rustc-demangle v0.1.24
17892024-10-09T16:43:59.804Z Compiling adler2 v2.0.0
17902024-10-09T16:43:59.823Z Compiling bitflags v1.3.2
17912024-10-09T16:44:00.008Z Compiling winnow v0.5.40
17922024-10-09T16:44:00.555Z Compiling miniz_oxide v0.8.0
17932024-10-09T16:44:01.292Z Compiling clap_builder v4.5.18
17942024-10-09T16:44:01.564Z Compiling typify-macro v0.2.0
17952024-10-09T16:44:02.875Z Compiling elliptic-curve v0.13.8
17962024-10-09T16:44:03.050Z Compiling console v0.15.8
17972024-10-09T16:44:03.605Z Compiling toml_edit v0.19.15
17982024-10-09T16:44:04.696Z Compiling hyper-tls v0.6.0
17992024-10-09T16:44:05.358Z Compiling hyper-rustls v0.27.3
18002024-10-09T16:44:07.562Z Compiling phf v0.11.2
18012024-10-09T16:44:07.873Z Compiling rayon v1.10.0
18022024-10-09T16:44:08.240Z Compiling cookie_store v0.21.0
18032024-10-09T16:44:08.315Z Compiling postgres-types v0.2.8
18042024-10-09T16:44:08.598Z Compiling http-body v0.4.6
18052024-10-09T16:44:08.895Z Compiling h2 v0.3.26
18062024-10-09T16:44:09.234Z Compiling ed25519 v2.2.3
18072024-10-09T16:44:09.593Z Compiling hubpack v0.1.2
18082024-10-09T16:44:09.683Z Compiling rustls-pemfile v2.1.3
18092024-10-09T16:44:09.704Z Compiling phf_shared v0.10.0
18102024-10-09T16:44:10.512Z Compiling pkcs1 v0.7.5
18112024-10-09T16:44:10.548Z Compiling zerocopy v0.6.6
18122024-10-09T16:44:11.213Z Compiling bstr v1.9.1
18132024-10-09T16:44:11.312Z Compiling futures-executor v0.3.30
18142024-10-09T16:44:11.430Z Compiling serde-big-array v0.5.1
18152024-10-09T16:44:11.432Z Compiling rfc6979 v0.4.0
18162024-10-09T16:44:11.760Z Compiling idna v0.4.0
18172024-10-09T16:44:11.799Z Compiling float-cmp v0.9.0
18182024-10-09T16:44:11.922Z Compiling sync_wrapper v1.0.1
18192024-10-09T16:44:12.076Z Compiling mio v0.8.11
18202024-10-09T16:44:12.195Z Compiling memmap v0.7.0
18212024-10-09T16:44:12.530Z Compiling socket2 v0.4.10
18222024-10-09T16:44:12.778Z Compiling precomputed-hash v0.1.1
18232024-10-09T16:44:12.906Z Compiling number_prefix v0.4.0
18242024-10-09T16:44:13.146Z Compiling predicates-core v1.0.6
18252024-10-09T16:44:13.182Z Compiling bit-vec v0.6.3
18262024-10-09T16:44:13.266Z Compiling normalize-line-endings v0.3.0
18272024-10-09T16:44:13.285Z Compiling unicode-segmentation v1.11.0
18282024-10-09T16:44:13.399Z Compiling new_debug_unreachable v1.0.6
18292024-10-09T16:44:13.460Z Compiling fixedbitset v0.4.2
18302024-10-09T16:44:13.577Z Compiling static_assertions v1.1.0
18312024-10-09T16:44:13.678Z Compiling difflib v0.4.0
18322024-10-09T16:44:13.698Z Compiling winnow v0.6.18
18332024-10-09T16:44:13.873Z Compiling data-encoding v2.6.0
18342024-10-09T16:44:14.595Z Compiling minimal-lexical v0.2.1
18352024-10-09T16:44:14.896Z Compiling whoami v1.5.2
18362024-10-09T16:44:15.454Z Compiling tokio-postgres v0.7.12
18372024-10-09T16:44:15.606Z Compiling reqwest v0.12.7
18382024-10-09T16:44:16.098Z Compiling hyper v0.14.30
18392024-10-09T16:44:16.285Z Compiling nom v7.1.3
18402024-10-09T16:44:17.354Z Compiling toml_edit v0.22.22
18412024-10-09T16:44:18.489Z Compiling hickory-proto v0.24.1
18422024-10-09T16:44:20.048Z Compiling predicates v3.1.2
18432024-10-09T16:44:20.688Z Compiling similar v2.6.0
18442024-10-09T16:44:21.541Z Compiling petgraph v0.6.5
18452024-10-09T16:44:22.676Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18462024-10-09T16:44:24.557Z Compiling string_cache v0.8.7
18472024-10-09T16:44:24.998Z Compiling bit-set v0.5.3
18482024-10-09T16:44:25.282Z Compiling indicatif v0.17.8
18492024-10-09T16:44:25.387Z Compiling signal-hook-mio v0.2.4
18502024-10-09T16:44:25.476Z Compiling usdt v0.5.0
18512024-10-09T16:44:25.743Z Compiling ecdsa v0.16.9
18522024-10-09T16:44:25.918Z Compiling futures v0.3.30
18532024-10-09T16:44:26.577Z Compiling rsa v0.9.6
18542024-10-09T16:44:27.135Z Compiling ed25519-dalek v2.1.1
18552024-10-09T16:44:27.678Z Compiling toml v0.7.8
18562024-10-09T16:44:28.048Z Compiling clap v4.5.18
18572024-10-09T16:44:28.184Z Compiling flate2 v1.0.34
18582024-10-09T16:44:28.216Z Compiling itertools v0.12.1
18592024-10-09T16:44:28.348Z Compiling itertools v0.10.5
18602024-10-09T16:44:29.439Z Compiling tokio-stream v0.1.16
18612024-10-09T16:44:30.483Z Compiling hex v0.4.3
18622024-10-09T16:44:31.133Z Compiling x509-cert v0.2.5
18632024-10-09T16:44:31.732Z Compiling sha1 v0.10.6
18642024-10-09T16:44:32.084Z Compiling peg-runtime v0.8.3
18652024-10-09T16:44:32.239Z Compiling camino v1.1.9
18662024-10-09T16:44:32.571Z Compiling unicode-xid v0.2.4
18672024-10-09T16:44:32.603Z Compiling radium v0.7.0
18682024-10-09T16:44:33.037Z Compiling lalrpop-util v0.19.12
18692024-10-09T16:44:35.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18702024-10-09T16:44:39.269Z Compiling is-terminal v0.4.12
18712024-10-09T16:44:39.588Z Compiling ident_case v1.0.1
18722024-10-09T16:44:39.837Z Compiling maybe-uninit v2.0.0
18732024-10-09T16:44:42.224Z Compiling tap v1.0.1
18742024-10-09T16:44:42.411Z Compiling wyz v0.5.1
18752024-10-09T16:44:47.938Z Compiling darling_core v0.20.9
18762024-10-09T16:45:00.998Z Compiling typify v0.2.0
18772024-10-09T16:45:03.887Z Compiling bzip2-sys v0.1.11+1.0.8
18782024-10-09T16:45:04.720Z Compiling dirs-sys-next v0.1.2
18792024-10-09T16:45:04.982Z Compiling unsafe-libyaml v0.2.11
18802024-10-09T16:45:05.362Z Compiling rustls v0.22.4
18812024-10-09T16:45:05.909Z Compiling paste v1.0.15
18822024-10-09T16:45:06.421Z Compiling funty v2.0.0
18832024-10-09T16:45:06.821Z Compiling packed_struct v0.10.1
18842024-10-09T16:45:07.040Z Compiling base64 v0.21.7
18852024-10-09T16:45:08.570Z Compiling bitvec v1.0.1
18862024-10-09T16:45:09.009Z Compiling serde_yaml v0.9.34+deprecated
18872024-10-09T16:45:12.876Z Compiling dirs-next v2.0.0
18882024-10-09T16:45:20.130Z Compiling progenitor-impl v0.8.0
18892024-10-09T16:45:20.345Z Compiling darling_macro v0.20.9
18902024-10-09T16:45:21.596Z Compiling packed_struct_codegen v0.10.1
18912024-10-09T16:45:24.125Z Compiling structmeta-derive v0.3.0
18922024-10-09T16:45:26.058Z Compiling thread_local v1.1.8
18932024-10-09T16:45:26.763Z Compiling indexmap v1.9.3
18942024-10-09T16:45:26.978Z Compiling multer v3.1.0
18952024-10-09T16:45:27.062Z Compiling crc-catalog v2.4.0
18962024-10-09T16:45:27.122Z Compiling slog-async v2.8.0
18972024-10-09T16:45:27.241Z Compiling match_cfg v0.1.0
18982024-10-09T16:45:27.421Z Compiling nodrop v0.1.14
18992024-10-09T16:45:27.518Z Compiling fastrand v2.1.0
19002024-10-09T16:45:27.552Z Compiling array-init v0.0.4
19012024-10-09T16:45:27.886Z Compiling tempfile v3.10.1
19022024-10-09T16:45:28.294Z Compiling hostname v0.3.1
19032024-10-09T16:45:28.634Z Compiling crc v3.2.1
19042024-10-09T16:45:28.815Z Compiling progenitor-macro v0.8.0
19052024-10-09T16:45:30.504Z Compiling structmeta v0.3.0
19062024-10-09T16:45:31.857Z Compiling darling v0.20.9
19072024-10-09T16:45:32.918Z Compiling smallvec v0.6.14
19082024-10-09T16:45:33.391Z Compiling term v0.7.0
19092024-10-09T16:45:35.020Z Compiling progenitor-client v0.8.0
19102024-10-09T16:45:37.700Z Compiling slog-json v2.6.1
19112024-10-09T16:45:38.131Z Compiling crossbeam-channel v0.5.12
19122024-10-09T16:45:38.735Z Compiling pin-project-internal v1.1.5
19132024-10-09T16:45:39.419Z Compiling async-stream-impl v0.3.5
19142024-10-09T16:45:40.669Z Compiling dropshot v0.12.0
19152024-10-09T16:45:40.992Z Compiling hashbrown v0.12.3
19162024-10-09T16:45:41.483Z Compiling take_mut v0.2.2
19172024-10-09T16:45:42.862Z Compiling termcolor v1.4.1
19182024-10-09T16:45:42.881Z Compiling same-file v1.0.6
19192024-10-09T16:45:43.299Z Compiling bitfield v0.14.0
19202024-10-09T16:45:48.819Z Compiling progenitor v0.8.0
19212024-10-09T16:45:49.042Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19222024-10-09T16:45:50.632Z Compiling env_logger v0.10.2
19232024-10-09T16:45:51.757Z Compiling walkdir v2.5.0
19242024-10-09T16:45:56.905Z Compiling pin-project v1.1.5
19252024-10-09T16:45:57.137Z Compiling async-stream v0.3.5
19262024-10-09T16:45:58.953Z Compiling tokio-rustls v0.25.0
19272024-10-09T16:45:58.955Z Compiling slog-bunyan v2.5.0
19282024-10-09T16:45:59.572Z Compiling slog-term v2.9.1
19292024-10-09T16:46:00.433Z Compiling bzip2 v0.4.4
19302024-10-09T16:46:00.900Z Compiling serde-hex v0.1.0
19312024-10-09T16:46:01.118Z Compiling serde_with_macros v3.9.0
19322024-10-09T16:46:02.272Z Compiling parse-display-derive v0.10.0
19332024-10-09T16:46:03.636Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19342024-10-09T16:46:03.971Z Compiling toml v0.8.19
19352024-10-09T16:46:06.035Z Compiling ron v0.8.1
19362024-10-09T16:46:07.157Z Compiling strum_macros v0.26.4
19372024-10-09T16:46:09.066Z Compiling newtype-uuid v1.1.0
19382024-10-09T16:46:09.428Z Compiling ipnetwork v0.20.0
19392024-10-09T16:46:10.105Z Compiling xattr v1.3.1
19402024-10-09T16:46:10.450Z Compiling waitgroup v0.1.2
19412024-10-09T16:46:10.701Z Compiling snafu-derive v0.8.2
19422024-10-09T16:46:11.406Z Compiling dropshot_endpoint v0.12.0
19432024-10-09T16:46:11.546Z Compiling serde_path_to_error v0.1.16
19442024-10-09T16:46:11.634Z Compiling hashbrown v0.13.2
19452024-10-09T16:46:11.979Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19462024-10-09T16:46:12.056Z Compiling blake3 v1.5.1
19472024-10-09T16:46:12.611Z Compiling ring v0.16.20
19482024-10-09T16:46:12.657Z Compiling hostname v0.4.0
19492024-10-09T16:46:12.704Z Compiling filetime v0.2.25
19502024-10-09T16:46:12.935Z Compiling instant v0.1.12
19512024-10-09T16:46:12.954Z Compiling sync_wrapper v0.1.2
19522024-10-09T16:46:13.043Z Compiling debug-ignore v1.0.5
19532024-10-09T16:46:13.109Z Compiling crc-any v2.5.0
19542024-10-09T16:46:13.191Z Compiling buf-list v1.0.3
19552024-10-09T16:46:13.620Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19562024-10-09T16:46:13.841Z Compiling reqwest v0.11.27
19572024-10-09T16:46:14.040Z Compiling backoff v0.4.0
19582024-10-09T16:46:14.068Z Compiling tar v0.4.42
19592024-10-09T16:46:14.395Z Compiling object v0.30.4
19602024-10-09T16:46:15.396Z Compiling snafu v0.8.2
19612024-10-09T16:46:16.682Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19622024-10-09T16:46:17.545Z Compiling strum v0.26.3
19632024-10-09T16:46:17.746Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19642024-10-09T16:46:19.368Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19652024-10-09T16:46:19.445Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19662024-10-09T16:46:19.873Z Compiling parse-display v0.10.0
19672024-10-09T16:46:21.114Z Compiling serde_with v3.9.0
19682024-10-09T16:46:21.595Z Compiling zip v0.6.6
19692024-10-09T16:46:21.810Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19702024-10-09T16:46:22.552Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
19712024-10-09T16:46:24.331Z Compiling camino-tempfile v1.1.1
19722024-10-09T16:46:25.129Z Compiling globset v0.4.14
19732024-10-09T16:46:25.380Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19742024-10-09T16:46:25.583Z Compiling pem v3.0.4
19752024-10-09T16:46:27.112Z Compiling olpc-cjson v0.1.3
19762024-10-09T16:46:27.134Z Compiling macaddr v1.0.1
19772024-10-09T16:46:27.441Z Compiling serde_plain v1.0.2
19782024-10-09T16:46:27.768Z Compiling regress v0.9.1
19792024-10-09T16:46:27.934Z Compiling async-recursion v1.1.1
19802024-10-09T16:46:29.293Z Compiling memmap2 v0.9.4
19812024-10-09T16:46:29.893Z Compiling spin v0.5.2
19822024-10-09T16:46:30.169Z Compiling untrusted v0.7.1
19832024-10-09T16:46:30.383Z Compiling arrayvec v0.7.4
19842024-10-09T16:46:30.888Z Compiling constant_time_eq v0.3.0
19852024-10-09T16:46:30.890Z Compiling arrayref v0.3.7
19862024-10-09T16:46:31.002Z Compiling path-slash v0.1.5
19872024-10-09T16:46:31.094Z Compiling typed-path v0.7.1
19882024-10-09T16:46:31.250Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19892024-10-09T16:46:31.642Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19902024-10-09T16:46:35.340Z Compiling tough v0.17.1
19912024-10-09T16:46:38.724Z Compiling itertools v0.13.0
19922024-10-09T16:46:40.731Z Compiling cargo-platform v0.1.8
19932024-10-09T16:46:41.857Z Compiling topological-sort v0.2.2
19942024-10-09T16:46:42.139Z Compiling parse-size v1.0.0
19952024-10-09T16:46:42.425Z Compiling omicron-zone-package v0.11.1
19962024-10-09T16:46:42.445Z Compiling cargo_metadata v0.18.1
19972024-10-09T16:46:43.825Z Compiling shell-words v1.1.0
19982024-10-09T16:46:45.447Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19992024-10-09T16:47:00.126Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20002024-10-09T16:47:14.469Z Finished `release` profile [optimized] target(s) in 5m 01s
20012024-10-09T16:47:14.623Z Running `target/release/omicron-releng --output-dir /work`
20022024-10-09T16:47:14.668ZOct 09 16:47:13.220 DEBG changing working directory to /work/oxidecomputer/omicron
20032024-10-09T16:47:14.762ZOct 09 16:47:13.316 DEBG running: git rev-parse HEAD
20042024-10-09T16:47:14.769ZOct 09 16:47:13.322 DEBG process exited with exit status: 0 (6.506806ms)
20052024-10-09T16:47:14.769ZOct 09 16:47:13.323 INFO version: 11.0.0-0.ci+gita923f2a6a05
20062024-10-09T16:47:14.809ZOct 09 16:47:13.363 INFO cloning helios to /work/oxidecomputer/helios
20072024-10-09T16:47:14.809ZOct 09 16:47:13.363 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20082024-10-09T16:47:14.815ZCloning into '/work/oxidecomputer/helios'...
20092024-10-09T16:47:15.293ZOct 09 16:47:13.847 DEBG process exited with exit status: 0 (483.657708ms)
20102024-10-09T16:47:15.293ZOct 09 16:47:13.847 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20112024-10-09T16:47:15.301Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20122024-10-09T16:47:15.301Z# branch.head master
20132024-10-09T16:47:15.301Z# branch.upstream origin/master
20142024-10-09T16:47:15.301Z# branch.ab +0 -0
20152024-10-09T16:47:15.303ZOct 09 16:47:13.855 DEBG process exited with exit status: 0 (7.925664ms)
20162024-10-09T16:47:15.303ZOct 09 16:47:13.855 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20172024-10-09T16:47:16.051ZOct 09 16:47:14.604 DEBG process exited with exit status: 0 (749.234026ms)
20182024-10-09T16:47:16.051ZOct 09 16:47:14.604 DEBG running: zfs list rpool/images/build/host
20192024-10-09T16:47:16.058ZNAME USED AVAIL REFER MOUNTPOINT
20202024-10-09T16:47:16.058Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20212024-10-09T16:47:16.060ZOct 09 16:47:14.612 DEBG process exited with exit status: 0 (7.227417ms)
20222024-10-09T16:47:16.060ZOct 09 16:47:14.612 DEBG running: zfs list rpool/images/build/recovery
20232024-10-09T16:47:16.064ZNAME USED AVAIL REFER MOUNTPOINT
20242024-10-09T16:47:16.064Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20252024-10-09T16:47:16.067ZOct 09 16:47:14.618 DEBG process exited with exit status: 0 (6.296858ms)
20262024-10-09T16:47:16.067ZOct 09 16:47:14.619 INFO [hubris-production] running task
20272024-10-09T16:47:16.067ZOct 09 16:47:14.619 INFO [hubris-staging] running task
20282024-10-09T16:47:16.067ZOct 09 16:47:14.619 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20292024-10-09T16:47:16.069ZOct 09 16:47:14.622 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
20302024-10-09T16:47:16.514Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20312024-10-09T16:47:16.690Z[ omicron-package] Blocking waiting for file lock on package cache
20322024-10-09T16:47:17.557ZOct 09 16:47:16.110 INFO [hubris-production] task succeeded (1.49093974s)
20332024-10-09T16:47:17.559Z[ omicron-package] Blocking waiting for file lock on package cache
20342024-10-09T16:47:18.480Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20352024-10-09T16:47:18.482Z[ omicron-package] Compiling heapless v0.8.0
20362024-10-09T16:47:18.483Z[ omicron-package] Compiling hash32 v0.3.1
20372024-10-09T16:47:18.483Z[ omicron-package] Compiling smoltcp v0.11.0
20382024-10-09T16:47:18.483Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392024-10-09T16:47:18.681Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20402024-10-09T16:47:18.683Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20412024-10-09T16:47:18.683Z[ omicron-package] Compiling cobs v0.2.3
20422024-10-09T16:47:19.295Z[ omicron-package] Compiling embedded-io v0.4.0
20432024-10-09T16:47:19.834Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20442024-10-09T16:47:20.102Z[ omicron-package] Compiling proc-macro-error v1.0.4
20452024-10-09T16:47:20.220Z[ omicron-package] Compiling postcard v1.0.8
20462024-10-09T16:47:20.223Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20472024-10-09T16:47:20.530Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20482024-10-09T16:47:20.713Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20492024-10-09T16:47:20.942Z[ omicron-package] Compiling num_enum_derive v0.5.11
20502024-10-09T16:47:21.843Z[ omicron-package] Compiling tabwriter v1.4.0
20512024-10-09T16:47:21.929Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20522024-10-09T16:47:22.022Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20532024-10-09T16:47:22.058Z[ omicron-package] Compiling cstr-argument v0.1.2
20542024-10-09T16:47:22.129Z[ omicron-package] Compiling foreign-types v0.5.0
20552024-10-09T16:47:22.400Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20562024-10-09T16:47:22.914Z[ omicron-package] Compiling pretty-hex v0.2.1
20572024-10-09T16:47:23.004Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20582024-10-09T16:47:23.299Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20592024-10-09T16:47:23.661Z[ omicron-package] Compiling colored v2.1.0
20602024-10-09T16:47:23.833Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20612024-10-09T16:47:23.836Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20622024-10-09T16:47:24.532Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20632024-10-09T16:47:24.583Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20642024-10-09T16:47:24.646Z[ omicron-package] Compiling num-derive v0.4.2
20652024-10-09T16:47:24.998Z[ omicron-package] Compiling sigpipe v0.1.3
20662024-10-09T16:47:25.065Z[ omicron-package] Compiling num_enum v0.5.11
20672024-10-09T16:47:25.171Z[ omicron-package] Compiling libefi-sys v0.1.0
20682024-10-09T16:47:25.323Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20692024-10-09T16:47:25.627Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20702024-10-09T16:47:25.806Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
20712024-10-09T16:47:26.202Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20722024-10-09T16:47:26.584Z[ omicron-package] Compiling smf v0.2.3
20732024-10-09T16:47:26.667Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20742024-10-09T16:47:26.977Z[ omicron-package] Compiling bitfield-struct v0.6.1
20752024-10-09T16:47:27.176Z[ omicron-package] Compiling zone v0.3.0
20762024-10-09T16:47:27.460ZOct 09 16:47:26.010 INFO [hubris-staging] task succeeded (11.391103237s)
20772024-10-09T16:47:29.226Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
20782024-10-09T16:47:29.270Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20792024-10-09T16:47:29.643Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20802024-10-09T16:47:31.057Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20812024-10-09T16:47:31.205Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20822024-10-09T16:47:31.646Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-10-09T16:47:32.128Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20842024-10-09T16:47:32.205Z[ omicron-package] Compiling gethostname v0.5.0
20852024-10-09T16:47:33.723Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20862024-10-09T16:47:36.099Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20872024-10-09T16:47:38.700Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20882024-10-09T16:47:39.328Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20892024-10-09T16:47:40.916Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20902024-10-09T16:47:56.730Z[ helios-setup] Oct 09 16:47:55.272 INFO helios repository root is: /work/oxidecomputer/helios
20912024-10-09T16:47:56.733Z[ helios-setup] Oct 09 16:47:55.274 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20922024-10-09T16:47:56.733Z[ helios-setup] Oct 09 16:47:55.274 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
20932024-10-09T16:47:56.733Z[ helios-setup] Oct 09 16:47:55.274 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20942024-10-09T16:47:56.737Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20952024-10-09T16:47:57.751Z[ helios-setup] Oct 09 16:47:56.292 INFO clone ok!, project: image-builder
20962024-10-09T16:47:57.754Z[ helios-setup] Oct 09 16:47:56.293 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20972024-10-09T16:47:57.754Z[ helios-setup] Oct 09 16:47:56.293 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
20982024-10-09T16:47:57.754Z[ helios-setup] Oct 09 16:47:56.293 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20992024-10-09T16:47:57.758Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21002024-10-09T16:47:58.755Z[ helios-setup] Oct 09 16:47:57.296 INFO clone ok!, project: pilot
21012024-10-09T16:47:58.762Z[ helios-setup] Oct 09 16:47:57.297 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
21022024-10-09T16:47:58.762Z[ helios-setup] Oct 09 16:47:57.297 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
21032024-10-09T16:47:58.765Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21042024-10-09T16:47:59.640Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21052024-10-09T16:47:59.646Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21062024-10-09T16:48:00.668Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.57s
21072024-10-09T16:48:00.885Z[ omicron-package]
21082024-10-09T16:48:00.885Z[ omicron-package] real 44.762832382
21092024-10-09T16:48:00.888Z[ omicron-package] user 2:34.662171903
21102024-10-09T16:48:00.888Z[ omicron-package] sys 21.152380071
21112024-10-09T16:48:00.888Z[ omicron-package] trap 0.162093050
21122024-10-09T16:48:00.888Z[ omicron-package] tflt 0.450176430
21132024-10-09T16:48:00.888Z[ omicron-package] dflt 0.386244689
21142024-10-09T16:48:00.888Z[ omicron-package] kflt 0.000160489
21152024-10-09T16:48:00.888Z[ omicron-package] lock 4:56.384355813
21162024-10-09T16:48:00.888ZOct 09 16:47:59.426 [ omicron-package] slp 8:07.264836026
21172024-10-09T16:48:00.888ZINFO [omicron-package] process exited with exit status: 0 (44.803662693s)
21182024-10-09T16:48:00.888Z[ omicron-package] lat 1:29.932633045
21192024-10-09T16:48:00.888Z[ omicron-package] stop 54.940393074
21202024-10-09T16:48:00.888ZOct 09 16:47:59.426 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
21212024-10-09T16:48:00.950ZOct 09 16:47:59.491 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21222024-10-09T16:48:00.961Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21232024-10-09T16:48:00.964Z[ host-target] Created new build target 'host' and set it as active
21242024-10-09T16:48:00.964ZOct 09 16:47:59.504 INFO [host-target] process exited with exit status: 0 (77.807938ms)
21252024-10-09T16:48:00.964ZOct 09 16:47:59.504 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21262024-10-09T16:48:00.970Z[ recovery-target] Created new build target 'recovery' and set it as active
21272024-10-09T16:48:00.970Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21282024-10-09T16:48:00.973ZOct 09 16:47:59.513 INFO [recovery-target] process exited with exit status: 0 (21.426185ms)
21292024-10-09T16:48:00.979Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21302024-10-09T16:48:02.214Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21312024-10-09T16:48:02.218Z[ host-package] Compiling convert_case v0.4.0
21322024-10-09T16:48:02.218Z[ host-package] Compiling camino v1.1.9
21332024-10-09T16:48:02.218Z[ host-package] Compiling newline-converter v0.3.0
21342024-10-09T16:48:02.345Z[ host-package] Compiling password-hash v0.5.0
21352024-10-09T16:48:02.348Z[ host-package] Compiling blake2 v0.10.6
21362024-10-09T16:48:02.359Z[ host-package] Compiling cancel-safe-futures v0.1.5
21372024-10-09T16:48:02.418Z[ host-package] Compiling owo-colors v4.1.0
21382024-10-09T16:48:02.557Z[ host-package] Compiling expectorate v1.1.0
21392024-10-09T16:48:02.579Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21402024-10-09T16:48:02.772Z[ host-package] Compiling derive-where v1.2.7
21412024-10-09T16:48:03.093Z[ host-package] Compiling derive_more v0.99.18
21422024-10-09T16:48:03.395Z[ host-package] Compiling argon2 v0.5.3
21432024-10-09T16:48:03.562Z[ host-package] Compiling libsw v3.3.1
21442024-10-09T16:48:03.584Z[ host-package] Compiling indent_write v2.2.0
21452024-10-09T16:48:03.831Z[ host-package] Compiling swrite v0.1.0
21462024-10-09T16:48:03.902Z[ host-package] Compiling linear-map v1.2.0
21472024-10-09T16:48:03.980Z[ host-package] Compiling toml v0.8.19
21482024-10-09T16:48:04.353Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21492024-10-09T16:48:04.375Z[ host-package] Compiling progenitor-client v0.8.0
21502024-10-09T16:48:04.543Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21512024-10-09T16:48:04.903Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21522024-10-09T16:48:05.089Z[ host-package] Compiling progenitor v0.8.0
21532024-10-09T16:48:05.281Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21542024-10-09T16:48:05.294Z[ helios-setup] Oct 09 16:48:03.834 INFO clone ok!, project: amd-host-image-builder
21552024-10-09T16:48:05.297Z[ helios-setup] Oct 09 16:48:03.834 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
21562024-10-09T16:48:05.297Z[ helios-setup] Oct 09 16:48:03.834 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21572024-10-09T16:48:05.299Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21582024-10-09T16:48:05.448Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21592024-10-09T16:48:05.612Z[ host-package] Compiling num-rational v0.4.2
21602024-10-09T16:48:05.710Z[ host-package] Compiling num-complex v0.4.6
21612024-10-09T16:48:05.976Z[ host-package] Compiling dirs-sys-next v0.1.2
21622024-10-09T16:48:06.051Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21632024-10-09T16:48:06.157Z[ helios-setup] Oct 09 16:48:04.696 INFO clone ok!, project: phbl
21642024-10-09T16:48:06.160Z[ helios-setup] Oct 09 16:48:04.697 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
21652024-10-09T16:48:06.160Z[ helios-setup] Oct 09 16:48:04.697 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21662024-10-09T16:48:06.162Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21672024-10-09T16:48:06.504Z[ host-package] Compiling dirs-next v2.0.0
21682024-10-09T16:48:06.719Z[ host-package] Compiling atomicwrites v0.4.4
21692024-10-09T16:48:06.881Z[ helios-setup] Oct 09 16:48:05.420 INFO clone ok!, project: bootserver
21702024-10-09T16:48:06.884Z[ helios-setup] Oct 09 16:48:05.420 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21712024-10-09T16:48:06.884Z[ helios-setup] Oct 09 16:48:05.421 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
21722024-10-09T16:48:06.884Z[ helios-setup] Oct 09 16:48:05.421 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21732024-10-09T16:48:06.887Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21742024-10-09T16:48:07.117Z[ host-package] Compiling num v0.4.3
21752024-10-09T16:48:07.246Z[ host-package] Compiling float-ord v0.3.2
21762024-10-09T16:48:07.339Z[ host-package] Compiling term v0.7.0
21772024-10-09T16:48:07.505Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21782024-10-09T16:48:07.544Z[ helios-setup] Oct 09 16:48:06.083 INFO clone ok!, project: pinprick
21792024-10-09T16:48:07.554Z[ helios-setup] Oct 09 16:48:06.084 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
21802024-10-09T16:48:07.554Z[ helios-setup] Oct 09 16:48:06.084 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21812024-10-09T16:48:07.554Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21822024-10-09T16:48:08.144Z[ host-package] Compiling prettyplease v0.2.22
21832024-10-09T16:48:08.479Z[ host-package] Compiling semver v0.1.20
21842024-10-09T16:48:08.665Z[ host-package] Compiling is-terminal v0.4.12
21852024-10-09T16:48:08.800Z[ host-package] Compiling utf-8 v0.7.6
21862024-10-09T16:48:09.052Z[ host-package] Compiling rustc_version v0.1.7
21872024-10-09T16:48:09.176Z[ host-package] Compiling highway v1.2.0
21882024-10-09T16:48:09.533Z[ host-package] Compiling newtype_derive v0.1.6
21892024-10-09T16:48:09.956Z[ host-package] Compiling humantime v2.1.0
21902024-10-09T16:48:09.978Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21912024-10-09T16:48:10.791Z[ host-package] Compiling linked-hash-map v0.5.6
21922024-10-09T16:48:10.831Z[ host-package] Compiling steno v0.4.1
21932024-10-09T16:48:10.948Z[ host-package] Compiling home v0.5.9
21942024-10-09T16:48:11.207Z[ host-package] Compiling lru-cache v0.1.2
21952024-10-09T16:48:11.227Z[ host-package] Compiling quick-error v1.2.3
21962024-10-09T16:48:11.400Z[ host-package] Compiling resolv-conf v0.7.0
21972024-10-09T16:48:12.787Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21982024-10-09T16:48:13.359Z[ host-package] Compiling rustls v0.22.4
21992024-10-09T16:48:13.397Z[ host-package] Compiling thread_local v1.1.8
22002024-10-09T16:48:13.949Z[ host-package] Compiling match_cfg v0.1.0
22012024-10-09T16:48:14.055Z[ host-package] Compiling hostname v0.3.1
22022024-10-09T16:48:14.327Z[ host-package] Compiling hickory-resolver v0.24.1
22032024-10-09T16:48:14.693Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22042024-10-09T16:48:15.893Z[ helios-setup] Oct 09 16:48:14.429 INFO clone ok!, project: amd-firmware
22052024-10-09T16:48:15.895Z[ helios-setup] Oct 09 16:48:14.430 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
22062024-10-09T16:48:15.895Z[ helios-setup] Oct 09 16:48:14.430 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22072024-10-09T16:48:15.898Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22082024-10-09T16:48:17.287Z[ helios-setup] Oct 09 16:48:15.823 INFO clone ok!, project: chelsio-t6-roms
22092024-10-09T16:48:17.289Z[ helios-setup] Oct 09 16:48:15.823 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22102024-10-09T16:48:18.321Z[ helios-setup] Oct 09 16:48:16.857 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22112024-10-09T16:48:18.966Z[ helios-setup] Oct 09 16:48:17.502 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22122024-10-09T16:48:18.968Z[ helios-setup] Oct 09 16:48:17.502 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22132024-10-09T16:48:19.515Z[ helios-setup] Oct 09 16:48:18.051 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22142024-10-09T16:48:20.038Z[ helios-setup] Oct 09 16:48:18.573 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22152024-10-09T16:48:20.038Z[ helios-setup] Oct 09 16:48:18.574 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22162024-10-09T16:48:20.142Z[ host-package] Compiling multer v3.1.0
22172024-10-09T16:48:20.280Z[ host-package] Compiling slog-async v2.8.0
22182024-10-09T16:48:20.375Z[ host-package] Compiling slog-json v2.6.1
22192024-10-09T16:48:20.717Z[ helios-setup] Oct 09 16:48:19.253 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22202024-10-09T16:48:20.826Z[ host-package] Compiling crossbeam-channel v0.5.12
22212024-10-09T16:48:21.276Z[ helios-setup] Oct 09 16:48:19.811 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22222024-10-09T16:48:21.276Z[ helios-setup] Oct 09 16:48:19.811 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22232024-10-09T16:48:21.278Z[ helios-setup] Oct 09 16:48:19.811 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22242024-10-09T16:48:21.278Z[ helios-setup] Oct 09 16:48:19.811 INFO ok!
22252024-10-09T16:48:21.278Z[ helios-setup] Oct 09 16:48:19.811 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22262024-10-09T16:48:21.278Z[ helios-setup] Oct 09 16:48:19.811 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22272024-10-09T16:48:21.279Z[ helios-setup] Oct 09 16:48:19.811 INFO ok!
22282024-10-09T16:48:21.279Z[ helios-setup] Oct 09 16:48:19.811 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22292024-10-09T16:48:21.279Z[ helios-setup] Oct 09 16:48:19.811 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22302024-10-09T16:48:21.279Z[ helios-setup] Oct 09 16:48:19.811 INFO ok!
22312024-10-09T16:48:21.279Z[ helios-setup] Oct 09 16:48:19.812 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22322024-10-09T16:48:21.279Z[ helios-setup] Oct 09 16:48:19.812 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22332024-10-09T16:48:21.604Z[ helios-setup] Oct 09 16:48:20.139 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22342024-10-09T16:48:21.609Z[ host-package] Compiling take_mut v0.2.2
22352024-10-09T16:48:22.016Z[ host-package] Compiling slog-bunyan v2.5.0
22362024-10-09T16:48:22.100Z[ helios-setup] Oct 09 16:48:20.635 INFO E| From https://github.com/jclulow/rust-jmclib
22372024-10-09T16:48:22.100Z[ helios-setup] Oct 09 16:48:20.635 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22382024-10-09T16:48:22.129Z[ helios-setup] Oct 09 16:48:20.664 INFO E| Updating crates.io index
22392024-10-09T16:48:22.319Z[ helios-setup] Oct 09 16:48:20.854 INFO E| Downloading crates ...
22402024-10-09T16:48:22.488Z[ helios-setup] Oct 09 16:48:21.019 INFO E| Downloaded fastrand v2.0.0
22412024-10-09T16:48:22.488Z[ helios-setup] Oct 09 16:48:21.022 INFO E| Downloaded digest v0.9.0
22422024-10-09T16:48:22.523Z[ helios-setup] Oct 09 16:48:21.058 INFO E| Downloaded toml v0.5.11
22432024-10-09T16:48:22.527Z[ helios-setup] Oct 09 16:48:21.062 INFO E| Downloaded proc-macro2 v1.0.66
22442024-10-09T16:48:22.531Z[ helios-setup] Oct 09 16:48:21.066 INFO E| Downloaded itoa v1.0.9
22452024-10-09T16:48:22.534Z[ helios-setup] Oct 09 16:48:21.068 INFO E| Downloaded walkdir v2.3.3
22462024-10-09T16:48:22.537Z[ helios-setup] Oct 09 16:48:21.071 INFO E| Downloaded libdevinfo-sys v1.0.0
22472024-10-09T16:48:22.537Z[ helios-setup] Oct 09 16:48:21.072 INFO E| Downloaded cpufeatures v0.2.9
22482024-10-09T16:48:22.540Z[ helios-setup] Oct 09 16:48:21.074 INFO E| Downloaded block-buffer v0.9.0
22492024-10-09T16:48:22.542Z[ helios-setup] Oct 09 16:48:21.075 INFO E| Downloaded uuid v0.8.2
22502024-10-09T16:48:22.545Z[ helios-setup] Oct 09 16:48:21.079 INFO E| Downloaded once_cell v1.18.0
22512024-10-09T16:48:22.548Z[ helios-setup] Oct 09 16:48:21.083 INFO E| Downloaded opaque-debug v0.3.0
22522024-10-09T16:48:22.578Z[ helios-setup] Oct 09 16:48:21.113 INFO E| Downloaded unicode-width v0.1.10
22532024-10-09T16:48:22.580Z[ helios-setup] Oct 09 16:48:21.115 INFO E| Downloaded md-5 v0.9.1
22542024-10-09T16:48:22.583Z[ helios-setup] Oct 09 16:48:21.118 INFO E| Downloaded getrandom v0.2.10
22552024-10-09T16:48:22.587Z[ helios-setup] Oct 09 16:48:21.122 INFO E| Downloaded tempfile v3.7.0
22562024-10-09T16:48:22.589Z[ helios-setup] Oct 09 16:48:21.125 INFO E| Downloaded unicode-ident v1.0.11
22572024-10-09T16:48:22.593Z[ helios-setup] Oct 09 16:48:21.128 INFO E| Downloaded sha-1 v0.9.8
22582024-10-09T16:48:22.597Z[ helios-setup] Oct 09 16:48:21.131 INFO E| Downloaded quote v1.0.31
22592024-10-09T16:48:22.600Z[ helios-setup] Oct 09 16:48:21.135 INFO E| Downloaded typenum v1.16.0
22602024-10-09T16:48:22.603Z[ helios-setup] Oct 09 16:48:21.138 INFO E| Downloaded serde_derive v1.0.193
22612024-10-09T16:48:22.606Z[ helios-setup] Oct 09 16:48:21.141 INFO E| Downloaded serde v1.0.193
22622024-10-09T16:48:22.611Z[ helios-setup] Oct 09 16:48:21.146 INFO E| Downloaded ryu v1.0.15
22632024-10-09T16:48:22.615Z[ helios-setup] Oct 09 16:48:21.150 INFO E| Downloaded serde_json v1.0.103
22642024-10-09T16:48:22.624Z[ helios-setup] Oct 09 16:48:21.160 INFO E| Downloaded bitflags v2.3.3
22652024-10-09T16:48:22.656Z[ helios-setup] Oct 09 16:48:21.191 INFO E| Downloaded syn v2.0.32
22662024-10-09T16:48:22.673Z[ helios-setup] Oct 09 16:48:21.208 INFO E| Downloaded rustix v0.38.4
22672024-10-09T16:48:22.726Z[ helios-setup] Oct 09 16:48:21.261 INFO E| Downloaded anyhow v1.0.72
22682024-10-09T16:48:22.732Z[ helios-setup] Oct 09 16:48:21.267 INFO E| Downloaded errno v0.3.1
22692024-10-09T16:48:22.734Z[ helios-setup] Oct 09 16:48:21.269 INFO E| Downloaded libc v0.2.147
22702024-10-09T16:48:22.954Z[ helios-setup] Oct 09 16:48:21.489 INFO E| Compiling libc v0.2.147
22712024-10-09T16:48:22.956Z[ helios-setup] Oct 09 16:48:21.489 INFO E| Compiling proc-macro2 v1.0.66
22722024-10-09T16:48:22.956Z[ helios-setup] Oct 09 16:48:21.489 INFO E| Compiling unicode-ident v1.0.11
22732024-10-09T16:48:22.956Z[ helios-setup] Oct 09 16:48:21.489 INFO E| Compiling cfg-if v1.0.0
22742024-10-09T16:48:22.956Z[ helios-setup] Oct 09 16:48:21.489 INFO E| Compiling typenum v1.16.0
22752024-10-09T16:48:22.956Z[ helios-setup] Oct 09 16:48:21.489 INFO E| Compiling version_check v0.9.4
22762024-10-09T16:48:22.956Z[ helios-setup] Oct 09 16:48:21.490 INFO E| Compiling serde v1.0.193
22772024-10-09T16:48:22.956Z[ helios-setup] Oct 09 16:48:21.490 INFO E| Compiling itoa v1.0.9
22782024-10-09T16:48:23.038Z[ host-package] Compiling tokio-rustls v0.25.0
22792024-10-09T16:48:23.179Z[ helios-setup] Oct 09 16:48:21.714 INFO E| Compiling slog v2.7.0
22802024-10-09T16:48:23.441Z[ helios-setup] Oct 09 16:48:21.976 INFO E| Compiling num-conv v0.1.0
22812024-10-09T16:48:23.502Z[ host-package] Compiling slog-term v2.9.1
22822024-10-09T16:48:23.582Z[ helios-setup] Oct 09 16:48:22.116 INFO E| Compiling time-core v0.1.2
22832024-10-09T16:48:24.005Z[ host-package] Compiling dropshot v0.12.0
22842024-10-09T16:48:24.042Z[ helios-setup] Oct 09 16:48:22.577 INFO E| Compiling rustix v0.38.4
22852024-10-09T16:48:24.117Z[ host-package] Compiling async-stream v0.3.5
22862024-10-09T16:48:24.154Z[ helios-setup] Oct 09 16:48:22.688 INFO E| Compiling powerfmt v0.2.0
22872024-10-09T16:48:24.250Z[ host-package] Compiling waitgroup v0.1.2
22882024-10-09T16:48:24.395Z[ helios-setup] Oct 09 16:48:22.929 INFO E| Compiling generic-array v0.14.7
22892024-10-09T16:48:24.401Z[ helios-setup] Oct 09 16:48:22.935 INFO E| Compiling time-macros v0.2.18
22902024-10-09T16:48:24.406Z[ helios-setup] Oct 09 16:48:22.941 INFO E| Compiling num_threads v0.1.6
22912024-10-09T16:48:24.574Z[ helios-setup] Oct 09 16:48:23.108 INFO E| Compiling once_cell v1.18.0
22922024-10-09T16:48:24.776Z[ host-package] Compiling newtype-uuid v1.1.0
22932024-10-09T16:48:24.874Z[ host-package] Compiling ipnetwork v0.20.0
22942024-10-09T16:48:25.082Z[ helios-setup] Oct 09 16:48:23.616 INFO E| Compiling deranged v0.3.11
22952024-10-09T16:48:25.336Z[ helios-setup] Oct 09 16:48:23.870 INFO E| Compiling bitflags v2.3.3
22962024-10-09T16:48:25.348Z[ helios-setup] Oct 09 16:48:23.882 INFO E| Compiling thread_local v1.1.7
22972024-10-09T16:48:25.461Z[ host-package] Compiling serde_path_to_error v0.1.16
22982024-10-09T16:48:25.548Z[ host-package] Compiling hostname v0.4.0
22992024-10-09T16:48:26.061Z[ host-package] Compiling instant v0.1.12
23002024-10-09T16:48:26.387Z[ helios-setup] Oct 09 16:48:24.921 INFO E| Compiling quote v1.0.31
23012024-10-09T16:48:26.490Z[ host-package] Compiling debug-ignore v1.0.5
23022024-10-09T16:48:26.559Z[ host-package] Compiling backoff v0.4.0
23032024-10-09T16:48:26.585Z[ helios-setup] Oct 09 16:48:25.119 INFO E| Compiling serde_json v1.0.103
23042024-10-09T16:48:27.145Z[ helios-setup] Oct 09 16:48:25.673 INFO E| Compiling syn v2.0.32
23052024-10-09T16:48:27.145Z[ helios-setup] Oct 09 16:48:25.673 INFO E| Compiling dirs-sys-next v0.1.2
23062024-10-09T16:48:27.152Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23072024-10-09T16:48:27.467Z[ helios-setup] Oct 09 16:48:26.000 INFO E| Compiling errno v0.3.1
23082024-10-09T16:48:27.587Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23092024-10-09T16:48:27.655Z[ helios-setup] Oct 09 16:48:26.189 INFO E| Compiling dirs-next v2.0.0
23102024-10-09T16:48:27.767Z[ helios-setup] Oct 09 16:48:26.301 INFO E| Compiling term v0.7.0
23112024-10-09T16:48:28.015Z[ helios-setup] Oct 09 16:48:26.549 INFO E| Compiling atty v0.2.14
23122024-10-09T16:48:28.210Z[ helios-setup] Oct 09 16:48:26.743 INFO E| Compiling fastrand v2.0.0
23132024-10-09T16:48:28.431Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
23142024-10-09T16:48:28.571Z[ host-package] Compiling parse-display v0.10.0
23152024-10-09T16:48:29.037Z[ helios-setup] Oct 09 16:48:27.570 INFO E| Compiling opaque-debug v0.3.0
23162024-10-09T16:48:29.120Z[ helios-setup] Oct 09 16:48:27.652 INFO E| Compiling anyhow v1.0.72
23172024-10-09T16:48:29.420Z[ helios-setup] Oct 09 16:48:27.954 INFO E| Compiling getrandom v0.2.10
23182024-10-09T16:48:29.534Z[ helios-setup] Oct 09 16:48:28.067 INFO E| Compiling unicode-width v0.1.10
23192024-10-09T16:48:29.712Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202024-10-09T16:48:29.926Z[ helios-setup] Oct 09 16:48:28.459 INFO E| Compiling time v0.3.36
23212024-10-09T16:48:29.932Z[ helios-setup] Oct 09 16:48:28.465 INFO E| Compiling digest v0.9.0
23222024-10-09T16:48:29.994Z[ helios-setup] Oct 09 16:48:28.521 INFO E| Compiling block-buffer v0.9.0
23232024-10-09T16:48:30.171Z[ helios-setup] Oct 09 16:48:28.704 INFO E| Compiling same-file v1.0.6
23242024-10-09T16:48:30.201Z[ host-package] Compiling strum v0.26.3
23252024-10-09T16:48:30.237Z[ helios-setup] Oct 09 16:48:28.770 INFO E| Compiling ryu v1.0.15
23262024-10-09T16:48:30.246Z[ helios-setup] Oct 09 16:48:28.779 INFO E| Compiling cpufeatures v0.2.9
23272024-10-09T16:48:30.330Z[ helios-setup] Oct 09 16:48:28.862 INFO E| Compiling sha-1 v0.9.8
23282024-10-09T16:48:30.632Z[ host-package] Compiling serde_with v3.9.0
23292024-10-09T16:48:30.845Z[ helios-setup] Oct 09 16:48:29.377 INFO E| Compiling walkdir v2.3.3
23302024-10-09T16:48:30.950Z[ helios-setup] Oct 09 16:48:29.483 INFO E| Compiling md-5 v0.9.1
23312024-10-09T16:48:31.468Z[ helios-setup] Oct 09 16:48:30.000 INFO E| Compiling tempfile v3.7.0
23322024-10-09T16:48:31.531Z[ helios-setup] Oct 09 16:48:30.064 INFO E| Compiling getopts v0.2.21
23332024-10-09T16:48:32.091Z[ helios-setup] Oct 09 16:48:30.623 INFO E| Compiling glob v0.3.1
23342024-10-09T16:48:32.361Z[ helios-setup] Oct 09 16:48:30.894 INFO E| Compiling libdevinfo-sys v1.0.0
23352024-10-09T16:48:33.744Z[ helios-setup] Oct 09 16:48:32.275 INFO E| Compiling slog-term v2.9.0
23362024-10-09T16:48:34.358Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23372024-10-09T16:48:36.809Z[ host-package] Compiling regress v0.9.1
23382024-10-09T16:48:37.980Z[ helios-setup] Oct 09 16:48:36.510 INFO E| Compiling serde_derive v1.0.193
23392024-10-09T16:48:38.058Z[ host-package] Compiling macaddr v1.0.1
23402024-10-09T16:48:38.563Z[ host-package] Compiling slog-dtrace v0.3.0
23412024-10-09T16:48:39.653Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23422024-10-09T16:48:40.180Z[ host-package] Compiling display-error-chain v0.2.1
23432024-10-09T16:48:40.358Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23442024-10-09T16:48:40.417Z[ host-package] Compiling half v2.4.1
23452024-10-09T16:48:40.851Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23462024-10-09T16:48:41.219Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23472024-10-09T16:48:41.647Z[ host-package] Compiling ciborium-io v0.2.2
23482024-10-09T16:48:41.831Z[ host-package] Compiling ciborium-ll v0.2.2
23492024-10-09T16:48:41.897Z[ host-package] Compiling tungstenite v0.21.0
23502024-10-09T16:48:42.476Z[ host-package] Compiling ciborium v0.2.2
23512024-10-09T16:48:43.273Z[ host-package] Compiling tokio-tungstenite v0.21.0
23522024-10-09T16:48:44.206Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23532024-10-09T16:48:44.861Z[ host-package] Compiling fastrand v2.1.0
23542024-10-09T16:48:45.443Z[ host-package] Compiling same-file v1.0.6
23552024-10-09T16:48:45.880Z[ host-package] Compiling walkdir v2.5.0
23562024-10-09T16:48:46.632Z[ host-package] Compiling tempfile v3.10.1
23572024-10-09T16:48:47.547Z[ host-package] Compiling ring v0.16.20
23582024-10-09T16:48:47.921Z[ host-package] Compiling blake3 v1.5.1
23592024-10-09T16:48:48.653Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23602024-10-09T16:48:50.602Z[ host-package] Compiling xattr v1.3.1
23612024-10-09T16:48:50.936Z[ host-package] Compiling memmap2 v0.9.4
23622024-10-09T16:48:51.453Z[ host-package] Compiling filetime v0.2.25
23632024-10-09T16:48:51.557Z[ host-package] Compiling keccak v0.1.5
23642024-10-09T16:48:51.788Z[ host-package] Compiling arrayvec v0.7.4
23652024-10-09T16:48:52.047Z[ helios-setup] Oct 09 16:48:50.574 INFO E| Compiling toml v0.5.11
23662024-10-09T16:48:52.047Z[ helios-setup] Oct 09 16:48:50.574 INFO E| Compiling uuid v0.8.2
23672024-10-09T16:48:52.599Z[ host-package] Compiling constant_time_eq v0.3.0
23682024-10-09T16:48:52.957Z[ host-package] Compiling spin v0.5.2
23692024-10-09T16:48:52.998Z[ host-package] Compiling untrusted v0.7.1
23702024-10-09T16:48:53.221Z[ host-package] Compiling arrayref v0.3.7
23712024-10-09T16:48:54.061Z[ helios-setup] Oct 09 16:48:52.587 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23722024-10-09T16:48:57.420Z[ host-package] Compiling sha3 v0.10.8
23732024-10-09T16:48:57.843Z[ helios-setup] Oct 09 16:48:56.368 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23742024-10-09T16:48:57.907Z[ host-package] Compiling tar v0.4.42
23752024-10-09T16:48:58.383Z[ host-package] Compiling camino-tempfile v1.1.1
23762024-10-09T16:48:59.085Z[ host-package] Compiling toolchain_find v0.4.0
23772024-10-09T16:49:00.200Z[ host-package] Compiling nibble_vec v0.1.0
23782024-10-09T16:49:00.500Z[ host-package] Compiling maplit v1.0.2
23792024-10-09T16:49:00.653Z[ host-package] Compiling endian-type v0.1.2
23802024-10-09T16:49:01.059Z[ host-package] Compiling topological-sort v0.2.2
23812024-10-09T16:49:01.265Z[ host-package] Compiling glob v0.3.1
23822024-10-09T16:49:01.321Z[ host-package] Compiling crunchy v0.2.2
23832024-10-09T16:49:02.005Z[ host-package] Compiling omicron-zone-package v0.11.1
23842024-10-09T16:49:02.183Z[ host-package] Compiling clang-sys v1.7.0
23852024-10-09T16:49:02.776Z[ host-package] Compiling radix_trie v0.2.1
23862024-10-09T16:49:02.973Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23872024-10-09T16:49:03.628Z[ host-package] Compiling tiny-keccak v2.0.2
23882024-10-09T16:49:03.816Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23892024-10-09T16:49:03.880Z[ host-package] Compiling dsl_auto_type v0.1.2
23902024-10-09T16:49:03.961Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23912024-10-09T16:49:04.223Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23922024-10-09T16:49:05.258Z[ host-package] Compiling secrecy v0.8.0
23932024-10-09T16:49:05.479Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23942024-10-09T16:49:05.668Z[ host-package] Compiling arc-swap v1.7.1
23952024-10-09T16:49:05.741Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23962024-10-09T16:49:06.010Z[ host-package] Compiling diesel_derives v2.2.2
23972024-10-09T16:49:06.417Z[ host-package] Compiling slog-scope v4.4.0
23982024-10-09T16:49:07.013Z[ host-package] Compiling r2d2 v0.8.10
23992024-10-09T16:49:07.950Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24002024-10-09T16:49:08.032Z[ host-package] Compiling ascii-canvas v3.0.0
24012024-10-09T16:49:08.202Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24022024-10-09T16:49:08.963Z[ host-package] Compiling universal-hash v0.5.1
24032024-10-09T16:49:09.282Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24042024-10-09T16:49:09.806Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24052024-10-09T16:49:10.402Z[ host-package] Compiling ena v0.14.3
24062024-10-09T16:49:10.924Z[ helios-setup] Oct 09 16:49:09.446 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.48s
24072024-10-09T16:49:10.955Z[ helios-setup] Oct 09 16:49:09.477 INFO building project "image-builder" ok (49 seconds)
24082024-10-09T16:49:10.955Z[ helios-setup] Oct 09 16:49:09.477 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24092024-10-09T16:49:10.958Z[ helios-setup] Oct 09 16:49:09.477 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24102024-10-09T16:49:11.089Z[ host-package] Compiling libloading v0.8.3
24112024-10-09T16:49:11.269Z[ helios-setup] Oct 09 16:49:09.791 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24122024-10-09T16:49:11.508Z[ host-package] Compiling opaque-debug v0.3.1
24132024-10-09T16:49:11.629Z[ host-package] Compiling bindgen v0.69.4
24142024-10-09T16:49:12.178Z[ host-package] Compiling regex-syntax v0.6.29
24152024-10-09T16:49:12.259Z[ host-package] Compiling diff v0.1.13
24162024-10-09T16:49:12.476Z[ helios-setup] Oct 09 16:49:10.998 INFO E| From https://github.com/oxidecomputer/progenitor
24172024-10-09T16:49:12.479Z[ helios-setup] Oct 09 16:49:10.998 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24182024-10-09T16:49:12.511Z[ helios-setup] Oct 09 16:49:11.032 INFO E| * [new tag] v0.1.1 -> v0.1.1
24192024-10-09T16:49:12.511Z[ helios-setup] Oct 09 16:49:11.032 INFO E| * [new tag] v0.2.0 -> v0.2.0
24202024-10-09T16:49:12.690Z[ helios-setup] Oct 09 16:49:11.212 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24212024-10-09T16:49:12.911Z[ host-package] Compiling thiserror-no-std v2.0.2
24222024-10-09T16:49:13.083Z[ host-package] Compiling poly1305 v0.8.0
24232024-10-09T16:49:13.200Z[ helios-setup] Oct 09 16:49:11.722 INFO E| From https://github.com/jclulow/hiercmd
24242024-10-09T16:49:13.203Z[ helios-setup] Oct 09 16:49:11.722 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24252024-10-09T16:49:13.221Z[ helios-setup] Oct 09 16:49:11.742 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24262024-10-09T16:49:13.776Z[ helios-setup] Oct 09 16:49:12.297 INFO E| From https://github.com/jclulow/network-interface
24272024-10-09T16:49:13.776Z[ helios-setup] Oct 09 16:49:12.297 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24282024-10-09T16:49:13.795Z[ helios-setup] Oct 09 16:49:12.316 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24292024-10-09T16:49:14.293Z[ helios-setup] Oct 09 16:49:12.813 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24302024-10-09T16:49:14.293Z[ helios-setup] Oct 09 16:49:12.813 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24312024-10-09T16:49:14.327Z[ helios-setup] Oct 09 16:49:12.848 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24322024-10-09T16:49:15.287Z[ helios-setup] Oct 09 16:49:13.808 INFO E| From https://github.com/oxidecomputer/facade
24332024-10-09T16:49:15.287Z[ helios-setup] Oct 09 16:49:13.808 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24342024-10-09T16:49:15.332Z[ helios-setup] Oct 09 16:49:13.852 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24352024-10-09T16:49:16.438Z[ helios-setup] Oct 09 16:49:14.958 INFO E| From https://github.com/oxidecomputer/dropshot
24362024-10-09T16:49:16.438Z[ helios-setup] Oct 09 16:49:14.958 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24372024-10-09T16:49:16.475Z[ helios-setup] Oct 09 16:49:14.995 INFO E| * [new tag] v0.3.0 -> v0.3.0
24382024-10-09T16:49:16.475Z[ helios-setup] Oct 09 16:49:14.995 INFO E| * [new tag] v0.4.0 -> v0.4.0
24392024-10-09T16:49:16.477Z[ helios-setup] Oct 09 16:49:14.996 INFO E| * [new tag] v0.5.0 -> v0.5.0
24402024-10-09T16:49:16.478Z[ helios-setup] Oct 09 16:49:14.996 INFO E| * [new tag] v0.5.1 -> v0.5.1
24412024-10-09T16:49:16.478Z[ helios-setup] Oct 09 16:49:14.996 INFO E| * [new tag] v0.6.0 -> v0.6.0
24422024-10-09T16:49:16.478Z[ helios-setup] Oct 09 16:49:14.996 INFO E| * [new tag] v0.7.0 -> v0.7.0
24432024-10-09T16:49:16.478Z[ helios-setup] Oct 09 16:49:14.996 INFO E| * [new tag] v0.8.0 -> v0.8.0
24442024-10-09T16:49:16.478Z[ helios-setup] Oct 09 16:49:14.996 INFO E| * [new tag] v0.9.0 -> v0.9.0
24452024-10-09T16:49:16.528Z[ helios-setup] Oct 09 16:49:15.049 INFO E| Updating crates.io index
24462024-10-09T16:49:16.648Z[ helios-setup] Oct 09 16:49:15.168 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24472024-10-09T16:49:17.665Z[ helios-setup] Oct 09 16:49:16.185 INFO E| From https://github.com/oxidecomputer/typify
24482024-10-09T16:49:17.666Z[ helios-setup] Oct 09 16:49:16.185 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24492024-10-09T16:49:17.696Z[ helios-setup] Oct 09 16:49:16.216 INFO E| * [new tag] v0.0.10 -> v0.0.10
24502024-10-09T16:49:17.696Z[ helios-setup] Oct 09 16:49:16.216 INFO E| * [new tag] v0.0.11 -> v0.0.11
24512024-10-09T16:49:17.699Z[ helios-setup] Oct 09 16:49:16.216 INFO E| * [new tag] v0.0.4 -> v0.0.4
24522024-10-09T16:49:17.699Z[ helios-setup] Oct 09 16:49:16.216 INFO E| * [new tag] v0.0.5 -> v0.0.5
24532024-10-09T16:49:17.699Z[ helios-setup] Oct 09 16:49:16.216 INFO E| * [new tag] v0.0.7 -> v0.0.7
24542024-10-09T16:49:17.699Z[ helios-setup] Oct 09 16:49:16.216 INFO E| * [new tag] v0.0.8 -> v0.0.8
24552024-10-09T16:49:17.699Z[ helios-setup] Oct 09 16:49:16.216 INFO E| * [new tag] v0.0.9 -> v0.0.9
24562024-10-09T16:49:17.734Z[ host-package] Compiling lalrpop v0.19.12
24572024-10-09T16:49:18.182Z[ host-package] Compiling diesel v2.2.4
24582024-10-09T16:49:18.214Z[ helios-setup] Oct 09 16:49:16.734 INFO E| Downloading crates ...
24592024-10-09T16:49:18.470Z[ helios-setup] Oct 09 16:49:16.990 INFO E| Downloaded want v0.3.0
24602024-10-09T16:49:18.472Z[ helios-setup] Oct 09 16:49:16.992 INFO E| Downloaded serde_derive v1.0.204
24612024-10-09T16:49:18.476Z[ helios-setup] Oct 09 16:49:16.996 INFO E| Downloaded autocfg v1.1.0
24622024-10-09T16:49:18.480Z[ helios-setup] Oct 09 16:49:16.999 INFO E| Downloaded toolchain_find v0.2.0
24632024-10-09T16:49:18.482Z[ helios-setup] Oct 09 16:49:17.001 INFO E| Downloaded serde_spanned v0.6.1
24642024-10-09T16:49:18.485Z[ helios-setup] Oct 09 16:49:17.004 INFO E| Downloaded const-random-macro v0.1.15
24652024-10-09T16:49:18.487Z[ helios-setup] Oct 09 16:49:17.006 INFO E| Downloaded thiserror-impl v1.0.38
24662024-10-09T16:49:18.489Z[ helios-setup] Oct 09 16:49:17.008 INFO E| Downloaded strsim v0.10.0
24672024-10-09T16:49:18.492Z[ helios-setup] Oct 09 16:49:17.010 INFO E| Downloaded built v0.6.0
24682024-10-09T16:49:18.494Z[ helios-setup] Oct 09 16:49:17.012 INFO E| Downloaded futures-macro v0.3.28
24692024-10-09T16:49:18.494Z[ helios-setup] Oct 09 16:49:17.014 INFO E| Downloaded sha2 v0.10.6
24702024-10-09T16:49:18.497Z[ helios-setup] Oct 09 16:49:17.017 INFO E| Downloaded toml_datetime v0.6.1
24712024-10-09T16:49:18.502Z[ helios-setup] Oct 09 16:49:17.019 INFO E| Downloaded smawk v0.3.1
24722024-10-09T16:49:18.505Z[ helios-setup] Oct 09 16:49:17.021 INFO E| Downloaded semver-parser v0.10.2
24732024-10-09T16:49:18.505Z[ helios-setup] Oct 09 16:49:17.024 INFO E| Downloaded slab v0.4.7
24742024-10-09T16:49:18.508Z[ helios-setup] Oct 09 16:49:17.025 INFO E| Downloaded tokio-rustls v0.24.0
24752024-10-09T16:49:18.511Z[ helios-setup] Oct 09 16:49:17.028 INFO E| Downloaded tempfile v3.5.0
24762024-10-09T16:49:18.513Z[ helios-setup] Oct 09 16:49:17.031 INFO E| Downloaded semver v1.0.17
24772024-10-09T16:49:18.516Z[ helios-setup] Oct 09 16:49:17.035 INFO E| Downloaded http-body v0.4.5
24782024-10-09T16:49:18.518Z[ helios-setup] Oct 09 16:49:17.037 INFO E| Downloaded const-random v0.1.15
24792024-10-09T16:49:18.521Z[ helios-setup] Oct 09 16:49:17.039 INFO E| Downloaded sct v0.7.0
24802024-10-09T16:49:18.525Z[ helios-setup] Oct 09 16:49:17.045 INFO E| Downloaded concolor-override v1.0.0
24812024-10-09T16:49:18.527Z[ helios-setup] Oct 09 16:49:17.046 INFO E| Downloaded textwrap v0.16.0
24822024-10-09T16:49:18.532Z[ helios-setup] Oct 09 16:49:17.052 INFO E| Downloaded project-root v0.2.2
24832024-10-09T16:49:18.534Z[ helios-setup] Oct 09 16:49:17.053 INFO E| Downloaded unicode-bidi v0.3.13
24842024-10-09T16:49:18.537Z[ helios-setup] Oct 09 16:49:17.057 INFO E| Downloaded ucd-trie v0.1.5
24852024-10-09T16:49:18.540Z[ helios-setup] Oct 09 16:49:17.060 INFO E| Downloaded num_enum v0.5.7
24862024-10-09T16:49:18.548Z[ helios-setup] Oct 09 16:49:17.067 INFO E| Downloaded url v2.3.1
24872024-10-09T16:49:18.553Z[ helios-setup] Oct 09 16:49:17.073 INFO E| Downloaded try-lock v0.2.4
24882024-10-09T16:49:18.555Z[ helios-setup] Oct 09 16:49:17.075 INFO E| Downloaded serde_yaml v0.9.21
24892024-10-09T16:49:18.561Z[ helios-setup] Oct 09 16:49:17.081 INFO E| Downloaded rustls-webpki v0.100.1
24902024-10-09T16:49:18.572Z[ helios-setup] Oct 09 16:49:17.092 INFO E| Downloaded unicode-linebreak v0.1.4
24912024-10-09T16:49:18.575Z[ helios-setup] Oct 09 16:49:17.095 INFO E| Downloaded tokio-macros v2.0.0
24922024-10-09T16:49:18.578Z[ helios-setup] Oct 09 16:49:17.097 INFO E| Downloaded thiserror v1.0.38
24932024-10-09T16:49:18.587Z[ helios-setup] Oct 09 16:49:17.105 INFO E| Downloaded either v1.8.0
24942024-10-09T16:49:18.589Z[ helios-setup] Oct 09 16:49:17.109 INFO E| Downloaded tokio-tungstenite v0.18.0
24952024-10-09T16:49:18.593Z[ helios-setup] Oct 09 16:49:17.113 INFO E| Downloaded tokio-util v0.7.7
24962024-10-09T16:49:18.604Z[ helios-setup] Oct 09 16:49:17.123 INFO E| Downloaded num_cpus v1.15.0
24972024-10-09T16:49:18.608Z[ helios-setup] Oct 09 16:49:17.128 INFO E| Downloaded uuid v1.3.0
24982024-10-09T16:49:18.615Z[ helios-setup] Oct 09 16:49:17.135 INFO E| Downloaded toml v0.7.3
24992024-10-09T16:49:18.635Z[ helios-setup] Oct 09 16:49:17.155 INFO E| Downloaded tracing v0.1.37
25002024-10-09T16:49:18.642Z[ helios-setup] Oct 09 16:49:17.162 INFO E| Downloaded winnow v0.4.1
25012024-10-09T16:49:18.657Z[ helios-setup] Oct 09 16:49:17.177 INFO E| Downloaded unicode-normalization v0.1.22
25022024-10-09T16:49:18.663Z[ helios-setup] Oct 09 16:49:17.183 INFO E| Downloaded syn v2.0.72
25032024-10-09T16:49:18.681Z[ helios-setup] Oct 09 16:49:17.201 INFO E| Downloaded rustls v0.21.0
25042024-10-09T16:49:18.700Z[ helios-setup] Oct 09 16:49:17.220 INFO E| Downloaded pin-project-lite v0.2.9
25052024-10-09T16:49:18.708Z[ helios-setup] Oct 09 16:49:17.228 INFO E| Downloaded tokio v1.27.0
25062024-10-09T16:49:18.760Z[ helios-setup] Oct 09 16:49:17.280 INFO E| Downloaded rhai_codegen v1.5.0
25072024-10-09T16:49:18.773Z[ helios-setup] Oct 09 16:49:17.293 INFO E| Downloaded rayon-core v1.10.2
25082024-10-09T16:49:18.779Z[ helios-setup] Oct 09 16:49:17.299 INFO E| Downloaded base64 v0.21.0
25092024-10-09T16:49:18.786Z[ helios-setup] Oct 09 16:49:17.305 INFO E| Downloaded futures v0.3.28
25102024-10-09T16:49:18.794Z[ helios-setup] Oct 09 16:49:17.314 INFO E| Downloaded mio v0.8.5
25112024-10-09T16:49:18.804Z[ helios-setup] Oct 09 16:49:17.324 INFO E| Downloaded http v0.2.9
25122024-10-09T16:49:18.810Z[ helios-setup] Oct 09 16:49:17.329 INFO E| Downloaded pest v2.5.7
25132024-10-09T16:49:18.817Z[ helios-setup] Oct 09 16:49:17.337 INFO E| Downloaded crossbeam-channel v0.5.6
25142024-10-09T16:49:18.824Z[ helios-setup] Oct 09 16:49:17.344 INFO E| Downloaded aho-corasick v0.7.20
25152024-10-09T16:49:18.830Z[ helios-setup] Oct 09 16:49:17.350 INFO E| Downloaded flate2 v1.0.25
25162024-10-09T16:49:18.838Z[ helios-setup] Oct 09 16:49:17.358 INFO E| Downloaded reqwest v0.11.16
25172024-10-09T16:49:18.851Z[ helios-setup] Oct 09 16:49:17.371 INFO E| Downloaded clap_builder v4.2.1
25182024-10-09T16:49:18.863Z[ helios-setup] Oct 09 16:49:17.382 INFO E| Downloaded chrono v0.4.24
25192024-10-09T16:49:18.876Z[ helios-setup] Oct 09 16:49:17.395 INFO E| Downloaded rayon v1.6.1
25202024-10-09T16:49:18.889Z[ helios-setup] Oct 09 16:49:17.408 INFO E| Downloaded hyper v0.14.25
25212024-10-09T16:49:18.901Z[ helios-setup] Oct 09 16:49:17.421 INFO E| Downloaded git2 v0.16.1
25222024-10-09T16:49:18.915Z[ helios-setup] Oct 09 16:49:17.433 INFO E| Downloaded regex v1.7.3
25232024-10-09T16:49:18.926Z[ helios-setup] Oct 09 16:49:17.446 INFO E| Downloaded regress v0.5.0
25242024-10-09T16:49:18.938Z[ helios-setup] Oct 09 16:49:17.458 INFO E| Downloaded futures-util v0.3.28
25252024-10-09T16:49:18.964Z[ helios-setup] Oct 09 16:49:17.483 INFO E| Downloaded rustix v0.37.3
25262024-10-09T16:49:18.993Z[ helios-setup] Oct 09 16:49:17.512 INFO E| Downloaded rhai v1.14.0
25272024-10-09T16:49:19.016Z[ helios-setup] Oct 09 16:49:17.533 INFO E| Downloaded openapiv3 v1.0.2
25282024-10-09T16:49:19.035Z[ helios-setup] Oct 09 16:49:17.554 INFO E| Downloaded h2 v0.3.16
25292024-10-09T16:49:19.046Z[ helios-setup] Oct 09 16:49:17.566 INFO E| Downloaded cc v1.0.78
25302024-10-09T16:49:19.050Z[ helios-setup] Oct 09 16:49:17.570 INFO E| Downloaded parking_lot v0.12.1
25312024-10-09T16:49:19.055Z[ helios-setup] Oct 09 16:49:17.574 INFO E| Downloaded miniz_oxide v0.6.2
25322024-10-09T16:49:19.059Z[ helios-setup] Oct 09 16:49:17.578 INFO E| Downloaded clap v4.2.1
25332024-10-09T16:49:19.077Z[ helios-setup] Oct 09 16:49:17.594 INFO E| Downloaded libc v0.2.139
25342024-10-09T16:49:19.117Z[ helios-setup] Oct 09 16:49:17.636 INFO E| Downloaded crossbeam-epoch v0.9.13
25352024-10-09T16:49:19.121Z[ helios-setup] Oct 09 16:49:17.641 INFO E| Downloaded syn v1.0.107
25362024-10-09T16:49:19.140Z[ helios-setup] Oct 09 16:49:17.660 INFO E| Downloaded num-traits v0.2.15
25372024-10-09T16:49:19.145Z[ helios-setup] Oct 09 16:49:17.664 INFO E| Downloaded memchr v2.5.0
25382024-10-09T16:49:19.152Z[ helios-setup] Oct 09 16:49:17.672 INFO E| Downloaded bytes v1.4.0
25392024-10-09T16:49:19.159Z[ helios-setup] Oct 09 16:49:17.679 INFO E| Downloaded ahash v0.7.6
25402024-10-09T16:49:19.164Z[ helios-setup] Oct 09 16:49:17.684 INFO E| Downloaded io-lifetimes v1.0.10
25412024-10-09T16:49:19.169Z[ helios-setup] Oct 09 16:49:17.688 INFO E| Downloaded paste v1.0.12
25422024-10-09T16:49:19.174Z[ helios-setup] Oct 09 16:49:17.694 INFO E| Downloaded log v0.4.17
25432024-10-09T16:49:19.178Z[ helios-setup] Oct 09 16:49:17.698 INFO E| Downloaded getrandom v0.2.8
25442024-10-09T16:49:19.183Z[ helios-setup] Oct 09 16:49:17.703 INFO E| Downloaded clap_derive v4.2.0
25452024-10-09T16:49:19.187Z[ helios-setup] Oct 09 16:49:17.707 INFO E| Downloaded camino v1.1.4
25462024-10-09T16:49:19.190Z[ helios-setup] Oct 09 16:49:17.710 INFO E| Downloaded byteorder v1.4.3
25472024-10-09T16:49:19.193Z[ helios-setup] Oct 09 16:49:17.713 INFO E| Downloaded async-trait v0.1.68
25482024-10-09T16:49:19.199Z[ helios-setup] Oct 09 16:49:17.719 INFO E| Downloaded toml_edit v0.19.8
25492024-10-09T16:49:19.248Z[ helios-setup] Oct 09 16:49:17.767 INFO E| Downloaded parking_lot_core v0.9.6
25502024-10-09T16:49:19.251Z[ helios-setup] Oct 09 16:49:17.771 INFO E| Downloaded once_cell v1.17.0
25512024-10-09T16:49:19.255Z[ helios-setup] Oct 09 16:49:17.775 INFO E| Downloaded anyhow v1.0.68
25522024-10-09T16:49:19.261Z[ helios-setup] Oct 09 16:49:17.781 INFO E| Downloaded crossbeam-utils v0.8.14
25532024-10-09T16:49:19.266Z[ helios-setup] Oct 09 16:49:17.785 INFO E| Downloaded encoding_rs v0.8.32
25542024-10-09T16:49:19.354Z[ helios-setup] Oct 09 16:49:17.874 INFO E| Downloaded ahash v0.8.3
25552024-10-09T16:49:19.358Z[ helios-setup] Oct 09 16:49:17.878 INFO E| Downloaded unsafe-libyaml v0.2.8
25562024-10-09T16:49:19.369Z[ helios-setup] Oct 09 16:49:17.888 INFO E| Downloaded unicode-ident v1.0.8
25572024-10-09T16:49:19.375Z[ helios-setup] Oct 09 16:49:17.894 INFO E| Downloaded tungstenite v0.18.0
25582024-10-09T16:49:19.381Z[ helios-setup] Oct 09 16:49:17.900 INFO E| Downloaded socket2 v0.4.9
25592024-10-09T16:49:19.385Z[ helios-setup] Oct 09 16:49:17.904 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25602024-10-09T16:49:19.498Z[ helios-setup] Oct 09 16:49:18.018 INFO E| Downloaded smartstring v1.0.1
25612024-10-09T16:49:19.502Z[ helios-setup] Oct 09 16:49:18.022 INFO E| Downloaded quote v1.0.36
25622024-10-09T16:49:19.509Z[ helios-setup] Oct 09 16:49:18.026 INFO E| Downloaded proc-macro-crate v1.2.1
25632024-10-09T16:49:19.511Z[ helios-setup] Oct 09 16:49:18.028 INFO E| Downloaded num_enum_derive v0.5.7
25642024-10-09T16:49:19.511Z[ helios-setup] Oct 09 16:49:18.030 INFO E| Downloaded jobserver v0.1.26
25652024-10-09T16:49:19.514Z[ helios-setup] Oct 09 16:49:18.033 INFO E| Downloaded ipnet v2.7.2
25662024-10-09T16:49:19.517Z[ helios-setup] Oct 09 16:49:18.036 INFO E| Downloaded anstyle-parse v0.1.1
25672024-10-09T16:49:19.519Z[ helios-setup] Oct 09 16:49:18.038 INFO E| Downloaded is-terminal v0.4.7
25682024-10-09T16:49:19.522Z[ helios-setup] Oct 09 16:49:18.040 INFO E| Downloaded time v0.1.45
25692024-10-09T16:49:19.524Z[ helios-setup] Oct 09 16:49:18.043 INFO E| Downloaded terminal_size v0.2.6
25702024-10-09T16:49:19.527Z[ helios-setup] Oct 09 16:49:18.045 INFO E| Downloaded signal-hook-registry v1.4.0
25712024-10-09T16:49:19.529Z[ helios-setup] Oct 09 16:49:18.047 INFO E| Downloaded serde v1.0.204
25722024-10-09T16:49:19.533Z[ helios-setup] Oct 09 16:49:18.053 INFO E| Downloaded libz-sys v1.1.8
25732024-10-09T16:49:19.642Z[ helios-setup] Oct 09 16:49:18.162 INFO E| Downloaded num-integer v0.1.45
25742024-10-09T16:49:19.645Z[ helios-setup] Oct 09 16:49:18.164 INFO E| Downloaded httpdate v1.0.2
25752024-10-09T16:49:19.647Z[ helios-setup] Oct 09 16:49:18.166 INFO E| Downloaded home v0.5.4
25762024-10-09T16:49:19.650Z[ helios-setup] Oct 09 16:49:18.168 INFO E| Downloaded futures-sink v0.3.28
25772024-10-09T16:49:19.650Z[ helios-setup] Oct 09 16:49:18.169 INFO E| Downloaded futures-io v0.3.28
25782024-10-09T16:49:19.652Z[ helios-setup] Oct 09 16:49:18.171 INFO E| Downloaded futures-core v0.3.28
25792024-10-09T16:49:19.655Z[ helios-setup] Oct 09 16:49:18.173 INFO E| Downloaded digest v0.10.6
25802024-10-09T16:49:19.658Z[ helios-setup] Oct 09 16:49:18.176 INFO E| Downloaded cpufeatures v0.2.5
25812024-10-09T16:49:19.660Z[ helios-setup] Oct 09 16:49:18.178 INFO E| Downloaded block-buffer v0.10.3
25822024-10-09T16:49:19.660Z[ helios-setup] Oct 09 16:49:18.179 INFO E| Downloaded fastrand v1.9.0
25832024-10-09T16:49:19.663Z[ helios-setup] Oct 09 16:49:18.181 INFO E| Downloaded serde_json v1.0.95
25842024-10-09T16:49:19.674Z[ helios-setup] Oct 09 16:49:18.194 INFO E| Downloaded rustfmt-wrapper v0.2.0
25852024-10-09T16:49:19.677Z[ helios-setup] Oct 09 16:49:18.196 INFO E| Downloaded lock_api v0.4.9
25862024-10-09T16:49:19.679Z[ helios-setup] Oct 09 16:49:18.198 INFO E| Downloaded iana-time-zone v0.1.56
25872024-10-09T16:49:19.682Z[ helios-setup] Oct 09 16:49:18.201 INFO E| Downloaded cargo-lock v8.0.3
25882024-10-09T16:49:19.686Z[ helios-setup] Oct 09 16:49:18.206 INFO E| Downloaded anstyle v0.3.5
25892024-10-09T16:49:19.688Z[ helios-setup] Oct 09 16:49:18.208 INFO E| Downloaded slog-async v2.7.0
25902024-10-09T16:49:19.691Z[ helios-setup] Oct 09 16:49:18.210 INFO E| Downloaded serde_tokenstream v0.2.0
25912024-10-09T16:49:19.696Z[ helios-setup] Oct 09 16:49:18.216 INFO E| Downloaded ryu v1.0.13
25922024-10-09T16:49:19.701Z[ helios-setup] Oct 09 16:49:18.221 INFO E| Downloaded itoa v1.0.6
25932024-10-09T16:49:19.704Z[ helios-setup] Oct 09 16:49:18.223 INFO E| Downloaded generic-array v0.14.6
25942024-10-09T16:49:19.706Z[ helios-setup] Oct 09 16:49:18.225 INFO E| Downloaded futures-executor v0.3.28
25952024-10-09T16:49:19.709Z[ helios-setup] Oct 09 16:49:18.227 INFO E| Downloaded dyn-clone v1.0.11
25962024-10-09T16:49:19.711Z[ helios-setup] Oct 09 16:49:18.230 INFO E| Downloaded slog-bunyan v2.4.0
25972024-10-09T16:49:19.714Z[ helios-setup] Oct 09 16:49:18.231 INFO E| Downloaded sha1 v0.10.5
25982024-10-09T16:49:19.717Z[ helios-setup] Oct 09 16:49:18.234 INFO E| Downloaded serde_path_to_error v0.1.11
25992024-10-09T16:49:19.719Z[ helios-setup] Oct 09 16:49:18.236 INFO E| Downloaded serde_derive_internals v0.26.0
26002024-10-09T16:49:19.719Z[ helios-setup] Oct 09 16:49:18.239 INFO E| Downloaded crossbeam-deque v0.8.2
26012024-10-09T16:49:19.722Z[ helios-setup] Oct 09 16:49:18.241 INFO E| Downloaded concolor-query v0.3.3
26022024-10-09T16:49:19.725Z[ helios-setup] Oct 09 16:49:18.242 INFO E| Downloaded tracing-core v0.1.30
26032024-10-09T16:49:19.728Z[ helios-setup] Oct 09 16:49:18.246 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26042024-10-09T16:49:19.731Z[ helios-setup] Oct 09 16:49:18.249 INFO E| Downloaded pkg-config v0.3.26
26052024-10-09T16:49:19.735Z[ helios-setup] Oct 09 16:49:18.251 INFO E| Downloaded percent-encoding v2.2.0
26062024-10-09T16:49:19.735Z[ helios-setup] Oct 09 16:49:18.252 INFO E| Downloaded memoffset v0.7.1
26072024-10-09T16:49:19.739Z[ helios-setup] Oct 09 16:49:18.254 INFO E| Downloaded futures-task v0.3.28
26082024-10-09T16:49:19.739Z[ helios-setup] Oct 09 16:49:18.256 INFO E| Downloaded lazy_static v1.4.0
26092024-10-09T16:49:19.742Z[ helios-setup] Oct 09 16:49:18.258 INFO E| Downloaded futures-channel v0.3.28
26102024-10-09T16:49:19.744Z[ helios-setup] Oct 09 16:49:18.262 INFO E| Downloaded semver v0.11.0
26112024-10-09T16:49:19.749Z[ helios-setup] Oct 09 16:49:18.264 INFO E| Downloaded scopeguard v1.1.0
26122024-10-09T16:49:19.749Z[ helios-setup] Oct 09 16:49:18.266 INFO E| Downloaded rustls-pemfile v1.0.2
26132024-10-09T16:49:19.752Z[ helios-setup] Oct 09 16:49:18.269 INFO E| Downloaded smallvec v1.10.0
26142024-10-09T16:49:19.756Z[ helios-setup] Oct 09 16:49:18.272 INFO E| Downloaded schemars v0.8.12
26152024-10-09T16:49:19.789Z[ helios-setup] Oct 09 16:49:18.292 INFO E| Downloaded bincode v1.3.3
26162024-10-09T16:49:19.790Z[ helios-setup] Oct 09 16:49:18.296 INFO E| Downloaded form_urlencoded v1.1.0
26172024-10-09T16:49:19.790Z[ helios-setup] Oct 09 16:49:18.297 INFO E| Downloaded clap_lex v0.4.1
26182024-10-09T16:49:19.790Z[ helios-setup] Oct 09 16:49:18.299 INFO E| Downloaded schemars_derive v0.8.12
26192024-10-09T16:49:19.790Z[ helios-setup] Oct 09 16:49:18.301 INFO E| Downloaded anstream v0.2.6
26202024-10-09T16:49:20.183Z[ helios-setup] Oct 09 16:49:18.702 INFO E| Compiling proc-macro2 v1.0.86
26212024-10-09T16:49:20.183Z[ helios-setup] Oct 09 16:49:18.703 INFO E| Compiling libc v0.2.139
26222024-10-09T16:49:20.183Z[ helios-setup] Oct 09 16:49:18.703 INFO E| Compiling unicode-ident v1.0.8
26232024-10-09T16:49:20.201Z[ helios-setup] Oct 09 16:49:18.703 INFO E| Compiling autocfg v1.1.0
26242024-10-09T16:49:20.201Z[ helios-setup] Oct 09 16:49:18.703 INFO E| Compiling cfg-if v1.0.0
26252024-10-09T16:49:20.201Z[ helios-setup] Oct 09 16:49:18.703 INFO E| Compiling version_check v0.9.4
26262024-10-09T16:49:20.201Z[ helios-setup] Oct 09 16:49:18.703 INFO E| Compiling serde v1.0.204
26272024-10-09T16:49:20.201Z[ helios-setup] Oct 09 16:49:18.703 INFO E| Compiling syn v1.0.107
26282024-10-09T16:49:20.446Z[ helios-setup] Oct 09 16:49:18.966 INFO E| Compiling memchr v2.5.0
26292024-10-09T16:49:20.903Z[ helios-setup] Oct 09 16:49:19.422 INFO E| Compiling once_cell v1.17.0
26302024-10-09T16:49:21.649Z[ helios-setup] Oct 09 16:49:20.168 INFO E| Compiling log v0.4.17
26312024-10-09T16:49:21.860Z[ helios-setup] Oct 09 16:49:20.378 INFO E| Compiling thiserror v1.0.38
26322024-10-09T16:49:22.164Z[ helios-setup] Oct 09 16:49:20.683 INFO E| Compiling serde_json v1.0.95
26332024-10-09T16:49:22.464Z[ helios-setup] Oct 09 16:49:20.983 INFO E| Compiling itoa v1.0.6
26342024-10-09T16:49:23.475Z[ helios-setup] Oct 09 16:49:21.993 INFO E| Compiling indexmap v1.9.3
26352024-10-09T16:49:23.549Z[ helios-setup] Oct 09 16:49:22.068 INFO E| Compiling scopeguard v1.1.0
26362024-10-09T16:49:23.639Z[ helios-setup] Oct 09 16:49:22.158 INFO E| Compiling pin-project-lite v0.2.9
26372024-10-09T16:49:24.020Z[ helios-setup] Oct 09 16:49:22.538 INFO E| Compiling quote v1.0.36
26382024-10-09T16:49:24.261Z[ helios-setup] Oct 09 16:49:22.779 INFO E| Compiling num-integer v0.1.45
26392024-10-09T16:49:24.383Z[ helios-setup] Oct 09 16:49:22.902 INFO E| Compiling bytes v1.4.0
26402024-10-09T16:49:24.583Z[ helios-setup] Oct 09 16:49:23.102 INFO E| Compiling jobserver v0.1.26
26412024-10-09T16:49:24.997Z[ helios-setup] Oct 09 16:49:23.515 INFO E| Compiling syn v2.0.72
26422024-10-09T16:49:25.203Z[ helios-setup] Oct 09 16:49:23.721 INFO E| Compiling getrandom v0.2.8
26432024-10-09T16:49:25.283Z[ helios-setup] Oct 09 16:49:23.801 INFO E| Compiling cc v1.0.78
26442024-10-09T16:49:26.021Z[ helios-setup] Oct 09 16:49:24.538 INFO E| Compiling futures-core v0.3.28
26452024-10-09T16:49:27.033Z[ helios-setup] Oct 09 16:49:25.550 INFO E| Compiling ryu v1.0.13
26462024-10-09T16:49:27.630Z[ helios-setup] Oct 09 16:49:26.113 INFO E| Compiling lock_api v0.4.9
26472024-10-09T16:49:27.876Z[ helios-setup] Oct 09 16:49:26.393 INFO E| Compiling bitflags v1.3.2
26482024-10-09T16:49:28.158Z[ helios-setup] Oct 09 16:49:26.675 INFO E| Compiling parking_lot_core v0.9.6
26492024-10-09T16:49:28.205Z[ helios-setup] Oct 09 16:49:26.723 INFO E| Compiling typenum v1.16.0
26502024-10-09T16:49:28.353Z[ helios-setup] Oct 09 16:49:26.871 INFO E| Compiling num_cpus v1.15.0
26512024-10-09T16:49:28.629Z[ helios-setup] Oct 09 16:49:27.147 INFO E| Compiling slab v0.4.7
26522024-10-09T16:49:28.694Z[ helios-setup] Oct 09 16:49:27.211 INFO E| Compiling generic-array v0.14.6
26532024-10-09T16:49:28.741Z[ helios-setup] Oct 09 16:49:27.259 INFO E| Compiling futures-channel v0.3.28
26542024-10-09T16:49:29.317Z[ helios-setup] Oct 09 16:49:27.833 INFO E| Compiling futures-sink v0.3.28
26552024-10-09T16:49:29.373Z[ helios-setup] Oct 09 16:49:27.890 INFO E| Compiling futures-task v0.3.28
26562024-10-09T16:49:29.593Z[ helios-setup] Oct 09 16:49:28.110 INFO E| Compiling tokio v1.27.0
26572024-10-09T16:49:29.627Z[ host-package] Compiling slog-stdlog v4.1.1
26582024-10-09T16:49:30.028Z[ helios-setup] Oct 09 16:49:28.545 INFO E| Compiling futures-util v0.3.28
26592024-10-09T16:49:30.234Z[ helios-setup] Oct 09 16:49:28.751 INFO E| Compiling schemars v0.8.12
26602024-10-09T16:49:31.117Z[ helios-setup] Oct 09 16:49:29.633 INFO E| Compiling signal-hook-registry v1.4.0
26612024-10-09T16:49:31.209Z[ helios-setup] Oct 09 16:49:29.725 INFO E| Compiling socket2 v0.4.9
26622024-10-09T16:49:31.239Z[ helios-setup] Oct 09 16:49:29.755 INFO E| Compiling mio v0.8.5
26632024-10-09T16:49:31.348Z[ helios-setup] Oct 09 16:49:29.864 INFO E| Compiling num-traits v0.2.15
26642024-10-09T16:49:31.690Z[ helios-setup] Oct 09 16:49:30.206 INFO E| Compiling ahash v0.7.6
26652024-10-09T16:49:32.230Z[ helios-setup] Oct 09 16:49:30.746 INFO E| Compiling io-lifetimes v1.0.10
26662024-10-09T16:49:32.398Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672024-10-09T16:49:32.821Z[ helios-setup] Oct 09 16:49:31.336 INFO E| Compiling crunchy v0.2.2
26682024-10-09T16:49:33.522Z[ helios-setup] Oct 09 16:49:32.037 INFO E| Compiling pin-utils v0.1.0
26692024-10-09T16:49:33.720Z[ helios-setup] Oct 09 16:49:32.235 INFO E| Compiling futures-io v0.3.28
26702024-10-09T16:49:34.468Z[ helios-setup] Oct 09 16:49:32.983 INFO E| Compiling ahash v0.8.3
26712024-10-09T16:49:34.509Z[ helios-setup] Oct 09 16:49:33.024 INFO E| Compiling tiny-keccak v2.0.2
26722024-10-09T16:49:34.731Z[ host-package] Compiling which v4.4.2
26732024-10-09T16:49:34.883Z[ host-package] Compiling tungstenite v0.23.0
26742024-10-09T16:49:35.093Z[ helios-setup] Oct 09 16:49:33.589 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26752024-10-09T16:49:35.206Z[ helios-setup] Oct 09 16:49:33.720 INFO E| Compiling hashbrown v0.12.3
26762024-10-09T16:49:35.672Z[ helios-setup] Oct 09 16:49:34.187 INFO E| Compiling rustix v0.37.3
26772024-10-09T16:49:35.764Z[ helios-setup] Oct 09 16:49:34.280 INFO E| Compiling serde_derive_internals v0.26.0
26782024-10-09T16:49:35.777Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26792024-10-09T16:49:36.464Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26802024-10-09T16:49:37.008Z[ helios-setup] Oct 09 16:49:35.523 INFO E| Compiling crypto-common v0.1.6
26812024-10-09T16:49:37.104Z[ helios-setup] Oct 09 16:49:35.619 INFO E| Compiling block-buffer v0.10.3
26822024-10-09T16:49:37.192Z[ host-package] Compiling chacha20 v0.9.1
26832024-10-09T16:49:38.106Z[ helios-setup] Oct 09 16:49:36.620 INFO E| Compiling errno v0.3.1
26842024-10-09T16:49:38.309Z[ helios-setup] Oct 09 16:49:36.824 INFO E| Compiling pkg-config v0.3.26
26852024-10-09T16:49:38.318Z[ host-package] Compiling cexpr v0.6.0
26862024-10-09T16:49:38.424Z[ helios-setup] Oct 09 16:49:36.938 INFO E| Compiling slog v2.7.0
26872024-10-09T16:49:38.984Z[ helios-setup] Oct 09 16:49:37.498 INFO E| Compiling crossbeam-utils v0.8.14
26882024-10-09T16:49:39.778Z[ helios-setup] Oct 09 16:49:38.292 INFO E| Compiling fnv v1.0.7
26892024-10-09T16:49:40.197Z[ helios-setup] Oct 09 16:49:38.711 INFO E| Compiling http v0.2.9
26902024-10-09T16:49:41.417Z[ helios-setup] Oct 09 16:49:39.931 INFO E| Compiling digest v0.10.6
26912024-10-09T16:49:42.579Z[ host-package] Compiling aead v0.5.2
26922024-10-09T16:49:42.582Z[ helios-setup] Oct 09 16:49:40.733 INFO E| Compiling aho-corasick v0.7.20
26932024-10-09T16:49:42.582Z[ helios-setup] Oct 09 16:49:40.791 INFO E| Compiling heck v0.4.1
26942024-10-09T16:49:42.582Z[ host-package] Compiling ref-cast v1.0.23
26952024-10-09T16:49:42.746Z[ helios-setup] Oct 09 16:49:41.259 INFO E| Compiling tinyvec_macros v0.1.1
26962024-10-09T16:49:43.192Z[ helios-setup] Oct 09 16:49:41.705 INFO E| Compiling httparse v1.8.0
26972024-10-09T16:49:43.240Z[ host-package] Compiling lazycell v1.3.0
26982024-10-09T16:49:43.243Z[ helios-setup] Oct 09 16:49:41.755 INFO E| Compiling percent-encoding v2.2.0
26992024-10-09T16:49:43.527Z[ host-package] Compiling shlex v1.3.0
27002024-10-09T16:49:44.435Z[ host-package] Compiling rustc-hash v1.1.0
27012024-10-09T16:49:44.485Z[ helios-setup] Oct 09 16:49:42.997 INFO E| Compiling unicode-width v0.1.10
27022024-10-09T16:49:44.609Z[ helios-setup] Oct 09 16:49:43.122 INFO E| Compiling anyhow v1.0.68
27032024-10-09T16:49:44.967Z[ helios-setup] Oct 09 16:49:43.478 INFO E| Compiling cpufeatures v0.2.5
27042024-10-09T16:49:45.068Z[ host-package] Compiling chacha20poly1305 v0.10.1
27052024-10-09T16:49:45.163Z[ helios-setup] Oct 09 16:49:43.675 INFO E| Compiling regex-syntax v0.6.29
27062024-10-09T16:49:45.248Z[ helios-setup] Oct 09 16:49:43.760 INFO E| Compiling const-random-macro v0.1.15
27072024-10-09T16:49:45.372Z[ helios-setup] Oct 09 16:49:43.884 INFO E| Compiling form_urlencoded v1.1.0
27082024-10-09T16:49:45.752Z[ helios-setup] Oct 09 16:49:44.265 INFO E| Compiling thiserror-impl v1.0.38
27092024-10-09T16:49:45.851Z[ host-package] Compiling tokio-tungstenite v0.23.1
27102024-10-09T16:49:45.914Z[ helios-setup] Oct 09 16:49:44.426 INFO E| Compiling schemars_derive v0.8.12
27112024-10-09T16:49:46.590Z[ helios-setup] Oct 09 16:49:45.102 INFO E| Compiling tinyvec v1.6.0
27122024-10-09T16:49:46.614Z[ host-package] Compiling slog-envlogger v2.2.0
27132024-10-09T16:49:47.199Z[ host-package] Compiling vsss-rs v3.3.4
27142024-10-09T16:49:47.436Z[ helios-setup] Oct 09 16:49:45.948 INFO E| Compiling hashbrown v0.13.2
27152024-10-09T16:49:48.129Z[ helios-setup] Oct 09 16:49:46.641 INFO E| Compiling serde_derive v1.0.204
27162024-10-09T16:49:48.450Z[ helios-setup] Oct 09 16:49:46.962 INFO E| Compiling tokio-macros v2.0.0
27172024-10-09T16:49:49.753Z[ helios-setup] Oct 09 16:49:48.264 INFO E| Compiling futures-macro v0.3.28
27182024-10-09T16:49:50.640Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27192024-10-09T16:49:50.891Z[ helios-setup] Oct 09 16:49:49.402 INFO E| Compiling chrono v0.4.24
27202024-10-09T16:49:51.669Z[ helios-setup] Oct 09 16:49:50.180 INFO E| Compiling libz-sys v1.1.8
27212024-10-09T16:49:51.772Z[ host-package] Compiling derive_builder_core v0.20.0
27222024-10-09T16:49:52.469Z[ helios-setup] Oct 09 16:49:50.980 INFO E| Compiling regex v1.7.3
27232024-10-09T16:49:54.785Z[ helios-setup] Oct 09 16:49:53.295 INFO E| Compiling dyn-clone v1.0.11
27242024-10-09T16:49:55.085Z[ helios-setup] Oct 09 16:49:53.594 INFO E| Compiling uuid v1.3.0
27252024-10-09T16:49:55.455Z[ helios-setup] Oct 09 16:49:53.964 INFO E| Compiling unicode-normalization v0.1.22
27262024-10-09T16:49:55.721Z[ helios-setup] Oct 09 16:49:54.230 INFO E| Compiling regress v0.5.0
27272024-10-09T16:49:55.870Z[ host-package] Compiling headers-core v0.3.0
27282024-10-09T16:49:56.019Z[ host-package] Compiling fxhash v0.2.1
27292024-10-09T16:49:56.284Z[ host-package] Compiling libxml v0.3.3
27302024-10-09T16:49:56.354Z[ helios-setup] Oct 09 16:49:54.864 INFO E| Compiling const-random v0.1.15
27312024-10-09T16:49:56.639Z[ host-package] Compiling ref-cast-impl v1.0.23
27322024-10-09T16:49:57.400Z[ host-package] Compiling headers v0.4.0
27332024-10-09T16:49:57.577Z[ helios-setup] Oct 09 16:49:56.086 INFO E| Compiling getopts v0.2.21
27342024-10-09T16:49:58.147Z[ helios-setup] Oct 09 16:49:56.656 INFO E| Compiling tracing-core v0.1.30
27352024-10-09T16:49:58.890Z[ helios-setup] Oct 09 16:49:57.399 INFO E| Compiling memoffset v0.7.1
27362024-10-09T16:49:59.191Z[ host-package] Compiling derive_builder_macro v0.20.0
27372024-10-09T16:49:59.420Z[ helios-setup] Oct 09 16:49:57.928 INFO E| Compiling num-conv v0.1.0
27382024-10-09T16:50:00.019Z[ helios-setup] Oct 09 16:49:58.528 INFO E| Compiling ucd-trie v0.1.5
27392024-10-09T16:50:00.188Z[ helios-setup] Oct 09 16:49:58.696 INFO E| Compiling unicode-bidi v0.3.13
27402024-10-09T16:50:00.978Z[ helios-setup] Oct 09 16:49:59.486 INFO E| Compiling powerfmt v0.2.0
27412024-10-09T16:50:02.168Z[ helios-setup] Oct 09 16:50:00.676 INFO E| Compiling time-core v0.1.2
27422024-10-09T16:50:02.872Z[ helios-setup] Oct 09 16:50:01.380 INFO E| Compiling time-macros v0.2.18
27432024-10-09T16:50:04.171Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442024-10-09T16:50:04.360Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27452024-10-09T16:50:04.363Z[ host-package] Compiling polar-core v0.27.3
27462024-10-09T16:50:04.543Z[ helios-setup] Oct 09 16:50:03.049 INFO E| Compiling idna v0.3.0
27472024-10-09T16:50:05.404Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27482024-10-09T16:50:05.896Z[ helios-setup] Oct 09 16:50:04.403 INFO E| Compiling deranged v0.3.11
27492024-10-09T16:50:07.235Z[ helios-setup] Oct 09 16:50:05.742 INFO E| Compiling pest v2.5.7
27502024-10-09T16:50:07.859Z[ helios-setup] Oct 09 16:50:06.366 INFO E| Compiling tracing v0.1.37
27512024-10-09T16:50:10.372Z[ host-package] Compiling kstat-rs v0.2.4
27522024-10-09T16:50:10.663Z[ helios-setup] Oct 09 16:50:09.169 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27532024-10-09T16:50:10.850Z[ helios-setup] Oct 09 16:50:09.356 INFO E| Compiling time v0.1.45
27542024-10-09T16:50:11.283Z[ helios-setup] Oct 09 16:50:09.788 INFO E| Compiling crossbeam-epoch v0.9.13
27552024-10-09T16:50:12.162Z[ host-package] Compiling strum_macros v0.24.3
27562024-10-09T16:50:12.222Z[ host-package] Compiling samael v0.0.17
27572024-10-09T16:50:12.401Z[ helios-setup] Oct 09 16:50:10.906 INFO E| Compiling iana-time-zone v0.1.56
27582024-10-09T16:50:13.167Z[ helios-setup] Oct 09 16:50:11.672 INFO E| Compiling semver v1.0.17
27592024-10-09T16:50:13.292Z[ helios-setup] Oct 09 16:50:11.797 INFO E| Compiling num_threads v0.1.6
27602024-10-09T16:50:13.648Z[ helios-setup] Oct 09 16:50:12.153 INFO E| Compiling time v0.3.36
27612024-10-09T16:50:14.840Z[ host-package] Compiling unicase v2.7.0
27622024-10-09T16:50:14.849Z[ helios-setup] Oct 09 16:50:13.353 INFO E| Compiling semver-parser v0.10.2
27632024-10-09T16:50:15.170Z[ helios-setup] Oct 09 16:50:13.675 INFO E| Compiling url v2.3.1
27642024-10-09T16:50:15.391Z[ host-package] Compiling dropshot v0.10.1
27652024-10-09T16:50:15.572Z[ host-package] Compiling indoc v1.0.9
27662024-10-09T16:50:16.209Z[ helios-setup] Oct 09 16:50:14.711 INFO E| Compiling toml v0.5.11
27672024-10-09T16:50:16.651Z[ helios-setup] Oct 09 16:50:15.155 INFO E| Compiling smallvec v1.10.0
27682024-10-09T16:50:17.255Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27692024-10-09T16:50:18.336Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27702024-10-09T16:50:19.777Z[ helios-setup] Oct 09 16:50:18.280 INFO E| Compiling parking_lot v0.12.1
27712024-10-09T16:50:21.986Z[ helios-setup] Oct 09 16:50:20.488 INFO E| Compiling serde_tokenstream v0.2.0
27722024-10-09T16:50:24.194Z[ helios-setup] Oct 09 16:50:22.696 INFO E| Compiling crossbeam-channel v0.5.6
27732024-10-09T16:50:24.972Z[ helios-setup] Oct 09 16:50:23.474 INFO E| Compiling dirs-sys-next v0.1.2
27742024-10-09T16:50:26.391Z[ host-package] Compiling derive_builder v0.20.0
27752024-10-09T16:50:26.959Z[ helios-setup] Oct 09 16:50:25.460 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27762024-10-09T16:50:27.889Z[ helios-setup] Oct 09 16:50:26.390 INFO E| Compiling try-lock v0.2.4
27772024-10-09T16:50:28.295Z[ helios-setup] Oct 09 16:50:26.796 INFO E| Compiling same-file v1.0.6
27782024-10-09T16:50:28.334Z[ helios-setup] Oct 09 16:50:26.835 INFO E| Compiling crc32fast v1.3.2
27792024-10-09T16:50:29.818Z[ helios-setup] Oct 09 16:50:28.319 INFO E| Compiling walkdir v2.3.3
27802024-10-09T16:50:30.089Z[ helios-setup] Oct 09 16:50:28.589 INFO E| Compiling want v0.3.0
27812024-10-09T16:50:31.263Z[ helios-setup] Oct 09 16:50:29.763 INFO E| Compiling dirs-next v2.0.0
27822024-10-09T16:50:31.680Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27832024-10-09T16:50:31.914Z[ helios-setup] Oct 09 16:50:30.414 INFO E| Compiling proc-macro-crate v1.2.1
27842024-10-09T16:50:33.740Z[ helios-setup] Oct 09 16:50:32.237 INFO E| Compiling semver v0.11.0
27852024-10-09T16:50:35.444Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27862024-10-09T16:50:36.104Z[ host-package] Compiling crossterm v0.28.1
27872024-10-09T16:50:36.850Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27882024-10-09T16:50:36.915Z[ helios-setup] Oct 09 16:50:35.406 INFO E| Compiling futures-executor v0.3.28
27892024-10-09T16:50:38.110Z[ helios-setup] Oct 09 16:50:36.608 INFO E| Compiling tokio-util v0.7.7
27902024-10-09T16:50:39.476Z[ helios-setup] Oct 09 16:50:37.974 INFO E| Compiling http-body v0.4.5
27912024-10-09T16:50:40.852Z[ helios-setup] Oct 09 16:50:39.349 INFO E| Compiling h2 v0.3.16
27922024-10-09T16:50:41.096Z[ helios-setup] Oct 09 16:50:39.593 INFO E| Compiling ring v0.16.20
27932024-10-09T16:50:42.497Z[ helios-setup] Oct 09 16:50:40.994 INFO E| Compiling rand_core v0.6.4
27942024-10-09T16:50:43.197Z[ host-package] Compiling dropshot_endpoint v0.10.1
27952024-10-09T16:50:43.636Z[ helios-setup] Oct 09 16:50:42.133 INFO E| Compiling thread_local v1.1.7
27962024-10-09T16:50:44.113Z[ helios-setup] Oct 09 16:50:42.609 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27972024-10-09T16:50:44.379Z[ helios-setup] Oct 09 16:50:42.875 INFO E| Compiling lazy_static v1.4.0
27982024-10-09T16:50:44.662Z[ helios-setup] Oct 09 16:50:43.158 INFO E| Compiling fastrand v1.9.0
27992024-10-09T16:50:44.816Z[ helios-setup] Oct 09 16:50:43.312 INFO E| Compiling home v0.5.4
28002024-10-09T16:50:44.854Z[ helios-setup] Oct 09 16:50:43.351 INFO E| Compiling base64 v0.21.0
28012024-10-09T16:50:45.653Z[ helios-setup] Oct 09 16:50:44.149 INFO E| Compiling ppv-lite86 v0.2.17
28022024-10-09T16:50:47.107Z[ helios-setup] Oct 09 16:50:45.603 INFO E| Compiling httpdate v1.0.2
28032024-10-09T16:50:47.695Z[ helios-setup] Oct 09 16:50:46.188 INFO E| Compiling adler v1.0.2
28042024-10-09T16:50:48.354Z[ helios-setup] Oct 09 16:50:46.849 INFO E| Compiling tower-service v0.3.2
28052024-10-09T16:50:48.492Z[ helios-setup] Oct 09 16:50:46.987 INFO E| Compiling utf8parse v0.2.1
28062024-10-09T16:50:48.673Z[ helios-setup] Oct 09 16:50:47.168 INFO E| Compiling rayon-core v1.10.2
28072024-10-09T16:50:48.936Z[ helios-setup] Oct 09 16:50:47.431 INFO E| Compiling anstyle-parse v0.1.1
28082024-10-09T16:50:49.528Z[ host-package] Compiling oso-derive v0.27.3
28092024-10-09T16:50:49.880Z[ helios-setup] Oct 09 16:50:48.375 INFO E| Compiling miniz_oxide v0.6.2
28102024-10-09T16:50:50.006Z[ helios-setup] Oct 09 16:50:48.501 INFO E| Compiling rand_chacha v0.3.1
28112024-10-09T16:50:51.542Z[ host-package] Compiling libz-sys v1.1.16
28122024-10-09T16:50:51.604Z[ host-package] Compiling quick-xml v0.33.0
28132024-10-09T16:50:52.145Z[ helios-setup] Oct 09 16:50:50.640 INFO E| Compiling tempfile v3.5.0
28142024-10-09T16:50:52.359Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28152024-10-09T16:50:52.763Z[ helios-setup] Oct 09 16:50:51.257 INFO E| Compiling hyper v0.14.25
28162024-10-09T16:50:53.215Z[ helios-setup] Oct 09 16:50:51.709 INFO E| Compiling toolchain_find v0.2.0
28172024-10-09T16:50:53.252Z[ host-package] Compiling parking_lot_core v0.8.6
28182024-10-09T16:50:53.385Z[ host-package] Compiling cfg_aliases v0.1.1
28192024-10-09T16:50:53.827Z[ host-package] Compiling nix v0.28.0
28202024-10-09T16:50:55.179Z[ host-package] Compiling oso v0.27.3
28212024-10-09T16:51:02.063Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28222024-10-09T16:51:05.325Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28232024-10-09T16:51:08.354Z[ helios-setup] Oct 09 16:51:06.844 INFO E| Compiling futures v0.3.28
28242024-10-09T16:51:08.593Z[ helios-setup] Oct 09 16:51:07.083 INFO E| Compiling crossbeam-deque v0.8.2
28252024-10-09T16:51:08.976Z[ helios-setup] Oct 09 16:51:07.465 INFO E| Compiling cargo-lock v8.0.3
28262024-10-09T16:51:13.281Z[ helios-setup] Oct 09 16:51:11.769 INFO E| Compiling num_enum_derive v0.5.7
28272024-10-09T16:51:15.528Z[ helios-setup] Oct 09 16:51:14.016 INFO E| Compiling term v0.7.0
28282024-10-09T16:51:15.993Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28292024-10-09T16:51:16.687Z[ host-package] Compiling bb8 v0.8.5
28302024-10-09T16:51:16.796Z[ helios-setup] Oct 09 16:51:15.284 INFO E| Compiling serde_urlencoded v0.7.1
28312024-10-09T16:51:17.014Z[ helios-setup] Oct 09 16:51:15.501 INFO E| Compiling sha2 v0.10.6
28322024-10-09T16:51:17.364Z[ helios-setup] Oct 09 16:51:15.852 INFO E| Compiling sha1 v0.10.5
28332024-10-09T16:51:17.758Z[ host-package] Compiling const_format_proc_macros v0.2.33
28342024-10-09T16:51:17.760Z[ helios-setup] Oct 09 16:51:16.245 INFO E| Compiling is-terminal v0.4.7
28352024-10-09T16:51:18.221Z[ helios-setup] Oct 09 16:51:16.708 INFO E| Compiling atty v0.2.14
28362024-10-09T16:51:18.301Z[ helios-setup] Oct 09 16:51:16.788 INFO E| Compiling anstyle v0.3.5
28372024-10-09T16:51:18.734Z[ helios-setup] Oct 09 16:51:17.220 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28382024-10-09T16:51:19.526Z[ helios-setup] Oct 09 16:51:18.012 INFO E| Compiling concolor-override v1.0.0
28392024-10-09T16:51:20.985Z[ helios-setup] Oct 09 16:51:19.471 INFO E| Compiling concolor-query v0.3.3
28402024-10-09T16:51:21.349Z[ helios-setup] Oct 09 16:51:19.835 INFO E| Compiling anstream v0.2.6
28412024-10-09T16:51:21.373Z[ host-package] Compiling vte_generate_state_changes v0.1.1
28422024-10-09T16:51:23.027Z[ host-package] Compiling vte v0.11.1
28432024-10-09T16:51:23.913Z[ helios-setup] Oct 09 16:51:22.398 INFO E| Compiling slog-term v2.9.0
28442024-10-09T16:51:24.054Z[ helios-setup] Oct 09 16:51:22.540 INFO E| Compiling num_enum v0.5.7
28452024-10-09T16:51:24.352Z[ helios-setup] Oct 09 16:51:22.837 INFO E| Compiling flate2 v1.0.25
28462024-10-09T16:51:25.918Z[ helios-setup] Oct 09 16:51:24.403 INFO E| Compiling rustfmt-wrapper v0.2.0
28472024-10-09T16:51:26.210Z[ host-package] Compiling const_format v0.2.33
28482024-10-09T16:51:26.472Z[ helios-setup] Oct 09 16:51:24.956 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28492024-10-09T16:51:26.702Z[ helios-setup] Oct 09 16:51:25.187 INFO E| Compiling rand v0.8.5
28502024-10-09T16:51:27.183Z[ helios-setup] Oct 09 16:51:25.667 INFO E| Compiling openapiv3 v1.0.2
28512024-10-09T16:51:28.599Z[ host-package] Compiling async-bb8-diesel v0.2.1
28522024-10-09T16:51:29.212Z[ helios-setup] Oct 09 16:51:27.695 INFO E| Compiling encoding_rs v0.8.32
28532024-10-09T16:51:30.474Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
28542024-10-09T16:51:30.650Z[ helios-setup] Oct 09 16:51:29.134 INFO E| Compiling mime v0.3.17
28552024-10-09T16:51:33.222Z[ helios-setup] Oct 09 16:51:31.705 INFO E| Compiling utf-8 v0.7.6
28562024-10-09T16:51:34.114Z[ host-package] Compiling fd-lock v4.0.2
28572024-10-09T16:51:34.221Z[ helios-setup] Oct 09 16:51:32.704 INFO E| Compiling base64 v0.13.1
28582024-10-09T16:51:34.563Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28592024-10-09T16:51:35.703Z[ helios-setup] Oct 09 16:51:34.186 INFO E| Compiling ipnet v2.7.2
28602024-10-09T16:51:35.889Z[ helios-setup] Oct 09 16:51:34.371 INFO E| Compiling project-root v0.2.2
28612024-10-09T16:51:36.499Z[ host-package] Compiling atty v0.2.14
28622024-10-09T16:51:36.792Z[ helios-setup] Oct 09 16:51:35.274 INFO E| Compiling strsim v0.10.0
28632024-10-09T16:51:37.230Z[ host-package] Compiling bytecount v0.6.8
28642024-10-09T16:51:37.663Z[ helios-setup] Oct 09 16:51:36.145 INFO E| Compiling unsafe-libyaml v0.2.8
28652024-10-09T16:51:38.218Z[ host-package] Compiling salty v0.3.0
28662024-10-09T16:51:39.997Z[ host-package] Compiling papergrid v0.11.0
28672024-10-09T16:51:40.173Z[ helios-setup] Oct 09 16:51:38.654 INFO E| Compiling byteorder v1.4.3
28682024-10-09T16:51:40.609Z[ helios-setup] Oct 09 16:51:39.090 INFO E| Compiling either v1.8.0
28692024-10-09T16:51:40.699Z[ helios-setup] Oct 09 16:51:39.180 INFO E| Compiling untrusted v0.7.1
28702024-10-09T16:51:41.207Z[ helios-setup] Oct 09 16:51:39.688 INFO E| Compiling clap_lex v0.4.1
28712024-10-09T16:51:41.305Z[ helios-setup] Oct 09 16:51:39.785 INFO E| Compiling spin v0.5.2
28722024-10-09T16:51:41.377Z[ helios-setup] Oct 09 16:51:39.858 INFO E| Compiling tungstenite v0.18.0
28732024-10-09T16:51:41.473Z[ helios-setup] Oct 09 16:51:39.954 INFO E| Compiling rayon v1.6.1
28742024-10-09T16:51:41.538Z[ helios-setup] Oct 09 16:51:40.019 INFO E| Compiling serde_yaml v0.9.21
28752024-10-09T16:51:42.018Z[ helios-setup] Oct 09 16:51:40.498 INFO E| Compiling clap_builder v4.2.1
28762024-10-09T16:51:42.782Z[ helios-setup] Oct 09 16:51:41.262 INFO E| Compiling reqwest v0.11.16
28772024-10-09T16:51:49.316Z[ helios-setup] Oct 09 16:51:47.795 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28782024-10-09T16:51:50.234Z[ helios-setup] Oct 09 16:51:48.711 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28792024-10-09T16:51:51.427Z[ helios-setup] Oct 09 16:51:49.905 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28802024-10-09T16:51:54.331Z[ helios-setup] Oct 09 16:51:52.808 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28812024-10-09T16:51:54.808Z[ helios-setup] Oct 09 16:51:53.286 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28822024-10-09T16:51:54.919Z[ helios-setup] Oct 09 16:51:53.396 INFO E| Compiling clap_derive v4.2.0
28832024-10-09T16:51:59.073Z[ helios-setup] Oct 09 16:51:57.550 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28842024-10-09T16:52:00.016Z[ helios-setup] Oct 09 16:51:58.492 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28852024-10-09T16:52:03.526Z[ host-package] Compiling parking_lot v0.11.2
28862024-10-09T16:52:04.348Z[ helios-setup] Oct 09 16:52:02.823 INFO E| Compiling clap v4.2.1
28872024-10-09T16:52:18.748Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28882024-10-09T16:52:20.491Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28892024-10-09T16:52:21.928Z[ helios-setup] Oct 09 16:52:20.398 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28902024-10-09T16:52:25.346Z[ helios-setup] Oct 09 16:52:23.815 INFO E| Compiling tokio-tungstenite v0.18.0
28912024-10-09T16:52:26.466Z[ host-package] Compiling tabled_derive v0.7.0
28922024-10-09T16:52:26.567Z[ helios-setup] Oct 09 16:52:25.036 INFO E| Compiling smartstring v1.0.1
28932024-10-09T16:52:27.693Z[ helios-setup] Oct 09 16:52:26.161 INFO E| Compiling rustls v0.21.0
28942024-10-09T16:52:29.649Z[ host-package] Compiling crossterm v0.27.0
28952024-10-09T16:52:29.900Z[ helios-setup] Oct 09 16:52:28.368 INFO E| Compiling serde_spanned v0.6.1
28962024-10-09T16:52:30.362Z[ helios-setup] Oct 09 16:52:28.829 INFO E| Compiling toml_datetime v0.6.1
28972024-10-09T16:52:30.462Z[ host-package] Compiling peg-macros v0.8.4
28982024-10-09T16:52:31.795Z[ helios-setup] Oct 09 16:52:30.262 INFO E| Compiling paste v1.0.12
28992024-10-09T16:52:33.044Z[ helios-setup] Oct 09 16:52:31.510 INFO E| Compiling async-trait v0.1.68
29002024-10-09T16:52:33.098Z[ helios-setup] Oct 09 16:52:31.561 INFO E| Compiling slog-async v2.7.0
29012024-10-09T16:52:33.325Z[ helios-setup] Oct 09 16:52:31.792 INFO E| Compiling winnow v0.4.1
29022024-10-09T16:52:34.269Z[ helios-setup] Oct 09 16:52:32.736 INFO E| Compiling static_assertions v1.1.0
29032024-10-09T16:52:34.662Z[ helios-setup] Oct 09 16:52:33.118 INFO E| Compiling camino v1.1.4
29042024-10-09T16:52:34.779Z[ helios-setup] Oct 09 16:52:33.246 INFO E| Compiling match_cfg v0.1.0
29052024-10-09T16:52:35.138Z[ helios-setup] Oct 09 16:52:33.604 INFO E| Compiling hostname v0.3.1
29062024-10-09T16:52:36.694Z[ helios-setup] Oct 09 16:52:35.160 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29072024-10-09T16:52:36.933Z[ host-package] Compiling sqlparser_derive v0.2.2
29082024-10-09T16:52:37.817Z[ helios-setup] Oct 09 16:52:36.283 INFO E| Compiling slog-json v2.6.1
29092024-10-09T16:52:39.143Z[ host-package] Compiling nu-ansi-term v0.50.0
29102024-10-09T16:52:39.241Z[ helios-setup] Oct 09 16:52:37.706 INFO E| Compiling unicode-linebreak v0.1.4
29112024-10-09T16:52:39.312Z[ host-package] Compiling unicode_categories v0.1.1
29122024-10-09T16:52:39.983Z[ host-package] Compiling rustyline v14.0.0
29132024-10-09T16:52:40.038Z[ helios-setup] Oct 09 16:52:38.502 INFO E| Compiling toml_edit v0.19.8
29142024-10-09T16:52:40.365Z[ host-package] Compiling reedline v0.33.0
29152024-10-09T16:52:41.447Z[ host-package] Compiling sqlformat v0.2.6
29162024-10-09T16:52:41.579Z[ host-package] Compiling sqlparser v0.45.0
29172024-10-09T16:52:43.885Z[ helios-setup] Oct 09 16:52:42.343 INFO E| Compiling async-stream-impl v0.3.5
29182024-10-09T16:52:44.329Z[ host-package] Compiling peg v0.8.4
29192024-10-09T16:52:44.781Z[ helios-setup] Oct 09 16:52:43.244 INFO E| Compiling rhai_codegen v1.5.0
29202024-10-09T16:52:44.928Z[ host-package] Compiling tabled v0.15.0
29212024-10-09T16:52:46.651Z[ helios-setup] Oct 09 16:52:45.114 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29222024-10-09T16:52:47.973Z[ helios-setup] Oct 09 16:52:46.435 INFO E| Compiling take_mut v0.2.2
29232024-10-09T16:52:49.939Z[ helios-setup] Oct 09 16:52:48.400 INFO E| Compiling rhai v1.14.0
29242024-10-09T16:52:52.694Z[ helios-setup] Oct 09 16:52:51.155 INFO E| Compiling toml v0.7.3
29252024-10-09T16:52:53.820Z[ helios-setup] Oct 09 16:52:52.277 INFO E| Compiling async-stream v0.3.5
29262024-10-09T16:52:54.780Z[ helios-setup] Oct 09 16:52:53.241 INFO E| Compiling slog-bunyan v2.4.0
29272024-10-09T16:52:58.967Z[ helios-setup] Oct 09 16:52:57.427 INFO E| Compiling rustls-pemfile v1.0.2
29282024-10-09T16:53:00.741Z[ helios-setup] Oct 09 16:52:59.198 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29292024-10-09T16:53:00.910Z[ helios-setup] Oct 09 16:52:59.367 INFO E| Compiling bincode v1.3.3
29302024-10-09T16:53:00.986Z[ helios-setup] Oct 09 16:52:59.445 INFO E| Compiling serde_path_to_error v0.1.11
29312024-10-09T16:53:03.173Z[ host-package] Compiling sled v0.34.7
29322024-10-09T16:53:03.364Z[ helios-setup] Oct 09 16:53:01.822 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29332024-10-09T16:53:03.900Z[ helios-setup] Oct 09 16:53:02.347 INFO E| Compiling terminal_size v0.2.6
29342024-10-09T16:53:03.972Z[ host-package] Compiling mime_guess v2.0.4
29352024-10-09T16:53:04.293Z[ helios-setup] Oct 09 16:53:02.748 INFO E| Compiling smawk v0.3.1
29362024-10-09T16:53:05.002Z[ helios-setup] Oct 09 16:53:03.444 INFO E| Compiling textwrap v0.16.0
29372024-10-09T16:53:08.350Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29382024-10-09T16:53:08.794Z[ host-package] Compiling hickory-client v0.24.1
29392024-10-09T16:53:11.406Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
29402024-10-09T16:53:15.475Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29412024-10-09T16:53:16.404Z[ helios-setup] Oct 09 16:53:14.859 INFO E| Compiling sct v0.7.0
29422024-10-09T16:53:16.483Z[ helios-setup] Oct 09 16:53:14.937 INFO E| Compiling rustls-webpki v0.100.1
29432024-10-09T16:53:19.128Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29442024-10-09T16:53:22.684Z[ helios-setup] Oct 09 16:53:21.133 INFO E| Compiling git2 v0.16.1
29452024-10-09T16:53:24.160Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29462024-10-09T16:53:28.263Z[ helios-setup] Oct 09 16:53:23.323 INFO E| Compiling tokio-rustls v0.24.0
29472024-10-09T16:53:28.325Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
29482024-10-09T16:53:28.325Z[ host-package] Compiling hickory-server v0.24.1
29492024-10-09T16:53:28.402Z[ host-package] Compiling primeorder v0.13.6
29502024-10-09T16:53:29.615Z[ host-package] Compiling bcs v0.1.6
29512024-10-09T16:53:30.302Z[ helios-setup] Oct 09 16:53:28.753 INFO E| Compiling built v0.6.0
29522024-10-09T16:53:31.402Z[ host-package] Compiling vergen v8.3.2
29532024-10-09T16:53:32.440Z[ host-package] Compiling env_filter v0.1.2
29542024-10-09T16:53:34.024Z[ host-package] Compiling cargo-platform v0.1.8
29552024-10-09T16:53:35.188Z[ helios-setup] Oct 09 16:53:33.638 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29562024-10-09T16:53:35.260Z[ host-package] Compiling nanorand v0.7.0
29572024-10-09T16:53:37.592Z[ host-package] Compiling memoffset v0.9.1
29582024-10-09T16:53:37.917Z[ helios-setup] Oct 09 16:53:36.366 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
29592024-10-09T16:53:38.292Z[ host-package] Compiling flume v0.11.0
29602024-10-09T16:53:38.715Z[ helios-setup] Oct 09 16:53:37.154 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
29612024-10-09T16:53:38.740Z[ host-package] Compiling cargo_metadata v0.18.1
29622024-10-09T16:53:39.388Z[ host-package] Compiling env_logger v0.11.5
29632024-10-09T16:53:42.220Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29642024-10-09T16:53:47.744Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29652024-10-09T16:53:51.101Z[ host-package] Compiling p384 v0.13.0
29662024-10-09T16:54:01.171Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29672024-10-09T16:54:02.682Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29682024-10-09T16:54:06.299Z[ helios-setup] Oct 09 16:54:04.739 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
29692024-10-09T16:54:08.852Z[ helios-setup] Oct 09 16:54:07.292 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
29702024-10-09T16:54:14.025Z[ host-package] Compiling git2 v0.19.0
29712024-10-09T16:54:18.231Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29722024-10-09T16:54:19.772Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29732024-10-09T16:54:20.925Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29742024-10-09T16:54:21.905Z[ host-package] Compiling libsqlite3-sys v0.30.1
29752024-10-09T16:54:22.949Z[ host-package] Compiling lzma-sys v0.1.20
29762024-10-09T16:54:24.256Z[ host-package] Compiling rustls v0.21.12
29772024-10-09T16:54:24.377Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29782024-10-09T16:54:25.039Z[ host-package] Compiling cfg_aliases v0.2.1
29792024-10-09T16:54:25.236Z[ host-package] Compiling nix v0.29.0
29802024-10-09T16:54:26.372Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29812024-10-09T16:54:31.613Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29822024-10-09T16:54:31.693Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29832024-10-09T16:54:32.388Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29842024-10-09T16:54:33.454Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29852024-10-09T16:54:33.560Z[ host-package] Compiling rustls-webpki v0.101.7
29862024-10-09T16:54:37.199Z[ host-package] Compiling sct v0.7.1
29872024-10-09T16:54:38.345Z[ host-package] Compiling heck v0.3.3
29882024-10-09T16:54:39.319Z[ host-package] Compiling castaway v0.2.3
29892024-10-09T16:54:39.926Z[ host-package] Compiling rand_seeder v0.3.0
29902024-10-09T16:54:40.990Z[ host-package] Compiling csv-core v0.1.11
29912024-10-09T16:54:41.050Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29922024-10-09T16:54:41.936Z[ host-package] Compiling http-range v0.1.5
29932024-10-09T16:54:42.851Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29942024-10-09T16:54:43.137Z[ host-package] Compiling hyper-staticfile v0.10.1
29952024-10-09T16:54:43.773Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29962024-10-09T16:54:45.028Z[ host-package] Compiling csv v1.3.0
29972024-10-09T16:54:48.405Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29982024-10-09T16:54:48.841Z[ host-package] Compiling compact_str v0.8.0
29992024-10-09T16:54:49.033Z[ host-package] Compiling zone_cfg_derive v0.1.2
30002024-10-09T16:54:50.735Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30012024-10-09T16:54:52.185Z[ host-package] Compiling nix v0.27.1
30022024-10-09T16:54:52.331Z[ helios-setup] Oct 09 16:54:50.760 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30032024-10-09T16:54:53.414Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30042024-10-09T16:54:56.509Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30052024-10-09T16:54:57.921Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30062024-10-09T16:54:58.682Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30072024-10-09T16:55:04.098Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30082024-10-09T16:55:07.984Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30092024-10-09T16:55:08.481Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30102024-10-09T16:55:08.911Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30112024-10-09T16:55:09.300Z[ host-package] Compiling unicode-truncate v1.0.0
30122024-10-09T16:55:09.488Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30132024-10-09T16:55:09.688Z[ host-package] Compiling lru v0.12.3
30142024-10-09T16:55:10.280Z[ host-package] Compiling hashlink v0.9.1
30152024-10-09T16:55:10.283Z[ host-package] Compiling instability v0.3.2
30162024-10-09T16:55:11.623Z[ host-package] Compiling base64 v0.13.1
30172024-10-09T16:55:11.737Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30182024-10-09T16:55:12.299Z[ host-package] Compiling fallible-iterator v0.3.0
30192024-10-09T16:55:13.156Z[ host-package] Compiling cassowary v0.3.0
30202024-10-09T16:55:13.840Z[ host-package] Compiling ratatui v0.28.0
30212024-10-09T16:55:13.993Z[ host-package] Compiling rusqlite v0.32.1
30222024-10-09T16:55:18.842Z[ host-package] Compiling ron v0.7.1
30232024-10-09T16:55:21.756Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30242024-10-09T16:55:22.946Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30252024-10-09T16:55:26.744Z[ host-package] Compiling xz2 v0.1.7
30262024-10-09T16:55:26.962Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30272024-10-09T16:55:32.133Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30282024-10-09T16:55:37.701Z[ host-package] Compiling tokio-rustls v0.24.1
30292024-10-09T16:55:38.737Z[ host-package] Compiling zone v0.1.8
30302024-10-09T16:55:43.513Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30312024-10-09T16:55:52.452Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30322024-10-09T16:55:55.135Z[ helios-setup] Oct 09 16:55:53.546 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s
30332024-10-09T16:55:55.367Z[ helios-setup] Oct 09 16:55:53.779 INFO building project "pilot" ok (404 seconds)
30342024-10-09T16:55:55.370Z[ helios-setup] Oct 09 16:55:53.779 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30352024-10-09T16:55:55.370Z[ helios-setup] Oct 09 16:55:53.780 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30362024-10-09T16:55:55.377Z[ helios-setup] Oct 09 16:55:53.789 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
30372024-10-09T16:55:55.605Z[ helios-setup] Oct 09 16:55:54.017 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
30382024-10-09T16:55:55.608Z[ helios-setup] Oct 09 16:55:54.017 INFO E| info: downloading component 'cargo'
30392024-10-09T16:55:56.982Z[ helios-setup] Oct 09 16:55:55.393 INFO E| info: downloading component 'clippy'
30402024-10-09T16:55:57.493Z[ helios-setup] Oct 09 16:55:55.904 INFO E| info: downloading component 'rust-docs'
30412024-10-09T16:55:57.943Z[ host-package] Compiling clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
30422024-10-09T16:55:58.682Z[ helios-setup] Oct 09 16:55:57.093 INFO E| info: downloading component 'rust-src'
30432024-10-09T16:55:58.881Z[ helios-setup] Oct 09 16:55:57.292 INFO E| info: downloading component 'rust-std'
30442024-10-09T16:56:00.292Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30452024-10-09T16:56:00.934Z[ helios-setup] Oct 09 16:55:59.344 INFO E| info: downloading component 'rustc'
30462024-10-09T16:56:01.371Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30472024-10-09T16:56:02.420Z[ host-package] Compiling rustls-pemfile v1.0.4
30482024-10-09T16:56:03.286Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30492024-10-09T16:56:03.657Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30502024-10-09T16:56:06.461Z[ helios-setup] Oct 09 16:56:04.870 INFO E| info: downloading component 'rustfmt'
30512024-10-09T16:56:07.025Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30522024-10-09T16:56:07.134Z[ host-package] Compiling signal-hook-tokio v0.3.1
30532024-10-09T16:56:07.209Z[ host-package] Compiling twox-hash v1.6.3
30542024-10-09T16:56:07.368Z[ host-package] Compiling yasna v0.5.2
30552024-10-09T16:56:07.372Z[ helios-setup] Oct 09 16:56:05.781 INFO E| info: installing component 'cargo'
30562024-10-09T16:56:08.622Z[ host-package] Compiling is_ci v1.2.0
30572024-10-09T16:56:08.806Z[ helios-setup] Oct 09 16:56:07.214 INFO E| info: installing component 'clippy'
30582024-10-09T16:56:08.808Z[ host-package] Compiling smawk v0.3.2
30592024-10-09T16:56:09.021Z[ host-package] Compiling unicode-linebreak v0.1.5
30602024-10-09T16:56:09.151Z[ host-package] Compiling supports-color v3.0.1
30612024-10-09T16:56:09.281Z[ helios-setup] Oct 09 16:56:07.687 INFO E| info: installing component 'rust-docs'
30622024-10-09T16:56:09.657Z[ host-package] Compiling textwrap v0.16.1
30632024-10-09T16:56:09.750Z[ host-package] Compiling rcgen v0.12.1
30642024-10-09T16:56:12.608Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30652024-10-09T16:56:13.993Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30662024-10-09T16:56:14.697Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
30672024-10-09T16:56:14.825Z[ helios-setup] Oct 09 16:56:13.232 INFO E| info: installing component 'rust-src'
30682024-10-09T16:56:15.618Z[ helios-setup] Oct 09 16:56:14.024 INFO E| info: installing component 'rust-std'
30692024-10-09T16:56:18.249Z[ helios-setup] Oct 09 16:56:16.654 INFO E| info: installing component 'rustc'
30702024-10-09T16:56:22.674Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30712024-10-09T16:56:24.538Z[ helios-setup] Oct 09 16:56:22.942 INFO E| info: installing component 'rustfmt'
30722024-10-09T16:56:25.458Z[ helios-setup] Oct 09 16:56:23.862 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30732024-10-09T16:56:26.133Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30742024-10-09T16:56:26.421Z[ helios-setup] Oct 09 16:56:24.825 INFO E| From https://github.com/oxidecomputer/amd-apcb
30752024-10-09T16:56:26.424Z[ helios-setup] Oct 09 16:56:24.825 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
30762024-10-09T16:56:26.424Z[ helios-setup] Oct 09 16:56:24.825 INFO E| * [new tag] v0.4.1 -> v0.4.1
30772024-10-09T16:56:26.451Z[ helios-setup] Oct 09 16:56:24.855 INFO E| * [new tag] v0.1.3 -> v0.1.3
30782024-10-09T16:56:26.451Z[ helios-setup] Oct 09 16:56:24.855 INFO E| * [new tag] v0.1.4 -> v0.1.4
30792024-10-09T16:56:26.454Z[ helios-setup] Oct 09 16:56:24.855 INFO E| * [new tag] v0.1.5 -> v0.1.5
30802024-10-09T16:56:26.454Z[ helios-setup] Oct 09 16:56:24.855 INFO E| * [new tag] v0.2.0 -> v0.2.0
30812024-10-09T16:56:26.454Z[ helios-setup] Oct 09 16:56:24.855 INFO E| * [new tag] v0.3.0 -> v0.3.0
30822024-10-09T16:56:26.454Z[ helios-setup] Oct 09 16:56:24.856 INFO E| * [new tag] v0.3.1 -> v0.3.1
30832024-10-09T16:56:26.454Z[ helios-setup] Oct 09 16:56:24.856 INFO E| * [new tag] v0.3.2 -> v0.3.2
30842024-10-09T16:56:26.454Z[ helios-setup] Oct 09 16:56:24.856 INFO E| * [new tag] v0.3.3 -> v0.3.3
30852024-10-09T16:56:26.454Z[ helios-setup] Oct 09 16:56:24.856 INFO E| * [new tag] v0.4.0 -> v0.4.0
30862024-10-09T16:56:26.487Z[ helios-setup] Oct 09 16:56:24.891 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
30872024-10-09T16:56:27.427Z[ helios-setup] Oct 09 16:56:25.830 INFO E| From https://github.com/oxidecomputer/amd-efs
30882024-10-09T16:56:27.427Z[ helios-setup] Oct 09 16:56:25.830 INFO E| * [new branch] empty -> origin/empty
30892024-10-09T16:56:27.427Z[ helios-setup] Oct 09 16:56:25.830 INFO E| * [new branch] issue-117 -> origin/issue-117
30902024-10-09T16:56:27.430Z[ helios-setup] Oct 09 16:56:25.831 INFO E| * [new branch] issue-99 -> origin/issue-99
30912024-10-09T16:56:27.430Z[ helios-setup] Oct 09 16:56:25.831 INFO E| * [new branch] main -> origin/main
30922024-10-09T16:56:27.430Z[ helios-setup] Oct 09 16:56:25.831 INFO E| * [new branch] review -> origin/review
30932024-10-09T16:56:27.430Z[ helios-setup] Oct 09 16:56:25.831 INFO E| * [new ref] -> origin/HEAD
30942024-10-09T16:56:27.430Z[ helios-setup] Oct 09 16:56:25.832 INFO E| * [new tag] v0.2.0 -> v0.2.0
30952024-10-09T16:56:27.430Z[ helios-setup] Oct 09 16:56:25.832 INFO E| * [new tag] v0.2.1 -> v0.2.1
30962024-10-09T16:56:27.430Z[ helios-setup] Oct 09 16:56:25.832 INFO E| * [new tag] v0.2.2 -> v0.2.2
30972024-10-09T16:56:27.431Z[ helios-setup] Oct 09 16:56:25.832 INFO E| * [new tag] v0.2.3 -> v0.2.3
30982024-10-09T16:56:27.431Z[ helios-setup] Oct 09 16:56:25.832 INFO E| * [new tag] v0.2.4 -> v0.2.4
30992024-10-09T16:56:27.431Z[ helios-setup] Oct 09 16:56:25.832 INFO E| * [new tag] v0.2.5 -> v0.2.5
31002024-10-09T16:56:27.431Z[ helios-setup] Oct 09 16:56:25.833 INFO E| * [new tag] v0.2.6 -> v0.2.6
31012024-10-09T16:56:27.431Z[ helios-setup] Oct 09 16:56:25.833 INFO E| * [new tag] v0.2.7 -> v0.2.7
31022024-10-09T16:56:27.431Z[ helios-setup] Oct 09 16:56:25.833 INFO E| * [new tag] v0.3.0 -> v0.3.0
31032024-10-09T16:56:27.431Z[ helios-setup] Oct 09 16:56:25.833 INFO E| * [new tag] v0.3.1 -> v0.3.1
31042024-10-09T16:56:27.434Z[ helios-setup] Oct 09 16:56:25.833 INFO E| * [new tag] v0.4.0 -> v0.4.0
31052024-10-09T16:56:27.434Z[ helios-setup] Oct 09 16:56:25.834 INFO E| * [new tag] v0.4.1 -> v0.4.1
31062024-10-09T16:56:27.454Z[ helios-setup] Oct 09 16:56:25.857 INFO E| Updating crates.io index
31072024-10-09T16:56:27.588Z[ helios-setup] Oct 09 16:56:25.991 INFO E| Downloading crates ...
31082024-10-09T16:56:27.746Z[ helios-setup] Oct 09 16:56:26.149 INFO E| Downloaded pre v0.2.1
31092024-10-09T16:56:27.748Z[ helios-setup] Oct 09 16:56:26.151 INFO E| Downloaded memoffset v0.5.6
31102024-10-09T16:56:27.751Z[ helios-setup] Oct 09 16:56:26.153 INFO E| Downloaded unic-ucd-version v0.9.0
31112024-10-09T16:56:27.751Z[ helios-setup] Oct 09 16:56:26.154 INFO E| Downloaded unic-char-range v0.9.0
31122024-10-09T16:56:27.753Z[ helios-setup] Oct 09 16:56:26.156 INFO E| Downloaded pest_meta v2.7.13
31132024-10-09T16:56:27.756Z[ helios-setup] Oct 09 16:56:26.160 INFO E| Downloaded fletcher v0.1.0
31142024-10-09T16:56:27.759Z[ helios-setup] Oct 09 16:56:26.161 INFO E| Downloaded strsim v0.8.0
31152024-10-09T16:56:27.762Z[ helios-setup] Oct 09 16:56:26.163 INFO E| Downloaded vec_map v0.8.2
31162024-10-09T16:56:27.762Z[ helios-setup] Oct 09 16:56:26.165 INFO E| Downloaded semver v0.9.0
31172024-10-09T16:56:27.764Z[ helios-setup] Oct 09 16:56:26.167 INFO E| Downloaded strum_macros v0.23.1
31182024-10-09T16:56:27.767Z[ helios-setup] Oct 09 16:56:26.170 INFO E| Downloaded unic-ucd-ident v0.9.0
31192024-10-09T16:56:27.770Z[ helios-setup] Oct 09 16:56:26.173 INFO E| Downloaded pest_generator v2.7.13
31202024-10-09T16:56:27.772Z[ helios-setup] Oct 09 16:56:26.175 INFO E| Downloaded modular-bitfield v0.11.2
31212024-10-09T16:56:27.790Z[ helios-setup] Oct 09 16:56:26.193 INFO E| Downloaded unic-common v0.9.0
31222024-10-09T16:56:27.792Z[ helios-setup] Oct 09 16:56:26.194 INFO E| Downloaded unic-char-property v0.9.0
31232024-10-09T16:56:27.795Z[ helios-setup] Oct 09 16:56:26.196 INFO E| Downloaded ucd-trie v0.1.7
31242024-10-09T16:56:27.797Z[ helios-setup] Oct 09 16:56:26.198 INFO E| Downloaded textwrap v0.11.0
31252024-10-09T16:56:27.799Z[ helios-setup] Oct 09 16:56:26.201 INFO E| Downloaded pre-proc-macro v0.2.1
31262024-10-09T16:56:27.802Z[ helios-setup] Oct 09 16:56:26.204 INFO E| Downloaded structopt v0.3.26
31272024-10-09T16:56:27.813Z[ helios-setup] Oct 09 16:56:26.216 INFO E| Downloaded strum v0.23.0
31282024-10-09T16:56:27.815Z[ helios-setup] Oct 09 16:56:26.218 INFO E| Downloaded scroll_derive v0.10.5
31292024-10-09T16:56:27.818Z[ helios-setup] Oct 09 16:56:26.219 INFO E| Downloaded rustc_version v0.2.3
31302024-10-09T16:56:27.818Z[ helios-setup] Oct 09 16:56:26.220 INFO E| Downloaded once_cell v1.20.1
31312024-10-09T16:56:27.821Z[ helios-setup] Oct 09 16:56:26.224 INFO E| Downloaded unicode-segmentation v1.12.0
31322024-10-09T16:56:27.826Z[ helios-setup] Oct 09 16:56:26.230 INFO E| Downloaded pest v2.7.13
31332024-10-09T16:56:27.834Z[ helios-setup] Oct 09 16:56:26.237 INFO E| Downloaded portable-atomic v1.9.0
31342024-10-09T16:56:27.853Z[ helios-setup] Oct 09 16:56:26.256 INFO E| Downloaded clap v2.34.0
31352024-10-09T16:56:27.862Z[ helios-setup] Oct 09 16:56:26.266 INFO E| Downloaded goblin v0.4.3
31362024-10-09T16:56:27.870Z[ helios-setup] Oct 09 16:56:26.273 INFO E| Downloaded modular-bitfield-impl v0.11.2
31372024-10-09T16:56:27.873Z[ helios-setup] Oct 09 16:56:26.274 INFO E| Downloaded ansi_term v0.12.1
31382024-10-09T16:56:27.875Z[ helios-setup] Oct 09 16:56:26.276 INFO E| Downloaded scroll v0.10.2
31392024-10-09T16:56:27.880Z[ helios-setup] Oct 09 16:56:26.279 INFO E| Downloaded bytesize v1.3.0
31402024-10-09T16:56:27.880Z[ helios-setup] Oct 09 16:56:26.281 INFO E| Downloaded structopt-derive v0.4.18
31412024-10-09T16:56:27.882Z[ helios-setup] Oct 09 16:56:26.282 INFO E| Downloaded semver-parser v0.7.0
31422024-10-09T16:56:27.882Z[ helios-setup] Oct 09 16:56:26.284 INFO E| Downloaded proc-macro-crate v0.1.5
31432024-10-09T16:56:27.882Z[ helios-setup] Oct 09 16:56:26.285 INFO E| Downloaded autocfg v1.4.0
31442024-10-09T16:56:27.885Z[ helios-setup] Oct 09 16:56:26.288 INFO E| Downloaded pest_derive v2.7.13
31452024-10-09T16:56:27.888Z[ helios-setup] Oct 09 16:56:26.291 INFO E| Downloaded parse_int v0.6.0
31462024-10-09T16:56:27.891Z[ helios-setup] Oct 09 16:56:26.292 INFO E| Downloaded four-cc v0.3.0
31472024-10-09T16:56:27.891Z[ helios-setup] Oct 09 16:56:26.294 INFO E| Downloaded cpufeatures v0.2.14
31482024-10-09T16:56:27.894Z[ helios-setup] Oct 09 16:56:26.296 INFO E| Downloaded cfg-if v0.1.10
31492024-10-09T16:56:27.985Z[ helios-setup] Oct 09 16:56:26.388 INFO E| Compiling proc-macro2 v1.0.86
31502024-10-09T16:56:27.985Z[ helios-setup] Oct 09 16:56:26.388 INFO E| Compiling unicode-ident v1.0.13
31512024-10-09T16:56:27.985Z[ helios-setup] Oct 09 16:56:26.388 INFO E| Compiling syn v1.0.109
31522024-10-09T16:56:27.988Z[ helios-setup] Oct 09 16:56:26.388 INFO E| Compiling version_check v0.9.5
31532024-10-09T16:56:27.988Z[ helios-setup] Oct 09 16:56:26.388 INFO E| Compiling memchr v2.7.4
31542024-10-09T16:56:27.988Z[ helios-setup] Oct 09 16:56:26.388 INFO E| Compiling autocfg v1.4.0
31552024-10-09T16:56:27.988Z[ helios-setup] Oct 09 16:56:26.388 INFO E| Compiling semver-parser v0.7.0
31562024-10-09T16:56:27.988Z[ helios-setup] Oct 09 16:56:26.389 INFO E| Compiling thiserror v1.0.64
31572024-10-09T16:56:28.305Z[ helios-setup] Oct 09 16:56:26.708 INFO E| Compiling serde v1.0.210
31582024-10-09T16:56:29.264Z[ helios-setup] Oct 09 16:56:27.667 INFO E| Compiling semver v0.9.0
31592024-10-09T16:56:29.419Z[ helios-setup] Oct 09 16:56:27.822 INFO E| Compiling serde_json v1.0.128
31602024-10-09T16:56:29.557Z[ helios-setup] Oct 09 16:56:27.960 INFO E| Compiling itoa v1.0.11
31612024-10-09T16:56:29.857Z[ helios-setup] Oct 09 16:56:28.259 INFO E| Compiling proc-macro-error-attr v1.0.4
31622024-10-09T16:56:29.864Z[ helios-setup] Oct 09 16:56:28.267 INFO E| Compiling proc-macro-error v1.0.4
31632024-10-09T16:56:30.344Z[ helios-setup] Oct 09 16:56:28.746 INFO E| Compiling rustc_version v0.2.3
31642024-10-09T16:56:30.531Z[ helios-setup] Oct 09 16:56:28.933 INFO E| Compiling num-traits v0.2.19
31652024-10-09T16:56:30.609Z[ helios-setup] Oct 09 16:56:29.011 INFO E| Compiling ryu v1.0.18
31662024-10-09T16:56:30.689Z[ helios-setup] Oct 09 16:56:29.091 INFO E| Compiling unicode-segmentation v1.12.0
31672024-10-09T16:56:30.781Z[ helios-setup] Oct 09 16:56:29.183 INFO E| Compiling quote v1.0.37
31682024-10-09T16:56:31.337Z[ helios-setup] Oct 09 16:56:29.738 INFO E| Compiling schemars v0.8.21
31692024-10-09T16:56:31.417Z[ helios-setup] Oct 09 16:56:29.819 INFO E| Compiling pre-proc-macro v0.2.1
31702024-10-09T16:56:31.737Z[ helios-setup] Oct 09 16:56:30.139 INFO E| Compiling syn v2.0.79
31712024-10-09T16:56:32.229Z[ helios-setup] Oct 09 16:56:30.631 INFO E| Compiling memoffset v0.5.6
31722024-10-09T16:56:32.293Z[ helios-setup] Oct 09 16:56:30.695 INFO E| Compiling heck v0.3.3
31732024-10-09T16:56:32.509Z[ helios-setup] Oct 09 16:56:30.903 INFO E| Compiling libc v0.2.159
31742024-10-09T16:56:32.513Z[ helios-setup] Oct 09 16:56:30.915 INFO E| Compiling paste v1.0.15
31752024-10-09T16:56:32.815Z[ helios-setup] Oct 09 16:56:31.217 INFO E| Compiling lazy_static v1.5.0
31762024-10-09T16:56:33.071Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31772024-10-09T16:56:33.077Z[ helios-setup] Oct 09 16:56:31.478 INFO E| Compiling dyn-clone v1.0.17
31782024-10-09T16:56:33.091Z[ helios-setup] Oct 09 16:56:31.493 INFO E| Compiling ucd-trie v0.1.7
31792024-10-09T16:56:33.425Z[ helios-setup] Oct 09 16:56:31.827 INFO E| Compiling rustversion v1.0.17
31802024-10-09T16:56:33.831Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31812024-10-09T16:56:33.851Z[ helios-setup] Oct 09 16:56:32.252 INFO E| Compiling pre v0.2.1
31822024-10-09T16:56:34.125Z[ helios-setup] Oct 09 16:56:32.526 INFO E| Compiling cfg-if v0.1.10
31832024-10-09T16:56:34.210Z[ helios-setup] Oct 09 16:56:32.612 INFO E| Compiling byteorder v1.5.0
31842024-10-09T16:56:34.873Z[ helios-setup] Oct 09 16:56:33.274 INFO E| Compiling once_cell v1.20.1
31852024-10-09T16:56:34.925Z[ helios-setup] Oct 09 16:56:33.326 INFO E| Compiling static_assertions v1.1.0
31862024-10-09T16:56:35.215Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31872024-10-09T16:56:35.543Z[ helios-setup] Oct 09 16:56:33.944 INFO E| Compiling unicode-width v0.1.14
31882024-10-09T16:56:36.564Z[ helios-setup] Oct 09 16:56:34.965 INFO E| Compiling textwrap v0.11.0
31892024-10-09T16:56:36.768Z[ helios-setup] Oct 09 16:56:35.168 INFO E| Compiling atty v0.2.14
31902024-10-09T16:56:37.053Z[ helios-setup] Oct 09 16:56:35.454 INFO E| Compiling bitflags v1.3.2
31912024-10-09T16:56:37.151Z[ helios-setup] Oct 09 16:56:35.550 INFO E| Compiling unic-common v0.9.0
31922024-10-09T16:56:37.436Z[ helios-setup] Oct 09 16:56:35.829 INFO E| Compiling ansi_term v0.12.1
31932024-10-09T16:56:37.476Z[ helios-setup] Oct 09 16:56:35.876 INFO E| Compiling strsim v0.8.0
31942024-10-09T16:56:37.819Z[ helios-setup] Oct 09 16:56:36.219 INFO E| Compiling strum v0.23.0
31952024-10-09T16:56:38.218Z[ helios-setup] Oct 09 16:56:36.618 INFO E| Compiling parse_int v0.6.0
31962024-10-09T16:56:38.278Z[ helios-setup] Oct 09 16:56:36.678 INFO E| Compiling unic-char-range v0.9.0
31972024-10-09T16:56:38.415Z[ helios-setup] Oct 09 16:56:36.815 INFO E| Compiling fletcher v0.1.0
31982024-10-09T16:56:38.611Z[ helios-setup] Oct 09 16:56:37.011 INFO E| Compiling vec_map v0.8.2
31992024-10-09T16:56:38.714Z[ helios-setup] Oct 09 16:56:37.114 INFO E| Compiling unic-char-property v0.9.0
32002024-10-09T16:56:38.787Z[ helios-setup] Oct 09 16:56:37.187 INFO E| Compiling unic-ucd-version v0.9.0
32012024-10-09T16:56:38.889Z[ helios-setup] Oct 09 16:56:37.289 INFO E| Compiling plain v0.2.3
32022024-10-09T16:56:38.948Z[ helios-setup] Oct 09 16:56:37.348 INFO E| Compiling log v0.4.22
32032024-10-09T16:56:38.953Z[ helios-setup] Oct 09 16:56:37.354 INFO E| Compiling unic-ucd-ident v0.9.0
32042024-10-09T16:56:38.974Z[ helios-setup] Oct 09 16:56:37.375 INFO E| Compiling bytesize v1.3.0
32052024-10-09T16:56:39.163Z[ helios-setup] Oct 09 16:56:37.563 INFO E| Compiling clap v2.34.0
32062024-10-09T16:56:40.961Z[ helios-setup] Oct 09 16:56:39.361 INFO E| Compiling serde_derive_internals v0.29.1
32072024-10-09T16:56:42.959Z[ helios-setup] Oct 09 16:56:41.358 INFO E| Compiling toml v0.5.11
32082024-10-09T16:56:45.383Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32092024-10-09T16:56:46.034Z[ helios-setup] Oct 09 16:56:44.432 INFO E| Compiling proc-macro-crate v0.1.5
32102024-10-09T16:56:46.114Z[ helios-setup] Oct 09 16:56:44.512 INFO E| Compiling thiserror-impl v1.0.64
32112024-10-09T16:56:46.196Z[ helios-setup] Oct 09 16:56:44.594 INFO E| Compiling serde_derive v1.0.210
32122024-10-09T16:56:46.221Z[ helios-setup] Oct 09 16:56:44.619 INFO E| Compiling schemars_derive v0.8.21
32132024-10-09T16:56:46.404Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32142024-10-09T16:56:47.392Z[ helios-setup] Oct 09 16:56:45.790 INFO E| Compiling zerocopy-derive v0.6.6
32152024-10-09T16:56:48.379Z[ helios-setup] Oct 09 16:56:46.776 INFO E| Compiling num-derive v0.4.2
32162024-10-09T16:56:51.206Z[ helios-setup] Oct 09 16:56:49.603 INFO E| Compiling zerocopy v0.6.6
32172024-10-09T16:56:52.061Z[ helios-setup] Oct 09 16:56:50.457 INFO E| Compiling pest v2.7.13
32182024-10-09T16:56:54.216Z[ helios-setup] Oct 09 16:56:52.612 INFO E| Compiling modular-bitfield-impl v0.11.2
32192024-10-09T16:56:54.513Z[ helios-setup] Oct 09 16:56:52.909 INFO E| Compiling scroll_derive v0.10.5
32202024-10-09T16:56:54.618Z[ helios-setup] Oct 09 16:56:53.014 INFO E| Compiling strum_macros v0.23.1
32212024-10-09T16:56:56.122Z[ helios-setup] Oct 09 16:56:54.517 INFO E| Compiling structopt-derive v0.4.18
32222024-10-09T16:56:57.535Z[ helios-setup] Oct 09 16:56:55.929 INFO E| Compiling pest_meta v2.7.13
32232024-10-09T16:56:57.794Z[ helios-setup] Oct 09 16:56:56.189 INFO E| Compiling scroll v0.10.2
32242024-10-09T16:56:57.812Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32252024-10-09T16:56:58.842Z[ helios-setup] Oct 09 16:56:57.237 INFO E| Compiling goblin v0.4.3
32262024-10-09T16:56:59.023Z[ host-package] Compiling fatfs v0.3.6
32272024-10-09T16:56:59.872Z[ helios-setup] Oct 09 16:56:58.266 INFO E| Compiling modular-bitfield v0.11.2
32282024-10-09T16:57:00.289Z[ helios-setup] Oct 09 16:56:58.683 INFO E| Compiling pest_generator v2.7.13
32292024-10-09T16:57:01.814Z[ helios-setup] Oct 09 16:57:00.208 INFO E| Compiling structopt v0.3.26
32302024-10-09T16:57:04.080Z[ host-package] Compiling subprocess v0.2.9
32312024-10-09T16:57:05.944Z[ helios-setup] Oct 09 16:57:04.336 INFO E| Compiling pest_derive v2.7.13
32322024-10-09T16:57:07.351Z[ host-package] Compiling rtoolbox v0.0.2
32332024-10-09T16:57:07.867Z[ host-package] Compiling assert_matches v1.5.0
32342024-10-09T16:57:10.179Z[ host-package] Compiling rpassword v7.3.1
32352024-10-09T16:57:10.690Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32362024-10-09T16:57:10.738Z[ helios-setup] Oct 09 16:57:09.129 INFO E| Compiling json5 v0.4.1
32372024-10-09T16:57:10.885Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32382024-10-09T16:57:16.335Z[ helios-setup] Oct 09 16:57:14.724 INFO E| Compiling four-cc v0.3.0
32392024-10-09T16:57:16.335Z[ helios-setup] Oct 09 16:57:14.724 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
32402024-10-09T16:57:16.565Z[ helios-setup] Oct 09 16:57:14.954 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
32412024-10-09T16:57:17.447Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32422024-10-09T16:57:21.545Z[ host-package] Compiling tui-tree-widget v0.22.0
32432024-10-09T16:57:22.287Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32442024-10-09T16:57:26.311Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32452024-10-09T16:57:31.632Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32462024-10-09T16:57:32.127Z[ host-package] Compiling uzers v0.11.3
32472024-10-09T16:57:35.171Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32482024-10-09T16:57:41.104Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32492024-10-09T16:57:43.442Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32502024-10-09T16:57:58.211Z[ helios-setup] Oct 09 16:57:56.590 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
32512024-10-09T16:58:16.651Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32522024-10-09T16:58:16.737Z[ helios-setup] Oct 09 16:58:15.110 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32532024-10-09T16:58:28.847Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32542024-10-09T16:58:29.150Z[ host-package] Compiling multimap v0.10.0
32552024-10-09T16:59:15.271Z[ helios-setup] Oct 09 16:59:13.628 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s
32562024-10-09T16:59:15.309Z[ helios-setup] Oct 09 16:59:13.667 INFO building project "amd-host-image-builder" ok (199 seconds)
32572024-10-09T16:59:15.312Z[ helios-setup] Oct 09 16:59:13.667 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32582024-10-09T16:59:15.312Z[ helios-setup] Oct 09 16:59:13.667 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32592024-10-09T16:59:15.639Z[ helios-setup] Oct 09 16:59:13.996 INFO E| Downloading crates ...
32602024-10-09T16:59:15.814Z[ helios-setup] Oct 09 16:59:14.171 INFO E| Downloaded typenum v1.15.0
32612024-10-09T16:59:15.818Z[ helios-setup] Oct 09 16:59:14.175 INFO E| Downloaded sha2 v0.10.5
32622024-10-09T16:59:15.821Z[ helios-setup] Oct 09 16:59:14.179 INFO E| Downloaded digest v0.10.3
32632024-10-09T16:59:15.824Z[ helios-setup] Oct 09 16:59:14.181 INFO E| Downloaded bytes v1.2.1
32642024-10-09T16:59:15.830Z[ helios-setup] Oct 09 16:59:14.188 INFO E| Downloaded anyhow v1.0.62
32652024-10-09T16:59:16.060Z[ helios-setup] Oct 09 16:59:14.417 INFO E| Compiling version_check v0.9.4
32662024-10-09T16:59:16.060Z[ helios-setup] Oct 09 16:59:14.417 INFO E| Compiling typenum v1.15.0
32672024-10-09T16:59:16.062Z[ helios-setup] Oct 09 16:59:14.417 INFO E| Compiling crc32fast v1.3.2
32682024-10-09T16:59:16.063Z[ helios-setup] Oct 09 16:59:14.417 INFO E| Compiling cfg-if v1.0.0
32692024-10-09T16:59:16.063Z[ helios-setup] Oct 09 16:59:14.418 INFO E| Compiling anyhow v1.0.62
32702024-10-09T16:59:16.063Z[ helios-setup] Oct 09 16:59:14.418 INFO E| Compiling adler v1.0.2
32712024-10-09T16:59:16.063Z[ helios-setup] Oct 09 16:59:14.418 INFO E| Compiling unicode-width v0.1.10
32722024-10-09T16:59:16.063Z[ helios-setup] Oct 09 16:59:14.418 INFO E| Compiling cpufeatures v0.2.5
32732024-10-09T16:59:16.642Z[ helios-setup] Oct 09 16:59:14.999 INFO E| Compiling miniz_oxide v0.6.2
32742024-10-09T16:59:16.669Z[ helios-setup] Oct 09 16:59:15.026 INFO E| Compiling getopts v0.2.21
32752024-10-09T16:59:16.695Z[ helios-setup] Oct 09 16:59:15.052 INFO E| Compiling bitflags v1.3.2
32762024-10-09T16:59:17.014Z[ helios-setup] Oct 09 16:59:15.371 INFO E| Compiling bytes v1.2.1
32772024-10-09T16:59:17.356Z[ helios-setup] Oct 09 16:59:15.713 INFO E| Compiling generic-array v0.14.6
32782024-10-09T16:59:18.226Z[ helios-setup] Oct 09 16:59:16.569 INFO E| Compiling flate2 v1.0.25
32792024-10-09T16:59:22.517Z[ helios-setup] Oct 09 16:59:20.873 INFO E| Compiling block-buffer v0.10.3
32802024-10-09T16:59:22.517Z[ helios-setup] Oct 09 16:59:20.873 INFO E| Compiling crypto-common v0.1.6
32812024-10-09T16:59:22.723Z[ helios-setup] Oct 09 16:59:21.079 INFO E| Compiling digest v0.10.3
32822024-10-09T16:59:23.053Z[ helios-setup] Oct 09 16:59:21.408 INFO E| Compiling sha2 v0.10.5
32832024-10-09T16:59:23.616Z[ helios-setup] Oct 09 16:59:21.972 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32842024-10-09T16:59:29.127Z[ helios-setup] Oct 09 16:59:27.481 INFO E| Finished `release` profile [optimized] target(s) in 13.72s
32852024-10-09T16:59:29.144Z[ helios-setup] Oct 09 16:59:27.498 INFO building project "bootserver" ok (13 seconds)
32862024-10-09T16:59:29.144Z[ helios-setup] Oct 09 16:59:27.498 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32872024-10-09T16:59:29.147Z[ helios-setup] Oct 09 16:59:27.498 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32882024-10-09T16:59:29.541Z[ helios-setup] Oct 09 16:59:27.895 INFO E| Compiling adler v1.0.2
32892024-10-09T16:59:29.711Z[ helios-setup] Oct 09 16:59:28.065 INFO E| Compiling miniz_oxide v0.7.2
32902024-10-09T16:59:32.309Z[ helios-setup] Oct 09 16:59:30.662 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32912024-10-09T16:59:33.390Z[ helios-setup] Oct 09 16:59:31.742 INFO E| Finished `release` profile [optimized] target(s) in 4.14s
32922024-10-09T16:59:33.399Z[ helios-setup] Oct 09 16:59:31.751 INFO building project "pinprick" ok (4 seconds)
32932024-10-09T16:59:33.401Z[ helios-setup] rm -f helios-build
32942024-10-09T16:59:33.404Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32952024-10-09T16:59:33.408Z[ helios-setup]
32962024-10-09T16:59:33.411Z[ helios-setup] Setup complete! ./helios-build is now available.
32972024-10-09T16:59:33.413Z[ helios-setup]
32982024-10-09T16:59:33.413Z[ helios-setup]
32992024-10-09T16:59:33.413Z[ helios-setup] real 12:17.141529054
33002024-10-09T16:59:33.414Z[ helios-setup] user 28:43.065794192
33012024-10-09T16:59:33.414Z[ helios-setup] sys 3:31.578607078
33022024-10-09T16:59:33.414Z[ helios-setup] trap 1.656881536
33032024-10-09T16:59:33.414Z[ helios-setup] tflt 7.507630952
33042024-10-09T16:59:33.414Z[ helios-setup] dflt 41.837784818
33052024-10-09T16:59:33.414Z[ helios-setup] kflt 0.020365799
33062024-10-09T16:59:33.414Z[ helios-setup] lock 2:06:27.515435523
33072024-10-09T16:59:33.414Z[ helios-setup] slp 3:44:58.765834895
33082024-10-09T16:59:33.414Z[ helios-setup] lat 32:52.429206691
33092024-10-09T16:59:33.414Z[ helios-setup] stop 4:17.491091747
33102024-10-09T16:59:33.414ZOct 09 16:59:31.766 INFO [helios-setup] process exited with exit status: 0 (737.146962806s)
33112024-10-09T16:59:33.419ZOct 09 16:59:31.766 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33122024-10-09T16:59:33.439Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33132024-10-09T16:59:33.674Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33142024-10-09T16:59:33.674Z[ phbl-toolchain] info: downloading component 'cargo'
33152024-10-09T16:59:35.136Z[ phbl-toolchain] info: downloading component 'clippy'
33162024-10-09T16:59:35.620Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33172024-10-09T16:59:40.504Z[ phbl-toolchain] info: downloading component 'miri'
33182024-10-09T16:59:40.678Z[ phbl-toolchain] info: downloading component 'rust-docs'
33192024-10-09T16:59:41.951Z[ phbl-toolchain] info: downloading component 'rust-src'
33202024-10-09T16:59:42.396Z[ phbl-toolchain] info: downloading component 'rust-std'
33212024-10-09T16:59:44.608Z[ phbl-toolchain] info: downloading component 'rustc'
33222024-10-09T16:59:53.059Z[ phbl-toolchain] info: downloading component 'rustfmt'
33232024-10-09T16:59:53.529Z[ phbl-toolchain] info: installing component 'cargo'
33242024-10-09T16:59:54.870Z[ phbl-toolchain] info: installing component 'clippy'
33252024-10-09T16:59:55.494Z[ phbl-toolchain] info: installing component 'llvm-tools'
33262024-10-09T17:00:01.269Z[ phbl-toolchain] info: installing component 'miri'
33272024-10-09T17:00:01.649Z[ phbl-toolchain] info: installing component 'rust-docs'
33282024-10-09T17:00:09.158Z[ phbl-toolchain] info: installing component 'rust-src'
33292024-10-09T17:00:10.004Z[ phbl-toolchain] info: installing component 'rust-std'
33302024-10-09T17:00:12.411Z[ phbl-toolchain] info: installing component 'rustc'
33312024-10-09T17:00:21.902Z[ phbl-toolchain] info: installing component 'rustfmt'
33322024-10-09T17:00:22.862Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33332024-10-09T17:00:22.865ZOct 09 17:00:21.202 INFO [phbl-toolchain] process exited with exit status: 0 (49.435186249s)
33342024-10-09T17:00:50.766Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33352024-10-09T17:01:01.103Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33362024-10-09T17:07:08.248Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 06s
33372024-10-09T17:08:09.541ZOct 09 17:08:07.754 INFO [host-package] process exited with exit status: 0 (1208.249161499s)
33382024-10-09T17:08:09.546ZOct 09 17:08:07.754 INFO [host-stamp] running task
33392024-10-09T17:08:09.546ZOct 09 17:08:07.754 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33402024-10-09T17:08:09.550ZOct 09 17:08:07.762 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+gita923f2a6a05
33412024-10-09T17:08:09.557ZOct 09 17:08:07.769 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+gita923f2a6a05
33422024-10-09T17:08:09.563Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33432024-10-09T17:08:09.565ZOct 09 17:08:07.776 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+gita923f2a6a05
33442024-10-09T17:08:09.568Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33452024-10-09T17:08:09.572Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33462024-10-09T17:08:09.572ZOct 09 17:08:07.785 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+gita923f2a6a05
33472024-10-09T17:08:09.581Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33482024-10-09T17:08:09.584Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33492024-10-09T17:08:09.584Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33502024-10-09T17:08:09.584ZOct 09 17:08:07.796 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+gita923f2a6a05
33512024-10-09T17:08:09.595Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33522024-10-09T17:08:09.598ZOct 09 17:08:07.807 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+gita923f2a6a05
33532024-10-09T17:08:09.606Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-10-09T17:08:09.609ZOct 09 17:08:07.818 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+gita923f2a6a05
33552024-10-09T17:08:09.620Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33562024-10-09T17:08:09.624Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-09T17:08:09.624ZOct 09 17:08:07.833 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+gita923f2a6a05
33582024-10-09T17:08:09.637Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-09T17:08:09.640ZOct 09 17:08:07.849 INFO [stamp-oxlog] process exited with exit status: 0 (86.692144ms)
33602024-10-09T17:08:09.640ZOct 09 17:08:07.850 INFO [stamp-overlay] process exited with exit status: 0 (80.168102ms)
33612024-10-09T17:08:09.640ZOct 09 17:08:07.850 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (43.069686ms)
33622024-10-09T17:08:09.649Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-09T17:08:09.680Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33642024-10-09T17:08:09.686ZOct 09 17:08:07.897 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.100891ms)
33652024-10-09T17:08:09.860Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33662024-10-09T17:08:09.864ZOct 09 17:08:08.077 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (258.439109ms)
33672024-10-09T17:08:09.958Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33682024-10-09T17:08:09.962ZOct 09 17:08:08.174 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (377.346601ms)
33692024-10-09T17:08:10.780Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33702024-10-09T17:08:10.784ZOct 09 17:08:08.995 INFO [stamp-propolis-server] process exited with exit status: 0 (1.219115111s)
33712024-10-09T17:08:10.979Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33722024-10-09T17:08:13.243Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33732024-10-09T17:08:20.120Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33742024-10-09T17:08:20.124ZOct 09 17:08:18.332 INFO [stamp-switch-asic] process exited with exit status: 0 (10.498979373s)
33752024-10-09T17:08:20.124ZOct 09 17:08:18.332 INFO [host-stamp] task succeeded (10.578080959s)
33762024-10-09T17:08:20.124ZOct 09 17:08:18.332 INFO [host-proto] running task
33772024-10-09T17:08:20.493ZOct 09 17:08:18.703 INFO [host-proto] task succeeded (370.752997ms)
33782024-10-09T17:08:20.493ZOct 09 17:08:18.703 INFO [host-profile] running task
33792024-10-09T17:08:20.496ZOct 09 17:08:18.703 INFO [host-profile] task succeeded (264.544µs)
33802024-10-09T17:08:20.496ZOct 09 17:08:18.703 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpTauMps/proto/host/root -N 'ci a923f2a/${os_short_commit} 2024-10-09 16:47' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33812024-10-09T17:08:20.513Z[ host-image] Oct 09 17:08:18.720 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33822024-10-09T17:08:20.517Z[ host-image] Oct 09 17:08:18.721 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33832024-10-09T17:08:20.526Z[ host-image] Oct 09 17:08:18.736 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpTauMps/proto/host/root"
33842024-10-09T17:08:20.526Z[ host-image] Oct 09 17:08:18.736 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33852024-10-09T17:08:20.530Z[ host-image] Oct 09 17:08:18.736 INFO image builder template: ramdisk-01-os...
33862024-10-09T17:08:20.530Z[ host-image] Oct 09 17:08:18.736 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/.tmpTauMps/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33872024-10-09T17:08:20.546Z[ host-image] Oct 09 17:08:18.755 INFO O| Oct 09 17:08:18.755 INFO CREATE DATASET: rpool/images/build/host/output
33882024-10-09T17:08:20.694Z[ host-image] Oct 09 17:08:18.903 INFO O| Oct 09 17:08:18.903 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33892024-10-09T17:08:20.698Z[ host-image] Oct 09 17:08:18.908 INFO O| Oct 09 17:08:18.908 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33902024-10-09T17:08:20.909Z[ host-image] Oct 09 17:08:19.117 INFO O| Oct 09 17:08:19.117 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33912024-10-09T17:08:20.991Z[ host-image] Oct 09 17:08:19.199 INFO O| Oct 09 17:08:19.199 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33922024-10-09T17:08:20.994Z[ host-image] Oct 09 17:08:19.199 INFO O| Oct 09 17:08:19.199 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33932024-10-09T17:08:20.994Z[ host-image] Oct 09 17:08:19.200 INFO O| Oct 09 17:08:19.200 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33942024-10-09T17:08:20.994Z[ host-image] Oct 09 17:08:19.200 INFO O| Oct 09 17:08:19.200 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33952024-10-09T17:08:20.998Z[ host-image] Oct 09 17:08:19.207 INFO O| Oct 09 17:08:19.207 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33962024-10-09T17:08:21.244Z[ host-image] Oct 09 17:08:19.451 INFO O| Oct 09 17:08:19.451 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33972024-10-09T17:08:21.253Z[ host-image] Oct 09 17:08:19.462 INFO O| Oct 09 17:08:19.462 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33982024-10-09T17:08:21.774Z[ host-image] Oct 09 17:08:19.968 INFO O| Oct 09 17:08:19.968 INFO O| Caching catalogs ... Done
33992024-10-09T17:08:21.858Z[ host-image] Oct 09 17:08:20.066 INFO O| Oct 09 17:08:20.066 INFO STEP 0 (pkg_image_create) COMPLETE
34002024-10-09T17:08:21.858Z[ host-image] Oct 09 17:08:20.066 INFO O| Oct 09 17:08:20.066 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34012024-10-09T17:08:21.862Z[ host-image] Oct 09 17:08:20.066 INFO O| Oct 09 17:08:20.066 INFO skip step because feature "repo_redist" is not enabled
34022024-10-09T17:08:21.862Z[ host-image] Oct 09 17:08:20.066 INFO O| Oct 09 17:08:20.066 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34032024-10-09T17:08:21.874Z[ host-image] Oct 09 17:08:20.082 INFO O| Oct 09 17:08:20.082 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
34042024-10-09T17:08:22.436Z[ host-image] Oct 09 17:08:20.644 INFO O| Oct 09 17:08:20.644 INFO STEP 2 (pkg_set_publisher) COMPLETE
34052024-10-09T17:08:22.436Z[ host-image] Oct 09 17:08:20.644 INFO O| Oct 09 17:08:20.644 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34062024-10-09T17:08:22.452Z[ host-image] Oct 09 17:08:20.661 INFO O| Oct 09 17:08:20.661 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"]
34072024-10-09T17:08:22.984Z[ host-image] Oct 09 17:08:21.192 INFO O| Oct 09 17:08:21.192 INFO STEP 3 (pkg_set_publisher) COMPLETE
34082024-10-09T17:08:22.984Z[ host-image] Oct 09 17:08:21.192 INFO O| Oct 09 17:08:21.192 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-10-09T17:08:22.989Z[ host-image] Oct 09 17:08:21.192 INFO O| Oct 09 17:08:21.192 INFO skip step because feature "repo_redist" is not enabled
34102024-10-09T17:08:22.989Z[ host-image] Oct 09 17:08:21.192 INFO O| Oct 09 17:08:21.192 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-10-09T17:08:23.536Z[ host-image] Oct 09 17:08:21.744 INFO O| Oct 09 17:08:21.744 INFO variant opensolaris.zone is already global
34122024-10-09T17:08:23.536Z[ host-image] Oct 09 17:08:21.744 INFO O| Oct 09 17:08:21.744 INFO STEP 5 (pkg_change_variant) COMPLETE
34132024-10-09T17:08:23.539Z[ host-image] Oct 09 17:08:21.744 INFO O| Oct 09 17:08:21.744 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-10-09T17:08:24.084Z[ host-image] Oct 09 17:08:22.291 INFO O| Oct 09 17:08:22.291 INFO variant opensolaris.imagetype is full; changing to partial
34152024-10-09T17:08:24.087Z[ host-image] Oct 09 17:08:22.291 INFO O| Oct 09 17:08:22.291 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34162024-10-09T17:08:31.621Z[ host-image] Oct 09 17:08:28.801 INFO O| Oct 09 17:08:28.801 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34172024-10-09T17:08:32.118Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.32s
34182024-10-09T17:08:33.453Z[ host-image] Oct 09 17:08:31.656 INFO O| Oct 09 17:08:31.656 INFO O| Startup: Caching catalogs ... Done
34192024-10-09T17:08:33.506Z[ host-image] Oct 09 17:08:31.712 INFO O| Oct 09 17:08:31.711 INFO O| Planning: Planning completed in 0.00 seconds
34202024-10-09T17:08:33.508Z[ host-image] Oct 09 17:08:31.712 INFO O| Oct 09 17:08:31.712 INFO O| Planning: Consolidating action changes ... Done
34212024-10-09T17:08:33.508Z[ host-image] Oct 09 17:08:31.712 INFO O| Oct 09 17:08:31.712 INFO O| Planning: Evaluating mediators ... Done
34222024-10-09T17:08:33.508Z[ host-image] Oct 09 17:08:31.712 INFO O| Oct 09 17:08:31.712 INFO O| Planning: Planning completed in 0.00 seconds
34232024-10-09T17:08:33.508Z[ host-image] Oct 09 17:08:31.713 INFO O| Oct 09 17:08:31.713 INFO O| Variants/Facets to change: 1
34242024-10-09T17:08:33.525Z[ host-image] Oct 09 17:08:31.731 INFO O| Oct 09 17:08:31.731 INFO O| Done
34252024-10-09T17:08:33.525Z[ host-image] Oct 09 17:08:31.731 INFO O| Oct 09 17:08:31.731 INFO O| Done
34262024-10-09T17:08:33.957Z[ host-image] Oct 09 17:08:32.162 INFO O| Oct 09 17:08:32.162 INFO O| Done
34272024-10-09T17:08:33.990Z[ host-image] Oct 09 17:08:32.196 INFO O| Oct 09 17:08:32.196 INFO O| Done
34282024-10-09T17:08:33.993Z[ host-image] Oct 09 17:08:32.197 INFO O| Oct 09 17:08:32.197 INFO O| Done
34292024-10-09T17:08:33.993Z[ host-image] Oct 09 17:08:32.197 INFO O| Oct 09 17:08:32.197 INFO O| Done
34302024-10-09T17:08:33.993Z[ host-image] Oct 09 17:08:32.198 INFO O| Oct 09 17:08:32.198 INFO O| Done
34312024-10-09T17:08:34.113ZOct 09 17:08:32.319 INFO [recovery-package] process exited with exit status: 0 (24.564107501s)
34322024-10-09T17:08:34.113ZOct 09 17:08:32.319 INFO [recovery-stamp] running task
34332024-10-09T17:08:34.116ZOct 09 17:08:32.319 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34342024-10-09T17:08:34.123ZOct 09 17:08:32.328 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+gita923f2a6a05
34352024-10-09T17:08:34.137ZOct 09 17:08:32.342 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+gita923f2a6a05
34362024-10-09T17:08:34.147Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34372024-10-09T17:08:34.156Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34382024-10-09T17:08:34.227Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34392024-10-09T17:08:34.231ZOct 09 17:08:32.437 INFO [stamp-installinator] process exited with exit status: 0 (95.309457ms)
34402024-10-09T17:08:34.252Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34412024-10-09T17:08:34.255ZOct 09 17:08:32.461 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (132.731953ms)
34422024-10-09T17:08:34.258ZOct 09 17:08:32.461 INFO [recovery-stamp] task succeeded (141.989986ms)
34432024-10-09T17:08:34.258ZOct 09 17:08:32.461 INFO [recovery-proto] running task
34442024-10-09T17:08:34.258ZOct 09 17:08:32.461 INFO [tuf-stamp] running task
34452024-10-09T17:08:34.258ZOct 09 17:08:32.462 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+gita923f2a6a05
34462024-10-09T17:08:34.268ZOct 09 17:08:32.473 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+gita923f2a6a05
34472024-10-09T17:08:34.278Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34482024-10-09T17:08:34.280ZOct 09 17:08:32.485 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+gita923f2a6a05
34492024-10-09T17:08:34.290Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34502024-10-09T17:08:34.292ZOct 09 17:08:32.496 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+gita923f2a6a05
34512024-10-09T17:08:34.304Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34522024-10-09T17:08:34.306ZOct 09 17:08:32.510 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+gita923f2a6a05
34532024-10-09T17:08:34.329Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34542024-10-09T17:08:34.329ZOct 09 17:08:32.532 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+gita923f2a6a05
34552024-10-09T17:08:34.351Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-09T17:08:34.353ZOct 09 17:08:32.557 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+gita923f2a6a05
34572024-10-09T17:08:34.409Z[ host-image] Oct 09 17:08:32.565 INFO O| Oct 09 17:08:32.564 INFO STEP 6 (pkg_change_variant) COMPLETE
34582024-10-09T17:08:34.411Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34592024-10-09T17:08:34.411Z[ host-image] Oct 09 17:08:32.565 INFO O| Oct 09 17:08:32.564 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34602024-10-09T17:08:34.411Z[ host-image] Oct 09 17:08:32.565 INFO O| Oct 09 17:08:32.564 INFO skip step because feature "debug_variant" is not enabled
34612024-10-09T17:08:34.412Z[ host-image] Oct 09 17:08:32.565 INFO O| Oct 09 17:08:32.564 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34622024-10-09T17:08:34.412Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-09T17:08:34.412ZOct 09 17:08:32.615 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+gita923f2a6a05
34642024-10-09T17:08:34.445Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34652024-10-09T17:08:34.449ZOct 09 17:08:32.651 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+gita923f2a6a05
34662024-10-09T17:08:34.466Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-09T17:08:34.484ZOct 09 17:08:32.689 INFO [recovery-proto] task succeeded (210.928035ms)
34682024-10-09T17:08:34.484ZOct 09 17:08:32.689 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+gita923f2a6a05
34692024-10-09T17:08:34.538ZOct 09 17:08:32.744 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpTauMps/proto/recovery/root -N 'recovery a923f2a/${os_short_commit} 2024-10-09 16:47' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34702024-10-09T17:08:34.548Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34712024-10-09T17:08:34.551ZOct 09 17:08:32.755 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+gita923f2a6a05
34722024-10-09T17:08:34.577Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-10-09T17:08:34.579ZOct 09 17:08:32.783 INFO [stamp-probe] process exited with exit status: 0 (309.054823ms)
34742024-10-09T17:08:34.590Z[ recovery-image] Oct 09 17:08:32.795 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34752024-10-09T17:08:34.590Z[ recovery-image] Oct 09 17:08:32.796 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34762024-10-09T17:08:34.607Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34772024-10-09T17:08:34.624Z[ recovery-image] Oct 09 17:08:32.830 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpTauMps/proto/recovery/root"
34782024-10-09T17:08:34.624Z[ recovery-image] Oct 09 17:08:32.830 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34792024-10-09T17:08:34.627Z[ recovery-image] Oct 09 17:08:32.830 INFO image builder template: ramdisk-01-os...
34802024-10-09T17:08:34.627Z[ recovery-image] Oct 09 17:08:32.830 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/.tmpTauMps/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34812024-10-09T17:08:34.654Z[ recovery-image] Oct 09 17:08:32.860 INFO O| Oct 09 17:08:32.859 INFO CREATE DATASET: rpool/images/build/recovery/output
34822024-10-09T17:08:35.181Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34832024-10-09T17:08:35.184Z[ recovery-image] Oct 09 17:08:33.388 INFO O| Oct 09 17:08:33.387 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34842024-10-09T17:08:35.189Z[ recovery-image] Oct 09 17:08:33.395 INFO O| Oct 09 17:08:33.394 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34852024-10-09T17:08:35.265ZOct 09 17:08:33.471 INFO [stamp-ntp] process exited with exit status: 0 (715.984844ms)
34862024-10-09T17:08:35.265Z[ host-image] Oct 09 17:08:33.470 INFO O| Oct 09 17:08:33.470 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34872024-10-09T17:08:35.590Z[ recovery-image] Oct 09 17:08:33.795 INFO O| Oct 09 17:08:33.795 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34882024-10-09T17:08:35.663Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34892024-10-09T17:08:35.668ZOct 09 17:08:33.873 INFO [stamp-external-dns] process exited with exit status: 0 (1.388236637s)
34902024-10-09T17:08:35.673Z[ recovery-image] Oct 09 17:08:33.878 INFO O| Oct 09 17:08:33.878 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34912024-10-09T17:08:35.676Z[ recovery-image] Oct 09 17:08:33.879 INFO O| Oct 09 17:08:33.879 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34922024-10-09T17:08:35.676Z[ recovery-image] Oct 09 17:08:33.879 INFO O| Oct 09 17:08:33.879 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34932024-10-09T17:08:35.676Z[ recovery-image] Oct 09 17:08:33.879 INFO O| Oct 09 17:08:33.879 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34942024-10-09T17:08:35.684Z[ recovery-image] Oct 09 17:08:33.889 INFO O| Oct 09 17:08:33.889 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34952024-10-09T17:08:35.843Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
34962024-10-09T17:08:35.865Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34972024-10-09T17:08:35.875Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34982024-10-09T17:08:35.929ZOct 09 17:08:34.135 INFO [stamp-internal-dns] process exited with exit status: 0 (1.518862292s)
34992024-10-09T17:08:35.932Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35002024-10-09T17:08:35.940Z[ recovery-image] Oct 09 17:08:34.145 INFO O| Oct 09 17:08:34.145 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35012024-10-09T17:08:35.954ZOct 09 17:08:34.160 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.508670371s)
35022024-10-09T17:08:35.971Z[ recovery-image] Oct 09 17:08:34.176 INFO O| Oct 09 17:08:34.176 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35032024-10-09T17:08:36.233Z[ host-image] Oct 09 17:08:34.438 INFO O| Oct 09 17:08:34.438 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35042024-10-09T17:08:36.235Z[ host-image] Oct 09 17:08:34.439 INFO O| Oct 09 17:08:34.439 INFO O| Planning: Planning completed in 0.00 seconds
35052024-10-09T17:08:36.235Z[ host-image] Oct 09 17:08:34.440 INFO O| Oct 09 17:08:34.440 INFO O| Planning: Consolidating action changes ... Done
35062024-10-09T17:08:36.235Z[ host-image] Oct 09 17:08:34.440 INFO O| Oct 09 17:08:34.440 INFO O| Planning: Evaluating mediators ... Done
35072024-10-09T17:08:36.238Z[ host-image] Oct 09 17:08:34.442 INFO O| Oct 09 17:08:34.441 INFO O| Planning: Planning completed in 0.00 seconds
35082024-10-09T17:08:36.238Z[ host-image] Oct 09 17:08:34.442 INFO O| Oct 09 17:08:34.441 INFO O| Variants/Facets to change: 1
35092024-10-09T17:08:36.243Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35102024-10-09T17:08:36.248ZOct 09 17:08:34.454 INFO [stamp-oximeter] process exited with exit status: 0 (1.957793057s)
35112024-10-09T17:08:36.262Z[ host-image] Oct 09 17:08:34.467 INFO O| Oct 09 17:08:34.467 INFO O| Done
35122024-10-09T17:08:36.262Z[ host-image] Oct 09 17:08:34.468 INFO O| Oct 09 17:08:34.467 INFO O| Done
35132024-10-09T17:08:36.303Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35142024-10-09T17:08:36.307ZOct 09 17:08:34.513 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.840509682s)
35152024-10-09T17:08:36.498Z[ recovery-image] Oct 09 17:08:34.702 INFO O| Oct 09 17:08:34.702 INFO O| Caching catalogs ... Done
35162024-10-09T17:08:36.610Z[ recovery-image] Oct 09 17:08:34.815 INFO O| Oct 09 17:08:34.815 INFO STEP 0 (pkg_image_create) COMPLETE
35172024-10-09T17:08:36.610Z[ recovery-image] Oct 09 17:08:34.815 INFO O| Oct 09 17:08:34.815 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35182024-10-09T17:08:36.610Z[ recovery-image] Oct 09 17:08:34.815 INFO O| Oct 09 17:08:34.815 INFO skip step because feature "repo_redist" is not enabled
35192024-10-09T17:08:36.613Z[ recovery-image] Oct 09 17:08:34.815 INFO O| Oct 09 17:08:34.815 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-10-09T17:08:36.626Z[ recovery-image] Oct 09 17:08:34.831 INFO O| Oct 09 17:08:34.831 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"]
35212024-10-09T17:08:36.764Z[ host-image] Oct 09 17:08:34.969 INFO O| Oct 09 17:08:34.969 INFO O| Done
35222024-10-09T17:08:36.821Z[ host-image] Oct 09 17:08:35.026 INFO O| Oct 09 17:08:35.026 INFO O| Done
35232024-10-09T17:08:36.824Z[ host-image] Oct 09 17:08:35.027 INFO O| Oct 09 17:08:35.027 INFO O| Done
35242024-10-09T17:08:36.824Z[ host-image] Oct 09 17:08:35.027 INFO O| Oct 09 17:08:35.027 INFO O| Done
35252024-10-09T17:08:36.824Z[ host-image] Oct 09 17:08:35.029 INFO O| Oct 09 17:08:35.029 INFO O| Done
35262024-10-09T17:08:36.902Z[ host-image] Oct 09 17:08:35.106 INFO O| Oct 09 17:08:35.105 INFO STEP 8 (pkg_change_facet) COMPLETE
35272024-10-09T17:08:36.902Z[ host-image] Oct 09 17:08:35.106 INFO O| Oct 09 17:08:35.105 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35282024-10-09T17:08:36.902Z[ host-image] Oct 09 17:08:35.106 INFO O| Oct 09 17:08:35.106 INFO skip step because feature "recovery" is not enabled
35292024-10-09T17:08:36.905Z[ host-image] Oct 09 17:08:35.106 INFO O| Oct 09 17:08:35.106 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35302024-10-09T17:08:36.905Z[ host-image] Oct 09 17:08:35.106 INFO O| Oct 09 17:08:35.106 INFO skip step because feature "recovery" is not enabled
35312024-10-09T17:08:36.905Z[ host-image] Oct 09 17:08:35.106 INFO O| Oct 09 17:08:35.106 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35322024-10-09T17:08:36.917Z[ host-image] Oct 09 17:08:35.122 INFO O| Oct 09 17:08:35.122 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
35332024-10-09T17:08:37.103Z[ recovery-image] Oct 09 17:08:35.307 INFO O| Oct 09 17:08:35.307 INFO STEP 2 (pkg_set_publisher) COMPLETE
35342024-10-09T17:08:37.104Z[ recovery-image] Oct 09 17:08:35.307 INFO O| Oct 09 17:08:35.307 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-09T17:08:37.117Z[ recovery-image] Oct 09 17:08:35.322 INFO O| Oct 09 17:08:35.322 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"]
35362024-10-09T17:08:37.482Z[ host-image] Oct 09 17:08:35.685 INFO O| Oct 09 17:08:35.685 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35372024-10-09T17:08:37.519Z[ recovery-image] Oct 09 17:08:35.724 INFO O| Oct 09 17:08:35.724 INFO STEP 3 (pkg_set_publisher) COMPLETE
35382024-10-09T17:08:37.519Z[ recovery-image] Oct 09 17:08:35.724 INFO O| Oct 09 17:08:35.724 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35392024-10-09T17:08:37.519Z[ recovery-image] Oct 09 17:08:35.724 INFO O| Oct 09 17:08:35.724 INFO skip step because feature "repo_redist" is not enabled
35402024-10-09T17:08:37.522Z[ recovery-image] Oct 09 17:08:35.724 INFO O| Oct 09 17:08:35.724 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35412024-10-09T17:08:37.931Z[ recovery-image] Oct 09 17:08:36.135 INFO O| Oct 09 17:08:36.135 INFO variant opensolaris.zone is already global
35422024-10-09T17:08:37.931Z[ recovery-image] Oct 09 17:08:36.135 INFO O| Oct 09 17:08:36.135 INFO STEP 5 (pkg_change_variant) COMPLETE
35432024-10-09T17:08:37.931Z[ recovery-image] Oct 09 17:08:36.135 INFO O| Oct 09 17:08:36.135 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35442024-10-09T17:08:38.298Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35452024-10-09T17:08:38.308ZOct 09 17:08:36.507 INFO [stamp-nexus] process exited with exit status: 0 (3.9500256s)
35462024-10-09T17:08:38.385Z[ recovery-image] Oct 09 17:08:36.589 INFO O| Oct 09 17:08:36.589 INFO variant opensolaris.imagetype is full; changing to partial
35472024-10-09T17:08:38.385Z[ recovery-image] Oct 09 17:08:36.589 INFO O| Oct 09 17:08:36.589 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35482024-10-09T17:08:39.963Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35492024-10-09T17:08:39.967ZOct 09 17:08:38.171 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.638568309s)
35502024-10-09T17:08:40.054Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35512024-10-09T17:08:40.203Z[verify-libraries] Compiling polyval v0.6.2
35522024-10-09T17:08:40.222Z[verify-libraries] Compiling ctr v0.9.2
35532024-10-09T17:08:40.243Z[verify-libraries] Compiling ssh-encoding v0.2.0
35542024-10-09T17:08:40.243Z[verify-libraries] Compiling blowfish v0.9.1
35552024-10-09T17:08:40.248Z[verify-libraries] Compiling password-hash v0.4.2
35562024-10-09T17:08:40.248Z[verify-libraries] Compiling matches v0.1.10
35572024-10-09T17:08:40.251Z[verify-libraries] Compiling p256 v0.13.2
35582024-10-09T17:08:40.735Z[verify-libraries] Compiling ghash v0.5.1
35592024-10-09T17:08:40.880Z[verify-libraries] Compiling p521 v0.13.3
35602024-10-09T17:08:40.981Z[verify-libraries] Compiling idna v0.2.3
35612024-10-09T17:08:41.183Z[verify-libraries] Compiling aes-gcm v0.10.3
35622024-10-09T17:08:41.294Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35632024-10-09T17:08:41.681Z[verify-libraries] Compiling ssh-cipher v0.2.0
35642024-10-09T17:08:42.035Z[verify-libraries] Compiling pbkdf2 v0.11.0
35652024-10-09T17:08:42.105Z[verify-libraries] Compiling enum-as-inner v0.5.1
35662024-10-09T17:08:42.760Z[verify-libraries] Compiling ssh-key v0.6.6
35672024-10-09T17:08:43.325Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35682024-10-09T17:08:43.529Z[verify-libraries] Compiling md5 v0.7.0
35692024-10-09T17:08:43.878Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35702024-10-09T17:08:43.924Z[verify-libraries] Compiling num-bigint v0.4.5
35712024-10-09T17:08:44.257Z[verify-libraries] Compiling des v0.8.1
35722024-10-09T17:08:44.673Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35732024-10-09T17:08:44.692ZOct 09 17:08:42.895 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.433127284s)
35742024-10-09T17:08:45.152Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35752024-10-09T17:08:45.201Z[verify-libraries] Compiling hex-literal v0.4.1
35762024-10-09T17:08:45.213ZOct 09 17:08:43.415 INFO [stamp-clickhouse] process exited with exit status: 0 (10.905336452s)
35772024-10-09T17:08:45.213ZOct 09 17:08:43.415 INFO [tuf-stamp] task succeeded (10.954225725s)
35782024-10-09T17:08:45.265Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35792024-10-09T17:08:45.496Z[ recovery-image] Oct 09 17:08:43.698 INFO O| Oct 09 17:08:43.698 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35802024-10-09T17:08:45.554Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35812024-10-09T17:08:46.385Z[verify-libraries] Compiling russh-keys v0.45.0
35822024-10-09T17:08:46.987Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35832024-10-09T17:08:48.069Z[verify-libraries] Compiling internet-checksum v0.2.1
35842024-10-09T17:08:48.437Z[verify-libraries] Compiling russh v0.45.0
35852024-10-09T17:08:53.465Z[ recovery-image] Oct 09 17:08:51.665 INFO O| Oct 09 17:08:51.665 INFO O| Startup: Caching catalogs ... Done
35862024-10-09T17:08:53.544Z[ recovery-image] Oct 09 17:08:51.744 INFO O| Oct 09 17:08:51.744 INFO O| Planning: Planning completed in 0.00 seconds
35872024-10-09T17:08:53.547Z[ recovery-image] Oct 09 17:08:51.745 INFO O| Oct 09 17:08:51.745 INFO O| Planning: Consolidating action changes ... Done
35882024-10-09T17:08:53.548Z[ recovery-image] Oct 09 17:08:51.746 INFO O| Oct 09 17:08:51.746 INFO O| Planning: Evaluating mediators ... Done
35892024-10-09T17:08:53.548Z[ recovery-image] Oct 09 17:08:51.746 INFO O| Oct 09 17:08:51.746 INFO O| Planning: Planning completed in 0.00 seconds
35902024-10-09T17:08:53.548Z[ recovery-image] Oct 09 17:08:51.747 INFO O| Oct 09 17:08:51.746 INFO O| Variants/Facets to change: 1
35912024-10-09T17:08:53.643Z[ recovery-image] Oct 09 17:08:51.843 INFO O| Oct 09 17:08:51.843 INFO O| Done
35922024-10-09T17:08:53.643Z[ recovery-image] Oct 09 17:08:51.843 INFO O| Oct 09 17:08:51.843 INFO O| Done
35932024-10-09T17:08:53.977Z[verify-libraries] Compiling dhcproto v0.12.0
35942024-10-09T17:08:54.503Z[ recovery-image] Oct 09 17:08:52.703 INFO O| Oct 09 17:08:52.703 INFO O| Done
35952024-10-09T17:08:54.593Z[ recovery-image] Oct 09 17:08:52.792 INFO O| Oct 09 17:08:52.792 INFO O| Done
35962024-10-09T17:08:54.595Z[ recovery-image] Oct 09 17:08:52.794 INFO O| Oct 09 17:08:52.794 INFO O| Done
35972024-10-09T17:08:54.596Z[ recovery-image] Oct 09 17:08:52.795 INFO O| Oct 09 17:08:52.794 INFO O| Done
35982024-10-09T17:08:54.599Z[ recovery-image] Oct 09 17:08:52.797 INFO O| Oct 09 17:08:52.797 INFO O| Done
35992024-10-09T17:08:54.748Z[verify-libraries] Compiling heck v0.4.1
36002024-10-09T17:08:55.249Z[ recovery-image] Oct 09 17:08:53.448 INFO O| Oct 09 17:08:53.448 INFO STEP 6 (pkg_change_variant) COMPLETE
36012024-10-09T17:08:55.249Z[ recovery-image] Oct 09 17:08:53.449 INFO O| Oct 09 17:08:53.448 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36022024-10-09T17:08:55.252Z[ recovery-image] Oct 09 17:08:53.449 INFO O| Oct 09 17:08:53.448 INFO skip step because feature "debug_variant" is not enabled
36032024-10-09T17:08:55.252Z[ recovery-image] Oct 09 17:08:53.449 INFO O| Oct 09 17:08:53.449 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36042024-10-09T17:08:56.043Z[ recovery-image] Oct 09 17:08:54.242 INFO O| Oct 09 17:08:54.242 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36052024-10-09T17:08:56.463Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36062024-10-09T17:08:57.019Z[ recovery-image] Oct 09 17:08:55.219 INFO O| Oct 09 17:08:55.219 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36072024-10-09T17:08:57.022Z[ recovery-image] Oct 09 17:08:55.221 INFO O| Oct 09 17:08:55.221 INFO O| Planning: Planning completed in 0.00 seconds
36082024-10-09T17:08:57.022Z[ recovery-image] Oct 09 17:08:55.222 INFO O| Oct 09 17:08:55.221 INFO O| Planning: Consolidating action changes ... Done
36092024-10-09T17:08:57.024Z[ recovery-image] Oct 09 17:08:55.222 INFO O| Oct 09 17:08:55.222 INFO O| Planning: Evaluating mediators ... Done
36102024-10-09T17:08:57.025Z[ recovery-image] Oct 09 17:08:55.222 INFO O| Oct 09 17:08:55.222 INFO O| Planning: Planning completed in 0.00 seconds
36112024-10-09T17:08:57.025Z[ recovery-image] Oct 09 17:08:55.222 INFO O| Oct 09 17:08:55.222 INFO O| Variants/Facets to change: 1
36122024-10-09T17:08:57.130Z[ recovery-image] Oct 09 17:08:55.330 INFO O| Oct 09 17:08:55.329 INFO O| Done
36132024-10-09T17:08:57.130Z[ recovery-image] Oct 09 17:08:55.330 INFO O| Oct 09 17:08:55.330 INFO O| Done
36142024-10-09T17:08:57.766Z[ recovery-image] Oct 09 17:08:55.965 INFO O| Oct 09 17:08:55.965 INFO O| Done
36152024-10-09T17:08:57.829Z[ recovery-image] Oct 09 17:08:56.028 INFO O| Oct 09 17:08:56.028 INFO O| Done
36162024-10-09T17:08:57.832Z[ recovery-image] Oct 09 17:08:56.030 INFO O| Oct 09 17:08:56.030 INFO O| Done
36172024-10-09T17:08:57.832Z[ recovery-image] Oct 09 17:08:56.030 INFO O| Oct 09 17:08:56.030 INFO O| Done
36182024-10-09T17:08:57.835Z[ recovery-image] Oct 09 17:08:56.032 INFO O| Oct 09 17:08:56.032 INFO O| Done
36192024-10-09T17:08:57.928Z[ recovery-image] Oct 09 17:08:56.127 INFO O| Oct 09 17:08:56.127 INFO STEP 8 (pkg_change_facet) COMPLETE
36202024-10-09T17:08:57.928Z[ recovery-image] Oct 09 17:08:56.127 INFO O| Oct 09 17:08:56.127 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36212024-10-09T17:08:58.592Z[ recovery-image] Oct 09 17:08:56.791 INFO O| Oct 09 17:08:56.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36222024-10-09T17:08:59.631Z[ recovery-image] Oct 09 17:08:57.829 INFO O| Oct 09 17:08:57.829 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36232024-10-09T17:08:59.633Z[ recovery-image] Oct 09 17:08:57.831 INFO O| Oct 09 17:08:57.831 INFO O| Planning: Planning completed in 0.00 seconds
36242024-10-09T17:08:59.633Z[ recovery-image] Oct 09 17:08:57.832 INFO O| Oct 09 17:08:57.832 INFO O| Planning: Consolidating action changes ... Done
36252024-10-09T17:08:59.636Z[ recovery-image] Oct 09 17:08:57.832 INFO O| Oct 09 17:08:57.832 INFO O| Planning: Evaluating mediators ... Done
36262024-10-09T17:08:59.636Z[ recovery-image] Oct 09 17:08:57.833 INFO O| Oct 09 17:08:57.832 INFO O| Planning: Planning completed in 0.00 seconds
36272024-10-09T17:08:59.636Z[ recovery-image] Oct 09 17:08:57.833 INFO O| Oct 09 17:08:57.833 INFO O| Variants/Facets to change: 1
36282024-10-09T17:08:59.810Z[ recovery-image] Oct 09 17:08:58.008 INFO O| Oct 09 17:08:58.008 INFO O| Done
36292024-10-09T17:08:59.810Z[ recovery-image] Oct 09 17:08:58.008 INFO O| Oct 09 17:08:58.008 INFO O| Done
36302024-10-09T17:09:00.443Z[ recovery-image] Oct 09 17:08:58.641 INFO O| Oct 09 17:08:58.641 INFO O| Done
36312024-10-09T17:09:00.529Z[ recovery-image] Oct 09 17:08:58.727 INFO O| Oct 09 17:08:58.727 INFO O| Done
36322024-10-09T17:09:00.531Z[ recovery-image] Oct 09 17:08:58.728 INFO O| Oct 09 17:08:58.728 INFO O| Done
36332024-10-09T17:09:00.531Z[ recovery-image] Oct 09 17:08:58.728 INFO O| Oct 09 17:08:58.728 INFO O| Done
36342024-10-09T17:09:00.534Z[ recovery-image] Oct 09 17:08:58.731 INFO O| Oct 09 17:08:58.730 INFO O| Done
36352024-10-09T17:09:00.657Z[ recovery-image] Oct 09 17:08:58.855 INFO O| Oct 09 17:08:58.855 INFO STEP 9 (pkg_change_facet) COMPLETE
36362024-10-09T17:09:00.657Z[ recovery-image] Oct 09 17:08:58.855 INFO O| Oct 09 17:08:58.855 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-10-09T17:09:01.399Z[ recovery-image] Oct 09 17:08:59.597 INFO O| Oct 09 17:08:59.597 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36382024-10-09T17:09:02.547Z[ recovery-image] Oct 09 17:09:00.745 INFO O| Oct 09 17:09:00.744 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36392024-10-09T17:09:02.550Z[ recovery-image] Oct 09 17:09:00.746 INFO O| Oct 09 17:09:00.746 INFO O| Planning: Planning completed in 0.00 seconds
36402024-10-09T17:09:02.550Z[ recovery-image] Oct 09 17:09:00.747 INFO O| Oct 09 17:09:00.747 INFO O| Planning: Consolidating action changes ... Done
36412024-10-09T17:09:02.550Z[ recovery-image] Oct 09 17:09:00.747 INFO O| Oct 09 17:09:00.747 INFO O| Planning: Evaluating mediators ... Done
36422024-10-09T17:09:02.550Z[ recovery-image] Oct 09 17:09:00.748 INFO O| Oct 09 17:09:00.748 INFO O| Planning: Planning completed in 0.00 seconds
36432024-10-09T17:09:02.553Z[ recovery-image] Oct 09 17:09:00.748 INFO O| Oct 09 17:09:00.748 INFO O| Variants/Facets to change: 1
36442024-10-09T17:09:02.647Z[ recovery-image] Oct 09 17:09:00.845 INFO O| Oct 09 17:09:00.845 INFO O| Done
36452024-10-09T17:09:02.647Z[ recovery-image] Oct 09 17:09:00.845 INFO O| Oct 09 17:09:00.845 INFO O| Done
36462024-10-09T17:09:03.309Z[ recovery-image] Oct 09 17:09:01.506 INFO O| Oct 09 17:09:01.506 INFO O| Done
36472024-10-09T17:09:03.379Z[ recovery-image] Oct 09 17:09:01.576 INFO O| Oct 09 17:09:01.576 INFO O| Done
36482024-10-09T17:09:03.382Z[ recovery-image] Oct 09 17:09:01.577 INFO O| Oct 09 17:09:01.577 INFO O| Done
36492024-10-09T17:09:03.382Z[ recovery-image] Oct 09 17:09:01.578 INFO O| Oct 09 17:09:01.577 INFO O| Done
36502024-10-09T17:09:03.382Z[ recovery-image] Oct 09 17:09:01.579 INFO O| Oct 09 17:09:01.579 INFO O| Done
36512024-10-09T17:09:03.476Z[ recovery-image] Oct 09 17:09:01.673 INFO O| Oct 09 17:09:01.673 INFO STEP 10 (pkg_change_facet) COMPLETE
36522024-10-09T17:09:03.476Z[ recovery-image] Oct 09 17:09:01.673 INFO O| Oct 09 17:09:01.673 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-10-09T17:09:03.496Z[ recovery-image] Oct 09 17:09:01.694 INFO O| Oct 09 17:09:01.694 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"]
36542024-10-09T17:09:04.572Z[ recovery-image] Oct 09 17:09:02.769 INFO O| Oct 09 17:09:02.769 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36552024-10-09T17:09:05.342Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36562024-10-09T17:09:05.532Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36572024-10-09T17:09:05.656Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36582024-10-09T17:09:06.102Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36592024-10-09T17:09:06.187Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36602024-10-09T17:09:06.774Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36612024-10-09T17:09:06.831Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36622024-10-09T17:09:07.804Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36632024-10-09T17:09:11.944Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36642024-10-09T17:09:15.332Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36652024-10-09T17:09:15.739Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36662024-10-09T17:09:19.207Z[ host-image] Oct 09 17:09:17.400 INFO O| Oct 09 17:09:17.400 INFO O| Planning: Solver setup ... Done
36672024-10-09T17:09:22.143Z[verify-libraries] Compiling termios v0.3.3
36682024-10-09T17:09:22.588Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36692024-10-09T17:09:36.597Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36702024-10-09T17:09:48.310Z[ recovery-image] Oct 09 17:09:46.496 INFO O| Oct 09 17:09:46.495 INFO O| Planning: Solver setup ... Done
36712024-10-09T17:10:01.320Z[ host-image] Oct 09 17:09:59.502 INFO O| Oct 09 17:09:59.502 INFO O| Planning: Running solver ... Done
36722024-10-09T17:10:01.742Z[ host-image] Oct 09 17:09:59.924 INFO O| Oct 09 17:09:59.924 INFO O| Planning: Finding local manifests ... Done
36732024-10-09T17:10:01.759Z[ host-image] Oct 09 17:09:59.941 INFO O| Oct 09 17:09:59.941 INFO O| Planning: Fetching manifests: 0/124 0% complete
36742024-10-09T17:10:06.504Z[ host-image] Oct 09 17:10:04.685 INFO O| Oct 09 17:10:04.684 INFO O| Planning: Fetching manifests: 124/124 100% complete
36752024-10-09T17:10:07.663Z[ host-image] Oct 09 17:10:05.843 INFO O| Oct 09 17:10:05.843 INFO O| Planning: Package planning ... Done
36762024-10-09T17:10:09.323Z[ host-image] Oct 09 17:10:07.503 INFO O| Oct 09 17:10:07.503 INFO O| Planning: Merging actions ... Done
36772024-10-09T17:10:09.832Z[ host-image] Oct 09 17:10:08.012 INFO O| Oct 09 17:10:08.012 INFO O| Planning: Checking for conflicting actions ... Done
36782024-10-09T17:10:10.190Z[ host-image] Oct 09 17:10:08.369 INFO O| Oct 09 17:10:08.369 INFO O| Planning: Consolidating action changes ... Done
36792024-10-09T17:10:10.756Z[ host-image] Oct 09 17:10:08.936 INFO O| Oct 09 17:10:08.936 INFO O| Planning: Evaluating mediators ... Done
36802024-10-09T17:10:17.310Z[ host-image] Oct 09 17:10:15.486 INFO O| Oct 09 17:10:15.486 INFO O| Planning: Planning completed in 99.80 seconds
36812024-10-09T17:10:17.314Z[ host-image] Oct 09 17:10:15.492 INFO O| Oct 09 17:10:15.492 INFO O| Packages to install: 124
36822024-10-09T17:10:17.317Z[ host-image] Oct 09 17:10:15.492 INFO O| Oct 09 17:10:15.492 INFO O| Mediators to change: 4
36832024-10-09T17:10:17.317Z[ host-image] Oct 09 17:10:15.492 INFO O| Oct 09 17:10:15.492 INFO O| Services to change: 6
36842024-10-09T17:10:17.420Z[ host-image] Oct 09 17:10:15.597 INFO O| Oct 09 17:10:15.597 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36852024-10-09T17:10:22.422Z[ host-image] Oct 09 17:10:20.598 INFO O| Oct 09 17:10:20.598 INFO O| Download: 957/22734 items 5.9/196.5MB 3% complete (1.2M/s)
36862024-10-09T17:10:27.439Z[ host-image] Oct 09 17:10:25.614 INFO O| Oct 09 17:10:25.614 INFO O| Download: 1608/22734 items 9.6/196.5MB 4% complete (1001k/s)
36872024-10-09T17:10:28.968Z[ recovery-image] Oct 09 17:10:27.143 INFO O| Oct 09 17:10:27.142 INFO O| Planning: Running solver ... Done
36882024-10-09T17:10:29.356Z[ recovery-image] Oct 09 17:10:27.530 INFO O| Oct 09 17:10:27.530 INFO O| Planning: Finding local manifests ... Done
36892024-10-09T17:10:29.373Z[ recovery-image] Oct 09 17:10:27.547 INFO O| Oct 09 17:10:27.547 INFO O| Planning: Fetching manifests: 0/124 0% complete
36902024-10-09T17:10:32.465Z[ host-image] Oct 09 17:10:30.639 INFO O| Oct 09 17:10:30.639 INFO O| Download: 1912/22734 items 21.2/196.5MB 10% complete (1.5M/s)
36912024-10-09T17:10:34.654Z[ recovery-image] Oct 09 17:10:32.812 INFO O| Oct 09 17:10:32.812 INFO O| Planning: Fetching manifests: 124/124 100% complete
36922024-10-09T17:10:34.792Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36932024-10-09T17:10:35.657Z[ recovery-image] Oct 09 17:10:33.829 INFO O| Oct 09 17:10:33.829 INFO O| Planning: Package planning ... Done
36942024-10-09T17:10:36.350Z[ recovery-image] Oct 09 17:10:34.522 INFO O| Oct 09 17:10:34.522 INFO O| Planning: Merging actions ... Done
36952024-10-09T17:10:36.523Z[ recovery-image] Oct 09 17:10:34.695 INFO O| Oct 09 17:10:34.695 INFO O| Planning: Checking for conflicting actions ... Done
36962024-10-09T17:10:36.655Z[ recovery-image] Oct 09 17:10:34.827 INFO O| Oct 09 17:10:34.827 INFO O| Planning: Consolidating action changes ... Done
36972024-10-09T17:10:37.029Z[ recovery-image] Oct 09 17:10:35.201 INFO O| Oct 09 17:10:35.201 INFO O| Planning: Evaluating mediators ... Done
36982024-10-09T17:10:37.467Z[ host-image] Oct 09 17:10:35.639 INFO O| Oct 09 17:10:35.639 INFO O| Download: 2231/22734 items 24.4/196.5MB 12% complete (1.5M/s)
36992024-10-09T17:10:40.676Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37002024-10-09T17:10:41.160Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37012024-10-09T17:10:42.468Z[ host-image] Oct 09 17:10:40.639 INFO O| Oct 09 17:10:40.639 INFO O| Download: 2458/22734 items 28.2/196.5MB 14% complete (732k/s)
37022024-10-09T17:10:42.954Z[ recovery-image] Oct 09 17:10:41.125 INFO O| Oct 09 17:10:41.125 INFO O| Planning: Planning completed in 98.36 seconds
37032024-10-09T17:10:42.963Z[ recovery-image] Oct 09 17:10:41.132 INFO O| Oct 09 17:10:41.132 INFO O| Packages to install: 124
37042024-10-09T17:10:42.965Z[ recovery-image] Oct 09 17:10:41.132 INFO O| Oct 09 17:10:41.132 INFO O| Mediators to change: 4
37052024-10-09T17:10:42.965Z[ recovery-image] Oct 09 17:10:41.132 INFO O| Oct 09 17:10:41.132 INFO O| Services to change: 5
37062024-10-09T17:10:43.049Z[ recovery-image] Oct 09 17:10:41.220 INFO O| Oct 09 17:10:41.220 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37072024-10-09T17:10:44.619Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37082024-10-09T17:10:47.486Z[ host-image] Oct 09 17:10:45.656 INFO O| Oct 09 17:10:45.656 INFO O| Download: 3383/22734 items 34.2/196.5MB 17% complete (1019k/s)
37092024-10-09T17:10:48.103Z[ recovery-image] Oct 09 17:10:46.272 INFO O| Oct 09 17:10:46.272 INFO O| Download: 706/15836 items 5.5/173.3MB 3% complete (1.1M/s)
37102024-10-09T17:10:52.506Z[ host-image] Oct 09 17:10:50.675 INFO O| Oct 09 17:10:50.674 INFO O| Download: 3965/22734 items 40.0/196.5MB 20% complete (1.2M/s)
37112024-10-09T17:10:53.456Z[ recovery-image] Oct 09 17:10:51.624 INFO O| Oct 09 17:10:51.624 INFO O| Download: 1056/15836 items 7.9/173.3MB 4% complete (819k/s)
37122024-10-09T17:10:57.837Z[ host-image] Oct 09 17:10:56.004 INFO O| Oct 09 17:10:56.004 INFO O| Download: 4496/22734 items 41.9/196.5MB 21% complete (803k/s)
37132024-10-09T17:10:59.225Z[ recovery-image] Oct 09 17:10:57.392 INFO O| Oct 09 17:10:57.392 INFO O| Download: 1109/15836 items 9.5/173.3MB 5% complete (422k/s)
37142024-10-09T17:11:02.838Z[ host-image] Oct 09 17:11:01.004 INFO O| Oct 09 17:11:01.004 INFO O| Download: 4860/22734 items 45.7/196.5MB 23% complete (554k/s)
37152024-10-09T17:11:07.142Z[ recovery-image] Oct 09 17:11:05.306 INFO O| Oct 09 17:11:05.306 INFO O| Download: 1321/15836 items 20.2/173.3MB 11% complete (1.2M/s)
37162024-10-09T17:11:08.196Z[ host-image] Oct 09 17:11:06.359 INFO O| Oct 09 17:11:06.359 INFO O| Download: 5768/22734 items 46.3/196.5MB 23% complete (452k/s)
37172024-10-09T17:11:12.156Z[ recovery-image] Oct 09 17:11:10.319 INFO O| Oct 09 17:11:10.319 INFO O| Download: 1599/15836 items 24.8/173.3MB 14% complete (587k/s)
37182024-10-09T17:11:13.811Z[ host-image] Oct 09 17:11:11.971 INFO O| Oct 09 17:11:11.971 INFO O| Download: 6766/22734 items 47.8/196.5MB 24% complete (215k/s)
37192024-10-09T17:11:17.231Z[ recovery-image] Oct 09 17:11:15.392 INFO O| Oct 09 17:11:15.392 INFO O| Download: 2339/15836 items 31.3/173.3MB 18% complete (1.1M/s)
37202024-10-09T17:11:19.587Z[ host-image] Oct 09 17:11:17.748 INFO O| Oct 09 17:11:17.748 INFO O| Download: 6983/22734 items 50.4/196.5MB 25% complete (372k/s)
37212024-10-09T17:11:19.951Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37222024-10-09T17:11:22.269Z[ recovery-image] Oct 09 17:11:20.429 INFO O| Oct 09 17:11:20.429 INFO O| Download: 3200/15836 items 37.5/173.3MB 21% complete (1.3M/s)
37232024-10-09T17:11:22.899Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37242024-10-09T17:11:24.602Z[ host-image] Oct 09 17:11:22.761 INFO O| Oct 09 17:11:22.761 INFO O| Download: 7455/22734 items 57.9/196.5MB 29% complete (1018k/s)
37252024-10-09T17:11:24.908Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37262024-10-09T17:11:27.402Z[ recovery-image] Oct 09 17:11:25.561 INFO O| Oct 09 17:11:25.561 INFO O| Download: 3633/15836 items 39.4/173.3MB 22% complete (833k/s)
37272024-10-09T17:11:32.407Z[ recovery-image] Oct 09 17:11:30.565 INFO O| Oct 09 17:11:30.564 INFO O| Download: 4025/15836 items 42.6/173.3MB 24% complete (517k/s)
37282024-10-09T17:11:33.864Z[ host-image] Oct 09 17:11:32.021 INFO O| Oct 09 17:11:32.021 INFO O| Download: 7959/22734 items 59.6/196.5MB 30% complete (1.1M/s)
37292024-10-09T17:11:37.669Z[ recovery-image] Oct 09 17:11:35.824 INFO O| Oct 09 17:11:35.824 INFO O| Download: 4795/15836 items 43.0/173.3MB 24% complete (372k/s)
37302024-10-09T17:11:39.641Z[ host-image] Oct 09 17:11:37.797 INFO O| Oct 09 17:11:37.797 INFO O| Download: 8258/22734 items 63.5/196.5MB 32% complete (644k/s)
37312024-10-09T17:11:42.670Z[ recovery-image] Oct 09 17:11:40.825 INFO O| Oct 09 17:11:40.825 INFO O| Download: 5665/15836 items 44.5/173.3MB 25% complete (194k/s)
37322024-10-09T17:11:44.699Z[ host-image] Oct 09 17:11:42.853 INFO O| Oct 09 17:11:42.853 INFO O| Download: 8806/22734 items 71.5/196.5MB 36% complete (1.1M/s)
37332024-10-09T17:11:48.747Z[ recovery-image] Oct 09 17:11:46.900 INFO O| Oct 09 17:11:46.900 INFO O| Download: 6083/15836 items 54.3/173.3MB 31% complete (1.1M/s)
37342024-10-09T17:11:50.032Z[ host-image] Oct 09 17:11:48.184 INFO O| Oct 09 17:11:48.184 INFO O| Download: 9386/22734 items 81.4/196.5MB 41% complete (1.9M/s)
37352024-10-09T17:11:55.046Z[ host-image] Oct 09 17:11:53.197 INFO O| Oct 09 17:11:53.197 INFO O| Download: 10133/22734 items 85.1/196.5MB 43% complete (1.3M/s)
37362024-10-09T17:11:57.624Z[ recovery-image] Oct 09 17:11:55.775 INFO O| Oct 09 17:11:55.774 INFO O| Download: 6182/15836 items 61.9/173.3MB 35% complete (1.7M/s)
37372024-10-09T17:12:00.062Z[ host-image] Oct 09 17:11:58.212 INFO O| Oct 09 17:11:58.212 INFO O| Download: 10835/22734 items 89.9/196.5MB 45% complete (875k/s)
37382024-10-09T17:12:02.639Z[ recovery-image] Oct 09 17:12:00.788 INFO O| Oct 09 17:12:00.788 INFO O| Download: 7356/15836 items 73.4/173.3MB 42% complete (1.2M/s)
37392024-10-09T17:12:09.002Z[ recovery-image] Oct 09 17:12:07.149 INFO O| Oct 09 17:12:07.149 INFO O| Download: 7866/15836 items 75.7/173.3MB 43% complete (1.5M/s)
37402024-10-09T17:12:10.057Z[ host-image] Oct 09 17:12:08.204 INFO O| Oct 09 17:12:08.204 INFO O| Download: 10847/22734 items 90.0/196.5MB 45% complete (823k/s)
37412024-10-09T17:12:14.035Z[ recovery-image] Oct 09 17:12:12.180 INFO O| Oct 09 17:12:12.180 INFO O| Download: 8195/15836 items 79.7/173.3MB 45% complete (624k/s)
37422024-10-09T17:12:15.328Z[ host-image] Oct 09 17:12:13.474 INFO O| Oct 09 17:12:13.473 INFO O| Download: 11138/22734 items 93.3/196.5MB 47% complete (477k/s)
37432024-10-09T17:12:19.038Z[ recovery-image] Oct 09 17:12:17.182 INFO O| Oct 09 17:12:17.182 INFO O| Download: 8785/15836 items 90.6/173.3MB 52% complete (1.4M/s)
37442024-10-09T17:12:20.728Z[ host-image] Oct 09 17:12:18.872 INFO O| Oct 09 17:12:18.872 INFO O| Download: 11279/22734 items 94.8/196.5MB 48% complete (490k/s)
37452024-10-09T17:12:24.046Z[ recovery-image] Oct 09 17:12:22.189 INFO O| Oct 09 17:12:22.189 INFO O| Download: 9097/15836 items 92.7/173.3MB 53% complete (1.3M/s)
37462024-10-09T17:12:26.837Z[ host-image] Oct 09 17:12:24.979 INFO O| Oct 09 17:12:24.979 INFO O| Download: 11976/22734 items 98.2/196.5MB 49% complete (457k/s)
37472024-10-09T17:12:29.098Z[ recovery-image] Oct 09 17:12:27.240 INFO O| Oct 09 17:12:27.240 INFO O| Download: 9945/15836 items 93.1/173.3MB 53% complete (383k/s)
37482024-10-09T17:12:32.999Z[ host-image] Oct 09 17:12:31.139 INFO O| Oct 09 17:12:31.139 INFO O| Download: 12180/22734 items 108.6/196.5MB 55% complete (1.3M/s)
37492024-10-09T17:12:36.111Z[ recovery-image] Oct 09 17:12:34.251 INFO O| Oct 09 17:12:34.251 INFO O| Download: 10545/15836 items 93.4/173.3MB 53% complete (79.0k/s)
37502024-10-09T17:12:38.004Z[ host-image] Oct 09 17:12:36.143 INFO O| Oct 09 17:12:36.143 INFO O| Download: 12261/22734 items 109.4/196.5MB 55% complete (953k/s)
37512024-10-09T17:12:41.276Z[ recovery-image] Oct 09 17:12:39.402 INFO O| Oct 09 17:12:39.402 INFO O| Download: 11073/15836 items 97.8/173.3MB 56% complete (346k/s)
37522024-10-09T17:12:43.027Z[ host-image] Oct 09 17:12:41.165 INFO O| Oct 09 17:12:41.165 INFO O| Download: 13038/22734 items 109.8/196.5MB 55% complete (131k/s)
37532024-10-09T17:12:46.367Z[ recovery-image] Oct 09 17:12:44.504 INFO O| Oct 09 17:12:44.503 INFO O| Download: 11427/15836 items 107.2/173.3MB 61% complete (1.5M/s)
37542024-10-09T17:12:48.030Z[ host-image] Oct 09 17:12:46.166 INFO O| Oct 09 17:12:46.166 INFO O| Download: 13745/22734 items 110.2/196.5MB 56% complete (82.0k/s)
37552024-10-09T17:12:51.466Z[ recovery-image] Oct 09 17:12:49.602 INFO O| Oct 09 17:12:49.601 INFO O| Download: 11941/15836 items 131.7/173.3MB 76% complete (3.2M/s)
37562024-10-09T17:12:53.039Z[ host-image] Oct 09 17:12:51.175 INFO O| Oct 09 17:12:51.174 INFO O| Download: 14246/22734 items 110.7/196.5MB 56% complete (85.9k/s)
37572024-10-09T17:12:56.485Z[ recovery-image] Oct 09 17:12:54.619 INFO O| Oct 09 17:12:54.619 INFO O| Download: 12423/15836 items 138.8/173.3MB 80% complete (3.2M/s)
37582024-10-09T17:13:00.380Z[ host-image] Oct 09 17:12:58.513 INFO O| Oct 09 17:12:58.513 INFO O| Download: 14468/22734 items 112.3/196.5MB 57% complete (192k/s)
37592024-10-09T17:13:01.502Z[ recovery-image] Oct 09 17:12:59.635 INFO O| Oct 09 17:12:59.635 INFO O| Download: 13098/15836 items 141.4/173.3MB 81% complete (1.0M/s)
37602024-10-09T17:13:05.397Z[ host-image] Oct 09 17:13:03.529 INFO O| Oct 09 17:13:03.529 INFO O| Download: 14750/22734 items 117.1/196.5MB 59% complete (673k/s)
37612024-10-09T17:13:07.996Z[ recovery-image] Oct 09 17:13:06.127 INFO O| Oct 09 17:13:06.127 INFO O| Download: 14033/15836 items 145.4/173.3MB 83% complete (747k/s)
37622024-10-09T17:13:11.416Z[ host-image] Oct 09 17:13:09.546 INFO O| Oct 09 17:13:09.546 INFO O| Download: 15551/22734 items 122.0/196.5MB 62% complete (1.1M/s)
37632024-10-09T17:13:13.429Z[ recovery-image] Oct 09 17:13:11.558 INFO O| Oct 09 17:13:11.558 INFO O| Download: 14701/15836 items 148.4/173.3MB 85% complete (622k/s)
37642024-10-09T17:13:16.868Z[ host-image] Oct 09 17:13:14.997 INFO O| Oct 09 17:13:14.997 INFO O| Download: 15837/22734 items 130.2/196.5MB 66% complete (1.2M/s)
37652024-10-09T17:13:18.434Z[ recovery-image] Oct 09 17:13:16.562 INFO O| Oct 09 17:13:16.562 INFO O| Download: 15127/15836 items 155.0/173.3MB 89% complete (988k/s)
37662024-10-09T17:13:21.870Z[ host-image] Oct 09 17:13:19.997 INFO O| Oct 09 17:13:19.997 INFO O| Download: 16878/22734 items 144.3/196.5MB 73% complete (2.2M/s)
37672024-10-09T17:13:23.435Z[ recovery-image] Oct 09 17:13:21.562 INFO O| Oct 09 17:13:21.562 INFO O| Download: 15510/15836 items 165.9/173.3MB 95% complete (1.8M/s)
37682024-10-09T17:13:27.122Z[ host-image] Oct 09 17:13:25.247 INFO O| Oct 09 17:13:25.247 INFO O| Download: 17868/22734 items 150.2/196.5MB 76% complete (2.0M/s)
37692024-10-09T17:13:29.145Z[ recovery-image] Oct 09 17:13:27.271 INFO O| Oct 09 17:13:27.270 INFO O| Download: 15830/15836 items 173.3/173.3MB 99% complete (1.8M/s)
37702024-10-09T17:13:30.755Z[ recovery-image] Oct 09 17:13:28.880 INFO O| Oct 09 17:13:28.880 INFO O| Download: Completed 173.29 MB in 167.66 seconds (1.0M/s)
37712024-10-09T17:13:32.023Z[ recovery-image] Oct 09 17:13:30.148 INFO O| Oct 09 17:13:30.148 INFO O| Actions: 1/24971 actions (Installing new actions)
37722024-10-09T17:13:32.126Z[ host-image] Oct 09 17:13:30.250 INFO O| Oct 09 17:13:30.250 INFO O| Download: 19128/22734 items 163.5/196.5MB 83% complete (1.9M/s)
37732024-10-09T17:13:37.025Z[ recovery-image] Oct 09 17:13:35.148 INFO O| Oct 09 17:13:35.148 INFO O| Actions: 9597/24971 actions (Installing new actions)
37742024-10-09T17:13:37.141Z[ host-image] Oct 09 17:13:35.265 INFO O| Oct 09 17:13:35.264 INFO O| Download: 20244/22734 items 168.2/196.5MB 85% complete (1.8M/s)
37752024-10-09T17:13:42.027Z[ recovery-image] Oct 09 17:13:40.148 INFO O| Oct 09 17:13:40.148 INFO O| Actions: 15025/24971 actions (Installing new actions)
37762024-10-09T17:13:42.411Z[ host-image] Oct 09 17:13:40.533 INFO O| Oct 09 17:13:40.533 INFO O| Download: 20943/22734 items 175.9/196.5MB 89% complete (1.2M/s)
37772024-10-09T17:13:47.031Z[ recovery-image] Oct 09 17:13:45.151 INFO O| Oct 09 17:13:45.151 INFO O| Actions: 24436/24971 actions (Installing new actions)
37782024-10-09T17:13:47.466Z[ host-image] Oct 09 17:13:45.586 INFO O| Oct 09 17:13:45.586 INFO O| Download: 21869/22734 items 188.3/196.5MB 95% complete (1.9M/s)
37792024-10-09T17:13:50.799Z[ recovery-image] Oct 09 17:13:48.919 INFO O| Oct 09 17:13:48.918 INFO O| Actions: Completed 24971 actions in 18.77 seconds.
37802024-10-09T17:13:51.426Z[ recovery-image] Oct 09 17:13:49.545 INFO O| Oct 09 17:13:49.544 INFO O| Done
37812024-10-09T17:13:51.426Z[ recovery-image] Oct 09 17:13:49.545 INFO O| Oct 09 17:13:49.544 INFO O| Done
37822024-10-09T17:13:52.492Z[ host-image] Oct 09 17:13:50.611 INFO O| Oct 09 17:13:50.611 INFO O| Download: 22670/22734 items 196.4/196.5MB 99% complete (2.0M/s)
37832024-10-09T17:13:52.681Z[ recovery-image] Oct 09 17:13:50.800 INFO O| Oct 09 17:13:50.800 INFO O| Done
37842024-10-09T17:13:53.075Z[ host-image] Oct 09 17:13:51.194 INFO O| Oct 09 17:13:51.194 INFO O| Download: Completed 196.52 MB in 215.60 seconds (930k/s)
37852024-10-09T17:13:54.669Z[ host-image] Oct 09 17:13:52.787 INFO O| Oct 09 17:13:52.781 INFO O| Actions: 1/49270 actions (Installing new actions)
37862024-10-09T17:13:54.700Z[ recovery-image] Oct 09 17:13:52.818 INFO O| Oct 09 17:13:52.817 INFO O| Done
37872024-10-09T17:13:54.723Z[ recovery-image] Oct 09 17:13:52.840 INFO O| Oct 09 17:13:52.840 INFO O| Done
37882024-10-09T17:13:59.223Z[ recovery-image] Oct 09 17:13:57.340 INFO O| Oct 09 17:13:57.340 INFO O| Done
37892024-10-09T17:13:59.577Z[ recovery-image] Oct 09 17:13:57.694 INFO O| Oct 09 17:13:57.694 INFO O| Done
37902024-10-09T17:13:59.664Z[ host-image] Oct 09 17:13:57.781 INFO O| Oct 09 17:13:57.781 INFO O| Actions: 10921/49270 actions (Installing new actions)
37912024-10-09T17:13:59.832Z[ recovery-image] Oct 09 17:13:57.949 INFO O| Oct 09 17:13:57.949 INFO STEP 11 (pkg_install) COMPLETE
37922024-10-09T17:13:59.832Z[ recovery-image] Oct 09 17:13:57.949 INFO O| Oct 09 17:13:57.949 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37932024-10-09T17:13:59.832Z[ recovery-image] Oct 09 17:13:57.949 INFO O| Oct 09 17:13:57.949 INFO skip step because feature "recovery" is enabled
37942024-10-09T17:13:59.835Z[ recovery-image] Oct 09 17:13:57.949 INFO O| Oct 09 17:13:57.949 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37952024-10-09T17:13:59.835Z[ recovery-image] Oct 09 17:13:57.949 INFO O| Oct 09 17:13:57.949 INFO skip step because feature "omicron1" is not enabled
37962024-10-09T17:13:59.835Z[ recovery-image] Oct 09 17:13:57.949 INFO O| Oct 09 17:13:57.949 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37972024-10-09T17:13:59.845Z[ recovery-image] Oct 09 17:13:57.962 INFO O| Oct 09 17:13:57.962 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37982024-10-09T17:14:00.335Z[ recovery-image] Oct 09 17:13:58.450 INFO O| Oct 09 17:13:58.450 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37992024-10-09T17:14:02.429Z[ recovery-image] Oct 09 17:14:00.545 INFO O| Oct 09 17:14:00.545 INFO O| Planning: Solver setup ... Done
38002024-10-09T17:14:02.432Z[ recovery-image] Oct 09 17:14:00.549 INFO O| Oct 09 17:14:00.548 INFO O| Planning: Running solver ... Done
38012024-10-09T17:14:02.479Z[ recovery-image] Oct 09 17:14:00.595 INFO O| Oct 09 17:14:00.595 INFO O| Planning: Finding local manifests ... Done
38022024-10-09T17:14:02.481Z[ recovery-image] Oct 09 17:14:00.596 INFO O| Oct 09 17:14:00.596 INFO O| Planning: Fetching manifests: 0/1 0% complete
38032024-10-09T17:14:02.571Z[ recovery-image] Oct 09 17:14:00.687 INFO O| Oct 09 17:14:00.687 INFO O| Planning: Fetching manifests: 1/1 100% complete
38042024-10-09T17:14:02.590Z[ recovery-image] Oct 09 17:14:00.707 INFO O| Oct 09 17:14:00.707 INFO O| Planning: Package planning ... Done
38052024-10-09T17:14:02.593Z[ recovery-image] Oct 09 17:14:00.707 INFO O| Oct 09 17:14:00.707 INFO O| Planning: Merging actions ... Done
38062024-10-09T17:14:02.629Z[ recovery-image] Oct 09 17:14:00.745 INFO O| Oct 09 17:14:00.745 INFO O| Planning: Checking for conflicting actions ... Done
38072024-10-09T17:14:02.631Z[ recovery-image] Oct 09 17:14:00.746 INFO O| Oct 09 17:14:00.746 INFO O| Planning: Consolidating action changes ... Done
38082024-10-09T17:14:02.756Z[ recovery-image] Oct 09 17:14:00.873 INFO O| Oct 09 17:14:00.872 INFO O| Planning: Evaluating mediators ... Done
38092024-10-09T17:14:02.759Z[ recovery-image] Oct 09 17:14:00.873 INFO O| Oct 09 17:14:00.873 INFO O| Planning: Planning completed in 2.42 seconds
38102024-10-09T17:14:02.759Z[ recovery-image] Oct 09 17:14:00.875 INFO O| Oct 09 17:14:00.875 INFO O| Packages to install: 1
38112024-10-09T17:14:02.769Z[ recovery-image] Oct 09 17:14:00.885 INFO O| Oct 09 17:14:00.885 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38122024-10-09T17:14:02.997Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 24s
38132024-10-09T17:14:03.118Z[ recovery-image] Oct 09 17:14:01.234 INFO O| Oct 09 17:14:01.234 INFO O| Download: Completed 20.80 MB in 0.35 seconds (59.6M/s)
38142024-10-09T17:14:03.143Z[ recovery-image] Oct 09 17:14:01.259 INFO O| Oct 09 17:14:01.259 INFO O| Actions: 1/22 actions (Installing new actions)
38152024-10-09T17:14:03.291ZOct 09 17:14:01.408 INFO [verify-libraries] process exited with exit status: 0 (329.088417625s)
38162024-10-09T17:14:03.671Z[ recovery-image] Oct 09 17:14:01.786 INFO O| Oct 09 17:14:01.786 INFO O| Actions: Completed 22 actions in 0.53 seconds.
38172024-10-09T17:14:03.853Z[ recovery-image] Oct 09 17:14:01.969 INFO O| Oct 09 17:14:01.969 INFO O| Done
38182024-10-09T17:14:03.853Z[ recovery-image] Oct 09 17:14:01.969 INFO O| Oct 09 17:14:01.969 INFO O| Done
38192024-10-09T17:14:04.292Z[ recovery-image] Oct 09 17:14:02.408 INFO O| Oct 09 17:14:02.407 INFO O| Done
38202024-10-09T17:14:04.665Z[ host-image] Oct 09 17:14:02.781 INFO O| Oct 09 17:14:02.781 INFO O| Actions: 21741/49270 actions (Installing new actions)
38212024-10-09T17:14:05.116Z[ recovery-image] Oct 09 17:14:03.231 INFO O| Oct 09 17:14:03.231 INFO O| Done
38222024-10-09T17:14:05.129Z[ recovery-image] Oct 09 17:14:03.245 INFO O| Oct 09 17:14:03.245 INFO O| Done
38232024-10-09T17:14:05.132Z[ recovery-image] Oct 09 17:14:03.245 INFO O| Oct 09 17:14:03.245 INFO O| Done
38242024-10-09T17:14:05.139Z[ recovery-image] Oct 09 17:14:03.255 INFO O| Oct 09 17:14:03.255 INFO O| Done
38252024-10-09T17:14:05.235Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.350 INFO STEP 14 (pkg_install) COMPLETE
38262024-10-09T17:14:05.235Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38272024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO skip step because feature "mfg" is not enabled
38282024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38292024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO skip step because feature "compliance" is not enabled
38302024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38312024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO skip step because feature "stress" is not enabled
38322024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38332024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO skip step because feature "nfs" is not enabled
38342024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38352024-10-09T17:14:05.238Z[ recovery-image] Oct 09 17:14:03.351 INFO O| Oct 09 17:14:03.351 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38362024-10-09T17:14:05.637Z[ recovery-image] Oct 09 17:14:03.753 INFO O| Oct 09 17:14:03.753 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38372024-10-09T17:14:05.952Z[ recovery-image] Oct 09 17:14:04.068 INFO O| Oct 09 17:14:04.067 INFO completed processing gimlet/ramdisk-01-os
38382024-10-09T17:14:05.954Z[ recovery-image] Oct 09 17:14:04.070 INFO image builder template: ramdisk-02-trim...
38392024-10-09T17:14:05.954Z[ recovery-image] Oct 09 17:14:04.070 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/.tmpTauMps/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38402024-10-09T17:14:05.979Z[ recovery-image] Oct 09 17:14:04.094 INFO O| Oct 09 17:14:04.094 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38412024-10-09T17:14:05.983Z[ recovery-image] Oct 09 17:14:04.099 INFO O| Oct 09 17:14:04.098 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38422024-10-09T17:14:06.087Z[ recovery-image] Oct 09 17:14:04.202 INFO O| Oct 09 17:14:04.202 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38432024-10-09T17:14:06.360Z[ recovery-image] Oct 09 17:14:04.475 INFO O| Oct 09 17:14:04.475 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38442024-10-09T17:14:06.360Z[ recovery-image] Oct 09 17:14:04.476 INFO O| Oct 09 17:14:04.475 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38452024-10-09T17:14:06.365Z[ recovery-image] Oct 09 17:14:04.481 INFO O| Oct 09 17:14:04.481 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38462024-10-09T17:14:06.369Z[ recovery-image] Oct 09 17:14:04.485 INFO O| Oct 09 17:14:04.485 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38472024-10-09T17:14:06.375Z[ recovery-image] Oct 09 17:14:04.490 INFO O| Oct 09 17:14:04.490 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38482024-10-09T17:14:06.579Z[ recovery-image] Oct 09 17:14:04.694 INFO O| Oct 09 17:14:04.694 INFO rolled back to input snapshot; work may begin
38492024-10-09T17:14:06.579Z[ recovery-image] Oct 09 17:14:04.694 INFO O| Oct 09 17:14:04.694 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38502024-10-09T17:14:06.584Z[ recovery-image] Oct 09 17:14:04.699 INFO O| Oct 09 17:14:04.699 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-10-09T17:14:06.596Z[ recovery-image] Oct 09 17:14:04.710 INFO O| Oct 09 17:14:04.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38522024-10-09T17:14:06.646Z[ recovery-image] Oct 09 17:14:04.760 INFO O| Oct 09 17:14:04.760 INFO STEP 0 (remove_files) COMPLETE
38532024-10-09T17:14:06.646Z[ recovery-image] Oct 09 17:14:04.760 INFO O| Oct 09 17:14:04.760 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-10-09T17:14:06.655Z[ recovery-image] Oct 09 17:14:04.771 INFO O| Oct 09 17:14:04.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38552024-10-09T17:14:06.658Z[ recovery-image] Oct 09 17:14:04.773 INFO O| Oct 09 17:14:04.773 INFO STEP 1 (remove_files) COMPLETE
38562024-10-09T17:14:06.658Z[ recovery-image] Oct 09 17:14:04.773 INFO O| Oct 09 17:14:04.773 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-10-09T17:14:06.666Z[ recovery-image] Oct 09 17:14:04.782 INFO O| Oct 09 17:14:04.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38582024-10-09T17:14:06.681Z[ recovery-image] Oct 09 17:14:04.797 INFO O| Oct 09 17:14:04.797 INFO STEP 2 (remove_files) COMPLETE
38592024-10-09T17:14:06.681Z[ recovery-image] Oct 09 17:14:04.797 INFO O| Oct 09 17:14:04.797 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-10-09T17:14:06.691Z[ recovery-image] Oct 09 17:14:04.806 INFO O| Oct 09 17:14:04.806 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38612024-10-09T17:14:06.693Z[ recovery-image] Oct 09 17:14:04.809 INFO O| Oct 09 17:14:04.809 INFO STEP 3 (remove_files) COMPLETE
38622024-10-09T17:14:06.693Z[ recovery-image] Oct 09 17:14:04.809 INFO O| Oct 09 17:14:04.809 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-10-09T17:14:06.702Z[ recovery-image] Oct 09 17:14:04.818 INFO O| Oct 09 17:14:04.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38642024-10-09T17:14:06.706Z[ recovery-image] Oct 09 17:14:04.822 INFO O| Oct 09 17:14:04.822 INFO STEP 4 (remove_files) COMPLETE
38652024-10-09T17:14:06.706Z[ recovery-image] Oct 09 17:14:04.822 INFO O| Oct 09 17:14:04.822 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-10-09T17:14:06.715Z[ recovery-image] Oct 09 17:14:04.831 INFO O| Oct 09 17:14:04.831 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38672024-10-09T17:14:06.718Z[ recovery-image] Oct 09 17:14:04.831 INFO O| Oct 09 17:14:04.831 INFO STEP 5 (remove_files) COMPLETE
38682024-10-09T17:14:06.718Z[ recovery-image] Oct 09 17:14:04.831 INFO O| Oct 09 17:14:04.831 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-10-09T17:14:06.724Z[ recovery-image] Oct 09 17:14:04.840 INFO O| Oct 09 17:14:04.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38702024-10-09T17:14:06.737Z[ recovery-image] Oct 09 17:14:04.852 INFO O| Oct 09 17:14:04.852 INFO STEP 6 (remove_files) COMPLETE
38712024-10-09T17:14:06.737Z[ recovery-image] Oct 09 17:14:04.852 INFO O| Oct 09 17:14:04.852 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-10-09T17:14:06.739Z[ recovery-image] Oct 09 17:14:04.852 INFO O| Oct 09 17:14:04.852 INFO skip step because feature "recovery" is enabled
38732024-10-09T17:14:06.739Z[ recovery-image] Oct 09 17:14:04.852 INFO O| Oct 09 17:14:04.852 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-09T17:14:06.739Z[ recovery-image] Oct 09 17:14:04.852 INFO O| Oct 09 17:14:04.852 INFO skip step because feature "recovery" is enabled
38752024-10-09T17:14:06.739Z[ recovery-image] Oct 09 17:14:04.852 INFO O| Oct 09 17:14:04.852 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-09T17:14:06.739Z[ recovery-image] Oct 09 17:14:04.852 INFO O| Oct 09 17:14:04.852 INFO skip step because feature "recovery" is enabled
38772024-10-09T17:14:06.739Z[ recovery-image] Oct 09 17:14:04.852 INFO O| Oct 09 17:14:04.852 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-10-09T17:14:06.747Z[ recovery-image] Oct 09 17:14:04.862 INFO O| Oct 09 17:14:04.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38792024-10-09T17:14:06.751Z[ recovery-image] Oct 09 17:14:04.866 INFO O| Oct 09 17:14:04.866 INFO STEP 10 (remove_files) COMPLETE
38802024-10-09T17:14:06.751Z[ recovery-image] Oct 09 17:14:04.866 INFO O| Oct 09 17:14:04.866 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-10-09T17:14:06.761Z[ recovery-image] Oct 09 17:14:04.876 INFO O| Oct 09 17:14:04.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38822024-10-09T17:14:06.763Z[ recovery-image] Oct 09 17:14:04.877 INFO O| Oct 09 17:14:04.877 INFO STEP 11 (remove_files) COMPLETE
38832024-10-09T17:14:06.763Z[ recovery-image] Oct 09 17:14:04.877 INFO O| Oct 09 17:14:04.877 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-10-09T17:14:06.771Z[ recovery-image] Oct 09 17:14:04.887 INFO O| Oct 09 17:14:04.886 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38852024-10-09T17:14:06.774Z[ recovery-image] Oct 09 17:14:04.888 INFO O| Oct 09 17:14:04.888 INFO STEP 12 (remove_files) COMPLETE
38862024-10-09T17:14:06.774Z[ recovery-image] Oct 09 17:14:04.888 INFO O| Oct 09 17:14:04.888 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-09T17:14:06.919Z[ recovery-image] Oct 09 17:14:05.034 INFO O| Oct 09 17:14:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38882024-10-09T17:14:06.935Z[ recovery-image] Oct 09 17:14:05.050 INFO O| Oct 09 17:14:05.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38892024-10-09T17:14:06.940Z[ recovery-image] Oct 09 17:14:05.056 INFO O| Oct 09 17:14:05.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38902024-10-09T17:14:06.942Z[ recovery-image] Oct 09 17:14:05.056 INFO O| Oct 09 17:14:05.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38912024-10-09T17:14:07.026Z[ recovery-image] Oct 09 17:14:05.141 INFO O| Oct 09 17:14:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38922024-10-09T17:14:07.028Z[ recovery-image] Oct 09 17:14:05.141 INFO O| Oct 09 17:14:05.141 INFO STEP 13 (remove_files) COMPLETE
38932024-10-09T17:14:07.028Z[ recovery-image] Oct 09 17:14:05.141 INFO O| Oct 09 17:14:05.141 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-09T17:14:07.037Z[ recovery-image] Oct 09 17:14:05.152 INFO O| Oct 09 17:14:05.152 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38952024-10-09T17:14:07.039Z[ recovery-image] Oct 09 17:14:05.154 INFO O| Oct 09 17:14:05.154 INFO STEP 14 (remove_files) COMPLETE
38962024-10-09T17:14:07.039Z[ recovery-image] Oct 09 17:14:05.154 INFO O| Oct 09 17:14:05.154 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-09T17:14:07.047Z[ recovery-image] Oct 09 17:14:05.163 INFO O| Oct 09 17:14:05.163 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38982024-10-09T17:14:07.055Z[ recovery-image] Oct 09 17:14:05.169 INFO O| Oct 09 17:14:05.169 INFO STEP 15 (remove_files) COMPLETE
38992024-10-09T17:14:07.055Z[ recovery-image] Oct 09 17:14:05.169 INFO O| Oct 09 17:14:05.169 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-09T17:14:07.063Z[ recovery-image] Oct 09 17:14:05.179 INFO O| Oct 09 17:14:05.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39012024-10-09T17:14:07.066Z[ recovery-image] Oct 09 17:14:05.179 INFO O| Oct 09 17:14:05.179 INFO STEP 16 (remove_files) COMPLETE
39022024-10-09T17:14:07.066Z[ recovery-image] Oct 09 17:14:05.179 INFO O| Oct 09 17:14:05.179 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-09T17:14:07.073Z[ recovery-image] Oct 09 17:14:05.188 INFO O| Oct 09 17:14:05.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39042024-10-09T17:14:07.076Z[ recovery-image] Oct 09 17:14:05.190 INFO O| Oct 09 17:14:05.190 INFO STEP 17 (remove_files) COMPLETE
39052024-10-09T17:14:07.077Z[ recovery-image] Oct 09 17:14:05.190 INFO O| Oct 09 17:14:05.190 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-09T17:14:07.087Z[ recovery-image] Oct 09 17:14:05.199 INFO O| Oct 09 17:14:05.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39072024-10-09T17:14:07.090Z[ recovery-image] Oct 09 17:14:05.199 INFO O| Oct 09 17:14:05.199 INFO STEP 18 (remove_files) COMPLETE
39082024-10-09T17:14:07.090Z[ recovery-image] Oct 09 17:14:05.199 INFO O| Oct 09 17:14:05.199 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-09T17:14:07.093Z[ recovery-image] Oct 09 17:14:05.208 INFO O| Oct 09 17:14:05.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39102024-10-09T17:14:07.093Z[ recovery-image] Oct 09 17:14:05.209 INFO O| Oct 09 17:14:05.208 INFO STEP 19 (remove_files) COMPLETE
39112024-10-09T17:14:07.096Z[ recovery-image] Oct 09 17:14:05.209 INFO O| Oct 09 17:14:05.208 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-10-09T17:14:07.102Z[ recovery-image] Oct 09 17:14:05.218 INFO O| Oct 09 17:14:05.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39132024-10-09T17:14:07.102Z[ recovery-image] Oct 09 17:14:05.218 INFO O| Oct 09 17:14:05.218 INFO STEP 20 (remove_files) COMPLETE
39142024-10-09T17:14:07.102Z[ recovery-image] Oct 09 17:14:05.218 INFO O| Oct 09 17:14:05.218 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-10-09T17:14:07.112Z[ recovery-image] Oct 09 17:14:05.227 INFO O| Oct 09 17:14:05.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39162024-10-09T17:14:07.112Z[ recovery-image] Oct 09 17:14:05.227 INFO O| Oct 09 17:14:05.227 INFO STEP 21 (remove_files) COMPLETE
39172024-10-09T17:14:07.112Z[ recovery-image] Oct 09 17:14:05.227 INFO O| Oct 09 17:14:05.227 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-10-09T17:14:07.123Z[ recovery-image] Oct 09 17:14:05.237 INFO O| Oct 09 17:14:05.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39192024-10-09T17:14:07.123Z[ recovery-image] Oct 09 17:14:05.237 INFO O| Oct 09 17:14:05.237 INFO STEP 22 (remove_files) COMPLETE
39202024-10-09T17:14:07.128Z[ recovery-image] Oct 09 17:14:05.237 INFO O| Oct 09 17:14:05.237 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39212024-10-09T17:14:07.131Z[ recovery-image] Oct 09 17:14:05.247 INFO O| Oct 09 17:14:05.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39222024-10-09T17:14:07.132Z[ recovery-image] Oct 09 17:14:05.247 INFO O| Oct 09 17:14:05.247 INFO STEP 23 (remove_files) COMPLETE
39232024-10-09T17:14:07.134Z[ recovery-image] Oct 09 17:14:05.247 INFO O| Oct 09 17:14:05.247 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-10-09T17:14:07.141Z[ recovery-image] Oct 09 17:14:05.256 INFO O| Oct 09 17:14:05.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39252024-10-09T17:14:07.141Z[ recovery-image] Oct 09 17:14:05.256 INFO O| Oct 09 17:14:05.256 INFO STEP 24 (remove_files) COMPLETE
39262024-10-09T17:14:07.144Z[ recovery-image] Oct 09 17:14:05.256 INFO O| Oct 09 17:14:05.256 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-10-09T17:14:07.151Z[ recovery-image] Oct 09 17:14:05.266 INFO O| Oct 09 17:14:05.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39282024-10-09T17:14:07.152Z[ recovery-image] Oct 09 17:14:05.266 INFO O| Oct 09 17:14:05.266 INFO STEP 25 (remove_files) COMPLETE
39292024-10-09T17:14:07.155Z[ recovery-image] Oct 09 17:14:05.266 INFO O| Oct 09 17:14:05.266 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-10-09T17:14:07.167Z[ recovery-image] Oct 09 17:14:05.275 INFO O| Oct 09 17:14:05.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39312024-10-09T17:14:07.167Z[ recovery-image] Oct 09 17:14:05.276 INFO O| Oct 09 17:14:05.276 INFO STEP 26 (remove_files) COMPLETE
39322024-10-09T17:14:07.170Z[ recovery-image] Oct 09 17:14:05.276 INFO O| Oct 09 17:14:05.276 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-10-09T17:14:07.173Z[ recovery-image] Oct 09 17:14:05.285 INFO O| Oct 09 17:14:05.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39342024-10-09T17:14:07.173Z[ recovery-image] Oct 09 17:14:05.285 INFO O| Oct 09 17:14:05.285 INFO STEP 27 (remove_files) COMPLETE
39352024-10-09T17:14:07.173Z[ recovery-image] Oct 09 17:14:05.285 INFO O| Oct 09 17:14:05.285 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39362024-10-09T17:14:07.180Z[ recovery-image] Oct 09 17:14:05.295 INFO O| Oct 09 17:14:05.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39372024-10-09T17:14:07.180Z[ recovery-image] Oct 09 17:14:05.295 INFO O| Oct 09 17:14:05.295 INFO STEP 28 (remove_files) COMPLETE
39382024-10-09T17:14:07.184Z[ recovery-image] Oct 09 17:14:05.295 INFO O| Oct 09 17:14:05.295 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-10-09T17:14:07.190Z[ recovery-image] Oct 09 17:14:05.305 INFO O| Oct 09 17:14:05.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39402024-10-09T17:14:07.190Z[ recovery-image] Oct 09 17:14:05.305 INFO O| Oct 09 17:14:05.305 INFO STEP 29 (remove_files) COMPLETE
39412024-10-09T17:14:07.190Z[ recovery-image] Oct 09 17:14:05.305 INFO O| Oct 09 17:14:05.305 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-10-09T17:14:07.200Z[ recovery-image] Oct 09 17:14:05.315 INFO O| Oct 09 17:14:05.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39432024-10-09T17:14:07.200Z[ recovery-image] Oct 09 17:14:05.315 INFO O| Oct 09 17:14:05.315 INFO STEP 30 (remove_files) COMPLETE
39442024-10-09T17:14:07.203Z[ recovery-image] Oct 09 17:14:05.315 INFO O| Oct 09 17:14:05.315 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-10-09T17:14:07.209Z[ recovery-image] Oct 09 17:14:05.325 INFO O| Oct 09 17:14:05.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39462024-10-09T17:14:07.209Z[ recovery-image] Oct 09 17:14:05.325 INFO O| Oct 09 17:14:05.325 INFO STEP 31 (remove_files) COMPLETE
39472024-10-09T17:14:07.212Z[ recovery-image] Oct 09 17:14:05.325 INFO O| Oct 09 17:14:05.325 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-10-09T17:14:07.220Z[ recovery-image] Oct 09 17:14:05.334 INFO O| Oct 09 17:14:05.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39492024-10-09T17:14:07.224Z[ recovery-image] Oct 09 17:14:05.334 INFO O| Oct 09 17:14:05.334 INFO STEP 32 (remove_files) COMPLETE
39502024-10-09T17:14:07.224Z[ recovery-image] Oct 09 17:14:05.335 INFO O| Oct 09 17:14:05.334 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39512024-10-09T17:14:07.230Z[ recovery-image] Oct 09 17:14:05.344 INFO O| Oct 09 17:14:05.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39522024-10-09T17:14:07.230Z[ recovery-image] Oct 09 17:14:05.344 INFO O| Oct 09 17:14:05.344 INFO STEP 33 (remove_files) COMPLETE
39532024-10-09T17:14:07.233Z[ recovery-image] Oct 09 17:14:05.344 INFO O| Oct 09 17:14:05.344 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-10-09T17:14:07.240Z[ recovery-image] Oct 09 17:14:05.354 INFO O| Oct 09 17:14:05.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39552024-10-09T17:14:07.243Z[ recovery-image] Oct 09 17:14:05.354 INFO O| Oct 09 17:14:05.354 INFO STEP 34 (remove_files) COMPLETE
39562024-10-09T17:14:07.243Z[ recovery-image] Oct 09 17:14:05.354 INFO O| Oct 09 17:14:05.354 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39572024-10-09T17:14:07.248Z[ recovery-image] Oct 09 17:14:05.363 INFO O| Oct 09 17:14:05.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39582024-10-09T17:14:07.248Z[ recovery-image] Oct 09 17:14:05.363 INFO O| Oct 09 17:14:05.363 INFO STEP 35 (remove_files) COMPLETE
39592024-10-09T17:14:07.251Z[ recovery-image] Oct 09 17:14:05.363 INFO O| Oct 09 17:14:05.363 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39602024-10-09T17:14:07.257Z[ recovery-image] Oct 09 17:14:05.373 INFO O| Oct 09 17:14:05.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39612024-10-09T17:14:07.257Z[ recovery-image] Oct 09 17:14:05.373 INFO O| Oct 09 17:14:05.373 INFO STEP 36 (remove_files) COMPLETE
39622024-10-09T17:14:07.257Z[ recovery-image] Oct 09 17:14:05.373 INFO O| Oct 09 17:14:05.373 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-10-09T17:14:07.267Z[ recovery-image] Oct 09 17:14:05.382 INFO O| Oct 09 17:14:05.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39642024-10-09T17:14:07.267Z[ recovery-image] Oct 09 17:14:05.382 INFO O| Oct 09 17:14:05.382 INFO STEP 37 (remove_files) COMPLETE
39652024-10-09T17:14:07.269Z[ recovery-image] Oct 09 17:14:05.382 INFO O| Oct 09 17:14:05.382 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39662024-10-09T17:14:07.276Z[ recovery-image] Oct 09 17:14:05.391 INFO O| Oct 09 17:14:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39672024-10-09T17:14:07.276Z[ recovery-image] Oct 09 17:14:05.391 INFO O| Oct 09 17:14:05.391 INFO STEP 38 (remove_files) COMPLETE
39682024-10-09T17:14:07.279Z[ recovery-image] Oct 09 17:14:05.391 INFO O| Oct 09 17:14:05.391 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39692024-10-09T17:14:07.286Z[ recovery-image] Oct 09 17:14:05.401 INFO O| Oct 09 17:14:05.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39702024-10-09T17:14:07.286Z[ recovery-image] Oct 09 17:14:05.401 INFO O| Oct 09 17:14:05.401 INFO STEP 39 (remove_files) COMPLETE
39712024-10-09T17:14:07.289Z[ recovery-image] Oct 09 17:14:05.401 INFO O| Oct 09 17:14:05.401 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39722024-10-09T17:14:07.296Z[ recovery-image] Oct 09 17:14:05.411 INFO O| Oct 09 17:14:05.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39732024-10-09T17:14:07.296Z[ recovery-image] Oct 09 17:14:05.411 INFO O| Oct 09 17:14:05.411 INFO STEP 40 (remove_files) COMPLETE
39742024-10-09T17:14:07.296Z[ recovery-image] Oct 09 17:14:05.411 INFO O| Oct 09 17:14:05.411 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-10-09T17:14:07.307Z[ recovery-image] Oct 09 17:14:05.421 INFO O| Oct 09 17:14:05.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39762024-10-09T17:14:07.307Z[ recovery-image] Oct 09 17:14:05.421 INFO O| Oct 09 17:14:05.421 INFO STEP 41 (remove_files) COMPLETE
39772024-10-09T17:14:07.307Z[ recovery-image] Oct 09 17:14:05.421 INFO O| Oct 09 17:14:05.421 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39782024-10-09T17:14:07.316Z[ recovery-image] Oct 09 17:14:05.431 INFO O| Oct 09 17:14:05.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39792024-10-09T17:14:07.320Z[ recovery-image] Oct 09 17:14:05.431 INFO O| Oct 09 17:14:05.431 INFO STEP 42 (remove_files) COMPLETE
39802024-10-09T17:14:07.320Z[ recovery-image] Oct 09 17:14:05.431 INFO O| Oct 09 17:14:05.431 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-10-09T17:14:07.325Z[ recovery-image] Oct 09 17:14:05.441 INFO O| Oct 09 17:14:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39822024-10-09T17:14:07.325Z[ recovery-image] Oct 09 17:14:05.441 INFO O| Oct 09 17:14:05.441 INFO STEP 43 (remove_files) COMPLETE
39832024-10-09T17:14:07.329Z[ recovery-image] Oct 09 17:14:05.441 INFO O| Oct 09 17:14:05.441 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39842024-10-09T17:14:07.335Z[ recovery-image] Oct 09 17:14:05.450 INFO O| Oct 09 17:14:05.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39852024-10-09T17:14:07.335Z[ recovery-image] Oct 09 17:14:05.450 INFO O| Oct 09 17:14:05.450 INFO STEP 44 (remove_files) COMPLETE
39862024-10-09T17:14:07.337Z[ recovery-image] Oct 09 17:14:05.450 INFO O| Oct 09 17:14:05.450 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39872024-10-09T17:14:07.344Z[ recovery-image] Oct 09 17:14:05.460 INFO O| Oct 09 17:14:05.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39882024-10-09T17:14:07.344Z[ recovery-image] Oct 09 17:14:05.460 INFO O| Oct 09 17:14:05.460 INFO STEP 45 (remove_files) COMPLETE
39892024-10-09T17:14:07.344Z[ recovery-image] Oct 09 17:14:05.460 INFO O| Oct 09 17:14:05.460 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39902024-10-09T17:14:07.355Z[ recovery-image] Oct 09 17:14:05.469 INFO O| Oct 09 17:14:05.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39912024-10-09T17:14:07.355Z[ recovery-image] Oct 09 17:14:05.469 INFO O| Oct 09 17:14:05.469 INFO STEP 46 (remove_files) COMPLETE
39922024-10-09T17:14:07.358Z[ recovery-image] Oct 09 17:14:05.469 INFO O| Oct 09 17:14:05.469 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39932024-10-09T17:14:07.364Z[ recovery-image] Oct 09 17:14:05.479 INFO O| Oct 09 17:14:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39942024-10-09T17:14:07.364Z[ recovery-image] Oct 09 17:14:05.479 INFO O| Oct 09 17:14:05.479 INFO STEP 47 (remove_files) COMPLETE
39952024-10-09T17:14:07.364Z[ recovery-image] Oct 09 17:14:05.479 INFO O| Oct 09 17:14:05.479 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39962024-10-09T17:14:07.376Z[ recovery-image] Oct 09 17:14:05.489 INFO O| Oct 09 17:14:05.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39972024-10-09T17:14:07.376Z[ recovery-image] Oct 09 17:14:05.489 INFO O| Oct 09 17:14:05.489 INFO STEP 48 (remove_files) COMPLETE
39982024-10-09T17:14:07.380Z[ recovery-image] Oct 09 17:14:05.490 INFO O| Oct 09 17:14:05.489 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39992024-10-09T17:14:07.386Z[ recovery-image] Oct 09 17:14:05.500 INFO O| Oct 09 17:14:05.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40002024-10-09T17:14:07.386Z[ recovery-image] Oct 09 17:14:05.500 INFO O| Oct 09 17:14:05.500 INFO STEP 49 (remove_files) COMPLETE
40012024-10-09T17:14:07.390Z[ recovery-image] Oct 09 17:14:05.500 INFO O| Oct 09 17:14:05.500 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-10-09T17:14:07.395Z[ recovery-image] Oct 09 17:14:05.510 INFO O| Oct 09 17:14:05.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40032024-10-09T17:14:07.395Z[ recovery-image] Oct 09 17:14:05.510 INFO O| Oct 09 17:14:05.510 INFO STEP 50 (remove_files) COMPLETE
40042024-10-09T17:14:07.395Z[ recovery-image] Oct 09 17:14:05.510 INFO O| Oct 09 17:14:05.510 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-10-09T17:14:07.406Z[ recovery-image] Oct 09 17:14:05.520 INFO O| Oct 09 17:14:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40062024-10-09T17:14:07.406Z[ recovery-image] Oct 09 17:14:05.520 INFO O| Oct 09 17:14:05.520 INFO STEP 51 (remove_files) COMPLETE
40072024-10-09T17:14:07.406Z[ recovery-image] Oct 09 17:14:05.520 INFO O| Oct 09 17:14:05.520 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-10-09T17:14:07.415Z[ recovery-image] Oct 09 17:14:05.530 INFO O| Oct 09 17:14:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40092024-10-09T17:14:07.415Z[ recovery-image] Oct 09 17:14:05.530 INFO O| Oct 09 17:14:05.530 INFO STEP 52 (remove_files) COMPLETE
40102024-10-09T17:14:07.419Z[ recovery-image] Oct 09 17:14:05.530 INFO O| Oct 09 17:14:05.530 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40112024-10-09T17:14:07.434Z[ recovery-image] Oct 09 17:14:05.549 INFO O| Oct 09 17:14:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40122024-10-09T17:14:07.434Z[ recovery-image] Oct 09 17:14:05.549 INFO O| Oct 09 17:14:05.549 INFO STEP 53 (remove_files) COMPLETE
40132024-10-09T17:14:07.434Z[ recovery-image] Oct 09 17:14:05.549 INFO O| Oct 09 17:14:05.549 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-10-09T17:14:07.450Z[ recovery-image] Oct 09 17:14:05.565 INFO O| Oct 09 17:14:05.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40152024-10-09T17:14:07.450Z[ recovery-image] Oct 09 17:14:05.565 INFO O| Oct 09 17:14:05.565 INFO STEP 54 (remove_files) COMPLETE
40162024-10-09T17:14:07.458Z[ recovery-image] Oct 09 17:14:05.565 INFO O| Oct 09 17:14:05.565 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-10-09T17:14:07.463Z[ recovery-image] Oct 09 17:14:05.579 INFO O| Oct 09 17:14:05.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40182024-10-09T17:14:07.463Z[ recovery-image] Oct 09 17:14:05.579 INFO O| Oct 09 17:14:05.579 INFO STEP 55 (remove_files) COMPLETE
40192024-10-09T17:14:07.466Z[ recovery-image] Oct 09 17:14:05.579 INFO O| Oct 09 17:14:05.579 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-10-09T17:14:07.476Z[ recovery-image] Oct 09 17:14:05.591 INFO O| Oct 09 17:14:05.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40212024-10-09T17:14:07.478Z[ recovery-image] Oct 09 17:14:05.591 INFO O| Oct 09 17:14:05.591 INFO STEP 56 (remove_files) COMPLETE
40222024-10-09T17:14:07.478Z[ recovery-image] Oct 09 17:14:05.591 INFO O| Oct 09 17:14:05.591 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40232024-10-09T17:14:07.487Z[ recovery-image] Oct 09 17:14:05.602 INFO O| Oct 09 17:14:05.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40242024-10-09T17:14:07.488Z[ recovery-image] Oct 09 17:14:05.602 INFO O| Oct 09 17:14:05.602 INFO STEP 57 (remove_files) COMPLETE
40252024-10-09T17:14:07.490Z[ recovery-image] Oct 09 17:14:05.603 INFO O| Oct 09 17:14:05.602 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-10-09T17:14:07.498Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40272024-10-09T17:14:07.498Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40282024-10-09T17:14:07.501Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40292024-10-09T17:14:07.501Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40302024-10-09T17:14:07.502Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40312024-10-09T17:14:07.502Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40322024-10-09T17:14:07.502Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 INFO ok!
40332024-10-09T17:14:07.502Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 INFO STEP 58 (ensure_file) COMPLETE
40342024-10-09T17:14:07.502Z[ recovery-image] Oct 09 17:14:05.614 INFO O| Oct 09 17:14:05.614 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-10-09T17:14:07.509Z[ recovery-image] Oct 09 17:14:05.624 INFO O| Oct 09 17:14:05.624 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40362024-10-09T17:14:07.511Z[ recovery-image] Oct 09 17:14:05.624 INFO O| Oct 09 17:14:05.624 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40372024-10-09T17:14:07.511Z[ recovery-image] Oct 09 17:14:05.624 INFO O| Oct 09 17:14:05.624 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40382024-10-09T17:14:07.511Z[ recovery-image] Oct 09 17:14:05.624 INFO O| Oct 09 17:14:05.624 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40392024-10-09T17:14:07.511Z[ recovery-image] Oct 09 17:14:05.625 INFO O| Oct 09 17:14:05.624 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40402024-10-09T17:14:07.512Z[ recovery-image] Oct 09 17:14:05.625 INFO O| Oct 09 17:14:05.624 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40412024-10-09T17:14:07.512Z[ recovery-image] Oct 09 17:14:05.625 INFO O| Oct 09 17:14:05.625 INFO ok!
40422024-10-09T17:14:07.512Z[ recovery-image] Oct 09 17:14:05.625 INFO O| Oct 09 17:14:05.625 INFO STEP 59 (ensure_file) COMPLETE
40432024-10-09T17:14:07.512Z[ recovery-image] Oct 09 17:14:05.625 INFO O| Oct 09 17:14:05.625 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-10-09T17:14:07.519Z[ recovery-image] Oct 09 17:14:05.634 INFO O| Oct 09 17:14:05.634 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40452024-10-09T17:14:07.519Z[ recovery-image] Oct 09 17:14:05.634 INFO O| Oct 09 17:14:05.634 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40462024-10-09T17:14:07.521Z[ recovery-image] Oct 09 17:14:05.634 INFO O| Oct 09 17:14:05.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40472024-10-09T17:14:07.521Z[ recovery-image] Oct 09 17:14:05.634 INFO O| Oct 09 17:14:05.634 INFO ok!
40482024-10-09T17:14:07.521Z[ recovery-image] Oct 09 17:14:05.634 INFO O| Oct 09 17:14:05.634 INFO STEP 60 (ensure_file) COMPLETE
40492024-10-09T17:14:07.521Z[ recovery-image] Oct 09 17:14:05.634 INFO O| Oct 09 17:14:05.634 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-10-09T17:14:07.528Z[ recovery-image] Oct 09 17:14:05.644 INFO O| Oct 09 17:14:05.644 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40512024-10-09T17:14:07.531Z[ recovery-image] Oct 09 17:14:05.644 INFO O| Oct 09 17:14:05.644 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40522024-10-09T17:14:07.531Z[ recovery-image] Oct 09 17:14:05.644 INFO O| Oct 09 17:14:05.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40532024-10-09T17:14:07.531Z[ recovery-image] Oct 09 17:14:05.644 INFO O| Oct 09 17:14:05.644 INFO ok!
40542024-10-09T17:14:07.531Z[ recovery-image] Oct 09 17:14:05.644 INFO O| Oct 09 17:14:05.644 INFO STEP 61 (ensure_file) COMPLETE
40552024-10-09T17:14:07.531Z[ recovery-image] Oct 09 17:14:05.644 INFO O| Oct 09 17:14:05.644 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-10-09T17:14:07.538Z[ recovery-image] Oct 09 17:14:05.653 INFO O| Oct 09 17:14:05.653 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40572024-10-09T17:14:07.538Z[ recovery-image] Oct 09 17:14:05.653 INFO O| Oct 09 17:14:05.653 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40582024-10-09T17:14:07.540Z[ recovery-image] Oct 09 17:14:05.654 INFO O| Oct 09 17:14:05.654 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40592024-10-09T17:14:07.540Z[ recovery-image] Oct 09 17:14:05.654 INFO O| Oct 09 17:14:05.654 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40602024-10-09T17:14:07.540Z[ recovery-image] Oct 09 17:14:05.654 INFO O| Oct 09 17:14:05.654 INFO ok!
40612024-10-09T17:14:07.540Z[ recovery-image] Oct 09 17:14:05.654 INFO O| Oct 09 17:14:05.654 INFO STEP 62 (ensure_file) COMPLETE
40622024-10-09T17:14:07.540Z[ recovery-image] Oct 09 17:14:05.654 INFO O| Oct 09 17:14:05.654 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-10-09T17:14:07.548Z[ recovery-image] Oct 09 17:14:05.663 INFO O| Oct 09 17:14:05.663 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40642024-10-09T17:14:07.548Z[ recovery-image] Oct 09 17:14:05.663 INFO O| Oct 09 17:14:05.663 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40652024-10-09T17:14:07.550Z[ recovery-image] Oct 09 17:14:05.663 INFO O| Oct 09 17:14:05.663 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40662024-10-09T17:14:07.550Z[ recovery-image] Oct 09 17:14:05.663 INFO O| Oct 09 17:14:05.663 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40672024-10-09T17:14:07.550Z[ recovery-image] Oct 09 17:14:05.663 INFO O| Oct 09 17:14:05.663 INFO ok!
40682024-10-09T17:14:07.550Z[ recovery-image] Oct 09 17:14:05.663 INFO O| Oct 09 17:14:05.663 INFO STEP 63 (ensure_file) COMPLETE
40692024-10-09T17:14:07.550Z[ recovery-image] Oct 09 17:14:05.663 INFO O| Oct 09 17:14:05.663 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-10-09T17:14:07.558Z[ recovery-image] Oct 09 17:14:05.673 INFO O| Oct 09 17:14:05.673 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40712024-10-09T17:14:07.558Z[ recovery-image] Oct 09 17:14:05.673 INFO O| Oct 09 17:14:05.673 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40722024-10-09T17:14:07.561Z[ recovery-image] Oct 09 17:14:05.673 INFO O| Oct 09 17:14:05.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40732024-10-09T17:14:07.561Z[ recovery-image] Oct 09 17:14:05.673 INFO O| Oct 09 17:14:05.673 INFO ok!
40742024-10-09T17:14:07.561Z[ recovery-image] Oct 09 17:14:05.673 INFO O| Oct 09 17:14:05.673 INFO STEP 64 (assemble_files) COMPLETE
40752024-10-09T17:14:07.561Z[ recovery-image] Oct 09 17:14:05.673 INFO O| Oct 09 17:14:05.673 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-09T17:14:07.567Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40772024-10-09T17:14:07.567Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40782024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40792024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40802024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO ok!
40812024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO STEP 65 (ensure_file) COMPLETE
40822024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO skip step because feature "omicron1" is not enabled
40842024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO skip step because feature "omicron1" is not enabled
40862024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO skip step because feature "omicron1" is not enabled
40882024-10-09T17:14:07.570Z[ recovery-image] Oct 09 17:14:05.683 INFO O| Oct 09 17:14:05.683 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-09T17:14:07.582Z[ recovery-image] Oct 09 17:14:05.697 INFO O| Oct 09 17:14:05.697 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40902024-10-09T17:14:07.582Z[ recovery-image] Oct 09 17:14:05.697 INFO O| Oct 09 17:14:05.697 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40912024-10-09T17:14:08.666Z[ host-image] Oct 09 17:14:06.780 INFO O| Oct 09 17:14:06.780 INFO O| Actions: Completed 49270 actions in 14.00 seconds.
40922024-10-09T17:14:09.072Z[ host-image] Oct 09 17:14:07.187 INFO O| Oct 09 17:14:07.187 INFO O| Done
40932024-10-09T17:14:09.072Z[ host-image] Oct 09 17:14:07.187 INFO O| Oct 09 17:14:07.187 INFO O| Done
40942024-10-09T17:14:09.201Z[ recovery-image] Oct 09 17:14:07.315 INFO O| Oct 09 17:14:07.315 INFO STEP 69 (pack_tar) COMPLETE
40952024-10-09T17:14:09.203Z[ recovery-image] Oct 09 17:14:07.315 INFO O| Oct 09 17:14:07.315 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40962024-10-09T17:14:09.203Z[ recovery-image] Oct 09 17:14:07.315 INFO O| Oct 09 17:14:07.315 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40972024-10-09T17:14:09.773Z[ host-image] Oct 09 17:14:07.887 INFO O| Oct 09 17:14:07.887 INFO O| Done
40982024-10-09T17:14:09.840Z[ recovery-image] Oct 09 17:14:07.955 INFO O| Oct 09 17:14:07.955 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40992024-10-09T17:14:09.934Z[ recovery-image] Oct 09 17:14:08.049 INFO O| Oct 09 17:14:08.049 INFO completed processing gimlet/ramdisk-02-trim
41002024-10-09T17:14:09.937Z[ recovery-image] Oct 09 17:14:08.051 INFO image builder template: ramdisk-03-recovery-trim...
41012024-10-09T17:14:09.937Z[ recovery-image] Oct 09 17:14:08.051 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/.tmpTauMps/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41022024-10-09T17:14:10.044Z[ recovery-image] Oct 09 17:14:08.158 INFO O| Oct 09 17:14:08.158 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41032024-10-09T17:14:10.048Z[ recovery-image] Oct 09 17:14:08.162 INFO O| Oct 09 17:14:08.162 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41042024-10-09T17:14:10.152Z[ recovery-image] Oct 09 17:14:08.266 INFO O| Oct 09 17:14:08.266 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41052024-10-09T17:14:10.210Z[ recovery-image] Oct 09 17:14:08.324 INFO O| Oct 09 17:14:08.324 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41062024-10-09T17:14:10.213Z[ recovery-image] Oct 09 17:14:08.324 INFO O| Oct 09 17:14:08.324 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41072024-10-09T17:14:10.219Z[ recovery-image] Oct 09 17:14:08.333 INFO O| Oct 09 17:14:08.333 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41082024-10-09T17:14:10.223Z[ recovery-image] Oct 09 17:14:08.337 INFO O| Oct 09 17:14:08.337 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41092024-10-09T17:14:10.228Z[ recovery-image] Oct 09 17:14:08.342 INFO O| Oct 09 17:14:08.342 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41102024-10-09T17:14:10.431Z[ recovery-image] Oct 09 17:14:08.545 INFO O| Oct 09 17:14:08.545 INFO rolled back to input snapshot; work may begin
41112024-10-09T17:14:10.431Z[ recovery-image] Oct 09 17:14:08.545 INFO O| Oct 09 17:14:08.545 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41122024-10-09T17:14:10.436Z[ recovery-image] Oct 09 17:14:08.551 INFO O| Oct 09 17:14:08.550 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-10-09T17:14:10.446Z[ recovery-image] Oct 09 17:14:08.561 INFO O| Oct 09 17:14:08.561 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41142024-10-09T17:14:10.449Z[ recovery-image] Oct 09 17:14:08.564 INFO O| Oct 09 17:14:08.564 INFO STEP 0 (remove_files) COMPLETE
41152024-10-09T17:14:10.449Z[ recovery-image] Oct 09 17:14:08.564 INFO O| Oct 09 17:14:08.564 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-10-09T17:14:10.461Z[ recovery-image] Oct 09 17:14:08.575 INFO O| Oct 09 17:14:08.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41172024-10-09T17:14:10.514Z[ recovery-image] Oct 09 17:14:08.629 INFO O| Oct 09 17:14:08.628 INFO STEP 1 (remove_files) COMPLETE
41182024-10-09T17:14:10.517Z[ recovery-image] Oct 09 17:14:08.629 INFO O| Oct 09 17:14:08.629 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-10-09T17:14:10.527Z[ recovery-image] Oct 09 17:14:08.641 INFO O| Oct 09 17:14:08.641 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41202024-10-09T17:14:10.530Z[ recovery-image] Oct 09 17:14:08.644 INFO O| Oct 09 17:14:08.643 INFO STEP 2 (remove_files) COMPLETE
41212024-10-09T17:14:10.530Z[ recovery-image] Oct 09 17:14:08.644 INFO O| Oct 09 17:14:08.643 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-10-09T17:14:10.540Z[ recovery-image] Oct 09 17:14:08.654 INFO O| Oct 09 17:14:08.654 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41232024-10-09T17:14:10.584Z[ recovery-image] Oct 09 17:14:08.698 INFO O| Oct 09 17:14:08.698 INFO STEP 3 (remove_files) COMPLETE
41242024-10-09T17:14:10.584Z[ recovery-image] Oct 09 17:14:08.698 INFO O| Oct 09 17:14:08.698 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-10-09T17:14:10.596Z[ recovery-image] Oct 09 17:14:08.710 INFO O| Oct 09 17:14:08.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41262024-10-09T17:14:10.613Z[ recovery-image] Oct 09 17:14:08.727 INFO O| Oct 09 17:14:08.727 INFO STEP 4 (remove_files) COMPLETE
41272024-10-09T17:14:10.613Z[ recovery-image] Oct 09 17:14:08.727 INFO O| Oct 09 17:14:08.727 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-10-09T17:14:10.625Z[ recovery-image] Oct 09 17:14:08.739 INFO O| Oct 09 17:14:08.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41292024-10-09T17:14:10.629Z[ recovery-image] Oct 09 17:14:08.744 INFO O| Oct 09 17:14:08.744 INFO STEP 5 (remove_files) COMPLETE
41302024-10-09T17:14:10.629Z[ recovery-image] Oct 09 17:14:08.744 INFO O| Oct 09 17:14:08.744 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-09T17:14:10.642Z[ recovery-image] Oct 09 17:14:08.757 INFO O| Oct 09 17:14:08.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41322024-10-09T17:14:10.645Z[ recovery-image] Oct 09 17:14:08.758 INFO O| Oct 09 17:14:08.758 INFO STEP 6 (remove_files) COMPLETE
41332024-10-09T17:14:10.645Z[ recovery-image] Oct 09 17:14:08.758 INFO O| Oct 09 17:14:08.758 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-09T17:14:10.656Z[ recovery-image] Oct 09 17:14:08.770 INFO O| Oct 09 17:14:08.770 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41352024-10-09T17:14:10.658Z[ recovery-image] Oct 09 17:14:08.772 INFO O| Oct 09 17:14:08.772 INFO STEP 7 (remove_files) COMPLETE
41362024-10-09T17:14:10.658Z[ recovery-image] Oct 09 17:14:08.772 INFO O| Oct 09 17:14:08.772 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-09T17:14:10.668Z[ recovery-image] Oct 09 17:14:08.782 INFO O| Oct 09 17:14:08.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41382024-10-09T17:14:10.671Z[ recovery-image] Oct 09 17:14:08.786 INFO O| Oct 09 17:14:08.786 INFO STEP 8 (remove_files) COMPLETE
41392024-10-09T17:14:10.674Z[ recovery-image] Oct 09 17:14:08.786 INFO O| Oct 09 17:14:08.786 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-09T17:14:10.682Z[ recovery-image] Oct 09 17:14:08.796 INFO O| Oct 09 17:14:08.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41412024-10-09T17:14:10.685Z[ recovery-image] Oct 09 17:14:08.796 INFO O| Oct 09 17:14:08.796 INFO STEP 9 (remove_files) COMPLETE
41422024-10-09T17:14:10.685Z[ recovery-image] Oct 09 17:14:08.796 INFO O| Oct 09 17:14:08.796 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-09T17:14:10.693Z[ recovery-image] Oct 09 17:14:08.806 INFO O| Oct 09 17:14:08.806 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41442024-10-09T17:14:10.698Z[ recovery-image] Oct 09 17:14:08.807 INFO O| Oct 09 17:14:08.807 INFO STEP 10 (remove_files) COMPLETE
41452024-10-09T17:14:10.699Z[ recovery-image] Oct 09 17:14:08.807 INFO O| Oct 09 17:14:08.807 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-09T17:14:10.703Z[ recovery-image] Oct 09 17:14:08.817 INFO O| Oct 09 17:14:08.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41472024-10-09T17:14:10.755Z[ recovery-image] Oct 09 17:14:08.869 INFO O| Oct 09 17:14:08.869 INFO STEP 11 (remove_files) COMPLETE
41482024-10-09T17:14:10.755Z[ recovery-image] Oct 09 17:14:08.869 INFO O| Oct 09 17:14:08.869 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-09T17:14:10.766Z[ recovery-image] Oct 09 17:14:08.880 INFO O| Oct 09 17:14:08.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41502024-10-09T17:14:10.768Z[ recovery-image] Oct 09 17:14:08.883 INFO O| Oct 09 17:14:08.883 INFO STEP 12 (remove_files) COMPLETE
41512024-10-09T17:14:10.769Z[ recovery-image] Oct 09 17:14:08.883 INFO O| Oct 09 17:14:08.883 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-09T17:14:10.779Z[ recovery-image] Oct 09 17:14:08.893 INFO O| Oct 09 17:14:08.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41532024-10-09T17:14:10.781Z[ recovery-image] Oct 09 17:14:08.895 INFO O| Oct 09 17:14:08.895 INFO STEP 13 (remove_files) COMPLETE
41542024-10-09T17:14:10.781Z[ recovery-image] Oct 09 17:14:08.895 INFO O| Oct 09 17:14:08.895 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-09T17:14:10.793Z[ recovery-image] Oct 09 17:14:08.907 INFO O| Oct 09 17:14:08.907 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41562024-10-09T17:14:10.796Z[ recovery-image] Oct 09 17:14:08.908 INFO O| Oct 09 17:14:08.908 INFO STEP 14 (remove_files) COMPLETE
41572024-10-09T17:14:10.796Z[ recovery-image] Oct 09 17:14:08.908 INFO O| Oct 09 17:14:08.908 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-09T17:14:10.803Z[ recovery-image] Oct 09 17:14:08.917 INFO O| Oct 09 17:14:08.917 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41592024-10-09T17:14:10.806Z[ recovery-image] Oct 09 17:14:08.919 INFO O| Oct 09 17:14:08.919 INFO STEP 15 (remove_files) COMPLETE
41602024-10-09T17:14:10.806Z[ recovery-image] Oct 09 17:14:08.919 INFO O| Oct 09 17:14:08.919 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-09T17:14:10.815Z[ recovery-image] Oct 09 17:14:08.929 INFO O| Oct 09 17:14:08.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41622024-10-09T17:14:10.822Z[ recovery-image] Oct 09 17:14:08.936 INFO O| Oct 09 17:14:08.936 INFO STEP 16 (remove_files) COMPLETE
41632024-10-09T17:14:10.822Z[ recovery-image] Oct 09 17:14:08.936 INFO O| Oct 09 17:14:08.936 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-09T17:14:10.832Z[ recovery-image] Oct 09 17:14:08.946 INFO O| Oct 09 17:14:08.946 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41652024-10-09T17:14:10.834Z[ recovery-image] Oct 09 17:14:08.946 INFO O| Oct 09 17:14:08.946 INFO STEP 17 (remove_files) COMPLETE
41662024-10-09T17:14:10.834Z[ recovery-image] Oct 09 17:14:08.946 INFO O| Oct 09 17:14:08.946 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-09T17:14:10.842Z[ recovery-image] Oct 09 17:14:08.956 INFO O| Oct 09 17:14:08.956 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41682024-10-09T17:14:10.842Z[ recovery-image] Oct 09 17:14:08.956 INFO O| Oct 09 17:14:08.956 INFO STEP 18 (remove_files) COMPLETE
41692024-10-09T17:14:10.844Z[ recovery-image] Oct 09 17:14:08.956 INFO O| Oct 09 17:14:08.956 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-09T17:14:10.852Z[ recovery-image] Oct 09 17:14:08.966 INFO O| Oct 09 17:14:08.966 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41712024-10-09T17:14:10.904Z[ recovery-image] Oct 09 17:14:09.018 INFO O| Oct 09 17:14:09.018 INFO STEP 19 (remove_files) COMPLETE
41722024-10-09T17:14:10.904Z[ recovery-image] Oct 09 17:14:09.018 INFO O| Oct 09 17:14:09.018 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-09T17:14:10.915Z[ recovery-image] Oct 09 17:14:09.030 INFO O| Oct 09 17:14:09.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41742024-10-09T17:14:10.918Z[ recovery-image] Oct 09 17:14:09.031 INFO O| Oct 09 17:14:09.031 INFO STEP 20 (remove_files) COMPLETE
41752024-10-09T17:14:10.918Z[ recovery-image] Oct 09 17:14:09.031 INFO O| Oct 09 17:14:09.031 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-09T17:14:10.926Z[ recovery-image] Oct 09 17:14:09.040 INFO O| Oct 09 17:14:09.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41772024-10-09T17:14:10.928Z[ recovery-image] Oct 09 17:14:09.041 INFO O| Oct 09 17:14:09.041 INFO STEP 21 (remove_files) COMPLETE
41782024-10-09T17:14:10.928Z[ recovery-image] Oct 09 17:14:09.041 INFO O| Oct 09 17:14:09.041 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-09T17:14:10.936Z[ recovery-image] Oct 09 17:14:09.050 INFO O| Oct 09 17:14:09.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41802024-10-09T17:14:10.938Z[ recovery-image] Oct 09 17:14:09.051 INFO O| Oct 09 17:14:09.051 INFO STEP 22 (remove_files) COMPLETE
41812024-10-09T17:14:10.938Z[ recovery-image] Oct 09 17:14:09.051 INFO O| Oct 09 17:14:09.051 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-09T17:14:10.946Z[ recovery-image] Oct 09 17:14:09.060 INFO O| Oct 09 17:14:09.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41832024-10-09T17:14:10.948Z[ recovery-image] Oct 09 17:14:09.061 INFO O| Oct 09 17:14:09.061 INFO STEP 23 (remove_files) COMPLETE
41842024-10-09T17:14:10.949Z[ recovery-image] Oct 09 17:14:09.061 INFO O| Oct 09 17:14:09.061 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-09T17:14:10.956Z[ recovery-image] Oct 09 17:14:09.070 INFO O| Oct 09 17:14:09.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41862024-10-09T17:14:10.959Z[ recovery-image] Oct 09 17:14:09.071 INFO O| Oct 09 17:14:09.071 INFO STEP 24 (remove_files) COMPLETE
41872024-10-09T17:14:10.959Z[ recovery-image] Oct 09 17:14:09.071 INFO O| Oct 09 17:14:09.071 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-09T17:14:10.965Z[ recovery-image] Oct 09 17:14:09.080 INFO O| Oct 09 17:14:09.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41892024-10-09T17:14:10.965Z[ recovery-image] Oct 09 17:14:09.080 INFO O| Oct 09 17:14:09.080 INFO STEP 25 (remove_files) COMPLETE
41902024-10-09T17:14:10.968Z[ recovery-image] Oct 09 17:14:09.080 INFO O| Oct 09 17:14:09.080 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-09T17:14:10.968Z[ host-image] Oct 09 17:14:09.081 INFO O| Oct 09 17:14:09.081 INFO O| Done
41922024-10-09T17:14:10.975Z[ recovery-image] Oct 09 17:14:09.089 INFO O| Oct 09 17:14:09.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41932024-10-09T17:14:10.977Z[ recovery-image] Oct 09 17:14:09.090 INFO O| Oct 09 17:14:09.090 INFO STEP 26 (remove_files) COMPLETE
41942024-10-09T17:14:10.977Z[ recovery-image] Oct 09 17:14:09.090 INFO O| Oct 09 17:14:09.090 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-10-09T17:14:10.985Z[ recovery-image] Oct 09 17:14:09.099 INFO O| Oct 09 17:14:09.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41962024-10-09T17:14:10.988Z[ recovery-image] Oct 09 17:14:09.099 INFO O| Oct 09 17:14:09.099 INFO STEP 27 (remove_files) COMPLETE
41972024-10-09T17:14:10.988Z[ recovery-image] Oct 09 17:14:09.099 INFO O| Oct 09 17:14:09.099 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-10-09T17:14:10.991Z[ host-image] Oct 09 17:14:09.104 INFO O| Oct 09 17:14:09.104 INFO O| Done
41992024-10-09T17:14:10.995Z[ recovery-image] Oct 09 17:14:09.109 INFO O| Oct 09 17:14:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42002024-10-09T17:14:10.997Z[ recovery-image] Oct 09 17:14:09.110 INFO O| Oct 09 17:14:09.110 INFO STEP 28 (remove_files) COMPLETE
42012024-10-09T17:14:10.997Z[ recovery-image] Oct 09 17:14:09.110 INFO O| Oct 09 17:14:09.110 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-09T17:14:11.005Z[ recovery-image] Oct 09 17:14:09.119 INFO O| Oct 09 17:14:09.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42032024-10-09T17:14:11.005Z[ recovery-image] Oct 09 17:14:09.119 INFO O| Oct 09 17:14:09.119 INFO STEP 29 (remove_files) COMPLETE
42042024-10-09T17:14:11.008Z[ recovery-image] Oct 09 17:14:09.120 INFO O| Oct 09 17:14:09.119 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-09T17:14:11.015Z[ recovery-image] Oct 09 17:14:09.129 INFO O| Oct 09 17:14:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42062024-10-09T17:14:11.017Z[ recovery-image] Oct 09 17:14:09.129 INFO O| Oct 09 17:14:09.129 INFO STEP 30 (remove_files) COMPLETE
42072024-10-09T17:14:11.017Z[ recovery-image] Oct 09 17:14:09.129 INFO O| Oct 09 17:14:09.129 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-09T17:14:11.025Z[ recovery-image] Oct 09 17:14:09.139 INFO O| Oct 09 17:14:09.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42092024-10-09T17:14:11.025Z[ recovery-image] Oct 09 17:14:09.139 INFO O| Oct 09 17:14:09.139 INFO STEP 31 (remove_files) COMPLETE
42102024-10-09T17:14:11.025Z[ recovery-image] Oct 09 17:14:09.139 INFO O| Oct 09 17:14:09.139 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-09T17:14:11.035Z[ recovery-image] Oct 09 17:14:09.149 INFO O| Oct 09 17:14:09.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42122024-10-09T17:14:11.037Z[ recovery-image] Oct 09 17:14:09.150 INFO O| Oct 09 17:14:09.150 INFO STEP 32 (remove_files) COMPLETE
42132024-10-09T17:14:11.037Z[ recovery-image] Oct 09 17:14:09.150 INFO O| Oct 09 17:14:09.150 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-10-09T17:14:11.045Z[ recovery-image] Oct 09 17:14:09.159 INFO O| Oct 09 17:14:09.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42152024-10-09T17:14:11.047Z[ recovery-image] Oct 09 17:14:09.160 INFO O| Oct 09 17:14:09.160 INFO STEP 33 (remove_files) COMPLETE
42162024-10-09T17:14:11.047Z[ recovery-image] Oct 09 17:14:09.160 INFO O| Oct 09 17:14:09.160 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-10-09T17:14:11.055Z[ recovery-image] Oct 09 17:14:09.170 INFO O| Oct 09 17:14:09.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42182024-10-09T17:14:11.056Z[ recovery-image] Oct 09 17:14:09.170 INFO O| Oct 09 17:14:09.170 INFO STEP 34 (remove_files) COMPLETE
42192024-10-09T17:14:11.056Z[ recovery-image] Oct 09 17:14:09.170 INFO O| Oct 09 17:14:09.170 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-10-09T17:14:11.065Z[ recovery-image] Oct 09 17:14:09.179 INFO O| Oct 09 17:14:09.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42212024-10-09T17:14:11.068Z[ recovery-image] Oct 09 17:14:09.180 INFO O| Oct 09 17:14:09.180 INFO STEP 35 (remove_files) COMPLETE
42222024-10-09T17:14:11.068Z[ recovery-image] Oct 09 17:14:09.180 INFO O| Oct 09 17:14:09.180 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-10-09T17:14:11.075Z[ recovery-image] Oct 09 17:14:09.189 INFO O| Oct 09 17:14:09.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42242024-10-09T17:14:11.077Z[ recovery-image] Oct 09 17:14:09.190 INFO O| Oct 09 17:14:09.190 INFO STEP 36 (remove_files) COMPLETE
42252024-10-09T17:14:11.077Z[ recovery-image] Oct 09 17:14:09.190 INFO O| Oct 09 17:14:09.190 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-10-09T17:14:11.085Z[ recovery-image] Oct 09 17:14:09.199 INFO O| Oct 09 17:14:09.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42272024-10-09T17:14:11.085Z[ recovery-image] Oct 09 17:14:09.199 INFO O| Oct 09 17:14:09.199 INFO STEP 37 (remove_files) COMPLETE
42282024-10-09T17:14:11.088Z[ recovery-image] Oct 09 17:14:09.199 INFO O| Oct 09 17:14:09.199 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-10-09T17:14:11.094Z[ recovery-image] Oct 09 17:14:09.209 INFO O| Oct 09 17:14:09.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42302024-10-09T17:14:11.094Z[ recovery-image] Oct 09 17:14:09.209 INFO O| Oct 09 17:14:09.209 INFO STEP 38 (remove_files) COMPLETE
42312024-10-09T17:14:11.094Z[ recovery-image] Oct 09 17:14:09.209 INFO O| Oct 09 17:14:09.209 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-10-09T17:14:11.104Z[ recovery-image] Oct 09 17:14:09.218 INFO O| Oct 09 17:14:09.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42332024-10-09T17:14:11.104Z[ recovery-image] Oct 09 17:14:09.218 INFO O| Oct 09 17:14:09.218 INFO STEP 39 (remove_files) COMPLETE
42342024-10-09T17:14:11.106Z[ recovery-image] Oct 09 17:14:09.218 INFO O| Oct 09 17:14:09.218 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-10-09T17:14:11.113Z[ recovery-image] Oct 09 17:14:09.228 INFO O| Oct 09 17:14:09.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42362024-10-09T17:14:11.116Z[ recovery-image] Oct 09 17:14:09.228 INFO O| Oct 09 17:14:09.228 INFO STEP 40 (remove_files) COMPLETE
42372024-10-09T17:14:11.116Z[ recovery-image] Oct 09 17:14:09.228 INFO O| Oct 09 17:14:09.228 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-10-09T17:14:11.123Z[ recovery-image] Oct 09 17:14:09.238 INFO O| Oct 09 17:14:09.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42392024-10-09T17:14:11.123Z[ recovery-image] Oct 09 17:14:09.238 INFO O| Oct 09 17:14:09.238 INFO STEP 41 (remove_files) COMPLETE
42402024-10-09T17:14:11.126Z[ recovery-image] Oct 09 17:14:09.238 INFO O| Oct 09 17:14:09.238 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-10-09T17:14:11.133Z[ recovery-image] Oct 09 17:14:09.248 INFO O| Oct 09 17:14:09.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42422024-10-09T17:14:11.133Z[ recovery-image] Oct 09 17:14:09.248 INFO O| Oct 09 17:14:09.248 INFO STEP 42 (remove_files) COMPLETE
42432024-10-09T17:14:11.136Z[ recovery-image] Oct 09 17:14:09.248 INFO O| Oct 09 17:14:09.248 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-10-09T17:14:11.144Z[ recovery-image] Oct 09 17:14:09.258 INFO O| Oct 09 17:14:09.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42452024-10-09T17:14:11.144Z[ recovery-image] Oct 09 17:14:09.258 INFO O| Oct 09 17:14:09.258 INFO STEP 43 (remove_files) COMPLETE
42462024-10-09T17:14:11.147Z[ recovery-image] Oct 09 17:14:09.258 INFO O| Oct 09 17:14:09.258 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-10-09T17:14:11.154Z[ recovery-image] Oct 09 17:14:09.268 INFO O| Oct 09 17:14:09.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42482024-10-09T17:14:11.154Z[ recovery-image] Oct 09 17:14:09.268 INFO O| Oct 09 17:14:09.268 INFO STEP 44 (remove_files) COMPLETE
42492024-10-09T17:14:11.156Z[ recovery-image] Oct 09 17:14:09.268 INFO O| Oct 09 17:14:09.268 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-10-09T17:14:11.164Z[ recovery-image] Oct 09 17:14:09.278 INFO O| Oct 09 17:14:09.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42512024-10-09T17:14:11.166Z[ recovery-image] Oct 09 17:14:09.279 INFO O| Oct 09 17:14:09.279 INFO STEP 45 (remove_files) COMPLETE
42522024-10-09T17:14:11.166Z[ recovery-image] Oct 09 17:14:09.279 INFO O| Oct 09 17:14:09.279 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-10-09T17:14:11.174Z[ recovery-image] Oct 09 17:14:09.288 INFO O| Oct 09 17:14:09.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42542024-10-09T17:14:11.174Z[ recovery-image] Oct 09 17:14:09.288 INFO O| Oct 09 17:14:09.288 INFO STEP 46 (remove_files) COMPLETE
42552024-10-09T17:14:11.177Z[ recovery-image] Oct 09 17:14:09.288 INFO O| Oct 09 17:14:09.288 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-10-09T17:14:11.184Z[ recovery-image] Oct 09 17:14:09.298 INFO O| Oct 09 17:14:09.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42572024-10-09T17:14:11.186Z[ recovery-image] Oct 09 17:14:09.298 INFO O| Oct 09 17:14:09.298 INFO STEP 47 (remove_files) COMPLETE
42582024-10-09T17:14:11.186Z[ recovery-image] Oct 09 17:14:09.298 INFO O| Oct 09 17:14:09.298 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-10-09T17:14:11.195Z[ recovery-image] Oct 09 17:14:09.309 INFO O| Oct 09 17:14:09.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42602024-10-09T17:14:11.195Z[ recovery-image] Oct 09 17:14:09.309 INFO O| Oct 09 17:14:09.309 INFO STEP 48 (remove_files) COMPLETE
42612024-10-09T17:14:11.198Z[ recovery-image] Oct 09 17:14:09.309 INFO O| Oct 09 17:14:09.309 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-10-09T17:14:11.205Z[ recovery-image] Oct 09 17:14:09.319 INFO O| Oct 09 17:14:09.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42632024-10-09T17:14:11.207Z[ recovery-image] Oct 09 17:14:09.320 INFO O| Oct 09 17:14:09.319 INFO STEP 49 (remove_files) COMPLETE
42642024-10-09T17:14:11.207Z[ recovery-image] Oct 09 17:14:09.320 INFO O| Oct 09 17:14:09.319 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-10-09T17:14:11.215Z[ recovery-image] Oct 09 17:14:09.330 INFO O| Oct 09 17:14:09.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42662024-10-09T17:14:11.215Z[ recovery-image] Oct 09 17:14:09.330 INFO O| Oct 09 17:14:09.330 INFO STEP 50 (remove_files) COMPLETE
42672024-10-09T17:14:11.218Z[ recovery-image] Oct 09 17:14:09.330 INFO O| Oct 09 17:14:09.330 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-10-09T17:14:11.225Z[ recovery-image] Oct 09 17:14:09.339 INFO O| Oct 09 17:14:09.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42692024-10-09T17:14:11.225Z[ recovery-image] Oct 09 17:14:09.339 INFO O| Oct 09 17:14:09.339 INFO STEP 51 (remove_files) COMPLETE
42702024-10-09T17:14:11.225Z[ recovery-image] Oct 09 17:14:09.339 INFO O| Oct 09 17:14:09.339 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-10-09T17:14:11.235Z[ recovery-image] Oct 09 17:14:09.349 INFO O| Oct 09 17:14:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42722024-10-09T17:14:11.235Z[ recovery-image] Oct 09 17:14:09.349 INFO O| Oct 09 17:14:09.349 INFO STEP 52 (remove_files) COMPLETE
42732024-10-09T17:14:11.238Z[ recovery-image] Oct 09 17:14:09.349 INFO O| Oct 09 17:14:09.349 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-10-09T17:14:11.245Z[ recovery-image] Oct 09 17:14:09.359 INFO O| Oct 09 17:14:09.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42752024-10-09T17:14:11.247Z[ recovery-image] Oct 09 17:14:09.360 INFO O| Oct 09 17:14:09.360 INFO STEP 53 (remove_files) COMPLETE
42762024-10-09T17:14:11.247Z[ recovery-image] Oct 09 17:14:09.360 INFO O| Oct 09 17:14:09.360 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-10-09T17:14:11.255Z[ recovery-image] Oct 09 17:14:09.369 INFO O| Oct 09 17:14:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42782024-10-09T17:14:11.257Z[ recovery-image] Oct 09 17:14:09.369 INFO O| Oct 09 17:14:09.369 INFO STEP 54 (remove_files) COMPLETE
42792024-10-09T17:14:11.257Z[ recovery-image] Oct 09 17:14:09.369 INFO O| Oct 09 17:14:09.369 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-10-09T17:14:11.265Z[ recovery-image] Oct 09 17:14:09.379 INFO O| Oct 09 17:14:09.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42812024-10-09T17:14:11.267Z[ recovery-image] Oct 09 17:14:09.379 INFO O| Oct 09 17:14:09.379 INFO STEP 55 (remove_files) COMPLETE
42822024-10-09T17:14:11.267Z[ recovery-image] Oct 09 17:14:09.379 INFO O| Oct 09 17:14:09.379 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-10-09T17:14:11.274Z[ recovery-image] Oct 09 17:14:09.389 INFO O| Oct 09 17:14:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42842024-10-09T17:14:11.274Z[ recovery-image] Oct 09 17:14:09.389 INFO O| Oct 09 17:14:09.389 INFO STEP 56 (remove_files) COMPLETE
42852024-10-09T17:14:11.274Z[ recovery-image] Oct 09 17:14:09.389 INFO O| Oct 09 17:14:09.389 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-10-09T17:14:11.284Z[ recovery-image] Oct 09 17:14:09.398 INFO O| Oct 09 17:14:09.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42872024-10-09T17:14:11.284Z[ recovery-image] Oct 09 17:14:09.398 INFO O| Oct 09 17:14:09.398 INFO STEP 57 (remove_files) COMPLETE
42882024-10-09T17:14:11.286Z[ recovery-image] Oct 09 17:14:09.398 INFO O| Oct 09 17:14:09.398 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-10-09T17:14:11.293Z[ recovery-image] Oct 09 17:14:09.408 INFO O| Oct 09 17:14:09.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42902024-10-09T17:14:11.296Z[ recovery-image] Oct 09 17:14:09.408 INFO O| Oct 09 17:14:09.408 INFO STEP 58 (remove_files) COMPLETE
42912024-10-09T17:14:11.296Z[ recovery-image] Oct 09 17:14:09.408 INFO O| Oct 09 17:14:09.408 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-09T17:14:11.303Z[ recovery-image] Oct 09 17:14:09.417 INFO O| Oct 09 17:14:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42932024-10-09T17:14:11.305Z[ recovery-image] Oct 09 17:14:09.417 INFO O| Oct 09 17:14:09.417 INFO STEP 59 (remove_files) COMPLETE
42942024-10-09T17:14:11.305Z[ recovery-image] Oct 09 17:14:09.417 INFO O| Oct 09 17:14:09.417 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-10-09T17:14:11.313Z[ recovery-image] Oct 09 17:14:09.427 INFO O| Oct 09 17:14:09.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42962024-10-09T17:14:11.313Z[ recovery-image] Oct 09 17:14:09.427 INFO O| Oct 09 17:14:09.427 INFO STEP 60 (remove_files) COMPLETE
42972024-10-09T17:14:11.315Z[ recovery-image] Oct 09 17:14:09.427 INFO O| Oct 09 17:14:09.427 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-10-09T17:14:11.322Z[ recovery-image] Oct 09 17:14:09.436 INFO O| Oct 09 17:14:09.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42992024-10-09T17:14:11.322Z[ recovery-image] Oct 09 17:14:09.436 INFO O| Oct 09 17:14:09.436 INFO STEP 61 (remove_files) COMPLETE
43002024-10-09T17:14:11.324Z[ recovery-image] Oct 09 17:14:09.436 INFO O| Oct 09 17:14:09.436 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-10-09T17:14:11.332Z[ recovery-image] Oct 09 17:14:09.446 INFO O| Oct 09 17:14:09.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43022024-10-09T17:14:11.332Z[ recovery-image] Oct 09 17:14:09.446 INFO O| Oct 09 17:14:09.446 INFO STEP 62 (remove_files) COMPLETE
43032024-10-09T17:14:11.332Z[ recovery-image] Oct 09 17:14:09.446 INFO O| Oct 09 17:14:09.446 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-10-09T17:14:11.341Z[ recovery-image] Oct 09 17:14:09.455 INFO O| Oct 09 17:14:09.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43052024-10-09T17:14:11.341Z[ recovery-image] Oct 09 17:14:09.456 INFO O| Oct 09 17:14:09.455 INFO STEP 63 (remove_files) COMPLETE
43062024-10-09T17:14:11.343Z[ recovery-image] Oct 09 17:14:09.456 INFO O| Oct 09 17:14:09.455 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-10-09T17:14:11.351Z[ recovery-image] Oct 09 17:14:09.465 INFO O| Oct 09 17:14:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43082024-10-09T17:14:11.353Z[ recovery-image] Oct 09 17:14:09.466 INFO O| Oct 09 17:14:09.466 INFO STEP 64 (remove_files) COMPLETE
43092024-10-09T17:14:11.353Z[ recovery-image] Oct 09 17:14:09.466 INFO O| Oct 09 17:14:09.466 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-10-09T17:14:11.361Z[ recovery-image] Oct 09 17:14:09.475 INFO O| Oct 09 17:14:09.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43112024-10-09T17:14:11.364Z[ recovery-image] Oct 09 17:14:09.475 INFO O| Oct 09 17:14:09.475 INFO STEP 65 (remove_files) COMPLETE
43122024-10-09T17:14:11.364Z[ recovery-image] Oct 09 17:14:09.475 INFO O| Oct 09 17:14:09.475 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-10-09T17:14:11.373Z[ recovery-image] Oct 09 17:14:09.488 INFO O| Oct 09 17:14:09.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43142024-10-09T17:14:11.376Z[ recovery-image] Oct 09 17:14:09.488 INFO O| Oct 09 17:14:09.488 INFO STEP 66 (remove_files) COMPLETE
43152024-10-09T17:14:11.376Z[ recovery-image] Oct 09 17:14:09.488 INFO O| Oct 09 17:14:09.488 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-10-09T17:14:11.389Z[ recovery-image] Oct 09 17:14:09.504 INFO O| Oct 09 17:14:09.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43172024-10-09T17:14:11.389Z[ recovery-image] Oct 09 17:14:09.504 INFO O| Oct 09 17:14:09.504 INFO STEP 67 (remove_files) COMPLETE
43182024-10-09T17:14:11.392Z[ recovery-image] Oct 09 17:14:09.504 INFO O| Oct 09 17:14:09.504 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-10-09T17:14:11.406Z[ recovery-image] Oct 09 17:14:09.520 INFO O| Oct 09 17:14:09.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43202024-10-09T17:14:11.406Z[ recovery-image] Oct 09 17:14:09.520 INFO O| Oct 09 17:14:09.520 INFO STEP 68 (remove_files) COMPLETE
43212024-10-09T17:14:11.406Z[ recovery-image] Oct 09 17:14:09.520 INFO O| Oct 09 17:14:09.520 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-10-09T17:14:11.416Z[ recovery-image] Oct 09 17:14:09.530 INFO O| Oct 09 17:14:09.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43232024-10-09T17:14:11.416Z[ recovery-image] Oct 09 17:14:09.530 INFO O| Oct 09 17:14:09.530 INFO STEP 69 (remove_files) COMPLETE
43242024-10-09T17:14:11.416Z[ recovery-image] Oct 09 17:14:09.530 INFO O| Oct 09 17:14:09.530 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-10-09T17:14:11.425Z[ recovery-image] Oct 09 17:14:09.539 INFO O| Oct 09 17:14:09.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43262024-10-09T17:14:11.425Z[ recovery-image] Oct 09 17:14:09.540 INFO O| Oct 09 17:14:09.540 INFO STEP 70 (remove_files) COMPLETE
43272024-10-09T17:14:11.425Z[ recovery-image] Oct 09 17:14:09.540 INFO O| Oct 09 17:14:09.540 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-10-09T17:14:11.435Z[ recovery-image] Oct 09 17:14:09.549 INFO O| Oct 09 17:14:09.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43292024-10-09T17:14:11.435Z[ recovery-image] Oct 09 17:14:09.549 INFO O| Oct 09 17:14:09.549 INFO STEP 71 (remove_files) COMPLETE
43302024-10-09T17:14:11.435Z[ recovery-image] Oct 09 17:14:09.549 INFO O| Oct 09 17:14:09.549 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-10-09T17:14:11.444Z[ recovery-image] Oct 09 17:14:09.558 INFO O| Oct 09 17:14:09.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43322024-10-09T17:14:11.444Z[ recovery-image] Oct 09 17:14:09.559 INFO O| Oct 09 17:14:09.559 INFO STEP 72 (remove_files) COMPLETE
43332024-10-09T17:14:11.444Z[ recovery-image] Oct 09 17:14:09.559 INFO O| Oct 09 17:14:09.559 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-09T17:14:11.454Z[ recovery-image] Oct 09 17:14:09.568 INFO O| Oct 09 17:14:09.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43352024-10-09T17:14:11.454Z[ recovery-image] Oct 09 17:14:09.568 INFO O| Oct 09 17:14:09.568 INFO STEP 73 (remove_files) COMPLETE
43362024-10-09T17:14:11.454Z[ recovery-image] Oct 09 17:14:09.568 INFO O| Oct 09 17:14:09.568 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-09T17:14:11.463Z[ recovery-image] Oct 09 17:14:09.578 INFO O| Oct 09 17:14:09.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43382024-10-09T17:14:11.464Z[ recovery-image] Oct 09 17:14:09.578 INFO O| Oct 09 17:14:09.578 INFO STEP 74 (remove_files) COMPLETE
43392024-10-09T17:14:11.467Z[ recovery-image] Oct 09 17:14:09.578 INFO O| Oct 09 17:14:09.578 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-10-09T17:14:11.473Z[ recovery-image] Oct 09 17:14:09.587 INFO O| Oct 09 17:14:09.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43412024-10-09T17:14:11.473Z[ recovery-image] Oct 09 17:14:09.587 INFO O| Oct 09 17:14:09.587 INFO STEP 75 (remove_files) COMPLETE
43422024-10-09T17:14:11.475Z[ recovery-image] Oct 09 17:14:09.587 INFO O| Oct 09 17:14:09.587 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-10-09T17:14:11.483Z[ recovery-image] Oct 09 17:14:09.597 INFO O| Oct 09 17:14:09.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43442024-10-09T17:14:11.485Z[ recovery-image] Oct 09 17:14:09.597 INFO O| Oct 09 17:14:09.597 INFO STEP 76 (remove_files) COMPLETE
43452024-10-09T17:14:11.485Z[ recovery-image] Oct 09 17:14:09.597 INFO O| Oct 09 17:14:09.597 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-09T17:14:11.493Z[ recovery-image] Oct 09 17:14:09.606 INFO O| Oct 09 17:14:09.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43472024-10-09T17:14:11.496Z[ recovery-image] Oct 09 17:14:09.606 INFO O| Oct 09 17:14:09.606 INFO STEP 77 (remove_files) COMPLETE
43482024-10-09T17:14:11.496Z[ recovery-image] Oct 09 17:14:09.606 INFO O| Oct 09 17:14:09.606 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-09T17:14:11.502Z[ recovery-image] Oct 09 17:14:09.616 INFO O| Oct 09 17:14:09.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43502024-10-09T17:14:11.502Z[ recovery-image] Oct 09 17:14:09.616 INFO O| Oct 09 17:14:09.616 INFO STEP 78 (remove_files) COMPLETE
43512024-10-09T17:14:11.505Z[ recovery-image] Oct 09 17:14:09.616 INFO O| Oct 09 17:14:09.616 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-09T17:14:11.513Z[ recovery-image] Oct 09 17:14:09.626 INFO O| Oct 09 17:14:09.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43532024-10-09T17:14:11.513Z[ recovery-image] Oct 09 17:14:09.627 INFO O| Oct 09 17:14:09.626 INFO STEP 79 (remove_files) COMPLETE
43542024-10-09T17:14:11.513Z[ recovery-image] Oct 09 17:14:09.627 INFO O| Oct 09 17:14:09.627 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-09T17:14:11.523Z[ recovery-image] Oct 09 17:14:09.637 INFO O| Oct 09 17:14:09.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43562024-10-09T17:14:11.523Z[ recovery-image] Oct 09 17:14:09.637 INFO O| Oct 09 17:14:09.637 INFO STEP 80 (remove_files) COMPLETE
43572024-10-09T17:14:11.523Z[ recovery-image] Oct 09 17:14:09.637 INFO O| Oct 09 17:14:09.637 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-09T17:14:11.532Z[ recovery-image] Oct 09 17:14:09.646 INFO O| Oct 09 17:14:09.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43592024-10-09T17:14:11.532Z[ recovery-image] Oct 09 17:14:09.646 INFO O| Oct 09 17:14:09.646 INFO STEP 81 (remove_files) COMPLETE
43602024-10-09T17:14:11.532Z[ recovery-image] Oct 09 17:14:09.646 INFO O| Oct 09 17:14:09.646 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-10-09T17:14:11.541Z[ recovery-image] Oct 09 17:14:09.656 INFO O| Oct 09 17:14:09.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43622024-10-09T17:14:11.541Z[ recovery-image] Oct 09 17:14:09.656 INFO O| Oct 09 17:14:09.656 INFO STEP 82 (remove_files) COMPLETE
43632024-10-09T17:14:11.544Z[ recovery-image] Oct 09 17:14:09.656 INFO O| Oct 09 17:14:09.656 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-09T17:14:11.551Z[ recovery-image] Oct 09 17:14:09.665 INFO O| Oct 09 17:14:09.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43652024-10-09T17:14:11.551Z[ recovery-image] Oct 09 17:14:09.665 INFO O| Oct 09 17:14:09.665 INFO STEP 83 (remove_files) COMPLETE
43662024-10-09T17:14:11.554Z[ recovery-image] Oct 09 17:14:09.665 INFO O| Oct 09 17:14:09.665 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-09T17:14:11.561Z[ recovery-image] Oct 09 17:14:09.675 INFO O| Oct 09 17:14:09.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43682024-10-09T17:14:11.561Z[ recovery-image] Oct 09 17:14:09.675 INFO O| Oct 09 17:14:09.675 INFO STEP 84 (remove_files) COMPLETE
43692024-10-09T17:14:11.561Z[ recovery-image] Oct 09 17:14:09.675 INFO O| Oct 09 17:14:09.675 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-09T17:14:11.571Z[ recovery-image] Oct 09 17:14:09.685 INFO O| Oct 09 17:14:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43712024-10-09T17:14:11.571Z[ recovery-image] Oct 09 17:14:09.685 INFO O| Oct 09 17:14:09.685 INFO STEP 85 (remove_files) COMPLETE
43722024-10-09T17:14:11.573Z[ recovery-image] Oct 09 17:14:09.685 INFO O| Oct 09 17:14:09.685 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-09T17:14:11.580Z[ recovery-image] Oct 09 17:14:09.695 INFO O| Oct 09 17:14:09.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43742024-10-09T17:14:11.580Z[ recovery-image] Oct 09 17:14:09.695 INFO O| Oct 09 17:14:09.695 INFO STEP 86 (remove_files) COMPLETE
43752024-10-09T17:14:11.583Z[ recovery-image] Oct 09 17:14:09.695 INFO O| Oct 09 17:14:09.695 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-09T17:14:11.590Z[ recovery-image] Oct 09 17:14:09.704 INFO O| Oct 09 17:14:09.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43772024-10-09T17:14:11.590Z[ recovery-image] Oct 09 17:14:09.704 INFO O| Oct 09 17:14:09.704 INFO STEP 87 (remove_files) COMPLETE
43782024-10-09T17:14:11.592Z[ recovery-image] Oct 09 17:14:09.704 INFO O| Oct 09 17:14:09.704 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-09T17:14:11.600Z[ recovery-image] Oct 09 17:14:09.714 INFO O| Oct 09 17:14:09.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43802024-10-09T17:14:11.602Z[ recovery-image] Oct 09 17:14:09.714 INFO O| Oct 09 17:14:09.714 INFO STEP 88 (remove_files) COMPLETE
43812024-10-09T17:14:11.602Z[ recovery-image] Oct 09 17:14:09.714 INFO O| Oct 09 17:14:09.714 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-09T17:14:11.610Z[ recovery-image] Oct 09 17:14:09.724 INFO O| Oct 09 17:14:09.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43832024-10-09T17:14:11.612Z[ recovery-image] Oct 09 17:14:09.724 INFO O| Oct 09 17:14:09.724 INFO STEP 89 (remove_files) COMPLETE
43842024-10-09T17:14:11.612Z[ recovery-image] Oct 09 17:14:09.724 INFO O| Oct 09 17:14:09.724 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-09T17:14:11.619Z[ recovery-image] Oct 09 17:14:09.733 INFO O| Oct 09 17:14:09.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43862024-10-09T17:14:11.619Z[ recovery-image] Oct 09 17:14:09.734 INFO O| Oct 09 17:14:09.734 INFO STEP 90 (remove_files) COMPLETE
43872024-10-09T17:14:11.622Z[ recovery-image] Oct 09 17:14:09.734 INFO O| Oct 09 17:14:09.734 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-09T17:14:11.629Z[ recovery-image] Oct 09 17:14:09.743 INFO O| Oct 09 17:14:09.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43892024-10-09T17:14:11.629Z[ recovery-image] Oct 09 17:14:09.744 INFO O| Oct 09 17:14:09.743 INFO STEP 91 (remove_files) COMPLETE
43902024-10-09T17:14:11.632Z[ recovery-image] Oct 09 17:14:09.744 INFO O| Oct 09 17:14:09.744 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-09T17:14:11.639Z[ recovery-image] Oct 09 17:14:09.753 INFO O| Oct 09 17:14:09.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43922024-10-09T17:14:11.639Z[ recovery-image] Oct 09 17:14:09.753 INFO O| Oct 09 17:14:09.753 INFO STEP 92 (remove_files) COMPLETE
43932024-10-09T17:14:11.642Z[ recovery-image] Oct 09 17:14:09.753 INFO O| Oct 09 17:14:09.753 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-10-09T17:14:11.649Z[ recovery-image] Oct 09 17:14:09.763 INFO O| Oct 09 17:14:09.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43952024-10-09T17:14:11.649Z[ recovery-image] Oct 09 17:14:09.763 INFO O| Oct 09 17:14:09.763 INFO STEP 93 (remove_files) COMPLETE
43962024-10-09T17:14:11.652Z[ recovery-image] Oct 09 17:14:09.763 INFO O| Oct 09 17:14:09.763 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-10-09T17:14:11.658Z[ recovery-image] Oct 09 17:14:09.772 INFO O| Oct 09 17:14:09.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43982024-10-09T17:14:11.658Z[ recovery-image] Oct 09 17:14:09.772 INFO O| Oct 09 17:14:09.772 INFO STEP 94 (remove_files) COMPLETE
43992024-10-09T17:14:11.661Z[ recovery-image] Oct 09 17:14:09.772 INFO O| Oct 09 17:14:09.772 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-10-09T17:14:11.668Z[ recovery-image] Oct 09 17:14:09.782 INFO O| Oct 09 17:14:09.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44012024-10-09T17:14:11.668Z[ recovery-image] Oct 09 17:14:09.782 INFO O| Oct 09 17:14:09.782 INFO STEP 95 (remove_files) COMPLETE
44022024-10-09T17:14:11.670Z[ recovery-image] Oct 09 17:14:09.782 INFO O| Oct 09 17:14:09.782 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-10-09T17:14:11.677Z[ recovery-image] Oct 09 17:14:09.792 INFO O| Oct 09 17:14:09.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44042024-10-09T17:14:11.677Z[ recovery-image] Oct 09 17:14:09.792 INFO O| Oct 09 17:14:09.792 INFO STEP 96 (remove_files) COMPLETE
44052024-10-09T17:14:11.680Z[ recovery-image] Oct 09 17:14:09.792 INFO O| Oct 09 17:14:09.792 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-10-09T17:14:11.687Z[ recovery-image] Oct 09 17:14:09.801 INFO O| Oct 09 17:14:09.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44072024-10-09T17:14:11.687Z[ recovery-image] Oct 09 17:14:09.801 INFO O| Oct 09 17:14:09.801 INFO STEP 97 (remove_files) COMPLETE
44082024-10-09T17:14:11.689Z[ recovery-image] Oct 09 17:14:09.801 INFO O| Oct 09 17:14:09.801 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-10-09T17:14:11.697Z[ recovery-image] Oct 09 17:14:09.811 INFO O| Oct 09 17:14:09.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44102024-10-09T17:14:11.697Z[ recovery-image] Oct 09 17:14:09.811 INFO O| Oct 09 17:14:09.811 INFO STEP 98 (remove_files) COMPLETE
44112024-10-09T17:14:11.697Z[ recovery-image] Oct 09 17:14:09.811 INFO O| Oct 09 17:14:09.811 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-10-09T17:14:11.707Z[ recovery-image] Oct 09 17:14:09.821 INFO O| Oct 09 17:14:09.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44132024-10-09T17:14:11.709Z[ recovery-image] Oct 09 17:14:09.821 INFO O| Oct 09 17:14:09.821 INFO STEP 99 (remove_files) COMPLETE
44142024-10-09T17:14:11.709Z[ recovery-image] Oct 09 17:14:09.821 INFO O| Oct 09 17:14:09.821 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-10-09T17:14:11.716Z[ recovery-image] Oct 09 17:14:09.830 INFO O| Oct 09 17:14:09.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44162024-10-09T17:14:11.716Z[ recovery-image] Oct 09 17:14:09.830 INFO O| Oct 09 17:14:09.830 INFO STEP 100 (remove_files) COMPLETE
44172024-10-09T17:14:11.719Z[ recovery-image] Oct 09 17:14:09.830 INFO O| Oct 09 17:14:09.830 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-10-09T17:14:11.726Z[ recovery-image] Oct 09 17:14:09.840 INFO O| Oct 09 17:14:09.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44192024-10-09T17:14:11.728Z[ recovery-image] Oct 09 17:14:09.840 INFO O| Oct 09 17:14:09.840 INFO STEP 101 (remove_files) COMPLETE
44202024-10-09T17:14:11.728Z[ recovery-image] Oct 09 17:14:09.840 INFO O| Oct 09 17:14:09.840 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-10-09T17:14:11.735Z[ recovery-image] Oct 09 17:14:09.850 INFO O| Oct 09 17:14:09.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44222024-10-09T17:14:11.735Z[ recovery-image] Oct 09 17:14:09.850 INFO O| Oct 09 17:14:09.850 INFO STEP 102 (remove_files) COMPLETE
44232024-10-09T17:14:11.738Z[ recovery-image] Oct 09 17:14:09.850 INFO O| Oct 09 17:14:09.850 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-10-09T17:14:11.745Z[ recovery-image] Oct 09 17:14:09.859 INFO O| Oct 09 17:14:09.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44252024-10-09T17:14:11.747Z[ recovery-image] Oct 09 17:14:09.860 INFO O| Oct 09 17:14:09.860 INFO STEP 103 (remove_files) COMPLETE
44262024-10-09T17:14:11.747Z[ recovery-image] Oct 09 17:14:09.860 INFO O| Oct 09 17:14:09.860 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-10-09T17:14:11.756Z[ recovery-image] Oct 09 17:14:09.870 INFO O| Oct 09 17:14:09.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44282024-10-09T17:14:11.756Z[ recovery-image] Oct 09 17:14:09.870 INFO O| Oct 09 17:14:09.870 INFO STEP 104 (remove_files) COMPLETE
44292024-10-09T17:14:11.759Z[ recovery-image] Oct 09 17:14:09.870 INFO O| Oct 09 17:14:09.870 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-10-09T17:14:11.768Z[ recovery-image] Oct 09 17:14:09.882 INFO O| Oct 09 17:14:09.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44312024-10-09T17:14:11.768Z[ recovery-image] Oct 09 17:14:09.882 INFO O| Oct 09 17:14:09.882 INFO STEP 105 (remove_files) COMPLETE
44322024-10-09T17:14:11.771Z[ recovery-image] Oct 09 17:14:09.882 INFO O| Oct 09 17:14:09.882 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-10-09T17:14:11.778Z[ recovery-image] Oct 09 17:14:09.893 INFO O| Oct 09 17:14:09.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44342024-10-09T17:14:11.781Z[ recovery-image] Oct 09 17:14:09.893 INFO O| Oct 09 17:14:09.893 INFO STEP 106 (remove_files) COMPLETE
44352024-10-09T17:14:11.781Z[ recovery-image] Oct 09 17:14:09.893 INFO O| Oct 09 17:14:09.893 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-10-09T17:14:11.790Z[ recovery-image] Oct 09 17:14:09.904 INFO O| Oct 09 17:14:09.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44372024-10-09T17:14:11.790Z[ recovery-image] Oct 09 17:14:09.904 INFO O| Oct 09 17:14:09.904 INFO STEP 107 (remove_files) COMPLETE
44382024-10-09T17:14:11.790Z[ recovery-image] Oct 09 17:14:09.904 INFO O| Oct 09 17:14:09.904 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-10-09T17:14:11.800Z[ recovery-image] Oct 09 17:14:09.914 INFO O| Oct 09 17:14:09.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44402024-10-09T17:14:11.800Z[ recovery-image] Oct 09 17:14:09.915 INFO O| Oct 09 17:14:09.915 INFO STEP 108 (remove_files) COMPLETE
44412024-10-09T17:14:11.803Z[ recovery-image] Oct 09 17:14:09.915 INFO O| Oct 09 17:14:09.915 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-10-09T17:14:11.811Z[ recovery-image] Oct 09 17:14:09.925 INFO O| Oct 09 17:14:09.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44432024-10-09T17:14:11.813Z[ recovery-image] Oct 09 17:14:09.925 INFO O| Oct 09 17:14:09.925 INFO STEP 109 (remove_files) COMPLETE
44442024-10-09T17:14:11.813Z[ recovery-image] Oct 09 17:14:09.925 INFO O| Oct 09 17:14:09.925 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-10-09T17:14:11.821Z[ recovery-image] Oct 09 17:14:09.935 INFO O| Oct 09 17:14:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44462024-10-09T17:14:11.821Z[ recovery-image] Oct 09 17:14:09.936 INFO O| Oct 09 17:14:09.936 INFO STEP 110 (remove_files) COMPLETE
44472024-10-09T17:14:11.822Z[ recovery-image] Oct 09 17:14:09.936 INFO O| Oct 09 17:14:09.936 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-10-09T17:14:11.833Z[ recovery-image] Oct 09 17:14:09.947 INFO O| Oct 09 17:14:09.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44492024-10-09T17:14:11.833Z[ recovery-image] Oct 09 17:14:09.947 INFO O| Oct 09 17:14:09.947 INFO STEP 111 (remove_files) COMPLETE
44502024-10-09T17:14:11.836Z[ recovery-image] Oct 09 17:14:09.947 INFO O| Oct 09 17:14:09.947 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-10-09T17:14:11.844Z[ recovery-image] Oct 09 17:14:09.958 INFO O| Oct 09 17:14:09.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44522024-10-09T17:14:11.844Z[ recovery-image] Oct 09 17:14:09.958 INFO O| Oct 09 17:14:09.958 INFO STEP 112 (remove_files) COMPLETE
44532024-10-09T17:14:11.846Z[ recovery-image] Oct 09 17:14:09.958 INFO O| Oct 09 17:14:09.958 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-10-09T17:14:11.854Z[ recovery-image] Oct 09 17:14:09.968 INFO O| Oct 09 17:14:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44552024-10-09T17:14:11.857Z[ recovery-image] Oct 09 17:14:09.968 INFO O| Oct 09 17:14:09.968 INFO STEP 113 (remove_files) COMPLETE
44562024-10-09T17:14:11.857Z[ recovery-image] Oct 09 17:14:09.968 INFO O| Oct 09 17:14:09.968 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-10-09T17:14:11.864Z[ recovery-image] Oct 09 17:14:09.978 INFO O| Oct 09 17:14:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44582024-10-09T17:14:11.864Z[ recovery-image] Oct 09 17:14:09.978 INFO O| Oct 09 17:14:09.978 INFO STEP 114 (remove_files) COMPLETE
44592024-10-09T17:14:11.864Z[ recovery-image] Oct 09 17:14:09.978 INFO O| Oct 09 17:14:09.978 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-10-09T17:14:11.875Z[ recovery-image] Oct 09 17:14:09.989 INFO O| Oct 09 17:14:09.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44612024-10-09T17:14:11.878Z[ recovery-image] Oct 09 17:14:09.990 INFO O| Oct 09 17:14:09.990 INFO STEP 115 (remove_files) COMPLETE
44622024-10-09T17:14:11.878Z[ recovery-image] Oct 09 17:14:09.990 INFO O| Oct 09 17:14:09.990 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-10-09T17:14:11.887Z[ recovery-image] Oct 09 17:14:10.001 INFO O| Oct 09 17:14:10.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44642024-10-09T17:14:11.887Z[ recovery-image] Oct 09 17:14:10.001 INFO O| Oct 09 17:14:10.001 INFO STEP 116 (remove_files) COMPLETE
44652024-10-09T17:14:11.889Z[ recovery-image] Oct 09 17:14:10.001 INFO O| Oct 09 17:14:10.001 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-10-09T17:14:11.899Z[ recovery-image] Oct 09 17:14:10.013 INFO O| Oct 09 17:14:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44672024-10-09T17:14:11.899Z[ recovery-image] Oct 09 17:14:10.013 INFO O| Oct 09 17:14:10.013 INFO STEP 117 (remove_files) COMPLETE
44682024-10-09T17:14:11.901Z[ recovery-image] Oct 09 17:14:10.013 INFO O| Oct 09 17:14:10.013 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-10-09T17:14:11.909Z[ recovery-image] Oct 09 17:14:10.023 INFO O| Oct 09 17:14:10.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44702024-10-09T17:14:11.911Z[ recovery-image] Oct 09 17:14:10.023 INFO O| Oct 09 17:14:10.023 INFO STEP 118 (remove_files) COMPLETE
44712024-10-09T17:14:11.911Z[ recovery-image] Oct 09 17:14:10.023 INFO O| Oct 09 17:14:10.023 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-09T17:14:11.918Z[ recovery-image] Oct 09 17:14:10.032 INFO O| Oct 09 17:14:10.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44732024-10-09T17:14:11.918Z[ recovery-image] Oct 09 17:14:10.032 INFO O| Oct 09 17:14:10.032 INFO STEP 119 (remove_files) COMPLETE
44742024-10-09T17:14:11.920Z[ recovery-image] Oct 09 17:14:10.032 INFO O| Oct 09 17:14:10.032 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-09T17:14:11.928Z[ recovery-image] Oct 09 17:14:10.042 INFO O| Oct 09 17:14:10.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44762024-10-09T17:14:11.930Z[ recovery-image] Oct 09 17:14:10.042 INFO O| Oct 09 17:14:10.042 INFO STEP 120 (remove_files) COMPLETE
44772024-10-09T17:14:11.930Z[ recovery-image] Oct 09 17:14:10.042 INFO O| Oct 09 17:14:10.042 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-09T17:14:11.937Z[ recovery-image] Oct 09 17:14:10.051 INFO O| Oct 09 17:14:10.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44792024-10-09T17:14:11.939Z[ recovery-image] Oct 09 17:14:10.051 INFO O| Oct 09 17:14:10.051 INFO STEP 121 (remove_files) COMPLETE
44802024-10-09T17:14:11.939Z[ recovery-image] Oct 09 17:14:10.051 INFO O| Oct 09 17:14:10.051 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-10-09T17:14:11.946Z[ recovery-image] Oct 09 17:14:10.060 INFO O| Oct 09 17:14:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44822024-10-09T17:14:11.946Z[ recovery-image] Oct 09 17:14:10.060 INFO O| Oct 09 17:14:10.060 INFO STEP 122 (remove_files) COMPLETE
44832024-10-09T17:14:11.948Z[ recovery-image] Oct 09 17:14:10.060 INFO O| Oct 09 17:14:10.060 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-09T17:14:11.955Z[ recovery-image] Oct 09 17:14:10.070 INFO O| Oct 09 17:14:10.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44852024-10-09T17:14:11.955Z[ recovery-image] Oct 09 17:14:10.070 INFO O| Oct 09 17:14:10.070 INFO STEP 123 (remove_files) COMPLETE
44862024-10-09T17:14:11.955Z[ recovery-image] Oct 09 17:14:10.070 INFO O| Oct 09 17:14:10.070 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-10-09T17:14:11.965Z[ recovery-image] Oct 09 17:14:10.079 INFO O| Oct 09 17:14:10.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44882024-10-09T17:14:11.969Z[ recovery-image] Oct 09 17:14:10.079 INFO O| Oct 09 17:14:10.079 INFO STEP 124 (remove_files) COMPLETE
44892024-10-09T17:14:11.969Z[ recovery-image] Oct 09 17:14:10.079 INFO O| Oct 09 17:14:10.079 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-10-09T17:14:11.974Z[ recovery-image] Oct 09 17:14:10.088 INFO O| Oct 09 17:14:10.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44912024-10-09T17:14:11.974Z[ recovery-image] Oct 09 17:14:10.088 INFO O| Oct 09 17:14:10.088 INFO STEP 125 (remove_files) COMPLETE
44922024-10-09T17:14:11.977Z[ recovery-image] Oct 09 17:14:10.088 INFO O| Oct 09 17:14:10.088 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-09T17:14:11.984Z[ recovery-image] Oct 09 17:14:10.098 INFO O| Oct 09 17:14:10.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44942024-10-09T17:14:11.984Z[ recovery-image] Oct 09 17:14:10.098 INFO O| Oct 09 17:14:10.098 INFO STEP 126 (remove_files) COMPLETE
44952024-10-09T17:14:11.986Z[ recovery-image] Oct 09 17:14:10.098 INFO O| Oct 09 17:14:10.098 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-09T17:14:11.993Z[ recovery-image] Oct 09 17:14:10.107 INFO O| Oct 09 17:14:10.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44972024-10-09T17:14:11.997Z[ recovery-image] Oct 09 17:14:10.107 INFO O| Oct 09 17:14:10.107 INFO STEP 127 (remove_files) COMPLETE
44982024-10-09T17:14:11.997Z[ recovery-image] Oct 09 17:14:10.107 INFO O| Oct 09 17:14:10.107 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-09T17:14:12.003Z[ recovery-image] Oct 09 17:14:10.117 INFO O| Oct 09 17:14:10.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45002024-10-09T17:14:12.003Z[ recovery-image] Oct 09 17:14:10.117 INFO O| Oct 09 17:14:10.117 INFO STEP 128 (remove_files) COMPLETE
45012024-10-09T17:14:12.006Z[ recovery-image] Oct 09 17:14:10.117 INFO O| Oct 09 17:14:10.117 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-09T17:14:12.015Z[ recovery-image] Oct 09 17:14:10.126 INFO O| Oct 09 17:14:10.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45032024-10-09T17:14:12.015Z[ recovery-image] Oct 09 17:14:10.126 INFO O| Oct 09 17:14:10.126 INFO STEP 129 (remove_files) COMPLETE
45042024-10-09T17:14:12.015Z[ recovery-image] Oct 09 17:14:10.126 INFO O| Oct 09 17:14:10.126 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-10-09T17:14:12.021Z[ recovery-image] Oct 09 17:14:10.135 INFO O| Oct 09 17:14:10.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45062024-10-09T17:14:12.021Z[ recovery-image] Oct 09 17:14:10.136 INFO O| Oct 09 17:14:10.136 INFO STEP 130 (remove_files) COMPLETE
45072024-10-09T17:14:12.024Z[ recovery-image] Oct 09 17:14:10.136 INFO O| Oct 09 17:14:10.136 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-09T17:14:12.031Z[ recovery-image] Oct 09 17:14:10.145 INFO O| Oct 09 17:14:10.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45092024-10-09T17:14:12.031Z[ recovery-image] Oct 09 17:14:10.145 INFO O| Oct 09 17:14:10.145 INFO STEP 131 (remove_files) COMPLETE
45102024-10-09T17:14:12.033Z[ recovery-image] Oct 09 17:14:10.145 INFO O| Oct 09 17:14:10.145 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-10-09T17:14:12.041Z[ recovery-image] Oct 09 17:14:10.155 INFO O| Oct 09 17:14:10.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45122024-10-09T17:14:12.044Z[ recovery-image] Oct 09 17:14:10.156 INFO O| Oct 09 17:14:10.156 INFO STEP 132 (remove_files) COMPLETE
45132024-10-09T17:14:12.044Z[ recovery-image] Oct 09 17:14:10.156 INFO O| Oct 09 17:14:10.156 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-10-09T17:14:12.051Z[ recovery-image] Oct 09 17:14:10.165 INFO O| Oct 09 17:14:10.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45152024-10-09T17:14:12.051Z[ recovery-image] Oct 09 17:14:10.165 INFO O| Oct 09 17:14:10.165 INFO STEP 133 (remove_files) COMPLETE
45162024-10-09T17:14:12.054Z[ recovery-image] Oct 09 17:14:10.165 INFO O| Oct 09 17:14:10.165 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-10-09T17:14:12.060Z[ recovery-image] Oct 09 17:14:10.174 INFO O| Oct 09 17:14:10.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45182024-10-09T17:14:12.060Z[ recovery-image] Oct 09 17:14:10.174 INFO O| Oct 09 17:14:10.174 INFO STEP 134 (remove_files) COMPLETE
45192024-10-09T17:14:12.060Z[ recovery-image] Oct 09 17:14:10.175 INFO O| Oct 09 17:14:10.174 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-09T17:14:12.070Z[ recovery-image] Oct 09 17:14:10.184 INFO O| Oct 09 17:14:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45212024-10-09T17:14:12.073Z[ recovery-image] Oct 09 17:14:10.184 INFO O| Oct 09 17:14:10.184 INFO STEP 135 (remove_files) COMPLETE
45222024-10-09T17:14:12.073Z[ recovery-image] Oct 09 17:14:10.184 INFO O| Oct 09 17:14:10.184 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-09T17:14:12.079Z[ recovery-image] Oct 09 17:14:10.193 INFO O| Oct 09 17:14:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45242024-10-09T17:14:12.079Z[ recovery-image] Oct 09 17:14:10.193 INFO O| Oct 09 17:14:10.193 INFO STEP 136 (remove_files) COMPLETE
45252024-10-09T17:14:12.082Z[ recovery-image] Oct 09 17:14:10.193 INFO O| Oct 09 17:14:10.193 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-09T17:14:12.089Z[ recovery-image] Oct 09 17:14:10.203 INFO O| Oct 09 17:14:10.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45272024-10-09T17:14:12.089Z[ recovery-image] Oct 09 17:14:10.203 INFO O| Oct 09 17:14:10.203 INFO STEP 137 (remove_files) COMPLETE
45282024-10-09T17:14:12.089Z[ recovery-image] Oct 09 17:14:10.203 INFO O| Oct 09 17:14:10.203 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-09T17:14:12.099Z[ recovery-image] Oct 09 17:14:10.213 INFO O| Oct 09 17:14:10.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45302024-10-09T17:14:12.099Z[ recovery-image] Oct 09 17:14:10.213 INFO O| Oct 09 17:14:10.213 INFO STEP 138 (remove_files) COMPLETE
45312024-10-09T17:14:12.101Z[ recovery-image] Oct 09 17:14:10.213 INFO O| Oct 09 17:14:10.213 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-09T17:14:12.108Z[ recovery-image] Oct 09 17:14:10.222 INFO O| Oct 09 17:14:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45332024-10-09T17:14:12.108Z[ recovery-image] Oct 09 17:14:10.223 INFO O| Oct 09 17:14:10.223 INFO STEP 139 (remove_files) COMPLETE
45342024-10-09T17:14:12.111Z[ recovery-image] Oct 09 17:14:10.223 INFO O| Oct 09 17:14:10.223 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-09T17:14:12.118Z[ recovery-image] Oct 09 17:14:10.232 INFO O| Oct 09 17:14:10.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45362024-10-09T17:14:12.118Z[ recovery-image] Oct 09 17:14:10.232 INFO O| Oct 09 17:14:10.232 INFO STEP 140 (remove_files) COMPLETE
45372024-10-09T17:14:12.118Z[ recovery-image] Oct 09 17:14:10.232 INFO O| Oct 09 17:14:10.232 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-09T17:14:12.128Z[ recovery-image] Oct 09 17:14:10.242 INFO O| Oct 09 17:14:10.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45392024-10-09T17:14:12.128Z[ recovery-image] Oct 09 17:14:10.242 INFO O| Oct 09 17:14:10.242 INFO STEP 141 (remove_files) COMPLETE
45402024-10-09T17:14:12.131Z[ recovery-image] Oct 09 17:14:10.242 INFO O| Oct 09 17:14:10.242 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-09T17:14:12.140Z[ recovery-image] Oct 09 17:14:10.254 INFO O| Oct 09 17:14:10.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45422024-10-09T17:14:12.140Z[ recovery-image] Oct 09 17:14:10.254 INFO O| Oct 09 17:14:10.254 INFO STEP 142 (remove_files) COMPLETE
45432024-10-09T17:14:12.140Z[ recovery-image] Oct 09 17:14:10.254 INFO O| Oct 09 17:14:10.254 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-09T17:14:12.150Z[ recovery-image] Oct 09 17:14:10.264 INFO O| Oct 09 17:14:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45452024-10-09T17:14:12.150Z[ recovery-image] Oct 09 17:14:10.264 INFO O| Oct 09 17:14:10.264 INFO STEP 143 (remove_files) COMPLETE
45462024-10-09T17:14:12.150Z[ recovery-image] Oct 09 17:14:10.264 INFO O| Oct 09 17:14:10.264 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-09T17:14:12.160Z[ recovery-image] Oct 09 17:14:10.274 INFO O| Oct 09 17:14:10.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45482024-10-09T17:14:12.160Z[ recovery-image] Oct 09 17:14:10.274 INFO O| Oct 09 17:14:10.274 INFO STEP 144 (remove_files) COMPLETE
45492024-10-09T17:14:12.163Z[ recovery-image] Oct 09 17:14:10.274 INFO O| Oct 09 17:14:10.274 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-09T17:14:12.170Z[ recovery-image] Oct 09 17:14:10.284 INFO O| Oct 09 17:14:10.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45512024-10-09T17:14:12.172Z[ recovery-image] Oct 09 17:14:10.285 INFO O| Oct 09 17:14:10.284 INFO STEP 145 (remove_files) COMPLETE
45522024-10-09T17:14:12.172Z[ recovery-image] Oct 09 17:14:10.285 INFO O| Oct 09 17:14:10.285 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-09T17:14:12.180Z[ recovery-image] Oct 09 17:14:10.294 INFO O| Oct 09 17:14:10.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45542024-10-09T17:14:12.180Z[ recovery-image] Oct 09 17:14:10.294 INFO O| Oct 09 17:14:10.294 INFO STEP 146 (remove_files) COMPLETE
45552024-10-09T17:14:12.182Z[ recovery-image] Oct 09 17:14:10.294 INFO O| Oct 09 17:14:10.294 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-09T17:14:12.189Z[ recovery-image] Oct 09 17:14:10.304 INFO O| Oct 09 17:14:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45572024-10-09T17:14:12.190Z[ recovery-image] Oct 09 17:14:10.304 INFO O| Oct 09 17:14:10.304 INFO STEP 147 (remove_files) COMPLETE
45582024-10-09T17:14:12.190Z[ recovery-image] Oct 09 17:14:10.304 INFO O| Oct 09 17:14:10.304 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-09T17:14:12.199Z[ recovery-image] Oct 09 17:14:10.313 INFO O| Oct 09 17:14:10.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45602024-10-09T17:14:12.202Z[ recovery-image] Oct 09 17:14:10.313 INFO O| Oct 09 17:14:10.313 INFO STEP 148 (remove_files) COMPLETE
45612024-10-09T17:14:12.202Z[ recovery-image] Oct 09 17:14:10.313 INFO O| Oct 09 17:14:10.313 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-09T17:14:12.209Z[ recovery-image] Oct 09 17:14:10.323 INFO O| Oct 09 17:14:10.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45632024-10-09T17:14:12.209Z[ recovery-image] Oct 09 17:14:10.323 INFO O| Oct 09 17:14:10.323 INFO STEP 149 (remove_files) COMPLETE
45642024-10-09T17:14:12.209Z[ recovery-image] Oct 09 17:14:10.323 INFO O| Oct 09 17:14:10.323 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-09T17:14:12.218Z[ recovery-image] Oct 09 17:14:10.332 INFO O| Oct 09 17:14:10.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45662024-10-09T17:14:12.219Z[ recovery-image] Oct 09 17:14:10.333 INFO O| Oct 09 17:14:10.332 INFO STEP 150 (remove_files) COMPLETE
45672024-10-09T17:14:12.221Z[ recovery-image] Oct 09 17:14:10.333 INFO O| Oct 09 17:14:10.332 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-09T17:14:12.228Z[ recovery-image] Oct 09 17:14:10.342 INFO O| Oct 09 17:14:10.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45692024-10-09T17:14:12.228Z[ recovery-image] Oct 09 17:14:10.342 INFO O| Oct 09 17:14:10.342 INFO STEP 151 (remove_files) COMPLETE
45702024-10-09T17:14:12.231Z[ recovery-image] Oct 09 17:14:10.342 INFO O| Oct 09 17:14:10.342 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-09T17:14:12.238Z[ recovery-image] Oct 09 17:14:10.352 INFO O| Oct 09 17:14:10.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45722024-10-09T17:14:12.240Z[ recovery-image] Oct 09 17:14:10.352 INFO O| Oct 09 17:14:10.352 INFO STEP 152 (remove_files) COMPLETE
45732024-10-09T17:14:12.240Z[ recovery-image] Oct 09 17:14:10.352 INFO O| Oct 09 17:14:10.352 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-09T17:14:12.247Z[ recovery-image] Oct 09 17:14:10.361 INFO O| Oct 09 17:14:10.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45752024-10-09T17:14:12.247Z[ recovery-image] Oct 09 17:14:10.362 INFO O| Oct 09 17:14:10.361 INFO STEP 153 (remove_files) COMPLETE
45762024-10-09T17:14:12.248Z[ recovery-image] Oct 09 17:14:10.362 INFO O| Oct 09 17:14:10.362 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-09T17:14:12.260Z[ recovery-image] Oct 09 17:14:10.371 INFO O| Oct 09 17:14:10.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45782024-10-09T17:14:12.261Z[ recovery-image] Oct 09 17:14:10.371 INFO O| Oct 09 17:14:10.371 INFO STEP 154 (remove_files) COMPLETE
45792024-10-09T17:14:12.261Z[ recovery-image] Oct 09 17:14:10.371 INFO O| Oct 09 17:14:10.371 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-09T17:14:12.266Z[ recovery-image] Oct 09 17:14:10.380 INFO O| Oct 09 17:14:10.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45812024-10-09T17:14:12.266Z[ recovery-image] Oct 09 17:14:10.380 INFO O| Oct 09 17:14:10.380 INFO STEP 155 (remove_files) COMPLETE
45822024-10-09T17:14:12.269Z[ recovery-image] Oct 09 17:14:10.380 INFO O| Oct 09 17:14:10.380 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-09T17:14:12.276Z[ recovery-image] Oct 09 17:14:10.390 INFO O| Oct 09 17:14:10.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45842024-10-09T17:14:12.276Z[ recovery-image] Oct 09 17:14:10.390 INFO O| Oct 09 17:14:10.390 INFO STEP 156 (remove_files) COMPLETE
45852024-10-09T17:14:12.278Z[ recovery-image] Oct 09 17:14:10.390 INFO O| Oct 09 17:14:10.390 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-09T17:14:12.285Z[ recovery-image] Oct 09 17:14:10.399 INFO O| Oct 09 17:14:10.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45872024-10-09T17:14:12.288Z[ recovery-image] Oct 09 17:14:10.399 INFO O| Oct 09 17:14:10.399 INFO STEP 157 (remove_files) COMPLETE
45882024-10-09T17:14:12.288Z[ recovery-image] Oct 09 17:14:10.400 INFO O| Oct 09 17:14:10.399 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-09T17:14:12.295Z[ recovery-image] Oct 09 17:14:10.409 INFO O| Oct 09 17:14:10.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45902024-10-09T17:14:12.295Z[ recovery-image] Oct 09 17:14:10.409 INFO O| Oct 09 17:14:10.409 INFO STEP 158 (remove_files) COMPLETE
45912024-10-09T17:14:12.295Z[ recovery-image] Oct 09 17:14:10.409 INFO O| Oct 09 17:14:10.409 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-09T17:14:12.304Z[ recovery-image] Oct 09 17:14:10.418 INFO O| Oct 09 17:14:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45932024-10-09T17:14:12.304Z[ recovery-image] Oct 09 17:14:10.419 INFO O| Oct 09 17:14:10.419 INFO STEP 159 (remove_files) COMPLETE
45942024-10-09T17:14:12.305Z[ recovery-image] Oct 09 17:14:10.419 INFO O| Oct 09 17:14:10.419 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-09T17:14:12.315Z[ recovery-image] Oct 09 17:14:10.428 INFO O| Oct 09 17:14:10.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45962024-10-09T17:14:12.315Z[ recovery-image] Oct 09 17:14:10.428 INFO O| Oct 09 17:14:10.428 INFO STEP 160 (remove_files) COMPLETE
45972024-10-09T17:14:12.317Z[ recovery-image] Oct 09 17:14:10.428 INFO O| Oct 09 17:14:10.428 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-09T17:14:12.324Z[ recovery-image] Oct 09 17:14:10.438 INFO O| Oct 09 17:14:10.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45992024-10-09T17:14:12.327Z[ recovery-image] Oct 09 17:14:10.438 INFO O| Oct 09 17:14:10.438 INFO STEP 161 (remove_files) COMPLETE
46002024-10-09T17:14:12.327Z[ recovery-image] Oct 09 17:14:10.438 INFO O| Oct 09 17:14:10.438 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-09T17:14:12.334Z[ recovery-image] Oct 09 17:14:10.448 INFO O| Oct 09 17:14:10.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46022024-10-09T17:14:12.337Z[ recovery-image] Oct 09 17:14:10.448 INFO O| Oct 09 17:14:10.448 INFO STEP 162 (remove_files) COMPLETE
46032024-10-09T17:14:12.337Z[ recovery-image] Oct 09 17:14:10.448 INFO O| Oct 09 17:14:10.448 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-09T17:14:12.345Z[ recovery-image] Oct 09 17:14:10.459 INFO O| Oct 09 17:14:10.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46052024-10-09T17:14:12.345Z[ recovery-image] Oct 09 17:14:10.459 INFO O| Oct 09 17:14:10.459 INFO STEP 163 (remove_files) COMPLETE
46062024-10-09T17:14:12.345Z[ recovery-image] Oct 09 17:14:10.459 INFO O| Oct 09 17:14:10.459 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-09T17:14:12.354Z[ recovery-image] Oct 09 17:14:10.468 INFO O| Oct 09 17:14:10.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46082024-10-09T17:14:12.354Z[ recovery-image] Oct 09 17:14:10.468 INFO O| Oct 09 17:14:10.468 INFO STEP 164 (remove_files) COMPLETE
46092024-10-09T17:14:12.354Z[ recovery-image] Oct 09 17:14:10.468 INFO O| Oct 09 17:14:10.468 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-09T17:14:12.364Z[ recovery-image] Oct 09 17:14:10.478 INFO O| Oct 09 17:14:10.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46112024-10-09T17:14:12.366Z[ recovery-image] Oct 09 17:14:10.478 INFO O| Oct 09 17:14:10.478 INFO STEP 165 (remove_files) COMPLETE
46122024-10-09T17:14:12.366Z[ recovery-image] Oct 09 17:14:10.478 INFO O| Oct 09 17:14:10.478 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-09T17:14:12.374Z[ recovery-image] Oct 09 17:14:10.488 INFO O| Oct 09 17:14:10.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46142024-10-09T17:14:12.377Z[ recovery-image] Oct 09 17:14:10.488 INFO O| Oct 09 17:14:10.488 INFO STEP 166 (remove_files) COMPLETE
46152024-10-09T17:14:12.377Z[ recovery-image] Oct 09 17:14:10.489 INFO O| Oct 09 17:14:10.488 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-09T17:14:12.386Z[ recovery-image] Oct 09 17:14:10.500 INFO O| Oct 09 17:14:10.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46172024-10-09T17:14:12.388Z[ recovery-image] Oct 09 17:14:10.500 INFO O| Oct 09 17:14:10.500 INFO STEP 167 (remove_files) COMPLETE
46182024-10-09T17:14:12.388Z[ recovery-image] Oct 09 17:14:10.500 INFO O| Oct 09 17:14:10.500 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-09T17:14:12.397Z[ recovery-image] Oct 09 17:14:10.511 INFO O| Oct 09 17:14:10.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46202024-10-09T17:14:12.397Z[ recovery-image] Oct 09 17:14:10.511 INFO O| Oct 09 17:14:10.511 INFO STEP 168 (remove_files) COMPLETE
46212024-10-09T17:14:12.399Z[ recovery-image] Oct 09 17:14:10.511 INFO O| Oct 09 17:14:10.511 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-09T17:14:12.408Z[ recovery-image] Oct 09 17:14:10.522 INFO O| Oct 09 17:14:10.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46232024-10-09T17:14:12.408Z[ recovery-image] Oct 09 17:14:10.522 INFO O| Oct 09 17:14:10.522 INFO STEP 169 (remove_files) COMPLETE
46242024-10-09T17:14:12.410Z[ recovery-image] Oct 09 17:14:10.522 INFO O| Oct 09 17:14:10.522 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-09T17:14:12.418Z[ recovery-image] Oct 09 17:14:10.532 INFO O| Oct 09 17:14:10.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46262024-10-09T17:14:12.418Z[ recovery-image] Oct 09 17:14:10.532 INFO O| Oct 09 17:14:10.532 INFO STEP 170 (remove_files) COMPLETE
46272024-10-09T17:14:12.421Z[ recovery-image] Oct 09 17:14:10.532 INFO O| Oct 09 17:14:10.532 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-09T17:14:12.428Z[ recovery-image] Oct 09 17:14:10.542 INFO O| Oct 09 17:14:10.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46292024-10-09T17:14:12.428Z[ recovery-image] Oct 09 17:14:10.542 INFO O| Oct 09 17:14:10.542 INFO STEP 171 (remove_files) COMPLETE
46302024-10-09T17:14:12.430Z[ recovery-image] Oct 09 17:14:10.542 INFO O| Oct 09 17:14:10.542 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-09T17:14:12.438Z[ recovery-image] Oct 09 17:14:10.552 INFO O| Oct 09 17:14:10.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46322024-10-09T17:14:12.440Z[ recovery-image] Oct 09 17:14:10.552 INFO O| Oct 09 17:14:10.552 INFO STEP 172 (remove_files) COMPLETE
46332024-10-09T17:14:12.440Z[ recovery-image] Oct 09 17:14:10.552 INFO O| Oct 09 17:14:10.552 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-09T17:14:12.447Z[ recovery-image] Oct 09 17:14:10.561 INFO O| Oct 09 17:14:10.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46352024-10-09T17:14:12.448Z[ recovery-image] Oct 09 17:14:10.562 INFO O| Oct 09 17:14:10.562 INFO STEP 173 (remove_files) COMPLETE
46362024-10-09T17:14:12.450Z[ recovery-image] Oct 09 17:14:10.562 INFO O| Oct 09 17:14:10.562 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-09T17:14:12.457Z[ recovery-image] Oct 09 17:14:10.571 INFO O| Oct 09 17:14:10.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46382024-10-09T17:14:12.460Z[ recovery-image] Oct 09 17:14:10.571 INFO O| Oct 09 17:14:10.571 INFO STEP 174 (remove_files) COMPLETE
46392024-10-09T17:14:12.460Z[ recovery-image] Oct 09 17:14:10.571 INFO O| Oct 09 17:14:10.571 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-09T17:14:12.467Z[ recovery-image] Oct 09 17:14:10.581 INFO O| Oct 09 17:14:10.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46412024-10-09T17:14:12.467Z[ recovery-image] Oct 09 17:14:10.581 INFO O| Oct 09 17:14:10.581 INFO STEP 175 (remove_files) COMPLETE
46422024-10-09T17:14:12.469Z[ recovery-image] Oct 09 17:14:10.581 INFO O| Oct 09 17:14:10.581 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-09T17:14:12.476Z[ recovery-image] Oct 09 17:14:10.590 INFO O| Oct 09 17:14:10.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46442024-10-09T17:14:12.479Z[ recovery-image] Oct 09 17:14:10.590 INFO O| Oct 09 17:14:10.590 INFO STEP 176 (remove_files) COMPLETE
46452024-10-09T17:14:12.479Z[ recovery-image] Oct 09 17:14:10.591 INFO O| Oct 09 17:14:10.590 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-09T17:14:12.486Z[ recovery-image] Oct 09 17:14:10.600 INFO O| Oct 09 17:14:10.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46472024-10-09T17:14:12.486Z[ recovery-image] Oct 09 17:14:10.600 INFO O| Oct 09 17:14:10.600 INFO STEP 177 (remove_files) COMPLETE
46482024-10-09T17:14:12.489Z[ recovery-image] Oct 09 17:14:10.600 INFO O| Oct 09 17:14:10.600 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-09T17:14:12.496Z[ recovery-image] Oct 09 17:14:10.610 INFO O| Oct 09 17:14:10.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46502024-10-09T17:14:12.496Z[ recovery-image] Oct 09 17:14:10.610 INFO O| Oct 09 17:14:10.610 INFO STEP 178 (remove_files) COMPLETE
46512024-10-09T17:14:12.496Z[ recovery-image] Oct 09 17:14:10.610 INFO O| Oct 09 17:14:10.610 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-09T17:14:12.506Z[ recovery-image] Oct 09 17:14:10.620 INFO O| Oct 09 17:14:10.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46532024-10-09T17:14:12.506Z[ recovery-image] Oct 09 17:14:10.620 INFO O| Oct 09 17:14:10.620 INFO STEP 179 (remove_files) COMPLETE
46542024-10-09T17:14:12.506Z[ recovery-image] Oct 09 17:14:10.620 INFO O| Oct 09 17:14:10.620 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-09T17:14:12.515Z[ recovery-image] Oct 09 17:14:10.629 INFO O| Oct 09 17:14:10.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46562024-10-09T17:14:12.515Z[ recovery-image] Oct 09 17:14:10.629 INFO O| Oct 09 17:14:10.629 INFO STEP 180 (remove_files) COMPLETE
46572024-10-09T17:14:12.518Z[ recovery-image] Oct 09 17:14:10.629 INFO O| Oct 09 17:14:10.629 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-09T17:14:12.525Z[ recovery-image] Oct 09 17:14:10.639 INFO O| Oct 09 17:14:10.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46592024-10-09T17:14:12.525Z[ recovery-image] Oct 09 17:14:10.639 INFO O| Oct 09 17:14:10.639 INFO STEP 181 (remove_files) COMPLETE
46602024-10-09T17:14:12.528Z[ recovery-image] Oct 09 17:14:10.639 INFO O| Oct 09 17:14:10.639 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-09T17:14:12.535Z[ recovery-image] Oct 09 17:14:10.649 INFO O| Oct 09 17:14:10.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46622024-10-09T17:14:12.535Z[ recovery-image] Oct 09 17:14:10.649 INFO O| Oct 09 17:14:10.649 INFO STEP 182 (remove_files) COMPLETE
46632024-10-09T17:14:12.535Z[ recovery-image] Oct 09 17:14:10.649 INFO O| Oct 09 17:14:10.649 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-09T17:14:12.545Z[ recovery-image] Oct 09 17:14:10.659 INFO O| Oct 09 17:14:10.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46652024-10-09T17:14:12.547Z[ recovery-image] Oct 09 17:14:10.659 INFO O| Oct 09 17:14:10.659 INFO STEP 183 (remove_files) COMPLETE
46662024-10-09T17:14:12.547Z[ recovery-image] Oct 09 17:14:10.659 INFO O| Oct 09 17:14:10.659 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-09T17:14:12.555Z[ recovery-image] Oct 09 17:14:10.669 INFO O| Oct 09 17:14:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46682024-10-09T17:14:12.555Z[ recovery-image] Oct 09 17:14:10.669 INFO O| Oct 09 17:14:10.669 INFO STEP 184 (remove_files) COMPLETE
46692024-10-09T17:14:12.557Z[ recovery-image] Oct 09 17:14:10.669 INFO O| Oct 09 17:14:10.669 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-09T17:14:12.565Z[ recovery-image] Oct 09 17:14:10.679 INFO O| Oct 09 17:14:10.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46712024-10-09T17:14:12.565Z[ recovery-image] Oct 09 17:14:10.679 INFO O| Oct 09 17:14:10.679 INFO STEP 185 (remove_files) COMPLETE
46722024-10-09T17:14:12.565Z[ recovery-image] Oct 09 17:14:10.679 INFO O| Oct 09 17:14:10.679 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-09T17:14:12.575Z[ recovery-image] Oct 09 17:14:10.688 INFO O| Oct 09 17:14:10.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46742024-10-09T17:14:12.575Z[ recovery-image] Oct 09 17:14:10.689 INFO O| Oct 09 17:14:10.689 INFO STEP 186 (remove_files) COMPLETE
46752024-10-09T17:14:12.577Z[ recovery-image] Oct 09 17:14:10.689 INFO O| Oct 09 17:14:10.689 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-09T17:14:12.584Z[ recovery-image] Oct 09 17:14:10.698 INFO O| Oct 09 17:14:10.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46772024-10-09T17:14:12.584Z[ recovery-image] Oct 09 17:14:10.698 INFO O| Oct 09 17:14:10.698 INFO STEP 187 (remove_files) COMPLETE
46782024-10-09T17:14:12.587Z[ recovery-image] Oct 09 17:14:10.698 INFO O| Oct 09 17:14:10.698 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-09T17:14:12.596Z[ recovery-image] Oct 09 17:14:10.708 INFO O| Oct 09 17:14:10.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46802024-10-09T17:14:12.596Z[ recovery-image] Oct 09 17:14:10.708 INFO O| Oct 09 17:14:10.708 INFO STEP 188 (remove_files) COMPLETE
46812024-10-09T17:14:12.598Z[ recovery-image] Oct 09 17:14:10.708 INFO O| Oct 09 17:14:10.708 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-09T17:14:12.604Z[ recovery-image] Oct 09 17:14:10.718 INFO O| Oct 09 17:14:10.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46832024-10-09T17:14:12.607Z[ recovery-image] Oct 09 17:14:10.719 INFO O| Oct 09 17:14:10.719 INFO STEP 189 (remove_files) COMPLETE
46842024-10-09T17:14:12.607Z[ recovery-image] Oct 09 17:14:10.719 INFO O| Oct 09 17:14:10.719 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-09T17:14:12.614Z[ recovery-image] Oct 09 17:14:10.728 INFO O| Oct 09 17:14:10.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46862024-10-09T17:14:12.614Z[ recovery-image] Oct 09 17:14:10.728 INFO O| Oct 09 17:14:10.728 INFO STEP 190 (remove_files) COMPLETE
46872024-10-09T17:14:12.617Z[ recovery-image] Oct 09 17:14:10.728 INFO O| Oct 09 17:14:10.728 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-09T17:14:12.624Z[ recovery-image] Oct 09 17:14:10.738 INFO O| Oct 09 17:14:10.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46892024-10-09T17:14:12.624Z[ recovery-image] Oct 09 17:14:10.738 INFO O| Oct 09 17:14:10.738 INFO STEP 191 (remove_files) COMPLETE
46902024-10-09T17:14:12.626Z[ recovery-image] Oct 09 17:14:10.738 INFO O| Oct 09 17:14:10.738 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-09T17:14:12.633Z[ recovery-image] Oct 09 17:14:10.747 INFO O| Oct 09 17:14:10.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46922024-10-09T17:14:12.633Z[ recovery-image] Oct 09 17:14:10.747 INFO O| Oct 09 17:14:10.747 INFO STEP 192 (remove_files) COMPLETE
46932024-10-09T17:14:12.636Z[ recovery-image] Oct 09 17:14:10.747 INFO O| Oct 09 17:14:10.747 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-09T17:14:12.644Z[ recovery-image] Oct 09 17:14:10.757 INFO O| Oct 09 17:14:10.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46952024-10-09T17:14:12.644Z[ recovery-image] Oct 09 17:14:10.757 INFO O| Oct 09 17:14:10.757 INFO STEP 193 (remove_files) COMPLETE
46962024-10-09T17:14:12.644Z[ recovery-image] Oct 09 17:14:10.757 INFO O| Oct 09 17:14:10.757 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-09T17:14:12.652Z[ recovery-image] Oct 09 17:14:10.766 INFO O| Oct 09 17:14:10.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46982024-10-09T17:14:12.655Z[ recovery-image] Oct 09 17:14:10.766 INFO O| Oct 09 17:14:10.766 INFO STEP 194 (remove_files) COMPLETE
46992024-10-09T17:14:12.655Z[ recovery-image] Oct 09 17:14:10.766 INFO O| Oct 09 17:14:10.766 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-09T17:14:12.662Z[ recovery-image] Oct 09 17:14:10.776 INFO O| Oct 09 17:14:10.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47012024-10-09T17:14:12.662Z[ recovery-image] Oct 09 17:14:10.776 INFO O| Oct 09 17:14:10.776 INFO STEP 195 (remove_files) COMPLETE
47022024-10-09T17:14:12.662Z[ recovery-image] Oct 09 17:14:10.776 INFO O| Oct 09 17:14:10.776 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-09T17:14:12.671Z[ recovery-image] Oct 09 17:14:10.785 INFO O| Oct 09 17:14:10.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47042024-10-09T17:14:12.671Z[ recovery-image] Oct 09 17:14:10.785 INFO O| Oct 09 17:14:10.785 INFO STEP 196 (remove_files) COMPLETE
47052024-10-09T17:14:12.671Z[ recovery-image] Oct 09 17:14:10.785 INFO O| Oct 09 17:14:10.785 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-09T17:14:12.681Z[ recovery-image] Oct 09 17:14:10.794 INFO O| Oct 09 17:14:10.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47072024-10-09T17:14:12.681Z[ recovery-image] Oct 09 17:14:10.794 INFO O| Oct 09 17:14:10.794 INFO STEP 197 (remove_files) COMPLETE
47082024-10-09T17:14:12.683Z[ recovery-image] Oct 09 17:14:10.795 INFO O| Oct 09 17:14:10.794 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-09T17:14:12.690Z[ recovery-image] Oct 09 17:14:10.804 INFO O| Oct 09 17:14:10.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47102024-10-09T17:14:12.690Z[ recovery-image] Oct 09 17:14:10.804 INFO O| Oct 09 17:14:10.804 INFO STEP 198 (remove_files) COMPLETE
47112024-10-09T17:14:12.693Z[ recovery-image] Oct 09 17:14:10.804 INFO O| Oct 09 17:14:10.804 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-09T17:14:12.699Z[ recovery-image] Oct 09 17:14:10.813 INFO O| Oct 09 17:14:10.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47132024-10-09T17:14:12.702Z[ recovery-image] Oct 09 17:14:10.813 INFO O| Oct 09 17:14:10.813 INFO STEP 199 (remove_files) COMPLETE
47142024-10-09T17:14:12.702Z[ recovery-image] Oct 09 17:14:10.813 INFO O| Oct 09 17:14:10.813 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-09T17:14:12.709Z[ recovery-image] Oct 09 17:14:10.823 INFO O| Oct 09 17:14:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47162024-10-09T17:14:12.709Z[ recovery-image] Oct 09 17:14:10.823 INFO O| Oct 09 17:14:10.823 INFO STEP 200 (remove_files) COMPLETE
47172024-10-09T17:14:12.712Z[ recovery-image] Oct 09 17:14:10.823 INFO O| Oct 09 17:14:10.823 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-09T17:14:12.718Z[ recovery-image] Oct 09 17:14:10.832 INFO O| Oct 09 17:14:10.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47192024-10-09T17:14:12.718Z[ recovery-image] Oct 09 17:14:10.832 INFO O| Oct 09 17:14:10.832 INFO STEP 201 (remove_files) COMPLETE
47202024-10-09T17:14:12.718Z[ recovery-image] Oct 09 17:14:10.832 INFO O| Oct 09 17:14:10.832 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-09T17:14:12.728Z[ recovery-image] Oct 09 17:14:10.841 INFO O| Oct 09 17:14:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47222024-10-09T17:14:12.728Z[ recovery-image] Oct 09 17:14:10.842 INFO O| Oct 09 17:14:10.842 INFO STEP 202 (remove_files) COMPLETE
47232024-10-09T17:14:12.730Z[ recovery-image] Oct 09 17:14:10.842 INFO O| Oct 09 17:14:10.842 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-10-09T17:14:12.737Z[ recovery-image] Oct 09 17:14:10.851 INFO O| Oct 09 17:14:10.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47252024-10-09T17:14:12.737Z[ recovery-image] Oct 09 17:14:10.851 INFO O| Oct 09 17:14:10.851 INFO STEP 203 (remove_files) COMPLETE
47262024-10-09T17:14:12.739Z[ recovery-image] Oct 09 17:14:10.851 INFO O| Oct 09 17:14:10.851 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-10-09T17:14:12.746Z[ recovery-image] Oct 09 17:14:10.860 INFO O| Oct 09 17:14:10.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47282024-10-09T17:14:12.749Z[ recovery-image] Oct 09 17:14:10.860 INFO O| Oct 09 17:14:10.860 INFO STEP 204 (remove_files) COMPLETE
47292024-10-09T17:14:12.749Z[ recovery-image] Oct 09 17:14:10.861 INFO O| Oct 09 17:14:10.860 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-10-09T17:14:12.756Z[ recovery-image] Oct 09 17:14:10.870 INFO O| Oct 09 17:14:10.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47312024-10-09T17:14:12.756Z[ recovery-image] Oct 09 17:14:10.870 INFO O| Oct 09 17:14:10.870 INFO STEP 205 (remove_files) COMPLETE
47322024-10-09T17:14:12.759Z[ recovery-image] Oct 09 17:14:10.870 INFO O| Oct 09 17:14:10.870 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-10-09T17:14:12.766Z[ recovery-image] Oct 09 17:14:10.880 INFO O| Oct 09 17:14:10.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47342024-10-09T17:14:12.766Z[ recovery-image] Oct 09 17:14:10.880 INFO O| Oct 09 17:14:10.880 INFO STEP 206 (remove_files) COMPLETE
47352024-10-09T17:14:12.766Z[ recovery-image] Oct 09 17:14:10.880 INFO O| Oct 09 17:14:10.880 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-10-09T17:14:12.775Z[ recovery-image] Oct 09 17:14:10.889 INFO O| Oct 09 17:14:10.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47372024-10-09T17:14:12.775Z[ recovery-image] Oct 09 17:14:10.889 INFO O| Oct 09 17:14:10.889 INFO STEP 207 (remove_files) COMPLETE
47382024-10-09T17:14:12.778Z[ recovery-image] Oct 09 17:14:10.889 INFO O| Oct 09 17:14:10.889 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-10-09T17:14:12.787Z[ recovery-image] Oct 09 17:14:10.901 INFO O| Oct 09 17:14:10.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47402024-10-09T17:14:12.790Z[ recovery-image] Oct 09 17:14:10.901 INFO O| Oct 09 17:14:10.901 INFO STEP 208 (remove_files) COMPLETE
47412024-10-09T17:14:12.790Z[ recovery-image] Oct 09 17:14:10.901 INFO O| Oct 09 17:14:10.901 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-10-09T17:14:12.797Z[ recovery-image] Oct 09 17:14:10.911 INFO O| Oct 09 17:14:10.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47432024-10-09T17:14:12.797Z[ recovery-image] Oct 09 17:14:10.911 INFO O| Oct 09 17:14:10.911 INFO STEP 209 (remove_files) COMPLETE
47442024-10-09T17:14:12.797Z[ recovery-image] Oct 09 17:14:10.911 INFO O| Oct 09 17:14:10.911 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-10-09T17:14:12.807Z[ recovery-image] Oct 09 17:14:10.920 INFO O| Oct 09 17:14:10.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47462024-10-09T17:14:12.811Z[ recovery-image] Oct 09 17:14:10.920 INFO O| Oct 09 17:14:10.920 INFO STEP 210 (remove_files) COMPLETE
47472024-10-09T17:14:12.811Z[ recovery-image] Oct 09 17:14:10.920 INFO O| Oct 09 17:14:10.920 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-10-09T17:14:12.816Z[ recovery-image] Oct 09 17:14:10.930 INFO O| Oct 09 17:14:10.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47492024-10-09T17:14:12.816Z[ recovery-image] Oct 09 17:14:10.930 INFO O| Oct 09 17:14:10.930 INFO STEP 211 (remove_files) COMPLETE
47502024-10-09T17:14:12.819Z[ recovery-image] Oct 09 17:14:10.930 INFO O| Oct 09 17:14:10.930 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-10-09T17:14:12.825Z[ recovery-image] Oct 09 17:14:10.939 INFO O| Oct 09 17:14:10.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47522024-10-09T17:14:12.828Z[ recovery-image] Oct 09 17:14:10.939 INFO O| Oct 09 17:14:10.939 INFO STEP 212 (remove_files) COMPLETE
47532024-10-09T17:14:12.828Z[ recovery-image] Oct 09 17:14:10.939 INFO O| Oct 09 17:14:10.939 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-10-09T17:14:12.835Z[ recovery-image] Oct 09 17:14:10.949 INFO O| Oct 09 17:14:10.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47552024-10-09T17:14:12.837Z[ recovery-image] Oct 09 17:14:10.949 INFO O| Oct 09 17:14:10.949 INFO STEP 213 (remove_files) COMPLETE
47562024-10-09T17:14:12.837Z[ recovery-image] Oct 09 17:14:10.949 INFO O| Oct 09 17:14:10.949 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-10-09T17:14:12.844Z[ recovery-image] Oct 09 17:14:10.958 INFO O| Oct 09 17:14:10.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47582024-10-09T17:14:12.844Z[ recovery-image] Oct 09 17:14:10.958 INFO O| Oct 09 17:14:10.958 INFO STEP 214 (remove_files) COMPLETE
47592024-10-09T17:14:12.847Z[ recovery-image] Oct 09 17:14:10.958 INFO O| Oct 09 17:14:10.958 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-10-09T17:14:12.855Z[ recovery-image] Oct 09 17:14:10.969 INFO O| Oct 09 17:14:10.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47612024-10-09T17:14:12.855Z[ recovery-image] Oct 09 17:14:10.969 INFO O| Oct 09 17:14:10.969 INFO STEP 215 (remove_files) COMPLETE
47622024-10-09T17:14:12.855Z[ recovery-image] Oct 09 17:14:10.969 INFO O| Oct 09 17:14:10.969 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-10-09T17:14:12.865Z[ recovery-image] Oct 09 17:14:10.979 INFO O| Oct 09 17:14:10.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47642024-10-09T17:14:12.865Z[ recovery-image] Oct 09 17:14:10.979 INFO O| Oct 09 17:14:10.979 INFO STEP 216 (remove_files) COMPLETE
47652024-10-09T17:14:12.865Z[ recovery-image] Oct 09 17:14:10.979 INFO O| Oct 09 17:14:10.979 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-10-09T17:14:12.874Z[ recovery-image] Oct 09 17:14:10.988 INFO O| Oct 09 17:14:10.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47672024-10-09T17:14:12.877Z[ recovery-image] Oct 09 17:14:10.988 INFO O| Oct 09 17:14:10.988 INFO STEP 217 (remove_files) COMPLETE
47682024-10-09T17:14:12.877Z[ recovery-image] Oct 09 17:14:10.988 INFO O| Oct 09 17:14:10.988 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-10-09T17:14:12.884Z[ recovery-image] Oct 09 17:14:10.998 INFO O| Oct 09 17:14:10.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47702024-10-09T17:14:12.886Z[ recovery-image] Oct 09 17:14:10.998 INFO O| Oct 09 17:14:10.998 INFO STEP 218 (remove_files) COMPLETE
47712024-10-09T17:14:12.886Z[ recovery-image] Oct 09 17:14:10.998 INFO O| Oct 09 17:14:10.998 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-10-09T17:14:12.894Z[ recovery-image] Oct 09 17:14:11.008 INFO O| Oct 09 17:14:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47732024-10-09T17:14:12.894Z[ recovery-image] Oct 09 17:14:11.008 INFO O| Oct 09 17:14:11.008 INFO STEP 219 (remove_files) COMPLETE
47742024-10-09T17:14:12.897Z[ recovery-image] Oct 09 17:14:11.008 INFO O| Oct 09 17:14:11.008 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-10-09T17:14:12.904Z[ recovery-image] Oct 09 17:14:11.018 INFO O| Oct 09 17:14:11.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47762024-10-09T17:14:12.906Z[ recovery-image] Oct 09 17:14:11.018 INFO O| Oct 09 17:14:11.018 INFO STEP 220 (remove_files) COMPLETE
47772024-10-09T17:14:12.906Z[ recovery-image] Oct 09 17:14:11.018 INFO O| Oct 09 17:14:11.018 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-09T17:14:12.914Z[ recovery-image] Oct 09 17:14:11.028 INFO O| Oct 09 17:14:11.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47792024-10-09T17:14:12.914Z[ recovery-image] Oct 09 17:14:11.028 INFO O| Oct 09 17:14:11.028 INFO STEP 221 (remove_files) COMPLETE
47802024-10-09T17:14:12.916Z[ recovery-image] Oct 09 17:14:11.028 INFO O| Oct 09 17:14:11.028 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-09T17:14:12.924Z[ recovery-image] Oct 09 17:14:11.037 INFO O| Oct 09 17:14:11.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47822024-10-09T17:14:12.924Z[ recovery-image] Oct 09 17:14:11.038 INFO O| Oct 09 17:14:11.038 INFO STEP 222 (remove_files) COMPLETE
47832024-10-09T17:14:12.926Z[ recovery-image] Oct 09 17:14:11.038 INFO O| Oct 09 17:14:11.038 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-09T17:14:12.934Z[ recovery-image] Oct 09 17:14:11.048 INFO O| Oct 09 17:14:11.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47852024-10-09T17:14:12.934Z[ recovery-image] Oct 09 17:14:11.048 INFO O| Oct 09 17:14:11.048 INFO STEP 223 (remove_files) COMPLETE
47862024-10-09T17:14:12.936Z[ recovery-image] Oct 09 17:14:11.048 INFO O| Oct 09 17:14:11.048 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-09T17:14:12.943Z[ recovery-image] Oct 09 17:14:11.057 INFO O| Oct 09 17:14:11.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47882024-10-09T17:14:12.943Z[ recovery-image] Oct 09 17:14:11.057 INFO O| Oct 09 17:14:11.057 INFO STEP 224 (remove_files) COMPLETE
47892024-10-09T17:14:12.943Z[ recovery-image] Oct 09 17:14:11.057 INFO O| Oct 09 17:14:11.057 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-09T17:14:12.953Z[ recovery-image] Oct 09 17:14:11.067 INFO O| Oct 09 17:14:11.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47912024-10-09T17:14:12.956Z[ recovery-image] Oct 09 17:14:11.067 INFO O| Oct 09 17:14:11.067 INFO STEP 225 (remove_files) COMPLETE
47922024-10-09T17:14:12.956Z[ recovery-image] Oct 09 17:14:11.067 INFO O| Oct 09 17:14:11.067 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-09T17:14:12.963Z[ recovery-image] Oct 09 17:14:11.077 INFO O| Oct 09 17:14:11.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47942024-10-09T17:14:12.965Z[ recovery-image] Oct 09 17:14:11.077 INFO O| Oct 09 17:14:11.077 INFO STEP 226 (remove_files) COMPLETE
47952024-10-09T17:14:12.965Z[ recovery-image] Oct 09 17:14:11.077 INFO O| Oct 09 17:14:11.077 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-09T17:14:12.973Z[ recovery-image] Oct 09 17:14:11.086 INFO O| Oct 09 17:14:11.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47972024-10-09T17:14:12.973Z[ recovery-image] Oct 09 17:14:11.086 INFO O| Oct 09 17:14:11.086 INFO STEP 227 (remove_files) COMPLETE
47982024-10-09T17:14:12.973Z[ recovery-image] Oct 09 17:14:11.086 INFO O| Oct 09 17:14:11.086 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-09T17:14:12.983Z[ recovery-image] Oct 09 17:14:11.096 INFO O| Oct 09 17:14:11.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48002024-10-09T17:14:12.983Z[ recovery-image] Oct 09 17:14:11.096 INFO O| Oct 09 17:14:11.096 INFO STEP 228 (remove_files) COMPLETE
48012024-10-09T17:14:12.986Z[ recovery-image] Oct 09 17:14:11.096 INFO O| Oct 09 17:14:11.096 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-09T17:14:12.992Z[ recovery-image] Oct 09 17:14:11.105 INFO O| Oct 09 17:14:11.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48032024-10-09T17:14:12.992Z[ recovery-image] Oct 09 17:14:11.105 INFO O| Oct 09 17:14:11.105 INFO STEP 229 (remove_files) COMPLETE
48042024-10-09T17:14:12.992Z[ recovery-image] Oct 09 17:14:11.105 INFO O| Oct 09 17:14:11.105 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-09T17:14:13.001Z[ recovery-image] Oct 09 17:14:11.115 INFO O| Oct 09 17:14:11.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48062024-10-09T17:14:13.001Z[ recovery-image] Oct 09 17:14:11.115 INFO O| Oct 09 17:14:11.115 INFO STEP 230 (remove_files) COMPLETE
48072024-10-09T17:14:13.001Z[ recovery-image] Oct 09 17:14:11.115 INFO O| Oct 09 17:14:11.115 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-09T17:14:13.011Z[ recovery-image] Oct 09 17:14:11.124 INFO O| Oct 09 17:14:11.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48092024-10-09T17:14:13.013Z[ recovery-image] Oct 09 17:14:11.124 INFO O| Oct 09 17:14:11.124 INFO STEP 231 (remove_files) COMPLETE
48102024-10-09T17:14:13.013Z[ recovery-image] Oct 09 17:14:11.124 INFO O| Oct 09 17:14:11.124 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-09T17:14:13.020Z[ recovery-image] Oct 09 17:14:11.134 INFO O| Oct 09 17:14:11.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48122024-10-09T17:14:13.020Z[ recovery-image] Oct 09 17:14:11.134 INFO O| Oct 09 17:14:11.134 INFO STEP 232 (remove_files) COMPLETE
48132024-10-09T17:14:13.023Z[ recovery-image] Oct 09 17:14:11.134 INFO O| Oct 09 17:14:11.134 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-09T17:14:13.029Z[ recovery-image] Oct 09 17:14:11.143 INFO O| Oct 09 17:14:11.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48152024-10-09T17:14:13.030Z[ recovery-image] Oct 09 17:14:11.143 INFO O| Oct 09 17:14:11.143 INFO STEP 233 (remove_files) COMPLETE
48162024-10-09T17:14:13.032Z[ recovery-image] Oct 09 17:14:11.143 INFO O| Oct 09 17:14:11.143 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-09T17:14:13.039Z[ recovery-image] Oct 09 17:14:11.153 INFO O| Oct 09 17:14:11.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48182024-10-09T17:14:13.041Z[ recovery-image] Oct 09 17:14:11.153 INFO O| Oct 09 17:14:11.153 INFO STEP 234 (remove_files) COMPLETE
48192024-10-09T17:14:13.041Z[ recovery-image] Oct 09 17:14:11.153 INFO O| Oct 09 17:14:11.153 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-09T17:14:13.049Z[ recovery-image] Oct 09 17:14:11.163 INFO O| Oct 09 17:14:11.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48212024-10-09T17:14:13.051Z[ recovery-image] Oct 09 17:14:11.163 INFO O| Oct 09 17:14:11.163 INFO STEP 235 (remove_files) COMPLETE
48222024-10-09T17:14:13.051Z[ recovery-image] Oct 09 17:14:11.163 INFO O| Oct 09 17:14:11.163 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-09T17:14:13.058Z[ recovery-image] Oct 09 17:14:11.172 INFO O| Oct 09 17:14:11.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48242024-10-09T17:14:13.058Z[ recovery-image] Oct 09 17:14:11.172 INFO O| Oct 09 17:14:11.172 INFO STEP 236 (remove_files) COMPLETE
48252024-10-09T17:14:13.061Z[ recovery-image] Oct 09 17:14:11.172 INFO O| Oct 09 17:14:11.172 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-09T17:14:13.068Z[ recovery-image] Oct 09 17:14:11.182 INFO O| Oct 09 17:14:11.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48272024-10-09T17:14:13.070Z[ recovery-image] Oct 09 17:14:11.182 INFO O| Oct 09 17:14:11.182 INFO STEP 237 (remove_files) COMPLETE
48282024-10-09T17:14:13.070Z[ recovery-image] Oct 09 17:14:11.182 INFO O| Oct 09 17:14:11.182 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-09T17:14:13.077Z[ recovery-image] Oct 09 17:14:11.191 INFO O| Oct 09 17:14:11.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48302024-10-09T17:14:13.079Z[ recovery-image] Oct 09 17:14:11.191 INFO O| Oct 09 17:14:11.191 INFO STEP 238 (remove_files) COMPLETE
48312024-10-09T17:14:13.079Z[ recovery-image] Oct 09 17:14:11.191 INFO O| Oct 09 17:14:11.191 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-09T17:14:13.087Z[ recovery-image] Oct 09 17:14:11.200 INFO O| Oct 09 17:14:11.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48332024-10-09T17:14:13.087Z[ recovery-image] Oct 09 17:14:11.200 INFO O| Oct 09 17:14:11.200 INFO STEP 239 (remove_files) COMPLETE
48342024-10-09T17:14:13.089Z[ recovery-image] Oct 09 17:14:11.200 INFO O| Oct 09 17:14:11.200 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-09T17:14:13.096Z[ recovery-image] Oct 09 17:14:11.210 INFO O| Oct 09 17:14:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48362024-10-09T17:14:13.096Z[ recovery-image] Oct 09 17:14:11.210 INFO O| Oct 09 17:14:11.210 INFO STEP 240 (remove_files) COMPLETE
48372024-10-09T17:14:13.098Z[ recovery-image] Oct 09 17:14:11.210 INFO O| Oct 09 17:14:11.210 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-09T17:14:13.106Z[ recovery-image] Oct 09 17:14:11.219 INFO O| Oct 09 17:14:11.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48392024-10-09T17:14:13.106Z[ recovery-image] Oct 09 17:14:11.219 INFO O| Oct 09 17:14:11.219 INFO STEP 241 (remove_files) COMPLETE
48402024-10-09T17:14:13.108Z[ recovery-image] Oct 09 17:14:11.219 INFO O| Oct 09 17:14:11.219 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-09T17:14:13.115Z[ recovery-image] Oct 09 17:14:11.229 INFO O| Oct 09 17:14:11.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48422024-10-09T17:14:13.117Z[ recovery-image] Oct 09 17:14:11.229 INFO O| Oct 09 17:14:11.229 INFO STEP 242 (remove_files) COMPLETE
48432024-10-09T17:14:13.118Z[ recovery-image] Oct 09 17:14:11.229 INFO O| Oct 09 17:14:11.229 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-09T17:14:13.125Z[ recovery-image] Oct 09 17:14:11.238 INFO O| Oct 09 17:14:11.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48452024-10-09T17:14:13.128Z[ recovery-image] Oct 09 17:14:11.238 INFO O| Oct 09 17:14:11.238 INFO STEP 243 (remove_files) COMPLETE
48462024-10-09T17:14:13.128Z[ recovery-image] Oct 09 17:14:11.239 INFO O| Oct 09 17:14:11.238 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-09T17:14:13.135Z[ recovery-image] Oct 09 17:14:11.248 INFO O| Oct 09 17:14:11.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48482024-10-09T17:14:13.135Z[ recovery-image] Oct 09 17:14:11.248 INFO O| Oct 09 17:14:11.248 INFO STEP 244 (remove_files) COMPLETE
48492024-10-09T17:14:13.137Z[ recovery-image] Oct 09 17:14:11.248 INFO O| Oct 09 17:14:11.248 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-09T17:14:13.144Z[ recovery-image] Oct 09 17:14:11.258 INFO O| Oct 09 17:14:11.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48512024-10-09T17:14:13.144Z[ recovery-image] Oct 09 17:14:11.258 INFO O| Oct 09 17:14:11.258 INFO STEP 245 (remove_files) COMPLETE
48522024-10-09T17:14:13.144Z[ recovery-image] Oct 09 17:14:11.258 INFO O| Oct 09 17:14:11.258 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-09T17:14:13.154Z[ recovery-image] Oct 09 17:14:11.268 INFO O| Oct 09 17:14:11.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48542024-10-09T17:14:13.154Z[ recovery-image] Oct 09 17:14:11.268 INFO O| Oct 09 17:14:11.268 INFO STEP 246 (remove_files) COMPLETE
48552024-10-09T17:14:13.154Z[ recovery-image] Oct 09 17:14:11.268 INFO O| Oct 09 17:14:11.268 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-09T17:14:13.166Z[ recovery-image] Oct 09 17:14:11.279 INFO O| Oct 09 17:14:11.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48572024-10-09T17:14:13.166Z[ recovery-image] Oct 09 17:14:11.279 INFO O| Oct 09 17:14:11.279 INFO STEP 247 (remove_files) COMPLETE
48582024-10-09T17:14:13.166Z[ recovery-image] Oct 09 17:14:11.279 INFO O| Oct 09 17:14:11.279 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-09T17:14:13.175Z[ recovery-image] Oct 09 17:14:11.289 INFO O| Oct 09 17:14:11.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48602024-10-09T17:14:13.179Z[ recovery-image] Oct 09 17:14:11.289 INFO O| Oct 09 17:14:11.289 INFO STEP 248 (remove_files) COMPLETE
48612024-10-09T17:14:13.179Z[ recovery-image] Oct 09 17:14:11.289 INFO O| Oct 09 17:14:11.289 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-09T17:14:13.187Z[ recovery-image] Oct 09 17:14:11.301 INFO O| Oct 09 17:14:11.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48632024-10-09T17:14:13.187Z[ recovery-image] Oct 09 17:14:11.301 INFO O| Oct 09 17:14:11.301 INFO STEP 249 (remove_files) COMPLETE
48642024-10-09T17:14:13.187Z[ recovery-image] Oct 09 17:14:11.301 INFO O| Oct 09 17:14:11.301 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-09T17:14:13.196Z[ recovery-image] Oct 09 17:14:11.310 INFO O| Oct 09 17:14:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48662024-10-09T17:14:13.199Z[ recovery-image] Oct 09 17:14:11.310 INFO O| Oct 09 17:14:11.310 INFO STEP 250 (remove_files) COMPLETE
48672024-10-09T17:14:13.199Z[ recovery-image] Oct 09 17:14:11.310 INFO O| Oct 09 17:14:11.310 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-09T17:14:13.208Z[ recovery-image] Oct 09 17:14:11.322 INFO O| Oct 09 17:14:11.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48692024-10-09T17:14:13.208Z[ recovery-image] Oct 09 17:14:11.322 INFO O| Oct 09 17:14:11.322 INFO STEP 251 (remove_files) COMPLETE
48702024-10-09T17:14:13.208Z[ recovery-image] Oct 09 17:14:11.322 INFO O| Oct 09 17:14:11.322 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-09T17:14:13.218Z[ recovery-image] Oct 09 17:14:11.332 INFO O| Oct 09 17:14:11.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48722024-10-09T17:14:13.218Z[ recovery-image] Oct 09 17:14:11.332 INFO O| Oct 09 17:14:11.332 INFO STEP 252 (remove_files) COMPLETE
48732024-10-09T17:14:13.220Z[ recovery-image] Oct 09 17:14:11.332 INFO O| Oct 09 17:14:11.332 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-09T17:14:13.227Z[ recovery-image] Oct 09 17:14:11.341 INFO O| Oct 09 17:14:11.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48752024-10-09T17:14:13.230Z[ recovery-image] Oct 09 17:14:11.341 INFO O| Oct 09 17:14:11.341 INFO STEP 253 (remove_files) COMPLETE
48762024-10-09T17:14:13.230Z[ recovery-image] Oct 09 17:14:11.341 INFO O| Oct 09 17:14:11.341 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-09T17:14:13.239Z[ recovery-image] Oct 09 17:14:11.353 INFO O| Oct 09 17:14:11.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48782024-10-09T17:14:13.239Z[ recovery-image] Oct 09 17:14:11.353 INFO O| Oct 09 17:14:11.353 INFO STEP 254 (remove_files) COMPLETE
48792024-10-09T17:14:13.241Z[ recovery-image] Oct 09 17:14:11.353 INFO O| Oct 09 17:14:11.353 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-09T17:14:13.249Z[ recovery-image] Oct 09 17:14:11.362 INFO O| Oct 09 17:14:11.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48812024-10-09T17:14:13.249Z[ recovery-image] Oct 09 17:14:11.362 INFO O| Oct 09 17:14:11.362 INFO STEP 255 (remove_files) COMPLETE
48822024-10-09T17:14:13.249Z[ recovery-image] Oct 09 17:14:11.362 INFO O| Oct 09 17:14:11.362 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-09T17:14:13.260Z[ recovery-image] Oct 09 17:14:11.374 INFO O| Oct 09 17:14:11.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48842024-10-09T17:14:13.262Z[ recovery-image] Oct 09 17:14:11.374 INFO O| Oct 09 17:14:11.374 INFO STEP 256 (remove_files) COMPLETE
48852024-10-09T17:14:13.262Z[ recovery-image] Oct 09 17:14:11.374 INFO O| Oct 09 17:14:11.374 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-09T17:14:13.270Z[ recovery-image] Oct 09 17:14:11.383 INFO O| Oct 09 17:14:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48872024-10-09T17:14:13.270Z[ recovery-image] Oct 09 17:14:11.383 INFO O| Oct 09 17:14:11.383 INFO STEP 257 (remove_files) COMPLETE
48882024-10-09T17:14:13.270Z[ recovery-image] Oct 09 17:14:11.383 INFO O| Oct 09 17:14:11.383 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-09T17:14:13.280Z[ recovery-image] Oct 09 17:14:11.394 INFO O| Oct 09 17:14:11.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48902024-10-09T17:14:13.282Z[ recovery-image] Oct 09 17:14:11.394 INFO O| Oct 09 17:14:11.394 INFO STEP 258 (remove_files) COMPLETE
48912024-10-09T17:14:13.282Z[ recovery-image] Oct 09 17:14:11.394 INFO O| Oct 09 17:14:11.394 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-09T17:14:13.292Z[ recovery-image] Oct 09 17:14:11.406 INFO O| Oct 09 17:14:11.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48932024-10-09T17:14:13.292Z[ recovery-image] Oct 09 17:14:11.406 INFO O| Oct 09 17:14:11.406 INFO STEP 259 (remove_files) COMPLETE
48942024-10-09T17:14:13.292Z[ recovery-image] Oct 09 17:14:11.406 INFO O| Oct 09 17:14:11.406 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-09T17:14:13.302Z[ recovery-image] Oct 09 17:14:11.415 INFO O| Oct 09 17:14:11.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48962024-10-09T17:14:13.302Z[ recovery-image] Oct 09 17:14:11.415 INFO O| Oct 09 17:14:11.415 INFO STEP 260 (remove_files) COMPLETE
48972024-10-09T17:14:13.302Z[ recovery-image] Oct 09 17:14:11.415 INFO O| Oct 09 17:14:11.415 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-09T17:14:13.311Z[ recovery-image] Oct 09 17:14:11.425 INFO O| Oct 09 17:14:11.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48992024-10-09T17:14:13.311Z[ recovery-image] Oct 09 17:14:11.425 INFO O| Oct 09 17:14:11.425 INFO STEP 261 (remove_files) COMPLETE
49002024-10-09T17:14:13.311Z[ recovery-image] Oct 09 17:14:11.425 INFO O| Oct 09 17:14:11.425 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-09T17:14:13.321Z[ recovery-image] Oct 09 17:14:11.434 INFO O| Oct 09 17:14:11.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49022024-10-09T17:14:13.321Z[ recovery-image] Oct 09 17:14:11.435 INFO O| Oct 09 17:14:11.435 INFO STEP 262 (remove_files) COMPLETE
49032024-10-09T17:14:13.321Z[ recovery-image] Oct 09 17:14:11.435 INFO O| Oct 09 17:14:11.435 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-09T17:14:13.330Z[ recovery-image] Oct 09 17:14:11.444 INFO O| Oct 09 17:14:11.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49052024-10-09T17:14:13.330Z[ recovery-image] Oct 09 17:14:11.444 INFO O| Oct 09 17:14:11.444 INFO STEP 263 (remove_files) COMPLETE
49062024-10-09T17:14:13.330Z[ recovery-image] Oct 09 17:14:11.444 INFO O| Oct 09 17:14:11.444 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-09T17:14:13.340Z[ recovery-image] Oct 09 17:14:11.454 INFO O| Oct 09 17:14:11.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49082024-10-09T17:14:13.342Z[ recovery-image] Oct 09 17:14:11.454 INFO O| Oct 09 17:14:11.454 INFO STEP 264 (remove_files) COMPLETE
49092024-10-09T17:14:13.342Z[ recovery-image] Oct 09 17:14:11.454 INFO O| Oct 09 17:14:11.454 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-09T17:14:13.349Z[ recovery-image] Oct 09 17:14:11.463 INFO O| Oct 09 17:14:11.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49112024-10-09T17:14:13.349Z[ recovery-image] Oct 09 17:14:11.463 INFO O| Oct 09 17:14:11.463 INFO STEP 265 (remove_files) COMPLETE
49122024-10-09T17:14:13.352Z[ recovery-image] Oct 09 17:14:11.463 INFO O| Oct 09 17:14:11.463 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-09T17:14:13.359Z[ recovery-image] Oct 09 17:14:11.473 INFO O| Oct 09 17:14:11.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49142024-10-09T17:14:13.359Z[ recovery-image] Oct 09 17:14:11.473 INFO O| Oct 09 17:14:11.473 INFO STEP 266 (remove_files) COMPLETE
49152024-10-09T17:14:13.359Z[ recovery-image] Oct 09 17:14:11.473 INFO O| Oct 09 17:14:11.473 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-09T17:14:13.368Z[ recovery-image] Oct 09 17:14:11.482 INFO O| Oct 09 17:14:11.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49172024-10-09T17:14:13.368Z[ recovery-image] Oct 09 17:14:11.482 INFO O| Oct 09 17:14:11.482 INFO STEP 267 (remove_files) COMPLETE
49182024-10-09T17:14:13.371Z[ recovery-image] Oct 09 17:14:11.482 INFO O| Oct 09 17:14:11.482 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-09T17:14:13.378Z[ recovery-image] Oct 09 17:14:11.491 INFO O| Oct 09 17:14:11.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49202024-10-09T17:14:13.381Z[ recovery-image] Oct 09 17:14:11.492 INFO O| Oct 09 17:14:11.491 INFO STEP 268 (remove_files) COMPLETE
49212024-10-09T17:14:13.381Z[ recovery-image] Oct 09 17:14:11.492 INFO O| Oct 09 17:14:11.492 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-09T17:14:13.387Z[ recovery-image] Oct 09 17:14:11.501 INFO O| Oct 09 17:14:11.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49232024-10-09T17:14:13.387Z[ recovery-image] Oct 09 17:14:11.501 INFO O| Oct 09 17:14:11.501 INFO STEP 269 (remove_files) COMPLETE
49242024-10-09T17:14:13.390Z[ recovery-image] Oct 09 17:14:11.501 INFO O| Oct 09 17:14:11.501 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-09T17:14:13.397Z[ recovery-image] Oct 09 17:14:11.510 INFO O| Oct 09 17:14:11.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49262024-10-09T17:14:13.399Z[ recovery-image] Oct 09 17:14:11.511 INFO O| Oct 09 17:14:11.511 INFO STEP 270 (remove_files) COMPLETE
49272024-10-09T17:14:13.399Z[ recovery-image] Oct 09 17:14:11.511 INFO O| Oct 09 17:14:11.511 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-09T17:14:13.407Z[ recovery-image] Oct 09 17:14:11.520 INFO O| Oct 09 17:14:11.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49292024-10-09T17:14:13.409Z[ recovery-image] Oct 09 17:14:11.521 INFO O| Oct 09 17:14:11.521 INFO STEP 271 (remove_files) COMPLETE
49302024-10-09T17:14:13.409Z[ recovery-image] Oct 09 17:14:11.521 INFO O| Oct 09 17:14:11.521 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-09T17:14:13.416Z[ recovery-image] Oct 09 17:14:11.530 INFO O| Oct 09 17:14:11.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49322024-10-09T17:14:13.416Z[ recovery-image] Oct 09 17:14:11.530 INFO O| Oct 09 17:14:11.530 INFO STEP 272 (remove_files) COMPLETE
49332024-10-09T17:14:13.419Z[ recovery-image] Oct 09 17:14:11.530 INFO O| Oct 09 17:14:11.530 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-09T17:14:13.426Z[ recovery-image] Oct 09 17:14:11.540 INFO O| Oct 09 17:14:11.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49352024-10-09T17:14:13.426Z[ recovery-image] Oct 09 17:14:11.540 INFO O| Oct 09 17:14:11.540 INFO STEP 273 (remove_files) COMPLETE
49362024-10-09T17:14:13.429Z[ recovery-image] Oct 09 17:14:11.540 INFO O| Oct 09 17:14:11.540 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-09T17:14:13.436Z[ recovery-image] Oct 09 17:14:11.549 INFO O| Oct 09 17:14:11.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49382024-10-09T17:14:13.436Z[ recovery-image] Oct 09 17:14:11.549 INFO O| Oct 09 17:14:11.549 INFO STEP 274 (remove_files) COMPLETE
49392024-10-09T17:14:13.438Z[ recovery-image] Oct 09 17:14:11.549 INFO O| Oct 09 17:14:11.549 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-09T17:14:13.445Z[ recovery-image] Oct 09 17:14:11.559 INFO O| Oct 09 17:14:11.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49412024-10-09T17:14:13.447Z[ recovery-image] Oct 09 17:14:11.559 INFO O| Oct 09 17:14:11.559 INFO STEP 275 (remove_files) COMPLETE
49422024-10-09T17:14:13.447Z[ recovery-image] Oct 09 17:14:11.559 INFO O| Oct 09 17:14:11.559 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-09T17:14:13.454Z[ recovery-image] Oct 09 17:14:11.568 INFO O| Oct 09 17:14:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49442024-10-09T17:14:13.457Z[ recovery-image] Oct 09 17:14:11.568 INFO O| Oct 09 17:14:11.568 INFO STEP 276 (remove_files) COMPLETE
49452024-10-09T17:14:13.457Z[ recovery-image] Oct 09 17:14:11.568 INFO O| Oct 09 17:14:11.568 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-09T17:14:13.464Z[ recovery-image] Oct 09 17:14:11.578 INFO O| Oct 09 17:14:11.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49472024-10-09T17:14:13.464Z[ recovery-image] Oct 09 17:14:11.578 INFO O| Oct 09 17:14:11.578 INFO STEP 277 (remove_files) COMPLETE
49482024-10-09T17:14:13.466Z[ recovery-image] Oct 09 17:14:11.578 INFO O| Oct 09 17:14:11.578 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-09T17:14:13.474Z[ recovery-image] Oct 09 17:14:11.587 INFO O| Oct 09 17:14:11.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49502024-10-09T17:14:13.474Z[ recovery-image] Oct 09 17:14:11.587 INFO O| Oct 09 17:14:11.587 INFO STEP 278 (remove_files) COMPLETE
49512024-10-09T17:14:13.477Z[ recovery-image] Oct 09 17:14:11.587 INFO O| Oct 09 17:14:11.587 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-09T17:14:13.483Z[ recovery-image] Oct 09 17:14:11.596 INFO O| Oct 09 17:14:11.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49532024-10-09T17:14:13.483Z[ recovery-image] Oct 09 17:14:11.596 INFO O| Oct 09 17:14:11.596 INFO STEP 279 (remove_files) COMPLETE
49542024-10-09T17:14:13.485Z[ recovery-image] Oct 09 17:14:11.596 INFO O| Oct 09 17:14:11.596 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-09T17:14:13.492Z[ recovery-image] Oct 09 17:14:11.606 INFO O| Oct 09 17:14:11.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49562024-10-09T17:14:13.495Z[ recovery-image] Oct 09 17:14:11.606 INFO O| Oct 09 17:14:11.606 INFO STEP 280 (remove_files) COMPLETE
49572024-10-09T17:14:13.495Z[ recovery-image] Oct 09 17:14:11.606 INFO O| Oct 09 17:14:11.606 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-09T17:14:13.502Z[ recovery-image] Oct 09 17:14:11.615 INFO O| Oct 09 17:14:11.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49592024-10-09T17:14:13.502Z[ recovery-image] Oct 09 17:14:11.615 INFO O| Oct 09 17:14:11.615 INFO STEP 281 (remove_files) COMPLETE
49602024-10-09T17:14:13.502Z[ recovery-image] Oct 09 17:14:11.615 INFO O| Oct 09 17:14:11.615 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-09T17:14:13.511Z[ recovery-image] Oct 09 17:14:11.625 INFO O| Oct 09 17:14:11.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49622024-10-09T17:14:13.514Z[ recovery-image] Oct 09 17:14:11.625 INFO O| Oct 09 17:14:11.625 INFO STEP 282 (remove_files) COMPLETE
49632024-10-09T17:14:13.514Z[ recovery-image] Oct 09 17:14:11.625 INFO O| Oct 09 17:14:11.625 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-09T17:14:13.521Z[ recovery-image] Oct 09 17:14:11.634 INFO O| Oct 09 17:14:11.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49652024-10-09T17:14:13.521Z[ recovery-image] Oct 09 17:14:11.634 INFO O| Oct 09 17:14:11.634 INFO STEP 283 (remove_files) COMPLETE
49662024-10-09T17:14:13.523Z[ recovery-image] Oct 09 17:14:11.634 INFO O| Oct 09 17:14:11.634 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-09T17:14:13.530Z[ recovery-image] Oct 09 17:14:11.644 INFO O| Oct 09 17:14:11.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49682024-10-09T17:14:13.530Z[ recovery-image] Oct 09 17:14:11.644 INFO O| Oct 09 17:14:11.644 INFO STEP 284 (remove_files) COMPLETE
49692024-10-09T17:14:13.530Z[ recovery-image] Oct 09 17:14:11.644 INFO O| Oct 09 17:14:11.644 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-09T17:14:13.539Z[ recovery-image] Oct 09 17:14:11.653 INFO O| Oct 09 17:14:11.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49712024-10-09T17:14:13.539Z[ recovery-image] Oct 09 17:14:11.653 INFO O| Oct 09 17:14:11.653 INFO STEP 285 (remove_files) COMPLETE
49722024-10-09T17:14:13.539Z[ recovery-image] Oct 09 17:14:11.653 INFO O| Oct 09 17:14:11.653 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-09T17:14:13.549Z[ recovery-image] Oct 09 17:14:11.662 INFO O| Oct 09 17:14:11.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49742024-10-09T17:14:13.549Z[ recovery-image] Oct 09 17:14:11.662 INFO O| Oct 09 17:14:11.662 INFO STEP 286 (remove_files) COMPLETE
49752024-10-09T17:14:13.551Z[ recovery-image] Oct 09 17:14:11.662 INFO O| Oct 09 17:14:11.662 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-09T17:14:13.558Z[ recovery-image] Oct 09 17:14:11.672 INFO O| Oct 09 17:14:11.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49772024-10-09T17:14:13.558Z[ recovery-image] Oct 09 17:14:11.672 INFO O| Oct 09 17:14:11.672 INFO STEP 287 (remove_files) COMPLETE
49782024-10-09T17:14:13.561Z[ recovery-image] Oct 09 17:14:11.672 INFO O| Oct 09 17:14:11.672 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-09T17:14:13.568Z[ recovery-image] Oct 09 17:14:11.681 INFO O| Oct 09 17:14:11.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49802024-10-09T17:14:13.568Z[ recovery-image] Oct 09 17:14:11.681 INFO O| Oct 09 17:14:11.681 INFO STEP 288 (remove_files) COMPLETE
49812024-10-09T17:14:13.568Z[ recovery-image] Oct 09 17:14:11.681 INFO O| Oct 09 17:14:11.681 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-09T17:14:13.577Z[ recovery-image] Oct 09 17:14:11.690 INFO O| Oct 09 17:14:11.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49832024-10-09T17:14:13.577Z[ recovery-image] Oct 09 17:14:11.691 INFO O| Oct 09 17:14:11.691 INFO STEP 289 (remove_files) COMPLETE
49842024-10-09T17:14:13.577Z[ recovery-image] Oct 09 17:14:11.691 INFO O| Oct 09 17:14:11.691 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-09T17:14:13.586Z[ recovery-image] Oct 09 17:14:11.700 INFO O| Oct 09 17:14:11.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49862024-10-09T17:14:13.586Z[ recovery-image] Oct 09 17:14:11.700 INFO O| Oct 09 17:14:11.700 INFO STEP 290 (remove_files) COMPLETE
49872024-10-09T17:14:13.589Z[ recovery-image] Oct 09 17:14:11.700 INFO O| Oct 09 17:14:11.700 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-09T17:14:13.596Z[ recovery-image] Oct 09 17:14:11.709 INFO O| Oct 09 17:14:11.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49892024-10-09T17:14:13.598Z[ recovery-image] Oct 09 17:14:11.709 INFO O| Oct 09 17:14:11.709 INFO STEP 291 (remove_files) COMPLETE
49902024-10-09T17:14:13.598Z[ recovery-image] Oct 09 17:14:11.709 INFO O| Oct 09 17:14:11.709 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-10-09T17:14:13.605Z[ recovery-image] Oct 09 17:14:11.718 INFO O| Oct 09 17:14:11.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49922024-10-09T17:14:13.608Z[ recovery-image] Oct 09 17:14:11.719 INFO O| Oct 09 17:14:11.719 INFO STEP 292 (remove_files) COMPLETE
49932024-10-09T17:14:13.608Z[ recovery-image] Oct 09 17:14:11.719 INFO O| Oct 09 17:14:11.719 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-10-09T17:14:13.614Z[ recovery-image] Oct 09 17:14:11.728 INFO O| Oct 09 17:14:11.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49952024-10-09T17:14:13.614Z[ recovery-image] Oct 09 17:14:11.728 INFO O| Oct 09 17:14:11.728 INFO STEP 293 (remove_files) COMPLETE
49962024-10-09T17:14:13.614Z[ recovery-image] Oct 09 17:14:11.728 INFO O| Oct 09 17:14:11.728 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-10-09T17:14:13.624Z[ recovery-image] Oct 09 17:14:11.737 INFO O| Oct 09 17:14:11.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49982024-10-09T17:14:13.624Z[ recovery-image] Oct 09 17:14:11.737 INFO O| Oct 09 17:14:11.737 INFO STEP 294 (remove_files) COMPLETE
49992024-10-09T17:14:13.624Z[ recovery-image] Oct 09 17:14:11.737 INFO O| Oct 09 17:14:11.737 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-10-09T17:14:13.633Z[ recovery-image] Oct 09 17:14:11.747 INFO O| Oct 09 17:14:11.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50012024-10-09T17:14:13.642Z[ recovery-image] Oct 09 17:14:11.747 INFO O| Oct 09 17:14:11.747 INFO STEP 295 (remove_files) COMPLETE
50022024-10-09T17:14:13.642Z[ recovery-image] Oct 09 17:14:11.747 INFO O| Oct 09 17:14:11.747 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-10-09T17:14:13.645Z[ recovery-image] Oct 09 17:14:11.756 INFO O| Oct 09 17:14:11.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50042024-10-09T17:14:13.645Z[ recovery-image] Oct 09 17:14:11.756 INFO O| Oct 09 17:14:11.756 INFO STEP 296 (remove_files) COMPLETE
50052024-10-09T17:14:13.646Z[ recovery-image] Oct 09 17:14:11.756 INFO O| Oct 09 17:14:11.756 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-10-09T17:14:13.652Z[ recovery-image] Oct 09 17:14:11.766 INFO O| Oct 09 17:14:11.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50072024-10-09T17:14:13.652Z[ recovery-image] Oct 09 17:14:11.766 INFO O| Oct 09 17:14:11.766 INFO STEP 297 (remove_files) COMPLETE
50082024-10-09T17:14:13.655Z[ recovery-image] Oct 09 17:14:11.766 INFO O| Oct 09 17:14:11.766 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-09T17:14:13.662Z[ recovery-image] Oct 09 17:14:11.775 INFO O| Oct 09 17:14:11.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50102024-10-09T17:14:13.662Z[ recovery-image] Oct 09 17:14:11.775 INFO O| Oct 09 17:14:11.775 INFO STEP 298 (remove_files) COMPLETE
50112024-10-09T17:14:13.662Z[ recovery-image] Oct 09 17:14:11.775 INFO O| Oct 09 17:14:11.775 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-09T17:14:13.671Z[ recovery-image] Oct 09 17:14:11.785 INFO O| Oct 09 17:14:11.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50132024-10-09T17:14:13.674Z[ recovery-image] Oct 09 17:14:11.786 INFO O| Oct 09 17:14:11.785 INFO STEP 299 (remove_files) COMPLETE
50142024-10-09T17:14:13.674Z[ recovery-image] Oct 09 17:14:11.786 INFO O| Oct 09 17:14:11.786 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-09T17:14:13.681Z[ recovery-image] Oct 09 17:14:11.795 INFO O| Oct 09 17:14:11.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50162024-10-09T17:14:13.681Z[ recovery-image] Oct 09 17:14:11.795 INFO O| Oct 09 17:14:11.795 INFO STEP 300 (remove_files) COMPLETE
50172024-10-09T17:14:13.684Z[ recovery-image] Oct 09 17:14:11.795 INFO O| Oct 09 17:14:11.795 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-09T17:14:13.691Z[ recovery-image] Oct 09 17:14:11.804 INFO O| Oct 09 17:14:11.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50192024-10-09T17:14:13.691Z[ recovery-image] Oct 09 17:14:11.804 INFO O| Oct 09 17:14:11.804 INFO STEP 301 (remove_files) COMPLETE
50202024-10-09T17:14:13.691Z[ recovery-image] Oct 09 17:14:11.805 INFO O| Oct 09 17:14:11.804 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-09T17:14:13.700Z[ recovery-image] Oct 09 17:14:11.814 INFO O| Oct 09 17:14:11.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50222024-10-09T17:14:13.700Z[ recovery-image] Oct 09 17:14:11.814 INFO O| Oct 09 17:14:11.814 INFO STEP 302 (remove_files) COMPLETE
50232024-10-09T17:14:13.703Z[ recovery-image] Oct 09 17:14:11.814 INFO O| Oct 09 17:14:11.814 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-09T17:14:13.710Z[ recovery-image] Oct 09 17:14:11.824 INFO O| Oct 09 17:14:11.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50252024-10-09T17:14:13.710Z[ recovery-image] Oct 09 17:14:11.824 INFO O| Oct 09 17:14:11.824 INFO STEP 303 (remove_files) COMPLETE
50262024-10-09T17:14:13.710Z[ recovery-image] Oct 09 17:14:11.824 INFO O| Oct 09 17:14:11.824 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-09T17:14:13.720Z[ recovery-image] Oct 09 17:14:11.833 INFO O| Oct 09 17:14:11.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50282024-10-09T17:14:13.720Z[ recovery-image] Oct 09 17:14:11.833 INFO O| Oct 09 17:14:11.833 INFO STEP 304 (remove_files) COMPLETE
50292024-10-09T17:14:13.722Z[ recovery-image] Oct 09 17:14:11.833 INFO O| Oct 09 17:14:11.833 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-09T17:14:13.729Z[ recovery-image] Oct 09 17:14:11.843 INFO O| Oct 09 17:14:11.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50312024-10-09T17:14:13.729Z[ recovery-image] Oct 09 17:14:11.843 INFO O| Oct 09 17:14:11.843 INFO STEP 305 (remove_files) COMPLETE
50322024-10-09T17:14:13.729Z[ recovery-image] Oct 09 17:14:11.843 INFO O| Oct 09 17:14:11.843 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-09T17:14:13.739Z[ recovery-image] Oct 09 17:14:11.852 INFO O| Oct 09 17:14:11.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50342024-10-09T17:14:13.741Z[ recovery-image] Oct 09 17:14:11.853 INFO O| Oct 09 17:14:11.853 INFO STEP 306 (remove_files) COMPLETE
50352024-10-09T17:14:13.741Z[ recovery-image] Oct 09 17:14:11.853 INFO O| Oct 09 17:14:11.853 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-09T17:14:13.748Z[ recovery-image] Oct 09 17:14:11.862 INFO O| Oct 09 17:14:11.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50372024-10-09T17:14:13.751Z[ recovery-image] Oct 09 17:14:11.862 INFO O| Oct 09 17:14:11.862 INFO STEP 307 (remove_files) COMPLETE
50382024-10-09T17:14:13.751Z[ recovery-image] Oct 09 17:14:11.862 INFO O| Oct 09 17:14:11.862 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-09T17:14:13.758Z[ recovery-image] Oct 09 17:14:11.872 INFO O| Oct 09 17:14:11.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50402024-10-09T17:14:13.761Z[ recovery-image] Oct 09 17:14:11.872 INFO O| Oct 09 17:14:11.872 INFO STEP 308 (remove_files) COMPLETE
50412024-10-09T17:14:13.761Z[ recovery-image] Oct 09 17:14:11.872 INFO O| Oct 09 17:14:11.872 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-09T17:14:13.768Z[ recovery-image] Oct 09 17:14:11.881 INFO O| Oct 09 17:14:11.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50432024-10-09T17:14:13.768Z[ recovery-image] Oct 09 17:14:11.881 INFO O| Oct 09 17:14:11.881 INFO STEP 309 (remove_files) COMPLETE
50442024-10-09T17:14:13.770Z[ recovery-image] Oct 09 17:14:11.881 INFO O| Oct 09 17:14:11.881 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-09T17:14:13.777Z[ recovery-image] Oct 09 17:14:11.891 INFO O| Oct 09 17:14:11.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50462024-10-09T17:14:13.780Z[ recovery-image] Oct 09 17:14:11.891 INFO O| Oct 09 17:14:11.891 INFO STEP 310 (remove_files) COMPLETE
50472024-10-09T17:14:13.780Z[ recovery-image] Oct 09 17:14:11.891 INFO O| Oct 09 17:14:11.891 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-10-09T17:14:13.788Z[ recovery-image] Oct 09 17:14:11.900 INFO O| Oct 09 17:14:11.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50492024-10-09T17:14:13.791Z[ recovery-image] Oct 09 17:14:11.900 INFO O| Oct 09 17:14:11.900 INFO STEP 311 (remove_files) COMPLETE
50502024-10-09T17:14:13.791Z[ recovery-image] Oct 09 17:14:11.900 INFO O| Oct 09 17:14:11.900 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-10-09T17:14:13.796Z[ recovery-image] Oct 09 17:14:11.910 INFO O| Oct 09 17:14:11.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50522024-10-09T17:14:13.800Z[ recovery-image] Oct 09 17:14:11.910 INFO O| Oct 09 17:14:11.910 INFO STEP 312 (remove_files) COMPLETE
50532024-10-09T17:14:13.800Z[ recovery-image] Oct 09 17:14:11.910 INFO O| Oct 09 17:14:11.910 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-10-09T17:14:13.806Z[ recovery-image] Oct 09 17:14:11.919 INFO O| Oct 09 17:14:11.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50552024-10-09T17:14:13.806Z[ recovery-image] Oct 09 17:14:11.919 INFO O| Oct 09 17:14:11.919 INFO STEP 313 (remove_files) COMPLETE
50562024-10-09T17:14:13.806Z[ recovery-image] Oct 09 17:14:11.919 INFO O| Oct 09 17:14:11.919 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-10-09T17:14:13.815Z[ recovery-image] Oct 09 17:14:11.929 INFO O| Oct 09 17:14:11.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50582024-10-09T17:14:13.815Z[ recovery-image] Oct 09 17:14:11.929 INFO O| Oct 09 17:14:11.929 INFO STEP 314 (remove_files) COMPLETE
50592024-10-09T17:14:13.815Z[ recovery-image] Oct 09 17:14:11.929 INFO O| Oct 09 17:14:11.929 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-09T17:14:13.825Z[ recovery-image] Oct 09 17:14:11.938 INFO O| Oct 09 17:14:11.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50612024-10-09T17:14:13.827Z[ recovery-image] Oct 09 17:14:11.938 INFO O| Oct 09 17:14:11.938 INFO STEP 315 (remove_files) COMPLETE
50622024-10-09T17:14:13.827Z[ recovery-image] Oct 09 17:14:11.938 INFO O| Oct 09 17:14:11.938 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-09T17:14:13.839Z[ recovery-image] Oct 09 17:14:11.952 INFO O| Oct 09 17:14:11.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50642024-10-09T17:14:13.839Z[ recovery-image] Oct 09 17:14:11.952 INFO O| Oct 09 17:14:11.952 INFO STEP 316 (remove_files) COMPLETE
50652024-10-09T17:14:13.839Z[ recovery-image] Oct 09 17:14:11.952 INFO O| Oct 09 17:14:11.952 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-09T17:14:13.849Z[ recovery-image] Oct 09 17:14:11.962 INFO O| Oct 09 17:14:11.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50672024-10-09T17:14:13.849Z[ recovery-image] Oct 09 17:14:11.962 INFO O| Oct 09 17:14:11.962 INFO STEP 317 (remove_files) COMPLETE
50682024-10-09T17:14:13.849Z[ recovery-image] Oct 09 17:14:11.962 INFO O| Oct 09 17:14:11.962 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-09T17:14:13.858Z[ recovery-image] Oct 09 17:14:11.972 INFO O| Oct 09 17:14:11.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50702024-10-09T17:14:13.861Z[ recovery-image] Oct 09 17:14:11.972 INFO O| Oct 09 17:14:11.972 INFO STEP 318 (remove_files) COMPLETE
50712024-10-09T17:14:13.861Z[ recovery-image] Oct 09 17:14:11.972 INFO O| Oct 09 17:14:11.972 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-09T17:14:13.868Z[ recovery-image] Oct 09 17:14:11.982 INFO O| Oct 09 17:14:11.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50732024-10-09T17:14:13.868Z[ recovery-image] Oct 09 17:14:11.982 INFO O| Oct 09 17:14:11.982 INFO STEP 319 (remove_files) COMPLETE
50742024-10-09T17:14:13.871Z[ recovery-image] Oct 09 17:14:11.982 INFO O| Oct 09 17:14:11.982 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-09T17:14:13.878Z[ recovery-image] Oct 09 17:14:11.991 INFO O| Oct 09 17:14:11.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50762024-10-09T17:14:13.878Z[ recovery-image] Oct 09 17:14:11.991 INFO O| Oct 09 17:14:11.991 INFO STEP 320 (remove_files) COMPLETE
50772024-10-09T17:14:13.878Z[ recovery-image] Oct 09 17:14:11.991 INFO O| Oct 09 17:14:11.991 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-09T17:14:13.887Z[ recovery-image] Oct 09 17:14:12.001 INFO O| Oct 09 17:14:12.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50792024-10-09T17:14:13.887Z[ recovery-image] Oct 09 17:14:12.001 INFO O| Oct 09 17:14:12.001 INFO STEP 321 (remove_files) COMPLETE
50802024-10-09T17:14:13.887Z[ recovery-image] Oct 09 17:14:12.001 INFO O| Oct 09 17:14:12.001 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-10-09T17:14:13.898Z[ recovery-image] Oct 09 17:14:12.012 INFO O| Oct 09 17:14:12.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50822024-10-09T17:14:13.898Z[ recovery-image] Oct 09 17:14:12.012 INFO O| Oct 09 17:14:12.012 INFO STEP 322 (remove_files) COMPLETE
50832024-10-09T17:14:13.901Z[ recovery-image] Oct 09 17:14:12.012 INFO O| Oct 09 17:14:12.012 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-10-09T17:14:13.908Z[ recovery-image] Oct 09 17:14:12.021 INFO O| Oct 09 17:14:12.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50852024-10-09T17:14:13.908Z[ recovery-image] Oct 09 17:14:12.021 INFO O| Oct 09 17:14:12.021 INFO STEP 323 (remove_files) COMPLETE
50862024-10-09T17:14:13.908Z[ recovery-image] Oct 09 17:14:12.021 INFO O| Oct 09 17:14:12.021 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-10-09T17:14:13.917Z[ recovery-image] Oct 09 17:14:12.031 INFO O| Oct 09 17:14:12.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50882024-10-09T17:14:13.917Z[ recovery-image] Oct 09 17:14:12.031 INFO O| Oct 09 17:14:12.031 INFO STEP 324 (remove_files) COMPLETE
50892024-10-09T17:14:13.917Z[ recovery-image] Oct 09 17:14:12.031 INFO O| Oct 09 17:14:12.031 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-10-09T17:14:13.927Z[ recovery-image] Oct 09 17:14:12.040 INFO O| Oct 09 17:14:12.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50912024-10-09T17:14:13.927Z[ recovery-image] Oct 09 17:14:12.040 INFO O| Oct 09 17:14:12.040 INFO STEP 325 (remove_files) COMPLETE
50922024-10-09T17:14:13.927Z[ recovery-image] Oct 09 17:14:12.040 INFO O| Oct 09 17:14:12.040 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-10-09T17:14:13.936Z[ recovery-image] Oct 09 17:14:12.050 INFO O| Oct 09 17:14:12.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50942024-10-09T17:14:13.936Z[ recovery-image] Oct 09 17:14:12.050 INFO O| Oct 09 17:14:12.050 INFO STEP 326 (remove_files) COMPLETE
50952024-10-09T17:14:13.936Z[ recovery-image] Oct 09 17:14:12.050 INFO O| Oct 09 17:14:12.050 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-10-09T17:14:13.946Z[ recovery-image] Oct 09 17:14:12.059 INFO O| Oct 09 17:14:12.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50972024-10-09T17:14:13.946Z[ recovery-image] Oct 09 17:14:12.059 INFO O| Oct 09 17:14:12.059 INFO STEP 327 (remove_files) COMPLETE
50982024-10-09T17:14:13.948Z[ recovery-image] Oct 09 17:14:12.059 INFO O| Oct 09 17:14:12.059 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-10-09T17:14:13.955Z[ recovery-image] Oct 09 17:14:12.069 INFO O| Oct 09 17:14:12.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51002024-10-09T17:14:13.955Z[ recovery-image] Oct 09 17:14:12.069 INFO O| Oct 09 17:14:12.069 INFO STEP 328 (remove_files) COMPLETE
51012024-10-09T17:14:13.955Z[ recovery-image] Oct 09 17:14:12.069 INFO O| Oct 09 17:14:12.069 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-10-09T17:14:13.965Z[ recovery-image] Oct 09 17:14:12.078 INFO O| Oct 09 17:14:12.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51032024-10-09T17:14:13.967Z[ recovery-image] Oct 09 17:14:12.078 INFO O| Oct 09 17:14:12.078 INFO STEP 329 (remove_files) COMPLETE
51042024-10-09T17:14:13.967Z[ recovery-image] Oct 09 17:14:12.078 INFO O| Oct 09 17:14:12.078 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-10-09T17:14:13.974Z[ recovery-image] Oct 09 17:14:12.088 INFO O| Oct 09 17:14:12.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51062024-10-09T17:14:13.974Z[ recovery-image] Oct 09 17:14:12.088 INFO O| Oct 09 17:14:12.088 INFO STEP 330 (remove_files) COMPLETE
51072024-10-09T17:14:13.977Z[ recovery-image] Oct 09 17:14:12.088 INFO O| Oct 09 17:14:12.088 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-09T17:14:13.985Z[ recovery-image] Oct 09 17:14:12.097 INFO O| Oct 09 17:14:12.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51092024-10-09T17:14:13.985Z[ recovery-image] Oct 09 17:14:12.098 INFO O| Oct 09 17:14:12.098 INFO STEP 331 (remove_files) COMPLETE
51102024-10-09T17:14:13.985Z[ recovery-image] Oct 09 17:14:12.098 INFO O| Oct 09 17:14:12.098 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-10-09T17:14:13.993Z[ recovery-image] Oct 09 17:14:12.107 INFO O| Oct 09 17:14:12.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51122024-10-09T17:14:13.993Z[ recovery-image] Oct 09 17:14:12.107 INFO O| Oct 09 17:14:12.107 INFO STEP 332 (remove_files) COMPLETE
51132024-10-09T17:14:13.994Z[ recovery-image] Oct 09 17:14:12.107 INFO O| Oct 09 17:14:12.107 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-10-09T17:14:14.003Z[ recovery-image] Oct 09 17:14:12.116 INFO O| Oct 09 17:14:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51152024-10-09T17:14:14.003Z[ recovery-image] Oct 09 17:14:12.116 INFO O| Oct 09 17:14:12.116 INFO STEP 333 (remove_files) COMPLETE
51162024-10-09T17:14:14.005Z[ recovery-image] Oct 09 17:14:12.117 INFO O| Oct 09 17:14:12.116 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-10-09T17:14:14.012Z[ recovery-image] Oct 09 17:14:12.126 INFO O| Oct 09 17:14:12.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51182024-10-09T17:14:14.015Z[ recovery-image] Oct 09 17:14:12.126 INFO O| Oct 09 17:14:12.126 INFO STEP 334 (remove_files) COMPLETE
51192024-10-09T17:14:14.015Z[ recovery-image] Oct 09 17:14:12.126 INFO O| Oct 09 17:14:12.126 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-10-09T17:14:14.022Z[ recovery-image] Oct 09 17:14:12.135 INFO O| Oct 09 17:14:12.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51212024-10-09T17:14:14.022Z[ recovery-image] Oct 09 17:14:12.135 INFO O| Oct 09 17:14:12.135 INFO STEP 335 (remove_files) COMPLETE
51222024-10-09T17:14:14.025Z[ recovery-image] Oct 09 17:14:12.135 INFO O| Oct 09 17:14:12.135 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-10-09T17:14:14.031Z[ recovery-image] Oct 09 17:14:12.145 INFO O| Oct 09 17:14:12.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51242024-10-09T17:14:14.031Z[ recovery-image] Oct 09 17:14:12.145 INFO O| Oct 09 17:14:12.145 INFO STEP 336 (remove_files) COMPLETE
51252024-10-09T17:14:14.034Z[ recovery-image] Oct 09 17:14:12.145 INFO O| Oct 09 17:14:12.145 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-10-09T17:14:14.041Z[ recovery-image] Oct 09 17:14:12.154 INFO O| Oct 09 17:14:12.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51272024-10-09T17:14:14.041Z[ recovery-image] Oct 09 17:14:12.154 INFO O| Oct 09 17:14:12.154 INFO STEP 337 (remove_files) COMPLETE
51282024-10-09T17:14:14.044Z[ recovery-image] Oct 09 17:14:12.154 INFO O| Oct 09 17:14:12.154 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-10-09T17:14:14.050Z[ recovery-image] Oct 09 17:14:12.164 INFO O| Oct 09 17:14:12.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51302024-10-09T17:14:14.050Z[ recovery-image] Oct 09 17:14:12.164 INFO O| Oct 09 17:14:12.164 INFO STEP 338 (remove_files) COMPLETE
51312024-10-09T17:14:14.053Z[ recovery-image] Oct 09 17:14:12.164 INFO O| Oct 09 17:14:12.164 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-10-09T17:14:14.060Z[ recovery-image] Oct 09 17:14:12.173 INFO O| Oct 09 17:14:12.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51332024-10-09T17:14:14.062Z[ recovery-image] Oct 09 17:14:12.173 INFO O| Oct 09 17:14:12.173 INFO STEP 339 (remove_files) COMPLETE
51342024-10-09T17:14:14.062Z[ recovery-image] Oct 09 17:14:12.173 INFO O| Oct 09 17:14:12.173 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-10-09T17:14:14.069Z[ recovery-image] Oct 09 17:14:12.183 INFO O| Oct 09 17:14:12.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51362024-10-09T17:14:14.069Z[ recovery-image] Oct 09 17:14:12.183 INFO O| Oct 09 17:14:12.183 INFO STEP 340 (remove_files) COMPLETE
51372024-10-09T17:14:14.072Z[ recovery-image] Oct 09 17:14:12.183 INFO O| Oct 09 17:14:12.183 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-10-09T17:14:14.079Z[ recovery-image] Oct 09 17:14:12.192 INFO O| Oct 09 17:14:12.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51392024-10-09T17:14:14.079Z[ recovery-image] Oct 09 17:14:12.192 INFO O| Oct 09 17:14:12.192 INFO STEP 341 (remove_files) COMPLETE
51402024-10-09T17:14:14.079Z[ recovery-image] Oct 09 17:14:12.192 INFO O| Oct 09 17:14:12.192 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-10-09T17:14:14.088Z[ recovery-image] Oct 09 17:14:12.202 INFO O| Oct 09 17:14:12.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51422024-10-09T17:14:14.090Z[ recovery-image] Oct 09 17:14:12.202 INFO O| Oct 09 17:14:12.202 INFO STEP 342 (remove_files) COMPLETE
51432024-10-09T17:14:14.091Z[ recovery-image] Oct 09 17:14:12.202 INFO O| Oct 09 17:14:12.202 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-10-09T17:14:14.098Z[ recovery-image] Oct 09 17:14:12.211 INFO O| Oct 09 17:14:12.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51452024-10-09T17:14:14.098Z[ recovery-image] Oct 09 17:14:12.211 INFO O| Oct 09 17:14:12.211 INFO STEP 343 (remove_files) COMPLETE
51462024-10-09T17:14:14.100Z[ recovery-image] Oct 09 17:14:12.211 INFO O| Oct 09 17:14:12.211 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-10-09T17:14:14.107Z[ recovery-image] Oct 09 17:14:12.220 INFO O| Oct 09 17:14:12.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51482024-10-09T17:14:14.107Z[ recovery-image] Oct 09 17:14:12.221 INFO O| Oct 09 17:14:12.221 INFO STEP 344 (remove_files) COMPLETE
51492024-10-09T17:14:14.109Z[ recovery-image] Oct 09 17:14:12.221 INFO O| Oct 09 17:14:12.221 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-10-09T17:14:14.117Z[ recovery-image] Oct 09 17:14:12.230 INFO O| Oct 09 17:14:12.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51512024-10-09T17:14:14.117Z[ recovery-image] Oct 09 17:14:12.230 INFO O| Oct 09 17:14:12.230 INFO STEP 345 (remove_files) COMPLETE
51522024-10-09T17:14:14.119Z[ recovery-image] Oct 09 17:14:12.230 INFO O| Oct 09 17:14:12.230 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-10-09T17:14:14.132Z[ recovery-image] Oct 09 17:14:12.239 INFO O| Oct 09 17:14:12.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51542024-10-09T17:14:14.135Z[ recovery-image] Oct 09 17:14:12.240 INFO O| Oct 09 17:14:12.240 INFO STEP 346 (remove_files) COMPLETE
51552024-10-09T17:14:14.135Z[ recovery-image] Oct 09 17:14:12.240 INFO O| Oct 09 17:14:12.240 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-10-09T17:14:14.137Z[ recovery-image] Oct 09 17:14:12.249 INFO O| Oct 09 17:14:12.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51572024-10-09T17:14:14.137Z[ recovery-image] Oct 09 17:14:12.249 INFO O| Oct 09 17:14:12.249 INFO STEP 347 (remove_files) COMPLETE
51582024-10-09T17:14:14.137Z[ recovery-image] Oct 09 17:14:12.249 INFO O| Oct 09 17:14:12.249 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-10-09T17:14:14.146Z[ recovery-image] Oct 09 17:14:12.259 INFO O| Oct 09 17:14:12.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51602024-10-09T17:14:14.146Z[ recovery-image] Oct 09 17:14:12.259 INFO O| Oct 09 17:14:12.259 INFO STEP 348 (remove_files) COMPLETE
51612024-10-09T17:14:14.146Z[ recovery-image] Oct 09 17:14:12.259 INFO O| Oct 09 17:14:12.259 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-10-09T17:14:14.155Z[ recovery-image] Oct 09 17:14:12.268 INFO O| Oct 09 17:14:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51632024-10-09T17:14:14.158Z[ recovery-image] Oct 09 17:14:12.269 INFO O| Oct 09 17:14:12.269 INFO STEP 349 (remove_files) COMPLETE
51642024-10-09T17:14:14.158Z[ recovery-image] Oct 09 17:14:12.269 INFO O| Oct 09 17:14:12.269 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-10-09T17:14:14.164Z[ recovery-image] Oct 09 17:14:12.278 INFO O| Oct 09 17:14:12.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51662024-10-09T17:14:14.167Z[ recovery-image] Oct 09 17:14:12.278 INFO O| Oct 09 17:14:12.278 INFO STEP 350 (remove_files) COMPLETE
51672024-10-09T17:14:14.167Z[ recovery-image] Oct 09 17:14:12.278 INFO O| Oct 09 17:14:12.278 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-10-09T17:14:14.174Z[ recovery-image] Oct 09 17:14:12.287 INFO O| Oct 09 17:14:12.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51692024-10-09T17:14:14.174Z[ recovery-image] Oct 09 17:14:12.287 INFO O| Oct 09 17:14:12.287 INFO STEP 351 (remove_files) COMPLETE
51702024-10-09T17:14:14.176Z[ recovery-image] Oct 09 17:14:12.287 INFO O| Oct 09 17:14:12.287 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-10-09T17:14:14.184Z[ recovery-image] Oct 09 17:14:12.297 INFO O| Oct 09 17:14:12.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51722024-10-09T17:14:14.186Z[ recovery-image] Oct 09 17:14:12.297 INFO O| Oct 09 17:14:12.297 INFO STEP 352 (remove_files) COMPLETE
51732024-10-09T17:14:14.186Z[ recovery-image] Oct 09 17:14:12.297 INFO O| Oct 09 17:14:12.297 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-10-09T17:14:14.193Z[ recovery-image] Oct 09 17:14:12.307 INFO O| Oct 09 17:14:12.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51752024-10-09T17:14:14.195Z[ recovery-image] Oct 09 17:14:12.307 INFO O| Oct 09 17:14:12.307 INFO STEP 353 (remove_files) COMPLETE
51762024-10-09T17:14:14.196Z[ recovery-image] Oct 09 17:14:12.307 INFO O| Oct 09 17:14:12.307 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-10-09T17:14:14.203Z[ recovery-image] Oct 09 17:14:12.316 INFO O| Oct 09 17:14:12.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51782024-10-09T17:14:14.203Z[ recovery-image] Oct 09 17:14:12.316 INFO O| Oct 09 17:14:12.316 INFO STEP 354 (remove_files) COMPLETE
51792024-10-09T17:14:14.205Z[ recovery-image] Oct 09 17:14:12.316 INFO O| Oct 09 17:14:12.316 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-10-09T17:14:14.212Z[ recovery-image] Oct 09 17:14:12.326 INFO O| Oct 09 17:14:12.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51812024-10-09T17:14:14.212Z[ recovery-image] Oct 09 17:14:12.326 INFO O| Oct 09 17:14:12.326 INFO STEP 355 (remove_files) COMPLETE
51822024-10-09T17:14:14.215Z[ recovery-image] Oct 09 17:14:12.326 INFO O| Oct 09 17:14:12.326 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-10-09T17:14:14.222Z[ recovery-image] Oct 09 17:14:12.335 INFO O| Oct 09 17:14:12.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51842024-10-09T17:14:14.224Z[ recovery-image] Oct 09 17:14:12.335 INFO O| Oct 09 17:14:12.335 INFO STEP 356 (remove_files) COMPLETE
51852024-10-09T17:14:14.224Z[ recovery-image] Oct 09 17:14:12.335 INFO O| Oct 09 17:14:12.335 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-10-09T17:14:14.231Z[ recovery-image] Oct 09 17:14:12.345 INFO O| Oct 09 17:14:12.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51872024-10-09T17:14:14.231Z[ recovery-image] Oct 09 17:14:12.345 INFO O| Oct 09 17:14:12.345 INFO STEP 357 (remove_files) COMPLETE
51882024-10-09T17:14:14.231Z[ recovery-image] Oct 09 17:14:12.345 INFO O| Oct 09 17:14:12.345 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-10-09T17:14:14.241Z[ recovery-image] Oct 09 17:14:12.354 INFO O| Oct 09 17:14:12.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51902024-10-09T17:14:14.241Z[ recovery-image] Oct 09 17:14:12.354 INFO O| Oct 09 17:14:12.354 INFO STEP 358 (remove_files) COMPLETE
51912024-10-09T17:14:14.243Z[ recovery-image] Oct 09 17:14:12.354 INFO O| Oct 09 17:14:12.354 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-10-09T17:14:14.250Z[ recovery-image] Oct 09 17:14:12.363 INFO O| Oct 09 17:14:12.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51932024-10-09T17:14:14.250Z[ recovery-image] Oct 09 17:14:12.364 INFO O| Oct 09 17:14:12.364 INFO STEP 359 (remove_files) COMPLETE
51942024-10-09T17:14:14.252Z[ recovery-image] Oct 09 17:14:12.364 INFO O| Oct 09 17:14:12.364 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-10-09T17:14:14.260Z[ recovery-image] Oct 09 17:14:12.373 INFO O| Oct 09 17:14:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51962024-10-09T17:14:14.260Z[ recovery-image] Oct 09 17:14:12.373 INFO O| Oct 09 17:14:12.373 INFO STEP 360 (remove_files) COMPLETE
51972024-10-09T17:14:14.260Z[ recovery-image] Oct 09 17:14:12.373 INFO O| Oct 09 17:14:12.373 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-10-09T17:14:14.269Z[ recovery-image] Oct 09 17:14:12.382 INFO O| Oct 09 17:14:12.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51992024-10-09T17:14:14.269Z[ recovery-image] Oct 09 17:14:12.382 INFO O| Oct 09 17:14:12.382 INFO STEP 361 (remove_files) COMPLETE
52002024-10-09T17:14:14.269Z[ recovery-image] Oct 09 17:14:12.382 INFO O| Oct 09 17:14:12.382 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-10-09T17:14:14.279Z[ recovery-image] Oct 09 17:14:12.392 INFO O| Oct 09 17:14:12.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52022024-10-09T17:14:14.279Z[ recovery-image] Oct 09 17:14:12.392 INFO O| Oct 09 17:14:12.392 INFO STEP 362 (remove_files) COMPLETE
52032024-10-09T17:14:14.281Z[ recovery-image] Oct 09 17:14:12.392 INFO O| Oct 09 17:14:12.392 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-10-09T17:14:14.288Z[ recovery-image] Oct 09 17:14:12.401 INFO O| Oct 09 17:14:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52052024-10-09T17:14:14.288Z[ recovery-image] Oct 09 17:14:12.401 INFO O| Oct 09 17:14:12.401 INFO STEP 363 (remove_files) COMPLETE
52062024-10-09T17:14:14.291Z[ recovery-image] Oct 09 17:14:12.401 INFO O| Oct 09 17:14:12.401 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-10-09T17:14:14.298Z[ recovery-image] Oct 09 17:14:12.411 INFO O| Oct 09 17:14:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52082024-10-09T17:14:14.300Z[ recovery-image] Oct 09 17:14:12.411 INFO O| Oct 09 17:14:12.411 INFO STEP 364 (remove_files) COMPLETE
52092024-10-09T17:14:14.300Z[ recovery-image] Oct 09 17:14:12.411 INFO O| Oct 09 17:14:12.411 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-09T17:14:14.307Z[ recovery-image] Oct 09 17:14:12.420 INFO O| Oct 09 17:14:12.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52112024-10-09T17:14:14.307Z[ recovery-image] Oct 09 17:14:12.420 INFO O| Oct 09 17:14:12.420 INFO STEP 365 (remove_files) COMPLETE
52122024-10-09T17:14:14.309Z[ recovery-image] Oct 09 17:14:12.421 INFO O| Oct 09 17:14:12.420 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-09T17:14:14.317Z[ recovery-image] Oct 09 17:14:12.430 INFO O| Oct 09 17:14:12.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52142024-10-09T17:14:14.317Z[ recovery-image] Oct 09 17:14:12.430 INFO O| Oct 09 17:14:12.430 INFO STEP 366 (remove_files) COMPLETE
52152024-10-09T17:14:14.317Z[ recovery-image] Oct 09 17:14:12.430 INFO O| Oct 09 17:14:12.430 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-09T17:14:14.326Z[ recovery-image] Oct 09 17:14:12.439 INFO O| Oct 09 17:14:12.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52172024-10-09T17:14:14.326Z[ recovery-image] Oct 09 17:14:12.440 INFO O| Oct 09 17:14:12.439 INFO STEP 367 (remove_files) COMPLETE
52182024-10-09T17:14:14.329Z[ recovery-image] Oct 09 17:14:12.440 INFO O| Oct 09 17:14:12.440 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-09T17:14:14.336Z[ recovery-image] Oct 09 17:14:12.449 INFO O| Oct 09 17:14:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52202024-10-09T17:14:14.336Z[ recovery-image] Oct 09 17:14:12.449 INFO O| Oct 09 17:14:12.449 INFO STEP 368 (remove_files) COMPLETE
52212024-10-09T17:14:14.336Z[ recovery-image] Oct 09 17:14:12.449 INFO O| Oct 09 17:14:12.449 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-09T17:14:14.341Z[ host-image] Oct 09 17:14:12.454 INFO O| Oct 09 17:14:12.454 INFO O| Done
52232024-10-09T17:14:14.345Z[ recovery-image] Oct 09 17:14:12.459 INFO O| Oct 09 17:14:12.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52242024-10-09T17:14:14.345Z[ recovery-image] Oct 09 17:14:12.459 INFO O| Oct 09 17:14:12.459 INFO STEP 369 (remove_files) COMPLETE
52252024-10-09T17:14:14.345Z[ recovery-image] Oct 09 17:14:12.459 INFO O| Oct 09 17:14:12.459 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-09T17:14:14.357Z[ recovery-image] Oct 09 17:14:12.470 INFO O| Oct 09 17:14:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52272024-10-09T17:14:14.359Z[ recovery-image] Oct 09 17:14:12.470 INFO O| Oct 09 17:14:12.470 INFO STEP 370 (remove_files) COMPLETE
52282024-10-09T17:14:14.359Z[ recovery-image] Oct 09 17:14:12.470 INFO O| Oct 09 17:14:12.470 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-09T17:14:14.368Z[ recovery-image] Oct 09 17:14:12.481 INFO O| Oct 09 17:14:12.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52302024-10-09T17:14:14.368Z[ recovery-image] Oct 09 17:14:12.481 INFO O| Oct 09 17:14:12.481 INFO STEP 371 (remove_files) COMPLETE
52312024-10-09T17:14:14.368Z[ recovery-image] Oct 09 17:14:12.481 INFO O| Oct 09 17:14:12.481 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-09T17:14:14.378Z[ recovery-image] Oct 09 17:14:12.491 INFO O| Oct 09 17:14:12.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52332024-10-09T17:14:14.378Z[ recovery-image] Oct 09 17:14:12.491 INFO O| Oct 09 17:14:12.491 INFO STEP 372 (remove_files) COMPLETE
52342024-10-09T17:14:14.380Z[ recovery-image] Oct 09 17:14:12.491 INFO O| Oct 09 17:14:12.491 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-09T17:14:14.388Z[ recovery-image] Oct 09 17:14:12.501 INFO O| Oct 09 17:14:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52362024-10-09T17:14:14.390Z[ recovery-image] Oct 09 17:14:12.501 INFO O| Oct 09 17:14:12.501 INFO STEP 373 (remove_files) COMPLETE
52372024-10-09T17:14:14.390Z[ recovery-image] Oct 09 17:14:12.501 INFO O| Oct 09 17:14:12.501 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-09T17:14:14.400Z[ recovery-image] Oct 09 17:14:12.513 INFO O| Oct 09 17:14:12.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52392024-10-09T17:14:14.400Z[ recovery-image] Oct 09 17:14:12.513 INFO O| Oct 09 17:14:12.513 INFO STEP 374 (remove_files) COMPLETE
52402024-10-09T17:14:14.402Z[ recovery-image] Oct 09 17:14:12.513 INFO O| Oct 09 17:14:12.513 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-09T17:14:14.411Z[ recovery-image] Oct 09 17:14:12.525 INFO O| Oct 09 17:14:12.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52422024-10-09T17:14:14.411Z[ recovery-image] Oct 09 17:14:12.525 INFO O| Oct 09 17:14:12.525 INFO STEP 375 (remove_files) COMPLETE
52432024-10-09T17:14:14.414Z[ recovery-image] Oct 09 17:14:12.525 INFO O| Oct 09 17:14:12.525 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-09T17:14:14.422Z[ recovery-image] Oct 09 17:14:12.534 INFO O| Oct 09 17:14:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52452024-10-09T17:14:14.422Z[ recovery-image] Oct 09 17:14:12.535 INFO O| Oct 09 17:14:12.535 INFO STEP 376 (remove_files) COMPLETE
52462024-10-09T17:14:14.422Z[ recovery-image] Oct 09 17:14:12.535 INFO O| Oct 09 17:14:12.535 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-09T17:14:14.431Z[ recovery-image] Oct 09 17:14:12.545 INFO O| Oct 09 17:14:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52482024-10-09T17:14:14.434Z[ recovery-image] Oct 09 17:14:12.545 INFO O| Oct 09 17:14:12.545 INFO STEP 377 (remove_files) COMPLETE
52492024-10-09T17:14:14.434Z[ recovery-image] Oct 09 17:14:12.545 INFO O| Oct 09 17:14:12.545 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-09T17:14:14.441Z[ recovery-image] Oct 09 17:14:12.554 INFO O| Oct 09 17:14:12.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52512024-10-09T17:14:14.441Z[ recovery-image] Oct 09 17:14:12.554 INFO O| Oct 09 17:14:12.554 INFO STEP 378 (remove_files) COMPLETE
52522024-10-09T17:14:14.444Z[ recovery-image] Oct 09 17:14:12.554 INFO O| Oct 09 17:14:12.554 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-09T17:14:14.450Z[ recovery-image] Oct 09 17:14:12.564 INFO O| Oct 09 17:14:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52542024-10-09T17:14:14.452Z[ recovery-image] Oct 09 17:14:12.564 INFO O| Oct 09 17:14:12.564 INFO STEP 379 (remove_files) COMPLETE
52552024-10-09T17:14:14.452Z[ recovery-image] Oct 09 17:14:12.564 INFO O| Oct 09 17:14:12.564 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-09T17:14:14.460Z[ recovery-image] Oct 09 17:14:12.573 INFO O| Oct 09 17:14:12.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52572024-10-09T17:14:14.460Z[ recovery-image] Oct 09 17:14:12.573 INFO O| Oct 09 17:14:12.573 INFO STEP 380 (remove_files) COMPLETE
52582024-10-09T17:14:14.462Z[ recovery-image] Oct 09 17:14:12.573 INFO O| Oct 09 17:14:12.573 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-09T17:14:14.469Z[ recovery-image] Oct 09 17:14:12.583 INFO O| Oct 09 17:14:12.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52602024-10-09T17:14:14.470Z[ recovery-image] Oct 09 17:14:12.583 INFO O| Oct 09 17:14:12.583 INFO STEP 381 (remove_files) COMPLETE
52612024-10-09T17:14:14.470Z[ recovery-image] Oct 09 17:14:12.583 INFO O| Oct 09 17:14:12.583 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-09T17:14:14.479Z[ recovery-image] Oct 09 17:14:12.592 INFO O| Oct 09 17:14:12.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52632024-10-09T17:14:14.479Z[ recovery-image] Oct 09 17:14:12.592 INFO O| Oct 09 17:14:12.592 INFO STEP 382 (remove_files) COMPLETE
52642024-10-09T17:14:14.479Z[ recovery-image] Oct 09 17:14:12.593 INFO O| Oct 09 17:14:12.592 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-09T17:14:14.489Z[ recovery-image] Oct 09 17:14:12.602 INFO O| Oct 09 17:14:12.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52662024-10-09T17:14:14.489Z[ recovery-image] Oct 09 17:14:12.603 INFO O| Oct 09 17:14:12.603 INFO STEP 383 (remove_files) COMPLETE
52672024-10-09T17:14:14.491Z[ recovery-image] Oct 09 17:14:12.603 INFO O| Oct 09 17:14:12.603 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-09T17:14:14.499Z[ recovery-image] Oct 09 17:14:12.612 INFO O| Oct 09 17:14:12.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52692024-10-09T17:14:14.499Z[ recovery-image] Oct 09 17:14:12.612 INFO O| Oct 09 17:14:12.612 INFO STEP 384 (remove_files) COMPLETE
52702024-10-09T17:14:14.501Z[ recovery-image] Oct 09 17:14:12.612 INFO O| Oct 09 17:14:12.612 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-09T17:14:14.508Z[ recovery-image] Oct 09 17:14:12.622 INFO O| Oct 09 17:14:12.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52722024-10-09T17:14:14.508Z[ recovery-image] Oct 09 17:14:12.622 INFO O| Oct 09 17:14:12.622 INFO STEP 385 (remove_files) COMPLETE
52732024-10-09T17:14:14.508Z[ recovery-image] Oct 09 17:14:12.622 INFO O| Oct 09 17:14:12.622 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-09T17:14:14.518Z[ recovery-image] Oct 09 17:14:12.631 INFO O| Oct 09 17:14:12.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52752024-10-09T17:14:14.518Z[ recovery-image] Oct 09 17:14:12.631 INFO O| Oct 09 17:14:12.631 INFO STEP 386 (remove_files) COMPLETE
52762024-10-09T17:14:14.520Z[ recovery-image] Oct 09 17:14:12.631 INFO O| Oct 09 17:14:12.631 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-09T17:14:14.527Z[ recovery-image] Oct 09 17:14:12.641 INFO O| Oct 09 17:14:12.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52782024-10-09T17:14:14.527Z[ recovery-image] Oct 09 17:14:12.641 INFO O| Oct 09 17:14:12.641 INFO STEP 387 (remove_files) COMPLETE
52792024-10-09T17:14:14.527Z[ recovery-image] Oct 09 17:14:12.641 INFO O| Oct 09 17:14:12.641 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-09T17:14:14.601Z[ recovery-image] Oct 09 17:14:12.651 INFO O| Oct 09 17:14:12.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52812024-10-09T17:14:14.601Z[ recovery-image] Oct 09 17:14:12.651 INFO O| Oct 09 17:14:12.651 INFO STEP 388 (remove_files) COMPLETE
52822024-10-09T17:14:14.601Z[ recovery-image] Oct 09 17:14:12.651 INFO O| Oct 09 17:14:12.651 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.660 INFO O| Oct 09 17:14:12.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52842024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.661 INFO O| Oct 09 17:14:12.661 INFO STEP 389 (remove_files) COMPLETE
52852024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.661 INFO O| Oct 09 17:14:12.661 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.673 INFO O| Oct 09 17:14:12.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52872024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.673 INFO O| Oct 09 17:14:12.673 INFO STEP 390 (remove_files) COMPLETE
52882024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.673 INFO O| Oct 09 17:14:12.673 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.683 INFO O| Oct 09 17:14:12.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52902024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.683 INFO O| Oct 09 17:14:12.683 INFO STEP 391 (remove_files) COMPLETE
52912024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.683 INFO O| Oct 09 17:14:12.683 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.694 INFO O| Oct 09 17:14:12.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52932024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.694 INFO O| Oct 09 17:14:12.694 INFO STEP 392 (remove_files) COMPLETE
52942024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.694 INFO O| Oct 09 17:14:12.694 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.703 INFO O| Oct 09 17:14:12.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52962024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.703 INFO O| Oct 09 17:14:12.703 INFO STEP 393 (remove_files) COMPLETE
52972024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.703 INFO O| Oct 09 17:14:12.703 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.713 INFO O| Oct 09 17:14:12.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52992024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.713 INFO O| Oct 09 17:14:12.713 INFO STEP 394 (remove_files) COMPLETE
53002024-10-09T17:14:14.605Z[ recovery-image] Oct 09 17:14:12.713 INFO O| Oct 09 17:14:12.713 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-10-09T17:14:14.610Z[ recovery-image] Oct 09 17:14:12.723 INFO O| Oct 09 17:14:12.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53022024-10-09T17:14:14.612Z[ recovery-image] Oct 09 17:14:12.723 INFO O| Oct 09 17:14:12.723 INFO STEP 395 (remove_files) COMPLETE
53032024-10-09T17:14:14.612Z[ recovery-image] Oct 09 17:14:12.723 INFO O| Oct 09 17:14:12.723 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-10-09T17:14:14.619Z[ recovery-image] Oct 09 17:14:12.733 INFO O| Oct 09 17:14:12.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53052024-10-09T17:14:14.619Z[ recovery-image] Oct 09 17:14:12.733 INFO O| Oct 09 17:14:12.733 INFO STEP 396 (remove_files) COMPLETE
53062024-10-09T17:14:14.619Z[ recovery-image] Oct 09 17:14:12.733 INFO O| Oct 09 17:14:12.733 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-10-09T17:14:14.629Z[ recovery-image] Oct 09 17:14:12.742 INFO O| Oct 09 17:14:12.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53082024-10-09T17:14:14.629Z[ recovery-image] Oct 09 17:14:12.742 INFO O| Oct 09 17:14:12.742 INFO STEP 397 (remove_files) COMPLETE
53092024-10-09T17:14:14.632Z[ recovery-image] Oct 09 17:14:12.742 INFO O| Oct 09 17:14:12.742 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-10-09T17:14:14.638Z[ recovery-image] Oct 09 17:14:12.752 INFO O| Oct 09 17:14:12.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53112024-10-09T17:14:14.638Z[ recovery-image] Oct 09 17:14:12.752 INFO O| Oct 09 17:14:12.752 INFO STEP 398 (remove_files) COMPLETE
53122024-10-09T17:14:14.641Z[ recovery-image] Oct 09 17:14:12.752 INFO O| Oct 09 17:14:12.752 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-10-09T17:14:14.648Z[ recovery-image] Oct 09 17:14:12.761 INFO O| Oct 09 17:14:12.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53142024-10-09T17:14:14.650Z[ recovery-image] Oct 09 17:14:12.761 INFO O| Oct 09 17:14:12.761 INFO STEP 399 (remove_files) COMPLETE
53152024-10-09T17:14:14.650Z[ recovery-image] Oct 09 17:14:12.761 INFO O| Oct 09 17:14:12.761 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-10-09T17:14:14.658Z[ recovery-image] Oct 09 17:14:12.771 INFO O| Oct 09 17:14:12.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53172024-10-09T17:14:14.658Z[ recovery-image] Oct 09 17:14:12.771 INFO O| Oct 09 17:14:12.771 INFO STEP 400 (remove_files) COMPLETE
53182024-10-09T17:14:14.658Z[ recovery-image] Oct 09 17:14:12.771 INFO O| Oct 09 17:14:12.771 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-10-09T17:14:14.667Z[ recovery-image] Oct 09 17:14:12.781 INFO O| Oct 09 17:14:12.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53202024-10-09T17:14:14.667Z[ recovery-image] Oct 09 17:14:12.781 INFO O| Oct 09 17:14:12.781 INFO STEP 401 (remove_files) COMPLETE
53212024-10-09T17:14:14.676Z[ recovery-image] Oct 09 17:14:12.781 INFO O| Oct 09 17:14:12.781 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-10-09T17:14:14.685Z[ recovery-image] Oct 09 17:14:12.790 INFO O| Oct 09 17:14:12.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53232024-10-09T17:14:14.685Z[ recovery-image] Oct 09 17:14:12.790 INFO O| Oct 09 17:14:12.790 INFO STEP 402 (remove_files) COMPLETE
53242024-10-09T17:14:14.685Z[ recovery-image] Oct 09 17:14:12.790 INFO O| Oct 09 17:14:12.790 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-10-09T17:14:14.688Z[ recovery-image] Oct 09 17:14:12.800 INFO O| Oct 09 17:14:12.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53262024-10-09T17:14:14.688Z[ recovery-image] Oct 09 17:14:12.800 INFO O| Oct 09 17:14:12.800 INFO STEP 403 (remove_files) COMPLETE
53272024-10-09T17:14:14.688Z[ recovery-image] Oct 09 17:14:12.800 INFO O| Oct 09 17:14:12.800 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-10-09T17:14:14.696Z[ recovery-image] Oct 09 17:14:12.809 INFO O| Oct 09 17:14:12.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53292024-10-09T17:14:14.696Z[ recovery-image] Oct 09 17:14:12.809 INFO O| Oct 09 17:14:12.809 INFO STEP 404 (remove_files) COMPLETE
53302024-10-09T17:14:14.698Z[ recovery-image] Oct 09 17:14:12.809 INFO O| Oct 09 17:14:12.809 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-10-09T17:14:14.707Z[ recovery-image] Oct 09 17:14:12.819 INFO O| Oct 09 17:14:12.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53322024-10-09T17:14:14.707Z[ recovery-image] Oct 09 17:14:12.819 INFO O| Oct 09 17:14:12.819 INFO STEP 405 (remove_files) COMPLETE
53332024-10-09T17:14:14.709Z[ recovery-image] Oct 09 17:14:12.819 INFO O| Oct 09 17:14:12.819 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-10-09T17:14:14.715Z[ recovery-image] Oct 09 17:14:12.829 INFO O| Oct 09 17:14:12.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53352024-10-09T17:14:14.715Z[ recovery-image] Oct 09 17:14:12.829 INFO O| Oct 09 17:14:12.829 INFO STEP 406 (remove_files) COMPLETE
53362024-10-09T17:14:14.715Z[ recovery-image] Oct 09 17:14:12.829 INFO O| Oct 09 17:14:12.829 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-10-09T17:14:14.725Z[ recovery-image] Oct 09 17:14:12.838 INFO O| Oct 09 17:14:12.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53382024-10-09T17:14:14.725Z[ recovery-image] Oct 09 17:14:12.838 INFO O| Oct 09 17:14:12.838 INFO STEP 407 (remove_files) COMPLETE
53392024-10-09T17:14:14.728Z[ recovery-image] Oct 09 17:14:12.838 INFO O| Oct 09 17:14:12.838 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-10-09T17:14:14.734Z[ recovery-image] Oct 09 17:14:12.848 INFO O| Oct 09 17:14:12.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53412024-10-09T17:14:14.735Z[ recovery-image] Oct 09 17:14:12.848 INFO O| Oct 09 17:14:12.848 INFO STEP 408 (remove_files) COMPLETE
53422024-10-09T17:14:14.737Z[ recovery-image] Oct 09 17:14:12.848 INFO O| Oct 09 17:14:12.848 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-10-09T17:14:14.744Z[ recovery-image] Oct 09 17:14:12.857 INFO O| Oct 09 17:14:12.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53442024-10-09T17:14:14.744Z[ recovery-image] Oct 09 17:14:12.857 INFO O| Oct 09 17:14:12.857 INFO STEP 409 (remove_files) COMPLETE
53452024-10-09T17:14:14.744Z[ recovery-image] Oct 09 17:14:12.857 INFO O| Oct 09 17:14:12.857 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-10-09T17:14:14.753Z[ recovery-image] Oct 09 17:14:12.867 INFO O| Oct 09 17:14:12.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53472024-10-09T17:14:14.756Z[ recovery-image] Oct 09 17:14:12.867 INFO O| Oct 09 17:14:12.867 INFO STEP 410 (remove_files) COMPLETE
53482024-10-09T17:14:14.756Z[ recovery-image] Oct 09 17:14:12.867 INFO O| Oct 09 17:14:12.867 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-10-09T17:14:14.763Z[ recovery-image] Oct 09 17:14:12.877 INFO O| Oct 09 17:14:12.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53502024-10-09T17:14:14.763Z[ recovery-image] Oct 09 17:14:12.877 INFO O| Oct 09 17:14:12.877 INFO STEP 411 (remove_files) COMPLETE
53512024-10-09T17:14:14.765Z[ recovery-image] Oct 09 17:14:12.877 INFO O| Oct 09 17:14:12.877 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-10-09T17:14:14.773Z[ recovery-image] Oct 09 17:14:12.886 INFO O| Oct 09 17:14:12.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53532024-10-09T17:14:14.777Z[ recovery-image] Oct 09 17:14:12.886 INFO O| Oct 09 17:14:12.886 INFO STEP 412 (remove_files) COMPLETE
53542024-10-09T17:14:14.777Z[ recovery-image] Oct 09 17:14:12.886 INFO O| Oct 09 17:14:12.886 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-10-09T17:14:14.783Z[ recovery-image] Oct 09 17:14:12.896 INFO O| Oct 09 17:14:12.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53562024-10-09T17:14:14.783Z[ recovery-image] Oct 09 17:14:12.896 INFO O| Oct 09 17:14:12.896 INFO STEP 413 (remove_files) COMPLETE
53572024-10-09T17:14:14.783Z[ recovery-image] Oct 09 17:14:12.896 INFO O| Oct 09 17:14:12.896 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-10-09T17:14:14.792Z[ recovery-image] Oct 09 17:14:12.906 INFO O| Oct 09 17:14:12.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53592024-10-09T17:14:14.792Z[ recovery-image] Oct 09 17:14:12.906 INFO O| Oct 09 17:14:12.906 INFO STEP 414 (remove_files) COMPLETE
53602024-10-09T17:14:14.795Z[ recovery-image] Oct 09 17:14:12.906 INFO O| Oct 09 17:14:12.906 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-10-09T17:14:14.802Z[ recovery-image] Oct 09 17:14:12.915 INFO O| Oct 09 17:14:12.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53622024-10-09T17:14:14.802Z[ recovery-image] Oct 09 17:14:12.915 INFO O| Oct 09 17:14:12.915 INFO STEP 415 (remove_files) COMPLETE
53632024-10-09T17:14:14.805Z[ recovery-image] Oct 09 17:14:12.915 INFO O| Oct 09 17:14:12.915 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-10-09T17:14:14.812Z[ recovery-image] Oct 09 17:14:12.925 INFO O| Oct 09 17:14:12.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53652024-10-09T17:14:14.812Z[ recovery-image] Oct 09 17:14:12.925 INFO O| Oct 09 17:14:12.925 INFO STEP 416 (remove_files) COMPLETE
53662024-10-09T17:14:14.812Z[ recovery-image] Oct 09 17:14:12.925 INFO O| Oct 09 17:14:12.925 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-10-09T17:14:14.822Z[ recovery-image] Oct 09 17:14:12.935 INFO O| Oct 09 17:14:12.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53682024-10-09T17:14:14.822Z[ recovery-image] Oct 09 17:14:12.935 INFO O| Oct 09 17:14:12.935 INFO STEP 417 (remove_files) COMPLETE
53692024-10-09T17:14:14.822Z[ recovery-image] Oct 09 17:14:12.935 INFO O| Oct 09 17:14:12.935 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-10-09T17:14:14.824Z[ host-image] Oct 09 17:14:12.935 INFO O| Oct 09 17:14:12.935 INFO O| Done
53712024-10-09T17:14:14.832Z[ recovery-image] Oct 09 17:14:12.945 INFO O| Oct 09 17:14:12.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53722024-10-09T17:14:14.832Z[ recovery-image] Oct 09 17:14:12.945 INFO O| Oct 09 17:14:12.945 INFO STEP 418 (remove_files) COMPLETE
53732024-10-09T17:14:14.832Z[ recovery-image] Oct 09 17:14:12.945 INFO O| Oct 09 17:14:12.945 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-09T17:14:14.842Z[ recovery-image] Oct 09 17:14:12.956 INFO O| Oct 09 17:14:12.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53752024-10-09T17:14:14.842Z[ recovery-image] Oct 09 17:14:12.956 INFO O| Oct 09 17:14:12.956 INFO STEP 419 (remove_files) COMPLETE
53762024-10-09T17:14:14.845Z[ recovery-image] Oct 09 17:14:12.956 INFO O| Oct 09 17:14:12.956 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-09T17:14:14.853Z[ recovery-image] Oct 09 17:14:12.966 INFO O| Oct 09 17:14:12.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53782024-10-09T17:14:14.853Z[ recovery-image] Oct 09 17:14:12.966 INFO O| Oct 09 17:14:12.966 INFO STEP 420 (remove_files) COMPLETE
53792024-10-09T17:14:14.853Z[ recovery-image] Oct 09 17:14:12.966 INFO O| Oct 09 17:14:12.966 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-09T17:14:14.863Z[ recovery-image] Oct 09 17:14:12.976 INFO O| Oct 09 17:14:12.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53812024-10-09T17:14:14.865Z[ recovery-image] Oct 09 17:14:12.977 INFO O| Oct 09 17:14:12.977 INFO STEP 421 (remove_files) COMPLETE
53822024-10-09T17:14:14.865Z[ recovery-image] Oct 09 17:14:12.977 INFO O| Oct 09 17:14:12.977 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-09T17:14:14.873Z[ recovery-image] Oct 09 17:14:12.986 INFO O| Oct 09 17:14:12.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53842024-10-09T17:14:14.873Z[ recovery-image] Oct 09 17:14:12.986 INFO O| Oct 09 17:14:12.986 INFO STEP 422 (remove_files) COMPLETE
53852024-10-09T17:14:14.876Z[ recovery-image] Oct 09 17:14:12.986 INFO O| Oct 09 17:14:12.986 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-09T17:14:14.883Z[ recovery-image] Oct 09 17:14:12.996 INFO O| Oct 09 17:14:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53872024-10-09T17:14:14.883Z[ recovery-image] Oct 09 17:14:12.996 INFO O| Oct 09 17:14:12.996 INFO STEP 423 (remove_files) COMPLETE
53882024-10-09T17:14:14.886Z[ recovery-image] Oct 09 17:14:12.996 INFO O| Oct 09 17:14:12.996 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-09T17:14:14.894Z[ recovery-image] Oct 09 17:14:13.007 INFO O| Oct 09 17:14:13.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53902024-10-09T17:14:14.894Z[ recovery-image] Oct 09 17:14:13.008 INFO O| Oct 09 17:14:13.008 INFO STEP 424 (remove_files) COMPLETE
53912024-10-09T17:14:14.897Z[ recovery-image] Oct 09 17:14:13.008 INFO O| Oct 09 17:14:13.008 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-09T17:14:14.905Z[ recovery-image] Oct 09 17:14:13.018 INFO O| Oct 09 17:14:13.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53932024-10-09T17:14:14.905Z[ recovery-image] Oct 09 17:14:13.018 INFO O| Oct 09 17:14:13.018 INFO STEP 425 (remove_files) COMPLETE
53942024-10-09T17:14:14.905Z[ recovery-image] Oct 09 17:14:13.018 INFO O| Oct 09 17:14:13.018 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-09T17:14:14.914Z[ recovery-image] Oct 09 17:14:13.027 INFO O| Oct 09 17:14:13.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53962024-10-09T17:14:14.916Z[ recovery-image] Oct 09 17:14:13.028 INFO O| Oct 09 17:14:13.028 INFO STEP 426 (remove_files) COMPLETE
53972024-10-09T17:14:14.917Z[ recovery-image] Oct 09 17:14:13.028 INFO O| Oct 09 17:14:13.028 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-09T17:14:14.924Z[ recovery-image] Oct 09 17:14:13.037 INFO O| Oct 09 17:14:13.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53992024-10-09T17:14:14.924Z[ recovery-image] Oct 09 17:14:13.037 INFO O| Oct 09 17:14:13.037 INFO STEP 427 (remove_files) COMPLETE
54002024-10-09T17:14:14.926Z[ recovery-image] Oct 09 17:14:13.037 INFO O| Oct 09 17:14:13.037 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-09T17:14:14.934Z[ recovery-image] Oct 09 17:14:13.047 INFO O| Oct 09 17:14:13.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54022024-10-09T17:14:14.934Z[ recovery-image] Oct 09 17:14:13.047 INFO O| Oct 09 17:14:13.047 INFO STEP 428 (remove_files) COMPLETE
54032024-10-09T17:14:14.936Z[ recovery-image] Oct 09 17:14:13.047 INFO O| Oct 09 17:14:13.047 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-09T17:14:14.944Z[ recovery-image] Oct 09 17:14:13.057 INFO O| Oct 09 17:14:13.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54052024-10-09T17:14:14.946Z[ recovery-image] Oct 09 17:14:13.057 INFO O| Oct 09 17:14:13.057 INFO STEP 429 (remove_files) COMPLETE
54062024-10-09T17:14:14.946Z[ recovery-image] Oct 09 17:14:13.057 INFO O| Oct 09 17:14:13.057 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-09T17:14:14.953Z[ recovery-image] Oct 09 17:14:13.067 INFO O| Oct 09 17:14:13.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54082024-10-09T17:14:14.953Z[ recovery-image] Oct 09 17:14:13.067 INFO O| Oct 09 17:14:13.067 INFO STEP 430 (remove_files) COMPLETE
54092024-10-09T17:14:14.953Z[ recovery-image] Oct 09 17:14:13.067 INFO O| Oct 09 17:14:13.067 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-09T17:14:14.963Z[ recovery-image] Oct 09 17:14:13.076 INFO O| Oct 09 17:14:13.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54112024-10-09T17:14:14.965Z[ recovery-image] Oct 09 17:14:13.076 INFO O| Oct 09 17:14:13.076 INFO STEP 431 (remove_files) COMPLETE
54122024-10-09T17:14:14.966Z[ recovery-image] Oct 09 17:14:13.076 INFO O| Oct 09 17:14:13.076 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-09T17:14:14.973Z[ recovery-image] Oct 09 17:14:13.087 INFO O| Oct 09 17:14:13.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54142024-10-09T17:14:14.973Z[ recovery-image] Oct 09 17:14:13.087 INFO O| Oct 09 17:14:13.087 INFO STEP 432 (remove_files) COMPLETE
54152024-10-09T17:14:14.973Z[ recovery-image] Oct 09 17:14:13.087 INFO O| Oct 09 17:14:13.087 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-09T17:14:14.983Z[ recovery-image] Oct 09 17:14:13.097 INFO O| Oct 09 17:14:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54172024-10-09T17:14:14.983Z[ recovery-image] Oct 09 17:14:13.097 INFO O| Oct 09 17:14:13.097 INFO STEP 433 (remove_files) COMPLETE
54182024-10-09T17:14:14.987Z[ recovery-image] Oct 09 17:14:13.097 INFO O| Oct 09 17:14:13.097 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-09T17:14:14.993Z[ recovery-image] Oct 09 17:14:13.107 INFO O| Oct 09 17:14:13.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54202024-10-09T17:14:14.993Z[ recovery-image] Oct 09 17:14:13.107 INFO O| Oct 09 17:14:13.107 INFO STEP 434 (remove_files) COMPLETE
54212024-10-09T17:14:14.996Z[ recovery-image] Oct 09 17:14:13.107 INFO O| Oct 09 17:14:13.107 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-09T17:14:15.004Z[ recovery-image] Oct 09 17:14:13.118 INFO O| Oct 09 17:14:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54232024-10-09T17:14:15.004Z[ recovery-image] Oct 09 17:14:13.118 INFO O| Oct 09 17:14:13.118 INFO STEP 435 (remove_files) COMPLETE
54242024-10-09T17:14:15.004Z[ recovery-image] Oct 09 17:14:13.118 INFO O| Oct 09 17:14:13.118 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-09T17:14:15.015Z[ recovery-image] Oct 09 17:14:13.128 INFO O| Oct 09 17:14:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54262024-10-09T17:14:15.015Z[ recovery-image] Oct 09 17:14:13.128 INFO O| Oct 09 17:14:13.128 INFO STEP 436 (remove_files) COMPLETE
54272024-10-09T17:14:15.017Z[ recovery-image] Oct 09 17:14:13.128 INFO O| Oct 09 17:14:13.128 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-09T17:14:15.026Z[ recovery-image] Oct 09 17:14:13.138 INFO O| Oct 09 17:14:13.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54292024-10-09T17:14:15.026Z[ recovery-image] Oct 09 17:14:13.138 INFO O| Oct 09 17:14:13.138 INFO STEP 437 (remove_files) COMPLETE
54302024-10-09T17:14:15.026Z[ recovery-image] Oct 09 17:14:13.138 INFO O| Oct 09 17:14:13.138 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-09T17:14:15.035Z[ recovery-image] Oct 09 17:14:13.149 INFO O| Oct 09 17:14:13.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54322024-10-09T17:14:15.038Z[ recovery-image] Oct 09 17:14:13.149 INFO O| Oct 09 17:14:13.149 INFO STEP 438 (remove_files) COMPLETE
54332024-10-09T17:14:15.038Z[ recovery-image] Oct 09 17:14:13.149 INFO O| Oct 09 17:14:13.149 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-09T17:14:15.046Z[ recovery-image] Oct 09 17:14:13.159 INFO O| Oct 09 17:14:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54352024-10-09T17:14:15.046Z[ recovery-image] Oct 09 17:14:13.159 INFO O| Oct 09 17:14:13.159 INFO STEP 439 (remove_files) COMPLETE
54362024-10-09T17:14:15.046Z[ recovery-image] Oct 09 17:14:13.159 INFO O| Oct 09 17:14:13.159 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-09T17:14:15.055Z[ recovery-image] Oct 09 17:14:13.169 INFO O| Oct 09 17:14:13.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54382024-10-09T17:14:15.056Z[ recovery-image] Oct 09 17:14:13.169 INFO O| Oct 09 17:14:13.169 INFO STEP 440 (remove_files) COMPLETE
54392024-10-09T17:14:15.058Z[ recovery-image] Oct 09 17:14:13.169 INFO O| Oct 09 17:14:13.169 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-09T17:14:15.066Z[ recovery-image] Oct 09 17:14:13.180 INFO O| Oct 09 17:14:13.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54412024-10-09T17:14:15.066Z[ recovery-image] Oct 09 17:14:13.180 INFO O| Oct 09 17:14:13.180 INFO STEP 441 (remove_files) COMPLETE
54422024-10-09T17:14:15.069Z[ recovery-image] Oct 09 17:14:13.180 INFO O| Oct 09 17:14:13.180 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-09T17:14:15.074Z[ host-image] Oct 09 17:14:13.187 INFO O| Oct 09 17:14:13.187 INFO STEP 11 (pkg_install) COMPLETE
54442024-10-09T17:14:15.074Z[ host-image] Oct 09 17:14:13.187 INFO O| Oct 09 17:14:13.187 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54452024-10-09T17:14:15.076Z[ recovery-image] Oct 09 17:14:13.190 INFO O| Oct 09 17:14:13.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54462024-10-09T17:14:15.079Z[ recovery-image] Oct 09 17:14:13.190 INFO O| Oct 09 17:14:13.190 INFO STEP 442 (remove_files) COMPLETE
54472024-10-09T17:14:15.079Z[ recovery-image] Oct 09 17:14:13.190 INFO O| Oct 09 17:14:13.190 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-10-09T17:14:15.084Z[ host-image] Oct 09 17:14:13.197 INFO O| Oct 09 17:14:13.197 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
54492024-10-09T17:14:15.087Z[ recovery-image] Oct 09 17:14:13.200 INFO O| Oct 09 17:14:13.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54502024-10-09T17:14:15.087Z[ recovery-image] Oct 09 17:14:13.200 INFO O| Oct 09 17:14:13.200 INFO STEP 443 (remove_files) COMPLETE
54512024-10-09T17:14:15.087Z[ recovery-image] Oct 09 17:14:13.200 INFO O| Oct 09 17:14:13.200 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-09T17:14:15.096Z[ recovery-image] Oct 09 17:14:13.209 INFO O| Oct 09 17:14:13.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54532024-10-09T17:14:15.096Z[ recovery-image] Oct 09 17:14:13.210 INFO O| Oct 09 17:14:13.210 INFO STEP 444 (remove_files) COMPLETE
54542024-10-09T17:14:15.096Z[ recovery-image] Oct 09 17:14:13.210 INFO O| Oct 09 17:14:13.210 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-09T17:14:15.106Z[ recovery-image] Oct 09 17:14:13.219 INFO O| Oct 09 17:14:13.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54562024-10-09T17:14:15.106Z[ recovery-image] Oct 09 17:14:13.219 INFO O| Oct 09 17:14:13.219 INFO STEP 445 (remove_files) COMPLETE
54572024-10-09T17:14:15.108Z[ recovery-image] Oct 09 17:14:13.219 INFO O| Oct 09 17:14:13.219 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-09T17:14:15.115Z[ recovery-image] Oct 09 17:14:13.229 INFO O| Oct 09 17:14:13.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54592024-10-09T17:14:15.115Z[ recovery-image] Oct 09 17:14:13.229 INFO O| Oct 09 17:14:13.229 INFO STEP 446 (remove_files) COMPLETE
54602024-10-09T17:14:15.115Z[ recovery-image] Oct 09 17:14:13.229 INFO O| Oct 09 17:14:13.229 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-09T17:14:15.125Z[ recovery-image] Oct 09 17:14:13.238 INFO O| Oct 09 17:14:13.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54622024-10-09T17:14:15.128Z[ recovery-image] Oct 09 17:14:13.238 INFO O| Oct 09 17:14:13.238 INFO STEP 447 (remove_files) COMPLETE
54632024-10-09T17:14:15.128Z[ recovery-image] Oct 09 17:14:13.238 INFO O| Oct 09 17:14:13.238 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-09T17:14:15.135Z[ recovery-image] Oct 09 17:14:13.248 INFO O| Oct 09 17:14:13.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54652024-10-09T17:14:15.135Z[ recovery-image] Oct 09 17:14:13.248 INFO O| Oct 09 17:14:13.248 INFO STEP 448 (remove_files) COMPLETE
54662024-10-09T17:14:15.137Z[ recovery-image] Oct 09 17:14:13.248 INFO O| Oct 09 17:14:13.248 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-09T17:14:15.145Z[ recovery-image] Oct 09 17:14:13.257 INFO O| Oct 09 17:14:13.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54682024-10-09T17:14:15.145Z[ recovery-image] Oct 09 17:14:13.257 INFO O| Oct 09 17:14:13.257 INFO STEP 449 (remove_files) COMPLETE
54692024-10-09T17:14:15.147Z[ recovery-image] Oct 09 17:14:13.257 INFO O| Oct 09 17:14:13.257 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-09T17:14:15.154Z[ recovery-image] Oct 09 17:14:13.267 INFO O| Oct 09 17:14:13.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54712024-10-09T17:14:15.154Z[ recovery-image] Oct 09 17:14:13.267 INFO O| Oct 09 17:14:13.267 INFO STEP 450 (remove_files) COMPLETE
54722024-10-09T17:14:15.154Z[ recovery-image] Oct 09 17:14:13.267 INFO O| Oct 09 17:14:13.267 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-09T17:14:15.163Z[ recovery-image] Oct 09 17:14:13.276 INFO O| Oct 09 17:14:13.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54742024-10-09T17:14:15.163Z[ recovery-image] Oct 09 17:14:13.276 INFO O| Oct 09 17:14:13.276 INFO STEP 451 (remove_files) COMPLETE
54752024-10-09T17:14:15.165Z[ recovery-image] Oct 09 17:14:13.276 INFO O| Oct 09 17:14:13.276 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-09T17:14:15.172Z[ recovery-image] Oct 09 17:14:13.286 INFO O| Oct 09 17:14:13.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54772024-10-09T17:14:15.175Z[ recovery-image] Oct 09 17:14:13.286 INFO O| Oct 09 17:14:13.286 INFO STEP 452 (remove_files) COMPLETE
54782024-10-09T17:14:15.175Z[ recovery-image] Oct 09 17:14:13.286 INFO O| Oct 09 17:14:13.286 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-09T17:14:15.182Z[ recovery-image] Oct 09 17:14:13.295 INFO O| Oct 09 17:14:13.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54802024-10-09T17:14:15.182Z[ recovery-image] Oct 09 17:14:13.295 INFO O| Oct 09 17:14:13.295 INFO STEP 453 (remove_files) COMPLETE
54812024-10-09T17:14:15.182Z[ recovery-image] Oct 09 17:14:13.295 INFO O| Oct 09 17:14:13.295 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-09T17:14:15.191Z[ recovery-image] Oct 09 17:14:13.305 INFO O| Oct 09 17:14:13.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54832024-10-09T17:14:15.194Z[ recovery-image] Oct 09 17:14:13.305 INFO O| Oct 09 17:14:13.305 INFO STEP 454 (remove_files) COMPLETE
54842024-10-09T17:14:15.194Z[ recovery-image] Oct 09 17:14:13.305 INFO O| Oct 09 17:14:13.305 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-09T17:14:15.201Z[ recovery-image] Oct 09 17:14:13.314 INFO O| Oct 09 17:14:13.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54862024-10-09T17:14:15.201Z[ recovery-image] Oct 09 17:14:13.314 INFO O| Oct 09 17:14:13.314 INFO STEP 455 (remove_files) COMPLETE
54872024-10-09T17:14:15.201Z[ recovery-image] Oct 09 17:14:13.314 INFO O| Oct 09 17:14:13.314 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-09T17:14:15.211Z[ recovery-image] Oct 09 17:14:13.324 INFO O| Oct 09 17:14:13.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54892024-10-09T17:14:15.211Z[ recovery-image] Oct 09 17:14:13.324 INFO O| Oct 09 17:14:13.324 INFO STEP 456 (remove_files) COMPLETE
54902024-10-09T17:14:15.213Z[ recovery-image] Oct 09 17:14:13.324 INFO O| Oct 09 17:14:13.324 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-09T17:14:15.220Z[ recovery-image] Oct 09 17:14:13.333 INFO O| Oct 09 17:14:13.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54922024-10-09T17:14:15.220Z[ recovery-image] Oct 09 17:14:13.333 INFO O| Oct 09 17:14:13.333 INFO STEP 457 (remove_files) COMPLETE
54932024-10-09T17:14:15.223Z[ recovery-image] Oct 09 17:14:13.333 INFO O| Oct 09 17:14:13.333 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-09T17:14:15.230Z[ recovery-image] Oct 09 17:14:13.343 INFO O| Oct 09 17:14:13.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54952024-10-09T17:14:15.232Z[ recovery-image] Oct 09 17:14:13.343 INFO O| Oct 09 17:14:13.343 INFO STEP 458 (remove_files) COMPLETE
54962024-10-09T17:14:15.232Z[ recovery-image] Oct 09 17:14:13.343 INFO O| Oct 09 17:14:13.343 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-09T17:14:15.240Z[ recovery-image] Oct 09 17:14:13.353 INFO O| Oct 09 17:14:13.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54982024-10-09T17:14:15.240Z[ recovery-image] Oct 09 17:14:13.353 INFO O| Oct 09 17:14:13.353 INFO STEP 459 (remove_files) COMPLETE
54992024-10-09T17:14:15.240Z[ recovery-image] Oct 09 17:14:13.353 INFO O| Oct 09 17:14:13.353 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-09T17:14:15.249Z[ recovery-image] Oct 09 17:14:13.362 INFO O| Oct 09 17:14:13.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55012024-10-09T17:14:15.249Z[ recovery-image] Oct 09 17:14:13.362 INFO O| Oct 09 17:14:13.362 INFO STEP 460 (remove_files) COMPLETE
55022024-10-09T17:14:15.249Z[ recovery-image] Oct 09 17:14:13.362 INFO O| Oct 09 17:14:13.362 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-09T17:14:15.259Z[ recovery-image] Oct 09 17:14:13.372 INFO O| Oct 09 17:14:13.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55042024-10-09T17:14:15.259Z[ recovery-image] Oct 09 17:14:13.372 INFO O| Oct 09 17:14:13.372 INFO STEP 461 (remove_files) COMPLETE
55052024-10-09T17:14:15.262Z[ recovery-image] Oct 09 17:14:13.372 INFO O| Oct 09 17:14:13.372 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-09T17:14:15.269Z[ recovery-image] Oct 09 17:14:13.382 INFO O| Oct 09 17:14:13.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55072024-10-09T17:14:15.270Z[ recovery-image] Oct 09 17:14:13.382 INFO O| Oct 09 17:14:13.382 INFO STEP 462 (remove_files) COMPLETE
55082024-10-09T17:14:15.272Z[ recovery-image] Oct 09 17:14:13.382 INFO O| Oct 09 17:14:13.382 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-09T17:14:15.278Z[ recovery-image] Oct 09 17:14:13.391 INFO O| Oct 09 17:14:13.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55102024-10-09T17:14:15.278Z[ recovery-image] Oct 09 17:14:13.391 INFO O| Oct 09 17:14:13.391 INFO STEP 463 (remove_files) COMPLETE
55112024-10-09T17:14:15.278Z[ recovery-image] Oct 09 17:14:13.391 INFO O| Oct 09 17:14:13.391 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-09T17:14:15.288Z[ recovery-image] Oct 09 17:14:13.401 INFO O| Oct 09 17:14:13.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55132024-10-09T17:14:15.288Z[ recovery-image] Oct 09 17:14:13.401 INFO O| Oct 09 17:14:13.401 INFO STEP 464 (remove_files) COMPLETE
55142024-10-09T17:14:15.290Z[ recovery-image] Oct 09 17:14:13.401 INFO O| Oct 09 17:14:13.401 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-09T17:14:15.298Z[ recovery-image] Oct 09 17:14:13.411 INFO O| Oct 09 17:14:13.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55162024-10-09T17:14:15.298Z[ recovery-image] Oct 09 17:14:13.411 INFO O| Oct 09 17:14:13.411 INFO STEP 465 (remove_files) COMPLETE
55172024-10-09T17:14:15.301Z[ recovery-image] Oct 09 17:14:13.411 INFO O| Oct 09 17:14:13.411 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-09T17:14:15.307Z[ recovery-image] Oct 09 17:14:13.420 INFO O| Oct 09 17:14:13.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55192024-10-09T17:14:15.309Z[ recovery-image] Oct 09 17:14:13.420 INFO O| Oct 09 17:14:13.420 INFO STEP 466 (remove_files) COMPLETE
55202024-10-09T17:14:15.310Z[ recovery-image] Oct 09 17:14:13.420 INFO O| Oct 09 17:14:13.420 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-09T17:14:15.317Z[ recovery-image] Oct 09 17:14:13.430 INFO O| Oct 09 17:14:13.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55222024-10-09T17:14:15.318Z[ recovery-image] Oct 09 17:14:13.430 INFO O| Oct 09 17:14:13.430 INFO STEP 467 (remove_files) COMPLETE
55232024-10-09T17:14:15.318Z[ recovery-image] Oct 09 17:14:13.430 INFO O| Oct 09 17:14:13.430 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-09T17:14:15.326Z[ recovery-image] Oct 09 17:14:13.440 INFO O| Oct 09 17:14:13.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55252024-10-09T17:14:15.330Z[ recovery-image] Oct 09 17:14:13.440 INFO O| Oct 09 17:14:13.440 INFO STEP 468 (remove_files) COMPLETE
55262024-10-09T17:14:15.330Z[ recovery-image] Oct 09 17:14:13.440 INFO O| Oct 09 17:14:13.440 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-09T17:14:15.337Z[ recovery-image] Oct 09 17:14:13.450 INFO O| Oct 09 17:14:13.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55282024-10-09T17:14:15.340Z[ recovery-image] Oct 09 17:14:13.450 INFO O| Oct 09 17:14:13.450 INFO STEP 469 (remove_files) COMPLETE
55292024-10-09T17:14:15.340Z[ recovery-image] Oct 09 17:14:13.450 INFO O| Oct 09 17:14:13.450 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-09T17:14:15.347Z[ recovery-image] Oct 09 17:14:13.460 INFO O| Oct 09 17:14:13.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55312024-10-09T17:14:15.349Z[ recovery-image] Oct 09 17:14:13.460 INFO O| Oct 09 17:14:13.460 INFO STEP 470 (remove_files) COMPLETE
55322024-10-09T17:14:15.349Z[ recovery-image] Oct 09 17:14:13.460 INFO O| Oct 09 17:14:13.460 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-09T17:14:15.356Z[ recovery-image] Oct 09 17:14:13.469 INFO O| Oct 09 17:14:13.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55342024-10-09T17:14:15.356Z[ recovery-image] Oct 09 17:14:13.469 INFO O| Oct 09 17:14:13.469 INFO STEP 471 (remove_files) COMPLETE
55352024-10-09T17:14:15.358Z[ recovery-image] Oct 09 17:14:13.469 INFO O| Oct 09 17:14:13.469 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-09T17:14:15.365Z[ recovery-image] Oct 09 17:14:13.479 INFO O| Oct 09 17:14:13.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55372024-10-09T17:14:15.365Z[ recovery-image] Oct 09 17:14:13.479 INFO O| Oct 09 17:14:13.479 INFO STEP 472 (remove_files) COMPLETE
55382024-10-09T17:14:15.369Z[ recovery-image] Oct 09 17:14:13.479 INFO O| Oct 09 17:14:13.479 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-09T17:14:15.375Z[ recovery-image] Oct 09 17:14:13.488 INFO O| Oct 09 17:14:13.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55402024-10-09T17:14:15.375Z[ recovery-image] Oct 09 17:14:13.488 INFO O| Oct 09 17:14:13.488 INFO STEP 473 (remove_files) COMPLETE
55412024-10-09T17:14:15.377Z[ recovery-image] Oct 09 17:14:13.488 INFO O| Oct 09 17:14:13.488 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-09T17:14:15.391Z[ recovery-image] Oct 09 17:14:13.504 INFO O| Oct 09 17:14:13.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55432024-10-09T17:14:15.391Z[ recovery-image] Oct 09 17:14:13.504 INFO O| Oct 09 17:14:13.504 INFO STEP 474 (remove_files) COMPLETE
55442024-10-09T17:14:15.391Z[ recovery-image] Oct 09 17:14:13.504 INFO O| Oct 09 17:14:13.504 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-09T17:14:15.508Z[ recovery-image] Oct 09 17:14:13.621 INFO O| Oct 09 17:14:13.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55462024-10-09T17:14:15.508Z[ recovery-image] Oct 09 17:14:13.621 INFO O| Oct 09 17:14:13.621 INFO STEP 475 (remove_files) COMPLETE
55472024-10-09T17:14:15.508Z[ recovery-image] Oct 09 17:14:13.621 INFO O| Oct 09 17:14:13.621 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-09T17:14:15.518Z[ recovery-image] Oct 09 17:14:13.631 INFO O| Oct 09 17:14:13.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55492024-10-09T17:14:15.518Z[ recovery-image] Oct 09 17:14:13.631 INFO O| Oct 09 17:14:13.631 INFO STEP 476 (remove_files) COMPLETE
55502024-10-09T17:14:15.521Z[ recovery-image] Oct 09 17:14:13.631 INFO O| Oct 09 17:14:13.631 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-09T17:14:15.528Z[ recovery-image] Oct 09 17:14:13.641 INFO O| Oct 09 17:14:13.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55522024-10-09T17:14:15.528Z[ recovery-image] Oct 09 17:14:13.641 INFO O| Oct 09 17:14:13.641 INFO STEP 477 (remove_files) COMPLETE
55532024-10-09T17:14:15.528Z[ recovery-image] Oct 09 17:14:13.641 INFO O| Oct 09 17:14:13.641 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-09T17:14:15.538Z[ recovery-image] Oct 09 17:14:13.651 INFO O| Oct 09 17:14:13.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55552024-10-09T17:14:15.538Z[ recovery-image] Oct 09 17:14:13.651 INFO O| Oct 09 17:14:13.651 INFO STEP 478 (remove_files) COMPLETE
55562024-10-09T17:14:15.540Z[ recovery-image] Oct 09 17:14:13.651 INFO O| Oct 09 17:14:13.651 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-09T17:14:15.547Z[ recovery-image] Oct 09 17:14:13.660 INFO O| Oct 09 17:14:13.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55582024-10-09T17:14:15.547Z[ recovery-image] Oct 09 17:14:13.661 INFO O| Oct 09 17:14:13.660 INFO STEP 479 (remove_files) COMPLETE
55592024-10-09T17:14:15.550Z[ recovery-image] Oct 09 17:14:13.661 INFO O| Oct 09 17:14:13.661 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-09T17:14:15.557Z[ recovery-image] Oct 09 17:14:13.670 INFO O| Oct 09 17:14:13.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55612024-10-09T17:14:15.560Z[ recovery-image] Oct 09 17:14:13.671 INFO O| Oct 09 17:14:13.671 INFO STEP 480 (remove_files) COMPLETE
55622024-10-09T17:14:15.560Z[ recovery-image] Oct 09 17:14:13.671 INFO O| Oct 09 17:14:13.671 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-09T17:14:15.567Z[ recovery-image] Oct 09 17:14:13.680 INFO O| Oct 09 17:14:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55642024-10-09T17:14:15.567Z[ recovery-image] Oct 09 17:14:13.681 INFO O| Oct 09 17:14:13.681 INFO STEP 481 (remove_files) COMPLETE
55652024-10-09T17:14:15.567Z[ recovery-image] Oct 09 17:14:13.681 INFO O| Oct 09 17:14:13.681 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-09T17:14:15.578Z[ recovery-image] Oct 09 17:14:13.690 INFO O| Oct 09 17:14:13.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55672024-10-09T17:14:15.578Z[ recovery-image] Oct 09 17:14:13.690 INFO O| Oct 09 17:14:13.690 INFO STEP 482 (remove_files) COMPLETE
55682024-10-09T17:14:15.581Z[ recovery-image] Oct 09 17:14:13.690 INFO O| Oct 09 17:14:13.690 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-09T17:14:15.588Z[ recovery-image] Oct 09 17:14:13.700 INFO O| Oct 09 17:14:13.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55702024-10-09T17:14:15.590Z[ recovery-image] Oct 09 17:14:13.700 INFO O| Oct 09 17:14:13.700 INFO STEP 483 (remove_files) COMPLETE
55712024-10-09T17:14:15.590Z[ recovery-image] Oct 09 17:14:13.700 INFO O| Oct 09 17:14:13.700 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-10-09T17:14:15.597Z[ recovery-image] Oct 09 17:14:13.710 INFO O| Oct 09 17:14:13.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55732024-10-09T17:14:15.597Z[ recovery-image] Oct 09 17:14:13.710 INFO O| Oct 09 17:14:13.710 INFO STEP 484 (remove_files) COMPLETE
55742024-10-09T17:14:15.600Z[ recovery-image] Oct 09 17:14:13.710 INFO O| Oct 09 17:14:13.710 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-10-09T17:14:15.606Z[ recovery-image] Oct 09 17:14:13.719 INFO O| Oct 09 17:14:13.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55762024-10-09T17:14:15.609Z[ recovery-image] Oct 09 17:14:13.719 INFO O| Oct 09 17:14:13.719 INFO STEP 485 (remove_files) COMPLETE
55772024-10-09T17:14:15.609Z[ recovery-image] Oct 09 17:14:13.720 INFO O| Oct 09 17:14:13.719 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-10-09T17:14:15.616Z[ recovery-image] Oct 09 17:14:13.729 INFO O| Oct 09 17:14:13.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55792024-10-09T17:14:15.618Z[ recovery-image] Oct 09 17:14:13.729 INFO O| Oct 09 17:14:13.729 INFO STEP 486 (remove_files) COMPLETE
55802024-10-09T17:14:15.618Z[ recovery-image] Oct 09 17:14:13.729 INFO O| Oct 09 17:14:13.729 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-10-09T17:14:15.625Z[ recovery-image] Oct 09 17:14:13.738 INFO O| Oct 09 17:14:13.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55822024-10-09T17:14:15.625Z[ recovery-image] Oct 09 17:14:13.738 INFO O| Oct 09 17:14:13.738 INFO STEP 487 (remove_files) COMPLETE
55832024-10-09T17:14:15.627Z[ recovery-image] Oct 09 17:14:13.738 INFO O| Oct 09 17:14:13.738 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-10-09T17:14:15.635Z[ recovery-image] Oct 09 17:14:13.748 INFO O| Oct 09 17:14:13.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55852024-10-09T17:14:15.637Z[ recovery-image] Oct 09 17:14:13.748 INFO O| Oct 09 17:14:13.748 INFO STEP 488 (remove_files) COMPLETE
55862024-10-09T17:14:15.637Z[ recovery-image] Oct 09 17:14:13.748 INFO O| Oct 09 17:14:13.748 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-09T17:14:15.645Z[ recovery-image] Oct 09 17:14:13.758 INFO O| Oct 09 17:14:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55882024-10-09T17:14:15.645Z[ recovery-image] Oct 09 17:14:13.758 INFO O| Oct 09 17:14:13.758 INFO STEP 489 (remove_files) COMPLETE
55892024-10-09T17:14:15.647Z[ recovery-image] Oct 09 17:14:13.758 INFO O| Oct 09 17:14:13.758 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-10-09T17:14:15.654Z[ recovery-image] Oct 09 17:14:13.767 INFO O| Oct 09 17:14:13.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55912024-10-09T17:14:15.656Z[ recovery-image] Oct 09 17:14:13.767 INFO O| Oct 09 17:14:13.767 INFO STEP 490 (remove_files) COMPLETE
55922024-10-09T17:14:15.656Z[ recovery-image] Oct 09 17:14:13.767 INFO O| Oct 09 17:14:13.767 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-10-09T17:14:15.664Z[ recovery-image] Oct 09 17:14:13.777 INFO O| Oct 09 17:14:13.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55942024-10-09T17:14:15.666Z[ recovery-image] Oct 09 17:14:13.777 INFO O| Oct 09 17:14:13.777 INFO STEP 491 (remove_files) COMPLETE
55952024-10-09T17:14:15.666Z[ recovery-image] Oct 09 17:14:13.777 INFO O| Oct 09 17:14:13.777 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-09T17:14:15.673Z[ recovery-image] Oct 09 17:14:13.786 INFO O| Oct 09 17:14:13.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55972024-10-09T17:14:15.676Z[ recovery-image] Oct 09 17:14:13.787 INFO O| Oct 09 17:14:13.786 INFO STEP 492 (remove_files) COMPLETE
55982024-10-09T17:14:15.676Z[ host-image] Oct 09 17:14:13.787 INFO O| Oct 09 17:14:13.786 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
55992024-10-09T17:14:15.676Z[ recovery-image] Oct 09 17:14:13.787 INFO O| Oct 09 17:14:13.787 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-10-09T17:14:15.683Z[ recovery-image] Oct 09 17:14:13.796 INFO O| Oct 09 17:14:13.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56012024-10-09T17:14:15.683Z[ recovery-image] Oct 09 17:14:13.796 INFO O| Oct 09 17:14:13.796 INFO STEP 493 (remove_files) COMPLETE
56022024-10-09T17:14:15.686Z[ recovery-image] Oct 09 17:14:13.796 INFO O| Oct 09 17:14:13.796 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-09T17:14:15.693Z[ recovery-image] Oct 09 17:14:13.806 INFO O| Oct 09 17:14:13.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56042024-10-09T17:14:15.693Z[ recovery-image] Oct 09 17:14:13.806 INFO O| Oct 09 17:14:13.806 INFO STEP 494 (remove_files) COMPLETE
56052024-10-09T17:14:15.700Z[ recovery-image] Oct 09 17:14:13.806 INFO O| Oct 09 17:14:13.806 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-09T17:14:15.703Z[ recovery-image] Oct 09 17:14:13.816 INFO O| Oct 09 17:14:13.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56072024-10-09T17:14:15.703Z[ recovery-image] Oct 09 17:14:13.816 INFO O| Oct 09 17:14:13.816 INFO STEP 495 (remove_files) COMPLETE
56082024-10-09T17:14:15.703Z[ recovery-image] Oct 09 17:14:13.816 INFO O| Oct 09 17:14:13.816 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-09T17:14:15.713Z[ recovery-image] Oct 09 17:14:13.826 INFO O| Oct 09 17:14:13.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56102024-10-09T17:14:15.713Z[ recovery-image] Oct 09 17:14:13.826 INFO O| Oct 09 17:14:13.826 INFO STEP 496 (remove_files) COMPLETE
56112024-10-09T17:14:15.715Z[ recovery-image] Oct 09 17:14:13.826 INFO O| Oct 09 17:14:13.826 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-09T17:14:15.723Z[ recovery-image] Oct 09 17:14:13.836 INFO O| Oct 09 17:14:13.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56132024-10-09T17:14:15.723Z[ recovery-image] Oct 09 17:14:13.836 INFO O| Oct 09 17:14:13.836 INFO STEP 497 (remove_files) COMPLETE
56142024-10-09T17:14:15.725Z[ recovery-image] Oct 09 17:14:13.836 INFO O| Oct 09 17:14:13.836 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-09T17:14:15.732Z[ recovery-image] Oct 09 17:14:13.845 INFO O| Oct 09 17:14:13.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56162024-10-09T17:14:15.735Z[ recovery-image] Oct 09 17:14:13.845 INFO O| Oct 09 17:14:13.845 INFO STEP 498 (remove_files) COMPLETE
56172024-10-09T17:14:15.735Z[ recovery-image] Oct 09 17:14:13.846 INFO O| Oct 09 17:14:13.845 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-09T17:14:15.742Z[ recovery-image] Oct 09 17:14:13.855 INFO O| Oct 09 17:14:13.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56192024-10-09T17:14:15.745Z[ recovery-image] Oct 09 17:14:13.855 INFO O| Oct 09 17:14:13.855 INFO STEP 499 (remove_files) COMPLETE
56202024-10-09T17:14:15.745Z[ recovery-image] Oct 09 17:14:13.855 INFO O| Oct 09 17:14:13.855 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-09T17:14:15.752Z[ recovery-image] Oct 09 17:14:13.865 INFO O| Oct 09 17:14:13.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56222024-10-09T17:14:15.752Z[ recovery-image] Oct 09 17:14:13.865 INFO O| Oct 09 17:14:13.865 INFO STEP 500 (remove_files) COMPLETE
56232024-10-09T17:14:15.754Z[ recovery-image] Oct 09 17:14:13.865 INFO O| Oct 09 17:14:13.865 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-09T17:14:15.762Z[ recovery-image] Oct 09 17:14:13.875 INFO O| Oct 09 17:14:13.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56252024-10-09T17:14:15.762Z[ recovery-image] Oct 09 17:14:13.875 INFO O| Oct 09 17:14:13.875 INFO STEP 501 (remove_files) COMPLETE
56262024-10-09T17:14:15.762Z[ recovery-image] Oct 09 17:14:13.875 INFO O| Oct 09 17:14:13.875 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-09T17:14:15.772Z[ recovery-image] Oct 09 17:14:13.885 INFO O| Oct 09 17:14:13.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56282024-10-09T17:14:15.772Z[ recovery-image] Oct 09 17:14:13.885 INFO O| Oct 09 17:14:13.885 INFO STEP 502 (remove_files) COMPLETE
56292024-10-09T17:14:15.772Z[ recovery-image] Oct 09 17:14:13.885 INFO O| Oct 09 17:14:13.885 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-09T17:14:15.781Z[ recovery-image] Oct 09 17:14:13.894 INFO O| Oct 09 17:14:13.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56312024-10-09T17:14:15.781Z[ recovery-image] Oct 09 17:14:13.894 INFO O| Oct 09 17:14:13.894 INFO STEP 503 (remove_files) COMPLETE
56322024-10-09T17:14:15.784Z[ recovery-image] Oct 09 17:14:13.894 INFO O| Oct 09 17:14:13.894 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-09T17:14:15.791Z[ recovery-image] Oct 09 17:14:13.904 INFO O| Oct 09 17:14:13.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56342024-10-09T17:14:15.791Z[ recovery-image] Oct 09 17:14:13.904 INFO O| Oct 09 17:14:13.904 INFO STEP 504 (remove_files) COMPLETE
56352024-10-09T17:14:15.793Z[ recovery-image] Oct 09 17:14:13.904 INFO O| Oct 09 17:14:13.904 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-09T17:14:15.800Z[ recovery-image] Oct 09 17:14:13.913 INFO O| Oct 09 17:14:13.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56372024-10-09T17:14:15.800Z[ recovery-image] Oct 09 17:14:13.914 INFO O| Oct 09 17:14:13.913 INFO STEP 505 (remove_files) COMPLETE
56382024-10-09T17:14:15.803Z[ recovery-image] Oct 09 17:14:13.914 INFO O| Oct 09 17:14:13.914 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-09T17:14:15.810Z[ recovery-image] Oct 09 17:14:13.923 INFO O| Oct 09 17:14:13.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56402024-10-09T17:14:15.813Z[ recovery-image] Oct 09 17:14:13.924 INFO O| Oct 09 17:14:13.924 INFO STEP 506 (remove_files) COMPLETE
56412024-10-09T17:14:15.813Z[ recovery-image] Oct 09 17:14:13.924 INFO O| Oct 09 17:14:13.924 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-09T17:14:15.821Z[ recovery-image] Oct 09 17:14:13.933 INFO O| Oct 09 17:14:13.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56432024-10-09T17:14:15.821Z[ recovery-image] Oct 09 17:14:13.933 INFO O| Oct 09 17:14:13.933 INFO STEP 507 (remove_files) COMPLETE
56442024-10-09T17:14:15.823Z[ recovery-image] Oct 09 17:14:13.933 INFO O| Oct 09 17:14:13.933 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-09T17:14:15.830Z[ recovery-image] Oct 09 17:14:13.943 INFO O| Oct 09 17:14:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56462024-10-09T17:14:15.830Z[ recovery-image] Oct 09 17:14:13.943 INFO O| Oct 09 17:14:13.943 INFO STEP 508 (remove_files) COMPLETE
56472024-10-09T17:14:15.832Z[ recovery-image] Oct 09 17:14:13.943 INFO O| Oct 09 17:14:13.943 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-09T17:14:15.840Z[ recovery-image] Oct 09 17:14:13.953 INFO O| Oct 09 17:14:13.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56492024-10-09T17:14:15.840Z[ recovery-image] Oct 09 17:14:13.953 INFO O| Oct 09 17:14:13.953 INFO STEP 509 (remove_files) COMPLETE
56502024-10-09T17:14:15.840Z[ recovery-image] Oct 09 17:14:13.953 INFO O| Oct 09 17:14:13.953 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-09T17:14:15.850Z[ recovery-image] Oct 09 17:14:13.963 INFO O| Oct 09 17:14:13.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56522024-10-09T17:14:15.850Z[ recovery-image] Oct 09 17:14:13.963 INFO O| Oct 09 17:14:13.963 INFO STEP 510 (remove_files) COMPLETE
56532024-10-09T17:14:15.850Z[ recovery-image] Oct 09 17:14:13.963 INFO O| Oct 09 17:14:13.963 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-09T17:14:15.859Z[ recovery-image] Oct 09 17:14:13.972 INFO O| Oct 09 17:14:13.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56552024-10-09T17:14:15.862Z[ recovery-image] Oct 09 17:14:13.973 INFO O| Oct 09 17:14:13.973 INFO STEP 511 (remove_files) COMPLETE
56562024-10-09T17:14:15.862Z[ recovery-image] Oct 09 17:14:13.973 INFO O| Oct 09 17:14:13.973 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-09T17:14:15.870Z[ recovery-image] Oct 09 17:14:13.983 INFO O| Oct 09 17:14:13.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56582024-10-09T17:14:15.873Z[ recovery-image] Oct 09 17:14:13.983 INFO O| Oct 09 17:14:13.983 INFO STEP 512 (remove_files) COMPLETE
56592024-10-09T17:14:15.873Z[ recovery-image] Oct 09 17:14:13.983 INFO O| Oct 09 17:14:13.983 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-09T17:14:15.880Z[ recovery-image] Oct 09 17:14:13.993 INFO O| Oct 09 17:14:13.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56612024-10-09T17:14:15.883Z[ recovery-image] Oct 09 17:14:13.994 INFO O| Oct 09 17:14:13.994 INFO STEP 513 (remove_files) COMPLETE
56622024-10-09T17:14:15.883Z[ recovery-image] Oct 09 17:14:13.994 INFO O| Oct 09 17:14:13.994 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-09T17:14:15.891Z[ recovery-image] Oct 09 17:14:14.004 INFO O| Oct 09 17:14:14.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56642024-10-09T17:14:15.891Z[ recovery-image] Oct 09 17:14:14.004 INFO O| Oct 09 17:14:14.004 INFO STEP 514 (remove_files) COMPLETE
56652024-10-09T17:14:15.891Z[ recovery-image] Oct 09 17:14:14.004 INFO O| Oct 09 17:14:14.004 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-09T17:14:15.901Z[ recovery-image] Oct 09 17:14:14.014 INFO O| Oct 09 17:14:14.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56672024-10-09T17:14:15.904Z[ recovery-image] Oct 09 17:14:14.015 INFO O| Oct 09 17:14:14.015 INFO STEP 515 (remove_files) COMPLETE
56682024-10-09T17:14:15.904Z[ recovery-image] Oct 09 17:14:14.015 INFO O| Oct 09 17:14:14.015 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-09T17:14:15.911Z[ recovery-image] Oct 09 17:14:14.024 INFO O| Oct 09 17:14:14.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56702024-10-09T17:14:15.911Z[ recovery-image] Oct 09 17:14:14.024 INFO O| Oct 09 17:14:14.024 INFO STEP 516 (remove_files) COMPLETE
56712024-10-09T17:14:15.914Z[ recovery-image] Oct 09 17:14:14.024 INFO O| Oct 09 17:14:14.024 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-09T17:14:15.921Z[ recovery-image] Oct 09 17:14:14.034 INFO O| Oct 09 17:14:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56732024-10-09T17:14:15.924Z[ recovery-image] Oct 09 17:14:14.034 INFO O| Oct 09 17:14:14.034 INFO STEP 517 (remove_files) COMPLETE
56742024-10-09T17:14:15.924Z[ recovery-image] Oct 09 17:14:14.034 INFO O| Oct 09 17:14:14.034 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-09T17:14:15.936Z[ recovery-image] Oct 09 17:14:14.049 INFO O| Oct 09 17:14:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56762024-10-09T17:14:15.938Z[ recovery-image] Oct 09 17:14:14.049 INFO O| Oct 09 17:14:14.049 INFO STEP 518 (remove_files) COMPLETE
56772024-10-09T17:14:15.938Z[ recovery-image] Oct 09 17:14:14.049 INFO O| Oct 09 17:14:14.049 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-09T17:14:15.951Z[ recovery-image] Oct 09 17:14:14.064 INFO O| Oct 09 17:14:14.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56792024-10-09T17:14:15.954Z[ recovery-image] Oct 09 17:14:14.064 INFO O| Oct 09 17:14:14.064 INFO STEP 519 (remove_files) COMPLETE
56802024-10-09T17:14:15.954Z[ recovery-image] Oct 09 17:14:14.065 INFO O| Oct 09 17:14:14.064 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-09T17:14:15.966Z[ recovery-image] Oct 09 17:14:14.079 INFO O| Oct 09 17:14:14.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56822024-10-09T17:14:15.969Z[ recovery-image] Oct 09 17:14:14.079 INFO O| Oct 09 17:14:14.079 INFO STEP 520 (remove_files) COMPLETE
56832024-10-09T17:14:15.969Z[ recovery-image] Oct 09 17:14:14.080 INFO O| Oct 09 17:14:14.079 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-09T17:14:15.984Z[ recovery-image] Oct 09 17:14:14.097 INFO O| Oct 09 17:14:14.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56852024-10-09T17:14:15.986Z[ recovery-image] Oct 09 17:14:14.097 INFO O| Oct 09 17:14:14.097 INFO STEP 521 (remove_files) COMPLETE
56862024-10-09T17:14:15.986Z[ recovery-image] Oct 09 17:14:14.097 INFO O| Oct 09 17:14:14.097 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-09T17:14:16.001Z[ recovery-image] Oct 09 17:14:14.114 INFO O| Oct 09 17:14:14.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56882024-10-09T17:14:16.004Z[ recovery-image] Oct 09 17:14:14.114 INFO O| Oct 09 17:14:14.114 INFO STEP 522 (remove_files) COMPLETE
56892024-10-09T17:14:16.004Z[ recovery-image] Oct 09 17:14:14.114 INFO O| Oct 09 17:14:14.114 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-09T17:14:16.016Z[ recovery-image] Oct 09 17:14:14.129 INFO O| Oct 09 17:14:14.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56912024-10-09T17:14:16.018Z[ recovery-image] Oct 09 17:14:14.129 INFO O| Oct 09 17:14:14.129 INFO STEP 523 (remove_files) COMPLETE
56922024-10-09T17:14:16.018Z[ recovery-image] Oct 09 17:14:14.129 INFO O| Oct 09 17:14:14.129 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-09T17:14:16.031Z[ recovery-image] Oct 09 17:14:14.144 INFO O| Oct 09 17:14:14.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56942024-10-09T17:14:16.034Z[ recovery-image] Oct 09 17:14:14.144 INFO O| Oct 09 17:14:14.144 INFO STEP 524 (remove_files) COMPLETE
56952024-10-09T17:14:16.034Z[ recovery-image] Oct 09 17:14:14.145 INFO O| Oct 09 17:14:14.144 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-09T17:14:16.049Z[ recovery-image] Oct 09 17:14:14.162 INFO O| Oct 09 17:14:14.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56972024-10-09T17:14:16.052Z[ recovery-image] Oct 09 17:14:14.162 INFO O| Oct 09 17:14:14.162 INFO STEP 525 (remove_files) COMPLETE
56982024-10-09T17:14:16.052Z[ recovery-image] Oct 09 17:14:14.162 INFO O| Oct 09 17:14:14.162 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-09T17:14:16.067Z[ recovery-image] Oct 09 17:14:14.180 INFO O| Oct 09 17:14:14.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57002024-10-09T17:14:16.070Z[ recovery-image] Oct 09 17:14:14.180 INFO O| Oct 09 17:14:14.180 INFO STEP 526 (remove_files) COMPLETE
57012024-10-09T17:14:16.070Z[ recovery-image] Oct 09 17:14:14.180 INFO O| Oct 09 17:14:14.180 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-09T17:14:16.085Z[ recovery-image] Oct 09 17:14:14.198 INFO O| Oct 09 17:14:14.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57032024-10-09T17:14:16.085Z[ recovery-image] Oct 09 17:14:14.198 INFO O| Oct 09 17:14:14.198 INFO STEP 527 (remove_files) COMPLETE
57042024-10-09T17:14:16.085Z[ recovery-image] Oct 09 17:14:14.198 INFO O| Oct 09 17:14:14.198 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-09T17:14:16.103Z[ recovery-image] Oct 09 17:14:14.216 INFO O| Oct 09 17:14:14.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57062024-10-09T17:14:16.105Z[ recovery-image] Oct 09 17:14:14.216 INFO O| Oct 09 17:14:14.216 INFO STEP 528 (remove_files) COMPLETE
57072024-10-09T17:14:16.105Z[ recovery-image] Oct 09 17:14:14.216 INFO O| Oct 09 17:14:14.216 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-09T17:14:16.123Z[ recovery-image] Oct 09 17:14:14.236 INFO O| Oct 09 17:14:14.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57092024-10-09T17:14:16.125Z[ recovery-image] Oct 09 17:14:14.236 INFO O| Oct 09 17:14:14.236 INFO STEP 529 (remove_files) COMPLETE
57102024-10-09T17:14:16.125Z[ recovery-image] Oct 09 17:14:14.236 INFO O| Oct 09 17:14:14.236 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-09T17:14:16.137Z[ recovery-image] Oct 09 17:14:14.250 INFO O| Oct 09 17:14:14.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57122024-10-09T17:14:16.140Z[ recovery-image] Oct 09 17:14:14.250 INFO O| Oct 09 17:14:14.250 INFO STEP 530 (remove_files) COMPLETE
57132024-10-09T17:14:16.140Z[ recovery-image] Oct 09 17:14:14.250 INFO O| Oct 09 17:14:14.250 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-09T17:14:16.151Z[ recovery-image] Oct 09 17:14:14.264 INFO O| Oct 09 17:14:14.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57152024-10-09T17:14:16.154Z[ recovery-image] Oct 09 17:14:14.264 INFO O| Oct 09 17:14:14.264 INFO STEP 531 (remove_files) COMPLETE
57162024-10-09T17:14:16.154Z[ recovery-image] Oct 09 17:14:14.264 INFO O| Oct 09 17:14:14.264 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-09T17:14:16.165Z[ recovery-image] Oct 09 17:14:14.278 INFO O| Oct 09 17:14:14.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57182024-10-09T17:14:16.168Z[ recovery-image] Oct 09 17:14:14.279 INFO O| Oct 09 17:14:14.279 INFO STEP 532 (remove_files) COMPLETE
57192024-10-09T17:14:16.168Z[ recovery-image] Oct 09 17:14:14.279 INFO O| Oct 09 17:14:14.279 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-09T17:14:16.179Z[ recovery-image] Oct 09 17:14:14.292 INFO O| Oct 09 17:14:14.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57212024-10-09T17:14:16.182Z[ recovery-image] Oct 09 17:14:14.293 INFO O| Oct 09 17:14:14.293 INFO STEP 533 (remove_files) COMPLETE
57222024-10-09T17:14:16.183Z[ recovery-image] Oct 09 17:14:14.293 INFO O| Oct 09 17:14:14.293 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-09T17:14:16.195Z[ recovery-image] Oct 09 17:14:14.308 INFO O| Oct 09 17:14:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57242024-10-09T17:14:16.198Z[ recovery-image] Oct 09 17:14:14.308 INFO O| Oct 09 17:14:14.308 INFO STEP 534 (remove_files) COMPLETE
57252024-10-09T17:14:16.198Z[ recovery-image] Oct 09 17:14:14.308 INFO O| Oct 09 17:14:14.308 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-09T17:14:16.210Z[ recovery-image] Oct 09 17:14:14.323 INFO O| Oct 09 17:14:14.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57272024-10-09T17:14:16.212Z[ recovery-image] Oct 09 17:14:14.323 INFO O| Oct 09 17:14:14.323 INFO STEP 535 (remove_files) COMPLETE
57282024-10-09T17:14:16.212Z[ recovery-image] Oct 09 17:14:14.323 INFO O| Oct 09 17:14:14.323 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-10-09T17:14:16.229Z[ recovery-image] Oct 09 17:14:14.341 INFO O| Oct 09 17:14:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57302024-10-09T17:14:16.231Z[ recovery-image] Oct 09 17:14:14.342 INFO O| Oct 09 17:14:14.341 INFO STEP 536 (remove_files) COMPLETE
57312024-10-09T17:14:16.231Z[ recovery-image] Oct 09 17:14:14.342 INFO O| Oct 09 17:14:14.342 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-10-09T17:14:16.247Z[ recovery-image] Oct 09 17:14:14.360 INFO O| Oct 09 17:14:14.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57332024-10-09T17:14:16.247Z[ recovery-image] Oct 09 17:14:14.360 INFO O| Oct 09 17:14:14.360 INFO STEP 537 (remove_files) COMPLETE
57342024-10-09T17:14:16.247Z[ recovery-image] Oct 09 17:14:14.360 INFO O| Oct 09 17:14:14.360 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-10-09T17:14:16.263Z[ recovery-image] Oct 09 17:14:14.376 INFO O| Oct 09 17:14:14.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57362024-10-09T17:14:16.263Z[ recovery-image] Oct 09 17:14:14.376 INFO O| Oct 09 17:14:14.376 INFO STEP 538 (remove_files) COMPLETE
57372024-10-09T17:14:16.267Z[ recovery-image] Oct 09 17:14:14.376 INFO O| Oct 09 17:14:14.376 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-10-09T17:14:16.279Z[ recovery-image] Oct 09 17:14:14.392 INFO O| Oct 09 17:14:14.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57392024-10-09T17:14:16.281Z[ recovery-image] Oct 09 17:14:14.392 INFO O| Oct 09 17:14:14.392 INFO STEP 539 (remove_files) COMPLETE
57402024-10-09T17:14:16.281Z[ recovery-image] Oct 09 17:14:14.392 INFO O| Oct 09 17:14:14.392 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-10-09T17:14:16.295Z[ recovery-image] Oct 09 17:14:14.408 INFO O| Oct 09 17:14:14.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57422024-10-09T17:14:16.297Z[ recovery-image] Oct 09 17:14:14.408 INFO O| Oct 09 17:14:14.408 INFO STEP 540 (remove_files) COMPLETE
57432024-10-09T17:14:16.297Z[ recovery-image] Oct 09 17:14:14.408 INFO O| Oct 09 17:14:14.408 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-10-09T17:14:16.313Z[ recovery-image] Oct 09 17:14:14.426 INFO O| Oct 09 17:14:14.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57452024-10-09T17:14:16.313Z[ recovery-image] Oct 09 17:14:14.426 INFO O| Oct 09 17:14:14.426 INFO STEP 541 (remove_files) COMPLETE
57462024-10-09T17:14:16.316Z[ recovery-image] Oct 09 17:14:14.426 INFO O| Oct 09 17:14:14.426 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-10-09T17:14:16.332Z[ recovery-image] Oct 09 17:14:14.445 INFO O| Oct 09 17:14:14.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57482024-10-09T17:14:16.335Z[ recovery-image] Oct 09 17:14:14.445 INFO O| Oct 09 17:14:14.445 INFO STEP 542 (remove_files) COMPLETE
57492024-10-09T17:14:16.335Z[ recovery-image] Oct 09 17:14:14.445 INFO O| Oct 09 17:14:14.445 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-10-09T17:14:16.350Z[ recovery-image] Oct 09 17:14:14.463 INFO O| Oct 09 17:14:14.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57512024-10-09T17:14:16.353Z[ recovery-image] Oct 09 17:14:14.463 INFO O| Oct 09 17:14:14.463 INFO STEP 543 (remove_files) COMPLETE
57522024-10-09T17:14:16.353Z[ recovery-image] Oct 09 17:14:14.463 INFO O| Oct 09 17:14:14.463 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-10-09T17:14:16.368Z[ recovery-image] Oct 09 17:14:14.481 INFO O| Oct 09 17:14:14.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57542024-10-09T17:14:16.371Z[ recovery-image] Oct 09 17:14:14.481 INFO O| Oct 09 17:14:14.481 INFO STEP 544 (remove_files) COMPLETE
57552024-10-09T17:14:16.371Z[ recovery-image] Oct 09 17:14:14.481 INFO O| Oct 09 17:14:14.481 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-10-09T17:14:16.385Z[ recovery-image] Oct 09 17:14:14.498 INFO O| Oct 09 17:14:14.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57572024-10-09T17:14:16.388Z[ recovery-image] Oct 09 17:14:14.498 INFO O| Oct 09 17:14:14.498 INFO STEP 545 (remove_files) COMPLETE
57582024-10-09T17:14:16.388Z[ recovery-image] Oct 09 17:14:14.498 INFO O| Oct 09 17:14:14.498 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-10-09T17:14:16.405Z[ recovery-image] Oct 09 17:14:14.517 INFO O| Oct 09 17:14:14.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57602024-10-09T17:14:16.407Z[ recovery-image] Oct 09 17:14:14.517 INFO O| Oct 09 17:14:14.517 INFO STEP 546 (remove_files) COMPLETE
57612024-10-09T17:14:16.407Z[ recovery-image] Oct 09 17:14:14.518 INFO O| Oct 09 17:14:14.517 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-10-09T17:14:16.423Z[ recovery-image] Oct 09 17:14:14.536 INFO O| Oct 09 17:14:14.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57632024-10-09T17:14:16.426Z[ recovery-image] Oct 09 17:14:14.536 INFO O| Oct 09 17:14:14.536 INFO STEP 547 (remove_files) COMPLETE
57642024-10-09T17:14:16.426Z[ recovery-image] Oct 09 17:14:14.536 INFO O| Oct 09 17:14:14.536 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-10-09T17:14:16.441Z[ recovery-image] Oct 09 17:14:14.554 INFO O| Oct 09 17:14:14.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57662024-10-09T17:14:16.443Z[ recovery-image] Oct 09 17:14:14.554 INFO O| Oct 09 17:14:14.554 INFO STEP 548 (remove_files) COMPLETE
57672024-10-09T17:14:16.443Z[ recovery-image] Oct 09 17:14:14.554 INFO O| Oct 09 17:14:14.554 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-10-09T17:14:16.458Z[ recovery-image] Oct 09 17:14:14.571 INFO O| Oct 09 17:14:14.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57692024-10-09T17:14:16.460Z[ recovery-image] Oct 09 17:14:14.571 INFO O| Oct 09 17:14:14.571 INFO STEP 549 (remove_files) COMPLETE
57702024-10-09T17:14:16.460Z[ recovery-image] Oct 09 17:14:14.571 INFO O| Oct 09 17:14:14.571 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-10-09T17:14:16.476Z[ recovery-image] Oct 09 17:14:14.589 INFO O| Oct 09 17:14:14.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57722024-10-09T17:14:16.479Z[ recovery-image] Oct 09 17:14:14.589 INFO O| Oct 09 17:14:14.589 INFO STEP 550 (remove_files) COMPLETE
57732024-10-09T17:14:16.479Z[ recovery-image] Oct 09 17:14:14.589 INFO O| Oct 09 17:14:14.589 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-10-09T17:14:16.494Z[ recovery-image] Oct 09 17:14:14.607 INFO O| Oct 09 17:14:14.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57752024-10-09T17:14:16.497Z[ recovery-image] Oct 09 17:14:14.607 INFO O| Oct 09 17:14:14.607 INFO STEP 551 (remove_files) COMPLETE
57762024-10-09T17:14:16.497Z[ recovery-image] Oct 09 17:14:14.607 INFO O| Oct 09 17:14:14.607 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-10-09T17:14:16.510Z[ recovery-image] Oct 09 17:14:14.622 INFO O| Oct 09 17:14:14.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57782024-10-09T17:14:16.510Z[ recovery-image] Oct 09 17:14:14.623 INFO O| Oct 09 17:14:14.622 INFO STEP 552 (remove_files) COMPLETE
57792024-10-09T17:14:16.512Z[ recovery-image] Oct 09 17:14:14.623 INFO O| Oct 09 17:14:14.623 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-10-09T17:14:16.521Z[ recovery-image] Oct 09 17:14:14.633 INFO O| Oct 09 17:14:14.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57812024-10-09T17:14:16.523Z[ recovery-image] Oct 09 17:14:14.633 INFO O| Oct 09 17:14:14.633 INFO STEP 553 (remove_files) COMPLETE
57822024-10-09T17:14:16.523Z[ recovery-image] Oct 09 17:14:14.633 INFO O| Oct 09 17:14:14.633 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-10-09T17:14:16.530Z[ recovery-image] Oct 09 17:14:14.643 INFO O| Oct 09 17:14:14.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57842024-10-09T17:14:16.533Z[ recovery-image] Oct 09 17:14:14.643 INFO O| Oct 09 17:14:14.643 INFO STEP 554 (remove_files) COMPLETE
57852024-10-09T17:14:16.533Z[ recovery-image] Oct 09 17:14:14.643 INFO O| Oct 09 17:14:14.643 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-10-09T17:14:16.541Z[ recovery-image] Oct 09 17:14:14.653 INFO O| Oct 09 17:14:14.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57872024-10-09T17:14:16.544Z[ recovery-image] Oct 09 17:14:14.654 INFO O| Oct 09 17:14:14.654 INFO STEP 555 (remove_files) COMPLETE
57882024-10-09T17:14:16.544Z[ recovery-image] Oct 09 17:14:14.654 INFO O| Oct 09 17:14:14.654 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-10-09T17:14:16.551Z[ recovery-image] Oct 09 17:14:14.663 INFO O| Oct 09 17:14:14.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57902024-10-09T17:14:16.554Z[ recovery-image] Oct 09 17:14:14.663 INFO O| Oct 09 17:14:14.663 INFO STEP 556 (remove_files) COMPLETE
57912024-10-09T17:14:16.554Z[ recovery-image] Oct 09 17:14:14.663 INFO O| Oct 09 17:14:14.663 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-10-09T17:14:16.560Z[ recovery-image] Oct 09 17:14:14.673 INFO O| Oct 09 17:14:14.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57932024-10-09T17:14:16.560Z[ recovery-image] Oct 09 17:14:14.673 INFO O| Oct 09 17:14:14.673 INFO STEP 557 (remove_files) COMPLETE
57942024-10-09T17:14:16.564Z[ recovery-image] Oct 09 17:14:14.673 INFO O| Oct 09 17:14:14.673 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-10-09T17:14:16.570Z[ recovery-image] Oct 09 17:14:14.683 INFO O| Oct 09 17:14:14.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57962024-10-09T17:14:16.570Z[ recovery-image] Oct 09 17:14:14.683 INFO O| Oct 09 17:14:14.683 INFO STEP 558 (remove_files) COMPLETE
57972024-10-09T17:14:16.573Z[ recovery-image] Oct 09 17:14:14.683 INFO O| Oct 09 17:14:14.683 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-10-09T17:14:16.580Z[ recovery-image] Oct 09 17:14:14.692 INFO O| Oct 09 17:14:14.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57992024-10-09T17:14:16.580Z[ recovery-image] Oct 09 17:14:14.693 INFO O| Oct 09 17:14:14.693 INFO STEP 559 (remove_files) COMPLETE
58002024-10-09T17:14:16.582Z[ recovery-image] Oct 09 17:14:14.693 INFO O| Oct 09 17:14:14.693 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-10-09T17:14:16.589Z[ recovery-image] Oct 09 17:14:14.702 INFO O| Oct 09 17:14:14.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58022024-10-09T17:14:16.591Z[ recovery-image] Oct 09 17:14:14.702 INFO O| Oct 09 17:14:14.702 INFO STEP 560 (remove_files) COMPLETE
58032024-10-09T17:14:16.591Z[ recovery-image] Oct 09 17:14:14.702 INFO O| Oct 09 17:14:14.702 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-10-09T17:14:16.599Z[ recovery-image] Oct 09 17:14:14.711 INFO O| Oct 09 17:14:14.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58052024-10-09T17:14:16.601Z[ recovery-image] Oct 09 17:14:14.712 INFO O| Oct 09 17:14:14.712 INFO STEP 561 (remove_files) COMPLETE
58062024-10-09T17:14:16.601Z[ recovery-image] Oct 09 17:14:14.712 INFO O| Oct 09 17:14:14.712 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-10-09T17:14:16.608Z[ recovery-image] Oct 09 17:14:14.721 INFO O| Oct 09 17:14:14.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58082024-10-09T17:14:16.608Z[ recovery-image] Oct 09 17:14:14.721 INFO O| Oct 09 17:14:14.721 INFO STEP 562 (remove_files) COMPLETE
58092024-10-09T17:14:16.610Z[ recovery-image] Oct 09 17:14:14.721 INFO O| Oct 09 17:14:14.721 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-10-09T17:14:16.618Z[ recovery-image] Oct 09 17:14:14.731 INFO O| Oct 09 17:14:14.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58112024-10-09T17:14:16.620Z[ recovery-image] Oct 09 17:14:14.731 INFO O| Oct 09 17:14:14.731 INFO STEP 563 (remove_files) COMPLETE
58122024-10-09T17:14:16.620Z[ recovery-image] Oct 09 17:14:14.731 INFO O| Oct 09 17:14:14.731 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-10-09T17:14:16.627Z[ recovery-image] Oct 09 17:14:14.740 INFO O| Oct 09 17:14:14.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58142024-10-09T17:14:16.627Z[ recovery-image] Oct 09 17:14:14.740 INFO O| Oct 09 17:14:14.740 INFO STEP 564 (remove_files) COMPLETE
58152024-10-09T17:14:16.627Z[ recovery-image] Oct 09 17:14:14.740 INFO O| Oct 09 17:14:14.740 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-10-09T17:14:16.637Z[ recovery-image] Oct 09 17:14:14.750 INFO O| Oct 09 17:14:14.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58172024-10-09T17:14:16.639Z[ recovery-image] Oct 09 17:14:14.750 INFO O| Oct 09 17:14:14.750 INFO STEP 565 (remove_files) COMPLETE
58182024-10-09T17:14:16.639Z[ recovery-image] Oct 09 17:14:14.750 INFO O| Oct 09 17:14:14.750 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-10-09T17:14:16.647Z[ recovery-image] Oct 09 17:14:14.760 INFO O| Oct 09 17:14:14.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58202024-10-09T17:14:16.649Z[ recovery-image] Oct 09 17:14:14.760 INFO O| Oct 09 17:14:14.760 INFO STEP 566 (remove_files) COMPLETE
58212024-10-09T17:14:16.649Z[ recovery-image] Oct 09 17:14:14.760 INFO O| Oct 09 17:14:14.760 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-10-09T17:14:16.656Z[ recovery-image] Oct 09 17:14:14.769 INFO O| Oct 09 17:14:14.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58232024-10-09T17:14:16.656Z[ recovery-image] Oct 09 17:14:14.769 INFO O| Oct 09 17:14:14.769 INFO STEP 567 (remove_files) COMPLETE
58242024-10-09T17:14:16.659Z[ recovery-image] Oct 09 17:14:14.769 INFO O| Oct 09 17:14:14.769 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-10-09T17:14:16.666Z[ recovery-image] Oct 09 17:14:14.779 INFO O| Oct 09 17:14:14.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58262024-10-09T17:14:16.669Z[ recovery-image] Oct 09 17:14:14.779 INFO O| Oct 09 17:14:14.779 INFO STEP 568 (remove_files) COMPLETE
58272024-10-09T17:14:16.669Z[ recovery-image] Oct 09 17:14:14.779 INFO O| Oct 09 17:14:14.779 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-10-09T17:14:16.676Z[ recovery-image] Oct 09 17:14:14.789 INFO O| Oct 09 17:14:14.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58292024-10-09T17:14:16.676Z[ recovery-image] Oct 09 17:14:14.789 INFO O| Oct 09 17:14:14.789 INFO STEP 569 (remove_files) COMPLETE
58302024-10-09T17:14:16.676Z[ recovery-image] Oct 09 17:14:14.789 INFO O| Oct 09 17:14:14.789 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-10-09T17:14:16.687Z[ recovery-image] Oct 09 17:14:14.800 INFO O| Oct 09 17:14:14.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58322024-10-09T17:14:16.690Z[ recovery-image] Oct 09 17:14:14.800 INFO O| Oct 09 17:14:14.800 INFO STEP 570 (remove_files) COMPLETE
58332024-10-09T17:14:16.690Z[ recovery-image] Oct 09 17:14:14.800 INFO O| Oct 09 17:14:14.800 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-10-09T17:14:16.697Z[ recovery-image] Oct 09 17:14:14.810 INFO O| Oct 09 17:14:14.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58352024-10-09T17:14:16.700Z[ recovery-image] Oct 09 17:14:14.810 INFO O| Oct 09 17:14:14.810 INFO STEP 571 (remove_files) COMPLETE
58362024-10-09T17:14:16.700Z[ recovery-image] Oct 09 17:14:14.810 INFO O| Oct 09 17:14:14.810 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-10-09T17:14:16.707Z[ recovery-image] Oct 09 17:14:14.820 INFO O| Oct 09 17:14:14.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58382024-10-09T17:14:16.707Z[ recovery-image] Oct 09 17:14:14.820 INFO O| Oct 09 17:14:14.820 INFO STEP 572 (remove_files) COMPLETE
58392024-10-09T17:14:16.710Z[ recovery-image] Oct 09 17:14:14.820 INFO O| Oct 09 17:14:14.820 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-10-09T17:14:16.717Z[ recovery-image] Oct 09 17:14:14.829 INFO O| Oct 09 17:14:14.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58412024-10-09T17:14:16.719Z[ recovery-image] Oct 09 17:14:14.830 INFO O| Oct 09 17:14:14.830 INFO STEP 573 (remove_files) COMPLETE
58422024-10-09T17:14:16.719Z[ recovery-image] Oct 09 17:14:14.830 INFO O| Oct 09 17:14:14.830 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-10-09T17:14:16.727Z[ recovery-image] Oct 09 17:14:14.840 INFO O| Oct 09 17:14:14.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58442024-10-09T17:14:16.729Z[ recovery-image] Oct 09 17:14:14.841 INFO O| Oct 09 17:14:14.841 INFO STEP 574 (remove_files) COMPLETE
58452024-10-09T17:14:16.729Z[ recovery-image] Oct 09 17:14:14.841 INFO O| Oct 09 17:14:14.841 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-10-09T17:14:16.738Z[ recovery-image] Oct 09 17:14:14.851 INFO O| Oct 09 17:14:14.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58472024-10-09T17:14:16.738Z[ recovery-image] Oct 09 17:14:14.851 INFO O| Oct 09 17:14:14.851 INFO STEP 575 (remove_files) COMPLETE
58482024-10-09T17:14:16.741Z[ recovery-image] Oct 09 17:14:14.851 INFO O| Oct 09 17:14:14.851 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-10-09T17:14:16.748Z[ recovery-image] Oct 09 17:14:14.861 INFO O| Oct 09 17:14:14.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58502024-10-09T17:14:16.750Z[ recovery-image] Oct 09 17:14:14.861 INFO O| Oct 09 17:14:14.861 INFO STEP 576 (remove_files) COMPLETE
58512024-10-09T17:14:16.750Z[ recovery-image] Oct 09 17:14:14.861 INFO O| Oct 09 17:14:14.861 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-10-09T17:14:16.758Z[ recovery-image] Oct 09 17:14:14.871 INFO O| Oct 09 17:14:14.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58532024-10-09T17:14:16.758Z[ recovery-image] Oct 09 17:14:14.871 INFO O| Oct 09 17:14:14.871 INFO STEP 577 (remove_files) COMPLETE
58542024-10-09T17:14:16.761Z[ recovery-image] Oct 09 17:14:14.871 INFO O| Oct 09 17:14:14.871 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-10-09T17:14:16.768Z[ recovery-image] Oct 09 17:14:14.880 INFO O| Oct 09 17:14:14.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58562024-10-09T17:14:16.770Z[ recovery-image] Oct 09 17:14:14.880 INFO O| Oct 09 17:14:14.880 INFO STEP 578 (remove_files) COMPLETE
58572024-10-09T17:14:16.770Z[ recovery-image] Oct 09 17:14:14.881 INFO O| Oct 09 17:14:14.880 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-10-09T17:14:16.778Z[ recovery-image] Oct 09 17:14:14.890 INFO O| Oct 09 17:14:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58592024-10-09T17:14:16.780Z[ recovery-image] Oct 09 17:14:14.891 INFO O| Oct 09 17:14:14.890 INFO STEP 579 (remove_files) COMPLETE
58602024-10-09T17:14:16.780Z[ recovery-image] Oct 09 17:14:14.891 INFO O| Oct 09 17:14:14.891 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-10-09T17:14:16.787Z[ recovery-image] Oct 09 17:14:14.900 INFO O| Oct 09 17:14:14.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58622024-10-09T17:14:16.787Z[ recovery-image] Oct 09 17:14:14.900 INFO O| Oct 09 17:14:14.900 INFO STEP 580 (remove_files) COMPLETE
58632024-10-09T17:14:16.787Z[ recovery-image] Oct 09 17:14:14.900 INFO O| Oct 09 17:14:14.900 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-10-09T17:14:16.797Z[ recovery-image] Oct 09 17:14:14.910 INFO O| Oct 09 17:14:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58652024-10-09T17:14:16.797Z[ recovery-image] Oct 09 17:14:14.910 INFO O| Oct 09 17:14:14.910 INFO STEP 581 (remove_files) COMPLETE
58662024-10-09T17:14:16.800Z[ recovery-image] Oct 09 17:14:14.910 INFO O| Oct 09 17:14:14.910 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-10-09T17:14:16.807Z[ recovery-image] Oct 09 17:14:14.920 INFO O| Oct 09 17:14:14.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58682024-10-09T17:14:16.807Z[ recovery-image] Oct 09 17:14:14.920 INFO O| Oct 09 17:14:14.920 INFO STEP 582 (remove_files) COMPLETE
58692024-10-09T17:14:16.809Z[ recovery-image] Oct 09 17:14:14.920 INFO O| Oct 09 17:14:14.920 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-10-09T17:14:16.817Z[ recovery-image] Oct 09 17:14:14.930 INFO O| Oct 09 17:14:14.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58712024-10-09T17:14:16.817Z[ recovery-image] Oct 09 17:14:14.930 INFO O| Oct 09 17:14:14.930 INFO STEP 583 (remove_files) COMPLETE
58722024-10-09T17:14:16.820Z[ recovery-image] Oct 09 17:14:14.930 INFO O| Oct 09 17:14:14.930 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-10-09T17:14:16.827Z[ recovery-image] Oct 09 17:14:14.939 INFO O| Oct 09 17:14:14.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58742024-10-09T17:14:16.827Z[ recovery-image] Oct 09 17:14:14.939 INFO O| Oct 09 17:14:14.939 INFO STEP 584 (remove_files) COMPLETE
58752024-10-09T17:14:16.829Z[ recovery-image] Oct 09 17:14:14.939 INFO O| Oct 09 17:14:14.939 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-10-09T17:14:16.837Z[ recovery-image] Oct 09 17:14:14.949 INFO O| Oct 09 17:14:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58772024-10-09T17:14:16.837Z[ recovery-image] Oct 09 17:14:14.949 INFO O| Oct 09 17:14:14.949 INFO STEP 585 (remove_files) COMPLETE
58782024-10-09T17:14:16.837Z[ recovery-image] Oct 09 17:14:14.949 INFO O| Oct 09 17:14:14.949 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-10-09T17:14:16.846Z[ recovery-image] Oct 09 17:14:14.959 INFO O| Oct 09 17:14:14.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58802024-10-09T17:14:16.846Z[ recovery-image] Oct 09 17:14:14.959 INFO O| Oct 09 17:14:14.959 INFO STEP 586 (remove_files) COMPLETE
58812024-10-09T17:14:16.849Z[ recovery-image] Oct 09 17:14:14.959 INFO O| Oct 09 17:14:14.959 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-10-09T17:14:16.856Z[ recovery-image] Oct 09 17:14:14.968 INFO O| Oct 09 17:14:14.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58832024-10-09T17:14:16.856Z[ recovery-image] Oct 09 17:14:14.969 INFO O| Oct 09 17:14:14.969 INFO STEP 587 (remove_files) COMPLETE
58842024-10-09T17:14:16.858Z[ recovery-image] Oct 09 17:14:14.969 INFO O| Oct 09 17:14:14.969 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-10-09T17:14:16.865Z[ recovery-image] Oct 09 17:14:14.978 INFO O| Oct 09 17:14:14.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58862024-10-09T17:14:16.865Z[ recovery-image] Oct 09 17:14:14.978 INFO O| Oct 09 17:14:14.978 INFO STEP 588 (remove_files) COMPLETE
58872024-10-09T17:14:16.868Z[ recovery-image] Oct 09 17:14:14.978 INFO O| Oct 09 17:14:14.978 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-10-09T17:14:16.875Z[ recovery-image] Oct 09 17:14:14.988 INFO O| Oct 09 17:14:14.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58892024-10-09T17:14:16.878Z[ recovery-image] Oct 09 17:14:14.988 INFO O| Oct 09 17:14:14.988 INFO STEP 589 (remove_files) COMPLETE
58902024-10-09T17:14:16.878Z[ recovery-image] Oct 09 17:14:14.988 INFO O| Oct 09 17:14:14.988 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-10-09T17:14:16.885Z[ recovery-image] Oct 09 17:14:14.997 INFO O| Oct 09 17:14:14.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58922024-10-09T17:14:16.888Z[ recovery-image] Oct 09 17:14:14.997 INFO O| Oct 09 17:14:14.997 INFO STEP 590 (remove_files) COMPLETE
58932024-10-09T17:14:16.888Z[ recovery-image] Oct 09 17:14:14.997 INFO O| Oct 09 17:14:14.997 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-10-09T17:14:16.895Z[ recovery-image] Oct 09 17:14:15.008 INFO O| Oct 09 17:14:15.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58952024-10-09T17:14:16.897Z[ recovery-image] Oct 09 17:14:15.008 INFO O| Oct 09 17:14:15.008 INFO STEP 591 (remove_files) COMPLETE
58962024-10-09T17:14:16.897Z[ recovery-image] Oct 09 17:14:15.008 INFO O| Oct 09 17:14:15.008 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-10-09T17:14:16.905Z[ recovery-image] Oct 09 17:14:15.018 INFO O| Oct 09 17:14:15.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58982024-10-09T17:14:16.905Z[ recovery-image] Oct 09 17:14:15.018 INFO O| Oct 09 17:14:15.018 INFO STEP 592 (remove_files) COMPLETE
58992024-10-09T17:14:16.907Z[ recovery-image] Oct 09 17:14:15.018 INFO O| Oct 09 17:14:15.018 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-10-09T17:14:16.915Z[ recovery-image] Oct 09 17:14:15.027 INFO O| Oct 09 17:14:15.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59012024-10-09T17:14:16.917Z[ recovery-image] Oct 09 17:14:15.028 INFO O| Oct 09 17:14:15.028 INFO STEP 593 (remove_files) COMPLETE
59022024-10-09T17:14:16.917Z[ recovery-image] Oct 09 17:14:15.028 INFO O| Oct 09 17:14:15.028 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-09T17:14:16.924Z[ recovery-image] Oct 09 17:14:15.037 INFO O| Oct 09 17:14:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59042024-10-09T17:14:16.924Z[ recovery-image] Oct 09 17:14:15.037 INFO O| Oct 09 17:14:15.037 INFO STEP 594 (remove_files) COMPLETE
59052024-10-09T17:14:16.927Z[ recovery-image] Oct 09 17:14:15.037 INFO O| Oct 09 17:14:15.037 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-09T17:14:16.934Z[ recovery-image] Oct 09 17:14:15.047 INFO O| Oct 09 17:14:15.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59072024-10-09T17:14:16.934Z[ recovery-image] Oct 09 17:14:15.047 INFO O| Oct 09 17:14:15.047 INFO STEP 595 (remove_files) COMPLETE
59082024-10-09T17:14:16.934Z[ recovery-image] Oct 09 17:14:15.047 INFO O| Oct 09 17:14:15.047 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-09T17:14:16.943Z[ recovery-image] Oct 09 17:14:15.056 INFO O| Oct 09 17:14:15.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59102024-10-09T17:14:16.943Z[ recovery-image] Oct 09 17:14:15.056 INFO O| Oct 09 17:14:15.056 INFO STEP 596 (remove_files) COMPLETE
59112024-10-09T17:14:16.946Z[ recovery-image] Oct 09 17:14:15.056 INFO O| Oct 09 17:14:15.056 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-10-09T17:14:16.953Z[ recovery-image] Oct 09 17:14:15.066 INFO O| Oct 09 17:14:15.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59132024-10-09T17:14:16.953Z[ recovery-image] Oct 09 17:14:15.066 INFO O| Oct 09 17:14:15.066 INFO STEP 597 (remove_files) COMPLETE
59142024-10-09T17:14:16.955Z[ recovery-image] Oct 09 17:14:15.066 INFO O| Oct 09 17:14:15.066 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-10-09T17:14:16.963Z[ recovery-image] Oct 09 17:14:15.075 INFO O| Oct 09 17:14:15.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59162024-10-09T17:14:16.963Z[ recovery-image] Oct 09 17:14:15.076 INFO O| Oct 09 17:14:15.075 INFO STEP 598 (remove_files) COMPLETE
59172024-10-09T17:14:16.965Z[ recovery-image] Oct 09 17:14:15.076 INFO O| Oct 09 17:14:15.076 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-10-09T17:14:16.972Z[ recovery-image] Oct 09 17:14:15.085 INFO O| Oct 09 17:14:15.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59192024-10-09T17:14:16.972Z[ recovery-image] Oct 09 17:14:15.085 INFO O| Oct 09 17:14:15.085 INFO STEP 599 (remove_files) COMPLETE
59202024-10-09T17:14:16.974Z[ recovery-image] Oct 09 17:14:15.085 INFO O| Oct 09 17:14:15.085 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-10-09T17:14:16.984Z[ recovery-image] Oct 09 17:14:15.095 INFO O| Oct 09 17:14:15.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59222024-10-09T17:14:16.984Z[ recovery-image] Oct 09 17:14:15.095 INFO O| Oct 09 17:14:15.095 INFO STEP 600 (remove_files) COMPLETE
59232024-10-09T17:14:16.986Z[ recovery-image] Oct 09 17:14:15.095 INFO O| Oct 09 17:14:15.095 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-10-09T17:14:16.991Z[ recovery-image] Oct 09 17:14:15.104 INFO O| Oct 09 17:14:15.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59252024-10-09T17:14:16.992Z[ recovery-image] Oct 09 17:14:15.104 INFO O| Oct 09 17:14:15.104 INFO STEP 601 (remove_files) COMPLETE
59262024-10-09T17:14:16.994Z[ recovery-image] Oct 09 17:14:15.104 INFO O| Oct 09 17:14:15.104 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-10-09T17:14:17.002Z[ recovery-image] Oct 09 17:14:15.114 INFO O| Oct 09 17:14:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59282024-10-09T17:14:17.002Z[ recovery-image] Oct 09 17:14:15.114 INFO O| Oct 09 17:14:15.114 INFO STEP 602 (remove_files) COMPLETE
59292024-10-09T17:14:17.004Z[ recovery-image] Oct 09 17:14:15.114 INFO O| Oct 09 17:14:15.114 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-10-09T17:14:17.013Z[ recovery-image] Oct 09 17:14:15.125 INFO O| Oct 09 17:14:15.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59312024-10-09T17:14:17.013Z[ recovery-image] Oct 09 17:14:15.126 INFO O| Oct 09 17:14:15.126 INFO STEP 603 (remove_files) COMPLETE
59322024-10-09T17:14:17.017Z[ recovery-image] Oct 09 17:14:15.126 INFO O| Oct 09 17:14:15.126 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-10-09T17:14:17.023Z[ recovery-image] Oct 09 17:14:15.136 INFO O| Oct 09 17:14:15.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59342024-10-09T17:14:17.023Z[ recovery-image] Oct 09 17:14:15.136 INFO O| Oct 09 17:14:15.136 INFO STEP 604 (remove_files) COMPLETE
59352024-10-09T17:14:17.026Z[ recovery-image] Oct 09 17:14:15.136 INFO O| Oct 09 17:14:15.136 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-10-09T17:14:17.034Z[ recovery-image] Oct 09 17:14:15.147 INFO O| Oct 09 17:14:15.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59372024-10-09T17:14:17.035Z[ recovery-image] Oct 09 17:14:15.147 INFO O| Oct 09 17:14:15.147 INFO STEP 605 (remove_files) COMPLETE
59382024-10-09T17:14:17.035Z[ recovery-image] Oct 09 17:14:15.147 INFO O| Oct 09 17:14:15.147 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-10-09T17:14:17.045Z[ recovery-image] Oct 09 17:14:15.158 INFO O| Oct 09 17:14:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59402024-10-09T17:14:17.045Z[ recovery-image] Oct 09 17:14:15.158 INFO O| Oct 09 17:14:15.158 INFO STEP 606 (remove_files) COMPLETE
59412024-10-09T17:14:17.045Z[ recovery-image] Oct 09 17:14:15.158 INFO O| Oct 09 17:14:15.158 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-10-09T17:14:17.056Z[ recovery-image] Oct 09 17:14:15.168 INFO O| Oct 09 17:14:15.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59432024-10-09T17:14:17.056Z[ recovery-image] Oct 09 17:14:15.169 INFO O| Oct 09 17:14:15.169 INFO STEP 607 (remove_files) COMPLETE
59442024-10-09T17:14:17.059Z[ recovery-image] Oct 09 17:14:15.169 INFO O| Oct 09 17:14:15.169 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-10-09T17:14:17.066Z[ recovery-image] Oct 09 17:14:15.179 INFO O| Oct 09 17:14:15.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59462024-10-09T17:14:17.068Z[ recovery-image] Oct 09 17:14:15.179 INFO O| Oct 09 17:14:15.179 INFO STEP 608 (remove_files) COMPLETE
59472024-10-09T17:14:17.069Z[ recovery-image] Oct 09 17:14:15.179 INFO O| Oct 09 17:14:15.179 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-10-09T17:14:17.078Z[ recovery-image] Oct 09 17:14:15.190 INFO O| Oct 09 17:14:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59492024-10-09T17:14:17.078Z[ recovery-image] Oct 09 17:14:15.190 INFO O| Oct 09 17:14:15.190 INFO STEP 609 (remove_files) COMPLETE
59502024-10-09T17:14:17.078Z[ recovery-image] Oct 09 17:14:15.190 INFO O| Oct 09 17:14:15.190 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-10-09T17:14:17.088Z[ recovery-image] Oct 09 17:14:15.201 INFO O| Oct 09 17:14:15.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59522024-10-09T17:14:17.088Z[ recovery-image] Oct 09 17:14:15.201 INFO O| Oct 09 17:14:15.201 INFO STEP 610 (remove_files) COMPLETE
59532024-10-09T17:14:17.091Z[ recovery-image] Oct 09 17:14:15.201 INFO O| Oct 09 17:14:15.201 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-10-09T17:14:17.099Z[ recovery-image] Oct 09 17:14:15.211 INFO O| Oct 09 17:14:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59552024-10-09T17:14:17.099Z[ recovery-image] Oct 09 17:14:15.211 INFO O| Oct 09 17:14:15.211 INFO STEP 611 (remove_files) COMPLETE
59562024-10-09T17:14:17.101Z[ recovery-image] Oct 09 17:14:15.211 INFO O| Oct 09 17:14:15.211 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-10-09T17:14:17.108Z[ recovery-image] Oct 09 17:14:15.221 INFO O| Oct 09 17:14:15.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59582024-10-09T17:14:17.111Z[ recovery-image] Oct 09 17:14:15.221 INFO O| Oct 09 17:14:15.221 INFO STEP 612 (remove_files) COMPLETE
59592024-10-09T17:14:17.111Z[ recovery-image] Oct 09 17:14:15.221 INFO O| Oct 09 17:14:15.221 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-10-09T17:14:17.118Z[ recovery-image] Oct 09 17:14:15.231 INFO O| Oct 09 17:14:15.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59612024-10-09T17:14:17.121Z[ recovery-image] Oct 09 17:14:15.231 INFO O| Oct 09 17:14:15.231 INFO STEP 613 (remove_files) COMPLETE
59622024-10-09T17:14:17.121Z[ recovery-image] Oct 09 17:14:15.231 INFO O| Oct 09 17:14:15.231 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-10-09T17:14:17.127Z[ recovery-image] Oct 09 17:14:15.240 INFO O| Oct 09 17:14:15.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59642024-10-09T17:14:17.130Z[ recovery-image] Oct 09 17:14:15.240 INFO O| Oct 09 17:14:15.240 INFO STEP 614 (remove_files) COMPLETE
59652024-10-09T17:14:17.130Z[ recovery-image] Oct 09 17:14:15.240 INFO O| Oct 09 17:14:15.240 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-10-09T17:14:17.138Z[ recovery-image] Oct 09 17:14:15.250 INFO O| Oct 09 17:14:15.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59672024-10-09T17:14:17.140Z[ recovery-image] Oct 09 17:14:15.251 INFO O| Oct 09 17:14:15.251 INFO STEP 615 (remove_files) COMPLETE
59682024-10-09T17:14:17.140Z[ recovery-image] Oct 09 17:14:15.251 INFO O| Oct 09 17:14:15.251 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-10-09T17:14:17.148Z[ recovery-image] Oct 09 17:14:15.261 INFO O| Oct 09 17:14:15.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59702024-10-09T17:14:17.151Z[ recovery-image] Oct 09 17:14:15.261 INFO O| Oct 09 17:14:15.261 INFO STEP 616 (remove_files) COMPLETE
59712024-10-09T17:14:17.151Z[ recovery-image] Oct 09 17:14:15.261 INFO O| Oct 09 17:14:15.261 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-10-09T17:14:17.158Z[ recovery-image] Oct 09 17:14:15.271 INFO O| Oct 09 17:14:15.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59732024-10-09T17:14:17.158Z[ recovery-image] Oct 09 17:14:15.271 INFO O| Oct 09 17:14:15.271 INFO STEP 617 (remove_files) COMPLETE
59742024-10-09T17:14:17.161Z[ recovery-image] Oct 09 17:14:15.271 INFO O| Oct 09 17:14:15.271 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-10-09T17:14:17.168Z[ recovery-image] Oct 09 17:14:15.281 INFO O| Oct 09 17:14:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59762024-10-09T17:14:17.170Z[ recovery-image] Oct 09 17:14:15.281 INFO O| Oct 09 17:14:15.281 INFO STEP 618 (remove_files) COMPLETE
59772024-10-09T17:14:17.170Z[ recovery-image] Oct 09 17:14:15.281 INFO O| Oct 09 17:14:15.281 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-10-09T17:14:17.178Z[ recovery-image] Oct 09 17:14:15.290 INFO O| Oct 09 17:14:15.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59792024-10-09T17:14:17.181Z[ recovery-image] Oct 09 17:14:15.291 INFO O| Oct 09 17:14:15.291 INFO STEP 619 (remove_files) COMPLETE
59802024-10-09T17:14:17.181Z[ recovery-image] Oct 09 17:14:15.291 INFO O| Oct 09 17:14:15.291 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-10-09T17:14:17.189Z[ recovery-image] Oct 09 17:14:15.301 INFO O| Oct 09 17:14:15.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59822024-10-09T17:14:17.191Z[ recovery-image] Oct 09 17:14:15.301 INFO O| Oct 09 17:14:15.301 INFO STEP 620 (remove_files) COMPLETE
59832024-10-09T17:14:17.191Z[ recovery-image] Oct 09 17:14:15.301 INFO O| Oct 09 17:14:15.301 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-10-09T17:14:17.198Z[ recovery-image] Oct 09 17:14:15.311 INFO O| Oct 09 17:14:15.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59852024-10-09T17:14:17.198Z[ recovery-image] Oct 09 17:14:15.311 INFO O| Oct 09 17:14:15.311 INFO STEP 621 (remove_files) COMPLETE
59862024-10-09T17:14:17.201Z[ recovery-image] Oct 09 17:14:15.311 INFO O| Oct 09 17:14:15.311 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-10-09T17:14:17.208Z[ recovery-image] Oct 09 17:14:15.321 INFO O| Oct 09 17:14:15.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59882024-10-09T17:14:17.211Z[ recovery-image] Oct 09 17:14:15.321 INFO O| Oct 09 17:14:15.321 INFO STEP 622 (remove_files) COMPLETE
59892024-10-09T17:14:17.211Z[ recovery-image] Oct 09 17:14:15.321 INFO O| Oct 09 17:14:15.321 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-10-09T17:14:17.218Z[ recovery-image] Oct 09 17:14:15.331 INFO O| Oct 09 17:14:15.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59912024-10-09T17:14:17.218Z[ recovery-image] Oct 09 17:14:15.331 INFO O| Oct 09 17:14:15.331 INFO STEP 623 (remove_files) COMPLETE
59922024-10-09T17:14:17.221Z[ recovery-image] Oct 09 17:14:15.331 INFO O| Oct 09 17:14:15.331 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-10-09T17:14:17.228Z[ recovery-image] Oct 09 17:14:15.341 INFO O| Oct 09 17:14:15.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59942024-10-09T17:14:17.230Z[ recovery-image] Oct 09 17:14:15.341 INFO O| Oct 09 17:14:15.341 INFO STEP 624 (remove_files) COMPLETE
59952024-10-09T17:14:17.230Z[ recovery-image] Oct 09 17:14:15.341 INFO O| Oct 09 17:14:15.341 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-10-09T17:14:17.238Z[ recovery-image] Oct 09 17:14:15.350 INFO O| Oct 09 17:14:15.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59972024-10-09T17:14:17.240Z[ recovery-image] Oct 09 17:14:15.351 INFO O| Oct 09 17:14:15.350 INFO STEP 625 (remove_files) COMPLETE
59982024-10-09T17:14:17.240Z[ recovery-image] Oct 09 17:14:15.351 INFO O| Oct 09 17:14:15.350 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-10-09T17:14:17.247Z[ recovery-image] Oct 09 17:14:15.360 INFO O| Oct 09 17:14:15.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60002024-10-09T17:14:17.247Z[ recovery-image] Oct 09 17:14:15.360 INFO O| Oct 09 17:14:15.360 INFO STEP 626 (remove_files) COMPLETE
60012024-10-09T17:14:17.250Z[ recovery-image] Oct 09 17:14:15.360 INFO O| Oct 09 17:14:15.360 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-10-09T17:14:17.257Z[ recovery-image] Oct 09 17:14:15.370 INFO O| Oct 09 17:14:15.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60032024-10-09T17:14:17.259Z[ recovery-image] Oct 09 17:14:15.370 INFO O| Oct 09 17:14:15.370 INFO STEP 627 (remove_files) COMPLETE
60042024-10-09T17:14:17.259Z[ recovery-image] Oct 09 17:14:15.370 INFO O| Oct 09 17:14:15.370 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-10-09T17:14:17.267Z[ recovery-image] Oct 09 17:14:15.380 INFO O| Oct 09 17:14:15.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60062024-10-09T17:14:17.269Z[ recovery-image] Oct 09 17:14:15.380 INFO O| Oct 09 17:14:15.380 INFO STEP 628 (remove_files) COMPLETE
60072024-10-09T17:14:17.269Z[ recovery-image] Oct 09 17:14:15.380 INFO O| Oct 09 17:14:15.380 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-10-09T17:14:17.277Z[ recovery-image] Oct 09 17:14:15.389 INFO O| Oct 09 17:14:15.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60092024-10-09T17:14:17.277Z[ recovery-image] Oct 09 17:14:15.390 INFO O| Oct 09 17:14:15.390 INFO STEP 629 (remove_files) COMPLETE
60102024-10-09T17:14:17.280Z[ recovery-image] Oct 09 17:14:15.390 INFO O| Oct 09 17:14:15.390 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-10-09T17:14:17.286Z[ recovery-image] Oct 09 17:14:15.399 INFO O| Oct 09 17:14:15.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60122024-10-09T17:14:17.289Z[ recovery-image] Oct 09 17:14:15.399 INFO O| Oct 09 17:14:15.399 INFO STEP 630 (remove_files) COMPLETE
60132024-10-09T17:14:17.289Z[ recovery-image] Oct 09 17:14:15.399 INFO O| Oct 09 17:14:15.399 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-10-09T17:14:17.296Z[ recovery-image] Oct 09 17:14:15.409 INFO O| Oct 09 17:14:15.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60152024-10-09T17:14:17.298Z[ recovery-image] Oct 09 17:14:15.409 INFO O| Oct 09 17:14:15.409 INFO STEP 631 (remove_files) COMPLETE
60162024-10-09T17:14:17.298Z[ recovery-image] Oct 09 17:14:15.409 INFO O| Oct 09 17:14:15.409 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-10-09T17:14:17.306Z[ recovery-image] Oct 09 17:14:15.418 INFO O| Oct 09 17:14:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60182024-10-09T17:14:17.308Z[ recovery-image] Oct 09 17:14:15.418 INFO O| Oct 09 17:14:15.418 INFO STEP 632 (remove_files) COMPLETE
60192024-10-09T17:14:17.308Z[ recovery-image] Oct 09 17:14:15.418 INFO O| Oct 09 17:14:15.418 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-10-09T17:14:17.315Z[ recovery-image] Oct 09 17:14:15.428 INFO O| Oct 09 17:14:15.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60212024-10-09T17:14:17.315Z[ recovery-image] Oct 09 17:14:15.428 INFO O| Oct 09 17:14:15.428 INFO STEP 633 (remove_files) COMPLETE
60222024-10-09T17:14:17.315Z[ recovery-image] Oct 09 17:14:15.428 INFO O| Oct 09 17:14:15.428 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-10-09T17:14:17.325Z[ recovery-image] Oct 09 17:14:15.437 INFO O| Oct 09 17:14:15.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60242024-10-09T17:14:17.325Z[ recovery-image] Oct 09 17:14:15.438 INFO O| Oct 09 17:14:15.438 INFO STEP 634 (remove_files) COMPLETE
60252024-10-09T17:14:17.325Z[ recovery-image] Oct 09 17:14:15.438 INFO O| Oct 09 17:14:15.438 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-10-09T17:14:17.335Z[ recovery-image] Oct 09 17:14:15.448 INFO O| Oct 09 17:14:15.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60272024-10-09T17:14:17.335Z[ recovery-image] Oct 09 17:14:15.448 INFO O| Oct 09 17:14:15.448 INFO STEP 635 (remove_files) COMPLETE
60282024-10-09T17:14:17.335Z[ recovery-image] Oct 09 17:14:15.448 INFO O| Oct 09 17:14:15.448 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-10-09T17:14:17.345Z[ recovery-image] Oct 09 17:14:15.458 INFO O| Oct 09 17:14:15.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60302024-10-09T17:14:17.348Z[ recovery-image] Oct 09 17:14:15.458 INFO O| Oct 09 17:14:15.458 INFO STEP 636 (remove_files) COMPLETE
60312024-10-09T17:14:17.348Z[ recovery-image] Oct 09 17:14:15.458 INFO O| Oct 09 17:14:15.458 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-10-09T17:14:17.355Z[ recovery-image] Oct 09 17:14:15.468 INFO O| Oct 09 17:14:15.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60332024-10-09T17:14:17.355Z[ recovery-image] Oct 09 17:14:15.468 INFO O| Oct 09 17:14:15.468 INFO STEP 637 (remove_files) COMPLETE
60342024-10-09T17:14:17.358Z[ recovery-image] Oct 09 17:14:15.468 INFO O| Oct 09 17:14:15.468 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-10-09T17:14:17.365Z[ recovery-image] Oct 09 17:14:15.478 INFO O| Oct 09 17:14:15.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60362024-10-09T17:14:17.367Z[ recovery-image] Oct 09 17:14:15.478 INFO O| Oct 09 17:14:15.478 INFO STEP 638 (remove_files) COMPLETE
60372024-10-09T17:14:17.367Z[ recovery-image] Oct 09 17:14:15.478 INFO O| Oct 09 17:14:15.478 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-10-09T17:14:17.376Z[ recovery-image] Oct 09 17:14:15.488 INFO O| Oct 09 17:14:15.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60392024-10-09T17:14:17.376Z[ recovery-image] Oct 09 17:14:15.488 INFO O| Oct 09 17:14:15.488 INFO STEP 639 (remove_files) COMPLETE
60402024-10-09T17:14:17.379Z[ recovery-image] Oct 09 17:14:15.488 INFO O| Oct 09 17:14:15.488 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-10-09T17:14:17.385Z[ recovery-image] Oct 09 17:14:15.497 INFO O| Oct 09 17:14:15.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60422024-10-09T17:14:17.385Z[ recovery-image] Oct 09 17:14:15.497 INFO O| Oct 09 17:14:15.497 INFO STEP 640 (remove_files) COMPLETE
60432024-10-09T17:14:17.388Z[ recovery-image] Oct 09 17:14:15.497 INFO O| Oct 09 17:14:15.497 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-10-09T17:14:17.394Z[ recovery-image] Oct 09 17:14:15.507 INFO O| Oct 09 17:14:15.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60452024-10-09T17:14:17.394Z[ recovery-image] Oct 09 17:14:15.507 INFO O| Oct 09 17:14:15.507 INFO STEP 641 (remove_files) COMPLETE
60462024-10-09T17:14:17.396Z[ recovery-image] Oct 09 17:14:15.507 INFO O| Oct 09 17:14:15.507 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-10-09T17:14:17.404Z[ recovery-image] Oct 09 17:14:15.516 INFO O| Oct 09 17:14:15.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60482024-10-09T17:14:17.406Z[ recovery-image] Oct 09 17:14:15.516 INFO O| Oct 09 17:14:15.516 INFO STEP 642 (remove_files) COMPLETE
60492024-10-09T17:14:17.406Z[ recovery-image] Oct 09 17:14:15.516 INFO O| Oct 09 17:14:15.516 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-10-09T17:14:17.413Z[ recovery-image] Oct 09 17:14:15.526 INFO O| Oct 09 17:14:15.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60512024-10-09T17:14:17.413Z[ recovery-image] Oct 09 17:14:15.526 INFO O| Oct 09 17:14:15.526 INFO STEP 643 (remove_files) COMPLETE
60522024-10-09T17:14:17.413Z[ recovery-image] Oct 09 17:14:15.526 INFO O| Oct 09 17:14:15.526 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-10-09T17:14:17.423Z[ recovery-image] Oct 09 17:14:15.536 INFO O| Oct 09 17:14:15.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60542024-10-09T17:14:17.423Z[ recovery-image] Oct 09 17:14:15.536 INFO O| Oct 09 17:14:15.536 INFO STEP 644 (remove_files) COMPLETE
60552024-10-09T17:14:17.428Z[ recovery-image] Oct 09 17:14:15.536 INFO O| Oct 09 17:14:15.536 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-10-09T17:14:17.433Z[ recovery-image] Oct 09 17:14:15.546 INFO O| Oct 09 17:14:15.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60572024-10-09T17:14:17.433Z[ recovery-image] Oct 09 17:14:15.546 INFO O| Oct 09 17:14:15.546 INFO STEP 645 (remove_files) COMPLETE
60582024-10-09T17:14:17.436Z[ recovery-image] Oct 09 17:14:15.546 INFO O| Oct 09 17:14:15.546 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-10-09T17:14:17.443Z[ recovery-image] Oct 09 17:14:15.555 INFO O| Oct 09 17:14:15.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60602024-10-09T17:14:17.446Z[ recovery-image] Oct 09 17:14:15.555 INFO O| Oct 09 17:14:15.555 INFO STEP 646 (remove_files) COMPLETE
60612024-10-09T17:14:17.446Z[ recovery-image] Oct 09 17:14:15.555 INFO O| Oct 09 17:14:15.555 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-10-09T17:14:17.452Z[ recovery-image] Oct 09 17:14:15.565 INFO O| Oct 09 17:14:15.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60632024-10-09T17:14:17.455Z[ recovery-image] Oct 09 17:14:15.565 INFO O| Oct 09 17:14:15.565 INFO STEP 647 (remove_files) COMPLETE
60642024-10-09T17:14:17.455Z[ recovery-image] Oct 09 17:14:15.565 INFO O| Oct 09 17:14:15.565 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-09T17:14:17.462Z[ recovery-image] Oct 09 17:14:15.575 INFO O| Oct 09 17:14:15.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60662024-10-09T17:14:17.463Z[ recovery-image] Oct 09 17:14:15.575 INFO O| Oct 09 17:14:15.575 INFO STEP 648 (remove_files) COMPLETE
60672024-10-09T17:14:17.465Z[ recovery-image] Oct 09 17:14:15.575 INFO O| Oct 09 17:14:15.575 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-10-09T17:14:17.473Z[ recovery-image] Oct 09 17:14:15.585 INFO O| Oct 09 17:14:15.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60692024-10-09T17:14:17.476Z[ recovery-image] Oct 09 17:14:15.585 INFO O| Oct 09 17:14:15.585 INFO STEP 649 (remove_files) COMPLETE
60702024-10-09T17:14:17.476Z[ recovery-image] Oct 09 17:14:15.585 INFO O| Oct 09 17:14:15.585 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-10-09T17:14:17.484Z[ recovery-image] Oct 09 17:14:15.596 INFO O| Oct 09 17:14:15.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60722024-10-09T17:14:17.487Z[ recovery-image] Oct 09 17:14:15.597 INFO O| Oct 09 17:14:15.596 INFO STEP 650 (remove_files) COMPLETE
60732024-10-09T17:14:17.487Z[ recovery-image] Oct 09 17:14:15.597 INFO O| Oct 09 17:14:15.596 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-10-09T17:14:17.495Z[ recovery-image] Oct 09 17:14:15.607 INFO O| Oct 09 17:14:15.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60752024-10-09T17:14:17.498Z[ recovery-image] Oct 09 17:14:15.608 INFO O| Oct 09 17:14:15.608 INFO STEP 651 (remove_files) COMPLETE
60762024-10-09T17:14:17.498Z[ recovery-image] Oct 09 17:14:15.608 INFO O| Oct 09 17:14:15.608 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-10-09T17:14:17.507Z[ recovery-image] Oct 09 17:14:15.619 INFO O| Oct 09 17:14:15.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60782024-10-09T17:14:17.507Z[ recovery-image] Oct 09 17:14:15.620 INFO O| Oct 09 17:14:15.620 INFO STEP 652 (remove_files) COMPLETE
60792024-10-09T17:14:17.510Z[ recovery-image] Oct 09 17:14:15.620 INFO O| Oct 09 17:14:15.620 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-10-09T17:14:17.521Z[ recovery-image] Oct 09 17:14:15.632 INFO O| Oct 09 17:14:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60812024-10-09T17:14:17.521Z[ recovery-image] Oct 09 17:14:15.632 INFO O| Oct 09 17:14:15.632 INFO STEP 653 (remove_files) COMPLETE
60822024-10-09T17:14:17.521Z[ recovery-image] Oct 09 17:14:15.632 INFO O| Oct 09 17:14:15.632 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-10-09T17:14:17.530Z[ recovery-image] Oct 09 17:14:15.642 INFO O| Oct 09 17:14:15.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60842024-10-09T17:14:17.533Z[ recovery-image] Oct 09 17:14:15.642 INFO O| Oct 09 17:14:15.642 INFO STEP 654 (remove_files) COMPLETE
60852024-10-09T17:14:17.533Z[ recovery-image] Oct 09 17:14:15.642 INFO O| Oct 09 17:14:15.642 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-10-09T17:14:17.542Z[ recovery-image] Oct 09 17:14:15.655 INFO O| Oct 09 17:14:15.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60872024-10-09T17:14:17.545Z[ recovery-image] Oct 09 17:14:15.655 INFO O| Oct 09 17:14:15.655 INFO STEP 655 (remove_files) COMPLETE
60882024-10-09T17:14:17.545Z[ recovery-image] Oct 09 17:14:15.655 INFO O| Oct 09 17:14:15.655 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-10-09T17:14:17.555Z[ recovery-image] Oct 09 17:14:15.667 INFO O| Oct 09 17:14:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60902024-10-09T17:14:17.555Z[ recovery-image] Oct 09 17:14:15.667 INFO O| Oct 09 17:14:15.667 INFO STEP 656 (remove_files) COMPLETE
60912024-10-09T17:14:17.555Z[ recovery-image] Oct 09 17:14:15.667 INFO O| Oct 09 17:14:15.667 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-10-09T17:14:17.567Z[ recovery-image] Oct 09 17:14:15.679 INFO O| Oct 09 17:14:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60932024-10-09T17:14:17.567Z[ recovery-image] Oct 09 17:14:15.679 INFO O| Oct 09 17:14:15.679 INFO STEP 657 (remove_files) COMPLETE
60942024-10-09T17:14:17.570Z[ recovery-image] Oct 09 17:14:15.679 INFO O| Oct 09 17:14:15.679 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-10-09T17:14:17.580Z[ recovery-image] Oct 09 17:14:15.692 INFO O| Oct 09 17:14:15.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60962024-10-09T17:14:17.580Z[ recovery-image] Oct 09 17:14:15.692 INFO O| Oct 09 17:14:15.692 INFO STEP 658 (remove_files) COMPLETE
60972024-10-09T17:14:17.582Z[ recovery-image] Oct 09 17:14:15.692 INFO O| Oct 09 17:14:15.692 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-10-09T17:14:17.591Z[ recovery-image] Oct 09 17:14:15.704 INFO O| Oct 09 17:14:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60992024-10-09T17:14:17.591Z[ recovery-image] Oct 09 17:14:15.704 INFO O| Oct 09 17:14:15.704 INFO STEP 659 (remove_files) COMPLETE
61002024-10-09T17:14:17.594Z[ recovery-image] Oct 09 17:14:15.704 INFO O| Oct 09 17:14:15.704 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-10-09T17:14:17.602Z[ recovery-image] Oct 09 17:14:15.714 INFO O| Oct 09 17:14:15.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61022024-10-09T17:14:17.602Z[ recovery-image] Oct 09 17:14:15.715 INFO O| Oct 09 17:14:15.715 INFO STEP 660 (remove_files) COMPLETE
61032024-10-09T17:14:17.605Z[ recovery-image] Oct 09 17:14:15.715 INFO O| Oct 09 17:14:15.715 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-10-09T17:14:17.612Z[ recovery-image] Oct 09 17:14:15.725 INFO O| Oct 09 17:14:15.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61052024-10-09T17:14:17.615Z[ recovery-image] Oct 09 17:14:15.726 INFO O| Oct 09 17:14:15.726 INFO STEP 661 (remove_files) COMPLETE
61062024-10-09T17:14:17.615Z[ recovery-image] Oct 09 17:14:15.726 INFO O| Oct 09 17:14:15.726 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-10-09T17:14:17.623Z[ recovery-image] Oct 09 17:14:15.735 INFO O| Oct 09 17:14:15.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61082024-10-09T17:14:17.623Z[ recovery-image] Oct 09 17:14:15.736 INFO O| Oct 09 17:14:15.735 INFO STEP 662 (remove_files) COMPLETE
61092024-10-09T17:14:17.623Z[ recovery-image] Oct 09 17:14:15.736 INFO O| Oct 09 17:14:15.736 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-10-09T17:14:17.633Z[ recovery-image] Oct 09 17:14:15.745 INFO O| Oct 09 17:14:15.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61112024-10-09T17:14:17.636Z[ recovery-image] Oct 09 17:14:15.745 INFO O| Oct 09 17:14:15.745 INFO STEP 663 (remove_files) COMPLETE
61122024-10-09T17:14:17.636Z[ recovery-image] Oct 09 17:14:15.745 INFO O| Oct 09 17:14:15.745 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-10-09T17:14:17.642Z[ recovery-image] Oct 09 17:14:15.755 INFO O| Oct 09 17:14:15.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61142024-10-09T17:14:17.642Z[ recovery-image] Oct 09 17:14:15.755 INFO O| Oct 09 17:14:15.755 INFO STEP 664 (remove_files) COMPLETE
61152024-10-09T17:14:17.645Z[ recovery-image] Oct 09 17:14:15.755 INFO O| Oct 09 17:14:15.755 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-10-09T17:14:17.652Z[ recovery-image] Oct 09 17:14:15.765 INFO O| Oct 09 17:14:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61172024-10-09T17:14:17.652Z[ recovery-image] Oct 09 17:14:15.765 INFO O| Oct 09 17:14:15.765 INFO STEP 665 (remove_files) COMPLETE
61182024-10-09T17:14:17.654Z[ recovery-image] Oct 09 17:14:15.765 INFO O| Oct 09 17:14:15.765 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-10-09T17:14:17.661Z[ recovery-image] Oct 09 17:14:15.774 INFO O| Oct 09 17:14:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61202024-10-09T17:14:17.664Z[ recovery-image] Oct 09 17:14:15.774 INFO O| Oct 09 17:14:15.774 INFO STEP 666 (remove_files) COMPLETE
61212024-10-09T17:14:17.664Z[ recovery-image] Oct 09 17:14:15.774 INFO O| Oct 09 17:14:15.774 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-10-09T17:14:17.671Z[ recovery-image] Oct 09 17:14:15.784 INFO O| Oct 09 17:14:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61232024-10-09T17:14:17.671Z[ recovery-image] Oct 09 17:14:15.784 INFO O| Oct 09 17:14:15.784 INFO STEP 667 (remove_files) COMPLETE
61242024-10-09T17:14:17.671Z[ recovery-image] Oct 09 17:14:15.784 INFO O| Oct 09 17:14:15.784 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-10-09T17:14:17.681Z[ recovery-image] Oct 09 17:14:15.793 INFO O| Oct 09 17:14:15.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61262024-10-09T17:14:17.684Z[ recovery-image] Oct 09 17:14:15.793 INFO O| Oct 09 17:14:15.793 INFO STEP 668 (remove_files) COMPLETE
61272024-10-09T17:14:17.684Z[ recovery-image] Oct 09 17:14:15.793 INFO O| Oct 09 17:14:15.793 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-10-09T17:14:17.690Z[ recovery-image] Oct 09 17:14:15.803 INFO O| Oct 09 17:14:15.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61292024-10-09T17:14:17.693Z[ recovery-image] Oct 09 17:14:15.803 INFO O| Oct 09 17:14:15.803 INFO STEP 669 (remove_files) COMPLETE
61302024-10-09T17:14:17.694Z[ recovery-image] Oct 09 17:14:15.803 INFO O| Oct 09 17:14:15.803 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-10-09T17:14:17.701Z[ recovery-image] Oct 09 17:14:15.813 INFO O| Oct 09 17:14:15.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61322024-10-09T17:14:17.701Z[ recovery-image] Oct 09 17:14:15.813 INFO O| Oct 09 17:14:15.813 INFO STEP 670 (remove_files) COMPLETE
61332024-10-09T17:14:17.703Z[ recovery-image] Oct 09 17:14:15.813 INFO O| Oct 09 17:14:15.813 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-10-09T17:14:17.711Z[ recovery-image] Oct 09 17:14:15.822 INFO O| Oct 09 17:14:15.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61352024-10-09T17:14:17.713Z[ recovery-image] Oct 09 17:14:15.823 INFO O| Oct 09 17:14:15.822 INFO STEP 671 (remove_files) COMPLETE
61362024-10-09T17:14:17.713Z[ recovery-image] Oct 09 17:14:15.823 INFO O| Oct 09 17:14:15.823 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-10-09T17:14:17.719Z[ recovery-image] Oct 09 17:14:15.832 INFO O| Oct 09 17:14:15.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61382024-10-09T17:14:17.722Z[ recovery-image] Oct 09 17:14:15.832 INFO O| Oct 09 17:14:15.832 INFO STEP 672 (remove_files) COMPLETE
61392024-10-09T17:14:17.722Z[ recovery-image] Oct 09 17:14:15.832 INFO O| Oct 09 17:14:15.832 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-10-09T17:14:17.729Z[ recovery-image] Oct 09 17:14:15.842 INFO O| Oct 09 17:14:15.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61412024-10-09T17:14:17.729Z[ recovery-image] Oct 09 17:14:15.842 INFO O| Oct 09 17:14:15.842 INFO STEP 673 (remove_files) COMPLETE
61422024-10-09T17:14:17.729Z[ recovery-image] Oct 09 17:14:15.842 INFO O| Oct 09 17:14:15.842 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-10-09T17:14:17.739Z[ recovery-image] Oct 09 17:14:15.851 INFO O| Oct 09 17:14:15.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61442024-10-09T17:14:17.739Z[ recovery-image] Oct 09 17:14:15.851 INFO O| Oct 09 17:14:15.851 INFO STEP 674 (remove_files) COMPLETE
61452024-10-09T17:14:17.739Z[ recovery-image] Oct 09 17:14:15.851 INFO O| Oct 09 17:14:15.851 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-10-09T17:14:17.748Z[ recovery-image] Oct 09 17:14:15.861 INFO O| Oct 09 17:14:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61472024-10-09T17:14:17.748Z[ recovery-image] Oct 09 17:14:15.861 INFO O| Oct 09 17:14:15.861 INFO STEP 675 (remove_files) COMPLETE
61482024-10-09T17:14:17.751Z[ recovery-image] Oct 09 17:14:15.861 INFO O| Oct 09 17:14:15.861 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-10-09T17:14:17.758Z[ recovery-image] Oct 09 17:14:15.870 INFO O| Oct 09 17:14:15.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61502024-10-09T17:14:17.758Z[ recovery-image] Oct 09 17:14:15.870 INFO O| Oct 09 17:14:15.870 INFO STEP 676 (remove_files) COMPLETE
61512024-10-09T17:14:17.760Z[ recovery-image] Oct 09 17:14:15.870 INFO O| Oct 09 17:14:15.870 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-10-09T17:14:17.767Z[ recovery-image] Oct 09 17:14:15.880 INFO O| Oct 09 17:14:15.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61532024-10-09T17:14:17.767Z[ recovery-image] Oct 09 17:14:15.880 INFO O| Oct 09 17:14:15.880 INFO STEP 677 (remove_files) COMPLETE
61542024-10-09T17:14:17.767Z[ recovery-image] Oct 09 17:14:15.880 INFO O| Oct 09 17:14:15.880 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-10-09T17:14:17.777Z[ recovery-image] Oct 09 17:14:15.890 INFO O| Oct 09 17:14:15.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61562024-10-09T17:14:17.777Z[ recovery-image] Oct 09 17:14:15.890 INFO O| Oct 09 17:14:15.890 INFO STEP 678 (remove_files) COMPLETE
61572024-10-09T17:14:17.777Z[ recovery-image] Oct 09 17:14:15.890 INFO O| Oct 09 17:14:15.890 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-10-09T17:14:17.787Z[ recovery-image] Oct 09 17:14:15.899 INFO O| Oct 09 17:14:15.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61592024-10-09T17:14:17.789Z[ recovery-image] Oct 09 17:14:15.899 INFO O| Oct 09 17:14:15.899 INFO STEP 679 (remove_files) COMPLETE
61602024-10-09T17:14:17.789Z[ recovery-image] Oct 09 17:14:15.899 INFO O| Oct 09 17:14:15.899 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-10-09T17:14:17.796Z[ recovery-image] Oct 09 17:14:15.909 INFO O| Oct 09 17:14:15.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61622024-10-09T17:14:17.796Z[ recovery-image] Oct 09 17:14:15.909 INFO O| Oct 09 17:14:15.909 INFO STEP 680 (remove_files) COMPLETE
61632024-10-09T17:14:17.796Z[ recovery-image] Oct 09 17:14:15.909 INFO O| Oct 09 17:14:15.909 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-10-09T17:14:17.806Z[ recovery-image] Oct 09 17:14:15.919 INFO O| Oct 09 17:14:15.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61652024-10-09T17:14:17.808Z[ recovery-image] Oct 09 17:14:15.919 INFO O| Oct 09 17:14:15.919 INFO STEP 681 (remove_files) COMPLETE
61662024-10-09T17:14:17.808Z[ recovery-image] Oct 09 17:14:15.919 INFO O| Oct 09 17:14:15.919 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-10-09T17:14:17.815Z[ recovery-image] Oct 09 17:14:15.928 INFO O| Oct 09 17:14:15.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61682024-10-09T17:14:17.818Z[ recovery-image] Oct 09 17:14:15.928 INFO O| Oct 09 17:14:15.928 INFO STEP 682 (remove_files) COMPLETE
61692024-10-09T17:14:17.818Z[ recovery-image] Oct 09 17:14:15.928 INFO O| Oct 09 17:14:15.928 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-10-09T17:14:17.825Z[ recovery-image] Oct 09 17:14:15.937 INFO O| Oct 09 17:14:15.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61712024-10-09T17:14:17.825Z[ recovery-image] Oct 09 17:14:15.937 INFO O| Oct 09 17:14:15.937 INFO STEP 683 (remove_files) COMPLETE
61722024-10-09T17:14:17.827Z[ recovery-image] Oct 09 17:14:15.938 INFO O| Oct 09 17:14:15.937 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-10-09T17:14:17.834Z[ recovery-image] Oct 09 17:14:15.947 INFO O| Oct 09 17:14:15.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61742024-10-09T17:14:17.834Z[ recovery-image] Oct 09 17:14:15.947 INFO O| Oct 09 17:14:15.947 INFO STEP 684 (remove_files) COMPLETE
61752024-10-09T17:14:17.834Z[ recovery-image] Oct 09 17:14:15.947 INFO O| Oct 09 17:14:15.947 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-10-09T17:14:17.844Z[ recovery-image] Oct 09 17:14:15.956 INFO O| Oct 09 17:14:15.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61772024-10-09T17:14:17.844Z[ recovery-image] Oct 09 17:14:15.957 INFO O| Oct 09 17:14:15.956 INFO STEP 685 (remove_files) COMPLETE
61782024-10-09T17:14:17.846Z[ recovery-image] Oct 09 17:14:15.957 INFO O| Oct 09 17:14:15.957 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-10-09T17:14:17.853Z[ recovery-image] Oct 09 17:14:15.966 INFO O| Oct 09 17:14:15.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61802024-10-09T17:14:17.856Z[ recovery-image] Oct 09 17:14:15.966 INFO O| Oct 09 17:14:15.966 INFO STEP 686 (remove_files) COMPLETE
61812024-10-09T17:14:17.856Z[ recovery-image] Oct 09 17:14:15.966 INFO O| Oct 09 17:14:15.966 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-10-09T17:14:17.863Z[ recovery-image] Oct 09 17:14:15.975 INFO O| Oct 09 17:14:15.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61832024-10-09T17:14:17.863Z[ recovery-image] Oct 09 17:14:15.975 INFO O| Oct 09 17:14:15.975 INFO STEP 687 (remove_files) COMPLETE
61842024-10-09T17:14:17.863Z[ recovery-image] Oct 09 17:14:15.975 INFO O| Oct 09 17:14:15.975 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-10-09T17:14:17.873Z[ recovery-image] Oct 09 17:14:15.985 INFO O| Oct 09 17:14:15.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61862024-10-09T17:14:17.873Z[ recovery-image] Oct 09 17:14:15.985 INFO O| Oct 09 17:14:15.985 INFO STEP 688 (remove_files) COMPLETE
61872024-10-09T17:14:17.873Z[ recovery-image] Oct 09 17:14:15.985 INFO O| Oct 09 17:14:15.985 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-10-09T17:14:17.882Z[ recovery-image] Oct 09 17:14:15.995 INFO O| Oct 09 17:14:15.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61892024-10-09T17:14:17.882Z[ recovery-image] Oct 09 17:14:15.995 INFO O| Oct 09 17:14:15.995 INFO STEP 689 (remove_files) COMPLETE
61902024-10-09T17:14:17.882Z[ recovery-image] Oct 09 17:14:15.995 INFO O| Oct 09 17:14:15.995 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-10-09T17:14:17.892Z[ recovery-image] Oct 09 17:14:16.005 INFO O| Oct 09 17:14:16.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61922024-10-09T17:14:17.892Z[ recovery-image] Oct 09 17:14:16.005 INFO O| Oct 09 17:14:16.005 INFO STEP 690 (remove_files) COMPLETE
61932024-10-09T17:14:17.892Z[ recovery-image] Oct 09 17:14:16.005 INFO O| Oct 09 17:14:16.005 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-10-09T17:14:17.902Z[ recovery-image] Oct 09 17:14:16.014 INFO O| Oct 09 17:14:16.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61952024-10-09T17:14:17.902Z[ recovery-image] Oct 09 17:14:16.014 INFO O| Oct 09 17:14:16.014 INFO STEP 691 (remove_files) COMPLETE
61962024-10-09T17:14:17.904Z[ recovery-image] Oct 09 17:14:16.014 INFO O| Oct 09 17:14:16.014 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-10-09T17:14:17.911Z[ recovery-image] Oct 09 17:14:16.024 INFO O| Oct 09 17:14:16.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61982024-10-09T17:14:17.915Z[ recovery-image] Oct 09 17:14:16.024 INFO O| Oct 09 17:14:16.024 INFO STEP 692 (remove_files) COMPLETE
61992024-10-09T17:14:17.915Z[ recovery-image] Oct 09 17:14:16.024 INFO O| Oct 09 17:14:16.024 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-10-09T17:14:17.915Z[ host-image] Oct 09 17:14:16.025 INFO O| Oct 09 17:14:16.025 INFO O| Planning: Solver setup ... Done
62012024-10-09T17:14:17.917Z[ host-image] Oct 09 17:14:16.028 INFO O| Oct 09 17:14:16.028 INFO O| Planning: Running solver ... Done
62022024-10-09T17:14:17.921Z[ recovery-image] Oct 09 17:14:16.033 INFO O| Oct 09 17:14:16.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62032024-10-09T17:14:17.921Z[ recovery-image] Oct 09 17:14:16.033 INFO O| Oct 09 17:14:16.033 INFO STEP 693 (remove_files) COMPLETE
62042024-10-09T17:14:17.924Z[ recovery-image] Oct 09 17:14:16.033 INFO O| Oct 09 17:14:16.033 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-09T17:14:17.931Z[ recovery-image] Oct 09 17:14:16.043 INFO O| Oct 09 17:14:16.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62062024-10-09T17:14:17.931Z[ recovery-image] Oct 09 17:14:16.043 INFO O| Oct 09 17:14:16.043 INFO STEP 694 (remove_files) COMPLETE
62072024-10-09T17:14:17.931Z[ recovery-image] Oct 09 17:14:16.043 INFO O| Oct 09 17:14:16.043 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-09T17:14:17.940Z[ recovery-image] Oct 09 17:14:16.053 INFO O| Oct 09 17:14:16.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62092024-10-09T17:14:17.943Z[ recovery-image] Oct 09 17:14:16.053 INFO O| Oct 09 17:14:16.053 INFO STEP 695 (remove_files) COMPLETE
62102024-10-09T17:14:17.943Z[ recovery-image] Oct 09 17:14:16.053 INFO O| Oct 09 17:14:16.053 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-09T17:14:17.950Z[ recovery-image] Oct 09 17:14:16.063 INFO O| Oct 09 17:14:16.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62122024-10-09T17:14:17.950Z[ recovery-image] Oct 09 17:14:16.063 INFO O| Oct 09 17:14:16.063 INFO STEP 696 (remove_files) COMPLETE
62132024-10-09T17:14:17.950Z[ recovery-image] Oct 09 17:14:16.063 INFO O| Oct 09 17:14:16.063 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-09T17:14:17.960Z[ recovery-image] Oct 09 17:14:16.072 INFO O| Oct 09 17:14:16.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62152024-10-09T17:14:17.960Z[ recovery-image] Oct 09 17:14:16.072 INFO O| Oct 09 17:14:16.072 INFO STEP 697 (remove_files) COMPLETE
62162024-10-09T17:14:17.962Z[ recovery-image] Oct 09 17:14:16.072 INFO O| Oct 09 17:14:16.072 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-09T17:14:17.964Z[ host-image] Oct 09 17:14:16.076 INFO O| Oct 09 17:14:16.076 INFO O| Planning: Finding local manifests ... Done
62182024-10-09T17:14:17.967Z[ host-image] Oct 09 17:14:16.078 INFO O| Oct 09 17:14:16.078 INFO O| Planning: Fetching manifests: 0/4 0% complete
62192024-10-09T17:14:17.969Z[ recovery-image] Oct 09 17:14:16.082 INFO O| Oct 09 17:14:16.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62202024-10-09T17:14:17.969Z[ recovery-image] Oct 09 17:14:16.082 INFO O| Oct 09 17:14:16.082 INFO STEP 698 (remove_files) COMPLETE
62212024-10-09T17:14:17.970Z[ recovery-image] Oct 09 17:14:16.082 INFO O| Oct 09 17:14:16.082 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-10-09T17:14:17.979Z[ recovery-image] Oct 09 17:14:16.092 INFO O| Oct 09 17:14:16.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62232024-10-09T17:14:17.979Z[ recovery-image] Oct 09 17:14:16.092 INFO O| Oct 09 17:14:16.092 INFO STEP 699 (remove_files) COMPLETE
62242024-10-09T17:14:17.982Z[ recovery-image] Oct 09 17:14:16.092 INFO O| Oct 09 17:14:16.092 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-10-09T17:14:17.989Z[ recovery-image] Oct 09 17:14:16.102 INFO O| Oct 09 17:14:16.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62262024-10-09T17:14:17.989Z[ recovery-image] Oct 09 17:14:16.102 INFO O| Oct 09 17:14:16.102 INFO STEP 700 (remove_files) COMPLETE
62272024-10-09T17:14:17.992Z[ recovery-image] Oct 09 17:14:16.102 INFO O| Oct 09 17:14:16.102 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-10-09T17:14:17.999Z[ recovery-image] Oct 09 17:14:16.111 INFO O| Oct 09 17:14:16.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62292024-10-09T17:14:18.001Z[ recovery-image] Oct 09 17:14:16.111 INFO O| Oct 09 17:14:16.111 INFO STEP 701 (remove_files) COMPLETE
62302024-10-09T17:14:18.002Z[ recovery-image] Oct 09 17:14:16.112 INFO O| Oct 09 17:14:16.111 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-10-09T17:14:18.008Z[ recovery-image] Oct 09 17:14:16.121 INFO O| Oct 09 17:14:16.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62322024-10-09T17:14:18.011Z[ recovery-image] Oct 09 17:14:16.121 INFO O| Oct 09 17:14:16.121 INFO STEP 702 (remove_files) COMPLETE
62332024-10-09T17:14:18.011Z[ recovery-image] Oct 09 17:14:16.121 INFO O| Oct 09 17:14:16.121 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-10-09T17:14:18.019Z[ recovery-image] Oct 09 17:14:16.131 INFO O| Oct 09 17:14:16.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62352024-10-09T17:14:18.021Z[ recovery-image] Oct 09 17:14:16.131 INFO O| Oct 09 17:14:16.131 INFO STEP 703 (remove_files) COMPLETE
62362024-10-09T17:14:18.021Z[ recovery-image] Oct 09 17:14:16.131 INFO O| Oct 09 17:14:16.131 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-10-09T17:14:18.030Z[ recovery-image] Oct 09 17:14:16.143 INFO O| Oct 09 17:14:16.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62382024-10-09T17:14:18.031Z[ recovery-image] Oct 09 17:14:16.143 INFO O| Oct 09 17:14:16.143 INFO STEP 704 (remove_files) COMPLETE
62392024-10-09T17:14:18.033Z[ recovery-image] Oct 09 17:14:16.143 INFO O| Oct 09 17:14:16.143 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-09T17:14:18.042Z[ recovery-image] Oct 09 17:14:16.155 INFO O| Oct 09 17:14:16.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62412024-10-09T17:14:18.045Z[ recovery-image] Oct 09 17:14:16.155 INFO O| Oct 09 17:14:16.155 INFO STEP 705 (remove_files) COMPLETE
62422024-10-09T17:14:18.045Z[ recovery-image] Oct 09 17:14:16.155 INFO O| Oct 09 17:14:16.155 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-10-09T17:14:18.056Z[ recovery-image] Oct 09 17:14:16.168 INFO O| Oct 09 17:14:16.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62442024-10-09T17:14:18.056Z[ recovery-image] Oct 09 17:14:16.168 INFO O| Oct 09 17:14:16.168 INFO STEP 706 (remove_files) COMPLETE
62452024-10-09T17:14:18.056Z[ recovery-image] Oct 09 17:14:16.168 INFO O| Oct 09 17:14:16.168 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-10-09T17:14:18.068Z[ recovery-image] Oct 09 17:14:16.181 INFO O| Oct 09 17:14:16.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62472024-10-09T17:14:18.068Z[ recovery-image] Oct 09 17:14:16.181 INFO O| Oct 09 17:14:16.181 INFO STEP 707 (remove_files) COMPLETE
62482024-10-09T17:14:18.071Z[ recovery-image] Oct 09 17:14:16.181 INFO O| Oct 09 17:14:16.181 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-10-09T17:14:18.077Z[ host-image] Oct 09 17:14:16.190 INFO O| Oct 09 17:14:16.190 INFO O| Planning: Fetching manifests: 4/4 100% complete
62502024-10-09T17:14:18.080Z[ recovery-image] Oct 09 17:14:16.191 INFO O| Oct 09 17:14:16.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62512024-10-09T17:14:18.080Z[ recovery-image] Oct 09 17:14:16.191 INFO O| Oct 09 17:14:16.191 INFO STEP 708 (remove_files) COMPLETE
62522024-10-09T17:14:18.081Z[ recovery-image] Oct 09 17:14:16.191 INFO O| Oct 09 17:14:16.191 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-09T17:14:18.090Z[ recovery-image] Oct 09 17:14:16.203 INFO O| Oct 09 17:14:16.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62542024-10-09T17:14:18.090Z[ recovery-image] Oct 09 17:14:16.203 INFO O| Oct 09 17:14:16.203 INFO STEP 709 (remove_files) COMPLETE
62552024-10-09T17:14:18.093Z[ recovery-image] Oct 09 17:14:16.203 INFO O| Oct 09 17:14:16.203 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-09T17:14:18.100Z[ recovery-image] Oct 09 17:14:16.212 INFO O| Oct 09 17:14:16.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62572024-10-09T17:14:18.100Z[ recovery-image] Oct 09 17:14:16.212 INFO O| Oct 09 17:14:16.212 INFO STEP 710 (remove_files) COMPLETE
62582024-10-09T17:14:18.100Z[ recovery-image] Oct 09 17:14:16.212 INFO O| Oct 09 17:14:16.212 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-09T17:14:18.102Z[ host-image] Oct 09 17:14:16.214 INFO O| Oct 09 17:14:16.214 INFO O| Planning: Package planning ... Done
62602024-10-09T17:14:18.105Z[ host-image] Oct 09 17:14:16.217 INFO O| Oct 09 17:14:16.217 INFO O| Planning: Merging actions ... Done
62612024-10-09T17:14:18.109Z[ recovery-image] Oct 09 17:14:16.222 INFO O| Oct 09 17:14:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62622024-10-09T17:14:18.112Z[ recovery-image] Oct 09 17:14:16.222 INFO O| Oct 09 17:14:16.222 INFO STEP 711 (remove_files) COMPLETE
62632024-10-09T17:14:18.112Z[ recovery-image] Oct 09 17:14:16.222 INFO O| Oct 09 17:14:16.222 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-09T17:14:18.119Z[ recovery-image] Oct 09 17:14:16.231 INFO O| Oct 09 17:14:16.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62652024-10-09T17:14:18.119Z[ recovery-image] Oct 09 17:14:16.231 INFO O| Oct 09 17:14:16.231 INFO STEP 712 (remove_files) COMPLETE
62662024-10-09T17:14:18.119Z[ recovery-image] Oct 09 17:14:16.231 INFO O| Oct 09 17:14:16.231 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-09T17:14:18.129Z[ recovery-image] Oct 09 17:14:16.241 INFO O| Oct 09 17:14:16.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62682024-10-09T17:14:18.129Z[ recovery-image] Oct 09 17:14:16.241 INFO O| Oct 09 17:14:16.241 INFO STEP 713 (remove_files) COMPLETE
62692024-10-09T17:14:18.132Z[ recovery-image] Oct 09 17:14:16.241 INFO O| Oct 09 17:14:16.241 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-09T17:14:18.138Z[ recovery-image] Oct 09 17:14:16.250 INFO O| Oct 09 17:14:16.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62712024-10-09T17:14:18.138Z[ recovery-image] Oct 09 17:14:16.251 INFO O| Oct 09 17:14:16.251 INFO STEP 714 (remove_files) COMPLETE
62722024-10-09T17:14:18.138Z[ recovery-image] Oct 09 17:14:16.251 INFO O| Oct 09 17:14:16.251 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-09T17:14:18.148Z[ recovery-image] Oct 09 17:14:16.260 INFO O| Oct 09 17:14:16.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62742024-10-09T17:14:18.150Z[ recovery-image] Oct 09 17:14:16.260 INFO O| Oct 09 17:14:16.260 INFO STEP 715 (remove_files) COMPLETE
62752024-10-09T17:14:18.150Z[ recovery-image] Oct 09 17:14:16.260 INFO O| Oct 09 17:14:16.260 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-09T17:14:18.157Z[ recovery-image] Oct 09 17:14:16.270 INFO O| Oct 09 17:14:16.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62772024-10-09T17:14:18.160Z[ recovery-image] Oct 09 17:14:16.270 INFO O| Oct 09 17:14:16.270 INFO STEP 716 (remove_files) COMPLETE
62782024-10-09T17:14:18.160Z[ recovery-image] Oct 09 17:14:16.270 INFO O| Oct 09 17:14:16.270 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-09T17:14:18.167Z[ recovery-image] Oct 09 17:14:16.279 INFO O| Oct 09 17:14:16.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62802024-10-09T17:14:18.169Z[ recovery-image] Oct 09 17:14:16.279 INFO O| Oct 09 17:14:16.279 INFO STEP 717 (remove_files) COMPLETE
62812024-10-09T17:14:18.170Z[ recovery-image] Oct 09 17:14:16.280 INFO O| Oct 09 17:14:16.279 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-09T17:14:18.178Z[ recovery-image] Oct 09 17:14:16.289 INFO O| Oct 09 17:14:16.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62832024-10-09T17:14:18.178Z[ recovery-image] Oct 09 17:14:16.289 INFO O| Oct 09 17:14:16.289 INFO STEP 718 (remove_files) COMPLETE
62842024-10-09T17:14:18.178Z[ recovery-image] Oct 09 17:14:16.289 INFO O| Oct 09 17:14:16.289 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-09T17:14:18.181Z[ host-image] Oct 09 17:14:16.292 INFO O| Oct 09 17:14:16.292 INFO O| Planning: Checking for conflicting actions ... Done
62862024-10-09T17:14:18.181Z[ host-image] Oct 09 17:14:16.293 INFO O| Oct 09 17:14:16.293 INFO O| Planning: Consolidating action changes ... Done
62872024-10-09T17:14:18.189Z[ recovery-image] Oct 09 17:14:16.298 INFO O| Oct 09 17:14:16.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62882024-10-09T17:14:18.191Z[ recovery-image] Oct 09 17:14:16.298 INFO O| Oct 09 17:14:16.298 INFO STEP 719 (remove_files) COMPLETE
62892024-10-09T17:14:18.191Z[ recovery-image] Oct 09 17:14:16.299 INFO O| Oct 09 17:14:16.298 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-10-09T17:14:18.196Z[ recovery-image] Oct 09 17:14:16.308 INFO O| Oct 09 17:14:16.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62912024-10-09T17:14:18.196Z[ recovery-image] Oct 09 17:14:16.308 INFO O| Oct 09 17:14:16.308 INFO STEP 720 (remove_files) COMPLETE
62922024-10-09T17:14:18.198Z[ recovery-image] Oct 09 17:14:16.308 INFO O| Oct 09 17:14:16.308 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-10-09T17:14:18.205Z[ recovery-image] Oct 09 17:14:16.317 INFO O| Oct 09 17:14:16.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62942024-10-09T17:14:18.208Z[ recovery-image] Oct 09 17:14:16.318 INFO O| Oct 09 17:14:16.318 INFO STEP 721 (remove_files) COMPLETE
62952024-10-09T17:14:18.208Z[ recovery-image] Oct 09 17:14:16.318 INFO O| Oct 09 17:14:16.318 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-10-09T17:14:18.215Z[ recovery-image] Oct 09 17:14:16.327 INFO O| Oct 09 17:14:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62972024-10-09T17:14:18.215Z[ recovery-image] Oct 09 17:14:16.327 INFO O| Oct 09 17:14:16.327 INFO STEP 722 (remove_files) COMPLETE
62982024-10-09T17:14:18.217Z[ recovery-image] Oct 09 17:14:16.327 INFO O| Oct 09 17:14:16.327 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-10-09T17:14:18.224Z[ recovery-image] Oct 09 17:14:16.336 INFO O| Oct 09 17:14:16.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63002024-10-09T17:14:18.227Z[ recovery-image] Oct 09 17:14:16.337 INFO O| Oct 09 17:14:16.337 INFO STEP 723 (remove_files) COMPLETE
63012024-10-09T17:14:18.227Z[ recovery-image] Oct 09 17:14:16.337 INFO O| Oct 09 17:14:16.337 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-09T17:14:18.236Z[ recovery-image] Oct 09 17:14:16.346 INFO O| Oct 09 17:14:16.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63032024-10-09T17:14:18.238Z[ recovery-image] Oct 09 17:14:16.346 INFO O| Oct 09 17:14:16.346 INFO STEP 724 (remove_files) COMPLETE
63042024-10-09T17:14:18.238Z[ recovery-image] Oct 09 17:14:16.346 INFO O| Oct 09 17:14:16.346 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-10-09T17:14:18.243Z[ recovery-image] Oct 09 17:14:16.356 INFO O| Oct 09 17:14:16.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63062024-10-09T17:14:18.248Z[ recovery-image] Oct 09 17:14:16.356 INFO O| Oct 09 17:14:16.356 INFO STEP 725 (remove_files) COMPLETE
63072024-10-09T17:14:18.248Z[ recovery-image] Oct 09 17:14:16.356 INFO O| Oct 09 17:14:16.356 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-10-09T17:14:18.254Z[ recovery-image] Oct 09 17:14:16.366 INFO O| Oct 09 17:14:16.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63092024-10-09T17:14:18.254Z[ recovery-image] Oct 09 17:14:16.366 INFO O| Oct 09 17:14:16.366 INFO STEP 726 (remove_files) COMPLETE
63102024-10-09T17:14:18.256Z[ recovery-image] Oct 09 17:14:16.366 INFO O| Oct 09 17:14:16.366 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-10-09T17:14:18.263Z[ recovery-image] Oct 09 17:14:16.375 INFO O| Oct 09 17:14:16.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63122024-10-09T17:14:18.266Z[ recovery-image] Oct 09 17:14:16.375 INFO O| Oct 09 17:14:16.375 INFO STEP 727 (remove_files) COMPLETE
63132024-10-09T17:14:18.266Z[ recovery-image] Oct 09 17:14:16.375 INFO O| Oct 09 17:14:16.375 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-10-09T17:14:18.273Z[ recovery-image] Oct 09 17:14:16.385 INFO O| Oct 09 17:14:16.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63152024-10-09T17:14:18.273Z[ recovery-image] Oct 09 17:14:16.385 INFO O| Oct 09 17:14:16.385 INFO STEP 728 (remove_files) COMPLETE
63162024-10-09T17:14:18.276Z[ recovery-image] Oct 09 17:14:16.385 INFO O| Oct 09 17:14:16.385 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-09T17:14:18.284Z[ recovery-image] Oct 09 17:14:16.395 INFO O| Oct 09 17:14:16.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63182024-10-09T17:14:18.287Z[ recovery-image] Oct 09 17:14:16.395 INFO O| Oct 09 17:14:16.395 INFO STEP 729 (remove_files) COMPLETE
63192024-10-09T17:14:18.287Z[ recovery-image] Oct 09 17:14:16.395 INFO O| Oct 09 17:14:16.395 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-10-09T17:14:18.292Z[ recovery-image] Oct 09 17:14:16.404 INFO O| Oct 09 17:14:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63212024-10-09T17:14:18.296Z[ recovery-image] Oct 09 17:14:16.404 INFO O| Oct 09 17:14:16.404 INFO STEP 730 (remove_files) COMPLETE
63222024-10-09T17:14:18.296Z[ recovery-image] Oct 09 17:14:16.404 INFO O| Oct 09 17:14:16.404 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-09T17:14:18.302Z[ recovery-image] Oct 09 17:14:16.414 INFO O| Oct 09 17:14:16.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63242024-10-09T17:14:18.305Z[ recovery-image] Oct 09 17:14:16.414 INFO O| Oct 09 17:14:16.414 INFO STEP 731 (remove_files) COMPLETE
63252024-10-09T17:14:18.305Z[ recovery-image] Oct 09 17:14:16.414 INFO O| Oct 09 17:14:16.414 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-10-09T17:14:18.311Z[ recovery-image] Oct 09 17:14:16.424 INFO O| Oct 09 17:14:16.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63272024-10-09T17:14:18.311Z[ recovery-image] Oct 09 17:14:16.424 INFO O| Oct 09 17:14:16.424 INFO STEP 732 (remove_files) COMPLETE
63282024-10-09T17:14:18.311Z[ recovery-image] Oct 09 17:14:16.424 INFO O| Oct 09 17:14:16.424 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-10-09T17:14:18.321Z[ recovery-image] Oct 09 17:14:16.433 INFO O| Oct 09 17:14:16.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63302024-10-09T17:14:18.321Z[ recovery-image] Oct 09 17:14:16.433 INFO O| Oct 09 17:14:16.433 INFO STEP 733 (remove_files) COMPLETE
63312024-10-09T17:14:18.321Z[ recovery-image] Oct 09 17:14:16.433 INFO O| Oct 09 17:14:16.433 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-10-09T17:14:18.330Z[ recovery-image] Oct 09 17:14:16.443 INFO O| Oct 09 17:14:16.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63332024-10-09T17:14:18.334Z[ recovery-image] Oct 09 17:14:16.443 INFO O| Oct 09 17:14:16.443 INFO STEP 734 (remove_files) COMPLETE
63342024-10-09T17:14:18.334Z[ recovery-image] Oct 09 17:14:16.443 INFO O| Oct 09 17:14:16.443 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-10-09T17:14:18.340Z[ recovery-image] Oct 09 17:14:16.452 INFO O| Oct 09 17:14:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63362024-10-09T17:14:18.343Z[ recovery-image] Oct 09 17:14:16.452 INFO O| Oct 09 17:14:16.452 INFO STEP 735 (remove_files) COMPLETE
63372024-10-09T17:14:18.343Z[ recovery-image] Oct 09 17:14:16.453 INFO O| Oct 09 17:14:16.452 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-09T17:14:18.350Z[ recovery-image] Oct 09 17:14:16.462 INFO O| Oct 09 17:14:16.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63392024-10-09T17:14:18.352Z[ recovery-image] Oct 09 17:14:16.462 INFO O| Oct 09 17:14:16.462 INFO STEP 736 (remove_files) COMPLETE
63402024-10-09T17:14:18.352Z[ recovery-image] Oct 09 17:14:16.462 INFO O| Oct 09 17:14:16.462 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-09T17:14:18.356Z[ host-image] Oct 09 17:14:16.468 INFO O| Oct 09 17:14:16.468 INFO O| Planning: Evaluating mediators ... Done
63422024-10-09T17:14:18.358Z[ host-image] Oct 09 17:14:16.469 INFO O| Oct 09 17:14:16.469 INFO O| Planning: Planning completed in 2.68 seconds
63432024-10-09T17:14:18.361Z[ host-image] Oct 09 17:14:16.471 INFO O| Oct 09 17:14:16.471 INFO O| Packages to install: 4
63442024-10-09T17:14:18.361Z[ host-image] Oct 09 17:14:16.471 INFO O| Oct 09 17:14:16.471 INFO O| Services to change: 2
63452024-10-09T17:14:18.361Z[ recovery-image] Oct 09 17:14:16.472 INFO O| Oct 09 17:14:16.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63462024-10-09T17:14:18.361Z[ recovery-image] Oct 09 17:14:16.472 INFO O| Oct 09 17:14:16.472 INFO STEP 737 (remove_files) COMPLETE
63472024-10-09T17:14:18.361Z[ recovery-image] Oct 09 17:14:16.472 INFO O| Oct 09 17:14:16.472 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-10-09T17:14:18.369Z[ recovery-image] Oct 09 17:14:16.481 INFO O| Oct 09 17:14:16.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63492024-10-09T17:14:18.369Z[ recovery-image] Oct 09 17:14:16.482 INFO O| Oct 09 17:14:16.481 INFO STEP 738 (remove_files) COMPLETE
63502024-10-09T17:14:18.372Z[ recovery-image] Oct 09 17:14:16.482 INFO O| Oct 09 17:14:16.482 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-10-09T17:14:18.372Z[ host-image] Oct 09 17:14:16.482 INFO O| Oct 09 17:14:16.482 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
63522024-10-09T17:14:18.379Z[ recovery-image] Oct 09 17:14:16.491 INFO O| Oct 09 17:14:16.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63532024-10-09T17:14:18.379Z[ recovery-image] Oct 09 17:14:16.491 INFO O| Oct 09 17:14:16.491 INFO STEP 739 (remove_files) COMPLETE
63542024-10-09T17:14:18.381Z[ recovery-image] Oct 09 17:14:16.492 INFO O| Oct 09 17:14:16.491 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-09T17:14:18.389Z[ recovery-image] Oct 09 17:14:16.501 INFO O| Oct 09 17:14:16.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63562024-10-09T17:14:18.391Z[ recovery-image] Oct 09 17:14:16.501 INFO O| Oct 09 17:14:16.501 INFO STEP 740 (remove_files) COMPLETE
63572024-10-09T17:14:18.391Z[ recovery-image] Oct 09 17:14:16.501 INFO O| Oct 09 17:14:16.501 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-09T17:14:18.398Z[ recovery-image] Oct 09 17:14:16.511 INFO O| Oct 09 17:14:16.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63592024-10-09T17:14:18.400Z[ recovery-image] Oct 09 17:14:16.511 INFO O| Oct 09 17:14:16.511 INFO STEP 741 (remove_files) COMPLETE
63602024-10-09T17:14:18.400Z[ recovery-image] Oct 09 17:14:16.511 INFO O| Oct 09 17:14:16.511 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-09T17:14:18.408Z[ recovery-image] Oct 09 17:14:16.520 INFO O| Oct 09 17:14:16.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63622024-10-09T17:14:18.410Z[ recovery-image] Oct 09 17:14:16.520 INFO O| Oct 09 17:14:16.520 INFO STEP 742 (remove_files) COMPLETE
63632024-10-09T17:14:18.410Z[ recovery-image] Oct 09 17:14:16.520 INFO O| Oct 09 17:14:16.520 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-09T17:14:18.417Z[ recovery-image] Oct 09 17:14:16.529 INFO O| Oct 09 17:14:16.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63652024-10-09T17:14:18.419Z[ recovery-image] Oct 09 17:14:16.529 INFO O| Oct 09 17:14:16.529 INFO STEP 743 (remove_files) COMPLETE
63662024-10-09T17:14:18.419Z[ recovery-image] Oct 09 17:14:16.530 INFO O| Oct 09 17:14:16.529 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-09T17:14:18.427Z[ recovery-image] Oct 09 17:14:16.539 INFO O| Oct 09 17:14:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63682024-10-09T17:14:18.427Z[ recovery-image] Oct 09 17:14:16.539 INFO O| Oct 09 17:14:16.539 INFO STEP 744 (remove_files) COMPLETE
63692024-10-09T17:14:18.427Z[ recovery-image] Oct 09 17:14:16.539 INFO O| Oct 09 17:14:16.539 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-09T17:14:18.437Z[ recovery-image] Oct 09 17:14:16.549 INFO O| Oct 09 17:14:16.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63712024-10-09T17:14:18.437Z[ recovery-image] Oct 09 17:14:16.549 INFO O| Oct 09 17:14:16.549 INFO STEP 745 (remove_files) COMPLETE
63722024-10-09T17:14:18.437Z[ recovery-image] Oct 09 17:14:16.549 INFO O| Oct 09 17:14:16.549 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-09T17:14:18.446Z[ recovery-image] Oct 09 17:14:16.559 INFO O| Oct 09 17:14:16.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63742024-10-09T17:14:18.446Z[ recovery-image] Oct 09 17:14:16.559 INFO O| Oct 09 17:14:16.559 INFO STEP 746 (remove_files) COMPLETE
63752024-10-09T17:14:18.447Z[ recovery-image] Oct 09 17:14:16.559 INFO O| Oct 09 17:14:16.559 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-09T17:14:18.456Z[ recovery-image] Oct 09 17:14:16.568 INFO O| Oct 09 17:14:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63772024-10-09T17:14:18.456Z[ recovery-image] Oct 09 17:14:16.568 INFO O| Oct 09 17:14:16.568 INFO STEP 747 (remove_files) COMPLETE
63782024-10-09T17:14:18.459Z[ recovery-image] Oct 09 17:14:16.568 INFO O| Oct 09 17:14:16.568 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-09T17:14:18.467Z[ recovery-image] Oct 09 17:14:16.578 INFO O| Oct 09 17:14:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63802024-10-09T17:14:18.470Z[ recovery-image] Oct 09 17:14:16.578 INFO O| Oct 09 17:14:16.578 INFO STEP 748 (remove_files) COMPLETE
63812024-10-09T17:14:18.470Z[ recovery-image] Oct 09 17:14:16.578 INFO O| Oct 09 17:14:16.578 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-10-09T17:14:18.475Z[ recovery-image] Oct 09 17:14:16.587 INFO O| Oct 09 17:14:16.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63832024-10-09T17:14:18.477Z[ recovery-image] Oct 09 17:14:16.587 INFO O| Oct 09 17:14:16.587 INFO STEP 749 (remove_files) COMPLETE
63842024-10-09T17:14:18.477Z[ recovery-image] Oct 09 17:14:16.587 INFO O| Oct 09 17:14:16.587 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-10-09T17:14:18.484Z[ recovery-image] Oct 09 17:14:16.597 INFO O| Oct 09 17:14:16.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63862024-10-09T17:14:18.487Z[ recovery-image] Oct 09 17:14:16.598 INFO O| Oct 09 17:14:16.598 INFO STEP 750 (remove_files) COMPLETE
63872024-10-09T17:14:18.487Z[ recovery-image] Oct 09 17:14:16.598 INFO O| Oct 09 17:14:16.598 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-10-09T17:14:18.495Z[ recovery-image] Oct 09 17:14:16.607 INFO O| Oct 09 17:14:16.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63892024-10-09T17:14:18.495Z[ recovery-image] Oct 09 17:14:16.607 INFO O| Oct 09 17:14:16.607 INFO STEP 751 (remove_files) COMPLETE
63902024-10-09T17:14:18.497Z[ recovery-image] Oct 09 17:14:16.607 INFO O| Oct 09 17:14:16.607 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-09T17:14:18.504Z[ recovery-image] Oct 09 17:14:16.617 INFO O| Oct 09 17:14:16.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63922024-10-09T17:14:18.507Z[ recovery-image] Oct 09 17:14:16.617 INFO O| Oct 09 17:14:16.617 INFO STEP 752 (remove_files) COMPLETE
63932024-10-09T17:14:18.507Z[ recovery-image] Oct 09 17:14:16.617 INFO O| Oct 09 17:14:16.617 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-09T17:14:18.514Z[ recovery-image] Oct 09 17:14:16.626 INFO O| Oct 09 17:14:16.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63952024-10-09T17:14:18.517Z[ recovery-image] Oct 09 17:14:16.626 INFO O| Oct 09 17:14:16.626 INFO STEP 753 (remove_files) COMPLETE
63962024-10-09T17:14:18.517Z[ recovery-image] Oct 09 17:14:16.626 INFO O| Oct 09 17:14:16.626 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-09T17:14:18.523Z[ recovery-image] Oct 09 17:14:16.636 INFO O| Oct 09 17:14:16.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63982024-10-09T17:14:18.523Z[ recovery-image] Oct 09 17:14:16.636 INFO O| Oct 09 17:14:16.636 INFO STEP 754 (remove_files) COMPLETE
63992024-10-09T17:14:18.526Z[ recovery-image] Oct 09 17:14:16.636 INFO O| Oct 09 17:14:16.636 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-09T17:14:18.533Z[ recovery-image] Oct 09 17:14:16.645 INFO O| Oct 09 17:14:16.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64012024-10-09T17:14:18.533Z[ recovery-image] Oct 09 17:14:16.645 INFO O| Oct 09 17:14:16.645 INFO STEP 755 (remove_files) COMPLETE
64022024-10-09T17:14:18.535Z[ recovery-image] Oct 09 17:14:16.645 INFO O| Oct 09 17:14:16.645 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-09T17:14:18.542Z[ recovery-image] Oct 09 17:14:16.654 INFO O| Oct 09 17:14:16.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64042024-10-09T17:14:18.542Z[ recovery-image] Oct 09 17:14:16.655 INFO O| Oct 09 17:14:16.654 INFO STEP 756 (remove_files) COMPLETE
64052024-10-09T17:14:18.544Z[ recovery-image] Oct 09 17:14:16.655 INFO O| Oct 09 17:14:16.655 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-09T17:14:18.552Z[ recovery-image] Oct 09 17:14:16.664 INFO O| Oct 09 17:14:16.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64072024-10-09T17:14:18.552Z[ recovery-image] Oct 09 17:14:16.664 INFO O| Oct 09 17:14:16.664 INFO STEP 757 (remove_files) COMPLETE
64082024-10-09T17:14:18.554Z[ recovery-image] Oct 09 17:14:16.664 INFO O| Oct 09 17:14:16.664 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-09T17:14:18.561Z[ recovery-image] Oct 09 17:14:16.673 INFO O| Oct 09 17:14:16.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64102024-10-09T17:14:18.563Z[ recovery-image] Oct 09 17:14:16.673 INFO O| Oct 09 17:14:16.673 INFO STEP 758 (remove_files) COMPLETE
64112024-10-09T17:14:18.563Z[ recovery-image] Oct 09 17:14:16.673 INFO O| Oct 09 17:14:16.673 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-09T17:14:18.570Z[ recovery-image] Oct 09 17:14:16.683 INFO O| Oct 09 17:14:16.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64132024-10-09T17:14:18.573Z[ recovery-image] Oct 09 17:14:16.683 INFO O| Oct 09 17:14:16.683 INFO STEP 759 (remove_files) COMPLETE
64142024-10-09T17:14:18.573Z[ recovery-image] Oct 09 17:14:16.683 INFO O| Oct 09 17:14:16.683 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-09T17:14:18.580Z[ recovery-image] Oct 09 17:14:16.692 INFO O| Oct 09 17:14:16.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64162024-10-09T17:14:18.580Z[ recovery-image] Oct 09 17:14:16.692 INFO O| Oct 09 17:14:16.692 INFO STEP 760 (remove_files) COMPLETE
64172024-10-09T17:14:18.582Z[ recovery-image] Oct 09 17:14:16.692 INFO O| Oct 09 17:14:16.692 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-09T17:14:18.590Z[ recovery-image] Oct 09 17:14:16.702 INFO O| Oct 09 17:14:16.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64192024-10-09T17:14:18.590Z[ recovery-image] Oct 09 17:14:16.702 INFO O| Oct 09 17:14:16.702 INFO STEP 761 (remove_files) COMPLETE
64202024-10-09T17:14:18.593Z[ recovery-image] Oct 09 17:14:16.702 INFO O| Oct 09 17:14:16.702 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-09T17:14:18.599Z[ recovery-image] Oct 09 17:14:16.711 INFO O| Oct 09 17:14:16.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64222024-10-09T17:14:18.599Z[ recovery-image] Oct 09 17:14:16.711 INFO O| Oct 09 17:14:16.711 INFO STEP 762 (remove_files) COMPLETE
64232024-10-09T17:14:18.602Z[ recovery-image] Oct 09 17:14:16.712 INFO O| Oct 09 17:14:16.711 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-09T17:14:18.609Z[ recovery-image] Oct 09 17:14:16.721 INFO O| Oct 09 17:14:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64252024-10-09T17:14:18.609Z[ recovery-image] Oct 09 17:14:16.721 INFO O| Oct 09 17:14:16.721 INFO STEP 763 (remove_files) COMPLETE
64262024-10-09T17:14:18.612Z[ recovery-image] Oct 09 17:14:16.721 INFO O| Oct 09 17:14:16.721 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-09T17:14:18.618Z[ recovery-image] Oct 09 17:14:16.730 INFO O| Oct 09 17:14:16.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64282024-10-09T17:14:18.618Z[ recovery-image] Oct 09 17:14:16.730 INFO O| Oct 09 17:14:16.730 INFO STEP 764 (remove_files) COMPLETE
64292024-10-09T17:14:18.620Z[ recovery-image] Oct 09 17:14:16.730 INFO O| Oct 09 17:14:16.730 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-09T17:14:18.627Z[ recovery-image] Oct 09 17:14:16.740 INFO O| Oct 09 17:14:16.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64312024-10-09T17:14:18.627Z[ recovery-image] Oct 09 17:14:16.740 INFO O| Oct 09 17:14:16.740 INFO STEP 765 (remove_files) COMPLETE
64322024-10-09T17:14:18.630Z[ recovery-image] Oct 09 17:14:16.740 INFO O| Oct 09 17:14:16.740 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-09T17:14:18.637Z[ recovery-image] Oct 09 17:14:16.749 INFO O| Oct 09 17:14:16.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64342024-10-09T17:14:18.637Z[ recovery-image] Oct 09 17:14:16.749 INFO O| Oct 09 17:14:16.749 INFO STEP 766 (remove_files) COMPLETE
64352024-10-09T17:14:18.637Z[ recovery-image] Oct 09 17:14:16.749 INFO O| Oct 09 17:14:16.749 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-09T17:14:18.646Z[ recovery-image] Oct 09 17:14:16.759 INFO O| Oct 09 17:14:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64372024-10-09T17:14:18.646Z[ recovery-image] Oct 09 17:14:16.759 INFO O| Oct 09 17:14:16.759 INFO STEP 767 (remove_files) COMPLETE
64382024-10-09T17:14:18.646Z[ recovery-image] Oct 09 17:14:16.759 INFO O| Oct 09 17:14:16.759 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-09T17:14:18.656Z[ recovery-image] Oct 09 17:14:16.768 INFO O| Oct 09 17:14:16.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64402024-10-09T17:14:18.656Z[ recovery-image] Oct 09 17:14:16.768 INFO O| Oct 09 17:14:16.768 INFO STEP 768 (remove_files) COMPLETE
64412024-10-09T17:14:18.659Z[ recovery-image] Oct 09 17:14:16.768 INFO O| Oct 09 17:14:16.768 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-09T17:14:18.665Z[ recovery-image] Oct 09 17:14:16.777 INFO O| Oct 09 17:14:16.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64432024-10-09T17:14:18.665Z[ recovery-image] Oct 09 17:14:16.777 INFO O| Oct 09 17:14:16.777 INFO STEP 769 (remove_files) COMPLETE
64442024-10-09T17:14:18.668Z[ recovery-image] Oct 09 17:14:16.777 INFO O| Oct 09 17:14:16.777 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-09T17:14:18.674Z[ recovery-image] Oct 09 17:14:16.787 INFO O| Oct 09 17:14:16.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64462024-10-09T17:14:18.674Z[ recovery-image] Oct 09 17:14:16.787 INFO O| Oct 09 17:14:16.787 INFO STEP 770 (remove_files) COMPLETE
64472024-10-09T17:14:18.677Z[ recovery-image] Oct 09 17:14:16.787 INFO O| Oct 09 17:14:16.787 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-09T17:14:18.685Z[ recovery-image] Oct 09 17:14:16.796 INFO O| Oct 09 17:14:16.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64492024-10-09T17:14:18.685Z[ recovery-image] Oct 09 17:14:16.796 INFO O| Oct 09 17:14:16.796 INFO STEP 771 (remove_files) COMPLETE
64502024-10-09T17:14:18.685Z[ recovery-image] Oct 09 17:14:16.796 INFO O| Oct 09 17:14:16.796 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-09T17:14:18.693Z[ recovery-image] Oct 09 17:14:16.805 INFO O| Oct 09 17:14:16.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64522024-10-09T17:14:18.697Z[ recovery-image] Oct 09 17:14:16.806 INFO O| Oct 09 17:14:16.806 INFO STEP 772 (remove_files) COMPLETE
64532024-10-09T17:14:18.697Z[ recovery-image] Oct 09 17:14:16.806 INFO O| Oct 09 17:14:16.806 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-09T17:14:18.703Z[ recovery-image] Oct 09 17:14:16.815 INFO O| Oct 09 17:14:16.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64552024-10-09T17:14:18.705Z[ recovery-image] Oct 09 17:14:16.815 INFO O| Oct 09 17:14:16.815 INFO STEP 773 (remove_files) COMPLETE
64562024-10-09T17:14:18.705Z[ recovery-image] Oct 09 17:14:16.815 INFO O| Oct 09 17:14:16.815 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-09T17:14:18.713Z[ recovery-image] Oct 09 17:14:16.824 INFO O| Oct 09 17:14:16.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64582024-10-09T17:14:18.715Z[ recovery-image] Oct 09 17:14:16.824 INFO O| Oct 09 17:14:16.824 INFO STEP 774 (remove_files) COMPLETE
64592024-10-09T17:14:18.715Z[ recovery-image] Oct 09 17:14:16.825 INFO O| Oct 09 17:14:16.824 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-09T17:14:18.722Z[ recovery-image] Oct 09 17:14:16.834 INFO O| Oct 09 17:14:16.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64612024-10-09T17:14:18.722Z[ recovery-image] Oct 09 17:14:16.834 INFO O| Oct 09 17:14:16.834 INFO STEP 775 (remove_files) COMPLETE
64622024-10-09T17:14:18.722Z[ recovery-image] Oct 09 17:14:16.834 INFO O| Oct 09 17:14:16.834 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-09T17:14:18.733Z[ recovery-image] Oct 09 17:14:16.843 INFO O| Oct 09 17:14:16.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64642024-10-09T17:14:18.733Z[ recovery-image] Oct 09 17:14:16.843 INFO O| Oct 09 17:14:16.843 INFO STEP 776 (remove_files) COMPLETE
64652024-10-09T17:14:18.735Z[ recovery-image] Oct 09 17:14:16.844 INFO O| Oct 09 17:14:16.843 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-09T17:14:18.741Z[ recovery-image] Oct 09 17:14:16.853 INFO O| Oct 09 17:14:16.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64672024-10-09T17:14:18.741Z[ recovery-image] Oct 09 17:14:16.853 INFO O| Oct 09 17:14:16.853 INFO STEP 777 (remove_files) COMPLETE
64682024-10-09T17:14:18.743Z[ recovery-image] Oct 09 17:14:16.853 INFO O| Oct 09 17:14:16.853 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-09T17:14:18.750Z[ recovery-image] Oct 09 17:14:16.862 INFO O| Oct 09 17:14:16.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64702024-10-09T17:14:18.750Z[ recovery-image] Oct 09 17:14:16.862 INFO O| Oct 09 17:14:16.862 INFO STEP 778 (remove_files) COMPLETE
64712024-10-09T17:14:18.752Z[ recovery-image] Oct 09 17:14:16.862 INFO O| Oct 09 17:14:16.862 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-09T17:14:18.759Z[ recovery-image] Oct 09 17:14:16.872 INFO O| Oct 09 17:14:16.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64732024-10-09T17:14:18.760Z[ recovery-image] Oct 09 17:14:16.872 INFO O| Oct 09 17:14:16.872 INFO STEP 779 (remove_files) COMPLETE
64742024-10-09T17:14:18.760Z[ recovery-image] Oct 09 17:14:16.872 INFO O| Oct 09 17:14:16.872 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-09T17:14:18.769Z[ recovery-image] Oct 09 17:14:16.881 INFO O| Oct 09 17:14:16.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64762024-10-09T17:14:18.771Z[ recovery-image] Oct 09 17:14:16.881 INFO O| Oct 09 17:14:16.881 INFO STEP 780 (remove_files) COMPLETE
64772024-10-09T17:14:18.771Z[ recovery-image] Oct 09 17:14:16.881 INFO O| Oct 09 17:14:16.881 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-09T17:14:18.778Z[ recovery-image] Oct 09 17:14:16.891 INFO O| Oct 09 17:14:16.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64792024-10-09T17:14:18.781Z[ recovery-image] Oct 09 17:14:16.891 INFO O| Oct 09 17:14:16.891 INFO STEP 781 (remove_files) COMPLETE
64802024-10-09T17:14:18.781Z[ recovery-image] Oct 09 17:14:16.891 INFO O| Oct 09 17:14:16.891 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-10-09T17:14:18.788Z[ recovery-image] Oct 09 17:14:16.900 INFO O| Oct 09 17:14:16.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64822024-10-09T17:14:18.788Z[ recovery-image] Oct 09 17:14:16.900 INFO O| Oct 09 17:14:16.900 INFO STEP 782 (remove_files) COMPLETE
64832024-10-09T17:14:18.790Z[ recovery-image] Oct 09 17:14:16.900 INFO O| Oct 09 17:14:16.900 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-09T17:14:18.797Z[ recovery-image] Oct 09 17:14:16.909 INFO O| Oct 09 17:14:16.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64852024-10-09T17:14:18.797Z[ recovery-image] Oct 09 17:14:16.909 INFO O| Oct 09 17:14:16.909 INFO STEP 783 (remove_files) COMPLETE
64862024-10-09T17:14:18.800Z[ recovery-image] Oct 09 17:14:16.909 INFO O| Oct 09 17:14:16.909 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-09T17:14:18.806Z[ recovery-image] Oct 09 17:14:16.919 INFO O| Oct 09 17:14:16.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64882024-10-09T17:14:18.806Z[ recovery-image] Oct 09 17:14:16.919 INFO O| Oct 09 17:14:16.919 INFO STEP 784 (remove_files) COMPLETE
64892024-10-09T17:14:18.809Z[ recovery-image] Oct 09 17:14:16.919 INFO O| Oct 09 17:14:16.919 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-09T17:14:18.816Z[ recovery-image] Oct 09 17:14:16.928 INFO O| Oct 09 17:14:16.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64912024-10-09T17:14:18.818Z[ recovery-image] Oct 09 17:14:16.928 INFO O| Oct 09 17:14:16.928 INFO STEP 785 (remove_files) COMPLETE
64922024-10-09T17:14:18.818Z[ recovery-image] Oct 09 17:14:16.928 INFO O| Oct 09 17:14:16.928 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-09T17:14:18.825Z[ recovery-image] Oct 09 17:14:16.937 INFO O| Oct 09 17:14:16.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64942024-10-09T17:14:18.828Z[ recovery-image] Oct 09 17:14:16.937 INFO O| Oct 09 17:14:16.937 INFO STEP 786 (remove_files) COMPLETE
64952024-10-09T17:14:18.828Z[ recovery-image] Oct 09 17:14:16.937 INFO O| Oct 09 17:14:16.937 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-09T17:14:18.835Z[ recovery-image] Oct 09 17:14:16.947 INFO O| Oct 09 17:14:16.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64972024-10-09T17:14:18.837Z[ recovery-image] Oct 09 17:14:16.947 INFO O| Oct 09 17:14:16.947 INFO STEP 787 (remove_files) COMPLETE
64982024-10-09T17:14:18.837Z[ recovery-image] Oct 09 17:14:16.947 INFO O| Oct 09 17:14:16.947 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-09T17:14:18.845Z[ recovery-image] Oct 09 17:14:16.957 INFO O| Oct 09 17:14:16.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65002024-10-09T17:14:18.845Z[ recovery-image] Oct 09 17:14:16.957 INFO O| Oct 09 17:14:16.957 INFO STEP 788 (remove_files) COMPLETE
65012024-10-09T17:14:18.848Z[ recovery-image] Oct 09 17:14:16.957 INFO O| Oct 09 17:14:16.957 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-09T17:14:18.855Z[ recovery-image] Oct 09 17:14:16.966 INFO O| Oct 09 17:14:16.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65032024-10-09T17:14:18.855Z[ recovery-image] Oct 09 17:14:16.966 INFO O| Oct 09 17:14:16.966 INFO STEP 789 (remove_files) COMPLETE
65042024-10-09T17:14:18.858Z[ recovery-image] Oct 09 17:14:16.966 INFO O| Oct 09 17:14:16.966 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-09T17:14:18.863Z[ recovery-image] Oct 09 17:14:16.976 INFO O| Oct 09 17:14:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65062024-10-09T17:14:18.864Z[ recovery-image] Oct 09 17:14:16.976 INFO O| Oct 09 17:14:16.976 INFO STEP 790 (remove_files) COMPLETE
65072024-10-09T17:14:18.864Z[ recovery-image] Oct 09 17:14:16.976 INFO O| Oct 09 17:14:16.976 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-09T17:14:18.873Z[ recovery-image] Oct 09 17:14:16.985 INFO O| Oct 09 17:14:16.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65092024-10-09T17:14:18.873Z[ recovery-image] Oct 09 17:14:16.985 INFO O| Oct 09 17:14:16.985 INFO STEP 791 (remove_files) COMPLETE
65102024-10-09T17:14:18.875Z[ recovery-image] Oct 09 17:14:16.985 INFO O| Oct 09 17:14:16.985 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-09T17:14:18.882Z[ recovery-image] Oct 09 17:14:16.995 INFO O| Oct 09 17:14:16.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65122024-10-09T17:14:18.882Z[ recovery-image] Oct 09 17:14:16.995 INFO O| Oct 09 17:14:16.995 INFO STEP 792 (remove_files) COMPLETE
65132024-10-09T17:14:18.885Z[ recovery-image] Oct 09 17:14:16.995 INFO O| Oct 09 17:14:16.995 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-09T17:14:18.892Z[ recovery-image] Oct 09 17:14:17.004 INFO O| Oct 09 17:14:17.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65152024-10-09T17:14:18.892Z[ recovery-image] Oct 09 17:14:17.004 INFO O| Oct 09 17:14:17.004 INFO STEP 793 (remove_files) COMPLETE
65162024-10-09T17:14:18.892Z[ recovery-image] Oct 09 17:14:17.004 INFO O| Oct 09 17:14:17.004 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-09T17:14:18.902Z[ recovery-image] Oct 09 17:14:17.014 INFO O| Oct 09 17:14:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65182024-10-09T17:14:18.902Z[ recovery-image] Oct 09 17:14:17.014 INFO O| Oct 09 17:14:17.014 INFO STEP 794 (remove_files) COMPLETE
65192024-10-09T17:14:18.902Z[ recovery-image] Oct 09 17:14:17.014 INFO O| Oct 09 17:14:17.014 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-09T17:14:18.912Z[ recovery-image] Oct 09 17:14:17.024 INFO O| Oct 09 17:14:17.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65212024-10-09T17:14:18.914Z[ recovery-image] Oct 09 17:14:17.024 INFO O| Oct 09 17:14:17.024 INFO STEP 795 (remove_files) COMPLETE
65222024-10-09T17:14:18.915Z[ recovery-image] Oct 09 17:14:17.024 INFO O| Oct 09 17:14:17.024 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-09T17:14:18.921Z[ recovery-image] Oct 09 17:14:17.033 INFO O| Oct 09 17:14:17.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65242024-10-09T17:14:18.924Z[ recovery-image] Oct 09 17:14:17.033 INFO O| Oct 09 17:14:17.033 INFO STEP 796 (remove_files) COMPLETE
65252024-10-09T17:14:18.924Z[ recovery-image] Oct 09 17:14:17.033 INFO O| Oct 09 17:14:17.033 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-09T17:14:18.932Z[ recovery-image] Oct 09 17:14:17.043 INFO O| Oct 09 17:14:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65272024-10-09T17:14:18.932Z[ recovery-image] Oct 09 17:14:17.043 INFO O| Oct 09 17:14:17.043 INFO STEP 797 (remove_files) COMPLETE
65282024-10-09T17:14:18.934Z[ recovery-image] Oct 09 17:14:17.043 INFO O| Oct 09 17:14:17.043 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-09T17:14:18.940Z[ recovery-image] Oct 09 17:14:17.052 INFO O| Oct 09 17:14:17.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65302024-10-09T17:14:18.948Z[ recovery-image] Oct 09 17:14:17.052 INFO O| Oct 09 17:14:17.052 INFO STEP 798 (remove_files) COMPLETE
65312024-10-09T17:14:18.948Z[ recovery-image] Oct 09 17:14:17.052 INFO O| Oct 09 17:14:17.052 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-09T17:14:18.950Z[ recovery-image] Oct 09 17:14:17.062 INFO O| Oct 09 17:14:17.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65332024-10-09T17:14:18.950Z[ recovery-image] Oct 09 17:14:17.062 INFO O| Oct 09 17:14:17.062 INFO STEP 799 (remove_files) COMPLETE
65342024-10-09T17:14:18.950Z[ recovery-image] Oct 09 17:14:17.062 INFO O| Oct 09 17:14:17.062 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-09T17:14:18.959Z[ recovery-image] Oct 09 17:14:17.071 INFO O| Oct 09 17:14:17.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65362024-10-09T17:14:18.962Z[ recovery-image] Oct 09 17:14:17.071 INFO O| Oct 09 17:14:17.071 INFO STEP 800 (remove_files) COMPLETE
65372024-10-09T17:14:18.962Z[ recovery-image] Oct 09 17:14:17.071 INFO O| Oct 09 17:14:17.071 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-09T17:14:18.969Z[ recovery-image] Oct 09 17:14:17.081 INFO O| Oct 09 17:14:17.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65392024-10-09T17:14:18.969Z[ recovery-image] Oct 09 17:14:17.081 INFO O| Oct 09 17:14:17.081 INFO STEP 801 (remove_files) COMPLETE
65402024-10-09T17:14:18.971Z[ recovery-image] Oct 09 17:14:17.081 INFO O| Oct 09 17:14:17.081 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-09T17:14:18.978Z[ recovery-image] Oct 09 17:14:17.090 INFO O| Oct 09 17:14:17.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65422024-10-09T17:14:18.981Z[ recovery-image] Oct 09 17:14:17.090 INFO O| Oct 09 17:14:17.090 INFO STEP 802 (remove_files) COMPLETE
65432024-10-09T17:14:18.981Z[ recovery-image] Oct 09 17:14:17.091 INFO O| Oct 09 17:14:17.090 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-09T17:14:18.988Z[ recovery-image] Oct 09 17:14:17.100 INFO O| Oct 09 17:14:17.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65452024-10-09T17:14:18.988Z[ recovery-image] Oct 09 17:14:17.100 INFO O| Oct 09 17:14:17.100 INFO STEP 803 (remove_files) COMPLETE
65462024-10-09T17:14:18.990Z[ recovery-image] Oct 09 17:14:17.100 INFO O| Oct 09 17:14:17.100 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-10-09T17:14:18.997Z[ recovery-image] Oct 09 17:14:17.110 INFO O| Oct 09 17:14:17.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65482024-10-09T17:14:18.998Z[ recovery-image] Oct 09 17:14:17.110 INFO O| Oct 09 17:14:17.110 INFO STEP 804 (remove_files) COMPLETE
65492024-10-09T17:14:18.998Z[ recovery-image] Oct 09 17:14:17.110 INFO O| Oct 09 17:14:17.110 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-10-09T17:14:19.000Z[ host-image] Oct 09 17:14:17.110 INFO O| Oct 09 17:14:17.110 INFO O| Download: Completed 1.39 MB in 0.63 seconds (2.2M/s)
65512024-10-09T17:14:19.008Z[ recovery-image] Oct 09 17:14:17.120 INFO O| Oct 09 17:14:17.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65522024-10-09T17:14:19.008Z[ recovery-image] Oct 09 17:14:17.120 INFO O| Oct 09 17:14:17.120 INFO STEP 805 (remove_files) COMPLETE
65532024-10-09T17:14:19.011Z[ recovery-image] Oct 09 17:14:17.120 INFO O| Oct 09 17:14:17.120 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-10-09T17:14:19.019Z[ recovery-image] Oct 09 17:14:17.130 INFO O| Oct 09 17:14:17.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65552024-10-09T17:14:19.019Z[ recovery-image] Oct 09 17:14:17.130 INFO O| Oct 09 17:14:17.130 INFO STEP 806 (remove_files) COMPLETE
65562024-10-09T17:14:19.020Z[ recovery-image] Oct 09 17:14:17.130 INFO O| Oct 09 17:14:17.130 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-10-09T17:14:19.025Z[ host-image] Oct 09 17:14:17.137 INFO O| Oct 09 17:14:17.137 INFO O| Actions: 1/238 actions (Installing new actions)
65582024-10-09T17:14:19.028Z[ recovery-image] Oct 09 17:14:17.139 INFO O| Oct 09 17:14:17.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65592024-10-09T17:14:19.028Z[ recovery-image] Oct 09 17:14:17.140 INFO O| Oct 09 17:14:17.139 INFO STEP 807 (remove_files) COMPLETE
65602024-10-09T17:14:19.028Z[ recovery-image] Oct 09 17:14:17.140 INFO O| Oct 09 17:14:17.139 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-09T17:14:19.037Z[ recovery-image] Oct 09 17:14:17.149 INFO O| Oct 09 17:14:17.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65622024-10-09T17:14:19.037Z[ recovery-image] Oct 09 17:14:17.149 INFO O| Oct 09 17:14:17.149 INFO STEP 808 (remove_files) COMPLETE
65632024-10-09T17:14:19.044Z[ recovery-image] Oct 09 17:14:17.149 INFO O| Oct 09 17:14:17.149 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-09T17:14:19.047Z[ recovery-image] Oct 09 17:14:17.159 INFO O| Oct 09 17:14:17.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65652024-10-09T17:14:19.047Z[ recovery-image] Oct 09 17:14:17.159 INFO O| Oct 09 17:14:17.159 INFO STEP 809 (remove_files) COMPLETE
65662024-10-09T17:14:19.047Z[ recovery-image] Oct 09 17:14:17.159 INFO O| Oct 09 17:14:17.159 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-09T17:14:19.057Z[ recovery-image] Oct 09 17:14:17.168 INFO O| Oct 09 17:14:17.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65682024-10-09T17:14:19.057Z[ recovery-image] Oct 09 17:14:17.168 INFO O| Oct 09 17:14:17.168 INFO STEP 810 (remove_files) COMPLETE
65692024-10-09T17:14:19.059Z[ recovery-image] Oct 09 17:14:17.168 INFO O| Oct 09 17:14:17.168 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-09T17:14:19.066Z[ recovery-image] Oct 09 17:14:17.178 INFO O| Oct 09 17:14:17.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65712024-10-09T17:14:19.068Z[ recovery-image] Oct 09 17:14:17.178 INFO O| Oct 09 17:14:17.178 INFO STEP 811 (remove_files) COMPLETE
65722024-10-09T17:14:19.068Z[ recovery-image] Oct 09 17:14:17.178 INFO O| Oct 09 17:14:17.178 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-09T17:14:19.075Z[ recovery-image] Oct 09 17:14:17.187 INFO O| Oct 09 17:14:17.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65742024-10-09T17:14:19.078Z[ recovery-image] Oct 09 17:14:17.187 INFO O| Oct 09 17:14:17.187 INFO STEP 812 (remove_files) COMPLETE
65752024-10-09T17:14:19.078Z[ recovery-image] Oct 09 17:14:17.187 INFO O| Oct 09 17:14:17.187 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-09T17:14:19.085Z[ recovery-image] Oct 09 17:14:17.197 INFO O| Oct 09 17:14:17.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65772024-10-09T17:14:19.085Z[ recovery-image] Oct 09 17:14:17.197 INFO O| Oct 09 17:14:17.197 INFO STEP 813 (remove_files) COMPLETE
65782024-10-09T17:14:19.087Z[ recovery-image] Oct 09 17:14:17.197 INFO O| Oct 09 17:14:17.197 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-09T17:14:19.094Z[ recovery-image] Oct 09 17:14:17.206 INFO O| Oct 09 17:14:17.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65802024-10-09T17:14:19.094Z[ recovery-image] Oct 09 17:14:17.206 INFO O| Oct 09 17:14:17.206 INFO STEP 814 (remove_files) COMPLETE
65812024-10-09T17:14:19.098Z[ recovery-image] Oct 09 17:14:17.206 INFO O| Oct 09 17:14:17.206 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-09T17:14:19.105Z[ recovery-image] Oct 09 17:14:17.217 INFO O| Oct 09 17:14:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65832024-10-09T17:14:19.105Z[ recovery-image] Oct 09 17:14:17.217 INFO O| Oct 09 17:14:17.217 INFO STEP 815 (remove_files) COMPLETE
65842024-10-09T17:14:19.108Z[ recovery-image] Oct 09 17:14:17.217 INFO O| Oct 09 17:14:17.217 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-09T17:14:19.115Z[ recovery-image] Oct 09 17:14:17.227 INFO O| Oct 09 17:14:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65862024-10-09T17:14:19.119Z[ recovery-image] Oct 09 17:14:17.227 INFO O| Oct 09 17:14:17.227 INFO STEP 816 (remove_files) COMPLETE
65872024-10-09T17:14:19.119Z[ recovery-image] Oct 09 17:14:17.227 INFO O| Oct 09 17:14:17.227 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-10-09T17:14:19.125Z[ recovery-image] Oct 09 17:14:17.237 INFO O| Oct 09 17:14:17.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65892024-10-09T17:14:19.125Z[ recovery-image] Oct 09 17:14:17.237 INFO O| Oct 09 17:14:17.237 INFO STEP 817 (remove_files) COMPLETE
65902024-10-09T17:14:19.125Z[ recovery-image] Oct 09 17:14:17.237 INFO O| Oct 09 17:14:17.237 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-10-09T17:14:19.132Z[ host-image] Oct 09 17:14:17.244 INFO O| Oct 09 17:14:17.244 INFO O| Actions: Completed 238 actions in 0.11 seconds.
65922024-10-09T17:14:19.134Z[ recovery-image] Oct 09 17:14:17.246 INFO O| Oct 09 17:14:17.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65932024-10-09T17:14:19.137Z[ recovery-image] Oct 09 17:14:17.247 INFO O| Oct 09 17:14:17.246 INFO STEP 818 (remove_files) COMPLETE
65942024-10-09T17:14:19.137Z[ recovery-image] Oct 09 17:14:17.247 INFO O| Oct 09 17:14:17.246 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-09T17:14:19.144Z[ recovery-image] Oct 09 17:14:17.256 INFO O| Oct 09 17:14:17.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65962024-10-09T17:14:19.144Z[ recovery-image] Oct 09 17:14:17.256 INFO O| Oct 09 17:14:17.256 INFO STEP 819 (remove_files) COMPLETE
65972024-10-09T17:14:19.147Z[ recovery-image] Oct 09 17:14:17.256 INFO O| Oct 09 17:14:17.256 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-09T17:14:19.154Z[ recovery-image] Oct 09 17:14:17.266 INFO O| Oct 09 17:14:17.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65992024-10-09T17:14:19.157Z[ recovery-image] Oct 09 17:14:17.266 INFO O| Oct 09 17:14:17.266 INFO STEP 820 (remove_files) COMPLETE
66002024-10-09T17:14:19.157Z[ recovery-image] Oct 09 17:14:17.266 INFO O| Oct 09 17:14:17.266 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-09T17:14:19.164Z[ recovery-image] Oct 09 17:14:17.276 INFO O| Oct 09 17:14:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66022024-10-09T17:14:19.166Z[ recovery-image] Oct 09 17:14:17.276 INFO O| Oct 09 17:14:17.276 INFO STEP 821 (remove_files) COMPLETE
66032024-10-09T17:14:19.166Z[ recovery-image] Oct 09 17:14:17.276 INFO O| Oct 09 17:14:17.276 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-09T17:14:19.174Z[ recovery-image] Oct 09 17:14:17.286 INFO O| Oct 09 17:14:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66052024-10-09T17:14:19.177Z[ recovery-image] Oct 09 17:14:17.286 INFO O| Oct 09 17:14:17.286 INFO STEP 822 (remove_files) COMPLETE
66062024-10-09T17:14:19.177Z[ recovery-image] Oct 09 17:14:17.286 INFO O| Oct 09 17:14:17.286 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-09T17:14:19.184Z[ recovery-image] Oct 09 17:14:17.295 INFO O| Oct 09 17:14:17.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66082024-10-09T17:14:19.184Z[ recovery-image] Oct 09 17:14:17.296 INFO O| Oct 09 17:14:17.296 INFO STEP 823 (remove_files) COMPLETE
66092024-10-09T17:14:19.184Z[ recovery-image] Oct 09 17:14:17.296 INFO O| Oct 09 17:14:17.296 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-09T17:14:19.193Z[ recovery-image] Oct 09 17:14:17.305 INFO O| Oct 09 17:14:17.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66112024-10-09T17:14:19.193Z[ recovery-image] Oct 09 17:14:17.305 INFO O| Oct 09 17:14:17.305 INFO STEP 824 (remove_files) COMPLETE
66122024-10-09T17:14:19.193Z[ recovery-image] Oct 09 17:14:17.305 INFO O| Oct 09 17:14:17.305 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-09T17:14:19.203Z[ recovery-image] Oct 09 17:14:17.315 INFO O| Oct 09 17:14:17.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66142024-10-09T17:14:19.205Z[ recovery-image] Oct 09 17:14:17.315 INFO O| Oct 09 17:14:17.315 INFO STEP 825 (remove_files) COMPLETE
66152024-10-09T17:14:19.205Z[ recovery-image] Oct 09 17:14:17.315 INFO O| Oct 09 17:14:17.315 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-09T17:14:19.212Z[ recovery-image] Oct 09 17:14:17.324 INFO O| Oct 09 17:14:17.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66172024-10-09T17:14:19.212Z[ recovery-image] Oct 09 17:14:17.325 INFO O| Oct 09 17:14:17.325 INFO STEP 826 (remove_files) COMPLETE
66182024-10-09T17:14:19.215Z[ recovery-image] Oct 09 17:14:17.325 INFO O| Oct 09 17:14:17.325 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-09T17:14:19.222Z[ recovery-image] Oct 09 17:14:17.334 INFO O| Oct 09 17:14:17.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66202024-10-09T17:14:19.222Z[ recovery-image] Oct 09 17:14:17.334 INFO O| Oct 09 17:14:17.334 INFO STEP 827 (remove_files) COMPLETE
66212024-10-09T17:14:19.222Z[ recovery-image] Oct 09 17:14:17.334 INFO O| Oct 09 17:14:17.334 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-09T17:14:19.232Z[ recovery-image] Oct 09 17:14:17.344 INFO O| Oct 09 17:14:17.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66232024-10-09T17:14:19.232Z[ recovery-image] Oct 09 17:14:17.344 INFO O| Oct 09 17:14:17.344 INFO STEP 828 (remove_files) COMPLETE
66242024-10-09T17:14:19.232Z[ recovery-image] Oct 09 17:14:17.344 INFO O| Oct 09 17:14:17.344 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-09T17:14:19.241Z[ recovery-image] Oct 09 17:14:17.354 INFO O| Oct 09 17:14:17.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66262024-10-09T17:14:19.241Z[ recovery-image] Oct 09 17:14:17.354 INFO O| Oct 09 17:14:17.354 INFO STEP 829 (remove_files) COMPLETE
66272024-10-09T17:14:19.244Z[ recovery-image] Oct 09 17:14:17.354 INFO O| Oct 09 17:14:17.354 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-09T17:14:19.251Z[ recovery-image] Oct 09 17:14:17.363 INFO O| Oct 09 17:14:17.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66292024-10-09T17:14:19.251Z[ recovery-image] Oct 09 17:14:17.363 INFO O| Oct 09 17:14:17.363 INFO STEP 830 (remove_files) COMPLETE
66302024-10-09T17:14:19.251Z[ recovery-image] Oct 09 17:14:17.363 INFO O| Oct 09 17:14:17.363 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-09T17:14:19.261Z[ recovery-image] Oct 09 17:14:17.373 INFO O| Oct 09 17:14:17.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66322024-10-09T17:14:19.261Z[ recovery-image] Oct 09 17:14:17.373 INFO O| Oct 09 17:14:17.373 INFO STEP 831 (remove_files) COMPLETE
66332024-10-09T17:14:19.263Z[ recovery-image] Oct 09 17:14:17.373 INFO O| Oct 09 17:14:17.373 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-09T17:14:19.271Z[ recovery-image] Oct 09 17:14:17.383 INFO O| Oct 09 17:14:17.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66352024-10-09T17:14:19.271Z[ recovery-image] Oct 09 17:14:17.383 INFO O| Oct 09 17:14:17.383 INFO STEP 832 (remove_files) COMPLETE
66362024-10-09T17:14:19.271Z[ recovery-image] Oct 09 17:14:17.383 INFO O| Oct 09 17:14:17.383 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-09T17:14:19.281Z[ recovery-image] Oct 09 17:14:17.393 INFO O| Oct 09 17:14:17.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66382024-10-09T17:14:19.281Z[ recovery-image] Oct 09 17:14:17.393 INFO O| Oct 09 17:14:17.393 INFO STEP 833 (remove_files) COMPLETE
66392024-10-09T17:14:19.283Z[ recovery-image] Oct 09 17:14:17.393 INFO O| Oct 09 17:14:17.393 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-09T17:14:19.291Z[ recovery-image] Oct 09 17:14:17.403 INFO O| Oct 09 17:14:17.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66412024-10-09T17:14:19.294Z[ recovery-image] Oct 09 17:14:17.404 INFO O| Oct 09 17:14:17.404 INFO STEP 834 (remove_files) COMPLETE
66422024-10-09T17:14:19.294Z[ recovery-image] Oct 09 17:14:17.404 INFO O| Oct 09 17:14:17.404 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-09T17:14:19.302Z[ recovery-image] Oct 09 17:14:17.414 INFO O| Oct 09 17:14:17.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66442024-10-09T17:14:19.302Z[ recovery-image] Oct 09 17:14:17.414 INFO O| Oct 09 17:14:17.414 INFO STEP 835 (remove_files) COMPLETE
66452024-10-09T17:14:19.304Z[ recovery-image] Oct 09 17:14:17.414 INFO O| Oct 09 17:14:17.414 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-09T17:14:19.314Z[ recovery-image] Oct 09 17:14:17.426 INFO O| Oct 09 17:14:17.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66472024-10-09T17:14:19.314Z[ recovery-image] Oct 09 17:14:17.426 INFO O| Oct 09 17:14:17.426 INFO STEP 836 (remove_files) COMPLETE
66482024-10-09T17:14:19.314Z[ recovery-image] Oct 09 17:14:17.426 INFO O| Oct 09 17:14:17.426 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-09T17:14:19.326Z[ recovery-image] Oct 09 17:14:17.438 INFO O| Oct 09 17:14:17.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66502024-10-09T17:14:19.328Z[ recovery-image] Oct 09 17:14:17.438 INFO O| Oct 09 17:14:17.438 INFO STEP 837 (remove_files) COMPLETE
66512024-10-09T17:14:19.328Z[ recovery-image] Oct 09 17:14:17.438 INFO O| Oct 09 17:14:17.438 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-09T17:14:19.337Z[ recovery-image] Oct 09 17:14:17.449 INFO O| Oct 09 17:14:17.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66532024-10-09T17:14:19.337Z[ recovery-image] Oct 09 17:14:17.449 INFO O| Oct 09 17:14:17.449 INFO STEP 838 (remove_files) COMPLETE
66542024-10-09T17:14:19.340Z[ recovery-image] Oct 09 17:14:17.449 INFO O| Oct 09 17:14:17.449 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-09T17:14:19.347Z[ recovery-image] Oct 09 17:14:17.460 INFO O| Oct 09 17:14:17.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66562024-10-09T17:14:19.350Z[ recovery-image] Oct 09 17:14:17.460 INFO O| Oct 09 17:14:17.460 INFO STEP 839 (remove_files) COMPLETE
66572024-10-09T17:14:19.350Z[ recovery-image] Oct 09 17:14:17.460 INFO O| Oct 09 17:14:17.460 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-09T17:14:19.358Z[ recovery-image] Oct 09 17:14:17.470 INFO O| Oct 09 17:14:17.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66592024-10-09T17:14:19.358Z[ recovery-image] Oct 09 17:14:17.470 INFO O| Oct 09 17:14:17.470 INFO STEP 840 (remove_files) COMPLETE
66602024-10-09T17:14:19.358Z[ recovery-image] Oct 09 17:14:17.470 INFO O| Oct 09 17:14:17.470 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-09T17:14:19.368Z[ recovery-image] Oct 09 17:14:17.480 INFO O| Oct 09 17:14:17.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66622024-10-09T17:14:19.370Z[ recovery-image] Oct 09 17:14:17.480 INFO O| Oct 09 17:14:17.480 INFO STEP 841 (remove_files) COMPLETE
66632024-10-09T17:14:19.370Z[ recovery-image] Oct 09 17:14:17.480 INFO O| Oct 09 17:14:17.480 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-09T17:14:19.378Z[ recovery-image] Oct 09 17:14:17.490 INFO O| Oct 09 17:14:17.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66652024-10-09T17:14:19.378Z[ recovery-image] Oct 09 17:14:17.490 INFO O| Oct 09 17:14:17.490 INFO STEP 842 (remove_files) COMPLETE
66662024-10-09T17:14:19.380Z[ recovery-image] Oct 09 17:14:17.490 INFO O| Oct 09 17:14:17.490 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-09T17:14:19.389Z[ recovery-image] Oct 09 17:14:17.501 INFO O| Oct 09 17:14:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66682024-10-09T17:14:19.391Z[ recovery-image] Oct 09 17:14:17.501 INFO O| Oct 09 17:14:17.501 INFO STEP 843 (remove_files) COMPLETE
66692024-10-09T17:14:19.391Z[ recovery-image] Oct 09 17:14:17.501 INFO O| Oct 09 17:14:17.501 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-09T17:14:19.399Z[ recovery-image] Oct 09 17:14:17.511 INFO O| Oct 09 17:14:17.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66712024-10-09T17:14:19.399Z[ recovery-image] Oct 09 17:14:17.511 INFO O| Oct 09 17:14:17.511 INFO STEP 844 (remove_files) COMPLETE
66722024-10-09T17:14:19.402Z[ recovery-image] Oct 09 17:14:17.512 INFO O| Oct 09 17:14:17.511 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-09T17:14:19.409Z[ host-image] Oct 09 17:14:17.521 INFO O| Oct 09 17:14:17.521 INFO O| Done
66742024-10-09T17:14:19.409Z[ host-image] Oct 09 17:14:17.521 INFO O| Oct 09 17:14:17.521 INFO O| Done
66752024-10-09T17:14:19.412Z[ recovery-image] Oct 09 17:14:17.522 INFO O| Oct 09 17:14:17.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66762024-10-09T17:14:19.412Z[ recovery-image] Oct 09 17:14:17.522 INFO O| Oct 09 17:14:17.522 INFO STEP 845 (remove_files) COMPLETE
66772024-10-09T17:14:19.412Z[ recovery-image] Oct 09 17:14:17.522 INFO O| Oct 09 17:14:17.522 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-10-09T17:14:19.426Z[ recovery-image] Oct 09 17:14:17.532 INFO O| Oct 09 17:14:17.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66792024-10-09T17:14:19.428Z[ recovery-image] Oct 09 17:14:17.532 INFO O| Oct 09 17:14:17.532 INFO STEP 846 (remove_files) COMPLETE
66802024-10-09T17:14:19.428Z[ recovery-image] Oct 09 17:14:17.532 INFO O| Oct 09 17:14:17.532 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-10-09T17:14:19.431Z[ recovery-image] Oct 09 17:14:17.541 INFO O| Oct 09 17:14:17.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66822024-10-09T17:14:19.431Z[ recovery-image] Oct 09 17:14:17.542 INFO O| Oct 09 17:14:17.542 INFO STEP 847 (remove_files) COMPLETE
66832024-10-09T17:14:19.431Z[ recovery-image] Oct 09 17:14:17.542 INFO O| Oct 09 17:14:17.542 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-09T17:14:19.439Z[ recovery-image] Oct 09 17:14:17.551 INFO O| Oct 09 17:14:17.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66852024-10-09T17:14:19.439Z[ recovery-image] Oct 09 17:14:17.551 INFO O| Oct 09 17:14:17.551 INFO STEP 848 (remove_files) COMPLETE
66862024-10-09T17:14:19.442Z[ recovery-image] Oct 09 17:14:17.551 INFO O| Oct 09 17:14:17.551 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-09T17:14:19.449Z[ recovery-image] Oct 09 17:14:17.561 INFO O| Oct 09 17:14:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66882024-10-09T17:14:19.449Z[ recovery-image] Oct 09 17:14:17.561 INFO O| Oct 09 17:14:17.561 INFO STEP 849 (remove_files) COMPLETE
66892024-10-09T17:14:19.452Z[ recovery-image] Oct 09 17:14:17.561 INFO O| Oct 09 17:14:17.561 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-09T17:14:19.458Z[ recovery-image] Oct 09 17:14:17.570 INFO O| Oct 09 17:14:17.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66912024-10-09T17:14:19.462Z[ recovery-image] Oct 09 17:14:17.571 INFO O| Oct 09 17:14:17.570 INFO STEP 850 (remove_files) COMPLETE
66922024-10-09T17:14:19.462Z[ recovery-image] Oct 09 17:14:17.571 INFO O| Oct 09 17:14:17.571 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-09T17:14:19.468Z[ recovery-image] Oct 09 17:14:17.580 INFO O| Oct 09 17:14:17.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66942024-10-09T17:14:19.468Z[ recovery-image] Oct 09 17:14:17.580 INFO O| Oct 09 17:14:17.580 INFO STEP 851 (remove_files) COMPLETE
66952024-10-09T17:14:19.468Z[ recovery-image] Oct 09 17:14:17.580 INFO O| Oct 09 17:14:17.580 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-09T17:14:19.478Z[ recovery-image] Oct 09 17:14:17.590 INFO O| Oct 09 17:14:17.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66972024-10-09T17:14:19.478Z[ recovery-image] Oct 09 17:14:17.590 INFO O| Oct 09 17:14:17.590 INFO STEP 852 (remove_files) COMPLETE
66982024-10-09T17:14:19.480Z[ recovery-image] Oct 09 17:14:17.590 INFO O| Oct 09 17:14:17.590 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-10-09T17:14:19.487Z[ recovery-image] Oct 09 17:14:17.599 INFO O| Oct 09 17:14:17.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67002024-10-09T17:14:19.487Z[ recovery-image] Oct 09 17:14:17.599 INFO O| Oct 09 17:14:17.599 INFO STEP 853 (remove_files) COMPLETE
67012024-10-09T17:14:19.490Z[ recovery-image] Oct 09 17:14:17.599 INFO O| Oct 09 17:14:17.599 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-10-09T17:14:19.497Z[ recovery-image] Oct 09 17:14:17.609 INFO O| Oct 09 17:14:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67032024-10-09T17:14:19.497Z[ recovery-image] Oct 09 17:14:17.609 INFO O| Oct 09 17:14:17.609 INFO STEP 854 (remove_files) COMPLETE
67042024-10-09T17:14:19.497Z[ recovery-image] Oct 09 17:14:17.609 INFO O| Oct 09 17:14:17.609 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-09T17:14:19.506Z[ recovery-image] Oct 09 17:14:17.618 INFO O| Oct 09 17:14:17.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67062024-10-09T17:14:19.506Z[ recovery-image] Oct 09 17:14:17.618 INFO O| Oct 09 17:14:17.618 INFO STEP 855 (remove_files) COMPLETE
67072024-10-09T17:14:19.506Z[ recovery-image] Oct 09 17:14:17.618 INFO O| Oct 09 17:14:17.618 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-09T17:14:19.515Z[ recovery-image] Oct 09 17:14:17.627 INFO O| Oct 09 17:14:17.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67092024-10-09T17:14:19.517Z[ recovery-image] Oct 09 17:14:17.627 INFO O| Oct 09 17:14:17.627 INFO STEP 856 (remove_files) COMPLETE
67102024-10-09T17:14:19.517Z[ recovery-image] Oct 09 17:14:17.627 INFO O| Oct 09 17:14:17.627 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-09T17:14:19.525Z[ recovery-image] Oct 09 17:14:17.637 INFO O| Oct 09 17:14:17.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67122024-10-09T17:14:19.527Z[ recovery-image] Oct 09 17:14:17.637 INFO O| Oct 09 17:14:17.637 INFO STEP 857 (remove_files) COMPLETE
67132024-10-09T17:14:19.527Z[ recovery-image] Oct 09 17:14:17.637 INFO O| Oct 09 17:14:17.637 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-09T17:14:19.534Z[ recovery-image] Oct 09 17:14:17.646 INFO O| Oct 09 17:14:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67152024-10-09T17:14:19.537Z[ recovery-image] Oct 09 17:14:17.646 INFO O| Oct 09 17:14:17.646 INFO STEP 858 (remove_files) COMPLETE
67162024-10-09T17:14:19.537Z[ recovery-image] Oct 09 17:14:17.646 INFO O| Oct 09 17:14:17.646 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-09T17:14:19.543Z[ recovery-image] Oct 09 17:14:17.655 INFO O| Oct 09 17:14:17.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67182024-10-09T17:14:19.543Z[ recovery-image] Oct 09 17:14:17.655 INFO O| Oct 09 17:14:17.655 INFO STEP 859 (remove_files) COMPLETE
67192024-10-09T17:14:19.543Z[ recovery-image] Oct 09 17:14:17.655 INFO O| Oct 09 17:14:17.655 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-10-09T17:14:19.553Z[ recovery-image] Oct 09 17:14:17.665 INFO O| Oct 09 17:14:17.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67212024-10-09T17:14:19.553Z[ recovery-image] Oct 09 17:14:17.665 INFO O| Oct 09 17:14:17.665 INFO STEP 860 (remove_files) COMPLETE
67222024-10-09T17:14:19.556Z[ recovery-image] Oct 09 17:14:17.665 INFO O| Oct 09 17:14:17.665 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-09T17:14:19.562Z[ recovery-image] Oct 09 17:14:17.674 INFO O| Oct 09 17:14:17.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67242024-10-09T17:14:19.565Z[ recovery-image] Oct 09 17:14:17.674 INFO O| Oct 09 17:14:17.674 INFO STEP 861 (remove_files) COMPLETE
67252024-10-09T17:14:19.565Z[ recovery-image] Oct 09 17:14:17.674 INFO O| Oct 09 17:14:17.674 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-09T17:14:19.572Z[ recovery-image] Oct 09 17:14:17.684 INFO O| Oct 09 17:14:17.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67272024-10-09T17:14:19.574Z[ recovery-image] Oct 09 17:14:17.684 INFO O| Oct 09 17:14:17.684 INFO STEP 862 (remove_files) COMPLETE
67282024-10-09T17:14:19.574Z[ recovery-image] Oct 09 17:14:17.684 INFO O| Oct 09 17:14:17.684 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-09T17:14:19.581Z[ recovery-image] Oct 09 17:14:17.693 INFO O| Oct 09 17:14:17.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67302024-10-09T17:14:19.584Z[ recovery-image] Oct 09 17:14:17.693 INFO O| Oct 09 17:14:17.693 INFO STEP 863 (remove_files) COMPLETE
67312024-10-09T17:14:19.584Z[ recovery-image] Oct 09 17:14:17.693 INFO O| Oct 09 17:14:17.693 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-09T17:14:19.591Z[ recovery-image] Oct 09 17:14:17.702 INFO O| Oct 09 17:14:17.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67332024-10-09T17:14:19.594Z[ recovery-image] Oct 09 17:14:17.703 INFO O| Oct 09 17:14:17.703 INFO STEP 864 (remove_files) COMPLETE
67342024-10-09T17:14:19.594Z[ recovery-image] Oct 09 17:14:17.703 INFO O| Oct 09 17:14:17.703 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-09T17:14:19.600Z[ recovery-image] Oct 09 17:14:17.712 INFO O| Oct 09 17:14:17.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67362024-10-09T17:14:19.600Z[ recovery-image] Oct 09 17:14:17.712 INFO O| Oct 09 17:14:17.712 INFO STEP 865 (remove_files) COMPLETE
67372024-10-09T17:14:19.600Z[ recovery-image] Oct 09 17:14:17.712 INFO O| Oct 09 17:14:17.712 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-09T17:14:19.609Z[ recovery-image] Oct 09 17:14:17.721 INFO O| Oct 09 17:14:17.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67392024-10-09T17:14:19.611Z[ recovery-image] Oct 09 17:14:17.722 INFO O| Oct 09 17:14:17.722 INFO STEP 866 (remove_files) COMPLETE
67402024-10-09T17:14:19.611Z[ recovery-image] Oct 09 17:14:17.722 INFO O| Oct 09 17:14:17.722 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-09T17:14:19.619Z[ recovery-image] Oct 09 17:14:17.731 INFO O| Oct 09 17:14:17.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67422024-10-09T17:14:19.619Z[ recovery-image] Oct 09 17:14:17.731 INFO O| Oct 09 17:14:17.731 INFO STEP 867 (remove_files) COMPLETE
67432024-10-09T17:14:19.622Z[ recovery-image] Oct 09 17:14:17.731 INFO O| Oct 09 17:14:17.731 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-09T17:14:19.629Z[ recovery-image] Oct 09 17:14:17.741 INFO O| Oct 09 17:14:17.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67452024-10-09T17:14:19.629Z[ recovery-image] Oct 09 17:14:17.741 INFO O| Oct 09 17:14:17.741 INFO STEP 868 (remove_files) COMPLETE
67462024-10-09T17:14:19.631Z[ recovery-image] Oct 09 17:14:17.741 INFO O| Oct 09 17:14:17.741 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-09T17:14:19.638Z[ recovery-image] Oct 09 17:14:17.750 INFO O| Oct 09 17:14:17.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67482024-10-09T17:14:19.638Z[ recovery-image] Oct 09 17:14:17.750 INFO O| Oct 09 17:14:17.750 INFO STEP 869 (remove_files) COMPLETE
67492024-10-09T17:14:19.641Z[ recovery-image] Oct 09 17:14:17.750 INFO O| Oct 09 17:14:17.750 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-09T17:14:19.648Z[ recovery-image] Oct 09 17:14:17.760 INFO O| Oct 09 17:14:17.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67512024-10-09T17:14:19.649Z[ recovery-image] Oct 09 17:14:17.760 INFO O| Oct 09 17:14:17.760 INFO STEP 870 (remove_files) COMPLETE
67522024-10-09T17:14:19.652Z[ recovery-image] Oct 09 17:14:17.760 INFO O| Oct 09 17:14:17.760 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-09T17:14:19.657Z[ recovery-image] Oct 09 17:14:17.769 INFO O| Oct 09 17:14:17.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67542024-10-09T17:14:19.657Z[ recovery-image] Oct 09 17:14:17.769 INFO O| Oct 09 17:14:17.769 INFO STEP 871 (remove_files) COMPLETE
67552024-10-09T17:14:19.660Z[ recovery-image] Oct 09 17:14:17.769 INFO O| Oct 09 17:14:17.769 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-09T17:14:19.667Z[ recovery-image] Oct 09 17:14:17.779 INFO O| Oct 09 17:14:17.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67572024-10-09T17:14:19.670Z[ recovery-image] Oct 09 17:14:17.779 INFO O| Oct 09 17:14:17.779 INFO STEP 872 (remove_files) COMPLETE
67582024-10-09T17:14:19.670Z[ recovery-image] Oct 09 17:14:17.779 INFO O| Oct 09 17:14:17.779 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-09T17:14:19.676Z[ recovery-image] Oct 09 17:14:17.788 INFO O| Oct 09 17:14:17.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67602024-10-09T17:14:19.679Z[ recovery-image] Oct 09 17:14:17.788 INFO O| Oct 09 17:14:17.788 INFO STEP 873 (remove_files) COMPLETE
67612024-10-09T17:14:19.679Z[ recovery-image] Oct 09 17:14:17.789 INFO O| Oct 09 17:14:17.788 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-09T17:14:19.686Z[ recovery-image] Oct 09 17:14:17.798 INFO O| Oct 09 17:14:17.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67632024-10-09T17:14:19.688Z[ recovery-image] Oct 09 17:14:17.798 INFO O| Oct 09 17:14:17.798 INFO STEP 874 (remove_files) COMPLETE
67642024-10-09T17:14:19.688Z[ recovery-image] Oct 09 17:14:17.798 INFO O| Oct 09 17:14:17.798 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-10-09T17:14:19.696Z[ recovery-image] Oct 09 17:14:17.808 INFO O| Oct 09 17:14:17.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67662024-10-09T17:14:19.696Z[ recovery-image] Oct 09 17:14:17.808 INFO O| Oct 09 17:14:17.808 INFO STEP 875 (remove_files) COMPLETE
67672024-10-09T17:14:19.699Z[ recovery-image] Oct 09 17:14:17.808 INFO O| Oct 09 17:14:17.808 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-09T17:14:19.705Z[ recovery-image] Oct 09 17:14:17.817 INFO O| Oct 09 17:14:17.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67692024-10-09T17:14:19.705Z[ recovery-image] Oct 09 17:14:17.817 INFO O| Oct 09 17:14:17.817 INFO STEP 876 (remove_files) COMPLETE
67702024-10-09T17:14:19.705Z[ recovery-image] Oct 09 17:14:17.817 INFO O| Oct 09 17:14:17.817 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-10-09T17:14:19.715Z[ recovery-image] Oct 09 17:14:17.827 INFO O| Oct 09 17:14:17.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67722024-10-09T17:14:19.715Z[ recovery-image] Oct 09 17:14:17.827 INFO O| Oct 09 17:14:17.827 INFO STEP 877 (remove_files) COMPLETE
67732024-10-09T17:14:19.717Z[ recovery-image] Oct 09 17:14:17.827 INFO O| Oct 09 17:14:17.827 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-09T17:14:19.724Z[ recovery-image] Oct 09 17:14:17.836 INFO O| Oct 09 17:14:17.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67752024-10-09T17:14:19.724Z[ recovery-image] Oct 09 17:14:17.836 INFO O| Oct 09 17:14:17.836 INFO STEP 878 (remove_files) COMPLETE
67762024-10-09T17:14:19.727Z[ recovery-image] Oct 09 17:14:17.836 INFO O| Oct 09 17:14:17.836 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-09T17:14:19.734Z[ recovery-image] Oct 09 17:14:17.846 INFO O| Oct 09 17:14:17.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67782024-10-09T17:14:19.736Z[ recovery-image] Oct 09 17:14:17.846 INFO O| Oct 09 17:14:17.846 INFO STEP 879 (remove_files) COMPLETE
67792024-10-09T17:14:19.736Z[ recovery-image] Oct 09 17:14:17.846 INFO O| Oct 09 17:14:17.846 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-09T17:14:19.744Z[ recovery-image] Oct 09 17:14:17.856 INFO O| Oct 09 17:14:17.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67812024-10-09T17:14:19.744Z[ recovery-image] Oct 09 17:14:17.856 INFO O| Oct 09 17:14:17.856 INFO STEP 880 (remove_files) COMPLETE
67822024-10-09T17:14:19.747Z[ recovery-image] Oct 09 17:14:17.856 INFO O| Oct 09 17:14:17.856 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-09T17:14:19.754Z[ recovery-image] Oct 09 17:14:17.866 INFO O| Oct 09 17:14:17.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67842024-10-09T17:14:19.754Z[ recovery-image] Oct 09 17:14:17.866 INFO O| Oct 09 17:14:17.866 INFO STEP 881 (remove_files) COMPLETE
67852024-10-09T17:14:19.754Z[ recovery-image] Oct 09 17:14:17.866 INFO O| Oct 09 17:14:17.866 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-09T17:14:19.764Z[ recovery-image] Oct 09 17:14:17.875 INFO O| Oct 09 17:14:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67872024-10-09T17:14:19.764Z[ recovery-image] Oct 09 17:14:17.875 INFO O| Oct 09 17:14:17.875 INFO STEP 882 (remove_files) COMPLETE
67882024-10-09T17:14:19.764Z[ recovery-image] Oct 09 17:14:17.875 INFO O| Oct 09 17:14:17.875 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-09T17:14:19.773Z[ recovery-image] Oct 09 17:14:17.885 INFO O| Oct 09 17:14:17.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67902024-10-09T17:14:19.777Z[ recovery-image] Oct 09 17:14:17.885 INFO O| Oct 09 17:14:17.885 INFO STEP 883 (remove_files) COMPLETE
67912024-10-09T17:14:19.777Z[ recovery-image] Oct 09 17:14:17.885 INFO O| Oct 09 17:14:17.885 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-09T17:14:19.783Z[ recovery-image] Oct 09 17:14:17.894 INFO O| Oct 09 17:14:17.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67932024-10-09T17:14:19.783Z[ recovery-image] Oct 09 17:14:17.895 INFO O| Oct 09 17:14:17.895 INFO STEP 884 (remove_files) COMPLETE
67942024-10-09T17:14:19.783Z[ recovery-image] Oct 09 17:14:17.895 INFO O| Oct 09 17:14:17.895 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-09T17:14:19.792Z[ recovery-image] Oct 09 17:14:17.904 INFO O| Oct 09 17:14:17.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67962024-10-09T17:14:19.792Z[ recovery-image] Oct 09 17:14:17.904 INFO O| Oct 09 17:14:17.904 INFO STEP 885 (remove_files) COMPLETE
67972024-10-09T17:14:19.794Z[ recovery-image] Oct 09 17:14:17.904 INFO O| Oct 09 17:14:17.904 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-09T17:14:19.802Z[ recovery-image] Oct 09 17:14:17.914 INFO O| Oct 09 17:14:17.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67992024-10-09T17:14:19.802Z[ recovery-image] Oct 09 17:14:17.914 INFO O| Oct 09 17:14:17.914 INFO STEP 886 (remove_files) COMPLETE
68002024-10-09T17:14:19.805Z[ recovery-image] Oct 09 17:14:17.914 INFO O| Oct 09 17:14:17.914 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-09T17:14:19.811Z[ recovery-image] Oct 09 17:14:17.923 INFO O| Oct 09 17:14:17.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68022024-10-09T17:14:19.814Z[ recovery-image] Oct 09 17:14:17.923 INFO O| Oct 09 17:14:17.923 INFO STEP 887 (remove_files) COMPLETE
68032024-10-09T17:14:19.814Z[ recovery-image] Oct 09 17:14:17.923 INFO O| Oct 09 17:14:17.923 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-09T17:14:19.821Z[ recovery-image] Oct 09 17:14:17.933 INFO O| Oct 09 17:14:17.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68052024-10-09T17:14:19.821Z[ recovery-image] Oct 09 17:14:17.933 INFO O| Oct 09 17:14:17.933 INFO STEP 888 (remove_files) COMPLETE
68062024-10-09T17:14:19.823Z[ recovery-image] Oct 09 17:14:17.933 INFO O| Oct 09 17:14:17.933 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-09T17:14:19.830Z[ recovery-image] Oct 09 17:14:17.942 INFO O| Oct 09 17:14:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68082024-10-09T17:14:19.833Z[ recovery-image] Oct 09 17:14:17.943 INFO O| Oct 09 17:14:17.943 INFO STEP 889 (remove_files) COMPLETE
68092024-10-09T17:14:19.833Z[ recovery-image] Oct 09 17:14:17.943 INFO O| Oct 09 17:14:17.943 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-09T17:14:19.835Z[ host-image] Oct 09 17:14:17.947 INFO O| Oct 09 17:14:17.946 INFO O| Done
68112024-10-09T17:14:19.841Z[ recovery-image] Oct 09 17:14:17.953 INFO O| Oct 09 17:14:17.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68122024-10-09T17:14:19.841Z[ recovery-image] Oct 09 17:14:17.953 INFO O| Oct 09 17:14:17.953 INFO STEP 890 (remove_files) COMPLETE
68132024-10-09T17:14:19.844Z[ recovery-image] Oct 09 17:14:17.953 INFO O| Oct 09 17:14:17.953 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-10-09T17:14:19.856Z[ recovery-image] Oct 09 17:14:17.963 INFO O| Oct 09 17:14:17.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68152024-10-09T17:14:19.856Z[ recovery-image] Oct 09 17:14:17.963 INFO O| Oct 09 17:14:17.963 INFO STEP 891 (remove_files) COMPLETE
68162024-10-09T17:14:19.856Z[ recovery-image] Oct 09 17:14:17.963 INFO O| Oct 09 17:14:17.963 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-09T17:14:19.862Z[ recovery-image] Oct 09 17:14:17.973 INFO O| Oct 09 17:14:17.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68182024-10-09T17:14:19.862Z[ recovery-image] Oct 09 17:14:17.973 INFO O| Oct 09 17:14:17.973 INFO STEP 892 (remove_files) COMPLETE
68192024-10-09T17:14:19.862Z[ recovery-image] Oct 09 17:14:17.973 INFO O| Oct 09 17:14:17.973 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-10-09T17:14:19.871Z[ recovery-image] Oct 09 17:14:17.983 INFO O| Oct 09 17:14:17.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68212024-10-09T17:14:19.871Z[ recovery-image] Oct 09 17:14:17.983 INFO O| Oct 09 17:14:17.983 INFO STEP 893 (remove_files) COMPLETE
68222024-10-09T17:14:19.874Z[ recovery-image] Oct 09 17:14:17.983 INFO O| Oct 09 17:14:17.983 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-10-09T17:14:19.881Z[ recovery-image] Oct 09 17:14:17.993 INFO O| Oct 09 17:14:17.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68242024-10-09T17:14:19.884Z[ recovery-image] Oct 09 17:14:17.993 INFO O| Oct 09 17:14:17.993 INFO STEP 894 (remove_files) COMPLETE
68252024-10-09T17:14:19.884Z[ recovery-image] Oct 09 17:14:17.993 INFO O| Oct 09 17:14:17.993 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-10-09T17:14:19.892Z[ recovery-image] Oct 09 17:14:18.004 INFO O| Oct 09 17:14:18.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68272024-10-09T17:14:19.892Z[ recovery-image] Oct 09 17:14:18.004 INFO O| Oct 09 17:14:18.004 INFO STEP 895 (remove_files) COMPLETE
68282024-10-09T17:14:19.892Z[ recovery-image] Oct 09 17:14:18.004 INFO O| Oct 09 17:14:18.004 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-09T17:14:19.902Z[ recovery-image] Oct 09 17:14:18.014 INFO O| Oct 09 17:14:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68302024-10-09T17:14:19.902Z[ recovery-image] Oct 09 17:14:18.014 INFO O| Oct 09 17:14:18.014 INFO STEP 896 (remove_files) COMPLETE
68312024-10-09T17:14:19.904Z[ recovery-image] Oct 09 17:14:18.014 INFO O| Oct 09 17:14:18.014 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-09T17:14:19.912Z[ recovery-image] Oct 09 17:14:18.024 INFO O| Oct 09 17:14:18.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68332024-10-09T17:14:19.912Z[ recovery-image] Oct 09 17:14:18.024 INFO O| Oct 09 17:14:18.024 INFO STEP 897 (remove_files) COMPLETE
68342024-10-09T17:14:19.914Z[ recovery-image] Oct 09 17:14:18.024 INFO O| Oct 09 17:14:18.024 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-09T17:14:19.922Z[ recovery-image] Oct 09 17:14:18.033 INFO O| Oct 09 17:14:18.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68362024-10-09T17:14:19.924Z[ recovery-image] Oct 09 17:14:18.034 INFO O| Oct 09 17:14:18.034 INFO STEP 898 (remove_files) COMPLETE
68372024-10-09T17:14:19.924Z[ recovery-image] Oct 09 17:14:18.034 INFO O| Oct 09 17:14:18.034 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-09T17:14:19.932Z[ recovery-image] Oct 09 17:14:18.044 INFO O| Oct 09 17:14:18.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68392024-10-09T17:14:19.934Z[ recovery-image] Oct 09 17:14:18.044 INFO O| Oct 09 17:14:18.044 INFO STEP 899 (remove_files) COMPLETE
68402024-10-09T17:14:19.934Z[ recovery-image] Oct 09 17:14:18.044 INFO O| Oct 09 17:14:18.044 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-09T17:14:19.942Z[ recovery-image] Oct 09 17:14:18.054 INFO O| Oct 09 17:14:18.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68422024-10-09T17:14:19.942Z[ recovery-image] Oct 09 17:14:18.054 INFO O| Oct 09 17:14:18.054 INFO STEP 900 (remove_files) COMPLETE
68432024-10-09T17:14:19.942Z[ recovery-image] Oct 09 17:14:18.054 INFO O| Oct 09 17:14:18.054 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-09T17:14:19.953Z[ recovery-image] Oct 09 17:14:18.064 INFO O| Oct 09 17:14:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68452024-10-09T17:14:19.956Z[ recovery-image] Oct 09 17:14:18.064 INFO O| Oct 09 17:14:18.064 INFO STEP 901 (remove_files) COMPLETE
68462024-10-09T17:14:19.956Z[ recovery-image] Oct 09 17:14:18.064 INFO O| Oct 09 17:14:18.064 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-09T17:14:19.962Z[ recovery-image] Oct 09 17:14:18.074 INFO O| Oct 09 17:14:18.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68482024-10-09T17:14:19.962Z[ recovery-image] Oct 09 17:14:18.074 INFO O| Oct 09 17:14:18.074 INFO STEP 902 (remove_files) COMPLETE
68492024-10-09T17:14:19.962Z[ recovery-image] Oct 09 17:14:18.074 INFO O| Oct 09 17:14:18.074 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-09T17:14:19.971Z[ recovery-image] Oct 09 17:14:18.083 INFO O| Oct 09 17:14:18.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68512024-10-09T17:14:19.971Z[ recovery-image] Oct 09 17:14:18.083 INFO O| Oct 09 17:14:18.083 INFO STEP 903 (remove_files) COMPLETE
68522024-10-09T17:14:19.974Z[ recovery-image] Oct 09 17:14:18.083 INFO O| Oct 09 17:14:18.083 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-09T17:14:19.981Z[ recovery-image] Oct 09 17:14:18.093 INFO O| Oct 09 17:14:18.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68542024-10-09T17:14:19.981Z[ recovery-image] Oct 09 17:14:18.093 INFO O| Oct 09 17:14:18.093 INFO STEP 904 (remove_files) COMPLETE
68552024-10-09T17:14:19.983Z[ recovery-image] Oct 09 17:14:18.093 INFO O| Oct 09 17:14:18.093 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-09T17:14:19.991Z[ recovery-image] Oct 09 17:14:18.103 INFO O| Oct 09 17:14:18.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68572024-10-09T17:14:19.991Z[ recovery-image] Oct 09 17:14:18.103 INFO O| Oct 09 17:14:18.103 INFO STEP 905 (remove_files) COMPLETE
68582024-10-09T17:14:19.991Z[ recovery-image] Oct 09 17:14:18.103 INFO O| Oct 09 17:14:18.103 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-09T17:14:20.001Z[ recovery-image] Oct 09 17:14:18.113 INFO O| Oct 09 17:14:18.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68602024-10-09T17:14:20.004Z[ recovery-image] Oct 09 17:14:18.113 INFO O| Oct 09 17:14:18.113 INFO STEP 906 (remove_files) COMPLETE
68612024-10-09T17:14:20.004Z[ recovery-image] Oct 09 17:14:18.113 INFO O| Oct 09 17:14:18.113 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-09T17:14:20.010Z[ recovery-image] Oct 09 17:14:18.122 INFO O| Oct 09 17:14:18.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68632024-10-09T17:14:20.010Z[ recovery-image] Oct 09 17:14:18.122 INFO O| Oct 09 17:14:18.122 INFO STEP 907 (remove_files) COMPLETE
68642024-10-09T17:14:20.014Z[ recovery-image] Oct 09 17:14:18.122 INFO O| Oct 09 17:14:18.122 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-09T17:14:20.020Z[ recovery-image] Oct 09 17:14:18.132 INFO O| Oct 09 17:14:18.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68662024-10-09T17:14:20.023Z[ recovery-image] Oct 09 17:14:18.132 INFO O| Oct 09 17:14:18.132 INFO STEP 908 (remove_files) COMPLETE
68672024-10-09T17:14:20.023Z[ recovery-image] Oct 09 17:14:18.132 INFO O| Oct 09 17:14:18.132 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-09T17:14:20.030Z[ recovery-image] Oct 09 17:14:18.142 INFO O| Oct 09 17:14:18.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68692024-10-09T17:14:20.030Z[ recovery-image] Oct 09 17:14:18.142 INFO O| Oct 09 17:14:18.142 INFO STEP 909 (remove_files) COMPLETE
68702024-10-09T17:14:20.030Z[ recovery-image] Oct 09 17:14:18.142 INFO O| Oct 09 17:14:18.142 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-09T17:14:20.040Z[ recovery-image] Oct 09 17:14:18.152 INFO O| Oct 09 17:14:18.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68722024-10-09T17:14:20.042Z[ recovery-image] Oct 09 17:14:18.152 INFO O| Oct 09 17:14:18.152 INFO STEP 910 (remove_files) COMPLETE
68732024-10-09T17:14:20.042Z[ recovery-image] Oct 09 17:14:18.152 INFO O| Oct 09 17:14:18.152 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-09T17:14:20.049Z[ recovery-image] Oct 09 17:14:18.161 INFO O| Oct 09 17:14:18.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68752024-10-09T17:14:20.049Z[ recovery-image] Oct 09 17:14:18.161 INFO O| Oct 09 17:14:18.161 INFO STEP 911 (remove_files) COMPLETE
68762024-10-09T17:14:20.052Z[ recovery-image] Oct 09 17:14:18.161 INFO O| Oct 09 17:14:18.161 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-09T17:14:20.059Z[ recovery-image] Oct 09 17:14:18.171 INFO O| Oct 09 17:14:18.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68782024-10-09T17:14:20.059Z[ recovery-image] Oct 09 17:14:18.171 INFO O| Oct 09 17:14:18.171 INFO STEP 912 (remove_files) COMPLETE
68792024-10-09T17:14:20.062Z[ recovery-image] Oct 09 17:14:18.171 INFO O| Oct 09 17:14:18.171 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-09T17:14:20.069Z[ recovery-image] Oct 09 17:14:18.181 INFO O| Oct 09 17:14:18.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68812024-10-09T17:14:20.069Z[ recovery-image] Oct 09 17:14:18.181 INFO O| Oct 09 17:14:18.181 INFO STEP 913 (remove_files) COMPLETE
68822024-10-09T17:14:20.071Z[ recovery-image] Oct 09 17:14:18.181 INFO O| Oct 09 17:14:18.181 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-09T17:14:20.078Z[ recovery-image] Oct 09 17:14:18.190 INFO O| Oct 09 17:14:18.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68842024-10-09T17:14:20.078Z[ recovery-image] Oct 09 17:14:18.190 INFO O| Oct 09 17:14:18.190 INFO STEP 914 (remove_files) COMPLETE
68852024-10-09T17:14:20.080Z[ recovery-image] Oct 09 17:14:18.190 INFO O| Oct 09 17:14:18.190 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-09T17:14:20.088Z[ recovery-image] Oct 09 17:14:18.200 INFO O| Oct 09 17:14:18.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68872024-10-09T17:14:20.090Z[ recovery-image] Oct 09 17:14:18.200 INFO O| Oct 09 17:14:18.200 INFO STEP 915 (remove_files) COMPLETE
68882024-10-09T17:14:20.090Z[ recovery-image] Oct 09 17:14:18.200 INFO O| Oct 09 17:14:18.200 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-09T17:14:20.098Z[ recovery-image] Oct 09 17:14:18.210 INFO O| Oct 09 17:14:18.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68902024-10-09T17:14:20.098Z[ recovery-image] Oct 09 17:14:18.210 INFO O| Oct 09 17:14:18.210 INFO STEP 916 (remove_files) COMPLETE
68912024-10-09T17:14:20.098Z[ recovery-image] Oct 09 17:14:18.210 INFO O| Oct 09 17:14:18.210 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-09T17:14:20.107Z[ recovery-image] Oct 09 17:14:18.219 INFO O| Oct 09 17:14:18.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68932024-10-09T17:14:20.107Z[ recovery-image] Oct 09 17:14:18.219 INFO O| Oct 09 17:14:18.219 INFO STEP 917 (remove_files) COMPLETE
68942024-10-09T17:14:20.108Z[ recovery-image] Oct 09 17:14:18.219 INFO O| Oct 09 17:14:18.219 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-09T17:14:20.118Z[ recovery-image] Oct 09 17:14:18.229 INFO O| Oct 09 17:14:18.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68962024-10-09T17:14:20.118Z[ recovery-image] Oct 09 17:14:18.229 INFO O| Oct 09 17:14:18.229 INFO STEP 918 (remove_files) COMPLETE
68972024-10-09T17:14:20.120Z[ recovery-image] Oct 09 17:14:18.230 INFO O| Oct 09 17:14:18.229 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-09T17:14:20.127Z[ recovery-image] Oct 09 17:14:18.239 INFO O| Oct 09 17:14:18.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68992024-10-09T17:14:20.129Z[ recovery-image] Oct 09 17:14:18.239 INFO O| Oct 09 17:14:18.239 INFO STEP 919 (remove_files) COMPLETE
69002024-10-09T17:14:20.130Z[ recovery-image] Oct 09 17:14:18.239 INFO O| Oct 09 17:14:18.239 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-09T17:14:20.137Z[ recovery-image] Oct 09 17:14:18.249 INFO O| Oct 09 17:14:18.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69022024-10-09T17:14:20.137Z[ recovery-image] Oct 09 17:14:18.249 INFO O| Oct 09 17:14:18.249 INFO STEP 920 (remove_files) COMPLETE
69032024-10-09T17:14:20.137Z[ recovery-image] Oct 09 17:14:18.249 INFO O| Oct 09 17:14:18.249 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-09T17:14:20.149Z[ recovery-image] Oct 09 17:14:18.261 INFO O| Oct 09 17:14:18.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69052024-10-09T17:14:20.149Z[ recovery-image] Oct 09 17:14:18.261 INFO O| Oct 09 17:14:18.261 INFO STEP 921 (remove_files) COMPLETE
69062024-10-09T17:14:20.149Z[ recovery-image] Oct 09 17:14:18.261 INFO O| Oct 09 17:14:18.261 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-09T17:14:20.160Z[ recovery-image] Oct 09 17:14:18.272 INFO O| Oct 09 17:14:18.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69082024-10-09T17:14:20.161Z[ recovery-image] Oct 09 17:14:18.272 INFO O| Oct 09 17:14:18.272 INFO STEP 922 (remove_files) COMPLETE
69092024-10-09T17:14:20.161Z[ recovery-image] Oct 09 17:14:18.272 INFO O| Oct 09 17:14:18.272 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-09T17:14:20.169Z[ recovery-image] Oct 09 17:14:18.281 INFO O| Oct 09 17:14:18.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69112024-10-09T17:14:20.169Z[ recovery-image] Oct 09 17:14:18.281 INFO O| Oct 09 17:14:18.281 INFO STEP 923 (remove_files) COMPLETE
69122024-10-09T17:14:20.170Z[ recovery-image] Oct 09 17:14:18.281 INFO O| Oct 09 17:14:18.281 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-09T17:14:20.181Z[ recovery-image] Oct 09 17:14:18.293 INFO O| Oct 09 17:14:18.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69142024-10-09T17:14:20.183Z[ recovery-image] Oct 09 17:14:18.293 INFO O| Oct 09 17:14:18.293 INFO STEP 924 (remove_files) COMPLETE
69152024-10-09T17:14:20.184Z[ recovery-image] Oct 09 17:14:18.293 INFO O| Oct 09 17:14:18.293 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-09T17:14:20.190Z[ recovery-image] Oct 09 17:14:18.302 INFO O| Oct 09 17:14:18.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69172024-10-09T17:14:20.193Z[ recovery-image] Oct 09 17:14:18.302 INFO O| Oct 09 17:14:18.302 INFO STEP 925 (remove_files) COMPLETE
69182024-10-09T17:14:20.193Z[ recovery-image] Oct 09 17:14:18.302 INFO O| Oct 09 17:14:18.302 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-09T17:14:20.200Z[ recovery-image] Oct 09 17:14:18.312 INFO O| Oct 09 17:14:18.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69202024-10-09T17:14:20.200Z[ recovery-image] Oct 09 17:14:18.312 INFO O| Oct 09 17:14:18.312 INFO STEP 926 (remove_files) COMPLETE
69212024-10-09T17:14:20.203Z[ recovery-image] Oct 09 17:14:18.312 INFO O| Oct 09 17:14:18.312 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-09T17:14:20.210Z[ recovery-image] Oct 09 17:14:18.322 INFO O| Oct 09 17:14:18.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69232024-10-09T17:14:20.212Z[ recovery-image] Oct 09 17:14:18.322 INFO O| Oct 09 17:14:18.322 INFO STEP 927 (remove_files) COMPLETE
69242024-10-09T17:14:20.212Z[ recovery-image] Oct 09 17:14:18.322 INFO O| Oct 09 17:14:18.322 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-09T17:14:20.220Z[ recovery-image] Oct 09 17:14:18.331 INFO O| Oct 09 17:14:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69262024-10-09T17:14:20.220Z[ recovery-image] Oct 09 17:14:18.332 INFO O| Oct 09 17:14:18.332 INFO STEP 928 (remove_files) COMPLETE
69272024-10-09T17:14:20.222Z[ recovery-image] Oct 09 17:14:18.332 INFO O| Oct 09 17:14:18.332 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-09T17:14:20.229Z[ recovery-image] Oct 09 17:14:18.341 INFO O| Oct 09 17:14:18.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69292024-10-09T17:14:20.232Z[ recovery-image] Oct 09 17:14:18.341 INFO O| Oct 09 17:14:18.341 INFO STEP 929 (remove_files) COMPLETE
69302024-10-09T17:14:20.232Z[ recovery-image] Oct 09 17:14:18.341 INFO O| Oct 09 17:14:18.341 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-09T17:14:20.239Z[ recovery-image] Oct 09 17:14:18.350 INFO O| Oct 09 17:14:18.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69322024-10-09T17:14:20.239Z[ recovery-image] Oct 09 17:14:18.351 INFO O| Oct 09 17:14:18.351 INFO STEP 930 (remove_files) COMPLETE
69332024-10-09T17:14:20.239Z[ recovery-image] Oct 09 17:14:18.351 INFO O| Oct 09 17:14:18.351 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-09T17:14:20.248Z[ recovery-image] Oct 09 17:14:18.360 INFO O| Oct 09 17:14:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69352024-10-09T17:14:20.250Z[ recovery-image] Oct 09 17:14:18.360 INFO O| Oct 09 17:14:18.360 INFO STEP 931 (remove_files) COMPLETE
69362024-10-09T17:14:20.250Z[ recovery-image] Oct 09 17:14:18.360 INFO O| Oct 09 17:14:18.360 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-09T17:14:20.257Z[ recovery-image] Oct 09 17:14:18.369 INFO O| Oct 09 17:14:18.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69382024-10-09T17:14:20.257Z[ recovery-image] Oct 09 17:14:18.369 INFO O| Oct 09 17:14:18.369 INFO STEP 932 (remove_files) COMPLETE
69392024-10-09T17:14:20.260Z[ recovery-image] Oct 09 17:14:18.369 INFO O| Oct 09 17:14:18.369 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-09T17:14:20.267Z[ recovery-image] Oct 09 17:14:18.379 INFO O| Oct 09 17:14:18.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69412024-10-09T17:14:20.269Z[ recovery-image] Oct 09 17:14:18.379 INFO O| Oct 09 17:14:18.379 INFO STEP 933 (remove_files) COMPLETE
69422024-10-09T17:14:20.269Z[ recovery-image] Oct 09 17:14:18.379 INFO O| Oct 09 17:14:18.379 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-09T17:14:20.277Z[ recovery-image] Oct 09 17:14:18.388 INFO O| Oct 09 17:14:18.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69442024-10-09T17:14:20.277Z[ recovery-image] Oct 09 17:14:18.389 INFO O| Oct 09 17:14:18.388 INFO STEP 934 (remove_files) COMPLETE
69452024-10-09T17:14:20.277Z[ recovery-image] Oct 09 17:14:18.389 INFO O| Oct 09 17:14:18.389 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-09T17:14:20.286Z[ recovery-image] Oct 09 17:14:18.398 INFO O| Oct 09 17:14:18.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69472024-10-09T17:14:20.286Z[ recovery-image] Oct 09 17:14:18.398 INFO O| Oct 09 17:14:18.398 INFO STEP 935 (remove_files) COMPLETE
69482024-10-09T17:14:20.289Z[ recovery-image] Oct 09 17:14:18.398 INFO O| Oct 09 17:14:18.398 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-09T17:14:20.296Z[ recovery-image] Oct 09 17:14:18.408 INFO O| Oct 09 17:14:18.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69502024-10-09T17:14:20.298Z[ recovery-image] Oct 09 17:14:18.409 INFO O| Oct 09 17:14:18.409 INFO STEP 936 (remove_files) COMPLETE
69512024-10-09T17:14:20.298Z[ recovery-image] Oct 09 17:14:18.409 INFO O| Oct 09 17:14:18.409 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-09T17:14:20.306Z[ recovery-image] Oct 09 17:14:18.418 INFO O| Oct 09 17:14:18.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69532024-10-09T17:14:20.306Z[ recovery-image] Oct 09 17:14:18.418 INFO O| Oct 09 17:14:18.418 INFO STEP 937 (remove_files) COMPLETE
69542024-10-09T17:14:20.310Z[ recovery-image] Oct 09 17:14:18.418 INFO O| Oct 09 17:14:18.418 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-09T17:14:20.316Z[ recovery-image] Oct 09 17:14:18.428 INFO O| Oct 09 17:14:18.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69562024-10-09T17:14:20.316Z[ recovery-image] Oct 09 17:14:18.428 INFO O| Oct 09 17:14:18.428 INFO STEP 938 (remove_files) COMPLETE
69572024-10-09T17:14:20.319Z[ recovery-image] Oct 09 17:14:18.428 INFO O| Oct 09 17:14:18.428 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-09T17:14:20.325Z[ recovery-image] Oct 09 17:14:18.437 INFO O| Oct 09 17:14:18.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69592024-10-09T17:14:20.325Z[ recovery-image] Oct 09 17:14:18.437 INFO O| Oct 09 17:14:18.437 INFO STEP 939 (remove_files) COMPLETE
69602024-10-09T17:14:20.328Z[ recovery-image] Oct 09 17:14:18.437 INFO O| Oct 09 17:14:18.437 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-09T17:14:20.335Z[ recovery-image] Oct 09 17:14:18.446 INFO O| Oct 09 17:14:18.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69622024-10-09T17:14:20.335Z[ recovery-image] Oct 09 17:14:18.447 INFO O| Oct 09 17:14:18.447 INFO STEP 940 (remove_files) COMPLETE
69632024-10-09T17:14:20.337Z[ recovery-image] Oct 09 17:14:18.447 INFO O| Oct 09 17:14:18.447 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-09T17:14:20.344Z[ recovery-image] Oct 09 17:14:18.456 INFO O| Oct 09 17:14:18.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69652024-10-09T17:14:20.347Z[ recovery-image] Oct 09 17:14:18.456 INFO O| Oct 09 17:14:18.456 INFO STEP 941 (remove_files) COMPLETE
69662024-10-09T17:14:20.347Z[ recovery-image] Oct 09 17:14:18.456 INFO O| Oct 09 17:14:18.456 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-09T17:14:20.354Z[ recovery-image] Oct 09 17:14:18.465 INFO O| Oct 09 17:14:18.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69682024-10-09T17:14:20.354Z[ recovery-image] Oct 09 17:14:18.465 INFO O| Oct 09 17:14:18.465 INFO STEP 942 (remove_files) COMPLETE
69692024-10-09T17:14:20.357Z[ recovery-image] Oct 09 17:14:18.466 INFO O| Oct 09 17:14:18.465 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-09T17:14:20.363Z[ recovery-image] Oct 09 17:14:18.475 INFO O| Oct 09 17:14:18.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69712024-10-09T17:14:20.363Z[ recovery-image] Oct 09 17:14:18.475 INFO O| Oct 09 17:14:18.475 INFO STEP 943 (remove_files) COMPLETE
69722024-10-09T17:14:20.363Z[ recovery-image] Oct 09 17:14:18.475 INFO O| Oct 09 17:14:18.475 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-09T17:14:20.372Z[ recovery-image] Oct 09 17:14:18.484 INFO O| Oct 09 17:14:18.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69742024-10-09T17:14:20.375Z[ recovery-image] Oct 09 17:14:18.484 INFO O| Oct 09 17:14:18.484 INFO STEP 944 (remove_files) COMPLETE
69752024-10-09T17:14:20.375Z[ recovery-image] Oct 09 17:14:18.484 INFO O| Oct 09 17:14:18.484 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-09T17:14:20.387Z[ recovery-image] Oct 09 17:14:18.498 INFO O| Oct 09 17:14:18.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69772024-10-09T17:14:20.390Z[ recovery-image] Oct 09 17:14:18.498 INFO O| Oct 09 17:14:18.498 INFO STEP 945 (remove_files) COMPLETE
69782024-10-09T17:14:20.390Z[ recovery-image] Oct 09 17:14:18.498 INFO O| Oct 09 17:14:18.498 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-09T17:14:20.404Z[ recovery-image] Oct 09 17:14:18.515 INFO O| Oct 09 17:14:18.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69802024-10-09T17:14:20.406Z[ recovery-image] Oct 09 17:14:18.515 INFO O| Oct 09 17:14:18.515 INFO STEP 946 (remove_files) COMPLETE
69812024-10-09T17:14:20.406Z[ recovery-image] Oct 09 17:14:18.515 INFO O| Oct 09 17:14:18.515 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-09T17:14:20.416Z[ recovery-image] Oct 09 17:14:18.528 INFO O| Oct 09 17:14:18.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69832024-10-09T17:14:20.419Z[ recovery-image] Oct 09 17:14:18.528 INFO O| Oct 09 17:14:18.528 INFO STEP 947 (remove_files) COMPLETE
69842024-10-09T17:14:20.419Z[ recovery-image] Oct 09 17:14:18.528 INFO O| Oct 09 17:14:18.528 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-09T17:14:20.427Z[ recovery-image] Oct 09 17:14:18.539 INFO O| Oct 09 17:14:18.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69862024-10-09T17:14:20.427Z[ recovery-image] Oct 09 17:14:18.539 INFO O| Oct 09 17:14:18.539 INFO STEP 948 (remove_files) COMPLETE
69872024-10-09T17:14:20.427Z[ recovery-image] Oct 09 17:14:18.539 INFO O| Oct 09 17:14:18.539 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-09T17:14:20.439Z[ recovery-image] Oct 09 17:14:18.551 INFO O| Oct 09 17:14:18.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69892024-10-09T17:14:20.439Z[ recovery-image] Oct 09 17:14:18.551 INFO O| Oct 09 17:14:18.551 INFO STEP 949 (remove_files) COMPLETE
69902024-10-09T17:14:20.442Z[ recovery-image] Oct 09 17:14:18.551 INFO O| Oct 09 17:14:18.551 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-09T17:14:20.450Z[ recovery-image] Oct 09 17:14:18.562 INFO O| Oct 09 17:14:18.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69922024-10-09T17:14:20.450Z[ recovery-image] Oct 09 17:14:18.562 INFO O| Oct 09 17:14:18.562 INFO STEP 950 (remove_files) COMPLETE
69932024-10-09T17:14:20.453Z[ recovery-image] Oct 09 17:14:18.562 INFO O| Oct 09 17:14:18.562 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-09T17:14:20.461Z[ recovery-image] Oct 09 17:14:18.573 INFO O| Oct 09 17:14:18.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69952024-10-09T17:14:20.464Z[ recovery-image] Oct 09 17:14:18.573 INFO O| Oct 09 17:14:18.573 INFO STEP 951 (remove_files) COMPLETE
69962024-10-09T17:14:20.464Z[ recovery-image] Oct 09 17:14:18.573 INFO O| Oct 09 17:14:18.573 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-09T17:14:20.472Z[ recovery-image] Oct 09 17:14:18.584 INFO O| Oct 09 17:14:18.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69982024-10-09T17:14:20.474Z[ recovery-image] Oct 09 17:14:18.584 INFO O| Oct 09 17:14:18.584 INFO STEP 952 (remove_files) COMPLETE
69992024-10-09T17:14:20.474Z[ recovery-image] Oct 09 17:14:18.584 INFO O| Oct 09 17:14:18.584 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-09T17:14:20.482Z[ recovery-image] Oct 09 17:14:18.594 INFO O| Oct 09 17:14:18.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70012024-10-09T17:14:20.485Z[ recovery-image] Oct 09 17:14:18.594 INFO O| Oct 09 17:14:18.594 INFO STEP 953 (remove_files) COMPLETE
70022024-10-09T17:14:20.485Z[ recovery-image] Oct 09 17:14:18.594 INFO O| Oct 09 17:14:18.594 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-09T17:14:20.492Z[ recovery-image] Oct 09 17:14:18.604 INFO O| Oct 09 17:14:18.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70042024-10-09T17:14:20.492Z[ recovery-image] Oct 09 17:14:18.604 INFO O| Oct 09 17:14:18.604 INFO STEP 954 (remove_files) COMPLETE
70052024-10-09T17:14:20.495Z[ recovery-image] Oct 09 17:14:18.604 INFO O| Oct 09 17:14:18.604 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-09T17:14:20.502Z[ recovery-image] Oct 09 17:14:18.614 INFO O| Oct 09 17:14:18.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70072024-10-09T17:14:20.505Z[ recovery-image] Oct 09 17:14:18.614 INFO O| Oct 09 17:14:18.614 INFO STEP 955 (remove_files) COMPLETE
70082024-10-09T17:14:20.505Z[ recovery-image] Oct 09 17:14:18.614 INFO O| Oct 09 17:14:18.614 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-09T17:14:20.512Z[ recovery-image] Oct 09 17:14:18.624 INFO O| Oct 09 17:14:18.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70102024-10-09T17:14:20.514Z[ recovery-image] Oct 09 17:14:18.624 INFO O| Oct 09 17:14:18.624 INFO STEP 956 (remove_files) COMPLETE
70112024-10-09T17:14:20.514Z[ recovery-image] Oct 09 17:14:18.624 INFO O| Oct 09 17:14:18.624 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-09T17:14:20.521Z[ recovery-image] Oct 09 17:14:18.633 INFO O| Oct 09 17:14:18.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70132024-10-09T17:14:20.521Z[ recovery-image] Oct 09 17:14:18.633 INFO O| Oct 09 17:14:18.633 INFO STEP 957 (remove_files) COMPLETE
70142024-10-09T17:14:20.524Z[ recovery-image] Oct 09 17:14:18.633 INFO O| Oct 09 17:14:18.633 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-09T17:14:20.531Z[ recovery-image] Oct 09 17:14:18.643 INFO O| Oct 09 17:14:18.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70162024-10-09T17:14:20.531Z[ recovery-image] Oct 09 17:14:18.643 INFO O| Oct 09 17:14:18.643 INFO STEP 958 (remove_files) COMPLETE
70172024-10-09T17:14:20.531Z[ recovery-image] Oct 09 17:14:18.643 INFO O| Oct 09 17:14:18.643 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-09T17:14:20.541Z[ recovery-image] Oct 09 17:14:18.652 INFO O| Oct 09 17:14:18.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70192024-10-09T17:14:20.541Z[ recovery-image] Oct 09 17:14:18.652 INFO O| Oct 09 17:14:18.652 INFO STEP 959 (remove_files) COMPLETE
70202024-10-09T17:14:20.541Z[ recovery-image] Oct 09 17:14:18.652 INFO O| Oct 09 17:14:18.652 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-09T17:14:20.550Z[ recovery-image] Oct 09 17:14:18.662 INFO O| Oct 09 17:14:18.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70222024-10-09T17:14:20.550Z[ recovery-image] Oct 09 17:14:18.662 INFO O| Oct 09 17:14:18.662 INFO STEP 960 (remove_files) COMPLETE
70232024-10-09T17:14:20.550Z[ recovery-image] Oct 09 17:14:18.662 INFO O| Oct 09 17:14:18.662 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-09T17:14:20.559Z[ recovery-image] Oct 09 17:14:18.671 INFO O| Oct 09 17:14:18.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70252024-10-09T17:14:20.559Z[ recovery-image] Oct 09 17:14:18.671 INFO O| Oct 09 17:14:18.671 INFO STEP 961 (remove_files) COMPLETE
70262024-10-09T17:14:20.562Z[ recovery-image] Oct 09 17:14:18.671 INFO O| Oct 09 17:14:18.671 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-09T17:14:20.569Z[ recovery-image] Oct 09 17:14:18.680 INFO O| Oct 09 17:14:18.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70282024-10-09T17:14:20.569Z[ recovery-image] Oct 09 17:14:18.680 INFO O| Oct 09 17:14:18.680 INFO STEP 962 (remove_files) COMPLETE
70292024-10-09T17:14:20.572Z[ recovery-image] Oct 09 17:14:18.680 INFO O| Oct 09 17:14:18.680 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-09T17:14:20.578Z[ recovery-image] Oct 09 17:14:18.690 INFO O| Oct 09 17:14:18.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70312024-10-09T17:14:20.578Z[ recovery-image] Oct 09 17:14:18.690 INFO O| Oct 09 17:14:18.690 INFO STEP 963 (remove_files) COMPLETE
70322024-10-09T17:14:20.578Z[ recovery-image] Oct 09 17:14:18.690 INFO O| Oct 09 17:14:18.690 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-09T17:14:20.587Z[ recovery-image] Oct 09 17:14:18.699 INFO O| Oct 09 17:14:18.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70342024-10-09T17:14:20.590Z[ recovery-image] Oct 09 17:14:18.700 INFO O| Oct 09 17:14:18.700 INFO STEP 964 (remove_files) COMPLETE
70352024-10-09T17:14:20.590Z[ recovery-image] Oct 09 17:14:18.700 INFO O| Oct 09 17:14:18.700 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-09T17:14:20.599Z[ recovery-image] Oct 09 17:14:18.711 INFO O| Oct 09 17:14:18.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70372024-10-09T17:14:20.602Z[ recovery-image] Oct 09 17:14:18.711 INFO O| Oct 09 17:14:18.711 INFO STEP 965 (remove_files) COMPLETE
70382024-10-09T17:14:20.602Z[ recovery-image] Oct 09 17:14:18.711 INFO O| Oct 09 17:14:18.711 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-09T17:14:20.609Z[ recovery-image] Oct 09 17:14:18.721 INFO O| Oct 09 17:14:18.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70402024-10-09T17:14:20.611Z[ recovery-image] Oct 09 17:14:18.721 INFO O| Oct 09 17:14:18.721 INFO STEP 966 (remove_files) COMPLETE
70412024-10-09T17:14:20.612Z[ recovery-image] Oct 09 17:14:18.721 INFO O| Oct 09 17:14:18.721 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-09T17:14:20.619Z[ recovery-image] Oct 09 17:14:18.730 INFO O| Oct 09 17:14:18.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70432024-10-09T17:14:20.619Z[ recovery-image] Oct 09 17:14:18.730 INFO O| Oct 09 17:14:18.730 INFO STEP 967 (remove_files) COMPLETE
70442024-10-09T17:14:20.621Z[ recovery-image] Oct 09 17:14:18.730 INFO O| Oct 09 17:14:18.730 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-09T17:14:20.628Z[ recovery-image] Oct 09 17:14:18.740 INFO O| Oct 09 17:14:18.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70462024-10-09T17:14:20.628Z[ recovery-image] Oct 09 17:14:18.740 INFO O| Oct 09 17:14:18.740 INFO STEP 968 (remove_files) COMPLETE
70472024-10-09T17:14:20.631Z[ recovery-image] Oct 09 17:14:18.740 INFO O| Oct 09 17:14:18.740 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-09T17:14:20.637Z[ recovery-image] Oct 09 17:14:18.749 INFO O| Oct 09 17:14:18.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70492024-10-09T17:14:20.640Z[ recovery-image] Oct 09 17:14:18.749 INFO O| Oct 09 17:14:18.749 INFO STEP 969 (remove_files) COMPLETE
70502024-10-09T17:14:20.640Z[ recovery-image] Oct 09 17:14:18.749 INFO O| Oct 09 17:14:18.749 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-09T17:14:20.647Z[ recovery-image] Oct 09 17:14:18.758 INFO O| Oct 09 17:14:18.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70522024-10-09T17:14:20.650Z[ recovery-image] Oct 09 17:14:18.759 INFO O| Oct 09 17:14:18.759 INFO STEP 970 (remove_files) COMPLETE
70532024-10-09T17:14:20.650Z[ recovery-image] Oct 09 17:14:18.759 INFO O| Oct 09 17:14:18.759 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-09T17:14:20.657Z[ recovery-image] Oct 09 17:14:18.769 INFO O| Oct 09 17:14:18.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70552024-10-09T17:14:20.660Z[ recovery-image] Oct 09 17:14:18.769 INFO O| Oct 09 17:14:18.769 INFO STEP 971 (remove_files) COMPLETE
70562024-10-09T17:14:20.660Z[ recovery-image] Oct 09 17:14:18.769 INFO O| Oct 09 17:14:18.769 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-09T17:14:20.669Z[ recovery-image] Oct 09 17:14:18.781 INFO O| Oct 09 17:14:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70582024-10-09T17:14:20.672Z[ recovery-image] Oct 09 17:14:18.781 INFO O| Oct 09 17:14:18.781 INFO STEP 972 (remove_files) COMPLETE
70592024-10-09T17:14:20.672Z[ recovery-image] Oct 09 17:14:18.781 INFO O| Oct 09 17:14:18.781 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-09T17:14:20.681Z[ recovery-image] Oct 09 17:14:18.792 INFO O| Oct 09 17:14:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70612024-10-09T17:14:20.683Z[ recovery-image] Oct 09 17:14:18.793 INFO O| Oct 09 17:14:18.793 INFO STEP 973 (remove_files) COMPLETE
70622024-10-09T17:14:20.683Z[ recovery-image] Oct 09 17:14:18.793 INFO O| Oct 09 17:14:18.793 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-09T17:14:20.691Z[ recovery-image] Oct 09 17:14:18.802 INFO O| Oct 09 17:14:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70642024-10-09T17:14:20.693Z[ recovery-image] Oct 09 17:14:18.802 INFO O| Oct 09 17:14:18.802 INFO STEP 974 (remove_files) COMPLETE
70652024-10-09T17:14:20.693Z[ recovery-image] Oct 09 17:14:18.802 INFO O| Oct 09 17:14:18.802 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-09T17:14:20.700Z[ recovery-image] Oct 09 17:14:18.812 INFO O| Oct 09 17:14:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70672024-10-09T17:14:20.700Z[ recovery-image] Oct 09 17:14:18.812 INFO O| Oct 09 17:14:18.812 INFO STEP 975 (remove_files) COMPLETE
70682024-10-09T17:14:20.702Z[ recovery-image] Oct 09 17:14:18.812 INFO O| Oct 09 17:14:18.812 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-09T17:14:20.713Z[ recovery-image] Oct 09 17:14:18.823 INFO O| Oct 09 17:14:18.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70702024-10-09T17:14:20.715Z[ recovery-image] Oct 09 17:14:18.823 INFO O| Oct 09 17:14:18.823 INFO STEP 976 (remove_files) COMPLETE
70712024-10-09T17:14:20.715Z[ recovery-image] Oct 09 17:14:18.823 INFO O| Oct 09 17:14:18.823 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-09T17:14:20.721Z[ recovery-image] Oct 09 17:14:18.833 INFO O| Oct 09 17:14:18.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70732024-10-09T17:14:20.725Z[ recovery-image] Oct 09 17:14:18.833 INFO O| Oct 09 17:14:18.833 INFO STEP 977 (remove_files) COMPLETE
70742024-10-09T17:14:20.725Z[ recovery-image] Oct 09 17:14:18.833 INFO O| Oct 09 17:14:18.833 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-09T17:14:20.733Z[ recovery-image] Oct 09 17:14:18.844 INFO O| Oct 09 17:14:18.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70762024-10-09T17:14:20.736Z[ recovery-image] Oct 09 17:14:18.844 INFO O| Oct 09 17:14:18.844 INFO STEP 978 (remove_files) COMPLETE
70772024-10-09T17:14:20.736Z[ recovery-image] Oct 09 17:14:18.845 INFO O| Oct 09 17:14:18.844 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-09T17:14:20.744Z[ recovery-image] Oct 09 17:14:18.856 INFO O| Oct 09 17:14:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70792024-10-09T17:14:20.744Z[ recovery-image] Oct 09 17:14:18.856 INFO O| Oct 09 17:14:18.856 INFO STEP 979 (remove_files) COMPLETE
70802024-10-09T17:14:20.747Z[ recovery-image] Oct 09 17:14:18.856 INFO O| Oct 09 17:14:18.856 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-09T17:14:20.754Z[ recovery-image] Oct 09 17:14:18.866 INFO O| Oct 09 17:14:18.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70822024-10-09T17:14:20.757Z[ recovery-image] Oct 09 17:14:18.866 INFO O| Oct 09 17:14:18.866 INFO STEP 980 (remove_files) COMPLETE
70832024-10-09T17:14:20.757Z[ recovery-image] Oct 09 17:14:18.866 INFO O| Oct 09 17:14:18.866 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-09T17:14:20.765Z[ recovery-image] Oct 09 17:14:18.877 INFO O| Oct 09 17:14:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70852024-10-09T17:14:20.768Z[ recovery-image] Oct 09 17:14:18.877 INFO O| Oct 09 17:14:18.877 INFO STEP 981 (remove_files) COMPLETE
70862024-10-09T17:14:20.768Z[ recovery-image] Oct 09 17:14:18.877 INFO O| Oct 09 17:14:18.877 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-09T17:14:20.775Z[ recovery-image] Oct 09 17:14:18.887 INFO O| Oct 09 17:14:18.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70882024-10-09T17:14:20.775Z[ recovery-image] Oct 09 17:14:18.887 INFO O| Oct 09 17:14:18.887 INFO STEP 982 (remove_files) COMPLETE
70892024-10-09T17:14:20.780Z[ recovery-image] Oct 09 17:14:18.887 INFO O| Oct 09 17:14:18.887 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-09T17:14:20.786Z[ recovery-image] Oct 09 17:14:18.898 INFO O| Oct 09 17:14:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70912024-10-09T17:14:20.786Z[ recovery-image] Oct 09 17:14:18.898 INFO O| Oct 09 17:14:18.898 INFO STEP 983 (remove_files) COMPLETE
70922024-10-09T17:14:20.791Z[ recovery-image] Oct 09 17:14:18.898 INFO O| Oct 09 17:14:18.898 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-09T17:14:20.797Z[ recovery-image] Oct 09 17:14:18.908 INFO O| Oct 09 17:14:18.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70942024-10-09T17:14:20.797Z[ recovery-image] Oct 09 17:14:18.908 INFO O| Oct 09 17:14:18.908 INFO STEP 984 (remove_files) COMPLETE
70952024-10-09T17:14:20.800Z[ recovery-image] Oct 09 17:14:18.908 INFO O| Oct 09 17:14:18.908 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-09T17:14:20.809Z[ recovery-image] Oct 09 17:14:18.919 INFO O| Oct 09 17:14:18.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70972024-10-09T17:14:20.809Z[ recovery-image] Oct 09 17:14:18.919 INFO O| Oct 09 17:14:18.919 INFO STEP 985 (remove_files) COMPLETE
70982024-10-09T17:14:20.809Z[ recovery-image] Oct 09 17:14:18.919 INFO O| Oct 09 17:14:18.919 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-09T17:14:20.818Z[ recovery-image] Oct 09 17:14:18.929 INFO O| Oct 09 17:14:18.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71002024-10-09T17:14:20.818Z[ recovery-image] Oct 09 17:14:18.930 INFO O| Oct 09 17:14:18.930 INFO STEP 986 (remove_files) COMPLETE
71012024-10-09T17:14:20.818Z[ recovery-image] Oct 09 17:14:18.930 INFO O| Oct 09 17:14:18.930 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-09T17:14:20.830Z[ recovery-image] Oct 09 17:14:18.940 INFO O| Oct 09 17:14:18.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71032024-10-09T17:14:20.830Z[ recovery-image] Oct 09 17:14:18.940 INFO O| Oct 09 17:14:18.940 INFO STEP 987 (remove_files) COMPLETE
71042024-10-09T17:14:20.830Z[ recovery-image] Oct 09 17:14:18.940 INFO O| Oct 09 17:14:18.940 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-09T17:14:20.839Z[ recovery-image] Oct 09 17:14:18.950 INFO O| Oct 09 17:14:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71062024-10-09T17:14:20.839Z[ recovery-image] Oct 09 17:14:18.950 INFO O| Oct 09 17:14:18.950 INFO STEP 988 (remove_files) COMPLETE
71072024-10-09T17:14:20.839Z[ recovery-image] Oct 09 17:14:18.950 INFO O| Oct 09 17:14:18.950 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-09T17:14:20.849Z[ recovery-image] Oct 09 17:14:18.960 INFO O| Oct 09 17:14:18.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71092024-10-09T17:14:20.854Z[ recovery-image] Oct 09 17:14:18.960 INFO O| Oct 09 17:14:18.960 INFO STEP 989 (remove_files) COMPLETE
71102024-10-09T17:14:20.854Z[ recovery-image] Oct 09 17:14:18.960 INFO O| Oct 09 17:14:18.960 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-09T17:14:20.858Z[ recovery-image] Oct 09 17:14:18.970 INFO O| Oct 09 17:14:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71122024-10-09T17:14:20.861Z[ recovery-image] Oct 09 17:14:18.970 INFO O| Oct 09 17:14:18.970 INFO STEP 990 (remove_files) COMPLETE
71132024-10-09T17:14:20.861Z[ recovery-image] Oct 09 17:14:18.970 INFO O| Oct 09 17:14:18.970 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-09T17:14:20.868Z[ recovery-image] Oct 09 17:14:18.979 INFO O| Oct 09 17:14:18.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71152024-10-09T17:14:20.868Z[ recovery-image] Oct 09 17:14:18.979 INFO O| Oct 09 17:14:18.979 INFO STEP 991 (remove_files) COMPLETE
71162024-10-09T17:14:20.873Z[ recovery-image] Oct 09 17:14:18.979 INFO O| Oct 09 17:14:18.979 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-09T17:14:20.877Z[ recovery-image] Oct 09 17:14:18.989 INFO O| Oct 09 17:14:18.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71182024-10-09T17:14:20.878Z[ recovery-image] Oct 09 17:14:18.989 INFO O| Oct 09 17:14:18.989 INFO STEP 992 (remove_files) COMPLETE
71192024-10-09T17:14:20.878Z[ recovery-image] Oct 09 17:14:18.989 INFO O| Oct 09 17:14:18.989 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-09T17:14:20.887Z[ recovery-image] Oct 09 17:14:18.999 INFO O| Oct 09 17:14:18.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71212024-10-09T17:14:20.887Z[ recovery-image] Oct 09 17:14:18.999 INFO O| Oct 09 17:14:18.999 INFO STEP 993 (remove_files) COMPLETE
71222024-10-09T17:14:20.891Z[ recovery-image] Oct 09 17:14:18.999 INFO O| Oct 09 17:14:18.999 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-09T17:14:20.898Z[ recovery-image] Oct 09 17:14:19.009 INFO O| Oct 09 17:14:19.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71242024-10-09T17:14:20.898Z[ recovery-image] Oct 09 17:14:19.009 INFO O| Oct 09 17:14:19.009 INFO STEP 994 (remove_files) COMPLETE
71252024-10-09T17:14:20.900Z[ recovery-image] Oct 09 17:14:19.009 INFO O| Oct 09 17:14:19.009 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-09T17:14:20.907Z[ recovery-image] Oct 09 17:14:19.019 INFO O| Oct 09 17:14:19.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71272024-10-09T17:14:20.907Z[ recovery-image] Oct 09 17:14:19.019 INFO O| Oct 09 17:14:19.019 INFO STEP 995 (remove_files) COMPLETE
71282024-10-09T17:14:20.911Z[ recovery-image] Oct 09 17:14:19.019 INFO O| Oct 09 17:14:19.019 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-09T17:14:20.917Z[ recovery-image] Oct 09 17:14:19.028 INFO O| Oct 09 17:14:19.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71302024-10-09T17:14:20.917Z[ recovery-image] Oct 09 17:14:19.028 INFO O| Oct 09 17:14:19.028 INFO STEP 996 (remove_files) COMPLETE
71312024-10-09T17:14:20.919Z[ recovery-image] Oct 09 17:14:19.028 INFO O| Oct 09 17:14:19.028 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-09T17:14:20.926Z[ recovery-image] Oct 09 17:14:19.038 INFO O| Oct 09 17:14:19.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71332024-10-09T17:14:20.926Z[ recovery-image] Oct 09 17:14:19.038 INFO O| Oct 09 17:14:19.038 INFO STEP 997 (remove_files) COMPLETE
71342024-10-09T17:14:20.926Z[ recovery-image] Oct 09 17:14:19.038 INFO O| Oct 09 17:14:19.038 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-09T17:14:20.935Z[ recovery-image] Oct 09 17:14:19.047 INFO O| Oct 09 17:14:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71362024-10-09T17:14:20.935Z[ recovery-image] Oct 09 17:14:19.047 INFO O| Oct 09 17:14:19.047 INFO STEP 998 (remove_files) COMPLETE
71372024-10-09T17:14:20.938Z[ recovery-image] Oct 09 17:14:19.047 INFO O| Oct 09 17:14:19.047 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-09T17:14:20.945Z[ recovery-image] Oct 09 17:14:19.056 INFO O| Oct 09 17:14:19.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71392024-10-09T17:14:20.945Z[ recovery-image] Oct 09 17:14:19.056 INFO O| Oct 09 17:14:19.056 INFO STEP 999 (remove_files) COMPLETE
71402024-10-09T17:14:20.950Z[ recovery-image] Oct 09 17:14:19.056 INFO O| Oct 09 17:14:19.056 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-09T17:14:20.954Z[ recovery-image] Oct 09 17:14:19.066 INFO O| Oct 09 17:14:19.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71422024-10-09T17:14:20.954Z[ recovery-image] Oct 09 17:14:19.066 INFO O| Oct 09 17:14:19.066 INFO STEP 1000 (remove_files) COMPLETE
71432024-10-09T17:14:20.954Z[ recovery-image] Oct 09 17:14:19.066 INFO O| Oct 09 17:14:19.066 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-09T17:14:20.964Z[ recovery-image] Oct 09 17:14:19.075 INFO O| Oct 09 17:14:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71452024-10-09T17:14:20.964Z[ recovery-image] Oct 09 17:14:19.075 INFO O| Oct 09 17:14:19.075 INFO STEP 1001 (remove_files) COMPLETE
71462024-10-09T17:14:20.966Z[ recovery-image] Oct 09 17:14:19.075 INFO O| Oct 09 17:14:19.075 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-09T17:14:20.974Z[ recovery-image] Oct 09 17:14:19.084 INFO O| Oct 09 17:14:19.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71482024-10-09T17:14:20.974Z[ recovery-image] Oct 09 17:14:19.084 INFO O| Oct 09 17:14:19.084 INFO STEP 1002 (remove_files) COMPLETE
71492024-10-09T17:14:20.979Z[ recovery-image] Oct 09 17:14:19.084 INFO O| Oct 09 17:14:19.084 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-09T17:14:20.983Z[ recovery-image] Oct 09 17:14:19.094 INFO O| Oct 09 17:14:19.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71512024-10-09T17:14:20.983Z[ recovery-image] Oct 09 17:14:19.094 INFO O| Oct 09 17:14:19.094 INFO STEP 1003 (remove_files) COMPLETE
71522024-10-09T17:14:20.983Z[ recovery-image] Oct 09 17:14:19.094 INFO O| Oct 09 17:14:19.094 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-09T17:14:20.991Z[ recovery-image] Oct 09 17:14:19.103 INFO O| Oct 09 17:14:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71542024-10-09T17:14:20.994Z[ recovery-image] Oct 09 17:14:19.103 INFO O| Oct 09 17:14:19.103 INFO STEP 1004 (remove_files) COMPLETE
71552024-10-09T17:14:20.994Z[ recovery-image] Oct 09 17:14:19.103 INFO O| Oct 09 17:14:19.103 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-09T17:14:21.001Z[ recovery-image] Oct 09 17:14:19.112 INFO O| Oct 09 17:14:19.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71572024-10-09T17:14:21.001Z[ recovery-image] Oct 09 17:14:19.112 INFO O| Oct 09 17:14:19.112 INFO STEP 1005 (remove_files) COMPLETE
71582024-10-09T17:14:21.001Z[ recovery-image] Oct 09 17:14:19.112 INFO O| Oct 09 17:14:19.112 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-09T17:14:21.010Z[ recovery-image] Oct 09 17:14:19.122 INFO O| Oct 09 17:14:19.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71602024-10-09T17:14:21.010Z[ recovery-image] Oct 09 17:14:19.122 INFO O| Oct 09 17:14:19.122 INFO STEP 1006 (remove_files) COMPLETE
71612024-10-09T17:14:21.013Z[ recovery-image] Oct 09 17:14:19.122 INFO O| Oct 09 17:14:19.122 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-09T17:14:21.019Z[ recovery-image] Oct 09 17:14:19.131 INFO O| Oct 09 17:14:19.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71632024-10-09T17:14:21.019Z[ recovery-image] Oct 09 17:14:19.131 INFO O| Oct 09 17:14:19.131 INFO STEP 1007 (remove_files) COMPLETE
71642024-10-09T17:14:21.022Z[ recovery-image] Oct 09 17:14:19.131 INFO O| Oct 09 17:14:19.131 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-09T17:14:21.029Z[ recovery-image] Oct 09 17:14:19.140 INFO O| Oct 09 17:14:19.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71662024-10-09T17:14:21.029Z[ recovery-image] Oct 09 17:14:19.140 INFO O| Oct 09 17:14:19.140 INFO STEP 1008 (remove_files) COMPLETE
71672024-10-09T17:14:21.029Z[ recovery-image] Oct 09 17:14:19.140 INFO O| Oct 09 17:14:19.140 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-09T17:14:21.037Z[ host-image] Oct 09 17:14:19.148 INFO O| Oct 09 17:14:19.148 INFO O| Done
71692024-10-09T17:14:21.039Z[ recovery-image] Oct 09 17:14:19.150 INFO O| Oct 09 17:14:19.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71702024-10-09T17:14:21.039Z[ recovery-image] Oct 09 17:14:19.150 INFO O| Oct 09 17:14:19.150 INFO STEP 1009 (remove_files) COMPLETE
71712024-10-09T17:14:21.039Z[ recovery-image] Oct 09 17:14:19.150 INFO O| Oct 09 17:14:19.150 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-10-09T17:14:21.047Z[ recovery-image] Oct 09 17:14:19.159 INFO O| Oct 09 17:14:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71732024-10-09T17:14:21.048Z[ recovery-image] Oct 09 17:14:19.159 INFO O| Oct 09 17:14:19.159 INFO STEP 1010 (remove_files) COMPLETE
71742024-10-09T17:14:21.051Z[ recovery-image] Oct 09 17:14:19.159 INFO O| Oct 09 17:14:19.159 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-10-09T17:14:21.057Z[ recovery-image] Oct 09 17:14:19.169 INFO O| Oct 09 17:14:19.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71762024-10-09T17:14:21.060Z[ recovery-image] Oct 09 17:14:19.169 INFO O| Oct 09 17:14:19.169 INFO STEP 1011 (remove_files) COMPLETE
71772024-10-09T17:14:21.060Z[ recovery-image] Oct 09 17:14:19.169 INFO O| Oct 09 17:14:19.169 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-10-09T17:14:21.062Z[ host-image] Oct 09 17:14:19.174 INFO O| Oct 09 17:14:19.174 INFO O| Done
71792024-10-09T17:14:21.066Z[ host-image] Oct 09 17:14:19.174 INFO O| Oct 09 17:14:19.174 INFO O| Done
71802024-10-09T17:14:21.068Z[ recovery-image] Oct 09 17:14:19.178 INFO O| Oct 09 17:14:19.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71812024-10-09T17:14:21.068Z[ recovery-image] Oct 09 17:14:19.178 INFO O| Oct 09 17:14:19.178 INFO STEP 1012 (remove_files) COMPLETE
71822024-10-09T17:14:21.068Z[ recovery-image] Oct 09 17:14:19.178 INFO O| Oct 09 17:14:19.178 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-09T17:14:21.076Z[ recovery-image] Oct 09 17:14:19.187 INFO O| Oct 09 17:14:19.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71842024-10-09T17:14:21.078Z[ recovery-image] Oct 09 17:14:19.188 INFO O| Oct 09 17:14:19.188 INFO STEP 1013 (remove_files) COMPLETE
71852024-10-09T17:14:21.078Z[ recovery-image] Oct 09 17:14:19.188 INFO O| Oct 09 17:14:19.188 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-09T17:14:21.078Z[ host-image] Oct 09 17:14:19.188 INFO O| Oct 09 17:14:19.188 INFO O| Done
71872024-10-09T17:14:21.086Z[ recovery-image] Oct 09 17:14:19.197 INFO O| Oct 09 17:14:19.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71882024-10-09T17:14:21.086Z[ recovery-image] Oct 09 17:14:19.197 INFO O| Oct 09 17:14:19.197 INFO STEP 1014 (remove_files) COMPLETE
71892024-10-09T17:14:21.086Z[ recovery-image] Oct 09 17:14:19.197 INFO O| Oct 09 17:14:19.197 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-10-09T17:14:21.096Z[ recovery-image] Oct 09 17:14:19.208 INFO O| Oct 09 17:14:19.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71912024-10-09T17:14:21.096Z[ recovery-image] Oct 09 17:14:19.208 INFO O| Oct 09 17:14:19.208 INFO STEP 1015 (remove_files) COMPLETE
71922024-10-09T17:14:21.096Z[ recovery-image] Oct 09 17:14:19.208 INFO O| Oct 09 17:14:19.208 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-10-09T17:14:21.107Z[ recovery-image] Oct 09 17:14:19.218 INFO O| Oct 09 17:14:19.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71942024-10-09T17:14:21.107Z[ recovery-image] Oct 09 17:14:19.218 INFO O| Oct 09 17:14:19.218 INFO STEP 1016 (remove_files) COMPLETE
71952024-10-09T17:14:21.109Z[ recovery-image] Oct 09 17:14:19.218 INFO O| Oct 09 17:14:19.218 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-10-09T17:14:21.116Z[ recovery-image] Oct 09 17:14:19.228 INFO O| Oct 09 17:14:19.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71972024-10-09T17:14:21.119Z[ recovery-image] Oct 09 17:14:19.228 INFO O| Oct 09 17:14:19.228 INFO STEP 1017 (remove_files) COMPLETE
71982024-10-09T17:14:21.119Z[ recovery-image] Oct 09 17:14:19.228 INFO O| Oct 09 17:14:19.228 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-10-09T17:14:21.126Z[ recovery-image] Oct 09 17:14:19.238 INFO O| Oct 09 17:14:19.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72002024-10-09T17:14:21.128Z[ recovery-image] Oct 09 17:14:19.238 INFO O| Oct 09 17:14:19.238 INFO STEP 1018 (remove_files) COMPLETE
72012024-10-09T17:14:21.128Z[ recovery-image] Oct 09 17:14:19.238 INFO O| Oct 09 17:14:19.238 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-10-09T17:14:21.136Z[ recovery-image] Oct 09 17:14:19.247 INFO O| Oct 09 17:14:19.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72032024-10-09T17:14:21.136Z[ recovery-image] Oct 09 17:14:19.247 INFO O| Oct 09 17:14:19.247 INFO STEP 1019 (remove_files) COMPLETE
72042024-10-09T17:14:21.138Z[ recovery-image] Oct 09 17:14:19.247 INFO O| Oct 09 17:14:19.247 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-10-09T17:14:21.146Z[ recovery-image] Oct 09 17:14:19.257 INFO O| Oct 09 17:14:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72062024-10-09T17:14:21.148Z[ recovery-image] Oct 09 17:14:19.257 INFO O| Oct 09 17:14:19.257 INFO STEP 1020 (remove_files) COMPLETE
72072024-10-09T17:14:21.148Z[ recovery-image] Oct 09 17:14:19.257 INFO O| Oct 09 17:14:19.257 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-10-09T17:14:21.155Z[ recovery-image] Oct 09 17:14:19.267 INFO O| Oct 09 17:14:19.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72092024-10-09T17:14:21.155Z[ recovery-image] Oct 09 17:14:19.267 INFO O| Oct 09 17:14:19.267 INFO STEP 1021 (remove_files) COMPLETE
72102024-10-09T17:14:21.155Z[ recovery-image] Oct 09 17:14:19.267 INFO O| Oct 09 17:14:19.267 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-10-09T17:14:21.165Z[ recovery-image] Oct 09 17:14:19.276 INFO O| Oct 09 17:14:19.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72122024-10-09T17:14:21.165Z[ recovery-image] Oct 09 17:14:19.276 INFO O| Oct 09 17:14:19.276 INFO STEP 1022 (remove_files) COMPLETE
72132024-10-09T17:14:21.168Z[ recovery-image] Oct 09 17:14:19.277 INFO O| Oct 09 17:14:19.276 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-10-09T17:14:21.174Z[ recovery-image] Oct 09 17:14:19.286 INFO O| Oct 09 17:14:19.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72152024-10-09T17:14:21.174Z[ recovery-image] Oct 09 17:14:19.286 INFO O| Oct 09 17:14:19.286 INFO STEP 1023 (remove_files) COMPLETE
72162024-10-09T17:14:21.177Z[ recovery-image] Oct 09 17:14:19.286 INFO O| Oct 09 17:14:19.286 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-10-09T17:14:21.181Z[ host-image] Oct 09 17:14:19.291 INFO O| Oct 09 17:14:19.291 INFO STEP 12 (pkg_install) COMPLETE
72182024-10-09T17:14:21.181Z[ host-image] Oct 09 17:14:19.291 INFO O| Oct 09 17:14:19.291 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72192024-10-09T17:14:21.184Z[ recovery-image] Oct 09 17:14:19.296 INFO O| Oct 09 17:14:19.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72202024-10-09T17:14:21.184Z[ recovery-image] Oct 09 17:14:19.296 INFO O| Oct 09 17:14:19.296 INFO STEP 1024 (remove_files) COMPLETE
72212024-10-09T17:14:21.187Z[ recovery-image] Oct 09 17:14:19.296 INFO O| Oct 09 17:14:19.296 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-09T17:14:21.191Z[ host-image] Oct 09 17:14:19.303 INFO O| Oct 09 17:14:19.303 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
72232024-10-09T17:14:21.196Z[ recovery-image] Oct 09 17:14:19.307 INFO O| Oct 09 17:14:19.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72242024-10-09T17:14:21.198Z[ recovery-image] Oct 09 17:14:19.307 INFO O| Oct 09 17:14:19.307 INFO STEP 1025 (remove_files) COMPLETE
72252024-10-09T17:14:21.198Z[ recovery-image] Oct 09 17:14:19.307 INFO O| Oct 09 17:14:19.307 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-10-09T17:14:21.205Z[ recovery-image] Oct 09 17:14:19.317 INFO O| Oct 09 17:14:19.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72272024-10-09T17:14:21.208Z[ recovery-image] Oct 09 17:14:19.317 INFO O| Oct 09 17:14:19.317 INFO STEP 1026 (remove_files) COMPLETE
72282024-10-09T17:14:21.208Z[ recovery-image] Oct 09 17:14:19.317 INFO O| Oct 09 17:14:19.317 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-10-09T17:14:21.215Z[ recovery-image] Oct 09 17:14:19.327 INFO O| Oct 09 17:14:19.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72302024-10-09T17:14:21.217Z[ recovery-image] Oct 09 17:14:19.327 INFO O| Oct 09 17:14:19.327 INFO STEP 1027 (remove_files) COMPLETE
72312024-10-09T17:14:21.218Z[ recovery-image] Oct 09 17:14:19.327 INFO O| Oct 09 17:14:19.327 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-10-09T17:14:21.224Z[ recovery-image] Oct 09 17:14:19.336 INFO O| Oct 09 17:14:19.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72332024-10-09T17:14:21.224Z[ recovery-image] Oct 09 17:14:19.336 INFO O| Oct 09 17:14:19.336 INFO STEP 1028 (remove_files) COMPLETE
72342024-10-09T17:14:21.229Z[ recovery-image] Oct 09 17:14:19.336 INFO O| Oct 09 17:14:19.336 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-10-09T17:14:21.234Z[ recovery-image] Oct 09 17:14:19.346 INFO O| Oct 09 17:14:19.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72362024-10-09T17:14:21.234Z[ recovery-image] Oct 09 17:14:19.346 INFO O| Oct 09 17:14:19.346 INFO STEP 1029 (remove_files) COMPLETE
72372024-10-09T17:14:21.237Z[ recovery-image] Oct 09 17:14:19.346 INFO O| Oct 09 17:14:19.346 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-10-09T17:14:21.244Z[ recovery-image] Oct 09 17:14:19.355 INFO O| Oct 09 17:14:19.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72392024-10-09T17:14:21.244Z[ recovery-image] Oct 09 17:14:19.355 INFO O| Oct 09 17:14:19.355 INFO STEP 1030 (remove_files) COMPLETE
72402024-10-09T17:14:21.244Z[ recovery-image] Oct 09 17:14:19.355 INFO O| Oct 09 17:14:19.355 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-10-09T17:14:21.253Z[ recovery-image] Oct 09 17:14:19.365 INFO O| Oct 09 17:14:19.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72422024-10-09T17:14:21.253Z[ recovery-image] Oct 09 17:14:19.365 INFO O| Oct 09 17:14:19.365 INFO STEP 1031 (remove_files) COMPLETE
72432024-10-09T17:14:21.253Z[ recovery-image] Oct 09 17:14:19.365 INFO O| Oct 09 17:14:19.365 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-10-09T17:14:21.263Z[ recovery-image] Oct 09 17:14:19.374 INFO O| Oct 09 17:14:19.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72452024-10-09T17:14:21.263Z[ recovery-image] Oct 09 17:14:19.374 INFO O| Oct 09 17:14:19.374 INFO STEP 1032 (remove_files) COMPLETE
72462024-10-09T17:14:21.265Z[ recovery-image] Oct 09 17:14:19.374 INFO O| Oct 09 17:14:19.374 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-10-09T17:14:21.273Z[ recovery-image] Oct 09 17:14:19.384 INFO O| Oct 09 17:14:19.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72482024-10-09T17:14:21.273Z[ recovery-image] Oct 09 17:14:19.384 INFO O| Oct 09 17:14:19.384 INFO STEP 1033 (remove_files) COMPLETE
72492024-10-09T17:14:21.273Z[ recovery-image] Oct 09 17:14:19.384 INFO O| Oct 09 17:14:19.384 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-10-09T17:14:21.282Z[ recovery-image] Oct 09 17:14:19.393 INFO O| Oct 09 17:14:19.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72512024-10-09T17:14:21.282Z[ recovery-image] Oct 09 17:14:19.393 INFO O| Oct 09 17:14:19.393 INFO STEP 1034 (remove_files) COMPLETE
72522024-10-09T17:14:21.284Z[ recovery-image] Oct 09 17:14:19.393 INFO O| Oct 09 17:14:19.393 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-10-09T17:14:21.291Z[ recovery-image] Oct 09 17:14:19.403 INFO O| Oct 09 17:14:19.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72542024-10-09T17:14:21.291Z[ recovery-image] Oct 09 17:14:19.403 INFO O| Oct 09 17:14:19.403 INFO STEP 1035 (remove_files) COMPLETE
72552024-10-09T17:14:21.291Z[ recovery-image] Oct 09 17:14:19.403 INFO O| Oct 09 17:14:19.403 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-10-09T17:14:21.301Z[ recovery-image] Oct 09 17:14:19.412 INFO O| Oct 09 17:14:19.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72572024-10-09T17:14:21.301Z[ recovery-image] Oct 09 17:14:19.412 INFO O| Oct 09 17:14:19.412 INFO STEP 1036 (remove_files) COMPLETE
72582024-10-09T17:14:21.301Z[ recovery-image] Oct 09 17:14:19.412 INFO O| Oct 09 17:14:19.412 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-10-09T17:14:21.310Z[ recovery-image] Oct 09 17:14:19.422 INFO O| Oct 09 17:14:19.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72602024-10-09T17:14:21.313Z[ recovery-image] Oct 09 17:14:19.422 INFO O| Oct 09 17:14:19.422 INFO STEP 1037 (remove_files) COMPLETE
72612024-10-09T17:14:21.313Z[ recovery-image] Oct 09 17:14:19.422 INFO O| Oct 09 17:14:19.422 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-10-09T17:14:21.320Z[ recovery-image] Oct 09 17:14:19.431 INFO O| Oct 09 17:14:19.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72632024-10-09T17:14:21.320Z[ recovery-image] Oct 09 17:14:19.431 INFO O| Oct 09 17:14:19.431 INFO STEP 1038 (remove_files) COMPLETE
72642024-10-09T17:14:21.322Z[ recovery-image] Oct 09 17:14:19.431 INFO O| Oct 09 17:14:19.431 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-10-09T17:14:21.330Z[ recovery-image] Oct 09 17:14:19.441 INFO O| Oct 09 17:14:19.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72662024-10-09T17:14:21.330Z[ recovery-image] Oct 09 17:14:19.441 INFO O| Oct 09 17:14:19.441 INFO STEP 1039 (remove_files) COMPLETE
72672024-10-09T17:14:21.330Z[ recovery-image] Oct 09 17:14:19.441 INFO O| Oct 09 17:14:19.441 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-10-09T17:14:21.339Z[ recovery-image] Oct 09 17:14:19.451 INFO O| Oct 09 17:14:19.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72692024-10-09T17:14:21.339Z[ recovery-image] Oct 09 17:14:19.451 INFO O| Oct 09 17:14:19.451 INFO STEP 1040 (remove_files) COMPLETE
72702024-10-09T17:14:21.339Z[ recovery-image] Oct 09 17:14:19.451 INFO O| Oct 09 17:14:19.451 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-10-09T17:14:21.348Z[ recovery-image] Oct 09 17:14:19.460 INFO O| Oct 09 17:14:19.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72722024-10-09T17:14:21.351Z[ recovery-image] Oct 09 17:14:19.460 INFO O| Oct 09 17:14:19.460 INFO STEP 1041 (remove_files) COMPLETE
72732024-10-09T17:14:21.351Z[ recovery-image] Oct 09 17:14:19.460 INFO O| Oct 09 17:14:19.460 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-10-09T17:14:21.358Z[ recovery-image] Oct 09 17:14:19.469 INFO O| Oct 09 17:14:19.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72752024-10-09T17:14:21.361Z[ recovery-image] Oct 09 17:14:19.469 INFO O| Oct 09 17:14:19.469 INFO STEP 1042 (remove_files) COMPLETE
72762024-10-09T17:14:21.361Z[ recovery-image] Oct 09 17:14:19.470 INFO O| Oct 09 17:14:19.469 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-10-09T17:14:21.367Z[ recovery-image] Oct 09 17:14:19.479 INFO O| Oct 09 17:14:19.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72782024-10-09T17:14:21.367Z[ recovery-image] Oct 09 17:14:19.479 INFO O| Oct 09 17:14:19.479 INFO STEP 1043 (remove_files) COMPLETE
72792024-10-09T17:14:21.370Z[ recovery-image] Oct 09 17:14:19.479 INFO O| Oct 09 17:14:19.479 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-10-09T17:14:21.377Z[ recovery-image] Oct 09 17:14:19.488 INFO O| Oct 09 17:14:19.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72812024-10-09T17:14:21.377Z[ recovery-image] Oct 09 17:14:19.488 INFO O| Oct 09 17:14:19.488 INFO STEP 1044 (remove_files) COMPLETE
72822024-10-09T17:14:21.379Z[ recovery-image] Oct 09 17:14:19.488 INFO O| Oct 09 17:14:19.488 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-10-09T17:14:21.387Z[ recovery-image] Oct 09 17:14:19.498 INFO O| Oct 09 17:14:19.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72842024-10-09T17:14:21.387Z[ recovery-image] Oct 09 17:14:19.498 INFO O| Oct 09 17:14:19.498 INFO STEP 1045 (remove_files) COMPLETE
72852024-10-09T17:14:21.387Z[ recovery-image] Oct 09 17:14:19.498 INFO O| Oct 09 17:14:19.498 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-10-09T17:14:21.397Z[ recovery-image] Oct 09 17:14:19.507 INFO O| Oct 09 17:14:19.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72872024-10-09T17:14:21.397Z[ recovery-image] Oct 09 17:14:19.507 INFO O| Oct 09 17:14:19.507 INFO STEP 1046 (remove_files) COMPLETE
72882024-10-09T17:14:21.397Z[ recovery-image] Oct 09 17:14:19.507 INFO O| Oct 09 17:14:19.507 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-10-09T17:14:21.405Z[ recovery-image] Oct 09 17:14:19.516 INFO O| Oct 09 17:14:19.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72902024-10-09T17:14:21.405Z[ recovery-image] Oct 09 17:14:19.517 INFO O| Oct 09 17:14:19.517 INFO STEP 1047 (remove_files) COMPLETE
72912024-10-09T17:14:21.408Z[ recovery-image] Oct 09 17:14:19.517 INFO O| Oct 09 17:14:19.517 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-10-09T17:14:21.415Z[ recovery-image] Oct 09 17:14:19.526 INFO O| Oct 09 17:14:19.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72932024-10-09T17:14:21.415Z[ recovery-image] Oct 09 17:14:19.526 INFO O| Oct 09 17:14:19.526 INFO STEP 1048 (remove_files) COMPLETE
72942024-10-09T17:14:21.417Z[ recovery-image] Oct 09 17:14:19.526 INFO O| Oct 09 17:14:19.526 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-10-09T17:14:21.424Z[ recovery-image] Oct 09 17:14:19.536 INFO O| Oct 09 17:14:19.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72962024-10-09T17:14:21.424Z[ recovery-image] Oct 09 17:14:19.536 INFO O| Oct 09 17:14:19.536 INFO STEP 1049 (remove_files) COMPLETE
72972024-10-09T17:14:21.424Z[ recovery-image] Oct 09 17:14:19.536 INFO O| Oct 09 17:14:19.536 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-10-09T17:14:21.433Z[ recovery-image] Oct 09 17:14:19.545 INFO O| Oct 09 17:14:19.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72992024-10-09T17:14:21.434Z[ recovery-image] Oct 09 17:14:19.545 INFO O| Oct 09 17:14:19.545 INFO STEP 1050 (remove_files) COMPLETE
73002024-10-09T17:14:21.436Z[ recovery-image] Oct 09 17:14:19.545 INFO O| Oct 09 17:14:19.545 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-10-09T17:14:21.443Z[ recovery-image] Oct 09 17:14:19.554 INFO O| Oct 09 17:14:19.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73022024-10-09T17:14:21.443Z[ recovery-image] Oct 09 17:14:19.555 INFO O| Oct 09 17:14:19.555 INFO STEP 1051 (remove_files) COMPLETE
73032024-10-09T17:14:21.445Z[ recovery-image] Oct 09 17:14:19.555 INFO O| Oct 09 17:14:19.555 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-10-09T17:14:21.453Z[ recovery-image] Oct 09 17:14:19.564 INFO O| Oct 09 17:14:19.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73052024-10-09T17:14:21.455Z[ recovery-image] Oct 09 17:14:19.564 INFO O| Oct 09 17:14:19.564 INFO STEP 1052 (remove_files) COMPLETE
73062024-10-09T17:14:21.455Z[ recovery-image] Oct 09 17:14:19.564 INFO O| Oct 09 17:14:19.564 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-10-09T17:14:21.462Z[ recovery-image] Oct 09 17:14:19.574 INFO O| Oct 09 17:14:19.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73082024-10-09T17:14:21.462Z[ recovery-image] Oct 09 17:14:19.574 INFO O| Oct 09 17:14:19.574 INFO STEP 1053 (remove_files) COMPLETE
73092024-10-09T17:14:21.464Z[ recovery-image] Oct 09 17:14:19.574 INFO O| Oct 09 17:14:19.574 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-09T17:14:21.471Z[ recovery-image] Oct 09 17:14:19.583 INFO O| Oct 09 17:14:19.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73112024-10-09T17:14:21.476Z[ recovery-image] Oct 09 17:14:19.583 INFO O| Oct 09 17:14:19.583 INFO STEP 1054 (remove_files) COMPLETE
73122024-10-09T17:14:21.476Z[ recovery-image] Oct 09 17:14:19.583 INFO O| Oct 09 17:14:19.583 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-10-09T17:14:21.481Z[ recovery-image] Oct 09 17:14:19.593 INFO O| Oct 09 17:14:19.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73142024-10-09T17:14:21.484Z[ recovery-image] Oct 09 17:14:19.593 INFO O| Oct 09 17:14:19.593 INFO STEP 1055 (remove_files) COMPLETE
73152024-10-09T17:14:21.484Z[ recovery-image] Oct 09 17:14:19.593 INFO O| Oct 09 17:14:19.593 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-10-09T17:14:21.491Z[ recovery-image] Oct 09 17:14:19.602 INFO O| Oct 09 17:14:19.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73172024-10-09T17:14:21.493Z[ recovery-image] Oct 09 17:14:19.602 INFO O| Oct 09 17:14:19.602 INFO STEP 1056 (remove_files) COMPLETE
73182024-10-09T17:14:21.493Z[ recovery-image] Oct 09 17:14:19.602 INFO O| Oct 09 17:14:19.602 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-10-09T17:14:21.501Z[ recovery-image] Oct 09 17:14:19.612 INFO O| Oct 09 17:14:19.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73202024-10-09T17:14:21.503Z[ recovery-image] Oct 09 17:14:19.612 INFO O| Oct 09 17:14:19.612 INFO STEP 1057 (remove_files) COMPLETE
73212024-10-09T17:14:21.503Z[ recovery-image] Oct 09 17:14:19.612 INFO O| Oct 09 17:14:19.612 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-10-09T17:14:21.510Z[ recovery-image] Oct 09 17:14:19.622 INFO O| Oct 09 17:14:19.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73232024-10-09T17:14:21.512Z[ recovery-image] Oct 09 17:14:19.622 INFO O| Oct 09 17:14:19.622 INFO STEP 1058 (remove_files) COMPLETE
73242024-10-09T17:14:21.513Z[ recovery-image] Oct 09 17:14:19.622 INFO O| Oct 09 17:14:19.622 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-09T17:14:21.520Z[ recovery-image] Oct 09 17:14:19.632 INFO O| Oct 09 17:14:19.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73262024-10-09T17:14:21.522Z[ recovery-image] Oct 09 17:14:19.632 INFO O| Oct 09 17:14:19.632 INFO STEP 1059 (remove_files) COMPLETE
73272024-10-09T17:14:21.522Z[ recovery-image] Oct 09 17:14:19.632 INFO O| Oct 09 17:14:19.632 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-09T17:14:21.530Z[ recovery-image] Oct 09 17:14:19.641 INFO O| Oct 09 17:14:19.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73292024-10-09T17:14:21.532Z[ recovery-image] Oct 09 17:14:19.641 INFO O| Oct 09 17:14:19.641 INFO STEP 1060 (remove_files) COMPLETE
73302024-10-09T17:14:21.532Z[ recovery-image] Oct 09 17:14:19.641 INFO O| Oct 09 17:14:19.641 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-10-09T17:14:21.539Z[ recovery-image] Oct 09 17:14:19.651 INFO O| Oct 09 17:14:19.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73322024-10-09T17:14:21.539Z[ recovery-image] Oct 09 17:14:19.651 INFO O| Oct 09 17:14:19.651 INFO STEP 1061 (remove_files) COMPLETE
73332024-10-09T17:14:21.539Z[ recovery-image] Oct 09 17:14:19.651 INFO O| Oct 09 17:14:19.651 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-10-09T17:14:21.549Z[ recovery-image] Oct 09 17:14:19.660 INFO O| Oct 09 17:14:19.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73352024-10-09T17:14:21.549Z[ recovery-image] Oct 09 17:14:19.661 INFO O| Oct 09 17:14:19.660 INFO STEP 1062 (remove_files) COMPLETE
73362024-10-09T17:14:21.552Z[ recovery-image] Oct 09 17:14:19.661 INFO O| Oct 09 17:14:19.660 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-09T17:14:21.559Z[ recovery-image] Oct 09 17:14:19.670 INFO O| Oct 09 17:14:19.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73382024-10-09T17:14:21.562Z[ recovery-image] Oct 09 17:14:19.670 INFO O| Oct 09 17:14:19.670 INFO STEP 1063 (remove_files) COMPLETE
73392024-10-09T17:14:21.562Z[ recovery-image] Oct 09 17:14:19.670 INFO O| Oct 09 17:14:19.670 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-09T17:14:21.568Z[ recovery-image] Oct 09 17:14:19.680 INFO O| Oct 09 17:14:19.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73412024-10-09T17:14:21.568Z[ recovery-image] Oct 09 17:14:19.680 INFO O| Oct 09 17:14:19.680 INFO STEP 1064 (remove_files) COMPLETE
73422024-10-09T17:14:21.571Z[ recovery-image] Oct 09 17:14:19.680 INFO O| Oct 09 17:14:19.680 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-09T17:14:21.578Z[ recovery-image] Oct 09 17:14:19.690 INFO O| Oct 09 17:14:19.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73442024-10-09T17:14:21.582Z[ recovery-image] Oct 09 17:14:19.690 INFO O| Oct 09 17:14:19.690 INFO STEP 1065 (remove_files) COMPLETE
73452024-10-09T17:14:21.582Z[ recovery-image] Oct 09 17:14:19.690 INFO O| Oct 09 17:14:19.690 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-09T17:14:21.588Z[ recovery-image] Oct 09 17:14:19.700 INFO O| Oct 09 17:14:19.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73472024-10-09T17:14:21.591Z[ recovery-image] Oct 09 17:14:19.700 INFO O| Oct 09 17:14:19.700 INFO STEP 1066 (remove_files) COMPLETE
73482024-10-09T17:14:21.591Z[ recovery-image] Oct 09 17:14:19.700 INFO O| Oct 09 17:14:19.700 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-09T17:14:21.598Z[ recovery-image] Oct 09 17:14:19.709 INFO O| Oct 09 17:14:19.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73502024-10-09T17:14:21.598Z[ recovery-image] Oct 09 17:14:19.709 INFO O| Oct 09 17:14:19.709 INFO STEP 1067 (remove_files) COMPLETE
73512024-10-09T17:14:21.602Z[ recovery-image] Oct 09 17:14:19.710 INFO O| Oct 09 17:14:19.709 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-09T17:14:21.607Z[ recovery-image] Oct 09 17:14:19.719 INFO O| Oct 09 17:14:19.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73532024-10-09T17:14:21.607Z[ recovery-image] Oct 09 17:14:19.719 INFO O| Oct 09 17:14:19.719 INFO STEP 1068 (remove_files) COMPLETE
73542024-10-09T17:14:21.607Z[ recovery-image] Oct 09 17:14:19.719 INFO O| Oct 09 17:14:19.719 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-09T17:14:21.618Z[ recovery-image] Oct 09 17:14:19.728 INFO O| Oct 09 17:14:19.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73562024-10-09T17:14:21.618Z[ recovery-image] Oct 09 17:14:19.728 INFO O| Oct 09 17:14:19.728 INFO STEP 1069 (remove_files) COMPLETE
73572024-10-09T17:14:21.620Z[ recovery-image] Oct 09 17:14:19.729 INFO O| Oct 09 17:14:19.728 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-09T17:14:21.627Z[ recovery-image] Oct 09 17:14:19.738 INFO O| Oct 09 17:14:19.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73592024-10-09T17:14:21.627Z[ recovery-image] Oct 09 17:14:19.739 INFO O| Oct 09 17:14:19.739 INFO STEP 1070 (remove_files) COMPLETE
73602024-10-09T17:14:21.627Z[ recovery-image] Oct 09 17:14:19.739 INFO O| Oct 09 17:14:19.739 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-10-09T17:14:21.637Z[ recovery-image] Oct 09 17:14:19.748 INFO O| Oct 09 17:14:19.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73622024-10-09T17:14:21.639Z[ recovery-image] Oct 09 17:14:19.748 INFO O| Oct 09 17:14:19.748 INFO STEP 1071 (remove_files) COMPLETE
73632024-10-09T17:14:21.639Z[ recovery-image] Oct 09 17:14:19.748 INFO O| Oct 09 17:14:19.748 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-10-09T17:14:21.642Z[ host-image] Oct 09 17:14:19.751 INFO O| Oct 09 17:14:19.751 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
73652024-10-09T17:14:21.646Z[ recovery-image] Oct 09 17:14:19.758 INFO O| Oct 09 17:14:19.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73662024-10-09T17:14:21.649Z[ recovery-image] Oct 09 17:14:19.758 INFO O| Oct 09 17:14:19.758 INFO STEP 1072 (remove_files) COMPLETE
73672024-10-09T17:14:21.649Z[ recovery-image] Oct 09 17:14:19.758 INFO O| Oct 09 17:14:19.758 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-09T17:14:21.657Z[ recovery-image] Oct 09 17:14:19.768 INFO O| Oct 09 17:14:19.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73692024-10-09T17:14:21.657Z[ recovery-image] Oct 09 17:14:19.768 INFO O| Oct 09 17:14:19.768 INFO STEP 1073 (remove_files) COMPLETE
73702024-10-09T17:14:21.660Z[ recovery-image] Oct 09 17:14:19.768 INFO O| Oct 09 17:14:19.768 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-09T17:14:21.667Z[ recovery-image] Oct 09 17:14:19.779 INFO O| Oct 09 17:14:19.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73722024-10-09T17:14:21.667Z[ recovery-image] Oct 09 17:14:19.779 INFO O| Oct 09 17:14:19.779 INFO STEP 1074 (remove_files) COMPLETE
73732024-10-09T17:14:21.667Z[ recovery-image] Oct 09 17:14:19.779 INFO O| Oct 09 17:14:19.779 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-09T17:14:21.677Z[ recovery-image] Oct 09 17:14:19.789 INFO O| Oct 09 17:14:19.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73752024-10-09T17:14:21.677Z[ recovery-image] Oct 09 17:14:19.789 INFO O| Oct 09 17:14:19.789 INFO STEP 1075 (remove_files) COMPLETE
73762024-10-09T17:14:21.680Z[ recovery-image] Oct 09 17:14:19.789 INFO O| Oct 09 17:14:19.789 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-09T17:14:21.687Z[ recovery-image] Oct 09 17:14:19.799 INFO O| Oct 09 17:14:19.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73782024-10-09T17:14:21.687Z[ recovery-image] Oct 09 17:14:19.799 INFO O| Oct 09 17:14:19.799 INFO STEP 1076 (remove_files) COMPLETE
73792024-10-09T17:14:21.691Z[ recovery-image] Oct 09 17:14:19.799 INFO O| Oct 09 17:14:19.799 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-09T17:14:21.698Z[ recovery-image] Oct 09 17:14:19.809 INFO O| Oct 09 17:14:19.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73812024-10-09T17:14:21.698Z[ recovery-image] Oct 09 17:14:19.809 INFO O| Oct 09 17:14:19.809 INFO STEP 1077 (remove_files) COMPLETE
73822024-10-09T17:14:21.700Z[ recovery-image] Oct 09 17:14:19.809 INFO O| Oct 09 17:14:19.809 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-09T17:14:21.707Z[ recovery-image] Oct 09 17:14:19.819 INFO O| Oct 09 17:14:19.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73842024-10-09T17:14:21.710Z[ recovery-image] Oct 09 17:14:19.819 INFO O| Oct 09 17:14:19.819 INFO STEP 1078 (remove_files) COMPLETE
73852024-10-09T17:14:21.710Z[ recovery-image] Oct 09 17:14:19.819 INFO O| Oct 09 17:14:19.819 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-09T17:14:21.717Z[ recovery-image] Oct 09 17:14:19.829 INFO O| Oct 09 17:14:19.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73872024-10-09T17:14:21.717Z[ recovery-image] Oct 09 17:14:19.829 INFO O| Oct 09 17:14:19.829 INFO STEP 1079 (remove_files) COMPLETE
73882024-10-09T17:14:21.719Z[ recovery-image] Oct 09 17:14:19.829 INFO O| Oct 09 17:14:19.829 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-09T17:14:21.727Z[ recovery-image] Oct 09 17:14:19.839 INFO O| Oct 09 17:14:19.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73902024-10-09T17:14:21.727Z[ recovery-image] Oct 09 17:14:19.839 INFO O| Oct 09 17:14:19.839 INFO STEP 1080 (remove_files) COMPLETE
73912024-10-09T17:14:21.727Z[ recovery-image] Oct 09 17:14:19.839 INFO O| Oct 09 17:14:19.839 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-09T17:14:21.737Z[ recovery-image] Oct 09 17:14:19.849 INFO O| Oct 09 17:14:19.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73932024-10-09T17:14:21.737Z[ recovery-image] Oct 09 17:14:19.849 INFO O| Oct 09 17:14:19.849 INFO STEP 1081 (remove_files) COMPLETE
73942024-10-09T17:14:21.740Z[ recovery-image] Oct 09 17:14:19.849 INFO O| Oct 09 17:14:19.849 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-10-09T17:14:21.747Z[ recovery-image] Oct 09 17:14:19.859 INFO O| Oct 09 17:14:19.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73962024-10-09T17:14:21.747Z[ recovery-image] Oct 09 17:14:19.859 INFO O| Oct 09 17:14:19.859 INFO STEP 1082 (remove_files) COMPLETE
73972024-10-09T17:14:21.758Z[ recovery-image] Oct 09 17:14:19.859 INFO O| Oct 09 17:14:19.859 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-10-09T17:14:21.758Z[ recovery-image] Oct 09 17:14:19.868 INFO O| Oct 09 17:14:19.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73992024-10-09T17:14:21.758Z[ recovery-image] Oct 09 17:14:19.868 INFO O| Oct 09 17:14:19.868 INFO STEP 1083 (remove_files) COMPLETE
74002024-10-09T17:14:21.758Z[ recovery-image] Oct 09 17:14:19.868 INFO O| Oct 09 17:14:19.868 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-10-09T17:14:21.766Z[ recovery-image] Oct 09 17:14:19.878 INFO O| Oct 09 17:14:19.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74022024-10-09T17:14:21.766Z[ recovery-image] Oct 09 17:14:19.878 INFO O| Oct 09 17:14:19.878 INFO STEP 1084 (remove_files) COMPLETE
74032024-10-09T17:14:21.766Z[ recovery-image] Oct 09 17:14:19.878 INFO O| Oct 09 17:14:19.878 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-10-09T17:14:21.778Z[ recovery-image] Oct 09 17:14:19.887 INFO O| Oct 09 17:14:19.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74052024-10-09T17:14:21.778Z[ recovery-image] Oct 09 17:14:19.887 INFO O| Oct 09 17:14:19.887 INFO STEP 1085 (remove_files) COMPLETE
74062024-10-09T17:14:21.780Z[ recovery-image] Oct 09 17:14:19.887 INFO O| Oct 09 17:14:19.887 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-09T17:14:21.786Z[ recovery-image] Oct 09 17:14:19.897 INFO O| Oct 09 17:14:19.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74082024-10-09T17:14:21.790Z[ recovery-image] Oct 09 17:14:19.897 INFO O| Oct 09 17:14:19.897 INFO STEP 1086 (remove_files) COMPLETE
74092024-10-09T17:14:21.790Z[ recovery-image] Oct 09 17:14:19.897 INFO O| Oct 09 17:14:19.897 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-09T17:14:21.796Z[ recovery-image] Oct 09 17:14:19.907 INFO O| Oct 09 17:14:19.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74112024-10-09T17:14:21.796Z[ recovery-image] Oct 09 17:14:19.907 INFO O| Oct 09 17:14:19.907 INFO STEP 1087 (remove_files) COMPLETE
74122024-10-09T17:14:21.799Z[ recovery-image] Oct 09 17:14:19.907 INFO O| Oct 09 17:14:19.907 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-09T17:14:21.806Z[ recovery-image] Oct 09 17:14:19.917 INFO O| Oct 09 17:14:19.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74142024-10-09T17:14:21.806Z[ recovery-image] Oct 09 17:14:19.917 INFO O| Oct 09 17:14:19.917 INFO STEP 1088 (remove_files) COMPLETE
74152024-10-09T17:14:21.808Z[ recovery-image] Oct 09 17:14:19.917 INFO O| Oct 09 17:14:19.917 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-10-09T17:14:21.816Z[ recovery-image] Oct 09 17:14:19.927 INFO O| Oct 09 17:14:19.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74172024-10-09T17:14:21.816Z[ recovery-image] Oct 09 17:14:19.927 INFO O| Oct 09 17:14:19.927 INFO STEP 1089 (remove_files) COMPLETE
74182024-10-09T17:14:21.818Z[ recovery-image] Oct 09 17:14:19.927 INFO O| Oct 09 17:14:19.927 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-10-09T17:14:21.825Z[ recovery-image] Oct 09 17:14:19.937 INFO O| Oct 09 17:14:19.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74202024-10-09T17:14:21.828Z[ recovery-image] Oct 09 17:14:19.937 INFO O| Oct 09 17:14:19.937 INFO STEP 1090 (remove_files) COMPLETE
74212024-10-09T17:14:21.828Z[ recovery-image] Oct 09 17:14:19.937 INFO O| Oct 09 17:14:19.937 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-09T17:14:21.835Z[ recovery-image] Oct 09 17:14:19.946 INFO O| Oct 09 17:14:19.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74232024-10-09T17:14:21.835Z[ recovery-image] Oct 09 17:14:19.946 INFO O| Oct 09 17:14:19.946 INFO STEP 1091 (remove_files) COMPLETE
74242024-10-09T17:14:21.838Z[ recovery-image] Oct 09 17:14:19.946 INFO O| Oct 09 17:14:19.946 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-09T17:14:21.845Z[ recovery-image] Oct 09 17:14:19.956 INFO O| Oct 09 17:14:19.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74262024-10-09T17:14:21.845Z[ recovery-image] Oct 09 17:14:19.956 INFO O| Oct 09 17:14:19.956 INFO STEP 1092 (remove_files) COMPLETE
74272024-10-09T17:14:21.847Z[ recovery-image] Oct 09 17:14:19.956 INFO O| Oct 09 17:14:19.956 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-09T17:14:21.854Z[ recovery-image] Oct 09 17:14:19.965 INFO O| Oct 09 17:14:19.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74292024-10-09T17:14:21.856Z[ recovery-image] Oct 09 17:14:19.966 INFO O| Oct 09 17:14:19.966 INFO STEP 1093 (remove_files) COMPLETE
74302024-10-09T17:14:21.856Z[ recovery-image] Oct 09 17:14:19.966 INFO O| Oct 09 17:14:19.966 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-10-09T17:14:21.864Z[ recovery-image] Oct 09 17:14:19.975 INFO O| Oct 09 17:14:19.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74322024-10-09T17:14:21.869Z[ recovery-image] Oct 09 17:14:19.975 INFO O| Oct 09 17:14:19.975 INFO STEP 1094 (remove_files) COMPLETE
74332024-10-09T17:14:21.869Z[ recovery-image] Oct 09 17:14:19.975 INFO O| Oct 09 17:14:19.975 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-09T17:14:21.873Z[ recovery-image] Oct 09 17:14:19.985 INFO O| Oct 09 17:14:19.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74352024-10-09T17:14:21.876Z[ recovery-image] Oct 09 17:14:19.985 INFO O| Oct 09 17:14:19.985 INFO STEP 1095 (remove_files) COMPLETE
74362024-10-09T17:14:21.876Z[ recovery-image] Oct 09 17:14:19.985 INFO O| Oct 09 17:14:19.985 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-09T17:14:21.883Z[ recovery-image] Oct 09 17:14:19.994 INFO O| Oct 09 17:14:19.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74382024-10-09T17:14:21.885Z[ recovery-image] Oct 09 17:14:19.994 INFO O| Oct 09 17:14:19.994 INFO STEP 1096 (remove_files) COMPLETE
74392024-10-09T17:14:21.885Z[ recovery-image] Oct 09 17:14:19.994 INFO O| Oct 09 17:14:19.994 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-09T17:14:21.893Z[ recovery-image] Oct 09 17:14:20.005 INFO O| Oct 09 17:14:20.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74412024-10-09T17:14:21.894Z[ recovery-image] Oct 09 17:14:20.005 INFO O| Oct 09 17:14:20.005 INFO STEP 1097 (remove_files) COMPLETE
74422024-10-09T17:14:21.896Z[ recovery-image] Oct 09 17:14:20.005 INFO O| Oct 09 17:14:20.005 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-09T17:14:21.903Z[ recovery-image] Oct 09 17:14:20.015 INFO O| Oct 09 17:14:20.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74442024-10-09T17:14:21.903Z[ recovery-image] Oct 09 17:14:20.015 INFO O| Oct 09 17:14:20.015 INFO STEP 1098 (remove_files) COMPLETE
74452024-10-09T17:14:21.903Z[ recovery-image] Oct 09 17:14:20.015 INFO O| Oct 09 17:14:20.015 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-09T17:14:21.913Z[ recovery-image] Oct 09 17:14:20.025 INFO O| Oct 09 17:14:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74472024-10-09T17:14:21.913Z[ recovery-image] Oct 09 17:14:20.025 INFO O| Oct 09 17:14:20.025 INFO STEP 1099 (remove_files) COMPLETE
74482024-10-09T17:14:21.913Z[ recovery-image] Oct 09 17:14:20.025 INFO O| Oct 09 17:14:20.025 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-09T17:14:21.923Z[ recovery-image] Oct 09 17:14:20.034 INFO O| Oct 09 17:14:20.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74502024-10-09T17:14:21.923Z[ recovery-image] Oct 09 17:14:20.034 INFO O| Oct 09 17:14:20.034 INFO STEP 1100 (remove_files) COMPLETE
74512024-10-09T17:14:21.925Z[ recovery-image] Oct 09 17:14:20.034 INFO O| Oct 09 17:14:20.034 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-09T17:14:21.932Z[ recovery-image] Oct 09 17:14:20.044 INFO O| Oct 09 17:14:20.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74532024-10-09T17:14:21.935Z[ recovery-image] Oct 09 17:14:20.044 INFO O| Oct 09 17:14:20.044 INFO STEP 1101 (remove_files) COMPLETE
74542024-10-09T17:14:21.935Z[ recovery-image] Oct 09 17:14:20.044 INFO O| Oct 09 17:14:20.044 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-09T17:14:21.943Z[ recovery-image] Oct 09 17:14:20.054 INFO O| Oct 09 17:14:20.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74562024-10-09T17:14:21.943Z[ recovery-image] Oct 09 17:14:20.054 INFO O| Oct 09 17:14:20.054 INFO STEP 1102 (remove_files) COMPLETE
74572024-10-09T17:14:21.943Z[ recovery-image] Oct 09 17:14:20.054 INFO O| Oct 09 17:14:20.054 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-09T17:14:21.952Z[ recovery-image] Oct 09 17:14:20.064 INFO O| Oct 09 17:14:20.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74592024-10-09T17:14:21.952Z[ recovery-image] Oct 09 17:14:20.064 INFO O| Oct 09 17:14:20.064 INFO STEP 1103 (remove_files) COMPLETE
74602024-10-09T17:14:21.956Z[ recovery-image] Oct 09 17:14:20.064 INFO O| Oct 09 17:14:20.064 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-09T17:14:21.962Z[ recovery-image] Oct 09 17:14:20.073 INFO O| Oct 09 17:14:20.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74622024-10-09T17:14:21.963Z[ recovery-image] Oct 09 17:14:20.073 INFO O| Oct 09 17:14:20.073 INFO STEP 1104 (remove_files) COMPLETE
74632024-10-09T17:14:21.966Z[ recovery-image] Oct 09 17:14:20.074 INFO O| Oct 09 17:14:20.073 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-09T17:14:21.972Z[ recovery-image] Oct 09 17:14:20.083 INFO O| Oct 09 17:14:20.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74652024-10-09T17:14:21.972Z[ recovery-image] Oct 09 17:14:20.083 INFO O| Oct 09 17:14:20.083 INFO STEP 1105 (remove_files) COMPLETE
74662024-10-09T17:14:21.972Z[ recovery-image] Oct 09 17:14:20.083 INFO O| Oct 09 17:14:20.083 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-09T17:14:21.981Z[ recovery-image] Oct 09 17:14:20.093 INFO O| Oct 09 17:14:20.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74682024-10-09T17:14:21.984Z[ recovery-image] Oct 09 17:14:20.093 INFO O| Oct 09 17:14:20.093 INFO STEP 1106 (remove_files) COMPLETE
74692024-10-09T17:14:21.984Z[ recovery-image] Oct 09 17:14:20.093 INFO O| Oct 09 17:14:20.093 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-09T17:14:21.991Z[ recovery-image] Oct 09 17:14:20.103 INFO O| Oct 09 17:14:20.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74712024-10-09T17:14:21.991Z[ recovery-image] Oct 09 17:14:20.103 INFO O| Oct 09 17:14:20.103 INFO STEP 1107 (remove_files) COMPLETE
74722024-10-09T17:14:21.991Z[ recovery-image] Oct 09 17:14:20.103 INFO O| Oct 09 17:14:20.103 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-09T17:14:22.002Z[ recovery-image] Oct 09 17:14:20.113 INFO O| Oct 09 17:14:20.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74742024-10-09T17:14:22.002Z[ recovery-image] Oct 09 17:14:20.113 INFO O| Oct 09 17:14:20.113 INFO STEP 1108 (remove_files) COMPLETE
74752024-10-09T17:14:22.002Z[ recovery-image] Oct 09 17:14:20.113 INFO O| Oct 09 17:14:20.113 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-09T17:14:22.013Z[ recovery-image] Oct 09 17:14:20.125 INFO O| Oct 09 17:14:20.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74772024-10-09T17:14:22.013Z[ recovery-image] Oct 09 17:14:20.125 INFO O| Oct 09 17:14:20.125 INFO STEP 1109 (remove_files) COMPLETE
74782024-10-09T17:14:22.016Z[ recovery-image] Oct 09 17:14:20.125 INFO O| Oct 09 17:14:20.125 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-09T17:14:22.024Z[ recovery-image] Oct 09 17:14:20.135 INFO O| Oct 09 17:14:20.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74802024-10-09T17:14:22.024Z[ recovery-image] Oct 09 17:14:20.135 INFO O| Oct 09 17:14:20.135 INFO STEP 1110 (remove_files) COMPLETE
74812024-10-09T17:14:22.024Z[ recovery-image] Oct 09 17:14:20.135 INFO O| Oct 09 17:14:20.135 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-09T17:14:22.034Z[ recovery-image] Oct 09 17:14:20.145 INFO O| Oct 09 17:14:20.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74832024-10-09T17:14:22.034Z[ recovery-image] Oct 09 17:14:20.145 INFO O| Oct 09 17:14:20.145 INFO STEP 1111 (remove_files) COMPLETE
74842024-10-09T17:14:22.037Z[ recovery-image] Oct 09 17:14:20.145 INFO O| Oct 09 17:14:20.145 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-09T17:14:22.044Z[ recovery-image] Oct 09 17:14:20.156 INFO O| Oct 09 17:14:20.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74862024-10-09T17:14:22.044Z[ recovery-image] Oct 09 17:14:20.156 INFO O| Oct 09 17:14:20.156 INFO STEP 1112 (remove_files) COMPLETE
74872024-10-09T17:14:22.044Z[ recovery-image] Oct 09 17:14:20.156 INFO O| Oct 09 17:14:20.156 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-09T17:14:22.055Z[ recovery-image] Oct 09 17:14:20.166 INFO O| Oct 09 17:14:20.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74892024-10-09T17:14:22.055Z[ recovery-image] Oct 09 17:14:20.166 INFO O| Oct 09 17:14:20.166 INFO STEP 1113 (remove_files) COMPLETE
74902024-10-09T17:14:22.055Z[ recovery-image] Oct 09 17:14:20.166 INFO O| Oct 09 17:14:20.166 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-09T17:14:22.065Z[ recovery-image] Oct 09 17:14:20.176 INFO O| Oct 09 17:14:20.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74922024-10-09T17:14:22.065Z[ recovery-image] Oct 09 17:14:20.176 INFO O| Oct 09 17:14:20.176 INFO STEP 1114 (remove_files) COMPLETE
74932024-10-09T17:14:22.067Z[ recovery-image] Oct 09 17:14:20.176 INFO O| Oct 09 17:14:20.176 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-09T17:14:22.074Z[ recovery-image] Oct 09 17:14:20.186 INFO O| Oct 09 17:14:20.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74952024-10-09T17:14:22.077Z[ recovery-image] Oct 09 17:14:20.186 INFO O| Oct 09 17:14:20.186 INFO STEP 1115 (remove_files) COMPLETE
74962024-10-09T17:14:22.077Z[ recovery-image] Oct 09 17:14:20.186 INFO O| Oct 09 17:14:20.186 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-09T17:14:22.084Z[ recovery-image] Oct 09 17:14:20.196 INFO O| Oct 09 17:14:20.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74982024-10-09T17:14:22.084Z[ recovery-image] Oct 09 17:14:20.196 INFO O| Oct 09 17:14:20.196 INFO STEP 1116 (remove_files) COMPLETE
74992024-10-09T17:14:22.087Z[ recovery-image] Oct 09 17:14:20.196 INFO O| Oct 09 17:14:20.196 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-09T17:14:22.094Z[ recovery-image] Oct 09 17:14:20.206 INFO O| Oct 09 17:14:20.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75012024-10-09T17:14:22.094Z[ recovery-image] Oct 09 17:14:20.206 INFO O| Oct 09 17:14:20.206 INFO STEP 1117 (remove_files) COMPLETE
75022024-10-09T17:14:22.094Z[ recovery-image] Oct 09 17:14:20.206 INFO O| Oct 09 17:14:20.206 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-09T17:14:22.104Z[ recovery-image] Oct 09 17:14:20.216 INFO O| Oct 09 17:14:20.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75042024-10-09T17:14:22.104Z[ recovery-image] Oct 09 17:14:20.216 INFO O| Oct 09 17:14:20.216 INFO STEP 1118 (remove_files) COMPLETE
75052024-10-09T17:14:22.107Z[ recovery-image] Oct 09 17:14:20.216 INFO O| Oct 09 17:14:20.216 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-09T17:14:22.115Z[ recovery-image] Oct 09 17:14:20.225 INFO O| Oct 09 17:14:20.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75072024-10-09T17:14:22.115Z[ recovery-image] Oct 09 17:14:20.225 INFO O| Oct 09 17:14:20.225 INFO STEP 1119 (remove_files) COMPLETE
75082024-10-09T17:14:22.115Z[ recovery-image] Oct 09 17:14:20.225 INFO O| Oct 09 17:14:20.225 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-09T17:14:22.124Z[ recovery-image] Oct 09 17:14:20.235 INFO O| Oct 09 17:14:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75102024-10-09T17:14:22.124Z[ recovery-image] Oct 09 17:14:20.235 INFO O| Oct 09 17:14:20.235 INFO STEP 1120 (remove_files) COMPLETE
75112024-10-09T17:14:22.124Z[ recovery-image] Oct 09 17:14:20.235 INFO O| Oct 09 17:14:20.235 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-09T17:14:22.136Z[ recovery-image] Oct 09 17:14:20.247 INFO O| Oct 09 17:14:20.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75132024-10-09T17:14:22.136Z[ recovery-image] Oct 09 17:14:20.247 INFO O| Oct 09 17:14:20.247 INFO STEP 1121 (remove_files) COMPLETE
75142024-10-09T17:14:22.136Z[ recovery-image] Oct 09 17:14:20.247 INFO O| Oct 09 17:14:20.247 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-09T17:14:22.146Z[ recovery-image] Oct 09 17:14:20.257 INFO O| Oct 09 17:14:20.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75162024-10-09T17:14:22.146Z[ recovery-image] Oct 09 17:14:20.257 INFO O| Oct 09 17:14:20.257 INFO STEP 1122 (remove_files) COMPLETE
75172024-10-09T17:14:22.148Z[ recovery-image] Oct 09 17:14:20.257 INFO O| Oct 09 17:14:20.257 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-09T17:14:22.156Z[ recovery-image] Oct 09 17:14:20.267 INFO O| Oct 09 17:14:20.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75192024-10-09T17:14:22.156Z[ recovery-image] Oct 09 17:14:20.267 INFO O| Oct 09 17:14:20.267 INFO STEP 1123 (remove_files) COMPLETE
75202024-10-09T17:14:22.159Z[ recovery-image] Oct 09 17:14:20.267 INFO O| Oct 09 17:14:20.267 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-09T17:14:22.166Z[ recovery-image] Oct 09 17:14:20.278 INFO O| Oct 09 17:14:20.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75222024-10-09T17:14:22.166Z[ recovery-image] Oct 09 17:14:20.278 INFO O| Oct 09 17:14:20.278 INFO STEP 1124 (remove_files) COMPLETE
75232024-10-09T17:14:22.166Z[ recovery-image] Oct 09 17:14:20.278 INFO O| Oct 09 17:14:20.278 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-09T17:14:22.177Z[ recovery-image] Oct 09 17:14:20.288 INFO O| Oct 09 17:14:20.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75252024-10-09T17:14:22.177Z[ recovery-image] Oct 09 17:14:20.288 INFO O| Oct 09 17:14:20.288 INFO STEP 1125 (remove_files) COMPLETE
75262024-10-09T17:14:22.179Z[ recovery-image] Oct 09 17:14:20.288 INFO O| Oct 09 17:14:20.288 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-09T17:14:22.187Z[ recovery-image] Oct 09 17:14:20.298 INFO O| Oct 09 17:14:20.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75282024-10-09T17:14:22.187Z[ recovery-image] Oct 09 17:14:20.298 INFO O| Oct 09 17:14:20.298 INFO STEP 1126 (remove_files) COMPLETE
75292024-10-09T17:14:22.187Z[ recovery-image] Oct 09 17:14:20.298 INFO O| Oct 09 17:14:20.298 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-09T17:14:22.197Z[ recovery-image] Oct 09 17:14:20.309 INFO O| Oct 09 17:14:20.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75312024-10-09T17:14:22.197Z[ recovery-image] Oct 09 17:14:20.309 INFO O| Oct 09 17:14:20.309 INFO STEP 1127 (remove_files) COMPLETE
75322024-10-09T17:14:22.200Z[ recovery-image] Oct 09 17:14:20.309 INFO O| Oct 09 17:14:20.309 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-09T17:14:22.208Z[ recovery-image] Oct 09 17:14:20.319 INFO O| Oct 09 17:14:20.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75342024-10-09T17:14:22.208Z[ recovery-image] Oct 09 17:14:20.319 INFO O| Oct 09 17:14:20.319 INFO STEP 1128 (remove_files) COMPLETE
75352024-10-09T17:14:22.210Z[ recovery-image] Oct 09 17:14:20.319 INFO O| Oct 09 17:14:20.319 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-09T17:14:22.218Z[ recovery-image] Oct 09 17:14:20.329 INFO O| Oct 09 17:14:20.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75372024-10-09T17:14:22.221Z[ recovery-image] Oct 09 17:14:20.329 INFO O| Oct 09 17:14:20.329 INFO STEP 1129 (remove_files) COMPLETE
75382024-10-09T17:14:22.221Z[ recovery-image] Oct 09 17:14:20.329 INFO O| Oct 09 17:14:20.329 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-09T17:14:22.228Z[ recovery-image] Oct 09 17:14:20.339 INFO O| Oct 09 17:14:20.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75402024-10-09T17:14:22.228Z[ recovery-image] Oct 09 17:14:20.339 INFO O| Oct 09 17:14:20.339 INFO STEP 1130 (remove_files) COMPLETE
75412024-10-09T17:14:22.231Z[ recovery-image] Oct 09 17:14:20.339 INFO O| Oct 09 17:14:20.339 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-09T17:14:22.238Z[ recovery-image] Oct 09 17:14:20.349 INFO O| Oct 09 17:14:20.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75432024-10-09T17:14:22.238Z[ recovery-image] Oct 09 17:14:20.349 INFO O| Oct 09 17:14:20.349 INFO STEP 1131 (remove_files) COMPLETE
75442024-10-09T17:14:22.238Z[ recovery-image] Oct 09 17:14:20.349 INFO O| Oct 09 17:14:20.349 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-09T17:14:22.248Z[ recovery-image] Oct 09 17:14:20.359 INFO O| Oct 09 17:14:20.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75462024-10-09T17:14:22.250Z[ recovery-image] Oct 09 17:14:20.359 INFO O| Oct 09 17:14:20.359 INFO STEP 1132 (remove_files) COMPLETE
75472024-10-09T17:14:22.250Z[ recovery-image] Oct 09 17:14:20.359 INFO O| Oct 09 17:14:20.359 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-09T17:14:22.257Z[ recovery-image] Oct 09 17:14:20.369 INFO O| Oct 09 17:14:20.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75492024-10-09T17:14:22.258Z[ recovery-image] Oct 09 17:14:20.369 INFO O| Oct 09 17:14:20.369 INFO STEP 1133 (remove_files) COMPLETE
75502024-10-09T17:14:22.260Z[ recovery-image] Oct 09 17:14:20.369 INFO O| Oct 09 17:14:20.369 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-09T17:14:22.280Z[ recovery-image] Oct 09 17:14:20.379 INFO O| Oct 09 17:14:20.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75522024-10-09T17:14:22.280Z[ recovery-image] Oct 09 17:14:20.379 INFO O| Oct 09 17:14:20.379 INFO STEP 1134 (remove_files) COMPLETE
75532024-10-09T17:14:22.280Z[ recovery-image] Oct 09 17:14:20.379 INFO O| Oct 09 17:14:20.379 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-09T17:14:22.280Z[ recovery-image] Oct 09 17:14:20.388 INFO O| Oct 09 17:14:20.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75552024-10-09T17:14:22.280Z[ recovery-image] Oct 09 17:14:20.388 INFO O| Oct 09 17:14:20.388 INFO STEP 1135 (remove_files) COMPLETE
75562024-10-09T17:14:22.281Z[ recovery-image] Oct 09 17:14:20.388 INFO O| Oct 09 17:14:20.388 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-09T17:14:22.287Z[ recovery-image] Oct 09 17:14:20.398 INFO O| Oct 09 17:14:20.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75582024-10-09T17:14:22.291Z[ recovery-image] Oct 09 17:14:20.398 INFO O| Oct 09 17:14:20.398 INFO STEP 1136 (remove_files) COMPLETE
75592024-10-09T17:14:22.291Z[ recovery-image] Oct 09 17:14:20.398 INFO O| Oct 09 17:14:20.398 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-09T17:14:22.296Z[ recovery-image] Oct 09 17:14:20.407 INFO O| Oct 09 17:14:20.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75612024-10-09T17:14:22.296Z[ recovery-image] Oct 09 17:14:20.407 INFO O| Oct 09 17:14:20.407 INFO STEP 1137 (remove_files) COMPLETE
75622024-10-09T17:14:22.299Z[ recovery-image] Oct 09 17:14:20.408 INFO O| Oct 09 17:14:20.407 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-09T17:14:22.306Z[ recovery-image] Oct 09 17:14:20.417 INFO O| Oct 09 17:14:20.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75642024-10-09T17:14:22.306Z[ recovery-image] Oct 09 17:14:20.417 INFO O| Oct 09 17:14:20.417 INFO STEP 1138 (remove_files) COMPLETE
75652024-10-09T17:14:22.309Z[ recovery-image] Oct 09 17:14:20.417 INFO O| Oct 09 17:14:20.417 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-09T17:14:22.316Z[ recovery-image] Oct 09 17:14:20.427 INFO O| Oct 09 17:14:20.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75672024-10-09T17:14:22.316Z[ recovery-image] Oct 09 17:14:20.427 INFO O| Oct 09 17:14:20.427 INFO STEP 1139 (remove_files) COMPLETE
75682024-10-09T17:14:22.318Z[ recovery-image] Oct 09 17:14:20.427 INFO O| Oct 09 17:14:20.427 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-09T17:14:22.326Z[ recovery-image] Oct 09 17:14:20.437 INFO O| Oct 09 17:14:20.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75702024-10-09T17:14:22.326Z[ recovery-image] Oct 09 17:14:20.437 INFO O| Oct 09 17:14:20.437 INFO STEP 1140 (remove_files) COMPLETE
75712024-10-09T17:14:22.329Z[ recovery-image] Oct 09 17:14:20.438 INFO O| Oct 09 17:14:20.437 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-09T17:14:22.336Z[ recovery-image] Oct 09 17:14:20.447 INFO O| Oct 09 17:14:20.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75732024-10-09T17:14:22.336Z[ recovery-image] Oct 09 17:14:20.447 INFO O| Oct 09 17:14:20.447 INFO STEP 1141 (remove_files) COMPLETE
75742024-10-09T17:14:22.336Z[ recovery-image] Oct 09 17:14:20.447 INFO O| Oct 09 17:14:20.447 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-09T17:14:22.346Z[ recovery-image] Oct 09 17:14:20.457 INFO O| Oct 09 17:14:20.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75762024-10-09T17:14:22.346Z[ recovery-image] Oct 09 17:14:20.457 INFO O| Oct 09 17:14:20.457 INFO STEP 1142 (remove_files) COMPLETE
75772024-10-09T17:14:22.348Z[ recovery-image] Oct 09 17:14:20.457 INFO O| Oct 09 17:14:20.457 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-09T17:14:22.355Z[ recovery-image] Oct 09 17:14:20.467 INFO O| Oct 09 17:14:20.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75792024-10-09T17:14:22.358Z[ recovery-image] Oct 09 17:14:20.467 INFO O| Oct 09 17:14:20.467 INFO STEP 1143 (remove_files) COMPLETE
75802024-10-09T17:14:22.358Z[ recovery-image] Oct 09 17:14:20.467 INFO O| Oct 09 17:14:20.467 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-09T17:14:22.365Z[ recovery-image] Oct 09 17:14:20.476 INFO O| Oct 09 17:14:20.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75822024-10-09T17:14:22.369Z[ recovery-image] Oct 09 17:14:20.477 INFO O| Oct 09 17:14:20.476 INFO STEP 1144 (remove_files) COMPLETE
75832024-10-09T17:14:22.369Z[ recovery-image] Oct 09 17:14:20.477 INFO O| Oct 09 17:14:20.476 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-09T17:14:22.375Z[ recovery-image] Oct 09 17:14:20.486 INFO O| Oct 09 17:14:20.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75852024-10-09T17:14:22.378Z[ recovery-image] Oct 09 17:14:20.486 INFO O| Oct 09 17:14:20.486 INFO STEP 1145 (remove_files) COMPLETE
75862024-10-09T17:14:22.378Z[ recovery-image] Oct 09 17:14:20.486 INFO O| Oct 09 17:14:20.486 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-09T17:14:22.384Z[ recovery-image] Oct 09 17:14:20.496 INFO O| Oct 09 17:14:20.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75882024-10-09T17:14:22.384Z[ recovery-image] Oct 09 17:14:20.496 INFO O| Oct 09 17:14:20.496 INFO STEP 1146 (remove_files) COMPLETE
75892024-10-09T17:14:22.387Z[ recovery-image] Oct 09 17:14:20.496 INFO O| Oct 09 17:14:20.496 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-09T17:14:22.394Z[ recovery-image] Oct 09 17:14:20.505 INFO O| Oct 09 17:14:20.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75912024-10-09T17:14:22.394Z[ recovery-image] Oct 09 17:14:20.505 INFO O| Oct 09 17:14:20.505 INFO STEP 1147 (remove_files) COMPLETE
75922024-10-09T17:14:22.396Z[ recovery-image] Oct 09 17:14:20.505 INFO O| Oct 09 17:14:20.505 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-10-09T17:14:22.404Z[ recovery-image] Oct 09 17:14:20.515 INFO O| Oct 09 17:14:20.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75942024-10-09T17:14:22.404Z[ recovery-image] Oct 09 17:14:20.515 INFO O| Oct 09 17:14:20.515 INFO STEP 1148 (remove_files) COMPLETE
75952024-10-09T17:14:22.407Z[ recovery-image] Oct 09 17:14:20.515 INFO O| Oct 09 17:14:20.515 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-10-09T17:14:22.415Z[ recovery-image] Oct 09 17:14:20.526 INFO O| Oct 09 17:14:20.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75972024-10-09T17:14:22.415Z[ recovery-image] Oct 09 17:14:20.526 INFO O| Oct 09 17:14:20.526 INFO STEP 1149 (remove_files) COMPLETE
75982024-10-09T17:14:22.417Z[ recovery-image] Oct 09 17:14:20.526 INFO O| Oct 09 17:14:20.526 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-10-09T17:14:22.425Z[ recovery-image] Oct 09 17:14:20.536 INFO O| Oct 09 17:14:20.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76002024-10-09T17:14:22.425Z[ recovery-image] Oct 09 17:14:20.536 INFO O| Oct 09 17:14:20.536 INFO STEP 1150 (remove_files) COMPLETE
76012024-10-09T17:14:22.428Z[ recovery-image] Oct 09 17:14:20.536 INFO O| Oct 09 17:14:20.536 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-09T17:14:22.435Z[ recovery-image] Oct 09 17:14:20.546 INFO O| Oct 09 17:14:20.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76032024-10-09T17:14:22.435Z[ recovery-image] Oct 09 17:14:20.546 INFO O| Oct 09 17:14:20.546 INFO STEP 1151 (remove_files) COMPLETE
76042024-10-09T17:14:22.437Z[ recovery-image] Oct 09 17:14:20.547 INFO O| Oct 09 17:14:20.546 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-09T17:14:22.446Z[ recovery-image] Oct 09 17:14:20.557 INFO O| Oct 09 17:14:20.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76062024-10-09T17:14:22.448Z[ recovery-image] Oct 09 17:14:20.557 INFO O| Oct 09 17:14:20.557 INFO STEP 1152 (remove_files) COMPLETE
76072024-10-09T17:14:22.448Z[ recovery-image] Oct 09 17:14:20.557 INFO O| Oct 09 17:14:20.557 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-09T17:14:22.456Z[ recovery-image] Oct 09 17:14:20.567 INFO O| Oct 09 17:14:20.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76092024-10-09T17:14:22.456Z[ recovery-image] Oct 09 17:14:20.567 INFO O| Oct 09 17:14:20.567 INFO STEP 1153 (remove_files) COMPLETE
76102024-10-09T17:14:22.458Z[ recovery-image] Oct 09 17:14:20.567 INFO O| Oct 09 17:14:20.567 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-09T17:14:22.466Z[ recovery-image] Oct 09 17:14:20.578 INFO O| Oct 09 17:14:20.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76122024-10-09T17:14:22.466Z[ recovery-image] Oct 09 17:14:20.578 INFO O| Oct 09 17:14:20.578 INFO STEP 1154 (remove_files) COMPLETE
76132024-10-09T17:14:22.466Z[ recovery-image] Oct 09 17:14:20.578 INFO O| Oct 09 17:14:20.578 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-09T17:14:22.477Z[ recovery-image] Oct 09 17:14:20.588 INFO O| Oct 09 17:14:20.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76152024-10-09T17:14:22.477Z[ recovery-image] Oct 09 17:14:20.588 INFO O| Oct 09 17:14:20.588 INFO STEP 1155 (remove_files) COMPLETE
76162024-10-09T17:14:22.479Z[ recovery-image] Oct 09 17:14:20.588 INFO O| Oct 09 17:14:20.588 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-09T17:14:22.486Z[ recovery-image] Oct 09 17:14:20.598 INFO O| Oct 09 17:14:20.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76182024-10-09T17:14:22.487Z[ recovery-image] Oct 09 17:14:20.598 INFO O| Oct 09 17:14:20.598 INFO STEP 1156 (remove_files) COMPLETE
76192024-10-09T17:14:22.490Z[ recovery-image] Oct 09 17:14:20.598 INFO O| Oct 09 17:14:20.598 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-10-09T17:14:22.496Z[ recovery-image] Oct 09 17:14:20.607 INFO O| Oct 09 17:14:20.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76212024-10-09T17:14:22.496Z[ recovery-image] Oct 09 17:14:20.608 INFO O| Oct 09 17:14:20.608 INFO STEP 1157 (remove_files) COMPLETE
76222024-10-09T17:14:22.499Z[ recovery-image] Oct 09 17:14:20.608 INFO O| Oct 09 17:14:20.608 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-09T17:14:22.506Z[ recovery-image] Oct 09 17:14:20.617 INFO O| Oct 09 17:14:20.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76242024-10-09T17:14:22.506Z[ recovery-image] Oct 09 17:14:20.617 INFO O| Oct 09 17:14:20.617 INFO STEP 1158 (remove_files) COMPLETE
76252024-10-09T17:14:22.508Z[ recovery-image] Oct 09 17:14:20.617 INFO O| Oct 09 17:14:20.617 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-09T17:14:22.516Z[ recovery-image] Oct 09 17:14:20.627 INFO O| Oct 09 17:14:20.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76272024-10-09T17:14:22.516Z[ recovery-image] Oct 09 17:14:20.627 INFO O| Oct 09 17:14:20.627 INFO STEP 1159 (remove_files) COMPLETE
76282024-10-09T17:14:22.518Z[ recovery-image] Oct 09 17:14:20.627 INFO O| Oct 09 17:14:20.627 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-09T17:14:22.525Z[ recovery-image] Oct 09 17:14:20.637 INFO O| Oct 09 17:14:20.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76302024-10-09T17:14:22.525Z[ recovery-image] Oct 09 17:14:20.637 INFO O| Oct 09 17:14:20.637 INFO STEP 1160 (remove_files) COMPLETE
76312024-10-09T17:14:22.525Z[ recovery-image] Oct 09 17:14:20.637 INFO O| Oct 09 17:14:20.637 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-09T17:14:22.535Z[ recovery-image] Oct 09 17:14:20.646 INFO O| Oct 09 17:14:20.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76332024-10-09T17:14:22.537Z[ recovery-image] Oct 09 17:14:20.646 INFO O| Oct 09 17:14:20.646 INFO STEP 1161 (remove_files) COMPLETE
76342024-10-09T17:14:22.537Z[ recovery-image] Oct 09 17:14:20.646 INFO O| Oct 09 17:14:20.646 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-09T17:14:22.544Z[ recovery-image] Oct 09 17:14:20.656 INFO O| Oct 09 17:14:20.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76362024-10-09T17:14:22.544Z[ recovery-image] Oct 09 17:14:20.656 INFO O| Oct 09 17:14:20.656 INFO STEP 1162 (remove_files) COMPLETE
76372024-10-09T17:14:22.547Z[ recovery-image] Oct 09 17:14:20.656 INFO O| Oct 09 17:14:20.656 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-09T17:14:22.554Z[ recovery-image] Oct 09 17:14:20.665 INFO O| Oct 09 17:14:20.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76392024-10-09T17:14:22.554Z[ recovery-image] Oct 09 17:14:20.665 INFO O| Oct 09 17:14:20.665 INFO STEP 1163 (remove_files) COMPLETE
76402024-10-09T17:14:22.556Z[ recovery-image] Oct 09 17:14:20.665 INFO O| Oct 09 17:14:20.665 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-09T17:14:22.563Z[ recovery-image] Oct 09 17:14:20.675 INFO O| Oct 09 17:14:20.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76422024-10-09T17:14:22.566Z[ recovery-image] Oct 09 17:14:20.675 INFO O| Oct 09 17:14:20.675 INFO STEP 1164 (remove_files) COMPLETE
76432024-10-09T17:14:22.566Z[ recovery-image] Oct 09 17:14:20.675 INFO O| Oct 09 17:14:20.675 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-09T17:14:22.573Z[ recovery-image] Oct 09 17:14:20.684 INFO O| Oct 09 17:14:20.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76452024-10-09T17:14:22.573Z[ recovery-image] Oct 09 17:14:20.684 INFO O| Oct 09 17:14:20.684 INFO STEP 1165 (remove_files) COMPLETE
76462024-10-09T17:14:22.573Z[ recovery-image] Oct 09 17:14:20.684 INFO O| Oct 09 17:14:20.684 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-09T17:14:22.582Z[ recovery-image] Oct 09 17:14:20.693 INFO O| Oct 09 17:14:20.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76482024-10-09T17:14:22.582Z[ recovery-image] Oct 09 17:14:20.694 INFO O| Oct 09 17:14:20.694 INFO STEP 1166 (remove_files) COMPLETE
76492024-10-09T17:14:22.585Z[ recovery-image] Oct 09 17:14:20.694 INFO O| Oct 09 17:14:20.694 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-09T17:14:22.592Z[ recovery-image] Oct 09 17:14:20.703 INFO O| Oct 09 17:14:20.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76512024-10-09T17:14:22.592Z[ recovery-image] Oct 09 17:14:20.703 INFO O| Oct 09 17:14:20.703 INFO STEP 1167 (remove_files) COMPLETE
76522024-10-09T17:14:22.594Z[ recovery-image] Oct 09 17:14:20.703 INFO O| Oct 09 17:14:20.703 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-09T17:14:22.601Z[ recovery-image] Oct 09 17:14:20.712 INFO O| Oct 09 17:14:20.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76542024-10-09T17:14:22.601Z[ recovery-image] Oct 09 17:14:20.713 INFO O| Oct 09 17:14:20.712 INFO STEP 1168 (remove_files) COMPLETE
76552024-10-09T17:14:22.603Z[ recovery-image] Oct 09 17:14:20.713 INFO O| Oct 09 17:14:20.713 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-09T17:14:22.611Z[ recovery-image] Oct 09 17:14:20.722 INFO O| Oct 09 17:14:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76572024-10-09T17:14:22.611Z[ recovery-image] Oct 09 17:14:20.722 INFO O| Oct 09 17:14:20.722 INFO STEP 1169 (remove_files) COMPLETE
76582024-10-09T17:14:22.611Z[ recovery-image] Oct 09 17:14:20.722 INFO O| Oct 09 17:14:20.722 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-09T17:14:22.620Z[ recovery-image] Oct 09 17:14:20.732 INFO O| Oct 09 17:14:20.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76602024-10-09T17:14:22.620Z[ recovery-image] Oct 09 17:14:20.732 INFO O| Oct 09 17:14:20.732 INFO STEP 1170 (remove_files) COMPLETE
76612024-10-09T17:14:22.623Z[ recovery-image] Oct 09 17:14:20.732 INFO O| Oct 09 17:14:20.732 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-09T17:14:22.630Z[ recovery-image] Oct 09 17:14:20.741 INFO O| Oct 09 17:14:20.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76632024-10-09T17:14:22.633Z[ recovery-image] Oct 09 17:14:20.741 INFO O| Oct 09 17:14:20.741 INFO STEP 1171 (remove_files) COMPLETE
76642024-10-09T17:14:22.633Z[ recovery-image] Oct 09 17:14:20.741 INFO O| Oct 09 17:14:20.741 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-09T17:14:22.640Z[ recovery-image] Oct 09 17:14:20.751 INFO O| Oct 09 17:14:20.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76662024-10-09T17:14:22.640Z[ recovery-image] Oct 09 17:14:20.751 INFO O| Oct 09 17:14:20.751 INFO STEP 1172 (remove_files) COMPLETE
76672024-10-09T17:14:22.643Z[ recovery-image] Oct 09 17:14:20.751 INFO O| Oct 09 17:14:20.751 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-09T17:14:22.649Z[ recovery-image] Oct 09 17:14:20.760 INFO O| Oct 09 17:14:20.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76692024-10-09T17:14:22.649Z[ recovery-image] Oct 09 17:14:20.760 INFO O| Oct 09 17:14:20.760 INFO STEP 1173 (remove_files) COMPLETE
76702024-10-09T17:14:22.652Z[ recovery-image] Oct 09 17:14:20.760 INFO O| Oct 09 17:14:20.760 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-09T17:14:22.659Z[ recovery-image] Oct 09 17:14:20.770 INFO O| Oct 09 17:14:20.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76722024-10-09T17:14:22.659Z[ recovery-image] Oct 09 17:14:20.770 INFO O| Oct 09 17:14:20.770 INFO STEP 1174 (remove_files) COMPLETE
76732024-10-09T17:14:22.661Z[ recovery-image] Oct 09 17:14:20.770 INFO O| Oct 09 17:14:20.770 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-09T17:14:22.668Z[ recovery-image] Oct 09 17:14:20.779 INFO O| Oct 09 17:14:20.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76752024-10-09T17:14:22.668Z[ recovery-image] Oct 09 17:14:20.780 INFO O| Oct 09 17:14:20.780 INFO STEP 1175 (remove_files) COMPLETE
76762024-10-09T17:14:22.671Z[ recovery-image] Oct 09 17:14:20.780 INFO O| Oct 09 17:14:20.780 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-09T17:14:22.678Z[ recovery-image] Oct 09 17:14:20.789 INFO O| Oct 09 17:14:20.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76782024-10-09T17:14:22.678Z[ recovery-image] Oct 09 17:14:20.789 INFO O| Oct 09 17:14:20.789 INFO STEP 1176 (remove_files) COMPLETE
76792024-10-09T17:14:22.680Z[ recovery-image] Oct 09 17:14:20.789 INFO O| Oct 09 17:14:20.789 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-09T17:14:22.687Z[ recovery-image] Oct 09 17:14:20.799 INFO O| Oct 09 17:14:20.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76812024-10-09T17:14:22.687Z[ recovery-image] Oct 09 17:14:20.799 INFO O| Oct 09 17:14:20.799 INFO STEP 1177 (remove_files) COMPLETE
76822024-10-09T17:14:22.690Z[ recovery-image] Oct 09 17:14:20.799 INFO O| Oct 09 17:14:20.799 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-09T17:14:22.697Z[ recovery-image] Oct 09 17:14:20.808 INFO O| Oct 09 17:14:20.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76842024-10-09T17:14:22.697Z[ recovery-image] Oct 09 17:14:20.808 INFO O| Oct 09 17:14:20.808 INFO STEP 1178 (remove_files) COMPLETE
76852024-10-09T17:14:22.697Z[ recovery-image] Oct 09 17:14:20.808 INFO O| Oct 09 17:14:20.808 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-09T17:14:22.706Z[ recovery-image] Oct 09 17:14:20.818 INFO O| Oct 09 17:14:20.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76872024-10-09T17:14:22.706Z[ recovery-image] Oct 09 17:14:20.818 INFO O| Oct 09 17:14:20.818 INFO STEP 1179 (remove_files) COMPLETE
76882024-10-09T17:14:22.706Z[ recovery-image] Oct 09 17:14:20.818 INFO O| Oct 09 17:14:20.818 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-09T17:14:22.716Z[ recovery-image] Oct 09 17:14:20.827 INFO O| Oct 09 17:14:20.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76902024-10-09T17:14:22.716Z[ recovery-image] Oct 09 17:14:20.827 INFO O| Oct 09 17:14:20.827 INFO STEP 1180 (remove_files) COMPLETE
76912024-10-09T17:14:22.716Z[ recovery-image] Oct 09 17:14:20.827 INFO O| Oct 09 17:14:20.827 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-09T17:14:22.725Z[ recovery-image] Oct 09 17:14:20.836 INFO O| Oct 09 17:14:20.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76932024-10-09T17:14:22.725Z[ recovery-image] Oct 09 17:14:20.837 INFO O| Oct 09 17:14:20.836 INFO STEP 1181 (remove_files) COMPLETE
76942024-10-09T17:14:22.725Z[ recovery-image] Oct 09 17:14:20.837 INFO O| Oct 09 17:14:20.837 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-09T17:14:22.736Z[ recovery-image] Oct 09 17:14:20.847 INFO O| Oct 09 17:14:20.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76962024-10-09T17:14:22.736Z[ recovery-image] Oct 09 17:14:20.847 INFO O| Oct 09 17:14:20.847 INFO STEP 1182 (remove_files) COMPLETE
76972024-10-09T17:14:22.738Z[ recovery-image] Oct 09 17:14:20.847 INFO O| Oct 09 17:14:20.847 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-09T17:14:22.746Z[ recovery-image] Oct 09 17:14:20.857 INFO O| Oct 09 17:14:20.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76992024-10-09T17:14:22.749Z[ recovery-image] Oct 09 17:14:20.857 INFO O| Oct 09 17:14:20.857 INFO STEP 1183 (remove_files) COMPLETE
77002024-10-09T17:14:22.749Z[ recovery-image] Oct 09 17:14:20.858 INFO O| Oct 09 17:14:20.857 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-09T17:14:22.757Z[ recovery-image] Oct 09 17:14:20.868 INFO O| Oct 09 17:14:20.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77022024-10-09T17:14:22.759Z[ recovery-image] Oct 09 17:14:20.868 INFO O| Oct 09 17:14:20.868 INFO STEP 1184 (remove_files) COMPLETE
77032024-10-09T17:14:22.759Z[ recovery-image] Oct 09 17:14:20.868 INFO O| Oct 09 17:14:20.868 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-09T17:14:22.767Z[ recovery-image] Oct 09 17:14:20.878 INFO O| Oct 09 17:14:20.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77052024-10-09T17:14:22.767Z[ recovery-image] Oct 09 17:14:20.878 INFO O| Oct 09 17:14:20.878 INFO STEP 1185 (remove_files) COMPLETE
77062024-10-09T17:14:22.770Z[ recovery-image] Oct 09 17:14:20.878 INFO O| Oct 09 17:14:20.878 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-09T17:14:22.777Z[ recovery-image] Oct 09 17:14:20.888 INFO O| Oct 09 17:14:20.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77082024-10-09T17:14:22.778Z[ recovery-image] Oct 09 17:14:20.888 INFO O| Oct 09 17:14:20.888 INFO STEP 1186 (remove_files) COMPLETE
77092024-10-09T17:14:22.780Z[ recovery-image] Oct 09 17:14:20.888 INFO O| Oct 09 17:14:20.888 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-09T17:14:22.788Z[ recovery-image] Oct 09 17:14:20.899 INFO O| Oct 09 17:14:20.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77112024-10-09T17:14:22.790Z[ recovery-image] Oct 09 17:14:20.899 INFO O| Oct 09 17:14:20.899 INFO STEP 1187 (remove_files) COMPLETE
77122024-10-09T17:14:22.790Z[ recovery-image] Oct 09 17:14:20.899 INFO O| Oct 09 17:14:20.899 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-09T17:14:22.799Z[ recovery-image] Oct 09 17:14:20.910 INFO O| Oct 09 17:14:20.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77142024-10-09T17:14:22.799Z[ recovery-image] Oct 09 17:14:20.910 INFO O| Oct 09 17:14:20.910 INFO STEP 1188 (remove_files) COMPLETE
77152024-10-09T17:14:22.801Z[ recovery-image] Oct 09 17:14:20.910 INFO O| Oct 09 17:14:20.910 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-09T17:14:22.810Z[ recovery-image] Oct 09 17:14:20.921 INFO O| Oct 09 17:14:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77172024-10-09T17:14:22.810Z[ recovery-image] Oct 09 17:14:20.921 INFO O| Oct 09 17:14:20.921 INFO STEP 1189 (remove_files) COMPLETE
77182024-10-09T17:14:22.812Z[ recovery-image] Oct 09 17:14:20.921 INFO O| Oct 09 17:14:20.921 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-09T17:14:22.820Z[ recovery-image] Oct 09 17:14:20.931 INFO O| Oct 09 17:14:20.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77202024-10-09T17:14:22.820Z[ recovery-image] Oct 09 17:14:20.931 INFO O| Oct 09 17:14:20.931 INFO STEP 1190 (remove_files) COMPLETE
77212024-10-09T17:14:22.823Z[ recovery-image] Oct 09 17:14:20.931 INFO O| Oct 09 17:14:20.931 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-09T17:14:22.830Z[ recovery-image] Oct 09 17:14:20.942 INFO O| Oct 09 17:14:20.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77232024-10-09T17:14:22.830Z[ recovery-image] Oct 09 17:14:20.942 INFO O| Oct 09 17:14:20.942 INFO STEP 1191 (remove_files) COMPLETE
77242024-10-09T17:14:22.833Z[ recovery-image] Oct 09 17:14:20.942 INFO O| Oct 09 17:14:20.942 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-09T17:14:22.840Z[ recovery-image] Oct 09 17:14:20.951 INFO O| Oct 09 17:14:20.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77262024-10-09T17:14:22.840Z[ recovery-image] Oct 09 17:14:20.952 INFO O| Oct 09 17:14:20.952 INFO STEP 1192 (remove_files) COMPLETE
77272024-10-09T17:14:22.840Z[ recovery-image] Oct 09 17:14:20.952 INFO O| Oct 09 17:14:20.952 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-09T17:14:22.850Z[ recovery-image] Oct 09 17:14:20.961 INFO O| Oct 09 17:14:20.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77292024-10-09T17:14:22.853Z[ recovery-image] Oct 09 17:14:20.961 INFO O| Oct 09 17:14:20.961 INFO STEP 1193 (remove_files) COMPLETE
77302024-10-09T17:14:22.853Z[ recovery-image] Oct 09 17:14:20.961 INFO O| Oct 09 17:14:20.961 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-09T17:14:22.860Z[ recovery-image] Oct 09 17:14:20.971 INFO O| Oct 09 17:14:20.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77322024-10-09T17:14:22.860Z[ recovery-image] Oct 09 17:14:20.971 INFO O| Oct 09 17:14:20.971 INFO STEP 1194 (remove_files) COMPLETE
77332024-10-09T17:14:22.860Z[ recovery-image] Oct 09 17:14:20.971 INFO O| Oct 09 17:14:20.971 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-09T17:14:22.869Z[ recovery-image] Oct 09 17:14:20.981 INFO O| Oct 09 17:14:20.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77352024-10-09T17:14:22.869Z[ recovery-image] Oct 09 17:14:20.981 INFO O| Oct 09 17:14:20.981 INFO STEP 1195 (remove_files) COMPLETE
77362024-10-09T17:14:22.870Z[ recovery-image] Oct 09 17:14:20.981 INFO O| Oct 09 17:14:20.981 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-09T17:14:22.879Z[ recovery-image] Oct 09 17:14:20.990 INFO O| Oct 09 17:14:20.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77382024-10-09T17:14:22.879Z[ recovery-image] Oct 09 17:14:20.990 INFO O| Oct 09 17:14:20.990 INFO STEP 1196 (remove_files) COMPLETE
77392024-10-09T17:14:22.879Z[ recovery-image] Oct 09 17:14:20.990 INFO O| Oct 09 17:14:20.990 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-09T17:14:22.888Z[ recovery-image] Oct 09 17:14:20.999 INFO O| Oct 09 17:14:20.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77412024-10-09T17:14:22.891Z[ recovery-image] Oct 09 17:14:21.000 INFO O| Oct 09 17:14:21.000 INFO STEP 1197 (remove_files) COMPLETE
77422024-10-09T17:14:22.891Z[ recovery-image] Oct 09 17:14:21.000 INFO O| Oct 09 17:14:21.000 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-09T17:14:22.899Z[ recovery-image] Oct 09 17:14:21.011 INFO O| Oct 09 17:14:21.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77442024-10-09T17:14:22.899Z[ recovery-image] Oct 09 17:14:21.011 INFO O| Oct 09 17:14:21.011 INFO STEP 1198 (remove_files) COMPLETE
77452024-10-09T17:14:22.900Z[ recovery-image] Oct 09 17:14:21.011 INFO O| Oct 09 17:14:21.011 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-09T17:14:22.909Z[ recovery-image] Oct 09 17:14:21.020 INFO O| Oct 09 17:14:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77472024-10-09T17:14:22.912Z[ recovery-image] Oct 09 17:14:21.020 INFO O| Oct 09 17:14:21.020 INFO STEP 1199 (remove_files) COMPLETE
77482024-10-09T17:14:22.912Z[ recovery-image] Oct 09 17:14:21.020 INFO O| Oct 09 17:14:21.020 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-09T17:14:22.918Z[ recovery-image] Oct 09 17:14:21.029 INFO O| Oct 09 17:14:21.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77502024-10-09T17:14:22.918Z[ recovery-image] Oct 09 17:14:21.029 INFO O| Oct 09 17:14:21.029 INFO STEP 1200 (remove_files) COMPLETE
77512024-10-09T17:14:22.921Z[ recovery-image] Oct 09 17:14:21.029 INFO O| Oct 09 17:14:21.029 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-09T17:14:22.928Z[ recovery-image] Oct 09 17:14:21.039 INFO O| Oct 09 17:14:21.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77532024-10-09T17:14:22.928Z[ recovery-image] Oct 09 17:14:21.039 INFO O| Oct 09 17:14:21.039 INFO STEP 1201 (remove_files) COMPLETE
77542024-10-09T17:14:22.930Z[ recovery-image] Oct 09 17:14:21.039 INFO O| Oct 09 17:14:21.039 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-09T17:14:22.937Z[ recovery-image] Oct 09 17:14:21.048 INFO O| Oct 09 17:14:21.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77562024-10-09T17:14:22.940Z[ recovery-image] Oct 09 17:14:21.048 INFO O| Oct 09 17:14:21.048 INFO STEP 1202 (remove_files) COMPLETE
77572024-10-09T17:14:22.940Z[ recovery-image] Oct 09 17:14:21.048 INFO O| Oct 09 17:14:21.048 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-09T17:14:22.947Z[ recovery-image] Oct 09 17:14:21.058 INFO O| Oct 09 17:14:21.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77592024-10-09T17:14:22.947Z[ recovery-image] Oct 09 17:14:21.058 INFO O| Oct 09 17:14:21.058 INFO STEP 1203 (remove_files) COMPLETE
77602024-10-09T17:14:22.947Z[ recovery-image] Oct 09 17:14:21.058 INFO O| Oct 09 17:14:21.058 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-09T17:14:22.956Z[ recovery-image] Oct 09 17:14:21.067 INFO O| Oct 09 17:14:21.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77622024-10-09T17:14:22.956Z[ recovery-image] Oct 09 17:14:21.067 INFO O| Oct 09 17:14:21.067 INFO STEP 1204 (remove_files) COMPLETE
77632024-10-09T17:14:22.959Z[ recovery-image] Oct 09 17:14:21.067 INFO O| Oct 09 17:14:21.067 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-09T17:14:22.966Z[ recovery-image] Oct 09 17:14:21.077 INFO O| Oct 09 17:14:21.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77652024-10-09T17:14:22.966Z[ recovery-image] Oct 09 17:14:21.077 INFO O| Oct 09 17:14:21.077 INFO STEP 1205 (remove_files) COMPLETE
77662024-10-09T17:14:22.966Z[ recovery-image] Oct 09 17:14:21.077 INFO O| Oct 09 17:14:21.077 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77672024-10-09T17:14:22.980Z[ recovery-image] Oct 09 17:14:21.091 INFO O| Oct 09 17:14:21.091 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77682024-10-09T17:14:22.982Z[ recovery-image] Oct 09 17:14:21.091 INFO O| Oct 09 17:14:21.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", "."]
77692024-10-09T17:14:23.385Z[ host-image] Oct 09 17:14:21.495 INFO O| Oct 09 17:14:21.495 INFO O| Planning: Solver setup ... Done
77702024-10-09T17:14:23.388Z[ host-image] Oct 09 17:14:21.499 INFO O| Oct 09 17:14:21.499 INFO O| Planning: Running solver ... Done
77712024-10-09T17:14:23.435Z[ host-image] Oct 09 17:14:21.546 INFO O| Oct 09 17:14:21.546 INFO O| Planning: Finding local manifests ... Done
77722024-10-09T17:14:23.438Z[ host-image] Oct 09 17:14:21.547 INFO O| Oct 09 17:14:21.547 INFO O| Planning: Fetching manifests: 0/6 0% complete
77732024-10-09T17:14:23.589Z[ host-image] Oct 09 17:14:21.700 INFO O| Oct 09 17:14:21.700 INFO O| Planning: Fetching manifests: 6/6 100% complete
77742024-10-09T17:14:23.621Z[ host-image] Oct 09 17:14:21.732 INFO O| Oct 09 17:14:21.732 INFO O| Planning: Package planning ... Done
77752024-10-09T17:14:23.640Z[ host-image] Oct 09 17:14:21.750 INFO O| Oct 09 17:14:21.750 INFO O| Planning: Merging actions ... Done
77762024-10-09T17:14:23.683Z[ recovery-image] Oct 09 17:14:21.794 INFO O| Oct 09 17:14:21.794 INFO STEP 1206 (pack_tar) COMPLETE
77772024-10-09T17:14:23.683Z[ recovery-image] Oct 09 17:14:21.794 INFO O| Oct 09 17:14:21.794 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77782024-10-09T17:14:23.685Z[ recovery-image] Oct 09 17:14:21.794 INFO O| Oct 09 17:14:21.794 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77792024-10-09T17:14:23.731Z[ host-image] Oct 09 17:14:21.842 INFO O| Oct 09 17:14:21.842 INFO O| Planning: Checking for conflicting actions ... Done
77802024-10-09T17:14:23.737Z[ host-image] Oct 09 17:14:21.848 INFO O| Oct 09 17:14:21.848 INFO O| Planning: Consolidating action changes ... Done
77812024-10-09T17:14:23.948Z[ host-image] Oct 09 17:14:22.058 INFO O| Oct 09 17:14:22.058 INFO O| Planning: Evaluating mediators ... Done
77822024-10-09T17:14:23.950Z[ host-image] Oct 09 17:14:22.061 INFO O| Oct 09 17:14:22.061 INFO O| Planning: Planning completed in 2.31 seconds
77832024-10-09T17:14:23.952Z[ host-image] Oct 09 17:14:22.063 INFO O| Oct 09 17:14:22.063 INFO O| Packages to install: 6
77842024-10-09T17:14:23.952Z[ host-image] Oct 09 17:14:22.063 INFO O| Oct 09 17:14:22.063 INFO O| Mediators to change: 1
77852024-10-09T17:14:23.952Z[ host-image] Oct 09 17:14:22.063 INFO O| Oct 09 17:14:22.063 INFO O| Services to change: 1
77862024-10-09T17:14:23.961Z[ recovery-image] Oct 09 17:14:22.072 INFO O| Oct 09 17:14:22.072 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77872024-10-09T17:14:23.965Z[ host-image] Oct 09 17:14:22.076 INFO O| Oct 09 17:14:22.076 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
77882024-10-09T17:14:24.044Z[ recovery-image] Oct 09 17:14:22.154 INFO O| Oct 09 17:14:22.154 INFO completed processing gimlet/ramdisk-03-recovery-trim
77892024-10-09T17:14:24.050Z[ recovery-image] Oct 09 17:14:22.161 INFO image builder template: zfs-recovery...
77902024-10-09T17:14:24.050Z[ recovery-image] Oct 09 17:14:22.161 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/.tmpTauMps/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
77912024-10-09T17:14:24.082Z[ recovery-image] Oct 09 17:14:22.192 INFO O| Oct 09 17:14:22.192 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77922024-10-09T17:14:24.085Z[ recovery-image] Oct 09 17:14:22.196 INFO O| Oct 09 17:14:22.196 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77932024-10-09T17:14:24.335Z[ recovery-image] Oct 09 17:14:22.446 INFO O| Oct 09 17:14:22.446 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77942024-10-09T17:14:24.403Z[ recovery-image] Oct 09 17:14:22.514 INFO O| Oct 09 17:14:22.514 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77952024-10-09T17:14:24.407Z[ recovery-image] Oct 09 17:14:22.514 INFO O| Oct 09 17:14:22.514 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77962024-10-09T17:14:24.409Z[ recovery-image] Oct 09 17:14:22.518 INFO O| Oct 09 17:14:22.518 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77972024-10-09T17:14:24.471Z[ recovery-image] Oct 09 17:14:22.581 INFO O| Oct 09 17:14:22.581 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77982024-10-09T17:14:24.520Z[ recovery-image] Oct 09 17:14:22.631 INFO O| Oct 09 17:14:22.630 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77992024-10-09T17:14:24.529Z[ recovery-image] Oct 09 17:14:22.640 INFO O| Oct 09 17:14:22.640 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78002024-10-09T17:14:24.534Z[ recovery-image] Oct 09 17:14:22.644 INFO O| Oct 09 17:14:22.644 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78012024-10-09T17:14:24.536Z[ recovery-image] Oct 09 17:14:22.646 INFO O| Oct 09 17:14:22.646 INFO no lofi found
78022024-10-09T17:14:24.536Z[ recovery-image] Oct 09 17:14:22.646 INFO O| Oct 09 17:14:22.646 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78032024-10-09T17:14:24.536Z[ recovery-image] Oct 09 17:14:22.646 INFO O| Oct 09 17:14:22.646 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78042024-10-09T17:14:25.900Z[ recovery-image] Oct 09 17:14:24.010 INFO O| Oct 09 17:14:24.010 INFO lofi device = /dev/dsk/c2t1d0p0
78052024-10-09T17:14:25.900Z[ recovery-image] Oct 09 17:14:24.010 INFO O| Oct 09 17:14:24.010 INFO pool device = /dev/dsk/c2t1d0p0
78062024-10-09T17:14:25.902Z[ recovery-image] Oct 09 17:14:24.010 INFO O| Oct 09 17:14:24.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"]
78072024-10-09T17:14:25.974Z[ recovery-image] Oct 09 17:14:24.084 INFO O| Oct 09 17:14:24.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78082024-10-09T17:14:25.974Z[ recovery-image] Oct 09 17:14:24.084 INFO O| Oct 09 17:14:24.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78092024-10-09T17:14:25.989Z[ recovery-image] Oct 09 17:14:24.099 INFO O| Oct 09 17:14:24.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78102024-10-09T17:14:26.049Z[ recovery-image] Oct 09 17:14:24.159 INFO O| Oct 09 17:14:24.159 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78112024-10-09T17:14:26.085Z[ recovery-image] Oct 09 17:14:24.195 INFO O| Oct 09 17:14:24.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78122024-10-09T17:14:26.098Z[ recovery-image] Oct 09 17:14:24.208 INFO O| Oct 09 17:14:24.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78132024-10-09T17:14:26.107Z[ recovery-image] Oct 09 17:14:24.217 INFO O| Oct 09 17:14:24.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78142024-10-09T17:14:26.152Z[ recovery-image] Oct 09 17:14:24.262 INFO O| Oct 09 17:14:24.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78152024-10-09T17:14:26.154Z[ recovery-image] Oct 09 17:14:24.262 INFO O| Oct 09 17:14:24.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78162024-10-09T17:14:26.154Z[ recovery-image] Oct 09 17:14:24.262 INFO O| Oct 09 17:14:24.262 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78172024-10-09T17:14:26.164Z[ recovery-image] Oct 09 17:14:24.274 INFO O| Oct 09 17:14:24.274 INFO boot environment UUID: c9e512f1-deb8-412b-8ef7-217bf9ee928d
78182024-10-09T17:14:26.164Z[ recovery-image] Oct 09 17:14:24.274 INFO O| Oct 09 17:14:24.274 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = c9e512f1-deb8-412b-8ef7-217bf9ee928d
78192024-10-09T17:14:26.173Z[ recovery-image] Oct 09 17:14:24.283 INFO O| Oct 09 17:14:24.283 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78202024-10-09T17:14:26.182Z[ recovery-image] Oct 09 17:14:24.293 INFO O| Oct 09 17:14:24.293 INFO STEP 0 (create_be) COMPLETE
78212024-10-09T17:14:26.183Z[ recovery-image] Oct 09 17:14:24.293 INFO O| Oct 09 17:14:24.293 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78222024-10-09T17:14:26.197Z[ recovery-image] Oct 09 17:14:24.307 INFO O| Oct 09 17:14:24.307 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"]
78232024-10-09T17:14:27.407Z[ recovery-image] Oct 09 17:14:25.516 INFO O| Oct 09 17:14:25.516 INFO STEP 1 (unpack_tar) COMPLETE
78242024-10-09T17:14:27.407Z[ recovery-image] Oct 09 17:14:25.516 INFO O| Oct 09 17:14:25.516 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78252024-10-09T17:14:27.418Z[ recovery-image] Oct 09 17:14:25.527 INFO O| Oct 09 17:14:25.527 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78262024-10-09T17:14:27.609Z[ recovery-image] Oct 09 17:14:25.718 INFO O| Oct 09 17:14:25.718 INFO STEP 2 (devfsadm) COMPLETE
78272024-10-09T17:14:27.609Z[ recovery-image] Oct 09 17:14:25.718 INFO O| Oct 09 17:14:25.718 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78282024-10-09T17:14:27.620Z[ recovery-image] Oct 09 17:14:25.729 INFO O| Oct 09 17:14:25.729 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78292024-10-09T17:14:27.622Z[ recovery-image] Oct 09 17:14:25.729 INFO O| Oct 09 17:14:25.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78302024-10-09T17:14:27.622Z[ recovery-image] Oct 09 17:14:25.730 INFO O| Oct 09 17:14:25.729 INFO STEP 3 (ensure_dir) COMPLETE
78312024-10-09T17:14:27.622Z[ recovery-image] Oct 09 17:14:25.730 INFO O| Oct 09 17:14:25.729 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78322024-10-09T17:14:27.630Z[ recovery-image] Oct 09 17:14:25.739 INFO O| Oct 09 17:14:25.739 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78332024-10-09T17:14:27.630Z[ recovery-image] Oct 09 17:14:25.740 INFO O| Oct 09 17:14:25.739 INFO STEP 4 (ensure_dir) COMPLETE
78342024-10-09T17:14:27.632Z[ recovery-image] Oct 09 17:14:25.740 INFO O| Oct 09 17:14:25.739 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78352024-10-09T17:14:27.639Z[ recovery-image] Oct 09 17:14:25.749 INFO O| Oct 09 17:14:25.749 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78362024-10-09T17:14:27.639Z[ recovery-image] Oct 09 17:14:25.749 INFO O| Oct 09 17:14:25.749 INFO STEP 5 (ensure_dir) COMPLETE
78372024-10-09T17:14:27.642Z[ recovery-image] Oct 09 17:14:25.749 INFO O| Oct 09 17:14:25.749 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78382024-10-09T17:14:27.649Z[ recovery-image] Oct 09 17:14:25.759 INFO O| Oct 09 17:14:25.758 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78392024-10-09T17:14:27.649Z[ recovery-image] Oct 09 17:14:25.759 INFO O| Oct 09 17:14:25.759 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78402024-10-09T17:14:27.651Z[ recovery-image] Oct 09 17:14:25.759 INFO O| Oct 09 17:14:25.759 INFO STEP 6 (ensure_dir) COMPLETE
78412024-10-09T17:14:27.652Z[ recovery-image] Oct 09 17:14:25.759 INFO O| Oct 09 17:14:25.759 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78422024-10-09T17:14:27.658Z[ recovery-image] Oct 09 17:14:25.768 INFO O| Oct 09 17:14:25.768 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78432024-10-09T17:14:27.661Z[ recovery-image] Oct 09 17:14:25.768 INFO O| Oct 09 17:14:25.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78442024-10-09T17:14:27.661Z[ recovery-image] Oct 09 17:14:25.768 INFO O| Oct 09 17:14:25.768 INFO STEP 7 (ensure_dir) COMPLETE
78452024-10-09T17:14:27.661Z[ recovery-image] Oct 09 17:14:25.768 INFO O| Oct 09 17:14:25.768 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78462024-10-09T17:14:27.668Z[ recovery-image] Oct 09 17:14:25.778 INFO O| Oct 09 17:14:25.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78472024-10-09T17:14:27.671Z[ recovery-image] Oct 09 17:14:25.778 INFO O| Oct 09 17:14:25.778 INFO STEP 8 (remove_files) COMPLETE
78482024-10-09T17:14:27.671Z[ recovery-image] Oct 09 17:14:25.778 INFO O| Oct 09 17:14:25.778 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78492024-10-09T17:14:27.677Z[ recovery-image] Oct 09 17:14:25.787 INFO O| Oct 09 17:14:25.787 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78502024-10-09T17:14:27.680Z[ recovery-image] Oct 09 17:14:25.788 INFO O| Oct 09 17:14:25.788 INFO STEP 9 (remove_files) COMPLETE
78512024-10-09T17:14:27.680Z[ recovery-image] Oct 09 17:14:25.788 INFO O| Oct 09 17:14:25.788 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78522024-10-09T17:14:27.688Z[ recovery-image] Oct 09 17:14:25.798 INFO O| Oct 09 17:14:25.798 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78532024-10-09T17:14:27.690Z[ recovery-image] Oct 09 17:14:25.798 INFO O| Oct 09 17:14:25.798 INFO STEP 10 (remove_files) COMPLETE
78542024-10-09T17:14:27.690Z[ recovery-image] Oct 09 17:14:25.798 INFO O| Oct 09 17:14:25.798 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78552024-10-09T17:14:27.698Z[ recovery-image] Oct 09 17:14:25.808 INFO O| Oct 09 17:14:25.808 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78562024-10-09T17:14:27.701Z[ recovery-image] Oct 09 17:14:25.808 INFO O| Oct 09 17:14:25.808 INFO STEP 11 (remove_files) COMPLETE
78572024-10-09T17:14:27.701Z[ recovery-image] Oct 09 17:14:25.808 INFO O| Oct 09 17:14:25.808 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78582024-10-09T17:14:27.708Z[ recovery-image] Oct 09 17:14:25.817 INFO O| Oct 09 17:14:25.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78592024-10-09T17:14:27.711Z[ recovery-image] Oct 09 17:14:25.818 INFO O| Oct 09 17:14:25.818 INFO STEP 12 (remove_files) COMPLETE
78602024-10-09T17:14:27.711Z[ recovery-image] Oct 09 17:14:25.818 INFO O| Oct 09 17:14:25.818 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78612024-10-09T17:14:27.721Z[ recovery-image] Oct 09 17:14:25.827 INFO O| Oct 09 17:14:25.827 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78622024-10-09T17:14:27.724Z[ recovery-image] Oct 09 17:14:25.827 INFO O| Oct 09 17:14:25.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78632024-10-09T17:14:27.724Z[ recovery-image] Oct 09 17:14:25.827 INFO O| Oct 09 17:14:25.827 INFO STEP 13 (ensure_dir) COMPLETE
78642024-10-09T17:14:27.724Z[ recovery-image] Oct 09 17:14:25.827 INFO O| Oct 09 17:14:25.827 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78652024-10-09T17:14:27.727Z[ recovery-image] Oct 09 17:14:25.837 INFO O| Oct 09 17:14:25.837 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78662024-10-09T17:14:27.729Z[ recovery-image] Oct 09 17:14:25.837 INFO O| Oct 09 17:14:25.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78672024-10-09T17:14:27.729Z[ recovery-image] Oct 09 17:14:25.837 INFO O| Oct 09 17:14:25.837 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78682024-10-09T17:14:27.729Z[ recovery-image] Oct 09 17:14:25.837 INFO O| Oct 09 17:14:25.837 INFO STEP 14 (ensure_dir) COMPLETE
78692024-10-09T17:14:27.729Z[ recovery-image] Oct 09 17:14:25.837 INFO O| Oct 09 17:14:25.837 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78702024-10-09T17:14:27.737Z[ recovery-image] Oct 09 17:14:25.846 INFO O| Oct 09 17:14:25.846 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78712024-10-09T17:14:27.739Z[ recovery-image] Oct 09 17:14:25.847 INFO O| Oct 09 17:14:25.846 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78722024-10-09T17:14:27.739Z[ recovery-image] Oct 09 17:14:25.847 INFO O| Oct 09 17:14:25.847 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78732024-10-09T17:14:27.739Z[ recovery-image] Oct 09 17:14:25.847 INFO O| Oct 09 17:14:25.847 INFO STEP 15 (ensure_dir) COMPLETE
78742024-10-09T17:14:27.739Z[ recovery-image] Oct 09 17:14:25.847 INFO O| Oct 09 17:14:25.847 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78752024-10-09T17:14:27.746Z[ recovery-image] Oct 09 17:14:25.856 INFO O| Oct 09 17:14:25.856 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78762024-10-09T17:14:27.749Z[ recovery-image] Oct 09 17:14:25.856 INFO O| Oct 09 17:14:25.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78772024-10-09T17:14:27.749Z[ recovery-image] Oct 09 17:14:25.856 INFO O| Oct 09 17:14:25.856 INFO STEP 16 (ensure_dir) COMPLETE
78782024-10-09T17:14:27.749Z[ recovery-image] Oct 09 17:14:25.856 INFO O| Oct 09 17:14:25.856 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78792024-10-09T17:14:27.756Z[ recovery-image] Oct 09 17:14:25.866 INFO O| Oct 09 17:14:25.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78802024-10-09T17:14:27.756Z[ recovery-image] Oct 09 17:14:25.866 INFO O| Oct 09 17:14:25.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78812024-10-09T17:14:27.756Z[ recovery-image] Oct 09 17:14:25.866 INFO O| Oct 09 17:14:25.866 INFO STEP 17 (ensure_dir) COMPLETE
78822024-10-09T17:14:27.759Z[ recovery-image] Oct 09 17:14:25.866 INFO O| Oct 09 17:14:25.866 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78832024-10-09T17:14:27.769Z[ recovery-image] Oct 09 17:14:25.876 INFO O| Oct 09 17:14:25.876 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78842024-10-09T17:14:27.769Z[ recovery-image] Oct 09 17:14:25.876 INFO O| Oct 09 17:14:25.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78852024-10-09T17:14:27.769Z[ recovery-image] Oct 09 17:14:25.876 INFO O| Oct 09 17:14:25.876 INFO ok!
78862024-10-09T17:14:27.769Z[ recovery-image] Oct 09 17:14:25.876 INFO O| Oct 09 17:14:25.876 INFO STEP 18 (ensure_symlink) COMPLETE
78872024-10-09T17:14:27.769Z[ recovery-image] Oct 09 17:14:25.876 INFO O| Oct 09 17:14:25.876 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-09T17:14:27.776Z[ recovery-image] Oct 09 17:14:25.886 INFO O| Oct 09 17:14:25.886 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78892024-10-09T17:14:27.776Z[ recovery-image] Oct 09 17:14:25.886 INFO O| Oct 09 17:14:25.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78902024-10-09T17:14:27.779Z[ recovery-image] Oct 09 17:14:25.886 INFO O| Oct 09 17:14:25.886 INFO ok!
78912024-10-09T17:14:27.779Z[ recovery-image] Oct 09 17:14:25.886 INFO O| Oct 09 17:14:25.886 INFO STEP 19 (ensure_file) COMPLETE
78922024-10-09T17:14:27.779Z[ recovery-image] Oct 09 17:14:25.886 INFO O| Oct 09 17:14:25.886 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78932024-10-09T17:14:27.786Z[ recovery-image] Oct 09 17:14:25.896 INFO O| Oct 09 17:14:25.896 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78942024-10-09T17:14:27.786Z[ recovery-image] Oct 09 17:14:25.896 INFO O| Oct 09 17:14:25.896 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78952024-10-09T17:14:27.789Z[ recovery-image] Oct 09 17:14:25.896 INFO O| Oct 09 17:14:25.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78962024-10-09T17:14:27.789Z[ recovery-image] Oct 09 17:14:25.896 INFO O| Oct 09 17:14:25.896 INFO ok!
78972024-10-09T17:14:27.790Z[ recovery-image] Oct 09 17:14:25.896 INFO O| Oct 09 17:14:25.896 INFO STEP 20 (ensure_symlink) COMPLETE
78982024-10-09T17:14:27.790Z[ recovery-image] Oct 09 17:14:25.896 INFO O| Oct 09 17:14:25.896 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78992024-10-09T17:14:27.795Z[ recovery-image] Oct 09 17:14:25.905 INFO O| Oct 09 17:14:25.905 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79002024-10-09T17:14:27.795Z[ recovery-image] Oct 09 17:14:25.905 INFO O| Oct 09 17:14:25.905 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79012024-10-09T17:14:27.798Z[ recovery-image] Oct 09 17:14:25.905 INFO O| Oct 09 17:14:25.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79022024-10-09T17:14:27.798Z[ recovery-image] Oct 09 17:14:25.905 INFO O| Oct 09 17:14:25.905 INFO ok!
79032024-10-09T17:14:27.798Z[ recovery-image] Oct 09 17:14:25.905 INFO O| Oct 09 17:14:25.905 INFO STEP 21 (ensure_symlink) COMPLETE
79042024-10-09T17:14:27.798Z[ recovery-image] Oct 09 17:14:25.905 INFO O| Oct 09 17:14:25.905 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79052024-10-09T17:14:27.805Z[ recovery-image] Oct 09 17:14:25.915 INFO O| Oct 09 17:14:25.915 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79062024-10-09T17:14:27.805Z[ recovery-image] Oct 09 17:14:25.915 INFO O| Oct 09 17:14:25.915 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79072024-10-09T17:14:27.808Z[ recovery-image] Oct 09 17:14:25.915 INFO O| Oct 09 17:14:25.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79082024-10-09T17:14:27.808Z[ recovery-image] Oct 09 17:14:25.915 INFO O| Oct 09 17:14:25.915 INFO ok!
79092024-10-09T17:14:27.808Z[ recovery-image] Oct 09 17:14:25.915 INFO O| Oct 09 17:14:25.915 INFO STEP 22 (ensure_symlink) COMPLETE
79102024-10-09T17:14:27.808Z[ recovery-image] Oct 09 17:14:25.915 INFO O| Oct 09 17:14:25.915 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79112024-10-09T17:14:27.815Z[ recovery-image] Oct 09 17:14:25.925 INFO O| Oct 09 17:14:25.925 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79122024-10-09T17:14:27.815Z[ recovery-image] Oct 09 17:14:25.925 INFO O| Oct 09 17:14:25.925 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79132024-10-09T17:14:27.817Z[ recovery-image] Oct 09 17:14:25.925 INFO O| Oct 09 17:14:25.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79142024-10-09T17:14:27.817Z[ recovery-image] Oct 09 17:14:25.925 INFO O| Oct 09 17:14:25.925 INFO ok!
79152024-10-09T17:14:27.817Z[ recovery-image] Oct 09 17:14:25.925 INFO O| Oct 09 17:14:25.925 INFO STEP 23 (ensure_symlink) COMPLETE
79162024-10-09T17:14:27.817Z[ recovery-image] Oct 09 17:14:25.925 INFO O| Oct 09 17:14:25.925 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79172024-10-09T17:14:27.825Z[ recovery-image] Oct 09 17:14:25.935 INFO O| Oct 09 17:14:25.934 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79182024-10-09T17:14:27.827Z[ recovery-image] Oct 09 17:14:25.935 INFO O| Oct 09 17:14:25.935 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 ...
79192024-10-09T17:14:27.827Z[ recovery-image] Oct 09 17:14:25.935 INFO O| Oct 09 17:14:25.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79202024-10-09T17:14:27.827Z[ recovery-image] Oct 09 17:14:25.935 INFO O| Oct 09 17:14:25.935 INFO ok!
79212024-10-09T17:14:27.827Z[ recovery-image] Oct 09 17:14:25.935 INFO O| Oct 09 17:14:25.935 INFO STEP 24 (ensure_file) COMPLETE
79222024-10-09T17:14:27.827Z[ recovery-image] Oct 09 17:14:25.935 INFO O| Oct 09 17:14:25.935 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79232024-10-09T17:14:27.835Z[ recovery-image] Oct 09 17:14:25.945 INFO O| Oct 09 17:14:25.945 INFO updating shadow file
79242024-10-09T17:14:27.837Z[ recovery-image] Oct 09 17:14:25.945 INFO O| Oct 09 17:14:25.945 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79252024-10-09T17:14:27.837Z[ recovery-image] Oct 09 17:14:25.945 INFO O| Oct 09 17:14:25.945 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79262024-10-09T17:14:27.838Z[ recovery-image] Oct 09 17:14:25.945 INFO O| Oct 09 17:14:25.945 INFO STEP 25 (shadow) COMPLETE
79272024-10-09T17:14:27.838Z[ recovery-image] Oct 09 17:14:25.945 INFO O| Oct 09 17:14:25.945 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79282024-10-09T17:14:27.845Z[ recovery-image] Oct 09 17:14:25.955 INFO O| Oct 09 17:14:25.955 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79292024-10-09T17:14:27.845Z[ recovery-image] Oct 09 17:14:25.955 INFO O| Oct 09 17:14:25.955 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79302024-10-09T17:14:27.847Z[ recovery-image] Oct 09 17:14:25.955 INFO O| Oct 09 17:14:25.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79312024-10-09T17:14:27.847Z[ recovery-image] Oct 09 17:14:25.955 INFO O| Oct 09 17:14:25.955 INFO ok!
79322024-10-09T17:14:27.847Z[ recovery-image] Oct 09 17:14:25.955 INFO O| Oct 09 17:14:25.955 INFO STEP 26 (ensure_file) COMPLETE
79332024-10-09T17:14:27.847Z[ recovery-image] Oct 09 17:14:25.955 INFO O| Oct 09 17:14:25.955 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79342024-10-09T17:14:27.855Z[ recovery-image] Oct 09 17:14:25.965 INFO O| Oct 09 17:14:25.965 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79352024-10-09T17:14:27.855Z[ recovery-image] Oct 09 17:14:25.965 INFO O| Oct 09 17:14:25.965 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79362024-10-09T17:14:27.857Z[ recovery-image] Oct 09 17:14:25.965 INFO O| Oct 09 17:14:25.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79372024-10-09T17:14:27.857Z[ recovery-image] Oct 09 17:14:25.965 INFO O| Oct 09 17:14:25.965 INFO ok!
79382024-10-09T17:14:27.857Z[ recovery-image] Oct 09 17:14:25.965 INFO O| Oct 09 17:14:25.965 INFO STEP 27 (ensure_file) COMPLETE
79392024-10-09T17:14:27.857Z[ recovery-image] Oct 09 17:14:25.965 INFO O| Oct 09 17:14:25.965 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79402024-10-09T17:14:27.867Z[ recovery-image] Oct 09 17:14:25.977 INFO O| Oct 09 17:14:25.977 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79412024-10-09T17:14:27.867Z[ recovery-image] Oct 09 17:14:25.977 INFO O| Oct 09 17:14:25.977 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79422024-10-09T17:14:27.869Z[ recovery-image] Oct 09 17:14:25.977 INFO O| Oct 09 17:14:25.977 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79432024-10-09T17:14:27.869Z[ recovery-image] Oct 09 17:14:25.977 INFO O| Oct 09 17:14:25.977 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79442024-10-09T17:14:27.869Z[ recovery-image] Oct 09 17:14:25.977 INFO O| Oct 09 17:14:25.977 INFO ok!
79452024-10-09T17:14:27.870Z[ recovery-image] Oct 09 17:14:25.977 INFO O| Oct 09 17:14:25.977 INFO STEP 28 (ensure_file) COMPLETE
79462024-10-09T17:14:27.870Z[ recovery-image] Oct 09 17:14:25.977 INFO O| Oct 09 17:14:25.977 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79472024-10-09T17:14:27.879Z[ recovery-image] Oct 09 17:14:25.989 INFO O| Oct 09 17:14:25.989 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79482024-10-09T17:14:27.879Z[ recovery-image] Oct 09 17:14:25.989 INFO O| Oct 09 17:14:25.989 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79492024-10-09T17:14:27.881Z[ recovery-image] Oct 09 17:14:25.989 INFO O| Oct 09 17:14:25.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79502024-10-09T17:14:27.881Z[ recovery-image] Oct 09 17:14:25.989 INFO O| Oct 09 17:14:25.989 INFO ok!
79512024-10-09T17:14:27.881Z[ recovery-image] Oct 09 17:14:25.989 INFO O| Oct 09 17:14:25.989 INFO STEP 29 (ensure_file) COMPLETE
79522024-10-09T17:14:27.881Z[ recovery-image] Oct 09 17:14:25.989 INFO O| Oct 09 17:14:25.989 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79532024-10-09T17:14:27.891Z[ recovery-image] Oct 09 17:14:26.001 INFO O| Oct 09 17:14:26.001 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79542024-10-09T17:14:27.892Z[ recovery-image] Oct 09 17:14:26.001 INFO O| Oct 09 17:14:26.001 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79552024-10-09T17:14:27.894Z[ recovery-image] Oct 09 17:14:26.001 INFO O| Oct 09 17:14:26.001 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79562024-10-09T17:14:27.894Z[ recovery-image] Oct 09 17:14:26.001 INFO O| Oct 09 17:14:26.001 INFO ok!
79572024-10-09T17:14:27.894Z[ recovery-image] Oct 09 17:14:26.001 INFO O| Oct 09 17:14:26.001 INFO STEP 30 (ensure_file) COMPLETE
79582024-10-09T17:14:27.894Z[ recovery-image] Oct 09 17:14:26.001 INFO O| Oct 09 17:14:26.001 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79592024-10-09T17:14:27.903Z[ recovery-image] Oct 09 17:14:26.012 INFO O| Oct 09 17:14:26.012 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79602024-10-09T17:14:27.903Z[ recovery-image] Oct 09 17:14:26.013 INFO O| Oct 09 17:14:26.012 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79612024-10-09T17:14:27.905Z[ recovery-image] Oct 09 17:14:26.013 INFO O| Oct 09 17:14:26.013 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79622024-10-09T17:14:27.905Z[ recovery-image] Oct 09 17:14:26.013 INFO O| Oct 09 17:14:26.013 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79632024-10-09T17:14:27.905Z[ recovery-image] Oct 09 17:14:26.013 INFO O| Oct 09 17:14:26.013 INFO ok!
79642024-10-09T17:14:27.905Z[ recovery-image] Oct 09 17:14:26.013 INFO O| Oct 09 17:14:26.013 INFO STEP 31 (ensure_file) COMPLETE
79652024-10-09T17:14:27.905Z[ recovery-image] Oct 09 17:14:26.013 INFO O| Oct 09 17:14:26.013 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79662024-10-09T17:14:27.913Z[ recovery-image] Oct 09 17:14:26.023 INFO O| Oct 09 17:14:26.023 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79672024-10-09T17:14:27.913Z[ recovery-image] Oct 09 17:14:26.023 INFO O| Oct 09 17:14:26.023 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79682024-10-09T17:14:27.915Z[ recovery-image] Oct 09 17:14:26.023 INFO O| Oct 09 17:14:26.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79692024-10-09T17:14:27.915Z[ recovery-image] Oct 09 17:14:26.023 INFO O| Oct 09 17:14:26.023 INFO ok!
79702024-10-09T17:14:27.915Z[ recovery-image] Oct 09 17:14:26.023 INFO O| Oct 09 17:14:26.023 INFO STEP 32 (ensure_file) COMPLETE
79712024-10-09T17:14:27.915Z[ recovery-image] Oct 09 17:14:26.023 INFO O| Oct 09 17:14:26.023 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79722024-10-09T17:14:27.923Z[ recovery-image] Oct 09 17:14:26.033 INFO O| Oct 09 17:14:26.033 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79732024-10-09T17:14:27.923Z[ recovery-image] Oct 09 17:14:26.033 INFO O| Oct 09 17:14:26.033 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79742024-10-09T17:14:27.926Z[ recovery-image] Oct 09 17:14:26.033 INFO O| Oct 09 17:14:26.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79752024-10-09T17:14:27.926Z[ recovery-image] Oct 09 17:14:26.033 INFO O| Oct 09 17:14:26.033 INFO ok!
79762024-10-09T17:14:27.926Z[ recovery-image] Oct 09 17:14:26.033 INFO O| Oct 09 17:14:26.033 INFO STEP 33 (ensure_file) COMPLETE
79772024-10-09T17:14:27.926Z[ recovery-image] Oct 09 17:14:26.033 INFO O| Oct 09 17:14:26.033 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79782024-10-09T17:14:27.933Z[ recovery-image] Oct 09 17:14:26.042 INFO O| Oct 09 17:14:26.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79792024-10-09T17:14:27.933Z[ recovery-image] Oct 09 17:14:26.043 INFO O| Oct 09 17:14:26.042 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79802024-10-09T17:14:27.936Z[ recovery-image] Oct 09 17:14:26.043 INFO O| Oct 09 17:14:26.043 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79812024-10-09T17:14:27.936Z[ recovery-image] Oct 09 17:14:26.043 INFO O| Oct 09 17:14:26.043 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79822024-10-09T17:14:27.936Z[ recovery-image] Oct 09 17:14:26.043 INFO O| Oct 09 17:14:26.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79832024-10-09T17:14:27.936Z[ recovery-image] Oct 09 17:14:26.043 INFO O| Oct 09 17:14:26.043 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79842024-10-09T17:14:27.936Z[ recovery-image] Oct 09 17:14:26.043 INFO O| Oct 09 17:14:26.043 INFO ok!
79852024-10-09T17:14:27.936Z[ recovery-image] Oct 09 17:14:26.043 INFO O| Oct 09 17:14:26.043 INFO STEP 34 (ensure_file) COMPLETE
79862024-10-09T17:14:27.936Z[ recovery-image] Oct 09 17:14:26.043 INFO O| Oct 09 17:14:26.043 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79872024-10-09T17:14:27.943Z[ recovery-image] Oct 09 17:14:26.053 INFO O| Oct 09 17:14:26.053 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79882024-10-09T17:14:27.945Z[ recovery-image] Oct 09 17:14:26.053 INFO O| Oct 09 17:14:26.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79892024-10-09T17:14:27.945Z[ recovery-image] Oct 09 17:14:26.053 INFO O| Oct 09 17:14:26.053 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79902024-10-09T17:14:27.945Z[ recovery-image] Oct 09 17:14:26.053 INFO O| Oct 09 17:14:26.053 INFO STEP 35 (ensure_dir) COMPLETE
79912024-10-09T17:14:27.945Z[ recovery-image] Oct 09 17:14:26.053 INFO O| Oct 09 17:14:26.053 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79922024-10-09T17:14:27.953Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 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
79932024-10-09T17:14:27.953Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 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 ...
79942024-10-09T17:14:27.955Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 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
79952024-10-09T17:14:27.955Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 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
79962024-10-09T17:14:27.955Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 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
79972024-10-09T17:14:27.955Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 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
79982024-10-09T17:14:27.955Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 INFO ok!
79992024-10-09T17:14:27.955Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 INFO STEP 36 (ensure_file) COMPLETE
80002024-10-09T17:14:27.955Z[ recovery-image] Oct 09 17:14:26.063 INFO O| Oct 09 17:14:26.063 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80012024-10-09T17:14:27.965Z[ recovery-image] Oct 09 17:14:26.074 INFO O| Oct 09 17:14:26.074 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80022024-10-09T17:14:27.965Z[ recovery-image] Oct 09 17:14:26.075 INFO O| Oct 09 17:14:26.074 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 ...
80032024-10-09T17:14:27.967Z[ recovery-image] Oct 09 17:14:26.075 INFO O| Oct 09 17:14:26.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80042024-10-09T17:14:27.967Z[ recovery-image] Oct 09 17:14:26.075 INFO O| Oct 09 17:14:26.075 INFO ok!
80052024-10-09T17:14:27.967Z[ recovery-image] Oct 09 17:14:26.075 INFO O| Oct 09 17:14:26.075 INFO STEP 37 (ensure_symlink) COMPLETE
80062024-10-09T17:14:27.967Z[ recovery-image] Oct 09 17:14:26.075 INFO O| Oct 09 17:14:26.075 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80072024-10-09T17:14:27.974Z[ host-image] Oct 09 17:14:26.084 INFO O| Oct 09 17:14:26.084 INFO O| Download: Completed 8.42 MB in 4.01 seconds (2.1M/s)
80082024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.084 INFO O| Oct 09 17:14:26.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80092024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.084 INFO O| Oct 09 17:14:26.084 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80102024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.085 INFO O| Oct 09 17:14:26.085 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80112024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.085 INFO O| Oct 09 17:14:26.085 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80122024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.085 INFO O| Oct 09 17:14:26.085 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80132024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.085 INFO O| Oct 09 17:14:26.085 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80142024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.085 INFO O| Oct 09 17:14:26.085 INFO ok!
80152024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.085 INFO O| Oct 09 17:14:26.085 INFO STEP 38 (ensure_file) COMPLETE
80162024-10-09T17:14:27.977Z[ recovery-image] Oct 09 17:14:26.085 INFO O| Oct 09 17:14:26.085 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80172024-10-09T17:14:27.986Z[ recovery-image] Oct 09 17:14:26.095 INFO O| Oct 09 17:14:26.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80182024-10-09T17:14:27.986Z[ recovery-image] Oct 09 17:14:26.095 INFO O| Oct 09 17:14:26.095 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 ...
80192024-10-09T17:14:27.989Z[ recovery-image] Oct 09 17:14:26.095 INFO O| Oct 09 17:14:26.095 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
80202024-10-09T17:14:27.989Z[ recovery-image] Oct 09 17:14:26.095 INFO O| Oct 09 17:14:26.095 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80212024-10-09T17:14:27.990Z[ recovery-image] Oct 09 17:14:26.095 INFO O| Oct 09 17:14:26.095 INFO ok!
80222024-10-09T17:14:27.990Z[ recovery-image] Oct 09 17:14:26.095 INFO O| Oct 09 17:14:26.095 INFO STEP 39 (ensure_file) COMPLETE
80232024-10-09T17:14:27.990Z[ recovery-image] Oct 09 17:14:26.095 INFO O| Oct 09 17:14:26.095 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80242024-10-09T17:14:27.996Z[ recovery-image] Oct 09 17:14:26.105 INFO O| Oct 09 17:14:26.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80252024-10-09T17:14:27.996Z[ recovery-image] Oct 09 17:14:26.105 INFO O| Oct 09 17:14:26.105 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80262024-10-09T17:14:27.999Z[ recovery-image] Oct 09 17:14:26.105 INFO O| Oct 09 17:14:26.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80272024-10-09T17:14:27.999Z[ recovery-image] Oct 09 17:14:26.105 INFO O| Oct 09 17:14:26.105 INFO ok!
80282024-10-09T17:14:27.999Z[ recovery-image] Oct 09 17:14:26.105 INFO O| Oct 09 17:14:26.105 INFO STEP 40 (ensure_file) COMPLETE
80292024-10-09T17:14:27.999Z[ recovery-image] Oct 09 17:14:26.105 INFO O| Oct 09 17:14:26.105 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80302024-10-09T17:14:28.006Z[ recovery-image] Oct 09 17:14:26.115 INFO O| Oct 09 17:14:26.115 INFO updating shadow file
80312024-10-09T17:14:28.008Z[ recovery-image] Oct 09 17:14:26.115 INFO O| Oct 09 17:14:26.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80322024-10-09T17:14:28.008Z[ recovery-image] Oct 09 17:14:26.116 INFO O| Oct 09 17:14:26.116 INFO STEP 41 (shadow) COMPLETE
80332024-10-09T17:14:28.008Z[ recovery-image] Oct 09 17:14:26.116 INFO O| Oct 09 17:14:26.116 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80342024-10-09T17:14:28.016Z[ recovery-image] Oct 09 17:14:26.125 INFO O| Oct 09 17:14:26.125 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80352024-10-09T17:14:28.018Z[ recovery-image] Oct 09 17:14:26.125 INFO O| Oct 09 17:14:26.125 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80362024-10-09T17:14:28.018Z[ recovery-image] Oct 09 17:14:26.126 INFO O| Oct 09 17:14:26.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80372024-10-09T17:14:28.018Z[ recovery-image] Oct 09 17:14:26.126 INFO O| Oct 09 17:14:26.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80382024-10-09T17:14:28.018Z[ recovery-image] Oct 09 17:14:26.126 INFO O| Oct 09 17:14:26.126 INFO ok!
80392024-10-09T17:14:28.018Z[ recovery-image] Oct 09 17:14:26.126 INFO O| Oct 09 17:14:26.126 INFO STEP 42 (ensure_file) COMPLETE
80402024-10-09T17:14:28.018Z[ recovery-image] Oct 09 17:14:26.126 INFO O| Oct 09 17:14:26.126 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80412024-10-09T17:14:28.026Z[ recovery-image] Oct 09 17:14:26.135 INFO O| Oct 09 17:14:26.135 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80422024-10-09T17:14:28.026Z[ recovery-image] Oct 09 17:14:26.135 INFO O| Oct 09 17:14:26.135 INFO STEP 43 (ensure_dir) COMPLETE
80432024-10-09T17:14:28.028Z[ recovery-image] Oct 09 17:14:26.135 INFO O| Oct 09 17:14:26.135 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80442024-10-09T17:14:28.033Z[ host-image] Oct 09 17:14:26.143 INFO O| Oct 09 17:14:26.143 INFO O| Actions: 1/1361 actions (Installing new actions)
80452024-10-09T17:14:28.036Z[ recovery-image] Oct 09 17:14:26.145 INFO O| Oct 09 17:14:26.145 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80462024-10-09T17:14:28.036Z[ recovery-image] Oct 09 17:14:26.145 INFO O| Oct 09 17:14:26.145 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80472024-10-09T17:14:28.038Z[ recovery-image] Oct 09 17:14:26.145 INFO O| Oct 09 17:14:26.145 INFO STEP 44 (ensure_dir) COMPLETE
80482024-10-09T17:14:28.038Z[ recovery-image] Oct 09 17:14:26.145 INFO O| Oct 09 17:14:26.145 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80492024-10-09T17:14:28.047Z[ recovery-image] Oct 09 17:14:26.157 INFO O| Oct 09 17:14:26.157 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80502024-10-09T17:14:28.047Z[ recovery-image] Oct 09 17:14:26.157 INFO O| Oct 09 17:14:26.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80512024-10-09T17:14:28.047Z[ recovery-image] Oct 09 17:14:26.157 INFO O| Oct 09 17:14:26.157 INFO STEP 45 (ensure_dir) COMPLETE
80522024-10-09T17:14:28.050Z[ recovery-image] Oct 09 17:14:26.157 INFO O| Oct 09 17:14:26.157 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80532024-10-09T17:14:28.057Z[ recovery-image] Oct 09 17:14:26.167 INFO O| Oct 09 17:14:26.167 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80542024-10-09T17:14:28.057Z[ recovery-image] Oct 09 17:14:26.167 INFO O| Oct 09 17:14:26.167 INFO copying /tmp/.tmpTauMps/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80552024-10-09T17:14:28.087Z[ recovery-image] Oct 09 17:14:26.197 INFO O| Oct 09 17:14:26.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80562024-10-09T17:14:28.088Z[ recovery-image] Oct 09 17:14:26.197 INFO O| Oct 09 17:14:26.197 INFO ok!
80572024-10-09T17:14:28.088Z[ recovery-image] Oct 09 17:14:26.197 INFO O| Oct 09 17:14:26.197 INFO STEP 46 (ensure_file) COMPLETE
80582024-10-09T17:14:28.088Z[ recovery-image] Oct 09 17:14:26.197 INFO O| Oct 09 17:14:26.197 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80592024-10-09T17:14:28.098Z[ recovery-image] Oct 09 17:14:26.208 INFO O| Oct 09 17:14:26.208 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80602024-10-09T17:14:28.099Z[ recovery-image] Oct 09 17:14:26.208 INFO O| Oct 09 17:14:26.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80612024-10-09T17:14:28.101Z[ recovery-image] Oct 09 17:14:26.208 INFO O| Oct 09 17:14:26.208 INFO STEP 47 (ensure_dir) COMPLETE
80622024-10-09T17:14:28.101Z[ recovery-image] Oct 09 17:14:26.208 INFO O| Oct 09 17:14:26.208 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80632024-10-09T17:14:28.108Z[ recovery-image] Oct 09 17:14:26.218 INFO O| Oct 09 17:14:26.218 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80642024-10-09T17:14:28.109Z[ recovery-image] Oct 09 17:14:26.218 INFO O| Oct 09 17:14:26.218 INFO copying /tmp/.tmpTauMps/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80652024-10-09T17:14:28.111Z[ recovery-image] Oct 09 17:14:26.218 INFO O| Oct 09 17:14:26.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80662024-10-09T17:14:28.111Z[ recovery-image] Oct 09 17:14:26.218 INFO O| Oct 09 17:14:26.218 INFO ok!
80672024-10-09T17:14:28.111Z[ recovery-image] Oct 09 17:14:26.218 INFO O| Oct 09 17:14:26.218 INFO STEP 48 (ensure_file) COMPLETE
80682024-10-09T17:14:28.111Z[ recovery-image] Oct 09 17:14:26.218 INFO O| Oct 09 17:14:26.218 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80692024-10-09T17:14:28.118Z[ recovery-image] Oct 09 17:14:26.228 INFO O| Oct 09 17:14:26.228 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80702024-10-09T17:14:28.121Z[ recovery-image] Oct 09 17:14:26.228 INFO O| Oct 09 17:14:26.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80712024-10-09T17:14:28.121Z[ recovery-image] Oct 09 17:14:26.228 INFO O| Oct 09 17:14:26.228 INFO STEP 49 (ensure_dir) COMPLETE
80722024-10-09T17:14:28.121Z[ recovery-image] Oct 09 17:14:26.228 INFO O| Oct 09 17:14:26.228 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80732024-10-09T17:14:28.128Z[ recovery-image] Oct 09 17:14:26.238 INFO O| Oct 09 17:14:26.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80742024-10-09T17:14:28.128Z[ recovery-image] Oct 09 17:14:26.238 INFO O| Oct 09 17:14:26.238 INFO copying /tmp/.tmpTauMps/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80752024-10-09T17:14:28.142Z[ recovery-image] Oct 09 17:14:26.252 INFO O| Oct 09 17:14:26.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80762024-10-09T17:14:28.146Z[ recovery-image] Oct 09 17:14:26.252 INFO O| Oct 09 17:14:26.252 INFO ok!
80772024-10-09T17:14:28.146Z[ recovery-image] Oct 09 17:14:26.252 INFO O| Oct 09 17:14:26.252 INFO STEP 50 (ensure_file) COMPLETE
80782024-10-09T17:14:28.146Z[ recovery-image] Oct 09 17:14:26.252 INFO O| Oct 09 17:14:26.252 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80792024-10-09T17:14:28.153Z[ recovery-image] Oct 09 17:14:26.263 INFO O| Oct 09 17:14:26.263 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80802024-10-09T17:14:28.153Z[ recovery-image] Oct 09 17:14:26.263 INFO O| Oct 09 17:14:26.263 INFO copying /tmp/.tmpTauMps/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80812024-10-09T17:14:28.432Z[ recovery-image] Oct 09 17:14:26.540 INFO O| Oct 09 17:14:26.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80822024-10-09T17:14:28.432Z[ recovery-image] Oct 09 17:14:26.540 INFO O| Oct 09 17:14:26.540 INFO ok!
80832024-10-09T17:14:28.432Z[ recovery-image] Oct 09 17:14:26.540 INFO O| Oct 09 17:14:26.540 INFO STEP 51 (ensure_file) COMPLETE
80842024-10-09T17:14:28.434Z[ recovery-image] Oct 09 17:14:26.540 INFO O| Oct 09 17:14:26.540 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80852024-10-09T17:14:28.444Z[ recovery-image] Oct 09 17:14:26.553 INFO O| Oct 09 17:14:26.553 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80862024-10-09T17:14:28.446Z[ recovery-image] Oct 09 17:14:26.553 INFO O| Oct 09 17:14:26.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80872024-10-09T17:14:28.446Z[ recovery-image] Oct 09 17:14:26.553 INFO O| Oct 09 17:14:26.553 INFO STEP 52 (ensure_dir) COMPLETE
80882024-10-09T17:14:28.446Z[ recovery-image] Oct 09 17:14:26.553 INFO O| Oct 09 17:14:26.553 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80892024-10-09T17:14:28.454Z[ recovery-image] Oct 09 17:14:26.564 INFO O| Oct 09 17:14:26.564 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80902024-10-09T17:14:28.454Z[ recovery-image] Oct 09 17:14:26.564 INFO O| Oct 09 17:14:26.564 INFO copying /tmp/.tmpTauMps/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 ...
80912024-10-09T17:14:28.454Z[ recovery-image] Oct 09 17:14:26.564 INFO O| Oct 09 17:14:26.564 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
80922024-10-09T17:14:28.457Z[ recovery-image] Oct 09 17:14:26.564 INFO O| Oct 09 17:14:26.564 INFO ok!
80932024-10-09T17:14:28.457Z[ recovery-image] Oct 09 17:14:26.564 INFO O| Oct 09 17:14:26.564 INFO STEP 53 (ensure_file) COMPLETE
80942024-10-09T17:14:28.457Z[ recovery-image] Oct 09 17:14:26.564 INFO O| Oct 09 17:14:26.564 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80952024-10-09T17:14:28.464Z[ recovery-image] Oct 09 17:14:26.574 INFO O| Oct 09 17:14:26.574 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80962024-10-09T17:14:28.464Z[ recovery-image] Oct 09 17:14:26.574 INFO O| Oct 09 17:14:26.574 INFO copying /tmp/.tmpTauMps/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 ...
80972024-10-09T17:14:28.467Z[ recovery-image] Oct 09 17:14:26.574 INFO O| Oct 09 17:14:26.574 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
80982024-10-09T17:14:28.467Z[ recovery-image] Oct 09 17:14:26.574 INFO O| Oct 09 17:14:26.574 INFO ok!
80992024-10-09T17:14:28.467Z[ recovery-image] Oct 09 17:14:26.574 INFO O| Oct 09 17:14:26.574 INFO STEP 54 (ensure_file) COMPLETE
81002024-10-09T17:14:28.467Z[ recovery-image] Oct 09 17:14:26.574 INFO O| Oct 09 17:14:26.574 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81012024-10-09T17:14:28.474Z[ recovery-image] Oct 09 17:14:26.584 INFO O| Oct 09 17:14:26.584 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81022024-10-09T17:14:28.478Z[ recovery-image] Oct 09 17:14:26.584 INFO O| Oct 09 17:14:26.584 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81032024-10-09T17:14:28.478Z[ recovery-image] Oct 09 17:14:26.584 INFO O| Oct 09 17:14:26.584 INFO STEP 55 (ensure_dir) COMPLETE
81042024-10-09T17:14:28.478Z[ recovery-image] Oct 09 17:14:26.584 INFO O| Oct 09 17:14:26.584 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81052024-10-09T17:14:28.485Z[ recovery-image] Oct 09 17:14:26.594 INFO O| Oct 09 17:14:26.594 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81062024-10-09T17:14:28.485Z[ recovery-image] Oct 09 17:14:26.594 INFO O| Oct 09 17:14:26.594 INFO copying /tmp/.tmpTauMps/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 ...
81072024-10-09T17:14:28.489Z[ recovery-image] Oct 09 17:14:26.594 INFO O| Oct 09 17:14:26.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81082024-10-09T17:14:28.489Z[ recovery-image] Oct 09 17:14:26.594 INFO O| Oct 09 17:14:26.594 INFO ok!
81092024-10-09T17:14:28.490Z[ recovery-image] Oct 09 17:14:26.594 INFO O| Oct 09 17:14:26.594 INFO STEP 56 (ensure_file) COMPLETE
81102024-10-09T17:14:28.490Z[ recovery-image] Oct 09 17:14:26.594 INFO O| Oct 09 17:14:26.594 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81112024-10-09T17:14:28.494Z[ recovery-image] Oct 09 17:14:26.604 INFO O| Oct 09 17:14:26.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81122024-10-09T17:14:28.498Z[ recovery-image] Oct 09 17:14:26.604 INFO O| Oct 09 17:14:26.604 INFO copying /tmp/.tmpTauMps/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 ...
81132024-10-09T17:14:28.498Z[ recovery-image] Oct 09 17:14:26.604 INFO O| Oct 09 17:14:26.604 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
81142024-10-09T17:14:28.498Z[ recovery-image] Oct 09 17:14:26.604 INFO O| Oct 09 17:14:26.604 INFO ok!
81152024-10-09T17:14:28.498Z[ recovery-image] Oct 09 17:14:26.604 INFO O| Oct 09 17:14:26.604 INFO STEP 57 (ensure_file) COMPLETE
81162024-10-09T17:14:28.498Z[ recovery-image] Oct 09 17:14:26.604 INFO O| Oct 09 17:14:26.604 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-10-09T17:14:28.504Z[ recovery-image] Oct 09 17:14:26.614 INFO O| Oct 09 17:14:26.614 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81182024-10-09T17:14:28.507Z[ recovery-image] Oct 09 17:14:26.614 INFO O| Oct 09 17:14:26.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81192024-10-09T17:14:28.507Z[ recovery-image] Oct 09 17:14:26.614 INFO O| Oct 09 17:14:26.614 INFO STEP 58 (ensure_dir) COMPLETE
81202024-10-09T17:14:28.507Z[ recovery-image] Oct 09 17:14:26.614 INFO O| Oct 09 17:14:26.614 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81212024-10-09T17:14:28.515Z[ recovery-image] Oct 09 17:14:26.624 INFO O| Oct 09 17:14:26.624 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81222024-10-09T17:14:28.515Z[ recovery-image] Oct 09 17:14:26.624 INFO O| Oct 09 17:14:26.624 INFO copying /tmp/.tmpTauMps/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 ...
81232024-10-09T17:14:28.517Z[ recovery-image] Oct 09 17:14:26.624 INFO O| Oct 09 17:14:26.624 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81242024-10-09T17:14:28.517Z[ recovery-image] Oct 09 17:14:26.624 INFO O| Oct 09 17:14:26.624 INFO ok!
81252024-10-09T17:14:28.517Z[ recovery-image] Oct 09 17:14:26.624 INFO O| Oct 09 17:14:26.624 INFO STEP 59 (ensure_file) COMPLETE
81262024-10-09T17:14:28.517Z[ recovery-image] Oct 09 17:14:26.624 INFO O| Oct 09 17:14:26.624 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81272024-10-09T17:14:28.528Z[ recovery-image] Oct 09 17:14:26.638 INFO O| Oct 09 17:14:26.638 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81282024-10-09T17:14:28.528Z[ recovery-image] Oct 09 17:14:26.638 INFO O| Oct 09 17:14:26.638 INFO copying /tmp/.tmpTauMps/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81292024-10-09T17:14:28.531Z[ recovery-image] Oct 09 17:14:26.638 INFO O| Oct 09 17:14:26.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81302024-10-09T17:14:28.531Z[ recovery-image] Oct 09 17:14:26.638 INFO O| Oct 09 17:14:26.638 INFO ok!
81312024-10-09T17:14:28.531Z[ recovery-image] Oct 09 17:14:26.638 INFO O| Oct 09 17:14:26.638 INFO STEP 60 (ensure_file) COMPLETE
81322024-10-09T17:14:28.531Z[ recovery-image] Oct 09 17:14:26.638 INFO O| Oct 09 17:14:26.638 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81332024-10-09T17:14:28.538Z[ recovery-image] Oct 09 17:14:26.648 INFO O| Oct 09 17:14:26.648 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81342024-10-09T17:14:28.538Z[ recovery-image] Oct 09 17:14:26.648 INFO O| Oct 09 17:14:26.648 INFO STEP 61 (ensure_dir) COMPLETE
81352024-10-09T17:14:28.541Z[ recovery-image] Oct 09 17:14:26.648 INFO O| Oct 09 17:14:26.648 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81362024-10-09T17:14:28.548Z[ recovery-image] Oct 09 17:14:26.657 INFO O| Oct 09 17:14:26.657 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81372024-10-09T17:14:28.548Z[ recovery-image] Oct 09 17:14:26.657 INFO O| Oct 09 17:14:26.657 INFO STEP 62 (ensure_dir) COMPLETE
81382024-10-09T17:14:28.550Z[ recovery-image] Oct 09 17:14:26.657 INFO O| Oct 09 17:14:26.657 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81392024-10-09T17:14:28.557Z[ recovery-image] Oct 09 17:14:26.667 INFO O| Oct 09 17:14:26.667 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81402024-10-09T17:14:28.557Z[ recovery-image] Oct 09 17:14:26.667 INFO O| Oct 09 17:14:26.667 INFO STEP 63 (ensure_dir) COMPLETE
81412024-10-09T17:14:28.560Z[ recovery-image] Oct 09 17:14:26.667 INFO O| Oct 09 17:14:26.667 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81422024-10-09T17:14:28.567Z[ recovery-image] Oct 09 17:14:26.677 INFO O| Oct 09 17:14:26.677 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81432024-10-09T17:14:28.567Z[ recovery-image] Oct 09 17:14:26.677 INFO O| Oct 09 17:14:26.677 INFO STEP 64 (ensure_dir) COMPLETE
81442024-10-09T17:14:28.567Z[ recovery-image] Oct 09 17:14:26.677 INFO O| Oct 09 17:14:26.677 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81452024-10-09T17:14:28.577Z[ recovery-image] Oct 09 17:14:26.686 INFO O| Oct 09 17:14:26.686 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81462024-10-09T17:14:28.577Z[ recovery-image] Oct 09 17:14:26.686 INFO O| Oct 09 17:14:26.686 INFO copying /tmp/.tmpTauMps/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81472024-10-09T17:14:28.579Z[ recovery-image] Oct 09 17:14:26.686 INFO O| Oct 09 17:14:26.686 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81482024-10-09T17:14:28.579Z[ recovery-image] Oct 09 17:14:26.686 INFO O| Oct 09 17:14:26.686 INFO ok!
81492024-10-09T17:14:28.579Z[ recovery-image] Oct 09 17:14:26.686 INFO O| Oct 09 17:14:26.686 INFO STEP 65 (ensure_file) COMPLETE
81502024-10-09T17:14:28.579Z[ recovery-image] Oct 09 17:14:26.686 INFO O| Oct 09 17:14:26.686 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81512024-10-09T17:14:28.586Z[ recovery-image] Oct 09 17:14:26.696 INFO O| Oct 09 17:14:26.696 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81522024-10-09T17:14:28.589Z[ recovery-image] Oct 09 17:14:26.696 INFO O| Oct 09 17:14:26.696 INFO STEP 66 (remove_files) COMPLETE
81532024-10-09T17:14:28.589Z[ recovery-image] Oct 09 17:14:26.696 INFO O| Oct 09 17:14:26.696 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81542024-10-09T17:14:28.593Z[ host-image] Oct 09 17:14:26.702 INFO O| Oct 09 17:14:26.702 INFO O| Actions: Completed 1361 actions in 0.56 seconds.
81552024-10-09T17:14:28.596Z[ recovery-image] Oct 09 17:14:26.706 INFO O| Oct 09 17:14:26.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81562024-10-09T17:14:28.599Z[ recovery-image] Oct 09 17:14:26.706 INFO O| Oct 09 17:14:26.706 INFO STEP 67 (remove_files) COMPLETE
81572024-10-09T17:14:28.599Z[ recovery-image] Oct 09 17:14:26.706 INFO O| Oct 09 17:14:26.706 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81582024-10-09T17:14:28.607Z[ recovery-image] Oct 09 17:14:26.716 INFO O| Oct 09 17:14:26.716 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81592024-10-09T17:14:28.609Z[ recovery-image] Oct 09 17:14:26.716 INFO O| Oct 09 17:14:26.716 INFO STEP 68 (remove_files) COMPLETE
81602024-10-09T17:14:28.609Z[ recovery-image] Oct 09 17:14:26.716 INFO O| Oct 09 17:14:26.716 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81612024-10-09T17:14:28.617Z[ recovery-image] Oct 09 17:14:26.726 INFO O| Oct 09 17:14:26.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81622024-10-09T17:14:28.619Z[ recovery-image] Oct 09 17:14:26.726 INFO O| Oct 09 17:14:26.726 INFO STEP 69 (remove_files) COMPLETE
81632024-10-09T17:14:28.619Z[ recovery-image] Oct 09 17:14:26.726 INFO O| Oct 09 17:14:26.726 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81642024-10-09T17:14:28.627Z[ recovery-image] Oct 09 17:14:26.737 INFO O| Oct 09 17:14:26.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81652024-10-09T17:14:28.630Z[ recovery-image] Oct 09 17:14:26.737 INFO O| Oct 09 17:14:26.737 INFO STEP 70 (remove_files) COMPLETE
81662024-10-09T17:14:28.630Z[ recovery-image] Oct 09 17:14:26.737 INFO O| Oct 09 17:14:26.737 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81672024-10-09T17:14:28.637Z[ recovery-image] Oct 09 17:14:26.747 INFO O| Oct 09 17:14:26.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81682024-10-09T17:14:28.640Z[ recovery-image] Oct 09 17:14:26.747 INFO O| Oct 09 17:14:26.747 INFO STEP 71 (remove_files) COMPLETE
81692024-10-09T17:14:28.640Z[ recovery-image] Oct 09 17:14:26.747 INFO O| Oct 09 17:14:26.747 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81702024-10-09T17:14:28.647Z[ recovery-image] Oct 09 17:14:26.757 INFO O| Oct 09 17:14:26.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81712024-10-09T17:14:28.647Z[ recovery-image] Oct 09 17:14:26.757 INFO O| Oct 09 17:14:26.757 INFO STEP 72 (remove_files) COMPLETE
81722024-10-09T17:14:28.647Z[ recovery-image] Oct 09 17:14:26.757 INFO O| Oct 09 17:14:26.757 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81732024-10-09T17:14:28.657Z[ recovery-image] Oct 09 17:14:26.766 INFO O| Oct 09 17:14:26.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81742024-10-09T17:14:28.657Z[ recovery-image] Oct 09 17:14:26.766 INFO O| Oct 09 17:14:26.766 INFO STEP 73 (remove_files) COMPLETE
81752024-10-09T17:14:28.659Z[ recovery-image] Oct 09 17:14:26.766 INFO O| Oct 09 17:14:26.766 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81762024-10-09T17:14:28.667Z[ recovery-image] Oct 09 17:14:26.776 INFO O| Oct 09 17:14:26.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81772024-10-09T17:14:28.669Z[ recovery-image] Oct 09 17:14:26.776 INFO O| Oct 09 17:14:26.776 INFO STEP 74 (remove_files) COMPLETE
81782024-10-09T17:14:28.669Z[ recovery-image] Oct 09 17:14:26.776 INFO O| Oct 09 17:14:26.776 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81792024-10-09T17:14:28.677Z[ recovery-image] Oct 09 17:14:26.786 INFO O| Oct 09 17:14:26.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81802024-10-09T17:14:28.677Z[ recovery-image] Oct 09 17:14:26.786 INFO O| Oct 09 17:14:26.786 INFO STEP 75 (remove_files) COMPLETE
81812024-10-09T17:14:28.677Z[ recovery-image] Oct 09 17:14:26.786 INFO O| Oct 09 17:14:26.786 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81822024-10-09T17:14:28.687Z[ recovery-image] Oct 09 17:14:26.796 INFO O| Oct 09 17:14:26.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81832024-10-09T17:14:28.687Z[ recovery-image] Oct 09 17:14:26.796 INFO O| Oct 09 17:14:26.796 INFO STEP 76 (remove_files) COMPLETE
81842024-10-09T17:14:28.689Z[ recovery-image] Oct 09 17:14:26.797 INFO O| Oct 09 17:14:26.796 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81852024-10-09T17:14:28.697Z[ recovery-image] Oct 09 17:14:26.806 INFO O| Oct 09 17:14:26.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81862024-10-09T17:14:28.698Z[ recovery-image] Oct 09 17:14:26.806 INFO O| Oct 09 17:14:26.806 INFO STEP 77 (remove_files) COMPLETE
81872024-10-09T17:14:28.700Z[ recovery-image] Oct 09 17:14:26.806 INFO O| Oct 09 17:14:26.806 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81882024-10-09T17:14:28.707Z[ recovery-image] Oct 09 17:14:26.816 INFO O| Oct 09 17:14:26.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81892024-10-09T17:14:28.707Z[ recovery-image] Oct 09 17:14:26.816 INFO O| Oct 09 17:14:26.816 INFO STEP 78 (remove_files) COMPLETE
81902024-10-09T17:14:28.710Z[ recovery-image] Oct 09 17:14:26.816 INFO O| Oct 09 17:14:26.816 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81912024-10-09T17:14:28.717Z[ recovery-image] Oct 09 17:14:26.826 INFO O| Oct 09 17:14:26.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81922024-10-09T17:14:28.717Z[ recovery-image] Oct 09 17:14:26.826 INFO O| Oct 09 17:14:26.826 INFO STEP 79 (remove_files) COMPLETE
81932024-10-09T17:14:28.717Z[ recovery-image] Oct 09 17:14:26.826 INFO O| Oct 09 17:14:26.826 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81942024-10-09T17:14:28.727Z[ recovery-image] Oct 09 17:14:26.836 INFO O| Oct 09 17:14:26.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81952024-10-09T17:14:28.727Z[ recovery-image] Oct 09 17:14:26.836 INFO O| Oct 09 17:14:26.836 INFO STEP 80 (remove_files) COMPLETE
81962024-10-09T17:14:28.729Z[ recovery-image] Oct 09 17:14:26.836 INFO O| Oct 09 17:14:26.836 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-10-09T17:14:28.737Z[ recovery-image] Oct 09 17:14:26.847 INFO O| Oct 09 17:14:26.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81982024-10-09T17:14:28.737Z[ recovery-image] Oct 09 17:14:26.847 INFO O| Oct 09 17:14:26.847 INFO STEP 81 (remove_files) COMPLETE
81992024-10-09T17:14:28.740Z[ recovery-image] Oct 09 17:14:26.847 INFO O| Oct 09 17:14:26.847 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-09T17:14:28.747Z[ recovery-image] Oct 09 17:14:26.856 INFO O| Oct 09 17:14:26.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82012024-10-09T17:14:28.747Z[ recovery-image] Oct 09 17:14:26.856 INFO O| Oct 09 17:14:26.856 INFO STEP 82 (remove_files) COMPLETE
82022024-10-09T17:14:28.747Z[ recovery-image] Oct 09 17:14:26.856 INFO O| Oct 09 17:14:26.856 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-09T17:14:28.758Z[ recovery-image] Oct 09 17:14:26.867 INFO O| Oct 09 17:14:26.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82042024-10-09T17:14:28.758Z[ recovery-image] Oct 09 17:14:26.867 INFO O| Oct 09 17:14:26.867 INFO STEP 83 (remove_files) COMPLETE
82052024-10-09T17:14:28.760Z[ recovery-image] Oct 09 17:14:26.867 INFO O| Oct 09 17:14:26.867 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-09T17:14:28.768Z[ recovery-image] Oct 09 17:14:26.878 INFO O| Oct 09 17:14:26.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82072024-10-09T17:14:28.768Z[ recovery-image] Oct 09 17:14:26.878 INFO O| Oct 09 17:14:26.878 INFO STEP 84 (remove_files) COMPLETE
82082024-10-09T17:14:28.770Z[ recovery-image] Oct 09 17:14:26.878 INFO O| Oct 09 17:14:26.878 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-09T17:14:28.779Z[ recovery-image] Oct 09 17:14:26.888 INFO O| Oct 09 17:14:26.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82102024-10-09T17:14:28.779Z[ recovery-image] Oct 09 17:14:26.888 INFO O| Oct 09 17:14:26.888 INFO STEP 85 (remove_files) COMPLETE
82112024-10-09T17:14:28.781Z[ recovery-image] Oct 09 17:14:26.888 INFO O| Oct 09 17:14:26.888 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-09T17:14:28.787Z[ host-image] Oct 09 17:14:26.896 INFO O| Oct 09 17:14:26.896 INFO O| Done
82132024-10-09T17:14:28.787Z[ host-image] Oct 09 17:14:26.896 INFO O| Oct 09 17:14:26.896 INFO O| Done
82142024-10-09T17:14:28.789Z[ recovery-image] Oct 09 17:14:26.899 INFO O| Oct 09 17:14:26.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82152024-10-09T17:14:28.789Z[ recovery-image] Oct 09 17:14:26.899 INFO O| Oct 09 17:14:26.899 INFO STEP 86 (remove_files) COMPLETE
82162024-10-09T17:14:28.789Z[ recovery-image] Oct 09 17:14:26.899 INFO O| Oct 09 17:14:26.899 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-09T17:14:28.800Z[ recovery-image] Oct 09 17:14:26.909 INFO O| Oct 09 17:14:26.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82182024-10-09T17:14:28.802Z[ recovery-image] Oct 09 17:14:26.909 INFO O| Oct 09 17:14:26.909 INFO STEP 87 (remove_files) COMPLETE
82192024-10-09T17:14:28.802Z[ recovery-image] Oct 09 17:14:26.909 INFO O| Oct 09 17:14:26.909 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-09T17:14:28.810Z[ recovery-image] Oct 09 17:14:26.920 INFO O| Oct 09 17:14:26.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82212024-10-09T17:14:28.810Z[ recovery-image] Oct 09 17:14:26.920 INFO O| Oct 09 17:14:26.920 INFO STEP 88 (remove_files) COMPLETE
82222024-10-09T17:14:28.813Z[ recovery-image] Oct 09 17:14:26.920 INFO O| Oct 09 17:14:26.920 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-09T17:14:28.821Z[ recovery-image] Oct 09 17:14:26.930 INFO O| Oct 09 17:14:26.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82242024-10-09T17:14:28.821Z[ recovery-image] Oct 09 17:14:26.930 INFO O| Oct 09 17:14:26.930 INFO STEP 89 (remove_files) COMPLETE
82252024-10-09T17:14:28.821Z[ recovery-image] Oct 09 17:14:26.930 INFO O| Oct 09 17:14:26.930 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-09T17:14:28.831Z[ recovery-image] Oct 09 17:14:26.940 INFO O| Oct 09 17:14:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82272024-10-09T17:14:28.831Z[ recovery-image] Oct 09 17:14:26.941 INFO O| Oct 09 17:14:26.941 INFO STEP 90 (remove_files) COMPLETE
82282024-10-09T17:14:28.831Z[ recovery-image] Oct 09 17:14:26.941 INFO O| Oct 09 17:14:26.941 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-09T17:14:28.842Z[ recovery-image] Oct 09 17:14:26.951 INFO O| Oct 09 17:14:26.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82302024-10-09T17:14:28.842Z[ recovery-image] Oct 09 17:14:26.951 INFO O| Oct 09 17:14:26.951 INFO STEP 91 (remove_files) COMPLETE
82312024-10-09T17:14:28.842Z[ recovery-image] Oct 09 17:14:26.951 INFO O| Oct 09 17:14:26.951 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-09T17:14:28.852Z[ recovery-image] Oct 09 17:14:26.961 INFO O| Oct 09 17:14:26.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82332024-10-09T17:14:28.852Z[ recovery-image] Oct 09 17:14:26.962 INFO O| Oct 09 17:14:26.962 INFO STEP 92 (remove_files) COMPLETE
82342024-10-09T17:14:28.855Z[ recovery-image] Oct 09 17:14:26.962 INFO O| Oct 09 17:14:26.962 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-09T17:14:28.863Z[ recovery-image] Oct 09 17:14:26.972 INFO O| Oct 09 17:14:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82362024-10-09T17:14:28.863Z[ recovery-image] Oct 09 17:14:26.972 INFO O| Oct 09 17:14:26.972 INFO STEP 93 (remove_files) COMPLETE
82372024-10-09T17:14:28.863Z[ recovery-image] Oct 09 17:14:26.972 INFO O| Oct 09 17:14:26.972 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-09T17:14:28.875Z[ recovery-image] Oct 09 17:14:26.985 INFO O| Oct 09 17:14:26.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82392024-10-09T17:14:28.875Z[ recovery-image] Oct 09 17:14:26.985 INFO O| Oct 09 17:14:26.985 INFO STEP 94 (remove_files) COMPLETE
82402024-10-09T17:14:28.877Z[ recovery-image] Oct 09 17:14:26.985 INFO O| Oct 09 17:14:26.985 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82412024-10-09T17:14:28.890Z[ recovery-image] Oct 09 17:14:26.999 INFO O| Oct 09 17:14:26.999 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82422024-10-09T17:14:28.893Z[ recovery-image] Oct 09 17:14:27.000 INFO O| Oct 09 17:14:26.999 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"}
82432024-10-09T17:14:29.269Z[ host-image] Oct 09 17:14:27.378 INFO O| Oct 09 17:14:27.378 INFO O| Done
82442024-10-09T17:14:30.581Z[ host-image] Oct 09 17:14:28.690 INFO O| Oct 09 17:14:28.690 INFO O| Done
82452024-10-09T17:14:30.605Z[ host-image] Oct 09 17:14:28.714 INFO O| Oct 09 17:14:28.714 INFO O| Done
82462024-10-09T17:14:30.605Z[ host-image] Oct 09 17:14:28.714 INFO O| Oct 09 17:14:28.714 INFO O| Done
82472024-10-09T17:14:30.646Z[ host-image] Oct 09 17:14:28.754 INFO O| Oct 09 17:14:28.754 INFO O| Done
82482024-10-09T17:14:30.740Z[ host-image] Oct 09 17:14:28.848 INFO O| Oct 09 17:14:28.848 INFO STEP 13 (pkg_install) COMPLETE
82492024-10-09T17:14:30.740Z[ host-image] Oct 09 17:14:28.849 INFO O| Oct 09 17:14:28.848 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82502024-10-09T17:14:30.750Z[ host-image] Oct 09 17:14:28.859 INFO O| Oct 09 17:14:28.859 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
82512024-10-09T17:14:31.290Z[ host-image] Oct 09 17:14:29.399 INFO O| Oct 09 17:14:29.399 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
82522024-10-09T17:14:32.988Z[ host-image] Oct 09 17:14:31.096 INFO O| Oct 09 17:14:31.096 INFO O| Planning: Solver setup ... Done
82532024-10-09T17:14:32.992Z[ host-image] Oct 09 17:14:31.100 INFO O| Oct 09 17:14:31.100 INFO O| Planning: Running solver ... Done
82542024-10-09T17:14:33.037Z[ host-image] Oct 09 17:14:31.145 INFO O| Oct 09 17:14:31.145 INFO O| Planning: Finding local manifests ... Done
82552024-10-09T17:14:33.039Z[ host-image] Oct 09 17:14:31.145 INFO O| Oct 09 17:14:31.145 INFO O| Planning: Fetching manifests: 0/1 0% complete
82562024-10-09T17:14:33.110Z[ host-image] Oct 09 17:14:31.218 INFO O| Oct 09 17:14:31.218 INFO O| Planning: Fetching manifests: 1/1 100% complete
82572024-10-09T17:14:33.128Z[ host-image] Oct 09 17:14:31.236 INFO O| Oct 09 17:14:31.236 INFO O| Planning: Package planning ... Done
82582024-10-09T17:14:33.130Z[ host-image] Oct 09 17:14:31.236 INFO O| Oct 09 17:14:31.236 INFO O| Planning: Merging actions ... Done
82592024-10-09T17:14:33.239Z[ host-image] Oct 09 17:14:31.347 INFO O| Oct 09 17:14:31.347 INFO O| Planning: Checking for conflicting actions ... Done
82602024-10-09T17:14:33.242Z[ host-image] Oct 09 17:14:31.348 INFO O| Oct 09 17:14:31.348 INFO O| Planning: Consolidating action changes ... Done
82612024-10-09T17:14:33.478Z[ host-image] Oct 09 17:14:31.586 INFO O| Oct 09 17:14:31.586 INFO O| Planning: Evaluating mediators ... Done
82622024-10-09T17:14:33.480Z[ host-image] Oct 09 17:14:31.586 INFO O| Oct 09 17:14:31.586 INFO O| Planning: Planning completed in 2.19 seconds
82632024-10-09T17:14:33.480Z[ host-image] Oct 09 17:14:31.588 INFO O| Oct 09 17:14:31.588 INFO O| Packages to install: 1
82642024-10-09T17:14:33.489Z[ host-image] Oct 09 17:14:31.598 INFO O| Oct 09 17:14:31.598 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
82652024-10-09T17:14:33.840Z[ host-image] Oct 09 17:14:31.948 INFO O| Oct 09 17:14:31.948 INFO O| Download: Completed 20.80 MB in 0.35 seconds (59.4M/s)
82662024-10-09T17:14:33.869Z[ host-image] Oct 09 17:14:31.977 INFO O| Oct 09 17:14:31.977 INFO O| Actions: 1/22 actions (Installing new actions)
82672024-10-09T17:14:34.393Z[ host-image] Oct 09 17:14:32.500 INFO O| Oct 09 17:14:32.500 INFO O| Actions: Completed 22 actions in 0.52 seconds.
82682024-10-09T17:14:34.540Z[ recovery-image] Oct 09 17:14:32.648 INFO O| Oct 09 17:14:32.648 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
82692024-10-09T17:14:34.541Z[ recovery-image] Oct 09 17:14:32.648 INFO O| Oct 09 17:14:32.648 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82702024-10-09T17:14:34.553Z[ recovery-image] Oct 09 17:14:32.661 INFO O| Oct 09 17:14:32.661 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82712024-10-09T17:14:34.572Z[ host-image] Oct 09 17:14:32.680 INFO O| Oct 09 17:14:32.680 INFO O| Done
82722024-10-09T17:14:34.573Z[ host-image] Oct 09 17:14:32.680 INFO O| Oct 09 17:14:32.680 INFO O| Done
82732024-10-09T17:14:34.630Z[ recovery-image] Oct 09 17:14:32.738 INFO O| Oct 09 17:14:32.738 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82742024-10-09T17:14:34.630Z[ recovery-image] Oct 09 17:14:32.738 INFO O| Oct 09 17:14:32.738 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 ...
82752024-10-09T17:14:34.633Z[ recovery-image] Oct 09 17:14:32.740 INFO O| Oct 09 17:14:32.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82762024-10-09T17:14:34.633Z[ recovery-image] Oct 09 17:14:32.740 INFO O| Oct 09 17:14:32.740 INFO ok!
82772024-10-09T17:14:34.633Z[ recovery-image] Oct 09 17:14:32.740 INFO O| Oct 09 17:14:32.740 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82782024-10-09T17:14:34.633Z[ recovery-image] Oct 09 17:14:32.740 INFO O| Oct 09 17:14:32.740 INFO STEP 95 (seed_smf) COMPLETE
82792024-10-09T17:14:34.633Z[ recovery-image] Oct 09 17:14:32.740 INFO O| Oct 09 17:14:32.740 INFO steps complete; finalising image!
82802024-10-09T17:14:34.633Z[ recovery-image] Oct 09 17:14:32.740 INFO O| Oct 09 17:14:32.740 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82812024-10-09T17:14:34.665Z[ recovery-image] Oct 09 17:14:32.773 INFO O| Oct 09 17:14:32.773 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Wed Oct 9 17:14:32 2024)
82822024-10-09T17:14:34.872Z[ recovery-image] Oct 09 17:14:32.980 INFO O| Oct 09 17:14:32.980 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Wed Oct 9 17:14:32 2024)
82832024-10-09T17:14:35.096Z[ recovery-image] Oct 09 17:14:33.204 INFO O| Oct 09 17:14:33.204 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio
82842024-10-09T17:14:35.097Z[ recovery-image] Oct 09 17:14:33.204 INFO O| Oct 09 17:14:33.204 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82852024-10-09T17:14:35.164Z[ host-image] Oct 09 17:14:33.272 INFO O| Oct 09 17:14:33.272 INFO O| Done
82862024-10-09T17:14:35.294Z[ recovery-image] Oct 09 17:14:33.401 INFO O| Oct 09 17:14:33.401 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
82872024-10-09T17:14:35.294Z[ recovery-image] Oct 09 17:14:33.401 INFO O| Oct 09 17:14:33.401 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82882024-10-09T17:14:36.414Z[ host-image] Oct 09 17:14:34.521 INFO O| Oct 09 17:14:34.521 INFO O| Done
82892024-10-09T17:14:36.440Z[ host-image] Oct 09 17:14:34.547 INFO O| Oct 09 17:14:34.547 INFO O| Done
82902024-10-09T17:14:36.440Z[ host-image] Oct 09 17:14:34.547 INFO O| Oct 09 17:14:34.547 INFO O| Done
82912024-10-09T17:14:36.450Z[ host-image] Oct 09 17:14:34.557 INFO O| Oct 09 17:14:34.557 INFO O| Done
82922024-10-09T17:14:36.549Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO STEP 14 (pkg_install) COMPLETE
82932024-10-09T17:14:36.549Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82942024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO skip step because feature "mfg" is not enabled
82952024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82962024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO skip step because feature "compliance" is not enabled
82972024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82982024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO skip step because feature "stress" is not enabled
82992024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83002024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO skip step because feature "nfs" is not enabled
83012024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83022024-10-09T17:14:36.552Z[ host-image] Oct 09 17:14:34.656 INFO O| Oct 09 17:14:34.656 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83032024-10-09T17:14:36.750Z[ host-image] Oct 09 17:14:34.857 INFO O| Oct 09 17:14:34.857 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
83042024-10-09T17:14:36.881Z[ host-image] Oct 09 17:14:34.988 INFO O| Oct 09 17:14:34.988 INFO completed processing gimlet/ramdisk-01-os
83052024-10-09T17:14:36.883Z[ host-image] Oct 09 17:14:34.990 INFO omicron1 baseline generation...
83062024-10-09T17:14:36.883Z[ host-image] Oct 09 17:14:34.990 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83072024-10-09T17:14:37.266Z[ host-image] Oct 09 17:14:35.373 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22957:20241009T112018Z
83082024-10-09T17:14:38.234Z[ recovery-image] Oct 09 17:14:36.340 INFO O| Oct 09 17:14:36.340 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83092024-10-09T17:14:38.234Z[ recovery-image] Oct 09 17:14:36.340 INFO O| Oct 09 17:14:36.340 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83102024-10-09T17:14:38.236Z[ recovery-image] Oct 09 17:14:36.340 INFO O| Oct 09 17:14:36.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83112024-10-09T17:14:38.236Z[ recovery-image] Oct 09 17:14:36.340 INFO O| Oct 09 17:14:36.340 INFO completed processing gimlet/zfs-recovery
83122024-10-09T17:14:38.236Z[ recovery-image] Oct 09 17:14:36.340 INFO O| Oct 09 17:14:36.340 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83132024-10-09T17:14:38.482Z[ recovery-image] Oct 09 17:14:36.588 INFO O| Oct 09 17:14:36.588 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83142024-10-09T17:14:38.565Z[ recovery-image] Oct 09 17:14:36.671 INFO BUILD STRING "heads/stlouis-0-gf7ed5cf2b2\n"
83152024-10-09T17:14:38.567Z[ recovery-image] Oct 09 17:14:36.672 INFO expanded image name: "recovery a923f2a/${os_short_commit} 2024-10-09 16:47" -> "recovery a923f2a/f7ed5cf 2024-10-09 16:47"
83162024-10-09T17:14:38.567Z[ recovery-image] Oct 09 17:14:36.672 INFO output artefacts stored in: "/work/os-recovery"
83172024-10-09T17:14:38.567Z[ recovery-image] Oct 09 17:14:36.672 INFO collecting git info from project "phbl"...
83182024-10-09T17:14:38.576Z[ recovery-image] Oct 09 17:14:36.683 INFO collecting git info from project "bootserver"...
83192024-10-09T17:14:38.581Z[ recovery-image] Oct 09 17:14:36.688 INFO collecting git info from project "pilot"...
83202024-10-09T17:14:38.592Z[ recovery-image] Oct 09 17:14:36.699 INFO collecting git info from project "chelsio-t6-roms"...
83212024-10-09T17:14:38.612Z[ recovery-image] Oct 09 17:14:36.719 INFO collecting git info from project "pinprick"...
83222024-10-09T17:14:38.617Z[ recovery-image] Oct 09 17:14:36.724 INFO collecting git info from project "amd-host-image-builder"...
83232024-10-09T17:14:39.010Z[ recovery-image] Oct 09 17:14:36.960 INFO collecting git info from project "amd-firmware"...
83242024-10-09T17:14:39.041Z[ recovery-image] Oct 09 17:14:37.147 INFO collecting git info from project "image-builder"...
83252024-10-09T17:14:39.047Z[ recovery-image] Oct 09 17:14:37.154 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83262024-10-09T17:14:39.410Z[ recovery-image] Oct 09 17:14:37.516 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83272024-10-09T17:14:39.753Z[ recovery-image] Oct 09 17:14:37.859 INFO creating Oxide boot image...
83282024-10-09T17:14:39.753Z[ recovery-image] Oct 09 17:14:37.859 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery a923f2a/f7ed5cf 2024-10-09 16:47", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83292024-10-09T17:15:24.256Z[ host-image] Oct 09 17:15:22.350 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22957:20241009T112051Z
83302024-10-09T17:15:24.256Z[ host-image] Oct 09 17:15:22.351 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22957:20241009T112051Z
83312024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.351 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83322024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.351 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83332024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.351 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83342024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.351 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83352024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.352 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83362024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.352 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83372024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.352 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83382024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.352 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83392024-10-09T17:15:24.259Z[ host-image] Oct 09 17:15:22.353 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22957:20241009T112051Z
83402024-10-09T17:15:24.262Z[ host-image] Oct 09 17:15:22.354 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22957:20241009T112052Z
83412024-10-09T17:15:24.262Z[ host-image] Oct 09 17:15:22.355 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22957:20241009T112052Z
83422024-10-09T17:15:24.262Z[ host-image] Oct 09 17:15:22.356 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22957:20241009T112052Z
83432024-10-09T17:15:24.262Z[ host-image] Oct 09 17:15:22.356 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83442024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.356 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22957:20241009T112053Z
83452024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.357 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22957:20241009T112053Z
83462024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.357 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22957:20241009T112053Z
83472024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.357 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22957:20241009T112053Z
83482024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.358 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22957:20241009T112054Z
83492024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.358 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22957:20241009T112054Z
83502024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.358 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22957:20241009T112054Z
83512024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.358 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22957:20241009T112055Z
83522024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.358 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22957:20241009T112055Z
83532024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.358 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22957:20241009T112056Z
83542024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.359 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22957:20241009T112057Z
83552024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.359 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22957:20241009T112058Z
83562024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.359 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22957:20241009T112059Z
83572024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.359 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83582024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.359 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22957:20241009T112100Z
83592024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.359 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22957:20241009T112102Z
83602024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.359 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22957:20241009T112103Z
83612024-10-09T17:15:24.265Z[ host-image] Oct 09 17:15:22.359 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22957:20241009T112103Z
83622024-10-09T17:15:24.268Z[ host-image] Oct 09 17:15:22.360 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22957:20241009T112105Z
83632024-10-09T17:15:24.268Z[ host-image] Oct 09 17:15:22.360 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22957:20241009T112105Z
83642024-10-09T17:15:24.275Z[ host-image] Oct 09 17:15:22.370 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83652024-10-09T17:15:24.280Z[ host-image] Oct 09 17:15:22.370 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22957:20241009T112105Z
83662024-10-09T17:15:24.280Z[ host-image] Oct 09 17:15:22.370 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83672024-10-09T17:15:24.280Z[ host-image] Oct 09 17:15:22.370 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83682024-10-09T17:15:24.280Z[ host-image] Oct 09 17:15:22.371 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83692024-10-09T17:15:24.280Z[ host-image] Oct 09 17:15:22.371 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22957:20241009T112105Z
83702024-10-09T17:15:24.280Z[ host-image] Oct 09 17:15:22.371 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83712024-10-09T17:15:24.280Z[ host-image] Oct 09 17:15:22.372 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83722024-10-09T17:15:24.282Z[ host-image] Oct 09 17:15:22.373 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83732024-10-09T17:15:24.282Z[ host-image] Oct 09 17:15:22.373 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83742024-10-09T17:15:24.291Z[ host-image] Oct 09 17:15:22.385 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83752024-10-09T17:15:24.291Z[ host-image] Oct 09 17:15:22.385 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83762024-10-09T17:15:24.293Z[ host-image] Oct 09 17:15:22.385 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83772024-10-09T17:15:24.293Z[ host-image] Oct 09 17:15:22.386 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83782024-10-09T17:15:24.293Z[ host-image] Oct 09 17:15:22.387 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83792024-10-09T17:15:24.294Z[ host-image] Oct 09 17:15:22.387 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83802024-10-09T17:15:24.329Z[ host-image] Oct 09 17:15:22.423 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83812024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.424 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83822024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.424 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83832024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22957:20241009T112107Z
83842024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22957:20241009T112113Z
83852024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83862024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22957:20241009T112113Z
83872024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83882024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83892024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83902024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22957:20241009T112113Z
83912024-10-09T17:15:24.331Z[ host-image] Oct 09 17:15:22.425 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83922024-10-09T17:15:24.336Z[ host-image] Oct 09 17:15:22.430 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83932024-10-09T17:15:24.336Z[ host-image] Oct 09 17:15:22.430 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83942024-10-09T17:15:24.336Z[ host-image] Oct 09 17:15:22.430 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83952024-10-09T17:15:24.338Z[ host-image] Oct 09 17:15:22.431 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22957:20241009T112114Z
83962024-10-09T17:15:24.338Z[ host-image] Oct 09 17:15:22.431 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83972024-10-09T17:15:24.351Z[ host-image] Oct 09 17:15:22.446 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83982024-10-09T17:15:24.353Z[ host-image] Oct 09 17:15:22.446 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22957:20241009T112114Z
83992024-10-09T17:15:24.356Z[ host-image] Oct 09 17:15:22.448 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22957:20241009T112114Z
84002024-10-09T17:15:24.356Z[ host-image] Oct 09 17:15:22.448 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22957:20241009T112114Z
84012024-10-09T17:15:24.356Z[ host-image] Oct 09 17:15:22.448 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84022024-10-09T17:15:24.356Z[ host-image] Oct 09 17:15:22.449 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22957:20241009T112116Z
84032024-10-09T17:15:24.356Z[ host-image] Oct 09 17:15:22.450 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22957:20241009T112116Z
84042024-10-09T17:15:24.356Z[ host-image] Oct 09 17:15:22.450 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22957:20241009T112116Z
84052024-10-09T17:15:24.356Z[ host-image] Oct 09 17:15:22.450 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22957:20241009T112116Z
84062024-10-09T17:15:24.359Z[ host-image] Oct 09 17:15:22.454 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84072024-10-09T17:15:24.362Z[ host-image] Oct 09 17:15:22.454 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22957:20241009T112117Z
84082024-10-09T17:15:24.362Z[ host-image] Oct 09 17:15:22.455 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22957:20241009T112118Z
84092024-10-09T17:15:24.362Z[ host-image] Oct 09 17:15:22.455 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84102024-10-09T17:15:24.362Z[ host-image] Oct 09 17:15:22.455 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22957:20241009T112118Z
84112024-10-09T17:15:24.362Z[ host-image] Oct 09 17:15:22.455 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22957:20241009T112118Z
84122024-10-09T17:15:24.362Z[ host-image] Oct 09 17:15:22.455 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22957:20241009T112118Z
84132024-10-09T17:15:24.362Z[ host-image] Oct 09 17:15:22.456 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22957:20241009T112118Z
84142024-10-09T17:15:24.370Z[ host-image] Oct 09 17:15:22.464 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22957:20241009T112119Z
84152024-10-09T17:15:24.370Z[ host-image] Oct 09 17:15:22.464 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84162024-10-09T17:15:24.372Z[ host-image] Oct 09 17:15:22.466 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22957:20241009T112119Z
84172024-10-09T17:15:24.374Z[ host-image] Oct 09 17:15:22.468 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22957:20241009T112119Z
84182024-10-09T17:15:24.374Z[ host-image] Oct 09 17:15:22.468 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22957:20241009T112119Z
84192024-10-09T17:15:24.374Z[ host-image] Oct 09 17:15:22.468 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22957:20241009T112119Z
84202024-10-09T17:15:24.377Z[ host-image] Oct 09 17:15:22.469 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22957:20241009T112119Z
84212024-10-09T17:15:24.377Z[ host-image] Oct 09 17:15:22.469 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22957:20241009T112120Z
84222024-10-09T17:15:24.385Z[ host-image] Oct 09 17:15:22.479 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22957:20241009T112121Z
84232024-10-09T17:15:24.387Z[ host-image] Oct 09 17:15:22.479 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22957:20241009T112120Z
84242024-10-09T17:15:24.387Z[ host-image] Oct 09 17:15:22.480 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22957:20241009T112120Z
84252024-10-09T17:15:24.387Z[ host-image] Oct 09 17:15:22.481 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22957:20241009T112121Z
84262024-10-09T17:15:24.387Z[ host-image] Oct 09 17:15:22.481 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22957:20241009T112121Z
84272024-10-09T17:15:24.408Z[ host-image] Oct 09 17:15:22.503 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22957:20241009T112124Z
84282024-10-09T17:15:24.411Z[ host-image] Oct 09 17:15:22.503 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22957:20241009T112121Z
84292024-10-09T17:15:24.411Z[ host-image] Oct 09 17:15:22.503 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22957:20241009T112121Z
84302024-10-09T17:15:24.411Z[ host-image] Oct 09 17:15:22.503 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84312024-10-09T17:15:24.411Z[ host-image] Oct 09 17:15:22.504 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84322024-10-09T17:15:24.441Z[ host-image] Oct 09 17:15:22.533 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22957:20241009T112121Z
84332024-10-09T17:15:24.441Z[ host-image] Oct 09 17:15:22.533 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84342024-10-09T17:15:24.441Z[ host-image] Oct 09 17:15:22.533 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22957:20241009T112122Z
84352024-10-09T17:15:24.441Z[ host-image] Oct 09 17:15:22.533 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22957:20241009T112122Z
84362024-10-09T17:15:24.441Z[ host-image] Oct 09 17:15:22.534 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22957:20241009T112122Z
84372024-10-09T17:15:24.441Z[ host-image] Oct 09 17:15:22.535 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84382024-10-09T17:15:24.441Z[ host-image] Oct 09 17:15:22.535 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84392024-10-09T17:15:24.444Z[ host-image] Oct 09 17:15:22.536 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22957:20241009T112123Z
84402024-10-09T17:15:24.444Z[ host-image] Oct 09 17:15:22.536 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22957:20241009T112123Z
84412024-10-09T17:15:24.444Z[ host-image] Oct 09 17:15:22.536 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22957:20241009T112123Z
84422024-10-09T17:15:24.444Z[ host-image] Oct 09 17:15:22.537 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22957:20241009T112123Z
84432024-10-09T17:15:24.444Z[ host-image] Oct 09 17:15:22.537 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22957:20241009T112124Z
84442024-10-09T17:15:24.444Z[ host-image] Oct 09 17:15:22.537 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22957:20241009T112124Z
84452024-10-09T17:15:24.447Z[ host-image] Oct 09 17:15:22.541 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84462024-10-09T17:15:24.450Z[ host-image] Oct 09 17:15:22.541 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22957:20241009T112124Z
84472024-10-09T17:15:24.450Z[ host-image] Oct 09 17:15:22.544 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22957:20241009T112124Z
84482024-10-09T17:15:24.450Z[ host-image] Oct 09 17:15:22.544 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22957:20241009T112125Z
84492024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.544 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22957:20241009T112126Z
84502024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.544 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22957:20241009T112125Z
84512024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.545 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22957:20241009T112125Z
84522024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.545 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84532024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.545 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84542024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.545 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22957:20241009T112127Z
84552024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.546 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22957:20241009T112128Z
84562024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.546 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84572024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.546 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84582024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.546 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84592024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.546 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84602024-10-09T17:15:24.453Z[ host-image] Oct 09 17:15:22.546 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84612024-10-09T17:15:24.456Z[ host-image] Oct 09 17:15:22.548 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84622024-10-09T17:15:24.456Z[ host-image] Oct 09 17:15:22.549 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84632024-10-09T17:15:24.456Z[ host-image] Oct 09 17:15:22.549 INFO O| tempdir @ "/tmp/.tmpMRrq3Y/tmp"
84642024-10-09T17:15:24.456Z[ host-image] Oct 09 17:15:22.549 INFO O| image root @ "/tmp/.tmpMRrq3Y/tmp/root"
84652024-10-09T17:15:24.456Z[ host-image] Oct 09 17:15:22.549 INFO O| creating image...
84662024-10-09T17:15:24.948Z[ host-image] Oct 09 17:15:23.042 INFO O| copying publishers...
84672024-10-09T17:15:30.952Z[ recovery-image] Oct 09 17:15:29.044 INFO O| ok, image written!
84682024-10-09T17:15:30.952Z[ recovery-image] Oct 09 17:15:29.044 INFO O| ok, boot_image_csum file written!
84692024-10-09T17:15:30.956Z[ recovery-image] Oct 09 17:15:29.049 INFO creating boot archive (CPIO)...
84702024-10-09T17:15:30.958Z[ recovery-image] Oct 09 17:15:29.049 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
84712024-10-09T17:15:30.964Z[ recovery-image] Oct 09 17:15:29.057 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84722024-10-09T17:15:30.964Z[ recovery-image] Oct 09 17:15:29.057 INFO E| + outfile=/work/os-recovery/cpio
84732024-10-09T17:15:30.968Z[ recovery-image] Oct 09 17:15:29.057 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84742024-10-09T17:15:30.968Z[ recovery-image] Oct 09 17:15:29.059 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84752024-10-09T17:15:30.968Z[ recovery-image] Oct 09 17:15:29.059 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84762024-10-09T17:15:30.998Z[ recovery-image] Oct 09 17:15:29.091 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84772024-10-09T17:15:30.998Z[ recovery-image] Oct 09 17:15:29.091 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84782024-10-09T17:15:31.006Z[ recovery-image] Oct 09 17:15:29.098 INFO creating compressed cpio/unix for nanobl-rs...
84792024-10-09T17:15:31.009Z[ recovery-image] Oct 09 17:15:29.099 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
84802024-10-09T17:15:31.288Z[ recovery-image] Oct 09 17:15:29.380 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84812024-10-09T17:15:32.462Z[ host-image] Oct 09 17:15:30.554 INFO O| adding properties...
84822024-10-09T17:15:33.470Z[ host-image] Oct 09 17:15:31.561 INFO O| installing packages...
84832024-10-09T17:15:35.633Z[ recovery-image] Oct 09 17:15:33.721 INFO creating reset image...
84842024-10-09T17:15:35.638Z[ recovery-image] Oct 09 17:15:33.721 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84852024-10-09T17:15:35.869Z[ recovery-image] Oct 09 17:15:33.960 INFO E| Updating crates.io index
84862024-10-09T17:15:35.942Z[ recovery-image] Oct 09 17:15:34.033 INFO E| Downloading crates ...
84872024-10-09T17:15:36.000Z[ recovery-image] Oct 09 17:15:34.090 INFO E| Downloaded anstream v0.6.15
84882024-10-09T17:15:36.004Z[ recovery-image] Oct 09 17:15:34.095 INFO E| Downloaded is_terminal_polyfill v1.70.1
84892024-10-09T17:15:36.007Z[ recovery-image] Oct 09 17:15:34.097 INFO E| Downloaded colorchoice v1.0.2
84902024-10-09T17:15:36.014Z[ recovery-image] Oct 09 17:15:34.105 INFO E| Downloaded os_pipe v1.2.1
84912024-10-09T17:15:36.016Z[ recovery-image] Oct 09 17:15:34.107 INFO E| Downloaded utf8parse v0.2.2
84922024-10-09T17:15:36.019Z[ recovery-image] Oct 09 17:15:34.108 INFO E| Downloaded shared_child v1.0.1
84932024-10-09T17:15:36.019Z[ recovery-image] Oct 09 17:15:34.110 INFO E| Downloaded clap_lex v0.7.2
84942024-10-09T17:15:36.022Z[ recovery-image] Oct 09 17:15:34.111 INFO E| Downloaded anstyle-parse v0.2.5
84952024-10-09T17:15:36.024Z[ recovery-image] Oct 09 17:15:34.113 INFO E| Downloaded anstyle-query v1.1.1
84962024-10-09T17:15:36.027Z[ recovery-image] Oct 09 17:15:34.118 INFO E| Downloaded duct v0.13.7
84972024-10-09T17:15:36.035Z[ recovery-image] Oct 09 17:15:34.124 INFO E| Downloaded clap v4.5.17
84982024-10-09T17:15:36.046Z[ recovery-image] Oct 09 17:15:34.137 INFO E| Downloaded clap_builder v4.5.17
84992024-10-09T17:15:36.083Z[ recovery-image] Oct 09 17:15:34.174 INFO E| Downloaded libc v0.2.158
85002024-10-09T17:15:36.159Z[ recovery-image] Oct 09 17:15:34.249 INFO E| Compiling proc-macro2 v1.0.86
85012024-10-09T17:15:36.159Z[ recovery-image] Oct 09 17:15:34.249 INFO E| Compiling unicode-ident v1.0.13
85022024-10-09T17:15:36.159Z[ recovery-image] Oct 09 17:15:34.250 INFO E| Compiling libc v0.2.158
85032024-10-09T17:15:36.159Z[ recovery-image] Oct 09 17:15:34.250 INFO E| Compiling utf8parse v0.2.2
85042024-10-09T17:15:36.162Z[ recovery-image] Oct 09 17:15:34.250 INFO E| Compiling anstyle-query v1.1.1
85052024-10-09T17:15:36.162Z[ recovery-image] Oct 09 17:15:34.250 INFO E| Compiling colorchoice v1.0.2
85062024-10-09T17:15:36.162Z[ recovery-image] Oct 09 17:15:34.250 INFO E| Compiling anstyle v1.0.8
85072024-10-09T17:15:36.162Z[ recovery-image] Oct 09 17:15:34.250 INFO E| Compiling is_terminal_polyfill v1.70.1
85082024-10-09T17:15:36.348Z[ recovery-image] Oct 09 17:15:34.439 INFO E| Compiling anstyle-parse v0.2.5
85092024-10-09T17:15:36.351Z[ recovery-image] Oct 09 17:15:34.439 INFO E| Compiling strsim v0.11.1
85102024-10-09T17:15:36.351Z[ recovery-image] Oct 09 17:15:34.440 INFO E| Compiling clap_lex v0.7.2
85112024-10-09T17:15:36.367Z[ recovery-image] Oct 09 17:15:34.458 INFO E| Compiling heck v0.5.0
85122024-10-09T17:15:36.584Z[ recovery-image] Oct 09 17:15:34.675 INFO E| Compiling anstream v0.6.15
85132024-10-09T17:15:36.584Z[ recovery-image] Oct 09 17:15:34.675 INFO E| Compiling once_cell v1.19.0
85142024-10-09T17:15:36.952Z[ recovery-image] Oct 09 17:15:35.043 INFO E| Compiling clap_builder v4.5.17
85152024-10-09T17:15:37.493Z[ recovery-image] Oct 09 17:15:35.584 INFO E| Compiling quote v1.0.37
85162024-10-09T17:15:37.509Z[ recovery-image] Oct 09 17:15:35.600 INFO E| Compiling os_pipe v1.2.1
85172024-10-09T17:15:37.510Z[ recovery-image] Oct 09 17:15:35.600 INFO E| Compiling shared_child v1.0.1
85182024-10-09T17:15:37.672Z[ recovery-image] Oct 09 17:15:35.762 INFO E| Compiling duct v0.13.7
85192024-10-09T17:15:37.847Z[ recovery-image] Oct 09 17:15:35.937 INFO E| Compiling syn v2.0.77
85202024-10-09T17:15:41.848Z[ recovery-image] Oct 09 17:15:39.937 INFO E| Compiling clap_derive v4.5.13
85212024-10-09T17:15:43.657Z[ recovery-image] Oct 09 17:15:41.746 INFO E| Compiling clap v4.5.17
85222024-10-09T17:15:43.712Z[ recovery-image] Oct 09 17:15:41.801 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85232024-10-09T17:15:44.671Z[ recovery-image] Oct 09 17:15:42.759 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s
85242024-10-09T17:15:44.682Z[ recovery-image] Oct 09 17:15:42.770 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85252024-10-09T17:15:44.797Z[ recovery-image] Oct 09 17:15:42.886 INFO E| Updating crates.io index
85262024-10-09T17:15:44.895Z[ recovery-image] Oct 09 17:15:42.983 INFO E| Downloading crates ...
85272024-10-09T17:15:44.953Z[ recovery-image] Oct 09 17:15:43.041 INFO E| Downloaded seq-macro v0.3.5
85282024-10-09T17:15:44.955Z[ recovery-image] Oct 09 17:15:43.043 INFO E| Downloaded bit_field v0.10.2
85292024-10-09T17:15:44.958Z[ recovery-image] Oct 09 17:15:43.044 INFO E| Downloaded cpio_reader v0.1.1
85302024-10-09T17:15:44.972Z[ recovery-image] Oct 09 17:15:43.060 INFO E| Downloaded bitstruct_derive v0.1.0
85312024-10-09T17:15:44.974Z[ recovery-image] Oct 09 17:15:43.061 INFO E| Downloaded raw-cpuid v10.7.0
85322024-10-09T17:15:44.982Z[ recovery-image] Oct 09 17:15:43.070 INFO E| Downloaded bitstruct v0.1.1
85332024-10-09T17:15:45.112Z[ recovery-image] Oct 09 17:15:43.199 INFO E| Downloaded x86 v0.52.0
85342024-10-09T17:15:45.171Z[ recovery-image] Oct 09 17:15:43.260 INFO E| Updating crates.io index
85352024-10-09T17:15:45.228Z[ recovery-image] Oct 09 17:15:43.316 INFO E| Downloading crates ...
85362024-10-09T17:15:45.292Z[ recovery-image] Oct 09 17:15:43.381 INFO E| Downloaded compiler_builtins v0.1.125
85372024-10-09T17:15:45.364Z[ recovery-image] Oct 09 17:15:43.451 INFO E| Compiling compiler_builtins v0.1.125
85382024-10-09T17:15:45.364Z[ recovery-image] Oct 09 17:15:43.451 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85392024-10-09T17:15:45.367Z[ recovery-image] Oct 09 17:15:43.451 INFO E| Compiling proc-macro2 v1.0.86
85402024-10-09T17:15:45.367Z[ recovery-image] Oct 09 17:15:43.451 INFO E| Compiling unicode-ident v1.0.13
85412024-10-09T17:15:45.367Z[ recovery-image] Oct 09 17:15:43.451 INFO E| Compiling syn v1.0.109
85422024-10-09T17:15:45.367Z[ recovery-image] Oct 09 17:15:43.451 INFO E| Compiling x86 v0.52.0
85432024-10-09T17:15:45.367Z[ recovery-image] Oct 09 17:15:43.451 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85442024-10-09T17:15:45.367Z[ recovery-image] Oct 09 17:15:43.451 INFO E| Compiling seq-macro v0.3.5
85452024-10-09T17:15:46.455Z[ recovery-image] Oct 09 17:15:44.543 INFO E| Compiling quote v1.0.37
85462024-10-09T17:15:46.704Z[ recovery-image] Oct 09 17:15:44.792 INFO E| Compiling syn v2.0.77
85472024-10-09T17:15:49.132Z[ recovery-image] Oct 09 17:15:47.219 INFO E| Compiling scroll_derive v0.12.0
85482024-10-09T17:15:51.167Z[ host-image] Oct 09 17:15:49.254 INFO O| seeding SMF database...
85492024-10-09T17:15:51.376Z[ recovery-image] Oct 09 17:15:49.463 INFO E| Compiling bitstruct_derive v0.1.0
85502024-10-09T17:15:58.755Z[ host-image] Oct 09 17:15:56.840 INFO O| configuring SMF profile...
85512024-10-09T17:15:58.758Z[ host-image] Oct 09 17:15:56.840 INFO O| modifying shadow(5)...
85522024-10-09T17:15:58.758Z[ host-image] Oct 09 17:15:56.840 INFO O| loading user and group database...
85532024-10-09T17:15:58.758Z[ host-image] Oct 09 17:15:56.840 INFO O| assessing packaged files...
85542024-10-09T17:16:00.932Z[ host-image] Oct 09 17:15:59.015 INFO O| creating archive...
85552024-10-09T17:16:00.964Z[ host-image] Oct 09 17:15:59.048 INFO O| missing from packaging:
85562024-10-09T17:16:00.964Z[ host-image] Oct 09 17:15:59.048 INFO O| "etc/.pwd.lock"
85572024-10-09T17:16:00.964Z[ host-image] Oct 09 17:15:59.048 INFO O| "etc/bash"
85582024-10-09T17:16:00.969Z[ host-image] Oct 09 17:15:59.053 INFO O| "etc/svc/profile/generic.xml"
85592024-10-09T17:16:00.969Z[ host-image] Oct 09 17:15:59.053 INFO O| "etc/svc/profile/inetd_services.xml"
85602024-10-09T17:16:00.969Z[ host-image] Oct 09 17:15:59.053 INFO O| "etc/svc/profile/name_service.xml"
85612024-10-09T17:16:00.971Z[ host-image] Oct 09 17:15:59.053 INFO O| "etc/svc/profile/platform.xml"
85622024-10-09T17:16:00.971Z[ host-image] Oct 09 17:15:59.053 INFO O| "etc/svc/profile/platform_omicron1.xml"
85632024-10-09T17:16:00.971Z[ host-image] Oct 09 17:15:59.053 INFO O| "etc/svc/repository.db"
85642024-10-09T17:16:00.978Z[ host-image] Oct 09 17:15:59.062 INFO O| "opt/ooce/share"
85652024-10-09T17:16:00.978Z[ host-image] Oct 09 17:15:59.062 INFO O| "opt/ooce/share/man"
85662024-10-09T17:16:00.980Z[ host-image] Oct 09 17:15:59.062 INFO O| "opt/ooce/share/man/man1"
85672024-10-09T17:16:00.987Z[ host-image] Oct 09 17:15:59.071 INFO O| finishing archive...
85682024-10-09T17:16:03.028Z[ recovery-image] Oct 09 17:16:01.111 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85692024-10-09T17:16:04.044Z[ host-image] Oct 09 17:16:02.127 INFO O| creating gzonly manifest...
85702024-10-09T17:16:04.103Z[ host-image] Oct 09 17:16:02.184 INFO O| ok
85712024-10-09T17:16:04.226Z[ host-image] Oct 09 17:16:02.309 INFO image builder template: ramdisk-02-trim...
85722024-10-09T17:16:04.226Z[ host-image] Oct 09 17:16:02.309 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/.tmpTauMps/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85732024-10-09T17:16:04.263Z[ host-image] Oct 09 17:16:02.346 INFO O| Oct 09 17:16:02.346 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85742024-10-09T17:16:04.268Z[ host-image] Oct 09 17:16:02.351 INFO O| Oct 09 17:16:02.351 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85752024-10-09T17:16:04.393Z[ host-image] Oct 09 17:16:02.476 INFO O| Oct 09 17:16:02.476 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85762024-10-09T17:16:04.452Z[ host-image] Oct 09 17:16:02.535 INFO O| Oct 09 17:16:02.535 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85772024-10-09T17:16:04.452Z[ host-image] Oct 09 17:16:02.535 INFO O| Oct 09 17:16:02.535 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85782024-10-09T17:16:04.457Z[ host-image] Oct 09 17:16:02.541 INFO O| Oct 09 17:16:02.541 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85792024-10-09T17:16:04.461Z[ host-image] Oct 09 17:16:02.545 INFO O| Oct 09 17:16:02.545 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85802024-10-09T17:16:04.466Z[ host-image] Oct 09 17:16:02.550 INFO O| Oct 09 17:16:02.550 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85812024-10-09T17:16:04.711Z[ recovery-image] Oct 09 17:16:02.794 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85822024-10-09T17:16:04.893Z[ host-image] Oct 09 17:16:02.976 INFO O| Oct 09 17:16:02.976 INFO rolled back to input snapshot; work may begin
85832024-10-09T17:16:04.893Z[ host-image] Oct 09 17:16:02.976 INFO O| Oct 09 17:16:02.976 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85842024-10-09T17:16:04.900Z[ host-image] Oct 09 17:16:02.983 INFO O| Oct 09 17:16:02.983 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-09T17:16:04.915Z[ host-image] Oct 09 17:16:02.998 INFO O| Oct 09 17:16:02.998 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85862024-10-09T17:16:04.991Z[ host-image] Oct 09 17:16:03.073 INFO O| Oct 09 17:16:03.073 INFO STEP 0 (remove_files) COMPLETE
85872024-10-09T17:16:04.991Z[ host-image] Oct 09 17:16:03.073 INFO O| Oct 09 17:16:03.073 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-09T17:16:05.008Z[ host-image] Oct 09 17:16:03.091 INFO O| Oct 09 17:16:03.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85892024-10-09T17:16:05.011Z[ host-image] Oct 09 17:16:03.094 INFO O| Oct 09 17:16:03.094 INFO STEP 1 (remove_files) COMPLETE
85902024-10-09T17:16:05.011Z[ host-image] Oct 09 17:16:03.094 INFO O| Oct 09 17:16:03.094 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-09T17:16:05.027Z[ host-image] Oct 09 17:16:03.110 INFO O| Oct 09 17:16:03.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85922024-10-09T17:16:05.051Z[ host-image] Oct 09 17:16:03.134 INFO O| Oct 09 17:16:03.134 INFO STEP 2 (remove_files) COMPLETE
85932024-10-09T17:16:05.054Z[ host-image] Oct 09 17:16:03.134 INFO O| Oct 09 17:16:03.134 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-09T17:16:05.085Z[ host-image] Oct 09 17:16:03.168 INFO O| Oct 09 17:16:03.168 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85952024-10-09T17:16:05.088Z[ host-image] Oct 09 17:16:03.171 INFO O| Oct 09 17:16:03.171 INFO STEP 3 (remove_files) COMPLETE
85962024-10-09T17:16:05.090Z[ host-image] Oct 09 17:16:03.171 INFO O| Oct 09 17:16:03.171 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-09T17:16:05.104Z[ host-image] Oct 09 17:16:03.187 INFO O| Oct 09 17:16:03.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85982024-10-09T17:16:05.110Z[ host-image] Oct 09 17:16:03.193 INFO O| Oct 09 17:16:03.193 INFO STEP 4 (remove_files) COMPLETE
85992024-10-09T17:16:05.110Z[ host-image] Oct 09 17:16:03.193 INFO O| Oct 09 17:16:03.193 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-09T17:16:05.149Z[ host-image] Oct 09 17:16:03.232 INFO O| Oct 09 17:16:03.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86012024-10-09T17:16:05.153Z[ host-image] Oct 09 17:16:03.236 INFO O| Oct 09 17:16:03.236 INFO STEP 5 (remove_files) COMPLETE
86022024-10-09T17:16:05.153Z[ host-image] Oct 09 17:16:03.236 INFO O| Oct 09 17:16:03.236 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-09T17:16:05.202Z[ host-image] Oct 09 17:16:03.285 INFO O| Oct 09 17:16:03.285 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86042024-10-09T17:16:05.220Z[ host-image] Oct 09 17:16:03.303 INFO O| Oct 09 17:16:03.303 INFO STEP 6 (remove_files) COMPLETE
86052024-10-09T17:16:05.220Z[ host-image] Oct 09 17:16:03.303 INFO O| Oct 09 17:16:03.303 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-09T17:16:05.270Z[ host-image] Oct 09 17:16:03.353 INFO O| Oct 09 17:16:03.353 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86072024-10-09T17:16:05.291Z[ host-image] Oct 09 17:16:03.374 INFO O| Oct 09 17:16:03.374 INFO STEP 7 (remove_files) COMPLETE
86082024-10-09T17:16:05.291Z[ host-image] Oct 09 17:16:03.374 INFO O| Oct 09 17:16:03.374 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-09T17:16:05.330Z[ host-image] Oct 09 17:16:03.413 INFO O| Oct 09 17:16:03.413 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86102024-10-09T17:16:05.477Z[ host-image] Oct 09 17:16:03.560 INFO O| Oct 09 17:16:03.560 INFO STEP 8 (remove_files) COMPLETE
86112024-10-09T17:16:05.477Z[ host-image] Oct 09 17:16:03.560 INFO O| Oct 09 17:16:03.560 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-09T17:16:05.491Z[ host-image] Oct 09 17:16:03.574 INFO O| Oct 09 17:16:03.574 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86132024-10-09T17:16:05.600Z[ host-image] Oct 09 17:16:03.683 INFO O| Oct 09 17:16:03.683 INFO STEP 9 (remove_files) COMPLETE
86142024-10-09T17:16:05.603Z[ host-image] Oct 09 17:16:03.683 INFO O| Oct 09 17:16:03.683 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-09T17:16:05.611Z[ host-image] Oct 09 17:16:03.694 INFO O| Oct 09 17:16:03.694 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86162024-10-09T17:16:05.614Z[ host-image] Oct 09 17:16:03.697 INFO O| Oct 09 17:16:03.697 INFO STEP 10 (remove_files) COMPLETE
86172024-10-09T17:16:05.614Z[ host-image] Oct 09 17:16:03.697 INFO O| Oct 09 17:16:03.697 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-10-09T17:16:05.625Z[ host-image] Oct 09 17:16:03.708 INFO O| Oct 09 17:16:03.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86192024-10-09T17:16:05.629Z[ host-image] Oct 09 17:16:03.709 INFO O| Oct 09 17:16:03.709 INFO STEP 11 (remove_files) COMPLETE
86202024-10-09T17:16:05.629Z[ host-image] Oct 09 17:16:03.709 INFO O| Oct 09 17:16:03.709 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-10-09T17:16:05.636Z[ host-image] Oct 09 17:16:03.718 INFO O| Oct 09 17:16:03.718 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86222024-10-09T17:16:05.638Z[ host-image] Oct 09 17:16:03.720 INFO O| Oct 09 17:16:03.720 INFO STEP 12 (remove_files) COMPLETE
86232024-10-09T17:16:05.638Z[ host-image] Oct 09 17:16:03.720 INFO O| Oct 09 17:16:03.720 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-10-09T17:16:05.660Z[ host-image] Oct 09 17:16:03.743 INFO O| Oct 09 17:16:03.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86252024-10-09T17:16:05.672Z[ host-image] Oct 09 17:16:03.755 INFO O| Oct 09 17:16:03.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86262024-10-09T17:16:05.672Z[ host-image] Oct 09 17:16:03.755 INFO O| Oct 09 17:16:03.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86272024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.755 INFO O| Oct 09 17:16:03.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86282024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.755 INFO O| Oct 09 17:16:03.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86292024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.755 INFO O| Oct 09 17:16:03.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86302024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.755 INFO O| Oct 09 17:16:03.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86312024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.756 INFO O| Oct 09 17:16:03.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86322024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.756 INFO O| Oct 09 17:16:03.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86332024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.756 INFO O| Oct 09 17:16:03.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86342024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.757 INFO O| Oct 09 17:16:03.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86352024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.757 INFO O| Oct 09 17:16:03.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86362024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.757 INFO O| Oct 09 17:16:03.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86372024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.757 INFO O| Oct 09 17:16:03.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86382024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.757 INFO O| Oct 09 17:16:03.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86392024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.757 INFO O| Oct 09 17:16:03.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86402024-10-09T17:16:05.675Z[ host-image] Oct 09 17:16:03.757 INFO O| Oct 09 17:16:03.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86412024-10-09T17:16:05.891Z[ host-image] Oct 09 17:16:03.973 INFO O| Oct 09 17:16:03.973 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86422024-10-09T17:16:05.895Z[ host-image] Oct 09 17:16:03.976 INFO O| Oct 09 17:16:03.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86432024-10-09T17:16:05.897Z[ host-image] Oct 09 17:16:03.978 INFO O| Oct 09 17:16:03.978 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86442024-10-09T17:16:05.938Z[ host-image] Oct 09 17:16:04.021 INFO O| Oct 09 17:16:04.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86452024-10-09T17:16:06.030Z[ host-image] Oct 09 17:16:04.113 INFO O| Oct 09 17:16:04.112 INFO STEP 13 (remove_files) COMPLETE
86462024-10-09T17:16:06.030Z[ host-image] Oct 09 17:16:04.113 INFO O| Oct 09 17:16:04.112 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-09T17:16:06.041Z[ host-image] Oct 09 17:16:04.124 INFO O| Oct 09 17:16:04.124 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86482024-10-09T17:16:06.044Z[ host-image] Oct 09 17:16:04.125 INFO O| Oct 09 17:16:04.125 INFO STEP 14 (remove_files) COMPLETE
86492024-10-09T17:16:06.044Z[ host-image] Oct 09 17:16:04.125 INFO O| Oct 09 17:16:04.125 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-09T17:16:06.052Z[ host-image] Oct 09 17:16:04.135 INFO O| Oct 09 17:16:04.135 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86512024-10-09T17:16:06.058Z[ host-image] Oct 09 17:16:04.141 INFO O| Oct 09 17:16:04.141 INFO STEP 15 (remove_files) COMPLETE
86522024-10-09T17:16:06.058Z[ host-image] Oct 09 17:16:04.141 INFO O| Oct 09 17:16:04.141 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-09T17:16:06.069Z[ host-image] Oct 09 17:16:04.150 INFO O| Oct 09 17:16:04.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86542024-10-09T17:16:06.071Z[ host-image] Oct 09 17:16:04.151 INFO O| Oct 09 17:16:04.151 INFO STEP 16 (remove_files) COMPLETE
86552024-10-09T17:16:06.071Z[ host-image] Oct 09 17:16:04.151 INFO O| Oct 09 17:16:04.151 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-09T17:16:06.077Z[ host-image] Oct 09 17:16:04.160 INFO O| Oct 09 17:16:04.160 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86572024-10-09T17:16:06.079Z[ host-image] Oct 09 17:16:04.162 INFO O| Oct 09 17:16:04.161 INFO STEP 17 (remove_files) COMPLETE
86582024-10-09T17:16:06.079Z[ host-image] Oct 09 17:16:04.162 INFO O| Oct 09 17:16:04.162 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-09T17:16:06.088Z[ host-image] Oct 09 17:16:04.171 INFO O| Oct 09 17:16:04.171 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86602024-10-09T17:16:06.088Z[ host-image] Oct 09 17:16:04.171 INFO O| Oct 09 17:16:04.171 INFO STEP 18 (remove_files) COMPLETE
86612024-10-09T17:16:06.091Z[ host-image] Oct 09 17:16:04.171 INFO O| Oct 09 17:16:04.171 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-09T17:16:06.098Z[ host-image] Oct 09 17:16:04.181 INFO O| Oct 09 17:16:04.181 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86632024-10-09T17:16:06.098Z[ host-image] Oct 09 17:16:04.181 INFO O| Oct 09 17:16:04.181 INFO STEP 19 (remove_files) COMPLETE
86642024-10-09T17:16:06.100Z[ host-image] Oct 09 17:16:04.181 INFO O| Oct 09 17:16:04.181 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-09T17:16:06.107Z[ host-image] Oct 09 17:16:04.190 INFO O| Oct 09 17:16:04.190 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86662024-10-09T17:16:06.108Z[ host-image] Oct 09 17:16:04.190 INFO O| Oct 09 17:16:04.190 INFO STEP 20 (remove_files) COMPLETE
86672024-10-09T17:16:06.110Z[ host-image] Oct 09 17:16:04.190 INFO O| Oct 09 17:16:04.190 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-09T17:16:06.118Z[ host-image] Oct 09 17:16:04.201 INFO O| Oct 09 17:16:04.201 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86692024-10-09T17:16:06.118Z[ host-image] Oct 09 17:16:04.201 INFO O| Oct 09 17:16:04.201 INFO STEP 21 (remove_files) COMPLETE
86702024-10-09T17:16:06.118Z[ host-image] Oct 09 17:16:04.201 INFO O| Oct 09 17:16:04.201 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-09T17:16:06.128Z[ host-image] Oct 09 17:16:04.211 INFO O| Oct 09 17:16:04.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86722024-10-09T17:16:06.128Z[ host-image] Oct 09 17:16:04.211 INFO O| Oct 09 17:16:04.211 INFO STEP 22 (remove_files) COMPLETE
86732024-10-09T17:16:06.131Z[ host-image] Oct 09 17:16:04.211 INFO O| Oct 09 17:16:04.211 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-09T17:16:06.138Z[ host-image] Oct 09 17:16:04.220 INFO O| Oct 09 17:16:04.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86752024-10-09T17:16:06.138Z[ host-image] Oct 09 17:16:04.220 INFO O| Oct 09 17:16:04.220 INFO STEP 23 (remove_files) COMPLETE
86762024-10-09T17:16:06.140Z[ host-image] Oct 09 17:16:04.220 INFO O| Oct 09 17:16:04.220 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-09T17:16:06.148Z[ host-image] Oct 09 17:16:04.230 INFO O| Oct 09 17:16:04.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86782024-10-09T17:16:06.148Z[ host-image] Oct 09 17:16:04.230 INFO O| Oct 09 17:16:04.230 INFO STEP 24 (remove_files) COMPLETE
86792024-10-09T17:16:06.151Z[ host-image] Oct 09 17:16:04.230 INFO O| Oct 09 17:16:04.230 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-09T17:16:06.156Z[ host-image] Oct 09 17:16:04.239 INFO O| Oct 09 17:16:04.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86812024-10-09T17:16:06.159Z[ host-image] Oct 09 17:16:04.239 INFO O| Oct 09 17:16:04.239 INFO STEP 25 (remove_files) COMPLETE
86822024-10-09T17:16:06.159Z[ host-image] Oct 09 17:16:04.239 INFO O| Oct 09 17:16:04.239 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-09T17:16:06.166Z[ host-image] Oct 09 17:16:04.249 INFO O| Oct 09 17:16:04.249 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86842024-10-09T17:16:06.168Z[ host-image] Oct 09 17:16:04.249 INFO O| Oct 09 17:16:04.249 INFO STEP 26 (remove_files) COMPLETE
86852024-10-09T17:16:06.168Z[ host-image] Oct 09 17:16:04.249 INFO O| Oct 09 17:16:04.249 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-09T17:16:06.175Z[ host-image] Oct 09 17:16:04.258 INFO O| Oct 09 17:16:04.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86872024-10-09T17:16:06.175Z[ host-image] Oct 09 17:16:04.258 INFO O| Oct 09 17:16:04.258 INFO STEP 27 (remove_files) COMPLETE
86882024-10-09T17:16:06.175Z[ host-image] Oct 09 17:16:04.258 INFO O| Oct 09 17:16:04.258 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-09T17:16:06.185Z[ host-image] Oct 09 17:16:04.268 INFO O| Oct 09 17:16:04.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86902024-10-09T17:16:06.185Z[ host-image] Oct 09 17:16:04.268 INFO O| Oct 09 17:16:04.268 INFO STEP 28 (remove_files) COMPLETE
86912024-10-09T17:16:06.187Z[ host-image] Oct 09 17:16:04.268 INFO O| Oct 09 17:16:04.268 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-09T17:16:06.194Z[ host-image] Oct 09 17:16:04.277 INFO O| Oct 09 17:16:04.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86932024-10-09T17:16:06.194Z[ host-image] Oct 09 17:16:04.277 INFO O| Oct 09 17:16:04.277 INFO STEP 29 (remove_files) COMPLETE
86942024-10-09T17:16:06.197Z[ host-image] Oct 09 17:16:04.277 INFO O| Oct 09 17:16:04.277 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-09T17:16:06.204Z[ host-image] Oct 09 17:16:04.287 INFO O| Oct 09 17:16:04.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86962024-10-09T17:16:06.204Z[ host-image] Oct 09 17:16:04.287 INFO O| Oct 09 17:16:04.287 INFO STEP 30 (remove_files) COMPLETE
86972024-10-09T17:16:06.204Z[ host-image] Oct 09 17:16:04.287 INFO O| Oct 09 17:16:04.287 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-09T17:16:06.213Z[ host-image] Oct 09 17:16:04.296 INFO O| Oct 09 17:16:04.296 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86992024-10-09T17:16:06.213Z[ host-image] Oct 09 17:16:04.296 INFO O| Oct 09 17:16:04.296 INFO STEP 31 (remove_files) COMPLETE
87002024-10-09T17:16:06.216Z[ host-image] Oct 09 17:16:04.296 INFO O| Oct 09 17:16:04.296 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-09T17:16:06.222Z[ host-image] Oct 09 17:16:04.305 INFO O| Oct 09 17:16:04.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87022024-10-09T17:16:06.222Z[ host-image] Oct 09 17:16:04.306 INFO O| Oct 09 17:16:04.305 INFO STEP 32 (remove_files) COMPLETE
87032024-10-09T17:16:06.225Z[ host-image] Oct 09 17:16:04.306 INFO O| Oct 09 17:16:04.306 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-09T17:16:06.232Z[ host-image] Oct 09 17:16:04.315 INFO O| Oct 09 17:16:04.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87052024-10-09T17:16:06.232Z[ host-image] Oct 09 17:16:04.315 INFO O| Oct 09 17:16:04.315 INFO STEP 33 (remove_files) COMPLETE
87062024-10-09T17:16:06.235Z[ host-image] Oct 09 17:16:04.315 INFO O| Oct 09 17:16:04.315 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-09T17:16:06.242Z[ host-image] Oct 09 17:16:04.325 INFO O| Oct 09 17:16:04.325 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87082024-10-09T17:16:06.242Z[ host-image] Oct 09 17:16:04.325 INFO O| Oct 09 17:16:04.325 INFO STEP 34 (remove_files) COMPLETE
87092024-10-09T17:16:06.244Z[ host-image] Oct 09 17:16:04.325 INFO O| Oct 09 17:16:04.325 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-09T17:16:06.251Z[ host-image] Oct 09 17:16:04.334 INFO O| Oct 09 17:16:04.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87112024-10-09T17:16:06.254Z[ host-image] Oct 09 17:16:04.334 INFO O| Oct 09 17:16:04.334 INFO STEP 35 (remove_files) COMPLETE
87122024-10-09T17:16:06.254Z[ host-image] Oct 09 17:16:04.334 INFO O| Oct 09 17:16:04.334 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-09T17:16:06.261Z[ host-image] Oct 09 17:16:04.344 INFO O| Oct 09 17:16:04.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87142024-10-09T17:16:06.261Z[ host-image] Oct 09 17:16:04.344 INFO O| Oct 09 17:16:04.344 INFO STEP 36 (remove_files) COMPLETE
87152024-10-09T17:16:06.263Z[ host-image] Oct 09 17:16:04.344 INFO O| Oct 09 17:16:04.344 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-09T17:16:06.270Z[ host-image] Oct 09 17:16:04.353 INFO O| Oct 09 17:16:04.353 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87172024-10-09T17:16:06.270Z[ host-image] Oct 09 17:16:04.353 INFO O| Oct 09 17:16:04.353 INFO STEP 37 (remove_files) COMPLETE
87182024-10-09T17:16:06.273Z[ host-image] Oct 09 17:16:04.353 INFO O| Oct 09 17:16:04.353 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-09T17:16:06.280Z[ host-image] Oct 09 17:16:04.362 INFO O| Oct 09 17:16:04.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87202024-10-09T17:16:06.280Z[ host-image] Oct 09 17:16:04.363 INFO O| Oct 09 17:16:04.363 INFO STEP 38 (remove_files) COMPLETE
87212024-10-09T17:16:06.280Z[ host-image] Oct 09 17:16:04.363 INFO O| Oct 09 17:16:04.363 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-09T17:16:06.289Z[ host-image] Oct 09 17:16:04.372 INFO O| Oct 09 17:16:04.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87232024-10-09T17:16:06.289Z[ host-image] Oct 09 17:16:04.372 INFO O| Oct 09 17:16:04.372 INFO STEP 39 (remove_files) COMPLETE
87242024-10-09T17:16:06.289Z[ host-image] Oct 09 17:16:04.372 INFO O| Oct 09 17:16:04.372 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-09T17:16:06.299Z[ host-image] Oct 09 17:16:04.381 INFO O| Oct 09 17:16:04.381 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87262024-10-09T17:16:06.299Z[ host-image] Oct 09 17:16:04.381 INFO O| Oct 09 17:16:04.381 INFO STEP 40 (remove_files) COMPLETE
87272024-10-09T17:16:06.301Z[ host-image] Oct 09 17:16:04.381 INFO O| Oct 09 17:16:04.381 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-09T17:16:06.308Z[ host-image] Oct 09 17:16:04.391 INFO O| Oct 09 17:16:04.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87292024-10-09T17:16:06.308Z[ host-image] Oct 09 17:16:04.391 INFO O| Oct 09 17:16:04.391 INFO STEP 41 (remove_files) COMPLETE
87302024-10-09T17:16:06.308Z[ host-image] Oct 09 17:16:04.391 INFO O| Oct 09 17:16:04.391 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-09T17:16:06.317Z[ host-image] Oct 09 17:16:04.400 INFO O| Oct 09 17:16:04.400 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87322024-10-09T17:16:06.320Z[ host-image] Oct 09 17:16:04.400 INFO O| Oct 09 17:16:04.400 INFO STEP 42 (remove_files) COMPLETE
87332024-10-09T17:16:06.320Z[ host-image] Oct 09 17:16:04.401 INFO O| Oct 09 17:16:04.400 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-09T17:16:06.327Z[ host-image] Oct 09 17:16:04.410 INFO O| Oct 09 17:16:04.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87352024-10-09T17:16:06.327Z[ host-image] Oct 09 17:16:04.410 INFO O| Oct 09 17:16:04.410 INFO STEP 43 (remove_files) COMPLETE
87362024-10-09T17:16:06.327Z[ host-image] Oct 09 17:16:04.410 INFO O| Oct 09 17:16:04.410 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-09T17:16:06.336Z[ host-image] Oct 09 17:16:04.419 INFO O| Oct 09 17:16:04.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87382024-10-09T17:16:06.339Z[ host-image] Oct 09 17:16:04.419 INFO O| Oct 09 17:16:04.419 INFO STEP 44 (remove_files) COMPLETE
87392024-10-09T17:16:06.339Z[ host-image] Oct 09 17:16:04.419 INFO O| Oct 09 17:16:04.419 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-09T17:16:06.346Z[ host-image] Oct 09 17:16:04.429 INFO O| Oct 09 17:16:04.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87412024-10-09T17:16:06.346Z[ host-image] Oct 09 17:16:04.429 INFO O| Oct 09 17:16:04.429 INFO STEP 45 (remove_files) COMPLETE
87422024-10-09T17:16:06.346Z[ host-image] Oct 09 17:16:04.429 INFO O| Oct 09 17:16:04.429 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-09T17:16:06.356Z[ host-image] Oct 09 17:16:04.438 INFO O| Oct 09 17:16:04.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87442024-10-09T17:16:06.356Z[ host-image] Oct 09 17:16:04.438 INFO O| Oct 09 17:16:04.438 INFO STEP 46 (remove_files) COMPLETE
87452024-10-09T17:16:06.359Z[ host-image] Oct 09 17:16:04.438 INFO O| Oct 09 17:16:04.438 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-09T17:16:06.365Z[ host-image] Oct 09 17:16:04.448 INFO O| Oct 09 17:16:04.448 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87472024-10-09T17:16:06.365Z[ host-image] Oct 09 17:16:04.448 INFO O| Oct 09 17:16:04.448 INFO STEP 47 (remove_files) COMPLETE
87482024-10-09T17:16:06.365Z[ host-image] Oct 09 17:16:04.448 INFO O| Oct 09 17:16:04.448 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-09T17:16:06.375Z[ host-image] Oct 09 17:16:04.458 INFO O| Oct 09 17:16:04.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87502024-10-09T17:16:06.375Z[ host-image] Oct 09 17:16:04.458 INFO O| Oct 09 17:16:04.458 INFO STEP 48 (remove_files) COMPLETE
87512024-10-09T17:16:06.377Z[ host-image] Oct 09 17:16:04.458 INFO O| Oct 09 17:16:04.458 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-09T17:16:06.384Z[ host-image] Oct 09 17:16:04.467 INFO O| Oct 09 17:16:04.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87532024-10-09T17:16:06.384Z[ host-image] Oct 09 17:16:04.467 INFO O| Oct 09 17:16:04.467 INFO STEP 49 (remove_files) COMPLETE
87542024-10-09T17:16:06.386Z[ host-image] Oct 09 17:16:04.467 INFO O| Oct 09 17:16:04.467 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-09T17:16:06.394Z[ host-image] Oct 09 17:16:04.477 INFO O| Oct 09 17:16:04.477 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87562024-10-09T17:16:06.394Z[ host-image] Oct 09 17:16:04.477 INFO O| Oct 09 17:16:04.477 INFO STEP 50 (remove_files) COMPLETE
87572024-10-09T17:16:06.394Z[ host-image] Oct 09 17:16:04.477 INFO O| Oct 09 17:16:04.477 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-09T17:16:06.403Z[ host-image] Oct 09 17:16:04.486 INFO O| Oct 09 17:16:04.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87592024-10-09T17:16:06.403Z[ host-image] Oct 09 17:16:04.486 INFO O| Oct 09 17:16:04.486 INFO STEP 51 (remove_files) COMPLETE
87602024-10-09T17:16:06.403Z[ host-image] Oct 09 17:16:04.486 INFO O| Oct 09 17:16:04.486 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-09T17:16:06.412Z[ host-image] Oct 09 17:16:04.495 INFO O| Oct 09 17:16:04.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87622024-10-09T17:16:06.412Z[ host-image] Oct 09 17:16:04.495 INFO O| Oct 09 17:16:04.495 INFO STEP 52 (remove_files) COMPLETE
87632024-10-09T17:16:06.415Z[ host-image] Oct 09 17:16:04.495 INFO O| Oct 09 17:16:04.495 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-09T17:16:06.422Z[ host-image] Oct 09 17:16:04.504 INFO O| Oct 09 17:16:04.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87652024-10-09T17:16:06.422Z[ host-image] Oct 09 17:16:04.505 INFO O| Oct 09 17:16:04.505 INFO STEP 53 (remove_files) COMPLETE
87662024-10-09T17:16:06.422Z[ host-image] Oct 09 17:16:04.505 INFO O| Oct 09 17:16:04.505 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-09T17:16:06.431Z[ host-image] Oct 09 17:16:04.514 INFO O| Oct 09 17:16:04.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87682024-10-09T17:16:06.433Z[ host-image] Oct 09 17:16:04.514 INFO O| Oct 09 17:16:04.514 INFO STEP 54 (remove_files) COMPLETE
87692024-10-09T17:16:06.433Z[ host-image] Oct 09 17:16:04.514 INFO O| Oct 09 17:16:04.514 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-10-09T17:16:06.440Z[ host-image] Oct 09 17:16:04.523 INFO O| Oct 09 17:16:04.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87712024-10-09T17:16:06.443Z[ host-image] Oct 09 17:16:04.523 INFO O| Oct 09 17:16:04.523 INFO STEP 55 (remove_files) COMPLETE
87722024-10-09T17:16:06.443Z[ host-image] Oct 09 17:16:04.523 INFO O| Oct 09 17:16:04.523 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-10-09T17:16:06.452Z[ host-image] Oct 09 17:16:04.533 INFO O| Oct 09 17:16:04.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87742024-10-09T17:16:06.456Z[ host-image] Oct 09 17:16:04.533 INFO O| Oct 09 17:16:04.533 INFO STEP 56 (remove_files) COMPLETE
87752024-10-09T17:16:06.456Z[ host-image] Oct 09 17:16:04.533 INFO O| Oct 09 17:16:04.533 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-10-09T17:16:06.459Z[ host-image] Oct 09 17:16:04.542 INFO O| Oct 09 17:16:04.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87772024-10-09T17:16:06.460Z[ host-image] Oct 09 17:16:04.542 INFO O| Oct 09 17:16:04.542 INFO STEP 57 (remove_files) COMPLETE
87782024-10-09T17:16:06.460Z[ host-image] Oct 09 17:16:04.542 INFO O| Oct 09 17:16:04.542 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-10-09T17:16:06.469Z[ host-image] Oct 09 17:16:04.552 INFO O| Oct 09 17:16:04.552 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87802024-10-09T17:16:06.472Z[ host-image] Oct 09 17:16:04.552 INFO O| Oct 09 17:16:04.552 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87812024-10-09T17:16:06.472Z[ host-image] Oct 09 17:16:04.552 INFO O| Oct 09 17:16:04.552 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87822024-10-09T17:16:06.472Z[ host-image] Oct 09 17:16:04.552 INFO O| Oct 09 17:16:04.552 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87832024-10-09T17:16:06.472Z[ host-image] Oct 09 17:16:04.553 INFO O| Oct 09 17:16:04.552 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87842024-10-09T17:16:06.473Z[ host-image] Oct 09 17:16:04.553 INFO O| Oct 09 17:16:04.553 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87852024-10-09T17:16:06.473Z[ host-image] Oct 09 17:16:04.553 INFO O| Oct 09 17:16:04.553 INFO ok!
87862024-10-09T17:16:06.473Z[ host-image] Oct 09 17:16:04.553 INFO O| Oct 09 17:16:04.553 INFO STEP 58 (ensure_file) COMPLETE
87872024-10-09T17:16:06.473Z[ host-image] Oct 09 17:16:04.553 INFO O| Oct 09 17:16:04.553 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-10-09T17:16:06.479Z[ host-image] Oct 09 17:16:04.562 INFO O| Oct 09 17:16:04.562 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87892024-10-09T17:16:06.479Z[ host-image] Oct 09 17:16:04.562 INFO O| Oct 09 17:16:04.562 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87902024-10-09T17:16:06.483Z[ host-image] Oct 09 17:16:04.562 INFO O| Oct 09 17:16:04.562 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87912024-10-09T17:16:06.483Z[ host-image] Oct 09 17:16:04.562 INFO O| Oct 09 17:16:04.562 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87922024-10-09T17:16:06.483Z[ host-image] Oct 09 17:16:04.562 INFO O| Oct 09 17:16:04.562 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87932024-10-09T17:16:06.483Z[ host-image] Oct 09 17:16:04.563 INFO O| Oct 09 17:16:04.562 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87942024-10-09T17:16:06.483Z[ host-image] Oct 09 17:16:04.563 INFO O| Oct 09 17:16:04.562 INFO ok!
87952024-10-09T17:16:06.483Z[ host-image] Oct 09 17:16:04.563 INFO O| Oct 09 17:16:04.563 INFO STEP 59 (ensure_file) COMPLETE
87962024-10-09T17:16:06.483Z[ host-image] Oct 09 17:16:04.563 INFO O| Oct 09 17:16:04.563 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-10-09T17:16:06.490Z[ host-image] Oct 09 17:16:04.572 INFO O| Oct 09 17:16:04.572 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87982024-10-09T17:16:06.490Z[ host-image] Oct 09 17:16:04.572 INFO O| Oct 09 17:16:04.572 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87992024-10-09T17:16:06.492Z[ host-image] Oct 09 17:16:04.573 INFO O| Oct 09 17:16:04.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88002024-10-09T17:16:06.492Z[ host-image] Oct 09 17:16:04.573 INFO O| Oct 09 17:16:04.573 INFO ok!
88012024-10-09T17:16:06.492Z[ host-image] Oct 09 17:16:04.573 INFO O| Oct 09 17:16:04.573 INFO STEP 60 (ensure_file) COMPLETE
88022024-10-09T17:16:06.493Z[ host-image] Oct 09 17:16:04.573 INFO O| Oct 09 17:16:04.573 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-10-09T17:16:06.500Z[ host-image] Oct 09 17:16:04.583 INFO O| Oct 09 17:16:04.582 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88042024-10-09T17:16:06.502Z[ host-image] Oct 09 17:16:04.583 INFO O| Oct 09 17:16:04.583 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88052024-10-09T17:16:06.503Z[ host-image] Oct 09 17:16:04.583 INFO O| Oct 09 17:16:04.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88062024-10-09T17:16:06.503Z[ host-image] Oct 09 17:16:04.583 INFO O| Oct 09 17:16:04.583 INFO ok!
88072024-10-09T17:16:06.503Z[ host-image] Oct 09 17:16:04.583 INFO O| Oct 09 17:16:04.583 INFO STEP 61 (ensure_file) COMPLETE
88082024-10-09T17:16:06.503Z[ host-image] Oct 09 17:16:04.583 INFO O| Oct 09 17:16:04.583 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-10-09T17:16:06.510Z[ host-image] Oct 09 17:16:04.593 INFO O| Oct 09 17:16:04.593 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88102024-10-09T17:16:06.513Z[ host-image] Oct 09 17:16:04.593 INFO O| Oct 09 17:16:04.593 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88112024-10-09T17:16:06.513Z[ host-image] Oct 09 17:16:04.593 INFO O| Oct 09 17:16:04.593 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88122024-10-09T17:16:06.513Z[ host-image] Oct 09 17:16:04.593 INFO O| Oct 09 17:16:04.593 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88132024-10-09T17:16:06.513Z[ host-image] Oct 09 17:16:04.593 INFO O| Oct 09 17:16:04.593 INFO ok!
88142024-10-09T17:16:06.513Z[ host-image] Oct 09 17:16:04.593 INFO O| Oct 09 17:16:04.593 INFO STEP 62 (ensure_file) COMPLETE
88152024-10-09T17:16:06.513Z[ host-image] Oct 09 17:16:04.593 INFO O| Oct 09 17:16:04.593 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-10-09T17:16:06.520Z[ host-image] Oct 09 17:16:04.603 INFO O| Oct 09 17:16:04.603 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88172024-10-09T17:16:06.523Z[ host-image] Oct 09 17:16:04.603 INFO O| Oct 09 17:16:04.603 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88182024-10-09T17:16:06.523Z[ host-image] Oct 09 17:16:04.603 INFO O| Oct 09 17:16:04.603 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88192024-10-09T17:16:06.523Z[ host-image] Oct 09 17:16:04.603 INFO O| Oct 09 17:16:04.603 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88202024-10-09T17:16:06.523Z[ host-image] Oct 09 17:16:04.603 INFO O| Oct 09 17:16:04.603 INFO ok!
88212024-10-09T17:16:06.523Z[ host-image] Oct 09 17:16:04.603 INFO O| Oct 09 17:16:04.603 INFO STEP 63 (ensure_file) COMPLETE
88222024-10-09T17:16:06.523Z[ host-image] Oct 09 17:16:04.603 INFO O| Oct 09 17:16:04.603 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232024-10-09T17:16:06.530Z[ host-image] Oct 09 17:16:04.613 INFO O| Oct 09 17:16:04.613 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88242024-10-09T17:16:06.530Z[ host-image] Oct 09 17:16:04.613 INFO O| Oct 09 17:16:04.613 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88252024-10-09T17:16:06.533Z[ host-image] Oct 09 17:16:04.613 INFO O| Oct 09 17:16:04.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88262024-10-09T17:16:06.533Z[ host-image] Oct 09 17:16:04.613 INFO O| Oct 09 17:16:04.613 INFO ok!
88272024-10-09T17:16:06.533Z[ host-image] Oct 09 17:16:04.613 INFO O| Oct 09 17:16:04.613 INFO STEP 64 (assemble_files) COMPLETE
88282024-10-09T17:16:06.533Z[ host-image] Oct 09 17:16:04.613 INFO O| Oct 09 17:16:04.613 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-10-09T17:16:06.540Z[ host-image] Oct 09 17:16:04.623 INFO O| Oct 09 17:16:04.623 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88302024-10-09T17:16:06.543Z[ host-image] Oct 09 17:16:04.623 INFO O| Oct 09 17:16:04.623 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88312024-10-09T17:16:06.543Z[ host-image] Oct 09 17:16:04.623 INFO O| Oct 09 17:16:04.623 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88322024-10-09T17:16:06.543Z[ host-image] Oct 09 17:16:04.623 INFO O| Oct 09 17:16:04.623 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88332024-10-09T17:16:06.543Z[ host-image] Oct 09 17:16:04.623 INFO O| Oct 09 17:16:04.623 INFO ok!
88342024-10-09T17:16:06.543Z[ host-image] Oct 09 17:16:04.623 INFO O| Oct 09 17:16:04.623 INFO STEP 65 (ensure_file) COMPLETE
88352024-10-09T17:16:06.543Z[ host-image] Oct 09 17:16:04.623 INFO O| Oct 09 17:16:04.623 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-10-09T17:16:06.549Z[ host-image] Oct 09 17:16:04.632 INFO O| Oct 09 17:16:04.632 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88372024-10-09T17:16:06.552Z[ host-image] Oct 09 17:16:04.632 INFO O| Oct 09 17:16:04.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88382024-10-09T17:16:06.552Z[ host-image] Oct 09 17:16:04.633 INFO O| Oct 09 17:16:04.632 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88392024-10-09T17:16:06.552Z[ host-image] Oct 09 17:16:04.633 INFO O| Oct 09 17:16:04.633 INFO STEP 66 (ensure_dir) COMPLETE
88402024-10-09T17:16:06.552Z[ host-image] Oct 09 17:16:04.633 INFO O| Oct 09 17:16:04.633 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412024-10-09T17:16:06.559Z[ host-image] Oct 09 17:16:04.642 INFO O| Oct 09 17:16:04.642 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88422024-10-09T17:16:06.559Z[ host-image] Oct 09 17:16:04.642 INFO O| Oct 09 17:16:04.642 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 ...
88432024-10-09T17:16:06.574Z[ host-image] Oct 09 17:16:04.649 INFO O| Oct 09 17:16:04.649 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
88442024-10-09T17:16:06.574Z[ host-image] Oct 09 17:16:04.649 INFO O| Oct 09 17:16:04.649 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88452024-10-09T17:16:06.576Z[ host-image] Oct 09 17:16:04.649 INFO O| Oct 09 17:16:04.649 INFO ok!
88462024-10-09T17:16:06.576Z[ host-image] Oct 09 17:16:04.649 INFO O| Oct 09 17:16:04.649 INFO STEP 67 (ensure_file) COMPLETE
88472024-10-09T17:16:06.576Z[ host-image] Oct 09 17:16:04.649 INFO O| Oct 09 17:16:04.649 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-10-09T17:16:06.578Z[ host-image] Oct 09 17:16:04.660 INFO O| Oct 09 17:16:04.660 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88492024-10-09T17:16:06.578Z[ host-image] Oct 09 17:16:04.660 INFO O| Oct 09 17:16:04.660 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 ...
88502024-10-09T17:16:06.578Z[ host-image] Oct 09 17:16:04.660 INFO O| Oct 09 17:16:04.660 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
88512024-10-09T17:16:06.578Z[ host-image] Oct 09 17:16:04.660 INFO O| Oct 09 17:16:04.660 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88522024-10-09T17:16:06.578Z[ host-image] Oct 09 17:16:04.660 INFO O| Oct 09 17:16:04.660 INFO ok!
88532024-10-09T17:16:06.578Z[ host-image] Oct 09 17:16:04.660 INFO O| Oct 09 17:16:04.660 INFO STEP 68 (ensure_file) COMPLETE
88542024-10-09T17:16:06.578Z[ host-image] Oct 09 17:16:04.660 INFO O| Oct 09 17:16:04.660 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-10-09T17:16:06.591Z[ host-image] Oct 09 17:16:04.674 INFO O| Oct 09 17:16:04.674 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88562024-10-09T17:16:06.594Z[ host-image] Oct 09 17:16:04.674 INFO O| Oct 09 17:16:04.674 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88572024-10-09T17:16:07.921Z[ recovery-image] Oct 09 17:16:06.003 INFO E| Compiling bitflags v1.3.2
88582024-10-09T17:16:07.921Z[ recovery-image] Oct 09 17:16:06.003 INFO E| Compiling bit_field v0.10.2
88592024-10-09T17:16:07.924Z[ recovery-image] Oct 09 17:16:06.003 INFO E| Compiling log v0.4.22
88602024-10-09T17:16:07.924Z[ recovery-image] Oct 09 17:16:06.003 INFO E| Compiling adler2 v2.0.0
88612024-10-09T17:16:07.924Z[ recovery-image] Oct 09 17:16:06.004 INFO E| Compiling plain v0.2.3
88622024-10-09T17:16:07.924Z[ recovery-image] Oct 09 17:16:06.004 INFO E| Compiling scroll v0.12.0
88632024-10-09T17:16:07.924Z[ recovery-image] Oct 09 17:16:06.004 INFO E| Compiling bitstruct v0.1.1
88642024-10-09T17:16:08.012Z[ recovery-image] Oct 09 17:16:06.094 INFO E| Compiling raw-cpuid v10.7.0
88652024-10-09T17:16:08.036Z[ recovery-image] Oct 09 17:16:06.118 INFO E| Compiling cpio_reader v0.1.1
88662024-10-09T17:16:08.163Z[ recovery-image] Oct 09 17:16:06.245 INFO E| Compiling miniz_oxide v0.8.0
88672024-10-09T17:16:08.185Z[ recovery-image] Oct 09 17:16:06.267 INFO E| Compiling static_assertions v1.1.0
88682024-10-09T17:16:08.343Z[ recovery-image] Oct 09 17:16:06.424 INFO E| Compiling goblin v0.8.2
88692024-10-09T17:16:09.201Z[ host-image] Oct 09 17:16:07.282 INFO O| Oct 09 17:16:07.282 INFO STEP 69 (pack_tar) COMPLETE
88702024-10-09T17:16:09.201Z[ host-image] Oct 09 17:16:07.282 INFO O| Oct 09 17:16:07.282 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88712024-10-09T17:16:09.204Z[ host-image] Oct 09 17:16:07.282 INFO O| Oct 09 17:16:07.282 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88722024-10-09T17:16:09.382Z[ host-image] Oct 09 17:16:07.464 INFO O| Oct 09 17:16:07.464 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88732024-10-09T17:16:09.470Z[ host-image] Oct 09 17:16:07.552 INFO O| Oct 09 17:16:07.552 INFO completed processing gimlet/ramdisk-02-trim
88742024-10-09T17:16:09.473Z[ host-image] Oct 09 17:16:07.554 INFO image builder template: zfs...
88752024-10-09T17:16:09.473Z[ host-image] Oct 09 17:16:07.554 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/.tmpTauMps/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88762024-10-09T17:16:09.487Z[ host-image] Oct 09 17:16:07.568 INFO O| Oct 09 17:16:07.568 INFO skip include "stress" because feature "stress" is not enabled
88772024-10-09T17:16:09.525Z[ host-image] Oct 09 17:16:07.606 INFO O| Oct 09 17:16:07.606 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88782024-10-09T17:16:09.529Z[ host-image] Oct 09 17:16:07.611 INFO O| Oct 09 17:16:07.611 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88792024-10-09T17:16:09.600Z[ host-image] Oct 09 17:16:07.682 INFO O| Oct 09 17:16:07.681 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88802024-10-09T17:16:09.696Z[ host-image] Oct 09 17:16:07.777 INFO O| Oct 09 17:16:07.777 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88812024-10-09T17:16:09.696Z[ host-image] Oct 09 17:16:07.777 INFO O| Oct 09 17:16:07.777 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88822024-10-09T17:16:09.700Z[ host-image] Oct 09 17:16:07.782 INFO O| Oct 09 17:16:07.782 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88832024-10-09T17:16:09.817Z[ host-image] Oct 09 17:16:07.897 INFO O| Oct 09 17:16:07.897 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88842024-10-09T17:16:09.860Z[ host-image] Oct 09 17:16:07.941 INFO O| Oct 09 17:16:07.941 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88852024-10-09T17:16:09.875Z[ host-image] Oct 09 17:16:07.956 INFO O| Oct 09 17:16:07.956 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88862024-10-09T17:16:09.882Z[ host-image] Oct 09 17:16:07.963 INFO O| Oct 09 17:16:07.963 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88872024-10-09T17:16:09.883Z[ host-image] Oct 09 17:16:07.964 INFO O| Oct 09 17:16:07.963 INFO no lofi found
88882024-10-09T17:16:09.886Z[ host-image] Oct 09 17:16:07.964 INFO O| Oct 09 17:16:07.964 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88892024-10-09T17:16:09.886Z[ host-image] Oct 09 17:16:07.964 INFO O| Oct 09 17:16:07.964 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88902024-10-09T17:16:11.928Z[ host-image] Oct 09 17:16:10.009 INFO O| Oct 09 17:16:10.008 INFO lofi device = /dev/dsk/c2t1d0p0
88912024-10-09T17:16:11.928Z[ host-image] Oct 09 17:16:10.009 INFO O| Oct 09 17:16:10.009 INFO pool device = /dev/dsk/c2t1d0p0
88922024-10-09T17:16:11.930Z[ host-image] Oct 09 17:16:10.009 INFO O| Oct 09 17:16:10.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88932024-10-09T17:16:12.001Z[ host-image] Oct 09 17:16:10.082 INFO O| Oct 09 17:16:10.082 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88942024-10-09T17:16:12.001Z[ host-image] Oct 09 17:16:10.082 INFO O| Oct 09 17:16:10.082 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88952024-10-09T17:16:12.024Z[ host-image] Oct 09 17:16:10.105 INFO O| Oct 09 17:16:10.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88962024-10-09T17:16:12.085Z[ host-image] Oct 09 17:16:10.164 INFO O| Oct 09 17:16:10.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88972024-10-09T17:16:12.139Z[ host-image] Oct 09 17:16:10.220 INFO O| Oct 09 17:16:10.220 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88982024-10-09T17:16:12.157Z[ host-image] Oct 09 17:16:10.238 INFO O| Oct 09 17:16:10.238 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88992024-10-09T17:16:12.171Z[ host-image] Oct 09 17:16:10.252 INFO O| Oct 09 17:16:10.252 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89002024-10-09T17:16:12.241Z[ host-image] Oct 09 17:16:10.322 INFO O| Oct 09 17:16:10.322 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
89012024-10-09T17:16:12.244Z[ host-image] Oct 09 17:16:10.322 INFO O| Oct 09 17:16:10.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
89022024-10-09T17:16:12.244Z[ host-image] Oct 09 17:16:10.322 INFO O| Oct 09 17:16:10.322 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89032024-10-09T17:16:12.255Z[ host-image] Oct 09 17:16:10.336 INFO O| Oct 09 17:16:10.336 INFO boot environment UUID: 01b30918-0eed-4ff8-a7c3-6d6bcd46ac73
89042024-10-09T17:16:12.255Z[ host-image] Oct 09 17:16:10.336 INFO O| Oct 09 17:16:10.336 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 01b30918-0eed-4ff8-a7c3-6d6bcd46ac73
89052024-10-09T17:16:12.268Z[ host-image] Oct 09 17:16:10.348 INFO O| Oct 09 17:16:10.348 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89062024-10-09T17:16:12.278Z[ host-image] Oct 09 17:16:10.359 INFO O| Oct 09 17:16:10.359 INFO STEP 0 (create_be) COMPLETE
89072024-10-09T17:16:12.278Z[ host-image] Oct 09 17:16:10.359 INFO O| Oct 09 17:16:10.359 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89082024-10-09T17:16:12.294Z[ host-image] Oct 09 17:16:10.375 INFO O| Oct 09 17:16:10.375 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89092024-10-09T17:16:15.539Z[ recovery-image] Oct 09 17:16:13.619 INFO E| Finished `release` profile [optimized] target(s) in 30.83s
89102024-10-09T17:16:15.563Z[ recovery-image] Oct 09 17:16:13.644 INFO building host image...
89112024-10-09T17:16:15.566Z[ recovery-image] Oct 09 17:16:13.644 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")
89122024-10-09T17:16:16.256Z[ recovery-image] Oct 09 17:16:14.331 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89132024-10-09T17:16:18.203Z[ recovery-image] Oct 09 17:16:16.281 INFO image complete! materials are in "/work/os-recovery"
89142024-10-09T17:16:18.218Z[ recovery-image]
89152024-10-09T17:16:18.218Z[ recovery-image] real 7:43.520451390
89162024-10-09T17:16:18.218Z[ recovery-image] user 4:50.902623785
89172024-10-09T17:16:18.218Z[ recovery-image] sys 45.312761143
89182024-10-09T17:16:18.218Z[ recovery-image] trap 0.179090945
89192024-10-09T17:16:18.218Z[ recovery-image] tflt 0.233347113
89202024-10-09T17:16:18.218Z[ recovery-image] dflt 1.333065911
89212024-10-09T17:16:18.218Z[ recovery-image] kflt 0.000231041
89222024-10-09T17:16:18.218Z[ recovery-image] lock 15:55.858606013
89232024-10-09T17:16:18.218Z[ recovery-image] slp 47:25.752832594
89242024-10-09T17:16:18.218Z[ recovery-image] lat 1:13.263340501
89252024-10-09T17:16:18.218Z[ recovery-image] stop 2.756839413
89262024-10-09T17:16:18.218ZOct 09 17:16:16.285 INFO [recovery-image] process exited with exit status: 0 (463.541382428s)
89272024-10-09T17:16:31.616Z[ host-image] Oct 09 17:16:29.692 INFO O| Oct 09 17:16:29.692 INFO STEP 1 (unpack_tar) COMPLETE
89282024-10-09T17:16:31.616Z[ host-image] Oct 09 17:16:29.692 INFO O| Oct 09 17:16:29.692 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89292024-10-09T17:16:31.627Z[ host-image] Oct 09 17:16:29.702 INFO O| Oct 09 17:16:29.702 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89302024-10-09T17:16:31.732Z[ host-image] Oct 09 17:16:29.806 INFO O| Oct 09 17:16:29.806 INFO STEP 2 (devfsadm) COMPLETE
89312024-10-09T17:16:31.732Z[ host-image] Oct 09 17:16:29.806 INFO O| Oct 09 17:16:29.806 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322024-10-09T17:16:31.741Z[ host-image] Oct 09 17:16:29.817 INFO O| Oct 09 17:16:29.817 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89332024-10-09T17:16:31.741Z[ host-image] Oct 09 17:16:29.817 INFO O| Oct 09 17:16:29.817 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89342024-10-09T17:16:31.741Z[ host-image] Oct 09 17:16:29.817 INFO O| Oct 09 17:16:29.817 INFO STEP 3 (ensure_dir) COMPLETE
89352024-10-09T17:16:31.744Z[ host-image] Oct 09 17:16:29.817 INFO O| Oct 09 17:16:29.817 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-09T17:16:31.751Z[ host-image] Oct 09 17:16:29.827 INFO O| Oct 09 17:16:29.827 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89372024-10-09T17:16:31.751Z[ host-image] Oct 09 17:16:29.827 INFO O| Oct 09 17:16:29.827 INFO STEP 4 (ensure_dir) COMPLETE
89382024-10-09T17:16:31.751Z[ host-image] Oct 09 17:16:29.827 INFO O| Oct 09 17:16:29.827 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392024-10-09T17:16:31.760Z[ host-image] Oct 09 17:16:29.836 INFO O| Oct 09 17:16:29.836 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89402024-10-09T17:16:31.760Z[ host-image] Oct 09 17:16:29.836 INFO O| Oct 09 17:16:29.836 INFO STEP 5 (ensure_dir) COMPLETE
89412024-10-09T17:16:31.760Z[ host-image] Oct 09 17:16:29.836 INFO O| Oct 09 17:16:29.836 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422024-10-09T17:16:31.769Z[ host-image] Oct 09 17:16:29.845 INFO O| Oct 09 17:16:29.845 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89432024-10-09T17:16:31.772Z[ host-image] Oct 09 17:16:29.846 INFO O| Oct 09 17:16:29.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89442024-10-09T17:16:31.772Z[ host-image] Oct 09 17:16:29.846 INFO O| Oct 09 17:16:29.846 INFO STEP 6 (ensure_dir) COMPLETE
89452024-10-09T17:16:31.772Z[ host-image] Oct 09 17:16:29.846 INFO O| Oct 09 17:16:29.846 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462024-10-09T17:16:31.779Z[ host-image] Oct 09 17:16:29.855 INFO O| Oct 09 17:16:29.855 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89472024-10-09T17:16:31.779Z[ host-image] Oct 09 17:16:29.855 INFO O| Oct 09 17:16:29.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89482024-10-09T17:16:31.782Z[ host-image] Oct 09 17:16:29.855 INFO O| Oct 09 17:16:29.855 INFO STEP 7 (ensure_dir) COMPLETE
89492024-10-09T17:16:31.782Z[ host-image] Oct 09 17:16:29.855 INFO O| Oct 09 17:16:29.855 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502024-10-09T17:16:31.788Z[ host-image] Oct 09 17:16:29.864 INFO O| Oct 09 17:16:29.864 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89512024-10-09T17:16:31.791Z[ host-image] Oct 09 17:16:29.864 INFO O| Oct 09 17:16:29.864 INFO STEP 8 (remove_files) COMPLETE
89522024-10-09T17:16:31.791Z[ host-image] Oct 09 17:16:29.864 INFO O| Oct 09 17:16:29.864 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532024-10-09T17:16:31.800Z[ host-image] Oct 09 17:16:29.873 INFO O| Oct 09 17:16:29.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89542024-10-09T17:16:31.803Z[ host-image] Oct 09 17:16:29.874 INFO O| Oct 09 17:16:29.874 INFO STEP 9 (remove_files) COMPLETE
89552024-10-09T17:16:31.803Z[ host-image] Oct 09 17:16:29.874 INFO O| Oct 09 17:16:29.874 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89562024-10-09T17:16:31.807Z[ host-image] Oct 09 17:16:29.883 INFO O| Oct 09 17:16:29.883 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89572024-10-09T17:16:31.811Z[ host-image] Oct 09 17:16:29.884 INFO O| Oct 09 17:16:29.884 INFO STEP 10 (remove_files) COMPLETE
89582024-10-09T17:16:31.811Z[ host-image] Oct 09 17:16:29.884 INFO O| Oct 09 17:16:29.884 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89592024-10-09T17:16:31.817Z[ host-image] Oct 09 17:16:29.893 INFO O| Oct 09 17:16:29.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89602024-10-09T17:16:31.819Z[ host-image] Oct 09 17:16:29.893 INFO O| Oct 09 17:16:29.893 INFO STEP 11 (remove_files) COMPLETE
89612024-10-09T17:16:31.819Z[ host-image] Oct 09 17:16:29.893 INFO O| Oct 09 17:16:29.893 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89622024-10-09T17:16:31.829Z[ host-image] Oct 09 17:16:29.902 INFO O| Oct 09 17:16:29.902 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89632024-10-09T17:16:31.833Z[ host-image] Oct 09 17:16:29.903 INFO O| Oct 09 17:16:29.902 INFO STEP 12 (remove_files) COMPLETE
89642024-10-09T17:16:31.833Z[ host-image] Oct 09 17:16:29.903 INFO O| Oct 09 17:16:29.902 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652024-10-09T17:16:31.837Z[ host-image] Oct 09 17:16:29.912 INFO O| Oct 09 17:16:29.912 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89662024-10-09T17:16:31.837Z[ host-image] Oct 09 17:16:29.912 INFO O| Oct 09 17:16:29.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89672024-10-09T17:16:31.837Z[ host-image] Oct 09 17:16:29.912 INFO O| Oct 09 17:16:29.912 INFO STEP 13 (ensure_dir) COMPLETE
89682024-10-09T17:16:31.837Z[ host-image] Oct 09 17:16:29.912 INFO O| Oct 09 17:16:29.912 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89692024-10-09T17:16:31.845Z[ host-image] Oct 09 17:16:29.921 INFO O| Oct 09 17:16:29.921 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89702024-10-09T17:16:31.845Z[ host-image] Oct 09 17:16:29.921 INFO O| Oct 09 17:16:29.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89712024-10-09T17:16:31.848Z[ host-image] Oct 09 17:16:29.921 INFO O| Oct 09 17:16:29.921 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89722024-10-09T17:16:31.848Z[ host-image] Oct 09 17:16:29.921 INFO O| Oct 09 17:16:29.921 INFO STEP 14 (ensure_dir) COMPLETE
89732024-10-09T17:16:31.848Z[ host-image] Oct 09 17:16:29.921 INFO O| Oct 09 17:16:29.921 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89742024-10-09T17:16:31.854Z[ host-image] Oct 09 17:16:29.930 INFO O| Oct 09 17:16:29.930 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89752024-10-09T17:16:31.858Z[ host-image] Oct 09 17:16:29.931 INFO O| Oct 09 17:16:29.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89762024-10-09T17:16:31.858Z[ host-image] Oct 09 17:16:29.931 INFO O| Oct 09 17:16:29.931 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89772024-10-09T17:16:31.858Z[ host-image] Oct 09 17:16:29.931 INFO O| Oct 09 17:16:29.931 INFO STEP 15 (ensure_dir) COMPLETE
89782024-10-09T17:16:31.858Z[ host-image] Oct 09 17:16:29.931 INFO O| Oct 09 17:16:29.931 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89792024-10-09T17:16:31.864Z[ host-image] Oct 09 17:16:29.940 INFO O| Oct 09 17:16:29.940 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89802024-10-09T17:16:31.867Z[ host-image] Oct 09 17:16:29.940 INFO O| Oct 09 17:16:29.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89812024-10-09T17:16:31.867Z[ host-image] Oct 09 17:16:29.940 INFO O| Oct 09 17:16:29.940 INFO STEP 16 (ensure_dir) COMPLETE
89822024-10-09T17:16:31.867Z[ host-image] Oct 09 17:16:29.940 INFO O| Oct 09 17:16:29.940 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89832024-10-09T17:16:31.873Z[ host-image] Oct 09 17:16:29.949 INFO O| Oct 09 17:16:29.949 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89842024-10-09T17:16:31.873Z[ host-image] Oct 09 17:16:29.949 INFO O| Oct 09 17:16:29.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89852024-10-09T17:16:31.877Z[ host-image] Oct 09 17:16:29.949 INFO O| Oct 09 17:16:29.949 INFO STEP 17 (ensure_dir) COMPLETE
89862024-10-09T17:16:31.877Z[ host-image] Oct 09 17:16:29.949 INFO O| Oct 09 17:16:29.949 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89872024-10-09T17:16:31.883Z[ host-image] Oct 09 17:16:29.959 INFO O| Oct 09 17:16:29.958 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89882024-10-09T17:16:31.883Z[ host-image] Oct 09 17:16:29.959 INFO O| Oct 09 17:16:29.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89892024-10-09T17:16:31.885Z[ host-image] Oct 09 17:16:29.959 INFO O| Oct 09 17:16:29.959 INFO ok!
89902024-10-09T17:16:31.885Z[ host-image] Oct 09 17:16:29.959 INFO O| Oct 09 17:16:29.959 INFO STEP 18 (ensure_symlink) COMPLETE
89912024-10-09T17:16:31.885Z[ host-image] Oct 09 17:16:29.959 INFO O| Oct 09 17:16:29.959 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89922024-10-09T17:16:31.892Z[ host-image] Oct 09 17:16:29.968 INFO O| Oct 09 17:16:29.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89932024-10-09T17:16:31.892Z[ host-image] Oct 09 17:16:29.968 INFO O| Oct 09 17:16:29.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89942024-10-09T17:16:31.895Z[ host-image] Oct 09 17:16:29.968 INFO O| Oct 09 17:16:29.968 INFO ok!
89952024-10-09T17:16:31.895Z[ host-image] Oct 09 17:16:29.968 INFO O| Oct 09 17:16:29.968 INFO STEP 19 (ensure_file) COMPLETE
89962024-10-09T17:16:31.895Z[ host-image] Oct 09 17:16:29.968 INFO O| Oct 09 17:16:29.968 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89972024-10-09T17:16:31.902Z[ host-image] Oct 09 17:16:29.977 INFO O| Oct 09 17:16:29.977 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89982024-10-09T17:16:31.902Z[ host-image] Oct 09 17:16:29.977 INFO O| Oct 09 17:16:29.977 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89992024-10-09T17:16:31.906Z[ host-image] Oct 09 17:16:29.977 INFO O| Oct 09 17:16:29.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90002024-10-09T17:16:31.906Z[ host-image] Oct 09 17:16:29.977 INFO O| Oct 09 17:16:29.977 INFO ok!
90012024-10-09T17:16:31.906Z[ host-image] Oct 09 17:16:29.977 INFO O| Oct 09 17:16:29.977 INFO STEP 20 (ensure_symlink) COMPLETE
90022024-10-09T17:16:31.906Z[ host-image] Oct 09 17:16:29.978 INFO O| Oct 09 17:16:29.977 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90032024-10-09T17:16:31.911Z[ host-image] Oct 09 17:16:29.987 INFO O| Oct 09 17:16:29.987 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90042024-10-09T17:16:31.912Z[ host-image] Oct 09 17:16:29.987 INFO O| Oct 09 17:16:29.987 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90052024-10-09T17:16:31.917Z[ host-image] Oct 09 17:16:29.987 INFO O| Oct 09 17:16:29.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90062024-10-09T17:16:31.917Z[ host-image] Oct 09 17:16:29.987 INFO O| Oct 09 17:16:29.987 INFO ok!
90072024-10-09T17:16:31.917Z[ host-image] Oct 09 17:16:29.987 INFO O| Oct 09 17:16:29.987 INFO STEP 21 (ensure_symlink) COMPLETE
90082024-10-09T17:16:31.917Z[ host-image] Oct 09 17:16:29.987 INFO O| Oct 09 17:16:29.987 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90092024-10-09T17:16:31.922Z[ host-image] Oct 09 17:16:29.996 INFO O| Oct 09 17:16:29.996 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90102024-10-09T17:16:31.922Z[ host-image] Oct 09 17:16:29.996 INFO O| Oct 09 17:16:29.996 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90112024-10-09T17:16:31.922Z[ host-image] Oct 09 17:16:29.996 INFO O| Oct 09 17:16:29.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90122024-10-09T17:16:31.922Z[ host-image] Oct 09 17:16:29.996 INFO O| Oct 09 17:16:29.996 INFO ok!
90132024-10-09T17:16:31.922Z[ host-image] Oct 09 17:16:29.996 INFO O| Oct 09 17:16:29.996 INFO STEP 22 (ensure_symlink) COMPLETE
90142024-10-09T17:16:31.922Z[ host-image] Oct 09 17:16:29.996 INFO O| Oct 09 17:16:29.996 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90152024-10-09T17:16:31.931Z[ host-image] Oct 09 17:16:30.006 INFO O| Oct 09 17:16:30.006 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90162024-10-09T17:16:31.931Z[ host-image] Oct 09 17:16:30.006 INFO O| Oct 09 17:16:30.006 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90172024-10-09T17:16:31.934Z[ host-image] Oct 09 17:16:30.006 INFO O| Oct 09 17:16:30.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90182024-10-09T17:16:31.934Z[ host-image] Oct 09 17:16:30.006 INFO O| Oct 09 17:16:30.006 INFO ok!
90192024-10-09T17:16:31.934Z[ host-image] Oct 09 17:16:30.006 INFO O| Oct 09 17:16:30.006 INFO STEP 23 (ensure_symlink) COMPLETE
90202024-10-09T17:16:31.934Z[ host-image] Oct 09 17:16:30.006 INFO O| Oct 09 17:16:30.006 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90212024-10-09T17:16:31.939Z[ host-image] Oct 09 17:16:30.015 INFO O| Oct 09 17:16:30.015 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90222024-10-09T17:16:31.944Z[ host-image] Oct 09 17:16:30.015 INFO O| Oct 09 17:16:30.015 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90232024-10-09T17:16:31.944Z[ host-image] Oct 09 17:16:30.015 INFO O| Oct 09 17:16:30.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90242024-10-09T17:16:31.944Z[ host-image] Oct 09 17:16:30.015 INFO O| Oct 09 17:16:30.015 INFO ok!
90252024-10-09T17:16:31.944Z[ host-image] Oct 09 17:16:30.015 INFO O| Oct 09 17:16:30.015 INFO STEP 24 (ensure_file) COMPLETE
90262024-10-09T17:16:31.945Z[ host-image] Oct 09 17:16:30.015 INFO O| Oct 09 17:16:30.015 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90272024-10-09T17:16:31.950Z[ host-image] Oct 09 17:16:30.025 INFO O| Oct 09 17:16:30.025 INFO updating shadow file
90282024-10-09T17:16:31.954Z[ host-image] Oct 09 17:16:30.025 INFO O| Oct 09 17:16:30.025 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90292024-10-09T17:16:31.954Z[ host-image] Oct 09 17:16:30.025 INFO O| Oct 09 17:16:30.025 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90302024-10-09T17:16:31.954Z[ host-image] Oct 09 17:16:30.025 INFO O| Oct 09 17:16:30.025 INFO STEP 25 (shadow) COMPLETE
90312024-10-09T17:16:31.954Z[ host-image] Oct 09 17:16:30.025 INFO O| Oct 09 17:16:30.025 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90322024-10-09T17:16:31.959Z[ host-image] Oct 09 17:16:30.034 INFO O| Oct 09 17:16:30.034 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90332024-10-09T17:16:31.959Z[ host-image] Oct 09 17:16:30.035 INFO O| Oct 09 17:16:30.034 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90342024-10-09T17:16:31.962Z[ host-image] Oct 09 17:16:30.035 INFO O| Oct 09 17:16:30.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90352024-10-09T17:16:31.962Z[ host-image] Oct 09 17:16:30.035 INFO O| Oct 09 17:16:30.035 INFO ok!
90362024-10-09T17:16:31.962Z[ host-image] Oct 09 17:16:30.035 INFO O| Oct 09 17:16:30.035 INFO STEP 26 (ensure_file) COMPLETE
90372024-10-09T17:16:31.962Z[ host-image] Oct 09 17:16:30.035 INFO O| Oct 09 17:16:30.035 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90382024-10-09T17:16:31.968Z[ host-image] Oct 09 17:16:30.044 INFO O| Oct 09 17:16:30.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90392024-10-09T17:16:31.968Z[ host-image] Oct 09 17:16:30.044 INFO O| Oct 09 17:16:30.044 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90402024-10-09T17:16:31.971Z[ host-image] Oct 09 17:16:30.044 INFO O| Oct 09 17:16:30.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90412024-10-09T17:16:31.972Z[ host-image] Oct 09 17:16:30.044 INFO O| Oct 09 17:16:30.044 INFO ok!
90422024-10-09T17:16:31.972Z[ host-image] Oct 09 17:16:30.044 INFO O| Oct 09 17:16:30.044 INFO STEP 27 (ensure_file) COMPLETE
90432024-10-09T17:16:31.972Z[ host-image] Oct 09 17:16:30.044 INFO O| Oct 09 17:16:30.044 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90442024-10-09T17:16:31.978Z[ host-image] Oct 09 17:16:30.053 INFO O| Oct 09 17:16:30.053 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90452024-10-09T17:16:31.978Z[ host-image] Oct 09 17:16:30.054 INFO O| Oct 09 17:16:30.053 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90462024-10-09T17:16:31.980Z[ host-image] Oct 09 17:16:30.054 INFO O| Oct 09 17:16:30.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90472024-10-09T17:16:31.980Z[ host-image] Oct 09 17:16:30.054 INFO O| Oct 09 17:16:30.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90482024-10-09T17:16:31.980Z[ host-image] Oct 09 17:16:30.054 INFO O| Oct 09 17:16:30.054 INFO ok!
90492024-10-09T17:16:31.980Z[ host-image] Oct 09 17:16:30.054 INFO O| Oct 09 17:16:30.054 INFO STEP 28 (ensure_file) COMPLETE
90502024-10-09T17:16:31.980Z[ host-image] Oct 09 17:16:30.054 INFO O| Oct 09 17:16:30.054 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90512024-10-09T17:16:31.987Z[ host-image] Oct 09 17:16:30.063 INFO O| Oct 09 17:16:30.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90522024-10-09T17:16:31.987Z[ host-image] Oct 09 17:16:30.063 INFO O| Oct 09 17:16:30.063 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90532024-10-09T17:16:31.987Z[ host-image] Oct 09 17:16:30.063 INFO O| Oct 09 17:16:30.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90542024-10-09T17:16:31.987Z[ host-image] Oct 09 17:16:30.063 INFO O| Oct 09 17:16:30.063 INFO ok!
90552024-10-09T17:16:31.990Z[ host-image] Oct 09 17:16:30.063 INFO O| Oct 09 17:16:30.063 INFO STEP 29 (ensure_file) COMPLETE
90562024-10-09T17:16:31.990Z[ host-image] Oct 09 17:16:30.063 INFO O| Oct 09 17:16:30.063 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90572024-10-09T17:16:31.996Z[ host-image] Oct 09 17:16:30.072 INFO O| Oct 09 17:16:30.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90582024-10-09T17:16:31.996Z[ host-image] Oct 09 17:16:30.072 INFO O| Oct 09 17:16:30.072 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90592024-10-09T17:16:31.999Z[ host-image] Oct 09 17:16:30.072 INFO O| Oct 09 17:16:30.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90602024-10-09T17:16:31.999Z[ host-image] Oct 09 17:16:30.072 INFO O| Oct 09 17:16:30.072 INFO ok!
90612024-10-09T17:16:31.999Z[ host-image] Oct 09 17:16:30.072 INFO O| Oct 09 17:16:30.072 INFO STEP 30 (ensure_file) COMPLETE
90622024-10-09T17:16:31.999Z[ host-image] Oct 09 17:16:30.072 INFO O| Oct 09 17:16:30.072 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90632024-10-09T17:16:32.006Z[ host-image] Oct 09 17:16:30.082 INFO O| Oct 09 17:16:30.082 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90642024-10-09T17:16:32.009Z[ host-image] Oct 09 17:16:30.082 INFO O| Oct 09 17:16:30.082 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90652024-10-09T17:16:32.009Z[ host-image] Oct 09 17:16:30.082 INFO O| Oct 09 17:16:30.082 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90662024-10-09T17:16:32.009Z[ host-image] Oct 09 17:16:30.082 INFO O| Oct 09 17:16:30.082 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90672024-10-09T17:16:32.009Z[ host-image] Oct 09 17:16:30.082 INFO O| Oct 09 17:16:30.082 INFO ok!
90682024-10-09T17:16:32.009Z[ host-image] Oct 09 17:16:30.082 INFO O| Oct 09 17:16:30.082 INFO STEP 31 (ensure_file) COMPLETE
90692024-10-09T17:16:32.009Z[ host-image] Oct 09 17:16:30.082 INFO O| Oct 09 17:16:30.082 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90702024-10-09T17:16:32.018Z[ host-image] Oct 09 17:16:30.092 INFO O| Oct 09 17:16:30.091 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90712024-10-09T17:16:32.018Z[ host-image] Oct 09 17:16:30.092 INFO O| Oct 09 17:16:30.092 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90722024-10-09T17:16:32.023Z[ host-image] Oct 09 17:16:30.092 INFO O| Oct 09 17:16:30.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90732024-10-09T17:16:32.023Z[ host-image] Oct 09 17:16:30.092 INFO O| Oct 09 17:16:30.092 INFO ok!
90742024-10-09T17:16:32.023Z[ host-image] Oct 09 17:16:30.092 INFO O| Oct 09 17:16:30.092 INFO STEP 32 (ensure_file) COMPLETE
90752024-10-09T17:16:32.023Z[ host-image] Oct 09 17:16:30.092 INFO O| Oct 09 17:16:30.092 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90762024-10-09T17:16:32.027Z[ host-image] Oct 09 17:16:30.101 INFO O| Oct 09 17:16:30.101 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90772024-10-09T17:16:32.027Z[ host-image] Oct 09 17:16:30.101 INFO O| Oct 09 17:16:30.101 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90782024-10-09T17:16:32.027Z[ host-image] Oct 09 17:16:30.101 INFO O| Oct 09 17:16:30.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90792024-10-09T17:16:32.027Z[ host-image] Oct 09 17:16:30.101 INFO O| Oct 09 17:16:30.101 INFO ok!
90802024-10-09T17:16:32.028Z[ host-image] Oct 09 17:16:30.101 INFO O| Oct 09 17:16:30.101 INFO STEP 33 (ensure_file) COMPLETE
90812024-10-09T17:16:32.028Z[ host-image] Oct 09 17:16:30.101 INFO O| Oct 09 17:16:30.101 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90822024-10-09T17:16:32.034Z[ host-image] Oct 09 17:16:30.110 INFO O| Oct 09 17:16:30.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90832024-10-09T17:16:32.037Z[ host-image] Oct 09 17:16:30.110 INFO O| Oct 09 17:16:30.110 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90842024-10-09T17:16:32.037Z[ host-image] Oct 09 17:16:30.110 INFO O| Oct 09 17:16:30.110 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90852024-10-09T17:16:32.037Z[ host-image] Oct 09 17:16:30.111 INFO O| Oct 09 17:16:30.110 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90862024-10-09T17:16:32.037Z[ host-image] Oct 09 17:16:30.111 INFO O| Oct 09 17:16:30.110 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90872024-10-09T17:16:32.037Z[ host-image] Oct 09 17:16:30.111 INFO O| Oct 09 17:16:30.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90882024-10-09T17:16:32.037Z[ host-image] Oct 09 17:16:30.111 INFO O| Oct 09 17:16:30.111 INFO ok!
90892024-10-09T17:16:32.037Z[ host-image] Oct 09 17:16:30.111 INFO O| Oct 09 17:16:30.111 INFO STEP 34 (ensure_file) COMPLETE
90902024-10-09T17:16:32.037Z[ host-image] Oct 09 17:16:30.111 INFO O| Oct 09 17:16:30.111 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90912024-10-09T17:16:32.044Z[ host-image] Oct 09 17:16:30.120 INFO O| Oct 09 17:16:30.120 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90922024-10-09T17:16:32.047Z[ host-image] Oct 09 17:16:30.120 INFO O| Oct 09 17:16:30.120 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90932024-10-09T17:16:32.047Z[ host-image] Oct 09 17:16:30.120 INFO O| Oct 09 17:16:30.120 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90942024-10-09T17:16:32.047Z[ host-image] Oct 09 17:16:30.120 INFO O| Oct 09 17:16:30.120 INFO STEP 35 (ensure_dir) COMPLETE
90952024-10-09T17:16:32.047Z[ host-image] Oct 09 17:16:30.120 INFO O| Oct 09 17:16:30.120 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90962024-10-09T17:16:32.053Z[ host-image] Oct 09 17:16:30.129 INFO O| Oct 09 17:16:30.129 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
90972024-10-09T17:16:32.053Z[ host-image] Oct 09 17:16:30.129 INFO O| Oct 09 17:16:30.129 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 ...
90982024-10-09T17:16:32.057Z[ host-image] Oct 09 17:16:30.130 INFO O| Oct 09 17:16:30.130 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
90992024-10-09T17:16:32.057Z[ host-image] Oct 09 17:16:30.130 INFO O| Oct 09 17:16:30.130 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
91002024-10-09T17:16:32.057Z[ host-image] Oct 09 17:16:30.130 INFO O| Oct 09 17:16:30.130 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
91012024-10-09T17:16:32.057Z[ host-image] Oct 09 17:16:30.130 INFO O| Oct 09 17:16:30.130 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
91022024-10-09T17:16:32.057Z[ host-image] Oct 09 17:16:30.130 INFO O| Oct 09 17:16:30.130 INFO ok!
91032024-10-09T17:16:32.057Z[ host-image] Oct 09 17:16:30.130 INFO O| Oct 09 17:16:30.130 INFO STEP 36 (ensure_file) COMPLETE
91042024-10-09T17:16:32.057Z[ host-image] Oct 09 17:16:30.130 INFO O| Oct 09 17:16:30.130 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91052024-10-09T17:16:32.064Z[ host-image] Oct 09 17:16:30.139 INFO O| Oct 09 17:16:30.139 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91062024-10-09T17:16:32.064Z[ host-image] Oct 09 17:16:30.139 INFO O| Oct 09 17:16:30.139 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 ...
91072024-10-09T17:16:32.068Z[ host-image] Oct 09 17:16:30.139 INFO O| Oct 09 17:16:30.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91082024-10-09T17:16:32.068Z[ host-image] Oct 09 17:16:30.139 INFO O| Oct 09 17:16:30.139 INFO ok!
91092024-10-09T17:16:32.068Z[ host-image] Oct 09 17:16:30.139 INFO O| Oct 09 17:16:30.139 INFO STEP 37 (ensure_symlink) COMPLETE
91102024-10-09T17:16:32.068Z[ host-image] Oct 09 17:16:30.139 INFO O| Oct 09 17:16:30.139 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91112024-10-09T17:16:32.072Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91122024-10-09T17:16:32.072Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91132024-10-09T17:16:32.075Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91142024-10-09T17:16:32.075Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91152024-10-09T17:16:32.075Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91162024-10-09T17:16:32.075Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91172024-10-09T17:16:32.075Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO ok!
91182024-10-09T17:16:32.075Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO STEP 38 (ensure_file) COMPLETE
91192024-10-09T17:16:32.075Z[ host-image] Oct 09 17:16:30.148 INFO O| Oct 09 17:16:30.148 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91202024-10-09T17:16:32.082Z[ host-image] Oct 09 17:16:30.158 INFO O| Oct 09 17:16:30.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91212024-10-09T17:16:32.082Z[ host-image] Oct 09 17:16:30.158 INFO O| Oct 09 17:16:30.157 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 ...
91222024-10-09T17:16:32.084Z[ host-image] Oct 09 17:16:30.158 INFO O| Oct 09 17:16:30.158 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
91232024-10-09T17:16:32.084Z[ host-image] Oct 09 17:16:30.158 INFO O| Oct 09 17:16:30.158 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91242024-10-09T17:16:32.084Z[ host-image] Oct 09 17:16:30.158 INFO O| Oct 09 17:16:30.158 INFO ok!
91252024-10-09T17:16:32.084Z[ host-image] Oct 09 17:16:30.158 INFO O| Oct 09 17:16:30.158 INFO STEP 39 (ensure_file) COMPLETE
91262024-10-09T17:16:32.084Z[ host-image] Oct 09 17:16:30.158 INFO O| Oct 09 17:16:30.158 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91272024-10-09T17:16:32.091Z[ host-image] Oct 09 17:16:30.167 INFO O| Oct 09 17:16:30.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91282024-10-09T17:16:32.093Z[ host-image] Oct 09 17:16:30.167 INFO O| Oct 09 17:16:30.167 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91292024-10-09T17:16:32.093Z[ host-image] Oct 09 17:16:30.167 INFO O| Oct 09 17:16:30.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91302024-10-09T17:16:32.093Z[ host-image] Oct 09 17:16:30.167 INFO O| Oct 09 17:16:30.167 INFO ok!
91312024-10-09T17:16:32.093Z[ host-image] Oct 09 17:16:30.167 INFO O| Oct 09 17:16:30.167 INFO STEP 40 (ensure_file) COMPLETE
91322024-10-09T17:16:32.093Z[ host-image] Oct 09 17:16:30.167 INFO O| Oct 09 17:16:30.167 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91332024-10-09T17:16:32.101Z[ host-image] Oct 09 17:16:30.176 INFO O| Oct 09 17:16:30.176 INFO updating shadow file
91342024-10-09T17:16:32.104Z[ host-image] Oct 09 17:16:30.176 INFO O| Oct 09 17:16:30.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91352024-10-09T17:16:32.104Z[ host-image] Oct 09 17:16:30.176 INFO O| Oct 09 17:16:30.176 INFO STEP 41 (shadow) COMPLETE
91362024-10-09T17:16:32.104Z[ host-image] Oct 09 17:16:30.176 INFO O| Oct 09 17:16:30.176 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91372024-10-09T17:16:32.110Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91382024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91392024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91402024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91412024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO ok!
91422024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO STEP 42 (ensure_file) COMPLETE
91432024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91442024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO skip step because feature "mfg" is not enabled
91452024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91462024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO skip step because feature "mfg" is not enabled
91472024-10-09T17:16:32.113Z[ host-image] Oct 09 17:16:30.186 INFO O| Oct 09 17:16:30.186 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91482024-10-09T17:16:32.119Z[ host-image] Oct 09 17:16:30.195 INFO O| Oct 09 17:16:30.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91492024-10-09T17:16:32.119Z[ host-image] Oct 09 17:16:30.195 INFO O| Oct 09 17:16:30.195 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91502024-10-09T17:16:32.751Z[ host-image] Oct 09 17:16:30.825 INFO O| Oct 09 17:16:30.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91512024-10-09T17:16:32.751Z[ host-image] Oct 09 17:16:30.825 INFO O| Oct 09 17:16:30.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91522024-10-09T17:16:32.755Z[ host-image] Oct 09 17:16:30.825 INFO O| Oct 09 17:16:30.825 INFO ok!
91532024-10-09T17:16:32.755Z[ host-image] Oct 09 17:16:30.825 INFO O| Oct 09 17:16:30.825 INFO STEP 45 (ensure_file) COMPLETE
91542024-10-09T17:16:32.755Z[ host-image] Oct 09 17:16:30.825 INFO O| Oct 09 17:16:30.825 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91552024-10-09T17:16:32.760Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91562024-10-09T17:16:32.764Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91572024-10-09T17:16:32.764Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91582024-10-09T17:16:32.764Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91592024-10-09T17:16:32.764Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91602024-10-09T17:16:32.764Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91612024-10-09T17:16:32.764Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 INFO ok!
91622024-10-09T17:16:32.764Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 INFO STEP 46 (ensure_file) COMPLETE
91632024-10-09T17:16:32.764Z[ host-image] Oct 09 17:16:30.836 INFO O| Oct 09 17:16:30.836 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91642024-10-09T17:16:32.770Z[ host-image] Oct 09 17:16:30.846 INFO O| Oct 09 17:16:30.846 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91652024-10-09T17:16:32.773Z[ host-image] Oct 09 17:16:30.846 INFO O| Oct 09 17:16:30.846 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 ...
91662024-10-09T17:16:32.773Z[ host-image] Oct 09 17:16:30.846 INFO O| Oct 09 17:16:30.846 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
91672024-10-09T17:16:32.773Z[ host-image] Oct 09 17:16:30.846 INFO O| Oct 09 17:16:30.846 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91682024-10-09T17:16:32.773Z[ host-image] Oct 09 17:16:30.846 INFO O| Oct 09 17:16:30.846 INFO ok!
91692024-10-09T17:16:32.774Z[ host-image] Oct 09 17:16:30.846 INFO O| Oct 09 17:16:30.846 INFO STEP 47 (ensure_file) COMPLETE
91702024-10-09T17:16:32.774Z[ host-image] Oct 09 17:16:30.846 INFO O| Oct 09 17:16:30.846 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91712024-10-09T17:16:32.780Z[ host-image] Oct 09 17:16:30.855 INFO O| Oct 09 17:16:30.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91722024-10-09T17:16:32.780Z[ host-image] Oct 09 17:16:30.855 INFO O| Oct 09 17:16:30.855 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91732024-10-09T17:16:32.783Z[ host-image] Oct 09 17:16:30.856 INFO O| Oct 09 17:16:30.855 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91742024-10-09T17:16:32.783Z[ host-image] Oct 09 17:16:30.856 INFO O| Oct 09 17:16:30.856 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91752024-10-09T17:16:32.783Z[ host-image] Oct 09 17:16:30.856 INFO O| Oct 09 17:16:30.856 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91762024-10-09T17:16:32.783Z[ host-image] Oct 09 17:16:30.856 INFO O| Oct 09 17:16:30.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91772024-10-09T17:16:32.783Z[ host-image] Oct 09 17:16:30.856 INFO O| Oct 09 17:16:30.856 INFO ok!
91782024-10-09T17:16:32.783Z[ host-image] Oct 09 17:16:30.856 INFO O| Oct 09 17:16:30.856 INFO STEP 48 (ensure_file) COMPLETE
91792024-10-09T17:16:32.783Z[ host-image] Oct 09 17:16:30.856 INFO O| Oct 09 17:16:30.856 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91802024-10-09T17:16:32.789Z[ host-image] Oct 09 17:16:30.865 INFO O| Oct 09 17:16:30.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91812024-10-09T17:16:32.789Z[ host-image] Oct 09 17:16:30.865 INFO O| Oct 09 17:16:30.865 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 ...
91822024-10-09T17:16:32.792Z[ host-image] Oct 09 17:16:30.865 INFO O| Oct 09 17:16:30.865 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
91832024-10-09T17:16:32.792Z[ host-image] Oct 09 17:16:30.865 INFO O| Oct 09 17:16:30.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91842024-10-09T17:16:32.793Z[ host-image] Oct 09 17:16:30.865 INFO O| Oct 09 17:16:30.865 INFO ok!
91852024-10-09T17:16:32.793Z[ host-image] Oct 09 17:16:30.865 INFO O| Oct 09 17:16:30.865 INFO STEP 49 (ensure_file) COMPLETE
91862024-10-09T17:16:32.793Z[ host-image] Oct 09 17:16:30.865 INFO O| Oct 09 17:16:30.865 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91872024-10-09T17:16:32.799Z[ host-image] Oct 09 17:16:30.874 INFO O| Oct 09 17:16:30.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91882024-10-09T17:16:32.799Z[ host-image] Oct 09 17:16:30.874 INFO O| Oct 09 17:16:30.874 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91892024-10-09T17:16:32.802Z[ host-image] Oct 09 17:16:30.874 INFO O| Oct 09 17:16:30.874 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91902024-10-09T17:16:32.802Z[ host-image] Oct 09 17:16:30.874 INFO O| Oct 09 17:16:30.874 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91912024-10-09T17:16:32.802Z[ host-image] Oct 09 17:16:30.875 INFO O| Oct 09 17:16:30.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91922024-10-09T17:16:32.802Z[ host-image] Oct 09 17:16:30.875 INFO O| Oct 09 17:16:30.874 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91932024-10-09T17:16:32.802Z[ host-image] Oct 09 17:16:30.875 INFO O| Oct 09 17:16:30.875 INFO ok!
91942024-10-09T17:16:32.802Z[ host-image] Oct 09 17:16:30.875 INFO O| Oct 09 17:16:30.875 INFO STEP 50 (ensure_file) COMPLETE
91952024-10-09T17:16:32.802Z[ host-image] Oct 09 17:16:30.875 INFO O| Oct 09 17:16:30.875 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91962024-10-09T17:16:32.808Z[ host-image] Oct 09 17:16:30.884 INFO O| Oct 09 17:16:30.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91972024-10-09T17:16:32.808Z[ host-image] Oct 09 17:16:30.884 INFO O| Oct 09 17:16:30.884 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 ...
91982024-10-09T17:16:32.811Z[ host-image] Oct 09 17:16:30.884 INFO O| Oct 09 17:16:30.884 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
91992024-10-09T17:16:32.812Z[ host-image] Oct 09 17:16:30.884 INFO O| Oct 09 17:16:30.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92002024-10-09T17:16:32.812Z[ host-image] Oct 09 17:16:30.884 INFO O| Oct 09 17:16:30.884 INFO ok!
92012024-10-09T17:16:32.812Z[ host-image] Oct 09 17:16:30.884 INFO O| Oct 09 17:16:30.884 INFO STEP 51 (ensure_file) COMPLETE
92022024-10-09T17:16:32.812Z[ host-image] Oct 09 17:16:30.884 INFO O| Oct 09 17:16:30.884 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92032024-10-09T17:16:32.818Z[ host-image] Oct 09 17:16:30.893 INFO O| Oct 09 17:16:30.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92042024-10-09T17:16:32.818Z[ host-image] Oct 09 17:16:30.893 INFO O| Oct 09 17:16:30.893 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 ...
92052024-10-09T17:16:32.820Z[ host-image] Oct 09 17:16:30.894 INFO O| Oct 09 17:16:30.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-time.xml
92062024-10-09T17:16:32.820Z[ host-image] Oct 09 17:16:30.894 INFO O| Oct 09 17:16:30.894 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92072024-10-09T17:16:32.820Z[ host-image] Oct 09 17:16:30.894 INFO O| Oct 09 17:16:30.894 INFO ok!
92082024-10-09T17:16:32.820Z[ host-image] Oct 09 17:16:30.894 INFO O| Oct 09 17:16:30.894 INFO STEP 52 (ensure_file) COMPLETE
92092024-10-09T17:16:32.820Z[ host-image] Oct 09 17:16:30.894 INFO O| Oct 09 17:16:30.894 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92102024-10-09T17:16:32.827Z[ host-image] Oct 09 17:16:30.903 INFO O| Oct 09 17:16:30.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92112024-10-09T17:16:32.827Z[ host-image] Oct 09 17:16:30.903 INFO O| Oct 09 17:16:30.903 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 ...
92122024-10-09T17:16:32.830Z[ host-image] Oct 09 17:16:30.903 INFO O| Oct 09 17:16:30.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-dump.xml
92132024-10-09T17:16:32.830Z[ host-image] Oct 09 17:16:30.903 INFO O| Oct 09 17:16:30.903 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92142024-10-09T17:16:32.830Z[ host-image] Oct 09 17:16:30.903 INFO O| Oct 09 17:16:30.903 INFO ok!
92152024-10-09T17:16:32.830Z[ host-image] Oct 09 17:16:30.903 INFO O| Oct 09 17:16:30.903 INFO STEP 53 (ensure_file) COMPLETE
92162024-10-09T17:16:32.830Z[ host-image] Oct 09 17:16:30.903 INFO O| Oct 09 17:16:30.903 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-10-09T17:16:32.837Z[ host-image] Oct 09 17:16:30.912 INFO O| Oct 09 17:16:30.912 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92182024-10-09T17:16:32.839Z[ host-image] Oct 09 17:16:30.912 INFO O| Oct 09 17:16:30.912 INFO STEP 54 (ensure_dir) COMPLETE
92192024-10-09T17:16:32.839Z[ host-image] Oct 09 17:16:30.912 INFO O| Oct 09 17:16:30.912 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-10-09T17:16:32.846Z[ host-image] Oct 09 17:16:30.921 INFO O| Oct 09 17:16:30.921 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92212024-10-09T17:16:32.846Z[ host-image] Oct 09 17:16:30.922 INFO O| Oct 09 17:16:30.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92222024-10-09T17:16:32.849Z[ host-image] Oct 09 17:16:30.922 INFO O| Oct 09 17:16:30.922 INFO STEP 55 (ensure_dir) COMPLETE
92232024-10-09T17:16:32.849Z[ host-image] Oct 09 17:16:30.922 INFO O| Oct 09 17:16:30.922 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-10-09T17:16:32.855Z[ host-image] Oct 09 17:16:30.931 INFO O| Oct 09 17:16:30.931 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92252024-10-09T17:16:32.858Z[ host-image] Oct 09 17:16:30.931 INFO O| Oct 09 17:16:30.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92262024-10-09T17:16:32.858Z[ host-image] Oct 09 17:16:30.931 INFO O| Oct 09 17:16:30.931 INFO STEP 56 (ensure_dir) COMPLETE
92272024-10-09T17:16:32.858Z[ host-image] Oct 09 17:16:30.931 INFO O| Oct 09 17:16:30.931 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92282024-10-09T17:16:32.864Z[ host-image] Oct 09 17:16:30.940 INFO O| Oct 09 17:16:30.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92292024-10-09T17:16:32.864Z[ host-image] Oct 09 17:16:30.940 INFO O| Oct 09 17:16:30.940 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92302024-10-09T17:16:32.878Z[ host-image] Oct 09 17:16:30.954 INFO O| Oct 09 17:16:30.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92312024-10-09T17:16:32.878Z[ host-image] Oct 09 17:16:30.954 INFO O| Oct 09 17:16:30.954 INFO ok!
92322024-10-09T17:16:32.882Z[ host-image] Oct 09 17:16:30.954 INFO O| Oct 09 17:16:30.954 INFO STEP 57 (ensure_file) COMPLETE
92332024-10-09T17:16:32.882Z[ host-image] Oct 09 17:16:30.954 INFO O| Oct 09 17:16:30.954 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92342024-10-09T17:16:32.891Z[ host-image] Oct 09 17:16:30.964 INFO O| Oct 09 17:16:30.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92352024-10-09T17:16:32.891Z[ host-image] Oct 09 17:16:30.964 INFO O| Oct 09 17:16:30.964 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92362024-10-09T17:16:33.953Z[ host-image] Oct 09 17:16:32.026 INFO O| Oct 09 17:16:32.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92372024-10-09T17:16:33.953Z[ host-image] Oct 09 17:16:32.027 INFO O| Oct 09 17:16:32.026 INFO ok!
92382024-10-09T17:16:33.958Z[ host-image] Oct 09 17:16:32.027 INFO O| Oct 09 17:16:32.026 INFO STEP 58 (ensure_file) COMPLETE
92392024-10-09T17:16:33.958Z[ host-image] Oct 09 17:16:32.027 INFO O| Oct 09 17:16:32.026 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92402024-10-09T17:16:33.962Z[ host-image] Oct 09 17:16:32.037 INFO O| Oct 09 17:16:32.037 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92412024-10-09T17:16:33.965Z[ host-image] Oct 09 17:16:32.037 INFO O| Oct 09 17:16:32.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92422024-10-09T17:16:33.965Z[ host-image] Oct 09 17:16:32.037 INFO O| Oct 09 17:16:32.037 INFO STEP 59 (ensure_dir) COMPLETE
92432024-10-09T17:16:33.965Z[ host-image] Oct 09 17:16:32.037 INFO O| Oct 09 17:16:32.037 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-10-09T17:16:33.971Z[ host-image] Oct 09 17:16:32.047 INFO O| Oct 09 17:16:32.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92452024-10-09T17:16:33.971Z[ host-image] Oct 09 17:16:32.047 INFO O| Oct 09 17:16:32.047 INFO copying /tmp/.tmpTauMps/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 ...
92462024-10-09T17:16:33.974Z[ host-image] Oct 09 17:16:32.047 INFO O| Oct 09 17:16:32.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92472024-10-09T17:16:33.974Z[ host-image] Oct 09 17:16:32.047 INFO O| Oct 09 17:16:32.047 INFO ok!
92482024-10-09T17:16:33.974Z[ host-image] Oct 09 17:16:32.047 INFO O| Oct 09 17:16:32.047 INFO STEP 60 (ensure_file) COMPLETE
92492024-10-09T17:16:33.974Z[ host-image] Oct 09 17:16:32.047 INFO O| Oct 09 17:16:32.047 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-10-09T17:16:33.981Z[ host-image] Oct 09 17:16:32.056 INFO O| Oct 09 17:16:32.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92512024-10-09T17:16:33.982Z[ host-image] Oct 09 17:16:32.056 INFO O| Oct 09 17:16:32.056 INFO copying /tmp/.tmpTauMps/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 ...
92522024-10-09T17:16:33.984Z[ host-image] Oct 09 17:16:32.056 INFO O| Oct 09 17:16:32.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92532024-10-09T17:16:33.984Z[ host-image] Oct 09 17:16:32.056 INFO O| Oct 09 17:16:32.056 INFO ok!
92542024-10-09T17:16:33.984Z[ host-image] Oct 09 17:16:32.056 INFO O| Oct 09 17:16:32.056 INFO STEP 61 (ensure_file) COMPLETE
92552024-10-09T17:16:33.984Z[ host-image] Oct 09 17:16:32.056 INFO O| Oct 09 17:16:32.056 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-10-09T17:16:33.990Z[ host-image] Oct 09 17:16:32.066 INFO O| Oct 09 17:16:32.066 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92572024-10-09T17:16:33.990Z[ host-image] Oct 09 17:16:32.066 INFO O| Oct 09 17:16:32.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92582024-10-09T17:16:33.995Z[ host-image] Oct 09 17:16:32.066 INFO O| Oct 09 17:16:32.066 INFO STEP 62 (ensure_dir) COMPLETE
92592024-10-09T17:16:33.995Z[ host-image] Oct 09 17:16:32.066 INFO O| Oct 09 17:16:32.066 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-10-09T17:16:34.000Z[ host-image] Oct 09 17:16:32.075 INFO O| Oct 09 17:16:32.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92612024-10-09T17:16:34.002Z[ host-image] Oct 09 17:16:32.075 INFO O| Oct 09 17:16:32.075 INFO copying /tmp/.tmpTauMps/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 ...
92622024-10-09T17:16:34.002Z[ host-image] Oct 09 17:16:32.075 INFO O| Oct 09 17:16:32.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92632024-10-09T17:16:34.002Z[ host-image] Oct 09 17:16:32.075 INFO O| Oct 09 17:16:32.075 INFO ok!
92642024-10-09T17:16:34.002Z[ host-image] Oct 09 17:16:32.075 INFO O| Oct 09 17:16:32.075 INFO STEP 63 (ensure_file) COMPLETE
92652024-10-09T17:16:34.002Z[ host-image] Oct 09 17:16:32.075 INFO O| Oct 09 17:16:32.075 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-10-09T17:16:34.009Z[ host-image] Oct 09 17:16:32.084 INFO O| Oct 09 17:16:32.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92672024-10-09T17:16:34.009Z[ host-image] Oct 09 17:16:32.084 INFO O| Oct 09 17:16:32.084 INFO copying /tmp/.tmpTauMps/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 ...
92682024-10-09T17:16:34.012Z[ host-image] Oct 09 17:16:32.084 INFO O| Oct 09 17:16:32.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92692024-10-09T17:16:34.012Z[ host-image] Oct 09 17:16:32.084 INFO O| Oct 09 17:16:32.084 INFO ok!
92702024-10-09T17:16:34.012Z[ host-image] Oct 09 17:16:32.084 INFO O| Oct 09 17:16:32.084 INFO STEP 64 (ensure_file) COMPLETE
92712024-10-09T17:16:34.012Z[ host-image] Oct 09 17:16:32.084 INFO O| Oct 09 17:16:32.084 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-10-09T17:16:34.018Z[ host-image] Oct 09 17:16:32.094 INFO O| Oct 09 17:16:32.094 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92732024-10-09T17:16:34.018Z[ host-image] Oct 09 17:16:32.094 INFO O| Oct 09 17:16:32.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92742024-10-09T17:16:34.021Z[ host-image] Oct 09 17:16:32.094 INFO O| Oct 09 17:16:32.094 INFO STEP 65 (ensure_dir) COMPLETE
92752024-10-09T17:16:34.021Z[ host-image] Oct 09 17:16:32.094 INFO O| Oct 09 17:16:32.094 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-10-09T17:16:34.027Z[ host-image] Oct 09 17:16:32.103 INFO O| Oct 09 17:16:32.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92772024-10-09T17:16:34.030Z[ host-image] Oct 09 17:16:32.103 INFO O| Oct 09 17:16:32.103 INFO copying /tmp/.tmpTauMps/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 ...
92782024-10-09T17:16:34.030Z[ host-image] Oct 09 17:16:32.103 INFO O| Oct 09 17:16:32.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92792024-10-09T17:16:34.030Z[ host-image] Oct 09 17:16:32.103 INFO O| Oct 09 17:16:32.103 INFO ok!
92802024-10-09T17:16:34.030Z[ host-image] Oct 09 17:16:32.103 INFO O| Oct 09 17:16:32.103 INFO STEP 66 (ensure_file) COMPLETE
92812024-10-09T17:16:34.030Z[ host-image] Oct 09 17:16:32.103 INFO O| Oct 09 17:16:32.103 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-10-09T17:16:34.037Z[ host-image] Oct 09 17:16:32.112 INFO O| Oct 09 17:16:32.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92832024-10-09T17:16:34.037Z[ host-image] Oct 09 17:16:32.112 INFO O| Oct 09 17:16:32.112 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92842024-10-09T17:16:34.039Z[ host-image] Oct 09 17:16:32.112 INFO O| Oct 09 17:16:32.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92852024-10-09T17:16:34.039Z[ host-image] Oct 09 17:16:32.112 INFO O| Oct 09 17:16:32.112 INFO ok!
92862024-10-09T17:16:34.040Z[ host-image] Oct 09 17:16:32.112 INFO O| Oct 09 17:16:32.112 INFO STEP 67 (ensure_file) COMPLETE
92872024-10-09T17:16:34.040Z[ host-image] Oct 09 17:16:32.112 INFO O| Oct 09 17:16:32.112 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-10-09T17:16:34.046Z[ host-image] Oct 09 17:16:32.122 INFO O| Oct 09 17:16:32.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92892024-10-09T17:16:34.049Z[ host-image] Oct 09 17:16:32.122 INFO O| Oct 09 17:16:32.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92902024-10-09T17:16:34.049Z[ host-image] Oct 09 17:16:32.122 INFO O| Oct 09 17:16:32.122 INFO STEP 68 (ensure_dir) COMPLETE
92912024-10-09T17:16:34.049Z[ host-image] Oct 09 17:16:32.122 INFO O| Oct 09 17:16:32.122 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-10-09T17:16:34.057Z[ host-image] Oct 09 17:16:32.131 INFO O| Oct 09 17:16:32.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92932024-10-09T17:16:34.057Z[ host-image] Oct 09 17:16:32.131 INFO O| Oct 09 17:16:32.131 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92942024-10-09T17:16:34.609Z[ host-image] Oct 09 17:16:32.684 INFO O| Oct 09 17:16:32.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92952024-10-09T17:16:34.609Z[ host-image] Oct 09 17:16:32.684 INFO O| Oct 09 17:16:32.684 INFO ok!
92962024-10-09T17:16:34.612Z[ host-image] Oct 09 17:16:32.684 INFO O| Oct 09 17:16:32.684 INFO STEP 69 (ensure_file) COMPLETE
92972024-10-09T17:16:34.612Z[ host-image] Oct 09 17:16:32.684 INFO O| Oct 09 17:16:32.684 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-10-09T17:16:34.619Z[ host-image] Oct 09 17:16:32.695 INFO O| Oct 09 17:16:32.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92992024-10-09T17:16:34.619Z[ host-image] Oct 09 17:16:32.695 INFO O| Oct 09 17:16:32.695 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93002024-10-09T17:16:36.525Z[ host-image] Oct 09 17:16:34.599 INFO O| Oct 09 17:16:34.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93012024-10-09T17:16:36.525Z[ host-image] Oct 09 17:16:34.599 INFO O| Oct 09 17:16:34.599 INFO ok!
93022024-10-09T17:16:36.525Z[ host-image] Oct 09 17:16:34.599 INFO O| Oct 09 17:16:34.599 INFO STEP 70 (ensure_file) COMPLETE
93032024-10-09T17:16:36.528Z[ host-image] Oct 09 17:16:34.599 INFO O| Oct 09 17:16:34.599 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-10-09T17:16:36.536Z[ host-image] Oct 09 17:16:34.610 INFO O| Oct 09 17:16:34.610 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93052024-10-09T17:16:36.536Z[ host-image] Oct 09 17:16:34.610 INFO O| Oct 09 17:16:34.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93062024-10-09T17:16:36.536Z[ host-image] Oct 09 17:16:34.610 INFO O| Oct 09 17:16:34.610 INFO STEP 71 (ensure_dir) COMPLETE
93072024-10-09T17:16:36.539Z[ host-image] Oct 09 17:16:34.610 INFO O| Oct 09 17:16:34.610 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-10-09T17:16:36.546Z[ host-image] Oct 09 17:16:34.620 INFO O| Oct 09 17:16:34.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93092024-10-09T17:16:36.546Z[ host-image] Oct 09 17:16:34.620 INFO O| Oct 09 17:16:34.620 INFO copying /tmp/.tmpTauMps/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 ...
93102024-10-09T17:16:36.549Z[ host-image] Oct 09 17:16:34.620 INFO O| Oct 09 17:16:34.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93112024-10-09T17:16:36.549Z[ host-image] Oct 09 17:16:34.620 INFO O| Oct 09 17:16:34.620 INFO ok!
93122024-10-09T17:16:36.549Z[ host-image] Oct 09 17:16:34.620 INFO O| Oct 09 17:16:34.620 INFO STEP 72 (ensure_file) COMPLETE
93132024-10-09T17:16:36.549Z[ host-image] Oct 09 17:16:34.620 INFO O| Oct 09 17:16:34.620 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-10-09T17:16:36.557Z[ host-image] Oct 09 17:16:34.630 INFO O| Oct 09 17:16:34.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93152024-10-09T17:16:36.557Z[ host-image] Oct 09 17:16:34.630 INFO O| Oct 09 17:16:34.630 INFO copying /tmp/.tmpTauMps/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 ...
93162024-10-09T17:16:36.560Z[ host-image] Oct 09 17:16:34.630 INFO O| Oct 09 17:16:34.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93172024-10-09T17:16:36.560Z[ host-image] Oct 09 17:16:34.630 INFO O| Oct 09 17:16:34.630 INFO ok!
93182024-10-09T17:16:36.560Z[ host-image] Oct 09 17:16:34.630 INFO O| Oct 09 17:16:34.630 INFO STEP 73 (ensure_file) COMPLETE
93192024-10-09T17:16:36.560Z[ host-image] Oct 09 17:16:34.630 INFO O| Oct 09 17:16:34.630 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-10-09T17:16:36.564Z[ host-image] Oct 09 17:16:34.639 INFO O| Oct 09 17:16:34.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93212024-10-09T17:16:36.565Z[ host-image] Oct 09 17:16:34.639 INFO O| Oct 09 17:16:34.639 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93222024-10-09T17:16:36.570Z[ host-image] Oct 09 17:16:34.639 INFO O| Oct 09 17:16:34.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93232024-10-09T17:16:36.570Z[ host-image] Oct 09 17:16:34.639 INFO O| Oct 09 17:16:34.639 INFO ok!
93242024-10-09T17:16:36.570Z[ host-image] Oct 09 17:16:34.639 INFO O| Oct 09 17:16:34.639 INFO STEP 74 (ensure_file) COMPLETE
93252024-10-09T17:16:36.570Z[ host-image] Oct 09 17:16:34.639 INFO O| Oct 09 17:16:34.639 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-10-09T17:16:36.578Z[ host-image] Oct 09 17:16:34.648 INFO O| Oct 09 17:16:34.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93272024-10-09T17:16:36.578Z[ host-image] Oct 09 17:16:34.648 INFO O| Oct 09 17:16:34.648 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93282024-10-09T17:16:36.578Z[ host-image] Oct 09 17:16:34.648 INFO O| Oct 09 17:16:34.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93292024-10-09T17:16:36.578Z[ host-image] Oct 09 17:16:34.648 INFO O| Oct 09 17:16:34.648 INFO ok!
93302024-10-09T17:16:36.578Z[ host-image] Oct 09 17:16:34.648 INFO O| Oct 09 17:16:34.648 INFO STEP 75 (ensure_file) COMPLETE
93312024-10-09T17:16:36.578Z[ host-image] Oct 09 17:16:34.649 INFO O| Oct 09 17:16:34.648 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-10-09T17:16:36.583Z[ host-image] Oct 09 17:16:34.658 INFO O| Oct 09 17:16:34.657 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93332024-10-09T17:16:36.586Z[ host-image] Oct 09 17:16:34.658 INFO O| Oct 09 17:16:34.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93342024-10-09T17:16:36.586Z[ host-image] Oct 09 17:16:34.658 INFO O| Oct 09 17:16:34.658 INFO STEP 76 (ensure_dir) COMPLETE
93352024-10-09T17:16:36.586Z[ host-image] Oct 09 17:16:34.658 INFO O| Oct 09 17:16:34.658 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-10-09T17:16:36.595Z[ host-image] Oct 09 17:16:34.667 INFO O| Oct 09 17:16:34.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93372024-10-09T17:16:36.595Z[ host-image] Oct 09 17:16:34.667 INFO O| Oct 09 17:16:34.667 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93382024-10-09T17:16:36.599Z[ host-image] Oct 09 17:16:34.670 INFO O| Oct 09 17:16:34.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93392024-10-09T17:16:36.599Z[ host-image] Oct 09 17:16:34.670 INFO O| Oct 09 17:16:34.670 INFO ok!
93402024-10-09T17:16:36.599Z[ host-image] Oct 09 17:16:34.670 INFO O| Oct 09 17:16:34.670 INFO STEP 77 (ensure_file) COMPLETE
93412024-10-09T17:16:36.599Z[ host-image] Oct 09 17:16:34.670 INFO O| Oct 09 17:16:34.670 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-10-09T17:16:36.605Z[ host-image] Oct 09 17:16:34.679 INFO O| Oct 09 17:16:34.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93432024-10-09T17:16:36.605Z[ host-image] Oct 09 17:16:34.679 INFO O| Oct 09 17:16:34.679 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93442024-10-09T17:16:36.608Z[ host-image] Oct 09 17:16:34.679 INFO O| Oct 09 17:16:34.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93452024-10-09T17:16:36.608Z[ host-image] Oct 09 17:16:34.679 INFO O| Oct 09 17:16:34.679 INFO ok!
93462024-10-09T17:16:36.608Z[ host-image] Oct 09 17:16:34.679 INFO O| Oct 09 17:16:34.679 INFO STEP 78 (ensure_file) COMPLETE
93472024-10-09T17:16:36.608Z[ host-image] Oct 09 17:16:34.679 INFO O| Oct 09 17:16:34.679 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-10-09T17:16:36.614Z[ host-image] Oct 09 17:16:34.688 INFO O| Oct 09 17:16:34.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93492024-10-09T17:16:36.614Z[ host-image] Oct 09 17:16:34.688 INFO O| Oct 09 17:16:34.688 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93502024-10-09T17:16:37.229Z[ host-image] Oct 09 17:16:35.303 INFO O| Oct 09 17:16:35.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93512024-10-09T17:16:37.229Z[ host-image] Oct 09 17:16:35.303 INFO O| Oct 09 17:16:35.303 INFO ok!
93522024-10-09T17:16:37.232Z[ host-image] Oct 09 17:16:35.303 INFO O| Oct 09 17:16:35.303 INFO STEP 79 (ensure_file) COMPLETE
93532024-10-09T17:16:37.232Z[ host-image] Oct 09 17:16:35.303 INFO O| Oct 09 17:16:35.303 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-10-09T17:16:37.241Z[ host-image] Oct 09 17:16:35.314 INFO O| Oct 09 17:16:35.314 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93552024-10-09T17:16:37.241Z[ host-image] Oct 09 17:16:35.314 INFO O| Oct 09 17:16:35.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93562024-10-09T17:16:37.243Z[ host-image] Oct 09 17:16:35.314 INFO O| Oct 09 17:16:35.314 INFO STEP 80 (ensure_dir) COMPLETE
93572024-10-09T17:16:37.244Z[ host-image] Oct 09 17:16:35.314 INFO O| Oct 09 17:16:35.314 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-10-09T17:16:37.249Z[ host-image] Oct 09 17:16:35.324 INFO O| Oct 09 17:16:35.323 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93592024-10-09T17:16:37.251Z[ host-image] Oct 09 17:16:35.324 INFO O| Oct 09 17:16:35.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93602024-10-09T17:16:37.251Z[ host-image] Oct 09 17:16:35.324 INFO O| Oct 09 17:16:35.324 INFO STEP 81 (ensure_dir) COMPLETE
93612024-10-09T17:16:37.252Z[ host-image] Oct 09 17:16:35.324 INFO O| Oct 09 17:16:35.324 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-10-09T17:16:37.258Z[ host-image] Oct 09 17:16:35.333 INFO O| Oct 09 17:16:35.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93632024-10-09T17:16:37.258Z[ host-image] Oct 09 17:16:35.333 INFO O| Oct 09 17:16:35.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93642024-10-09T17:16:37.263Z[ host-image] Oct 09 17:16:35.333 INFO O| Oct 09 17:16:35.333 INFO STEP 82 (ensure_dir) COMPLETE
93652024-10-09T17:16:37.263Z[ host-image] Oct 09 17:16:35.333 INFO O| Oct 09 17:16:35.333 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-10-09T17:16:37.269Z[ host-image] Oct 09 17:16:35.342 INFO O| Oct 09 17:16:35.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93672024-10-09T17:16:37.273Z[ host-image] Oct 09 17:16:35.342 INFO O| Oct 09 17:16:35.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93682024-10-09T17:16:37.273Z[ host-image] Oct 09 17:16:35.342 INFO O| Oct 09 17:16:35.342 INFO STEP 83 (ensure_dir) COMPLETE
93692024-10-09T17:16:37.273Z[ host-image] Oct 09 17:16:35.342 INFO O| Oct 09 17:16:35.342 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-10-09T17:16:37.278Z[ host-image] Oct 09 17:16:35.351 INFO O| Oct 09 17:16:35.351 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93712024-10-09T17:16:37.278Z[ host-image] Oct 09 17:16:35.351 INFO O| Oct 09 17:16:35.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93722024-10-09T17:16:37.281Z[ host-image] Oct 09 17:16:35.351 INFO O| Oct 09 17:16:35.351 INFO STEP 84 (ensure_dir) COMPLETE
93732024-10-09T17:16:37.281Z[ host-image] Oct 09 17:16:35.351 INFO O| Oct 09 17:16:35.351 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-10-09T17:16:37.287Z[ host-image] Oct 09 17:16:35.361 INFO O| Oct 09 17:16:35.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93752024-10-09T17:16:37.289Z[ host-image] Oct 09 17:16:35.361 INFO O| Oct 09 17:16:35.361 INFO copying /tmp/.tmpTauMps/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 ...
93762024-10-09T17:16:37.289Z[ host-image] Oct 09 17:16:35.361 INFO O| Oct 09 17:16:35.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93772024-10-09T17:16:37.289Z[ host-image] Oct 09 17:16:35.361 INFO O| Oct 09 17:16:35.361 INFO ok!
93782024-10-09T17:16:37.289Z[ host-image] Oct 09 17:16:35.361 INFO O| Oct 09 17:16:35.361 INFO STEP 85 (ensure_file) COMPLETE
93792024-10-09T17:16:37.289Z[ host-image] Oct 09 17:16:35.361 INFO O| Oct 09 17:16:35.361 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-10-09T17:16:37.296Z[ host-image] Oct 09 17:16:35.370 INFO O| Oct 09 17:16:35.370 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93812024-10-09T17:16:37.296Z[ host-image] Oct 09 17:16:35.370 INFO O| Oct 09 17:16:35.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93822024-10-09T17:16:37.299Z[ host-image] Oct 09 17:16:35.370 INFO O| Oct 09 17:16:35.370 INFO STEP 86 (ensure_dir) COMPLETE
93832024-10-09T17:16:37.299Z[ host-image] Oct 09 17:16:35.370 INFO O| Oct 09 17:16:35.370 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-10-09T17:16:37.305Z[ host-image] Oct 09 17:16:35.380 INFO O| Oct 09 17:16:35.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93852024-10-09T17:16:37.310Z[ host-image] Oct 09 17:16:35.380 INFO O| Oct 09 17:16:35.380 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93862024-10-09T17:16:37.310Z[ host-image] Oct 09 17:16:35.380 INFO O| Oct 09 17:16:35.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93872024-10-09T17:16:37.310Z[ host-image] Oct 09 17:16:35.380 INFO O| Oct 09 17:16:35.380 INFO ok!
93882024-10-09T17:16:37.310Z[ host-image] Oct 09 17:16:35.380 INFO O| Oct 09 17:16:35.380 INFO STEP 87 (ensure_file) COMPLETE
93892024-10-09T17:16:37.310Z[ host-image] Oct 09 17:16:35.380 INFO O| Oct 09 17:16:35.380 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-10-09T17:16:37.314Z[ host-image] Oct 09 17:16:35.389 INFO O| Oct 09 17:16:35.389 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93912024-10-09T17:16:37.314Z[ host-image] Oct 09 17:16:35.389 INFO O| Oct 09 17:16:35.389 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93922024-10-09T17:16:37.326Z[ host-image] Oct 09 17:16:35.401 INFO O| Oct 09 17:16:35.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93932024-10-09T17:16:37.326Z[ host-image] Oct 09 17:16:35.401 INFO O| Oct 09 17:16:35.401 INFO ok!
93942024-10-09T17:16:37.326Z[ host-image] Oct 09 17:16:35.401 INFO O| Oct 09 17:16:35.401 INFO STEP 88 (ensure_file) COMPLETE
93952024-10-09T17:16:37.329Z[ host-image] Oct 09 17:16:35.401 INFO O| Oct 09 17:16:35.401 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-10-09T17:16:37.336Z[ host-image] Oct 09 17:16:35.410 INFO O| Oct 09 17:16:35.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93972024-10-09T17:16:37.336Z[ host-image] Oct 09 17:16:35.411 INFO O| Oct 09 17:16:35.410 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93982024-10-09T17:16:37.849Z[ host-image] Oct 09 17:16:35.835 INFO O| Oct 09 17:16:35.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93992024-10-09T17:16:37.849Z[ host-image] Oct 09 17:16:35.835 INFO O| Oct 09 17:16:35.835 INFO ok!
94002024-10-09T17:16:37.860Z[ host-image] Oct 09 17:16:35.835 INFO O| Oct 09 17:16:35.835 INFO STEP 89 (ensure_file) COMPLETE
94012024-10-09T17:16:37.860Z[ host-image] Oct 09 17:16:35.835 INFO O| Oct 09 17:16:35.835 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-10-09T17:16:37.860Z[ host-image] Oct 09 17:16:35.846 INFO O| Oct 09 17:16:35.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94032024-10-09T17:16:37.860Z[ host-image] Oct 09 17:16:35.846 INFO O| Oct 09 17:16:35.846 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94042024-10-09T17:16:37.860Z[ host-image] Oct 09 17:16:35.846 INFO O| Oct 09 17:16:35.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94052024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.846 INFO O| Oct 09 17:16:35.846 INFO ok!
94062024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.846 INFO O| Oct 09 17:16:35.846 INFO STEP 90 (ensure_file) COMPLETE
94072024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.846 INFO O| Oct 09 17:16:35.846 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.855 INFO O| Oct 09 17:16:35.855 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94092024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.855 INFO O| Oct 09 17:16:35.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94102024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.855 INFO O| Oct 09 17:16:35.855 INFO STEP 91 (ensure_dir) COMPLETE
94112024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.855 INFO O| Oct 09 17:16:35.855 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.864 INFO O| Oct 09 17:16:35.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94132024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.864 INFO O| Oct 09 17:16:35.864 INFO copying /tmp/.tmpTauMps/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 ...
94142024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.865 INFO O| Oct 09 17:16:35.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94152024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.865 INFO O| Oct 09 17:16:35.865 INFO ok!
94162024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.865 INFO O| Oct 09 17:16:35.865 INFO STEP 92 (ensure_file) COMPLETE
94172024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.865 INFO O| Oct 09 17:16:35.865 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.874 INFO O| Oct 09 17:16:35.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94192024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.874 INFO O| Oct 09 17:16:35.874 INFO copying /tmp/.tmpTauMps/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 ...
94202024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.874 INFO O| Oct 09 17:16:35.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94212024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.874 INFO O| Oct 09 17:16:35.874 INFO ok!
94222024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.874 INFO O| Oct 09 17:16:35.874 INFO STEP 93 (ensure_file) COMPLETE
94232024-10-09T17:16:37.861Z[ host-image] Oct 09 17:16:35.874 INFO O| Oct 09 17:16:35.874 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.883 INFO O| Oct 09 17:16:35.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94252024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.883 INFO O| Oct 09 17:16:35.883 INFO copying /tmp/.tmpTauMps/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 ...
94262024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.883 INFO O| Oct 09 17:16:35.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94272024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.883 INFO O| Oct 09 17:16:35.883 INFO ok!
94282024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.883 INFO O| Oct 09 17:16:35.883 INFO STEP 94 (ensure_file) COMPLETE
94292024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.883 INFO O| Oct 09 17:16:35.883 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.892 INFO O| Oct 09 17:16:35.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94312024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.892 INFO O| Oct 09 17:16:35.892 INFO copying /tmp/.tmpTauMps/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 ...
94322024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.892 INFO O| Oct 09 17:16:35.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94332024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.892 INFO O| Oct 09 17:16:35.892 INFO ok!
94342024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.892 INFO O| Oct 09 17:16:35.892 INFO STEP 95 (ensure_file) COMPLETE
94352024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.892 INFO O| Oct 09 17:16:35.892 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.901 INFO O| Oct 09 17:16:35.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94372024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.901 INFO O| Oct 09 17:16:35.901 INFO copying /tmp/.tmpTauMps/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 ...
94382024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.901 INFO O| Oct 09 17:16:35.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94392024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.901 INFO O| Oct 09 17:16:35.901 INFO ok!
94402024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.901 INFO O| Oct 09 17:16:35.901 INFO STEP 96 (ensure_file) COMPLETE
94412024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.901 INFO O| Oct 09 17:16:35.901 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.910 INFO O| Oct 09 17:16:35.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94432024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.910 INFO O| Oct 09 17:16:35.910 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94442024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.911 INFO O| Oct 09 17:16:35.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94452024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.911 INFO O| Oct 09 17:16:35.911 INFO ok!
94462024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.911 INFO O| Oct 09 17:16:35.911 INFO STEP 97 (ensure_file) COMPLETE
94472024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.911 INFO O| Oct 09 17:16:35.911 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.920 INFO O| Oct 09 17:16:35.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94492024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.920 INFO O| Oct 09 17:16:35.920 INFO copying /tmp/.tmpTauMps/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 ...
94502024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.920 INFO O| Oct 09 17:16:35.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94512024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.920 INFO O| Oct 09 17:16:35.920 INFO ok!
94522024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.920 INFO O| Oct 09 17:16:35.920 INFO STEP 98 (ensure_file) COMPLETE
94532024-10-09T17:16:37.862Z[ host-image] Oct 09 17:16:35.920 INFO O| Oct 09 17:16:35.920 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.929 INFO O| Oct 09 17:16:35.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94552024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.929 INFO O| Oct 09 17:16:35.929 INFO copying /tmp/.tmpTauMps/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 ...
94562024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.929 INFO O| Oct 09 17:16:35.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94572024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.929 INFO O| Oct 09 17:16:35.929 INFO ok!
94582024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.929 INFO O| Oct 09 17:16:35.929 INFO STEP 99 (ensure_file) COMPLETE
94592024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.929 INFO O| Oct 09 17:16:35.929 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.938 INFO O| Oct 09 17:16:35.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94612024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.938 INFO O| Oct 09 17:16:35.938 INFO copying /tmp/.tmpTauMps/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 ...
94622024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.938 INFO O| Oct 09 17:16:35.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94632024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.938 INFO O| Oct 09 17:16:35.938 INFO ok!
94642024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.938 INFO O| Oct 09 17:16:35.938 INFO STEP 100 (ensure_file) COMPLETE
94652024-10-09T17:16:37.876Z[ host-image] Oct 09 17:16:35.938 INFO O| Oct 09 17:16:35.938 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-10-09T17:16:37.883Z[ host-image] Oct 09 17:16:35.948 INFO O| Oct 09 17:16:35.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94672024-10-09T17:16:37.883Z[ host-image] Oct 09 17:16:35.948 INFO O| Oct 09 17:16:35.948 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94682024-10-09T17:16:37.883Z[ host-image] Oct 09 17:16:35.948 INFO O| Oct 09 17:16:35.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94692024-10-09T17:16:37.883Z[ host-image] Oct 09 17:16:35.948 INFO O| Oct 09 17:16:35.948 INFO ok!
94702024-10-09T17:16:37.883Z[ host-image] Oct 09 17:16:35.948 INFO O| Oct 09 17:16:35.948 INFO STEP 101 (ensure_file) COMPLETE
94712024-10-09T17:16:37.883Z[ host-image] Oct 09 17:16:35.948 INFO O| Oct 09 17:16:35.948 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-10-09T17:16:37.888Z[ host-image] Oct 09 17:16:35.957 INFO O| Oct 09 17:16:35.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94732024-10-09T17:16:37.888Z[ host-image] Oct 09 17:16:35.957 INFO O| Oct 09 17:16:35.957 INFO copying /tmp/.tmpTauMps/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 ...
94742024-10-09T17:16:37.888Z[ host-image] Oct 09 17:16:35.957 INFO O| Oct 09 17:16:35.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94752024-10-09T17:16:37.888Z[ host-image] Oct 09 17:16:35.957 INFO O| Oct 09 17:16:35.957 INFO ok!
94762024-10-09T17:16:37.888Z[ host-image] Oct 09 17:16:35.957 INFO O| Oct 09 17:16:35.957 INFO STEP 102 (ensure_file) COMPLETE
94772024-10-09T17:16:37.888Z[ host-image] Oct 09 17:16:35.957 INFO O| Oct 09 17:16:35.957 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-10-09T17:16:37.892Z[ host-image] Oct 09 17:16:35.966 INFO O| Oct 09 17:16:35.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94792024-10-09T17:16:37.892Z[ host-image] Oct 09 17:16:35.966 INFO O| Oct 09 17:16:35.966 INFO copying /tmp/.tmpTauMps/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 ...
94802024-10-09T17:16:37.892Z[ host-image] Oct 09 17:16:35.966 INFO O| Oct 09 17:16:35.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94812024-10-09T17:16:37.894Z[ host-image] Oct 09 17:16:35.966 INFO O| Oct 09 17:16:35.966 INFO ok!
94822024-10-09T17:16:37.894Z[ host-image] Oct 09 17:16:35.966 INFO O| Oct 09 17:16:35.966 INFO STEP 103 (ensure_file) COMPLETE
94832024-10-09T17:16:37.894Z[ host-image] Oct 09 17:16:35.966 INFO O| Oct 09 17:16:35.966 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-10-09T17:16:37.901Z[ host-image] Oct 09 17:16:35.975 INFO O| Oct 09 17:16:35.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94852024-10-09T17:16:37.901Z[ host-image] Oct 09 17:16:35.975 INFO O| Oct 09 17:16:35.975 INFO copying /tmp/.tmpTauMps/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 ...
94862024-10-09T17:16:37.901Z[ host-image] Oct 09 17:16:35.975 INFO O| Oct 09 17:16:35.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94872024-10-09T17:16:37.904Z[ host-image] Oct 09 17:16:35.975 INFO O| Oct 09 17:16:35.975 INFO ok!
94882024-10-09T17:16:37.904Z[ host-image] Oct 09 17:16:35.975 INFO O| Oct 09 17:16:35.975 INFO STEP 104 (ensure_file) COMPLETE
94892024-10-09T17:16:37.904Z[ host-image] Oct 09 17:16:35.975 INFO O| Oct 09 17:16:35.975 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-10-09T17:16:37.914Z[ host-image] Oct 09 17:16:35.985 INFO O| Oct 09 17:16:35.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94912024-10-09T17:16:37.914Z[ host-image] Oct 09 17:16:35.985 INFO O| Oct 09 17:16:35.985 INFO copying /tmp/.tmpTauMps/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 ...
94922024-10-09T17:16:37.918Z[ host-image] Oct 09 17:16:35.985 INFO O| Oct 09 17:16:35.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94932024-10-09T17:16:37.918Z[ host-image] Oct 09 17:16:35.985 INFO O| Oct 09 17:16:35.985 INFO ok!
94942024-10-09T17:16:37.918Z[ host-image] Oct 09 17:16:35.985 INFO O| Oct 09 17:16:35.985 INFO STEP 105 (ensure_file) COMPLETE
94952024-10-09T17:16:37.918Z[ host-image] Oct 09 17:16:35.985 INFO O| Oct 09 17:16:35.985 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-10-09T17:16:37.920Z[ host-image] Oct 09 17:16:35.994 INFO O| Oct 09 17:16:35.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94972024-10-09T17:16:37.920Z[ host-image] Oct 09 17:16:35.994 INFO O| Oct 09 17:16:35.994 INFO copying /tmp/.tmpTauMps/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 ...
94982024-10-09T17:16:37.920Z[ host-image] Oct 09 17:16:35.994 INFO O| Oct 09 17:16:35.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94992024-10-09T17:16:37.920Z[ host-image] Oct 09 17:16:35.994 INFO O| Oct 09 17:16:35.994 INFO ok!
95002024-10-09T17:16:37.920Z[ host-image] Oct 09 17:16:35.994 INFO O| Oct 09 17:16:35.994 INFO STEP 106 (ensure_file) COMPLETE
95012024-10-09T17:16:37.921Z[ host-image] Oct 09 17:16:35.994 INFO O| Oct 09 17:16:35.994 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-10-09T17:16:37.929Z[ host-image] Oct 09 17:16:36.003 INFO O| Oct 09 17:16:36.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
95032024-10-09T17:16:37.931Z[ host-image] Oct 09 17:16:36.003 INFO O| Oct 09 17:16:36.003 INFO copying /tmp/.tmpTauMps/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 ...
95042024-10-09T17:16:37.932Z[ host-image] Oct 09 17:16:36.003 INFO O| Oct 09 17:16:36.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95052024-10-09T17:16:37.932Z[ host-image] Oct 09 17:16:36.003 INFO O| Oct 09 17:16:36.003 INFO ok!
95062024-10-09T17:16:37.932Z[ host-image] Oct 09 17:16:36.003 INFO O| Oct 09 17:16:36.003 INFO STEP 107 (ensure_file) COMPLETE
95072024-10-09T17:16:37.932Z[ host-image] Oct 09 17:16:36.003 INFO O| Oct 09 17:16:36.003 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-10-09T17:16:37.938Z[ host-image] Oct 09 17:16:36.012 INFO O| Oct 09 17:16:36.012 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95092024-10-09T17:16:37.938Z[ host-image] Oct 09 17:16:36.012 INFO O| Oct 09 17:16:36.012 INFO copying /tmp/.tmpTauMps/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 ...
95102024-10-09T17:16:37.941Z[ host-image] Oct 09 17:16:36.013 INFO O| Oct 09 17:16:36.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95112024-10-09T17:16:37.941Z[ host-image] Oct 09 17:16:36.013 INFO O| Oct 09 17:16:36.013 INFO ok!
95122024-10-09T17:16:37.941Z[ host-image] Oct 09 17:16:36.013 INFO O| Oct 09 17:16:36.013 INFO STEP 108 (ensure_file) COMPLETE
95132024-10-09T17:16:37.941Z[ host-image] Oct 09 17:16:36.013 INFO O| Oct 09 17:16:36.013 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-10-09T17:16:37.948Z[ host-image] Oct 09 17:16:36.022 INFO O| Oct 09 17:16:36.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95152024-10-09T17:16:37.948Z[ host-image] Oct 09 17:16:36.022 INFO O| Oct 09 17:16:36.022 INFO copying /tmp/.tmpTauMps/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 ...
95162024-10-09T17:16:37.951Z[ host-image] Oct 09 17:16:36.022 INFO O| Oct 09 17:16:36.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95172024-10-09T17:16:37.951Z[ host-image] Oct 09 17:16:36.022 INFO O| Oct 09 17:16:36.022 INFO ok!
95182024-10-09T17:16:37.951Z[ host-image] Oct 09 17:16:36.022 INFO O| Oct 09 17:16:36.022 INFO STEP 109 (ensure_file) COMPLETE
95192024-10-09T17:16:37.951Z[ host-image] Oct 09 17:16:36.022 INFO O| Oct 09 17:16:36.022 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-10-09T17:16:37.957Z[ host-image] Oct 09 17:16:36.031 INFO O| Oct 09 17:16:36.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95212024-10-09T17:16:37.957Z[ host-image] Oct 09 17:16:36.031 INFO O| Oct 09 17:16:36.031 INFO copying /tmp/.tmpTauMps/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 ...
95222024-10-09T17:16:37.959Z[ host-image] Oct 09 17:16:36.031 INFO O| Oct 09 17:16:36.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95232024-10-09T17:16:37.959Z[ host-image] Oct 09 17:16:36.031 INFO O| Oct 09 17:16:36.031 INFO ok!
95242024-10-09T17:16:37.959Z[ host-image] Oct 09 17:16:36.031 INFO O| Oct 09 17:16:36.031 INFO STEP 110 (ensure_file) COMPLETE
95252024-10-09T17:16:37.959Z[ host-image] Oct 09 17:16:36.031 INFO O| Oct 09 17:16:36.031 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-10-09T17:16:37.966Z[ host-image] Oct 09 17:16:36.040 INFO O| Oct 09 17:16:36.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95272024-10-09T17:16:37.966Z[ host-image] Oct 09 17:16:36.040 INFO O| Oct 09 17:16:36.040 INFO copying /tmp/.tmpTauMps/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 ...
95282024-10-09T17:16:37.969Z[ host-image] Oct 09 17:16:36.040 INFO O| Oct 09 17:16:36.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95292024-10-09T17:16:37.969Z[ host-image] Oct 09 17:16:36.040 INFO O| Oct 09 17:16:36.040 INFO ok!
95302024-10-09T17:16:37.969Z[ host-image] Oct 09 17:16:36.040 INFO O| Oct 09 17:16:36.040 INFO STEP 111 (ensure_file) COMPLETE
95312024-10-09T17:16:37.969Z[ host-image] Oct 09 17:16:36.040 INFO O| Oct 09 17:16:36.040 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-10-09T17:16:37.976Z[ host-image] Oct 09 17:16:36.050 INFO O| Oct 09 17:16:36.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95332024-10-09T17:16:37.976Z[ host-image] Oct 09 17:16:36.050 INFO O| Oct 09 17:16:36.050 INFO copying /tmp/.tmpTauMps/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 ...
95342024-10-09T17:16:37.980Z[ host-image] Oct 09 17:16:36.050 INFO O| Oct 09 17:16:36.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95352024-10-09T17:16:37.980Z[ host-image] Oct 09 17:16:36.050 INFO O| Oct 09 17:16:36.050 INFO ok!
95362024-10-09T17:16:37.980Z[ host-image] Oct 09 17:16:36.050 INFO O| Oct 09 17:16:36.050 INFO STEP 112 (ensure_file) COMPLETE
95372024-10-09T17:16:37.980Z[ host-image] Oct 09 17:16:36.050 INFO O| Oct 09 17:16:36.050 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-10-09T17:16:37.986Z[ host-image] Oct 09 17:16:36.059 INFO O| Oct 09 17:16:36.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95392024-10-09T17:16:37.986Z[ host-image] Oct 09 17:16:36.059 INFO O| Oct 09 17:16:36.059 INFO copying /tmp/.tmpTauMps/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 ...
95402024-10-09T17:16:37.986Z[ host-image] Oct 09 17:16:36.059 INFO O| Oct 09 17:16:36.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95412024-10-09T17:16:37.989Z[ host-image] Oct 09 17:16:36.059 INFO O| Oct 09 17:16:36.059 INFO ok!
95422024-10-09T17:16:37.989Z[ host-image] Oct 09 17:16:36.059 INFO O| Oct 09 17:16:36.059 INFO STEP 113 (ensure_file) COMPLETE
95432024-10-09T17:16:37.989Z[ host-image] Oct 09 17:16:36.059 INFO O| Oct 09 17:16:36.059 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-10-09T17:16:37.994Z[ host-image] Oct 09 17:16:36.068 INFO O| Oct 09 17:16:36.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95452024-10-09T17:16:37.994Z[ host-image] Oct 09 17:16:36.068 INFO O| Oct 09 17:16:36.068 INFO copying /tmp/.tmpTauMps/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 ...
95462024-10-09T17:16:37.996Z[ host-image] Oct 09 17:16:36.068 INFO O| Oct 09 17:16:36.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95472024-10-09T17:16:37.996Z[ host-image] Oct 09 17:16:36.068 INFO O| Oct 09 17:16:36.068 INFO ok!
95482024-10-09T17:16:37.996Z[ host-image] Oct 09 17:16:36.068 INFO O| Oct 09 17:16:36.068 INFO STEP 114 (ensure_file) COMPLETE
95492024-10-09T17:16:37.996Z[ host-image] Oct 09 17:16:36.068 INFO O| Oct 09 17:16:36.068 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-10-09T17:16:38.003Z[ host-image] Oct 09 17:16:36.078 INFO O| Oct 09 17:16:36.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95512024-10-09T17:16:38.003Z[ host-image] Oct 09 17:16:36.078 INFO O| Oct 09 17:16:36.078 INFO copying /tmp/.tmpTauMps/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 ...
95522024-10-09T17:16:38.006Z[ host-image] Oct 09 17:16:36.078 INFO O| Oct 09 17:16:36.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95532024-10-09T17:16:38.006Z[ host-image] Oct 09 17:16:36.078 INFO O| Oct 09 17:16:36.078 INFO ok!
95542024-10-09T17:16:38.006Z[ host-image] Oct 09 17:16:36.078 INFO O| Oct 09 17:16:36.078 INFO STEP 115 (ensure_file) COMPLETE
95552024-10-09T17:16:38.006Z[ host-image] Oct 09 17:16:36.078 INFO O| Oct 09 17:16:36.078 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-10-09T17:16:38.013Z[ host-image] Oct 09 17:16:36.087 INFO O| Oct 09 17:16:36.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95572024-10-09T17:16:38.013Z[ host-image] Oct 09 17:16:36.087 INFO O| Oct 09 17:16:36.087 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95582024-10-09T17:16:38.015Z[ host-image] Oct 09 17:16:36.087 INFO O| Oct 09 17:16:36.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95592024-10-09T17:16:38.015Z[ host-image] Oct 09 17:16:36.087 INFO O| Oct 09 17:16:36.087 INFO ok!
95602024-10-09T17:16:38.015Z[ host-image] Oct 09 17:16:36.087 INFO O| Oct 09 17:16:36.087 INFO STEP 116 (ensure_file) COMPLETE
95612024-10-09T17:16:38.015Z[ host-image] Oct 09 17:16:36.087 INFO O| Oct 09 17:16:36.087 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622024-10-09T17:16:38.022Z[ host-image] Oct 09 17:16:36.096 INFO O| Oct 09 17:16:36.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95632024-10-09T17:16:38.022Z[ host-image] Oct 09 17:16:36.096 INFO O| Oct 09 17:16:36.096 INFO copying /tmp/.tmpTauMps/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 ...
95642024-10-09T17:16:38.025Z[ host-image] Oct 09 17:16:36.096 INFO O| Oct 09 17:16:36.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95652024-10-09T17:16:38.025Z[ host-image] Oct 09 17:16:36.096 INFO O| Oct 09 17:16:36.096 INFO ok!
95662024-10-09T17:16:38.026Z[ host-image] Oct 09 17:16:36.096 INFO O| Oct 09 17:16:36.096 INFO STEP 117 (ensure_file) COMPLETE
95672024-10-09T17:16:38.026Z[ host-image] Oct 09 17:16:36.097 INFO O| Oct 09 17:16:36.096 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682024-10-09T17:16:38.031Z[ host-image] Oct 09 17:16:36.106 INFO O| Oct 09 17:16:36.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95692024-10-09T17:16:38.031Z[ host-image] Oct 09 17:16:36.106 INFO O| Oct 09 17:16:36.106 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95702024-10-09T17:16:38.034Z[ host-image] Oct 09 17:16:36.106 INFO O| Oct 09 17:16:36.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95712024-10-09T17:16:38.034Z[ host-image] Oct 09 17:16:36.106 INFO O| Oct 09 17:16:36.106 INFO ok!
95722024-10-09T17:16:38.034Z[ host-image] Oct 09 17:16:36.106 INFO O| Oct 09 17:16:36.106 INFO STEP 118 (ensure_file) COMPLETE
95732024-10-09T17:16:38.034Z[ host-image] Oct 09 17:16:36.106 INFO O| Oct 09 17:16:36.106 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-10-09T17:16:38.042Z[ host-image] Oct 09 17:16:36.115 INFO O| Oct 09 17:16:36.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95752024-10-09T17:16:38.042Z[ host-image] Oct 09 17:16:36.115 INFO O| Oct 09 17:16:36.115 INFO copying /tmp/.tmpTauMps/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95762024-10-09T17:16:41.332Z[ host-image] Oct 09 17:16:39.405 INFO O| Oct 09 17:16:39.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95772024-10-09T17:16:41.332Z[ host-image] Oct 09 17:16:39.405 INFO O| Oct 09 17:16:39.405 INFO ok!
95782024-10-09T17:16:41.335Z[ host-image] Oct 09 17:16:39.405 INFO O| Oct 09 17:16:39.405 INFO STEP 119 (ensure_file) COMPLETE
95792024-10-09T17:16:41.335Z[ host-image] Oct 09 17:16:39.405 INFO O| Oct 09 17:16:39.405 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-10-09T17:16:41.343Z[ host-image] Oct 09 17:16:39.417 INFO O| Oct 09 17:16:39.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95812024-10-09T17:16:41.343Z[ host-image] Oct 09 17:16:39.417 INFO O| Oct 09 17:16:39.417 INFO STEP 120 (ensure_dir) COMPLETE
95822024-10-09T17:16:41.345Z[ host-image] Oct 09 17:16:39.417 INFO O| Oct 09 17:16:39.417 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-10-09T17:16:41.357Z[ host-image] Oct 09 17:16:39.426 INFO O| Oct 09 17:16:39.426 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95842024-10-09T17:16:41.357Z[ host-image] Oct 09 17:16:39.426 INFO O| Oct 09 17:16:39.426 INFO STEP 121 (ensure_dir) COMPLETE
95852024-10-09T17:16:41.370Z[ host-image] Oct 09 17:16:39.426 INFO O| Oct 09 17:16:39.426 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-10-09T17:16:41.370Z[ host-image] Oct 09 17:16:39.436 INFO O| Oct 09 17:16:39.436 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95872024-10-09T17:16:41.370Z[ host-image] Oct 09 17:16:39.436 INFO O| Oct 09 17:16:39.436 INFO STEP 122 (ensure_dir) COMPLETE
95882024-10-09T17:16:41.370Z[ host-image] Oct 09 17:16:39.436 INFO O| Oct 09 17:16:39.436 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-10-09T17:16:41.373Z[ host-image] Oct 09 17:16:39.446 INFO O| Oct 09 17:16:39.446 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95902024-10-09T17:16:41.373Z[ host-image] Oct 09 17:16:39.446 INFO O| Oct 09 17:16:39.446 INFO STEP 123 (ensure_dir) COMPLETE
95912024-10-09T17:16:41.373Z[ host-image] Oct 09 17:16:39.446 INFO O| Oct 09 17:16:39.446 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-10-09T17:16:41.383Z[ host-image] Oct 09 17:16:39.456 INFO O| Oct 09 17:16:39.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95932024-10-09T17:16:41.383Z[ host-image] Oct 09 17:16:39.456 INFO O| Oct 09 17:16:39.456 INFO copying /tmp/.tmpTauMps/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 ...
95942024-10-09T17:16:41.386Z[ host-image] Oct 09 17:16:39.456 INFO O| Oct 09 17:16:39.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95952024-10-09T17:16:41.386Z[ host-image] Oct 09 17:16:39.456 INFO O| Oct 09 17:16:39.456 INFO ok!
95962024-10-09T17:16:41.386Z[ host-image] Oct 09 17:16:39.456 INFO O| Oct 09 17:16:39.456 INFO STEP 124 (ensure_file) COMPLETE
95972024-10-09T17:16:41.386Z[ host-image] Oct 09 17:16:39.456 INFO O| Oct 09 17:16:39.456 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-10-09T17:16:41.392Z[ host-image] Oct 09 17:16:39.465 INFO O| Oct 09 17:16:39.465 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95992024-10-09T17:16:41.392Z[ host-image] Oct 09 17:16:39.465 INFO O| Oct 09 17:16:39.465 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
96002024-10-09T17:16:41.392Z[ host-image] Oct 09 17:16:39.465 INFO O| Oct 09 17:16:39.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
96012024-10-09T17:16:41.395Z[ host-image] Oct 09 17:16:39.465 INFO O| Oct 09 17:16:39.465 INFO STEP 125 (ensure_dir) COMPLETE
96022024-10-09T17:16:41.395Z[ host-image] Oct 09 17:16:39.466 INFO O| Oct 09 17:16:39.465 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032024-10-09T17:16:41.402Z[ host-image] Oct 09 17:16:39.475 INFO O| Oct 09 17:16:39.475 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96042024-10-09T17:16:41.402Z[ host-image] Oct 09 17:16:39.475 INFO O| Oct 09 17:16:39.475 INFO copying /tmp/.tmpTauMps/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96052024-10-09T17:16:41.404Z[ host-image] Oct 09 17:16:39.475 INFO O| Oct 09 17:16:39.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96062024-10-09T17:16:41.404Z[ host-image] Oct 09 17:16:39.475 INFO O| Oct 09 17:16:39.475 INFO ok!
96072024-10-09T17:16:41.404Z[ host-image] Oct 09 17:16:39.475 INFO O| Oct 09 17:16:39.475 INFO STEP 126 (ensure_file) COMPLETE
96082024-10-09T17:16:41.404Z[ host-image] Oct 09 17:16:39.475 INFO O| Oct 09 17:16:39.475 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-09T17:16:41.411Z[ host-image] Oct 09 17:16:39.485 INFO O| Oct 09 17:16:39.485 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96102024-10-09T17:16:41.415Z[ host-image] Oct 09 17:16:39.485 INFO O| Oct 09 17:16:39.485 INFO STEP 127 (remove_files) COMPLETE
96112024-10-09T17:16:41.415Z[ host-image] Oct 09 17:16:39.485 INFO O| Oct 09 17:16:39.485 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-09T17:16:41.422Z[ host-image] Oct 09 17:16:39.495 INFO O| Oct 09 17:16:39.495 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96132024-10-09T17:16:41.424Z[ host-image] Oct 09 17:16:39.495 INFO O| Oct 09 17:16:39.495 INFO STEP 128 (remove_files) COMPLETE
96142024-10-09T17:16:41.424Z[ host-image] Oct 09 17:16:39.495 INFO O| Oct 09 17:16:39.495 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-09T17:16:41.432Z[ host-image] Oct 09 17:16:39.505 INFO O| Oct 09 17:16:39.505 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96162024-10-09T17:16:41.439Z[ host-image] Oct 09 17:16:39.505 INFO O| Oct 09 17:16:39.505 INFO STEP 129 (remove_files) COMPLETE
96172024-10-09T17:16:41.439Z[ host-image] Oct 09 17:16:39.505 INFO O| Oct 09 17:16:39.505 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-09T17:16:41.443Z[ host-image] Oct 09 17:16:39.515 INFO O| Oct 09 17:16:39.515 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96192024-10-09T17:16:41.445Z[ host-image] Oct 09 17:16:39.515 INFO O| Oct 09 17:16:39.515 INFO STEP 130 (remove_files) COMPLETE
96202024-10-09T17:16:41.446Z[ host-image] Oct 09 17:16:39.515 INFO O| Oct 09 17:16:39.515 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-09T17:16:41.453Z[ host-image] Oct 09 17:16:39.524 INFO O| Oct 09 17:16:39.524 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96222024-10-09T17:16:41.457Z[ host-image] Oct 09 17:16:39.525 INFO O| Oct 09 17:16:39.524 INFO STEP 131 (remove_files) COMPLETE
96232024-10-09T17:16:41.457Z[ host-image] Oct 09 17:16:39.525 INFO O| Oct 09 17:16:39.524 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-10-09T17:16:41.461Z[ host-image] Oct 09 17:16:39.534 INFO O| Oct 09 17:16:39.534 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96252024-10-09T17:16:41.463Z[ host-image] Oct 09 17:16:39.534 INFO O| Oct 09 17:16:39.534 INFO STEP 132 (remove_files) COMPLETE
96262024-10-09T17:16:41.463Z[ host-image] Oct 09 17:16:39.534 INFO O| Oct 09 17:16:39.534 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-10-09T17:16:41.471Z[ host-image] Oct 09 17:16:39.544 INFO O| Oct 09 17:16:39.544 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96282024-10-09T17:16:41.471Z[ host-image] Oct 09 17:16:39.544 INFO O| Oct 09 17:16:39.544 INFO STEP 133 (remove_files) COMPLETE
96292024-10-09T17:16:41.474Z[ host-image] Oct 09 17:16:39.544 INFO O| Oct 09 17:16:39.544 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-10-09T17:16:41.480Z[ host-image] Oct 09 17:16:39.554 INFO O| Oct 09 17:16:39.554 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96312024-10-09T17:16:41.480Z[ host-image] Oct 09 17:16:39.554 INFO O| Oct 09 17:16:39.554 INFO STEP 134 (remove_files) COMPLETE
96322024-10-09T17:16:41.483Z[ host-image] Oct 09 17:16:39.554 INFO O| Oct 09 17:16:39.554 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-10-09T17:16:41.490Z[ host-image] Oct 09 17:16:39.564 INFO O| Oct 09 17:16:39.564 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96342024-10-09T17:16:41.490Z[ host-image] Oct 09 17:16:39.564 INFO O| Oct 09 17:16:39.564 INFO STEP 135 (remove_files) COMPLETE
96352024-10-09T17:16:41.493Z[ host-image] Oct 09 17:16:39.564 INFO O| Oct 09 17:16:39.564 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-10-09T17:16:41.500Z[ host-image] Oct 09 17:16:39.574 INFO O| Oct 09 17:16:39.574 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96372024-10-09T17:16:41.500Z[ host-image] Oct 09 17:16:39.574 INFO O| Oct 09 17:16:39.574 INFO STEP 136 (remove_files) COMPLETE
96382024-10-09T17:16:41.500Z[ host-image] Oct 09 17:16:39.574 INFO O| Oct 09 17:16:39.574 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392024-10-09T17:16:41.514Z[ host-image] Oct 09 17:16:39.583 INFO O| Oct 09 17:16:39.583 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96402024-10-09T17:16:41.517Z[ host-image] Oct 09 17:16:39.583 INFO O| Oct 09 17:16:39.583 INFO STEP 137 (remove_files) COMPLETE
96412024-10-09T17:16:41.517Z[ host-image] Oct 09 17:16:39.583 INFO O| Oct 09 17:16:39.583 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422024-10-09T17:16:41.520Z[ host-image] Oct 09 17:16:39.592 INFO O| Oct 09 17:16:39.592 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96432024-10-09T17:16:41.520Z[ host-image] Oct 09 17:16:39.592 INFO O| Oct 09 17:16:39.592 INFO STEP 138 (remove_files) COMPLETE
96442024-10-09T17:16:41.520Z[ host-image] Oct 09 17:16:39.593 INFO O| Oct 09 17:16:39.592 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452024-10-09T17:16:41.529Z[ host-image] Oct 09 17:16:39.602 INFO O| Oct 09 17:16:39.602 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96462024-10-09T17:16:41.529Z[ host-image] Oct 09 17:16:39.602 INFO O| Oct 09 17:16:39.602 INFO STEP 139 (remove_files) COMPLETE
96472024-10-09T17:16:41.529Z[ host-image] Oct 09 17:16:39.602 INFO O| Oct 09 17:16:39.602 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482024-10-09T17:16:41.538Z[ host-image] Oct 09 17:16:39.612 INFO O| Oct 09 17:16:39.611 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96492024-10-09T17:16:41.538Z[ host-image] Oct 09 17:16:39.612 INFO O| Oct 09 17:16:39.612 INFO STEP 140 (remove_files) COMPLETE
96502024-10-09T17:16:41.538Z[ host-image] Oct 09 17:16:39.612 INFO O| Oct 09 17:16:39.612 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512024-10-09T17:16:41.548Z[ host-image] Oct 09 17:16:39.621 INFO O| Oct 09 17:16:39.621 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96522024-10-09T17:16:41.548Z[ host-image] Oct 09 17:16:39.621 INFO O| Oct 09 17:16:39.621 INFO STEP 141 (remove_files) COMPLETE
96532024-10-09T17:16:41.548Z[ host-image] Oct 09 17:16:39.621 INFO O| Oct 09 17:16:39.621 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542024-10-09T17:16:41.557Z[ host-image] Oct 09 17:16:39.631 INFO O| Oct 09 17:16:39.631 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96552024-10-09T17:16:41.560Z[ host-image] Oct 09 17:16:39.631 INFO O| Oct 09 17:16:39.631 INFO STEP 142 (remove_files) COMPLETE
96562024-10-09T17:16:41.560Z[ host-image] Oct 09 17:16:39.631 INFO O| Oct 09 17:16:39.631 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572024-10-09T17:16:41.567Z[ host-image] Oct 09 17:16:39.640 INFO O| Oct 09 17:16:39.640 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96582024-10-09T17:16:41.567Z[ host-image] Oct 09 17:16:39.641 INFO O| Oct 09 17:16:39.640 INFO STEP 143 (remove_files) COMPLETE
96592024-10-09T17:16:41.569Z[ host-image] Oct 09 17:16:39.641 INFO O| Oct 09 17:16:39.641 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602024-10-09T17:16:41.577Z[ host-image] Oct 09 17:16:39.650 INFO O| Oct 09 17:16:39.650 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96612024-10-09T17:16:41.577Z[ host-image] Oct 09 17:16:39.650 INFO O| Oct 09 17:16:39.650 INFO STEP 144 (remove_files) COMPLETE
96622024-10-09T17:16:41.577Z[ host-image] Oct 09 17:16:39.650 INFO O| Oct 09 17:16:39.650 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632024-10-09T17:16:41.586Z[ host-image] Oct 09 17:16:39.659 INFO O| Oct 09 17:16:39.659 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96642024-10-09T17:16:41.586Z[ host-image] Oct 09 17:16:39.659 INFO O| Oct 09 17:16:39.659 INFO STEP 145 (remove_files) COMPLETE
96652024-10-09T17:16:41.589Z[ host-image] Oct 09 17:16:39.659 INFO O| Oct 09 17:16:39.659 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662024-10-09T17:16:41.596Z[ host-image] Oct 09 17:16:39.669 INFO O| Oct 09 17:16:39.669 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96672024-10-09T17:16:41.596Z[ host-image] Oct 09 17:16:39.669 INFO O| Oct 09 17:16:39.669 INFO STEP 146 (remove_files) COMPLETE
96682024-10-09T17:16:41.596Z[ host-image] Oct 09 17:16:39.669 INFO O| Oct 09 17:16:39.669 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692024-10-09T17:16:41.605Z[ host-image] Oct 09 17:16:39.678 INFO O| Oct 09 17:16:39.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96702024-10-09T17:16:41.605Z[ host-image] Oct 09 17:16:39.679 INFO O| Oct 09 17:16:39.679 INFO STEP 147 (remove_files) COMPLETE
96712024-10-09T17:16:41.609Z[ host-image] Oct 09 17:16:39.679 INFO O| Oct 09 17:16:39.679 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722024-10-09T17:16:41.615Z[ host-image] Oct 09 17:16:39.689 INFO O| Oct 09 17:16:39.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96732024-10-09T17:16:41.616Z[ host-image] Oct 09 17:16:39.689 INFO O| Oct 09 17:16:39.689 INFO STEP 148 (remove_files) COMPLETE
96742024-10-09T17:16:41.621Z[ host-image] Oct 09 17:16:39.689 INFO O| Oct 09 17:16:39.689 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752024-10-09T17:16:41.625Z[ host-image] Oct 09 17:16:39.698 INFO O| Oct 09 17:16:39.698 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96762024-10-09T17:16:41.625Z[ host-image] Oct 09 17:16:39.698 INFO O| Oct 09 17:16:39.698 INFO STEP 149 (remove_files) COMPLETE
96772024-10-09T17:16:41.625Z[ host-image] Oct 09 17:16:39.698 INFO O| Oct 09 17:16:39.698 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782024-10-09T17:16:41.635Z[ host-image] Oct 09 17:16:39.708 INFO O| Oct 09 17:16:39.708 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96792024-10-09T17:16:41.635Z[ host-image] Oct 09 17:16:39.708 INFO O| Oct 09 17:16:39.708 INFO STEP 150 (remove_files) COMPLETE
96802024-10-09T17:16:41.635Z[ host-image] Oct 09 17:16:39.708 INFO O| Oct 09 17:16:39.708 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812024-10-09T17:16:41.646Z[ host-image] Oct 09 17:16:39.718 INFO O| Oct 09 17:16:39.718 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96822024-10-09T17:16:41.648Z[ host-image] Oct 09 17:16:39.718 INFO O| Oct 09 17:16:39.718 INFO STEP 151 (remove_files) COMPLETE
96832024-10-09T17:16:41.648Z[ host-image] Oct 09 17:16:39.718 INFO O| Oct 09 17:16:39.718 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842024-10-09T17:16:41.654Z[ host-image] Oct 09 17:16:39.727 INFO O| Oct 09 17:16:39.727 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96852024-10-09T17:16:41.656Z[ host-image] Oct 09 17:16:39.727 INFO O| Oct 09 17:16:39.727 INFO STEP 152 (remove_files) COMPLETE
96862024-10-09T17:16:41.656Z[ host-image] Oct 09 17:16:39.727 INFO O| Oct 09 17:16:39.727 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96872024-10-09T17:16:41.663Z[ host-image] Oct 09 17:16:39.737 INFO O| Oct 09 17:16:39.737 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96882024-10-09T17:16:41.663Z[ host-image] Oct 09 17:16:39.737 INFO O| Oct 09 17:16:39.737 INFO STEP 153 (remove_files) COMPLETE
96892024-10-09T17:16:41.666Z[ host-image] Oct 09 17:16:39.737 INFO O| Oct 09 17:16:39.737 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96902024-10-09T17:16:41.673Z[ host-image] Oct 09 17:16:39.746 INFO O| Oct 09 17:16:39.746 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96912024-10-09T17:16:41.675Z[ host-image] Oct 09 17:16:39.746 INFO O| Oct 09 17:16:39.746 INFO STEP 154 (remove_files) COMPLETE
96922024-10-09T17:16:41.675Z[ host-image] Oct 09 17:16:39.746 INFO O| Oct 09 17:16:39.746 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96932024-10-09T17:16:41.683Z[ host-image] Oct 09 17:16:39.756 INFO O| Oct 09 17:16:39.756 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96942024-10-09T17:16:41.683Z[ host-image] Oct 09 17:16:39.756 INFO O| Oct 09 17:16:39.756 INFO STEP 155 (remove_files) COMPLETE
96952024-10-09T17:16:41.683Z[ host-image] Oct 09 17:16:39.756 INFO O| Oct 09 17:16:39.756 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96962024-10-09T17:16:41.696Z[ host-image] Oct 09 17:16:39.770 INFO O| Oct 09 17:16:39.770 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96972024-10-09T17:16:41.699Z[ host-image] Oct 09 17:16:39.770 INFO O| Oct 09 17:16:39.770 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
96982024-10-09T17:16:47.272Z[ host-image] Oct 09 17:16:45.343 INFO O| Oct 09 17:16:45.343 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
96992024-10-09T17:16:47.272Z[ host-image] Oct 09 17:16:45.343 INFO O| Oct 09 17:16:45.343 INFO E| svccfg: Loaded 74 smf(7) service descriptions
97002024-10-09T17:16:47.287Z[ host-image] Oct 09 17:16:45.358 INFO O| Oct 09 17:16:45.358 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
97012024-10-09T17:16:47.365Z[ host-image] Oct 09 17:16:45.436 INFO O| Oct 09 17:16:45.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
97022024-10-09T17:16:47.365Z[ host-image] Oct 09 17:16:45.436 INFO O| Oct 09 17:16:45.436 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
97032024-10-09T17:16:47.368Z[ host-image] Oct 09 17:16:45.439 INFO O| Oct 09 17:16:45.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97042024-10-09T17:16:47.368Z[ host-image] Oct 09 17:16:45.439 INFO O| Oct 09 17:16:45.438 INFO ok!
97052024-10-09T17:16:47.368Z[ host-image] Oct 09 17:16:45.439 INFO O| Oct 09 17:16:45.439 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97062024-10-09T17:16:47.368Z[ host-image] Oct 09 17:16:45.439 INFO O| Oct 09 17:16:45.439 INFO STEP 156 (seed_smf) COMPLETE
97072024-10-09T17:16:47.368Z[ host-image] Oct 09 17:16:45.439 INFO O| Oct 09 17:16:45.439 INFO steps complete; finalising image!
97082024-10-09T17:16:47.368Z[ host-image] Oct 09 17:16:45.439 INFO O| Oct 09 17:16:45.439 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97092024-10-09T17:16:47.502Z[ host-image] Oct 09 17:16:45.574 INFO O| Oct 09 17:16:45.574 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 9 17:16:45 2024)
97102024-10-09T17:16:47.723Z[ host-image] Oct 09 17:16:45.795 INFO O| Oct 09 17:16:45.795 INFO temporary pool has 683M used, 149M avail, 1.86x compressratio
97112024-10-09T17:16:47.723Z[ host-image] Oct 09 17:16:45.795 INFO O| Oct 09 17:16:45.795 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97122024-10-09T17:16:48.009Z[ host-image] Oct 09 17:16:46.081 INFO O| Oct 09 17:16:46.080 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97132024-10-09T17:16:48.009Z[ host-image] Oct 09 17:16:46.081 INFO O| Oct 09 17:16:46.081 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97142024-10-09T17:16:49.022Z[ host-image] Oct 09 17:16:47.093 INFO O| Oct 09 17:16:47.093 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97152024-10-09T17:16:49.022Z[ host-image] Oct 09 17:16:47.093 INFO O| Oct 09 17:16:47.093 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97162024-10-09T17:16:49.025Z[ host-image] Oct 09 17:16:47.093 INFO O| Oct 09 17:16:47.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97172024-10-09T17:16:49.025Z[ host-image] Oct 09 17:16:47.093 INFO O| Oct 09 17:16:47.093 INFO completed processing gimlet/zfs
97182024-10-09T17:16:49.025Z[ host-image] Oct 09 17:16:47.093 INFO O| Oct 09 17:16:47.093 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97192024-10-09T17:16:55.567Z[ host-image] Oct 09 17:16:53.633 INFO O| Oct 09 17:16:53.633 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97202024-10-09T17:16:55.638Z[ host-image] Oct 09 17:16:53.707 INFO BUILD STRING "heads/stlouis-0-gf7ed5cf2b2\n"
97212024-10-09T17:16:55.638Z[ host-image] Oct 09 17:16:53.707 INFO expanded image name: "ci a923f2a/${os_short_commit} 2024-10-09 16:47" -> "ci a923f2a/f7ed5cf 2024-10-09 16:47"
97222024-10-09T17:16:55.641Z[ host-image] Oct 09 17:16:53.708 INFO output artefacts stored in: "/work/os-host"
97232024-10-09T17:16:55.641Z[ host-image] Oct 09 17:16:53.708 INFO collecting git info from project "phbl"...
97242024-10-09T17:16:55.644Z[ host-image] Oct 09 17:16:53.713 INFO collecting git info from project "bootserver"...
97252024-10-09T17:16:55.647Z[ host-image] Oct 09 17:16:53.717 INFO collecting git info from project "pilot"...
97262024-10-09T17:16:55.653Z[ host-image] Oct 09 17:16:53.722 INFO collecting git info from project "chelsio-t6-roms"...
97272024-10-09T17:16:55.656Z[ host-image] Oct 09 17:16:53.726 INFO collecting git info from project "pinprick"...
97282024-10-09T17:16:55.661Z[ host-image] Oct 09 17:16:53.730 INFO collecting git info from project "amd-host-image-builder"...
97292024-10-09T17:16:55.679Z[ host-image] Oct 09 17:16:53.743 INFO collecting git info from project "amd-firmware"...
97302024-10-09T17:16:55.685Z[ host-image] Oct 09 17:16:53.751 INFO collecting git info from project "image-builder"...
97312024-10-09T17:16:55.690Z[ host-image] Oct 09 17:16:53.755 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97322024-10-09T17:16:56.041Z[ host-image] Oct 09 17:16:54.110 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97332024-10-09T17:16:56.380Z[ host-image] Oct 09 17:16:54.447 INFO creating Oxide boot image...
97342024-10-09T17:16:56.380Z[ host-image] Oct 09 17:16:54.447 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci a923f2a/f7ed5cf 2024-10-09 16:47", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97352024-10-09T17:16:57.296Z[ host-image] Oct 09 17:16:55.362 INFO O| ok, image written!
97362024-10-09T17:16:57.297Z[ host-image] Oct 09 17:16:55.362 INFO O| ok, boot_image_csum file written!
97372024-10-09T17:16:57.318Z[ host-image] Oct 09 17:16:55.365 INFO creating boot archive (CPIO)...
97382024-10-09T17:16:57.318Z[ host-image] Oct 09 17:16:55.365 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
97392024-10-09T17:16:57.342Z[ host-image] Oct 09 17:16:55.373 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97402024-10-09T17:16:57.342Z[ host-image] Oct 09 17:16:55.373 INFO E| + outfile=/work/os-host/cpio
97412024-10-09T17:16:57.342Z[ host-image] Oct 09 17:16:55.373 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97422024-10-09T17:16:57.342Z[ host-image] Oct 09 17:16:55.375 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97432024-10-09T17:16:57.342Z[ host-image] Oct 09 17:16:55.376 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97442024-10-09T17:16:57.346Z[ host-image] Oct 09 17:16:55.409 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97452024-10-09T17:16:57.346Z[ host-image] Oct 09 17:16:55.409 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97462024-10-09T17:16:57.349Z[ host-image] Oct 09 17:16:55.416 INFO creating compressed cpio/unix for nanobl-rs...
97472024-10-09T17:16:57.350Z[ host-image] Oct 09 17:16:55.416 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
97482024-10-09T17:16:57.638Z[ host-image] Oct 09 17:16:55.702 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97492024-10-09T17:17:01.970Z[ host-image] Oct 09 17:17:00.037 INFO creating reset image...
97502024-10-09T17:17:01.970Z[ host-image] Oct 09 17:17:00.037 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97512024-10-09T17:17:02.064Z[ host-image] Oct 09 17:17:00.132 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97522024-10-09T17:17:02.067Z[ host-image] Oct 09 17:17:00.133 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97532024-10-09T17:17:02.118Z[ host-image] Oct 09 17:17:00.186 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97542024-10-09T17:17:03.922Z[ host-image] Oct 09 17:17:01.987 INFO E| Finished `release` profile [optimized] target(s) in 1.84s
97552024-10-09T17:17:03.931Z[ host-image] Oct 09 17:17:01.998 INFO building host image...
97562024-10-09T17:17:03.934Z[ host-image] Oct 09 17:17:01.999 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")
97572024-10-09T17:17:04.435Z[ host-image] Oct 09 17:17:02.501 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97582024-10-09T17:17:50.940Z[ host-image] Oct 09 17:17:48.994 INFO image complete! materials are in "/work/os-host"
97592024-10-09T17:17:50.946Z[ host-image]
97602024-10-09T17:17:50.946Z[ host-image] real 9:30.280016945
97612024-10-09T17:17:50.946Z[ host-image] user 4:19.099858040
97622024-10-09T17:17:50.946Z[ host-image] sys 46.052630465
97632024-10-09T17:17:50.946Z[ host-image] trap 0.132221962
97642024-10-09T17:17:50.948Z[ host-image] tflt 0.002028012
97652024-10-09T17:17:50.948Z[ host-image] dflt 0.049632927
97662024-10-09T17:17:50.948Z[ host-image] kflt 0.000084868
97672024-10-09T17:17:50.948Z[ host-image] lock 6:29.965099718
97682024-10-09T17:17:50.948Z[ host-image] slp 52:59.238978963
97692024-10-09T17:17:50.948Z[ host-image] lat 1:12.600689486
97702024-10-09T17:17:50.948Z[ host-image] stop 0.399022878
97712024-10-09T17:17:50.948ZOct 09 17:17:48.998 INFO [host-image] process exited with exit status: 0 (570.294374183s)
97722024-10-09T17:17:50.948ZOct 09 17:17:48.998 INFO [tuf-repo] running task
97732024-10-09T17:17:57.511ZOct 09 17:17:55.564 INFO assembling repository in `/tmp/tufaceousc4BJT9`, component: OmicronRepoAssembler
97742024-10-09T17:18:02.386ZOct 09 17:18:00.437 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97752024-10-09T17:18:02.704ZOct 09 17:18:00.754 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97762024-10-09T17:18:14.181ZOct 09 17:18:12.229 INFO [tuf-repo] task succeeded (23.231041424s)
97772024-10-09T17:18:14.181ZOct 09 17:18:12.229 INFO all jobs completed in 1857.610153095s
97782024-10-09T17:18:14.717Zprocess exited: duration 2427731 ms, exit code 0
 
97792024-10-09T17:18:14.732Zfound 33 output files
97802024-10-09T17:18:14.732Zuploading: /work/manifest.toml (8404 bytes)
97812024-10-09T17:18:15.747Zuploaded: /work/manifest.toml
97822024-10-09T17:18:15.747Zuploading: /work/repo.zip (1812065958 bytes)
97832024-10-09T17:19:05.157Zuploaded: /work/repo.zip
97842024-10-09T17:19:05.157Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97852024-10-09T17:19:06.174Zuploaded: /work/repo.zip.sha256.txt
97862024-10-09T17:19:06.174Zuploading: /work/helios-setup.log (54887 bytes)
97872024-10-09T17:19:07.191Zuploaded: /work/helios-setup.log
97882024-10-09T17:19:07.192Zuploading: /work/host-image.log (195397 bytes)
97892024-10-09T17:19:08.220Zuploaded: /work/host-image.log
97902024-10-09T17:19:08.221Zuploading: /work/host-package.log (18806 bytes)
97912024-10-09T17:19:09.255Zuploaded: /work/host-package.log
97922024-10-09T17:19:09.255Zuploading: /work/host-target.log (101 bytes)
97932024-10-09T17:19:10.265Zuploaded: /work/host-target.log
97942024-10-09T17:19:10.265Zuploading: /work/omicron-package.log (4236 bytes)
97952024-10-09T17:19:11.273Zuploaded: /work/omicron-package.log
97962024-10-09T17:19:11.274Zuploading: /work/phbl-toolchain.log (881 bytes)
97972024-10-09T17:19:12.282Zuploaded: /work/phbl-toolchain.log
97982024-10-09T17:19:12.283Zuploading: /work/recovery-image.log (591636 bytes)
97992024-10-09T17:19:13.323Zuploaded: /work/recovery-image.log
98002024-10-09T17:19:13.324Zuploading: /work/recovery-package.log (282 bytes)
98012024-10-09T17:19:14.334Zuploaded: /work/recovery-package.log
98022024-10-09T17:19:14.334Zuploading: /work/recovery-target.log (98 bytes)
98032024-10-09T17:19:15.344Zuploaded: /work/recovery-target.log
98042024-10-09T17:19:15.344Zuploading: /work/stamp-clickhouse.log (117 bytes)
98052024-10-09T17:19:16.353Zuploaded: /work/stamp-clickhouse.log
98062024-10-09T17:19:16.353Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98072024-10-09T17:19:17.364Zuploaded: /work/stamp-clickhouse_keeper.log
98082024-10-09T17:19:17.364Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98092024-10-09T17:19:18.373Zuploaded: /work/stamp-cockroachdb.log
98102024-10-09T17:19:18.376Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98112024-10-09T17:19:19.382Zuploaded: /work/stamp-crucible-dtrace.log
98122024-10-09T17:19:19.385Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98132024-10-09T17:19:20.391Zuploaded: /work/stamp-crucible-pantry-zone.log
98142024-10-09T17:19:20.391Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98152024-10-09T17:19:21.404Zuploaded: /work/stamp-crucible-zone.log
98162024-10-09T17:19:21.404Zuploading: /work/stamp-external-dns.log (119 bytes)
98172024-10-09T17:19:22.428Zuploaded: /work/stamp-external-dns.log
98182024-10-09T17:19:22.438Zuploading: /work/stamp-installinator.log (103 bytes)
98192024-10-09T17:19:23.454Zuploaded: /work/stamp-installinator.log
98202024-10-09T17:19:23.454Zuploading: /work/stamp-internal-dns.log (119 bytes)
98212024-10-09T17:19:24.465Zuploaded: /work/stamp-internal-dns.log
98222024-10-09T17:19:24.465Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98232024-10-09T17:19:25.477Zuploaded: /work/stamp-mg-ddm-gz.log
98242024-10-09T17:19:25.477Zuploading: /work/stamp-nexus.log (112 bytes)
98252024-10-09T17:19:26.486Zuploaded: /work/stamp-nexus.log
98262024-10-09T17:19:26.486Zuploading: /work/stamp-ntp.log (110 bytes)
98272024-10-09T17:19:27.495Zuploaded: /work/stamp-ntp.log
98282024-10-09T17:19:27.498Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98292024-10-09T17:19:28.513Zuploaded: /work/stamp-omicron-sled-agent.log
98302024-10-09T17:19:28.513Zuploading: /work/stamp-overlay.log (114 bytes)
98312024-10-09T17:19:29.523Zuploaded: /work/stamp-overlay.log
98322024-10-09T17:19:29.523Zuploading: /work/stamp-oximeter.log (115 bytes)
98332024-10-09T17:19:30.532Zuploaded: /work/stamp-oximeter.log
98342024-10-09T17:19:30.532Zuploading: /work/stamp-oxlog.log (109 bytes)
98352024-10-09T17:19:31.541Zuploaded: /work/stamp-oxlog.log
98362024-10-09T17:19:31.541Zuploading: /work/stamp-probe.log (112 bytes)
98372024-10-09T17:19:32.551Zuploaded: /work/stamp-probe.log
98382024-10-09T17:19:32.551Zuploading: /work/stamp-propolis-server.log (122 bytes)
98392024-10-09T17:19:33.563Zuploaded: /work/stamp-propolis-server.log
98402024-10-09T17:19:33.563Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98412024-10-09T17:19:34.573Zuploaded: /work/stamp-pumpkind-gz.log
98422024-10-09T17:19:34.573Zuploading: /work/stamp-switch-asic.log (118 bytes)
98432024-10-09T17:19:35.582Zuploaded: /work/stamp-switch-asic.log
98442024-10-09T17:19:35.582Zuploading: /work/verify-libraries.log (2992 bytes)
98452024-10-09T17:19:36.592Zuploaded: /work/verify-libraries.log