wercker - Docker + WerckerCi: Tag not found -


error: 2945b19971bcc3626a0b96ee0edec5da16db05db not found in repository onitsoft/nexchange"

from wercker run:

export wercker_step_root="/pipeline/script-f4758b11-fd79-4526-8b0f-93abac20a880" export wercker_step_id="script-f4758b11-fd79-4526-8b0f-93abac20a880" export wercker_step_owner="wercker" export wercker_step_name="script" export wercker_report_numbers_file="/report/script-f4758b11-fd79-4526-8b0f-93abac20a880/numbers.ini" export wercker_report_message_file="/report/script-f4758b11-fd79-4526-8b0f-93abac20a880/message.txt" export wercker_report_artifacts_dir="/report/script-f4758b11-fd79-4526-8b0f-93abac20a880/artifacts" source "/pipeline/script-f4758b11-fd79-4526-8b0f-93abac20a880/run.sh" < /dev/null warning: permanently added 'nexchange.co.uk,46.101.109.222' (ecdsa) list of known hosts. pseudo-terminal not allocated because stdin not terminal. welcome ubuntu 14.04.4 lts (gnu/linux 3.13.0-85-generic x86_64)   * documentation:  https://help.ubuntu.com/    system information of thu jul 21 10:39:17 edt 2016    system load:  0.02               processes:              79   usage of /:   90.0% of 19.56gb   users logged in:        0   memory usage: 8%                 ip address eth0:    46.101.109.222   swap usage:   0%                 ip address docker0: 172.17.42.1    => / using 90.0% of 19.56gb    graph data , manage system at:     https://landscape.canonical.com/  50 packages can updated. 25 updates security updates.  warning: login credentials saved in /home/wercker/.dockercfg. login succeeded 2945b19971bcc3626a0b96ee0edec5da16db05db: pulling onitsoft/nexchange 5cd2fc295c2d: pulling fs layer 8ebeee85900d: exists 42144437676a: exists 1fce3d4550ae: exists bf1e607c2842: exists 52b692b39533: exists 1be0ba3ef303: exists ae2720c39512: exists 0a0f2ba57426: exists 1f918a6cd980: exists 46d868b19364: exists 92cf95dd3c34: exists a8a1579fd430: exists b8a57c6e765a: exists 39820a3310c1: exists 7da5586e8893: exists 54586b8a57a3: exists 6ba35912dacf: exists ff3863944b81: exists 7364542ca8a1: exists 5cd2fc295c2d: verifying checksum 5cd2fc295c2d: download complete pulling repository onitsoft/nexchange time="2016-07-21t10:39:48-04:00" level=fatal msg="tag 2945b19971bcc3626a0b96ee0edec5da16db05db not found in repository onitsoft/nexchange"  unable find image 'onitsoft/nexchange:2945b19971bcc3626a0b96ee0edec5da16db05db' locally 2945b19971bcc3626a0b96ee0edec5da16db05db: pulling onitsoft/nexchange 5cd2fc295c2d: pulling fs layer 8ebeee85900d: exists 42144437676a: exists 1fce3d4550ae: exists bf1e607c2842: exists 52b692b39533: exists 1be0ba3ef303: exists ae2720c39512: exists 0a0f2ba57426: exists 1f918a6cd980: exists 46d868b19364: exists 92cf95dd3c34: exists a8a1579fd430: exists b8a57c6e765a: exists 39820a3310c1: exists 7da5586e8893: exists 54586b8a57a3: exists 6ba35912dacf: exists ff3863944b81: exists 7364542ca8a1: exists 5cd2fc295c2d: verifying checksum 5cd2fc295c2d: download complete pulling repository onitsoft/nexchange time="2016-07-21t10:40:12-04:00" level=fatal msg="tag 2945b19971bcc3626a0b96ee0edec5da16db05db not found in repository onitsoft/nexchange" 

i checked , turns out it's caused disk full. docker has free space start pulling image cannot finish because disk gets full during process, therefore process fails , not helpfull message returned.

free space on disk solve error, in specific case.


Comments