Builder aarch64_cortex-a72 Build #546
Results:
Build successful
SourceStamp:
Repository | https://git.openwrt.org/feed/routing.git |
Branch | master |
Revision | bb95bffc16e322112e7df59b38a4d98cd6c842c7 |
Changes | 1 change |
BuildSlave:
fsf-dock-06Reason:
The SingleBranchScheduler scheduler named 'all' triggered this build
Steps and Logfiles:
-
sharedwd Setting up shared work directory ( 0 secs )
- - no logs -
-
nproc property 'nproc' set ( 0 secs )
- - no logs -
-
download downloading to cleanup.sh ( 0 secs )
- - no logs -
-
cleanold Cleaning previous builds ( 1 mins, 18 secs )
- - no logs -
-
cleanup Cleaning work area ( 0 secs )
- - no logs -
-
mksdkdir Preparing SDK directory ( 0 secs )
- - no logs -
-
downloadsdk Downloading SDK archive ( 12 secs )
- - no logs -
-
unpacksdk Unpacking SDK archive ( 19 secs )
- - no logs -
-
updatesdk Updating SDK ( 8 secs )
- - no logs -
-
cleancmdlinks Sanitizing host command symlinks ( 0 secs )
- - no logs -
-
writeversionmk downloading to getversion.mk ( 0 secs )
- - no logs -
-
getversion property 'release_version' set ( 0 secs )
- - no logs -
-
dlkeybuildpub downloading to key-build.pub ( 0 secs )
- - no logs -
-
dlkeybuild downloading to key-build ( 0 secs )
- - no logs -
-
dlkeybuilducert downloading to key-build.ucert ( 0 secs )
- - no logs -
-
mkdldir Preparing download directory ( 0 secs )
- - no logs -
-
mkconf Preparing SDK configuration ( 6 secs )
- - no logs -
-
download_1 downloading to ccache.sh ( 0 secs )
- - no logs -
-
prepccache Preparing ccache ( 0 secs )
- - no logs -
-
patchfeedsconfgitfull Patching feeds.conf to use src-git-full ( 0 secs )
- - no logs -
-
updatefeeds Updating feeds ( 14 mins, 52 secs )
- - no logs -
-
installfeeds Installing feeds ( 10 secs )
- - no logs -
-
logclear Clearing failure logs ( 0 secs )
- - no logs -
-
compile Building packages ( 6 hrs, 44 mins, 40 secs )
- - no logs -
-
mkfeedsconf Generating pinned feeds.conf ( 0 secs )
- - no logs -
-
signprepare Ran ( 0 secs )
- - no logs -
-
signpack Packing files to sign ( 0 secs )
- - no logs -
-
upload uploading sign.tar.gz ( 9 secs )
- - no logs -
-
signfiles Ran ( 2 secs )
- - no logs -
-
download_2 downloading to sign.tar.gz ( 9 secs )
- - no logs -
-
signunpack Unpacking signed files ( 0 secs )
- - no logs -
-
uploadprepare Preparing package directory ( 3 secs )
- - no logs -
-
packageupload Uploading package files ( 29 mins, 7 secs )
- - no logs -
-
logprepare Preparing log directory ( 2 secs )
- - no logs -
-
logfind Finding failure logs ( 0 secs )
- - no logs -
-
logcollect Collecting failure logs ( 0 secs )
- - no logs -
-
logupload Uploading failure logs ( 2 secs )
- - no logs -
-
sourcelist Finding source archives to upload ( 0 secs )
- - no logs -
-
sourceupload Uploading source archives ( 3 secs )
- - no logs -
-
df Reporting disk usage ( 0 secs )
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /builder/aarch64_cortex-a72 | slave |
buildername | aarch64_cortex-a72 | Builder |
buildnumber | 546 | Build |
codebase | Build | |
nproc | 8 | SetPropertyFromCommand Step |
project | Build | |
release_version | SNAPSHOT | SetPropertyFromCommand Step |
repository | https://git.openwrt.org/feed/routing.git | Build |
revision | bb95bffc16e322112e7df59b38a4d98cd6c842c7 | Build |
scheduler | all | Scheduler |
shared_wd | True | BuildSlave |
slavename | fsf-dock-06 | BuildSlave |
workdir | /builder/aarch64_cortex-a72 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Rob Whiterob@blue-wave.net
Timing:
Start | Wed Jan 13 07:50:42 2021 |
End | Wed Jan 13 15:22:23 2021 |
Elapsed | 7 hrs, 31 mins, 41 secs |
All Changes:
:
Change #16132
Category None Changed by Rob White <rob @blue-wave.net>Changed at Mon 11 Jan 2021 14:10:33 Repository https://git.openwrt.org/feed/routing.git Branch master Revision bb95bffc16e322112e7df59b38a4d98cd6c842c7 Comments
opennds: Release 8.0.0 This version introduces major new functionality and some major changes * Rationalisation of support for multiple Linux distributions [bluewavenet] * Refactor login.sh script introducing base64 encoding and hashed token (hid) support [bluewavenet] * Refactor fas-hid script introducing base64 encoding and simplifying customisation of the script [bluewavenet] * Refactor binauth_log.sh and log BinAuth custom data as url encoded [bluewavenet] * Refactor fas-aes, simplifying customisation of the script [bluewavenet] * Refactor fas-aes-https, simplifying customisation of the script [bluewavenet] * Change - Use hid instead of tok when fas_secure_enabled >= 1 [bluewavenet] * Add - base64 encoding to fas_secure_enabled level 1 [bluewavenet] * Add - gatewyname, clientif, session_start, session_end and last_active to ndsctl json [bluewavenet] * Add - support for RFC6585 Status Code 511 - Network Authentication Required [bluewavenet] * Add - Client Status Page UI with Logout [bluewavenet] * Add - GatewayFQDN option [bluewavenet] * Add - client interface to status page query string [bluewavenet] * Add - support using base 64 encoded custom string for BinAuth and replace tok with hid [bluewavenet] * Add - base 64 decode option to ndsctl [bluewavenet] * Add - b64 encoding of querystring for level 1 [bluewavenet] * Add - Improved performance/user-experience on congested/slow systems using php FAS scripts [bluewavenet] * Add - support for ndsctl auth by hid in client_list [bluewavenet] * Add - Ensure faskey is set to default value (always enabled) [bluewavenet] * Add - Display error page on login failure in login.sh [bluewavenet] * Add - splash.html, add deprecation notice [bluewavenet] * Add - authmon, improved lock checking and introduce smaller loopinterval [bluewavenet] * Add - client_params, wait for ndsctl if it is busy [bluewavenet] * Add - fas-aes-https, allow progressive output to improve user experience on slow links [bluewavenet] * Fix - Block access to /opennds_preauth/ if PreAuth not enabled [bluewavenet] * Fix - On startup, call iptables_fw_destroy before doing any other setup [bluewavenet] * Fix - missing final redirect to originurl in fas-hid [bluewavenet] * Fix - ensure gatewayname is always urlencoded [bluewavenet] * Fix - client session end not set by binauth [bluewavenet] * Fix - Session timeout, if client setting is 0, default to global value [bluewavenet] * Fix - missing trailing separator on query and fix some compiler errors [bluewavenet] * Fix - ensure authmon daemon is killed if left running from previous crash [bluewavenet] * Fix - add missing query separator for custom FAS parameters [bluewavenet] * Fix - ndsctl auth, do not set quotas if client is already authenticated [bluewavenet] * Fix - client_params, show "Unlimited" when "null" is received from ndsctl json [bluewavenet] * Update configuration files [bluewavenet] * update documentation [bluewavenet] Signed-off-by: Rob White <rob@blue-wave.net>
Changed files
- opennds/Makefile