Builder apm821xx/nand Build #350
Results:
Build successful
SourceStamp:
Repository | git@git.lede-project.org:source.git |
Branch | lede-17.01 |
Revision | 128366e1a881b5a9dab4f454a7cf1c45e72a34f1 |
Got Revision | 128366e1a881b5a9dab4f454a7cf1c45e72a34f1 |
Changes | 2 changes |
BuildSlave:
lede-17.01-phase1Reason:
The SingleBranchScheduler scheduler named 'all' triggered this build
Steps and Logfiles:
-
nproc property 'nproc' set ( 0 secs )
-
tools/clean User-requested "make tools/clean" skipped ( 0 secs )
- - no logs -
-
toolchain/clean User-requested "make toolchain/clean" skipped ( 0 secs )
- - no logs -
-
target/linux/clean User-requested "make target/linux/clean" skipped ( 0 secs )
- - no logs -
-
dirclean User-requested "make dirclean" skipped ( 0 secs )
- - no logs -
-
distclean User-requested "make distclean" skipped ( 0 secs )
- - no logs -
-
switchbranch Checking out Git branch ( 7 secs )
-
git update ( 0 secs )
-
fetchrefs Fetching Git remote refs ( 0 secs )
-
fetchtag Fetching Git tags skipped ( 0 secs )
- - no logs -
-
switchtag Checking out Git tag skipped ( 0 secs )
- - no logs -
-
rmtmp Remove tmp folder ( 0 secs )
-
rmfeedlinks Remove feed symlinks ( 0 secs )
-
updatefeeds Updating feeds ( 1 mins, 9 secs )
-
installfeeds Installing feeds ( 4 secs )
-
download downloading to .config ( 0 secs )
- - no logs -
-
newconfig Seeding .config ( 0 secs )
-
delbin Removing output directory ( 0 secs )
-
defconfig Populating .config ( 9 secs )
-
checkarch Checking architecture ( 0 secs )
-
libc property 'libc' set ( 0 secs )
-
download_1 downloading to ccache.sh ( 0 secs )
- - no logs -
-
prepccache Preparing ccache ( 3 secs )
-
download_2 downloading to key-build ( 0 secs )
- - no logs -
-
download_3 downloading to key-build.pub ( 0 secs )
- - no logs -
-
dldir Preparing dl/ ( 0 secs )
-
dltar Building GNU tar ( 6 secs )
-
dlrun Populating dl/ ( 17 secs )
-
cleanbase Cleaning base-files ( 5 secs )
-
tools Building tools ( 11 secs )
-
toolchain Building toolchain ( 5 secs )
-
kmods Building kmods ( 58 secs )
-
pkgclean Cleaning up package build ( 10 secs )
-
pkgbuild Building packages ( 4 mins, 17 secs )
-
pkginstall Installing packages ( 13 secs )
-
pkgindex Indexing packages ( 8 secs )
-
images Building images ( 3 mins, 39 secs )
-
diffconfig Generating config.seed ( 5 secs )
-
checksums Calculating checksums ( 4 secs )
-
signprepare Ran ( 0 secs )
-
signpack Packing files to sign ( 0 secs )
-
upload uploading sign.tar.gz ( 0 secs )
- - no logs -
-
signfiles Ran ( 0 secs )
-
download_4 downloading to sign.tar.gz ( 0 secs )
- - no logs -
-
signunpack Unpacking signed files ( 0 secs )
-
dirprepare Preparing upload directory structure ( 0 secs )
-
linkprepare Preparing repository symlink ( 0 secs )
-
dirupload Uploading directory structure ( 0 secs )
-
targetupload Uploading target files ( 5 secs )
-
sourceupload Uploading source archives ( 1 mins, 0 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | lede-17.01 | Build |
builddir | /build/lede-17.01/slaves/phase1/apm821xx_nand | slave |
buildername | apm821xx/nand | Builder |
buildnumber | 350 | Build |
codebase | Build | |
got_revision | 128366e1a881b5a9dab4f454a7cf1c45e72a34f1 | Git |
libc | SetPropertyFromCommand Step | |
nproc | 8 | SetPropertyFromCommand Step |
project | Build | |
repository | git@git.lede-project.org:source.git | Build |
revision | 128366e1a881b5a9dab4f454a7cf1c45e72a34f1 | Build |
scheduler | all | Scheduler |
slavename | lede-17.01-phase1 | BuildSlave |
workdir | /build/lede-17.01/slaves/phase1/apm821xx_nand | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Jo-Philipp Wichjo@mein.io
Timing:
Start | Wed Aug 7 06:09:14 2019 |
End | Wed Aug 7 06:22:24 2019 |
Elapsed | 13 mins, 9 secs |
All Changes:
:
Change #1046
Category None Changed by Jo-Philipp Wich <jo @mein.io>Changed at Tue 06 Aug 2019 19:00:53 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision 0b8ca9c27532935f8ef4ac041c0d95fe890e8fe7 Comments
usign: update to latest Git HEAD This update fixes usign signature verification on files with certain file sizes triggering a bug in the shipped SHA-512 implementation. 5a52b37 sha512: fix bad hardcoded constant in sha512_final() 3e6648b README: replace unicode character 716c3f2 README: add reference to OpenBSD signify 86d3668 README: provide reference for ed25519 algorithm 939ec35 usign: main.c: describe necessary arguments for -G Ref: https://forum.openwrt.org/t/signature-check-failed/41945 Signed-off-by: Jo-Philipp Wich <jo@mein.io> (backported from commit 991dd5a89340367920315a3fd0390a7423e6b34a)
Changed files
- package/system/usign/Makefile
Change #1047
Category None Changed by Jo-Philipp Wich <jo @mein.io>Changed at Wed 07 Aug 2019 05:25:11 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision 128366e1a881b5a9dab4f454a7cf1c45e72a34f1 Comments
packages: apply usign padding workarounds to package indexes if needed Since usign miscalculates SHA-512 digests for input sizes of exactly 64 + N * 128 + 110 or 64 + N * 128 + 111 bytes, we need to apply some white space padding to avoid triggering the hashing edge case. While usign itself has been fixed already, there is still many firmwares in the wild which use broken usign versions to verify current package indexes so we'll need to carry this workaround in the forseeable future. Ref: https://forum.openwrt.org/t/signature-check-failed/41945 Ref: https://git.openwrt.org/5a52b379902471cef495687547c7b568142f66d2 Signed-off-by: Jo-Philipp Wich <jo@mein.io> (backported from commit e1f588e446c7ceb696b644b37aeab9b3476e2a57)
Changed files
- package/Makefile