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
log.js?1afd:24 [HMR] Waiting for update signal from WDS... | |
:8099/socket.io/?EIO=4&transport=polling&t=NNIhmOd:1 Failed to load resource: the server responded with a status of 400 (Bad Request) | |
:8099/socket.io/?EIO=4&transport=polling&t=NNIhmfX:1 Failed to load resource: the server responded with a status of 400 (Bad Request) | |
:8099/socket.io/?EIO=4&transport=polling&t=NNIhn5U:1 Failed to load resource: the server responded with a status of 400 (Bad Request) | |
polling-xhr.js?d33e:229 POST http://localhost:8099/socket.io/?EIO=4&transport=polling&t=NNIho2u 400 (Bad Request) | |
create @ polling-xhr.js?d33e:229 | |
Request @ polling-xhr.js?d33e:128 | |
request @ polling-xhr.js?d33e:67 | |
doWrite @ polling-xhr.js?d33e:79 | |
eval @ polling.js?0949:156 |
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
travis_fold:start:worker_info | |
[0K[33;1mWorker information[0m | |
hostname: 6e24fd81-4046-431f-beb7-b3f98f0ccf7d@1.worker-org-cfdfb76bd-5945z.gce-production-4 | |
version: v6.2.20-1-g3a987d6 https://github.com/travis-ci/worker/tree/3a987d61ed169c9539ad435d1a9b5f2d8c6ce4a6 | |
instance: travis-job-c6e784bc-425a-4e25-bd94-8cf6b58e880d travis-ci-sardonyx-xenial-1593004276-4d46c6b3 (via amqp) | |
startup: 5.850703045s | |
travis_fold:end:worker_info | |
[0Ktravis_time:start:0afe4a9a | |
[0Ktravis_time:end:0afe4a9a:start=1607968658767832538,finish=1607968658905530251,duration=137697713,event=no_world_writable_dirs | |
[0Ktravis_time:start:0501ba6c |
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
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
# Initialization code that may require console input (password prompts, [y/n] | |
# confirmations, etc.) must go above this block; everything else may go below. | |
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | |
fi | |
export TERM="xterm-256color" | |
export EDITOR="nano" | |
export PATH="$PATH:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" |