Skip to content
Failed

Console Output

Started by user admin
Running as SYSTEM
Building remotely on lina-server in workspace /home/swadmin/jenkins/workspace/prolinux-2-mobile-dev-arm64
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/swadmin/jenkins/workspace/prolinux-2-mobile-dev-arm64/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/Sineware/prolinux-2.git # timeout=10
Fetching upstream changes from https://github.com/Sineware/prolinux-2.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/Sineware/prolinux-2.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 328fc9af7bb04ccacc6c07dbdd6484a0d6ff2099 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 328fc9af7bb04ccacc6c07dbdd6484a0d6ff2099 # timeout=10
Commit message: "fix newline"
 > git rev-list --no-walk 328fc9af7bb04ccacc6c07dbdd6484a0d6ff2099 # timeout=10
[prolinux-2-mobile-dev-arm64] $ /bin/bash /tmp/jenkins15555908834137713424.sh

added 48 packages, and audited 49 packages in 916ms

2 packages are looking for funding
  run `npm fund` for details

1 moderate severity vulnerability

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

> prolinux-2@1.0.0 build
> ts-node src/index.ts

Starting ProLinux build on 11/17/2023, 8:09:39 AM
Build dirs: /home/swadmin/jenkins/workspace/prolinux-2-mobile-dev-arm64/build, /home/swadmin/jenkins/workspace/prolinux-2-mobile-dev-arm64/build/rootfs, /home/swadmin/jenkins/workspace/prolinux-2-mobile-dev-arm64/distro-files
Platform arch: arm64
Target device: pine64-pinephone,pine64-pinephonepro,pine64-pinebookpro,xiaomi-beryllium:tianma,oneplus-enchilada, variant: mobile, channel: dev
/home/swadmin/jenkins/workspace/prolinux-2-mobile-dev-arm64/node_modules/axios/lib/adapters/http.js:614
        reject(new AxiosError(
               ^
AxiosError: timeout of 5000ms exceeded
    at RedirectableRequest.handleRequestTimeout (/home/swadmin/jenkins/workspace/prolinux-2-mobile-dev-arm64/node_modules/axios/lib/adapters/http.js:614:16)
    at RedirectableRequest.emit (node:events:513:28)
    at RedirectableRequest.emit (node:domain:489:12)
    at Timeout.<anonymous> (/home/swadmin/jenkins/workspace/prolinux-2-mobile-dev-arm64/node_modules/follow-redirects/index.js:169:12)
    at listOnTimeout (node:internal/timers:573:17)
    at processTimers (node:internal/timers:514:7) {
  code: 'ECONNABORTED',
  config: {
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    adapter: [ 'xhr', 'http' ],
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 5000,
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    env: { FormData: [Function], Blob: [class Blob] },
    validateStatus: [Function: validateStatus],
    headers: AxiosHeaders {
      Accept: 'application/json, text/plain, */*',
      'User-Agent': 'axios/1.3.4',
      'Accept-Encoding': 'gzip, compress, deflate, br'
    },
    method: 'get',
    url: 'https://update.sineware.ca/updates/prolinux/mobile/dev',
    data: undefined
  },
  request: <ref *1> Writable {
    _writableState: WritableState {
      objectMode: false,
      highWaterMark: 16384,
      finalCalled: false,
      needDrain: false,
      ending: false,
      ended: false,
      finished: false,
      destroyed: false,
      decodeStrings: true,
      defaultEncoding: 'utf8',
      length: 0,
      writing: false,
      corked: 0,
      sync: true,
      bufferProcessing: false,
      onwrite: [Function: bound onwrite],
      writecb: null,
      writelen: 0,
      afterWriteTickInfo: null,
      buffered: [],
      bufferedIndex: 0,
      allBuffers: true,
      allNoop: true,
      pendingcb: 0,
      constructed: true,
      prefinished: false,
      errorEmitted: false,
      emitClose: true,
      autoDestroy: true,
      errored: null,
      closed: false,
      closeEmitted: false,
      [Symbol(kOnFinished)]: []
    },
    _events: [Object: null prototype] {
      response: [Function: handleResponse],
      error: [Function: handleRequestError],
      socket: [Array]
    },
    _eventsCount: 3,
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: Infinity,
      protocol: 'https:',
      path: '/updates/prolinux/mobile/dev',
      method: 'GET',
      headers: [Object: null prototype],
      agents: [Object],
      auth: undefined,
      beforeRedirect: [Function: dispatchBeforeRedirect],
      beforeRedirects: [Object],
      hostname: 'update.sineware.ca',
      port: '',
      agent: undefined,
      nativeProtocols: [Object],
      pathname: '/updates/prolinux/mobile/dev'
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 0,
    _requestBodyBuffers: [],
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      strictContentLength: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [TLSSocket],
      _header: 'GET /updates/prolinux/mobile/dev HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'User-Agent: axios/1.3.4\r\n' +
        'Accept-Encoding: gzip, compress, deflate, br\r\n' +
        'Host: update.sineware.ca\r\n' +
        'Connection: keep-alive\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      joinDuplicateHeaders: undefined,
      path: '/updates/prolinux/mobile/dev',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: [Function: emitRequestTimeout],
      upgradeOrConnect: false,
      parser: [HTTPParser],
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'update.sineware.ca',
      protocol: 'https:',
      _redirectable: [Circular *1],
      [Symbol(kCapture)]: false,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype],
      [Symbol(errored)]: null,
      [Symbol(kHighWaterMark)]: 16384,
      [Symbol(kUniqueHeaders)]: null
    },
    _currentUrl: 'https://update.sineware.ca/updates/prolinux/mobile/dev',
    _timeout: null,
    [Symbol(kCapture)]: false
  }
}

real	0m5.975s
user	0m1.460s
sys	0m0.317s
Build step 'Execute shell' marked build as failure
Finished: FAILURE