01KS9B4TBJ4KN363JE0KFRBTS4: thundermuffin-p5p

BasicConfig {
    output_rules: [
        "=/out/thundermuffin.p5p",
        "=/out/thundermuffin.p5p.sha256",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0-20240204",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/thundermuffin.p5p",
            series: "repo",
            name: "thundermuffin.p5p",
        },
        BasicConfigPublish {
            from_output: "/out/thundermuffin.p5p.sha256",
            series: "repo",
            name: "thundermuffin.p5p.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KS9B50YRYPBPZME18X3SHXAD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T02:39:03.264Zjob assigned to worker 01KS9B54QXYB44R5C9WMN5PKW1 [factory aws, i-0e99fdcf75b69dadb] (queued for 51 s)
 
22026-05-23T02:39:13.708Zstarting task 0: "setup"
32026-05-23T02:39:13.716Z++ uname -s
42026-05-23T02:39:13.719Z+ kern=SunOS
52026-05-23T02:39:13.719Z+ build_user=build
62026-05-23T02:39:13.719Z+ build_uid=12345
72026-05-23T02:39:13.719Z+ work_dir=/work
82026-05-23T02:39:13.720Z+ input_dir=/input
92026-05-23T02:39:13.720Z+ [[ 0 == 12345 ]]
102026-05-23T02:39:13.720Z+ case "$kern" in
112026-05-23T02:39:13.720Z+ groupadd -g 12345 build
122026-05-23T02:39:13.722Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T02:39:15.730Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T02:39:15.794Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T02:39:15.797Z+ home_fs=zfs
162026-05-23T02:39:15.797Z+ [[ zfs == autofs ]]
172026-05-23T02:39:15.797Z+ mkdir -p /home/build
182026-05-23T02:39:15.800Z+ chown build:build /home/build /work
192026-05-23T02:39:17.801Z+ chmod 0700 /home/build /work
202026-05-23T02:39:17.804Zprocess exited: duration 4096 ms, exit code 0
 
212026-05-23T02:39:17.810Zstarting task 1: "rust-toolchain"
222026-05-23T02:39:17.816Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-23T02:39:17.816Z * rust toolchain channel = "stable"
242026-05-23T02:39:17.816Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-23T02:39:17.816Z * rust toolchain profile = "default"
262026-05-23T02:39:17.816Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-23T02:39:17.816Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T02:39:17.819Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T02:39:17.819Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-23T02:39:17.987Zinfo: downloading installer
312026-05-23T02:39:20.360Zwarn: It looks like you have an existing installation of Rust at:
322026-05-23T02:39:20.360Zwarn: /opt/ooce/bin
332026-05-23T02:39:20.360Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-23T02:39:20.360Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-23T02:39:20.360Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-23T02:39:20.360Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-23T02:39:20.360Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-23T02:39:20.360Zerror: cannot install while Rust is installed
392026-05-23T02:39:20.360Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-23T02:39:20.360Zwarn: It looks like you have an existing rustup settings file at:
412026-05-23T02:39:20.360Zwarn: /home/build/.rustup/settings.toml
422026-05-23T02:39:20.360Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-23T02:39:20.360Zwarn: instead of the one inferred from the default host triple.
442026-05-23T02:39:20.699Zinfo: profile set to default
452026-05-23T02:39:20.699Zinfo: default host triple is x86_64-unknown-illumos
462026-05-23T02:39:20.702Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-23T02:39:20.848Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-23T02:39:20.851Zinfo: downloading 6 components
492026-05-23T02:39:36.977Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-23T02:39:36.977Z
512026-05-23T02:39:37.012Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-23T02:39:37.012Z
532026-05-23T02:39:37.012Z
542026-05-23T02:39:37.012ZRust is installed now. Great!
552026-05-23T02:39:37.012Z
562026-05-23T02:39:37.012ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-23T02:39:37.012Zenvironment variable. This has not been done automatically.
582026-05-23T02:39:37.012Z
592026-05-23T02:39:37.012ZTo configure your current shell, you need to source
602026-05-23T02:39:37.012Zthe corresponding env file under $HOME/.cargo.
612026-05-23T02:39:37.012Z
622026-05-23T02:39:37.016ZThis is usually done by running one of the following (note the leading DOT):
632026-05-23T02:39:37.016Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-23T02:39:37.016Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-23T02:39:37.016Zsource "~/.cargo/env.nu" # For nushell
662026-05-23T02:39:37.017Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-23T02:39:37.017Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-23T02:39:37.017Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-23T02:39:37.017Zwarn: no default linker (`cc`) was found in your PATH
702026-05-23T02:39:37.017Zwarn: many Rust crates require a system C toolchain to build
712026-05-23T02:39:37.116Z+ rustup --version
722026-05-23T02:39:37.128Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-23T02:39:37.130Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-23T02:39:37.153Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-23T02:39:37.156Z+ cargo --version
762026-05-23T02:39:37.177Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-23T02:39:37.179Z+ rustc --version
782026-05-23T02:39:37.205Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-23T02:39:37.208Zprocess exited: duration 19393 ms, exit code 0
 
802026-05-23T02:39:37.213Zstarting task 2: "authentication"
812026-05-23T02:39:37.235Zprocess exited: duration 21 ms, exit code 0
 
822026-05-23T02:39:37.241Zstarting task 3: "clone repository"
832026-05-23T02:39:37.247Z+ mkdir -p /work/oxidecomputer/thundermuffin
842026-05-23T02:39:37.250Z+ git clone https://github.com/oxidecomputer/thundermuffin /work/oxidecomputer/thundermuffin
852026-05-23T02:39:38.246ZCloning into '/work/oxidecomputer/thundermuffin'...
862026-05-23T02:39:38.990Z+ cd /work/oxidecomputer/thundermuffin
872026-05-23T02:39:38.993Z+ git fetch origin 473a90f8081e99f1b77f2625d97ab1f7817b3468
882026-05-23T02:39:39.264ZFrom https://github.com/oxidecomputer/thundermuffin
892026-05-23T02:39:39.264Z * branch 473a90f8081e99f1b77f2625d97ab1f7817b3468 -> FETCH_HEAD
902026-05-23T02:39:39.272Z+ [[ -n zl/multicast ]]
912026-05-23T02:39:39.275Z++ git branch --show-current
922026-05-23T02:39:39.278Z+ current=main
932026-05-23T02:39:39.278Z+ [[ main != zl/multicast ]]
942026-05-23T02:39:39.278Z+ git branch -f zl/multicast 473a90f8081e99f1b77f2625d97ab1f7817b3468
952026-05-23T02:39:39.281Z+ git checkout -f zl/multicast
962026-05-23T02:39:39.285ZSwitched to branch 'zl/multicast'
972026-05-23T02:39:39.288Z+ git reset --hard 473a90f8081e99f1b77f2625d97ab1f7817b3468
982026-05-23T02:39:39.291ZHEAD is now at 473a90f [review] address feedback
992026-05-23T02:39:39.294Zprocess exited: duration 2050 ms, exit code 0
 
1002026-05-23T02:39:39.299Zstarting task 4: "build"
1012026-05-23T02:39:39.305Z+ cargo --version
1022026-05-23T02:39:39.318Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1032026-05-23T02:39:39.321Z+ rustc --version
1042026-05-23T02:39:39.348Zrustc 1.95.0 (59807616e 2026-04-14)
1052026-05-23T02:39:39.352Z+ banner build
1062026-05-23T02:39:39.354Z
1072026-05-23T02:39:39.354Z ##### # # # # #####
1082026-05-23T02:39:39.355Z # # # # # # # #
1092026-05-23T02:39:39.355Z ##### # # # # # #
1102026-05-23T02:39:39.355Z # # # # # # # #
1112026-05-23T02:39:39.355Z # # # # # # # #
1122026-05-23T02:39:39.355Z ##### #### # ###### #####
1132026-05-23T02:39:39.355Z
1142026-05-23T02:39:39.355Z+ ptime -m cargo build --release
1152026-05-23T02:39:39.604Z Updating crates.io index
1162026-05-23T02:39:41.255Z Downloading crates ...
1172026-05-23T02:39:41.305Z Downloaded anstream v0.6.21
1182026-05-23T02:39:41.308Z Downloaded heck v0.5.0
1192026-05-23T02:39:41.312Z Downloaded unicode-ident v1.0.24
1202026-05-23T02:39:41.315Z Downloaded anstyle-query v1.1.5
1212026-05-23T02:39:41.318Z Downloaded colorchoice v1.0.4
1222026-05-23T02:39:41.318Z Downloaded proc-macro2 v1.0.106
1232026-05-23T02:39:41.321Z Downloaded utf8parse v0.2.2
1242026-05-23T02:39:41.324Z Downloaded clap_derive v4.5.55
1252026-05-23T02:39:41.327Z Downloaded clap_lex v1.0.0
1262026-05-23T02:39:41.327Z Downloaded quote v1.0.44
1272026-05-23T02:39:41.330Z Downloaded anstyle-parse v0.2.7
1282026-05-23T02:39:41.330Z Downloaded strsim v0.11.1
1292026-05-23T02:39:41.333Z Downloaded anstyle v1.0.13
1302026-05-23T02:39:41.336Z Downloaded socket2 v0.6.3
1312026-05-23T02:39:41.339Z Downloaded anyhow v1.0.101
1322026-05-23T02:39:41.342Z Downloaded is_terminal_polyfill v1.70.2
1332026-05-23T02:39:41.345Z Downloaded clap v4.5.59
1342026-05-23T02:39:41.368Z Downloaded syn v2.0.116
1352026-05-23T02:39:41.397Z Downloaded clap_builder v4.5.59
1362026-05-23T02:39:41.422Z Downloaded libc v0.2.182
1372026-05-23T02:39:41.482Z Compiling proc-macro2 v1.0.106
1382026-05-23T02:39:41.482Z Compiling unicode-ident v1.0.24
1392026-05-23T02:39:41.482Z Compiling quote v1.0.44
1402026-05-23T02:39:41.485Z Compiling utf8parse v0.2.2
1412026-05-23T02:39:41.485Z Compiling anstyle v1.0.13
1422026-05-23T02:39:41.485Z Compiling anstyle-query v1.1.5
1432026-05-23T02:39:41.485Z Compiling colorchoice v1.0.4
1442026-05-23T02:39:41.485Z Compiling is_terminal_polyfill v1.70.2
1452026-05-23T02:39:41.715Z Compiling anstyle-parse v0.2.7
1462026-05-23T02:39:41.724Z Compiling libc v0.2.182
1472026-05-23T02:39:41.726Z Compiling clap_lex v1.0.0
1482026-05-23T02:39:41.749Z Compiling anyhow v1.0.101
1492026-05-23T02:39:41.758Z Compiling strsim v0.11.1
1502026-05-23T02:39:42.040Z Compiling anstream v0.6.21
1512026-05-23T02:39:42.058Z Compiling heck v0.5.0
1522026-05-23T02:39:42.370Z Compiling clap_builder v4.5.59
1532026-05-23T02:39:43.150Z Compiling socket2 v0.6.3
1542026-05-23T02:39:44.011Z Compiling syn v2.0.116
1552026-05-23T02:39:48.882Z Compiling clap_derive v4.5.55
1562026-05-23T02:39:50.625Z Compiling clap v4.5.59
1572026-05-23T02:39:50.687Z Compiling thundermuffin v0.1.0 (/work/oxidecomputer/thundermuffin/app)
1582026-05-23T02:39:52.461Z Finished `release` profile [optimized] target(s) in 12.94s
1592026-05-23T02:39:52.581Z
1602026-05-23T02:39:52.581Zreal 13.062147258
1612026-05-23T02:39:52.581Zuser 47.643950557
1622026-05-23T02:39:52.581Zsys 4.328327308
1632026-05-23T02:39:52.581Ztrap 0.016449127
1642026-05-23T02:39:52.581Ztflt 0.833721265
1652026-05-23T02:39:52.581Zdflt 0.837295668
1662026-05-23T02:39:52.584Zkflt 0.007361690
1672026-05-23T02:39:52.584Zlock 1:41.046823067
1682026-05-23T02:39:52.584Zslp 1:07.967885287
1692026-05-23T02:39:52.584Zlat 0.810310482
1702026-05-23T02:39:52.584Zstop 2.685237993
1712026-05-23T02:39:52.585Z+ banner package
1722026-05-23T02:39:52.585Z
1732026-05-23T02:39:52.585Z ##### ## #### # # ## #### ######
1742026-05-23T02:39:52.585Z # # # # # # # # # # # # #
1752026-05-23T02:39:52.585Z # # # # # #### # # # #####
1762026-05-23T02:39:52.585Z ##### ###### # # # ###### # ### #
1772026-05-23T02:39:52.585Z # # # # # # # # # # # #
1782026-05-23T02:39:52.585Z # # # #### # # # # #### ######
1792026-05-23T02:39:52.585Z
1802026-05-23T02:39:52.585Z+ cargo xtask package
1812026-05-23T02:39:52.655Z Downloading crates ...
1822026-05-23T02:39:52.710Z Downloaded camino v1.2.2
1832026-05-23T02:39:52.713Z Downloaded equivalent v1.0.2
1842026-05-23T02:39:52.719Z Downloaded itoa v1.0.17
1852026-05-23T02:39:52.722Z Downloaded toml_datetime v0.6.11
1862026-05-23T02:39:52.725Z Downloaded semver v1.0.27
1872026-05-23T02:39:52.727Z Downloaded toml_write v0.1.2
1882026-05-23T02:39:52.730Z Downloaded serde_spanned v0.6.9
1892026-05-23T02:39:52.730Z Downloaded cargo-platform v0.1.9
1902026-05-23T02:39:52.733Z Downloaded cargo_metadata v0.18.1
1912026-05-23T02:39:52.742Z Downloaded indoc v2.0.7
1922026-05-23T02:39:52.746Z Downloaded thiserror v1.0.69
1932026-05-23T02:39:52.750Z Downloaded zmij v1.0.21
1942026-05-23T02:39:52.756Z Downloaded toml v0.8.23
1952026-05-23T02:39:52.758Z Downloaded rustversion v1.0.22
1962026-05-23T02:39:52.761Z Downloaded thiserror-impl v1.0.69
1972026-05-23T02:39:52.764Z Downloaded serde_core v1.0.228
1982026-05-23T02:39:52.768Z Downloaded serde_derive v1.0.228
1992026-05-23T02:39:52.771Z Downloaded toml_edit v0.22.27
2002026-05-23T02:39:52.780Z Downloaded serde v1.0.228
2012026-05-23T02:39:52.783Z Downloaded indexmap v2.13.0
2022026-05-23T02:39:52.787Z Downloaded hashbrown v0.16.1
2032026-05-23T02:39:52.792Z Downloaded memchr v2.8.0
2042026-05-23T02:39:52.796Z Downloaded winnow v0.7.14
2052026-05-23T02:39:52.803Z Downloaded serde_json v1.0.149
2062026-05-23T02:39:52.821Z Compiling proc-macro2 v1.0.106
2072026-05-23T02:39:52.823Z Compiling unicode-ident v1.0.24
2082026-05-23T02:39:52.823Z Compiling quote v1.0.44
2092026-05-23T02:39:52.824Z Compiling serde_core v1.0.228
2102026-05-23T02:39:52.824Z Compiling serde v1.0.228
2112026-05-23T02:39:52.824Z Compiling zmij v1.0.21
2122026-05-23T02:39:52.824Z Compiling utf8parse v0.2.2
2132026-05-23T02:39:52.824Z Compiling thiserror v1.0.69
2142026-05-23T02:39:52.986Z Compiling anstyle-parse v0.2.7
2152026-05-23T02:39:53.007Z Compiling anstyle v1.0.13
2162026-05-23T02:39:53.272Z Compiling hashbrown v0.16.1
2172026-05-23T02:39:53.362Z Compiling anstyle-query v1.1.5
2182026-05-23T02:39:53.377Z Compiling serde_json v1.0.149
2192026-05-23T02:39:53.391Z Compiling is_terminal_polyfill v1.70.2
2202026-05-23T02:39:53.394Z Compiling equivalent v1.0.2
2212026-05-23T02:39:53.412Z Compiling colorchoice v1.0.4
2222026-05-23T02:39:53.478Z Compiling camino v1.2.2
2232026-05-23T02:39:53.553Z Compiling anstream v0.6.21
2242026-05-23T02:39:53.739Z Compiling heck v0.5.0
2252026-05-23T02:39:53.802Z Compiling anyhow v1.0.101
2262026-05-23T02:39:54.054Z Compiling memchr v2.8.0
2272026-05-23T02:39:54.128Z Compiling strsim v0.11.1
2282026-05-23T02:39:54.160Z Compiling clap_lex v1.0.0
2292026-05-23T02:39:54.218Z Compiling itoa v1.0.17
2302026-05-23T02:39:54.399Z Compiling indexmap v2.13.0
2312026-05-23T02:39:54.407Z Compiling toml_write v0.1.2
2322026-05-23T02:39:54.508Z Compiling winnow v0.7.14
2332026-05-23T02:39:54.596Z Compiling clap_builder v4.5.59
2342026-05-23T02:39:55.148Z Compiling syn v2.0.116
2352026-05-23T02:39:55.213Z Compiling indoc v2.0.7
2362026-05-23T02:39:57.245Z Compiling semver v1.0.27
2372026-05-23T02:39:59.443Z Compiling serde_derive v1.0.228
2382026-05-23T02:39:59.443Z Compiling thiserror-impl v1.0.69
2392026-05-23T02:39:59.443Z Compiling clap_derive v4.5.55
2402026-05-23T02:40:01.363Z Compiling clap v4.5.59
2412026-05-23T02:40:03.116Z Compiling serde_spanned v0.6.9
2422026-05-23T02:40:03.116Z Compiling toml_datetime v0.6.11
2432026-05-23T02:40:03.119Z Compiling cargo-platform v0.1.9
2442026-05-23T02:40:03.302Z Compiling cargo_metadata v0.18.1
2452026-05-23T02:40:03.324Z Compiling toml_edit v0.22.27
2462026-05-23T02:40:05.469Z Compiling toml v0.8.23
2472026-05-23T02:40:06.554Z Compiling xtask v0.1.0 (/work/oxidecomputer/thundermuffin/xtask)
2482026-05-23T02:40:07.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s
2492026-05-23T02:40:07.615Z Running `target/debug/xtask package`
2502026-05-23T02:40:10.793ZRemove and make new directories for packaging
2512026-05-23T02:40:10.796ZGet git rev-list count
2522026-05-23T02:40:10.799ZGit rev-list count: 13
2532026-05-23T02:40:10.799ZCopy "/work/oxidecomputer/thundermuffin/target/release/thundermuffin" to "/work/oxidecomputer/thundermuffin/pkg/proto/usr/bin/thundermuffin"
2542026-05-23T02:40:10.802Zcreating package version: "0.1.0.13"
2552026-05-23T02:40:10.802ZCreated /work/oxidecomputer/thundermuffin/pkg/thundermuffin.base.p5m
2562026-05-23T02:40:10.802Zgenerating dependency list...
2572026-05-23T02:40:12.414Zresolving dependencies against system packages...
2582026-05-23T02:40:27.788ZSuccessfully created "/work/oxidecomputer/thundermuffin/pkg/thundermuffin.final.p5m"
2592026-05-23T02:40:27.788Z----- manifest: ---------------------------
2602026-05-23T02:40:28.377Zset name=pkg.fmri value=pkg://helios-dev/network/thundermuffin@0.1.0.13
2612026-05-23T02:40:28.377Zset name=pkg.summary value="thundermuffin: a network throughput testing tool"
2622026-05-23T02:40:28.377Zset name=info.classification \
2632026-05-23T02:40:28.377Z value=org.opensolaris.category.2008:Network/Application
2642026-05-23T02:40:28.377Zset name=variant.arch value=i386
2652026-05-23T02:40:28.377Zset name=variant.opensolaris.zone value=global value=nonglobal
2662026-05-23T02:40:28.377Zfile path=usr/bin/thundermuffin owner=root group=bin mode=0755
2672026-05-23T02:40:28.377Zdepend type=require fmri=pkg:/system/library/gcc-runtime@13-2.0
2682026-05-23T02:40:28.377Zdepend type=require fmri=pkg:/system/library@0.5.11-2.0.22451
2692026-05-23T02:40:28.405Z-------------------------------------------
2702026-05-23T02:40:31.167Zpkg://helios-dev/network/thundermuffin@0.1.0.13,5.11:20260523T024030Z
2712026-05-23T02:40:31.167ZPUBLISHED
2722026-05-23T02:40:31.940ZRetrieving packages for publisher helios-dev ...
2732026-05-23T02:40:31.944ZRetrieving catalog 'helios-dev' ... Done
2742026-05-23T02:40:31.946ZRetrieving and evaluating 1 package(s)...
2752026-05-23T02:40:31.946ZFetching manifests: 1/1 100% complete
2762026-05-23T02:40:31.946ZFetching manifests: 1/1 100% complete
2772026-05-23T02:40:31.946Z
2782026-05-23T02:40:31.946ZArchiving packages ...
2792026-05-23T02:40:31.946Z Packages to add: 1
2802026-05-23T02:40:31.946Z Files to retrieve: 1
2812026-05-23T02:40:31.946ZEstimated transfer size: 1018.31 kB
2822026-05-23T02:40:31.947Z
2832026-05-23T02:40:31.947ZPackages to archive:
2842026-05-23T02:40:31.947Znetwork/thundermuffin@0.1.0.13,5.11:20260523T024030Z
2852026-05-23T02:40:31.947Z
2862026-05-23T02:40:31.947ZDownload: 0/1 items 0.0/1.0MB 0% complete
2872026-05-23T02:40:31.950ZDownload: Completed 1018.31 kB in 0.00 seconds (261M/s)
2882026-05-23T02:40:31.952ZArchiving: 1/10 items 0.0/1.0MB 0% complete
2892026-05-23T02:40:31.952ZArchiving: Completed 1.01 MB in 0.00 seconds
2902026-05-23T02:40:32.001Z+ banner copy
2912026-05-23T02:40:32.004Z
2922026-05-23T02:40:32.004Z #### #### ##### # #
2932026-05-23T02:40:32.004Z # # # # # # # #
2942026-05-23T02:40:32.004Z # # # # # #
2952026-05-23T02:40:32.004Z # # # ##### #
2962026-05-23T02:40:32.004Z # # # # # #
2972026-05-23T02:40:32.004Z #### #### # #
2982026-05-23T02:40:32.004Z
2992026-05-23T02:40:32.004Z+ pfexec mkdir -p /out
3002026-05-23T02:40:32.007Z+ pfexec chown 12345 /out
3012026-05-23T02:40:32.009Z+ PKG_NAME=/out/thundermuffin.p5p
3022026-05-23T02:40:32.009Z+ mv pkg/packages/repo/thundermuffin-0.1.0.13.p5p /out/thundermuffin.p5p
3032026-05-23T02:40:32.013Z+ sha256sum /out/thundermuffin.p5p
3042026-05-23T02:40:32.020Zprocess exited: duration 52708 ms, exit code 0
 
3052026-05-23T02:40:32.030Zfound 2 output files
3062026-05-23T02:40:32.030Zuploading: /out/thundermuffin.p5p (1064960 bytes)
3072026-05-23T02:40:33.465Zuploaded: /out/thundermuffin.p5p
3082026-05-23T02:40:33.469Zuploading: /out/thundermuffin.p5p.sha256 (89 bytes)
3092026-05-23T02:40:34.067Zuploaded: /out/thundermuffin.p5p.sha256