Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency loog to v0.6.0 #1239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
loog '0.5.1' -> '0.6.0' age adoption passing confidence

Release Notes

yegor256/loog (loog)

v0.6.0: logging level in Buffer is not configurable

Compare Source

See #​77, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.5.3: incompatible character encodings: UTF-8 and ASCII-8BIT

Compare Source

See #​75, release log:

Released by Rultor 2.0-SNAPSHOT, see build log

v0.5.2: Loog::Tee.warn is not implemented

Compare Source

See #​69, release log:

Released by Rultor 2.0-SNAPSHOT, see build log


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@yegor256
Copy link
Owner

@rultor please, try to merge, since 4 checks have passed

@rultor
Copy link
Collaborator

rultor commented Jun 27, 2024

@rultor please, try to merge, since 4 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Jun 27, 2024

@rultor please, try to merge, since 4 checks have passed

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 9min)

D: SELECT id FROM bout WHERE id = $1: 0ms / 5500
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 1ms / 5520
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 1ms / 5380
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 1ms / 5400
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 0ms / 5420
D: INSERT INTO flag (message, name, author) VALUES ($1, $2, $3): 1ms / 5440
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 1ms / 5460
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5480
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 1ms / 5500
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 0ms / 5520
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 0ms / 5380
D: INSERT INTO flag (message, name, author) VALUES ($1, $2, $3): 1ms / 5400
D: SELECT message.id FROM message LEFT JOIN bout ON message.bout=bout.id LEFT JOIN guest ON message.bout=guest.bout WHERE bout.owner=$1 OR guest.human=$1 AND message.id=$2 LIMIT 1: 0ms / 5420
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5440
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 2ms / 5460
D: SELECT message.id FROM message JOIN bout ON message.bout = bout.id LEFT JOIN guest ON guest.bout = bout.id LEFT JOIN tag ON tag.bout = bout.id LEFT JOIN flag ON flag.message = message.id WHERE (bout.owner = $1 OR guest.human = $1) AND message.text LIKE '%%' GROUP BY message.id ORDER BY message.created DESC OFFSET 0 LIMIT 10: 1ms / 5480
D: SELECT message.id FROM message JOIN bout ON message.bout = bout.id LEFT JOIN guest ON guest.bout = bout.id LEFT JOIN tag ON tag.bout = bout.id LEFT JOIN flag ON flag.message = message.id WHERE (bout.owner = $1 OR guest.human = $1) AND (SELECT COUNT(*) FROM flag AS f WHERE f.message=message.id AND name='one') = 0 GROUP BY message.id ORDER BY message.created DESC OFFSET 0 LIMIT 10: 2ms / 5500
\u001b[32m.\u001b[0mD: INSERT INTO human (identity) VALUES ($1): 1ms / 5520
D: INSERT INTO human (identity) VALUES ($1): 1ms / 5380
D: INSERT INTO bout (owner, title) VALUES ($1, $2) RETURNING id: 1ms / 5400
D: SELECT id FROM bout WHERE id = $1: 0ms / 5420
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5440
D: INSERT INTO message (author, bout, text) VALUES ($1, $2, $3) RETURNING id: 2ms / 5460
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5480
D: SELECT id FROM bout LEFT JOIN guest ON bout.id=guest.bout WHERE bout.id=$2 AND bout.owner=$1 OR guest.human=$1 LIMIT 1: 0ms / 5500
D: SELECT identity FROM human WHERE identity=$1: 0ms / 5520
D: INSERT INTO guest (bout, human) VALUES ($1, $2): 1ms / 5380
D: SELECT message.id FROM message JOIN bout ON message.bout = bout.id LEFT JOIN guest ON guest.bout = bout.id LEFT JOIN tag ON tag.bout = bout.id LEFT JOIN flag ON flag.message = message.id WHERE (bout.owner = $1 OR guest.human = $1) AND bout.owner = 'jeff0cfd049274a296c4' GROUP BY message.id ORDER BY message.created DESC OFFSET 0 LIMIT 10: 1ms / 5400
D: SELECT message.id FROM message JOIN bout ON message.bout = bout.id LEFT JOIN guest ON guest.bout = bout.id LEFT JOIN tag ON tag.bout = bout.id LEFT JOIN flag ON flag.message = message.id WHERE (bout.owner = $1 OR guest.human = $1) AND bout.owner = 'jeff11efa18f652bad5e' GROUP BY message.id ORDER BY message.created DESC OFFSET 0 LIMIT 10: 1ms / 5420
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0mD: INSERT INTO human (identity) VALUES ($1): 1ms / 5440
D: SELECT sha FROM token WHERE human=$1: 0ms / 5460
D: INSERT INTO token (human, sha) VALUES ($1, $2): 1ms / 5480
D: SELECT sha FROM token WHERE human=$1: 0ms / 5500
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m

Finished in 0.746886s, 105.7725 runs/s, 170.0393 assertions/s.
79 runs, 127 assertions, 0 failures, 0 errors, 0 skips
Coverage report generated for Unit Tests to /home/r/repo/coverage/coverage.xml. 596 / 651 LOC (91.55%) covered
Running RuboCop...
2024-06-27 22:38:20.950 UTC [3395] LOG:  received smart shutdown request
PostgreSQL killed in PID 3395
2024-06-27 22:38:20.960 UTC [3395] LOG:  background worker "logical replication launcher" (PID 3402) exited with exit code 1
2024-06-27 22:38:20.962 UTC [3397] LOG:  shutting down
Inspecting 40 files
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m

40 files inspected, \u001b[32mno offenses\u001b[0m detected
Running xcop...
Inspecting 4 files...
\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m\u001b[32m.\u001b[0m
4 files checked, everything looks \u001b[32mpretty\u001b[0m
grep -q -r '2009-2024'     --include '*.rb'     --include '*.txt'     --include 'Rakefile'     .
PostgreSQL killed in PID 3395
+ mv /home/r/repo .
2024-06-27 22:38:21.171 UTC [3395] LOG:  database system is shut down
mv: cannot stat '/home/r/repo/target/pgsql/postmaster.pid': No such file or directory
mv: cannot stat '/home/r/repo/target/pgsql/.s.PGSQL.42425.lock': No such file or directory
mv: cannot stat '/home/r/repo/target/pgsql/.s.PGSQL.42425': No such file or directory
container 1a4b1b6df70b19509f94eab21cb8c0dac218ba44d3be2c25322e7da8e27810fa is dead
Thu Jun 27 22:38:25 UTC 2024

@renovate renovate bot force-pushed the renovate/loog-0.x branch from 69c1e2a to d085364 Compare August 2, 2024 23:16
@renovate renovate bot changed the title Update dependency loog to v0.5.2 Update dependency loog to v0.5.3 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/loog-0.x branch from d085364 to 055b760 Compare August 3, 2024 18:43
@renovate renovate bot changed the title Update dependency loog to v0.5.3 Update dependency loog to v0.6.0 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/loog-0.x branch from 055b760 to 9ae2f88 Compare August 28, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants