This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 27 18:12:35 ip-10-0-0-232.ec2.internal sh[26477]: File "/usr/local/lib/python2.7/dist-packages/rest_framework/authentication.py", line 166, in authenticate | |
Jan 27 18:12:35 ip-10-0-0-232.ec2.internal sh[26477]: return self.authenticate_credentials(auth[1]) | |
Jan 27 18:12:35 ip-10-0-0-232.ec2.internal sh[26477]: File "/usr/local/lib/python2.7/dist-packages/rest_framework/authentication.py", line 170, in authenticate_credentials | |
Jan 27 18:12:35 ip-10-0-0-232.ec2.internal sh[26477]: token = self.model.objects.get(key=key) | |
Jan 27 18:12:35 ip-10-0-0-232.ec2.internal sh[26477]: File "/usr/local/lib/python2.7/dist-packages/django/db/models/manager.py", line 151, in get | |
Jan 27 18:12:35 ip-10-0-0-232.ec2.internal sh[26477]: return self.get_queryset().get(*args, **kwargs) | |
Jan 27 18:12:35 ip-10-0-0-232.ec2.internal sh[26477]: File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 304, in get | |
Jan 27 18:12:35 ip-10-0-0-232.ec2.internal sh[26477]: num = len(clone) | |
Jan 27 18:12:35 ip-10-0-0-232.ec2.i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[26477]: INFO bubbly-greenery: build bubbly-greenery-41c2965 created | |
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[26477]: ERROR Internal Server Error: /v1/hooks/build | |
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[26477]: Traceback (most recent call last): | |
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[26477]: File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 112, in get_response | |
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[26477]: response = wrapped_callback(request, *callback_args, **callback_kwargs) | |
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[26477]: File "/usr/local/lib/python2.7/dist-packages/django/views/decorators/csrf.py", line 57, in wrapped_view | |
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[26477]: return view_func(*args, **kwargs) | |
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[26477]: File "/usr/local/lib/python2.7/dist-packages/rest_framework/viewsets.py", line 79, in view | |
Jan 15 19:39:22 ip-10-0-0-232.ec2.internal sh[264 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 06 21:38:50 ip-10-0-0-107.ec2.internal systemd[1]: Failed to set memory.limit_in_bytes on : Invalid argument | |
Jan 06 21:38:50 ip-10-0-0-107.ec2.internal systemd[1]: Failed to reset devices.list on /system.slice: Invalid argument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"leader":"9277df3969c842f191bcca2f14042987","followers":{"159448515d01413c9afae528c7e47428":{"latency":{"current":4.150797,"average":5.575712509016761,"standardDeviation":12.541813836321984,"minimum":0.455292,"maximum":3436.803711},"counts":{"fail":47,"success":7633476}},"a9a7581279d74ebca43f04e6ed5090d3":{"latency":{"current":213.995085,"average":8.503553054788702,"standardDeviation":29.57186724009199,"minimum":0.430568,"maximum":3491.316527},"counts":{"fail":400,"success":7629748}}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 06 21:42:40 ip-10-0-0-107.ec2.internal systemd[1]: Started deis-publisher. | |
Jan 06 21:42:41 ip-10-0-0-107.ec2.internal systemd[1]: deis-publisher.service: main process exited, code=exited, status=1/FAILURE | |
Jan 06 21:42:41 ip-10-0-0-107.ec2.internal systemd[1]: Unit deis-publisher.service entered failed state. | |
Jan 06 21:42:44 ip-10-0-0-107.ec2.internal systemd[1]: deis-router@1.service holdoff time over, scheduling restart. | |
Jan 06 21:42:44 ip-10-0-0-107.ec2.internal systemd[1]: Stopping deis-router... | |
Jan 06 21:42:44 ip-10-0-0-107.ec2.internal systemd[1]: Starting deis-router... | |
Jan 06 21:42:50 ip-10-0-0-107.ec2.internal systemd[1]: deis-router@1.service holdoff time over, scheduling restart. | |
Jan 06 21:43:19 ip-10-0-0-107.ec2.internal systemd-journal[7561]: Runtime journal is using 8.0M (max allowed 375.8M, trying to leave 563.8M free of 3.6G available → current limit 375.8M). | |
Jan 06 21:43:20 ip-10-0-0-107.ec2.internal systemd-journal[7561]: Permanent journal is using 3.9G (max allowed 4.0G, trying to leave |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"log" | |
"net/http" | |
"os" | |
"github.com/googollee/go-socket.io" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oct 22 23:08:26 ip-10-0-0-107.ec2.internal sh[2606]: [error] server.go:1207 Handler for GET /images/{name:.*}/history returned error: No such id: deis/slugrunner | |
Oct 22 23:08:26 ip-10-0-0-107.ec2.internal sh[2606]: [error] server.go:110 HTTP Error: statusCode=404 No such id: deis/slugrunner | |
Oct 22 23:08:28 ip-10-0-0-107.ec2.internal sh[2606]: [info] GET /v1.15/images/deis/slugrunner/history | |
Oct 22 23:08:28 ip-10-0-0-107.ec2.internal sh[2606]: [70846a52] +job history(deis/slugrunner) | |
Oct 22 23:08:28 ip-10-0-0-107.ec2.internal sh[2606]: No such id: deis/slugrunner | |
Oct 22 23:08:28 ip-10-0-0-107.ec2.internal sh[2606]: [70846a52] -job history(deis/slugrunner) = ERR (1) | |
Oct 22 23:08:28 ip-10-0-0-107.ec2.internal sh[2606]: [error] server.go:1207 Handler for GET /images/{name:.*}/history returned error: No such id: deis/slugrunner | |
Oct 22 23:08:28 ip-10-0-0-107.ec2.internal sh[2606]: [error] server.go:110 HTTP Error: statusCode=404 No such id: deis/slugrunner | |
Oct 22 23:08:30 ip-10-0-0-107.ec2.internal sh[2606]: [info] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/deis | |
/deis/logs | |
/deis/logs/host | |
/deis/logs/port | |
/deis/controller | |
/deis/controller/protocol | |
/deis/controller/secretKey | |
/deis/controller/builderKey | |
/deis/controller/registrationEnabled | |
/deis/controller/webEnabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oct 22 21:29:55 ip-10-0-0-18.ec2.internal sh[3767]: builder: waiting for confd to write initial templates... | |
Oct 22 21:29:55 ip-10-0-0-18.ec2.internal systemd[1]: deis-builder.service start-post operation timed out. Stopping. | |
Oct 22 21:29:56 ip-10-0-0-18.ec2.internal sh[3767]: 2014/10/22 21:29:56 Error response from daemon: No such container: 824617feb6ae8fa9e125e4e1d0e5c8f913aa311aac13adbe7c0c29e38dd8dbd1 | |
Oct 22 21:29:56 ip-10-0-0-18.ec2.internal docker[28716]: deis-builder | |
Oct 22 21:29:56 ip-10-0-0-18.ec2.internal systemd[1]: Failed to start deis-builder. | |
Oct 22 21:29:56 ip-10-0-0-18.ec2.internal systemd[1]: Unit deis-builder.service entered failed state. | |
Oct 22 21:30:01 ip-10-0-0-18.ec2.internal systemd[1]: deis-builder.service holdoff time over, scheduling restart. | |
Oct 22 21:30:01 ip-10-0-0-18.ec2.internal systemd[1]: Stopping deis-builder... | |
Oct 22 21:30:01 ip-10-0-0-18.ec2.internal systemd[1]: Starting deis-builder... | |
Oct 22 21:30:01 ip-10-0-0-18.ec2.internal sh[28806]: Error: No such image or container |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oct 22 20:18:43 ip-10-0-0-212.ec2.internal sh[993]: Unable to find image 'ubuntu-debootstrap:14.04' locally | |
Oct 22 20:18:43 ip-10-0-0-212.ec2.internal sh[993]: Repository ubuntu-debootstrap already being pulled by another client. Waiting. | |
Oct 22 20:19:02 ip-10-0-0-212.ec2.internal sh[1292]: 2014/10/22 20:19:02 Error response from daemon: No such id: deis/builder:v0.14.0 | |
Oct 22 20:19:02 ip-10-0-0-212.ec2.internal sh[1292]: Pulling repository deis/builder | |
Oct 22 20:23:10 ip-10-0-0-212.ec2.internal sh[1292]: Status: Downloaded newer image for deis/builder:v0.14.0 | |
Oct 22 20:23:10 ip-10-0-0-212.ec2.internal sh[2721]: Error: No such image or container: deis-builder | |
Oct 22 20:23:10 ip-10-0-0-212.ec2.internal sh[2733]: Waiting for builder on 2223/tcp... | |
Oct 22 20:23:23 ip-10-0-0-212.ec2.internal sh[2732]: 2014-10-22T20:23:23Z 87008c77b4d3 confd[74]: ERROR Config check failed: exit status 1 | |
Oct 22 20:23:23 ip-10-0-0-212.ec2.internal sh[2732]: 2014-10-22T20:23:23Z 87008c77b4d3 confd[74]: ERROR Config check failed: exit |
NewerOlder