View install.log
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
11-19-2021 22:11:04 Installing dependenices... | |
Lecture des listes de paquets… | |
Construction de l'arbre des dépendances… | |
Lecture des informations d'état… | |
autoconf est déjà la version la plus récente (2.69-14). | |
autoconf passé en « installé manuellement ». | |
automake est déjà la version la plus récente (1:1.16.3-2). | |
build-essential est déjà la version la plus récente (12.9). | |
git est déjà la version la plus récente (1:2.30.2-1). | |
Paquets suggérés : |
View docker-compose.yaml
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
version: '3' | |
volumes: | |
rethinkdb-data: | |
storage-temp: | |
services: | |
nginx: | |
build: nginx/ | |
volumes: |
View compile.txt
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
bazel build --workspace_status_command="bash native_client/bazel_workspace_status_cmd.sh" --config=monolithic -c opt --copt=-O3 --copt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-fvisibility=hidden //native_client:libdeepspeech.so | |
INFO: Options provided by the client: | |
Inherited 'common' options: --isatty=1 --terminal_columns=192 | |
INFO: Reading rc options for 'build' from /home/poddingue/tensorflow/.bazelrc: | |
'build' options: --apple_platform_type=macos --define framework_shared_object=true --define open_source_build=true --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone --strategy=Genrule=standalone -c opt --announce_rc --define=grpc_no_ares=true --define=PREFIX=/usr --define=LIBDIR=$(PREFIX)/lib --define=INCLUDEDIR=$(PREFIX)/include | |
INFO: Reading rc options for 'build' from /home/poddingue/tensorflow/.tf_configure.bazelrc: | |
'build' options: --action_env PYTHON_BIN_PATH=/usr/bin/python3 --action_env PYTHON_LIB_PATH=/usr/local/lib/python3.7/dist-packages --python_pat |
View redsocks-strace.txt
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
strace redsocks -c /etc/redsocks.conf | |
execve("/sbin/redsocks", ["redsocks", "-c", "/etc/redsocks.conf"], 0x7ffe19f37a60 /* 33 vars */) = 0 | |
brk(NULL) = 0x1ce8000 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1279b1f000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=53592, ...}) = 0 | |
mmap(NULL, 53592, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1279b11000 | |
close(3) = 0 | |
open("/lib64/libevent_core-2.0.so.5", O_RDONLY|O_CLOEXEC) = 3 |
View Makefile
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
.PHONY: usage tests build deploy_test deploy_prod html man install | |
PIP=pip3 | |
PYTHON=python3 | |
EXAMPLES_DIR=docs/examples | |
CASTS_DIR=$(EXAMPLES_DIR)/casts | |
.DEFAULT: usage |
View docker run.txt
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
docker run --device /dev/ttyAMA0:/dev/ttyAMA0 --device /dev/mem:/dev/mem --privileged -ti acencini/rpi-python-serial-wiringpi /bin/bash |
View first docker build.txt
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
Using Docker executor with image klud/docker:17.06.2 ... | |
Pulling docker image klud/docker:17.06.2 ... | |
Using docker image sha256:6e7bb2ace469be046bfdb7bce2968d4362bc790522b6cec2f79a92347e1d936b for klud/docker:17.06.2 ... | |
Running on runner-af867d3f-project-19417-concurrent-0 via f534f2e5bdef... | |
Cloning repository... | |
Cloning into '/builds/poddingue/docker-adb'... | |
Checking out 32995770 as master... | |
Skipping Git submodules setup | |
$ echo Building for branch ${CI_BUILD_REF_NAME} | |
Building for branch master |
View config.toml
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
concurrent = 1 | |
check_interval = 0 | |
[[runners]] | |
name = "Raspberry Pi 3B+ Runner (Hypriot)" | |
url = "https://gitlab.com/" | |
token = "the_token_that_is_yours_and_yours_alone" | |
executor = "docker" | |
[runners.docker] | |
tls_verify = false | |
image = "klud/docker:17.06.2" |
View daemon.txt
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
Cannot connect to the Docker daemon. Is the docker daemon running on this host?. | |
Running with gitlab-runner 11.1.0 (081978aa) | |
on Raspberry Pi 3B+ Runner (Hypriot) dca49eeb | |
Using Docker executor with image docker … | |
Pulling docker image gitlab/gitlab-runner-helper:arm-081978aa … | |
Using docker image sha256:4de44d1f76654c5a9032c4e26bc19c3b559ef1f617ab21738869b007f09b9f15 for gitlab/gitlab-runner-helper:arm-081978aa … | |
Pulling docker image docker … | |
Using docker image sha256:b2ff6f46b64f84f5ddbc5216f8931dfd1c0daa7bc37484d9f8b6240ebf3e6643 for docker … | |
Running on runner-dca49eeb-project-17323-concurrent-0 via 021a78260a8a… | |
Cloning repository… |
View register II.txt
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
$ docker exec -it arm-runner \ | |
gitlab-runner register -n \ | |
- url https://gitlab.com/ \ | |
- registration-token the_token_that_is_yours_and_yours_alone \ | |
- executor docker \ | |
- description "Raspberry Pi 3B+ Runner (Hypriot)" \ | |
- docker-image "klud/docker:17.06.2" \ | |
- tag-list "ARM" \ | |
- docker-privileged | |
NewerOlder