diff --git a/config.yaml b/backend_part1/config.yaml similarity index 100% rename from config.yaml rename to backend_part1/config.yaml diff --git a/docker-compose.yml b/backend_part1/docker-compose.yml similarity index 100% rename from docker-compose.yml rename to backend_part1/docker-compose.yml diff --git a/backend_part1/gitea/git/.ssh/authorized_keys b/backend_part1/gitea/git/.ssh/authorized_keys new file mode 100644 index 0000000..e438efb --- /dev/null +++ b/backend_part1/gitea/git/.ssh/authorized_keys @@ -0,0 +1,4 @@ +# gitea public key +command="/usr/local/bin/gitea --config=/data/gitea/conf/app.ini serv key-1",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty,no-user-rc,restrict ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAZgYIkf7FlB4A3GXlgqQLTrtQnCbqOWwEiE+L0mm+ll pauline@srifi.fr +# gitea public key +command="/usr/local/bin/gitea --config=/data/gitea/conf/app.ini serv key-2",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty,no-user-rc,restrict ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDGkt8ePQZ0yC0uQSMgrg7CEzJPl9n8apwNECp8+yv9DNrwgXhFCgdnMnqxS8aaU2x7sAjTc5E251t9zc+DeUKeA3EDZsquBKQeEshPYVvOf7r5S5lgj2MInBotebz6a00WKnb2w/buJE9n32EQPUjU5WQqOhi27pVGa1M4d7R0Dlbxr0UYNzFQpEb/z/VpI2nxhDfEOx2pXYW5p0JQW+uxe7c1uTXQ0DIFpnxfGAOW6NkMYmmgqG8VZxWPoIsW0tW/+mlxW4toeOH5BiRU3jZ9ZV5/mlX0ELNoHCt57Q9tSdEEJkFEJ7BA4IRSdYJfjgufi6iw9R8be59YDfJ0GAWyL5A95kPL6ISI8TG2ak0APoYlhjfYIZAbrVXauPLMf1Cw6uz/5WT1GBBbz2+JvQQq3cR0z9+N21Giz5Za36fEpEEJihBScEwJ+8fUADXytWY1/trBq2kaIwjvi0fl/0dZ526Wru8hzi/t98tVsuxMT7J3+jSRsVOsTeqThdNYDf/r3GxjD4aQa0gyN9ZllMAwUJJNTgHSnWxXksYzlfEmxrbgEjNQUZlFHbZjkUae7xdjQ5QqxuoqTRbtnQZpoIh9/sQ5flQQ9UpUFoYFlBkyRKMZlb1FPW4+WLthNjgat3nDbw9P9r7tNebb1NmGH2v9zMpmBwK25anNg7GY52hhkw== paulinesrifi@MacBook-Pro-de-Pauline.local diff --git a/backend_part1/gitea/git/.ssh/environment b/backend_part1/gitea/git/.ssh/environment new file mode 100644 index 0000000..f86169b --- /dev/null +++ b/backend_part1/gitea/git/.ssh/environment @@ -0,0 +1 @@ +GITEA_CUSTOM=/data/gitea diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/HEAD b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/HEAD new file mode 100644 index 0000000..b870d82 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/HEAD @@ -0,0 +1 @@ +ref: refs/heads/main diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/config b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/config new file mode 100644 index 0000000..c53d818 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/config @@ -0,0 +1,5 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = true + ignorecase = true diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/description b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/git-daemon-export-ok b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/git-daemon-export-ok new file mode 100644 index 0000000..e69de29 diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/applypatch-msg.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/applypatch-msg.sample new file mode 100755 index 0000000..a5d7b84 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/applypatch-msg.sample @@ -0,0 +1,15 @@ +#!/bin/sh +# +# An example hook script to check the commit log message taken by +# applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. The hook is +# allowed to edit the commit message file. +# +# To enable this hook, rename this file to "applypatch-msg". + +. git-sh-setup +commitmsg="$(git rev-parse --git-path hooks/commit-msg)" +test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} +: diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/commit-msg.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/commit-msg.sample new file mode 100755 index 0000000..b58d118 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/commit-msg.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to check the commit log message. +# Called by "git commit" with one argument, the name of the file +# that has the commit message. The hook should exit with non-zero +# status after issuing an appropriate message if it wants to stop the +# commit. The hook is allowed to edit the commit message file. +# +# To enable this hook, rename this file to "commit-msg". + +# Uncomment the below to add a Signed-off-by line to the message. +# Doing this in a hook is a bad idea in general, but the prepare-commit-msg +# hook is more suited to it. +# +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" + +# This example catches duplicate Signed-off-by lines. + +test "" = "$(grep '^Signed-off-by: ' "$1" | + sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { + echo >&2 Duplicate Signed-off-by lines. + exit 1 +} diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-receive b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-receive new file mode 100755 index 0000000..80ae570 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-receive @@ -0,0 +1,16 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +data=$(cat) +exitcodes="" +hookname=$(basename $0) +GIT_DIR=${GIT_DIR:-$(dirname $0)/..} + +for hook in ${GIT_DIR}/hooks/${hookname}.d/*; do + test -x "${hook}" && test -f "${hook}" || continue + echo "${data}" | "${hook}" + exitcodes="${exitcodes} $?" +done + +for i in ${exitcodes}; do + [ ${i} -eq 0 ] || exit ${i} +done diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-receive.d/gitea b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-receive.d/gitea new file mode 100755 index 0000000..2a84d52 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-receive.d/gitea @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +/usr/local/bin/gitea hook --config=/data/gitea/conf/app.ini post-receive diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-update.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-update.sample new file mode 100755 index 0000000..ec17ec1 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/post-update.sample @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-applypatch.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-applypatch.sample new file mode 100755 index 0000000..4142082 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-applypatch.sample @@ -0,0 +1,14 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed +# by applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-applypatch". + +. git-sh-setup +precommit="$(git rev-parse --git-path hooks/pre-commit)" +test -x "$precommit" && exec "$precommit" ${1+"$@"} +: diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-commit.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-commit.sample new file mode 100755 index 0000000..e144712 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-commit.sample @@ -0,0 +1,49 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed. +# Called by "git commit" with no arguments. The hook should +# exit with non-zero status after issuing an appropriate message if +# it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-commit". + +if git rev-parse --verify HEAD >/dev/null 2>&1 +then + against=HEAD +else + # Initial commit: diff against an empty tree object + against=$(git hash-object -t tree /dev/null) +fi + +# If you want to allow non-ASCII filenames set this variable to true. +allownonascii=$(git config --type=bool hooks.allownonascii) + +# Redirect output to stderr. +exec 1>&2 + +# Cross platform projects tend to avoid non-ASCII filenames; prevent +# them from being added to the repository. We exploit the fact that the +# printable range starts at the space character and ends with tilde. +if [ "$allownonascii" != "true" ] && + # Note that the use of brackets around a tr range is ok here, (it's + # even required, for portability to Solaris 10's /usr/bin/tr), since + # the square bracket bytes happen to fall in the designated range. + test $(git diff --cached --name-only --diff-filter=A -z $against | + LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 +then + cat <<\EOF +Error: Attempt to add a non-ASCII file name. + +This can cause problems if you want to work with people on other platforms. + +To be portable it is advisable to rename the file. + +If you know what you are doing you can disable this check using: + + git config hooks.allownonascii true +EOF + exit 1 +fi + +# If there are whitespace errors, print the offending file names and fail. +exec git diff-index --check --cached $against -- diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-merge-commit.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-merge-commit.sample new file mode 100755 index 0000000..399eab1 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-merge-commit.sample @@ -0,0 +1,13 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed. +# Called by "git merge" with no arguments. The hook should +# exit with non-zero status after issuing an appropriate message to +# stderr if it wants to stop the merge commit. +# +# To enable this hook, rename this file to "pre-merge-commit". + +. git-sh-setup +test -x "$GIT_DIR/hooks/pre-commit" && + exec "$GIT_DIR/hooks/pre-commit" +: diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-push.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-push.sample new file mode 100755 index 0000000..4ce688d --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-push.sample @@ -0,0 +1,53 @@ +#!/bin/sh + +# An example hook script to verify what is about to be pushed. Called by "git +# push" after it has checked the remote status, but before anything has been +# pushed. If this script exits with a non-zero status nothing will be pushed. +# +# This hook is called with the following parameters: +# +# $1 -- Name of the remote to which the push is being done +# $2 -- URL to which the push is being done +# +# If pushing without using a named remote those arguments will be equal. +# +# Information about the commits which are being pushed is supplied as lines to +# the standard input in the form: +# +# +# +# This sample shows how to prevent push of commits where the log message starts +# with "WIP" (work in progress). + +remote="$1" +url="$2" + +zero=$(git hash-object --stdin &2 "Found WIP commit in $local_ref, not pushing" + exit 1 + fi + fi +done + +exit 0 diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-rebase.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-rebase.sample new file mode 100755 index 0000000..6cbef5c --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-rebase.sample @@ -0,0 +1,169 @@ +#!/bin/sh +# +# Copyright (c) 2006, 2008 Junio C Hamano +# +# The "pre-rebase" hook is run just before "git rebase" starts doing +# its job, and can prevent the command from running by exiting with +# non-zero status. +# +# The hook is called with the following parameters: +# +# $1 -- the upstream the series was forked from. +# $2 -- the branch being rebased (or empty when rebasing the current branch). +# +# This sample shows how to prevent topic branches that are already +# merged to 'next' branch from getting rebased, because allowing it +# would result in rebasing already published history. + +publish=next +basebranch="$1" +if test "$#" = 2 +then + topic="refs/heads/$2" +else + topic=`git symbolic-ref HEAD` || + exit 0 ;# we do not interrupt rebasing detached HEAD +fi + +case "$topic" in +refs/heads/??/*) + ;; +*) + exit 0 ;# we do not interrupt others. + ;; +esac + +# Now we are dealing with a topic branch being rebased +# on top of master. Is it OK to rebase it? + +# Does the topic really exist? +git show-ref -q "$topic" || { + echo >&2 "No such branch $topic" + exit 1 +} + +# Is topic fully merged to master? +not_in_master=`git rev-list --pretty=oneline ^master "$topic"` +if test -z "$not_in_master" +then + echo >&2 "$topic is fully merged to master; better remove it." + exit 1 ;# we could allow it, but there is no point. +fi + +# Is topic ever merged to next? If so you should not be rebasing it. +only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` +only_next_2=`git rev-list ^master ${publish} | sort` +if test "$only_next_1" = "$only_next_2" +then + not_in_topic=`git rev-list "^$topic" master` + if test -z "$not_in_topic" + then + echo >&2 "$topic is already up to date with master" + exit 1 ;# we could allow it, but there is no point. + else + exit 0 + fi +else + not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` + /usr/bin/perl -e ' + my $topic = $ARGV[0]; + my $msg = "* $topic has commits already merged to public branch:\n"; + my (%not_in_next) = map { + /^([0-9a-f]+) /; + ($1 => 1); + } split(/\n/, $ARGV[1]); + for my $elem (map { + /^([0-9a-f]+) (.*)$/; + [$1 => $2]; + } split(/\n/, $ARGV[2])) { + if (!exists $not_in_next{$elem->[0]}) { + if ($msg) { + print STDERR $msg; + undef $msg; + } + print STDERR " $elem->[1]\n"; + } + } + ' "$topic" "$not_in_next" "$not_in_master" + exit 1 +fi + +<<\DOC_END + +This sample hook safeguards topic branches that have been +published from being rewound. + +The workflow assumed here is: + + * Once a topic branch forks from "master", "master" is never + merged into it again (either directly or indirectly). + + * Once a topic branch is fully cooked and merged into "master", + it is deleted. If you need to build on top of it to correct + earlier mistakes, a new topic branch is created by forking at + the tip of the "master". This is not strictly necessary, but + it makes it easier to keep your history simple. + + * Whenever you need to test or publish your changes to topic + branches, merge them into "next" branch. + +The script, being an example, hardcodes the publish branch name +to be "next", but it is trivial to make it configurable via +$GIT_DIR/config mechanism. + +With this workflow, you would want to know: + +(1) ... if a topic branch has ever been merged to "next". Young + topic branches can have stupid mistakes you would rather + clean up before publishing, and things that have not been + merged into other branches can be easily rebased without + affecting other people. But once it is published, you would + not want to rewind it. + +(2) ... if a topic branch has been fully merged to "master". + Then you can delete it. More importantly, you should not + build on top of it -- other people may already want to + change things related to the topic as patches against your + "master", so if you need further changes, it is better to + fork the topic (perhaps with the same name) afresh from the + tip of "master". + +Let's look at this example: + + o---o---o---o---o---o---o---o---o---o "next" + / / / / + / a---a---b A / / + / / / / + / / c---c---c---c B / + / / / \ / + / / / b---b C \ / + / / / / \ / + ---o---o---o---o---o---o---o---o---o---o---o "master" + + +A, B and C are topic branches. + + * A has one fix since it was merged up to "next". + + * B has finished. It has been fully merged up to "master" and "next", + and is ready to be deleted. + + * C has not merged to "next" at all. + +We would want to allow C to be rebased, refuse A, and encourage +B to be deleted. + +To compute (1): + + git rev-list ^master ^topic next + git rev-list ^master next + + if these match, topic has not merged in next at all. + +To compute (2): + + git rev-list master..topic + + if this is empty, it is fully merged to "master". + +DOC_END diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive new file mode 100755 index 0000000..80ae570 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive @@ -0,0 +1,16 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +data=$(cat) +exitcodes="" +hookname=$(basename $0) +GIT_DIR=${GIT_DIR:-$(dirname $0)/..} + +for hook in ${GIT_DIR}/hooks/${hookname}.d/*; do + test -x "${hook}" && test -f "${hook}" || continue + echo "${data}" | "${hook}" + exitcodes="${exitcodes} $?" +done + +for i in ${exitcodes}; do + [ ${i} -eq 0 ] || exit ${i} +done diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive.d/gitea b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive.d/gitea new file mode 100755 index 0000000..00db788 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive.d/gitea @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +/usr/local/bin/gitea hook --config=/data/gitea/conf/app.ini pre-receive diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive.sample new file mode 100755 index 0000000..a1fd29e --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/pre-receive.sample @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to make use of push options. +# The example simply echoes all push options that start with 'echoback=' +# and rejects all pushes when the "reject" push option is used. +# +# To enable this hook, rename this file to "pre-receive". + +if test -n "$GIT_PUSH_OPTION_COUNT" +then + i=0 + while test "$i" -lt "$GIT_PUSH_OPTION_COUNT" + do + eval "value=\$GIT_PUSH_OPTION_$i" + case "$value" in + echoback=*) + echo "echo from the pre-receive-hook: ${value#*=}" >&2 + ;; + reject) + exit 1 + esac + i=$((i + 1)) + done +fi diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/prepare-commit-msg.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/prepare-commit-msg.sample new file mode 100755 index 0000000..10fa14c --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/prepare-commit-msg.sample @@ -0,0 +1,42 @@ +#!/bin/sh +# +# An example hook script to prepare the commit log message. +# Called by "git commit" with the name of the file that has the +# commit message, followed by the description of the commit +# message's source. The hook's purpose is to edit the commit +# message file. If the hook fails with a non-zero status, +# the commit is aborted. +# +# To enable this hook, rename this file to "prepare-commit-msg". + +# This hook includes three examples. The first one removes the +# "# Please enter the commit message..." help message. +# +# The second includes the output of "git diff --name-status -r" +# into the message, just before the "git status" output. It is +# commented because it doesn't cope with --amend or with squashed +# commits. +# +# The third example adds a Signed-off-by line to the message, that can +# still be edited. This is rarely a good idea. + +COMMIT_MSG_FILE=$1 +COMMIT_SOURCE=$2 +SHA1=$3 + +/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE" + +# case "$COMMIT_SOURCE,$SHA1" in +# ,|template,) +# /usr/bin/perl -i.bak -pe ' +# print "\n" . `git diff --cached --name-status -r` +# if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;; +# *) ;; +# esac + +# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE" +# if test -z "$COMMIT_SOURCE" +# then +# /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE" +# fi diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/proc-receive b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/proc-receive new file mode 100755 index 0000000..1974627 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/proc-receive @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +# AUTO GENERATED BY GITEA, DO NOT MODIFY +/usr/local/bin/gitea hook --config=/data/gitea/conf/app.ini proc-receive diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/proc-receive.d/gitea b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/proc-receive.d/gitea new file mode 100755 index 0000000..e69de29 diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/push-to-checkout.sample b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/push-to-checkout.sample new file mode 100755 index 0000000..af5a0c0 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/hooks/push-to-checkout.sample @@ -0,0 +1,78 @@ +#!/bin/sh + +# An example hook script to update a checked-out tree on a git push. +# +# This hook is invoked by git-receive-pack(1) when it reacts to git +# push and updates reference(s) in its repository, and when the push +# tries to update the branch that is currently checked out and the +# receive.denyCurrentBranch configuration variable is set to +# updateInstead. +# +# By default, such a push is refused if the working tree and the index +# of the remote repository has any difference from the currently +# checked out commit; when both the working tree and the index match +# the current commit, they are updated to match the newly pushed tip +# of the branch. This hook is to be used to override the default +# behaviour; however the code below reimplements the default behaviour +# as a starting point for convenient modification. +# +# The hook receives the commit with which the tip of the current +# branch is going to be updated: +commit=$1 + +# It can exit with a non-zero status to refuse the push (when it does +# so, it must not modify the index or the working tree). +die () { + echo >&2 "$*" + exit 1 +} + +# Or it can make any necessary changes to the working tree and to the +# index to bring them to the desired state when the tip of the current +# branch is updated to the new commit, and exit with a zero status. +# +# For example, the hook can simply run git read-tree -u -m HEAD "$1" +# in order to emulate git fetch that is run in the reverse direction +# with git push, as the two-tree form of git read-tree -u -m is +# essentially the same as git switch or git checkout that switches +# branches while keeping the local changes in the working tree that do +# not interfere with the difference between the branches. + +# The below is a more-or-less exact translation to shell of the C code +# for the default behaviour for git's push-to-checkout hook defined in +# the push_to_deploy() function in builtin/receive-pack.c. +# +# Note that the hook will be executed from the repository directory, +# not from the working tree, so if you want to perform operations on +# the working tree, you will have to adapt your code accordingly, e.g. +# by adding "cd .." or using relative paths. + +if ! git update-index -q --ignore-submodules --refresh +then + die "Up-to-date check failed" +fi + +if ! git diff-files --quiet --ignore-submodules -- +then + die "Working directory has unstaged changes" +fi + +# This is a rough translation of: +# +# head_has_history() ? "HEAD" : EMPTY_TREE_SHA1_HEX +if git cat-file -e HEAD 2>/dev/null +then + head=HEAD +else + head=$(git hash-object -t tree --stdin &2 + echo " (if you want, you could supply GIT_DIR then run" >&2 + echo " $0 )" >&2 + exit 1 +fi + +if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then + echo "usage: $0 " >&2 + exit 1 +fi + +# --- Config +allowunannotated=$(git config --type=bool hooks.allowunannotated) +allowdeletebranch=$(git config --type=bool hooks.allowdeletebranch) +denycreatebranch=$(git config --type=bool hooks.denycreatebranch) +allowdeletetag=$(git config --type=bool hooks.allowdeletetag) +allowmodifytag=$(git config --type=bool hooks.allowmodifytag) + +# check for no description +projectdesc=$(sed -e '1q' "$GIT_DIR/description") +case "$projectdesc" in +"Unnamed repository"* | "") + echo "*** Project description file hasn't been set" >&2 + exit 1 + ;; +esac + +# --- Check types +# if $newrev is 0000...0000, it's a commit to delete a ref. +zero=$(git hash-object --stdin &2 + echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 + exit 1 + fi + ;; + refs/tags/*,delete) + # delete tag + if [ "$allowdeletetag" != "true" ]; then + echo "*** Deleting a tag is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/tags/*,tag) + # annotated tag + if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 + then + echo "*** Tag '$refname' already exists." >&2 + echo "*** Modifying a tag is not allowed in this repository." >&2 + exit 1 + fi + ;; + refs/heads/*,commit) + # branch + if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then + echo "*** Creating a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/heads/*,delete) + # delete branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/remotes/*,commit) + # tracking branch + ;; + refs/remotes/*,delete) + # delete tracking branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a tracking branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + *) + # Anything else (is there anything else?) + echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 + exit 1 + ;; +esac + +# --- Finished +exit 0 diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/info/exclude b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/info/exclude new file mode 100644 index 0000000..a5196d1 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/info/exclude @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/info/refs b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/info/refs new file mode 100644 index 0000000..1a83c1d --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/info/refs @@ -0,0 +1,3 @@ +807da2538b9797e3880202f559bd6858a62d3e7d refs/heads/feature-10 +16a607b4e427dee7a8814949607784e1e56e749e refs/heads/main +807da2538b9797e3880202f559bd6858a62d3e7d refs/pull/1/head diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/HEAD b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/HEAD new file mode 100644 index 0000000..c6aebdd --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/HEAD @@ -0,0 +1,15 @@ +0000000000000000000000000000000000000000 6f08a05dcd41f7014b817fbf8d91f1b423401886 Gitea 1707398060 +0100 push +6f08a05dcd41f7014b817fbf8d91f1b423401886 7d89efc1909dcf24b64344fc91715a0f9195fd70 Gitea 1707398427 +0100 push +7d89efc1909dcf24b64344fc91715a0f9195fd70 5b65ea2912c029f55e229345710b995f1e35a9f6 Gitea 1707993397 +0100 push +5b65ea2912c029f55e229345710b995f1e35a9f6 20ed8ca88312f56f0623cd66ddfa070fa6a2223b Gitea 1707993833 +0100 push +20ed8ca88312f56f0623cd66ddfa070fa6a2223b eb18ba1ff45c3c588390744527f439060676d69a Pom 1708006008 +0100 push +eb18ba1ff45c3c588390744527f439060676d69a 14209a77f942ca8ceac81663456c6f68a4141202 Gitea 1708008748 +0100 push +14209a77f942ca8ceac81663456c6f68a4141202 41cc32246e8ec5cca67a024ad141ee54c0546f3c Gitea 1708594243 +0100 push +41cc32246e8ec5cca67a024ad141ee54c0546f3c 74a910fe621c445f043f96a430523b75b887f839 Gitea 1708594321 +0100 push +74a910fe621c445f043f96a430523b75b887f839 c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f Gitea 1708594457 +0100 push +c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f 51d5f1f0e4b6e5538eb7623b933b3bf8941e205a Gitea 1708594551 +0100 push +51d5f1f0e4b6e5538eb7623b933b3bf8941e205a 55e268c0e0c579e5166edb3a1588e4a0e2466d26 Gitea 1708594642 +0100 push +55e268c0e0c579e5166edb3a1588e4a0e2466d26 90113383003f52b370b1def725dec1e4649e379e Gitea 1708594685 +0100 push +90113383003f52b370b1def725dec1e4649e379e 90bba1afa06816b355b3f7e5c3b7f79c80b88e3c Gitea 1708595209 +0100 push +90bba1afa06816b355b3f7e5c3b7f79c80b88e3c 7ad6dc56304f95854dd7e0ae72c87e43c47c5372 Gitea 1708599707 +0100 push +7ad6dc56304f95854dd7e0ae72c87e43c47c5372 16a607b4e427dee7a8814949607784e1e56e749e Gitea 1708600318 +0100 push diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/refs/heads/feature-10 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/refs/heads/feature-10 new file mode 100644 index 0000000..8d9fb51 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/refs/heads/feature-10 @@ -0,0 +1,5 @@ +0000000000000000000000000000000000000000 a00698f76530a28df32bde51187b91bc93507aeb Gitea 1707997192 +0100 push +a00698f76530a28df32bde51187b91bc93507aeb 3073e315859fc79ef9abf890640a01da87ce720a Gitea 1708003317 +0100 push +3073e315859fc79ef9abf890640a01da87ce720a 6f689c631f2724e454f4741c63ef2963f386154f Gitea 1708003388 +0100 push +6f689c631f2724e454f4741c63ef2963f386154f ecd9db8b73b30dcc9a2a2b8137e325f260a33298 Gitea 1708003864 +0100 push +ecd9db8b73b30dcc9a2a2b8137e325f260a33298 807da2538b9797e3880202f559bd6858a62d3e7d Gitea 1708005958 +0100 push diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/refs/heads/main b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/refs/heads/main new file mode 100644 index 0000000..c6aebdd --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/logs/refs/heads/main @@ -0,0 +1,15 @@ +0000000000000000000000000000000000000000 6f08a05dcd41f7014b817fbf8d91f1b423401886 Gitea 1707398060 +0100 push +6f08a05dcd41f7014b817fbf8d91f1b423401886 7d89efc1909dcf24b64344fc91715a0f9195fd70 Gitea 1707398427 +0100 push +7d89efc1909dcf24b64344fc91715a0f9195fd70 5b65ea2912c029f55e229345710b995f1e35a9f6 Gitea 1707993397 +0100 push +5b65ea2912c029f55e229345710b995f1e35a9f6 20ed8ca88312f56f0623cd66ddfa070fa6a2223b Gitea 1707993833 +0100 push +20ed8ca88312f56f0623cd66ddfa070fa6a2223b eb18ba1ff45c3c588390744527f439060676d69a Pom 1708006008 +0100 push +eb18ba1ff45c3c588390744527f439060676d69a 14209a77f942ca8ceac81663456c6f68a4141202 Gitea 1708008748 +0100 push +14209a77f942ca8ceac81663456c6f68a4141202 41cc32246e8ec5cca67a024ad141ee54c0546f3c Gitea 1708594243 +0100 push +41cc32246e8ec5cca67a024ad141ee54c0546f3c 74a910fe621c445f043f96a430523b75b887f839 Gitea 1708594321 +0100 push +74a910fe621c445f043f96a430523b75b887f839 c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f Gitea 1708594457 +0100 push +c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f 51d5f1f0e4b6e5538eb7623b933b3bf8941e205a Gitea 1708594551 +0100 push +51d5f1f0e4b6e5538eb7623b933b3bf8941e205a 55e268c0e0c579e5166edb3a1588e4a0e2466d26 Gitea 1708594642 +0100 push +55e268c0e0c579e5166edb3a1588e4a0e2466d26 90113383003f52b370b1def725dec1e4649e379e Gitea 1708594685 +0100 push +90113383003f52b370b1def725dec1e4649e379e 90bba1afa06816b355b3f7e5c3b7f79c80b88e3c Gitea 1708595209 +0100 push +90bba1afa06816b355b3f7e5c3b7f79c80b88e3c 7ad6dc56304f95854dd7e0ae72c87e43c47c5372 Gitea 1708599707 +0100 push +7ad6dc56304f95854dd7e0ae72c87e43c47c5372 16a607b4e427dee7a8814949607784e1e56e749e Gitea 1708600318 +0100 push diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/00/0a9ab7ad2b3a8bb3cc8934dac48c86979e78aa b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/00/0a9ab7ad2b3a8bb3cc8934dac48c86979e78aa new file mode 100644 index 0000000..d905680 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/00/0a9ab7ad2b3a8bb3cc8934dac48c86979e78aa differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/08/aad2105ac00b6202d1cf908bcb027235c29c4f b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/08/aad2105ac00b6202d1cf908bcb027235c29c4f new file mode 100644 index 0000000..539bd39 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/08/aad2105ac00b6202d1cf908bcb027235c29c4f differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/09/80b4adcbaf08ce02f0e16c9a7e6259c0c78c92 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/09/80b4adcbaf08ce02f0e16c9a7e6259c0c78c92 new file mode 100644 index 0000000..c1d093b Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/09/80b4adcbaf08ce02f0e16c9a7e6259c0c78c92 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/09/f1f6ce4c513c852dc94bba9600f9a2c9b2de46 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/09/f1f6ce4c513c852dc94bba9600f9a2c9b2de46 new file mode 100644 index 0000000..c63db05 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/09/f1f6ce4c513c852dc94bba9600f9a2c9b2de46 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/0d/807b5c82d3e2a6c7d1a05f7c65f8bde06f93a1 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/0d/807b5c82d3e2a6c7d1a05f7c65f8bde06f93a1 new file mode 100644 index 0000000..ca69d6e Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/0d/807b5c82d3e2a6c7d1a05f7c65f8bde06f93a1 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/14/209a77f942ca8ceac81663456c6f68a4141202 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/14/209a77f942ca8ceac81663456c6f68a4141202 new file mode 100644 index 0000000..3a9eb22 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/14/209a77f942ca8ceac81663456c6f68a4141202 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/15/bd39767e8cbd5f79278bbe7e1e8d9a9b2c38e1 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/15/bd39767e8cbd5f79278bbe7e1e8d9a9b2c38e1 new file mode 100644 index 0000000..ddbbe71 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/15/bd39767e8cbd5f79278bbe7e1e8d9a9b2c38e1 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/16/a607b4e427dee7a8814949607784e1e56e749e b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/16/a607b4e427dee7a8814949607784e1e56e749e new file mode 100644 index 0000000..d2d8330 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/16/a607b4e427dee7a8814949607784e1e56e749e differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/19/2b7f8e51fe2a33fced88febd558597ac3a0e9e b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/19/2b7f8e51fe2a33fced88febd558597ac3a0e9e new file mode 100644 index 0000000..e58c4f8 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/19/2b7f8e51fe2a33fced88febd558597ac3a0e9e differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/1c/153e2de86d52256a9b2e5d71691f85646d3e11 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/1c/153e2de86d52256a9b2e5d71691f85646d3e11 new file mode 100644 index 0000000..881c184 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/1c/153e2de86d52256a9b2e5d71691f85646d3e11 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/20/ed8ca88312f56f0623cd66ddfa070fa6a2223b b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/20/ed8ca88312f56f0623cd66ddfa070fa6a2223b new file mode 100644 index 0000000..0f9e86b --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/20/ed8ca88312f56f0623cd66ddfa070fa6a2223b @@ -0,0 +1,2 @@ +xA +0@Q9EL:MD<  ֖.7p.<5OwyR 䞀F"0d@+vŭڣy=["AR )F$㈐ENRzv[>=_T&\x#2=J߇*BXVC \ No newline at end of file diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/34/62c25d9336b857b3376a0d504a8997cffd27a7 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/34/62c25d9336b857b3376a0d504a8997cffd27a7 new file mode 100644 index 0000000..6da4def Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/34/62c25d9336b857b3376a0d504a8997cffd27a7 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/35/d581940d539662429a11a95a94c93500e7464e b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/35/d581940d539662429a11a95a94c93500e7464e new file mode 100644 index 0000000..d2c23b0 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/35/d581940d539662429a11a95a94c93500e7464e differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/35/f25bba4f18836ff9465d65fe3afae7da57599f b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/35/f25bba4f18836ff9465d65fe3afae7da57599f new file mode 100644 index 0000000..de67424 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/35/f25bba4f18836ff9465d65fe3afae7da57599f differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/3a/04fbe26b40ea1f60052478e28591638c1604f7 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/3a/04fbe26b40ea1f60052478e28591638c1604f7 new file mode 100644 index 0000000..9c1cbff Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/3a/04fbe26b40ea1f60052478e28591638c1604f7 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/3a/84245836be3a65bad61c153f103afcef4917af b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/3a/84245836be3a65bad61c153f103afcef4917af new file mode 100644 index 0000000..8e3a2f3 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/3a/84245836be3a65bad61c153f103afcef4917af differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/41/cc32246e8ec5cca67a024ad141ee54c0546f3c b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/41/cc32246e8ec5cca67a024ad141ee54c0546f3c new file mode 100644 index 0000000..7af75b3 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/41/cc32246e8ec5cca67a024ad141ee54c0546f3c @@ -0,0 +1,3 @@ +xK +1 @] Ҥg@# ufn-|ª73V.PcU#Rb,42EMsThǤw +ɓg 򼍓uホvٗG~G{VzE2 \ No newline at end of file diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/43/80e38ab4426586ee7639b104cd190729a90896 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/43/80e38ab4426586ee7639b104cd190729a90896 new file mode 100644 index 0000000..9321e97 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/43/80e38ab4426586ee7639b104cd190729a90896 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/49/e61b53637fa6c5b977f5f8c845174bc25263c5 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/49/e61b53637fa6c5b977f5f8c845174bc25263c5 new file mode 100644 index 0000000..468ab5b Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/49/e61b53637fa6c5b977f5f8c845174bc25263c5 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/4b/ad96713860cb561a0f626a9f7db0a1975b2b5e b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/4b/ad96713860cb561a0f626a9f7db0a1975b2b5e new file mode 100644 index 0000000..255b235 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/4b/ad96713860cb561a0f626a9f7db0a1975b2b5e differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/4c/efc2bb8fcb0239ba99f4a4c66272e6c710ebba b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/4c/efc2bb8fcb0239ba99f4a4c66272e6c710ebba new file mode 100644 index 0000000..60c80ee Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/4c/efc2bb8fcb0239ba99f4a4c66272e6c710ebba differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/51/a8ca9f30e59a8e9ec0421a6d66da2ad21ab8a1 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/51/a8ca9f30e59a8e9ec0421a6d66da2ad21ab8a1 new file mode 100644 index 0000000..6ad7b4c Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/51/a8ca9f30e59a8e9ec0421a6d66da2ad21ab8a1 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/51/d5f1f0e4b6e5538eb7623b933b3bf8941e205a b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/51/d5f1f0e4b6e5538eb7623b933b3bf8941e205a new file mode 100644 index 0000000..0fcfa3d --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/51/d5f1f0e4b6e5538eb7623b933b3bf8941e205a @@ -0,0 +1,2 @@ +x[ +0E*_LWA%`&Ѐ}<\eJԪCÑy,Q9K99t$6 Rbc $LCdࠓ5ˊ6.,%?o^rcoQkMqں7Fr \ No newline at end of file diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/52/3c1f5d3e96fb2b8a401c0da01d1c6f42a7db8f b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/52/3c1f5d3e96fb2b8a401c0da01d1c6f42a7db8f new file mode 100644 index 0000000..a084669 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/52/3c1f5d3e96fb2b8a401c0da01d1c6f42a7db8f differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/55/e268c0e0c579e5166edb3a1588e4a0e2466d26 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/55/e268c0e0c579e5166edb3a1588e4a0e2466d26 new file mode 100644 index 0000000..46785f8 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/55/e268c0e0c579e5166edb3a1588e4a0e2466d26 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/57/6d3ddfec3aa96783cb0fb9b04728ca0da87409 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/57/6d3ddfec3aa96783cb0fb9b04728ca0da87409 new file mode 100644 index 0000000..2f99c3b Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/57/6d3ddfec3aa96783cb0fb9b04728ca0da87409 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/58/6fabe5039141338a3cd2749f63a2bec5ebee54 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/58/6fabe5039141338a3cd2749f63a2bec5ebee54 new file mode 100644 index 0000000..1c0ca2b Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/58/6fabe5039141338a3cd2749f63a2bec5ebee54 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5a/1bc882a874414ba88b7019dccabf90d81ec8e5 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5a/1bc882a874414ba88b7019dccabf90d81ec8e5 new file mode 100644 index 0000000..e9dac2a Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5a/1bc882a874414ba88b7019dccabf90d81ec8e5 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5b/19c34decfb5b315ba55560962e0122f7426fa1 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5b/19c34decfb5b315ba55560962e0122f7426fa1 new file mode 100644 index 0000000..35e8b7c Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5b/19c34decfb5b315ba55560962e0122f7426fa1 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5b/65ea2912c029f55e229345710b995f1e35a9f6 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5b/65ea2912c029f55e229345710b995f1e35a9f6 new file mode 100644 index 0000000..47af33a --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/5b/65ea2912c029f55e229345710b995f1e35a9f6 @@ -0,0 +1,3 @@ +xI +A @QuIj4 OPC v.ï珗ׇg9GB4{84W۲H7oB=F \ No newline at end of file diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/63/e339309c44ed5bc55b5460ce054394d1ce70df b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/63/e339309c44ed5bc55b5460ce054394d1ce70df new file mode 100644 index 0000000..52a4855 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/63/e339309c44ed5bc55b5460ce054394d1ce70df differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/64/ee1f16635a944d574507dfeef21236931a07c5 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/64/ee1f16635a944d574507dfeef21236931a07c5 new file mode 100644 index 0000000..359cfb1 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/64/ee1f16635a944d574507dfeef21236931a07c5 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/68/b0a68d621a0674c85c0d4505ab5d13c4fa18bf b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/68/b0a68d621a0674c85c0d4505ab5d13c4fa18bf new file mode 100644 index 0000000..2907ba7 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/68/b0a68d621a0674c85c0d4505ab5d13c4fa18bf differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/6b/e83df01b200bdeb336ddbb8f48ecb4b2c0adea b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/6b/e83df01b200bdeb336ddbb8f48ecb4b2c0adea new file mode 100644 index 0000000..a577ad0 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/6b/e83df01b200bdeb336ddbb8f48ecb4b2c0adea differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/6f/08a05dcd41f7014b817fbf8d91f1b423401886 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/6f/08a05dcd41f7014b817fbf8d91f1b423401886 new file mode 100644 index 0000000..a8243b7 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/6f/08a05dcd41f7014b817fbf8d91f1b423401886 @@ -0,0 +1,3 @@ +xK +@ @])$i:GLS5zcQ3.JCNDq!&>ѕ\,G)$$6)Aŭߗ=pmU*ϯN@H*;Ӫ[UD \ No newline at end of file diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/80/7da2538b9797e3880202f559bd6858a62d3e7d b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/80/7da2538b9797e3880202f559bd6858a62d3e7d new file mode 100644 index 0000000..a85d260 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/80/7da2538b9797e3880202f559bd6858a62d3e7d differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/82/9f1e95bb6cb7c3e61b0b50682ca74f6f8ed451 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/82/9f1e95bb6cb7c3e61b0b50682ca74f6f8ed451 new file mode 100644 index 0000000..381a877 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/82/9f1e95bb6cb7c3e61b0b50682ca74f6f8ed451 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/82/ab2f3b59dc9eb4325227353d1e99d0a25bb0d6 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/82/ab2f3b59dc9eb4325227353d1e99d0a25bb0d6 new file mode 100644 index 0000000..c8d7ac2 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/82/ab2f3b59dc9eb4325227353d1e99d0a25bb0d6 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/8a/b6294c6b5339b46e123e5ac62dd6651ae09c68 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/8a/b6294c6b5339b46e123e5ac62dd6651ae09c68 new file mode 100644 index 0000000..67ebd60 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/8a/b6294c6b5339b46e123e5ac62dd6651ae09c68 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/113383003f52b370b1def725dec1e4649e379e b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/113383003f52b370b1def725dec1e4649e379e new file mode 100644 index 0000000..998cc04 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/113383003f52b370b1def725dec1e4649e379e @@ -0,0 +1,2 @@ +xA +0@Q9EdI"AtkK_|_yzCo`*B(B>deFH!3Z%RI:Y!ṢgSXY_jN՞ۇ],D(#`3=Ok6,!B9 \ No newline at end of file diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/4d346317a879cd220fe04ca551fd157260873e b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/4d346317a879cd220fe04ca551fd157260873e new file mode 100644 index 0000000..60113ab Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/4d346317a879cd220fe04ca551fd157260873e differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/bba1afa06816b355b3f7e5c3b7f79c80b88e3c b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/bba1afa06816b355b3f7e5c3b7f79c80b88e3c new file mode 100644 index 0000000..df4e46d Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/90/bba1afa06816b355b3f7e5c3b7f79c80b88e3c differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/92/1535a31b6cb43af5952b7df1e1302df427bd88 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/92/1535a31b6cb43af5952b7df1e1302df427bd88 new file mode 100644 index 0000000..b40a6a0 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/92/1535a31b6cb43af5952b7df1e1302df427bd88 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/92/8f063987d94b4eadcc865d6c49f0a3cdc72ba4 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/92/8f063987d94b4eadcc865d6c49f0a3cdc72ba4 new file mode 100644 index 0000000..3e58c02 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/92/8f063987d94b4eadcc865d6c49f0a3cdc72ba4 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/1aef64d3840e8b4dbc4e92b5acc6cd4e03de52 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/1aef64d3840e8b4dbc4e92b5acc6cd4e03de52 new file mode 100644 index 0000000..a759362 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/1aef64d3840e8b4dbc4e92b5acc6cd4e03de52 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/97d650e7e5bdcf593eff2e48a25636d941e08a b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/97d650e7e5bdcf593eff2e48a25636d941e08a new file mode 100644 index 0000000..06a1799 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/97d650e7e5bdcf593eff2e48a25636d941e08a differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/f01f8cd6e985e98243fb0cf27dfc0675f25c4c b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/f01f8cd6e985e98243fb0cf27dfc0675f25c4c new file mode 100644 index 0000000..104ee9b Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/93/f01f8cd6e985e98243fb0cf27dfc0675f25c4c differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/94/5c9b46d684f08ec84cb316e1dc0061e361f794 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/94/5c9b46d684f08ec84cb316e1dc0061e361f794 new file mode 100644 index 0000000..1b309de Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/94/5c9b46d684f08ec84cb316e1dc0061e361f794 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/95/414f1071d9a821fca4de6ca7d248808471a98a b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/95/414f1071d9a821fca4de6ca7d248808471a98a new file mode 100644 index 0000000..bc10db5 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/95/414f1071d9a821fca4de6ca7d248808471a98a differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/97/13e6cfb3e93fb6999602ff9bf37749ce65f3f3 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/97/13e6cfb3e93fb6999602ff9bf37749ce65f3f3 new file mode 100644 index 0000000..5b41f25 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/97/13e6cfb3e93fb6999602ff9bf37749ce65f3f3 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/97/f50333636309726907d024c87b2136fef6962c b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/97/f50333636309726907d024c87b2136fef6962c new file mode 100644 index 0000000..d4ece8c Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/97/f50333636309726907d024c87b2136fef6962c differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/98/dfa62199e8bbce115a539cc3c5999fbddf0c7f b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/98/dfa62199e8bbce115a539cc3c5999fbddf0c7f new file mode 100644 index 0000000..65bbd7c Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/98/dfa62199e8bbce115a539cc3c5999fbddf0c7f differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/9c/cbeed751eae2d90bfecf682550f9addab1344c b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/9c/cbeed751eae2d90bfecf682550f9addab1344c new file mode 100644 index 0000000..9cb0b09 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/9c/cbeed751eae2d90bfecf682550f9addab1344c differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/a0/0698f76530a28df32bde51187b91bc93507aeb b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/a0/0698f76530a28df32bde51187b91bc93507aeb new file mode 100644 index 0000000..c65df4d --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/a0/0698f76530a28df32bde51187b91bc93507aeb @@ -0,0 +1,4 @@ +xK +1] A#t03C&sGU- +jC"2M:RaLl0P&q_U&Y uvL!hպ +u.ΕR 'Xb9"?&Qŝw'UY4aH~$o\Ksʴz|c<]\Iou/ls6]u-,PdR0:64Ň~ \ No newline at end of file diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/cf/8630cc87841835aa5c931a7111bdf98bc2e73c b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/cf/8630cc87841835aa5c931a7111bdf98bc2e73c new file mode 100644 index 0000000..1422145 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/cf/8630cc87841835aa5c931a7111bdf98bc2e73c differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d0/1cd9c37275418f4297b1165a654b605e51219c b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d0/1cd9c37275418f4297b1165a654b605e51219c new file mode 100644 index 0000000..44f2640 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d0/1cd9c37275418f4297b1165a654b605e51219c differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d0/f630029daf8c6f74b305693b71a9605629e399 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d0/f630029daf8c6f74b305693b71a9605629e399 new file mode 100644 index 0000000..d6a73fa --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d0/f630029daf8c6f74b305693b71a9605629e399 @@ -0,0 +1,3 @@ +xmn0D{W!@Nh +Ҵh/= J%@.AKі '#7j |GG~0V!yU3X˂cd{x6Vu08_6o8_U~Z>>1bR\$wOύS-CM/0)QBW]ˍ-)M]I?5@d) tKAYq|8Y}{VY \ No newline at end of file diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d6/7ac59b2f055fb1001b55029b97627488fcbf3a b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d6/7ac59b2f055fb1001b55029b97627488fcbf3a new file mode 100644 index 0000000..21474b5 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d6/7ac59b2f055fb1001b55029b97627488fcbf3a differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d8/f7b90dfb83166a392bd47366f49750603a730c b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d8/f7b90dfb83166a392bd47366f49750603a730c new file mode 100644 index 0000000..bb62fbb Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/d8/f7b90dfb83166a392bd47366f49750603a730c differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/df/6f53a88a40dc49e27644d9c3102522d7e1aaa3 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/df/6f53a88a40dc49e27644d9c3102522d7e1aaa3 new file mode 100644 index 0000000..ee5ffa8 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/df/6f53a88a40dc49e27644d9c3102522d7e1aaa3 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e1/1904f668f52a236a05dd3996c7e3788942a3a2 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e1/1904f668f52a236a05dd3996c7e3788942a3a2 new file mode 100644 index 0000000..9583320 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e1/1904f668f52a236a05dd3996c7e3788942a3a2 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e3/c99048d8e352a7aed6af7da20a067325a29c90 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e3/c99048d8e352a7aed6af7da20a067325a29c90 new file mode 100644 index 0000000..1c47015 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e3/c99048d8e352a7aed6af7da20a067325a29c90 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e4/4a85bf36ff84f6fb4bc5fa85447246cd1de4be b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e4/4a85bf36ff84f6fb4bc5fa85447246cd1de4be new file mode 100644 index 0000000..04ce260 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e4/4a85bf36ff84f6fb4bc5fa85447246cd1de4be differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e4/fad2afb1921862d4da7ab76cfd252877841cb6 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e4/fad2afb1921862d4da7ab76cfd252877841cb6 new file mode 100644 index 0000000..5199471 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e4/fad2afb1921862d4da7ab76cfd252877841cb6 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e5/5a4cd000a63a8e778ff87d9df1d4b0436cb6ba b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e5/5a4cd000a63a8e778ff87d9df1d4b0436cb6ba new file mode 100644 index 0000000..49d9675 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e5/5a4cd000a63a8e778ff87d9df1d4b0436cb6ba differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e7/d956301542946b17345c44885a23f9b3a6e158 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e7/d956301542946b17345c44885a23f9b3a6e158 new file mode 100644 index 0000000..ebd11ef Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/e7/d956301542946b17345c44885a23f9b3a6e158 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/eb/18ba1ff45c3c588390744527f439060676d69a b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/eb/18ba1ff45c3c588390744527f439060676d69a new file mode 100644 index 0000000..64becd4 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/eb/18ba1ff45c3c588390744527f439060676d69a differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/eb/80676f008c513ce18c64167672eab7f906d212 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/eb/80676f008c513ce18c64167672eab7f906d212 new file mode 100644 index 0000000..a1ae12e Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/eb/80676f008c513ce18c64167672eab7f906d212 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ec/d9db8b73b30dcc9a2a2b8137e325f260a33298 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ec/d9db8b73b30dcc9a2a2b8137e325f260a33298 new file mode 100644 index 0000000..579f7d1 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ec/d9db8b73b30dcc9a2a2b8137e325f260a33298 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ed/8d42a73ca94e676d770dc8c2ee65caf5112429 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ed/8d42a73ca94e676d770dc8c2ee65caf5112429 new file mode 100644 index 0000000..012304a Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ed/8d42a73ca94e676d770dc8c2ee65caf5112429 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ee/a512b8bbd1fe80a085ba554afce6bdbb73ae4f b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ee/a512b8bbd1fe80a085ba554afce6bdbb73ae4f new file mode 100644 index 0000000..8855b2b Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/ee/a512b8bbd1fe80a085ba554afce6bdbb73ae4f differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f0/04f48cbaef4890c8218fdf7114951a9bd0b442 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f0/04f48cbaef4890c8218fdf7114951a9bd0b442 new file mode 100644 index 0000000..4d78a3a Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f0/04f48cbaef4890c8218fdf7114951a9bd0b442 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f6/2fd01a517522f7e99aacf0f822fa965aa8aaa3 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f6/2fd01a517522f7e99aacf0f822fa965aa8aaa3 new file mode 100644 index 0000000..a51ceb7 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f6/2fd01a517522f7e99aacf0f822fa965aa8aaa3 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f8/b04e73b6108be3d997ba2db013a96174b6c9ba b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f8/b04e73b6108be3d997ba2db013a96174b6c9ba new file mode 100644 index 0000000..38e8baa Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/f8/b04e73b6108be3d997ba2db013a96174b6c9ba differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/fa/d83cfed8be6a25df495b27adee7c8c34f043a7 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/fa/d83cfed8be6a25df495b27adee7c8c34f043a7 new file mode 100644 index 0000000..1bec5c6 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/fa/d83cfed8be6a25df495b27adee7c8c34f043a7 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/fc/afcd39d482e5ccdf6c342c6cdcd033101db415 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/fc/afcd39d482e5ccdf6c342c6cdcd033101db415 new file mode 100644 index 0000000..72354d5 Binary files /dev/null and b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/fc/afcd39d482e5ccdf6c342c6cdcd033101db415 differ diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/info/packs b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/info/packs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/objects/info/packs @@ -0,0 +1 @@ + diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/heads/feature-10 b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/heads/feature-10 new file mode 100644 index 0000000..4332e61 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/heads/feature-10 @@ -0,0 +1 @@ +807da2538b9797e3880202f559bd6858a62d3e7d diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/heads/main b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/heads/main new file mode 100644 index 0000000..7255603 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/heads/main @@ -0,0 +1 @@ +16a607b4e427dee7a8814949607784e1e56e749e diff --git a/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/pull/1/head b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/pull/1/head new file mode 100644 index 0000000..4332e61 --- /dev/null +++ b/backend_part1/gitea/git/repositories/pom/jeu-concours.git/refs/pull/1/head @@ -0,0 +1 @@ +807da2538b9797e3880202f559bd6858a62d3e7d diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/01/1.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/01/1.log new file mode 100644 index 0000000..7a514bb --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/01/1.log @@ -0,0 +1,436 @@ +2024-02-15T10:36:40.9443027Z bbf8c489ea77(version:v0.2.6) received task 1 of job 1, be triggered by event: push +2024-02-15T10:36:40.9447263Z workflow prepared +2024-02-15T10:36:40.9448797Z evaluating expression 'success()' +2024-02-15T10:36:40.9450011Z expression 'success()' evaluated to 'true' +2024-02-15T10:36:40.9450306Z 🚀 Start image=node:16-bullseye +2024-02-15T10:36:40.9582198Z 🐳 docker pull image=node:16-bullseye platform= username= forcePull=false +2024-02-15T10:36:40.9582363Z 🐳 docker pull node:16-bullseye +2024-02-15T10:36:40.9594503Z Image exists? false +2024-02-15T10:36:40.9594940Z pulling image 'docker.io/library/node:16-bullseye' () +2024-02-15T10:36:42.5586140Z Pulling from library/node :: 16-bullseye +2024-02-15T10:36:42.9098527Z Pulling fs layer :: 5dea071bb978 +2024-02-15T10:36:42.9098882Z Pulling fs layer :: d190df514e96 +2024-02-15T10:36:42.9098979Z Pulling fs layer :: 40b939be1a16 +2024-02-15T10:36:42.9099055Z Pulling fs layer :: 2cd599095290 +2024-02-15T10:36:42.9099125Z Pulling fs layer :: 6d882b08c8eb +2024-02-15T10:36:42.9099233Z Pulling fs layer :: e4cc95bbc3b4 +2024-02-15T10:36:42.9099302Z Pulling fs layer :: e12e3f6cbdd8 +2024-02-15T10:36:42.9099376Z Pulling fs layer :: 139c9fa440fc +2024-02-15T10:36:42.9099449Z Waiting :: e4cc95bbc3b4 +2024-02-15T10:36:42.9099536Z Waiting :: e12e3f6cbdd8 +2024-02-15T10:36:42.9099608Z Waiting :: 139c9fa440fc +2024-02-15T10:36:42.9099673Z Waiting :: 6d882b08c8eb +2024-02-15T10:36:43.3794694Z Downloading :: d190df514e96 :: 159.9kB/15.76MB +2024-02-15T10:36:43.4136479Z Downloading :: 5dea071bb978 :: 540.7kB/55.06MB +2024-02-15T10:36:43.4144805Z Downloading :: 40b939be1a16 :: 539.9kB/54.58MB +2024-02-15T10:36:43.4840396Z Downloading :: d190df514e96 :: 2.788MB/15.76MB +2024-02-15T10:36:43.5153415Z Downloading :: 40b939be1a16 :: 3.214MB/54.58MB +2024-02-15T10:36:43.5845428Z Downloading :: d190df514e96 :: 4.27MB/15.76MB +2024-02-15T10:36:43.6426732Z Downloading :: 5dea071bb978 :: 3.21MB/55.06MB +2024-02-15T10:36:43.6445143Z Downloading :: 40b939be1a16 :: 5.364MB/54.58MB +2024-02-15T10:36:43.7003665Z Downloading :: d190df514e96 :: 9.177MB/15.76MB +2024-02-15T10:36:43.7462288Z Downloading :: 40b939be1a16 :: 9.665MB/54.58MB +2024-02-15T10:36:43.7524076Z Downloading :: 5dea071bb978 :: 8.039MB/55.06MB +2024-02-15T10:36:43.8054931Z Downloading :: d190df514e96 :: 14.92MB/15.76MB +2024-02-15T10:36:43.8260815Z Verifying Checksum :: d190df514e96 +2024-02-15T10:36:43.8261451Z Download complete :: d190df514e96 +2024-02-15T10:36:43.8479781Z Downloading :: 40b939be1a16 :: 13.45MB/54.58MB +2024-02-15T10:36:43.8577795Z Downloading :: 5dea071bb978 :: 10.73MB/55.06MB +2024-02-15T10:36:43.9547749Z Downloading :: 40b939be1a16 :: 18.27MB/54.58MB +2024-02-15T10:36:43.9578483Z Downloading :: 5dea071bb978 :: 14.49MB/55.06MB +2024-02-15T10:36:44.0588786Z Downloading :: 5dea071bb978 :: 18.79MB/55.06MB +2024-02-15T10:36:44.0661492Z Downloading :: 40b939be1a16 :: 23.66MB/54.58MB +2024-02-15T10:36:44.1626414Z Downloading :: 5dea071bb978 :: 23.09MB/55.06MB +2024-02-15T10:36:44.1738987Z Downloading :: 40b939be1a16 :: 29.55MB/54.58MB +2024-02-15T10:36:44.2746518Z Downloading :: 5dea071bb978 :: 28.47MB/55.06MB +2024-02-15T10:36:44.2810055Z Downloading :: 40b939be1a16 :: 34.92MB/54.58MB +2024-02-15T10:36:44.3841084Z Downloading :: 5dea071bb978 :: 33.34MB/55.06MB +2024-02-15T10:36:44.3903154Z Downloading :: 40b939be1a16 :: 40.81MB/54.58MB +2024-02-15T10:36:44.4842801Z Downloading :: 5dea071bb978 :: 37.65MB/55.06MB +2024-02-15T10:36:44.4988748Z Downloading :: 40b939be1a16 :: 46.69MB/54.58MB +2024-02-15T10:36:44.5108097Z Downloading :: 2cd599095290 :: 535.8kB/196.8MB +2024-02-15T10:36:44.6016021Z Downloading :: 5dea071bb978 :: 39.8MB/55.06MB +2024-02-15T10:36:44.6041500Z Downloading :: 40b939be1a16 :: 48.83MB/54.58MB +2024-02-15T10:36:44.6514961Z Downloading :: 2cd599095290 :: 1.076MB/196.8MB +2024-02-15T10:36:44.6989794Z Verifying Checksum :: 40b939be1a16 +2024-02-15T10:36:44.6991039Z Download complete :: 40b939be1a16 +2024-02-15T10:36:44.7075317Z Downloading :: 5dea071bb978 :: 46.24MB/55.06MB +2024-02-15T10:36:44.7555146Z Downloading :: 2cd599095290 :: 3.226MB/196.8MB +2024-02-15T10:36:44.8135917Z Downloading :: 5dea071bb978 :: 52.17MB/55.06MB +2024-02-15T10:36:44.8592866Z Verifying Checksum :: 5dea071bb978 +2024-02-15T10:36:44.8595893Z Download complete :: 5dea071bb978 +2024-02-15T10:36:44.8604472Z Downloading :: 2cd599095290 :: 5.897MB/196.8MB +2024-02-15T10:36:44.8941830Z Extracting :: 5dea071bb978 :: 557.1kB/55.06MB +2024-02-15T10:36:44.9647003Z Downloading :: 2cd599095290 :: 14.5MB/196.8MB +2024-02-15T10:36:45.0710687Z Extracting :: 5dea071bb978 :: 2.785MB/55.06MB +2024-02-15T10:36:45.0858826Z Downloading :: 2cd599095290 :: 23.08MB/196.8MB +2024-02-15T10:36:45.1888281Z Downloading :: 2cd599095290 :: 30.64MB/196.8MB +2024-02-15T10:36:45.1962194Z Extracting :: 5dea071bb978 :: 6.685MB/55.06MB +2024-02-15T10:36:45.2913591Z Downloading :: 2cd599095290 :: 39.21MB/196.8MB +2024-02-15T10:36:45.2963149Z Extracting :: 5dea071bb978 :: 10.03MB/55.06MB +2024-02-15T10:36:45.2994685Z Downloading :: 6d882b08c8eb :: 720B/4.199kB +2024-02-15T10:36:45.3001511Z Downloading :: 6d882b08c8eb :: 4.199kB/4.199kB +2024-02-15T10:36:45.3006116Z Verifying Checksum :: 6d882b08c8eb +2024-02-15T10:36:45.3008181Z Download complete :: 6d882b08c8eb +2024-02-15T10:36:45.3935743Z Downloading :: 2cd599095290 :: 48.33MB/196.8MB +2024-02-15T10:36:45.4003697Z Extracting :: 5dea071bb978 :: 13.37MB/55.06MB +2024-02-15T10:36:45.4680284Z Downloading :: e4cc95bbc3b4 :: 359.7kB/34.79MB +2024-02-15T10:36:45.4977373Z Downloading :: 2cd599095290 :: 55.8MB/196.8MB +2024-02-15T10:36:45.5592520Z Extracting :: 5dea071bb978 :: 15.6MB/55.06MB +2024-02-15T10:36:45.5680505Z Downloading :: e4cc95bbc3b4 :: 1.792MB/34.79MB +2024-02-15T10:36:45.6012914Z Downloading :: 2cd599095290 :: 64.39MB/196.8MB +2024-02-15T10:36:45.6848578Z Downloading :: e4cc95bbc3b4 :: 4.283MB/34.79MB +2024-02-15T10:36:45.7050706Z Downloading :: 2cd599095290 :: 71.36MB/196.8MB +2024-02-15T10:36:45.7357377Z Extracting :: 5dea071bb978 :: 17.27MB/55.06MB +2024-02-15T10:36:45.8159436Z Downloading :: e4cc95bbc3b4 :: 7.146MB/34.79MB +2024-02-15T10:36:45.8210709Z Downloading :: 2cd599095290 :: 75.66MB/196.8MB +2024-02-15T10:36:45.8432106Z Extracting :: 5dea071bb978 :: 20.61MB/55.06MB +2024-02-15T10:36:45.9594298Z Extracting :: 5dea071bb978 :: 25.07MB/55.06MB +2024-02-15T10:36:45.9824473Z Downloading :: e12e3f6cbdd8 :: 23.81kB/2.273MB +2024-02-15T10:36:45.9831117Z Downloading :: e4cc95bbc3b4 :: 14.31MB/34.79MB +2024-02-15T10:36:45.9891208Z Downloading :: 2cd599095290 :: 83.18MB/196.8MB +2024-02-15T10:36:46.0672432Z Extracting :: 5dea071bb978 :: 28.41MB/55.06MB +2024-02-15T10:36:46.1092740Z Downloading :: e4cc95bbc3b4 :: 20.39MB/34.79MB +2024-02-15T10:36:46.1114353Z Downloading :: 2cd599095290 :: 88.57MB/196.8MB +2024-02-15T10:36:46.1124482Z Downloading :: e12e3f6cbdd8 :: 147kB/2.273MB +2024-02-15T10:36:46.2154315Z Downloading :: e4cc95bbc3b4 :: 28.63MB/34.79MB +2024-02-15T10:36:46.2165432Z Downloading :: e12e3f6cbdd8 :: 396.5kB/2.273MB +2024-02-15T10:36:46.2186510Z Downloading :: 2cd599095290 :: 94.48MB/196.8MB +2024-02-15T10:36:46.2532879Z Extracting :: 5dea071bb978 :: 28.97MB/55.06MB +2024-02-15T10:36:46.3195594Z Downloading :: 2cd599095290 :: 98.77MB/196.8MB +2024-02-15T10:36:46.3206590Z Downloading :: e12e3f6cbdd8 :: 527.6kB/2.273MB +2024-02-15T10:36:46.3356155Z Downloading :: e4cc95bbc3b4 :: 30.42MB/34.79MB +2024-02-15T10:36:46.3578410Z Extracting :: 5dea071bb978 :: 31.2MB/55.06MB +2024-02-15T10:36:46.3691778Z Verifying Checksum :: e4cc95bbc3b4 +2024-02-15T10:36:46.3692243Z Download complete :: e4cc95bbc3b4 +2024-02-15T10:36:46.4205359Z Downloading :: e12e3f6cbdd8 :: 920.8kB/2.273MB +2024-02-15T10:36:46.4232408Z Downloading :: 2cd599095290 :: 105.2MB/196.8MB +2024-02-15T10:36:46.4592799Z Extracting :: 5dea071bb978 :: 35.65MB/55.06MB +2024-02-15T10:36:46.5243524Z Downloading :: e12e3f6cbdd8 :: 1.281MB/2.273MB +2024-02-15T10:36:46.5301258Z Downloading :: 2cd599095290 :: 112.7MB/196.8MB +2024-02-15T10:36:46.5702858Z Extracting :: 5dea071bb978 :: 38.44MB/55.06MB +2024-02-15T10:36:46.6302222Z Downloading :: e12e3f6cbdd8 :: 1.674MB/2.273MB +2024-02-15T10:36:46.6308254Z Downloading :: 2cd599095290 :: 120.7MB/196.8MB +2024-02-15T10:36:46.6916466Z Extracting :: 5dea071bb978 :: 41.22MB/55.06MB +2024-02-15T10:36:46.7313096Z Downloading :: e12e3f6cbdd8 :: 2.1MB/2.273MB +2024-02-15T10:36:46.7359287Z Downloading :: 2cd599095290 :: 129.3MB/196.8MB +2024-02-15T10:36:46.7747884Z Verifying Checksum :: e12e3f6cbdd8 +2024-02-15T10:36:46.7748277Z Download complete :: e12e3f6cbdd8 +2024-02-15T10:36:46.8142906Z Extracting :: 5dea071bb978 :: 44.01MB/55.06MB +2024-02-15T10:36:46.8425913Z Downloading :: 2cd599095290 :: 136.9MB/196.8MB +2024-02-15T10:36:46.8842650Z Downloading :: 139c9fa440fc :: 448B/448B +2024-02-15T10:36:46.8843614Z Verifying Checksum :: 139c9fa440fc +2024-02-15T10:36:46.8843865Z Download complete :: 139c9fa440fc +2024-02-15T10:36:46.9232656Z Extracting :: 5dea071bb978 :: 45.68MB/55.06MB +2024-02-15T10:36:46.9435797Z Downloading :: 2cd599095290 :: 146MB/196.8MB +2024-02-15T10:36:47.0397582Z Extracting :: 5dea071bb978 :: 47.91MB/55.06MB +2024-02-15T10:36:47.0461156Z Downloading :: 2cd599095290 :: 153.5MB/196.8MB +2024-02-15T10:36:47.1462388Z Extracting :: 5dea071bb978 :: 50.14MB/55.06MB +2024-02-15T10:36:47.1493858Z Downloading :: 2cd599095290 :: 163.2MB/196.8MB +2024-02-15T10:36:47.2564631Z Extracting :: 5dea071bb978 :: 51.25MB/55.06MB +2024-02-15T10:36:47.2565304Z Downloading :: 2cd599095290 :: 172.8MB/196.8MB +2024-02-15T10:36:47.3575383Z Downloading :: 2cd599095290 :: 182.5MB/196.8MB +2024-02-15T10:36:47.4300062Z Extracting :: 5dea071bb978 :: 52.36MB/55.06MB +2024-02-15T10:36:47.4603280Z Downloading :: 2cd599095290 :: 191.1MB/196.8MB +2024-02-15T10:36:47.5411669Z Verifying Checksum :: 2cd599095290 +2024-02-15T10:36:47.5412006Z Download complete :: 2cd599095290 +2024-02-15T10:36:47.5635432Z Extracting :: 5dea071bb978 :: 53.48MB/55.06MB +2024-02-15T10:36:47.9839763Z Extracting :: 5dea071bb978 :: 54.03MB/55.06MB +2024-02-15T10:36:48.1232675Z Extracting :: 5dea071bb978 :: 54.59MB/55.06MB +2024-02-15T10:36:48.2861854Z Extracting :: 5dea071bb978 :: 55.06MB/55.06MB +2024-02-15T10:36:48.3523117Z Pull complete :: 5dea071bb978 +2024-02-15T10:36:48.3568860Z Extracting :: d190df514e96 :: 163.8kB/15.76MB +2024-02-15T10:36:48.4602567Z Extracting :: d190df514e96 :: 4.096MB/15.76MB +2024-02-15T10:36:48.5604308Z Extracting :: d190df514e96 :: 8.192MB/15.76MB +2024-02-15T10:36:48.6676887Z Extracting :: d190df514e96 :: 13.11MB/15.76MB +2024-02-15T10:36:48.7796413Z Extracting :: d190df514e96 :: 15.24MB/15.76MB +2024-02-15T10:36:48.8183019Z Extracting :: d190df514e96 :: 15.76MB/15.76MB +2024-02-15T10:36:48.8862530Z Pull complete :: d190df514e96 +2024-02-15T10:36:48.9059459Z Extracting :: 40b939be1a16 :: 557.1kB/54.58MB +2024-02-15T10:36:49.0084401Z Extracting :: 40b939be1a16 :: 7.242MB/54.58MB +2024-02-15T10:36:49.1270049Z Extracting :: 40b939be1a16 :: 13.93MB/54.58MB +2024-02-15T10:36:49.2398040Z Extracting :: 40b939be1a16 :: 17.83MB/54.58MB +2024-02-15T10:36:49.3532314Z Extracting :: 40b939be1a16 :: 19.5MB/54.58MB +2024-02-15T10:36:49.4681356Z Extracting :: 40b939be1a16 :: 21.17MB/54.58MB +2024-02-15T10:36:49.6358024Z Extracting :: 40b939be1a16 :: 23.4MB/54.58MB +2024-02-15T10:36:49.7457694Z Extracting :: 40b939be1a16 :: 25.07MB/54.58MB +2024-02-15T10:36:49.8521774Z Extracting :: 40b939be1a16 :: 26.18MB/54.58MB +2024-02-15T10:36:49.9623615Z Extracting :: 40b939be1a16 :: 26.74MB/54.58MB +2024-02-15T10:36:50.0768908Z Extracting :: 40b939be1a16 :: 28.97MB/54.58MB +2024-02-15T10:36:50.1893253Z Extracting :: 40b939be1a16 :: 30.64MB/54.58MB +2024-02-15T10:36:50.3054488Z Extracting :: 40b939be1a16 :: 34.54MB/54.58MB +2024-02-15T10:36:50.4076392Z Extracting :: 40b939be1a16 :: 35.65MB/54.58MB +2024-02-15T10:36:50.5100906Z Extracting :: 40b939be1a16 :: 37.88MB/54.58MB +2024-02-15T10:36:50.6414143Z Extracting :: 40b939be1a16 :: 39.55MB/54.58MB +2024-02-15T10:36:50.7414498Z Extracting :: 40b939be1a16 :: 40.67MB/54.58MB +2024-02-15T10:36:50.8419806Z Extracting :: 40b939be1a16 :: 42.89MB/54.58MB +2024-02-15T10:36:50.9457690Z Extracting :: 40b939be1a16 :: 45.68MB/54.58MB +2024-02-15T10:36:51.0600863Z Extracting :: 40b939be1a16 :: 49.02MB/54.58MB +2024-02-15T10:36:51.2134710Z Extracting :: 40b939be1a16 :: 50.14MB/54.58MB +2024-02-15T10:36:51.3936762Z Extracting :: 40b939be1a16 :: 51.25MB/54.58MB +2024-02-15T10:36:51.5855873Z Extracting :: 40b939be1a16 :: 52.36MB/54.58MB +2024-02-15T10:36:51.6867660Z Extracting :: 40b939be1a16 :: 53.48MB/54.58MB +2024-02-15T10:36:51.9239167Z Extracting :: 40b939be1a16 :: 54.03MB/54.58MB +2024-02-15T10:36:51.9901182Z Extracting :: 40b939be1a16 :: 54.58MB/54.58MB +2024-02-15T10:36:51.9985503Z Extracting :: 40b939be1a16 :: 54.58MB/54.58MB +2024-02-15T10:36:52.0736703Z Pull complete :: 40b939be1a16 +2024-02-15T10:36:52.1229581Z Extracting :: 2cd599095290 :: 557.1kB/196.8MB +2024-02-15T10:36:52.2240509Z Extracting :: 2cd599095290 :: 4.456MB/196.8MB +2024-02-15T10:36:52.3254179Z Extracting :: 2cd599095290 :: 13.37MB/196.8MB +2024-02-15T10:36:52.5076139Z Extracting :: 2cd599095290 :: 16.71MB/196.8MB +2024-02-15T10:36:52.6151160Z Extracting :: 2cd599095290 :: 17.27MB/196.8MB +2024-02-15T10:36:52.8375853Z Extracting :: 2cd599095290 :: 18.38MB/196.8MB +2024-02-15T10:36:53.0587669Z Extracting :: 2cd599095290 :: 19.5MB/196.8MB +2024-02-15T10:36:53.3133132Z Extracting :: 2cd599095290 :: 20.61MB/196.8MB +2024-02-15T10:36:53.4294471Z Extracting :: 2cd599095290 :: 21.17MB/196.8MB +2024-02-15T10:36:53.5769173Z Extracting :: 2cd599095290 :: 21.73MB/196.8MB +2024-02-15T10:36:53.7106744Z Extracting :: 2cd599095290 :: 22.84MB/196.8MB +2024-02-15T10:36:53.8743902Z Extracting :: 2cd599095290 :: 23.4MB/196.8MB +2024-02-15T10:36:53.9822526Z Extracting :: 2cd599095290 :: 26.74MB/196.8MB +2024-02-15T10:36:54.0949897Z Extracting :: 2cd599095290 :: 33.42MB/196.8MB +2024-02-15T10:36:54.1970576Z Extracting :: 2cd599095290 :: 39.55MB/196.8MB +2024-02-15T10:36:54.3001470Z Extracting :: 2cd599095290 :: 45.68MB/196.8MB +2024-02-15T10:36:54.4035187Z Extracting :: 2cd599095290 :: 47.91MB/196.8MB +2024-02-15T10:36:54.5098985Z Extracting :: 2cd599095290 :: 52.36MB/196.8MB +2024-02-15T10:36:54.6141715Z Extracting :: 2cd599095290 :: 59.05MB/196.8MB +2024-02-15T10:36:54.7232789Z Extracting :: 2cd599095290 :: 62.95MB/196.8MB +2024-02-15T10:36:54.8930055Z Extracting :: 2cd599095290 :: 64.62MB/196.8MB +2024-02-15T10:36:54.9944263Z Extracting :: 2cd599095290 :: 65.73MB/196.8MB +2024-02-15T10:36:55.0995986Z Extracting :: 2cd599095290 :: 66.85MB/196.8MB +2024-02-15T10:36:55.2133439Z Extracting :: 2cd599095290 :: 71.3MB/196.8MB +2024-02-15T10:36:55.3223739Z Extracting :: 2cd599095290 :: 76.87MB/196.8MB +2024-02-15T10:36:55.4292132Z Extracting :: 2cd599095290 :: 80.77MB/196.8MB +2024-02-15T10:36:55.5367512Z Extracting :: 2cd599095290 :: 85.79MB/196.8MB +2024-02-15T10:36:55.6466799Z Extracting :: 2cd599095290 :: 90.24MB/196.8MB +2024-02-15T10:36:55.7512692Z Extracting :: 2cd599095290 :: 94.7MB/196.8MB +2024-02-15T10:36:55.8534313Z Extracting :: 2cd599095290 :: 100.3MB/196.8MB +2024-02-15T10:36:55.9597633Z Extracting :: 2cd599095290 :: 105.3MB/196.8MB +2024-02-15T10:36:56.0676041Z Extracting :: 2cd599095290 :: 111.4MB/196.8MB +2024-02-15T10:36:56.1751121Z Extracting :: 2cd599095290 :: 117.5MB/196.8MB +2024-02-15T10:36:56.2841107Z Extracting :: 2cd599095290 :: 122MB/196.8MB +2024-02-15T10:36:56.3943786Z Extracting :: 2cd599095290 :: 127MB/196.8MB +2024-02-15T10:36:56.4997495Z Extracting :: 2cd599095290 :: 129.8MB/196.8MB +2024-02-15T10:36:56.6109463Z Extracting :: 2cd599095290 :: 135.4MB/196.8MB +2024-02-15T10:36:56.7120594Z Extracting :: 2cd599095290 :: 139.8MB/196.8MB +2024-02-15T10:36:56.8185790Z Extracting :: 2cd599095290 :: 144.3MB/196.8MB +2024-02-15T10:36:56.9245200Z Extracting :: 2cd599095290 :: 148.2MB/196.8MB +2024-02-15T10:36:57.0439373Z Extracting :: 2cd599095290 :: 150.4MB/196.8MB +2024-02-15T10:36:57.2397312Z Extracting :: 2cd599095290 :: 153.2MB/196.8MB +2024-02-15T10:36:57.3410317Z Extracting :: 2cd599095290 :: 156MB/196.8MB +2024-02-15T10:36:57.4426000Z Extracting :: 2cd599095290 :: 161.5MB/196.8MB +2024-02-15T10:36:57.5642916Z Extracting :: 2cd599095290 :: 166.6MB/196.8MB +2024-02-15T10:36:57.6654107Z Extracting :: 2cd599095290 :: 169.9MB/196.8MB +2024-02-15T10:36:57.7706109Z Extracting :: 2cd599095290 :: 174.4MB/196.8MB +2024-02-15T10:36:57.8801974Z Extracting :: 2cd599095290 :: 177.1MB/196.8MB +2024-02-15T10:36:58.0483549Z Extracting :: 2cd599095290 :: 179.4MB/196.8MB +2024-02-15T10:36:58.1891403Z Extracting :: 2cd599095290 :: 181.6MB/196.8MB +2024-02-15T10:36:58.3047268Z Extracting :: 2cd599095290 :: 183.3MB/196.8MB +2024-02-15T10:36:58.4073229Z Extracting :: 2cd599095290 :: 186.1MB/196.8MB +2024-02-15T10:36:58.5293869Z Extracting :: 2cd599095290 :: 188.8MB/196.8MB +2024-02-15T10:36:58.6351398Z Extracting :: 2cd599095290 :: 191.6MB/196.8MB +2024-02-15T10:36:58.7479542Z Extracting :: 2cd599095290 :: 193.3MB/196.8MB +2024-02-15T10:36:58.8822071Z Extracting :: 2cd599095290 :: 193.9MB/196.8MB +2024-02-15T10:36:59.1132299Z Extracting :: 2cd599095290 :: 195MB/196.8MB +2024-02-15T10:36:59.2724014Z Extracting :: 2cd599095290 :: 195.5MB/196.8MB +2024-02-15T10:36:59.4010199Z Extracting :: 2cd599095290 :: 196.1MB/196.8MB +2024-02-15T10:36:59.6384072Z Extracting :: 2cd599095290 :: 196.6MB/196.8MB +2024-02-15T10:36:59.7351610Z Extracting :: 2cd599095290 :: 196.8MB/196.8MB +2024-02-15T10:37:00.4222963Z Pull complete :: 2cd599095290 +2024-02-15T10:37:00.4250713Z Extracting :: 6d882b08c8eb :: 4.199kB/4.199kB +2024-02-15T10:37:00.4254590Z Extracting :: 6d882b08c8eb :: 4.199kB/4.199kB +2024-02-15T10:37:00.4455867Z Pull complete :: 6d882b08c8eb +2024-02-15T10:37:00.4552179Z Extracting :: e4cc95bbc3b4 :: 360.4kB/34.79MB +2024-02-15T10:37:00.5579536Z Extracting :: e4cc95bbc3b4 :: 7.93MB/34.79MB +2024-02-15T10:37:00.6583259Z Extracting :: e4cc95bbc3b4 :: 14.42MB/34.79MB +2024-02-15T10:37:00.7631329Z Extracting :: e4cc95bbc3b4 :: 23.43MB/34.79MB +2024-02-15T10:37:00.8641966Z Extracting :: e4cc95bbc3b4 :: 29.92MB/34.79MB +2024-02-15T10:37:01.0134510Z Extracting :: e4cc95bbc3b4 :: 31.72MB/34.79MB +2024-02-15T10:37:01.1252391Z Extracting :: e4cc95bbc3b4 :: 32.44MB/34.79MB +2024-02-15T10:37:01.2616771Z Extracting :: e4cc95bbc3b4 :: 33.16MB/34.79MB +2024-02-15T10:37:01.3860800Z Extracting :: e4cc95bbc3b4 :: 33.52MB/34.79MB +2024-02-15T10:37:01.5552624Z Extracting :: e4cc95bbc3b4 :: 34.24MB/34.79MB +2024-02-15T10:37:01.6991903Z Extracting :: e4cc95bbc3b4 :: 34.79MB/34.79MB +2024-02-15T10:37:01.8078859Z Pull complete :: e4cc95bbc3b4 +2024-02-15T10:37:01.8097231Z Extracting :: e12e3f6cbdd8 :: 32.77kB/2.273MB +2024-02-15T10:37:01.8637464Z Extracting :: e12e3f6cbdd8 :: 2.273MB/2.273MB +2024-02-15T10:37:01.8737655Z Pull complete :: e12e3f6cbdd8 +2024-02-15T10:37:01.8761863Z Extracting :: 139c9fa440fc :: 448B/448B +2024-02-15T10:37:01.8762181Z Extracting :: 139c9fa440fc :: 448B/448B +2024-02-15T10:37:01.8807219Z Pull complete :: 139c9fa440fc +2024-02-15T10:37:01.8891170Z Digest: sha256:cd59a61258b82b86c1ff0ead50c8a689f6c3483c5ed21036e11ee741add419eb :: +2024-02-15T10:37:01.8903859Z Status: Downloaded newer image for node:16-bullseye :: +2024-02-15T10:37:01.8935017Z 🐳 docker create image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T10:37:01.8983371Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:node:16-bullseye Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T10:37:01.9047727Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-1_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-1_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T10:37:02.8977788Z Created container name=GITEA-ACTIONS-TASK-1_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions id=002fa728b32974c4386b3eea6593d06f7a178ad24ec86342fa68762a27cbbc5f from image node:16-bullseye (platform: ) +2024-02-15T10:37:02.8978057Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T10:37:02.8978170Z 🐳 docker run image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T10:37:02.8978233Z Starting container: 002fa728b32974c4386b3eea6593d06f7a178ad24ec86342fa68762a27cbbc5f +2024-02-15T10:37:02.9768203Z Started container: 002fa728b32974c4386b3eea6593d06f7a178ad24ec86342fa68762a27cbbc5f +2024-02-15T10:37:03.0545059Z Writing entry to tarball workflow/event.json len:4934 +2024-02-15T10:37:03.0545813Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T10:37:03.0545961Z Extracting content to '/var/run/act/' +2024-02-15T10:37:03.0651120Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:03.0651698Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:03.0652208Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:37:03.0652457Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T10:37:03.0652537Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T10:37:03.0652766Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T10:37:03.0652922Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T10:37:03.0653444Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T10:37:03.0653775Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/main and your repository is Pom/jeu-concours.")' +2024-02-15T10:37:03.0722143Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T10:37:03.0722670Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T10:37:08.6227673Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T10:37:08.7357265Z Checked out v3 +2024-02-15T10:37:08.7363113Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T10:37:08.7364099Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T10:37:08.7364183Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T10:37:08.7364473Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T10:37:08.7365272Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T10:37:08.7365489Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T10:37:08.7365649Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T10:37:08.7366214Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:08.7366263Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:08.7366424Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:37:08.7552373Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:5b65ea2912c029f55e229345710b995f1e35a9f6 GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-1_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T10:37:08.7606804Z evaluating expression '' +2024-02-15T10:37:08.7607206Z expression '' evaluated to 'true' +2024-02-15T10:37:08.7607375Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:08.7607435Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:08.7607661Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:37:08.7607829Z ⭐ Run Main echo "🎉 The job was automatically triggered by a push event." +2024-02-15T10:37:08.7607969Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T10:37:08.7608070Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T10:37:08.7608133Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T10:37:08.7608192Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T10:37:08.7608279Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T10:37:08.7608361Z Extracting content to '/var/run/act' +2024-02-15T10:37:08.7862631Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:08.7863041Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:08.7863354Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:37:08.7863441Z Wrote command \n\necho "🎉 The job was automatically triggered by a push event."\n\n to 'workflow/0' +2024-02-15T10:37:08.7863574Z Writing entry to tarball workflow/0 len:66 +2024-02-15T10:37:08.7863702Z Extracting content to '/var/run/act' +2024-02-15T10:37:08.7883083Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir= +2024-02-15T10:37:08.7883443Z Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0]' +2024-02-15T10:37:08.7883742Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T10:37:08.8266844Z 🎉 The job was automatically triggered by a push event. +2024-02-15T10:37:08.9154062Z 🐧 This job is now running on a Linux server hosted by Gitea! +2024-02-15T10:37:09.0034494Z 🔎 The name of your branch is refs/heads/main and your repository is Pom/jeu-concours. +2024-02-15T10:37:09.2584612Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T10:37:09.2588827Z Syncing repository: Pom/jeu-concours +2024-02-15T10:37:09.2593288Z ::group::Getting Git version info +2024-02-15T10:37:09.2593390Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T10:37:09.2627527Z [command]/usr/bin/git version +2024-02-15T10:37:09.2663221Z git version 2.30.2 +2024-02-15T10:37:09.2687534Z ::endgroup:: +2024-02-15T10:37:09.2708454Z Temporarily overriding HOME='/tmp/c09e6b67-1f39-4674-afb1-2f56c9958add' before making global git config changes +2024-02-15T10:37:09.2708978Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T10:37:09.2714908Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T10:37:09.2752972Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T10:37:09.2757519Z ::group::Initializing the repository +2024-02-15T10:37:09.2759884Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T10:37:09.2789363Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T10:37:09.2789572Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T10:37:09.2789631Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T10:37:09.2789910Z hint: +2024-02-15T10:37:09.2789986Z hint: git config --global init.defaultBranch +2024-02-15T10:37:09.2790046Z hint: +2024-02-15T10:37:09.2790090Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T10:37:09.2790177Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T10:37:09.2790228Z hint: +2024-02-15T10:37:09.2790271Z hint: git branch -m +2024-02-15T10:37:09.2794556Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T10:37:09.2801975Z [command]/usr/bin/git remote add origin http://server:3000/Pom/jeu-concours +2024-02-15T10:37:09.2829204Z ::endgroup:: +2024-02-15T10:37:09.2829722Z ::group::Disabling automatic garbage collection +2024-02-15T10:37:09.2829946Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T10:37:09.2861141Z ::endgroup:: +2024-02-15T10:37:09.2861375Z ::group::Setting up auth +2024-02-15T10:37:09.2867209Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T10:37:09.2897182Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T10:37:09.3126677Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T10:37:09.3154016Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T10:37:09.3377827Z [command]/usr/bin/git config --local http.http://server:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T10:37:09.3422617Z ::endgroup:: +2024-02-15T10:37:09.3422849Z ::group::Fetching the repository +2024-02-15T10:37:09.3429613Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +5b65ea2912c029f55e229345710b995f1e35a9f6:refs/remotes/origin/main +2024-02-15T10:37:09.3751364Z fatal: unable to access 'http://server:3000/Pom/jeu-concours/': Could not resolve host: server +2024-02-15T10:37:09.3771481Z The process '/usr/bin/git' failed with exit code 128 +2024-02-15T10:37:09.3772267Z Waiting 16 seconds before trying again +2024-02-15T10:37:25.3871527Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +5b65ea2912c029f55e229345710b995f1e35a9f6:refs/remotes/origin/main +2024-02-15T10:37:25.3996945Z fatal: unable to access 'http://server:3000/Pom/jeu-concours/': Could not resolve host: server +2024-02-15T10:37:25.4009510Z The process '/usr/bin/git' failed with exit code 128 +2024-02-15T10:37:25.4010114Z Waiting 12 seconds before trying again +2024-02-15T10:37:37.4027156Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +5b65ea2912c029f55e229345710b995f1e35a9f6:refs/remotes/origin/main +2024-02-15T10:37:37.4157187Z fatal: unable to access 'http://server:3000/Pom/jeu-concours/': Could not resolve host: server +2024-02-15T10:37:37.4180505Z ::remove-matcher owner=checkout-git:: +2024-02-15T10:37:37.4182296Z ::error::The process '/usr/bin/git' failed with exit code 128 +2024-02-15T10:37:37.5133195Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T10:37:37.5133303Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T10:37:37.5133541Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T10:37:37.5133772Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T10:37:37.5134155Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T10:37:37.5134432Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T10:37:37.5252119Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:1 GITHUB_RUN_NUMBER:1 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:5b65ea2912c029f55e229345710b995f1e35a9f6 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL: INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-1_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T10:37:37.5307526Z evaluating expression 'always()' +2024-02-15T10:37:37.5307926Z expression 'always()' evaluated to 'true' +2024-02-15T10:37:37.5308025Z ⭐ Run Post Check out repository code +2024-02-15T10:37:37.5308145Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T10:37:37.5308261Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T10:37:37.5308343Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T10:37:37.5308409Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T10:37:37.5308464Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T10:37:37.5309107Z Extracting content to '/var/run/act' +2024-02-15T10:37:37.5328076Z run post step for 'Check out repository code' +2024-02-15T10:37:37.5347023Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T10:37:37.5347341Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T10:37:37.5347430Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T10:37:37.5349997Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T10:37:37.6460922Z 💬 ::debug::Getting git version +2024-02-15T10:37:37.6473489Z [command]/usr/bin/git version +2024-02-15T10:37:37.6512351Z git version 2.30.2 +2024-02-15T10:37:37.6531968Z 💬 ::debug::0 +2024-02-15T10:37:37.6532241Z 💬 ::debug::git version 2.30.2%0A +2024-02-15T10:37:37.6532506Z 💬 ::debug::Set git useragent to: git/2.30.2 (github-actions-checkout) +2024-02-15T10:37:37.6537536Z ⚙ *** +2024-02-15T10:37:37.6558807Z Temporarily overriding HOME='/tmp/821d36fe-5ac4-435c-9f5b-de960484397a' before making global git config changes +2024-02-15T10:37:37.6559562Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T10:37:37.6564416Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T10:37:37.6591996Z 💬 ::debug::0 +2024-02-15T10:37:37.6592690Z 💬 ::debug:: +2024-02-15T10:37:37.6598043Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T10:37:37.6623955Z 💬 ::debug::1 +2024-02-15T10:37:37.6624540Z 💬 ::debug:: +2024-02-15T10:37:37.6626923Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T10:37:37.6847962Z 💬 ::debug::0 +2024-02-15T10:37:37.6848304Z 💬 ::debug:: +2024-02-15T10:37:37.6851678Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T10:37:37.6873930Z http.http://server:3000/.extraheader +2024-02-15T10:37:37.6877777Z 💬 ::debug::0 +2024-02-15T10:37:37.6878104Z 💬 ::debug::http.http://server:3000/.extraheader%0A +2024-02-15T10:37:37.6882571Z [command]/usr/bin/git config --local --unset-all http.http://server:3000/.extraheader +2024-02-15T10:37:37.6907225Z 💬 ::debug::0 +2024-02-15T10:37:37.6907520Z 💬 ::debug:: +2024-02-15T10:37:37.6911132Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T10:37:37.7127046Z 💬 ::debug::0 +2024-02-15T10:37:37.7127875Z 💬 ::debug:: +2024-02-15T10:37:37.7128116Z 💬 ::debug::Unsetting HOME override +2024-02-15T10:37:37.7202353Z ✅ Success - Post Check out repository code +2024-02-15T10:37:37.7270550Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T10:37:37.7271019Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T10:37:37.7271393Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/main and your repository is Pom/jeu-concours.")' +2024-02-15T10:37:37.7271570Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T10:37:37.7271633Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T10:37:37.7271803Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T10:37:37.7271934Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:37.7271992Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:37:37.7272154Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:37:37.7272278Z Cleaning up services for job Explore-Gitea-Actions +2024-02-15T10:37:37.7272432Z Cleaning up container for job Explore-Gitea-Actions +2024-02-15T10:37:37.8198229Z Removed container: 002fa728b32974c4386b3eea6593d06f7a178ad24ec86342fa68762a27cbbc5f +2024-02-15T10:37:37.8213573Z 🐳 docker volume rm GITEA-ACTIONS-TASK-1_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions +2024-02-15T10:37:37.8260577Z 🐳 docker volume rm GITEA-ACTIONS-TASK-1_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env +2024-02-15T10:37:37.8519640Z 🏁 Job failed +2024-02-15T10:37:37.8589617Z Job 'Explore-Gitea-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/02/2.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/02/2.log new file mode 100644 index 0000000..49a67c2 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/02/2.log @@ -0,0 +1,190 @@ +2024-02-15T10:43:56.4772644Z bbf8c489ea77(version:v0.2.6) received task 2 of job 2, be triggered by event: push +2024-02-15T10:43:56.4776663Z workflow prepared +2024-02-15T10:43:56.4777982Z evaluating expression 'success()' +2024-02-15T10:43:56.4778786Z expression 'success()' evaluated to 'true' +2024-02-15T10:43:56.4778937Z 🚀 Start image=node:16-bullseye +2024-02-15T10:43:56.4838491Z 🐳 docker pull image=node:16-bullseye platform= username= forcePull=false +2024-02-15T10:43:56.4838644Z 🐳 docker pull node:16-bullseye +2024-02-15T10:43:56.4866583Z Image exists? true +2024-02-15T10:43:56.4867269Z 🐳 docker create image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T10:43:56.4884135Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:node:16-bullseye Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T10:43:56.4937073Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-2_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-2_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T10:43:56.5428410Z Created container name=GITEA-ACTIONS-TASK-2_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions id=377d5f5806721cda3184229f554e1bc3ea09908cae442fb810fc722c481d0bf6 from image node:16-bullseye (platform: ) +2024-02-15T10:43:56.5429788Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T10:43:56.5430435Z 🐳 docker run image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T10:43:56.5431912Z Starting container: 377d5f5806721cda3184229f554e1bc3ea09908cae442fb810fc722c481d0bf6 +2024-02-15T10:43:56.6144496Z Started container: 377d5f5806721cda3184229f554e1bc3ea09908cae442fb810fc722c481d0bf6 +2024-02-15T10:43:56.6893431Z Writing entry to tarball workflow/event.json len:4508 +2024-02-15T10:43:56.6894622Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T10:43:56.6894825Z Extracting content to '/var/run/act/' +2024-02-15T10:43:56.6986405Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:56.6986963Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:56.6987361Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:43:56.6987600Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T10:43:56.6987670Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T10:43:56.6987860Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T10:43:56.6988031Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T10:43:56.6988101Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T10:43:56.6988334Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/main and your repository is Pom/jeu-concours.")' +2024-02-15T10:43:56.7058072Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T10:43:56.7058619Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T10:43:57.2517122Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T10:43:57.2517881Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T10:43:57.2902340Z Checked out v3 +2024-02-15T10:43:57.2922096Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T10:43:57.2923298Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T10:43:57.2923460Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T10:43:57.2924021Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T10:43:57.2924323Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T10:43:57.2924436Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T10:43:57.2924617Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T10:43:57.2924763Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:57.2924818Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:57.2925037Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:43:57.3097809Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:2 GITHUB_RUN_NUMBER:2 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:20ed8ca88312f56f0623cd66ddfa070fa6a2223b GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-2_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T10:43:57.3172917Z evaluating expression '' +2024-02-15T10:43:57.3174335Z expression '' evaluated to 'true' +2024-02-15T10:43:57.3174600Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:57.3174701Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:57.3175036Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:43:57.3175128Z ⭐ Run Main echo "🎉 The job was automatically triggered by a push event." +2024-02-15T10:43:57.3175301Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T10:43:57.3175465Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T10:43:57.3175559Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T10:43:57.3175651Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T10:43:57.3175724Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T10:43:57.3175833Z Extracting content to '/var/run/act' +2024-02-15T10:43:57.3405406Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:57.3405668Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:57.3406024Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:43:57.3406117Z Wrote command \n\necho "🎉 The job was automatically triggered by a push event."\n\n to 'workflow/0' +2024-02-15T10:43:57.3406280Z Writing entry to tarball workflow/0 len:66 +2024-02-15T10:43:57.3406417Z Extracting content to '/var/run/act' +2024-02-15T10:43:57.3424014Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir= +2024-02-15T10:43:57.3424244Z Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0]' +2024-02-15T10:43:57.3424487Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T10:43:57.3804767Z 🎉 The job was automatically triggered by a push event. +2024-02-15T10:43:57.4794070Z 🐧 This job is now running on a Linux server hosted by Gitea! +2024-02-15T10:43:57.5770081Z 🔎 The name of your branch is refs/heads/main and your repository is Pom/jeu-concours. +2024-02-15T10:43:57.9664317Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T10:43:57.9669619Z Syncing repository: Pom/jeu-concours +2024-02-15T10:43:57.9674229Z ::group::Getting Git version info +2024-02-15T10:43:57.9676326Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T10:43:57.9723419Z [command]/usr/bin/git version +2024-02-15T10:43:57.9782060Z git version 2.30.2 +2024-02-15T10:43:57.9826780Z ::endgroup:: +2024-02-15T10:43:57.9866161Z Temporarily overriding HOME='/tmp/c6bb6605-b5eb-4788-b472-6f98303f8129' before making global git config changes +2024-02-15T10:43:57.9873854Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T10:43:57.9885789Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T10:43:57.9965836Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T10:43:57.9973012Z ::group::Initializing the repository +2024-02-15T10:43:57.9975540Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T10:43:58.0034776Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T10:43:58.0035277Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T10:43:58.0035430Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T10:43:58.0035584Z hint: +2024-02-15T10:43:58.0035723Z hint: git config --global init.defaultBranch +2024-02-15T10:43:58.0036257Z hint: +2024-02-15T10:43:58.0036458Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T10:43:58.0036616Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T10:43:58.0036718Z hint: +2024-02-15T10:43:58.0036784Z hint: git branch -m +2024-02-15T10:43:58.0037396Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T10:43:58.0055669Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T10:43:58.0108677Z ::endgroup:: +2024-02-15T10:43:58.0110144Z ::group::Disabling automatic garbage collection +2024-02-15T10:43:58.0116604Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T10:43:58.0159436Z ::endgroup:: +2024-02-15T10:43:58.0159947Z ::group::Setting up auth +2024-02-15T10:43:58.0166434Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T10:43:58.0201893Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T10:43:58.0509210Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T10:43:58.0548969Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T10:43:58.0834157Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T10:43:58.0886102Z ::endgroup:: +2024-02-15T10:43:58.0886837Z ::group::Fetching the repository +2024-02-15T10:43:58.0894065Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +20ed8ca88312f56f0623cd66ddfa070fa6a2223b:refs/remotes/origin/main +2024-02-15T10:43:58.2612421Z remote: Enumerating objects: 19, done. +2024-02-15T10:43:58.2613082Z remote: Counting objects: 5% (1/19) remote: Counting objects: 10% (2/19) remote: Counting objects: 15% (3/19) remote: Counting objects: 21% (4/19) remote: Counting objects: 26% (5/19) remote: Counting objects: 31% (6/19) remote: Counting objects: 36% (7/19) remote: Counting objects: 42% (8/19) remote: Counting objects: 47% (9/19) remote: Counting objects: 52% (10/19) remote: Counting objects: 57% (11/19) remote: Counting objects: 63% (12/19) remote: Counting objects: 68% (13/19) remote: Counting objects: 73% (14/19) remote: Counting objects: 78% (15/19) remote: Counting objects: 84% (16/19) remote: Counting objects: 89% (17/19) remote: Counting objects: 94% (18/19) remote: Counting objects: 100% (19/19) remote: Counting objects: 100% (19/19), done. +2024-02-15T10:43:58.2613339Z remote: Compressing objects: 7% (1/13) remote: Compressing objects: 15% (2/13) remote: Compressing objects: 23% (3/13) remote: Compressing objects: 30% (4/13) remote: Compressing objects: 38% (5/13) remote: Compressing objects: 46% (6/13) remote: Compressing objects: 53% (7/13) remote: Compressing objects: 61% (8/13) remote: Compressing objects: 69% (9/13) remote: Compressing objects: 76% (10/13) remote: Compressing objects: 84% (11/13) remote: Compressing objects: 92% (12/13) remote: Compressing objects: 100% (13/13) remote: Compressing objects: 100% (13/13), done. +2024-02-15T10:43:58.5483415Z remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 0 +2024-02-15T10:43:58.5805826Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T10:43:58.5806388Z * [new ref] 20ed8ca88312f56f0623cd66ddfa070fa6a2223b -> origin/main +2024-02-15T10:43:58.5828675Z ::endgroup:: +2024-02-15T10:43:58.5829659Z ::group::Determining the checkout info +2024-02-15T10:43:58.5831460Z ::endgroup:: +2024-02-15T10:43:58.5832618Z ::group::Checking out the ref +2024-02-15T10:43:58.5832798Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-15T10:43:58.5991918Z Switched to a new branch 'main' +2024-02-15T10:43:58.5992873Z Branch 'main' set up to track remote branch 'main' from 'origin'. +2024-02-15T10:43:58.5994653Z ::endgroup:: +2024-02-15T10:43:58.6032466Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T10:43:58.6077178Z '20ed8ca88312f56f0623cd66ddfa070fa6a2223b' +2024-02-15T10:43:58.6097588Z ::remove-matcher owner=checkout-git:: +2024-02-15T10:43:58.7275693Z 💡 The Pom/jeu-concours repository has been cloned to the runner. +2024-02-15T10:43:58.8187182Z 🖥️ The workflow is now ready to test your code on the runner. +2024-02-15T10:43:58.9199934Z README.md +2024-02-15T10:43:58.9200840Z app +2024-02-15T10:43:59.0139431Z 🍏 This job's status is success. +2024-02-15T10:43:59.0217633Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T10:43:59.0217909Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T10:43:59.0218188Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T10:43:59.0218441Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T10:43:59.0218516Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T10:43:59.0218726Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T10:43:59.0349545Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:2 GITHUB_RUN_NUMBER:2 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:20ed8ca88312f56f0623cd66ddfa070fa6a2223b GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-2_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T10:43:59.0423185Z evaluating expression 'always()' +2024-02-15T10:43:59.0424035Z expression 'always()' evaluated to 'true' +2024-02-15T10:43:59.0424160Z ⭐ Run Post Check out repository code +2024-02-15T10:43:59.0424338Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T10:43:59.0424484Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T10:43:59.0424923Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T10:43:59.0425033Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T10:43:59.0425099Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T10:43:59.0425183Z Extracting content to '/var/run/act' +2024-02-15T10:43:59.0449380Z run post step for 'Check out repository code' +2024-02-15T10:43:59.0450549Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T10:43:59.0450706Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T10:43:59.0450835Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T10:43:59.0451495Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T10:43:59.1818312Z 💬 ::debug::Getting git version +2024-02-15T10:43:59.1833292Z [command]/usr/bin/git version +2024-02-15T10:43:59.1881346Z git version 2.30.2 +2024-02-15T10:43:59.1905402Z 💬 ::debug::0 +2024-02-15T10:43:59.1905704Z 💬 ::debug::git version 2.30.2%0A +2024-02-15T10:43:59.1907977Z 💬 ::debug::Set git useragent to: git/2.30.2 (github-actions-checkout) +2024-02-15T10:43:59.1910936Z ⚙ *** +2024-02-15T10:43:59.1936643Z Temporarily overriding HOME='/tmp/b78606c5-5246-472a-ba8d-0ed2e7395ef3' before making global git config changes +2024-02-15T10:43:59.1937740Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T10:43:59.1943069Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T10:43:59.1977134Z 💬 ::debug::0 +2024-02-15T10:43:59.1977736Z 💬 ::debug:: +2024-02-15T10:43:59.1984741Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T10:43:59.2013856Z 💬 ::debug::1 +2024-02-15T10:43:59.2014547Z 💬 ::debug:: +2024-02-15T10:43:59.2018139Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T10:43:59.2274484Z 💬 ::debug::0 +2024-02-15T10:43:59.2275164Z 💬 ::debug:: +2024-02-15T10:43:59.2278140Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T10:43:59.2308790Z 💬 ::debug::1 +2024-02-15T10:43:59.2309438Z 💬 ::debug:: +2024-02-15T10:43:59.2311389Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T10:43:59.2834063Z 💬 ::debug::0 +2024-02-15T10:43:59.2836652Z 💬 ::debug:: +2024-02-15T10:43:59.2838136Z 💬 ::debug::Unsetting HOME override +2024-02-15T10:43:59.2933981Z ✅ Success - Post Check out repository code +2024-02-15T10:43:59.3006533Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T10:43:59.3007087Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T10:43:59.3007525Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/main and your repository is Pom/jeu-concours.")' +2024-02-15T10:43:59.3007785Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T10:43:59.3007876Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T10:43:59.3008091Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T10:43:59.3008265Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:59.3008342Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T10:43:59.3008578Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T10:43:59.3008728Z Cleaning up services for job Explore-Gitea-Actions +2024-02-15T10:43:59.3008885Z Cleaning up container for job Explore-Gitea-Actions +2024-02-15T10:43:59.3809681Z Removed container: 377d5f5806721cda3184229f554e1bc3ea09908cae442fb810fc722c481d0bf6 +2024-02-15T10:43:59.3818480Z 🐳 docker volume rm GITEA-ACTIONS-TASK-2_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions +2024-02-15T10:43:59.3889218Z 🐳 docker volume rm GITEA-ACTIONS-TASK-2_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env +2024-02-15T10:43:59.4245830Z 🏁 Job succeeded diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/03/3.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/03/3.log new file mode 100644 index 0000000..5a105b4 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/03/3.log @@ -0,0 +1,190 @@ +2024-02-15T11:39:56.5902880Z bbf8c489ea77(version:v0.2.6) received task 3 of job 3, be triggered by event: push +2024-02-15T11:39:56.5907342Z workflow prepared +2024-02-15T11:39:56.5908119Z evaluating expression 'success()' +2024-02-15T11:39:56.5909021Z expression 'success()' evaluated to 'true' +2024-02-15T11:39:56.5909255Z 🚀 Start image=node:16-bullseye +2024-02-15T11:39:56.5977369Z 🐳 docker pull image=node:16-bullseye platform= username= forcePull=false +2024-02-15T11:39:56.5977554Z 🐳 docker pull node:16-bullseye +2024-02-15T11:39:56.5991156Z Image exists? true +2024-02-15T11:39:56.5992931Z 🐳 docker create image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T11:39:56.6012220Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:node:16-bullseye Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T11:39:56.6081489Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-3_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-3_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T11:39:56.6706506Z Created container name=GITEA-ACTIONS-TASK-3_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions id=7b7b4390903fb7c66acee48b395f6152ec6b3bbbb634d4ebcb99b96710c6d7cb from image node:16-bullseye (platform: ) +2024-02-15T11:39:56.6707103Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T11:39:56.6707237Z 🐳 docker run image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T11:39:56.6707344Z Starting container: 7b7b4390903fb7c66acee48b395f6152ec6b3bbbb634d4ebcb99b96710c6d7cb +2024-02-15T11:39:56.7495154Z Started container: 7b7b4390903fb7c66acee48b395f6152ec6b3bbbb634d4ebcb99b96710c6d7cb +2024-02-15T11:39:56.8221019Z Writing entry to tarball workflow/event.json len:4824 +2024-02-15T11:39:56.8221466Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T11:39:56.8221599Z Extracting content to '/var/run/act/' +2024-02-15T11:39:56.8311685Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:56.8312208Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:56.8313524Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:39:56.8313908Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T11:39:56.8314322Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T11:39:56.8314609Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T11:39:56.8314791Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T11:39:56.8314964Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T11:39:56.8315277Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T11:39:56.8399229Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T11:39:56.8399651Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T11:39:57.4095031Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T11:39:57.4096792Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T11:39:57.4508334Z Checked out v3 +2024-02-15T11:39:57.4512930Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T11:39:57.4514037Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T11:39:57.4514252Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T11:39:57.4514788Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T11:39:57.4515492Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T11:39:57.4516229Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T11:39:57.4516825Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T11:39:57.4517080Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:57.4517148Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:57.4517387Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:39:57.4680913Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:3 GITHUB_RUN_NUMBER:3 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:a00698f76530a28df32bde51187b91bc93507aeb GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-3_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T11:39:57.4757830Z evaluating expression '' +2024-02-15T11:39:57.4758367Z expression '' evaluated to 'true' +2024-02-15T11:39:57.4758588Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:57.4758663Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:57.4758955Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:39:57.4759040Z ⭐ Run Main echo "🎉 The job was automatically triggered by a push event." +2024-02-15T11:39:57.4759183Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T11:39:57.4759329Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T11:39:57.4759413Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T11:39:57.4759489Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T11:39:57.4759558Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T11:39:57.4759647Z Extracting content to '/var/run/act' +2024-02-15T11:39:57.5020158Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:57.5020760Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:57.5021149Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:39:57.5021237Z Wrote command \n\necho "🎉 The job was automatically triggered by a push event."\n\n to 'workflow/0' +2024-02-15T11:39:57.5021402Z Writing entry to tarball workflow/0 len:66 +2024-02-15T11:39:57.5021572Z Extracting content to '/var/run/act' +2024-02-15T11:39:57.5044324Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir= +2024-02-15T11:39:57.5045159Z Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0]' +2024-02-15T11:39:57.5046202Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T11:39:57.5483309Z 🎉 The job was automatically triggered by a push event. +2024-02-15T11:39:57.6406756Z 🐧 This job is now running on a Linux server hosted by Gitea! +2024-02-15T11:39:57.7313114Z 🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours. +2024-02-15T11:39:58.0336188Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T11:39:58.0342718Z Syncing repository: Pom/jeu-concours +2024-02-15T11:39:58.0348745Z ::group::Getting Git version info +2024-02-15T11:39:58.0350455Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T11:39:58.0395414Z [command]/usr/bin/git version +2024-02-15T11:39:58.0437280Z git version 2.30.2 +2024-02-15T11:39:58.0480358Z ::endgroup:: +2024-02-15T11:39:58.0505820Z Temporarily overriding HOME='/tmp/92546991-89ae-43f2-9831-adb51b821e79' before making global git config changes +2024-02-15T11:39:58.0508488Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T11:39:58.0513217Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T11:39:58.0568231Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T11:39:58.0575127Z ::group::Initializing the repository +2024-02-15T11:39:58.0580362Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T11:39:58.0617528Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T11:39:58.0618247Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T11:39:58.0618355Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T11:39:58.0618425Z hint: +2024-02-15T11:39:58.0618500Z hint: git config --global init.defaultBranch +2024-02-15T11:39:58.0618562Z hint: +2024-02-15T11:39:58.0618613Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T11:39:58.0618671Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T11:39:58.0618758Z hint: +2024-02-15T11:39:58.0618813Z hint: git branch -m +2024-02-15T11:39:58.0621735Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T11:39:58.0636311Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T11:39:58.0683558Z ::endgroup:: +2024-02-15T11:39:58.0684116Z ::group::Disabling automatic garbage collection +2024-02-15T11:39:58.0686990Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T11:39:58.0742496Z ::endgroup:: +2024-02-15T11:39:58.0742810Z ::group::Setting up auth +2024-02-15T11:39:58.0752056Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T11:39:58.0814496Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T11:39:58.1148774Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T11:39:58.1199784Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T11:39:58.1521210Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T11:39:58.1586362Z ::endgroup:: +2024-02-15T11:39:58.1587188Z ::group::Fetching the repository +2024-02-15T11:39:58.1593612Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +a00698f76530a28df32bde51187b91bc93507aeb:refs/remotes/origin/feature-10 +2024-02-15T11:39:58.3850421Z remote: Enumerating objects: 23, done. +2024-02-15T11:39:58.3851063Z remote: Counting objects: 4% (1/23) remote: Counting objects: 8% (2/23) remote: Counting objects: 13% (3/23) remote: Counting objects: 17% (4/23) remote: Counting objects: 21% (5/23) remote: Counting objects: 26% (6/23) remote: Counting objects: 30% (7/23) remote: Counting objects: 34% (8/23) remote: Counting objects: 39% (9/23) remote: Counting objects: 43% (10/23) remote: Counting objects: 47% (11/23) remote: Counting objects: 52% (12/23) remote: Counting objects: 56% (13/23) remote: Counting objects: 60% (14/23) remote: Counting objects: 65% (15/23) remote: Counting objects: 69% (16/23) remote: Counting objects: 73% (17/23) remote: Counting objects: 78% (18/23) remote: Counting objects: 82% (19/23) remote: Counting objects: 86% (20/23) remote: Counting objects: 91% (21/23) remote: Counting objects: 95% (22/23) remote: Counting objects: 100% (23/23) remote: Counting objects: 100% (23/23), done. +2024-02-15T11:39:58.3851303Z remote: Compressing objects: 5% (1/19) remote: Compressing objects: 10% (2/19) remote: Compressing objects: 15% (3/19) remote: Compressing objects: 21% (4/19) remote: Compressing objects: 26% (5/19) remote: Compressing objects: 31% (6/19) remote: Compressing objects: 36% (7/19) remote: Compressing objects: 42% (8/19) remote: Compressing objects: 47% (9/19) remote: Compressing objects: 52% (10/19) remote: Compressing objects: 57% (11/19) remote: Compressing objects: 63% (12/19) remote: Compressing objects: 68% (13/19) remote: Compressing objects: 73% (14/19) remote: Compressing objects: 78% (15/19) remote: Compressing objects: 84% (16/19) remote: Compressing objects: 89% (17/19) remote: Compressing objects: 94% (18/19) remote: Compressing objects: 100% (19/19) remote: Compressing objects: 100% (19/19), done. +2024-02-15T11:39:58.6670372Z remote: Total 23 (delta 2), reused 0 (delta 0), pack-reused 0 +2024-02-15T11:39:58.6999358Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T11:39:58.7000471Z * [new ref] a00698f76530a28df32bde51187b91bc93507aeb -> origin/feature-10 +2024-02-15T11:39:58.7018406Z ::endgroup:: +2024-02-15T11:39:58.7018704Z ::group::Determining the checkout info +2024-02-15T11:39:58.7021382Z ::endgroup:: +2024-02-15T11:39:58.7021681Z ::group::Checking out the ref +2024-02-15T11:39:58.7025062Z [command]/usr/bin/git checkout --progress --force -B feature-10 refs/remotes/origin/feature-10 +2024-02-15T11:39:58.7154976Z Switched to a new branch 'feature-10' +2024-02-15T11:39:58.7155781Z Branch 'feature-10' set up to track remote branch 'feature-10' from 'origin'. +2024-02-15T11:39:58.7159012Z ::endgroup:: +2024-02-15T11:39:58.7196332Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T11:39:58.7228883Z 'a00698f76530a28df32bde51187b91bc93507aeb' +2024-02-15T11:39:58.7245767Z ::remove-matcher owner=checkout-git:: +2024-02-15T11:39:58.8310920Z 💡 The Pom/jeu-concours repository has been cloned to the runner. +2024-02-15T11:39:58.9258309Z 🖥️ The workflow is now ready to test your code on the runner. +2024-02-15T11:39:59.0240831Z README.md +2024-02-15T11:39:59.0241762Z app +2024-02-15T11:39:59.1248513Z 🍏 This job's status is success. +2024-02-15T11:39:59.1344610Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T11:39:59.1344879Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T11:39:59.1345208Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T11:39:59.1345459Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T11:39:59.1345565Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T11:39:59.1345851Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T11:39:59.1479983Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:3 GITHUB_RUN_NUMBER:3 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:a00698f76530a28df32bde51187b91bc93507aeb GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-3_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T11:39:59.1545131Z evaluating expression 'always()' +2024-02-15T11:39:59.1545930Z expression 'always()' evaluated to 'true' +2024-02-15T11:39:59.1546069Z ⭐ Run Post Check out repository code +2024-02-15T11:39:59.1546210Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T11:39:59.1546371Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T11:39:59.1546479Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T11:39:59.1546562Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T11:39:59.1546629Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T11:39:59.1546717Z Extracting content to '/var/run/act' +2024-02-15T11:39:59.1571908Z run post step for 'Check out repository code' +2024-02-15T11:39:59.1572889Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T11:39:59.1573081Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T11:39:59.1573162Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T11:39:59.1573447Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T11:39:59.2884887Z 💬 ::debug::Getting git version +2024-02-15T11:39:59.2897831Z [command]/usr/bin/git version +2024-02-15T11:39:59.2937102Z git version 2.30.2 +2024-02-15T11:39:59.2963200Z 💬 ::debug::0 +2024-02-15T11:39:59.2963878Z 💬 ::debug::git version 2.30.2%0A +2024-02-15T11:39:59.2966492Z 💬 ::debug::Set git useragent to: git/2.30.2 (github-actions-checkout) +2024-02-15T11:39:59.2973105Z ⚙ *** +2024-02-15T11:39:59.2996102Z Temporarily overriding HOME='/tmp/4ff726f2-c461-4dbd-a85e-ebd507750a9c' before making global git config changes +2024-02-15T11:39:59.2996515Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T11:39:59.3001464Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T11:39:59.3036457Z 💬 ::debug::0 +2024-02-15T11:39:59.3037204Z 💬 ::debug:: +2024-02-15T11:39:59.3045405Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T11:39:59.3077456Z 💬 ::debug::1 +2024-02-15T11:39:59.3077806Z 💬 ::debug:: +2024-02-15T11:39:59.3082239Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T11:39:59.3377038Z 💬 ::debug::0 +2024-02-15T11:39:59.3378492Z 💬 ::debug:: +2024-02-15T11:39:59.3380415Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T11:39:59.3419040Z 💬 ::debug::1 +2024-02-15T11:39:59.3420566Z 💬 ::debug:: +2024-02-15T11:39:59.3421507Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T11:39:59.3695203Z 💬 ::debug::0 +2024-02-15T11:39:59.3696949Z 💬 ::debug:: +2024-02-15T11:39:59.3697774Z 💬 ::debug::Unsetting HOME override +2024-02-15T11:39:59.3785887Z ✅ Success - Post Check out repository code +2024-02-15T11:39:59.3857503Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T11:39:59.3858068Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T11:39:59.3858505Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T11:39:59.3858764Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T11:39:59.3858851Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T11:39:59.3859055Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T11:39:59.3859553Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:59.3859661Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:39:59.3859984Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:39:59.3860936Z Cleaning up services for job Explore-Gitea-Actions +2024-02-15T11:39:59.3861249Z Cleaning up container for job Explore-Gitea-Actions +2024-02-15T11:39:59.4604031Z Removed container: 7b7b4390903fb7c66acee48b395f6152ec6b3bbbb634d4ebcb99b96710c6d7cb +2024-02-15T11:39:59.4616544Z 🐳 docker volume rm GITEA-ACTIONS-TASK-3_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions +2024-02-15T11:39:59.4689138Z 🐳 docker volume rm GITEA-ACTIONS-TASK-3_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env +2024-02-15T11:39:59.4958276Z 🏁 Job succeeded diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/04/4.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/04/4.log new file mode 100644 index 0000000..33141bf --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/04/4.log @@ -0,0 +1,188 @@ +2024-02-15T11:39:59.8977190Z bbf8c489ea77(version:v0.2.6) received task 4 of job 4, be triggered by event: push +2024-02-15T11:39:59.8980146Z workflow prepared +2024-02-15T11:39:59.8980679Z evaluating expression 'success()' +2024-02-15T11:39:59.8981532Z expression 'success()' evaluated to 'true' +2024-02-15T11:39:59.8981720Z 🚀 Start image=node:16-bullseye +2024-02-15T11:39:59.9051226Z 🐳 docker pull image=node:16-bullseye platform= username= forcePull=false +2024-02-15T11:39:59.9051409Z 🐳 docker pull node:16-bullseye +2024-02-15T11:39:59.9065526Z Image exists? true +2024-02-15T11:39:59.9066480Z 🐳 docker create image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T11:39:59.9095284Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:node:16-bullseye Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T11:39:59.9161836Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:GITEA-ACTIONS-TASK-4_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-4_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T11:39:59.9831491Z Created container name=GITEA-ACTIONS-TASK-4_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions id=1acf016c86db4dbcf661bf399dc32c5d7df3849b6a288ffc40eba6b8fbea3b03 from image node:16-bullseye (platform: ) +2024-02-15T11:39:59.9833205Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T11:39:59.9833824Z 🐳 docker run image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T11:39:59.9834040Z Starting container: 1acf016c86db4dbcf661bf399dc32c5d7df3849b6a288ffc40eba6b8fbea3b03 +2024-02-15T11:40:00.0683118Z Started container: 1acf016c86db4dbcf661bf399dc32c5d7df3849b6a288ffc40eba6b8fbea3b03 +2024-02-15T11:40:00.1517431Z Writing entry to tarball workflow/event.json len:4824 +2024-02-15T11:40:00.1517815Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T11:40:00.1517990Z Extracting content to '/var/run/act/' +2024-02-15T11:40:00.1625235Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:00.1626651Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:00.1627155Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:40:00.1627390Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T11:40:00.1627474Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T11:40:00.1627666Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T11:40:00.1627831Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T11:40:00.1627917Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T11:40:00.1628166Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T11:40:00.1752243Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T11:40:00.1753549Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T11:40:00.5974516Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T11:40:00.5975249Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T11:40:00.6362973Z Checked out v3 +2024-02-15T11:40:00.6367110Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T11:40:00.6441624Z ☁ git clone 'https://github.com/actions/setup-python' # ref=v5 +2024-02-15T11:40:00.6441850Z cloning https://github.com/actions/setup-python to /root/.cache/act/actions-setup-python@v5 +2024-02-15T11:40:16.8902047Z Cloned https://github.com/actions/setup-python to /root/.cache/act/actions-setup-python@v5 +2024-02-15T11:40:16.9691978Z Checked out v5 +2024-02-15T11:40:16.9694889Z Read action &{Setup Python GitHub Set up a specific version of Python and add the command-line tools to the PATH. map[allow-prereleases:{When 'true', a version range passed to 'python-version' input will match prerelease versions if no GA versions are found. Only 'x.y' version range is supported for CPython. false false} architecture:{The target architecture (x86, x64) of the Python or PyPy interpreter. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry. false } cache-dependency-path:{Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. false } check-latest:{Set this option if you want the action to check for the latest available version that satisfies the version spec. false false} python-version:{Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset. false } python-version-file:{File containing the Python version to use. Example: .python-version false } token:{The token used to authenticate when fetching Python distributions from https://github.com/actions/python-versions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. false ${{ github.server_url == 'https://github.com' && github.token || '' }}} update-environment:{Set this option if you want the action to update environment variables. false true}] map[cache-hit:{A boolean value to indicate a cache entry was found } python-path:{The absolute path to the Python or PyPy executable. } python-version:{The installed Python or PyPy version. Useful when given a version range as input. }] {node20 map[] dist/setup/index.js always() dist/cache-save/index.js success() [] []} {yellow code}} from 'Unknown' +2024-02-15T11:40:16.9695655Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:16.9695775Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:16.9696319Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:40:16.9823314Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:4 GITHUB_RUN_NUMBER:4 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:a00698f76530a28df32bde51187b91bc93507aeb GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-4_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T11:40:16.9888122Z evaluating expression '' +2024-02-15T11:40:16.9888884Z expression '' evaluated to 'true' +2024-02-15T11:40:16.9889102Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:16.9889178Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:16.9889475Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:40:16.9889557Z ⭐ Run Main echo "🎉 The job was automatically triggered by a push event." +2024-02-15T11:40:16.9889697Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T11:40:16.9889815Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T11:40:16.9889901Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T11:40:16.9890351Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T11:40:16.9890452Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T11:40:16.9890523Z Extracting content to '/var/run/act' +2024-02-15T11:40:17.0121441Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:17.0122031Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:17.0122420Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:40:17.0122510Z Wrote command \n\necho "🎉 The job was automatically triggered by a push event."\n\n to 'workflow/0' +2024-02-15T11:40:17.0122644Z Writing entry to tarball workflow/0 len:66 +2024-02-15T11:40:17.0122778Z Extracting content to '/var/run/act' +2024-02-15T11:40:17.0142029Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir= +2024-02-15T11:40:17.0142252Z Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0]' +2024-02-15T11:40:17.0142502Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T11:40:17.0524196Z 🎉 The job was automatically triggered by a push event. +2024-02-15T11:40:17.1482575Z 🐧 This job is now running on a Linux server hosted by Gitea! +2024-02-15T11:40:17.2439733Z 🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours. +2024-02-15T11:40:17.5375140Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T11:40:17.5382047Z Syncing repository: Pom/jeu-concours +2024-02-15T11:40:17.5385705Z ::group::Getting Git version info +2024-02-15T11:40:17.5385840Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T11:40:17.5428680Z [command]/usr/bin/git version +2024-02-15T11:40:17.5474879Z git version 2.30.2 +2024-02-15T11:40:17.5503096Z ::endgroup:: +2024-02-15T11:40:17.5527596Z Temporarily overriding HOME='/tmp/782456b2-e835-4298-a261-ffdb48d58775' before making global git config changes +2024-02-15T11:40:17.5528014Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T11:40:17.5533299Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T11:40:17.5579925Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T11:40:17.5588426Z ::group::Initializing the repository +2024-02-15T11:40:17.5591455Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T11:40:17.5629316Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T11:40:17.5629671Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T11:40:17.5629745Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T11:40:17.5629805Z hint: +2024-02-15T11:40:17.5629856Z hint: git config --global init.defaultBranch +2024-02-15T11:40:17.5629914Z hint: +2024-02-15T11:40:17.5629962Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T11:40:17.5630012Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T11:40:17.5630072Z hint: +2024-02-15T11:40:17.5630124Z hint: git branch -m +2024-02-15T11:40:17.5631948Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T11:40:17.5641378Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T11:40:17.5677703Z ::endgroup:: +2024-02-15T11:40:17.5677947Z ::group::Disabling automatic garbage collection +2024-02-15T11:40:17.5679901Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T11:40:17.5715138Z ::endgroup:: +2024-02-15T11:40:17.5715365Z ::group::Setting up auth +2024-02-15T11:40:17.5721796Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T11:40:17.5757320Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T11:40:17.6040860Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T11:40:17.6071690Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T11:40:17.6357735Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T11:40:17.6410419Z ::endgroup:: +2024-02-15T11:40:17.6410713Z ::group::Fetching the repository +2024-02-15T11:40:17.6419913Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +a00698f76530a28df32bde51187b91bc93507aeb:refs/remotes/origin/feature-10 +2024-02-15T11:40:17.8948300Z remote: Enumerating objects: 23, done. +2024-02-15T11:40:17.8948883Z remote: Counting objects: 4% (1/23) remote: Counting objects: 8% (2/23) remote: Counting objects: 13% (3/23) remote: Counting objects: 17% (4/23) remote: Counting objects: 21% (5/23) remote: Counting objects: 26% (6/23) remote: Counting objects: 30% (7/23) remote: Counting objects: 34% (8/23) remote: Counting objects: 39% (9/23) remote: Counting objects: 43% (10/23) remote: Counting objects: 47% (11/23) remote: Counting objects: 52% (12/23) remote: Counting objects: 56% (13/23) remote: Counting objects: 60% (14/23) remote: Counting objects: 65% (15/23) remote: Counting objects: 69% (16/23) remote: Counting objects: 73% (17/23) remote: Counting objects: 78% (18/23) remote: Counting objects: 82% (19/23) remote: Counting objects: 86% (20/23) remote: Counting objects: 91% (21/23) remote: Counting objects: 95% (22/23) remote: Counting objects: 100% (23/23) remote: Counting objects: 100% (23/23), done. +2024-02-15T11:40:17.8949138Z remote: Compressing objects: 5% (1/19) remote: Compressing objects: 10% (2/19) remote: Compressing objects: 15% (3/19) remote: Compressing objects: 21% (4/19) remote: Compressing objects: 26% (5/19) remote: Compressing objects: 31% (6/19) remote: Compressing objects: 36% (7/19) remote: Compressing objects: 42% (8/19) remote: Compressing objects: 47% (9/19) remote: Compressing objects: 52% (10/19) remote: Compressing objects: 57% (11/19) remote: Compressing objects: 63% (12/19) remote: Compressing objects: 68% (13/19) remote: Compressing objects: 73% (14/19) remote: Compressing objects: 78% (15/19) remote: Compressing objects: 84% (16/19) remote: Compressing objects: 89% (17/19) remote: Compressing objects: 94% (18/19) remote: Compressing objects: 100% (19/19) remote: Compressing objects: 100% (19/19), done. +2024-02-15T11:40:18.1722270Z remote: Total 23 (delta 2), reused 0 (delta 0), pack-reused 0 +2024-02-15T11:40:18.2046035Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T11:40:18.2046401Z * [new ref] a00698f76530a28df32bde51187b91bc93507aeb -> origin/feature-10 +2024-02-15T11:40:18.2068046Z ::endgroup:: +2024-02-15T11:40:18.2068213Z ::group::Determining the checkout info +2024-02-15T11:40:18.2069707Z ::endgroup:: +2024-02-15T11:40:18.2069922Z ::group::Checking out the ref +2024-02-15T11:40:18.2073931Z [command]/usr/bin/git checkout --progress --force -B feature-10 refs/remotes/origin/feature-10 +2024-02-15T11:40:18.2211731Z Switched to a new branch 'feature-10' +2024-02-15T11:40:18.2212998Z Branch 'feature-10' set up to track remote branch 'feature-10' from 'origin'. +2024-02-15T11:40:18.2218312Z ::endgroup:: +2024-02-15T11:40:18.2257608Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T11:40:18.2292092Z 'a00698f76530a28df32bde51187b91bc93507aeb' +2024-02-15T11:40:18.2309357Z ::remove-matcher owner=checkout-git:: +2024-02-15T11:40:18.8171848Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. +2024-02-15T11:40:18.8172716Z [warning].python-version doesn't exist. +2024-02-15T11:40:18.8174989Z ::warning::The `python-version` input is not set. The version of Python currently in `PATH` will be used. +2024-02-15T11:40:18.8178023Z ##[add-matcher]/run/act/actions/actions-setup-python@v5/.github/python.json +2024-02-15T11:40:18.9976504Z /var/run/act/workflow/5: line 2: pip3: command not found +2024-02-15T11:40:19.0411525Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:4 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v5 GITHUB_ACTION_REPOSITORY:actions/setup-python GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:4 GITHUB_RUN_NUMBER:4 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:a00698f76530a28df32bde51187b91bc93507aeb GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_ALLOW-PRERELEASES:false INPUT_ARCHITECTURE: INPUT_CACHE: INPUT_CACHE-DEPENDENCY-PATH: INPUT_CHECK-LATEST:false INPUT_PYTHON-VERSION: INPUT_PYTHON-VERSION-FILE: INPUT_TOKEN: INPUT_UPDATE-ENVIRONMENT:true ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-4_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T11:40:19.0487788Z evaluating expression 'success()' +2024-02-15T11:40:19.0488211Z expression 'success()' evaluated to 'false' +2024-02-15T11:40:19.0488331Z Skipping step 'actions/setup-python@v5' due to 'success()' +2024-02-15T11:40:19.0628804Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:4 GITHUB_RUN_NUMBER:4 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:a00698f76530a28df32bde51187b91bc93507aeb GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-4_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T11:40:19.0698984Z evaluating expression 'always()' +2024-02-15T11:40:19.0699414Z expression 'always()' evaluated to 'true' +2024-02-15T11:40:19.0699514Z ⭐ Run Post Check out repository code +2024-02-15T11:40:19.0699704Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T11:40:19.0699859Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T11:40:19.0699975Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T11:40:19.0700079Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T11:40:19.0700152Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T11:40:19.0700248Z Extracting content to '/var/run/act' +2024-02-15T11:40:19.0723078Z run post step for 'Check out repository code' +2024-02-15T11:40:19.0723912Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T11:40:19.0724048Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T11:40:19.0724132Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T11:40:19.0725110Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T11:40:19.2083454Z 💬 ::debug::Getting git version +2024-02-15T11:40:19.2102252Z [command]/usr/bin/git version +2024-02-15T11:40:19.2152026Z git version 2.30.2 +2024-02-15T11:40:19.2175304Z 💬 ::debug::0 +2024-02-15T11:40:19.2175630Z 💬 ::debug::git version 2.30.2%0A +2024-02-15T11:40:19.2177879Z 💬 ::debug::Set git useragent to: git/2.30.2 (github-actions-checkout) +2024-02-15T11:40:19.2181251Z ⚙ *** +2024-02-15T11:40:19.2207698Z Temporarily overriding HOME='/tmp/e4fc60bc-4506-4781-b6f6-aa076a81f408' before making global git config changes +2024-02-15T11:40:19.2209678Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T11:40:19.2216291Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T11:40:19.2250421Z 💬 ::debug::0 +2024-02-15T11:40:19.2250934Z 💬 ::debug:: +2024-02-15T11:40:19.2260667Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T11:40:19.2293094Z 💬 ::debug::1 +2024-02-15T11:40:19.2294103Z 💬 ::debug:: +2024-02-15T11:40:19.2296834Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T11:40:19.2578329Z 💬 ::debug::0 +2024-02-15T11:40:19.2579130Z 💬 ::debug:: +2024-02-15T11:40:19.2583716Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T11:40:19.2622852Z 💬 ::debug::1 +2024-02-15T11:40:19.2623645Z 💬 ::debug:: +2024-02-15T11:40:19.2625581Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T11:40:19.2901722Z 💬 ::debug::0 +2024-02-15T11:40:19.2902931Z 💬 ::debug:: +2024-02-15T11:40:19.2907113Z 💬 ::debug::Unsetting HOME override +2024-02-15T11:40:19.3001860Z ✅ Success - Post Check out repository code +2024-02-15T11:40:19.3083593Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T11:40:19.3084949Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T11:40:19.3085499Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T11:40:19.3085824Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T11:40:19.3085940Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T11:40:19.3086477Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T11:40:19.3086991Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:19.3087092Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T11:40:19.3087323Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T11:40:19.3087530Z Cleaning up services for job Tests-Actions +2024-02-15T11:40:19.3088426Z Cleaning up container for job Tests-Actions +2024-02-15T11:40:19.4078674Z Removed container: 1acf016c86db4dbcf661bf399dc32c5d7df3849b6a288ffc40eba6b8fbea3b03 +2024-02-15T11:40:19.4093285Z 🐳 docker volume rm GITEA-ACTIONS-TASK-4_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions +2024-02-15T11:40:19.4170417Z 🐳 docker volume rm GITEA-ACTIONS-TASK-4_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions-env +2024-02-15T11:40:19.4653493Z 🏁 Job failed +2024-02-15T11:40:19.4727664Z Job 'Tests-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/05/5.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/05/5.log new file mode 100644 index 0000000..27255c2 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/05/5.log @@ -0,0 +1,190 @@ +2024-02-15T13:21:59.5695147Z bbf8c489ea77(version:v0.2.6) received task 5 of job 5, be triggered by event: push +2024-02-15T13:21:59.5698150Z workflow prepared +2024-02-15T13:21:59.5698658Z evaluating expression 'success()' +2024-02-15T13:21:59.5699447Z expression 'success()' evaluated to 'true' +2024-02-15T13:21:59.5699593Z 🚀 Start image=node:16-bullseye +2024-02-15T13:21:59.5762479Z 🐳 docker pull image=node:16-bullseye platform= username= forcePull=false +2024-02-15T13:21:59.5762736Z 🐳 docker pull node:16-bullseye +2024-02-15T13:21:59.5773475Z Image exists? true +2024-02-15T13:21:59.5774526Z 🐳 docker create image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T13:21:59.5799949Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:node:16-bullseye Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T13:21:59.5858788Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-5_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-5_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T13:21:59.6450524Z Created container name=GITEA-ACTIONS-TASK-5_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions id=58ac5c3ac719c9cc77f1c8670eb2bf9e66f2fe03dd9c4192fdab1e21bb3a1011 from image node:16-bullseye (platform: ) +2024-02-15T13:21:59.6451198Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T13:21:59.6451311Z 🐳 docker run image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T13:21:59.6451690Z Starting container: 58ac5c3ac719c9cc77f1c8670eb2bf9e66f2fe03dd9c4192fdab1e21bb3a1011 +2024-02-15T13:21:59.7240111Z Started container: 58ac5c3ac719c9cc77f1c8670eb2bf9e66f2fe03dd9c4192fdab1e21bb3a1011 +2024-02-15T13:21:59.8014229Z Writing entry to tarball workflow/event.json len:4600 +2024-02-15T13:21:59.8014932Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:21:59.8015152Z Extracting content to '/var/run/act/' +2024-02-15T13:21:59.8108254Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:21:59.8108799Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:21:59.8109200Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:21:59.8109400Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:21:59.8109459Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:21:59.8109689Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T13:21:59.8109854Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:21:59.8110243Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:21:59.8110574Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T13:21:59.8197724Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T13:21:59.8198028Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T13:22:00.3901601Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T13:22:00.3902698Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T13:22:00.4270531Z Checked out v3 +2024-02-15T13:22:00.4274585Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T13:22:00.4275399Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:22:00.4275501Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:22:00.4275822Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T13:22:00.4276054Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:22:00.4276428Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:22:00.4276660Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T13:22:00.4276832Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:22:00.4277199Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:22:00.4277456Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:22:00.4424518Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:5 GITHUB_RUN_NUMBER:5 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:3073e315859fc79ef9abf890640a01da87ce720a GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-5_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:22:00.4509755Z evaluating expression '' +2024-02-15T13:22:00.4510199Z expression '' evaluated to 'true' +2024-02-15T13:22:00.4510392Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:22:00.4510491Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:22:00.4510776Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:22:00.4510860Z ⭐ Run Main echo "🎉 The job was automatically triggered by a push event." +2024-02-15T13:22:00.4511016Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:22:00.4511149Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:22:00.4511235Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:22:00.4511314Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:22:00.4511435Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:22:00.4511514Z Extracting content to '/var/run/act' +2024-02-15T13:22:00.4827990Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:22:00.4829655Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:22:00.4833351Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:22:00.4834475Z Wrote command \n\necho "🎉 The job was automatically triggered by a push event."\n\n to 'workflow/0' +2024-02-15T13:22:00.4835169Z Writing entry to tarball workflow/0 len:66 +2024-02-15T13:22:00.4835582Z Extracting content to '/var/run/act' +2024-02-15T13:22:00.4883962Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir= +2024-02-15T13:22:00.4884820Z Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0]' +2024-02-15T13:22:00.4885253Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:22:00.5584485Z 🎉 The job was automatically triggered by a push event. +2024-02-15T13:22:00.6766929Z 🐧 This job is now running on a Linux server hosted by Gitea! +2024-02-15T13:22:00.7891221Z 🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours. +2024-02-15T13:22:01.0932122Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T13:22:01.0937218Z Syncing repository: Pom/jeu-concours +2024-02-15T13:22:01.0941127Z ::group::Getting Git version info +2024-02-15T13:22:01.0941242Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T13:22:01.0983310Z [command]/usr/bin/git version +2024-02-15T13:22:01.1020980Z git version 2.30.2 +2024-02-15T13:22:01.1049622Z ::endgroup:: +2024-02-15T13:22:01.1073589Z Temporarily overriding HOME='/tmp/41bdaf78-8568-44fc-aad9-ac915ebb9d69' before making global git config changes +2024-02-15T13:22:01.1074307Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T13:22:01.1079641Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T13:22:01.1119662Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T13:22:01.1125121Z ::group::Initializing the repository +2024-02-15T13:22:01.1130437Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T13:22:01.1161471Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T13:22:01.1161987Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T13:22:01.1162077Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T13:22:01.1162133Z hint: +2024-02-15T13:22:01.1162178Z hint: git config --global init.defaultBranch +2024-02-15T13:22:01.1162230Z hint: +2024-02-15T13:22:01.1162271Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T13:22:01.1162317Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T13:22:01.1162421Z hint: +2024-02-15T13:22:01.1163135Z hint: git branch -m +2024-02-15T13:22:01.1165356Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T13:22:01.1172886Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T13:22:01.1205993Z ::endgroup:: +2024-02-15T13:22:01.1206181Z ::group::Disabling automatic garbage collection +2024-02-15T13:22:01.1211498Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T13:22:01.1244900Z ::endgroup:: +2024-02-15T13:22:01.1245107Z ::group::Setting up auth +2024-02-15T13:22:01.1251717Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T13:22:01.1283163Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T13:22:01.1564458Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T13:22:01.1599472Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T13:22:01.1893259Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T13:22:01.1952756Z ::endgroup:: +2024-02-15T13:22:01.1953034Z ::group::Fetching the repository +2024-02-15T13:22:01.1964094Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +3073e315859fc79ef9abf890640a01da87ce720a:refs/remotes/origin/feature-10 +2024-02-15T13:22:01.4304031Z remote: Enumerating objects: 23, done. +2024-02-15T13:22:01.4304677Z remote: Counting objects: 4% (1/23) remote: Counting objects: 8% (2/23) remote: Counting objects: 13% (3/23) remote: Counting objects: 17% (4/23) remote: Counting objects: 21% (5/23) remote: Counting objects: 26% (6/23) remote: Counting objects: 30% (7/23) remote: Counting objects: 34% (8/23) remote: Counting objects: 39% (9/23) remote: Counting objects: 43% (10/23) remote: Counting objects: 47% (11/23) remote: Counting objects: 52% (12/23) remote: Counting objects: 56% (13/23) remote: Counting objects: 60% (14/23) remote: Counting objects: 65% (15/23) remote: Counting objects: 69% (16/23) remote: Counting objects: 73% (17/23) remote: Counting objects: 78% (18/23) remote: Counting objects: 82% (19/23) remote: Counting objects: 86% (20/23) remote: Counting objects: 91% (21/23) remote: Counting objects: 95% (22/23) remote: Counting objects: 100% (23/23) remote: Counting objects: 100% (23/23), done. +2024-02-15T13:22:01.4304932Z remote: Compressing objects: 5% (1/19) remote: Compressing objects: 10% (2/19) remote: Compressing objects: 15% (3/19) remote: Compressing objects: 21% (4/19) remote: Compressing objects: 26% (5/19) remote: Compressing objects: 31% (6/19) remote: Compressing objects: 36% (7/19) remote: Compressing objects: 42% (8/19) remote: Compressing objects: 47% (9/19) remote: Compressing objects: 52% (10/19) remote: Compressing objects: 57% (11/19) remote: Compressing objects: 63% (12/19) remote: Compressing objects: 68% (13/19) remote: Compressing objects: 73% (14/19) remote: Compressing objects: 78% (15/19) remote: Compressing objects: 84% (16/19) remote: Compressing objects: 89% (17/19) remote: Compressing objects: 94% (18/19) remote: Compressing objects: 100% (19/19) remote: Compressing objects: 100% (19/19), done. +2024-02-15T13:22:01.7158506Z remote: Total 23 (delta 2), reused 0 (delta 0), pack-reused 0 +2024-02-15T13:22:01.7552856Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T13:22:01.7553404Z * [new ref] 3073e315859fc79ef9abf890640a01da87ce720a -> origin/feature-10 +2024-02-15T13:22:01.7580450Z ::endgroup:: +2024-02-15T13:22:01.7580637Z ::group::Determining the checkout info +2024-02-15T13:22:01.7585040Z ::endgroup:: +2024-02-15T13:22:01.7585265Z ::group::Checking out the ref +2024-02-15T13:22:01.7589905Z [command]/usr/bin/git checkout --progress --force -B feature-10 refs/remotes/origin/feature-10 +2024-02-15T13:22:01.7751260Z Switched to a new branch 'feature-10' +2024-02-15T13:22:01.7752122Z Branch 'feature-10' set up to track remote branch 'feature-10' from 'origin'. +2024-02-15T13:22:01.7757998Z ::endgroup:: +2024-02-15T13:22:01.7797165Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T13:22:01.7832833Z '3073e315859fc79ef9abf890640a01da87ce720a' +2024-02-15T13:22:01.7852682Z ::remove-matcher owner=checkout-git:: +2024-02-15T13:22:01.9259028Z 💡 The Pom/jeu-concours repository has been cloned to the runner. +2024-02-15T13:22:02.0527071Z 🖥️ The workflow is now ready to test your code on the runner. +2024-02-15T13:22:02.1675815Z README.md +2024-02-15T13:22:02.1676466Z app +2024-02-15T13:22:02.2702740Z 🍏 This job's status is success. +2024-02-15T13:22:02.2778008Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:22:02.2785941Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:22:02.2786425Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T13:22:02.2786863Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:22:02.2786962Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:22:02.2787305Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T13:22:02.2948472Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:5 GITHUB_RUN_NUMBER:5 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:3073e315859fc79ef9abf890640a01da87ce720a GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-5_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:22:02.3041541Z evaluating expression 'always()' +2024-02-15T13:22:02.3042504Z expression 'always()' evaluated to 'true' +2024-02-15T13:22:02.3042674Z ⭐ Run Post Check out repository code +2024-02-15T13:22:02.3042871Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:22:02.3043341Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:22:02.3043480Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:22:02.3043594Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:22:02.3043669Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:22:02.3043803Z Extracting content to '/var/run/act' +2024-02-15T13:22:02.3073408Z run post step for 'Check out repository code' +2024-02-15T13:22:02.3074611Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T13:22:02.3074799Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T13:22:02.3074887Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T13:22:02.3075204Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:22:02.4320518Z 💬 ::debug::Getting git version +2024-02-15T13:22:02.4333041Z [command]/usr/bin/git version +2024-02-15T13:22:02.4372153Z git version 2.30.2 +2024-02-15T13:22:02.4391530Z 💬 ::debug::0 +2024-02-15T13:22:02.4392402Z 💬 ::debug::git version 2.30.2%0A +2024-02-15T13:22:02.4393746Z 💬 ::debug::Set git useragent to: git/2.30.2 (github-actions-checkout) +2024-02-15T13:22:02.4397882Z ⚙ *** +2024-02-15T13:22:02.4419208Z Temporarily overriding HOME='/tmp/f8be7ace-5677-4b77-9847-b768154cde54' before making global git config changes +2024-02-15T13:22:02.4420488Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T13:22:02.4426998Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T13:22:02.4454668Z 💬 ::debug::0 +2024-02-15T13:22:02.4454909Z 💬 ::debug:: +2024-02-15T13:22:02.4460910Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T13:22:02.4485886Z 💬 ::debug::1 +2024-02-15T13:22:02.4486121Z 💬 ::debug:: +2024-02-15T13:22:02.4489933Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T13:22:02.4711234Z 💬 ::debug::0 +2024-02-15T13:22:02.4711587Z 💬 ::debug:: +2024-02-15T13:22:02.4715689Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T13:22:02.4742997Z 💬 ::debug::1 +2024-02-15T13:22:02.4743360Z 💬 ::debug:: +2024-02-15T13:22:02.4746385Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T13:22:02.4965164Z 💬 ::debug::0 +2024-02-15T13:22:02.4965778Z 💬 ::debug:: +2024-02-15T13:22:02.4967401Z 💬 ::debug::Unsetting HOME override +2024-02-15T13:22:02.5046025Z ✅ Success - Post Check out repository code +2024-02-15T13:22:02.5115043Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:22:02.5115264Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:22:02.5115600Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T13:22:02.5115818Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:22:02.5115897Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:22:02.5116071Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T13:22:02.5116203Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:22:02.5116280Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:22:02.5116454Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:22:02.5116582Z Cleaning up services for job Explore-Gitea-Actions +2024-02-15T13:22:02.5116771Z Cleaning up container for job Explore-Gitea-Actions +2024-02-15T13:22:02.5853875Z Removed container: 58ac5c3ac719c9cc77f1c8670eb2bf9e66f2fe03dd9c4192fdab1e21bb3a1011 +2024-02-15T13:22:02.5862494Z 🐳 docker volume rm GITEA-ACTIONS-TASK-5_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions +2024-02-15T13:22:02.5930437Z 🐳 docker volume rm GITEA-ACTIONS-TASK-5_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env +2024-02-15T13:22:02.6197083Z 🏁 Job succeeded diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/06/6.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/06/6.log new file mode 100644 index 0000000..182883f --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/06/6.log @@ -0,0 +1,190 @@ +2024-02-15T13:23:10.9812471Z bbf8c489ea77(version:v0.2.6) received task 6 of job 6, be triggered by event: push +2024-02-15T13:23:10.9816136Z workflow prepared +2024-02-15T13:23:10.9816761Z evaluating expression 'success()' +2024-02-15T13:23:10.9817700Z expression 'success()' evaluated to 'true' +2024-02-15T13:23:10.9817879Z 🚀 Start image=node:16-bullseye +2024-02-15T13:23:10.9901039Z 🐳 docker pull image=node:16-bullseye platform= username= forcePull=false +2024-02-15T13:23:10.9901240Z 🐳 docker pull node:16-bullseye +2024-02-15T13:23:10.9921084Z Image exists? true +2024-02-15T13:23:10.9922697Z 🐳 docker create image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T13:23:10.9956881Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:node:16-bullseye Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T13:23:11.0019686Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:GITEA-ACTIONS-TASK-6_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-6_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T13:23:11.0534832Z Created container name=GITEA-ACTIONS-TASK-6_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions id=148e79c99629828b98a17012eef4c7e0fef39214de133b8878edecd86a072f35 from image node:16-bullseye (platform: ) +2024-02-15T13:23:11.0535224Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T13:23:11.0535353Z 🐳 docker run image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T13:23:11.0535445Z Starting container: 148e79c99629828b98a17012eef4c7e0fef39214de133b8878edecd86a072f35 +2024-02-15T13:23:11.1601487Z Started container: 148e79c99629828b98a17012eef4c7e0fef39214de133b8878edecd86a072f35 +2024-02-15T13:23:11.2695577Z Writing entry to tarball workflow/event.json len:4526 +2024-02-15T13:23:11.2696174Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:23:11.2696457Z Extracting content to '/var/run/act/' +2024-02-15T13:23:11.2877625Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:11.2877951Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:11.2878356Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:23:11.2878572Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:23:11.2878662Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:23:11.2878907Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T13:23:11.2879101Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:23:11.2879175Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:23:11.2879461Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T13:23:11.2959388Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T13:23:11.2960030Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T13:23:11.8523733Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T13:23:11.8524765Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T13:23:11.8884730Z Checked out v3 +2024-02-15T13:23:11.8888315Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T13:23:11.8889186Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:23:11.8889286Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:23:11.8889652Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T13:23:11.8889879Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:23:11.8889933Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:23:11.8890090Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T13:23:11.8890232Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:11.8890285Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:11.8890477Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:23:11.9025980Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:6 GITHUB_RUN_NUMBER:6 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:6f689c631f2724e454f4741c63ef2963f386154f GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-6_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:23:11.9089321Z evaluating expression '' +2024-02-15T13:23:11.9089726Z expression '' evaluated to 'true' +2024-02-15T13:23:11.9089917Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:11.9089992Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:11.9090279Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:23:11.9090362Z ⭐ Run Main echo "🎉 The job was automatically triggered by a push event." +2024-02-15T13:23:11.9090825Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:23:11.9090999Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:23:11.9091082Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:23:11.9091471Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:23:11.9091572Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:23:11.9091644Z Extracting content to '/var/run/act' +2024-02-15T13:23:11.9357096Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:11.9357703Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:11.9358080Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:23:11.9358165Z Wrote command \n\necho "🎉 The job was automatically triggered by a push event."\n\n to 'workflow/0' +2024-02-15T13:23:11.9358311Z Writing entry to tarball workflow/0 len:66 +2024-02-15T13:23:11.9358453Z Extracting content to '/var/run/act' +2024-02-15T13:23:11.9374092Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir= +2024-02-15T13:23:11.9374605Z Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0]' +2024-02-15T13:23:11.9374856Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:23:11.9757691Z 🎉 The job was automatically triggered by a push event. +2024-02-15T13:23:12.0632359Z 🐧 This job is now running on a Linux server hosted by Gitea! +2024-02-15T13:23:12.1520377Z 🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours. +2024-02-15T13:23:12.4277605Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T13:23:12.4282357Z Syncing repository: Pom/jeu-concours +2024-02-15T13:23:12.4286231Z ::group::Getting Git version info +2024-02-15T13:23:12.4287496Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T13:23:12.4321264Z [command]/usr/bin/git version +2024-02-15T13:23:12.4357029Z git version 2.30.2 +2024-02-15T13:23:12.4379511Z ::endgroup:: +2024-02-15T13:23:12.4400436Z Temporarily overriding HOME='/tmp/4d054ac8-f056-4e58-b230-873d37cd8942' before making global git config changes +2024-02-15T13:23:12.4400830Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T13:23:12.4406984Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T13:23:12.4443173Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T13:23:12.4447901Z ::group::Initializing the repository +2024-02-15T13:23:12.4450280Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T13:23:12.4477244Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T13:23:12.4477729Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T13:23:12.4477816Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T13:23:12.4477872Z hint: +2024-02-15T13:23:12.4477921Z hint: git config --global init.defaultBranch +2024-02-15T13:23:12.4477995Z hint: +2024-02-15T13:23:12.4478037Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T13:23:12.4478084Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T13:23:12.4478162Z hint: +2024-02-15T13:23:12.4478209Z hint: git branch -m +2024-02-15T13:23:12.4480354Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T13:23:12.4488596Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T13:23:12.4517160Z ::endgroup:: +2024-02-15T13:23:12.4517334Z ::group::Disabling automatic garbage collection +2024-02-15T13:23:12.4519738Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T13:23:12.4548051Z ::endgroup:: +2024-02-15T13:23:12.4548223Z ::group::Setting up auth +2024-02-15T13:23:12.4555553Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T13:23:12.4584362Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T13:23:12.4839522Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T13:23:12.4869374Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T13:23:12.5151915Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T13:23:12.5203662Z ::endgroup:: +2024-02-15T13:23:12.5203899Z ::group::Fetching the repository +2024-02-15T13:23:12.5211686Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +6f689c631f2724e454f4741c63ef2963f386154f:refs/remotes/origin/feature-10 +2024-02-15T13:23:12.7081187Z remote: Enumerating objects: 23, done. +2024-02-15T13:23:12.7082694Z remote: Counting objects: 4% (1/23) remote: Counting objects: 8% (2/23) remote: Counting objects: 13% (3/23) remote: Counting objects: 17% (4/23) remote: Counting objects: 21% (5/23) remote: Counting objects: 26% (6/23) remote: Counting objects: 30% (7/23) remote: Counting objects: 34% (8/23) remote: Counting objects: 39% (9/23) remote: Counting objects: 43% (10/23) remote: Counting objects: 47% (11/23) remote: Counting objects: 52% (12/23) remote: Counting objects: 56% (13/23) remote: Counting objects: 60% (14/23) remote: Counting objects: 65% (15/23) remote: Counting objects: 69% (16/23) remote: Counting objects: 73% (17/23) remote: Counting objects: 78% (18/23) remote: Counting objects: 82% (19/23) remote: Counting objects: 86% (20/23) remote: Counting objects: 91% (21/23) remote: Counting objects: 95% (22/23) remote: Counting objects: 100% (23/23) remote: Counting objects: 100% (23/23), done. +2024-02-15T13:23:12.7083824Z remote: Compressing objects: 5% (1/19) remote: Compressing objects: 10% (2/19) remote: Compressing objects: 15% (3/19) remote: Compressing objects: 21% (4/19) remote: Compressing objects: 26% (5/19) remote: Compressing objects: 31% (6/19) remote: Compressing objects: 36% (7/19) remote: Compressing objects: 42% (8/19) remote: Compressing objects: 47% (9/19) remote: Compressing objects: 52% (10/19) remote: Compressing objects: 57% (11/19) remote: Compressing objects: 63% (12/19) remote: Compressing objects: 68% (13/19) remote: Compressing objects: 73% (14/19) remote: Compressing objects: 78% (15/19) remote: Compressing objects: 84% (16/19) remote: Compressing objects: 89% (17/19) remote: Compressing objects: 94% (18/19) remote: Compressing objects: 100% (19/19) remote: Compressing objects: 100% (19/19), done. +2024-02-15T13:23:12.9812881Z remote: Total 23 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-15T13:23:13.0147909Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T13:23:13.0148577Z * [new ref] 6f689c631f2724e454f4741c63ef2963f386154f -> origin/feature-10 +2024-02-15T13:23:13.0185645Z ::endgroup:: +2024-02-15T13:23:13.0186082Z ::group::Determining the checkout info +2024-02-15T13:23:13.0189059Z ::endgroup:: +2024-02-15T13:23:13.0189383Z ::group::Checking out the ref +2024-02-15T13:23:13.0197208Z [command]/usr/bin/git checkout --progress --force -B feature-10 refs/remotes/origin/feature-10 +2024-02-15T13:23:13.0360621Z Switched to a new branch 'feature-10' +2024-02-15T13:23:13.0365357Z Branch 'feature-10' set up to track remote branch 'feature-10' from 'origin'. +2024-02-15T13:23:13.0371133Z ::endgroup:: +2024-02-15T13:23:13.0422022Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T13:23:13.0457782Z '6f689c631f2724e454f4741c63ef2963f386154f' +2024-02-15T13:23:13.0476239Z ::remove-matcher owner=checkout-git:: +2024-02-15T13:23:13.1519224Z 💡 The Pom/jeu-concours repository has been cloned to the runner. +2024-02-15T13:23:13.2523890Z 🖥️ The workflow is now ready to test your code on the runner. +2024-02-15T13:23:13.3711559Z README.md +2024-02-15T13:23:13.3712994Z app +2024-02-15T13:23:13.4953732Z 🍏 This job's status is success. +2024-02-15T13:23:13.5096377Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:23:13.5097079Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:23:13.5097493Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T13:23:13.5097782Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:23:13.5097880Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:23:13.5098170Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T13:23:13.5268986Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:6 GITHUB_RUN_NUMBER:6 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:6f689c631f2724e454f4741c63ef2963f386154f GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-6_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:23:13.5360851Z evaluating expression 'always()' +2024-02-15T13:23:13.5361539Z expression 'always()' evaluated to 'true' +2024-02-15T13:23:13.5361714Z ⭐ Run Post Check out repository code +2024-02-15T13:23:13.5362327Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:23:13.5362584Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:23:13.5362753Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:23:13.5362884Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:23:13.5362984Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:23:13.5363090Z Extracting content to '/var/run/act' +2024-02-15T13:23:13.5388452Z run post step for 'Check out repository code' +2024-02-15T13:23:13.5389286Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T13:23:13.5389457Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T13:23:13.5389551Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T13:23:13.5389842Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:23:13.7344679Z 💬 ::debug::Getting git version +2024-02-15T13:23:13.7367918Z [command]/usr/bin/git version +2024-02-15T13:23:13.7429244Z git version 2.30.2 +2024-02-15T13:23:13.7464974Z 💬 ::debug::0 +2024-02-15T13:23:13.7465486Z 💬 ::debug::git version 2.30.2%0A +2024-02-15T13:23:13.7467309Z 💬 ::debug::Set git useragent to: git/2.30.2 (github-actions-checkout) +2024-02-15T13:23:13.7477015Z ⚙ *** +2024-02-15T13:23:13.7525368Z Temporarily overriding HOME='/tmp/4d7a257e-01af-4ec2-ab8a-3a1b9f7fbbe5' before making global git config changes +2024-02-15T13:23:13.7530200Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T13:23:13.7543144Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T13:23:13.7620986Z 💬 ::debug::0 +2024-02-15T13:23:13.7622332Z 💬 ::debug:: +2024-02-15T13:23:13.7645045Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T13:23:13.7719731Z 💬 ::debug::1 +2024-02-15T13:23:13.7720682Z 💬 ::debug:: +2024-02-15T13:23:13.7725146Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T13:23:13.8397072Z 💬 ::debug::0 +2024-02-15T13:23:13.8397590Z 💬 ::debug:: +2024-02-15T13:23:13.8401901Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T13:23:13.8450680Z 💬 ::debug::1 +2024-02-15T13:23:13.8452762Z 💬 ::debug:: +2024-02-15T13:23:13.8453671Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T13:23:13.8788186Z 💬 ::debug::0 +2024-02-15T13:23:13.8789820Z 💬 ::debug:: +2024-02-15T13:23:13.8790255Z 💬 ::debug::Unsetting HOME override +2024-02-15T13:23:13.8897750Z ✅ Success - Post Check out repository code +2024-02-15T13:23:13.8989396Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:23:13.8990142Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:23:13.8990981Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T13:23:13.8991568Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:23:13.8993486Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:23:13.8994123Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T13:23:13.8994545Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:13.8994658Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:23:13.8994979Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:23:13.8995158Z Cleaning up services for job Explore-Gitea-Actions +2024-02-15T13:23:13.8995749Z Cleaning up container for job Explore-Gitea-Actions +2024-02-15T13:23:13.9721540Z Removed container: 148e79c99629828b98a17012eef4c7e0fef39214de133b8878edecd86a072f35 +2024-02-15T13:23:13.9734986Z 🐳 docker volume rm GITEA-ACTIONS-TASK-6_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions +2024-02-15T13:23:13.9828727Z 🐳 docker volume rm GITEA-ACTIONS-TASK-6_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env +2024-02-15T13:23:14.0124708Z 🏁 Job succeeded diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/07/7.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/07/7.log new file mode 100644 index 0000000..9cf1848 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/07/7.log @@ -0,0 +1,190 @@ +2024-02-15T13:31:06.4443637Z bbf8c489ea77(version:v0.2.6) received task 7 of job 7, be triggered by event: push +2024-02-15T13:31:06.4448433Z workflow prepared +2024-02-15T13:31:06.4449725Z evaluating expression 'success()' +2024-02-15T13:31:06.4450548Z expression 'success()' evaluated to 'true' +2024-02-15T13:31:06.4450727Z 🚀 Start image=node:16-bullseye +2024-02-15T13:31:06.4557050Z 🐳 docker pull image=node:16-bullseye platform= username= forcePull=false +2024-02-15T13:31:06.4557256Z 🐳 docker pull node:16-bullseye +2024-02-15T13:31:06.4573210Z Image exists? true +2024-02-15T13:31:06.4573675Z 🐳 docker create image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T13:31:06.4641722Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:node:16-bullseye Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T13:31:06.4723651Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-7_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-7_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T13:31:06.5461635Z Created container name=GITEA-ACTIONS-TASK-7_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions id=8e8d1a57e209d0ff9a6b4072e773fa3523ad1ea94b563c41600a47dd2f22ba88 from image node:16-bullseye (platform: ) +2024-02-15T13:31:06.5463109Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T13:31:06.5463472Z 🐳 docker run image=node:16-bullseye platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T13:31:06.5463654Z Starting container: 8e8d1a57e209d0ff9a6b4072e773fa3523ad1ea94b563c41600a47dd2f22ba88 +2024-02-15T13:31:06.6667942Z Started container: 8e8d1a57e209d0ff9a6b4072e773fa3523ad1ea94b563c41600a47dd2f22ba88 +2024-02-15T13:31:06.8548498Z Writing entry to tarball workflow/event.json len:4526 +2024-02-15T13:31:06.8549068Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:31:06.8549327Z Extracting content to '/var/run/act/' +2024-02-15T13:31:06.8705488Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:06.8706055Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:06.8707177Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:31:06.8707696Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:31:06.8707847Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:31:06.8708267Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T13:31:06.8708616Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:31:06.8708800Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:31:06.8709347Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T13:31:06.8841181Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T13:31:06.8841576Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T13:31:07.4558103Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T13:31:07.4559219Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T13:31:07.5231542Z Checked out v3 +2024-02-15T13:31:07.5235626Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T13:31:07.5236575Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:31:07.5236695Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:31:07.5237040Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T13:31:07.5237291Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:31:07.5237502Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:31:07.5237909Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T13:31:07.5238125Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:07.5238194Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:07.5238396Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:31:07.5475271Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF: GITHUB_ACTION_REPOSITORY: GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:7 GITHUB_RUN_NUMBER:7 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:ecd9db8b73b30dcc9a2a2b8137e325f260a33298 GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-7_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:31:07.5613114Z evaluating expression '' +2024-02-15T13:31:07.5615008Z expression '' evaluated to 'true' +2024-02-15T13:31:07.5615401Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:07.5615571Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:07.5616096Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:31:07.5616254Z ⭐ Run Main echo "🎉 The job was automatically triggered by a push event." +2024-02-15T13:31:07.5616484Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:31:07.5616688Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:31:07.5616824Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:31:07.5616985Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:31:07.5617117Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:31:07.5617271Z Extracting content to '/var/run/act' +2024-02-15T13:31:07.5927133Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:07.5927876Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:07.5928327Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:31:07.5928422Z Wrote command \n\necho "🎉 The job was automatically triggered by a push event."\n\n to 'workflow/0' +2024-02-15T13:31:07.5928567Z Writing entry to tarball workflow/0 len:66 +2024-02-15T13:31:07.5928756Z Extracting content to '/var/run/act' +2024-02-15T13:31:07.5953986Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0] user= workdir= +2024-02-15T13:31:07.5955086Z Exec command '[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0]' +2024-02-15T13:31:07.5955416Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:31:07.6409883Z 🎉 The job was automatically triggered by a push event. +2024-02-15T13:31:07.7525567Z 🐧 This job is now running on a Linux server hosted by Gitea! +2024-02-15T13:31:07.8884695Z 🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours. +2024-02-15T13:31:08.3681936Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T13:31:08.3692099Z Syncing repository: Pom/jeu-concours +2024-02-15T13:31:08.3697780Z ::group::Getting Git version info +2024-02-15T13:31:08.3700222Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T13:31:08.3755649Z [command]/usr/bin/git version +2024-02-15T13:31:08.3839343Z git version 2.30.2 +2024-02-15T13:31:08.3879226Z ::endgroup:: +2024-02-15T13:31:08.3907085Z Temporarily overriding HOME='/tmp/5bb443ae-af98-4621-a517-ebac36877093' before making global git config changes +2024-02-15T13:31:08.3908593Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T13:31:08.3920051Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T13:31:08.3981849Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T13:31:08.3989410Z ::group::Initializing the repository +2024-02-15T13:31:08.3991648Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T13:31:08.4043577Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T13:31:08.4044479Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T13:31:08.4044658Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T13:31:08.4044772Z hint: +2024-02-15T13:31:08.4044873Z hint: git config --global init.defaultBranch +2024-02-15T13:31:08.4044944Z hint: +2024-02-15T13:31:08.4045008Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T13:31:08.4045072Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T13:31:08.4045165Z hint: +2024-02-15T13:31:08.4045223Z hint: git branch -m +2024-02-15T13:31:08.4048054Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T13:31:08.4084326Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T13:31:08.4148143Z ::endgroup:: +2024-02-15T13:31:08.4148516Z ::group::Disabling automatic garbage collection +2024-02-15T13:31:08.4153149Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T13:31:08.4207196Z ::endgroup:: +2024-02-15T13:31:08.4207446Z ::group::Setting up auth +2024-02-15T13:31:08.4218406Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T13:31:08.4274082Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T13:31:08.4694011Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T13:31:08.4760081Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T13:31:08.5221010Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T13:31:08.5317797Z ::endgroup:: +2024-02-15T13:31:08.5318199Z ::group::Fetching the repository +2024-02-15T13:31:08.5335961Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +ecd9db8b73b30dcc9a2a2b8137e325f260a33298:refs/remotes/origin/feature-10 +2024-02-15T13:31:08.9405473Z remote: Enumerating objects: 23, done. +2024-02-15T13:31:08.9409494Z remote: Counting objects: 4% (1/23) remote: Counting objects: 8% (2/23) remote: Counting objects: 13% (3/23) remote: Counting objects: 17% (4/23) remote: Counting objects: 21% (5/23) remote: Counting objects: 26% (6/23) remote: Counting objects: 30% (7/23) remote: Counting objects: 34% (8/23) remote: Counting objects: 39% (9/23) remote: Counting objects: 43% (10/23) remote: Counting objects: 47% (11/23) remote: Counting objects: 52% (12/23) remote: Counting objects: 56% (13/23) remote: Counting objects: 60% (14/23) remote: Counting objects: 65% (15/23) remote: Counting objects: 69% (16/23) remote: Counting objects: 73% (17/23) remote: Counting objects: 78% (18/23) remote: Counting objects: 82% (19/23) remote: Counting objects: 86% (20/23) remote: Counting objects: 91% (21/23) remote: Counting objects: 95% (22/23) remote: Counting objects: 100% (23/23) remote: Counting objects: 100% (23/23), done. +2024-02-15T13:31:08.9411250Z remote: Compressing objects: 5% (1/19) remote: Compressing objects: 10% (2/19) remote: Compressing objects: 15% (3/19) remote: Compressing objects: 21% (4/19) remote: Compressing objects: 26% (5/19) remote: Compressing objects: 31% (6/19) remote: Compressing objects: 36% (7/19) remote: Compressing objects: 42% (8/19) remote: Compressing objects: 47% (9/19) remote: Compressing objects: 52% (10/19) remote: Compressing objects: 57% (11/19) remote: Compressing objects: 63% (12/19) remote: Compressing objects: 68% (13/19) remote: Compressing objects: 73% (14/19) remote: Compressing objects: 78% (15/19) remote: Compressing objects: 84% (16/19) remote: Compressing objects: 89% (17/19) remote: Compressing objects: 94% (18/19) remote: Compressing objects: 100% (19/19) remote: Compressing objects: 100% (19/19), done. +2024-02-15T13:31:09.4224145Z remote: Total 23 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-15T13:31:09.4732210Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T13:31:09.4734155Z * [new ref] ecd9db8b73b30dcc9a2a2b8137e325f260a33298 -> origin/feature-10 +2024-02-15T13:31:09.4776699Z ::endgroup:: +2024-02-15T13:31:09.4777234Z ::group::Determining the checkout info +2024-02-15T13:31:09.4783942Z ::endgroup:: +2024-02-15T13:31:09.4784467Z ::group::Checking out the ref +2024-02-15T13:31:09.4792743Z [command]/usr/bin/git checkout --progress --force -B feature-10 refs/remotes/origin/feature-10 +2024-02-15T13:31:09.5086189Z Switched to a new branch 'feature-10' +2024-02-15T13:31:09.5100638Z Branch 'feature-10' set up to track remote branch 'feature-10' from 'origin'. +2024-02-15T13:31:09.5116640Z ::endgroup:: +2024-02-15T13:31:09.5301690Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T13:31:09.5361989Z 'ecd9db8b73b30dcc9a2a2b8137e325f260a33298' +2024-02-15T13:31:09.5388222Z ::remove-matcher owner=checkout-git:: +2024-02-15T13:31:09.7290203Z 💡 The Pom/jeu-concours repository has been cloned to the runner. +2024-02-15T13:31:09.8771694Z 🖥️ The workflow is now ready to test your code on the runner. +2024-02-15T13:31:10.0381303Z README.md +2024-02-15T13:31:10.0381639Z app +2024-02-15T13:31:10.2011860Z 🍏 This job's status is success. +2024-02-15T13:31:10.2183488Z expression 'echo "🍏 This job's status is ${{ job.status }}."' rewritten to 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:31:10.2183848Z evaluating expression 'format('echo "🍏 This job''s status is {0}."', job.status)' +2024-02-15T13:31:10.2184238Z expression 'format('echo "🍏 This job''s status is {0}."', job.status)' evaluated to '%!t(string=echo "🍏 This job's status is success.")' +2024-02-15T13:31:10.2184521Z expression 'echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."' rewritten to 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:31:10.2184639Z evaluating expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' +2024-02-15T13:31:10.2184916Z expression 'format('echo "💡 The {0} repository has been cloned to the runner."', gitea.repository)' evaluated to '%!t(string=echo "💡 The Pom/jeu-concours repository has been cloned to the runner.")' +2024-02-15T13:31:10.2398511Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:3 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Explore-Gitea-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:7 GITHUB_RUN_NUMBER:7 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:ecd9db8b73b30dcc9a2a2b8137e325f260a33298 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions Demo GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-7_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:31:10.2508568Z evaluating expression 'always()' +2024-02-15T13:31:10.2509887Z expression 'always()' evaluated to 'true' +2024-02-15T13:31:10.2510044Z ⭐ Run Post Check out repository code +2024-02-15T13:31:10.2510231Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:31:10.2510377Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:31:10.2510518Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:31:10.2510623Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:31:10.2510712Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:31:10.2510806Z Extracting content to '/var/run/act' +2024-02-15T13:31:10.2548230Z run post step for 'Check out repository code' +2024-02-15T13:31:10.2549522Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T13:31:10.2549766Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T13:31:10.2549871Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T13:31:10.2550262Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:31:10.5197571Z 💬 ::debug::Getting git version +2024-02-15T13:31:10.5226509Z [command]/usr/bin/git version +2024-02-15T13:31:10.5297555Z git version 2.30.2 +2024-02-15T13:31:10.5341074Z 💬 ::debug::0 +2024-02-15T13:31:10.5342278Z 💬 ::debug::git version 2.30.2%0A +2024-02-15T13:31:10.5346599Z 💬 ::debug::Set git useragent to: git/2.30.2 (github-actions-checkout) +2024-02-15T13:31:10.5350132Z ⚙ *** +2024-02-15T13:31:10.5393057Z Temporarily overriding HOME='/tmp/ffc41cc9-91ad-49d9-bf26-54f45f9bdb83' before making global git config changes +2024-02-15T13:31:10.5394167Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T13:31:10.5401717Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T13:31:10.5487085Z 💬 ::debug::0 +2024-02-15T13:31:10.5488056Z 💬 ::debug:: +2024-02-15T13:31:10.5502022Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T13:31:10.5556761Z 💬 ::debug::1 +2024-02-15T13:31:10.5558088Z 💬 ::debug:: +2024-02-15T13:31:10.5564770Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T13:31:10.5972261Z 💬 ::debug::0 +2024-02-15T13:31:10.5975497Z 💬 ::debug:: +2024-02-15T13:31:10.5979765Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T13:31:10.6027705Z 💬 ::debug::1 +2024-02-15T13:31:10.6029298Z 💬 ::debug:: +2024-02-15T13:31:10.6029675Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T13:31:10.6400997Z 💬 ::debug::0 +2024-02-15T13:31:10.6402367Z 💬 ::debug:: +2024-02-15T13:31:10.6404849Z 💬 ::debug::Unsetting HOME override +2024-02-15T13:31:10.6527804Z ✅ Success - Post Check out repository code +2024-02-15T13:31:10.6702499Z expression 'echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."' rewritten to 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:31:10.6703057Z evaluating expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' +2024-02-15T13:31:10.6706624Z expression 'format('echo "🔎 The name of your branch is {0} and your repository is {1}."', gitea.ref, gitea.repository)' evaluated to '%!t(string=echo "🔎 The name of your branch is refs/heads/feature-10 and your repository is Pom/jeu-concours.")' +2024-02-15T13:31:10.6714688Z expression 'echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"' rewritten to 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:31:10.6716735Z evaluating expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' +2024-02-15T13:31:10.6720890Z expression 'format('echo "🐧 This job is now running on a {0} server hosted by Gitea!"', runner.os)' evaluated to '%!t(string=echo "🐧 This job is now running on a Linux server hosted by Gitea!")' +2024-02-15T13:31:10.6721926Z expression 'echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."' rewritten to 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:10.6723535Z evaluating expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' +2024-02-15T13:31:10.6724401Z expression 'format('echo "🎉 The job was automatically triggered by a {0} event."', gitea.event_name)' evaluated to '%!t(string=echo "🎉 The job was automatically triggered by a push event.")' +2024-02-15T13:31:10.6724814Z Cleaning up services for job Explore-Gitea-Actions +2024-02-15T13:31:10.6725232Z Cleaning up container for job Explore-Gitea-Actions +2024-02-15T13:31:10.7663413Z Removed container: 8e8d1a57e209d0ff9a6b4072e773fa3523ad1ea94b563c41600a47dd2f22ba88 +2024-02-15T13:31:10.7686429Z 🐳 docker volume rm GITEA-ACTIONS-TASK-7_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions +2024-02-15T13:31:10.7818646Z 🐳 docker volume rm GITEA-ACTIONS-TASK-7_WORKFLOW-Gitea-Actions-Demo_JOB-Explore-Gitea-Actions-env +2024-02-15T13:31:10.8337007Z 🏁 Job succeeded diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/08/8.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/08/8.log new file mode 100644 index 0000000..f61cebb --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/08/8.log @@ -0,0 +1,547 @@ +2024-02-15T13:31:11.3170267Z bbf8c489ea77(version:v0.2.6) received task 8 of job 8, be triggered by event: push +2024-02-15T13:31:11.3174007Z workflow prepared +2024-02-15T13:31:11.3174649Z evaluating expression 'success()' +2024-02-15T13:31:11.3175251Z expression 'success()' evaluated to 'true' +2024-02-15T13:31:11.3175413Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-15T13:31:11.3276436Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-15T13:31:11.3276668Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-15T13:31:11.3289498Z Image exists? false +2024-02-15T13:31:11.3290445Z pulling image 'docker.io/catthehacker/ubuntu:act-latest' () +2024-02-15T13:31:12.9836152Z Pulling from catthehacker/ubuntu :: act-latest +2024-02-15T13:31:13.3598606Z Pulling fs layer :: 31bd5f451a84 +2024-02-15T13:31:13.3600130Z Pulling fs layer :: 11f878699563 +2024-02-15T13:31:13.3600369Z Pulling fs layer :: 50f9a39c4703 +2024-02-15T13:31:13.3600528Z Pulling fs layer :: 6aa202c90546 +2024-02-15T13:31:13.3600678Z Pulling fs layer :: dd61d6f3c2a8 +2024-02-15T13:31:13.3600863Z Pulling fs layer :: 4ca545ee6d5d +2024-02-15T13:31:13.3601019Z Waiting :: 6aa202c90546 +2024-02-15T13:31:13.3601178Z Waiting :: dd61d6f3c2a8 +2024-02-15T13:31:13.3601319Z Waiting :: 4ca545ee6d5d +2024-02-15T13:31:13.8133954Z Downloading :: 11f878699563 :: 73.99kB/7.125MB +2024-02-15T13:31:13.8557449Z Downloading :: 31bd5f451a84 :: 314.6kB/30.45MB +2024-02-15T13:31:13.8634944Z Downloading :: 50f9a39c4703 :: 396.5kB/39.45MB +2024-02-15T13:31:13.9140802Z Downloading :: 11f878699563 :: 1.694MB/7.125MB +2024-02-15T13:31:13.9707623Z Downloading :: 50f9a39c4703 :: 2.435MB/39.45MB +2024-02-15T13:31:13.9740844Z Downloading :: 31bd5f451a84 :: 3.431MB/30.45MB +2024-02-15T13:31:14.0367377Z Downloading :: 11f878699563 :: 3.82MB/7.125MB +2024-02-15T13:31:14.0763844Z Downloading :: 50f9a39c4703 :: 4.881MB/39.45MB +2024-02-15T13:31:14.0801476Z Downloading :: 31bd5f451a84 :: 6.548MB/30.45MB +2024-02-15T13:31:14.1704080Z Verifying Checksum :: 11f878699563 +2024-02-15T13:31:14.1705055Z Download complete :: 11f878699563 +2024-02-15T13:31:14.1785844Z Downloading :: 50f9a39c4703 :: 8.125MB/39.45MB +2024-02-15T13:31:14.1817104Z Downloading :: 31bd5f451a84 :: 10.92MB/30.45MB +2024-02-15T13:31:14.2855145Z Downloading :: 31bd5f451a84 :: 14.34MB/30.45MB +2024-02-15T13:31:14.2886144Z Downloading :: 50f9a39c4703 :: 11.38MB/39.45MB +2024-02-15T13:31:14.3899457Z Downloading :: 50f9a39c4703 :: 17.45MB/39.45MB +2024-02-15T13:31:14.3997989Z Downloading :: 31bd5f451a84 :: 20.29MB/30.45MB +2024-02-15T13:31:14.4937833Z Downloading :: 50f9a39c4703 :: 24.3MB/39.45MB +2024-02-15T13:31:14.5639956Z Downloading :: 31bd5f451a84 :: 23.71MB/30.45MB +2024-02-15T13:31:14.5969001Z Downloading :: 50f9a39c4703 :: 27.54MB/39.45MB +2024-02-15T13:31:14.6987086Z Downloading :: 31bd5f451a84 :: 28.38MB/30.45MB +2024-02-15T13:31:14.7028895Z Downloading :: 50f9a39c4703 :: 31.6MB/39.45MB +2024-02-15T13:31:14.7229038Z Verifying Checksum :: 31bd5f451a84 +2024-02-15T13:31:14.7237360Z Download complete :: 31bd5f451a84 +2024-02-15T13:31:14.7840717Z Download complete :: 50f9a39c4703 +2024-02-15T13:31:14.8345494Z Downloading :: 6aa202c90546 :: 539.9kB/173MB +2024-02-15T13:31:14.8745465Z Extracting :: 31bd5f451a84 :: 327.7kB/30.45MB +2024-02-15T13:31:14.9386331Z Downloading :: 6aa202c90546 :: 5.372MB/173MB +2024-02-15T13:31:14.9748003Z Extracting :: 31bd5f451a84 :: 1.966MB/30.45MB +2024-02-15T13:31:15.0722357Z Downloading :: 6aa202c90546 :: 7.535MB/173MB +2024-02-15T13:31:15.0813667Z Extracting :: 31bd5f451a84 :: 3.932MB/30.45MB +2024-02-15T13:31:15.2082380Z Downloading :: 6aa202c90546 :: 12.9MB/173MB +2024-02-15T13:31:15.2197503Z Extracting :: 31bd5f451a84 :: 5.898MB/30.45MB +2024-02-15T13:31:15.3004195Z Downloading :: 4ca545ee6d5d :: 42B/42B +2024-02-15T13:31:15.3005162Z Verifying Checksum :: 4ca545ee6d5d +2024-02-15T13:31:15.3005358Z Download complete :: 4ca545ee6d5d +2024-02-15T13:31:15.3075480Z Downloading :: 6aa202c90546 :: 22.58MB/173MB +2024-02-15T13:31:15.3249242Z Extracting :: 31bd5f451a84 :: 7.537MB/30.45MB +2024-02-15T13:31:15.3657201Z Downloading :: dd61d6f3c2a8 :: 538.9kB/204.5MB +2024-02-15T13:31:15.4126575Z Downloading :: 6aa202c90546 :: 30.63MB/173MB +2024-02-15T13:31:15.4653509Z Extracting :: 31bd5f451a84 :: 8.192MB/30.45MB +2024-02-15T13:31:15.4964500Z Downloading :: dd61d6f3c2a8 :: 1.612MB/204.5MB +2024-02-15T13:31:15.5127882Z Downloading :: 6aa202c90546 :: 36MB/173MB +2024-02-15T13:31:15.5669818Z Extracting :: 31bd5f451a84 :: 8.847MB/30.45MB +2024-02-15T13:31:15.6213530Z Downloading :: dd61d6f3c2a8 :: 3.746MB/204.5MB +2024-02-15T13:31:15.6227774Z Downloading :: 6aa202c90546 :: 40.29MB/173MB +2024-02-15T13:31:15.7150893Z Extracting :: 31bd5f451a84 :: 9.83MB/30.45MB +2024-02-15T13:31:15.7377466Z Downloading :: dd61d6f3c2a8 :: 9.116MB/204.5MB +2024-02-15T13:31:15.7461284Z Downloading :: 6aa202c90546 :: 46.21MB/173MB +2024-02-15T13:31:15.8175301Z Extracting :: 31bd5f451a84 :: 10.81MB/30.45MB +2024-02-15T13:31:15.8519503Z Downloading :: 6aa202c90546 :: 48.89MB/173MB +2024-02-15T13:31:15.8526643Z Downloading :: dd61d6f3c2a8 :: 13.4MB/204.5MB +2024-02-15T13:31:15.9253571Z Extracting :: 31bd5f451a84 :: 13.43MB/30.45MB +2024-02-15T13:31:15.9567665Z Downloading :: dd61d6f3c2a8 :: 18.23MB/204.5MB +2024-02-15T13:31:15.9653416Z Downloading :: 6aa202c90546 :: 53.71MB/173MB +2024-02-15T13:31:16.0345618Z Extracting :: 31bd5f451a84 :: 16.38MB/30.45MB +2024-02-15T13:31:16.0686977Z Downloading :: dd61d6f3c2a8 :: 25.77MB/204.5MB +2024-02-15T13:31:16.0689063Z Downloading :: 6aa202c90546 :: 60.66MB/173MB +2024-02-15T13:31:16.1421151Z Extracting :: 31bd5f451a84 :: 19.01MB/30.45MB +2024-02-15T13:31:16.1696388Z Downloading :: dd61d6f3c2a8 :: 31.12MB/204.5MB +2024-02-15T13:31:16.1824375Z Downloading :: 6aa202c90546 :: 65.49MB/173MB +2024-02-15T13:31:16.2501855Z Extracting :: 31bd5f451a84 :: 21.3MB/30.45MB +2024-02-15T13:31:16.2738425Z Downloading :: dd61d6f3c2a8 :: 33.25MB/204.5MB +2024-02-15T13:31:16.2878295Z Downloading :: 6aa202c90546 :: 66.55MB/173MB +2024-02-15T13:31:16.3513396Z Extracting :: 31bd5f451a84 :: 22.94MB/30.45MB +2024-02-15T13:31:16.3828744Z Downloading :: dd61d6f3c2a8 :: 41.28MB/204.5MB +2024-02-15T13:31:16.3963519Z Downloading :: 6aa202c90546 :: 74.61MB/173MB +2024-02-15T13:31:16.4711435Z Extracting :: 31bd5f451a84 :: 25.23MB/30.45MB +2024-02-15T13:31:16.4876048Z Downloading :: dd61d6f3c2a8 :: 43.94MB/204.5MB +2024-02-15T13:31:16.5197395Z Downloading :: 6aa202c90546 :: 78.37MB/173MB +2024-02-15T13:31:16.5886971Z Extracting :: 31bd5f451a84 :: 26.21MB/30.45MB +2024-02-15T13:31:16.5902180Z Downloading :: dd61d6f3c2a8 :: 51.99MB/204.5MB +2024-02-15T13:31:16.6219753Z Downloading :: 6aa202c90546 :: 84.8MB/173MB +2024-02-15T13:31:16.7108389Z Downloading :: dd61d6f3c2a8 :: 55.2MB/204.5MB +2024-02-15T13:31:16.7257048Z Downloading :: 6aa202c90546 :: 86.95MB/173MB +2024-02-15T13:31:16.8143759Z Downloading :: dd61d6f3c2a8 :: 63.23MB/204.5MB +2024-02-15T13:31:16.8297461Z Downloading :: 6aa202c90546 :: 94.48MB/173MB +2024-02-15T13:31:16.9227433Z Downloading :: dd61d6f3c2a8 :: 69.14MB/204.5MB +2024-02-15T13:31:16.9300083Z Downloading :: 6aa202c90546 :: 98.77MB/173MB +2024-02-15T13:31:16.9374611Z Extracting :: 31bd5f451a84 :: 26.54MB/30.45MB +2024-02-15T13:31:17.0244608Z Downloading :: dd61d6f3c2a8 :: 71.83MB/204.5MB +2024-02-15T13:31:17.0367537Z Downloading :: 6aa202c90546 :: 102MB/173MB +2024-02-15T13:31:17.0469993Z Extracting :: 31bd5f451a84 :: 27.85MB/30.45MB +2024-02-15T13:31:17.1308524Z Downloading :: dd61d6f3c2a8 :: 78.28MB/204.5MB +2024-02-15T13:31:17.1380143Z Downloading :: 6aa202c90546 :: 109.5MB/173MB +2024-02-15T13:31:17.2367001Z Downloading :: dd61d6f3c2a8 :: 79.36MB/204.5MB +2024-02-15T13:31:17.2447467Z Downloading :: 6aa202c90546 :: 115.4MB/173MB +2024-02-15T13:31:17.2615403Z Extracting :: 31bd5f451a84 :: 29.16MB/30.45MB +2024-02-15T13:31:17.3456774Z Downloading :: 6aa202c90546 :: 120.2MB/173MB +2024-02-15T13:31:17.3477868Z Downloading :: dd61d6f3c2a8 :: 85.26MB/204.5MB +2024-02-15T13:31:17.4558112Z Downloading :: dd61d6f3c2a8 :: 90.1MB/204.5MB +2024-02-15T13:31:17.4567047Z Downloading :: 6aa202c90546 :: 125.6MB/173MB +2024-02-15T13:31:17.5336338Z Extracting :: 31bd5f451a84 :: 30.15MB/30.45MB +2024-02-15T13:31:17.5998243Z Downloading :: 6aa202c90546 :: 129.9MB/173MB +2024-02-15T13:31:17.6019742Z Downloading :: dd61d6f3c2a8 :: 94.37MB/204.5MB +2024-02-15T13:31:17.7019386Z Downloading :: 6aa202c90546 :: 136.8MB/173MB +2024-02-15T13:31:17.7065138Z Downloading :: dd61d6f3c2a8 :: 101.9MB/204.5MB +2024-02-15T13:31:17.7402855Z Extracting :: 31bd5f451a84 :: 30.45MB/30.45MB +2024-02-15T13:31:17.8034671Z Downloading :: 6aa202c90546 :: 140.1MB/173MB +2024-02-15T13:31:17.8130370Z Downloading :: dd61d6f3c2a8 :: 107.8MB/204.5MB +2024-02-15T13:31:17.8697841Z Pull complete :: 31bd5f451a84 +2024-02-15T13:31:17.8716599Z Extracting :: 11f878699563 :: 98.3kB/7.125MB +2024-02-15T13:31:17.9156871Z Downloading :: 6aa202c90546 :: 146MB/173MB +2024-02-15T13:31:17.9632938Z Downloading :: dd61d6f3c2a8 :: 113.2MB/204.5MB +2024-02-15T13:31:17.9725114Z Extracting :: 11f878699563 :: 1.573MB/7.125MB +2024-02-15T13:31:18.0729193Z Extracting :: 11f878699563 :: 4.62MB/7.125MB +2024-02-15T13:31:18.0753281Z Downloading :: dd61d6f3c2a8 :: 119.6MB/204.5MB +2024-02-15T13:31:18.1457318Z Downloading :: 6aa202c90546 :: 150.2MB/173MB +2024-02-15T13:31:18.1769612Z Downloading :: dd61d6f3c2a8 :: 122.8MB/204.5MB +2024-02-15T13:31:18.2125077Z Extracting :: 11f878699563 :: 5.505MB/7.125MB +2024-02-15T13:31:18.2539781Z Downloading :: 6aa202c90546 :: 156.6MB/173MB +2024-02-15T13:31:18.3197804Z Downloading :: dd61d6f3c2a8 :: 128.2MB/204.5MB +2024-02-15T13:31:18.3218925Z Extracting :: 11f878699563 :: 5.997MB/7.125MB +2024-02-15T13:31:18.3585735Z Downloading :: 6aa202c90546 :: 159.9MB/173MB +2024-02-15T13:31:18.4224219Z Downloading :: dd61d6f3c2a8 :: 136.2MB/204.5MB +2024-02-15T13:31:18.4692790Z Downloading :: 6aa202c90546 :: 166.3MB/173MB +2024-02-15T13:31:18.5147446Z Extracting :: 11f878699563 :: 6.095MB/7.125MB +2024-02-15T13:31:18.5265158Z Downloading :: dd61d6f3c2a8 :: 142.2MB/204.5MB +2024-02-15T13:31:18.5720590Z Downloading :: 6aa202c90546 :: 170.6MB/173MB +2024-02-15T13:31:18.6493816Z Extracting :: 11f878699563 :: 6.193MB/7.125MB +2024-02-15T13:31:18.6783798Z Downloading :: 6aa202c90546 :: 172.7MB/173MB +2024-02-15T13:31:18.6803637Z Downloading :: dd61d6f3c2a8 :: 147.5MB/204.5MB +2024-02-15T13:31:18.6827130Z Verifying Checksum :: 6aa202c90546 +2024-02-15T13:31:18.6827979Z Download complete :: 6aa202c90546 +2024-02-15T13:31:18.7840248Z Downloading :: dd61d6f3c2a8 :: 157.2MB/204.5MB +2024-02-15T13:31:18.8085009Z Extracting :: 11f878699563 :: 6.291MB/7.125MB +2024-02-15T13:31:18.8881268Z Downloading :: dd61d6f3c2a8 :: 164.7MB/204.5MB +2024-02-15T13:31:18.9480318Z Extracting :: 11f878699563 :: 6.39MB/7.125MB +2024-02-15T13:31:18.9914686Z Downloading :: dd61d6f3c2a8 :: 172.2MB/204.5MB +2024-02-15T13:31:19.0733015Z Extracting :: 11f878699563 :: 7.125MB/7.125MB +2024-02-15T13:31:19.0965596Z Downloading :: dd61d6f3c2a8 :: 179.2MB/204.5MB +2024-02-15T13:31:19.1623901Z Pull complete :: 11f878699563 +2024-02-15T13:31:19.1876900Z Extracting :: 50f9a39c4703 :: 426kB/39.45MB +2024-02-15T13:31:19.2007466Z Downloading :: dd61d6f3c2a8 :: 185.7MB/204.5MB +2024-02-15T13:31:19.2925612Z Extracting :: 50f9a39c4703 :: 4.686MB/39.45MB +2024-02-15T13:31:19.3172018Z Downloading :: dd61d6f3c2a8 :: 193.7MB/204.5MB +2024-02-15T13:31:19.3964837Z Extracting :: 50f9a39c4703 :: 8.52MB/39.45MB +2024-02-15T13:31:19.4223569Z Downloading :: dd61d6f3c2a8 :: 199.7MB/204.5MB +2024-02-15T13:31:19.4836178Z Verifying Checksum :: dd61d6f3c2a8 +2024-02-15T13:31:19.4836807Z Download complete :: dd61d6f3c2a8 +2024-02-15T13:31:19.5008577Z Extracting :: 50f9a39c4703 :: 11.5MB/39.45MB +2024-02-15T13:31:19.6419348Z Extracting :: 50f9a39c4703 :: 12.78MB/39.45MB +2024-02-15T13:31:19.7461278Z Extracting :: 50f9a39c4703 :: 14.06MB/39.45MB +2024-02-15T13:31:19.8680841Z Extracting :: 50f9a39c4703 :: 15.34MB/39.45MB +2024-02-15T13:31:19.9766674Z Extracting :: 50f9a39c4703 :: 17.47MB/39.45MB +2024-02-15T13:31:20.1001436Z Extracting :: 50f9a39c4703 :: 17.89MB/39.45MB +2024-02-15T13:31:20.2236452Z Extracting :: 50f9a39c4703 :: 19.6MB/39.45MB +2024-02-15T13:31:20.4282916Z Extracting :: 50f9a39c4703 :: 20.87MB/39.45MB +2024-02-15T13:31:20.5376294Z Extracting :: 50f9a39c4703 :: 21.73MB/39.45MB +2024-02-15T13:31:20.6543398Z Extracting :: 50f9a39c4703 :: 23.43MB/39.45MB +2024-02-15T13:31:20.7800190Z Extracting :: 50f9a39c4703 :: 24.28MB/39.45MB +2024-02-15T13:31:20.8808116Z Extracting :: 50f9a39c4703 :: 26.84MB/39.45MB +2024-02-15T13:31:20.9930237Z Extracting :: 50f9a39c4703 :: 29.39MB/39.45MB +2024-02-15T13:31:21.1165180Z Extracting :: 50f9a39c4703 :: 30.67MB/39.45MB +2024-02-15T13:31:21.2390181Z Extracting :: 50f9a39c4703 :: 33.23MB/39.45MB +2024-02-15T13:31:21.4145418Z Extracting :: 50f9a39c4703 :: 34.5MB/39.45MB +2024-02-15T13:31:21.5173016Z Extracting :: 50f9a39c4703 :: 35.36MB/39.45MB +2024-02-15T13:31:21.6686177Z Extracting :: 50f9a39c4703 :: 36.63MB/39.45MB +2024-02-15T13:31:21.8147896Z Extracting :: 50f9a39c4703 :: 37.49MB/39.45MB +2024-02-15T13:31:22.0932198Z Extracting :: 50f9a39c4703 :: 38.76MB/39.45MB +2024-02-15T13:31:22.1928939Z Extracting :: 50f9a39c4703 :: 39.45MB/39.45MB +2024-02-15T13:31:22.2753376Z Pull complete :: 50f9a39c4703 +2024-02-15T13:31:22.3630720Z Extracting :: 6aa202c90546 :: 557.1kB/173MB +2024-02-15T13:31:22.4678769Z Extracting :: 6aa202c90546 :: 5.014MB/173MB +2024-02-15T13:31:22.5709106Z Extracting :: 6aa202c90546 :: 13.37MB/173MB +2024-02-15T13:31:22.8715411Z Extracting :: 6aa202c90546 :: 18.38MB/173MB +2024-02-15T13:31:22.9917178Z Extracting :: 6aa202c90546 :: 18.94MB/173MB +2024-02-15T13:31:23.3018826Z Extracting :: 6aa202c90546 :: 20.05MB/173MB +2024-02-15T13:31:23.5750095Z Extracting :: 6aa202c90546 :: 21.17MB/173MB +2024-02-15T13:31:23.7076930Z Extracting :: 6aa202c90546 :: 21.73MB/173MB +2024-02-15T13:31:23.9090100Z Extracting :: 6aa202c90546 :: 22.28MB/173MB +2024-02-15T13:31:24.0547751Z Extracting :: 6aa202c90546 :: 22.84MB/173MB +2024-02-15T13:31:24.2486181Z Extracting :: 6aa202c90546 :: 23.4MB/173MB +2024-02-15T13:31:24.3687746Z Extracting :: 6aa202c90546 :: 23.95MB/173MB +2024-02-15T13:31:24.5233588Z Extracting :: 6aa202c90546 :: 25.07MB/173MB +2024-02-15T13:31:24.7613330Z Extracting :: 6aa202c90546 :: 25.62MB/173MB +2024-02-15T13:31:24.8669186Z Extracting :: 6aa202c90546 :: 27.85MB/173MB +2024-02-15T13:31:24.9682451Z Extracting :: 6aa202c90546 :: 35.09MB/173MB +2024-02-15T13:31:25.0717313Z Extracting :: 6aa202c90546 :: 37.32MB/173MB +2024-02-15T13:31:25.1786818Z Extracting :: 6aa202c90546 :: 44.01MB/173MB +2024-02-15T13:31:25.2784924Z Extracting :: 6aa202c90546 :: 49.58MB/173MB +2024-02-15T13:31:25.4034123Z Extracting :: 6aa202c90546 :: 51.81MB/173MB +2024-02-15T13:31:25.5234415Z Extracting :: 6aa202c90546 :: 56.26MB/173MB +2024-02-15T13:31:25.6260281Z Extracting :: 6aa202c90546 :: 60.72MB/173MB +2024-02-15T13:31:25.7324056Z Extracting :: 6aa202c90546 :: 66.85MB/173MB +2024-02-15T13:31:25.9327408Z Extracting :: 6aa202c90546 :: 69.63MB/173MB +2024-02-15T13:31:26.0807141Z Extracting :: 6aa202c90546 :: 70.75MB/173MB +2024-02-15T13:31:26.1949716Z Extracting :: 6aa202c90546 :: 71.3MB/173MB +2024-02-15T13:31:26.2986289Z Extracting :: 6aa202c90546 :: 75.2MB/173MB +2024-02-15T13:31:26.4029608Z Extracting :: 6aa202c90546 :: 79.66MB/173MB +2024-02-15T13:31:26.5136630Z Extracting :: 6aa202c90546 :: 84.67MB/173MB +2024-02-15T13:31:26.6183666Z Extracting :: 6aa202c90546 :: 87.46MB/173MB +2024-02-15T13:31:26.7252064Z Extracting :: 6aa202c90546 :: 91.36MB/173MB +2024-02-15T13:31:26.8355806Z Extracting :: 6aa202c90546 :: 94.7MB/173MB +2024-02-15T13:31:26.9421308Z Extracting :: 6aa202c90546 :: 98.6MB/173MB +2024-02-15T13:31:27.0554455Z Extracting :: 6aa202c90546 :: 103.1MB/173MB +2024-02-15T13:31:27.1561072Z Extracting :: 6aa202c90546 :: 109.2MB/173MB +2024-02-15T13:31:27.2582531Z Extracting :: 6aa202c90546 :: 113.1MB/173MB +2024-02-15T13:31:27.3589811Z Extracting :: 6aa202c90546 :: 118.7MB/173MB +2024-02-15T13:31:27.4714682Z Extracting :: 6aa202c90546 :: 124.8MB/173MB +2024-02-15T13:31:27.5817178Z Extracting :: 6aa202c90546 :: 129.2MB/173MB +2024-02-15T13:31:27.6901391Z Extracting :: 6aa202c90546 :: 133.7MB/173MB +2024-02-15T13:31:27.7969750Z Extracting :: 6aa202c90546 :: 138.1MB/173MB +2024-02-15T13:31:27.8987128Z Extracting :: 6aa202c90546 :: 142MB/173MB +2024-02-15T13:31:28.0137278Z Extracting :: 6aa202c90546 :: 144.8MB/173MB +2024-02-15T13:31:28.1160747Z Extracting :: 6aa202c90546 :: 148.7MB/173MB +2024-02-15T13:31:28.2250996Z Extracting :: 6aa202c90546 :: 153.7MB/173MB +2024-02-15T13:31:28.3367247Z Extracting :: 6aa202c90546 :: 158.8MB/173MB +2024-02-15T13:31:28.4441437Z Extracting :: 6aa202c90546 :: 162.7MB/173MB +2024-02-15T13:31:28.5504227Z Extracting :: 6aa202c90546 :: 164.3MB/173MB +2024-02-15T13:31:28.7322594Z Extracting :: 6aa202c90546 :: 166.6MB/173MB +2024-02-15T13:31:28.9465144Z Extracting :: 6aa202c90546 :: 168.2MB/173MB +2024-02-15T13:31:29.0510290Z Extracting :: 6aa202c90546 :: 169.3MB/173MB +2024-02-15T13:31:29.1576548Z Extracting :: 6aa202c90546 :: 171MB/173MB +2024-02-15T13:31:29.3956055Z Extracting :: 6aa202c90546 :: 171.6MB/173MB +2024-02-15T13:31:29.5267436Z Extracting :: 6aa202c90546 :: 172.1MB/173MB +2024-02-15T13:31:29.7568420Z Extracting :: 6aa202c90546 :: 172.7MB/173MB +2024-02-15T13:31:29.9935760Z Extracting :: 6aa202c90546 :: 173MB/173MB +2024-02-15T13:31:30.4097127Z Pull complete :: 6aa202c90546 +2024-02-15T13:31:30.4639086Z Extracting :: dd61d6f3c2a8 :: 557.1kB/204.5MB +2024-02-15T13:31:30.5679775Z Extracting :: dd61d6f3c2a8 :: 5.571MB/204.5MB +2024-02-15T13:31:30.6918696Z Extracting :: dd61d6f3c2a8 :: 9.47MB/204.5MB +2024-02-15T13:31:30.8060320Z Extracting :: dd61d6f3c2a8 :: 13.37MB/204.5MB +2024-02-15T13:31:30.9065355Z Extracting :: dd61d6f3c2a8 :: 18.94MB/204.5MB +2024-02-15T13:31:31.0177527Z Extracting :: dd61d6f3c2a8 :: 25.62MB/204.5MB +2024-02-15T13:31:31.1297524Z Extracting :: dd61d6f3c2a8 :: 30.64MB/204.5MB +2024-02-15T13:31:31.2534882Z Extracting :: dd61d6f3c2a8 :: 32.87MB/204.5MB +2024-02-15T13:31:31.5243350Z Extracting :: dd61d6f3c2a8 :: 33.42MB/204.5MB +2024-02-15T13:31:31.7391001Z Extracting :: dd61d6f3c2a8 :: 34.54MB/204.5MB +2024-02-15T13:31:32.0106707Z Extracting :: dd61d6f3c2a8 :: 35.09MB/204.5MB +2024-02-15T13:31:32.1757666Z Extracting :: dd61d6f3c2a8 :: 35.65MB/204.5MB +2024-02-15T13:31:32.3636411Z Extracting :: dd61d6f3c2a8 :: 36.21MB/204.5MB +2024-02-15T13:31:32.4733074Z Extracting :: dd61d6f3c2a8 :: 37.32MB/204.5MB +2024-02-15T13:31:32.5763002Z Extracting :: dd61d6f3c2a8 :: 41.78MB/204.5MB +2024-02-15T13:31:32.6785838Z Extracting :: dd61d6f3c2a8 :: 47.91MB/204.5MB +2024-02-15T13:31:32.7959462Z Extracting :: dd61d6f3c2a8 :: 51.81MB/204.5MB +2024-02-15T13:31:32.9005292Z Extracting :: dd61d6f3c2a8 :: 57.38MB/204.5MB +2024-02-15T13:31:33.0092360Z Extracting :: dd61d6f3c2a8 :: 63.5MB/204.5MB +2024-02-15T13:31:33.1187585Z Extracting :: dd61d6f3c2a8 :: 68.52MB/204.5MB +2024-02-15T13:31:33.3005839Z Extracting :: dd61d6f3c2a8 :: 72.42MB/204.5MB +2024-02-15T13:31:33.4822785Z Extracting :: dd61d6f3c2a8 :: 73.53MB/204.5MB +2024-02-15T13:31:33.6621292Z Extracting :: dd61d6f3c2a8 :: 74.65MB/204.5MB +2024-02-15T13:31:33.7687427Z Extracting :: dd61d6f3c2a8 :: 75.2MB/204.5MB +2024-02-15T13:31:33.9447248Z Extracting :: dd61d6f3c2a8 :: 76.32MB/204.5MB +2024-02-15T13:31:34.1158229Z Extracting :: dd61d6f3c2a8 :: 77.43MB/204.5MB +2024-02-15T13:31:34.2903739Z Extracting :: dd61d6f3c2a8 :: 78.54MB/204.5MB +2024-02-15T13:31:34.4667245Z Extracting :: dd61d6f3c2a8 :: 79.66MB/204.5MB +2024-02-15T13:31:34.6660681Z Extracting :: dd61d6f3c2a8 :: 80.77MB/204.5MB +2024-02-15T13:31:34.8504039Z Extracting :: dd61d6f3c2a8 :: 81.89MB/204.5MB +2024-02-15T13:31:35.0373237Z Extracting :: dd61d6f3c2a8 :: 82.44MB/204.5MB +2024-02-15T13:31:35.3454623Z Extracting :: dd61d6f3c2a8 :: 83MB/204.5MB +2024-02-15T13:31:35.5364789Z Extracting :: dd61d6f3c2a8 :: 83.56MB/204.5MB +2024-02-15T13:31:35.6383590Z Extracting :: dd61d6f3c2a8 :: 84.12MB/204.5MB +2024-02-15T13:31:35.9153264Z Extracting :: dd61d6f3c2a8 :: 84.67MB/204.5MB +2024-02-15T13:31:36.0184796Z Extracting :: dd61d6f3c2a8 :: 87.46MB/204.5MB +2024-02-15T13:31:36.1231718Z Extracting :: dd61d6f3c2a8 :: 91.36MB/204.5MB +2024-02-15T13:31:36.2275992Z Extracting :: dd61d6f3c2a8 :: 98.04MB/204.5MB +2024-02-15T13:31:36.3379625Z Extracting :: dd61d6f3c2a8 :: 106.4MB/204.5MB +2024-02-15T13:31:36.4505308Z Extracting :: dd61d6f3c2a8 :: 114.8MB/204.5MB +2024-02-15T13:31:36.5648778Z Extracting :: dd61d6f3c2a8 :: 118.1MB/204.5MB +2024-02-15T13:31:36.6686593Z Extracting :: dd61d6f3c2a8 :: 123.7MB/204.5MB +2024-02-15T13:31:36.7865476Z Extracting :: dd61d6f3c2a8 :: 127.6MB/204.5MB +2024-02-15T13:31:36.9055465Z Extracting :: dd61d6f3c2a8 :: 128.7MB/204.5MB +2024-02-15T13:31:37.1264100Z Extracting :: dd61d6f3c2a8 :: 129.8MB/204.5MB +2024-02-15T13:31:37.2543197Z Extracting :: dd61d6f3c2a8 :: 130.4MB/204.5MB +2024-02-15T13:31:37.3637754Z Extracting :: dd61d6f3c2a8 :: 130.9MB/204.5MB +2024-02-15T13:31:37.5198679Z Extracting :: dd61d6f3c2a8 :: 132MB/204.5MB +2024-02-15T13:31:37.6693390Z Extracting :: dd61d6f3c2a8 :: 133.1MB/204.5MB +2024-02-15T13:31:37.8747513Z Extracting :: dd61d6f3c2a8 :: 134.3MB/204.5MB +2024-02-15T13:31:38.0317173Z Extracting :: dd61d6f3c2a8 :: 135.4MB/204.5MB +2024-02-15T13:31:38.1755129Z Extracting :: dd61d6f3c2a8 :: 137MB/204.5MB +2024-02-15T13:31:38.2795740Z Extracting :: dd61d6f3c2a8 :: 138.7MB/204.5MB +2024-02-15T13:31:38.3846737Z Extracting :: dd61d6f3c2a8 :: 140.9MB/204.5MB +2024-02-15T13:31:38.4869878Z Extracting :: dd61d6f3c2a8 :: 145.4MB/204.5MB +2024-02-15T13:31:38.5989323Z Extracting :: dd61d6f3c2a8 :: 151MB/204.5MB +2024-02-15T13:31:38.7029925Z Extracting :: dd61d6f3c2a8 :: 153.7MB/204.5MB +2024-02-15T13:31:38.8099091Z Extracting :: dd61d6f3c2a8 :: 156MB/204.5MB +2024-02-15T13:31:38.9155468Z Extracting :: dd61d6f3c2a8 :: 160.4MB/204.5MB +2024-02-15T13:31:39.0189564Z Extracting :: dd61d6f3c2a8 :: 171MB/204.5MB +2024-02-15T13:31:39.1625540Z Extracting :: dd61d6f3c2a8 :: 178.3MB/204.5MB +2024-02-15T13:31:39.2704140Z Extracting :: dd61d6f3c2a8 :: 182.7MB/204.5MB +2024-02-15T13:31:39.3801978Z Extracting :: dd61d6f3c2a8 :: 186.6MB/204.5MB +2024-02-15T13:31:39.4876597Z Extracting :: dd61d6f3c2a8 :: 190MB/204.5MB +2024-02-15T13:31:39.5925289Z Extracting :: dd61d6f3c2a8 :: 193.9MB/204.5MB +2024-02-15T13:31:39.7533850Z Extracting :: dd61d6f3c2a8 :: 197.2MB/204.5MB +2024-02-15T13:31:39.8548744Z Extracting :: dd61d6f3c2a8 :: 199.4MB/204.5MB +2024-02-15T13:31:39.9759583Z Extracting :: dd61d6f3c2a8 :: 201.1MB/204.5MB +2024-02-15T13:31:40.2940927Z Extracting :: dd61d6f3c2a8 :: 204.4MB/204.5MB +2024-02-15T13:31:40.2998150Z Extracting :: dd61d6f3c2a8 :: 204.5MB/204.5MB +2024-02-15T13:31:40.9196170Z Pull complete :: dd61d6f3c2a8 +2024-02-15T13:31:40.9214578Z Extracting :: 4ca545ee6d5d :: 42B/42B +2024-02-15T13:31:40.9218467Z Extracting :: 4ca545ee6d5d :: 42B/42B +2024-02-15T13:31:40.9299244Z Pull complete :: 4ca545ee6d5d +2024-02-15T13:31:40.9406577Z Digest: sha256:efce7c01d75493a457c82c7394d2707119e30becb706ec1865e64c7c820a3c94 :: +2024-02-15T13:31:40.9423006Z Status: Downloaded newer image for catthehacker/ubuntu:act-latest :: +2024-02-15T13:31:40.9458423Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T13:31:40.9508586Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T13:31:40.9631591Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-8_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-8_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T13:31:41.7908970Z Created container name=GITEA-ACTIONS-TASK-8_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions id=16a70e46c893d2dc1307c7395b317ce6b4764c7bb4f6be1b8cfa7851609cf562 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-15T13:31:41.7909417Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T13:31:41.7909562Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T13:31:41.7909652Z Starting container: 16a70e46c893d2dc1307c7395b317ce6b4764c7bb4f6be1b8cfa7851609cf562 +2024-02-15T13:31:41.9019136Z Started container: 16a70e46c893d2dc1307c7395b317ce6b4764c7bb4f6be1b8cfa7851609cf562 +2024-02-15T13:31:42.0181170Z Writing entry to tarball workflow/event.json len:4526 +2024-02-15T13:31:42.0181608Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:31:42.0181798Z Extracting content to '/var/run/act/' +2024-02-15T13:31:42.0420106Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T13:31:42.0421137Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T13:31:42.5623143Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T13:31:42.5624303Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T13:31:42.6101211Z Checked out v3 +2024-02-15T13:31:42.6106480Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T13:31:42.6200848Z ☁ git clone 'https://github.com/actions/setup-python' # ref=v5 +2024-02-15T13:31:42.6201142Z cloning https://github.com/actions/setup-python to /root/.cache/act/actions-setup-python@v5 +2024-02-15T13:31:43.0810334Z Unable to pull refs/heads/v5: worktree contains unstaged changes +2024-02-15T13:31:43.0811611Z Cloned https://github.com/actions/setup-python to /root/.cache/act/actions-setup-python@v5 +2024-02-15T13:31:43.1887630Z Checked out v5 +2024-02-15T13:31:43.1890718Z Read action &{Setup Python GitHub Set up a specific version of Python and add the command-line tools to the PATH. map[allow-prereleases:{When 'true', a version range passed to 'python-version' input will match prerelease versions if no GA versions are found. Only 'x.y' version range is supported for CPython. false false} architecture:{The target architecture (x86, x64) of the Python or PyPy interpreter. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry. false } cache-dependency-path:{Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. false } check-latest:{Set this option if you want the action to check for the latest available version that satisfies the version spec. false false} python-version:{Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset. false } python-version-file:{File containing the Python version to use. Example: .python-version false } token:{The token used to authenticate when fetching Python distributions from https://github.com/actions/python-versions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. false ${{ github.server_url == 'https://github.com' && github.token || '' }}} update-environment:{Set this option if you want the action to update environment variables. false true}] map[cache-hit:{A boolean value to indicate a cache entry was found } python-path:{The absolute path to the Python or PyPy executable. } python-version:{The installed Python or PyPy version. Useful when given a version range as input. }] {node20 map[] dist/setup/index.js always() dist/cache-save/index.js success() [] []} {yellow code}} from 'Unknown' +2024-02-15T13:31:43.2074022Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:8 GITHUB_RUN_NUMBER:8 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:ecd9db8b73b30dcc9a2a2b8137e325f260a33298 GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-8_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:31:43.2170785Z evaluating expression '' +2024-02-15T13:31:43.2172120Z expression '' evaluated to 'true' +2024-02-15T13:31:43.2172273Z ⭐ Run Main Check out repository code +2024-02-15T13:31:43.2173052Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:31:43.2173202Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:31:43.2173298Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:31:43.2173393Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:31:43.2173467Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:31:43.2173551Z Extracting content to '/var/run/act' +2024-02-15T13:31:43.2201117Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-15T13:31:43.2291524Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-15T13:31:43.2291809Z evaluating expression 'format('{0}', github.token)' +2024-02-15T13:31:43.2292162Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-15T13:31:43.2292449Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-15T13:31:43.2292527Z evaluating expression 'format('{0}', github.repository)' +2024-02-15T13:31:43.2293737Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=Pom/jeu-concours)' +2024-02-15T13:31:43.2294282Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/Pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-15T13:31:43.2294497Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-15T13:31:43.2295085Z /var/run/act/actions/actions-checkout@v3 +2024-02-15T13:31:43.2295202Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-15T13:31:43.2296241Z Writing tarball /tmp/act1423228677 from /root/.cache/act/actions-checkout@v3/ +2024-02-15T13:31:43.2296769Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-15T13:31:43.3058962Z Extracting content from '/tmp/act1423228677' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-15T13:31:43.4097691Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T13:31:43.4099329Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T13:31:43.4099531Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T13:31:43.4100038Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:31:43.5886802Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/Pom/jeu-concours' +2024-02-15T13:31:43.5895316Z 💬 ::debug::qualified repository = 'Pom/jeu-concours' +2024-02-15T13:31:43.5895918Z 💬 ::debug::ref = 'refs/heads/feature-10' +2024-02-15T13:31:43.5896196Z 💬 ::debug::commit = 'ecd9db8b73b30dcc9a2a2b8137e325f260a33298' +2024-02-15T13:31:43.5896392Z 💬 ::debug::clean = true +2024-02-15T13:31:43.5896813Z 💬 ::debug::fetch depth = 1 +2024-02-15T13:31:43.5897003Z 💬 ::debug::fetch tags = false +2024-02-15T13:31:43.5898808Z 💬 ::debug::lfs = false +2024-02-15T13:31:43.5899405Z 💬 ::debug::submodules = false +2024-02-15T13:31:43.5899602Z 💬 ::debug::recursive submodules = false +2024-02-15T13:31:43.5949975Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-15T13:31:43.5952114Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T13:31:43.5952262Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T13:31:43.5958100Z Syncing repository: Pom/jeu-concours +2024-02-15T13:31:43.5963702Z ::group::Getting Git version info +2024-02-15T13:31:43.5963855Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T13:31:43.6025875Z [command]/usr/bin/git version +2024-02-15T13:31:43.6077385Z git version 2.43.2 +2024-02-15T13:31:43.6125802Z ::endgroup:: +2024-02-15T13:31:43.6155441Z Temporarily overriding HOME='/tmp/f09c04d7-5c0a-426b-95e4-e2d944db406b' before making global git config changes +2024-02-15T13:31:43.6155967Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T13:31:43.6161988Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T13:31:43.6213377Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T13:31:43.6218722Z ::group::Initializing the repository +2024-02-15T13:31:43.6222625Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T13:31:43.6266252Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T13:31:43.6267018Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T13:31:43.6267157Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T13:31:43.6267233Z hint: +2024-02-15T13:31:43.6267292Z hint: git config --global init.defaultBranch +2024-02-15T13:31:43.6267358Z hint: +2024-02-15T13:31:43.6267417Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T13:31:43.6267515Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T13:31:43.6267594Z hint: +2024-02-15T13:31:43.6267651Z hint: git branch -m +2024-02-15T13:31:43.6268229Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T13:31:43.6283675Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T13:31:43.6325864Z ::endgroup:: +2024-02-15T13:31:43.6326092Z ::group::Disabling automatic garbage collection +2024-02-15T13:31:43.6329757Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T13:31:43.6364463Z ::endgroup:: +2024-02-15T13:31:43.6364688Z ::group::Setting up auth +2024-02-15T13:31:43.6372651Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T13:31:43.6412475Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T13:31:43.6819031Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T13:31:43.6861718Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T13:31:43.7271506Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T13:31:43.7337305Z ::endgroup:: +2024-02-15T13:31:43.7338573Z ::group::Fetching the repository +2024-02-15T13:31:43.7347943Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +ecd9db8b73b30dcc9a2a2b8137e325f260a33298:refs/remotes/origin/feature-10 +2024-02-15T13:31:43.9890283Z remote: Enumerating objects: 23, done. +2024-02-15T13:31:43.9891928Z remote: Counting objects: 4% (1/23) remote: Counting objects: 8% (2/23) remote: Counting objects: 13% (3/23) remote: Counting objects: 17% (4/23) remote: Counting objects: 21% (5/23) remote: Counting objects: 26% (6/23) remote: Counting objects: 30% (7/23) remote: Counting objects: 34% (8/23) remote: Counting objects: 39% (9/23) remote: Counting objects: 43% (10/23) remote: Counting objects: 47% (11/23) remote: Counting objects: 52% (12/23) remote: Counting objects: 56% (13/23) remote: Counting objects: 60% (14/23) remote: Counting objects: 65% (15/23) remote: Counting objects: 69% (16/23) remote: Counting objects: 73% (17/23) remote: Counting objects: 78% (18/23) remote: Counting objects: 82% (19/23) remote: Counting objects: 86% (20/23) remote: Counting objects: 91% (21/23) remote: Counting objects: 95% (22/23) remote: Counting objects: 100% (23/23) remote: Counting objects: 100% (23/23), done. +2024-02-15T13:31:43.9892370Z remote: Compressing objects: 5% (1/19) remote: Compressing objects: 10% (2/19) remote: Compressing objects: 15% (3/19) remote: Compressing objects: 21% (4/19) remote: Compressing objects: 26% (5/19) remote: Compressing objects: 31% (6/19) remote: Compressing objects: 36% (7/19) remote: Compressing objects: 42% (8/19) remote: Compressing objects: 47% (9/19) remote: Compressing objects: 52% (10/19) remote: Compressing objects: 57% (11/19) remote: Compressing objects: 63% (12/19) remote: Compressing objects: 68% (13/19) remote: Compressing objects: 73% (14/19) remote: Compressing objects: 78% (15/19) remote: Compressing objects: 84% (16/19) remote: Compressing objects: 89% (17/19) remote: Compressing objects: 94% (18/19) remote: Compressing objects: 100% (19/19) remote: Compressing objects: 100% (19/19), done. +2024-02-15T13:31:44.3566966Z remote: Total 23 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-15T13:31:44.4001219Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T13:31:44.4001505Z * [new ref] ecd9db8b73b30dcc9a2a2b8137e325f260a33298 -> origin/feature-10 +2024-02-15T13:31:44.4026660Z ::endgroup:: +2024-02-15T13:31:44.4026920Z ::group::Determining the checkout info +2024-02-15T13:31:44.4030327Z ::endgroup:: +2024-02-15T13:31:44.4030751Z ::group::Checking out the ref +2024-02-15T13:31:44.4034608Z [command]/usr/bin/git checkout --progress --force -B feature-10 refs/remotes/origin/feature-10 +2024-02-15T13:31:44.4201428Z Switched to a new branch 'feature-10' +2024-02-15T13:31:44.4201746Z branch 'feature-10' set up to track 'origin/feature-10'. +2024-02-15T13:31:44.4209623Z ::endgroup:: +2024-02-15T13:31:44.4250974Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T13:31:44.4289807Z 'ecd9db8b73b30dcc9a2a2b8137e325f260a33298' +2024-02-15T13:31:44.4308891Z ::remove-matcher owner=checkout-git:: +2024-02-15T13:31:45.0234604Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. +2024-02-15T13:31:45.0236026Z [warning].python-version doesn't exist. +2024-02-15T13:31:45.0236670Z ::warning::The `python-version` input is not set. The version of Python currently in `PATH` will be used. +2024-02-15T13:31:45.0239706Z ##[add-matcher]/run/act/actions/actions-setup-python@v5/.github/python.json +2024-02-15T13:31:46.0602324Z Collecting flask +2024-02-15T13:31:46.2130976Z Downloading flask-3.0.2-py3-none-any.whl (101 kB) +2024-02-15T13:31:46.2500058Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.3/101.3 KB 2.9 MB/s eta 0:00:00 +2024-02-15T13:31:46.4413159Z Collecting pytest +2024-02-15T13:31:46.4563737Z Downloading pytest-8.0.0-py3-none-any.whl (334 kB) +2024-02-15T13:31:46.4800847Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 334.0/334.0 KB 16.7 MB/s eta 0:00:00 +2024-02-15T13:31:46.5453213Z Collecting itsdangerous>=2.1.2 +2024-02-15T13:31:46.5596822Z Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB) +2024-02-15T13:31:46.6237357Z Collecting Jinja2>=3.1.2 +2024-02-15T13:31:46.6381517Z Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) +2024-02-15T13:31:46.6470207Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 KB 33.5 MB/s eta 0:00:00 +2024-02-15T13:31:46.7192417Z Collecting click>=8.1.3 +2024-02-15T13:31:46.7322476Z Downloading click-8.1.7-py3-none-any.whl (97 kB) +2024-02-15T13:31:46.7398030Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 24.0 MB/s eta 0:00:00 +2024-02-15T13:31:46.8214206Z Collecting Werkzeug>=3.0.0 +2024-02-15T13:31:46.8373082Z Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB) +2024-02-15T13:31:46.8455601Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 KB 52.8 MB/s eta 0:00:00 +2024-02-15T13:31:46.8846694Z Collecting blinker>=1.6.2 +2024-02-15T13:31:46.8983450Z Downloading blinker-1.7.0-py3-none-any.whl (13 kB) +2024-02-15T13:31:46.9709194Z Collecting tomli>=1.0.0 +2024-02-15T13:31:46.9854715Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) +2024-02-15T13:31:47.0354976Z Collecting pluggy<2.0,>=1.3.0 +2024-02-15T13:31:47.0505055Z Downloading pluggy-1.4.0-py3-none-any.whl (20 kB) +2024-02-15T13:31:47.1115184Z Collecting exceptiongroup>=1.0.0rc8 +2024-02-15T13:31:47.1256651Z Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB) +2024-02-15T13:31:47.1663686Z Collecting iniconfig +2024-02-15T13:31:47.1827817Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) +2024-02-15T13:31:47.1872086Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from pytest) (21.3) +2024-02-15T13:31:47.3943773Z Collecting MarkupSafe>=2.0 +2024-02-15T13:31:47.4116841Z Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) +2024-02-15T13:31:47.6144969Z Installing collected packages: tomli, pluggy, MarkupSafe, itsdangerous, iniconfig, exceptiongroup, click, blinker, Werkzeug, pytest, Jinja2, flask +2024-02-15T13:31:47.7247636Z Attempting uninstall: click +2024-02-15T13:31:47.7270023Z Found existing installation: click 8.0.3 +2024-02-15T13:31:47.7306020Z Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr +2024-02-15T13:31:47.7315698Z Can't uninstall 'click'. No files were found to uninstall. +2024-02-15T13:31:47.8116964Z Attempting uninstall: blinker +2024-02-15T13:31:47.8132859Z Found existing installation: blinker 1.4 +2024-02-15T13:31:47.8155552Z Not uninstalling blinker at /usr/lib/python3/dist-packages, outside environment /usr +2024-02-15T13:31:47.8161061Z Can't uninstall 'blinker'. No files were found to uninstall. +2024-02-15T13:31:48.4617435Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. +2024-02-15T13:31:48.4619189Z pipx 1.0.0 requires argcomplete>=1.9.4, but you have argcomplete 1.8.1 which is incompatible. +2024-02-15T13:31:48.4619603Z Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Werkzeug-3.0.1 blinker-1.7.0 click-8.1.7 exceptiongroup-1.2.0 flask-3.0.2 iniconfig-2.0.0 itsdangerous-2.1.2 pluggy-1.4.0 pytest-8.0.0 tomli-2.0.1 +2024-02-15T13:31:48.4624848Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv +2024-02-15T13:31:48.9702729Z .. +2024-02-15T13:31:48.9703423Z ---------------------------------------------------------------------- +2024-02-15T13:31:48.9703537Z Ran 2 tests in 0.016s +2024-02-15T13:31:48.9703603Z +2024-02-15T13:31:48.9703655Z OK +2024-02-15T13:31:49.0376574Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v5 GITHUB_ACTION_REPOSITORY:actions/setup-python GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:8 GITHUB_RUN_NUMBER:8 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:ecd9db8b73b30dcc9a2a2b8137e325f260a33298 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_ALLOW-PRERELEASES:false INPUT_ARCHITECTURE: INPUT_CACHE: INPUT_CACHE-DEPENDENCY-PATH: INPUT_CHECK-LATEST:false INPUT_PYTHON-VERSION: INPUT_PYTHON-VERSION-FILE: INPUT_TOKEN: INPUT_UPDATE-ENVIRONMENT:true ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-8_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:31:49.0464568Z evaluating expression 'success()' +2024-02-15T13:31:49.0465384Z expression 'success()' evaluated to 'true' +2024-02-15T13:31:49.0465533Z ⭐ Run Post actions/setup-python@v5 +2024-02-15T13:31:49.0465697Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:31:49.0465833Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:31:49.0465930Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:31:49.0466383Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:31:49.0466502Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:31:49.0466618Z Extracting content to '/var/run/act' +2024-02-15T13:31:49.0492592Z run post step for 'actions/setup-python@v5' +2024-02-15T13:31:49.0494000Z executing remote job container: [node /var/run/act/actions/actions-setup-python@v5/dist/cache-save/index.js] +2024-02-15T13:31:49.0494213Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-setup-python@v5/dist/cache-save/index.js] user= workdir= +2024-02-15T13:31:49.0494296Z Exec command '[node /var/run/act/actions/actions-setup-python@v5/dist/cache-save/index.js]' +2024-02-15T13:31:49.0494548Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:31:49.3449521Z ✅ Success - Post actions/setup-python@v5 +2024-02-15T13:31:49.3777968Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:8 GITHUB_RUN_NUMBER:8 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:ecd9db8b73b30dcc9a2a2b8137e325f260a33298 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-8_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T13:31:49.3886196Z evaluating expression 'always()' +2024-02-15T13:31:49.3887100Z expression 'always()' evaluated to 'true' +2024-02-15T13:31:49.3887237Z ⭐ Run Post Check out repository code +2024-02-15T13:31:49.3887402Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T13:31:49.3887552Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T13:31:49.3887645Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T13:31:49.3887733Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T13:31:49.3887804Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T13:31:49.3887890Z Extracting content to '/var/run/act' +2024-02-15T13:31:49.3913051Z run post step for 'Check out repository code' +2024-02-15T13:31:49.3914527Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T13:31:49.3914739Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T13:31:49.3914877Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T13:31:49.3915218Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T13:31:49.5616087Z 💬 ::debug::Getting git version +2024-02-15T13:31:49.5638416Z [command]/usr/bin/git version +2024-02-15T13:31:49.5697546Z git version 2.43.2 +2024-02-15T13:31:49.5733414Z 💬 ::debug::0 +2024-02-15T13:31:49.5734258Z 💬 ::debug::git version 2.43.2%0A +2024-02-15T13:31:49.5736454Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-15T13:31:49.5740393Z ⚙ *** +2024-02-15T13:31:49.5779147Z Temporarily overriding HOME='/tmp/b4d345fb-1035-46d6-9601-a38b07bb597d' before making global git config changes +2024-02-15T13:31:49.5779844Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T13:31:49.5787438Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T13:31:49.5831151Z 💬 ::debug::0 +2024-02-15T13:31:49.5831980Z 💬 ::debug:: +2024-02-15T13:31:49.5839062Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T13:31:49.5873040Z 💬 ::debug::1 +2024-02-15T13:31:49.5874103Z 💬 ::debug:: +2024-02-15T13:31:49.5880886Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T13:31:49.6243136Z 💬 ::debug::0 +2024-02-15T13:31:49.6246099Z 💬 ::debug:: +2024-02-15T13:31:49.6249415Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T13:31:49.6293776Z 💬 ::debug::1 +2024-02-15T13:31:49.6298392Z 💬 ::debug:: +2024-02-15T13:31:49.6306064Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T13:31:49.6668079Z 💬 ::debug::0 +2024-02-15T13:31:49.6670346Z 💬 ::debug:: +2024-02-15T13:31:49.6672141Z 💬 ::debug::Unsetting HOME override +2024-02-15T13:31:49.6807630Z ✅ Success - Post Check out repository code +2024-02-15T13:31:49.6915356Z Cleaning up services for job Tests-Actions +2024-02-15T13:31:49.6916582Z Cleaning up container for job Tests-Actions +2024-02-15T13:31:49.7899275Z Removed container: 16a70e46c893d2dc1307c7395b317ce6b4764c7bb4f6be1b8cfa7851609cf562 +2024-02-15T13:31:49.7911262Z 🐳 docker volume rm GITEA-ACTIONS-TASK-8_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions +2024-02-15T13:31:49.8003794Z 🐳 docker volume rm GITEA-ACTIONS-TASK-8_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions-env +2024-02-15T13:31:49.8695457Z 🏁 Job succeeded diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/09/9.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/09/9.log new file mode 100644 index 0000000..70d8233 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/09/9.log @@ -0,0 +1,241 @@ +2024-02-15T14:05:59.7703464Z bbf8c489ea77(version:v0.2.6) received task 9 of job 9, be triggered by event: push +2024-02-15T14:05:59.7707335Z workflow prepared +2024-02-15T14:05:59.7708558Z evaluating expression 'success()' +2024-02-15T14:05:59.7710037Z expression 'success()' evaluated to 'true' +2024-02-15T14:05:59.7710916Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-15T14:05:59.7771742Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-15T14:05:59.7771918Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-15T14:05:59.7784262Z Image exists? true +2024-02-15T14:05:59.7784499Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T14:05:59.7811100Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T14:05:59.7864524Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:GITEA-ACTIONS-TASK-9_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-9_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T14:05:59.8370936Z Created container name=GITEA-ACTIONS-TASK-9_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions id=b5c6026273cb1ea388c53acf22d6389d40d813dbc1f5533f01226fa6464d0eef from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-15T14:05:59.8371913Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T14:05:59.8372160Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T14:05:59.8372332Z Starting container: b5c6026273cb1ea388c53acf22d6389d40d813dbc1f5533f01226fa6464d0eef +2024-02-15T14:05:59.9117666Z Started container: b5c6026273cb1ea388c53acf22d6389d40d813dbc1f5533f01226fa6464d0eef +2024-02-15T14:05:59.9894436Z Writing entry to tarball workflow/event.json len:4538 +2024-02-15T14:05:59.9895109Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T14:05:59.9895299Z Extracting content to '/var/run/act/' +2024-02-15T14:06:00.0061693Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T14:06:00.0061945Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T14:06:00.5443414Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T14:06:00.5444051Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T14:06:00.5765405Z Checked out v3 +2024-02-15T14:06:00.5767963Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T14:06:00.5831434Z ☁ git clone 'https://github.com/actions/setup-python' # ref=v5 +2024-02-15T14:06:00.5831902Z cloning https://github.com/actions/setup-python to /root/.cache/act/actions-setup-python@v5 +2024-02-15T14:06:00.9965622Z Unable to pull refs/heads/v5: worktree contains unstaged changes +2024-02-15T14:06:00.9966173Z Cloned https://github.com/actions/setup-python to /root/.cache/act/actions-setup-python@v5 +2024-02-15T14:06:01.0655949Z Checked out v5 +2024-02-15T14:06:01.0659907Z Read action &{Setup Python GitHub Set up a specific version of Python and add the command-line tools to the PATH. map[allow-prereleases:{When 'true', a version range passed to 'python-version' input will match prerelease versions if no GA versions are found. Only 'x.y' version range is supported for CPython. false false} architecture:{The target architecture (x86, x64) of the Python or PyPy interpreter. false } cache:{Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry. false } cache-dependency-path:{Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. false } check-latest:{Set this option if you want the action to check for the latest available version that satisfies the version spec. false false} python-version:{Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset. false } python-version-file:{File containing the Python version to use. Example: .python-version false } token:{The token used to authenticate when fetching Python distributions from https://github.com/actions/python-versions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. false ${{ github.server_url == 'https://github.com' && github.token || '' }}} update-environment:{Set this option if you want the action to update environment variables. false true}] map[cache-hit:{A boolean value to indicate a cache entry was found } python-path:{The absolute path to the Python or PyPy executable. } python-version:{The installed Python or PyPy version. Useful when given a version range as input. }] {node20 map[] dist/setup/index.js always() dist/cache-save/index.js success() [] []} {yellow code}} from 'Unknown' +2024-02-15T14:06:01.0776403Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:9 GITHUB_RUN_NUMBER:9 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:807da2538b9797e3880202f559bd6858a62d3e7d GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-9_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T14:06:01.0831904Z evaluating expression '' +2024-02-15T14:06:01.0832604Z expression '' evaluated to 'true' +2024-02-15T14:06:01.0832717Z ⭐ Run Main Check out repository code +2024-02-15T14:06:01.0832846Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T14:06:01.0832958Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T14:06:01.0833034Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T14:06:01.0833108Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T14:06:01.0833167Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T14:06:01.0833239Z Extracting content to '/var/run/act' +2024-02-15T14:06:01.0853386Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-15T14:06:01.0914996Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-15T14:06:01.0915446Z evaluating expression 'format('{0}', github.repository)' +2024-02-15T14:06:01.0915716Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=Pom/jeu-concours)' +2024-02-15T14:06:01.0916014Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-15T14:06:01.0916330Z evaluating expression 'format('{0}', github.token)' +2024-02-15T14:06:01.0916536Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-15T14:06:01.0916718Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/Pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-15T14:06:01.0916869Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-15T14:06:01.0917597Z /var/run/act/actions/actions-checkout@v3 +2024-02-15T14:06:01.0917710Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-15T14:06:01.0918455Z Writing tarball /tmp/act2966424500 from /root/.cache/act/actions-checkout@v3/ +2024-02-15T14:06:01.0918894Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-15T14:06:01.1454762Z Extracting content from '/tmp/act2966424500' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-15T14:06:01.2136652Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T14:06:01.2137310Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T14:06:01.2137416Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T14:06:01.2137676Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T14:06:01.3229557Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/Pom/jeu-concours' +2024-02-15T14:06:01.3235552Z 💬 ::debug::qualified repository = 'Pom/jeu-concours' +2024-02-15T14:06:01.3236886Z 💬 ::debug::ref = 'refs/heads/feature-10' +2024-02-15T14:06:01.3237116Z 💬 ::debug::commit = '807da2538b9797e3880202f559bd6858a62d3e7d' +2024-02-15T14:06:01.3237410Z 💬 ::debug::clean = true +2024-02-15T14:06:01.3239894Z 💬 ::debug::fetch depth = 1 +2024-02-15T14:06:01.3240257Z 💬 ::debug::fetch tags = false +2024-02-15T14:06:01.3240584Z 💬 ::debug::lfs = false +2024-02-15T14:06:01.3240701Z 💬 ::debug::submodules = false +2024-02-15T14:06:01.3243198Z 💬 ::debug::recursive submodules = false +2024-02-15T14:06:01.3275569Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-15T14:06:01.3276167Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T14:06:01.3276225Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T14:06:01.3281646Z Syncing repository: Pom/jeu-concours +2024-02-15T14:06:01.3285502Z ::group::Getting Git version info +2024-02-15T14:06:01.3285590Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T14:06:01.3334218Z [command]/usr/bin/git version +2024-02-15T14:06:01.3369900Z git version 2.43.2 +2024-02-15T14:06:01.3396760Z ::endgroup:: +2024-02-15T14:06:01.3418627Z Temporarily overriding HOME='/tmp/c98d13e0-13e4-46f6-89d8-34a29be5ef8c' before making global git config changes +2024-02-15T14:06:01.3419805Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T14:06:01.3423197Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T14:06:01.3455163Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T14:06:01.3461501Z ::group::Initializing the repository +2024-02-15T14:06:01.3463360Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T14:06:01.3488984Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T14:06:01.3492026Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T14:06:01.3492401Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T14:06:01.3492522Z hint: +2024-02-15T14:06:01.3492585Z hint: git config --global init.defaultBranch +2024-02-15T14:06:01.3492637Z hint: +2024-02-15T14:06:01.3492681Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T14:06:01.3492873Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T14:06:01.3493157Z hint: +2024-02-15T14:06:01.3493202Z hint: git branch -m +2024-02-15T14:06:01.3493359Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T14:06:01.3504706Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T14:06:01.3532149Z ::endgroup:: +2024-02-15T14:06:01.3533461Z ::group::Disabling automatic garbage collection +2024-02-15T14:06:01.3533710Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T14:06:01.3558416Z ::endgroup:: +2024-02-15T14:06:01.3558988Z ::group::Setting up auth +2024-02-15T14:06:01.3563447Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T14:06:01.3587865Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T14:06:01.3834081Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T14:06:01.3860253Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T14:06:01.4103222Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T14:06:01.4142328Z ::endgroup:: +2024-02-15T14:06:01.4143040Z ::group::Fetching the repository +2024-02-15T14:06:01.4149029Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +807da2538b9797e3880202f559bd6858a62d3e7d:refs/remotes/origin/feature-10 +2024-02-15T14:06:01.5815945Z remote: Enumerating objects: 22, done. +2024-02-15T14:06:01.5816848Z remote: Counting objects: 4% (1/22) remote: Counting objects: 9% (2/22) remote: Counting objects: 13% (3/22) remote: Counting objects: 18% (4/22) remote: Counting objects: 22% (5/22) remote: Counting objects: 27% (6/22) remote: Counting objects: 31% (7/22) remote: Counting objects: 36% (8/22) remote: Counting objects: 40% (9/22) remote: Counting objects: 45% (10/22) remote: Counting objects: 50% (11/22) remote: Counting objects: 54% (12/22) remote: Counting objects: 59% (13/22) remote: Counting objects: 63% (14/22) remote: Counting objects: 68% (15/22) remote: Counting objects: 72% (16/22) remote: Counting objects: 77% (17/22) remote: Counting objects: 81% (18/22) remote: Counting objects: 86% (19/22) remote: Counting objects: 90% (20/22) remote: Counting objects: 95% (21/22) remote: Counting objects: 100% (22/22) remote: Counting objects: 100% (22/22), done. +2024-02-15T14:06:01.5817083Z remote: Compressing objects: 5% (1/17) remote: Compressing objects: 11% (2/17) remote: Compressing objects: 17% (3/17) remote: Compressing objects: 23% (4/17) remote: Compressing objects: 29% (5/17) remote: Compressing objects: 35% (6/17) remote: Compressing objects: 41% (7/17) remote: Compressing objects: 47% (8/17) remote: Compressing objects: 52% (9/17) remote: Compressing objects: 58% (10/17) remote: Compressing objects: 64% (11/17) remote: Compressing objects: 70% (12/17) remote: Compressing objects: 76% (13/17) remote: Compressing objects: 82% (14/17) remote: Compressing objects: 88% (15/17) remote: Compressing objects: 94% (16/17) remote: Compressing objects: 100% (17/17) remote: Compressing objects: 100% (17/17), done. +2024-02-15T14:06:01.8528708Z remote: Total 22 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-15T14:06:01.8857507Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T14:06:01.8858014Z * [new ref] 807da2538b9797e3880202f559bd6858a62d3e7d -> origin/feature-10 +2024-02-15T14:06:01.8882179Z ::endgroup:: +2024-02-15T14:06:01.8882332Z ::group::Determining the checkout info +2024-02-15T14:06:01.8884619Z ::endgroup:: +2024-02-15T14:06:01.8884822Z ::group::Checking out the ref +2024-02-15T14:06:01.8888026Z [command]/usr/bin/git checkout --progress --force -B feature-10 refs/remotes/origin/feature-10 +2024-02-15T14:06:01.9010622Z Switched to a new branch 'feature-10' +2024-02-15T14:06:01.9011127Z branch 'feature-10' set up to track 'origin/feature-10'. +2024-02-15T14:06:01.9016181Z ::endgroup:: +2024-02-15T14:06:01.9050117Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T14:06:01.9073510Z '807da2538b9797e3880202f559bd6858a62d3e7d' +2024-02-15T14:06:01.9085957Z ::remove-matcher owner=checkout-git:: +2024-02-15T14:06:02.3860451Z [warning]Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. +2024-02-15T14:06:02.3862407Z [warning].python-version doesn't exist. +2024-02-15T14:06:02.3865821Z ::warning::The `python-version` input is not set. The version of Python currently in `PATH` will be used. +2024-02-15T14:06:02.3866155Z ##[add-matcher]/run/act/actions/actions-setup-python@v5/.github/python.json +2024-02-15T14:06:03.2130515Z Collecting flask +2024-02-15T14:06:03.3281700Z Downloading flask-3.0.2-py3-none-any.whl (101 kB) +2024-02-15T14:06:03.3579603Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.3/101.3 KB 3.6 MB/s eta 0:00:00 +2024-02-15T14:06:03.5008787Z Collecting pytest +2024-02-15T14:06:03.5184168Z Downloading pytest-8.0.0-py3-none-any.whl (334 kB) +2024-02-15T14:06:03.5426160Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 334.0/334.0 KB 16.1 MB/s eta 0:00:00 +2024-02-15T14:06:03.5909721Z Collecting itsdangerous>=2.1.2 +2024-02-15T14:06:03.6112573Z Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB) +2024-02-15T14:06:03.6652566Z Collecting Jinja2>=3.1.2 +2024-02-15T14:06:03.6832419Z Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) +2024-02-15T14:06:03.6966643Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 KB 14.1 MB/s eta 0:00:00 +2024-02-15T14:06:03.7536543Z Collecting click>=8.1.3 +2024-02-15T14:06:03.7690624Z Downloading click-8.1.7-py3-none-any.whl (97 kB) +2024-02-15T14:06:03.7753195Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 KB 28.6 MB/s eta 0:00:00 +2024-02-15T14:06:03.8517587Z Collecting Werkzeug>=3.0.0 +2024-02-15T14:06:03.8673710Z Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB) +2024-02-15T14:06:03.8751463Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 KB 56.7 MB/s eta 0:00:00 +2024-02-15T14:06:03.9117608Z Collecting blinker>=1.6.2 +2024-02-15T14:06:03.9272750Z Downloading blinker-1.7.0-py3-none-any.whl (13 kB) +2024-02-15T14:06:03.9491192Z Requirement already satisfied: packaging in /usr/lib/python3/dist-packages (from pytest) (21.3) +2024-02-15T14:06:03.9875076Z Collecting exceptiongroup>=1.0.0rc8 +2024-02-15T14:06:04.0042247Z Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB) +2024-02-15T14:06:04.0570606Z Collecting tomli>=1.0.0 +2024-02-15T14:06:04.0728045Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) +2024-02-15T14:06:04.1047721Z Collecting iniconfig +2024-02-15T14:06:04.1193543Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) +2024-02-15T14:06:04.1701915Z Collecting pluggy<2.0,>=1.3.0 +2024-02-15T14:06:04.1864853Z Downloading pluggy-1.4.0-py3-none-any.whl (20 kB) +2024-02-15T14:06:04.3457660Z Collecting MarkupSafe>=2.0 +2024-02-15T14:06:04.3704962Z Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) +2024-02-15T14:06:04.5880592Z Installing collected packages: tomli, pluggy, MarkupSafe, itsdangerous, iniconfig, exceptiongroup, click, blinker, Werkzeug, pytest, Jinja2, flask +2024-02-15T14:06:04.6755668Z Attempting uninstall: click +2024-02-15T14:06:04.6765885Z Found existing installation: click 8.0.3 +2024-02-15T14:06:04.6781502Z Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr +2024-02-15T14:06:04.6786986Z Can't uninstall 'click'. No files were found to uninstall. +2024-02-15T14:06:04.7578667Z Attempting uninstall: blinker +2024-02-15T14:06:04.7589563Z Found existing installation: blinker 1.4 +2024-02-15T14:06:04.7607620Z Not uninstalling blinker at /usr/lib/python3/dist-packages, outside environment /usr +2024-02-15T14:06:04.7614541Z Can't uninstall 'blinker'. No files were found to uninstall. +2024-02-15T14:06:05.2924638Z ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. +2024-02-15T14:06:05.2925385Z pipx 1.0.0 requires argcomplete>=1.9.4, but you have argcomplete 1.8.1 which is incompatible. +2024-02-15T14:06:05.2925557Z Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Werkzeug-3.0.1 blinker-1.7.0 click-8.1.7 exceptiongroup-1.2.0 flask-3.0.2 iniconfig-2.0.0 itsdangerous-2.1.2 pluggy-1.4.0 pytest-8.0.0 tomli-2.0.1 +2024-02-15T14:06:05.2925829Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv +2024-02-15T14:06:05.6535085Z .. +2024-02-15T14:06:05.6535596Z ---------------------------------------------------------------------- +2024-02-15T14:06:05.6535680Z Ran 2 tests in 0.011s +2024-02-15T14:06:05.6535757Z +2024-02-15T14:06:05.6535798Z OK +2024-02-15T14:06:05.7009999Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v5 GITHUB_ACTION_REPOSITORY:actions/setup-python GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:9 GITHUB_RUN_NUMBER:9 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:807da2538b9797e3880202f559bd6858a62d3e7d GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_ALLOW-PRERELEASES:false INPUT_ARCHITECTURE: INPUT_CACHE: INPUT_CACHE-DEPENDENCY-PATH: INPUT_CHECK-LATEST:false INPUT_PYTHON-VERSION: INPUT_PYTHON-VERSION-FILE: INPUT_TOKEN: INPUT_UPDATE-ENVIRONMENT:true ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-9_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T14:06:05.7075242Z evaluating expression 'success()' +2024-02-15T14:06:05.7075998Z expression 'success()' evaluated to 'true' +2024-02-15T14:06:05.7076137Z ⭐ Run Post actions/setup-python@v5 +2024-02-15T14:06:05.7076286Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T14:06:05.7076409Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T14:06:05.7076501Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T14:06:05.7076584Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T14:06:05.7076648Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T14:06:05.7076716Z Extracting content to '/var/run/act' +2024-02-15T14:06:05.7154120Z run post step for 'actions/setup-python@v5' +2024-02-15T14:06:05.7155153Z executing remote job container: [node /var/run/act/actions/actions-setup-python@v5/dist/cache-save/index.js] +2024-02-15T14:06:05.7155310Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-setup-python@v5/dist/cache-save/index.js] user= workdir= +2024-02-15T14:06:05.7155387Z Exec command '[node /var/run/act/actions/actions-setup-python@v5/dist/cache-save/index.js]' +2024-02-15T14:06:05.7155658Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T14:06:05.9202701Z ✅ Success - Post actions/setup-python@v5 +2024-02-15T14:06:05.9400517Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Tests-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/feature-10 GITHUB_REF_NAME:feature-10 GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:9 GITHUB_RUN_NUMBER:9 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:807da2538b9797e3880202f559bd6858a62d3e7d GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-9_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T14:06:05.9461547Z evaluating expression 'always()' +2024-02-15T14:06:05.9462187Z expression 'always()' evaluated to 'true' +2024-02-15T14:06:05.9462303Z ⭐ Run Post Check out repository code +2024-02-15T14:06:05.9462435Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T14:06:05.9462548Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T14:06:05.9462630Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T14:06:05.9462706Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T14:06:05.9462768Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T14:06:05.9462841Z Extracting content to '/var/run/act' +2024-02-15T14:06:05.9483361Z run post step for 'Check out repository code' +2024-02-15T14:06:05.9484196Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T14:06:05.9484349Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T14:06:05.9484431Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T14:06:05.9484657Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T14:06:06.0613722Z 💬 ::debug::Getting git version +2024-02-15T14:06:06.0626324Z [command]/usr/bin/git version +2024-02-15T14:06:06.0662895Z git version 2.43.2 +2024-02-15T14:06:06.0686768Z 💬 ::debug::0 +2024-02-15T14:06:06.0687068Z 💬 ::debug::git version 2.43.2%0A +2024-02-15T14:06:06.0688650Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-15T14:06:06.0693775Z ⚙ *** +2024-02-15T14:06:06.0712631Z Temporarily overriding HOME='/tmp/f709c43f-2646-408a-890e-2ef613c499d8' before making global git config changes +2024-02-15T14:06:06.0713047Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T14:06:06.0717212Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T14:06:06.0744616Z 💬 ::debug::0 +2024-02-15T14:06:06.0744894Z 💬 ::debug:: +2024-02-15T14:06:06.0750800Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T14:06:06.0773900Z 💬 ::debug::1 +2024-02-15T14:06:06.0774888Z 💬 ::debug:: +2024-02-15T14:06:06.0778164Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T14:06:06.1026032Z 💬 ::debug::0 +2024-02-15T14:06:06.1026700Z 💬 ::debug:: +2024-02-15T14:06:06.1029250Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T14:06:06.1055545Z 💬 ::debug::1 +2024-02-15T14:06:06.1056145Z 💬 ::debug:: +2024-02-15T14:06:06.1060546Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T14:06:06.1308358Z 💬 ::debug::0 +2024-02-15T14:06:06.1309004Z 💬 ::debug:: +2024-02-15T14:06:06.1312304Z 💬 ::debug::Unsetting HOME override +2024-02-15T14:06:06.1387741Z ✅ Success - Post Check out repository code +2024-02-15T14:06:06.1465262Z Cleaning up services for job Tests-Actions +2024-02-15T14:06:06.1466331Z Cleaning up container for job Tests-Actions +2024-02-15T14:06:06.2049944Z Removed container: b5c6026273cb1ea388c53acf22d6389d40d813dbc1f5533f01226fa6464d0eef +2024-02-15T14:06:06.2060785Z 🐳 docker volume rm GITEA-ACTIONS-TASK-9_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions +2024-02-15T14:06:06.2140424Z 🐳 docker volume rm GITEA-ACTIONS-TASK-9_WORKFLOW-Gitea-Actions-for-Features_JOB-Tests-Actions-env +2024-02-15T14:06:06.2739607Z 🏁 Job succeeded diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0a/10.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0a/10.log new file mode 100644 index 0000000..679ec1f --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0a/10.log @@ -0,0 +1,206 @@ +2024-02-15T14:52:30.2707369Z bbf8c489ea77(version:v0.2.6) received task 10 of job 10, be triggered by event: push +2024-02-15T14:52:30.2710978Z workflow prepared +2024-02-15T14:52:30.2711649Z evaluating expression 'success()' +2024-02-15T14:52:30.2712652Z expression 'success()' evaluated to 'true' +2024-02-15T14:52:30.2713061Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-15T14:52:30.2811612Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-15T14:52:30.2812377Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-15T14:52:30.2838399Z Image exists? true +2024-02-15T14:52:30.2840321Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T14:52:30.2882514Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/Pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-15T14:52:30.2966728Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:GITEA-ACTIONS-TASK-10_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/Pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-10_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-15T14:52:30.3485611Z Created container name=GITEA-ACTIONS-TASK-10_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=90ddf8052444d003e36b76fc585fb31e2ccff626ceec64a3c9073d1778592993 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-15T14:52:30.3486325Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-15T14:52:30.3486496Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-15T14:52:30.3488252Z Starting container: 90ddf8052444d003e36b76fc585fb31e2ccff626ceec64a3c9073d1778592993 +2024-02-15T14:52:30.4490631Z Started container: 90ddf8052444d003e36b76fc585fb31e2ccff626ceec64a3c9073d1778592993 +2024-02-15T14:52:30.5498560Z Writing entry to tarball workflow/event.json len:4536 +2024-02-15T14:52:30.5499090Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T14:52:30.5499291Z Extracting content to '/var/run/act/' +2024-02-15T14:52:30.5736790Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-15T14:52:30.5737478Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T14:52:31.1221073Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-15T14:52:31.1221855Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-15T14:52:31.1629895Z Checked out v3 +2024-02-15T14:52:31.1633104Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-15T14:52:31.1705653Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-15T14:52:31.1706302Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-15T14:52:36.7912401Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-15T14:52:36.9690276Z Checked out v2 +2024-02-15T14:52:36.9695579Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-15T14:52:36.9808655Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-15T14:52:36.9809254Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-15T14:52:43.0827685Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-15T14:52:43.2698407Z Checked out v4 +2024-02-15T14:52:43.2702911Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-15T14:52:43.2849152Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:10 GITHUB_RUN_NUMBER:10 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:14209a77f942ca8ceac81663456c6f68a4141202 GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-10_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T14:52:43.2928174Z evaluating expression '' +2024-02-15T14:52:43.2928747Z expression '' evaluated to 'true' +2024-02-15T14:52:43.2928862Z ⭐ Run Main Check out repository code +2024-02-15T14:52:43.2929012Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T14:52:43.2929143Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T14:52:43.2929233Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T14:52:43.2929312Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T14:52:43.2929377Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T14:52:43.2929461Z Extracting content to '/var/run/act' +2024-02-15T14:52:43.2961544Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-15T14:52:43.3047590Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-15T14:52:43.3048291Z evaluating expression 'format('{0}', github.token)' +2024-02-15T14:52:43.3048691Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-15T14:52:43.3049047Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-15T14:52:43.3049133Z evaluating expression 'format('{0}', github.repository)' +2024-02-15T14:52:43.3049360Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=Pom/jeu-concours)' +2024-02-15T14:52:43.3049588Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/Pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-15T14:52:43.3049851Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-15T14:52:43.3050560Z /var/run/act/actions/actions-checkout@v3 +2024-02-15T14:52:43.3050684Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-15T14:52:43.3051956Z Writing tarball /tmp/act4162674396 from /root/.cache/act/actions-checkout@v3/ +2024-02-15T14:52:43.3052598Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-15T14:52:43.3595800Z Extracting content from '/tmp/act4162674396' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-15T14:52:43.4588618Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T14:52:43.4589566Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T14:52:43.4589714Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T14:52:43.4590071Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T14:52:43.6156516Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/Pom/jeu-concours' +2024-02-15T14:52:43.6166226Z 💬 ::debug::qualified repository = 'Pom/jeu-concours' +2024-02-15T14:52:43.6166962Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-15T14:52:43.6167189Z 💬 ::debug::commit = '14209a77f942ca8ceac81663456c6f68a4141202' +2024-02-15T14:52:43.6167358Z 💬 ::debug::clean = true +2024-02-15T14:52:43.6167952Z 💬 ::debug::fetch depth = 1 +2024-02-15T14:52:43.6169716Z 💬 ::debug::fetch tags = false +2024-02-15T14:52:43.6170050Z 💬 ::debug::lfs = false +2024-02-15T14:52:43.6170222Z 💬 ::debug::submodules = false +2024-02-15T14:52:43.6170782Z 💬 ::debug::recursive submodules = false +2024-02-15T14:52:43.6213348Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-15T14:52:43.6215183Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T14:52:43.6215303Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-15T14:52:43.6219981Z Syncing repository: Pom/jeu-concours +2024-02-15T14:52:43.6225482Z ::group::Getting Git version info +2024-02-15T14:52:43.6225649Z Working directory is '/workspace/Pom/jeu-concours' +2024-02-15T14:52:43.6286079Z [command]/usr/bin/git version +2024-02-15T14:52:43.6335044Z git version 2.43.2 +2024-02-15T14:52:43.6374317Z ::endgroup:: +2024-02-15T14:52:43.6410911Z Temporarily overriding HOME='/tmp/bbd539c6-a409-4b87-906e-3e3fdb55f0c6' before making global git config changes +2024-02-15T14:52:43.6411679Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T14:52:43.6411841Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T14:52:43.6461759Z Deleting the contents of '/workspace/Pom/jeu-concours' +2024-02-15T14:52:43.6467742Z ::group::Initializing the repository +2024-02-15T14:52:43.6471182Z [command]/usr/bin/git init /workspace/Pom/jeu-concours +2024-02-15T14:52:43.6508238Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-15T14:52:43.6508920Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-15T14:52:43.6509038Z hint: of your new repositories, which will suppress this warning, call: +2024-02-15T14:52:43.6509117Z hint: +2024-02-15T14:52:43.6509178Z hint: git config --global init.defaultBranch +2024-02-15T14:52:43.6509245Z hint: +2024-02-15T14:52:43.6509299Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-15T14:52:43.6509360Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-15T14:52:43.6509450Z hint: +2024-02-15T14:52:43.6509536Z hint: git branch -m +2024-02-15T14:52:43.6512628Z Initialized empty Git repository in /workspace/Pom/jeu-concours/.git/ +2024-02-15T14:52:43.6526757Z [command]/usr/bin/git remote add origin http://localhost:3000/Pom/jeu-concours +2024-02-15T14:52:43.6574807Z ::endgroup:: +2024-02-15T14:52:43.6575045Z ::group::Disabling automatic garbage collection +2024-02-15T14:52:43.6577520Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-15T14:52:43.6617158Z ::endgroup:: +2024-02-15T14:52:43.6618665Z ::group::Setting up auth +2024-02-15T14:52:43.6626281Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T14:52:43.6665536Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T14:52:43.7024130Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-15T14:52:43.7061622Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-15T14:52:43.7428679Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-15T14:52:43.7486203Z ::endgroup:: +2024-02-15T14:52:43.7486490Z ::group::Fetching the repository +2024-02-15T14:52:43.7495812Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +14209a77f942ca8ceac81663456c6f68a4141202:refs/remotes/origin/main +2024-02-15T14:52:44.0047129Z remote: Enumerating objects: 23, done. +2024-02-15T14:52:44.0049350Z remote: Counting objects: 4% (1/23) remote: Counting objects: 8% (2/23) remote: Counting objects: 13% (3/23) remote: Counting objects: 17% (4/23) remote: Counting objects: 21% (5/23) remote: Counting objects: 26% (6/23) remote: Counting objects: 30% (7/23) remote: Counting objects: 34% (8/23) remote: Counting objects: 39% (9/23) remote: Counting objects: 43% (10/23) remote: Counting objects: 47% (11/23) remote: Counting objects: 52% (12/23) remote: Counting objects: 56% (13/23) remote: Counting objects: 60% (14/23) remote: Counting objects: 65% (15/23) remote: Counting objects: 69% (16/23) remote: Counting objects: 73% (17/23) remote: Counting objects: 78% (18/23) remote: Counting objects: 82% (19/23) remote: Counting objects: 86% (20/23) remote: Counting objects: 91% (21/23) remote: Counting objects: 95% (22/23) remote: Counting objects: 100% (23/23) remote: Counting objects: 100% (23/23), done. +2024-02-15T14:52:44.0054734Z remote: Compressing objects: 5% (1/19) remote: Compressing objects: 10% (2/19) remote: Compressing objects: 15% (3/19) remote: Compressing objects: 21% (4/19) remote: Compressing objects: 26% (5/19) remote: Compressing objects: 31% (6/19) remote: Compressing objects: 36% (7/19) remote: Compressing objects: 42% (8/19) remote: Compressing objects: 47% (9/19) remote: Compressing objects: 52% (10/19) remote: Compressing objects: 57% (11/19) remote: Compressing objects: 63% (12/19) remote: Compressing objects: 68% (13/19) remote: Compressing objects: 73% (14/19) remote: Compressing objects: 78% (15/19) remote: Compressing objects: 84% (16/19) remote: Compressing objects: 89% (17/19) remote: Compressing objects: 94% (18/19) remote: Compressing objects: 100% (19/19) remote: Compressing objects: 100% (19/19), done. +2024-02-15T14:52:44.3801999Z remote: Total 23 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-15T14:52:44.4198384Z From http://localhost:3000/Pom/jeu-concours +2024-02-15T14:52:44.4199629Z * [new ref] 14209a77f942ca8ceac81663456c6f68a4141202 -> origin/main +2024-02-15T14:52:44.4227083Z ::endgroup:: +2024-02-15T14:52:44.4227319Z ::group::Determining the checkout info +2024-02-15T14:52:44.4229635Z ::endgroup:: +2024-02-15T14:52:44.4230364Z ::group::Checking out the ref +2024-02-15T14:52:44.4233058Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-15T14:52:44.4390515Z Switched to a new branch 'main' +2024-02-15T14:52:44.4391240Z branch 'main' set up to track 'origin/main'. +2024-02-15T14:52:44.4397955Z ::endgroup:: +2024-02-15T14:52:44.4437644Z [command]/usr/bin/git log -1 --format='%H' +2024-02-15T14:52:44.4471631Z '14209a77f942ca8ceac81663456c6f68a4141202' +2024-02-15T14:52:44.4491108Z ::remove-matcher owner=checkout-git:: +2024-02-15T14:52:44.9033907Z Logging into http://localhost:3000... +2024-02-15T14:52:48.0359426Z ::error::Error response from daemon: Get "http://localhost:3000/v2/": Get "https://server.developper-pour-le-cloud.orb.local/v2/token?account=Pom&client_id=docker&offline_token=true&service=container_registry": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-15T14:52:48.0793087Z skipping post step for 'Build and push'; main step was skipped +2024-02-15T14:52:48.0953522Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-15T14:52:48.0954168Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-15T14:52:48.0954596Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=Pom)' +2024-02-15T14:52:48.0955572Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-15T14:52:48.0955724Z evaluating expression 'format('{0}', secrets.token)' +2024-02-15T14:52:48.0955910Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-15T14:52:48.0956350Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:10 GITHUB_RUN_NUMBER:10 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:14209a77f942ca8ceac81663456c6f68a4141202 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:Pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-10_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T14:52:48.1034358Z evaluating expression 'always()' +2024-02-15T14:52:48.1036707Z expression 'always()' evaluated to 'true' +2024-02-15T14:52:48.1036924Z ⭐ Run Post Login to the registry +2024-02-15T14:52:48.1037098Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T14:52:48.1037244Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T14:52:48.1037327Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T14:52:48.1037403Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T14:52:48.1037617Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T14:52:48.1037760Z Extracting content to '/var/run/act' +2024-02-15T14:52:48.1064905Z run post step for 'Login to the registry' +2024-02-15T14:52:48.1066286Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-15T14:52:48.1066777Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-15T14:52:48.1066908Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-15T14:52:48.1067319Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T14:52:48.3049534Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-15T14:52:48.3134064Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-15T14:52:48.3291204Z Removing login credentials for localhost:3000 +2024-02-15T14:52:48.3395530Z ✅ Success - Post Login to the registry +2024-02-15T14:52:48.3649206Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:41997/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:Pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:Pom/jeu-concours GITHUB_REPOSITORY_OWNER:Pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:10 GITHUB_RUN_NUMBER:10 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:14209a77f942ca8ceac81663456c6f68a4141202 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/Pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:Pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-10_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-15T14:52:48.3732276Z evaluating expression 'always()' +2024-02-15T14:52:48.3733112Z expression 'always()' evaluated to 'true' +2024-02-15T14:52:48.3733287Z ⭐ Run Post Check out repository code +2024-02-15T14:52:48.3733489Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-15T14:52:48.3733686Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-15T14:52:48.3733808Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-15T14:52:48.3733918Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-15T14:52:48.3734016Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-15T14:52:48.3734162Z Extracting content to '/var/run/act' +2024-02-15T14:52:48.3761022Z run post step for 'Check out repository code' +2024-02-15T14:52:48.3761806Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-15T14:52:48.3761972Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-15T14:52:48.3762055Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-15T14:52:48.3762364Z Working directory '/workspace/Pom/jeu-concours' +2024-02-15T14:52:48.5228826Z 💬 ::debug::Getting git version +2024-02-15T14:52:48.5245765Z [command]/usr/bin/git version +2024-02-15T14:52:48.5293238Z git version 2.43.2 +2024-02-15T14:52:48.5325767Z 💬 ::debug::0 +2024-02-15T14:52:48.5326226Z 💬 ::debug::git version 2.43.2%0A +2024-02-15T14:52:48.5328199Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-15T14:52:48.5331229Z ⚙ *** +2024-02-15T14:52:48.5355231Z Temporarily overriding HOME='/tmp/e35183c7-b05b-4842-97d2-928dde3ce9e0' before making global git config changes +2024-02-15T14:52:48.5355751Z Adding repository directory to the temporary git global config as a safe directory +2024-02-15T14:52:48.5361128Z [command]/usr/bin/git config --global --add safe.directory /workspace/Pom/jeu-concours +2024-02-15T14:52:48.5397790Z 💬 ::debug::0 +2024-02-15T14:52:48.5398220Z 💬 ::debug:: +2024-02-15T14:52:48.5406339Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-15T14:52:48.5439499Z 💬 ::debug::1 +2024-02-15T14:52:48.5441258Z 💬 ::debug:: +2024-02-15T14:52:48.5446946Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-15T14:52:48.5770986Z 💬 ::debug::0 +2024-02-15T14:52:48.5772557Z 💬 ::debug:: +2024-02-15T14:52:48.5774125Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-15T14:52:48.5813925Z 💬 ::debug::1 +2024-02-15T14:52:48.5816162Z 💬 ::debug:: +2024-02-15T14:52:48.5818571Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-15T14:52:48.6148300Z 💬 ::debug::0 +2024-02-15T14:52:48.6149473Z 💬 ::debug:: +2024-02-15T14:52:48.6151353Z 💬 ::debug::Unsetting HOME override +2024-02-15T14:52:48.6243845Z ✅ Success - Post Check out repository code +2024-02-15T14:52:48.6328512Z Cleaning up services for job Deploy-Prod-Actions +2024-02-15T14:52:48.6329264Z Cleaning up container for job Deploy-Prod-Actions +2024-02-15T14:52:48.7812057Z Removed container: 90ddf8052444d003e36b76fc585fb31e2ccff626ceec64a3c9073d1778592993 +2024-02-15T14:52:48.7824100Z 🐳 docker volume rm GITEA-ACTIONS-TASK-10_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-15T14:52:48.7913800Z 🐳 docker volume rm GITEA-ACTIONS-TASK-10_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-15T14:52:48.8541749Z 🏁 Job failed +2024-02-15T14:52:48.8643127Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0b/11.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0b/11.log new file mode 100644 index 0000000..46d7b76 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0b/11.log @@ -0,0 +1,207 @@ +2024-02-22T09:30:46.0186839Z bbf8c489ea77(version:v0.2.6) received task 11 of job 11, be triggered by event: push +2024-02-22T09:30:46.0191090Z workflow prepared +2024-02-22T09:30:46.0193322Z evaluating expression 'success()' +2024-02-22T09:30:46.0195063Z expression 'success()' evaluated to 'true' +2024-02-22T09:30:46.0195339Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:30:46.0327508Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:30:46.0327696Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:30:46.0352994Z Image exists? true +2024-02-22T09:30:46.0354171Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:30:46.0394049Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:30:46.0461875Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:GITEA-ACTIONS-TASK-11_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-11_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:30:46.1122428Z Created container name=GITEA-ACTIONS-TASK-11_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=9f0451c14938fbd104b00d52ceef5507ae6be8cb19a2c634dd52f9fa85e468fd from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:30:46.1122821Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:30:46.1122945Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:30:46.1123123Z Starting container: 9f0451c14938fbd104b00d52ceef5507ae6be8cb19a2c634dd52f9fa85e468fd +2024-02-22T09:30:46.2063996Z Started container: 9f0451c14938fbd104b00d52ceef5507ae6be8cb19a2c634dd52f9fa85e468fd +2024-02-22T09:30:46.3313721Z Writing entry to tarball workflow/event.json len:4552 +2024-02-22T09:30:46.3315141Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:30:46.3316059Z Extracting content to '/var/run/act/' +2024-02-22T09:30:46.3711919Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:30:46.3713474Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:30:47.6285002Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T09:30:47.6285613Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:30:47.6677553Z Checked out v3 +2024-02-22T09:30:47.6682007Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:30:47.6775244Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:30:47.6775978Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:30:48.4960490Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T09:30:48.4961455Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:30:48.5425208Z Checked out v2 +2024-02-22T09:30:48.5427287Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:30:48.5522839Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:30:48.5523381Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:30:49.8099961Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:30:50.0791213Z Checked out v4 +2024-02-22T09:30:50.0795957Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:30:50.1077597Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:11 GITHUB_RUN_NUMBER:11 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:41cc32246e8ec5cca67a024ad141ee54c0546f3c GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-11_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:30:50.1176995Z evaluating expression '' +2024-02-22T09:30:50.1177792Z expression '' evaluated to 'true' +2024-02-22T09:30:50.1177956Z ⭐ Run Main Check out repository code +2024-02-22T09:30:50.1178275Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:30:50.1178455Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:30:50.1178622Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:30:50.1179174Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:30:50.1179332Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:30:50.1179444Z Extracting content to '/var/run/act' +2024-02-22T09:30:50.1212783Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:30:50.1343174Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:30:50.1343803Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:30:50.1344432Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:30:50.1344917Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:30:50.1345374Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:30:50.1345639Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:30:50.1345957Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:30:50.1346606Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:30:50.1347713Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:30:50.1348356Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:30:50.1349709Z Writing tarball /tmp/act4270084144 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:30:50.1350214Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:30:50.2235625Z Extracting content from '/tmp/act4270084144' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:30:50.3127532Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:30:50.3128404Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:30:50.3128526Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:30:50.3128799Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:30:50.6073400Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:30:50.6086261Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:30:50.6087354Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:30:50.6087834Z 💬 ::debug::commit = '41cc32246e8ec5cca67a024ad141ee54c0546f3c' +2024-02-22T09:30:50.6088158Z 💬 ::debug::clean = true +2024-02-22T09:30:50.6088714Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:30:50.6091155Z 💬 ::debug::fetch tags = false +2024-02-22T09:30:50.6091516Z 💬 ::debug::lfs = false +2024-02-22T09:30:50.6091863Z 💬 ::debug::submodules = false +2024-02-22T09:30:50.6093095Z 💬 ::debug::recursive submodules = false +2024-02-22T09:30:50.6151871Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:30:50.6154362Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:30:50.6154564Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:30:50.6162798Z Syncing repository: pom/jeu-concours +2024-02-22T09:30:50.6171363Z ::group::Getting Git version info +2024-02-22T09:30:50.6173766Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:30:50.6250269Z [command]/usr/bin/git version +2024-02-22T09:30:50.6420163Z git version 2.43.2 +2024-02-22T09:30:50.6472244Z ::endgroup:: +2024-02-22T09:30:50.6508388Z Temporarily overriding HOME='/tmp/6e2b217d-f261-414a-8749-dc21f7d6308c' before making global git config changes +2024-02-22T09:30:50.6509423Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:30:50.6517171Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:30:50.6622946Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:30:50.6642664Z ::group::Initializing the repository +2024-02-22T09:30:50.6643225Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:30:50.6789321Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:30:50.6790026Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:30:50.6790428Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:30:50.6791609Z hint: +2024-02-22T09:30:50.6791689Z hint: git config --global init.defaultBranch +2024-02-22T09:30:50.6791758Z hint: +2024-02-22T09:30:50.6791850Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:30:50.6791913Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:30:50.6791978Z hint: +2024-02-22T09:30:50.6792099Z hint: git branch -m +2024-02-22T09:30:50.6798105Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:30:50.6816649Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:30:50.6875941Z ::endgroup:: +2024-02-22T09:30:50.6876195Z ::group::Disabling automatic garbage collection +2024-02-22T09:30:50.6883454Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:30:50.6943859Z ::endgroup:: +2024-02-22T09:30:50.6944177Z ::group::Setting up auth +2024-02-22T09:30:50.6965818Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:30:50.7027130Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:30:50.7701807Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:30:50.7741642Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:30:50.8096709Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:30:50.8164392Z ::endgroup:: +2024-02-22T09:30:50.8164932Z ::group::Fetching the repository +2024-02-22T09:30:50.8174250Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +41cc32246e8ec5cca67a024ad141ee54c0546f3c:refs/remotes/origin/main +2024-02-22T09:30:51.1966324Z remote: Enumerating objects: 24, done. +2024-02-22T09:30:51.1967786Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:30:51.1968590Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:30:51.5179381Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:30:51.5634931Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:30:51.5635852Z * [new ref] 41cc32246e8ec5cca67a024ad141ee54c0546f3c -> origin/main +2024-02-22T09:30:51.5670718Z ::endgroup:: +2024-02-22T09:30:51.5673712Z ::group::Determining the checkout info +2024-02-22T09:30:51.5677750Z ::endgroup:: +2024-02-22T09:30:51.5679133Z ::group::Checking out the ref +2024-02-22T09:30:51.5682449Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:30:51.5853429Z Switched to a new branch 'main' +2024-02-22T09:30:51.5856354Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:30:51.5861786Z ::endgroup:: +2024-02-22T09:30:51.5904240Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:30:51.5930295Z '41cc32246e8ec5cca67a024ad141ee54c0546f3c' +2024-02-22T09:30:51.5945386Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:30:52.3509718Z Logging into http://localhost:3000... +2024-02-22T09:30:55.5151487Z ::error::Error response from daemon: Get "http://localhost:3000/v2/": Get "https://server.developper-pour-le-cloud.orb.local/v2/token?account=pom&client_id=docker&offline_token=true&service=container_registry": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-22T09:30:55.5945147Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:30:55.6141927Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:30:55.6142944Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:30:55.6143400Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:30:55.6143613Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:30:55.6143688Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:30:55.6143857Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:30:55.6144330Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:11 GITHUB_RUN_NUMBER:11 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:41cc32246e8ec5cca67a024ad141ee54c0546f3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-11_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:30:55.6239934Z evaluating expression 'always()' +2024-02-22T09:30:55.6240899Z expression 'always()' evaluated to 'true' +2024-02-22T09:30:55.6241153Z ⭐ Run Post Login to the registry +2024-02-22T09:30:55.6241493Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:30:55.6242133Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:30:55.6242289Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:30:55.6242424Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:30:55.6242507Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:30:55.6242625Z Extracting content to '/var/run/act' +2024-02-22T09:30:55.6277657Z run post step for 'Login to the registry' +2024-02-22T09:30:55.6278446Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:30:55.6280380Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:30:55.6280551Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:30:55.6280836Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:30:55.8939833Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T09:30:55.9030374Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T09:30:55.9373678Z Removing login credentials for localhost:3000 +2024-02-22T09:30:55.9487148Z ✅ Success - Post Login to the registry +2024-02-22T09:30:55.9787772Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:11 GITHUB_RUN_NUMBER:11 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:41cc32246e8ec5cca67a024ad141ee54c0546f3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-11_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:30:55.9878160Z evaluating expression 'always()' +2024-02-22T09:30:55.9878667Z expression 'always()' evaluated to 'true' +2024-02-22T09:30:55.9878811Z ⭐ Run Post Check out repository code +2024-02-22T09:30:55.9879077Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:30:55.9880298Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:30:55.9880474Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:30:55.9880587Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:30:55.9880665Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:30:55.9880759Z Extracting content to '/var/run/act' +2024-02-22T09:30:55.9908517Z run post step for 'Check out repository code' +2024-02-22T09:30:55.9909403Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:30:55.9909547Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:30:55.9909630Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:30:55.9909940Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:30:56.1665504Z 💬 ::debug::Getting git version +2024-02-22T09:30:56.1686154Z [command]/usr/bin/git version +2024-02-22T09:30:56.1755150Z git version 2.43.2 +2024-02-22T09:30:56.1793332Z 💬 ::debug::0 +2024-02-22T09:30:56.1793768Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:30:56.1796257Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:30:56.1800915Z ⚙ *** +2024-02-22T09:30:56.1827766Z Temporarily overriding HOME='/tmp/456b6f67-b8b4-4f9a-97bb-262469d62d35' before making global git config changes +2024-02-22T09:30:56.1828245Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:30:56.1835177Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:30:56.1873644Z 💬 ::debug::0 +2024-02-22T09:30:56.1874122Z 💬 ::debug:: +2024-02-22T09:30:56.1887503Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:30:56.1922237Z 💬 ::debug::1 +2024-02-22T09:30:56.1924358Z 💬 ::debug:: +2024-02-22T09:30:56.1930428Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:30:56.2311836Z 💬 ::debug::0 +2024-02-22T09:30:56.2312198Z 💬 ::debug:: +2024-02-22T09:30:56.2315443Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:30:56.2352802Z 💬 ::debug::1 +2024-02-22T09:30:56.2353587Z 💬 ::debug:: +2024-02-22T09:30:56.2358408Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:30:56.2737926Z 💬 ::debug::0 +2024-02-22T09:30:56.2740028Z 💬 ::debug:: +2024-02-22T09:30:56.2740819Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:30:56.2845402Z ✅ Success - Post Check out repository code +2024-02-22T09:30:56.2955422Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:30:56.2956165Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:30:56.4004986Z Removed container: 9f0451c14938fbd104b00d52ceef5507ae6be8cb19a2c634dd52f9fa85e468fd +2024-02-22T09:30:56.4027372Z 🐳 docker volume rm GITEA-ACTIONS-TASK-11_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:30:56.4127875Z 🐳 docker volume rm GITEA-ACTIONS-TASK-11_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:30:56.4858425Z 🏁 Job failed +2024-02-22T09:30:56.4956181Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0c/12.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0c/12.log new file mode 100644 index 0000000..63f979b --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0c/12.log @@ -0,0 +1,175 @@ +2024-02-22T09:32:02.8570628Z bbf8c489ea77(version:v0.2.6) received task 12 of job 12, be triggered by event: push +2024-02-22T09:32:02.8573731Z workflow prepared +2024-02-22T09:32:02.8574247Z evaluating expression 'success()' +2024-02-22T09:32:02.8575293Z expression 'success()' evaluated to 'true' +2024-02-22T09:32:02.8575675Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:32:02.8666573Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:32:02.8666787Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:32:02.8696226Z Image exists? true +2024-02-22T09:32:02.8697196Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:32:02.8738920Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:32:02.8808713Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-12_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-12_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:32:02.9377632Z Created container name=GITEA-ACTIONS-TASK-12_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=d528d75633812139e4cb8c43e059342591cfe3f8f6288d7900fa0a3958c2150a from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:32:02.9378338Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:32:02.9379320Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:32:02.9379548Z Starting container: d528d75633812139e4cb8c43e059342591cfe3f8f6288d7900fa0a3958c2150a +2024-02-22T09:32:03.0325247Z Started container: d528d75633812139e4cb8c43e059342591cfe3f8f6288d7900fa0a3958c2150a +2024-02-22T09:32:03.1332862Z Writing entry to tarball workflow/event.json len:4616 +2024-02-22T09:32:03.1333363Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:32:03.1333532Z Extracting content to '/var/run/act/' +2024-02-22T09:32:03.1625698Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:32:03.1626327Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:32:03.7944680Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T09:32:03.7949576Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:32:03.8404408Z Checked out v3 +2024-02-22T09:32:03.8409525Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:32:03.8563689Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:32:03.8564495Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:32:04.3261095Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T09:32:04.3261965Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:32:04.3720112Z Checked out v2 +2024-02-22T09:32:04.3722729Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:32:04.3812755Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:32:04.3813054Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:32:05.1843127Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:32:05.4296052Z Checked out v4 +2024-02-22T09:32:05.4301787Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:32:05.4512607Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:12 GITHUB_RUN_NUMBER:12 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:74a910fe621c445f043f96a430523b75b887f839 GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://server.developper-pour-le-cloud.orb.local ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-12_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:32:05.4617767Z evaluating expression '' +2024-02-22T09:32:05.4618294Z expression '' evaluated to 'true' +2024-02-22T09:32:05.4618406Z ⭐ Run Main Check out repository code +2024-02-22T09:32:05.4618565Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:32:05.4618704Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:32:05.4618792Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:32:05.4618879Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:32:05.4618961Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:32:05.4642204Z Extracting content to '/var/run/act' +2024-02-22T09:32:05.4695734Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:32:05.4882703Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:32:05.4883177Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:32:05.4883634Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:32:05.4884297Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:32:05.4884428Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:32:05.4884798Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:32:05.4885701Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:32:05.4886900Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:32:05.4888464Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:32:05.4889241Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:32:05.4890558Z Writing tarball /tmp/act764590682 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:32:05.4890754Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:32:05.5877298Z Extracting content from '/tmp/act764590682' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:32:05.7293876Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:32:05.7294605Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:32:05.7294731Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:32:05.7295087Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:32:05.8949938Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:32:05.8957076Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:32:05.8963261Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:32:05.8963974Z 💬 ::debug::commit = '74a910fe621c445f043f96a430523b75b887f839' +2024-02-22T09:32:05.8964190Z 💬 ::debug::clean = true +2024-02-22T09:32:05.8964350Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:32:05.8964508Z 💬 ::debug::fetch tags = false +2024-02-22T09:32:05.8964653Z 💬 ::debug::lfs = false +2024-02-22T09:32:05.8964802Z 💬 ::debug::submodules = false +2024-02-22T09:32:05.8964966Z 💬 ::debug::recursive submodules = false +2024-02-22T09:32:05.9008262Z 💬 ::debug::GitHub Host URL = http://server.developper-pour-le-cloud.orb.local +2024-02-22T09:32:05.9009729Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:32:05.9009843Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:32:05.9014660Z Syncing repository: pom/jeu-concours +2024-02-22T09:32:05.9021501Z ::group::Getting Git version info +2024-02-22T09:32:05.9023408Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:32:05.9092406Z [command]/usr/bin/git version +2024-02-22T09:32:05.9141780Z git version 2.43.2 +2024-02-22T09:32:05.9183430Z ::endgroup:: +2024-02-22T09:32:05.9213232Z Temporarily overriding HOME='/tmp/7e76f1d8-eb9a-4217-b585-defcddbf356b' before making global git config changes +2024-02-22T09:32:05.9214404Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:32:05.9222677Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:32:05.9273787Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:32:05.9281441Z ::group::Initializing the repository +2024-02-22T09:32:05.9284866Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:32:05.9321040Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:32:05.9321350Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:32:05.9321453Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:32:05.9321522Z hint: +2024-02-22T09:32:05.9322150Z hint: git config --global init.defaultBranch +2024-02-22T09:32:05.9323361Z hint: +2024-02-22T09:32:05.9323543Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:32:05.9323734Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:32:05.9323894Z hint: +2024-02-22T09:32:05.9324039Z hint: git branch -m +2024-02-22T09:32:05.9340110Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:32:05.9340873Z [command]/usr/bin/git remote add origin http://server.developper-pour-le-cloud.orb.local/pom/jeu-concours +2024-02-22T09:32:05.9385709Z ::endgroup:: +2024-02-22T09:32:05.9386368Z ::group::Disabling automatic garbage collection +2024-02-22T09:32:05.9388169Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:32:05.9430124Z ::endgroup:: +2024-02-22T09:32:05.9430335Z ::group::Setting up auth +2024-02-22T09:32:05.9437229Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:32:05.9474691Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:32:05.9847529Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\.developper\-pour\-le\-cloud\.orb\.local\/\.extraheader +2024-02-22T09:32:05.9883876Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\.developper\-pour\-le\-cloud\.orb\.local\/\.extraheader' && git config --local --unset-all 'http.http://server.developper-pour-le-cloud.orb.local/.extraheader' || :" +2024-02-22T09:32:06.0258050Z [command]/usr/bin/git config --local http.http://server.developper-pour-le-cloud.orb.local/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:32:06.0314614Z ::endgroup:: +2024-02-22T09:32:06.0315115Z ::group::Fetching the repository +2024-02-22T09:32:06.0326923Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +74a910fe621c445f043f96a430523b75b887f839:refs/remotes/origin/main +2024-02-22T09:32:09.1086999Z fatal: unable to access 'http://server.developper-pour-le-cloud.orb.local/pom/jeu-concours/': Failed to connect to server.developper-pour-le-cloud.orb.local port 80 after 3064 ms: No route to host +2024-02-22T09:32:09.1101921Z The process '/usr/bin/git' failed with exit code 128 +2024-02-22T09:32:09.1102847Z Waiting 15 seconds before trying again +2024-02-22T09:32:24.1243152Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +74a910fe621c445f043f96a430523b75b887f839:refs/remotes/origin/main +2024-02-22T09:32:27.2159645Z fatal: unable to access 'http://server.developper-pour-le-cloud.orb.local/pom/jeu-concours/': Failed to connect to server.developper-pour-le-cloud.orb.local port 80 after 3080 ms: No route to host +2024-02-22T09:32:27.2172723Z The process '/usr/bin/git' failed with exit code 128 +2024-02-22T09:32:27.2173313Z Waiting 10 seconds before trying again +2024-02-22T09:32:37.2306839Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +74a910fe621c445f043f96a430523b75b887f839:refs/remotes/origin/main +2024-02-22T09:32:40.3366063Z fatal: unable to access 'http://server.developper-pour-le-cloud.orb.local/pom/jeu-concours/': Failed to connect to server.developper-pour-le-cloud.orb.local port 80 after 3093 ms: No route to host +2024-02-22T09:32:40.3407132Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:32:40.3408052Z ::error::The process '/usr/bin/git' failed with exit code 128 +2024-02-22T09:32:40.4475512Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:32:40.4475718Z skipping post step for 'Login to the registry'; main step was skipped +2024-02-22T09:32:40.4661359Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:12 GITHUB_RUN_NUMBER:12 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:74a910fe621c445f043f96a430523b75b887f839 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://server.developper-pour-le-cloud.orb.local INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-12_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:32:40.4752486Z evaluating expression 'always()' +2024-02-22T09:32:40.4752959Z expression 'always()' evaluated to 'true' +2024-02-22T09:32:40.4753075Z ⭐ Run Post Check out repository code +2024-02-22T09:32:40.4753245Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:32:40.4753379Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:32:40.4753482Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:32:40.4753575Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:32:40.4753653Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:32:40.4753749Z Extracting content to '/var/run/act' +2024-02-22T09:32:40.4778076Z run post step for 'Check out repository code' +2024-02-22T09:32:40.4779193Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:32:40.4780164Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:32:40.4780294Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:32:40.4780634Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:32:40.6453646Z 💬 ::debug::Getting git version +2024-02-22T09:32:40.6472162Z [command]/usr/bin/git version +2024-02-22T09:32:40.6524193Z git version 2.43.2 +2024-02-22T09:32:40.6561344Z 💬 ::debug::0 +2024-02-22T09:32:40.6561909Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:32:40.6568531Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:32:40.6575418Z ⚙ *** +2024-02-22T09:32:40.6604243Z Temporarily overriding HOME='/tmp/8b3755c5-af33-44e9-b11c-2c0319302e14' before making global git config changes +2024-02-22T09:32:40.6604822Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:32:40.6612087Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:32:40.6654700Z 💬 ::debug::0 +2024-02-22T09:32:40.6655051Z 💬 ::debug:: +2024-02-22T09:32:40.6655225Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:32:40.6688189Z 💬 ::debug::1 +2024-02-22T09:32:40.6688581Z 💬 ::debug:: +2024-02-22T09:32:40.6694936Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:32:40.7054865Z 💬 ::debug::0 +2024-02-22T09:32:40.7056340Z 💬 ::debug:: +2024-02-22T09:32:40.7062277Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:32:40.7101400Z 💬 ::debug::1 +2024-02-22T09:32:40.7102615Z 💬 ::debug:: +2024-02-22T09:32:40.7105117Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:32:40.7465384Z 💬 ::debug::0 +2024-02-22T09:32:40.7467777Z 💬 ::debug:: +2024-02-22T09:32:40.7468969Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:32:40.7576600Z ✅ Success - Post Check out repository code +2024-02-22T09:32:40.7664617Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:32:40.7665110Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:32:40.8475216Z Removed container: d528d75633812139e4cb8c43e059342591cfe3f8f6288d7900fa0a3958c2150a +2024-02-22T09:32:40.8501871Z 🐳 docker volume rm GITEA-ACTIONS-TASK-12_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:32:40.8560511Z 🐳 docker volume rm GITEA-ACTIONS-TASK-12_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:32:40.8868210Z 🏁 Job failed +2024-02-22T09:32:40.8961272Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0d/13.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0d/13.log new file mode 100644 index 0000000..cb4a939 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0d/13.log @@ -0,0 +1,206 @@ +2024-02-22T09:34:19.4227607Z bbf8c489ea77(version:v0.2.6) received task 13 of job 13, be triggered by event: push +2024-02-22T09:34:19.4245683Z workflow prepared +2024-02-22T09:34:19.4246967Z evaluating expression 'success()' +2024-02-22T09:34:19.4248362Z expression 'success()' evaluated to 'true' +2024-02-22T09:34:19.4249165Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:34:19.4348400Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:34:19.4349216Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:34:19.4368121Z Image exists? true +2024-02-22T09:34:19.4369058Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:34:19.4416248Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:34:19.4493553Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-13_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-13_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:34:19.5056783Z Created container name=GITEA-ACTIONS-TASK-13_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=2cce60a931aabcfc74fe6d550253b9f6101603f441ff1f5226a60de8561ea4eb from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:34:19.5057145Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:34:19.5057285Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:34:19.5057370Z Starting container: 2cce60a931aabcfc74fe6d550253b9f6101603f441ff1f5226a60de8561ea4eb +2024-02-22T09:34:19.5889601Z Started container: 2cce60a931aabcfc74fe6d550253b9f6101603f441ff1f5226a60de8561ea4eb +2024-02-22T09:34:19.6694238Z Writing entry to tarball workflow/event.json len:4502 +2024-02-22T09:34:19.6694865Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:34:19.6695019Z Extracting content to '/var/run/act/' +2024-02-22T09:34:19.6891983Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:34:19.6892550Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:34:20.2707532Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T09:34:20.2708438Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:34:20.3133742Z Checked out v3 +2024-02-22T09:34:20.3137076Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:34:20.3222471Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:34:20.3223050Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:34:20.9308841Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:34:21.1241145Z Checked out v2 +2024-02-22T09:34:21.1248775Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:34:21.1365577Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:34:21.1366857Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:34:21.9761824Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:34:22.1853773Z Checked out v4 +2024-02-22T09:34:22.1861564Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:34:22.2081664Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:13 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-13_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:34:22.2184824Z evaluating expression '' +2024-02-22T09:34:22.2185723Z expression '' evaluated to 'true' +2024-02-22T09:34:22.2185870Z ⭐ Run Main Check out repository code +2024-02-22T09:34:22.2186030Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:34:22.2186181Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:34:22.2186275Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:34:22.2188567Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:34:22.2188707Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:34:22.2188792Z Extracting content to '/var/run/act' +2024-02-22T09:34:22.2212632Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:34:22.2312467Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:34:22.2312766Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:34:22.2313087Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:34:22.2313314Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:34:22.2313381Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:34:22.2313566Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:34:22.2314076Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:34:22.2314304Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:34:22.2314985Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:34:22.2315099Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:34:22.2315686Z Writing tarball /tmp/act1780703932 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:34:22.2315790Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:34:22.3303381Z Extracting content from '/tmp/act1780703932' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:34:22.4212040Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:34:22.4212942Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:34:22.4213092Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:34:22.4213429Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:34:22.5727498Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:34:22.5739069Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:34:22.5740718Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:34:22.5741453Z 💬 ::debug::commit = 'c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f' +2024-02-22T09:34:22.5741648Z 💬 ::debug::clean = true +2024-02-22T09:34:22.5741847Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:34:22.5742714Z 💬 ::debug::fetch tags = false +2024-02-22T09:34:22.5743453Z 💬 ::debug::lfs = false +2024-02-22T09:34:22.5744880Z 💬 ::debug::submodules = false +2024-02-22T09:34:22.5745514Z 💬 ::debug::recursive submodules = false +2024-02-22T09:34:22.5786866Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:34:22.5789631Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:34:22.5790135Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:34:22.5793868Z Syncing repository: pom/jeu-concours +2024-02-22T09:34:22.5801813Z ::group::Getting Git version info +2024-02-22T09:34:22.5801998Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:34:22.5870526Z [command]/usr/bin/git version +2024-02-22T09:34:22.5921554Z git version 2.43.2 +2024-02-22T09:34:22.5955916Z ::endgroup:: +2024-02-22T09:34:22.5981581Z Temporarily overriding HOME='/tmp/56f264f0-ebb7-4ed7-a563-56d90e6e8256' before making global git config changes +2024-02-22T09:34:22.5982479Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:34:22.5987947Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:34:22.6033524Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:34:22.6038950Z ::group::Initializing the repository +2024-02-22T09:34:22.6042261Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:34:22.6078146Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:34:22.6078867Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:34:22.6078986Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:34:22.6079058Z hint: +2024-02-22T09:34:22.6079125Z hint: git config --global init.defaultBranch +2024-02-22T09:34:22.6079246Z hint: +2024-02-22T09:34:22.6079436Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:34:22.6079574Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:34:22.6079677Z hint: +2024-02-22T09:34:22.6079778Z hint: git branch -m +2024-02-22T09:34:22.6082436Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:34:22.6097178Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:34:22.6158663Z ::endgroup:: +2024-02-22T09:34:22.6158878Z ::group::Disabling automatic garbage collection +2024-02-22T09:34:22.6160299Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:34:22.6198731Z ::endgroup:: +2024-02-22T09:34:22.6198932Z ::group::Setting up auth +2024-02-22T09:34:22.6206848Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:34:22.6248312Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:34:22.6597855Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:34:22.6628841Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:34:22.7006010Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:34:22.7071309Z ::endgroup:: +2024-02-22T09:34:22.7072300Z ::group::Fetching the repository +2024-02-22T09:34:22.7080862Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f:refs/remotes/origin/main +2024-02-22T09:34:22.9423509Z remote: Enumerating objects: 24, done. +2024-02-22T09:34:22.9425832Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:34:22.9426110Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:34:23.3912020Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:34:23.4425162Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:34:23.4426882Z * [new ref] c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f -> origin/main +2024-02-22T09:34:23.4456286Z ::endgroup:: +2024-02-22T09:34:23.4458842Z ::group::Determining the checkout info +2024-02-22T09:34:23.4464611Z ::endgroup:: +2024-02-22T09:34:23.4465072Z ::group::Checking out the ref +2024-02-22T09:34:23.4469798Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:34:23.4647597Z Switched to a new branch 'main' +2024-02-22T09:34:23.4652106Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:34:23.4666865Z ::endgroup:: +2024-02-22T09:34:23.4718822Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:34:23.4784421Z 'c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f' +2024-02-22T09:34:23.4819759Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:34:24.2054823Z Logging into http://server.developper-pour-le-cloud.orb.local... +2024-02-22T09:34:27.3542995Z ::error::Error response from daemon: Get "https://server.developper-pour-le-cloud.orb.local/v2/": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-22T09:34:27.4311143Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:34:27.4484425Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:34:27.4485077Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:34:27.4485613Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:34:27.4485798Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:34:27.4485883Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:34:27.4486042Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:34:27.4486493Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:13 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://server.developper-pour-le-cloud.orb.local INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-13_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:34:27.4594809Z evaluating expression 'always()' +2024-02-22T09:34:27.4595740Z expression 'always()' evaluated to 'true' +2024-02-22T09:34:27.4595885Z ⭐ Run Post Login to the registry +2024-02-22T09:34:27.4596038Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:34:27.4596175Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:34:27.4596298Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:34:27.4596379Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:34:27.4596837Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:34:27.4596980Z Extracting content to '/var/run/act' +2024-02-22T09:34:27.4618340Z run post step for 'Login to the registry' +2024-02-22T09:34:27.4620391Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:34:27.4621008Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:34:27.4621145Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:34:27.4621419Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:34:27.6591739Z 💬 ::debug::Exec.getExecOutput: docker logout http://server.developper-pour-le-cloud.orb.local +2024-02-22T09:34:27.6668505Z [command]/usr/bin/docker logout http://server.developper-pour-le-cloud.orb.local +2024-02-22T09:34:27.6853691Z Removing login credentials for server.developper-pour-le-cloud.orb.local +2024-02-22T09:34:27.6950481Z ✅ Success - Post Login to the registry +2024-02-22T09:34:27.7204873Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:13 GITHUB_RUN_NUMBER:13 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:c70e4b68dbb7a1a452c62179ba46e1d0c4231e5f GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-13_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:34:27.7297321Z evaluating expression 'always()' +2024-02-22T09:34:27.7298187Z expression 'always()' evaluated to 'true' +2024-02-22T09:34:27.7298341Z ⭐ Run Post Check out repository code +2024-02-22T09:34:27.7298534Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:34:27.7299362Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:34:27.7299541Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:34:27.7299630Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:34:27.7299703Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:34:27.7299825Z Extracting content to '/var/run/act' +2024-02-22T09:34:27.7328378Z run post step for 'Check out repository code' +2024-02-22T09:34:27.7330202Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:34:27.7330446Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:34:27.7330631Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:34:27.7331335Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:34:27.8911768Z 💬 ::debug::Getting git version +2024-02-22T09:34:27.8929871Z [command]/usr/bin/git version +2024-02-22T09:34:27.8981656Z git version 2.43.2 +2024-02-22T09:34:27.9017118Z 💬 ::debug::0 +2024-02-22T09:34:27.9017521Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:34:27.9020757Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:34:27.9025651Z ⚙ *** +2024-02-22T09:34:27.9052439Z Temporarily overriding HOME='/tmp/e35ce7a5-b639-454e-867f-9d211fac6050' before making global git config changes +2024-02-22T09:34:27.9053501Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:34:27.9059585Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:34:27.9099517Z 💬 ::debug::0 +2024-02-22T09:34:27.9100314Z 💬 ::debug:: +2024-02-22T09:34:27.9108519Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:34:27.9146280Z 💬 ::debug::1 +2024-02-22T09:34:27.9148076Z 💬 ::debug:: +2024-02-22T09:34:27.9154758Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:34:27.9509690Z 💬 ::debug::0 +2024-02-22T09:34:27.9511319Z 💬 ::debug:: +2024-02-22T09:34:27.9513947Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:34:27.9547880Z 💬 ::debug::1 +2024-02-22T09:34:27.9549156Z 💬 ::debug:: +2024-02-22T09:34:27.9551404Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:34:27.9879993Z 💬 ::debug::0 +2024-02-22T09:34:27.9880482Z 💬 ::debug:: +2024-02-22T09:34:27.9883672Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:34:27.9974766Z ✅ Success - Post Check out repository code +2024-02-22T09:34:28.0051488Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:34:28.0053447Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:34:28.0855610Z Removed container: 2cce60a931aabcfc74fe6d550253b9f6101603f441ff1f5226a60de8561ea4eb +2024-02-22T09:34:28.0867593Z 🐳 docker volume rm GITEA-ACTIONS-TASK-13_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:34:28.0948105Z 🐳 docker volume rm GITEA-ACTIONS-TASK-13_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:34:28.1590538Z 🏁 Job failed +2024-02-22T09:34:28.1684540Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0e/14.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0e/14.log new file mode 100644 index 0000000..fa66c04 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0e/14.log @@ -0,0 +1,207 @@ +2024-02-22T09:35:52.5783113Z bbf8c489ea77(version:v0.2.6) received task 14 of job 14, be triggered by event: push +2024-02-22T09:35:52.5786150Z workflow prepared +2024-02-22T09:35:52.5787022Z evaluating expression 'success()' +2024-02-22T09:35:52.5788080Z expression 'success()' evaluated to 'true' +2024-02-22T09:35:52.5788519Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:35:52.5868233Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:35:52.5868414Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:35:52.5904186Z Image exists? true +2024-02-22T09:35:52.5904648Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:35:52.5943969Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:35:52.6001239Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-14_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-14_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:35:52.6536565Z Created container name=GITEA-ACTIONS-TASK-14_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=a09180aeacf15c03db298b67c3aeb0441c22cc7c19afd15e450eacb5013ad779 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:35:52.6537221Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:35:52.6537365Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:35:52.6537456Z Starting container: a09180aeacf15c03db298b67c3aeb0441c22cc7c19afd15e450eacb5013ad779 +2024-02-22T09:35:52.7426115Z Started container: a09180aeacf15c03db298b67c3aeb0441c22cc7c19afd15e450eacb5013ad779 +2024-02-22T09:35:52.8422033Z Writing entry to tarball workflow/event.json len:4510 +2024-02-22T09:35:52.8424095Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:35:52.8424382Z Extracting content to '/var/run/act/' +2024-02-22T09:35:52.8678276Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:35:52.8678615Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:35:53.4115584Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T09:35:53.4116503Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:35:53.4523377Z Checked out v3 +2024-02-22T09:35:53.4526822Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:35:53.4605780Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:35:53.4606754Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:35:53.9028658Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T09:35:53.9029544Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:35:53.9465871Z Checked out v2 +2024-02-22T09:35:53.9468111Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:35:53.9577285Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:35:53.9578250Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:35:54.8275137Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:35:55.1080289Z Checked out v4 +2024-02-22T09:35:55.1087028Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:35:55.1305194Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:14 GITHUB_RUN_NUMBER:14 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:51d5f1f0e4b6e5538eb7623b933b3bf8941e205a GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-14_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:35:55.1413267Z evaluating expression '' +2024-02-22T09:35:55.1414778Z expression '' evaluated to 'true' +2024-02-22T09:35:55.1415109Z ⭐ Run Main Check out repository code +2024-02-22T09:35:55.1415587Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:35:55.1415915Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:35:55.1418207Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:35:55.1418934Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:35:55.1419064Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:35:55.1419186Z Extracting content to '/var/run/act' +2024-02-22T09:35:55.1468498Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:35:55.1611027Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:35:55.1611719Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:35:55.1612111Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:35:55.1612586Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:35:55.1612663Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:35:55.1612867Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:35:55.1613030Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:35:55.1613235Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:35:55.1614349Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:35:55.1614645Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:35:55.1616142Z Writing tarball /tmp/act768055364 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:35:55.1616729Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:35:55.2611387Z Extracting content from '/tmp/act768055364' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:35:55.3782839Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:35:55.3783671Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:35:55.3783819Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:35:55.3784145Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:35:55.6173391Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:35:55.6191138Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:35:55.6195182Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:35:55.6195655Z 💬 ::debug::commit = '51d5f1f0e4b6e5538eb7623b933b3bf8941e205a' +2024-02-22T09:35:55.6196389Z 💬 ::debug::clean = true +2024-02-22T09:35:55.6196612Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:35:55.6197728Z 💬 ::debug::fetch tags = false +2024-02-22T09:35:55.6198084Z 💬 ::debug::lfs = false +2024-02-22T09:35:55.6198260Z 💬 ::debug::submodules = false +2024-02-22T09:35:55.6199227Z 💬 ::debug::recursive submodules = false +2024-02-22T09:35:55.6304523Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:35:55.6306669Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:35:55.6308388Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:35:55.6326954Z Syncing repository: pom/jeu-concours +2024-02-22T09:35:55.6332263Z ::group::Getting Git version info +2024-02-22T09:35:55.6334121Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:35:55.6436057Z [command]/usr/bin/git version +2024-02-22T09:35:55.6519415Z git version 2.43.2 +2024-02-22T09:35:55.6575076Z ::endgroup:: +2024-02-22T09:35:55.6604185Z Temporarily overriding HOME='/tmp/fe26fafc-8b2e-4e67-b948-1f4bc03bf06d' before making global git config changes +2024-02-22T09:35:55.6605064Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:35:55.6609461Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:35:55.6672907Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:35:55.6686761Z ::group::Initializing the repository +2024-02-22T09:35:55.6695733Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:35:55.6744079Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:35:55.6744846Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:35:55.6744969Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:35:55.6745059Z hint: +2024-02-22T09:35:55.6745139Z hint: git config --global init.defaultBranch +2024-02-22T09:35:55.6745208Z hint: +2024-02-22T09:35:55.6745263Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:35:55.6745327Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:35:55.6745432Z hint: +2024-02-22T09:35:55.6745515Z hint: git branch -m +2024-02-22T09:35:55.6748336Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:35:55.6763602Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:35:55.6813180Z ::endgroup:: +2024-02-22T09:35:55.6813415Z ::group::Disabling automatic garbage collection +2024-02-22T09:35:55.6817797Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:35:55.6866595Z ::endgroup:: +2024-02-22T09:35:55.6886186Z ::group::Setting up auth +2024-02-22T09:35:55.6900385Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:35:55.6943546Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:35:55.7419607Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:35:55.7470834Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:35:55.7877836Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:35:55.7942795Z ::endgroup:: +2024-02-22T09:35:55.7943309Z ::group::Fetching the repository +2024-02-22T09:35:55.7954690Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +51d5f1f0e4b6e5538eb7623b933b3bf8941e205a:refs/remotes/origin/main +2024-02-22T09:35:56.0597952Z remote: Enumerating objects: 24, done. +2024-02-22T09:35:56.0599002Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:35:56.0599557Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:35:56.4152403Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:35:56.4563026Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:35:56.4563646Z * [new ref] 51d5f1f0e4b6e5538eb7623b933b3bf8941e205a -> origin/main +2024-02-22T09:35:56.4591398Z ::endgroup:: +2024-02-22T09:35:56.4591592Z ::group::Determining the checkout info +2024-02-22T09:35:56.4594323Z ::endgroup:: +2024-02-22T09:35:56.4594553Z ::group::Checking out the ref +2024-02-22T09:35:56.4597495Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:35:56.4759558Z Switched to a new branch 'main' +2024-02-22T09:35:56.4763594Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:35:56.4767573Z ::endgroup:: +2024-02-22T09:35:56.4811708Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:35:56.4842142Z '51d5f1f0e4b6e5538eb7623b933b3bf8941e205a' +2024-02-22T09:35:56.4860395Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:35:56.9771549Z Logging into https://server.developper-pour-le-cloud.orb.local... +2024-02-22T09:36:00.0902183Z ::error::Error response from daemon: Get "https://server.developper-pour-le-cloud.orb.local/v2/": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-22T09:36:00.1669894Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:36:00.1850094Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:36:00.1850568Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:36:00.1851080Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:36:00.1851291Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:36:00.1851374Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:36:00.1851539Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:36:00.1852037Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:14 GITHUB_RUN_NUMBER:14 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:51d5f1f0e4b6e5538eb7623b933b3bf8941e205a GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:https://server.developper-pour-le-cloud.orb.local INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-14_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:36:00.1942618Z evaluating expression 'always()' +2024-02-22T09:36:00.1943455Z expression 'always()' evaluated to 'true' +2024-02-22T09:36:00.1943592Z ⭐ Run Post Login to the registry +2024-02-22T09:36:00.1943742Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:36:00.1943872Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:36:00.1943966Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:36:00.1944097Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:36:00.1944220Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:36:00.1944313Z Extracting content to '/var/run/act' +2024-02-22T09:36:00.1969634Z run post step for 'Login to the registry' +2024-02-22T09:36:00.1970456Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:36:00.1970629Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:36:00.1970721Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:36:00.1971058Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:36:00.4076260Z 💬 ::debug::Exec.getExecOutput: docker logout https://server.developper-pour-le-cloud.orb.local +2024-02-22T09:36:00.4166456Z [command]/usr/bin/docker logout https://server.developper-pour-le-cloud.orb.local +2024-02-22T09:36:00.4374467Z Removing login credentials for server.developper-pour-le-cloud.orb.local +2024-02-22T09:36:00.4485601Z ✅ Success - Post Login to the registry +2024-02-22T09:36:00.4774178Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:14 GITHUB_RUN_NUMBER:14 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:51d5f1f0e4b6e5538eb7623b933b3bf8941e205a GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-14_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:36:00.4863918Z evaluating expression 'always()' +2024-02-22T09:36:00.4864444Z expression 'always()' evaluated to 'true' +2024-02-22T09:36:00.4864574Z ⭐ Run Post Check out repository code +2024-02-22T09:36:00.4864754Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:36:00.4864897Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:36:00.4864999Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:36:00.4865085Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:36:00.4865160Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:36:00.4865242Z Extracting content to '/var/run/act' +2024-02-22T09:36:00.4891742Z run post step for 'Check out repository code' +2024-02-22T09:36:00.4892868Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:36:00.4893056Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:36:00.4893145Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:36:00.4893439Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:36:00.6580392Z 💬 ::debug::Getting git version +2024-02-22T09:36:00.6598122Z [command]/usr/bin/git version +2024-02-22T09:36:00.6651540Z git version 2.43.2 +2024-02-22T09:36:00.6685776Z 💬 ::debug::0 +2024-02-22T09:36:00.6686282Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:36:00.6690204Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:36:00.6696111Z ⚙ *** +2024-02-22T09:36:00.6728136Z Temporarily overriding HOME='/tmp/98437fc0-ede5-4294-92a5-33780ba5b91c' before making global git config changes +2024-02-22T09:36:00.6729930Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:36:00.6737420Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:36:00.6775571Z 💬 ::debug::0 +2024-02-22T09:36:00.6775976Z 💬 ::debug:: +2024-02-22T09:36:00.6785904Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:36:00.6818153Z 💬 ::debug::1 +2024-02-22T09:36:00.6820740Z 💬 ::debug:: +2024-02-22T09:36:00.6825251Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:36:00.7184331Z 💬 ::debug::0 +2024-02-22T09:36:00.7185597Z 💬 ::debug:: +2024-02-22T09:36:00.7189446Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:36:00.7233251Z 💬 ::debug::1 +2024-02-22T09:36:00.7235539Z 💬 ::debug:: +2024-02-22T09:36:00.7239406Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:36:00.7617694Z 💬 ::debug::0 +2024-02-22T09:36:00.7618932Z 💬 ::debug:: +2024-02-22T09:36:00.7620850Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:36:00.7738341Z ✅ Success - Post Check out repository code +2024-02-22T09:36:00.7831046Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:36:00.7831569Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:36:00.8601351Z Removed container: a09180aeacf15c03db298b67c3aeb0441c22cc7c19afd15e450eacb5013ad779 +2024-02-22T09:36:00.8618346Z 🐳 docker volume rm GITEA-ACTIONS-TASK-14_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:36:00.8714927Z 🐳 docker volume rm GITEA-ACTIONS-TASK-14_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:36:00.9410764Z 🏁 Job failed +2024-02-22T09:36:00.9504551Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0f/15.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0f/15.log new file mode 100644 index 0000000..e806e5f --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/0f/15.log @@ -0,0 +1,207 @@ +2024-02-22T09:37:25.3055288Z bbf8c489ea77(version:v0.2.6) received task 15 of job 15, be triggered by event: push +2024-02-22T09:37:25.3058567Z workflow prepared +2024-02-22T09:37:25.3059426Z evaluating expression 'success()' +2024-02-22T09:37:25.3061027Z expression 'success()' evaluated to 'true' +2024-02-22T09:37:25.3061219Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:37:25.3139694Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:37:25.3140390Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:37:25.3161062Z Image exists? true +2024-02-22T09:37:25.3161920Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:37:25.3234124Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:37:25.3301456Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-15_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-15_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:37:25.3834168Z Created container name=GITEA-ACTIONS-TASK-15_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=13e7f03025047d1cb68ae604bae29c23e64d60386ac188c4d9b1567bdf39c4b9 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:37:25.3834792Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:37:25.3834956Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:37:25.3835044Z Starting container: 13e7f03025047d1cb68ae604bae29c23e64d60386ac188c4d9b1567bdf39c4b9 +2024-02-22T09:37:25.4678335Z Started container: 13e7f03025047d1cb68ae604bae29c23e64d60386ac188c4d9b1567bdf39c4b9 +2024-02-22T09:37:25.5588409Z Writing entry to tarball workflow/event.json len:4518 +2024-02-22T09:37:25.5590478Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:37:25.5590757Z Extracting content to '/var/run/act/' +2024-02-22T09:37:25.5824000Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:37:25.5824347Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:37:26.1060156Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T09:37:26.1061338Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:37:26.1387089Z Checked out v3 +2024-02-22T09:37:26.1390465Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:37:26.1460090Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:37:26.1460578Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:37:26.5844273Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T09:37:26.5845327Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:37:26.6317240Z Checked out v2 +2024-02-22T09:37:26.6321881Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:37:26.6436037Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:37:26.6437523Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:37:27.3743393Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:37:27.5574695Z Checked out v4 +2024-02-22T09:37:27.5579755Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:37:27.5716470Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:15 GITHUB_RUN_NUMBER:15 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:55e268c0e0c579e5166edb3a1588e4a0e2466d26 GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-15_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:37:27.5782870Z evaluating expression '' +2024-02-22T09:37:27.5783236Z expression '' evaluated to 'true' +2024-02-22T09:37:27.5783321Z ⭐ Run Main Check out repository code +2024-02-22T09:37:27.5783442Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:37:27.5783805Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:37:27.5783914Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:37:27.5783981Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:37:27.5784035Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:37:27.5784111Z Extracting content to '/var/run/act' +2024-02-22T09:37:27.5803175Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:37:27.5871752Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:37:27.5871993Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:37:27.5872282Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:37:27.5872507Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:37:27.5872566Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:37:27.5872758Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:37:27.5872947Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:37:27.5873125Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:37:27.5873685Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:37:27.5873812Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:37:27.5874262Z Writing tarball /tmp/act4216980968 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:37:27.5874352Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:37:27.6554712Z Extracting content from '/tmp/act4216980968' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:37:27.7341126Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:37:27.7341825Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:37:27.7341953Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:37:27.7342246Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:37:27.8586088Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:37:27.8590988Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:37:27.8592158Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:37:27.8592409Z 💬 ::debug::commit = '55e268c0e0c579e5166edb3a1588e4a0e2466d26' +2024-02-22T09:37:27.8592540Z 💬 ::debug::clean = true +2024-02-22T09:37:27.8593303Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:37:27.8593473Z 💬 ::debug::fetch tags = false +2024-02-22T09:37:27.8593580Z 💬 ::debug::lfs = false +2024-02-22T09:37:27.8594346Z 💬 ::debug::submodules = false +2024-02-22T09:37:27.8594520Z 💬 ::debug::recursive submodules = false +2024-02-22T09:37:27.8625903Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:37:27.8627330Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:37:27.8627430Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:37:27.8632310Z Syncing repository: pom/jeu-concours +2024-02-22T09:37:27.8636370Z ::group::Getting Git version info +2024-02-22T09:37:27.8636464Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:37:27.8681613Z [command]/usr/bin/git version +2024-02-22T09:37:27.8718113Z git version 2.43.2 +2024-02-22T09:37:27.8746791Z ::endgroup:: +2024-02-22T09:37:27.8768857Z Temporarily overriding HOME='/tmp/f04f279e-3ef8-49f3-aaaf-ca12804cc9c4' before making global git config changes +2024-02-22T09:37:27.8769749Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:37:27.8774500Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:37:27.8808327Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:37:27.8814504Z ::group::Initializing the repository +2024-02-22T09:37:27.8816875Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:37:27.8843858Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:37:27.8844532Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:37:27.8844846Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:37:27.8845167Z hint: +2024-02-22T09:37:27.8845425Z hint: git config --global init.defaultBranch +2024-02-22T09:37:27.8845708Z hint: +2024-02-22T09:37:27.8845848Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:37:27.8845956Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:37:27.8846951Z hint: +2024-02-22T09:37:27.8847079Z hint: git branch -m +2024-02-22T09:37:27.8847220Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:37:27.8857158Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:37:27.8884998Z ::endgroup:: +2024-02-22T09:37:27.8885301Z ::group::Disabling automatic garbage collection +2024-02-22T09:37:27.8885468Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:37:27.8913676Z ::endgroup:: +2024-02-22T09:37:27.8914022Z ::group::Setting up auth +2024-02-22T09:37:27.8919597Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:37:27.8948030Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:37:27.9206373Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:37:27.9232367Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:37:27.9527770Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:37:27.9581848Z ::endgroup:: +2024-02-22T09:37:27.9582246Z ::group::Fetching the repository +2024-02-22T09:37:27.9591367Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +55e268c0e0c579e5166edb3a1588e4a0e2466d26:refs/remotes/origin/main +2024-02-22T09:37:28.1380046Z remote: Enumerating objects: 24, done. +2024-02-22T09:37:28.1380326Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:37:28.1380926Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:37:28.4121206Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:37:28.4456694Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:37:28.4457154Z * [new ref] 55e268c0e0c579e5166edb3a1588e4a0e2466d26 -> origin/main +2024-02-22T09:37:28.4480507Z ::endgroup:: +2024-02-22T09:37:28.4480944Z ::group::Determining the checkout info +2024-02-22T09:37:28.4481101Z ::endgroup:: +2024-02-22T09:37:28.4481551Z ::group::Checking out the ref +2024-02-22T09:37:28.4483890Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:37:28.4614720Z Switched to a new branch 'main' +2024-02-22T09:37:28.4617105Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:37:28.4623569Z ::endgroup:: +2024-02-22T09:37:28.4666336Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:37:28.4700074Z '55e268c0e0c579e5166edb3a1588e4a0e2466d26' +2024-02-22T09:37:28.4716983Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:37:28.8392512Z Logging into http://localhost:3000... +2024-02-22T09:37:31.9280747Z ::error::Error response from daemon: Get "http://localhost:3000/v2/": Get "https://server.developper-pour-le-cloud.orb.local/v2/token?account=pom&client_id=docker&offline_token=true&service=container_registry": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-22T09:37:31.9968881Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:37:32.0162158Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:37:32.0162798Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:37:32.0163168Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:37:32.0163339Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:37:32.0163403Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:37:32.0172146Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:37:32.0179176Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:15 GITHUB_RUN_NUMBER:15 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:55e268c0e0c579e5166edb3a1588e4a0e2466d26 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-15_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:37:32.0254555Z evaluating expression 'always()' +2024-02-22T09:37:32.0255376Z expression 'always()' evaluated to 'true' +2024-02-22T09:37:32.0255510Z ⭐ Run Post Login to the registry +2024-02-22T09:37:32.0255655Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:37:32.0255772Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:37:32.0255868Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:37:32.0255948Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:37:32.0256016Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:37:32.0256096Z Extracting content to '/var/run/act' +2024-02-22T09:37:32.0283131Z run post step for 'Login to the registry' +2024-02-22T09:37:32.0283990Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:37:32.0284133Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:37:32.0284219Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:37:32.0284474Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:37:32.2283847Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T09:37:32.2359780Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T09:37:32.2568254Z Removing login credentials for localhost:3000 +2024-02-22T09:37:32.2675467Z ✅ Success - Post Login to the registry +2024-02-22T09:37:32.2921524Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:15 GITHUB_RUN_NUMBER:15 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:55e268c0e0c579e5166edb3a1588e4a0e2466d26 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-15_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:37:32.2998557Z evaluating expression 'always()' +2024-02-22T09:37:32.2999808Z expression 'always()' evaluated to 'true' +2024-02-22T09:37:32.2999982Z ⭐ Run Post Check out repository code +2024-02-22T09:37:32.3000138Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:37:32.3000331Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:37:32.3000468Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:37:32.3000548Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:37:32.3000617Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:37:32.3000693Z Extracting content to '/var/run/act' +2024-02-22T09:37:32.3021622Z run post step for 'Check out repository code' +2024-02-22T09:37:32.3022530Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:37:32.3022667Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:37:32.3022770Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:37:32.3023040Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:37:32.4672777Z 💬 ::debug::Getting git version +2024-02-22T09:37:32.4692243Z [command]/usr/bin/git version +2024-02-22T09:37:32.4758488Z git version 2.43.2 +2024-02-22T09:37:32.4795953Z 💬 ::debug::0 +2024-02-22T09:37:32.4796771Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:37:32.4800555Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:37:32.4805015Z ⚙ *** +2024-02-22T09:37:32.4836270Z Temporarily overriding HOME='/tmp/ba5ea9dc-328f-44b7-a162-b47012442ea5' before making global git config changes +2024-02-22T09:37:32.4837351Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:37:32.4844664Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:37:32.4886801Z 💬 ::debug::0 +2024-02-22T09:37:32.4887580Z 💬 ::debug:: +2024-02-22T09:37:32.4896803Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:37:32.4931498Z 💬 ::debug::1 +2024-02-22T09:37:32.4933916Z 💬 ::debug:: +2024-02-22T09:37:32.4938025Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:37:32.5284103Z 💬 ::debug::0 +2024-02-22T09:37:32.5284813Z 💬 ::debug:: +2024-02-22T09:37:32.5286953Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:37:32.5319300Z 💬 ::debug::1 +2024-02-22T09:37:32.5319575Z 💬 ::debug:: +2024-02-22T09:37:32.5321821Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:37:32.5623929Z 💬 ::debug::0 +2024-02-22T09:37:32.5624276Z 💬 ::debug:: +2024-02-22T09:37:32.5625382Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:37:32.5709381Z ✅ Success - Post Check out repository code +2024-02-22T09:37:32.5789317Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:37:32.5790886Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:37:32.6525714Z Removed container: 13e7f03025047d1cb68ae604bae29c23e64d60386ac188c4d9b1567bdf39c4b9 +2024-02-22T09:37:32.6542267Z 🐳 docker volume rm GITEA-ACTIONS-TASK-15_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:37:32.6635105Z 🐳 docker volume rm GITEA-ACTIONS-TASK-15_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:37:32.7337099Z 🏁 Job failed +2024-02-22T09:37:32.7414486Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/10/16.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/10/16.log new file mode 100644 index 0000000..23b67e6 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/10/16.log @@ -0,0 +1,207 @@ +2024-02-22T09:38:09.0733201Z bbf8c489ea77(version:v0.2.6) received task 16 of job 16, be triggered by event: push +2024-02-22T09:38:09.0736211Z workflow prepared +2024-02-22T09:38:09.0736762Z evaluating expression 'success()' +2024-02-22T09:38:09.0737598Z expression 'success()' evaluated to 'true' +2024-02-22T09:38:09.0737771Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:38:09.0809681Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:38:09.0809856Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:38:09.0834042Z Image exists? true +2024-02-22T09:38:09.0837193Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:38:09.0874717Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:38:09.0933658Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-16_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-16_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:38:09.1477293Z Created container name=GITEA-ACTIONS-TASK-16_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=0159d5367b4a12827e3f104e6d0256f06f73245717554af74f9c74d7ec2c4a01 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:38:09.1479486Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:38:09.1479869Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:38:09.1480116Z Starting container: 0159d5367b4a12827e3f104e6d0256f06f73245717554af74f9c74d7ec2c4a01 +2024-02-22T09:38:09.2319471Z Started container: 0159d5367b4a12827e3f104e6d0256f06f73245717554af74f9c74d7ec2c4a01 +2024-02-22T09:38:09.3162630Z Writing entry to tarball workflow/event.json len:4478 +2024-02-22T09:38:09.3163420Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:38:09.3163668Z Extracting content to '/var/run/act/' +2024-02-22T09:38:09.3382699Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:38:09.3382999Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:38:09.8815833Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T09:38:09.8816636Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:38:09.9184840Z Checked out v3 +2024-02-22T09:38:09.9188084Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:38:09.9273088Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:38:09.9274231Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:38:10.3553732Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T09:38:10.3554409Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:38:10.3973908Z Checked out v2 +2024-02-22T09:38:10.3976862Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:38:10.4051595Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:38:10.4052229Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:38:11.1278426Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:38:11.3112103Z Checked out v4 +2024-02-22T09:38:11.3116044Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:38:11.3264358Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-16_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:38:11.3341283Z evaluating expression '' +2024-02-22T09:38:11.3342148Z expression '' evaluated to 'true' +2024-02-22T09:38:11.3342275Z ⭐ Run Main Check out repository code +2024-02-22T09:38:11.3342445Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:38:11.3342567Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:38:11.3342674Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:38:11.3342744Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:38:11.3342809Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:38:11.3342911Z Extracting content to '/var/run/act' +2024-02-22T09:38:11.3363862Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:38:11.3442407Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:38:11.3442947Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:38:11.3443275Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:38:11.3443572Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:38:11.3443633Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:38:11.3444017Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:38:11.3444447Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:38:11.3444732Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:38:11.3445335Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:38:11.3445882Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:38:11.3446841Z Writing tarball /tmp/act4288513318 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:38:11.3447215Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:38:11.3966074Z Extracting content from '/tmp/act4288513318' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:38:11.4718453Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:38:11.4719120Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:38:11.4719245Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:38:11.4719529Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:38:11.6420913Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:38:11.6431748Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:38:11.6436505Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:38:11.6437263Z 💬 ::debug::commit = '90113383003f52b370b1def725dec1e4649e379e' +2024-02-22T09:38:11.6437447Z 💬 ::debug::clean = true +2024-02-22T09:38:11.6437973Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:38:11.6438570Z 💬 ::debug::fetch tags = false +2024-02-22T09:38:11.6440510Z 💬 ::debug::lfs = false +2024-02-22T09:38:11.6440743Z 💬 ::debug::submodules = false +2024-02-22T09:38:11.6443916Z 💬 ::debug::recursive submodules = false +2024-02-22T09:38:11.6490430Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:38:11.6493033Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:38:11.6493261Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:38:11.6502091Z Syncing repository: pom/jeu-concours +2024-02-22T09:38:11.6507861Z ::group::Getting Git version info +2024-02-22T09:38:11.6508042Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:38:11.6573495Z [command]/usr/bin/git version +2024-02-22T09:38:11.6630537Z git version 2.43.2 +2024-02-22T09:38:11.6671582Z ::endgroup:: +2024-02-22T09:38:11.6699011Z Temporarily overriding HOME='/tmp/50487e11-3e8c-4efe-9af9-97c690ab0b6d' before making global git config changes +2024-02-22T09:38:11.6700252Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:38:11.6705868Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:38:11.6762074Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:38:11.6772396Z ::group::Initializing the repository +2024-02-22T09:38:11.6776866Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:38:11.6813173Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:38:11.6813490Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:38:11.6813566Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:38:11.6813655Z hint: +2024-02-22T09:38:11.6813719Z hint: git config --global init.defaultBranch +2024-02-22T09:38:11.6813781Z hint: +2024-02-22T09:38:11.6813838Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:38:11.6813914Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:38:11.6813986Z hint: +2024-02-22T09:38:11.6814041Z hint: git branch -m +2024-02-22T09:38:11.6815512Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:38:11.6828072Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:38:11.6869939Z ::endgroup:: +2024-02-22T09:38:11.6870151Z ::group::Disabling automatic garbage collection +2024-02-22T09:38:11.6873441Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:38:11.6917354Z ::endgroup:: +2024-02-22T09:38:11.6917559Z ::group::Setting up auth +2024-02-22T09:38:11.6925353Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:38:11.6975095Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:38:11.7344790Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:38:11.7383214Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:38:11.7735477Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:38:11.7825156Z ::endgroup:: +2024-02-22T09:38:11.7825753Z ::group::Fetching the repository +2024-02-22T09:38:11.7842558Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +90113383003f52b370b1def725dec1e4649e379e:refs/remotes/origin/main +2024-02-22T09:38:12.0623358Z remote: Enumerating objects: 24, done. +2024-02-22T09:38:12.0624249Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:38:12.0626231Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:38:12.4162667Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:38:12.4484599Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:38:12.4485134Z * [new ref] 90113383003f52b370b1def725dec1e4649e379e -> origin/main +2024-02-22T09:38:12.4505964Z ::endgroup:: +2024-02-22T09:38:12.4506104Z ::group::Determining the checkout info +2024-02-22T09:38:12.4508735Z ::endgroup:: +2024-02-22T09:38:12.4508916Z ::group::Checking out the ref +2024-02-22T09:38:12.4510934Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:38:12.4635129Z Switched to a new branch 'main' +2024-02-22T09:38:12.4635886Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:38:12.4642735Z ::endgroup:: +2024-02-22T09:38:12.4679944Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:38:12.4704048Z '90113383003f52b370b1def725dec1e4649e379e' +2024-02-22T09:38:12.4716141Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:38:12.9084659Z Logging into http://localhost:3000... +2024-02-22T09:38:16.0210993Z ::error::Error response from daemon: Get "http://localhost:3000/v2/": Get "https://server.developper-pour-le-cloud.orb.local/v2/token?account=pom&client_id=docker&offline_token=true&service=container_registry": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-22T09:38:16.0962023Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:38:16.1148554Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:38:16.1150177Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:38:16.1150506Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:38:16.1150682Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:38:16.1150752Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:38:16.1150999Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:38:16.1165144Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-16_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:38:16.1265241Z evaluating expression 'always()' +2024-02-22T09:38:16.1267138Z expression 'always()' evaluated to 'true' +2024-02-22T09:38:16.1268210Z ⭐ Run Post Login to the registry +2024-02-22T09:38:16.1268480Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:38:16.1269006Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:38:16.1269161Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:38:16.1269259Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:38:16.1269336Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:38:16.1269455Z Extracting content to '/var/run/act' +2024-02-22T09:38:16.1300587Z run post step for 'Login to the registry' +2024-02-22T09:38:16.1301564Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:38:16.1301752Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:38:16.1301849Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:38:16.1302137Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:38:16.3355194Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T09:38:16.3455040Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T09:38:16.3644854Z Removing login credentials for localhost:3000 +2024-02-22T09:38:16.3758709Z ✅ Success - Post Login to the registry +2024-02-22T09:38:16.4055151Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-16_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:38:16.4163254Z evaluating expression 'always()' +2024-02-22T09:38:16.4164027Z expression 'always()' evaluated to 'true' +2024-02-22T09:38:16.4164172Z ⭐ Run Post Check out repository code +2024-02-22T09:38:16.4164324Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:38:16.4164482Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:38:16.4164573Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:38:16.4164773Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:38:16.4164858Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:38:16.4164937Z Extracting content to '/var/run/act' +2024-02-22T09:38:16.4185233Z run post step for 'Check out repository code' +2024-02-22T09:38:16.4185971Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:38:16.4186149Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:38:16.4186255Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:38:16.4186586Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:38:16.5931775Z 💬 ::debug::Getting git version +2024-02-22T09:38:16.5951325Z [command]/usr/bin/git version +2024-02-22T09:38:16.6015317Z git version 2.43.2 +2024-02-22T09:38:16.6052441Z 💬 ::debug::0 +2024-02-22T09:38:16.6053346Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:38:16.6054022Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:38:16.6060782Z ⚙ *** +2024-02-22T09:38:16.6100471Z Temporarily overriding HOME='/tmp/396b0f69-8936-42b8-ab35-88b5021a6f82' before making global git config changes +2024-02-22T09:38:16.6101590Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:38:16.6110908Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:38:16.6151966Z 💬 ::debug::0 +2024-02-22T09:38:16.6152704Z 💬 ::debug:: +2024-02-22T09:38:16.6160112Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:38:16.6194536Z 💬 ::debug::1 +2024-02-22T09:38:16.6195763Z 💬 ::debug:: +2024-02-22T09:38:16.6199975Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:38:16.6571173Z 💬 ::debug::0 +2024-02-22T09:38:16.6573351Z 💬 ::debug:: +2024-02-22T09:38:16.6576411Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:38:16.6622009Z 💬 ::debug::1 +2024-02-22T09:38:16.6622790Z 💬 ::debug:: +2024-02-22T09:38:16.6627065Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:38:16.7007030Z 💬 ::debug::0 +2024-02-22T09:38:16.7007808Z 💬 ::debug:: +2024-02-22T09:38:16.7008228Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:38:16.7125905Z ✅ Success - Post Check out repository code +2024-02-22T09:38:16.7204039Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:38:16.7205486Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:38:16.8046544Z Removed container: 0159d5367b4a12827e3f104e6d0256f06f73245717554af74f9c74d7ec2c4a01 +2024-02-22T09:38:16.8066991Z 🐳 docker volume rm GITEA-ACTIONS-TASK-16_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:38:16.8171390Z 🐳 docker volume rm GITEA-ACTIONS-TASK-16_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:38:16.8868197Z 🏁 Job failed +2024-02-22T09:38:16.9003525Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/11/17.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/11/17.log new file mode 100644 index 0000000..f48d297 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/11/17.log @@ -0,0 +1,207 @@ +2024-02-22T09:39:37.2663061Z bbf8c489ea77(version:v0.2.6) received task 17 of job 16, be triggered by event: push +2024-02-22T09:39:37.2666226Z workflow prepared +2024-02-22T09:39:37.2666731Z evaluating expression 'success()' +2024-02-22T09:39:37.2667725Z expression 'success()' evaluated to 'true' +2024-02-22T09:39:37.2667905Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:39:37.2744962Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:39:37.2745157Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:39:37.2760068Z Image exists? true +2024-02-22T09:39:37.2760958Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:39:37.2805427Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:39:37.2863769Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:39:37.3437839Z Created container name=GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=44dae49eb279624815f9d595070623ee00add3f43e13ccd7c800ecaa114659da from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:39:37.3438657Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:39:37.3438916Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:39:37.3439109Z Starting container: 44dae49eb279624815f9d595070623ee00add3f43e13ccd7c800ecaa114659da +2024-02-22T09:39:37.4289763Z Started container: 44dae49eb279624815f9d595070623ee00add3f43e13ccd7c800ecaa114659da +2024-02-22T09:39:37.5209301Z Writing entry to tarball workflow/event.json len:4478 +2024-02-22T09:39:37.5209684Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:39:37.5209847Z Extracting content to '/var/run/act/' +2024-02-22T09:39:37.5434959Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:39:37.5435220Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:39:38.0998264Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T09:39:38.0999419Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:39:38.1463894Z Checked out v3 +2024-02-22T09:39:38.1468087Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:39:38.1568028Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:39:38.1569571Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:39:38.5899070Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T09:39:38.5900194Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:39:38.6367405Z Checked out v2 +2024-02-22T09:39:38.6372715Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:39:38.6472886Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:39:38.6473154Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:39:39.4311695Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:39:39.6366888Z Checked out v4 +2024-02-22T09:39:39.6372659Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:39:39.6563759Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:39:39.6665842Z evaluating expression '' +2024-02-22T09:39:39.6667035Z expression '' evaluated to 'true' +2024-02-22T09:39:39.6667371Z ⭐ Run Main Check out repository code +2024-02-22T09:39:39.6667858Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:39:39.6671455Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:39:39.6672310Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:39:39.6672583Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:39:39.6672772Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:39:39.6673050Z Extracting content to '/var/run/act' +2024-02-22T09:39:39.6701409Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:39:39.6802918Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:39:39.6803495Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:39:39.6803884Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:39:39.6804106Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:39:39.6804267Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:39:39.6804499Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:39:39.6804733Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:39:39.6805316Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:39:39.6806038Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:39:39.6806536Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:39:39.6807570Z Writing tarball /tmp/act3819718878 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:39:39.6808055Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:39:39.7395447Z Extracting content from '/tmp/act3819718878' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:39:39.8332088Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:39:39.8332931Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:39:39.8333066Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:39:39.8333397Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:39:39.9901686Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:39:39.9914215Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:39:39.9915652Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:39:39.9917115Z 💬 ::debug::commit = '90113383003f52b370b1def725dec1e4649e379e' +2024-02-22T09:39:39.9918574Z 💬 ::debug::clean = true +2024-02-22T09:39:39.9921142Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:39:39.9921593Z 💬 ::debug::fetch tags = false +2024-02-22T09:39:39.9921773Z 💬 ::debug::lfs = false +2024-02-22T09:39:39.9922001Z 💬 ::debug::submodules = false +2024-02-22T09:39:39.9922243Z 💬 ::debug::recursive submodules = false +2024-02-22T09:39:39.9975936Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:39:39.9976469Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:39:39.9976544Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:39:39.9982375Z Syncing repository: pom/jeu-concours +2024-02-22T09:39:39.9988876Z ::group::Getting Git version info +2024-02-22T09:39:39.9989696Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:39:40.0064100Z [command]/usr/bin/git version +2024-02-22T09:39:40.0121757Z git version 2.43.2 +2024-02-22T09:39:40.0165627Z ::endgroup:: +2024-02-22T09:39:40.0191192Z Temporarily overriding HOME='/tmp/c3d95d1e-59f0-4edd-905a-5cbae246eea6' before making global git config changes +2024-02-22T09:39:40.0191788Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:39:40.0198100Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:39:40.0261258Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:39:40.0267418Z ::group::Initializing the repository +2024-02-22T09:39:40.0271885Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:39:40.0312577Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:39:40.0313319Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:39:40.0313436Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:39:40.0313516Z hint: +2024-02-22T09:39:40.0313595Z hint: git config --global init.defaultBranch +2024-02-22T09:39:40.0313680Z hint: +2024-02-22T09:39:40.0313736Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:39:40.0313799Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:39:40.0313903Z hint: +2024-02-22T09:39:40.0314209Z hint: git branch -m +2024-02-22T09:39:40.0315096Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:39:40.0332673Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:39:40.0371561Z ::endgroup:: +2024-02-22T09:39:40.0371806Z ::group::Disabling automatic garbage collection +2024-02-22T09:39:40.0377166Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:39:40.0420954Z ::endgroup:: +2024-02-22T09:39:40.0421199Z ::group::Setting up auth +2024-02-22T09:39:40.0430323Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:39:40.0469189Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:39:40.0838312Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:39:40.0878749Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:39:40.1241866Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:39:40.1295567Z ::endgroup:: +2024-02-22T09:39:40.1295866Z ::group::Fetching the repository +2024-02-22T09:39:40.1306675Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +90113383003f52b370b1def725dec1e4649e379e:refs/remotes/origin/main +2024-02-22T09:39:40.3713139Z remote: Enumerating objects: 24, done. +2024-02-22T09:39:40.3713932Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:39:40.3714353Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:39:40.7488931Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:39:40.8014911Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:39:40.8015598Z * [new ref] 90113383003f52b370b1def725dec1e4649e379e -> origin/main +2024-02-22T09:39:40.8062075Z ::endgroup:: +2024-02-22T09:39:40.8065827Z ::group::Determining the checkout info +2024-02-22T09:39:40.8067057Z ::endgroup:: +2024-02-22T09:39:40.8067839Z ::group::Checking out the ref +2024-02-22T09:39:40.8078794Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:39:40.8293652Z Switched to a new branch 'main' +2024-02-22T09:39:40.8294958Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:39:40.8303754Z ::endgroup:: +2024-02-22T09:39:40.8351926Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:39:40.8387480Z '90113383003f52b370b1def725dec1e4649e379e' +2024-02-22T09:39:40.8410010Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:39:41.3485066Z Logging into http://localhost:3000... +2024-02-22T09:39:44.4716272Z ::error::Error response from daemon: Get "http://localhost:3000/v2/": Get "https://server.developper-pour-le-cloud.orb.local/v2/token?account=pom&client_id=docker&offline_token=true&service=container_registry": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-22T09:39:44.5485593Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:39:44.5714523Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:39:44.5715318Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:39:44.5715752Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:39:44.5715944Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:39:44.5716015Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:39:44.5716173Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:39:44.5716646Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:39:44.5815103Z evaluating expression 'always()' +2024-02-22T09:39:44.5816066Z expression 'always()' evaluated to 'true' +2024-02-22T09:39:44.5816212Z ⭐ Run Post Login to the registry +2024-02-22T09:39:44.5816370Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:39:44.5816500Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:39:44.5816605Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:39:44.5816700Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:39:44.5816774Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:39:44.5816850Z Extracting content to '/var/run/act' +2024-02-22T09:39:44.5844254Z run post step for 'Login to the registry' +2024-02-22T09:39:44.5845482Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:39:44.5845686Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:39:44.5845791Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:39:44.5846077Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:39:44.8114717Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T09:39:44.8202863Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T09:39:44.8400677Z Removing login credentials for localhost:3000 +2024-02-22T09:39:44.8521912Z ✅ Success - Post Login to the registry +2024-02-22T09:39:44.8800444Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39479/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:39:44.8894229Z evaluating expression 'always()' +2024-02-22T09:39:44.8895110Z expression 'always()' evaluated to 'true' +2024-02-22T09:39:44.8895276Z ⭐ Run Post Check out repository code +2024-02-22T09:39:44.8895452Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:39:44.8895588Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:39:44.8895729Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:39:44.8895815Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:39:44.8895889Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:39:44.8895995Z Extracting content to '/var/run/act' +2024-02-22T09:39:44.8923516Z run post step for 'Check out repository code' +2024-02-22T09:39:44.8924246Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:39:44.8924390Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:39:44.8924567Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:39:44.8924915Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:39:45.0539190Z 💬 ::debug::Getting git version +2024-02-22T09:39:45.0559941Z [command]/usr/bin/git version +2024-02-22T09:39:45.0618449Z git version 2.43.2 +2024-02-22T09:39:45.0654000Z 💬 ::debug::0 +2024-02-22T09:39:45.0654501Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:39:45.0657166Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:39:45.0666273Z ⚙ *** +2024-02-22T09:39:45.0697210Z Temporarily overriding HOME='/tmp/4b58a23e-285b-471d-a8bb-2f964404eb2b' before making global git config changes +2024-02-22T09:39:45.0697853Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:39:45.0703351Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:39:45.0746584Z 💬 ::debug::0 +2024-02-22T09:39:45.0746977Z 💬 ::debug:: +2024-02-22T09:39:45.0760517Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:39:45.0795897Z 💬 ::debug::1 +2024-02-22T09:39:45.0796335Z 💬 ::debug:: +2024-02-22T09:39:45.0802965Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:39:45.1179573Z 💬 ::debug::0 +2024-02-22T09:39:45.1182071Z 💬 ::debug:: +2024-02-22T09:39:45.1183587Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:39:45.1224137Z 💬 ::debug::1 +2024-02-22T09:39:45.1225817Z 💬 ::debug:: +2024-02-22T09:39:45.1228788Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:39:45.1598300Z 💬 ::debug::0 +2024-02-22T09:39:45.1599681Z 💬 ::debug:: +2024-02-22T09:39:45.1600151Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:39:45.1708134Z ✅ Success - Post Check out repository code +2024-02-22T09:39:45.1813831Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:39:45.1814598Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:39:45.2613246Z Removed container: 44dae49eb279624815f9d595070623ee00add3f43e13ccd7c800ecaa114659da +2024-02-22T09:39:45.2629927Z 🐳 docker volume rm GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:39:45.2728546Z 🐳 docker volume rm GITEA-ACTIONS-TASK-17_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:39:45.3493902Z 🏁 Job failed +2024-02-22T09:39:45.3599865Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/12/18.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/12/18.log new file mode 100644 index 0000000..feda200 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/12/18.log @@ -0,0 +1,205 @@ +2024-02-22T09:43:45.3867635Z fb1c4eafc9a2(version:v0.2.6) received task 18 of job 16, be triggered by event: push +2024-02-22T09:43:45.3873799Z workflow prepared +2024-02-22T09:43:45.3874993Z evaluating expression 'success()' +2024-02-22T09:43:45.3876286Z expression 'success()' evaluated to 'true' +2024-02-22T09:43:45.3876508Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:43:45.3980523Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:43:45.3980710Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:43:45.3999650Z Image exists? true +2024-02-22T09:43:45.4000581Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:43:45.4045725Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:43:45.4121347Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-18_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-18_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:43:45.4745810Z Created container name=GITEA-ACTIONS-TASK-18_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=681fabebe88fd16f43e69583e60c1f5278f05711e0f43813e12032f2c982ffe4 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:43:45.4746190Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:43:45.4746315Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:43:45.4746402Z Starting container: 681fabebe88fd16f43e69583e60c1f5278f05711e0f43813e12032f2c982ffe4 +2024-02-22T09:43:45.5894106Z Started container: 681fabebe88fd16f43e69583e60c1f5278f05711e0f43813e12032f2c982ffe4 +2024-02-22T09:43:45.6835919Z Writing entry to tarball workflow/event.json len:4478 +2024-02-22T09:43:45.6836297Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:43:45.6836454Z Extracting content to '/var/run/act/' +2024-02-22T09:43:45.7064556Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:43:45.7065004Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:43:51.3833104Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:43:51.4561279Z Checked out v3 +2024-02-22T09:43:51.4565147Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:43:51.4671955Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:43:51.4672647Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:43:56.7913327Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:43:56.9308687Z Checked out v2 +2024-02-22T09:43:56.9311344Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:43:56.9404202Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:43:56.9405543Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:44:02.9331916Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:44:03.1498682Z Checked out v4 +2024-02-22T09:44:03.1504932Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:44:03.1731929Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.107.3:36245/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-18_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:44:03.1830343Z evaluating expression '' +2024-02-22T09:44:03.1831211Z expression '' evaluated to 'true' +2024-02-22T09:44:03.1831375Z ⭐ Run Main Check out repository code +2024-02-22T09:44:03.1831555Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:44:03.1831700Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:44:03.1831783Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:44:03.1831879Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:44:03.1831955Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:44:03.1832081Z Extracting content to '/var/run/act' +2024-02-22T09:44:03.1861613Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:44:03.1964710Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:44:03.1965361Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:44:03.1965873Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:44:03.1966324Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:44:03.1966413Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:44:03.1966663Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:44:03.1967302Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:44:03.1967723Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:44:03.1969974Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:44:03.1970173Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:44:03.1970886Z Writing tarball /tmp/act2508003907 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:44:03.1971600Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:44:03.2635874Z Extracting content from '/tmp/act2508003907' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:44:03.3702331Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:44:03.3703250Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:44:03.3703402Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:44:03.3703767Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:44:03.5482255Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:44:03.5533807Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:44:03.5537081Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:44:03.5537836Z 💬 ::debug::commit = '90113383003f52b370b1def725dec1e4649e379e' +2024-02-22T09:44:03.5538344Z 💬 ::debug::clean = true +2024-02-22T09:44:03.5541275Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:44:03.5542182Z 💬 ::debug::fetch tags = false +2024-02-22T09:44:03.5542758Z 💬 ::debug::lfs = false +2024-02-22T09:44:03.5543143Z 💬 ::debug::submodules = false +2024-02-22T09:44:03.5543412Z 💬 ::debug::recursive submodules = false +2024-02-22T09:44:03.5598108Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:44:03.5599887Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:44:03.5600055Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:44:03.5608198Z Syncing repository: pom/jeu-concours +2024-02-22T09:44:03.5620913Z ::group::Getting Git version info +2024-02-22T09:44:03.5621199Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:44:03.5692742Z [command]/usr/bin/git version +2024-02-22T09:44:03.5756335Z git version 2.43.2 +2024-02-22T09:44:03.5807912Z ::endgroup:: +2024-02-22T09:44:03.5851424Z Temporarily overriding HOME='/tmp/72940edb-b0b3-4d39-bcb7-da02bc2038b1' before making global git config changes +2024-02-22T09:44:03.5852944Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:44:03.5860550Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:44:03.5930089Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:44:03.5941757Z ::group::Initializing the repository +2024-02-22T09:44:03.5948511Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:44:03.5991785Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:44:03.5994218Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:44:03.5994433Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:44:03.5994536Z hint: +2024-02-22T09:44:03.5994604Z hint: git config --global init.defaultBranch +2024-02-22T09:44:03.5994741Z hint: +2024-02-22T09:44:03.5994805Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:44:03.5994872Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:44:03.5994962Z hint: +2024-02-22T09:44:03.5995028Z hint: git branch -m +2024-02-22T09:44:03.5995212Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:44:03.6021845Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:44:03.6073225Z ::endgroup:: +2024-02-22T09:44:03.6073456Z ::group::Disabling automatic garbage collection +2024-02-22T09:44:03.6079187Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:44:03.6141380Z ::endgroup:: +2024-02-22T09:44:03.6141788Z ::group::Setting up auth +2024-02-22T09:44:03.6155573Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:44:03.6207269Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:44:03.6630340Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:44:03.6664319Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:44:03.7069073Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:44:03.7140047Z ::endgroup:: +2024-02-22T09:44:03.7140822Z ::group::Fetching the repository +2024-02-22T09:44:03.7150306Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +90113383003f52b370b1def725dec1e4649e379e:refs/remotes/origin/main +2024-02-22T09:44:03.9908767Z remote: Enumerating objects: 24, done. +2024-02-22T09:44:03.9909982Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:44:03.9910348Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:44:04.3765975Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:44:04.4209629Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:44:04.4209975Z * [new ref] 90113383003f52b370b1def725dec1e4649e379e -> origin/main +2024-02-22T09:44:04.4254588Z ::endgroup:: +2024-02-22T09:44:04.4259513Z ::group::Determining the checkout info +2024-02-22T09:44:04.4261537Z ::endgroup:: +2024-02-22T09:44:04.4262056Z ::group::Checking out the ref +2024-02-22T09:44:04.4271060Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:44:04.4448185Z Switched to a new branch 'main' +2024-02-22T09:44:04.4450293Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:44:04.4457710Z ::endgroup:: +2024-02-22T09:44:04.4513421Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:44:04.4544921Z '90113383003f52b370b1def725dec1e4649e379e' +2024-02-22T09:44:04.4565367Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:44:04.9688452Z Logging into http://localhost:3000... +2024-02-22T09:44:20.0124689Z ::error::Error response from daemon: Get "http://localhost:3000/v2/": Get "https://server.developper-pour-le-cloud.orb.local/v2/token?account=pom&client_id=docker&offline_token=true&service=container_registry": dial tcp 192.168.237.2:443: i/o timeout +2024-02-22T09:44:20.0905612Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:44:20.1145270Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:44:20.1145625Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:44:20.1145986Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:44:20.1146173Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:44:20.1146600Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:44:20.1146829Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:44:20.1147249Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.107.3:36245/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-18_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:44:20.1241974Z evaluating expression 'always()' +2024-02-22T09:44:20.1243111Z expression 'always()' evaluated to 'true' +2024-02-22T09:44:20.1243360Z ⭐ Run Post Login to the registry +2024-02-22T09:44:20.1243553Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:44:20.1243724Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:44:20.1243822Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:44:20.1243978Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:44:20.1244060Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:44:20.1244149Z Extracting content to '/var/run/act' +2024-02-22T09:44:20.1276937Z run post step for 'Login to the registry' +2024-02-22T09:44:20.1277999Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:44:20.1278185Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:44:20.1278279Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:44:20.1278585Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:44:20.3491942Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T09:44:20.3578974Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T09:44:20.3807580Z Removing login credentials for localhost:3000 +2024-02-22T09:44:20.3936770Z ✅ Success - Post Login to the registry +2024-02-22T09:44:20.4260044Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.107.3:36245/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-18_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:44:20.4353578Z evaluating expression 'always()' +2024-02-22T09:44:20.4354296Z expression 'always()' evaluated to 'true' +2024-02-22T09:44:20.4354466Z ⭐ Run Post Check out repository code +2024-02-22T09:44:20.4354633Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:44:20.4354764Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:44:20.4354877Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:44:20.4354965Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:44:20.4355038Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:44:20.4355137Z Extracting content to '/var/run/act' +2024-02-22T09:44:20.4384929Z run post step for 'Check out repository code' +2024-02-22T09:44:20.4386560Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:44:20.4387008Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:44:20.4387220Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:44:20.4387630Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:44:20.6205045Z 💬 ::debug::Getting git version +2024-02-22T09:44:20.6226297Z [command]/usr/bin/git version +2024-02-22T09:44:20.6290795Z git version 2.43.2 +2024-02-22T09:44:20.6335907Z 💬 ::debug::0 +2024-02-22T09:44:20.6337623Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:44:20.6341998Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:44:20.6361196Z ⚙ *** +2024-02-22T09:44:20.6393745Z Temporarily overriding HOME='/tmp/5af80632-6961-470d-8fb5-114da4a486c0' before making global git config changes +2024-02-22T09:44:20.6395130Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:44:20.6400305Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:44:20.6454490Z 💬 ::debug::0 +2024-02-22T09:44:20.6455620Z 💬 ::debug:: +2024-02-22T09:44:20.6473323Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:44:20.6509704Z 💬 ::debug::1 +2024-02-22T09:44:20.6510493Z 💬 ::debug:: +2024-02-22T09:44:20.6513348Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:44:20.6934621Z 💬 ::debug::0 +2024-02-22T09:44:20.6935443Z 💬 ::debug:: +2024-02-22T09:44:20.6942177Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:44:20.6981083Z 💬 ::debug::1 +2024-02-22T09:44:20.6981889Z 💬 ::debug:: +2024-02-22T09:44:20.6984985Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:44:20.7382636Z 💬 ::debug::0 +2024-02-22T09:44:20.7383399Z 💬 ::debug:: +2024-02-22T09:44:20.7387090Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:44:20.7502654Z ✅ Success - Post Check out repository code +2024-02-22T09:44:20.7630321Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:44:20.7631194Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:44:20.8601520Z Removed container: 681fabebe88fd16f43e69583e60c1f5278f05711e0f43813e12032f2c982ffe4 +2024-02-22T09:44:20.8627264Z 🐳 docker volume rm GITEA-ACTIONS-TASK-18_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:44:20.8721145Z 🐳 docker volume rm GITEA-ACTIONS-TASK-18_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:44:20.9505455Z 🏁 Job failed +2024-02-22T09:44:20.9619249Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/13/19.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/13/19.log new file mode 100644 index 0000000..3344492 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/13/19.log @@ -0,0 +1,205 @@ +2024-02-22T09:45:49.0222037Z 65e61fd2c006(version:v0.2.6) received task 19 of job 16, be triggered by event: push +2024-02-22T09:45:49.0226343Z workflow prepared +2024-02-22T09:45:49.0227844Z evaluating expression 'success()' +2024-02-22T09:45:49.0229837Z expression 'success()' evaluated to 'true' +2024-02-22T09:45:49.0230350Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:45:49.0308994Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:45:49.0309173Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:45:49.0326888Z Image exists? true +2024-02-22T09:45:49.0328266Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:45:49.0370584Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:45:49.0436339Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-19_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-19_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:45:49.1082083Z Created container name=GITEA-ACTIONS-TASK-19_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=c49c9a8951da748f5f6b6016d6a800aa071c6be94d801d0fe736ba8e8bafcd96 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:45:49.1082713Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:45:49.1082861Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:45:49.1082944Z Starting container: c49c9a8951da748f5f6b6016d6a800aa071c6be94d801d0fe736ba8e8bafcd96 +2024-02-22T09:45:49.1987903Z Started container: c49c9a8951da748f5f6b6016d6a800aa071c6be94d801d0fe736ba8e8bafcd96 +2024-02-22T09:45:49.2838507Z Writing entry to tarball workflow/event.json len:4478 +2024-02-22T09:45:49.2840472Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:45:49.2840851Z Extracting content to '/var/run/act/' +2024-02-22T09:45:49.3047338Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:45:49.3047671Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:45:54.7223621Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:45:54.7921697Z Checked out v3 +2024-02-22T09:45:54.7928197Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:45:54.8024223Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:45:54.8024971Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:46:01.9682860Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:46:02.1094377Z Checked out v2 +2024-02-22T09:46:02.1096820Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:46:02.1192220Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:46:02.1192667Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:46:07.8400760Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:46:08.0402847Z Checked out v4 +2024-02-22T09:46:08.0413616Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:46:08.0595302Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39697/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-19_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:46:08.0697988Z evaluating expression '' +2024-02-22T09:46:08.0699669Z expression '' evaluated to 'true' +2024-02-22T09:46:08.0700124Z ⭐ Run Main Check out repository code +2024-02-22T09:46:08.0700432Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:46:08.0701038Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:46:08.0701182Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:46:08.0701272Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:46:08.0701343Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:46:08.0701481Z Extracting content to '/var/run/act' +2024-02-22T09:46:08.0738079Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:46:08.0842714Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:46:08.0843361Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:46:08.0843925Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:46:08.0844320Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:46:08.0844480Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:46:08.0845067Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:46:08.0845361Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:46:08.0845959Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:46:08.0846566Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:46:08.0847029Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:46:08.0847677Z Writing tarball /tmp/act364326214 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:46:08.0847801Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:46:08.1342446Z Extracting content from '/tmp/act364326214' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:46:08.2268381Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:46:08.2269337Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:46:08.2269470Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:46:08.2269806Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:46:08.3906558Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:46:08.3916127Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:46:08.3918027Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:46:08.3918564Z 💬 ::debug::commit = '90113383003f52b370b1def725dec1e4649e379e' +2024-02-22T09:46:08.3918920Z 💬 ::debug::clean = true +2024-02-22T09:46:08.3923498Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:46:08.3928053Z 💬 ::debug::fetch tags = false +2024-02-22T09:46:08.3929577Z 💬 ::debug::lfs = false +2024-02-22T09:46:08.3929872Z 💬 ::debug::submodules = false +2024-02-22T09:46:08.3930060Z 💬 ::debug::recursive submodules = false +2024-02-22T09:46:08.3980753Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:46:08.3982135Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:46:08.3982610Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:46:08.3988432Z Syncing repository: pom/jeu-concours +2024-02-22T09:46:08.3998383Z ::group::Getting Git version info +2024-02-22T09:46:08.4001283Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:46:08.4067730Z [command]/usr/bin/git version +2024-02-22T09:46:08.4122699Z git version 2.43.2 +2024-02-22T09:46:08.4166271Z ::endgroup:: +2024-02-22T09:46:08.4199521Z Temporarily overriding HOME='/tmp/c88a1564-b179-4a89-90e1-3c461feaa37e' before making global git config changes +2024-02-22T09:46:08.4200250Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:46:08.4205625Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:46:08.4261420Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:46:08.4273523Z ::group::Initializing the repository +2024-02-22T09:46:08.4278321Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:46:08.4319448Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:46:08.4320150Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:46:08.4320269Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:46:08.4320389Z hint: +2024-02-22T09:46:08.4320458Z hint: git config --global init.defaultBranch +2024-02-22T09:46:08.4320521Z hint: +2024-02-22T09:46:08.4320603Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:46:08.4320664Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:46:08.4320745Z hint: +2024-02-22T09:46:08.4320804Z hint: git branch -m +2024-02-22T09:46:08.4324712Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:46:08.4338252Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:46:08.4381757Z ::endgroup:: +2024-02-22T09:46:08.4382126Z ::group::Disabling automatic garbage collection +2024-02-22T09:46:08.4388576Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:46:08.4432659Z ::endgroup:: +2024-02-22T09:46:08.4433061Z ::group::Setting up auth +2024-02-22T09:46:08.4444091Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:46:08.4487370Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:46:08.4873772Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:46:08.4912519Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:46:08.5308760Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:46:08.5361820Z ::endgroup:: +2024-02-22T09:46:08.5362276Z ::group::Fetching the repository +2024-02-22T09:46:08.5375092Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +90113383003f52b370b1def725dec1e4649e379e:refs/remotes/origin/main +2024-02-22T09:46:08.7891369Z remote: Enumerating objects: 24, done. +2024-02-22T09:46:08.7892320Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:46:08.7892650Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:46:09.1593802Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:46:09.2081380Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:46:09.2082084Z * [new ref] 90113383003f52b370b1def725dec1e4649e379e -> origin/main +2024-02-22T09:46:09.2116114Z ::endgroup:: +2024-02-22T09:46:09.2116355Z ::group::Determining the checkout info +2024-02-22T09:46:09.2118854Z ::endgroup:: +2024-02-22T09:46:09.2119557Z ::group::Checking out the ref +2024-02-22T09:46:09.2125148Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:46:09.2296212Z Switched to a new branch 'main' +2024-02-22T09:46:09.2296988Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:46:09.2301243Z ::endgroup:: +2024-02-22T09:46:09.2346641Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:46:09.2383640Z '90113383003f52b370b1def725dec1e4649e379e' +2024-02-22T09:46:09.2403151Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:46:09.7159376Z Logging into http://localhost:3000... +2024-02-22T09:46:12.8201928Z ::error::Error response from daemon: Get "http://localhost:3000/v2/": Get "https://server.developper-pour-le-cloud.orb.local/v2/token?account=pom&client_id=docker&offline_token=true&service=container_registry": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-22T09:46:12.9001990Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:46:12.9207455Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:46:12.9208230Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:46:12.9208686Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:46:12.9208868Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:46:12.9208943Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:46:12.9209106Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:46:12.9210160Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39697/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-19_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:46:12.9302932Z evaluating expression 'always()' +2024-02-22T09:46:12.9303742Z expression 'always()' evaluated to 'true' +2024-02-22T09:46:12.9303926Z ⭐ Run Post Login to the registry +2024-02-22T09:46:12.9304075Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:46:12.9304202Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:46:12.9304323Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:46:12.9304411Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:46:12.9304487Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:46:12.9304575Z Extracting content to '/var/run/act' +2024-02-22T09:46:12.9330425Z run post step for 'Login to the registry' +2024-02-22T09:46:12.9331602Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:46:12.9331784Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:46:12.9331874Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:46:12.9332162Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:46:13.1411639Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T09:46:13.1494861Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T09:46:13.1710413Z Removing login credentials for localhost:3000 +2024-02-22T09:46:13.1851435Z ✅ Success - Post Login to the registry +2024-02-22T09:46:13.2168217Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39697/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:16 GITHUB_RUN_NUMBER:16 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90113383003f52b370b1def725dec1e4649e379e GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-19_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:46:13.2262479Z evaluating expression 'always()' +2024-02-22T09:46:13.2263459Z expression 'always()' evaluated to 'true' +2024-02-22T09:46:13.2263619Z ⭐ Run Post Check out repository code +2024-02-22T09:46:13.2263821Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:46:13.2263955Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:46:13.2264053Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:46:13.2264133Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:46:13.2264236Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:46:13.2264332Z Extracting content to '/var/run/act' +2024-02-22T09:46:13.2293278Z run post step for 'Check out repository code' +2024-02-22T09:46:13.2294454Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:46:13.2294658Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:46:13.2294744Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:46:13.2295045Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:46:13.4023395Z 💬 ::debug::Getting git version +2024-02-22T09:46:13.4025640Z [command]/usr/bin/git version +2024-02-22T09:46:13.4110533Z git version 2.43.2 +2024-02-22T09:46:13.4159382Z 💬 ::debug::0 +2024-02-22T09:46:13.4164830Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:46:13.4169675Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:46:13.4173568Z ⚙ *** +2024-02-22T09:46:13.4338269Z Temporarily overriding HOME='/tmp/cfbaba36-dc2c-44b3-ab67-cbf0913526c5' before making global git config changes +2024-02-22T09:46:13.4342104Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:46:13.4359878Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:46:13.4425749Z 💬 ::debug::0 +2024-02-22T09:46:13.4434890Z 💬 ::debug:: +2024-02-22T09:46:13.4466930Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:46:13.4531519Z 💬 ::debug::1 +2024-02-22T09:46:13.4532877Z 💬 ::debug:: +2024-02-22T09:46:13.4558187Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:46:13.4986496Z 💬 ::debug::0 +2024-02-22T09:46:13.4988080Z 💬 ::debug:: +2024-02-22T09:46:13.4996157Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:46:13.5036519Z 💬 ::debug::1 +2024-02-22T09:46:13.5037422Z 💬 ::debug:: +2024-02-22T09:46:13.5040825Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:46:13.5423524Z 💬 ::debug::0 +2024-02-22T09:46:13.5424370Z 💬 ::debug:: +2024-02-22T09:46:13.5427758Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:46:13.5548287Z ✅ Success - Post Check out repository code +2024-02-22T09:46:13.5663985Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:46:13.5664823Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:46:13.6945018Z Removed container: c49c9a8951da748f5f6b6016d6a800aa071c6be94d801d0fe736ba8e8bafcd96 +2024-02-22T09:46:13.6961590Z 🐳 docker volume rm GITEA-ACTIONS-TASK-19_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:46:13.7072836Z 🐳 docker volume rm GITEA-ACTIONS-TASK-19_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:46:13.7837252Z 🏁 Job failed +2024-02-22T09:46:13.7928440Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/14/20.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/14/20.log new file mode 100644 index 0000000..699f3c8 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/14/20.log @@ -0,0 +1,207 @@ +2024-02-22T09:46:52.2191131Z 65e61fd2c006(version:v0.2.6) received task 20 of job 17, be triggered by event: push +2024-02-22T09:46:52.2194938Z workflow prepared +2024-02-22T09:46:52.2195683Z evaluating expression 'success()' +2024-02-22T09:46:52.2197063Z expression 'success()' evaluated to 'true' +2024-02-22T09:46:52.2197828Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T09:46:52.2320538Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T09:46:52.2321196Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T09:46:52.2343227Z Image exists? true +2024-02-22T09:46:52.2344043Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:46:52.2404883Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T09:46:52.2485667Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:GITEA-ACTIONS-TASK-20_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-20_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T09:46:52.3032090Z Created container name=GITEA-ACTIONS-TASK-20_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=784297b0f55865a0ed7a943349d345e3a1d4581cb3e223c8b4993888712cb591 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T09:46:52.3032807Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T09:46:52.3032966Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T09:46:52.3033051Z Starting container: 784297b0f55865a0ed7a943349d345e3a1d4581cb3e223c8b4993888712cb591 +2024-02-22T09:46:52.3973397Z Started container: 784297b0f55865a0ed7a943349d345e3a1d4581cb3e223c8b4993888712cb591 +2024-02-22T09:46:52.4958099Z Writing entry to tarball workflow/event.json len:4492 +2024-02-22T09:46:52.4958708Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:46:52.4959071Z Extracting content to '/var/run/act/' +2024-02-22T09:46:52.5198400Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T09:46:52.5199487Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:46:53.1093852Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T09:46:53.1095081Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T09:46:53.1553957Z Checked out v3 +2024-02-22T09:46:53.1560089Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T09:46:53.1673967Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T09:46:53.1675100Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:46:53.6518369Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T09:46:53.6519056Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T09:46:53.7017315Z Checked out v2 +2024-02-22T09:46:53.7020073Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:46:53.7137484Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T09:46:53.7138176Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:46:54.5640608Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T09:46:54.7823702Z Checked out v4 +2024-02-22T09:46:54.7829700Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T09:46:54.8035656Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39697/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-20_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:46:54.8133249Z evaluating expression '' +2024-02-22T09:46:54.8133847Z expression '' evaluated to 'true' +2024-02-22T09:46:54.8133971Z ⭐ Run Main Check out repository code +2024-02-22T09:46:54.8134124Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:46:54.8134266Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:46:54.8134363Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:46:54.8134455Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:46:54.8134553Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:46:54.8135595Z Extracting content to '/var/run/act' +2024-02-22T09:46:54.8167593Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T09:46:54.8268371Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T09:46:54.8269129Z evaluating expression 'format('{0}', github.token)' +2024-02-22T09:46:54.8269491Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T09:46:54.8269936Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T09:46:54.8270008Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T09:46:54.8270257Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T09:46:54.8270494Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T09:46:54.8270758Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T09:46:54.8271467Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T09:46:54.8271998Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T09:46:54.8273007Z Writing tarball /tmp/act914406021 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T09:46:54.8273515Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T09:46:54.8883076Z Extracting content from '/tmp/act914406021' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T09:46:55.0093534Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:46:55.0093948Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:46:55.0094053Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:46:55.0094958Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:46:55.1742691Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T09:46:55.1752804Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T09:46:55.1757853Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T09:46:55.1758954Z 💬 ::debug::commit = '90bba1afa06816b355b3f7e5c3b7f79c80b88e3c' +2024-02-22T09:46:55.1759493Z 💬 ::debug::clean = true +2024-02-22T09:46:55.1763976Z 💬 ::debug::fetch depth = 1 +2024-02-22T09:46:55.1765377Z 💬 ::debug::fetch tags = false +2024-02-22T09:46:55.1765706Z 💬 ::debug::lfs = false +2024-02-22T09:46:55.1765964Z 💬 ::debug::submodules = false +2024-02-22T09:46:55.1766495Z 💬 ::debug::recursive submodules = false +2024-02-22T09:46:55.1831483Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T09:46:55.1832686Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:46:55.1832934Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T09:46:55.1842662Z Syncing repository: pom/jeu-concours +2024-02-22T09:46:55.1850992Z ::group::Getting Git version info +2024-02-22T09:46:55.1851135Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T09:46:55.1920731Z [command]/usr/bin/git version +2024-02-22T09:46:55.1988883Z git version 2.43.2 +2024-02-22T09:46:55.2042901Z ::endgroup:: +2024-02-22T09:46:55.2072378Z Temporarily overriding HOME='/tmp/de095c99-2926-4433-bd49-b4f3dbb3845b' before making global git config changes +2024-02-22T09:46:55.2074199Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:46:55.2083947Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:46:55.2151801Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T09:46:55.2162042Z ::group::Initializing the repository +2024-02-22T09:46:55.2165037Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T09:46:55.2208508Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T09:46:55.2209589Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T09:46:55.2209712Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T09:46:55.2209843Z hint: +2024-02-22T09:46:55.2209904Z hint: git config --global init.defaultBranch +2024-02-22T09:46:55.2209969Z hint: +2024-02-22T09:46:55.2210025Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T09:46:55.2210086Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T09:46:55.2210151Z hint: +2024-02-22T09:46:55.2210252Z hint: git branch -m +2024-02-22T09:46:55.2213858Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T09:46:55.2226742Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T09:46:55.2272713Z ::endgroup:: +2024-02-22T09:46:55.2272994Z ::group::Disabling automatic garbage collection +2024-02-22T09:46:55.2277935Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T09:46:55.2332809Z ::endgroup:: +2024-02-22T09:46:55.2333006Z ::group::Setting up auth +2024-02-22T09:46:55.2344719Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:46:55.2395328Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:46:55.2780359Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T09:46:55.2825876Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T09:46:55.3208781Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T09:46:55.3269453Z ::endgroup:: +2024-02-22T09:46:55.3270131Z ::group::Fetching the repository +2024-02-22T09:46:55.3281574Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +90bba1afa06816b355b3f7e5c3b7f79c80b88e3c:refs/remotes/origin/main +2024-02-22T09:46:55.5835835Z remote: Enumerating objects: 24, done. +2024-02-22T09:46:55.5836886Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T09:46:55.5838792Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T09:46:55.9573562Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T09:46:56.0033223Z From http://localhost:3000/pom/jeu-concours +2024-02-22T09:46:56.0033510Z * [new ref] 90bba1afa06816b355b3f7e5c3b7f79c80b88e3c -> origin/main +2024-02-22T09:46:56.0063506Z ::endgroup:: +2024-02-22T09:46:56.0063885Z ::group::Determining the checkout info +2024-02-22T09:46:56.0067048Z ::endgroup:: +2024-02-22T09:46:56.0067640Z ::group::Checking out the ref +2024-02-22T09:46:56.0076761Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T09:46:56.0255639Z Switched to a new branch 'main' +2024-02-22T09:46:56.0256867Z branch 'main' set up to track 'origin/main'. +2024-02-22T09:46:56.0272413Z ::endgroup:: +2024-02-22T09:46:56.0319870Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T09:46:56.0352215Z '90bba1afa06816b355b3f7e5c3b7f79c80b88e3c' +2024-02-22T09:46:56.0371697Z ::remove-matcher owner=checkout-git:: +2024-02-22T09:46:56.5403858Z Logging into http://localhost:3000... +2024-02-22T09:46:59.6714397Z ::error::Error response from daemon: Get "http://localhost:3000/v2/": Get "https://server.developper-pour-le-cloud.orb.local/v2/token?account=pom&client_id=docker&offline_token=true&service=container_registry": dial tcp 192.168.237.2:443: connect: connection refused +2024-02-22T09:46:59.7550993Z skipping post step for 'Build and push'; main step was skipped +2024-02-22T09:46:59.7742821Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T09:46:59.7743260Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T09:46:59.7743651Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T09:46:59.7743879Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T09:46:59.7743951Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T09:46:59.7744113Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T09:46:59.7744927Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39697/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-20_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:46:59.7841456Z evaluating expression 'always()' +2024-02-22T09:46:59.7841947Z expression 'always()' evaluated to 'true' +2024-02-22T09:46:59.7842073Z ⭐ Run Post Login to the registry +2024-02-22T09:46:59.7842243Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:46:59.7842386Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:46:59.7842486Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:46:59.7842584Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:46:59.7842667Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:46:59.7842755Z Extracting content to '/var/run/act' +2024-02-22T09:46:59.7870858Z run post step for 'Login to the registry' +2024-02-22T09:46:59.7872089Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T09:46:59.7872381Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T09:46:59.7872536Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T09:46:59.7872846Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:47:00.0154526Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T09:47:00.0241108Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T09:47:00.0447943Z Removing login credentials for localhost:3000 +2024-02-22T09:47:00.0568261Z ✅ Success - Post Login to the registry +2024-02-22T09:47:00.0868476Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.237.3:39697/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-20_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T09:47:00.0953502Z evaluating expression 'always()' +2024-02-22T09:47:00.0954383Z expression 'always()' evaluated to 'true' +2024-02-22T09:47:00.0954550Z ⭐ Run Post Check out repository code +2024-02-22T09:47:00.0954756Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T09:47:00.0954910Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T09:47:00.0955527Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T09:47:00.0955680Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T09:47:00.0955795Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T09:47:00.0955937Z Extracting content to '/var/run/act' +2024-02-22T09:47:00.1003065Z run post step for 'Check out repository code' +2024-02-22T09:47:00.1004225Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T09:47:00.1004402Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T09:47:00.1004490Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T09:47:00.1004802Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T09:47:00.2791709Z 💬 ::debug::Getting git version +2024-02-22T09:47:00.2812129Z [command]/usr/bin/git version +2024-02-22T09:47:00.2872737Z git version 2.43.2 +2024-02-22T09:47:00.2911638Z 💬 ::debug::0 +2024-02-22T09:47:00.2916152Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T09:47:00.2919571Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T09:47:00.2925132Z ⚙ *** +2024-02-22T09:47:00.2961235Z Temporarily overriding HOME='/tmp/f3b5bda9-9248-44bf-9c3f-cb5e44f1c384' before making global git config changes +2024-02-22T09:47:00.2964222Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T09:47:00.2973246Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T09:47:00.3013524Z 💬 ::debug::0 +2024-02-22T09:47:00.3017192Z 💬 ::debug:: +2024-02-22T09:47:00.3023119Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T09:47:00.3062566Z 💬 ::debug::1 +2024-02-22T09:47:00.3066873Z 💬 ::debug:: +2024-02-22T09:47:00.3072457Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T09:47:00.3451178Z 💬 ::debug::0 +2024-02-22T09:47:00.3455324Z 💬 ::debug:: +2024-02-22T09:47:00.3460386Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T09:47:00.3502108Z 💬 ::debug::1 +2024-02-22T09:47:00.3502900Z 💬 ::debug:: +2024-02-22T09:47:00.3506838Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T09:47:00.3885598Z 💬 ::debug::0 +2024-02-22T09:47:00.3895233Z 💬 ::debug:: +2024-02-22T09:47:00.3897730Z 💬 ::debug::Unsetting HOME override +2024-02-22T09:47:00.4011734Z ✅ Success - Post Check out repository code +2024-02-22T09:47:00.4124793Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T09:47:00.4126077Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T09:47:00.4912816Z Removed container: 784297b0f55865a0ed7a943349d345e3a1d4581cb3e223c8b4993888712cb591 +2024-02-22T09:47:00.4934000Z 🐳 docker volume rm GITEA-ACTIONS-TASK-20_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T09:47:00.5049268Z 🐳 docker volume rm GITEA-ACTIONS-TASK-20_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T09:47:00.5756860Z 🏁 Job failed +2024-02-22T09:47:00.5863756Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/15/21.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/15/21.log new file mode 100644 index 0000000..8fe8883 --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/15/21.log @@ -0,0 +1,474 @@ +2024-02-22T10:19:36.3639234Z 9f611ba553ad(version:v0.2.6) received task 21 of job 17, be triggered by event: push +2024-02-22T10:19:36.3647632Z workflow prepared +2024-02-22T10:19:36.3648653Z evaluating expression 'success()' +2024-02-22T10:19:36.3649546Z expression 'success()' evaluated to 'true' +2024-02-22T10:19:36.3649755Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T10:19:36.3750931Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T10:19:36.3751144Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T10:19:36.3780098Z Image exists? true +2024-02-22T10:19:36.3780920Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T10:19:36.3810627Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T10:19:36.3897579Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T10:19:36.4698581Z Created container name=GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=190cc2e95d377cc44a2b1a6c10a899a39d5fac138b0c22777d6c1deb963e8f87 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T10:19:36.4700061Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T10:19:36.4700384Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T10:19:36.4700565Z Starting container: 190cc2e95d377cc44a2b1a6c10a899a39d5fac138b0c22777d6c1deb963e8f87 +2024-02-22T10:19:36.6111518Z Started container: 190cc2e95d377cc44a2b1a6c10a899a39d5fac138b0c22777d6c1deb963e8f87 +2024-02-22T10:19:36.7205918Z Writing entry to tarball workflow/event.json len:4492 +2024-02-22T10:19:36.7206614Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T10:19:36.7206945Z Extracting content to '/var/run/act/' +2024-02-22T10:19:36.7461335Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T10:19:36.7461673Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T10:19:42.7848789Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T10:19:42.8753578Z Checked out v3 +2024-02-22T10:19:42.8758835Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T10:19:42.8861823Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T10:19:42.8862444Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T10:19:49.0352667Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T10:19:49.1920053Z Checked out v2 +2024-02-22T10:19:49.1921981Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T10:19:49.2004166Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T10:19:49.2004735Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T10:19:54.6888502Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T10:19:54.8756495Z Checked out v4 +2024-02-22T10:19:54.8760889Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T10:19:54.8947758Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T10:19:54.9040751Z evaluating expression '' +2024-02-22T10:19:54.9041871Z expression '' evaluated to 'true' +2024-02-22T10:19:54.9042184Z ⭐ Run Main Check out repository code +2024-02-22T10:19:54.9042438Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T10:19:54.9042588Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T10:19:54.9042702Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T10:19:54.9042787Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T10:19:54.9042866Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T10:19:54.9042969Z Extracting content to '/var/run/act' +2024-02-22T10:19:54.9093443Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T10:19:54.9222197Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T10:19:54.9222524Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T10:19:54.9222887Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T10:19:54.9223066Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T10:19:54.9223128Z evaluating expression 'format('{0}', github.token)' +2024-02-22T10:19:54.9223330Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T10:19:54.9223542Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T10:19:54.9223837Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T10:19:54.9224615Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T10:19:54.9224760Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T10:19:54.9227064Z Writing tarball /tmp/act1810659062 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T10:19:54.9227294Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T10:19:54.9748431Z Extracting content from '/tmp/act1810659062' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T10:19:55.0693684Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T10:19:55.0694201Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T10:19:55.0694314Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T10:19:55.0694638Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T10:19:55.2275998Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T10:19:55.2281788Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T10:19:55.2282144Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T10:19:55.2282351Z 💬 ::debug::commit = '90bba1afa06816b355b3f7e5c3b7f79c80b88e3c' +2024-02-22T10:19:55.2284978Z 💬 ::debug::clean = true +2024-02-22T10:19:55.2285234Z 💬 ::debug::fetch depth = 1 +2024-02-22T10:19:55.2285385Z 💬 ::debug::fetch tags = false +2024-02-22T10:19:55.2285569Z 💬 ::debug::lfs = false +2024-02-22T10:19:55.2286101Z 💬 ::debug::submodules = false +2024-02-22T10:19:55.2286315Z 💬 ::debug::recursive submodules = false +2024-02-22T10:19:55.2333819Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T10:19:55.2334740Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T10:19:55.2334951Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T10:19:55.2343877Z Syncing repository: pom/jeu-concours +2024-02-22T10:19:55.2351084Z ::group::Getting Git version info +2024-02-22T10:19:55.2353412Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T10:19:55.2408205Z [command]/usr/bin/git version +2024-02-22T10:19:55.2461289Z git version 2.43.2 +2024-02-22T10:19:55.2521929Z ::endgroup:: +2024-02-22T10:19:55.2559897Z Temporarily overriding HOME='/tmp/d5829150-0231-44f0-b48b-f70a441e5ca9' before making global git config changes +2024-02-22T10:19:55.2563853Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T10:19:55.2571742Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T10:19:55.2638351Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T10:19:55.2647418Z ::group::Initializing the repository +2024-02-22T10:19:55.2650721Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T10:19:55.2695071Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T10:19:55.2695402Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T10:19:55.2696009Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T10:19:55.2696165Z hint: +2024-02-22T10:19:55.2696232Z hint: git config --global init.defaultBranch +2024-02-22T10:19:55.2696304Z hint: +2024-02-22T10:19:55.2696360Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T10:19:55.2696422Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T10:19:55.2696498Z hint: +2024-02-22T10:19:55.2696609Z hint: git branch -m +2024-02-22T10:19:55.2697705Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T10:19:55.2714560Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T10:19:55.2766095Z ::endgroup:: +2024-02-22T10:19:55.2766353Z ::group::Disabling automatic garbage collection +2024-02-22T10:19:55.2774929Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T10:19:55.2820860Z ::endgroup:: +2024-02-22T10:19:55.2821063Z ::group::Setting up auth +2024-02-22T10:19:55.2835642Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T10:19:55.2888779Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T10:19:55.3346363Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T10:19:55.3381376Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T10:19:55.3793782Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T10:19:55.3870998Z ::endgroup:: +2024-02-22T10:19:55.3871461Z ::group::Fetching the repository +2024-02-22T10:19:55.3881117Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +90bba1afa06816b355b3f7e5c3b7f79c80b88e3c:refs/remotes/origin/main +2024-02-22T10:19:55.7016927Z remote: Enumerating objects: 24, done. +2024-02-22T10:19:55.7017585Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T10:19:55.7017774Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T10:19:56.0702664Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T10:19:56.1126303Z From http://localhost:3000/pom/jeu-concours +2024-02-22T10:19:56.1126962Z * [new ref] 90bba1afa06816b355b3f7e5c3b7f79c80b88e3c -> origin/main +2024-02-22T10:19:56.1159778Z ::endgroup:: +2024-02-22T10:19:56.1159986Z ::group::Determining the checkout info +2024-02-22T10:19:56.1165168Z ::endgroup:: +2024-02-22T10:19:56.1166281Z ::group::Checking out the ref +2024-02-22T10:19:56.1171837Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T10:19:56.1354706Z Switched to a new branch 'main' +2024-02-22T10:19:56.1358766Z branch 'main' set up to track 'origin/main'. +2024-02-22T10:19:56.1367805Z ::endgroup:: +2024-02-22T10:19:56.1419048Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T10:19:56.1458071Z '90bba1afa06816b355b3f7e5c3b7f79c80b88e3c' +2024-02-22T10:19:56.1477714Z ::remove-matcher owner=checkout-git:: +2024-02-22T10:19:56.6707626Z Logging into http://localhost:3000... +2024-02-22T10:19:56.7757526Z Login Succeeded! +2024-02-22T10:19:57.2507671Z ::group::GitHub Actions runtime token ACs +2024-02-22T10:19:57.2520174Z ::warning::Cannot parse GitHub Actions Runtime Token: Invalid token specified: Cannot read properties of undefined (reading 'replace') +2024-02-22T10:19:57.2520622Z ::endgroup:: +2024-02-22T10:19:57.2520771Z ::group::Docker info +2024-02-22T10:19:57.2607282Z [command]/usr/bin/docker version +2024-02-22T10:19:57.2915513Z Client: +2024-02-22T10:19:57.2916348Z Version: 24.0.9-1 +2024-02-22T10:19:57.2916484Z API version: 1.43 +2024-02-22T10:19:57.2916557Z Go version: go1.20.13 +2024-02-22T10:19:57.2916618Z Git commit: 293681613032e6d1a39cc88115847d3984195c24 +2024-02-22T10:19:57.2916680Z Built: Wed Jan 31 20:53:14 UTC 2024 +2024-02-22T10:19:57.2916800Z OS/Arch: linux/amd64 +2024-02-22T10:19:57.2916872Z Context: default +2024-02-22T10:19:57.2916932Z +2024-02-22T10:19:57.2916987Z Server: Docker Engine - Community +2024-02-22T10:19:57.2917044Z Engine: +2024-02-22T10:19:57.2917131Z Version: 25.0.3 +2024-02-22T10:19:57.2919993Z API version: 1.44 (minimum version 1.24) +2024-02-22T10:19:57.2921417Z Go version: go1.21.6 +2024-02-22T10:19:57.2923556Z Git commit: f417435 +2024-02-22T10:19:57.2923846Z Built: Tue Feb 6 21:13:08 2024 +2024-02-22T10:19:57.2924528Z OS/Arch: linux/amd64 +2024-02-22T10:19:57.2924683Z Experimental: false +2024-02-22T10:19:57.2924783Z containerd: +2024-02-22T10:19:57.2924868Z Version: v1.7.13 +2024-02-22T10:19:57.2926105Z GitCommit: 7c3aca7a610df76212171d200ca3811ff6096eb8 +2024-02-22T10:19:57.2926355Z runc: +2024-02-22T10:19:57.2926481Z Version: 1.1.12 +2024-02-22T10:19:57.2926681Z GitCommit: 51d5e94601ceffbbd85688df1c928ecccbfa4685 +2024-02-22T10:19:57.2926987Z docker-init: +2024-02-22T10:19:57.2928121Z Version: 0.19.0 +2024-02-22T10:19:57.2928879Z GitCommit: de40ad0 +2024-02-22T10:19:57.2997287Z [command]/usr/bin/docker info +2024-02-22T10:19:57.4705474Z Client: +2024-02-22T10:19:57.4706134Z Version: 24.0.9-1 +2024-02-22T10:19:57.4706255Z Context: default +2024-02-22T10:19:57.4706318Z Debug Mode: false +2024-02-22T10:19:57.4706378Z Plugins: +2024-02-22T10:19:57.4706487Z buildx: Docker Buildx (Docker Inc.) +2024-02-22T10:19:57.4706552Z Version: 0.12.1-1 +2024-02-22T10:19:57.4706615Z Path: /usr/libexec/docker/cli-plugins/docker-buildx +2024-02-22T10:19:57.4706698Z compose: Docker Compose (Docker Inc.) +2024-02-22T10:19:57.4706759Z Version: 2.24.5-1 +2024-02-22T10:19:57.4706828Z Path: /usr/libexec/docker/cli-plugins/docker-compose +2024-02-22T10:19:57.4706889Z +2024-02-22T10:19:57.4706948Z Server: +2024-02-22T10:19:57.4707004Z Containers: 5 +2024-02-22T10:19:57.4707065Z Running: 3 +2024-02-22T10:19:57.4707129Z Paused: 0 +2024-02-22T10:19:57.4707185Z Stopped: 2 +2024-02-22T10:19:57.4707259Z Images: 26 +2024-02-22T10:19:57.4707330Z Server Version: 25.0.3 +2024-02-22T10:19:57.4707397Z Storage Driver: overlay2 +2024-02-22T10:19:57.4707455Z Backing Filesystem: btrfs +2024-02-22T10:19:57.4707520Z Supports d_type: true +2024-02-22T10:19:57.4707576Z Using metacopy: false +2024-02-22T10:19:57.4707631Z Native Overlay Diff: true +2024-02-22T10:19:57.4707692Z userxattr: false +2024-02-22T10:19:57.4707744Z Logging Driver: json-file +2024-02-22T10:19:57.4707825Z Cgroup Driver: cgroupfs +2024-02-22T10:19:57.4707879Z Cgroup Version: 2 +2024-02-22T10:19:57.4707932Z Plugins: +2024-02-22T10:19:57.4707985Z Volume: local +2024-02-22T10:19:57.4708037Z Network: bridge host ipvlan macvlan null overlay +2024-02-22T10:19:57.4708097Z Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog +2024-02-22T10:19:57.4708521Z Swarm: active +2024-02-22T10:19:57.4708632Z NodeID: opexvk83wgusehgfae9gmj1x7 +2024-02-22T10:19:57.4708693Z Is Manager: true +2024-02-22T10:19:57.4708744Z ClusterID: mm059263c6dg521yq7yz6ayzj +2024-02-22T10:19:57.4708799Z Managers: 1 +2024-02-22T10:19:57.4708851Z Nodes: 1 +2024-02-22T10:19:57.4708902Z Data Path Port: 4789 +2024-02-22T10:19:57.4708958Z Orchestration: +2024-02-22T10:19:57.4709016Z Task History Retention Limit: 5 +2024-02-22T10:19:57.4709073Z Raft: +2024-02-22T10:19:57.4709124Z Snapshot Interval: 10000 +2024-02-22T10:19:57.4709180Z Number of Old Snapshots to Retain: 0 +2024-02-22T10:19:57.4709235Z Heartbeat Tick: 1 +2024-02-22T10:19:57.4709288Z Election Tick: 10 +2024-02-22T10:19:57.4709342Z Dispatcher: +2024-02-22T10:19:57.4709409Z Heartbeat Period: 5 seconds +2024-02-22T10:19:57.4709467Z CA Configuration: +2024-02-22T10:19:57.4709655Z Expiry Duration: 3 months +2024-02-22T10:19:57.4709712Z Force Rotate: 0 +2024-02-22T10:19:57.4709767Z Autolock Managers: false +2024-02-22T10:19:57.4709833Z Root Rotation In Progress: false +2024-02-22T10:19:57.4709930Z Node Address: 198.19.248.65 +2024-02-22T10:19:57.4709989Z Manager Addresses: +2024-02-22T10:19:57.4710042Z 198.19.248.65:2377 +2024-02-22T10:19:57.4710092Z Runtimes: io.containerd.runc.v2 runc +2024-02-22T10:19:57.4710145Z Default Runtime: runc +2024-02-22T10:19:57.4710198Z Init Binary: docker-init +2024-02-22T10:19:57.4710257Z containerd version: 7c3aca7a610df76212171d200ca3811ff6096eb8 +2024-02-22T10:19:57.4710316Z runc version: 51d5e94601ceffbbd85688df1c928ecccbfa4685 +2024-02-22T10:19:57.4710398Z init version: de40ad0 +2024-02-22T10:19:57.4710454Z Security Options: +2024-02-22T10:19:57.4710521Z seccomp +2024-02-22T10:19:57.4710578Z Profile: builtin +2024-02-22T10:19:57.4710631Z cgroupns +2024-02-22T10:19:57.4710682Z Kernel Version: 6.5.13-orbstack-00122-g57b8027e2387 +2024-02-22T10:19:57.4710739Z Operating System: OrbStack +2024-02-22T10:19:57.4710841Z OSType: linux +2024-02-22T10:19:57.4710936Z Architecture: x86_64 +2024-02-22T10:19:57.4711019Z CPUs: 12 +2024-02-22T10:19:57.4711090Z Total Memory: 7.755GiB +2024-02-22T10:19:57.4711182Z Name: orbstack +2024-02-22T10:19:57.4711257Z ID: eeea0d04-eec7-44ed-aa21-2a2df0744f07 +2024-02-22T10:19:57.4711828Z Docker Root Dir: /var/lib/docker +2024-02-22T10:19:57.4711950Z Debug Mode: false +2024-02-22T10:19:57.4712006Z Experimental: false +2024-02-22T10:19:57.4712058Z Insecure Registries: +2024-02-22T10:19:57.4712183Z 127.0.0.0/8 +2024-02-22T10:19:57.4712243Z Live Restore Enabled: false +2024-02-22T10:19:57.4712302Z Product License: Community Engine +2024-02-22T10:19:57.4712355Z Default Address Pools: +2024-02-22T10:19:57.4712422Z Base: 192.168.215.0/24, Size: 24 +2024-02-22T10:19:57.4712482Z Base: 192.168.228.0/24, Size: 24 +2024-02-22T10:19:57.4712566Z Base: 192.168.247.0/24, Size: 24 +2024-02-22T10:19:57.4712647Z Base: 192.168.207.0/24, Size: 24 +2024-02-22T10:19:57.4712728Z Base: 192.168.167.0/24, Size: 24 +2024-02-22T10:19:57.4712836Z Base: 192.168.107.0/24, Size: 24 +2024-02-22T10:19:57.4712932Z Base: 192.168.237.0/24, Size: 24 +2024-02-22T10:19:57.4713845Z Base: 192.168.148.0/24, Size: 24 +2024-02-22T10:19:57.4714145Z Base: 192.168.214.0/24, Size: 24 +2024-02-22T10:19:57.4714978Z Base: 192.168.165.0/24, Size: 24 +2024-02-22T10:19:57.4716425Z Base: 192.168.227.0/24, Size: 24 +2024-02-22T10:19:57.4717505Z Base: 192.168.181.0/24, Size: 24 +2024-02-22T10:19:57.4717916Z Base: 192.168.158.0/24, Size: 24 +2024-02-22T10:19:57.4718253Z Base: 192.168.117.0/24, Size: 24 +2024-02-22T10:19:57.4718963Z Base: 192.168.155.0/24, Size: 24 +2024-02-22T10:19:57.4719332Z Base: 192.168.147.0/24, Size: 24 +2024-02-22T10:19:57.4719688Z Base: 192.168.229.0/24, Size: 24 +2024-02-22T10:19:57.4720537Z Base: 192.168.183.0/24, Size: 24 +2024-02-22T10:19:57.4720866Z Base: 192.168.156.0/24, Size: 24 +2024-02-22T10:19:57.4721182Z Base: 192.168.97.0/24, Size: 24 +2024-02-22T10:19:57.4721428Z Base: 192.168.171.0/24, Size: 24 +2024-02-22T10:19:57.4721580Z Base: 192.168.186.0/24, Size: 24 +2024-02-22T10:19:57.4721676Z Base: 192.168.216.0/24, Size: 24 +2024-02-22T10:19:57.4721762Z Base: 192.168.242.0/24, Size: 24 +2024-02-22T10:19:57.4721850Z Base: 192.168.166.0/24, Size: 24 +2024-02-22T10:19:57.4721937Z Base: 192.168.239.0/24, Size: 24 +2024-02-22T10:19:57.4722020Z Base: 192.168.223.0/24, Size: 24 +2024-02-22T10:19:57.4722118Z Base: 192.168.164.0/24, Size: 24 +2024-02-22T10:19:57.4722224Z Base: 192.168.163.0/24, Size: 24 +2024-02-22T10:19:57.4722349Z Base: 192.168.172.0/24, Size: 24 +2024-02-22T10:19:57.4722532Z Base: 172.17.0.0/16, Size: 16 +2024-02-22T10:19:57.4722721Z Base: 172.18.0.0/16, Size: 16 +2024-02-22T10:19:57.4722876Z Base: 172.19.0.0/16, Size: 16 +2024-02-22T10:19:57.4723042Z Base: 172.20.0.0/14, Size: 16 +2024-02-22T10:19:57.4723191Z Base: 172.24.0.0/14, Size: 16 +2024-02-22T10:19:57.4723313Z Base: 172.28.0.0/14, Size: 16 +2024-02-22T10:19:57.4723405Z +2024-02-22T10:19:57.4727186Z ::endgroup:: +2024-02-22T10:19:57.4733342Z ::group::Proxy configuration +2024-02-22T10:19:57.4744079Z No proxy configuration found +2024-02-22T10:19:57.4748234Z ::endgroup:: +2024-02-22T10:19:57.5868208Z ::group::Buildx version +2024-02-22T10:19:57.5929302Z [command]/usr/bin/docker buildx version +2024-02-22T10:19:57.7052580Z github.com/docker/buildx 0.12.1-1 30feaa1a915b869ebc2eea6328624b49facd4bfb +2024-02-22T10:19:57.7087315Z ::endgroup:: +2024-02-22T10:19:58.0285463Z [command]/usr/bin/docker buildx build --iidfile /tmp/docker-actions-toolkit-6tC7GO/iidfile --tag jeu-concours:latest --metadata-file /tmp/docker-actions-toolkit-6tC7GO/metadata-file --push ./app +2024-02-22T10:19:58.4137306Z #0 building with "default" instance using docker driver +2024-02-22T10:19:58.4137679Z +2024-02-22T10:19:58.4137765Z #1 [internal] load build definition from Dockerfile +2024-02-22T10:19:58.4139958Z #1 transferring dockerfile: 990B done +2024-02-22T10:19:58.4141793Z #1 DONE 0.0s +2024-02-22T10:19:58.4144059Z +2024-02-22T10:19:58.4147442Z #2 resolve image config for docker.io/docker/dockerfile:1.4 +2024-02-22T10:19:59.2725867Z #2 DONE 1.0s +2024-02-22T10:19:59.3826589Z +2024-02-22T10:19:59.3836058Z #3 docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc +2024-02-22T10:19:59.3836579Z #3 CACHED +2024-02-22T10:19:59.5592221Z +2024-02-22T10:19:59.5593710Z #4 [internal] load .dockerignore +2024-02-22T10:19:59.5594105Z #4 transferring context: 2B done +2024-02-22T10:19:59.5594405Z #4 DONE 0.0s +2024-02-22T10:19:59.5594623Z +2024-02-22T10:19:59.5594823Z #5 [internal] load metadata for docker.io/library/python:3.10-alpine +2024-02-22T10:20:00.4705289Z #5 DONE 1.1s +2024-02-22T10:20:00.6983598Z +2024-02-22T10:20:00.6984011Z #6 [builder 1/5] FROM docker.io/library/python:3.10-alpine@sha256:a84794f8f487847a49a6f92bc426f99b865d4c991344c682ce2c151a64c3d79b +2024-02-22T10:20:00.6984137Z #6 DONE 0.0s +2024-02-22T10:20:00.6984197Z +2024-02-22T10:20:00.6984281Z #7 [internal] load build context +2024-02-22T10:20:00.6984346Z #7 transferring context: 5.75MB 0.0s done +2024-02-22T10:20:00.6984402Z #7 DONE 0.1s +2024-02-22T10:20:00.6984451Z +2024-02-22T10:20:00.6984513Z #8 [builder 2/5] WORKDIR /app +2024-02-22T10:20:00.6984571Z #8 CACHED +2024-02-22T10:20:00.6984620Z +2024-02-22T10:20:00.6984692Z #9 [builder 3/5] COPY requirements.txt /app +2024-02-22T10:20:00.6984751Z #9 DONE 0.1s +2024-02-22T10:20:00.8522487Z +2024-02-22T10:20:00.8523126Z #10 [builder 4/5] RUN --mount=type=cache,target=/root/.cache/pip pip3 install -r requirements.txt +2024-02-22T10:20:03.5189539Z #10 2.818 Collecting flask +2024-02-22T10:20:03.6227579Z #10 2.822 Using cached flask-3.0.2-py3-none-any.whl (101 kB) +2024-02-22T10:20:03.6229639Z #10 2.870 Collecting itsdangerous>=2.1.2 +2024-02-22T10:20:03.6231771Z #10 2.873 Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) +2024-02-22T10:20:03.6232163Z #10 2.922 Collecting click>=8.1.3 +2024-02-22T10:20:03.7429864Z #10 2.926 Using cached click-8.1.7-py3-none-any.whl (97 kB) +2024-02-22T10:20:03.7431603Z #10 2.991 Collecting Werkzeug>=3.0.0 +2024-02-22T10:20:03.7434300Z #10 2.997 Using cached werkzeug-3.0.1-py3-none-any.whl (226 kB) +2024-02-22T10:20:03.7436655Z #10 3.042 Collecting Jinja2>=3.1.2 +2024-02-22T10:20:03.9012001Z #10 3.046 Using cached Jinja2-3.1.3-py3-none-any.whl (133 kB) +2024-02-22T10:20:03.9014130Z #10 3.076 Collecting blinker>=1.6.2 +2024-02-22T10:20:03.9015720Z #10 3.079 Using cached blinker-1.7.0-py3-none-any.whl (13 kB) +2024-02-22T10:20:03.9018109Z #10 3.200 Collecting MarkupSafe>=2.0 +2024-02-22T10:20:04.0063264Z #10 3.204 Using cached MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl (30 kB) +2024-02-22T10:20:04.0067597Z #10 3.305 Installing collected packages: MarkupSafe, itsdangerous, click, blinker, Werkzeug, Jinja2, flask +2024-02-22T10:20:04.5346869Z #10 3.834 Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Werkzeug-3.0.1 blinker-1.7.0 click-8.1.7 flask-3.0.2 itsdangerous-2.1.2 +2024-02-22T10:20:04.6961467Z #10 3.834 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv +2024-02-22T10:20:04.6961811Z #10 3.845 +2024-02-22T10:20:04.6961903Z #10 3.845 [notice] A new release of pip is available: 23.0.1 -> 24.0 +2024-02-22T10:20:04.6961979Z #10 3.845 [notice] To update, run: pip install --upgrade pip +2024-02-22T10:20:04.7393063Z #10 DONE 4.0s +2024-02-22T10:20:04.9466830Z +2024-02-22T10:20:04.9467223Z #11 [builder 5/5] COPY . /app +2024-02-22T10:20:04.9467307Z #11 DONE 0.1s +2024-02-22T10:20:04.9467366Z +2024-02-22T10:20:04.9467421Z #12 exporting to image +2024-02-22T10:20:04.9467475Z #12 exporting layers 0.1s done +2024-02-22T10:20:05.1364394Z #12 writing image sha256:d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f done +2024-02-22T10:20:05.1365760Z #12 naming to docker.io/library/jeu-concours:latest done +2024-02-22T10:20:05.1366024Z #12 DONE 0.1s +2024-02-22T10:20:05.1366417Z +2024-02-22T10:20:05.1366592Z #13 pushing jeu-concours:latest with docker +2024-02-22T10:20:05.4234824Z #13 pushing layer 5c76f320e880 +2024-02-22T10:20:05.5772808Z #13 pushing layer 7cb22dcec2aa +2024-02-22T10:20:05.5773494Z #13 pushing layer 273f4d40a1dd +2024-02-22T10:20:05.5773609Z #13 pushing layer 5411e66bbed3 +2024-02-22T10:20:05.5773672Z #13 pushing layer 925390f6a9ac +2024-02-22T10:20:05.5773792Z #13 pushing layer 2cb12e853aa8 +2024-02-22T10:20:05.5773853Z #13 pushing layer 0ed1348ac6d4 +2024-02-22T10:20:05.5773909Z #13 pushing layer 678cac8b069e +2024-02-22T10:20:05.5773987Z #13 pushing layer d4fc045c9e3a +2024-02-22T10:20:06.1607510Z #13 pushing layer 0ed1348ac6d4 0.7s done +2024-02-22T10:20:06.1613033Z #13 pushing layer 5c76f320e880 0.7s done +2024-02-22T10:20:06.1614300Z #13 pushing layer 7cb22dcec2aa 0.7s done +2024-02-22T10:20:06.1615001Z #13 pushing layer 273f4d40a1dd 0.7s done +2024-02-22T10:20:06.1615727Z #13 pushing layer 5411e66bbed3 0.7s done +2024-02-22T10:20:06.1619248Z #13 pushing layer 925390f6a9ac 0.7s done +2024-02-22T10:20:06.1631096Z #13 pushing layer 2cb12e853aa8 0.7s done +2024-02-22T10:20:06.1633686Z #13 pushing layer 678cac8b069e 0.7s done +2024-02-22T10:20:06.1634057Z #13 pushing layer d4fc045c9e3a 0.7s done +2024-02-22T10:20:06.1634280Z #13 ERROR: denied: requested access to the resource is denied +2024-02-22T10:20:06.1634495Z ------ +2024-02-22T10:20:06.1634646Z > pushing jeu-concours:latest with docker: +2024-02-22T10:20:06.1635414Z ------ +2024-02-22T10:20:06.1637866Z ERROR: denied: requested access to the resource is denied +2024-02-22T10:20:06.1717922Z ::error::buildx failed with: ERROR: denied: requested access to the resource is denied +2024-02-22T10:20:06.2422693Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:docker/build-push-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ADD-HOSTS: INPUT_ALLOW: INPUT_ATTESTS: INPUT_BUILD-ARGS: INPUT_BUILD-CONTEXTS: INPUT_BUILDER: INPUT_CACHE-FROM: INPUT_CACHE-TO: INPUT_CGROUP-PARENT: INPUT_CONTEXT:./app INPUT_FILE: INPUT_GITHUB-TOKEN:*** INPUT_LABELS: INPUT_LOAD:false INPUT_NETWORK: INPUT_NO-CACHE:false INPUT_NO-CACHE-FILTERS: INPUT_OUTPUTS: INPUT_PLATEFORMS:linux/amd64 INPUT_PLATFORMS: INPUT_PROVENANCE: INPUT_PULL:false INPUT_PUSH:true INPUT_SBOM: INPUT_SECRET-FILES: INPUT_SECRETS: INPUT_SHM-SIZE: INPUT_SSH: INPUT_TAGS:jeu-concours:latest INPUT_TARGET: INPUT_ULIMIT: ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T10:20:06.2534565Z evaluating expression 'always()' +2024-02-22T10:20:06.2535911Z expression 'always()' evaluated to 'true' +2024-02-22T10:20:06.2536058Z ⭐ Run Post Build and push +2024-02-22T10:20:06.2536215Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T10:20:06.2536345Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T10:20:06.2536446Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T10:20:06.2536537Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T10:20:06.2536618Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T10:20:06.2536705Z Extracting content to '/var/run/act' +2024-02-22T10:20:06.2566387Z run post step for 'Build and push' +2024-02-22T10:20:06.2567609Z executing remote job container: [node /var/run/act/actions/docker-build-push-action@v4/dist/index.js] +2024-02-22T10:20:06.2567809Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-build-push-action@v4/dist/index.js] user= workdir= +2024-02-22T10:20:06.2567902Z Exec command '[node /var/run/act/actions/docker-build-push-action@v4/dist/index.js]' +2024-02-22T10:20:06.2568246Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T10:20:06.5358140Z ❓ ::group::Removing temp folder /tmp/docker-actions-toolkit-6tC7GO +2024-02-22T10:20:06.5358803Z ::group::Removing temp folder /tmp/docker-actions-toolkit-6tC7GO +2024-02-22T10:20:06.5380639Z ❓ ::endgroup:: +2024-02-22T10:20:06.5381212Z ::endgroup:: +2024-02-22T10:20:06.5477646Z ✅ Success - Post Build and push +2024-02-22T10:20:06.5780793Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T10:20:06.5781513Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T10:20:06.5781838Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T10:20:06.5782034Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T10:20:06.5782463Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T10:20:06.5782776Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T10:20:06.5783268Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T10:20:06.5878502Z evaluating expression 'always()' +2024-02-22T10:20:06.5879312Z expression 'always()' evaluated to 'true' +2024-02-22T10:20:06.5879457Z ⭐ Run Post Login to the registry +2024-02-22T10:20:06.5879615Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T10:20:06.5879743Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T10:20:06.5879855Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T10:20:06.5879972Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T10:20:06.5880072Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T10:20:06.5880167Z Extracting content to '/var/run/act' +2024-02-22T10:20:06.5909589Z run post step for 'Login to the registry' +2024-02-22T10:20:06.5910510Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T10:20:06.5910667Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T10:20:06.5910800Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T10:20:06.5911108Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T10:20:06.8028350Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T10:20:06.8111359Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T10:20:06.8325004Z Removing login credentials for localhost:3000 +2024-02-22T10:20:06.8451785Z ✅ Success - Post Login to the registry +2024-02-22T10:20:06.8763511Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T10:20:06.8877674Z evaluating expression 'always()' +2024-02-22T10:20:06.8878272Z expression 'always()' evaluated to 'true' +2024-02-22T10:20:06.8878398Z ⭐ Run Post Check out repository code +2024-02-22T10:20:06.8878556Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T10:20:06.8878686Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T10:20:06.8878779Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T10:20:06.8878871Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T10:20:06.8878947Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T10:20:06.8879065Z Extracting content to '/var/run/act' +2024-02-22T10:20:06.8905990Z run post step for 'Check out repository code' +2024-02-22T10:20:06.8907206Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T10:20:06.8907389Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T10:20:06.8907494Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T10:20:06.8907813Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T10:20:07.0568960Z 💬 ::debug::Getting git version +2024-02-22T10:20:07.0591512Z [command]/usr/bin/git version +2024-02-22T10:20:07.0647094Z git version 2.43.2 +2024-02-22T10:20:07.0690182Z 💬 ::debug::0 +2024-02-22T10:20:07.0690631Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T10:20:07.0693950Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T10:20:07.0699503Z ⚙ *** +2024-02-22T10:20:07.0735633Z Temporarily overriding HOME='/tmp/0ff21e35-7a16-4b39-bd54-c664a0fcfe4b' before making global git config changes +2024-02-22T10:20:07.0737295Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T10:20:07.0745419Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T10:20:07.0792982Z 💬 ::debug::0 +2024-02-22T10:20:07.0793745Z 💬 ::debug:: +2024-02-22T10:20:07.0801799Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T10:20:07.0845595Z 💬 ::debug::1 +2024-02-22T10:20:07.0847043Z 💬 ::debug:: +2024-02-22T10:20:07.0854808Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T10:20:07.1233991Z 💬 ::debug::0 +2024-02-22T10:20:07.1236653Z 💬 ::debug:: +2024-02-22T10:20:07.1240493Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T10:20:07.1282046Z 💬 ::debug::1 +2024-02-22T10:20:07.1287088Z 💬 ::debug:: +2024-02-22T10:20:07.1289554Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T10:20:07.1679693Z 💬 ::debug::0 +2024-02-22T10:20:07.1680934Z 💬 ::debug:: +2024-02-22T10:20:07.1684129Z 💬 ::debug::Unsetting HOME override +2024-02-22T10:20:07.1799000Z ✅ Success - Post Check out repository code +2024-02-22T10:20:07.1914675Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T10:20:07.1916165Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T10:20:07.2743390Z Removed container: 190cc2e95d377cc44a2b1a6c10a899a39d5fac138b0c22777d6c1deb963e8f87 +2024-02-22T10:20:07.2766557Z 🐳 docker volume rm GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T10:20:07.2861277Z 🐳 docker volume rm GITEA-ACTIONS-TASK-21_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T10:20:07.3772077Z 🏁 Job failed +2024-02-22T10:20:07.3907793Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/16/22.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/16/22.log new file mode 100644 index 0000000..a7fc55e --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/16/22.log @@ -0,0 +1,457 @@ +2024-02-22T11:00:14.4518188Z 9f611ba553ad(version:v0.2.6) received task 22 of job 17, be triggered by event: push +2024-02-22T11:00:14.4521379Z workflow prepared +2024-02-22T11:00:14.4521954Z evaluating expression 'success()' +2024-02-22T11:00:14.4523616Z expression 'success()' evaluated to 'true' +2024-02-22T11:00:14.4523872Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T11:00:14.4607707Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T11:00:14.4607932Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T11:00:14.4626555Z Image exists? true +2024-02-22T11:00:14.4627362Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T11:00:14.4646778Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T11:00:14.4710606Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T11:00:14.5435714Z Created container name=GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=b70783d61c6013a24218be450a6b97d4207b5faff99f798b3b48d74ff35279f5 from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T11:00:14.5436369Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T11:00:14.5436515Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T11:00:14.5436607Z Starting container: b70783d61c6013a24218be450a6b97d4207b5faff99f798b3b48d74ff35279f5 +2024-02-22T11:00:14.6347830Z Started container: b70783d61c6013a24218be450a6b97d4207b5faff99f798b3b48d74ff35279f5 +2024-02-22T11:00:14.7395417Z Writing entry to tarball workflow/event.json len:4492 +2024-02-22T11:00:14.7395872Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:00:14.7396046Z Extracting content to '/var/run/act/' +2024-02-22T11:00:14.7676081Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T11:00:14.7676367Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T11:00:15.3460656Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T11:00:15.3461544Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T11:00:15.3889986Z Checked out v3 +2024-02-22T11:00:15.3893960Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T11:00:15.3987629Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T11:00:15.3989987Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T11:00:15.8559404Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T11:00:15.8560353Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T11:00:15.9106449Z Checked out v2 +2024-02-22T11:00:15.9109153Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T11:00:15.9218213Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T11:00:15.9218992Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T11:00:16.3747034Z Unable to pull refs/heads/v4: worktree contains unstaged changes +2024-02-22T11:00:16.3747774Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T11:00:16.4578747Z Checked out v4 +2024-02-22T11:00:16.4583688Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T11:00:16.4807364Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T11:00:16.4922013Z evaluating expression '' +2024-02-22T11:00:16.4923046Z expression '' evaluated to 'true' +2024-02-22T11:00:16.4926633Z ⭐ Run Main Check out repository code +2024-02-22T11:00:16.4926899Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T11:00:16.4927055Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T11:00:16.4927167Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T11:00:16.4927254Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:00:16.4927329Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T11:00:16.4927433Z Extracting content to '/var/run/act' +2024-02-22T11:00:16.4967051Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T11:00:16.5128254Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T11:00:16.5129679Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T11:00:16.5130225Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T11:00:16.5130649Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T11:00:16.5130738Z evaluating expression 'format('{0}', github.token)' +2024-02-22T11:00:16.5130940Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T11:00:16.5131330Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T11:00:16.5131556Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T11:00:16.5132264Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T11:00:16.5132434Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T11:00:16.5133427Z Writing tarball /tmp/act2264461249 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T11:00:16.5133952Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T11:00:16.5996438Z Extracting content from '/tmp/act2264461249' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T11:00:16.6952294Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T11:00:16.6953000Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T11:00:16.6953169Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T11:00:16.6953476Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T11:00:16.8640138Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T11:00:16.8649407Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T11:00:16.8650414Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T11:00:16.8650648Z 💬 ::debug::commit = '90bba1afa06816b355b3f7e5c3b7f79c80b88e3c' +2024-02-22T11:00:16.8650824Z 💬 ::debug::clean = true +2024-02-22T11:00:16.8651271Z 💬 ::debug::fetch depth = 1 +2024-02-22T11:00:16.8651640Z 💬 ::debug::fetch tags = false +2024-02-22T11:00:16.8651990Z 💬 ::debug::lfs = false +2024-02-22T11:00:16.8654506Z 💬 ::debug::submodules = false +2024-02-22T11:00:16.8655478Z 💬 ::debug::recursive submodules = false +2024-02-22T11:00:16.8714438Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T11:00:16.8715423Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T11:00:16.8715523Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T11:00:16.8722494Z Syncing repository: pom/jeu-concours +2024-02-22T11:00:16.8730330Z ::group::Getting Git version info +2024-02-22T11:00:16.8730941Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T11:00:16.8810123Z [command]/usr/bin/git version +2024-02-22T11:00:16.8863416Z git version 2.43.2 +2024-02-22T11:00:16.8910719Z ::endgroup:: +2024-02-22T11:00:16.8943486Z Temporarily overriding HOME='/tmp/85a3242a-4d6b-4fba-b4ec-821e559d80cf' before making global git config changes +2024-02-22T11:00:16.8944227Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T11:00:16.8953431Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T11:00:16.9011589Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T11:00:16.9020638Z ::group::Initializing the repository +2024-02-22T11:00:16.9026272Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T11:00:16.9069090Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T11:00:16.9069845Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T11:00:16.9069965Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T11:00:16.9070046Z hint: +2024-02-22T11:00:16.9070131Z hint: git config --global init.defaultBranch +2024-02-22T11:00:16.9070201Z hint: +2024-02-22T11:00:16.9070257Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T11:00:16.9070331Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T11:00:16.9070408Z hint: +2024-02-22T11:00:16.9070495Z hint: git branch -m +2024-02-22T11:00:16.9070881Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T11:00:16.9084272Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T11:00:16.9129322Z ::endgroup:: +2024-02-22T11:00:16.9129545Z ::group::Disabling automatic garbage collection +2024-02-22T11:00:16.9139216Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T11:00:16.9191210Z ::endgroup:: +2024-02-22T11:00:16.9191456Z ::group::Setting up auth +2024-02-22T11:00:16.9203793Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T11:00:16.9247454Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T11:00:16.9631372Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T11:00:16.9673141Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T11:00:17.0066539Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T11:00:17.0125741Z ::endgroup:: +2024-02-22T11:00:17.0126044Z ::group::Fetching the repository +2024-02-22T11:00:17.0142384Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +90bba1afa06816b355b3f7e5c3b7f79c80b88e3c:refs/remotes/origin/main +2024-02-22T11:00:17.2669902Z remote: Enumerating objects: 24, done. +2024-02-22T11:00:17.2672044Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T11:00:17.2680547Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T11:00:17.6417636Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T11:00:17.6854077Z From http://localhost:3000/pom/jeu-concours +2024-02-22T11:00:17.6855364Z * [new ref] 90bba1afa06816b355b3f7e5c3b7f79c80b88e3c -> origin/main +2024-02-22T11:00:17.6891051Z ::endgroup:: +2024-02-22T11:00:17.6891847Z ::group::Determining the checkout info +2024-02-22T11:00:17.6896488Z ::endgroup:: +2024-02-22T11:00:17.6896800Z ::group::Checking out the ref +2024-02-22T11:00:17.6900371Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T11:00:17.7075381Z Switched to a new branch 'main' +2024-02-22T11:00:17.7076722Z branch 'main' set up to track 'origin/main'. +2024-02-22T11:00:17.7083549Z ::endgroup:: +2024-02-22T11:00:17.7143413Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T11:00:17.7184410Z '90bba1afa06816b355b3f7e5c3b7f79c80b88e3c' +2024-02-22T11:00:17.7211616Z ::remove-matcher owner=checkout-git:: +2024-02-22T11:00:18.2296088Z Logging into http://localhost:3000... +2024-02-22T11:00:18.3338466Z Login Succeeded! +2024-02-22T11:00:18.8478632Z ::group::GitHub Actions runtime token ACs +2024-02-22T11:00:18.8491639Z ::warning::Cannot parse GitHub Actions Runtime Token: Invalid token specified: Cannot read properties of undefined (reading 'replace') +2024-02-22T11:00:18.8492132Z ::endgroup:: +2024-02-22T11:00:18.8492437Z ::group::Docker info +2024-02-22T11:00:18.8587836Z [command]/usr/bin/docker version +2024-02-22T11:00:18.8876110Z Client: +2024-02-22T11:00:18.8876509Z Version: 24.0.9-1 +2024-02-22T11:00:18.8876611Z API version: 1.43 +2024-02-22T11:00:18.8876678Z Go version: go1.20.13 +2024-02-22T11:00:18.8876737Z Git commit: 293681613032e6d1a39cc88115847d3984195c24 +2024-02-22T11:00:18.8876839Z Built: Wed Jan 31 20:53:14 UTC 2024 +2024-02-22T11:00:18.8876910Z OS/Arch: linux/amd64 +2024-02-22T11:00:18.8876964Z Context: default +2024-02-22T11:00:18.8877020Z +2024-02-22T11:00:18.8877072Z Server: Docker Engine - Community +2024-02-22T11:00:18.8877129Z Engine: +2024-02-22T11:00:18.8877190Z Version: 25.0.3 +2024-02-22T11:00:18.8877248Z API version: 1.44 (minimum version 1.24) +2024-02-22T11:00:18.8877307Z Go version: go1.21.6 +2024-02-22T11:00:18.8877362Z Git commit: f417435 +2024-02-22T11:00:18.8877452Z Built: Tue Feb 6 21:13:08 2024 +2024-02-22T11:00:18.8877510Z OS/Arch: linux/amd64 +2024-02-22T11:00:18.8877562Z Experimental: false +2024-02-22T11:00:18.8877638Z containerd: +2024-02-22T11:00:18.8877814Z Version: v1.7.13 +2024-02-22T11:00:18.8877871Z GitCommit: 7c3aca7a610df76212171d200ca3811ff6096eb8 +2024-02-22T11:00:18.8877931Z runc: +2024-02-22T11:00:18.8877999Z Version: 1.1.12 +2024-02-22T11:00:18.8878057Z GitCommit: 51d5e94601ceffbbd85688df1c928ecccbfa4685 +2024-02-22T11:00:18.8878115Z docker-init: +2024-02-22T11:00:18.8878171Z Version: 0.19.0 +2024-02-22T11:00:18.8878247Z GitCommit: de40ad0 +2024-02-22T11:00:18.8943287Z [command]/usr/bin/docker info +2024-02-22T11:00:18.9596746Z Client: +2024-02-22T11:00:18.9598088Z Version: 24.0.9-1 +2024-02-22T11:00:18.9598325Z Context: default +2024-02-22T11:00:18.9598471Z Debug Mode: false +2024-02-22T11:00:18.9598655Z Plugins: +2024-02-22T11:00:18.9598793Z buildx: Docker Buildx (Docker Inc.) +2024-02-22T11:00:18.9598955Z Version: 0.12.1-1 +2024-02-22T11:00:18.9599088Z Path: /usr/libexec/docker/cli-plugins/docker-buildx +2024-02-22T11:00:18.9599248Z compose: Docker Compose (Docker Inc.) +2024-02-22T11:00:18.9599386Z Version: 2.24.5-1 +2024-02-22T11:00:18.9599512Z Path: /usr/libexec/docker/cli-plugins/docker-compose +2024-02-22T11:00:18.9600279Z +2024-02-22T11:00:18.9600624Z Server: +2024-02-22T11:00:18.9601230Z Containers: 5 +2024-02-22T11:00:18.9602456Z Running: 3 +2024-02-22T11:00:18.9604008Z Paused: 0 +2024-02-22T11:00:18.9604454Z Stopped: 2 +2024-02-22T11:00:18.9604684Z Images: 27 +2024-02-22T11:00:18.9605039Z Server Version: 25.0.3 +2024-02-22T11:00:18.9605160Z Storage Driver: overlay2 +2024-02-22T11:00:18.9605270Z Backing Filesystem: btrfs +2024-02-22T11:00:18.9605417Z Supports d_type: true +2024-02-22T11:00:18.9605578Z Using metacopy: false +2024-02-22T11:00:18.9605764Z Native Overlay Diff: true +2024-02-22T11:00:18.9606677Z userxattr: false +2024-02-22T11:00:18.9606931Z Logging Driver: json-file +2024-02-22T11:00:18.9607008Z Cgroup Driver: cgroupfs +2024-02-22T11:00:18.9607101Z Cgroup Version: 2 +2024-02-22T11:00:18.9607328Z Plugins: +2024-02-22T11:00:18.9607431Z Volume: local +2024-02-22T11:00:18.9607503Z Network: bridge host ipvlan macvlan null overlay +2024-02-22T11:00:18.9607582Z Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog +2024-02-22T11:00:18.9608197Z Swarm: active +2024-02-22T11:00:18.9608841Z NodeID: opexvk83wgusehgfae9gmj1x7 +2024-02-22T11:00:18.9609019Z Is Manager: true +2024-02-22T11:00:18.9609321Z ClusterID: mm059263c6dg521yq7yz6ayzj +2024-02-22T11:00:18.9609496Z Managers: 1 +2024-02-22T11:00:18.9609678Z Nodes: 1 +2024-02-22T11:00:18.9609910Z Data Path Port: 4789 +2024-02-22T11:00:18.9610179Z Orchestration: +2024-02-22T11:00:18.9610298Z Task History Retention Limit: 5 +2024-02-22T11:00:18.9610478Z Raft: +2024-02-22T11:00:18.9610624Z Snapshot Interval: 10000 +2024-02-22T11:00:18.9610772Z Number of Old Snapshots to Retain: 0 +2024-02-22T11:00:18.9611240Z Heartbeat Tick: 1 +2024-02-22T11:00:18.9611510Z Election Tick: 10 +2024-02-22T11:00:18.9612431Z Dispatcher: +2024-02-22T11:00:18.9616829Z Heartbeat Period: 5 seconds +2024-02-22T11:00:18.9616988Z CA Configuration: +2024-02-22T11:00:18.9617866Z Expiry Duration: 3 months +2024-02-22T11:00:18.9618925Z Force Rotate: 0 +2024-02-22T11:00:18.9619259Z Autolock Managers: false +2024-02-22T11:00:18.9619508Z Root Rotation In Progress: false +2024-02-22T11:00:18.9619827Z Node Address: 198.19.248.65 +2024-02-22T11:00:18.9620052Z Manager Addresses: +2024-02-22T11:00:18.9620276Z 198.19.248.65:2377 +2024-02-22T11:00:18.9620534Z Runtimes: io.containerd.runc.v2 runc +2024-02-22T11:00:18.9620900Z Default Runtime: runc +2024-02-22T11:00:18.9621119Z Init Binary: docker-init +2024-02-22T11:00:18.9621323Z containerd version: 7c3aca7a610df76212171d200ca3811ff6096eb8 +2024-02-22T11:00:18.9622240Z runc version: 51d5e94601ceffbbd85688df1c928ecccbfa4685 +2024-02-22T11:00:18.9622634Z init version: de40ad0 +2024-02-22T11:00:18.9622914Z Security Options: +2024-02-22T11:00:18.9623676Z seccomp +2024-02-22T11:00:18.9623994Z Profile: builtin +2024-02-22T11:00:18.9624291Z cgroupns +2024-02-22T11:00:18.9624439Z Kernel Version: 6.5.13-orbstack-00122-g57b8027e2387 +2024-02-22T11:00:18.9624656Z Operating System: OrbStack +2024-02-22T11:00:18.9624914Z OSType: linux +2024-02-22T11:00:18.9625060Z Architecture: x86_64 +2024-02-22T11:00:18.9625245Z CPUs: 12 +2024-02-22T11:00:18.9625366Z Total Memory: 7.755GiB +2024-02-22T11:00:18.9625466Z Name: orbstack +2024-02-22T11:00:18.9625560Z ID: eeea0d04-eec7-44ed-aa21-2a2df0744f07 +2024-02-22T11:00:18.9625683Z Docker Root Dir: /var/lib/docker +2024-02-22T11:00:18.9625776Z Debug Mode: false +2024-02-22T11:00:18.9625870Z Experimental: false +2024-02-22T11:00:18.9625987Z Insecure Registries: +2024-02-22T11:00:18.9626089Z 127.0.0.0/8 +2024-02-22T11:00:18.9626172Z Live Restore Enabled: false +2024-02-22T11:00:18.9626341Z Product License: Community Engine +2024-02-22T11:00:18.9626565Z Default Address Pools: +2024-02-22T11:00:18.9626736Z Base: 192.168.215.0/24, Size: 24 +2024-02-22T11:00:18.9626940Z Base: 192.168.228.0/24, Size: 24 +2024-02-22T11:00:18.9627158Z Base: 192.168.247.0/24, Size: 24 +2024-02-22T11:00:18.9627290Z Base: 192.168.207.0/24, Size: 24 +2024-02-22T11:00:18.9627394Z Base: 192.168.167.0/24, Size: 24 +2024-02-22T11:00:18.9627502Z Base: 192.168.107.0/24, Size: 24 +2024-02-22T11:00:18.9627778Z Base: 192.168.237.0/24, Size: 24 +2024-02-22T11:00:18.9627968Z Base: 192.168.148.0/24, Size: 24 +2024-02-22T11:00:18.9628095Z Base: 192.168.214.0/24, Size: 24 +2024-02-22T11:00:18.9628224Z Base: 192.168.165.0/24, Size: 24 +2024-02-22T11:00:18.9628325Z Base: 192.168.227.0/24, Size: 24 +2024-02-22T11:00:18.9628426Z Base: 192.168.181.0/24, Size: 24 +2024-02-22T11:00:18.9628503Z Base: 192.168.158.0/24, Size: 24 +2024-02-22T11:00:18.9628592Z Base: 192.168.117.0/24, Size: 24 +2024-02-22T11:00:18.9628644Z Base: 192.168.155.0/24, Size: 24 +2024-02-22T11:00:18.9628727Z Base: 192.168.147.0/24, Size: 24 +2024-02-22T11:00:18.9628835Z Base: 192.168.229.0/24, Size: 24 +2024-02-22T11:00:18.9628931Z Base: 192.168.183.0/24, Size: 24 +2024-02-22T11:00:18.9629035Z Base: 192.168.156.0/24, Size: 24 +2024-02-22T11:00:18.9629127Z Base: 192.168.97.0/24, Size: 24 +2024-02-22T11:00:18.9629276Z Base: 192.168.171.0/24, Size: 24 +2024-02-22T11:00:18.9629382Z Base: 192.168.186.0/24, Size: 24 +2024-02-22T11:00:18.9629517Z Base: 192.168.216.0/24, Size: 24 +2024-02-22T11:00:18.9629741Z Base: 192.168.242.0/24, Size: 24 +2024-02-22T11:00:18.9629874Z Base: 192.168.166.0/24, Size: 24 +2024-02-22T11:00:18.9630424Z Base: 192.168.239.0/24, Size: 24 +2024-02-22T11:00:18.9630598Z Base: 192.168.223.0/24, Size: 24 +2024-02-22T11:00:18.9631169Z Base: 192.168.164.0/24, Size: 24 +2024-02-22T11:00:18.9631270Z Base: 192.168.163.0/24, Size: 24 +2024-02-22T11:00:18.9631325Z Base: 192.168.172.0/24, Size: 24 +2024-02-22T11:00:18.9631406Z Base: 172.17.0.0/16, Size: 16 +2024-02-22T11:00:18.9631858Z Base: 172.18.0.0/16, Size: 16 +2024-02-22T11:00:18.9631955Z Base: 172.19.0.0/16, Size: 16 +2024-02-22T11:00:18.9632026Z Base: 172.20.0.0/14, Size: 16 +2024-02-22T11:00:18.9632124Z Base: 172.24.0.0/14, Size: 16 +2024-02-22T11:00:18.9632213Z Base: 172.28.0.0/14, Size: 16 +2024-02-22T11:00:18.9632274Z +2024-02-22T11:00:18.9632496Z ::endgroup:: +2024-02-22T11:00:18.9632679Z ::group::Proxy configuration +2024-02-22T11:00:18.9636356Z No proxy configuration found +2024-02-22T11:00:18.9637644Z ::endgroup:: +2024-02-22T11:00:19.0622324Z ::group::Buildx version +2024-02-22T11:00:19.0699191Z [command]/usr/bin/docker buildx version +2024-02-22T11:00:19.1558784Z github.com/docker/buildx 0.12.1-1 30feaa1a915b869ebc2eea6328624b49facd4bfb +2024-02-22T11:00:19.1591614Z ::endgroup:: +2024-02-22T11:00:19.4340216Z [command]/usr/bin/docker buildx build --iidfile /tmp/docker-actions-toolkit-1MlicX/iidfile --tag jeu-concours:latest --metadata-file /tmp/docker-actions-toolkit-1MlicX/metadata-file --push ./app +2024-02-22T11:00:19.7913884Z #0 building with "default" instance using docker driver +2024-02-22T11:00:19.7914563Z +2024-02-22T11:00:19.7914672Z #1 [internal] load build definition from Dockerfile +2024-02-22T11:00:19.7914751Z #1 transferring dockerfile: 990B done +2024-02-22T11:00:19.7914849Z #1 DONE 0.0s +2024-02-22T11:00:19.7914907Z +2024-02-22T11:00:19.7914962Z #2 resolve image config for docker.io/docker/dockerfile:1.4 +2024-02-22T11:00:21.3167445Z #2 DONE 1.7s +2024-02-22T11:00:21.4194187Z +2024-02-22T11:00:21.4196379Z #3 docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc +2024-02-22T11:00:21.4196614Z #3 CACHED +2024-02-22T11:00:21.4196781Z +2024-02-22T11:00:21.4204058Z #4 [internal] load .dockerignore +2024-02-22T11:00:21.4205597Z #4 transferring context: 2B done +2024-02-22T11:00:21.4218052Z #4 DONE 0.0s +2024-02-22T11:00:21.5756037Z +2024-02-22T11:00:21.5757085Z #5 [internal] load metadata for docker.io/library/python:3.10-alpine +2024-02-22T11:00:22.4607922Z #5 DONE 1.0s +2024-02-22T11:00:22.6052980Z +2024-02-22T11:00:22.6056466Z #6 [builder 1/5] FROM docker.io/library/python:3.10-alpine@sha256:a84794f8f487847a49a6f92bc426f99b865d4c991344c682ce2c151a64c3d79b +2024-02-22T11:00:22.6058696Z #6 DONE 0.0s +2024-02-22T11:00:22.7129784Z +2024-02-22T11:00:22.7130197Z #7 [internal] load build context +2024-02-22T11:00:22.7130348Z #7 transferring context: 5.75MB 0.1s done +2024-02-22T11:00:22.7130709Z #7 DONE 0.1s +2024-02-22T11:00:22.7130859Z +2024-02-22T11:00:22.7130934Z #8 [builder 2/5] WORKDIR /app +2024-02-22T11:00:22.7131000Z #8 CACHED +2024-02-22T11:00:22.7131077Z +2024-02-22T11:00:22.7131132Z #9 [builder 3/5] COPY requirements.txt /app +2024-02-22T11:00:22.7131200Z #9 CACHED +2024-02-22T11:00:22.7131281Z +2024-02-22T11:00:22.7131348Z #10 [builder 4/5] RUN --mount=type=cache,target=/root/.cache/pip pip3 install -r requirements.txt +2024-02-22T11:00:22.7131442Z #10 CACHED +2024-02-22T11:00:22.7131494Z +2024-02-22T11:00:22.7131565Z #11 [builder 5/5] COPY . /app +2024-02-22T11:00:22.7132143Z #11 CACHED +2024-02-22T11:00:22.7132256Z +2024-02-22T11:00:22.7132438Z #12 exporting to image +2024-02-22T11:00:22.7132557Z #12 exporting layers done +2024-02-22T11:00:22.7132654Z #12 writing image sha256:d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f done +2024-02-22T11:00:22.7134146Z #12 naming to docker.io/library/jeu-concours:latest done +2024-02-22T11:00:22.7134399Z #12 DONE 0.0s +2024-02-22T11:00:22.7134522Z +2024-02-22T11:00:22.7134633Z #13 pushing jeu-concours:latest with docker +2024-02-22T11:00:23.1587739Z #13 pushing layer 5c76f320e880 +2024-02-22T11:00:23.3118933Z #13 pushing layer 7cb22dcec2aa +2024-02-22T11:00:23.3119875Z #13 pushing layer 273f4d40a1dd +2024-02-22T11:00:23.3120050Z #13 pushing layer 5411e66bbed3 +2024-02-22T11:00:23.3120224Z #13 pushing layer 925390f6a9ac +2024-02-22T11:00:23.3120314Z #13 pushing layer 2cb12e853aa8 +2024-02-22T11:00:23.3120398Z #13 pushing layer 0ed1348ac6d4 +2024-02-22T11:00:23.3120484Z #13 pushing layer 678cac8b069e +2024-02-22T11:00:23.3120568Z #13 pushing layer d4fc045c9e3a +2024-02-22T11:00:23.9265943Z #13 pushing layer 678cac8b069e 0.8s done +2024-02-22T11:00:23.9266743Z #13 pushing layer 5c76f320e880 0.8s done +2024-02-22T11:00:23.9266910Z #13 pushing layer 7cb22dcec2aa 0.8s done +2024-02-22T11:00:23.9266983Z #13 pushing layer 273f4d40a1dd 0.8s done +2024-02-22T11:00:23.9267041Z #13 pushing layer 5411e66bbed3 0.8s done +2024-02-22T11:00:23.9267105Z #13 pushing layer 925390f6a9ac 0.8s done +2024-02-22T11:00:23.9267165Z #13 pushing layer 2cb12e853aa8 0.8s done +2024-02-22T11:00:23.9267242Z #13 pushing layer 0ed1348ac6d4 0.8s done +2024-02-22T11:00:23.9268203Z #13 pushing layer d4fc045c9e3a 0.8s done +2024-02-22T11:00:23.9268397Z #13 ERROR: denied: requested access to the resource is denied +2024-02-22T11:00:23.9268556Z ------ +2024-02-22T11:00:23.9268691Z > pushing jeu-concours:latest with docker: +2024-02-22T11:00:23.9268845Z ------ +2024-02-22T11:00:23.9291871Z ERROR: denied: requested access to the resource is denied +2024-02-22T11:00:23.9377655Z ::error::buildx failed with: ERROR: denied: requested access to the resource is denied +2024-02-22T11:00:24.0211775Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:docker/build-push-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ADD-HOSTS: INPUT_ALLOW: INPUT_ATTESTS: INPUT_BUILD-ARGS: INPUT_BUILD-CONTEXTS: INPUT_BUILDER: INPUT_CACHE-FROM: INPUT_CACHE-TO: INPUT_CGROUP-PARENT: INPUT_CONTEXT:./app INPUT_FILE: INPUT_GITHUB-TOKEN:*** INPUT_LABELS: INPUT_LOAD:false INPUT_NETWORK: INPUT_NO-CACHE:false INPUT_NO-CACHE-FILTERS: INPUT_OUTPUTS: INPUT_PLATEFORMS:linux/amd64 INPUT_PLATFORMS: INPUT_PROVENANCE: INPUT_PULL:false INPUT_PUSH:true INPUT_SBOM: INPUT_SECRET-FILES: INPUT_SECRETS: INPUT_SHM-SIZE: INPUT_SSH: INPUT_TAGS:jeu-concours:latest INPUT_TARGET: INPUT_ULIMIT: ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T11:00:24.0320310Z evaluating expression 'always()' +2024-02-22T11:00:24.0320872Z expression 'always()' evaluated to 'true' +2024-02-22T11:00:24.0320995Z ⭐ Run Post Build and push +2024-02-22T11:00:24.0321178Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T11:00:24.0321313Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T11:00:24.0321406Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T11:00:24.0321483Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:00:24.0321571Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T11:00:24.0321759Z Extracting content to '/var/run/act' +2024-02-22T11:00:24.0352329Z run post step for 'Build and push' +2024-02-22T11:00:24.0354796Z executing remote job container: [node /var/run/act/actions/docker-build-push-action@v4/dist/index.js] +2024-02-22T11:00:24.0355495Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-build-push-action@v4/dist/index.js] user= workdir= +2024-02-22T11:00:24.0355655Z Exec command '[node /var/run/act/actions/docker-build-push-action@v4/dist/index.js]' +2024-02-22T11:00:24.0356006Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T11:00:24.3297796Z ❓ ::group::Removing temp folder /tmp/docker-actions-toolkit-1MlicX +2024-02-22T11:00:24.3298147Z ::group::Removing temp folder /tmp/docker-actions-toolkit-1MlicX +2024-02-22T11:00:24.3345645Z ❓ ::endgroup:: +2024-02-22T11:00:24.3346683Z ::endgroup:: +2024-02-22T11:00:24.3459347Z ✅ Success - Post Build and push +2024-02-22T11:00:24.3868123Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T11:00:24.3869226Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T11:00:24.3869585Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T11:00:24.3869784Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T11:00:24.3869880Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T11:00:24.3870175Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T11:00:24.3870782Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T11:00:24.3996804Z evaluating expression 'always()' +2024-02-22T11:00:24.3998340Z expression 'always()' evaluated to 'true' +2024-02-22T11:00:24.3998680Z ⭐ Run Post Login to the registry +2024-02-22T11:00:24.3998953Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T11:00:24.3999888Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T11:00:24.4000952Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T11:00:24.4001219Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:00:24.4001835Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T11:00:24.4002426Z Extracting content to '/var/run/act' +2024-02-22T11:00:24.4052637Z run post step for 'Login to the registry' +2024-02-22T11:00:24.4054474Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T11:00:24.4054675Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T11:00:24.4054773Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T11:00:24.4055108Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T11:00:24.6465119Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T11:00:24.6576222Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T11:00:24.6769509Z Removing login credentials for localhost:3000 +2024-02-22T11:00:24.6893763Z ✅ Success - Post Login to the registry +2024-02-22T11:00:24.7232731Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:17 GITHUB_RUN_NUMBER:17 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:90bba1afa06816b355b3f7e5c3b7f79c80b88e3c GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T11:00:24.7387856Z evaluating expression 'always()' +2024-02-22T11:00:24.7389701Z expression 'always()' evaluated to 'true' +2024-02-22T11:00:24.7389981Z ⭐ Run Post Check out repository code +2024-02-22T11:00:24.7390239Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T11:00:24.7390377Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T11:00:24.7390482Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T11:00:24.7390650Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:00:24.7391164Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T11:00:24.7391318Z Extracting content to '/var/run/act' +2024-02-22T11:00:24.7479008Z run post step for 'Check out repository code' +2024-02-22T11:00:24.7480610Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T11:00:24.7480920Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T11:00:24.7481087Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T11:00:24.7481652Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T11:00:24.9861052Z 💬 ::debug::Getting git version +2024-02-22T11:00:24.9882547Z [command]/usr/bin/git version +2024-02-22T11:00:24.9946674Z git version 2.43.2 +2024-02-22T11:00:24.9987913Z 💬 ::debug::0 +2024-02-22T11:00:24.9989549Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T11:00:24.9994518Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T11:00:25.0007031Z ⚙ *** +2024-02-22T11:00:25.0050679Z Temporarily overriding HOME='/tmp/114fe6be-c366-46f3-85ce-c69743dbaa9f' before making global git config changes +2024-02-22T11:00:25.0051369Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T11:00:25.0059070Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T11:00:25.0105462Z 💬 ::debug::0 +2024-02-22T11:00:25.0106001Z 💬 ::debug:: +2024-02-22T11:00:25.0116067Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T11:00:25.0158485Z 💬 ::debug::1 +2024-02-22T11:00:25.0159118Z 💬 ::debug:: +2024-02-22T11:00:25.0167234Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T11:00:25.0670313Z 💬 ::debug::0 +2024-02-22T11:00:25.0672787Z 💬 ::debug:: +2024-02-22T11:00:25.0691954Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T11:00:25.0746118Z 💬 ::debug::1 +2024-02-22T11:00:25.0746973Z 💬 ::debug:: +2024-02-22T11:00:25.0750663Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T11:00:25.1228264Z 💬 ::debug::0 +2024-02-22T11:00:25.1228894Z 💬 ::debug:: +2024-02-22T11:00:25.1236003Z 💬 ::debug::Unsetting HOME override +2024-02-22T11:00:25.1428471Z ✅ Success - Post Check out repository code +2024-02-22T11:00:25.1642127Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T11:00:25.1644704Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T11:00:25.2588037Z Removed container: b70783d61c6013a24218be450a6b97d4207b5faff99f798b3b48d74ff35279f5 +2024-02-22T11:00:25.2610369Z 🐳 docker volume rm GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T11:00:25.2766238Z 🐳 docker volume rm GITEA-ACTIONS-TASK-22_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T11:00:25.3977682Z 🏁 Job failed +2024-02-22T11:00:25.4122845Z Job 'Deploy-Prod-Actions' failed diff --git a/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/17/23.log b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/17/23.log new file mode 100644 index 0000000..7068aad --- /dev/null +++ b/backend_part1/gitea/gitea/actions_log/Pom/jeu-concours/17/23.log @@ -0,0 +1,522 @@ +2024-02-22T11:01:49.8394905Z 9f611ba553ad(version:v0.2.6) received task 23 of job 18, be triggered by event: push +2024-02-22T11:01:49.8398952Z workflow prepared +2024-02-22T11:01:49.8399714Z evaluating expression 'success()' +2024-02-22T11:01:49.8401000Z expression 'success()' evaluated to 'true' +2024-02-22T11:01:49.8401305Z 🚀 Start image=catthehacker/ubuntu:act-latest +2024-02-22T11:01:49.8500651Z 🐳 docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=false +2024-02-22T11:01:49.8500849Z 🐳 docker pull catthehacker/ubuntu:act-latest +2024-02-22T11:01:49.8523460Z Image exists? true +2024-02-22T11:01:49.8524383Z 🐳 docker create image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T11:01:49.8545609Z Common container.Config ==> &{Hostname: Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] Tty:false OpenStdin:false StdinOnce:false Env:[RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] Cmd:[] Healthcheck: ArgsEscaped:false Image:catthehacker/ubuntu:act-latest Volumes:map[] WorkingDir:/workspace/pom/jeu-concours Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal: StopTimeout: Shell:[]} +2024-02-22T11:01:49.8616343Z Common container.HostConfig ==> &{Binds:[/var/run/docker.sock:/var/run/docker.sock] ContainerIDFile: LogConfig:{Type: Config:map[]} NetworkMode:host PortBindings:map[] RestartPolicy:{Name: MaximumRetryCount:0} AutoRemove:true VolumeDriver: VolumesFrom:[] ConsoleSize:[0 0] Annotations:map[] CapAdd:[] CapDrop:[] CgroupnsMode: DNS:[] DNSOptions:[] DNSSearch:[] ExtraHosts:[] GroupAdd:[] IpcMode: Cgroup: Links:[] OomScoreAdj:0 PidMode: Privileged:false PublishAllPorts:false ReadonlyRootfs:false SecurityOpt:[] StorageOpt:map[] Tmpfs:map[] UTSMode: UsernsMode: ShmSize:0 Sysctls:map[] Runtime: Isolation: Resources:{CPUShares:0 Memory:0 NanoCPUs:0 CgroupParent: BlkioWeight:0 BlkioWeightDevice:[] BlkioDeviceReadBps:[] BlkioDeviceWriteBps:[] BlkioDeviceReadIOps:[] BlkioDeviceWriteIOps:[] CPUPeriod:0 CPUQuota:0 CPURealtimePeriod:0 CPURealtimeRuntime:0 CpusetCpus: CpusetMems: Devices:[] DeviceCgroupRules:[] DeviceRequests:[] KernelMemory:0 KernelMemoryTCP:0 MemoryReservation:0 MemorySwap:0 MemorySwappiness: OomKillDisable: PidsLimit: Ulimits:[] CPUCount:0 CPUPercent:0 IOMaximumIOps:0 IOMaximumBandwidth:0} Mounts:[{Type:volume Source:GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions Target:/workspace/pom/jeu-concours ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:act-toolcache Target:/toolcache ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:} {Type:volume Source:GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env Target:/var/run/act ReadOnly:false Consistency: BindOptions: VolumeOptions: TmpfsOptions: ClusterOptions:}] MaskedPaths:[] ReadonlyPaths:[] Init:} +2024-02-22T11:01:49.9199570Z Created container name=GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions id=d2187111365dea418657a51a64baa9e825d09333f8d1c661b81a90baa260709e from image catthehacker/ubuntu:act-latest (platform: ) +2024-02-22T11:01:49.9200236Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8] +2024-02-22T11:01:49.9200392Z 🐳 docker run image=catthehacker/ubuntu:act-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] +2024-02-22T11:01:49.9200470Z Starting container: d2187111365dea418657a51a64baa9e825d09333f8d1c661b81a90baa260709e +2024-02-22T11:01:50.0049616Z Started container: d2187111365dea418657a51a64baa9e825d09333f8d1c661b81a90baa260709e +2024-02-22T11:01:50.0977554Z Writing entry to tarball workflow/event.json len:4240 +2024-02-22T11:01:50.0977990Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:01:50.0978134Z Extracting content to '/var/run/act/' +2024-02-22T11:01:50.1215649Z ☁ git clone 'https://github.com/actions/checkout' # ref=v3 +2024-02-22T11:01:50.1216910Z cloning https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T11:01:50.6700368Z Unable to pull refs/heads/v3: worktree contains unstaged changes +2024-02-22T11:01:50.6701107Z Cloned https://github.com/actions/checkout to /root/.cache/act/actions-checkout@v3 +2024-02-22T11:01:50.7075999Z Checked out v3 +2024-02-22T11:01:50.7079049Z Read action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} from 'Unknown' +2024-02-22T11:01:50.7160227Z ☁ git clone 'https://github.com/docker/login-action' # ref=v2 +2024-02-22T11:01:50.7160794Z cloning https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T11:01:51.1572319Z Unable to pull refs/heads/v2: worktree contains unstaged changes +2024-02-22T11:01:51.1573343Z Cloned https://github.com/docker/login-action to /root/.cache/act/docker-login-action@v2 +2024-02-22T11:01:51.2132570Z Checked out v2 +2024-02-22T11:01:51.2136884Z Read action &{Docker Login docker GitHub Action to login against a Docker registry map[ecr:{Specifies whether the given registry is ECR (auto, true or false) false auto} logout:{Log out from the Docker registry at the end of a job false true} password:{Password or personal access token used to log against the Docker registry false } registry:{Server address of Docker registry. If not set then will default to Docker Hub false } username:{Username used to log against the Docker registry false }] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T11:01:51.2252449Z ☁ git clone 'https://github.com/docker/build-push-action' # ref=v4 +2024-02-22T11:01:51.2252860Z cloning https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T11:01:51.7062295Z Unable to pull refs/heads/v4: worktree contains unstaged changes +2024-02-22T11:01:51.7064390Z Cloned https://github.com/docker/build-push-action to /root/.cache/act/docker-build-push-action@v4 +2024-02-22T11:01:51.7814015Z Checked out v4 +2024-02-22T11:01:51.7817865Z Read action &{Build and push Docker images docker Build and push Docker images with Buildx map[add-hosts:{List of a customs host-to-IP mapping (e.g., docker:10.180.0.1) false } allow:{List of extra privileged entitlement (e.g., network.host,security.insecure) false } attests:{List of attestation parameters (e.g., type=sbom,generator=image) false } build-args:{List of build-time variables false } build-contexts:{List of additional build contexts (e.g., name=path) false } builder:{Builder instance false } cache-from:{List of external cache sources for buildx (e.g., user/app:cache, type=local,src=path/to/dir) false } cache-to:{List of cache export destinations for buildx (e.g., user/app:cache, type=local,dest=path/to/dir) false } cgroup-parent:{Optional parent cgroup for the container used in the build false } context:{Build's context is the set of files located in the specified PATH or URL false } file:{Path to the Dockerfile false } github-token:{GitHub Token used to authenticate against a repository for Git context false ${{ github.token }}} labels:{List of metadata for an image false } load:{Load is a shorthand for --output=type=docker false false} network:{Set the networking mode for the RUN instructions during build false } no-cache:{Do not use cache when building the image false false} no-cache-filters:{Do not cache specified stages false } outputs:{List of output destinations (format: type=local,dest=path) false } platforms:{List of target platforms for build false } provenance:{Generate provenance attestation for the build (shorthand for --attest=type=provenance) false } pull:{Always attempt to pull all referenced images false false} push:{Push is a shorthand for --output=type=registry false false} sbom:{Generate SBOM attestation for the build (shorthand for --attest=type=sbom) false } secret-files:{List of secret files to expose to the build (e.g., key=filename, MY_SECRET=./secret.txt) false } secrets:{List of secrets to expose to the build (e.g., key=string, GIT_AUTH_TOKEN=mytoken) false } shm-size:{Size of /dev/shm (e.g., 2g) false } ssh:{List of SSH agent socket or keys to expose to the build false } tags:{List of tags false } target:{Sets the target stage to build false } ulimit:{Ulimit options (e.g., nofile=1024:1024) false }] map[digest:{Image digest } imageid:{Image ID } metadata:{Build result metadata }] {node16 map[] dist/index.js always() dist/index.js always() [] []} {blue anchor}} from 'Unknown' +2024-02-22T11:01:51.7985270Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:18 GITHUB_RUN_NUMBER:18 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:7ad6dc56304f95854dd7e0ae72c87e43c47c5372 GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_GITHUB-SERVER-URL:http://localhost:3000 ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T11:01:51.8075012Z evaluating expression '' +2024-02-22T11:01:51.8075481Z expression '' evaluated to 'true' +2024-02-22T11:01:51.8075595Z ⭐ Run Main Check out repository code +2024-02-22T11:01:51.8075750Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T11:01:51.8075874Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T11:01:51.8075966Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T11:01:51.8076048Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:01:51.8076120Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T11:01:51.8076202Z Extracting content to '/var/run/act' +2024-02-22T11:01:51.8101661Z About to run action &{Checkout Checkout a Git repository at a particular version map[clean:{Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching false true} fetch-depth:{Number of commits to fetch. 0 indicates all history for all branches and tags. false 1} fetch-tags:{Whether to fetch tags, even if fetch-depth > 0. false false} github-server-url:{The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com false } lfs:{Whether to download Git-LFS files false false} path:{Relative path under $GITHUB_WORKSPACE to place the repository false } persist-credentials:{Whether to configure the token or SSH key with the local git config false true} ref:{The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event. Otherwise, uses the default branch.\n false } repository:{Repository name with owner. For example, actions/checkout false ${{ github.repository }}} set-safe-directory:{Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` false true} sparse-checkout:{Do a sparse checkout on given patterns. Each pattern should be separated with new lines\n false } sparse-checkout-cone-mode:{Specifies whether to use cone-mode when doing a sparse checkout.\n false true} ssh-key:{SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false } ssh-known-hosts:{Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n false } ssh-strict:{Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n false true} submodules:{Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n false false} token:{Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n false ${{ github.token }}}] map[] {node16 map[] dist/index.js always() dist/index.js always() [] []} { }} +2024-02-22T11:01:51.8196795Z expression '${{ github.token }}' rewritten to 'format('{0}', github.token)' +2024-02-22T11:01:51.8197388Z evaluating expression 'format('{0}', github.token)' +2024-02-22T11:01:51.8197746Z expression 'format('{0}', github.token)' evaluated to '%!t(string=***)' +2024-02-22T11:01:51.8198196Z expression '${{ github.repository }}' rewritten to 'format('{0}', github.repository)' +2024-02-22T11:01:51.8198265Z evaluating expression 'format('{0}', github.repository)' +2024-02-22T11:01:51.8198438Z expression 'format('{0}', github.repository)' evaluated to '%!t(string=pom/jeu-concours)' +2024-02-22T11:01:51.8198711Z type=remote-action actionDir=/root/.cache/act/actions-checkout@v3 actionPath= workdir=/workspace/pom/jeu-concours actionCacheDir=/root/.cache/act actionName=actions-checkout@v3 containerActionDir=/var/run/act/actions/actions-checkout@v3 +2024-02-22T11:01:51.8198895Z Removing /root/.cache/act/actions-checkout@v3/.gitignore before docker cp +2024-02-22T11:01:51.8199512Z /var/run/act/actions/actions-checkout@v3 +2024-02-22T11:01:51.8199965Z 🐳 docker cp src=/root/.cache/act/actions-checkout@v3/ dst=/var/run/act/actions/actions-checkout@v3/ +2024-02-22T11:01:51.8203866Z Writing tarball /tmp/act5234661 from /root/.cache/act/actions-checkout@v3/ +2024-02-22T11:01:51.8204421Z Stripping prefix:/root/.cache/act/actions-checkout@v3/ src:/root/.cache/act/actions-checkout@v3/ +2024-02-22T11:01:51.8896265Z Extracting content from '/tmp/act5234661' to '/var/run/act/actions/actions-checkout@v3/' +2024-02-22T11:01:51.9807120Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T11:01:51.9807789Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T11:01:51.9807915Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T11:01:51.9808227Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T11:01:52.1319534Z 💬 ::debug::GITHUB_WORKSPACE = '/workspace/pom/jeu-concours' +2024-02-22T11:01:52.1329863Z 💬 ::debug::qualified repository = 'pom/jeu-concours' +2024-02-22T11:01:52.1330591Z 💬 ::debug::ref = 'refs/heads/main' +2024-02-22T11:01:52.1330797Z 💬 ::debug::commit = '7ad6dc56304f95854dd7e0ae72c87e43c47c5372' +2024-02-22T11:01:52.1330942Z 💬 ::debug::clean = true +2024-02-22T11:01:52.1334170Z 💬 ::debug::fetch depth = 1 +2024-02-22T11:01:52.1334646Z 💬 ::debug::fetch tags = false +2024-02-22T11:01:52.1334981Z 💬 ::debug::lfs = false +2024-02-22T11:01:52.1335619Z 💬 ::debug::submodules = false +2024-02-22T11:01:52.1336367Z 💬 ::debug::recursive submodules = false +2024-02-22T11:01:52.1373084Z 💬 ::debug::GitHub Host URL = http://localhost:3000 +2024-02-22T11:01:52.1376216Z ❓ add-matcher /run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T11:01:52.1376664Z ::add-matcher::/run/act/actions/actions-checkout@v3/dist/problem-matcher.json +2024-02-22T11:01:52.1381224Z Syncing repository: pom/jeu-concours +2024-02-22T11:01:52.1385571Z ::group::Getting Git version info +2024-02-22T11:01:52.1388291Z Working directory is '/workspace/pom/jeu-concours' +2024-02-22T11:01:52.1447198Z [command]/usr/bin/git version +2024-02-22T11:01:52.1490565Z git version 2.43.2 +2024-02-22T11:01:52.1528325Z ::endgroup:: +2024-02-22T11:01:52.1552172Z Temporarily overriding HOME='/tmp/11eb130c-9a4c-4770-afe3-fc18c4c9da56' before making global git config changes +2024-02-22T11:01:52.1553660Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T11:01:52.1557489Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T11:01:52.1608206Z Deleting the contents of '/workspace/pom/jeu-concours' +2024-02-22T11:01:52.1614633Z ::group::Initializing the repository +2024-02-22T11:01:52.1622068Z [command]/usr/bin/git init /workspace/pom/jeu-concours +2024-02-22T11:01:52.1656413Z hint: Using 'master' as the name for the initial branch. This default branch name +2024-02-22T11:01:52.1656750Z hint: is subject to change. To configure the initial branch name to use in all +2024-02-22T11:01:52.1656838Z hint: of your new repositories, which will suppress this warning, call: +2024-02-22T11:01:52.1656906Z hint: +2024-02-22T11:01:52.1656962Z hint: git config --global init.defaultBranch +2024-02-22T11:01:52.1657045Z hint: +2024-02-22T11:01:52.1657098Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2024-02-22T11:01:52.1657156Z hint: 'development'. The just-created branch can be renamed via this command: +2024-02-22T11:01:52.1657353Z hint: +2024-02-22T11:01:52.1657405Z hint: git branch -m +2024-02-22T11:01:52.1661861Z Initialized empty Git repository in /workspace/pom/jeu-concours/.git/ +2024-02-22T11:01:52.1680341Z [command]/usr/bin/git remote add origin http://localhost:3000/pom/jeu-concours +2024-02-22T11:01:52.1721719Z ::endgroup:: +2024-02-22T11:01:52.1721924Z ::group::Disabling automatic garbage collection +2024-02-22T11:01:52.1724562Z [command]/usr/bin/git config --local gc.auto 0 +2024-02-22T11:01:52.1763277Z ::endgroup:: +2024-02-22T11:01:52.1764394Z ::group::Setting up auth +2024-02-22T11:01:52.1773619Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T11:01:52.1817434Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T11:01:52.2201711Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/localhost\:3000\/\.extraheader +2024-02-22T11:01:52.2240738Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/localhost\:3000\/\.extraheader' && git config --local --unset-all 'http.http://localhost:3000/.extraheader' || :" +2024-02-22T11:01:52.2608349Z [command]/usr/bin/git config --local http.http://localhost:3000/.extraheader AUTHORIZATION: basic *** +2024-02-22T11:01:52.2666136Z ::endgroup:: +2024-02-22T11:01:52.2666594Z ::group::Fetching the repository +2024-02-22T11:01:52.2677469Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +7ad6dc56304f95854dd7e0ae72c87e43c47c5372:refs/remotes/origin/main +2024-02-22T11:01:52.4847108Z remote: Enumerating objects: 24, done. +2024-02-22T11:01:52.4848632Z remote: Counting objects: 4% (1/24) remote: Counting objects: 8% (2/24) remote: Counting objects: 12% (3/24) remote: Counting objects: 16% (4/24) remote: Counting objects: 20% (5/24) remote: Counting objects: 25% (6/24) remote: Counting objects: 29% (7/24) remote: Counting objects: 33% (8/24) remote: Counting objects: 37% (9/24) remote: Counting objects: 41% (10/24) remote: Counting objects: 45% (11/24) remote: Counting objects: 50% (12/24) remote: Counting objects: 54% (13/24) remote: Counting objects: 58% (14/24) remote: Counting objects: 62% (15/24) remote: Counting objects: 66% (16/24) remote: Counting objects: 70% (17/24) remote: Counting objects: 75% (18/24) remote: Counting objects: 79% (19/24) remote: Counting objects: 83% (20/24) remote: Counting objects: 87% (21/24) remote: Counting objects: 91% (22/24) remote: Counting objects: 95% (23/24) remote: Counting objects: 100% (24/24) remote: Counting objects: 100% (24/24), done. +2024-02-22T11:01:52.4849385Z remote: Compressing objects: 5% (1/20) remote: Compressing objects: 10% (2/20) remote: Compressing objects: 15% (3/20) remote: Compressing objects: 20% (4/20) remote: Compressing objects: 25% (5/20) remote: Compressing objects: 30% (6/20) remote: Compressing objects: 35% (7/20) remote: Compressing objects: 40% (8/20) remote: Compressing objects: 45% (9/20) remote: Compressing objects: 50% (10/20) remote: Compressing objects: 55% (11/20) remote: Compressing objects: 60% (12/20) remote: Compressing objects: 65% (13/20) remote: Compressing objects: 70% (14/20) remote: Compressing objects: 75% (15/20) remote: Compressing objects: 80% (16/20) remote: Compressing objects: 85% (17/20) remote: Compressing objects: 90% (18/20) remote: Compressing objects: 95% (19/20) remote: Compressing objects: 100% (20/20) remote: Compressing objects: 100% (20/20), done. +2024-02-22T11:01:52.8999798Z remote: Total 24 (delta 1), reused 0 (delta 0), pack-reused 0 +2024-02-22T11:01:52.9540957Z From http://localhost:3000/pom/jeu-concours +2024-02-22T11:01:52.9542118Z * [new ref] 7ad6dc56304f95854dd7e0ae72c87e43c47c5372 -> origin/main +2024-02-22T11:01:52.9583765Z ::endgroup:: +2024-02-22T11:01:52.9588463Z ::group::Determining the checkout info +2024-02-22T11:01:52.9596199Z ::endgroup:: +2024-02-22T11:01:52.9596689Z ::group::Checking out the ref +2024-02-22T11:01:52.9604890Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main +2024-02-22T11:01:52.9799552Z Switched to a new branch 'main' +2024-02-22T11:01:52.9800296Z branch 'main' set up to track 'origin/main'. +2024-02-22T11:01:52.9809265Z ::endgroup:: +2024-02-22T11:01:52.9864575Z [command]/usr/bin/git log -1 --format='%H' +2024-02-22T11:01:52.9922255Z '7ad6dc56304f95854dd7e0ae72c87e43c47c5372' +2024-02-22T11:01:52.9962030Z ::remove-matcher owner=checkout-git:: +2024-02-22T11:01:53.6423125Z Logging into http://localhost:3000... +2024-02-22T11:01:53.7712299Z Login Succeeded! +2024-02-22T11:01:54.3713263Z ::group::GitHub Actions runtime token ACs +2024-02-22T11:01:54.3729085Z ::warning::Cannot parse GitHub Actions Runtime Token: Invalid token specified: Cannot read properties of undefined (reading 'replace') +2024-02-22T11:01:54.3729567Z ::endgroup:: +2024-02-22T11:01:54.3729769Z ::group::Docker info +2024-02-22T11:01:54.3824276Z [command]/usr/bin/docker version +2024-02-22T11:01:54.4109961Z Client: +2024-02-22T11:01:54.4111049Z Version: 24.0.9-1 +2024-02-22T11:01:54.4111277Z API version: 1.43 +2024-02-22T11:01:54.4111439Z Go version: go1.20.13 +2024-02-22T11:01:54.4111607Z Git commit: 293681613032e6d1a39cc88115847d3984195c24 +2024-02-22T11:01:54.4111746Z Built: Wed Jan 31 20:53:14 UTC 2024 +2024-02-22T11:01:54.4111886Z OS/Arch: linux/amd64 +2024-02-22T11:01:54.4112017Z Context: default +2024-02-22T11:01:54.4112164Z +2024-02-22T11:01:54.4112298Z Server: Docker Engine - Community +2024-02-22T11:01:54.4112447Z Engine: +2024-02-22T11:01:54.4114841Z Version: 25.0.3 +2024-02-22T11:01:54.4115277Z API version: 1.44 (minimum version 1.24) +2024-02-22T11:01:54.4115488Z Go version: go1.21.6 +2024-02-22T11:01:54.4115645Z Git commit: f417435 +2024-02-22T11:01:54.4115799Z Built: Tue Feb 6 21:13:08 2024 +2024-02-22T11:01:54.4115947Z OS/Arch: linux/amd64 +2024-02-22T11:01:54.4116075Z Experimental: false +2024-02-22T11:01:54.4116212Z containerd: +2024-02-22T11:01:54.4116421Z Version: v1.7.13 +2024-02-22T11:01:54.4116568Z GitCommit: 7c3aca7a610df76212171d200ca3811ff6096eb8 +2024-02-22T11:01:54.4116707Z runc: +2024-02-22T11:01:54.4116858Z Version: 1.1.12 +2024-02-22T11:01:54.4116994Z GitCommit: 51d5e94601ceffbbd85688df1c928ecccbfa4685 +2024-02-22T11:01:54.4118598Z docker-init: +2024-02-22T11:01:54.4118790Z Version: 0.19.0 +2024-02-22T11:01:54.4118880Z GitCommit: de40ad0 +2024-02-22T11:01:54.4195250Z [command]/usr/bin/docker info +2024-02-22T11:01:54.4828717Z Client: +2024-02-22T11:01:54.4829383Z Version: 24.0.9-1 +2024-02-22T11:01:54.4829498Z Context: default +2024-02-22T11:01:54.4829568Z Debug Mode: false +2024-02-22T11:01:54.4829677Z Plugins: +2024-02-22T11:01:54.4829741Z buildx: Docker Buildx (Docker Inc.) +2024-02-22T11:01:54.4829802Z Version: 0.12.1-1 +2024-02-22T11:01:54.4829860Z Path: /usr/libexec/docker/cli-plugins/docker-buildx +2024-02-22T11:01:54.4829943Z compose: Docker Compose (Docker Inc.) +2024-02-22T11:01:54.4830005Z Version: 2.24.5-1 +2024-02-22T11:01:54.4830061Z Path: /usr/libexec/docker/cli-plugins/docker-compose +2024-02-22T11:01:54.4830135Z +2024-02-22T11:01:54.4830196Z Server: +2024-02-22T11:01:54.4830251Z Containers: 5 +2024-02-22T11:01:54.4830307Z Running: 3 +2024-02-22T11:01:54.4830360Z Paused: 0 +2024-02-22T11:01:54.4830433Z Stopped: 2 +2024-02-22T11:01:54.4830490Z Images: 27 +2024-02-22T11:01:54.4830574Z Server Version: 25.0.3 +2024-02-22T11:01:54.4830635Z Storage Driver: overlay2 +2024-02-22T11:01:54.4830691Z Backing Filesystem: btrfs +2024-02-22T11:01:54.4830759Z Supports d_type: true +2024-02-22T11:01:54.4830814Z Using metacopy: false +2024-02-22T11:01:54.4830870Z Native Overlay Diff: true +2024-02-22T11:01:54.4830925Z userxattr: false +2024-02-22T11:01:54.4830991Z Logging Driver: json-file +2024-02-22T11:01:54.4831043Z Cgroup Driver: cgroupfs +2024-02-22T11:01:54.4831096Z Cgroup Version: 2 +2024-02-22T11:01:54.4831151Z Plugins: +2024-02-22T11:01:54.4831205Z Volume: local +2024-02-22T11:01:54.4831285Z Network: bridge host ipvlan macvlan null overlay +2024-02-22T11:01:54.4831345Z Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog +2024-02-22T11:01:54.4831414Z Swarm: active +2024-02-22T11:01:54.4831485Z NodeID: opexvk83wgusehgfae9gmj1x7 +2024-02-22T11:01:54.4831541Z Is Manager: true +2024-02-22T11:01:54.4831611Z ClusterID: mm059263c6dg521yq7yz6ayzj +2024-02-22T11:01:54.4831713Z Managers: 1 +2024-02-22T11:01:54.4831872Z Nodes: 1 +2024-02-22T11:01:54.4832398Z Data Path Port: 4789 +2024-02-22T11:01:54.4832516Z Orchestration: +2024-02-22T11:01:54.4832572Z Task History Retention Limit: 5 +2024-02-22T11:01:54.4833669Z Raft: +2024-02-22T11:01:54.4833895Z Snapshot Interval: 10000 +2024-02-22T11:01:54.4834002Z Number of Old Snapshots to Retain: 0 +2024-02-22T11:01:54.4834092Z Heartbeat Tick: 1 +2024-02-22T11:01:54.4834185Z Election Tick: 10 +2024-02-22T11:01:54.4834296Z Dispatcher: +2024-02-22T11:01:54.4834410Z Heartbeat Period: 5 seconds +2024-02-22T11:01:54.4834503Z CA Configuration: +2024-02-22T11:01:54.4836764Z Expiry Duration: 3 months +2024-02-22T11:01:54.4837329Z Force Rotate: 0 +2024-02-22T11:01:54.4837470Z Autolock Managers: false +2024-02-22T11:01:54.4837550Z Root Rotation In Progress: false +2024-02-22T11:01:54.4837722Z Node Address: 198.19.248.65 +2024-02-22T11:01:54.4837793Z Manager Addresses: +2024-02-22T11:01:54.4837847Z 198.19.248.65:2377 +2024-02-22T11:01:54.4837903Z Runtimes: io.containerd.runc.v2 runc +2024-02-22T11:01:54.4837962Z Default Runtime: runc +2024-02-22T11:01:54.4838015Z Init Binary: docker-init +2024-02-22T11:01:54.4838072Z containerd version: 7c3aca7a610df76212171d200ca3811ff6096eb8 +2024-02-22T11:01:54.4838165Z runc version: 51d5e94601ceffbbd85688df1c928ecccbfa4685 +2024-02-22T11:01:54.4838224Z init version: de40ad0 +2024-02-22T11:01:54.4838279Z Security Options: +2024-02-22T11:01:54.4838343Z seccomp +2024-02-22T11:01:54.4838452Z Profile: builtin +2024-02-22T11:01:54.4838550Z cgroupns +2024-02-22T11:01:54.4838644Z Kernel Version: 6.5.13-orbstack-00122-g57b8027e2387 +2024-02-22T11:01:54.4838777Z Operating System: OrbStack +2024-02-22T11:01:54.4838910Z OSType: linux +2024-02-22T11:01:54.4839505Z Architecture: x86_64 +2024-02-22T11:01:54.4839658Z CPUs: 12 +2024-02-22T11:01:54.4839784Z Total Memory: 7.755GiB +2024-02-22T11:01:54.4839937Z Name: orbstack +2024-02-22T11:01:54.4840065Z ID: eeea0d04-eec7-44ed-aa21-2a2df0744f07 +2024-02-22T11:01:54.4841245Z Docker Root Dir: /var/lib/docker +2024-02-22T11:01:54.4841394Z Debug Mode: false +2024-02-22T11:01:54.4841492Z Experimental: false +2024-02-22T11:01:54.4841582Z Insecure Registries: +2024-02-22T11:01:54.4841671Z 127.0.0.0/8 +2024-02-22T11:01:54.4841762Z Live Restore Enabled: false +2024-02-22T11:01:54.4841829Z Product License: Community Engine +2024-02-22T11:01:54.4841901Z Default Address Pools: +2024-02-22T11:01:54.4841960Z Base: 192.168.215.0/24, Size: 24 +2024-02-22T11:01:54.4842046Z Base: 192.168.228.0/24, Size: 24 +2024-02-22T11:01:54.4842169Z Base: 192.168.247.0/24, Size: 24 +2024-02-22T11:01:54.4842255Z Base: 192.168.207.0/24, Size: 24 +2024-02-22T11:01:54.4842363Z Base: 192.168.167.0/24, Size: 24 +2024-02-22T11:01:54.4842448Z Base: 192.168.107.0/24, Size: 24 +2024-02-22T11:01:54.4842519Z Base: 192.168.237.0/24, Size: 24 +2024-02-22T11:01:54.4842571Z Base: 192.168.148.0/24, Size: 24 +2024-02-22T11:01:54.4843008Z Base: 192.168.214.0/24, Size: 24 +2024-02-22T11:01:54.4844942Z Base: 192.168.165.0/24, Size: 24 +2024-02-22T11:01:54.4845231Z Base: 192.168.227.0/24, Size: 24 +2024-02-22T11:01:54.4845456Z Base: 192.168.181.0/24, Size: 24 +2024-02-22T11:01:54.4845594Z Base: 192.168.158.0/24, Size: 24 +2024-02-22T11:01:54.4846273Z Base: 192.168.117.0/24, Size: 24 +2024-02-22T11:01:54.4846433Z Base: 192.168.155.0/24, Size: 24 +2024-02-22T11:01:54.4846535Z Base: 192.168.147.0/24, Size: 24 +2024-02-22T11:01:54.4846629Z Base: 192.168.229.0/24, Size: 24 +2024-02-22T11:01:54.4846702Z Base: 192.168.183.0/24, Size: 24 +2024-02-22T11:01:54.4846825Z Base: 192.168.156.0/24, Size: 24 +2024-02-22T11:01:54.4846937Z Base: 192.168.97.0/24, Size: 24 +2024-02-22T11:01:54.4847010Z Base: 192.168.171.0/24, Size: 24 +2024-02-22T11:01:54.4847091Z Base: 192.168.186.0/24, Size: 24 +2024-02-22T11:01:54.4847178Z Base: 192.168.216.0/24, Size: 24 +2024-02-22T11:01:54.4847269Z Base: 192.168.242.0/24, Size: 24 +2024-02-22T11:01:54.4847361Z Base: 192.168.166.0/24, Size: 24 +2024-02-22T11:01:54.4847453Z Base: 192.168.239.0/24, Size: 24 +2024-02-22T11:01:54.4847543Z Base: 192.168.223.0/24, Size: 24 +2024-02-22T11:01:54.4847692Z Base: 192.168.164.0/24, Size: 24 +2024-02-22T11:01:54.4847887Z Base: 192.168.163.0/24, Size: 24 +2024-02-22T11:01:54.4848024Z Base: 192.168.172.0/24, Size: 24 +2024-02-22T11:01:54.4848122Z Base: 172.17.0.0/16, Size: 16 +2024-02-22T11:01:54.4848220Z Base: 172.18.0.0/16, Size: 16 +2024-02-22T11:01:54.4848326Z Base: 172.19.0.0/16, Size: 16 +2024-02-22T11:01:54.4848426Z Base: 172.20.0.0/14, Size: 16 +2024-02-22T11:01:54.4848614Z Base: 172.24.0.0/14, Size: 16 +2024-02-22T11:01:54.4848737Z Base: 172.28.0.0/14, Size: 16 +2024-02-22T11:01:54.4848821Z +2024-02-22T11:01:54.4854391Z ::endgroup:: +2024-02-22T11:01:54.4854825Z ::group::Proxy configuration +2024-02-22T11:01:54.4861764Z No proxy configuration found +2024-02-22T11:01:54.4862619Z ::endgroup:: +2024-02-22T11:01:54.5948760Z ::group::Buildx version +2024-02-22T11:01:54.6035521Z [command]/usr/bin/docker buildx version +2024-02-22T11:01:54.6916249Z github.com/docker/buildx 0.12.1-1 30feaa1a915b869ebc2eea6328624b49facd4bfb +2024-02-22T11:01:54.6958954Z ::endgroup:: +2024-02-22T11:01:54.9721644Z [command]/usr/bin/docker buildx build --iidfile /tmp/docker-actions-toolkit-p4u8aE/iidfile --tag localhost:3000/pom/jeu-concours:latest --metadata-file /tmp/docker-actions-toolkit-p4u8aE/metadata-file --push ./app +2024-02-22T11:01:55.3256757Z #0 building with "default" instance using docker driver +2024-02-22T11:01:55.3257525Z +2024-02-22T11:01:55.3257642Z #1 [internal] load build definition from Dockerfile +2024-02-22T11:01:55.3257721Z #1 transferring dockerfile: 990B done +2024-02-22T11:01:55.3257834Z #1 DONE 0.0s +2024-02-22T11:01:55.3257897Z +2024-02-22T11:01:55.3257949Z #2 resolve image config for docker.io/docker/dockerfile:1.4 +2024-02-22T11:01:55.5913391Z #2 DONE 0.4s +2024-02-22T11:01:55.7001032Z +2024-02-22T11:01:55.7001399Z #3 docker-image://docker.io/docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc +2024-02-22T11:01:55.7001998Z #3 CACHED +2024-02-22T11:01:55.8746269Z +2024-02-22T11:01:55.8747303Z #4 [internal] load .dockerignore +2024-02-22T11:01:55.8747446Z #4 transferring context: 2B done +2024-02-22T11:01:55.8747830Z #4 DONE 0.0s +2024-02-22T11:01:55.8747904Z +2024-02-22T11:01:55.8747963Z #5 [internal] load metadata for docker.io/library/python:3.10-alpine +2024-02-22T11:01:56.1358594Z #5 DONE 0.4s +2024-02-22T11:01:56.3557301Z +2024-02-22T11:01:56.3558234Z #6 [builder 1/5] FROM docker.io/library/python:3.10-alpine@sha256:a84794f8f487847a49a6f92bc426f99b865d4c991344c682ce2c151a64c3d79b +2024-02-22T11:01:56.3558565Z #6 DONE 0.0s +2024-02-22T11:01:56.3566196Z +2024-02-22T11:01:56.3566530Z #7 [internal] load build context +2024-02-22T11:01:56.3566628Z #7 transferring context: 5.75MB 0.1s done +2024-02-22T11:01:56.3566721Z #7 DONE 0.1s +2024-02-22T11:01:56.3566806Z +2024-02-22T11:01:56.3566880Z #8 [builder 3/5] COPY requirements.txt /app +2024-02-22T11:01:56.3566946Z #8 CACHED +2024-02-22T11:01:56.3567026Z +2024-02-22T11:01:56.3567086Z #9 [builder 4/5] RUN --mount=type=cache,target=/root/.cache/pip pip3 install -r requirements.txt +2024-02-22T11:01:56.3567174Z #9 CACHED +2024-02-22T11:01:56.3567245Z +2024-02-22T11:01:56.3567323Z #10 [builder 2/5] WORKDIR /app +2024-02-22T11:01:56.3567380Z #10 CACHED +2024-02-22T11:01:56.3567428Z +2024-02-22T11:01:56.3567489Z #11 [builder 5/5] COPY . /app +2024-02-22T11:01:56.3567546Z #11 CACHED +2024-02-22T11:01:56.3567599Z +2024-02-22T11:01:56.3567668Z #12 exporting to image +2024-02-22T11:01:56.3567728Z #12 exporting layers done +2024-02-22T11:01:56.3567817Z #12 writing image sha256:d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f done +2024-02-22T11:01:56.3568660Z #12 naming to localhost:3000/pom/jeu-concours:latest done +2024-02-22T11:01:56.3568941Z #12 DONE 0.0s +2024-02-22T11:01:56.3569073Z +2024-02-22T11:01:56.3569165Z #13 pushing localhost:3000/pom/jeu-concours:latest with docker +2024-02-22T11:01:56.4656913Z #13 pushing layer 5c76f320e880 +2024-02-22T11:01:56.4658221Z #13 pushing layer 7cb22dcec2aa +2024-02-22T11:01:56.4658463Z #13 pushing layer 273f4d40a1dd +2024-02-22T11:01:56.4658643Z #13 pushing layer 5411e66bbed3 1.54kB 0.1s +2024-02-22T11:01:56.4658831Z #13 pushing layer 925390f6a9ac 117.83kB / 11.02MB 0.1s +2024-02-22T11:01:56.4658988Z #13 pushing layer 2cb12e853aa8 +2024-02-22T11:01:56.4659158Z #13 pushing layer 0ed1348ac6d4 +2024-02-22T11:01:56.4659375Z #13 pushing layer 678cac8b069e +2024-02-22T11:01:56.4659565Z #13 pushing layer d4fc045c9e3a +2024-02-22T11:01:56.5676673Z #13 pushing layer 5c76f320e880 988.16kB / 5.75MB 0.2s +2024-02-22T11:01:56.5677684Z #13 pushing layer 273f4d40a1dd 2.56kB / 5B 0.1s +2024-02-22T11:01:56.6727807Z #13 pushing layer 5c76f320e880 1.99MB / 5.75MB 0.3s +2024-02-22T11:01:56.6728639Z #13 pushing layer 7cb22dcec2aa 1.07MB / 10.91MB 0.2s +2024-02-22T11:01:56.6728757Z #13 pushing layer 925390f6a9ac 810.93kB / 11.02MB 0.2s +2024-02-22T11:01:56.7761813Z #13 pushing layer 5c76f320e880 3.24MB / 5.75MB 0.4s +2024-02-22T11:01:56.7762589Z #13 pushing layer 7cb22dcec2aa 1.92MB / 10.91MB 0.4s +2024-02-22T11:01:56.7767034Z #13 pushing layer 273f4d40a1dd 0.3s done +2024-02-22T11:01:56.7768010Z #13 pushing layer 5411e66bbed3 0.3s done +2024-02-22T11:01:56.7768280Z #13 pushing layer 925390f6a9ac 1.66MB / 11.02MB 0.3s +2024-02-22T11:01:56.8816088Z #13 pushing layer 5c76f320e880 4.68MB / 5.75MB 0.5s +2024-02-22T11:01:56.8816590Z #13 pushing layer 7cb22dcec2aa 3.01MB / 10.91MB 0.5s +2024-02-22T11:01:56.8816723Z #13 pushing layer 925390f6a9ac 2.95MB / 11.02MB 0.4s +2024-02-22T11:01:56.8816828Z #13 pushing layer 2cb12e853aa8 5.12kB / 32B 0.5s +2024-02-22T11:01:57.0105576Z #13 pushing layer 7cb22dcec2aa 3.99MB / 10.91MB 0.6s +2024-02-22T11:01:57.0106303Z #13 pushing layer 925390f6a9ac 4.85MB / 11.02MB 0.6s +2024-02-22T11:01:57.0106468Z #13 pushing layer 2cb12e853aa8 0.6s done +2024-02-22T11:01:57.1162946Z #13 pushing layer 5c76f320e880 5.76MB / 5.75MB 0.7s +2024-02-22T11:01:57.1163808Z #13 pushing layer 7cb22dcec2aa 4.93MB / 10.91MB 0.7s +2024-02-22T11:01:57.1163962Z #13 pushing layer 925390f6a9ac 5.70MB / 11.02MB 0.8s +2024-02-22T11:01:57.1164054Z #13 pushing layer 0ed1348ac6d4 1.54MB / 30.11MB 0.7s +2024-02-22T11:01:57.1164189Z #13 pushing layer 678cac8b069e 746.42kB / 1.65MB 0.7s +2024-02-22T11:01:57.2216971Z #13 pushing layer 5c76f320e880 0.8s done +2024-02-22T11:01:57.2217912Z #13 pushing layer 7cb22dcec2aa 6.02MB / 10.91MB 0.8s +2024-02-22T11:01:57.2226374Z #13 pushing layer 925390f6a9ac 6.68MB / 11.02MB 0.9s +2024-02-22T11:01:57.2226757Z #13 pushing layer 678cac8b069e 1.25MB / 1.65MB 0.8s +2024-02-22T11:01:57.3351044Z #13 pushing layer 7cb22dcec2aa 6.82MB / 10.91MB 0.9s +2024-02-22T11:01:57.3351970Z #13 pushing layer 925390f6a9ac 7.64MB / 11.02MB 1.0s +2024-02-22T11:01:57.3352128Z #13 pushing layer 0ed1348ac6d4 3.74MB / 30.11MB 0.9s +2024-02-22T11:01:57.3352236Z #13 pushing layer 678cac8b069e 1.78MB / 1.65MB 0.9s +2024-02-22T11:01:57.3352694Z #13 pushing layer d4fc045c9e3a 1.06MB / 7.38MB 0.9s +2024-02-22T11:01:57.4535214Z #13 pushing layer 7cb22dcec2aa 7.78MB / 10.91MB 1.0s +2024-02-22T11:01:57.4535791Z #13 pushing layer 925390f6a9ac 8.39MB / 11.02MB 1.1s +2024-02-22T11:01:57.4535928Z #13 pushing layer 678cac8b069e 2.23MB / 1.65MB 1.0s +2024-02-22T11:01:57.4536032Z #13 pushing layer d4fc045c9e3a 1.89MB / 7.38MB 1.0s +2024-02-22T11:01:57.5635148Z #13 pushing layer 7cb22dcec2aa 8.62MB / 10.91MB 1.1s +2024-02-22T11:01:57.5635647Z #13 pushing layer 925390f6a9ac 9.05MB / 11.02MB 1.2s +2024-02-22T11:01:57.5635784Z #13 pushing layer 0ed1348ac6d4 5.34MB / 30.11MB 1.2s +2024-02-22T11:01:57.5635895Z #13 pushing layer 678cac8b069e 2.73MB / 1.65MB 1.1s +2024-02-22T11:01:57.5636077Z #13 pushing layer d4fc045c9e3a 2.66MB / 7.38MB 1.2s +2024-02-22T11:01:57.6751443Z #13 pushing layer 7cb22dcec2aa 9.57MB / 10.91MB 1.2s +2024-02-22T11:01:57.6752542Z #13 pushing layer 925390f6a9ac 10.02MB / 11.02MB 1.3s +2024-02-22T11:01:57.6757047Z #13 pushing layer 678cac8b069e 1.2s done +2024-02-22T11:01:57.6757473Z #13 pushing layer d4fc045c9e3a 3.45MB / 7.38MB 1.3s +2024-02-22T11:01:57.7849662Z #13 pushing layer 7cb22dcec2aa 10.37MB / 10.91MB 1.3s +2024-02-22T11:01:57.7849970Z #13 pushing layer 925390f6a9ac 11.16MB / 11.02MB 1.4s +2024-02-22T11:01:57.7850102Z #13 pushing layer 0ed1348ac6d4 6.94MB / 30.11MB 1.4s +2024-02-22T11:01:57.7850165Z #13 pushing layer d4fc045c9e3a 4.83MB / 7.38MB 1.4s +2024-02-22T11:01:57.9069773Z #13 pushing layer 7cb22dcec2aa 11.68MB / 10.91MB 1.4s +2024-02-22T11:01:57.9070240Z #13 pushing layer d4fc045c9e3a 5.91MB / 7.38MB 1.5s +2024-02-22T11:01:58.0295332Z #13 pushing layer 0ed1348ac6d4 8.91MB / 30.11MB 1.6s +2024-02-22T11:01:58.0295763Z #13 pushing layer d4fc045c9e3a 7.67MB / 7.38MB 1.7s +2024-02-22T11:01:58.1679059Z #13 pushing layer 7cb22dcec2aa 1.7s done +2024-02-22T11:01:58.1682169Z #13 pushing layer 925390f6a9ac 1.7s done +2024-02-22T11:01:58.1683131Z #13 pushing layer d4fc045c9e3a 1.8s done +2024-02-22T11:01:58.3258273Z #13 pushing layer 0ed1348ac6d4 12.95MB / 30.11MB 2.0s +2024-02-22T11:01:58.4394797Z #13 pushing layer 0ed1348ac6d4 14.83MB / 30.11MB 2.1s +2024-02-22T11:01:58.5578750Z #13 pushing layer 0ed1348ac6d4 16.79MB / 30.11MB 2.2s +2024-02-22T11:01:58.7958654Z #13 pushing layer 0ed1348ac6d4 19.63MB / 30.11MB 2.4s +2024-02-22T11:01:58.9074852Z #13 pushing layer 0ed1348ac6d4 21.52MB / 30.11MB 2.5s +2024-02-22T11:01:59.0206873Z #13 pushing layer 0ed1348ac6d4 23.44MB / 30.11MB 2.7s +2024-02-22T11:01:59.1242788Z #13 pushing layer 0ed1348ac6d4 25.32MB / 30.11MB 2.8s +2024-02-22T11:01:59.2393152Z #13 pushing layer 0ed1348ac6d4 26.89MB / 30.11MB 2.9s +2024-02-22T11:01:59.3508434Z #13 pushing layer 0ed1348ac6d4 28.80MB / 30.11MB 3.0s +2024-02-22T11:01:59.4673527Z #13 pushing layer 0ed1348ac6d4 30.36MB / 30.11MB 3.1s +2024-02-22T11:01:59.6237594Z #13 pushing layer 0ed1348ac6d4 3.3s done +2024-02-22T11:01:59.7720579Z #13 DONE 3.4s +2024-02-22T11:01:59.8717211Z ::group::ImageID +2024-02-22T11:01:59.8717382Z sha256:d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f +2024-02-22T11:01:59.8723103Z ::endgroup:: +2024-02-22T11:01:59.8724413Z ::group::Digest +2024-02-22T11:01:59.8724567Z sha256:444b69d14fc796de94073f6343a981f237e3a2080ab9bfb1cd8be45be003c8dd +2024-02-22T11:01:59.8724902Z ::endgroup:: +2024-02-22T11:01:59.8725166Z ::group::Metadata +2024-02-22T11:01:59.8727753Z { +2024-02-22T11:01:59.8728328Z "containerimage.config.digest": "sha256:d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f", +2024-02-22T11:01:59.8728486Z "containerimage.digest": "sha256:444b69d14fc796de94073f6343a981f237e3a2080ab9bfb1cd8be45be003c8dd" +2024-02-22T11:01:59.8728581Z } +2024-02-22T11:01:59.8728940Z ::endgroup:: +2024-02-22T11:02:00.0397017Z Creating network jeu_concours_default +2024-02-22T11:02:00.0446291Z Creating service jeu_concours_jeu_concours +2024-02-22T11:02:00.1146425Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:2 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v4 GITHUB_ACTION_REPOSITORY:docker/build-push-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:18 GITHUB_RUN_NUMBER:18 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:7ad6dc56304f95854dd7e0ae72c87e43c47c5372 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ADD-HOSTS: INPUT_ALLOW: INPUT_ATTESTS: INPUT_BUILD-ARGS: INPUT_BUILD-CONTEXTS: INPUT_BUILDER: INPUT_CACHE-FROM: INPUT_CACHE-TO: INPUT_CGROUP-PARENT: INPUT_CONTEXT:./app INPUT_FILE: INPUT_GITHUB-TOKEN:*** INPUT_LABELS: INPUT_LOAD:false INPUT_NETWORK: INPUT_NO-CACHE:false INPUT_NO-CACHE-FILTERS: INPUT_OUTPUTS: INPUT_PLATEFORMS:linux/amd64 INPUT_PLATFORMS: INPUT_PROVENANCE: INPUT_PULL:false INPUT_PUSH:true INPUT_SBOM: INPUT_SECRET-FILES: INPUT_SECRETS: INPUT_SHM-SIZE: INPUT_SSH: INPUT_TAGS:localhost:3000/pom/jeu-concours:latest INPUT_TARGET: INPUT_ULIMIT: ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T11:02:00.1267644Z evaluating expression 'always()' +2024-02-22T11:02:00.1269577Z expression 'always()' evaluated to 'true' +2024-02-22T11:02:00.1269890Z ⭐ Run Post Build and push +2024-02-22T11:02:00.1270112Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T11:02:00.1270269Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T11:02:00.1270401Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T11:02:00.1270938Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:02:00.1272189Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T11:02:00.1272680Z Extracting content to '/var/run/act' +2024-02-22T11:02:00.1333880Z run post step for 'Build and push' +2024-02-22T11:02:00.1355253Z executing remote job container: [node /var/run/act/actions/docker-build-push-action@v4/dist/index.js] +2024-02-22T11:02:00.1358763Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-build-push-action@v4/dist/index.js] user= workdir= +2024-02-22T11:02:00.1363854Z Exec command '[node /var/run/act/actions/docker-build-push-action@v4/dist/index.js]' +2024-02-22T11:02:00.1365790Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T11:02:00.4744929Z ❓ ::group::Removing temp folder /tmp/docker-actions-toolkit-p4u8aE +2024-02-22T11:02:00.4745296Z ::group::Removing temp folder /tmp/docker-actions-toolkit-p4u8aE +2024-02-22T11:02:00.4785185Z ❓ ::endgroup:: +2024-02-22T11:02:00.4785516Z ::endgroup:: +2024-02-22T11:02:00.4879350Z ✅ Success - Post Build and push +2024-02-22T11:02:00.5374562Z expression '${{ secrets.token }}' rewritten to 'format('{0}', secrets.token)' +2024-02-22T11:02:00.5374928Z evaluating expression 'format('{0}', secrets.token)' +2024-02-22T11:02:00.5375251Z expression 'format('{0}', secrets.token)' evaluated to '%!t(string=***)' +2024-02-22T11:02:00.5375425Z expression '${{ github.repository_owner }}' rewritten to 'format('{0}', github.repository_owner)' +2024-02-22T11:02:00.5375516Z evaluating expression 'format('{0}', github.repository_owner)' +2024-02-22T11:02:00.5375781Z expression 'format('{0}', github.repository_owner)' evaluated to '%!t(string=pom)' +2024-02-22T11:02:00.5376213Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:1 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v2 GITHUB_ACTION_REPOSITORY:docker/login-action GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:18 GITHUB_RUN_NUMBER:18 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:7ad6dc56304f95854dd7e0ae72c87e43c47c5372 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_ECR:auto INPUT_LOGOUT:true INPUT_PASSWORD:*** INPUT_REGISTRY:http://localhost:3000 INPUT_USERNAME:pom ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T11:02:00.5562342Z evaluating expression 'always()' +2024-02-22T11:02:00.5563768Z expression 'always()' evaluated to 'true' +2024-02-22T11:02:00.5564003Z ⭐ Run Post Login to the registry +2024-02-22T11:02:00.5564494Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T11:02:00.5565682Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T11:02:00.5566516Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T11:02:00.5566800Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:02:00.5567414Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T11:02:00.5567619Z Extracting content to '/var/run/act' +2024-02-22T11:02:00.5628628Z run post step for 'Login to the registry' +2024-02-22T11:02:00.5629753Z executing remote job container: [node /var/run/act/actions/docker-login-action@v2/dist/index.js] +2024-02-22T11:02:00.5629944Z 🐳 docker exec cmd=[node /var/run/act/actions/docker-login-action@v2/dist/index.js] user= workdir= +2024-02-22T11:02:00.5630052Z Exec command '[node /var/run/act/actions/docker-login-action@v2/dist/index.js]' +2024-02-22T11:02:00.5630409Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T11:02:00.9539829Z 💬 ::debug::Exec.getExecOutput: docker logout http://localhost:3000 +2024-02-22T11:02:00.9686597Z [command]/usr/bin/docker logout http://localhost:3000 +2024-02-22T11:02:01.0019392Z Removing login credentials for localhost:3000 +2024-02-22T11:02:01.0260967Z ✅ Success - Post Login to the registry +2024-02-22T11:02:01.0860326Z setupEnv => map[ACT:true ACTIONS_CACHE_URL:http://192.168.148.3:36067/ ACTIONS_RUNTIME_TOKEN:*** ACTIONS_RUNTIME_URL:http://server:3000/api/actions_pipeline/ CI:true GITEA_ACTIONS:true GITEA_ACTIONS_RUNNER_VERSION:v0.2.6 GITHUB_ACTION:0 GITHUB_ACTIONS:true GITHUB_ACTION_PATH: GITHUB_ACTION_REF:v3 GITHUB_ACTION_REPOSITORY:actions/checkout GITHUB_ACTOR:pom GITHUB_API_URL:http://server:3000/api/v1 GITHUB_BASE_REF: GITHUB_ENV:/var/run/act/workflow/envs.txt GITHUB_EVENT_NAME:push GITHUB_EVENT_PATH:/var/run/act/workflow/event.json GITHUB_GRAPHQL_URL: GITHUB_HEAD_REF: GITHUB_JOB:Deploy-Prod-Actions GITHUB_OUTPUT:/var/run/act/workflow/outputcmd.txt GITHUB_PATH:/var/run/act/workflow/pathcmd.txt GITHUB_REF:refs/heads/main GITHUB_REF_NAME:main GITHUB_REF_TYPE:branch GITHUB_REPOSITORY:pom/jeu-concours GITHUB_REPOSITORY_OWNER:pom GITHUB_RETENTION_DAYS: GITHUB_RUN_ID:18 GITHUB_RUN_NUMBER:18 GITHUB_SERVER_URL:http://server:3000 GITHUB_SHA:7ad6dc56304f95854dd7e0ae72c87e43c47c5372 GITHUB_STATE:/var/run/act/workflow/statecmd.txt GITHUB_STEP_SUMMARY:/var/run/act/workflow/SUMMARY.md GITHUB_TOKEN:*** GITHUB_WORKFLOW:Gitea Actions for Features GITHUB_WORKSPACE:/workspace/pom/jeu-concours INPUT_CLEAN:true INPUT_FETCH-DEPTH:1 INPUT_FETCH-TAGS:false INPUT_GITHUB-SERVER-URL:http://localhost:3000 INPUT_LFS:false INPUT_PATH: INPUT_PERSIST-CREDENTIALS:true INPUT_REF: INPUT_REPOSITORY:pom/jeu-concours INPUT_SET-SAFE-DIRECTORY:true INPUT_SPARSE-CHECKOUT: INPUT_SPARSE-CHECKOUT-CONE-MODE:true INPUT_SSH-KEY: INPUT_SSH-KNOWN-HOSTS: INPUT_SSH-STRICT:true INPUT_SUBMODULES:false INPUT_TOKEN:*** ImageOS:ubuntu20 JOB_CONTAINER_NAME:GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions RUNNER_PERFLOG:/dev/null RUNNER_TRACKING_ID:] +2024-02-22T11:02:01.1025427Z evaluating expression 'always()' +2024-02-22T11:02:01.1026729Z expression 'always()' evaluated to 'true' +2024-02-22T11:02:01.1027398Z ⭐ Run Post Check out repository code +2024-02-22T11:02:01.1027649Z Writing entry to tarball workflow/outputcmd.txt len:0 +2024-02-22T11:02:01.1027828Z Writing entry to tarball workflow/statecmd.txt len:0 +2024-02-22T11:02:01.1027931Z Writing entry to tarball workflow/pathcmd.txt len:0 +2024-02-22T11:02:01.1028025Z Writing entry to tarball workflow/envs.txt len:0 +2024-02-22T11:02:01.1028105Z Writing entry to tarball workflow/SUMMARY.md len:0 +2024-02-22T11:02:01.1028214Z Extracting content to '/var/run/act' +2024-02-22T11:02:01.1078923Z run post step for 'Check out repository code' +2024-02-22T11:02:01.1080670Z executing remote job container: [node /var/run/act/actions/actions-checkout@v3/dist/index.js] +2024-02-22T11:02:01.1080886Z 🐳 docker exec cmd=[node /var/run/act/actions/actions-checkout@v3/dist/index.js] user= workdir= +2024-02-22T11:02:01.1080979Z Exec command '[node /var/run/act/actions/actions-checkout@v3/dist/index.js]' +2024-02-22T11:02:01.1081321Z Working directory '/workspace/pom/jeu-concours' +2024-02-22T11:02:01.3501949Z 💬 ::debug::Getting git version +2024-02-22T11:02:01.3537032Z [command]/usr/bin/git version +2024-02-22T11:02:01.3631442Z git version 2.43.2 +2024-02-22T11:02:01.3696609Z 💬 ::debug::0 +2024-02-22T11:02:01.3697716Z 💬 ::debug::git version 2.43.2%0A +2024-02-22T11:02:01.3701236Z 💬 ::debug::Set git useragent to: git/2.43.2 (github-actions-checkout) +2024-02-22T11:02:01.3712437Z ⚙ *** +2024-02-22T11:02:01.3751048Z Temporarily overriding HOME='/tmp/ff5fd883-8cd0-474e-b4bb-080c362a8152' before making global git config changes +2024-02-22T11:02:01.3754689Z Adding repository directory to the temporary git global config as a safe directory +2024-02-22T11:02:01.3764418Z [command]/usr/bin/git config --global --add safe.directory /workspace/pom/jeu-concours +2024-02-22T11:02:01.3832212Z 💬 ::debug::0 +2024-02-22T11:02:01.3833596Z 💬 ::debug:: +2024-02-22T11:02:01.3846239Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2024-02-22T11:02:01.3888658Z 💬 ::debug::1 +2024-02-22T11:02:01.3890793Z 💬 ::debug:: +2024-02-22T11:02:01.3896207Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2024-02-22T11:02:01.4332086Z 💬 ::debug::0 +2024-02-22T11:02:01.4338585Z 💬 ::debug:: +2024-02-22T11:02:01.4341834Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/server\:3000\/\.extraheader +2024-02-22T11:02:01.4384051Z 💬 ::debug::1 +2024-02-22T11:02:01.4391224Z 💬 ::debug:: +2024-02-22T11:02:01.4394341Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/server\:3000\/\.extraheader' && git config --local --unset-all 'http.http://server:3000/.extraheader' || :" +2024-02-22T11:02:01.4792435Z 💬 ::debug::0 +2024-02-22T11:02:01.4798954Z 💬 ::debug:: +2024-02-22T11:02:01.4804719Z 💬 ::debug::Unsetting HOME override +2024-02-22T11:02:01.4922985Z ✅ Success - Post Check out repository code +2024-02-22T11:02:01.5044794Z Cleaning up services for job Deploy-Prod-Actions +2024-02-22T11:02:01.5045957Z Cleaning up container for job Deploy-Prod-Actions +2024-02-22T11:02:01.5744770Z Removed container: d2187111365dea418657a51a64baa9e825d09333f8d1c661b81a90baa260709e +2024-02-22T11:02:01.5765805Z 🐳 docker volume rm GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions +2024-02-22T11:02:01.5884404Z 🐳 docker volume rm GITEA-ACTIONS-TASK-23_WORKFLOW-Gitea-Actions-for-Features_JOB-Deploy-Prod-Actions-env +2024-02-22T11:02:01.6986273Z 🏁 Job succeeded diff --git a/backend_part1/gitea/gitea/conf/app.ini b/backend_part1/gitea/gitea/conf/app.ini new file mode 100644 index 0000000..2477da9 --- /dev/null +++ b/backend_part1/gitea/gitea/conf/app.ini @@ -0,0 +1,98 @@ +APP_NAME = Mon mini cloud +RUN_MODE = prod +RUN_USER = git +WORK_PATH = /data/gitea + +[repository] +ROOT = /data/git/repositories + +[repository.local] +LOCAL_COPY_PATH = /data/gitea/tmp/local-repo + +[repository.upload] +TEMP_PATH = /data/gitea/uploads + +[server] +APP_DATA_PATH = /data/gitea +DOMAIN = server.developper-pour-le-cloud.orb.local +SSH_DOMAIN = server.developper-pour-le-cloud.orb.local +HTTP_PORT = 3000 +ROOT_URL = http://localhost:3000 +DISABLE_SSH = false +SSH_PORT = 22 +SSH_LISTEN_PORT = 22 +LFS_START_SERVER = true +LFS_JWT_SECRET = klYbfOTWfZ8iEC4qsmxFbf-08-UaL9om9FYeRWprYk8 +OFFLINE_MODE = false + +[database] +PATH = /data/gitea/gitea.db +DB_TYPE = sqlite3 +HOST = localhost:3306 +NAME = gitea +USER = root +PASSWD = +LOG_SQL = false +SCHEMA = +SSL_MODE = disable + +[indexer] +ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve + +[session] +PROVIDER_CONFIG = /data/gitea/sessions +PROVIDER = file + +[picture] +AVATAR_UPLOAD_PATH = /data/gitea/avatars +REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars + +[attachment] +PATH = /data/gitea/attachments + +[log] +MODE = console +LEVEL = info +ROOT_PATH = /data/gitea/log + +[security] +INSTALL_LOCK = true +SECRET_KEY = +REVERSE_PROXY_LIMIT = 1 +REVERSE_PROXY_TRUSTED_PROXIES = * +INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE3MDY3OTk1ODR9.IY_O44rzxZ5fUaMTG7vWFPioA2s6HQ4VGmMM90wx9-U +PASSWORD_HASH_ALGO = pbkdf2 + +[service] +DISABLE_REGISTRATION = false +REQUIRE_SIGNIN_VIEW = false +REGISTER_EMAIL_CONFIRM = false +ENABLE_NOTIFY_MAIL = false +ALLOW_ONLY_EXTERNAL_REGISTRATION = false +ENABLE_CAPTCHA = false +DEFAULT_KEEP_EMAIL_PRIVATE = false +DEFAULT_ALLOW_CREATE_ORGANIZATION = true +DEFAULT_ENABLE_TIMETRACKING = true +NO_REPLY_ADDRESS = noreply.localhost + +[lfs] +PATH = /data/git/lfs + +[mailer] +ENABLED = false + +[openid] +ENABLE_OPENID_SIGNIN = true +ENABLE_OPENID_SIGNUP = true + +[cron.update_checker] +ENABLED = false + +[repository.pull-request] +DEFAULT_MERGE_STYLE = merge + +[repository.signing] +DEFAULT_TRUST_MODEL = committer + +[oauth2] +JWT_SECRET = jvoFK0KEjtCXNcp_8z5UVGa7xQZwmp22gVUG9IXcgWU diff --git a/backend_part1/gitea/gitea/gitea.db b/backend_part1/gitea/gitea/gitea.db new file mode 100644 index 0000000..d65a789 Binary files /dev/null and b/backend_part1/gitea/gitea/gitea.db differ diff --git a/backend_part1/gitea/gitea/home/.gitconfig b/backend_part1/gitea/gitea/home/.gitconfig new file mode 100644 index 0000000..ec57bef --- /dev/null +++ b/backend_part1/gitea/gitea/home/.gitconfig @@ -0,0 +1,22 @@ +[diff] + algorithm = histogram +[core] + logallrefupdates = true + quotePath = false + commitGraph = true +[gc] + reflogexpire = 90 + writeCommitGraph = true +[user] + name = Gitea + email = gitea@fake.local +[receive] + advertisePushOptions = true + procReceiveRefs = refs/for +[fetch] + writeCommitGraph = true +[safe] + directory = * +[uploadpack] + allowfilter = true + allowAnySHA1InWant = true diff --git a/backend_part1/gitea/gitea/indexers/issues.bleve/index_meta.json b/backend_part1/gitea/gitea/indexers/issues.bleve/index_meta.json new file mode 100644 index 0000000..5dc3405 --- /dev/null +++ b/backend_part1/gitea/gitea/indexers/issues.bleve/index_meta.json @@ -0,0 +1 @@ +{"storage":"boltdb","index_type":"scorch"} \ No newline at end of file diff --git a/backend_part1/gitea/gitea/indexers/issues.bleve/rupture_meta.json b/backend_part1/gitea/gitea/indexers/issues.bleve/rupture_meta.json new file mode 100644 index 0000000..205c7a4 --- /dev/null +++ b/backend_part1/gitea/gitea/indexers/issues.bleve/rupture_meta.json @@ -0,0 +1 @@ +{"version":4} \ No newline at end of file diff --git a/backend_part1/gitea/gitea/indexers/issues.bleve/store/000000000002.zap b/backend_part1/gitea/gitea/indexers/issues.bleve/store/000000000002.zap new file mode 100644 index 0000000..1640912 Binary files /dev/null and b/backend_part1/gitea/gitea/indexers/issues.bleve/store/000000000002.zap differ diff --git a/backend_part1/gitea/gitea/indexers/issues.bleve/store/root.bolt b/backend_part1/gitea/gitea/indexers/issues.bleve/store/root.bolt new file mode 100644 index 0000000..b3a0eb2 Binary files /dev/null and b/backend_part1/gitea/gitea/indexers/issues.bleve/store/root.bolt differ diff --git a/backend_part1/gitea/gitea/jwt/private.pem b/backend_part1/gitea/gitea/jwt/private.pem new file mode 100644 index 0000000..83b2b60 --- /dev/null +++ b/backend_part1/gitea/gitea/jwt/private.pem @@ -0,0 +1,52 @@ +-----BEGIN PRIVATE KEY----- +MIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCqvkZ+nk07toCb +BHB7XZcVlbty+EKGR4min+ctoyW290nG+mEb2tHrAXYvr8xPmcJtWDEmqJqu626W +TojkOyHdaEnIsAlyXAbreeg8sJLfSxoq3VZHbsUolryMEC4bxvoVkOi1M0l/ouhk +UrnSK4IAVpqQ9hE7/qxRwHzjT3ds7IdIO8slvI/I8w9xtp/fBK3dOdz0tkqYRObI +XWcMDqlHi+zsvkI68g0YyiUkR3N79jjg6uFMpnLULpF0ng8N/+YFCHvYXGH0s/Ui +MpeTxoI+gyqPDde8I/f5V+NVuds4cuD5QW8IaIHZofMmqg1jBwMBbIga8SzYavjq +Zlc0SGxrnTWMX7sa0VI/V/IWBID0Z2p7R5sWm5B3lOJY1pFRSP6irVWmQYRWKMPf +LWtSVkY05ceBDaM4h7+e/K3o8NxzqvkX3geOflgrEOzporb9iqbHU/f//tUhXvkA +6jyl09M5kpkGRBlfdKVbXtJabRQjpHdv+LFMqK4hcozP91L74Ixlnbl7EbFE/wsh +t8Ra6qWhqdbBV3VNCwm3MxFPTPpe+d6wo3g88or5MNR4B7xiNXMTUXlwnduKFVmr +NOT2jCbIQYj2mt/4SbaDy6RjvRcT/Le6MiUtQTSTsI4RR4qntc3J0BqcEg585qdM +1eRy6PYoaplS2ZNvO0fqSaTmxjFcqQIDAQABAoICAQCB4mjB3S4nZHeEdOYUEmfi +FZsYpF4Gw9ihiz5S6y6/dnH7GXBRvi29tcjwEa08SF0szM/m9o9kzNe9I1TjOVBT +mwe10KP/CJ6C9qOBt1ii4ACx5tnBUTRN4gzgB1br7ntDeI5teOxKWeSqnHuas1ob +Y8YEzArkNqFjNyhJyqOwimWGv2WT+VLvrGZtPF11S5vvFBtPVHR+TLu6Y8MF2wlO +0dSTa0/6gzMPTobeiDQDcpRmFIb6xgvH+PzRV4NgRO/3mDKNrgkeGt84+n9v/KwL +XcA8Pm2EQ2BZn0/iYJWw5ULambobDVTp91Z+bRHt6OGSbbtDs39Hymg790oTDZzb +KVYhZg9WBCthJeANQC2bJpLS7e3a9Sn7V2haJ1fWPJZamhn2VWH4UEA6beYYRyeB +NEHB4CalbhIcCKCsi9oz8RjMmRBdtSJDYF+6ehBDU1gsAgeGWpEr6Sf5bPrvPxkL +4jXvzUq2zFEehz2XDqdMSPxJ3ftUn0ofrnWC+XtHlfVy3/cqi54PAvo0J5TBysmf +vbiN4/283Bd688pkPv3Vbp9UeEaWs3mlAH09eqXz3d98ShMAsMD0YedOQRcvkENI +dg5XQIuMJf4FJ5kOnjuTKXCbgGJmVNzpwpUc6cWZb7xR1mwdIL936Vckw54C2Bvl +qnwSe7p6mbo8Sdc+P6JNWQKCAQEA37SKNtgSN2fSkW7x0HtazAfT3A8/MRVG+1jp +nHyjo/P23tWuxCI5CSp7v+f1oTI0uzwR5zRSQKUt1h9di/aMnKZY2WgdRzIwHErn +NHm3gUblZ0z59FpHZ8tJkveIj/9jHXo9EOUloteWB3cuwelBXym2bH1chWbPJOt9 +F+mGFnKfINMI5fc34k4p3sXIIT1heH17NziVAhIqz4pN6j69pz1mXFkyL8mjBwtL +bVWTXtJWGHEMT0pQxuRHPBzzMq136ivY7D7ySbZQyXtD8ic2TG8J0iCHIl8+gHGR +dSp0T2JeefBkvWUwSgnYVzT04uRlEOulsnHr7+VxzYTxWaxYDwKCAQEAw2RsXFXx +sQF5aU5Tza1SmW8ntXxz1Tj/RrDAEELtHG1hUOph1B88tnkI0KWKLSqNPGjVexNl +ZV8OJOZTixFYfddalAnLVk7CgisMP/Le4woMnaSVFLNyZrtWGYkEsE7Q1/hF/p53 +6rgeDTIpNn0Etv1Lz7tv6e/7A/+dimqNs6+unPkf3PPt/SbV7U3Eu2bnFVyKsiJx +opgQHYpvdmuK6UwQbdLK6XNlKr/+NtOi6h+nozUiXVO7ShCJ1dCbD4Pt5YRMrE3K +uVenD69klbJFCmI8YXd790b3jHxCXzSb1sjov/dxkUBOSBkQaPCh6AvhKYDVJ83F +Crhzbn+8c6eHxwKCAQEAhtm8H4dso72QL18jobtaZnepfJQsUZgz67wTRuPTeTfN +b1J8QXsnyqCzbGGVrhAnvV5epHLjylhIIzVRHNgItz2HfbbHP22/lq6IZReiSOnF +y9mZK3VoaecfeNqCldsrkk9nlFGtuFYg+Gsd4oKLh6QLdaa0KS5qXCUgiVOaItoB +lrXgPVAjfeYEU2gCVhc8NHff2M/g8xikeeszQKuFg9T9aVnTaP8xqUNjuorFhXlh +sOYkt39i5iIh1tjUuY3cJWs9HlxrjYe7d1k5AjYlAzpEP0igbVXgxWiweGKZLmlr +7jG9aHYg/+Cjax5fKI7pZaPHhKQrx7cWPP+Qxa+gfQKCAQA5BbeyAsr0M0/xcZB3 +d9uhN5VJG7baRTYKtU538HAuWaWK7bv7IdqgDhaKfaUjpUVumdGjh3eR6/m+vxEm +hrtijlS621jiKT4Oqu16RDDT5XzlDMENN4ltfcKU1S3vHjFItgYHVsv8ThtHEpqA +cl/L34Qebb8tcIG7GwApAwuzotO8r9+ipfWQaaMJDCcb4d4Sl91KO08aenJJjLsW +vi/eAfrRcjERjEG8Bif0bDMhTHep47nRrrv703PGWIjIMGJfFwshRdqh2HjC1Rbv +sQUBEMY6U5p0AdwAvcrI6huIxT1XuKkGENRHqjjlx0QY6k6dxCFw6lZU2JunZdPj +lMLFAoIBADeBkvvn/7V/wPaWpJIUV0wP+dB2tZiqjzej/RZAX8j9+sSpdwUFAT+x +IV/SQsAPuyLAhwQNhDcv2pj4yZfZiUjbEfAsoVq+DaVzok1a1dfU03O+YuSOf1j0 +daTYe2WNaYhBwvrhBSzNbN/aONgZKX58huYOy39hN3/ym9TpVl5er11MQ/QczQ1z +xInyZov6qjN3tMGrne196ePsnNaP6y/4LIrK+hSd+MfIOdNWLOh6RanJFDADLfKM +3D2NFSFRkPbLQu7cPC2xXi6fncQ2QR5OxvWGWCJTKVbD5VG5AnCzY/JfN6CW5Mts +G8d6V8KsA47hKJmGRDeytI+iKKnyAC0= +-----END PRIVATE KEY----- diff --git a/backend_part1/gitea/gitea/packages/1c/bf/1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935aaeedc9f07cc348bb b/backend_part1/gitea/gitea/packages/1c/bf/1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935aaeedc9f07cc348bb new file mode 100644 index 0000000..f6047c1 Binary files /dev/null and b/backend_part1/gitea/gitea/packages/1c/bf/1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935aaeedc9f07cc348bb differ diff --git a/backend_part1/gitea/gitea/packages/3a/1d/3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534ba30ff81a134c184b b/backend_part1/gitea/gitea/packages/3a/1d/3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534ba30ff81a134c184b new file mode 100644 index 0000000..340b55b Binary files /dev/null and b/backend_part1/gitea/gitea/packages/3a/1d/3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534ba30ff81a134c184b differ diff --git a/backend_part1/gitea/gitea/packages/3b/b1/3bb1fcf0dbb22deddf05433412cc5927404cb954c7c2f30ec92e4ff611c700c5 b/backend_part1/gitea/gitea/packages/3b/b1/3bb1fcf0dbb22deddf05433412cc5927404cb954c7c2f30ec92e4ff611c700c5 new file mode 100644 index 0000000..f7eb065 Binary files /dev/null and b/backend_part1/gitea/gitea/packages/3b/b1/3bb1fcf0dbb22deddf05433412cc5927404cb954c7c2f30ec92e4ff611c700c5 differ diff --git a/backend_part1/gitea/gitea/packages/3d/64/3d64057e04b51c5675a2f6e5611c5e3337f8b4a23c8c888e9706f98c34e73f22 b/backend_part1/gitea/gitea/packages/3d/64/3d64057e04b51c5675a2f6e5611c5e3337f8b4a23c8c888e9706f98c34e73f22 new file mode 100644 index 0000000..512e717 Binary files /dev/null and b/backend_part1/gitea/gitea/packages/3d/64/3d64057e04b51c5675a2f6e5611c5e3337f8b4a23c8c888e9706f98c34e73f22 differ diff --git a/backend_part1/gitea/gitea/packages/44/4b/444b69d14fc796de94073f6343a981f237e3a2080ab9bfb1cd8be45be003c8dd b/backend_part1/gitea/gitea/packages/44/4b/444b69d14fc796de94073f6343a981f237e3a2080ab9bfb1cd8be45be003c8dd new file mode 100644 index 0000000..ef1889f --- /dev/null +++ b/backend_part1/gitea/gitea/packages/44/4b/444b69d14fc796de94073f6343a981f237e3a2080ab9bfb1cd8be45be003c8dd @@ -0,0 +1,56 @@ +{ + "schemaVersion": 2, + "mediaType": "application/vnd.docker.distribution.manifest.v2+json", + "config": { + "mediaType": "application/vnd.docker.container.image.v1+json", + "size": 7435, + "digest": "sha256:d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f" + }, + "layers": [ + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 3408729, + "digest": "sha256:4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8" + }, + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 622150, + "digest": "sha256:dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15c109f5e34848c932" + }, + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 12213845, + "digest": "sha256:3a1d3ec6f9a06424416a9e52f5061a44b7af0e96c82e534ba30ff81a134c184b" + }, + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 242, + "digest": "sha256:1cbf0106443cf1ea1cc55d914ec422c87709d6a10914935aaeedc9f07cc348bb" + }, + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 3080696, + "digest": "sha256:6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4a373e793f42feb50" + }, + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 93, + "digest": "sha256:fd14972736843bcb7c35142abc628336e201d2fd0fc93dab2efc7ea2262b5230" + }, + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 150, + "digest": "sha256:3bb1fcf0dbb22deddf05433412cc5927404cb954c7c2f30ec92e4ff611c700c5" + }, + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 3923999, + "digest": "sha256:4f57c1c0660d7f74a2cbb3fb08b650f9c921e5ecb221b856d1feed8fb10deb0f" + }, + { + "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", + "size": 5732678, + "digest": "sha256:3d64057e04b51c5675a2f6e5611c5e3337f8b4a23c8c888e9706f98c34e73f22" + } + ] +} \ No newline at end of file diff --git a/backend_part1/gitea/gitea/packages/4a/bc/4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8 b/backend_part1/gitea/gitea/packages/4a/bc/4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8 new file mode 100644 index 0000000..b8b8081 Binary files /dev/null and b/backend_part1/gitea/gitea/packages/4a/bc/4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8 differ diff --git a/backend_part1/gitea/gitea/packages/4f/57/4f57c1c0660d7f74a2cbb3fb08b650f9c921e5ecb221b856d1feed8fb10deb0f b/backend_part1/gitea/gitea/packages/4f/57/4f57c1c0660d7f74a2cbb3fb08b650f9c921e5ecb221b856d1feed8fb10deb0f new file mode 100644 index 0000000..5c9ea96 Binary files /dev/null and b/backend_part1/gitea/gitea/packages/4f/57/4f57c1c0660d7f74a2cbb3fb08b650f9c921e5ecb221b856d1feed8fb10deb0f differ diff --git a/backend_part1/gitea/gitea/packages/65/31/6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4a373e793f42feb50 b/backend_part1/gitea/gitea/packages/65/31/6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4a373e793f42feb50 new file mode 100644 index 0000000..c9521a0 Binary files /dev/null and b/backend_part1/gitea/gitea/packages/65/31/6531a3039a8eeb26145c321fc0f63069087fd97e1b9c92e4a373e793f42feb50 differ diff --git a/backend_part1/gitea/gitea/packages/d4/e4/d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f b/backend_part1/gitea/gitea/packages/d4/e4/d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f new file mode 100644 index 0000000..d5e5172 --- /dev/null +++ b/backend_part1/gitea/gitea/packages/d4/e4/d4e4cd2e33759c3f2709efa56a21ffa5f2c96f24f4626ffb1a436aebb753d75f @@ -0,0 +1 @@ +{"architecture":"amd64","config":{"Env":["PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","LANG=C.UTF-8","GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","PYTHON_VERSION=3.10.13","PYTHON_PIP_VERSION=23.0.1","PYTHON_SETUPTOOLS_VERSION=65.5.1","PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py","PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9"],"Entrypoint":["python3"],"Cmd":["app.py"],"WorkingDir":"/app","ArgsEscaped":true,"OnBuild":null},"created":"2024-02-22T11:20:04.817721173+01:00","history":[{"created":"2024-01-27T00:30:48.624602109Z","created_by":"/bin/sh -c #(nop) ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / "},{"created":"2024-01-27T00:30:48.743965523Z","created_by":"/bin/sh -c #(nop) CMD [\"/bin/sh\"]","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"ENV LANG=C.UTF-8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"RUN /bin/sh -c set -eux; \tapk add --no-cache \t\tca-certificates \t\ttzdata \t; # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-03T10:49:13Z","created_by":"ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"ENV PYTHON_VERSION=3.10.13","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"RUN /bin/sh -c set -eux; \t\tapk add --no-cache --virtual .build-deps \t\tgnupg \t\ttar \t\txz \t\t\t\tbluez-dev \t\tbzip2-dev \t\tdpkg-dev dpkg \t\texpat-dev \t\tfindutils \t\tgcc \t\tgdbm-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibnsl-dev \t\tlibtirpc-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl-dev \t\tpax-utils \t\treadline-dev \t\tsqlite-dev \t\ttcl-dev \t\ttk \t\ttk-dev \t\tutil-linux-dev \t\txz-dev \t\tzlib-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-optimizations \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-system-expat \t\t--without-ensurepip \t; \tnproc=\"$(nproc)\"; \tEXTRA_CFLAGS=\"-DTHREAD_STACK_SIZE=0x100000\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t\t\"PROFILE_TASK=${PROFILE_TASK:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\t\"PROFILE_TASK=${PROFILE_TASK:-}\" \t\tpython \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' \t\t| tr ',' '\\n' \t\t| sort -u \t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t\t| xargs -rt apk add --no-network --virtual .python-rundeps \t; \tapk del --no-network .build-deps; \t\tpython3 --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-03T10:49:13Z","created_by":"RUN /bin/sh -c set -eux; \tfor src in idle3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-03T10:49:13Z","created_by":"ENV PYTHON_PIP_VERSION=23.0.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"ENV PYTHON_SETUPTOOLS_VERSION=65.5.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-03T10:49:13Z","created_by":"RUN /bin/sh -c set -eux; \t\twget -O get-pip.py \"$PYTHON_GET_PIP_URL\"; \techo \"$PYTHON_GET_PIP_SHA256 *get-pip.py\" | sha256sum -c -; \t\texport PYTHONDONTWRITEBYTECODE=1; \t\tpython get-pip.py \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t\"pip==$PYTHON_PIP_VERSION\" \t\t\"setuptools==$PYTHON_SETUPTOOLS_VERSION\" \t; \trm -f get-pip.py; \t\tpip --version # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-03T10:49:13Z","created_by":"CMD [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-15T12:21:09.979283148+01:00","created_by":"WORKDIR /app","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-22T11:20:00.695502222+01:00","created_by":"COPY requirements.txt /app # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-22T11:20:04.735656942+01:00","created_by":"RUN /bin/sh -c pip3 install -r requirements.txt # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-22T11:20:04.817721173+01:00","created_by":"COPY . /app # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-22T11:20:04.817721173+01:00","created_by":"ENTRYPOINT [\"python3\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-22T11:20:04.817721173+01:00","created_by":"CMD [\"app.py\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:d4fc045c9e3a848011de66f34b81f052d4f2c15a17bb196d637e526349601820","sha256:678cac8b069e3d95557415ac228c218d0fff534f1282c9c791b9736f89a7cea2","sha256:0ed1348ac6d4cbe44e001c3b74f760badd54effc7216fd57b67d7e04dd45a3c2","sha256:2cb12e853aa86d510462ade78f714724b34a9f6171865105182fdb98240ff682","sha256:925390f6a9ac10a509d9dc6d65c165aa95e45c3c18a1cc6c6d81a421f3480385","sha256:5411e66bbed383847fd5748041b592694bb7d69f7d1508ac3c3e56bc11c32cb7","sha256:273f4d40a1ddd7766c4b0142fde745165785fb0f618ce88015aedb621cd6ef25","sha256:7cb22dcec2aa3cbce041fcba8d9b30f4a4f6af07c59d9153b975af5bfa58909c","sha256:5c76f320e8800bf320ec789ace5ca235d99f1fb075c8c47dfcf47033ba71d904"]}} \ No newline at end of file diff --git a/backend_part1/gitea/gitea/packages/dc/a8/dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15c109f5e34848c932 b/backend_part1/gitea/gitea/packages/dc/a8/dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15c109f5e34848c932 new file mode 100644 index 0000000..aae0b2e Binary files /dev/null and b/backend_part1/gitea/gitea/packages/dc/a8/dca80dc46cecdd1a97787a1dd6f74263b9d2f7b0dd3e2e15c109f5e34848c932 differ diff --git a/backend_part1/gitea/gitea/packages/fd/14/fd14972736843bcb7c35142abc628336e201d2fd0fc93dab2efc7ea2262b5230 b/backend_part1/gitea/gitea/packages/fd/14/fd14972736843bcb7c35142abc628336e201d2fd0fc93dab2efc7ea2262b5230 new file mode 100644 index 0000000..858f542 Binary files /dev/null and b/backend_part1/gitea/gitea/packages/fd/14/fd14972736843bcb7c35142abc628336e201d2fd0fc93dab2efc7ea2262b5230 differ diff --git a/backend_part1/gitea/gitea/queues/common/000055.ldb b/backend_part1/gitea/gitea/queues/common/000055.ldb new file mode 100644 index 0000000..458227f Binary files /dev/null and b/backend_part1/gitea/gitea/queues/common/000055.ldb differ diff --git a/backend_part1/gitea/gitea/queues/common/000056.log b/backend_part1/gitea/gitea/queues/common/000056.log new file mode 100644 index 0000000..e69de29 diff --git a/backend_part1/gitea/gitea/queues/common/CURRENT b/backend_part1/gitea/gitea/queues/common/CURRENT new file mode 100644 index 0000000..ac18047 --- /dev/null +++ b/backend_part1/gitea/gitea/queues/common/CURRENT @@ -0,0 +1 @@ +MANIFEST-000057 diff --git a/backend_part1/gitea/gitea/queues/common/CURRENT.bak b/backend_part1/gitea/gitea/queues/common/CURRENT.bak new file mode 100644 index 0000000..17608f2 --- /dev/null +++ b/backend_part1/gitea/gitea/queues/common/CURRENT.bak @@ -0,0 +1 @@ +MANIFEST-000054 diff --git a/backend_part1/gitea/gitea/queues/common/LOCK b/backend_part1/gitea/gitea/queues/common/LOCK new file mode 100644 index 0000000..e69de29 diff --git a/backend_part1/gitea/gitea/queues/common/LOG b/backend_part1/gitea/gitea/queues/common/LOG new file mode 100644 index 0000000..86691a0 --- /dev/null +++ b/backend_part1/gitea/gitea/queues/common/LOG @@ -0,0 +1,242 @@ +=============== Feb 1, 2024 (CET) =============== +15:59:47.546540 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +15:59:47.549636 db@open opening +15:59:47.550956 version@stat F·[] S·0B[] Sc·[] +15:59:47.552190 db@janitor F·2 G·0 +15:59:47.552352 db@open done T·2.61279ms +=============== Feb 5, 2024 (CET) =============== +08:48:04.930022 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +08:48:04.963273 version@stat F·[] S·0B[] Sc·[] +08:48:04.981226 db@open opening +08:48:04.981749 journal@recovery F·1 +08:48:04.982121 journal@recovery recovering @1 +08:48:04.985243 memdb@flush created L0@2 N·24 S·517B "act..igh,v24":"web..low,v15" +08:48:04.986448 version@stat F·[1] S·517B[517B] Sc·[0.25] +08:48:04.992920 db@janitor F·3 G·0 +08:48:04.993127 db@open done T·11.807946ms +=============== Feb 6, 2024 (CET) =============== +08:23:48.143867 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +08:23:48.187285 version@stat F·[1] S·517B[517B] Sc·[0.25] +08:23:48.187531 db@open opening +08:23:48.188499 journal@recovery F·1 +08:23:48.189270 journal@recovery recovering @3 +08:23:48.191436 version@stat F·[1] S·517B[517B] Sc·[0.25] +08:23:48.199699 db@janitor F·3 G·0 +08:23:48.199897 db@open done T·12.003049ms +=============== Feb 8, 2024 (CET) =============== +08:58:26.579548 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +08:58:26.581950 version@stat F·[1] S·517B[517B] Sc·[0.25] +08:58:26.582058 db@open opening +08:58:26.582377 journal@recovery F·1 +08:58:26.582553 journal@recovery recovering @5 +08:58:26.583329 version@stat F·[1] S·517B[517B] Sc·[0.25] +08:58:26.587904 db@janitor F·3 G·0 +08:58:26.588065 db@open done T·5.943555ms +=============== Feb 8, 2024 (CET) =============== +11:59:06.731204 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +11:59:06.734168 version@stat F·[1] S·517B[517B] Sc·[0.25] +11:59:06.734359 db@open opening +11:59:06.734811 journal@recovery F·1 +11:59:06.735108 journal@recovery recovering @7 +11:59:06.736539 version@stat F·[1] S·517B[517B] Sc·[0.25] +11:59:06.744083 db@janitor F·3 G·0 +11:59:06.744287 db@open done T·9.84334ms +=============== Feb 8, 2024 (CET) =============== +12:06:31.685841 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +12:06:31.687056 version@stat F·[1] S·517B[517B] Sc·[0.25] +12:06:31.687182 db@open opening +12:06:31.687502 journal@recovery F·1 +12:06:31.687638 journal@recovery recovering @9 +12:06:31.688297 version@stat F·[1] S·517B[517B] Sc·[0.25] +12:06:31.691943 db@janitor F·3 G·0 +12:06:31.692040 db@open done T·4.734356ms +=============== Feb 8, 2024 (CET) =============== +13:51:27.054466 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +13:51:27.055667 version@stat F·[1] S·517B[517B] Sc·[0.25] +13:51:27.055774 db@open opening +13:51:27.056050 journal@recovery F·1 +13:51:27.056193 journal@recovery recovering @11 +13:51:27.056809 version@stat F·[1] S·517B[517B] Sc·[0.25] +13:51:27.060388 db@janitor F·3 G·0 +13:51:27.060492 db@open done T·4.661929ms +=============== Feb 8, 2024 (CET) =============== +13:51:38.272309 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +13:51:38.273580 version@stat F·[1] S·517B[517B] Sc·[0.25] +13:51:38.273704 db@open opening +13:51:38.273985 journal@recovery F·1 +13:51:38.274118 journal@recovery recovering @13 +13:51:38.274774 version@stat F·[1] S·517B[517B] Sc·[0.25] +13:51:38.278397 db@janitor F·3 G·0 +13:51:38.278502 db@open done T·4.7454ms +=============== Feb 8, 2024 (CET) =============== +13:52:36.435376 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +13:52:36.436714 version@stat F·[1] S·517B[517B] Sc·[0.25] +13:52:36.436834 db@open opening +13:52:36.437124 journal@recovery F·1 +13:52:36.437267 journal@recovery recovering @15 +13:52:36.437869 version@stat F·[1] S·517B[517B] Sc·[0.25] +13:52:36.441170 db@janitor F·3 G·0 +13:52:36.441262 db@open done T·4.36867ms +=============== Feb 8, 2024 (CET) =============== +13:53:41.346165 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +13:53:41.347265 version@stat F·[1] S·517B[517B] Sc·[0.25] +13:53:41.347377 db@open opening +13:53:41.347625 journal@recovery F·1 +13:53:41.347781 journal@recovery recovering @17 +13:53:41.348445 version@stat F·[1] S·517B[517B] Sc·[0.25] +13:53:41.351895 db@janitor F·3 G·0 +13:53:41.352002 db@open done T·4.565266ms +=============== Feb 12, 2024 (CET) =============== +09:07:46.494686 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +09:07:46.496585 version@stat F·[1] S·517B[517B] Sc·[0.25] +09:07:46.496701 db@open opening +09:07:46.496944 journal@recovery F·1 +09:07:46.497263 journal@recovery recovering @19 +09:07:46.498936 memdb@flush created L0@21 N·20 S·559B "pus..\x00\x00\x00,d29":"rep..e-1,v30" +09:07:46.499675 version@stat F·[2] S·1KiB[1KiB] Sc·[0.50] +09:07:46.503068 db@janitor F·4 G·0 +09:07:46.503220 db@open done T·6.477543ms +09:08:39.728372 table@compaction L0·2 -> L1·0 S·1KiB Q·46 +09:08:39.730262 table@build created L1@24 N·24 S·520B "act..igh,v24":"web..low,v15" +09:08:39.730432 version@stat F·[0 1] S·520B[0B 520B] Sc·[0.00 0.00] +09:08:39.731208 table@compaction committed F-1 S-556B Ke·0 D·20 T·2.553812ms +09:08:39.731620 table@remove removed @21 +09:08:39.732120 table@remove removed @2 +=============== Feb 13, 2024 (CET) =============== +08:41:17.286565 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +08:41:17.304150 version@stat F·[0 1] S·520B[0B 520B] Sc·[0.00 0.00] +08:41:17.304386 db@open opening +08:41:17.304957 journal@recovery F·1 +08:41:17.305461 journal@recovery recovering @22 +08:41:17.306949 version@stat F·[0 1] S·520B[0B 520B] Sc·[0.00 0.00] +08:41:17.313390 db@janitor F·3 G·0 +08:41:17.313583 db@open done T·9.108651ms +=============== Feb 15, 2024 (CET) =============== +11:22:51.758570 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +11:22:51.762320 version@stat F·[0 1] S·520B[0B 520B] Sc·[0.00 0.00] +11:22:51.762705 db@open opening +11:22:51.767373 journal@recovery F·1 +11:22:51.768123 journal@recovery recovering @25 +11:22:51.778544 version@stat F·[0 1] S·520B[0B 520B] Sc·[0.00 0.00] +11:22:51.796747 db@janitor F·3 G·0 +11:22:51.798168 db@open done T·32.107544ms +=============== Feb 15, 2024 (CET) =============== +11:23:13.048186 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +11:23:13.049524 version@stat F·[0 1] S·520B[0B 520B] Sc·[0.00 0.00] +11:23:13.049648 db@open opening +11:23:13.049997 journal@recovery F·1 +11:23:13.074390 journal@recovery recovering @27 +11:23:13.077142 version@stat F·[0 1] S·520B[0B 520B] Sc·[0.00 0.00] +11:23:13.083002 db@janitor F·3 G·0 +11:23:13.083136 db@open done T·33.425232ms +=============== Feb 22, 2024 (CET) =============== +09:03:55.090329 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +09:03:55.105472 version@stat F·[0 1] S·520B[0B 520B] Sc·[0.00 0.00] +09:03:55.122273 db@open opening +09:03:55.122845 journal@recovery F·1 +09:03:55.123484 journal@recovery recovering @29 +09:03:55.126661 memdb@flush created L0@31 N·160 S·2KiB "act..\x00\x00\x00,d61":"rep..e-1,v51" +09:03:55.127691 version@stat F·[1 1] S·2KiB[2KiB 520B] Sc·[0.25 0.00] +09:03:55.134009 db@janitor F·4 G·0 +09:03:55.134413 db@open done T·11.91414ms +09:04:04.505449 table@compaction L0·1 -> L1·1 S·2KiB Q·207 +09:04:04.507662 table@build created L1@34 N·24 S·532B "act..igh,v202":"web..low,v15" +09:04:04.507848 version@stat F·[0 1] S·532B[0B 532B] Sc·[0.00 0.00] +09:04:04.508747 table@compaction committed F-1 S-2KiB Ke·0 D·160 T·3.055802ms +09:04:04.509340 table@remove removed @31 +09:04:04.509896 table@remove removed @24 +=============== Feb 22, 2024 (CET) =============== +10:40:00.461366 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +10:40:00.462676 version@stat F·[0 1] S·532B[0B 532B] Sc·[0.00 0.00] +10:40:00.462792 db@open opening +10:40:00.463221 journal@recovery F·1 +10:40:00.463403 journal@recovery recovering @32 +10:40:00.465446 memdb@flush created L0@35 N·102 S·1KiB "act..\x00\x00\x00,d222":"rep..e-1,v212" +10:40:00.466147 version@stat F·[1 1] S·2KiB[1KiB 532B] Sc·[0.25 0.00] +10:40:00.471032 db@janitor F·4 G·0 +10:40:00.471185 db@open done T·8.317356ms +10:40:09.732567 table@compaction L0·1 -> L1·1 S·2KiB Q·310 +10:40:09.735591 table@build created L1@38 N·24 S·532B "act..igh,v305":"web..low,v15" +10:40:09.735883 version@stat F·[0 1] S·532B[0B 532B] Sc·[0.00 0.00] +10:40:09.737228 table@compaction committed F-1 S-1KiB Ke·0 D·102 T·4.325114ms +10:40:09.737835 table@remove removed @35 +10:40:09.738485 table@remove removed @34 +=============== Feb 22, 2024 (CET) =============== +10:41:55.142116 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +10:41:55.143715 version@stat F·[0 1] S·532B[0B 532B] Sc·[0.00 0.00] +10:41:55.143897 db@open opening +10:41:55.144268 journal@recovery F·1 +10:41:55.144421 journal@recovery recovering @36 +10:41:55.145584 version@stat F·[0 1] S·532B[0B 532B] Sc·[0.00 0.00] +10:41:55.156518 db@janitor F·3 G·0 +10:41:55.157175 db@open done T·13.071121ms +=============== Feb 22, 2024 (CET) =============== +10:42:56.442075 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +10:42:56.443356 version@stat F·[0 1] S·532B[0B 532B] Sc·[0.00 0.00] +10:42:56.443474 db@open opening +10:42:56.443836 journal@recovery F·1 +10:42:56.444033 journal@recovery recovering @39 +10:42:56.444861 version@stat F·[0 1] S·532B[0B 532B] Sc·[0.00 0.00] +10:42:56.449743 db@janitor F·3 G·0 +10:42:56.450006 db@open done T·6.396963ms +=============== Feb 22, 2024 (CET) =============== +10:45:24.096132 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +10:45:24.097557 version@stat F·[0 1] S·532B[0B 532B] Sc·[0.00 0.00] +10:45:24.097671 db@open opening +10:45:24.097990 journal@recovery F·1 +10:45:24.098125 journal@recovery recovering @41 +10:45:24.099792 memdb@flush created L0@43 N·6 S·225B "act..\x00\x00\x00,d315":"act..16},v311" +10:45:24.100324 version@stat F·[1 1] S·757B[225B 532B] Sc·[0.25 0.00] +10:45:24.104297 db@janitor F·4 G·0 +10:45:24.104428 db@open done T·6.696612ms +=============== Feb 22, 2024 (CET) =============== +11:19:19.425378 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +11:19:19.426924 version@stat F·[1 1] S·757B[225B 532B] Sc·[0.25 0.00] +11:19:19.427049 db@open opening +11:19:19.427401 journal@recovery F·1 +11:19:19.427588 journal@recovery recovering @44 +11:19:19.429692 memdb@flush created L0@46 N·22 S·601B "act..\x00\x00\x00,d322":"rep..e-1,v328" +11:19:19.430431 version@stat F·[2 1] S·1KiB[826B 532B] Sc·[0.50 0.00] +11:19:19.434657 db@janitor F·5 G·0 +11:19:19.434817 db@open done T·7.67217ms +11:19:26.737024 table@compaction L0·2 -> L1·1 S·1KiB Q·340 +11:19:26.739417 table@build created L1@49 N·24 S·539B "act..igh,v335":"web..low,v15" +11:19:26.739633 version@stat F·[0 1] S·539B[0B 539B] Sc·[0.00 0.00] +11:19:26.740763 table@compaction committed F-2 S-819B Ke·0 D·28 T·3.379749ms +11:19:26.741377 table@remove removed @46 +11:19:26.741933 table@remove removed @43 +11:19:26.742507 table@remove removed @38 +=============== Feb 27, 2024 (CET) =============== +09:12:39.778522 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +09:12:39.781309 version@stat F·[0 1] S·539B[0B 539B] Sc·[0.00 0.00] +09:12:39.781436 db@open opening +09:12:39.781674 journal@recovery F·1 +09:12:39.781927 journal@recovery recovering @47 +09:12:39.783676 memdb@flush created L0@50 N·38 S·805B "act..\x00\x00\x00,d345":"rep..e-1,v357" +09:12:39.784239 version@stat F·[1 1] S·1KiB[805B 539B] Sc·[0.25 0.00] +09:12:39.787882 db@janitor F·4 G·0 +09:12:39.787974 db@open done T·6.497819ms +=============== Feb 29, 2024 (CET) =============== +09:10:28.087163 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +09:10:28.110640 version@stat F·[1 1] S·1KiB[805B 539B] Sc·[0.25 0.00] +09:10:28.128185 db@open opening +09:10:28.128659 journal@recovery F·1 +09:10:28.129058 journal@recovery recovering @51 +09:10:28.130106 version@stat F·[1 1] S·1KiB[805B 539B] Sc·[0.25 0.00] +09:10:28.181103 db@janitor F·4 G·0 +09:10:28.201703 db@open done T·73.401511ms +09:10:37.504982 table@compaction L0·1 -> L1·1 S·1KiB Q·379 +09:10:37.508853 table@build created L1@55 N·24 S·543B "act..igh,v364":"web..low,v15" +09:10:37.509247 version@stat F·[0 1] S·543B[0B 543B] Sc·[0.00 0.00] +09:10:37.510719 table@compaction committed F-1 S-801B Ke·0 D·38 T·5.298889ms +09:10:37.511191 table@remove removed @50 +09:10:37.511790 table@remove removed @49 +=============== Mar 4, 2024 (CET) =============== +08:54:33.722152 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed +08:54:33.727665 version@stat F·[0 1] S·543B[0B 543B] Sc·[0.00 0.00] +08:54:33.727903 db@open opening +08:54:33.728522 journal@recovery F·1 +08:54:33.729058 journal@recovery recovering @53 +08:54:33.730999 version@stat F·[0 1] S·543B[0B 543B] Sc·[0.00 0.00] +08:54:33.738649 db@janitor F·3 G·0 +08:54:33.738961 db@open done T·10.962146ms diff --git a/backend_part1/gitea/gitea/queues/common/MANIFEST-000057 b/backend_part1/gitea/gitea/queues/common/MANIFEST-000057 new file mode 100644 index 0000000..426f25d Binary files /dev/null and b/backend_part1/gitea/gitea/queues/common/MANIFEST-000057 differ diff --git a/backend_part1/gitea/ssh/ssh_host_ecdsa_key b/backend_part1/gitea/ssh/ssh_host_ecdsa_key new file mode 100644 index 0000000..0ded219 --- /dev/null +++ b/backend_part1/gitea/ssh/ssh_host_ecdsa_key @@ -0,0 +1,9 @@ +-----BEGIN OPENSSH PRIVATE KEY----- +b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAaAAAABNlY2RzYS +1zaGEyLW5pc3RwMjU2AAAACG5pc3RwMjU2AAAAQQRak7oPH8jnN4xN8XP8/0rJXVzoom8y +rQW/U68Av8XVtIN3sxKIQmxGkQtg4fC9vUjNdzs8ZXxxiiXCmV87jxFLAAAAsDtjibM7Y4 +mzAAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFqTug8fyOc3jE3x +c/z/SsldXOiibzKtBb9TrwC/xdW0g3ezEohCbEaRC2Dh8L29SM13OzxlfHGKJcKZXzuPEU +sAAAAhAMrgzzTQTcSJSEJq+vNvoo7xTtYpfvUbcjcLVHQ1WEXvAAAAEXJvb3RANThmZGQ2 +YjAzYzdjAQIDBAUG +-----END OPENSSH PRIVATE KEY----- diff --git a/backend_part1/gitea/ssh/ssh_host_ecdsa_key.pub b/backend_part1/gitea/ssh/ssh_host_ecdsa_key.pub new file mode 100644 index 0000000..378adcc --- /dev/null +++ b/backend_part1/gitea/ssh/ssh_host_ecdsa_key.pub @@ -0,0 +1 @@ +ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFqTug8fyOc3jE3xc/z/SsldXOiibzKtBb9TrwC/xdW0g3ezEohCbEaRC2Dh8L29SM13OzxlfHGKJcKZXzuPEUs= root@58fdd6b03c7c diff --git a/backend_part1/gitea/ssh/ssh_host_ed25519_key b/backend_part1/gitea/ssh/ssh_host_ed25519_key new file mode 100644 index 0000000..0164b1d --- /dev/null +++ b/backend_part1/gitea/ssh/ssh_host_ed25519_key @@ -0,0 +1,7 @@ +-----BEGIN OPENSSH PRIVATE KEY----- +b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW +QyNTUxOQAAACBwKz539S+E2PTg790UPocL0kBXIiu0KRaPm/gg76RMtgAAAJj3+QVS9/kF +UgAAAAtzc2gtZWQyNTUxOQAAACBwKz539S+E2PTg790UPocL0kBXIiu0KRaPm/gg76RMtg +AAAECOOh2vaHOMPVV4IzgexHR8rYdQG3tNtTSSfIKbbbuiyXArPnf1L4TY9ODv3RQ+hwvS +QFciK7QpFo+b+CDvpEy2AAAAEXJvb3RANThmZGQ2YjAzYzdjAQIDBA== +-----END OPENSSH PRIVATE KEY----- diff --git a/backend_part1/gitea/ssh/ssh_host_ed25519_key.pub b/backend_part1/gitea/ssh/ssh_host_ed25519_key.pub new file mode 100644 index 0000000..fc830e3 --- /dev/null +++ b/backend_part1/gitea/ssh/ssh_host_ed25519_key.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHArPnf1L4TY9ODv3RQ+hwvSQFciK7QpFo+b+CDvpEy2 root@58fdd6b03c7c diff --git a/backend_part1/gitea/ssh/ssh_host_rsa_key b/backend_part1/gitea/ssh/ssh_host_rsa_key new file mode 100644 index 0000000..ec8760a --- /dev/null +++ b/backend_part1/gitea/ssh/ssh_host_rsa_key @@ -0,0 +1,38 @@ +-----BEGIN OPENSSH PRIVATE KEY----- +b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn +NhAAAAAwEAAQAAAYEAswKe6GEp4YwchePHxGroTxObtOQrNztaX2FpFlNv2OfTTQnUgwV/ +q0HrXWWyEP7dDloJJ5KcZrodXsF98nSSKr27QeE/P4XGQD31YgeqMRgGmOBRtLlt1i44Xj +d2w/2JvxoxiEYKGbaRBPxAaoMs9XEUyp49ByEBVlmNPCBxnzJO0wP4trLwbZ04dAZHRemK +FrYjx5PyRcjI0ASe+zgbV6M46aybHIleJMgt2j+N59g/z4OKuctl5PT6GXP2NVuzRLWjSE +EzdSAL0QU3xV9AFsny+SjNd+ELUrFjWp5TfGNm+VpywGdgxlB9PSrjGEfYpr1IeSbpyPLs +LOVCieG5Gh66ADqQFm7kql/N0UyJwnuqz8hmCU1Azbf8SMJtkhPqA9am78UTTlSKZZLnwL +FVfEiq9OZRSL+ipl3bOPM5eKP+YT/ixrxT4f4Qa//CTruwuzZcElHyh0KS6gRFIX1aT453 +edQ3SaNYmAy2LmilP8+grwNVTMwSxS0KIppIalNPAAAFiL7g472+4OO9AAAAB3NzaC1yc2 +EAAAGBALMCnuhhKeGMHIXjx8Rq6E8Tm7TkKzc7Wl9haRZTb9jn000J1IMFf6tB611lshD+ +3Q5aCSeSnGa6HV7BffJ0kiq9u0HhPz+FxkA99WIHqjEYBpjgUbS5bdYuOF43dsP9ib8aMY +hGChm2kQT8QGqDLPVxFMqePQchAVZZjTwgcZ8yTtMD+Lay8G2dOHQGR0Xpiha2I8eT8kXI +yNAEnvs4G1ejOOmsmxyJXiTILdo/jefYP8+DirnLZeT0+hlz9jVbs0S1o0hBM3UgC9EFN8 +VfQBbJ8vkozXfhC1KxY1qeU3xjZvlacsBnYMZQfT0q4xhH2Ka9SHkm6cjy7CzlQonhuRoe +ugA6kBZu5KpfzdFMicJ7qs/IZglNQM23/EjCbZIT6gPWpu/FE05UimWS58CxVXxIqvTmUU +i/oqZd2zjzOXij/mE/4sa8U+H+EGv/wk67sLs2XBJR8odCkuoERSF9Wk+Od3nUN0mjWJgM +ti5opT/PoK8DVUzMEsUtCiKaSGpTTwAAAAMBAAEAAAGAKfQZyQ2Ikr9TKf/14C9MDchjLD +RzemjTJ9p9FgntAzFl4L7GiwR9ZOY4orWEU55fsY7haWBffmXtHzmK6olufkzkN67yM1GH +YqQCv/xa41GlriuYipoQx2sis9Yc5BcmMt8RL8Z2dItIlpoGANCId2eOv2PxmpueJB4tzy +MtbemM9sCOCEeMuKvpwKt+BcETp3n9jbc7RyalBbeniOof4lyzKHTXD4uUQFuX/3f4qpcQ +cXJ7T0r/sPbHLLL0R5IbXus5vA2/dDbChSJKB9vqbuBF6wtfHLU6xq4423c4QZ5MN1C0ey +/IHyhLgDzDKt1w089okzGxvRXcbbKMlzTDyzh4R2gCq1sKjHbBvTmpmLYfObKEdR2+MKnE +hp+a9SUN9A615OxNHprgnDE2Pw4Ib66ZWApSvjZ9Vq2x181qb1zJgFrxtunvXe6LHEcddK +8VadZYHXiImn6ILy1cUXIdjID965nHYcZPf2bG+zDgTxwyiu297kU7LB3iMQLgQTJZAAAA +wQCGsn7gGfB6sXhldUca0AxsS4zh6C456MzcoS50QVMXTNIvUZpf5QIZm7fbAu/JOYLc5i +A9Hvxi6Nle11OHLSP+6nhLjxhoYLbZ9jCsG6xjZIfiZVx7vE6MmKrLaTlNu3CJJKLKlkbX +/4R93KHwIhewGwV5HMLmnkwhF8won2Z5nSUuWFGjpBOzHhj9fUHW6nlGm+7yjIu/A7bY1u +W0hwNS2UdB5dBBtB3gI7XW9iFio88/QMPksPYWTfwmTZGUH0UAAADBAPR0zkRKvwVxrYql +Vohs4V5+e4B8eVwCtV7bZMOEnTgtJ7CiD7Kayn3u8vKeGmhy8U1rHoirzwROJPofBAw+We +dSeNipAu/q/xaTQ4f9cwcWQ4/AMTMSdCYYLZKnzy0g2biTrNqfDdKeMjfEjZHuqgzBiYVM +WS9DaeJ/M5owItB6f4kKEMH5lMK6Xu2gujtd4yOUAfNWZI0VAzcKu3rzFsSzvulByF/Gz3 +0QF4aa5BQD+PYOIVEpOzL4nFeXRzHsOQAAAMEAu3al4D7D8IG6xXcWD/RbW0nPzWND5g+h +GRy2fBkog7it4KBjuO8GUhuTswYhkimHO7dPifTVq2hoxPAXNdJSyjkw/23ZVIWD3aEvdW +2+JdzTLoCf2K9MUZ9FXfUOzVpIM8h7ZrkRMYsSokNIOCOwjIUWpEAYRmZFKafk8FohkbuP +k3m/FkaFbCbZmzOklYdAuO5UjqimkbsL2YRVfmXyMjNoj4KkMHorY/fJyEyAGByHvo2ipy +wdOdWWWrthn0vHAAAAEXJvb3RANThmZGQ2YjAzYzdjAQ== +-----END OPENSSH PRIVATE KEY----- diff --git a/backend_part1/gitea/ssh/ssh_host_rsa_key.pub b/backend_part1/gitea/ssh/ssh_host_rsa_key.pub new file mode 100644 index 0000000..138ca1e --- /dev/null +++ b/backend_part1/gitea/ssh/ssh_host_rsa_key.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCzAp7oYSnhjByF48fEauhPE5u05Cs3O1pfYWkWU2/Y59NNCdSDBX+rQetdZbIQ/t0OWgknkpxmuh1ewX3ydJIqvbtB4T8/hcZAPfViB6oxGAaY4FG0uW3WLjheN3bD/Ym/GjGIRgoZtpEE/EBqgyz1cRTKnj0HIQFWWY08IHGfMk7TA/i2svBtnTh0BkdF6YoWtiPHk/JFyMjQBJ77OBtXozjprJsciV4kyC3aP43n2D/Pg4q5y2Xk9PoZc/Y1W7NEtaNIQTN1IAvRBTfFX0AWyfL5KM134QtSsWNanlN8Y2b5WnLAZ2DGUH09KuMYR9imvUh5JunI8uws5UKJ4bkaHroAOpAWbuSqX83RTInCe6rPyGYJTUDNt/xIwm2SE+oD1qbvxRNOVIplkufAsVV8SKr05lFIv6KmXds48zl4o/5hP+LGvFPh/hBr/8JOu7C7NlwSUfKHQpLqBEUhfVpPjnd51DdJo1iYDLYuaKU/z6CvA1VMzBLFLQoimkhqU08= root@58fdd6b03c7c diff --git a/backend_part1/jeu-concours b/backend_part1/jeu-concours new file mode 160000 index 0000000..16a607b --- /dev/null +++ b/backend_part1/jeu-concours @@ -0,0 +1 @@ +Subproject commit 16a607b4e427dee7a8814949607784e1e56e749e diff --git a/sshKeys/README.md b/backend_part1/sshKeys/README.md similarity index 100% rename from sshKeys/README.md rename to backend_part1/sshKeys/README.md diff --git a/sshKeys/gitea b/backend_part1/sshKeys/gitea similarity index 100% rename from sshKeys/gitea rename to backend_part1/sshKeys/gitea diff --git a/sshKeys/gitea.pub b/backend_part1/sshKeys/gitea.pub similarity index 100% rename from sshKeys/gitea.pub rename to backend_part1/sshKeys/gitea.pub diff --git a/backend_part1/stack_elk/logstash-pipeline/logstash.conf b/backend_part1/stack_elk/logstash-pipeline/logstash.conf new file mode 100644 index 0000000..5d6fc90 --- /dev/null +++ b/backend_part1/stack_elk/logstash-pipeline/logstash.conf @@ -0,0 +1,10 @@ +input { + gelf { + } +} + +output { + elasticsearch { + hosts => "elasticsearch:9200" + } +} diff --git a/backend_part1/stack_elk/stack.yml b/backend_part1/stack_elk/stack.yml new file mode 100644 index 0000000..847c0fd --- /dev/null +++ b/backend_part1/stack_elk/stack.yml @@ -0,0 +1,40 @@ +version: '3' + +services: + elasticsearch: + image: elasticsearch:7.9.3 + environment: + - discovery.type=single-node + - ES_JAVA_OPTS=-Xms2g -Xmx2g + networks: + - minicloud_network + volumes: + - esdata:/usr/share/elasticsearch/data + kibana: + image: kibana:7.9.3 + depends_on: + - elasticsearch + ports: + - "5601:5601" + networks: + - minicloud_network + logstash: + image: logstash:7.9.3 + ports: + - "12201:12201" + depends_on: + - elasticsearch + deploy: + mode: global + networks: + - minicloud_network + volumes: + - ./logstash-pipeline:/usr/share/logstash/pipeline/ +volumes: + esdata: + driver: local + logstash-pipeline: + driver: local +networks: + minicloud_network: + external: true \ No newline at end of file diff --git a/jeu-concours b/jeu-concours deleted file mode 160000 index 7ad6dc5..0000000 --- a/jeu-concours +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7ad6dc56304f95854dd7e0ae72c87e43c47c5372