Builder gemini/wiligear Build #313
Results:
Build successful
SourceStamp:
Repository | git@git.lede-project.org:source.git |
Branch | lede-17.01 |
Revision | e84f289a02b1dbfbda77b5b3ab4dfea94505a5b6 |
Got Revision | e84f289a02b1dbfbda77b5b3ab4dfea94505a5b6 |
Changes | 4 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 ( 11 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 ( 16 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/ ( 15 secs )
-
cleanbase Cleaning base-files ( 4 secs )
-
tools Building tools ( 14 secs )
-
toolchain Building toolchain ( 4 secs )
-
kmods Building kmods ( 40 secs )
-
pkgclean Cleaning up package build ( 5 secs )
-
pkgbuild Building packages ( 4 mins, 55 secs )
-
pkginstall Installing packages ( 9 secs )
-
pkgindex Indexing packages ( 8 secs )
-
images Building images ( 4 mins, 16 secs )
-
diffconfig Generating config.seed ( 5 secs )
-
checksums Calculating checksums ( 5 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 ( 31 secs )
-
sourceupload Uploading source archives ( 41 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | lede-17.01 | Build |
builddir | /build/lede-17.01/slaves/phase1/gemini_wiligear | slave |
buildername | gemini/wiligear | Builder |
buildnumber | 313 | Build |
codebase | Build | |
got_revision | e84f289a02b1dbfbda77b5b3ab4dfea94505a5b6 | Git |
libc | SetPropertyFromCommand Step | |
nproc | 8 | SetPropertyFromCommand Step |
project | Build | |
repository | git@git.lede-project.org:source.git | Build |
revision | e84f289a02b1dbfbda77b5b3ab4dfea94505a5b6 | Build |
scheduler | all | Scheduler |
slavename | lede-17.01-phase1 | BuildSlave |
workdir | /build/lede-17.01/slaves/phase1/gemini_wiligear | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Jo-Philipp Wichjo@mein.io
- Karl Vogelkarl.vogel@gmail.com
- Tony Ambardaritugrok@yahoo.com
Timing:
Start | Thu Nov 29 19:11:28 2018 |
End | Thu Nov 29 19:24:43 2018 |
Elapsed | 13 mins, 14 secs |
All Changes:
:
Change #998
Category None Changed by Karl Vogel <karl.vogel @gmail.com>Changed at Thu 29 Nov 2018 10:37:04 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision ecf104c023b82a364e8e41b4e26312a8601cffc6 Comments
sdk: find kernel modules when KDIR is a symlink The find statement would not return any results if the KDIR_BASE pointed to a symlink. Ran into this issue due to a custom Kernel/Prepare that was installing a symlink to the kernel directory. The extra slash at the end fixes this scenario and does no harm for targets that have a proper KDIR. Signed-off-by: Karl Vogel <karl.vogel@gmail.com> (cherry picked from commit ae980458abf8299d614f4b34add32e18d054378d)
Changed files
- target/sdk/Makefile
Change #999
Category None Changed by Tony Ambardar <itugrok @yahoo.com>Changed at Thu 29 Nov 2018 10:54:46 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision e42415723bbc49b1d0bd3659915bb463bae066f0 Comments
base-files: fix prerm return value, align with postinst code The return value of a package prerm script is discarded and not returned correctly by default_prerm(). This allows other operations like service shutdown to "leak" their return value, prompting workarounds like commit 48cfc826 which do not address the root cause. Preserve a package prerm script return value for use by default_prerm(), sharing the corresponding code from default_postinst() for consistency. Also use consistent code for handling of /etc/init.d/ scripts. Run Tested on: LEDE 17.01.4 running ar71xx. Signed-off-by: Tony Ambardar <itugrok@yahoo.com> (cherry picked from commit 8806da86f5da3b1b1e4d24259d168e2219c01a26)
Changed files
- package/base-files/files/lib/functions.sh
Change #1000
Category None Changed by Jo-Philipp Wich <jo @mein.io>Changed at Thu 29 Nov 2018 11:07:51 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision 89ed2d6f782fe7fc31deb25724764bc413c7e23f Comments
rules.mk: add INSTALL_SUID macro This is useful for packages that want to stage SUID executables. Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit b0261ee5e9bcbc743960727b5aad1829250d1add)
Changed files
- rules.mk
Change #1001
Category None Changed by Jo-Philipp Wich <jo @mein.io>Changed at Thu 29 Nov 2018 11:35:16 Repository git@git.lede-project.org:source.git Branch lede-17.01 Revision e84f289a02b1dbfbda77b5b3ab4dfea94505a5b6 Comments
rules.mk: fix syntax error Fix broken assignment operator added in a previous commit. Fixes db73ec9f51 ("rules.mk: add INSTALL_SUID macro") Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 1416b63dcbadbb5c11c2591b4513f5276b6dc744)
Changed files
- rules.mk