-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Tried to build for an artik 710 and got errors:
[Info] Dashboard link: https://dashboard.resin.io/apps/1142952/devices
[Info] Building on arm03
[Info] Pulling previous images for caching purposes...
[Success] Successfully pulled cache images
[proxy] Step 1/2 : FROM arm64v8/haproxy:1.8.0-alpine
[frontend] Step 1/10 : FROM resin/artik710-node:7-slim
[data] Step 1/6 : FROM resin/artik710-node:7-slim
[proxy] ---> 1e8513617fd1
[proxy] Step 2/2 : COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
[proxy] ---> 75e0a15fe51d
[proxy] Removing intermediate container a88dbda49857
[proxy] Successfully built 75e0a15fe51d
[frontend] ---> 2da0662d7d50
[frontend] Step 2/10 : WORKDIR /usr/src/app
[data] ---> 2da0662d7d50
[data] Step 2/6 : WORKDIR /usr/src/app
[data] ---> b451c09622b7
[data] Removing intermediate container c9132c46af25
[data] Step 3/6 : COPY package.json package.json
[frontend] ---> dffb1399168a
[frontend] Removing intermediate container 1785546a6e66
[frontend] Step 3/10 : RUN apt-get update && apt-get install -yq wget && apt-get clean && rm -rf /var/lib/apt/lists/*
[frontend] ---> Running in 6543c5305794
[data] ---> e948789465cc
[data] Removing intermediate container 6dc6b9c5adc1
[data] Step 4/6 : RUN JOBS=MAX npm install --production
[data] ---> Running in c27b618eb56d
[frontend] Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
[frontend] Ign http://deb.debian.org jessie InRelease
[frontend] Get:2 http://deb.debian.org jessie-updates InRelease [145 kB]
[frontend] Get:3 http://deb.debian.org jessie Release.gpg [2420 B]
[frontend] Get:4 http://deb.debian.org jessie Release [148 kB]
[frontend] Get:5 http://deb.debian.org jessie-updates/main arm64 Packages [22.8 kB]
[data] resin-websocket@1.0.1 /usr/src/app
[data] ├─┬ express@4.16.3
[data] │ ├─┬ accepts@1.3.5
[data] │ │ ├─┬ mime-types@2.1.18
[data] │ │ │ └── mime-db@1.33.0
[data] │ │ └── negotiator@0.6.1
[data] │ ├── array-flatten@1.1.1
[data] │ ├─┬ body-parser@1.18.2
[data] │ │ ├── bytes@3.0.0
[data] │ │ ├─┬ http-errors@1.6.3
[data] │ │ │ └── inherits@2.0.3
[data] │ │ ├── iconv-lite@0.4.19
[data] │ │ └─┬ raw-body@2.3.2
[data] │ │ └─┬ http-errors@1.6.2
[data] │ │ ├── depd@1.1.1
[data] │ │ └── setprototypeof@1.0.3
[data] │ ├── content-disposition@0.5.2
[data] │ ├── content-type@1.0.4
[data] │ ├── cookie@0.3.1
[data] │ ├── cookie-signature@1.0.6
[data] │ ├─┬ debug@2.6.9
[data] │ │ └── ms@2.0.0
[data] │ ├── depd@1.1.2
[data] │ ├── encodeurl@1.0.2
[data] │ ├── escape-html@1.0.3
[data] │ ├── etag@1.8.1
[data] │ ├─┬ finalhandler@1.1.1
[data] │ │ └── unpipe@1.0.0
[data] │ ├── fresh@0.5.2
[data] │ ├── merge-descriptors@1.0.1
[data] │ ├── methods@1.1.2
[data] │ ├─┬ on-finished@2.3.0
[data] │ │ └── ee-first@1.1.1
[data] │ ├── parseurl@1.3.2
[data] │ ├── path-to-regexp@0.1.7
[data] │ ├─┬ proxy-addr@2.0.3
[data] │ │ ├── forwarded@0.1.2
[data] │ │ └── ipaddr.js@1.6.0
[data] │ ├── qs@6.5.1
[data] │ ├── range-parser@1.2.0
[data] │ ├── safe-buffer@5.1.1
[data] │ ├─┬ send@0.16.2
[data] │ │ ├── destroy@1.0.4
[data] │ │ └── mime@1.4.1
[data] │ ├── serve-static@1.13.2
[data] │ ├── setprototypeof@1.1.0
[data] │ ├── statuses@1.4.0
[data] │ ├─┬ type-is@1.6.16
[data] │ │ └── media-typer@0.3.0
[data] │ ├── utils-merge@1.0.1
[data] │ └── vary@1.1.2
[data] └─┬ socket.io@2.1.1
[data] ├── debug@3.1.0
[data] ├─┬ engine.io@3.2.0
[data] │ ├── base64id@1.0.0
[data] │ ├── debug@3.1.0
[data] │ ├─┬ engine.io-parser@2.1.2
[data] │ │ ├── after@0.8.2
[data] │ │ ├── arraybuffer.slice@0.0.7
[data] │ │ └── blob@0.0.4
[data] │ └─┬ ws@3.3.3
[data] │ ├── async-limiter@1.0.0
[data] │ └── ultron@1.1.1
[data] ├─┬ has-binary2@1.0.3
[data] │ └── isarray@2.0.1
[data] ├── socket.io-adapter@1.1.1
[data] ├─┬ socket.io-client@2.1.1
[data] │ ├── backo2@1.0.2
[data] │ ├── base64-arraybuffer@0.1.5
[data] │ ├── component-bind@1.0.0
[data] │ ├── component-emitter@1.2.1
[data] │ ├── debug@3.1.0
[data] │ ├─┬ engine.io-client@3.2.1
[data] │ │ ├── component-inherit@0.0.3
[data] │ │ ├── debug@3.1.0
[data] │ │ ├── xmlhttprequest-ssl@1.5.5
[data] │ │ └── yeast@0.1.2
[data] │ ├── has-cors@1.1.0
[data] │ ├── indexof@0.0.1
[data] │ ├── object-component@0.0.3
[data] │ ├─┬ parseqs@0.0.5
[data] │ │ └─┬ better-assert@1.0.2
[data] │ │ └── callsite@1.0.0
[data] │ ├── parseuri@0.0.5
[data] │ └── to-array@0.1.4
[data] └─┬ socket.io-parser@3.2.0
[data] └── debug@3.1.0
[frontend] Get:6 http://deb.debian.org jessie/main arm64 Packages [8593 kB]
[data] ---> 4f6919587a7d
[data] Removing intermediate container c27b618eb56d
[data] Step 5/6 : COPY . ./
[frontend] Fetched 8957 kB in 6s (1420 kB/s)
[frontend] W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/InRelease Unable to find expected entry 'main/binary-arm64/Packages' in Release file (Wrong sources.list entry or malformed file)
[frontend] E: Some index files failed to download. They have been ignored, or old ones used instead.
[frontend]
[data] ---> a6983da6e6e5
[data] Removing intermediate container deced0e266e1
[data] Step 6/6 : CMD npm start
[data] ---> Running in 43be0770f7d0
[data] ---> 04479680b266
[data] Removing intermediate container 43be0770f7d0
[data] Successfully built 04479680b266
[frontend] Removing intermediate container 6543c5305794
[frontend] The command '/bin/sh -c apt-get update && apt-get install -yq wget && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
[Info] Uploading images
[Success] Successfully uploaded images
[Error] Some services failed to build:
[Error] Service: frontend
[Error] Error: The command '/bin/sh -c apt-get update && apt-get install -yq wget && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
[Error] Not deploying release.
remote: error: hook declined to update refs/heads/master
To git.resin.io:gh_aj_ptw/thing.git
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'gh_aj_ptw@git.resin.io:gh_aj_ptw/thing.git'Metadata
Metadata
Assignees
Labels
No labels