Builder x86/generic Build #317
Results:
Build successful
SourceStamp:
Repository | git@git.lede-project.org:source.git |
Branch | lede-17.01 |
Revision | 009ecf3149dc0debdc27b67b7193dace4cbf3071 |
Got Revision | 009ecf3149dc0debdc27b67b7193dace4cbf3071 |
Changes | 3 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 ( 5 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 ( 15 secs )
-
installfeeds Installing feeds ( 5 secs )
-
download downloading to .config ( 0 secs )
- - no logs -
-
newconfig Seeding .config ( 0 secs )
-
delbin Removing output directory ( 0 secs )
-
defconfig Populating .config ( 8 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/ ( 14 secs )
-
cleanbase Cleaning base-files ( 4 secs )
-
tools Building tools ( 13 secs )
-
toolchain Building toolchain ( 4 secs )
-
kmods Building kmods ( 38 secs )
-
pkgclean Cleaning up package build ( 4 secs )
-
pkgbuild Building packages ( 2 mins, 18 secs )
-
pkginstall Installing packages ( 11 secs )
-
pkgindex Indexing packages ( 10 secs )
-
images Building images ( 3 mins, 55 secs )
-
diffconfig Generating config.seed ( 4 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 ( 34 secs )
-
sourceupload Uploading source archives ( 4 mins, 25 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | lede-17.01 | Build |
builddir | /build/lede-17.01/slaves/phase1/x86_generic | slave |
buildername | x86/generic | Builder |
buildnumber | 317 | Build |
codebase | Build | |
got_revision | 009ecf3149dc0debdc27b67b7193dace4cbf3071 | Git |
libc | SetPropertyFromCommand Step | |
nproc | 8 | SetPropertyFromCommand Step |
project | Build | |
repository | git@git.lede-project.org:source.git | Build |
revision | 009ecf3149dc0debdc27b67b7193dace4cbf3071 | Build |
scheduler | all | Scheduler |
slavename | lede-17.01-phase1 | BuildSlave |
workdir | /build/lede-17.01/slaves/phase1/x86_generic | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Jo-Philipp Wichjo@mein.io
- Jonas Gorskijonas.gorski@gmail.com
Timing:
Start | Wed Jan 23 02:52:21 2019 |
End | Wed Jan 23 03:06:16 2019 |
Elapsed | 13 mins, 54 secs |
All Changes:
:
Change #1012
Category None Changed by Jonas Gorski <jonas.gorski @gmail.com>Changed at Tue 22 Jan 2019 12:22:49 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision 99e5ba3207280efbf79868c5b0507c8b637bc1e2 Comments
opkg: drop argument from check_signature in opkg.conf check_signature is a bool option and doesn't take any arguments. The presence of the 1 falsely suggests setting it to 0 disables the check, while the option actually needs to be removed or commented out to be disabled. So remove the argument to make it more clear. Fixes: beca028bd6bb ("build: add integration for managing opkg package feed keys") Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> (backported from commit d3bf5ff9bc7b55b2a3dab93853b33a0cd2c4ca47)
Changed files
- package/system/opkg/Makefile
Change #1013
Category None Changed by Jo-Philipp Wich <jo @mein.io>Changed at Tue 22 Jan 2019 12:23:20 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision f0115b50111a1bc332fce4f0b8d073f2d97f791a Comments
opkg: switch source url to git.openwrt.org As LEDE is rebranding to OpenWrt now, adjust the Git source references accordingly. Signed-off-by: Jo-Philipp Wich <jo@mein.io> (backported from commit da95c9aa17814d691a7fed6e8297fb29c5600c27)
Changed files
- package/system/opkg/Makefile
Change #1014
Category None Changed by Jo-Philipp Wich <jo @mein.io>Changed at Tue 22 Jan 2019 12:26:27 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision 009ecf3149dc0debdc27b67b7193dace4cbf3071 Comments
opkg: update to latest Git head d217daf libopkg: fix replacelist parsing and writing 9dd9a07 libopkg: fix segmentation fault when traversing conflicts 34571ba libopkg: consider provided packages in pkg_vec_mark_if_matches() 18740e6 opkg_download: print error when fork() fails e3d7330 libopkg: don't print unresolved dependencies twice 3b417b9 opkg_download: decode file:/ URLs 71c27cb file_util: implement urldecode_path() d1fe095 file_util: consolidate hex/unhex routines ebdfc12 add opkg option http_timeout 9f003e3 opkg: encode archive filenames while constructing download URLs 73e6c81 file_util: implement urlencode_path() helper 468158f libopkg: fix SHA256 calculation for big endian system 4bd8601 pkg_parse: fix segfault when parsing descriptions with leading newlines 52fc006 pkg_alternatives: pass if the desired symlink already exists c668fce opkg: add --no-check-certificate argument 04e279e pkg_alternatives: use ERROR level for symlink failure 546bc72 pkg: alternatives support Signed-off-by: Jo-Philipp Wich <jo@mein.io> (backported from commit 1bd18f2b5cbf1c9c384e9725eff7804decf88c90)
Changed files
- package/system/opkg/Makefile